//<!--- Hide script from old browsers

adImages = new Array("/files/images/iHeaders/1.png","/files/images/iHeaders/21.png","/files/images/iHeaders/3.png","/files/images/iHeaders/4.png","/files/images/iHeaders/5.png","/files/images/iHeaders/6.png","/files/images/iHeaders/7.png","/files/images/iHeaders/8.png")
adURL = new Array("http://www.appanet.org","http://www.appanet.org","http://www.appanet.org") 

	thisAd = -1 
	imgCt = adImages.length
	
	function rotate() {
		if (document.images) {
			thisAd++
			if (thisAd == imgCt) { 
				thisAd = 0
			}
			document.adBanner.src=adImages[thisAd]
			setTimeout("rotate()", 5 * 1000)
			}
	}
	
	function newLocation() {
		window.open(adURL[thisAd], "_blank")
		
	}
		

	// End hiding script from old browsers --->	
	
	


