$(function(){var a=new Array();var e;var d=7000;var c=0;$(".product-image").each(function(){a[c]="#"+$(this).attr("id");c++});a=$.shuffle(a);e=Math.floor(Math.random()*a.length);$(a[e]).fadeIn("slow");var b=function(){$(a[e]).fadeOut("slow");e=(e+1)%a.length;$(a[e]).fadeIn("slow")};window.setInterval(b,d)});
