// JavaScript Document

  var j,d="",l="",m="",p="",q="",z="",KW_ARIb= new Array()
  KW_ARIb[KW_ARIb.length]='randomimages/bottom/1.jpg';
  KW_ARIb[KW_ARIb.length]='randomimages/bottom/2.jpg';
  KW_ARIb[KW_ARIb.length]='randomimages/bottom/3.jpg';
  KW_ARIb[KW_ARIb.length]='randomimages/bottom/4.jpg';
  KW_ARIb[KW_ARIb.length]='randomimages/bottom/5.jpg';
  KW_ARIb[KW_ARIb.length]='randomimages/bottom/6.jpg';
  j=parseInt(Math.random()*KW_ARIb.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow3' src='"+KW_ARIb[j]+"'>");
function rndSlideShow3(t,l) { // Random Slideshow by Kaosweaver
  x=document.randomSlideShow3; j=l; while (l==j) {
    j=parseInt(Math.random()*KW_ARIb.length); j=(isNaN(j))?0:j; }
  x.src=KW_ARIb[j]; setTimeout("rndSlideShow3("+t+","+j+")",t);
}
rndSlideShow3(4500,0)
