<!-- Hide Script from old browsers
//begin rollover script

if (document.images) {
	aboutusOn = new Image();
	aboutusOn.src = "images/homeimages/aboutus-w.gif";
	residentialOn = new Image();
	residentialOn.src = "images/homeimages/residential-w.gif";
	campsharingOn = new Image();
	campsharingOn.src = "images/homeimages/campsharing-w.gif";
	calendarOn = new Image();
	calendarOn.src = "images/homeimages/calendar-w.gif";
	scrapbookOn = new Image();
	scrapbookOn.src = "images/homeimages/scrapbook-w.gif";
	onlineinquiryOn = new Image();
	onlineinquiryOn.src = "images/homeimages/onlineinquiry-w.gif";
	referralOn = new Image();
	referralOn.src = "images/homeimages/referral-w.gif";
	faqOn = new Image();
	faqOn.src = "images/homeimages/faq-w.gif";
	shoppingOn = new Image();
	shoppingOn.src = "images/homeimages/shopping-w.gif";
	getinvolvedOn = new Image();
	getinvolvedOn.src = "images/homeimages/getinvolved-w.gif";
	contactusOn = new Image();
	contactusOn.src = "images/homeimages/contactus-w.gif";

		
	aboutusOff = new Image();
	aboutusOff.src = "images/homeimages/aboutus.gif";
	residentialOff = new Image();
	residentialOff.src = "images/homeimages/residential.gif";
	campsharingOff = new Image();
	campsharingOff.src = "images/homeimages/campsharing.gif";
	calendarOff = new Image();
	calendarOff.src = "images/homeimages/calendar.gif";
	scrapbookOff = new Image();
	scrapbookOff.src = "images/homeimages/scrapbook.gif";
	onlineinquiryOff = new Image();
	onlineinquiryOff.src = "images/homeimages/onlineinquiry.gif";
	referralOff = new Image();
	referralOff.src = "images/homeimages/referral.gif";
	faqOff = new Image();
	faqOff.src = "images/homeimages/faq.gif";
	shoppingOff = new Image();
	shoppingOff.src = "images/homeimages/shopping.gif";
	getinvolvedOff = new Image();
	getinvolvedOff.src = "images/homeimages/getinvolved.gif";
	contactusOff = new Image();
	contactusOff.src = "images/homeimages/contactus.gif";

		
}
else {
	aboutusOn = "";
	aboutusOff = "";
	residentialOn = "";
	residentialOff = "";
	campsharingOn = "";
	campsharingOff = "";
	calendarOn = "";
	calendarOff = "";
	scrapbookOn = "";
	scrapbookOff = "";
	onlineinquiryOn = "";
	onlineinquiryOff = "";
	referralOn = "";
	referralOff = "";
	faqOn = "";
	faqOff = "";
	shoppingOn = "";
	shoppingOff = "";
	getinvolvedOn = "";
	getinvolvedOff = "";
	contactusOn = "";
	contactusOff = "";
	
}

peopleads = new Array("images/homepagephotos/index_04a.jpg","images/homepagephotos/index_04b.jpg","images/homepagephotos/index_04c.jpg","images/homepagephotos/index_04d.jpg","images/homepagephotos/index_04e.jpg","images/homepagephotos/index_04f.jpg","images/homepagephotos/index_04g.jpg","images/homepagephotos/index_04h.jpg","images/homepagephotos/index_04i.jpg","images/homepagephotos/index_04j.jpg","images/homepagephotos/index_04k.jpg","images/homepagephotos/index_04l.jpg","images/homepagephotos/index_04m.jpg","images/homepagephotos/index_04n.jpg","images/homepagephotos/index_04o.jpg","images/homepagephotos/index_04p.jpg","images/homepagephotos/index_04q.jpg","images/homepagephotos/index_04r.jpg","images/homepagephotos/index_04s.jpg")
peopleCt = peopleads.length

function choosePic() {
if (document.images) {
	randompeople = Math.floor ((Math.random() * peopleCt))
	document.myPeoplePicture.src = peopleads[randompeople]
	}
}

// End hiding script from old browsers -->
 