



/*-----------------------------------------------------------------------------------*/

/* Begin Random Rotating top center spotlight image, url, caption script */

/*-----------------------------------------------------------------------------------*/



var thePrograms = new Array(7) 



/* These are the image locations for the rotating register now images */

/* Register 1 Image Location  */

thePrograms[0] = '/images/banner5.jpg'

/* Register 2 Image Location */

thePrograms[1] = '/images/banner8.jpg'

/* Register 4 Image Location */

thePrograms[2] = '/images/banner9.jpg'

/* Register 5 Image Location */

thePrograms[3] = '/images/banner10.jpg'

/* Register 6 Image Location */

thePrograms[4] = '/images/banner11.jpg'

/* Register 7 Image Location */

thePrograms[5] = '/images/banner12.jpg'

/* Register 8 Image Location */

thePrograms[6] = '/images/banner13.jpg'

/* Register 9 Image Location */


var cc = 0

var dd = thePrograms.length;



var preBuffer = new Array()

for (i = 0; i < dd; i++){

   preBuffer[i] = new Image()

   preBuffer[i].src = thePrograms[i]

}



var whichPrograms = Math.round(Math.random()*(dd-1));



/************************************************************/

/* These are the captions and url's for the Registration images */

/************************************************************/





if (whichPrograms == 0){ 

/* Criminal Justice URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Criminal Justice Caption */ 

var pcaption = "June Taylor '03 and Nat Alston '77";

}


if (whichPrograms == 1){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "Anna Doroshaw '91, Pamela Stokes Eggleston '01, '03, and Patricia Toregas '84, '91";

}

if (whichPrograms == 2){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "Donald Cox '08, Daniel Goebel '08, Kim Wandersee, and Kirk Clear '03";

}
if (whichPrograms == 3){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "20th Annual Meeting and Awards Reception";

}
if (whichPrograms == 4){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "UMUC Alumni Association Board of Directors";

}
if (whichPrograms == 5){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "20th Annual Meeting and Awards Reception";

}
if (whichPrograms == 6){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "UMUC Alumni Reception, Baltimore";

}

function showPrograms(){
document.write('<div id="banner_caption">'+pcaption+'</div>');
document.write('<img src="'+thePrograms[whichPrograms]+'"alt="'+pcaption+'" />');

}

/*-----------------------------------------------------------------------------------*/

/* End Random Rotating top center spotlight image, url, caption script */

/*-----------------------------------------------------------------------------------*/
