<!-- Begin hiding script from older browsers
adImages = new Array("4841.gif","4890.gif", "4891.gif","4884.gif","4876.gif","sbhcs.gif","4813.gif","4870.gif","4833.gif","4545.gif","4629.gif", "4686.gif", "4710.gif", "bannerhealth.gif", "4640.gif", "SunHealthLogo.gif", "4644.gif", "reshealth.gif","CHCC.gif","eckerd.gif","necc.gif","FLHospital.gif","virtua.gif")
quote = new Array("Seton","University of Maryland Medical Center","Methodist","Palmetto","Washoe Health System","Saint Barnabas Health Care System", "North Shore - LIJ Health System","Northern Arizona Healthcare","Provena Health", "VSNY", "Cleveland Clinic", "Tenet", "UHHS", "Banner Health", "Staten Island University Hospital", "Sun Health", "Geisinger", "Resurrection Health","Children’s Hospital CA","Eckerd","New England","Florida Hospital","Virtua")
adURL = new Array (4841, 4890, 4891, 4884, 4876, 4589, 4813, 4870, 4833, 4545, 4629, 4686, 4710, 4603, 4640, 4570, 4644, 4604, 4560, 370, 1198, 4461, 4433)

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.campusalliedhealth.com/students/honorroll_detail.asp?company_id=" + adURL[thisAd] }

// End hiding script from older browsers -->