// 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_ARI[KW_ARI.length]='images/spot03.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot01.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot10.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot04.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot07.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot06.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot02.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot08.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot09.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot05.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot11.jpg?&width=393&height=191&alt=""';
  KW_ARI[KW_ARI.length]='images/spot12.jpg?&width=393&height=191&alt=""';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='seqSlideShow' src='"+KW_ARI[j]+"'>");
function seqSlideShow(t,l) { // Sequential Slideshow by Kaosweaver
  x=document.seqSlideShow; j=l; j++;  if (j==KW_ARI.length) j=0;
  x.src=KW_ARI[j]; setTimeout("seqSlideShow("+t+","+j+")",t);
}
 seqSlideShow(6000,0)