//<!--- Hide script from old browsers

adImages = new Array("/headers/cc/images/7204/Int_ImageSet1.jpg","/headers/cc/images/7204/Int_ImageSet2.jpg","/headers/cc/images/7204/Int_ImageSet3.jpg")
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 --->	
	
	

