// JavaScript Document

var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='randomimages/top/1.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/2.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/3.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/4.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/5.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/6.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/7.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/8.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/9.jpg';
  KW_ARI[KW_ARI.length]='randomimages/top/10.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)