// JavaScript Document

// 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_ss[5000]
  KW_ARI[KW_ARI.length]='/graphics/randomimages/1.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/2.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/3.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/4.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/5.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/6.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/7.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/8.jpg';
  KW_ARI[KW_ARI.length]='/graphics/randomimages/9.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='seqSlideShow' src='"+KW_ARI[j]+"' alt='Walters Model Home' />");
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(8000,0)
// Advanced Random Images End
                    <!-- KW ARI Image -->