	<!-- Hide script from old browsers
	adImages = new Array("../images/slideshow/cybldg3a.JPG","../images/slideshow/bldg2a.jpg","../images/slideshow/teaching2a.jpg","../images/slideshow/cykidsa.JPG","../images/slideshow/bldg3a.jpg","../images/slideshow/ug1a.jpg","../images/slideshow/child1a.jpg","../images/slideshow/gradsa.jpg", "../images/slideshow/teaching1a.jpg")
	thisAd = 0
	imgCt = adImages.length
	function rotate() {
		if (document.images && document.adBanner!=null) {
			thisAd++
			if (thisAd == imgCt) {
				thisAd = 0
			}
			document.adBanner.src=adImages[thisAd]
		  	setTimeout("rotate()", 5 * 1000)
	  	}
	}
	// End hiding script from old browsers -->