// JavaScript Document
  var j,d="",l="",m="",p="",q="",z="",KW_ARIc= new Array()
// KW_rs[3000]
  KW_ARIc[KW_ARIc.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/right/right1.jpg';
  KW_ARIc[KW_ARIc.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/right/right2.jpg';
  KW_ARIc[KW_ARIc.length]='https://www396.ssldomain.com/taylorbigredstore/images/top/right/right3.jpg';
  j=parseInt(Math.random()*KW_ARIc.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow3' src='"+KW_ARIc[j]+"'>");
function rndSlideShow3(t,l) { // Random Slideshow by Kaosweaver
  x=document.randomSlideShow3; j=l; while (l==j) {
    j=parseInt(Math.random()*KW_ARIc.length); j=(isNaN(j))?0:j; }
  x.src=KW_ARIc[j]; setTimeout("rndSlideShow3("+t+","+j+")",t);
}
rndSlideShow3(4500,0)