



/*-----------------------------------------------------------------------------------*/

/* 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/banner14.jpg'

/* Register 2 Image Location */

thePrograms[1] = '/images/banner15.jpg'

/* Register 4 Image Location */

thePrograms[2] = '/images/banner16.jpg'

/* Register 5 Image Location */

thePrograms[3] = '/images/banner17.jpg'

/* Register 6 Image Location */

thePrograms[4] = '/images/banner18.jpg'

/* Register 7 Image Location */

thePrograms[5] = '/images/banner19.jpg'

/* Register 8 Image Location */

thePrograms[6] = '/images/banner20.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 = "21st Annual Meeting and Awards Reception";

}


if (whichPrograms == 1){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "21st Annual Meeting and Awards Reception";

}

if (whichPrograms == 2){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "21st Annual Meeting and Awards Reception";

}
if (whichPrograms == 3){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "21st Annual Meeting and Awards Reception";

}
if (whichPrograms == 4){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "21st Annual Meeting and Awards Reception";

}
if (whichPrograms == 5){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "21st Annual Meeting and Awards Reception";

}
if (whichPrograms == 6){ 

/* Dual Degrees URL */

/* var purl = "/spotlight/fall.shtml"; */ 

/* Dual Degrees Caption */

var pcaption = "21st Annual Meeting and Awards Reception";

}

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 */

/*-----------------------------------------------------------------------------------*/

