swfobject.embedSWF("/homepage/featureBanner.swf", "featureBanner", "760", "231", "6.0.0", "/scripts/expressInstall.swf", false, {menu:"false", quality: "best"}, false);var featureBackground = new Array()var featureLink = new Array()var featureText = new Array()var current=0featureBackground[0]="url('/homepage/features/flu.jpg')";featureLink[0]="/flu/";featureText[0]="Latest H1N1 Flu Update.<br><br><a href=\"" + featureLink[0] + "\">Learn More</a>";featureBackground[1]="url('/homepage/features/openHouseRobot.jpg')";featureLink[1]="/visit/openhouse.cfm";featureText[1]="Join us on <strong>January 18</strong> for an <strong>open house</strong> to meet students, tour campus and find out about scholarships.<br><br><a href=\"" + featureLink[1] + "\">Register online</a>";//featureBackground[2]="url('/homepage/features/magazineWinter09.jpg')";//featureLink[2]='http://www.nxtbook.com/nxtbooks/jam/ue_2009summer/';//featureText[2]='Check out the new online version of <strong>UE Magazine</strong> with additional content and photo galleries.<br><br><a href="' + featureLink[2] + '">Learn more</a>';//featureBackground[3]="url('/homepage/features/jenningsSpotlight.jpg')";//featureLink[3]="/jenningslegacy/";//featureText[3]="UE President <strong>Stephen G. Jennings</strong> has announced his plans to retire effective May 31, 2010.<br><br><a href=\"" + featureLink[3] + "\">Learn about his legacy</a>";//define images. You can have as many as you want://featureBackground[4]="url('/homepage/features/soba.jpg')";//featureLink[4]="/uenvision2010/";//featureText[4]="A comprehensive capital campaign, <strong>U&bull;Envision 2010</strong> will transform the University campus in countless ways.<br><br><a href=\"" + featureLink[4] + "\">Learn more</a>";function prevSlide() {	if (current>0) {		current--;		updateDisplay();	} else {		current = featureBackground.length - 1;		updateDisplay();	}}function nextSlide() {	if (current < featureBackground.length-1) {		current++;		updateDisplay();	} else {		current = 0;		updateDisplay();	}}function randomizeSpotlight() {	current = Math.floor(Math.random() * (featureBackground.length));	updateDisplay();}function updateDisplay() {	document.getElementById('featureBoxImage').style.background = featureBackground[current];	document.getElementById('featureBoxImage').href = featureLink[current];	document.getElementById('featureBoxText').innerHTML = featureText[current];}$(document).ready(function() {	$("#spotlightCarousel").jCarouselLite({		btnNext: "#spotlightDown",		btnPrev: "#spotlightUp",		vertical: true,		visible: 2	});	$('.slideshow').cycle({		fx: 'fade',		pause: 1,		delay: -3000,		timeout: 5000	});});