var hdrurls = new Array('/webpages/essays/appliedresearch.stm', '/webpages/essays/dedicatedprofessors.stm', '/webpages/essays/powertheregion.stm');
var hdrimgs = new Array('"/webpages/essays/images/appliedresearch_home.jpg" alt="Applied research and service in the community"',
		'"/webpages/essays/images/dedicatedprofessors_home.jpg" alt="Personal attention from dedicated professors"',
		'"/webpages/essays/images/powertheregion_home.jpg" alt="Grads who power our region"');
	var randimg = Math.floor(hdrimgs.length*Math.random());
	document.write('<a href="' + hdrurls[randimg] + '"><img src=' + hdrimgs[randimg] + ' name="rotation" id="rotation" width="735" height="188" border="0" /></a>');
