// JavaScript Document
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[3000]
  KW_ARI[KW_ARI.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/left/left1.jpg';
  KW_ARI[KW_ARI.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/left/left2.jpg';
  KW_ARI[KW_ARI.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/left/left3.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"'>");
function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
  x=document.randomSlideShow; j=l; while (l==j) {
    j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
  x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
}
rndSlideShow(3500,0)