// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[15000]
  KW_ARI[KW_ARI.length]='/images/homepage/1.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/10.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/11.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/12.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/13.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/14.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/15.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/16.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/17.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/18.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/19.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/2.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/20.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/21.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/22.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/23.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/24.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/25.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/3.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/4.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/5.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/6.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/7.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/8.jpg';
  KW_ARI[KW_ARI.length]='/images/homepage/9.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(15000,0)

// Advanced Random Images End