<!-- Hide script from old browsers

	adImages = new Array("sponsorpic/banner2.jpg","sponsorpic/banner3.jpg","sponsorpic/banner4.jpg","sponsorpic/banner5.jpg","sponsorpic/banner6.jpg")
	adURL = new Array("fmchealth.org/","ymcalancaster.org/","school-closet.com/","ckfswebpagedesign.com","lancaster.ohiou.edu/","fairfieldtownecrier.com/" )
	thisAd = 0
	imgCt = adImages.length

	function rotate() {
		if (document.images) {
			if (document.adBanner.complete) {
				thisAd++
				if (thisAd == imgCt) {
					thisAd = 0
				}
				document.adBanner.src=adImages[thisAd]
			}
		  	setTimeout("rotate()", 5 * 150)
	  	}
	}
	
	function newLocation() {
		document.location.href = "http://www." +  adURL[thisAd]
	}

	// End hiding script from old browsers -->
	