  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[10000]
  KW_ARI[KW_ARI.length]='images/headers/cole.jpg';
  KW_ARI[KW_ARI.length]='images/headers/students_water.jpg';
  KW_ARI[KW_ARI.length]='images/headers/sunset.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);
}
