// JavaScript Document
  var j,d="",l="",m="",p="",q="",z="",KW_ARIb= new Array()
// KW_rs[3000]
  KW_ARIb[KW_ARIb.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/mid/mid1.jpg';
  KW_ARIb[KW_ARIb.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/mid/mid2.jpg';
  KW_ARIb[KW_ARIb.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/mid/mid3.jpg';
  j=parseInt(Math.random()*KW_ARIb.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow2' src='"+KW_ARIb[j]+"'>");
function rndSlideShow2(t,l) { 
  x=document.randomSlideShow2; j=l; while (l==j) {
    j=parseInt(Math.random()*KW_ARIb.length); j=(isNaN(j))?0:j; }
  x.src=KW_ARIb[j]; setTimeout("rndSlideShow2("+t+","+j+")",t);
}
rndSlideShow2(4000,0)