 
	<!-- Hide script from old browsers

	adImages = new Array("Images/banner1.jpg","Images/banner2.jpg")
	adURL = new Array("ohiocarwash.com/swipenclean.html/","ohiocarwash.com/swipenclean.html/" )
	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()", 2 * 1000)
	  	}
	}
	
	function newLocation() {
		document.location.href = "http://www." + adURL[thisAd]
	}

	// End hiding script from old browsers -->
	