// 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[5000]
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r1.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r10.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r11.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r12.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r13.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r14.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r15.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r16.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r17.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r18.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r19.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r20.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r21.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r22.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r23.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r24.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r25.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r26.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r27.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r28.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r29.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r3.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r30.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r31.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r32.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r33.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r34.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r35.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r36.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r37.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r4.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r5.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r6.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r7.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r8.jpg';
  KW_ARI[KW_ARI.length]='http://www.west.asu.edu/sa/images/random_lg/r9.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(5000,0)
