var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()

  KW_ARI[KW_ARI.length]='/_img/products/big-image-1.jpg';
  KW_ARI[KW_ARI.length]='/_img/products/big-image-2.jpg';
  KW_ARI[KW_ARI.length]='/_img/products/big-image-3.jpg';
  KW_ARI[KW_ARI.length]='/_img/products/big-image-4.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='seqSlideShow' src='"+KW_ARI[j]+"'>");
function seqSlideShow(t,l) { // Sequential Slideshow by Kaosweaver
  x=document.seqSlideShow; j=l; j++;  if (j==KW_ARI.length) j=0;
  x.src=KW_ARI[j]; setTimeout("seqSlideShow("+t+","+j+")",t);
}
 seqSlideShow(5000,0)
