$(document).ready(function() {
    $("#slideshow").before('<div id="slideshow_nav">').cycle({
        timeout:10000,
        pager:"#slideshow_nav",
        cleartypeNoBg: true
    });
    $(".product").hover(function () {
          var productname = $(this).find("img").attr("title");
          var linkurl = $(this).find("a").attr("href");
          $("div.description span").text(productname);
          $("div.description a").attr("href", linkurl);
	});
});
  $(document).ready(function(){
  var content = {
    Link1: "<strong>Domestic Cam Sensors </strong>&ndash; See what features give ECC the advantage.",
     Link2: "<strong>Domestic Coil on Plug </strong>&ndash; See what features give ECC the advantage.",
     Link3: "<strong>Throttle Position Sensor </strong>&ndash; See what features give ECC the advantage.",
     Link4: "<strong>DIS Coil </strong>&ndash; See what features give ECC the advantage.",
     Link5: "<strong>Ignition Control Module </strong>&ndash; See what features give ECC the advantage.",
     Link6: "<strong>Digital Exhaust Gas Recirculation </strong>&ndash; See what features give ECC the advantage.",
     Link7: "<strong>DPFE Sensor </strong>&ndash; See what features give ECC the advantage.",
     Link8: "Sometimes OE fit, form and function simply aren't good enough. <a href='ecc_advantage.html'>Learn more</a> about our product advantages."
}

    $( document ).dw_hoverSwapContent(content);
  });
