

// 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]='photos/b&b-view.jpg';
					  KW_ARI[KW_ARI.length]='photos/b&b-view.jpg';
					  KW_ARI[KW_ARI.length]='photos/veranda-view.jpg';
					  KW_ARI[KW_ARI.length]='photos/breakfast.jpg';
					  KW_ARI[KW_ARI.length]='photos/bed&breakfast2.jpg';
					  KW_ARI[KW_ARI.length]='photos/double-bedroom.jpg';
					  KW_ARI[KW_ARI.length]='photos/double.jpg';
					  KW_ARI[KW_ARI.length]='photos/double-suite1.jpg';
					  KW_ARI[KW_ARI.length]='photos/twin2.jpg';
					  j=parseInt(Math.random()*KW_ARI.length);
					  j=(isNaN(j))?0:j;
						document.write("<img width=300 height=225 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);
					}
					 
					// Advanced Random Images End
