<!-- Begin hiding script from older browsers
adImages = new Array("reshealth.gif", "AdvocateLogo.gif","seattlechildrens.gif","CHCC.gif","eckerd.gif","necc.gif","FLHospital.gif","vnsnylogo.gif","NEMC.gif","jacksoncounty.gif","bannerhealth.gif")
quote = new Array("Resurrection Health", "Advocate HC","Children’s Hospital","Children’s Hospital CA","Eckerd","New England","Florida Hospital","Visiting Nurse NY","Tufts – NEMC","Jackson","Banner Health")
adURL = new Array (4604, 1516,4567,4560,370,1198,4461,4545,4444,4485,4603)

thisAd = 0
imgCt = adImages.length
quoteCt = quote.length

function rotate() {
  if (document.images) {
    if (document.cycle.complete) {
	  thisAd++
	  if (thisAd == imgCt && thisAd == quoteCt) {
	    thisAd = 0
	  }
	  document.cycle.src = "http://www.campuscareercenter.com/logos/" + adImages[thisAd];
     // window.defaultStatus = quote[thisAd];
	}
// This sets the interval to which the images and quotes are rotated. 1000 equals 1 second
	setTimeout("rotate()", 3500)
  }
}

function rotateLink() { window.parent.location.href = "http://www.campusrn.com/students/honorroll_detail.asp?company_id=" + adURL[thisAd] }

// End hiding script from older browsers -->