var mess = new Array(
'<a href="spotlight_apadrc_2009.htm"><img src="images/s_img_apadrc_2009.gif"/></a>',
'<a href="spotlight_volunteer_summer2009.htm"><img src="images/s_img_summer2009.gif"/></a>',
'<a href="spotlightDLackey.htm"><img src="images/s_img_grieving.jpg"/></a>', 
'<a href="spotlightClubsOrg.htm"><img src="images/cluborgspotlight2.jpg"/></a>', 
'<a href="spotlightStaff2.htm"><img src="images/staffspotlight2.jpg"/></a>',
'<a href="spotlight_neighborhood.htm"><img src="images/s_img_neighborhood_2008.gif"/></a>',
'<a href="spotlight_healthlaw.htm"><img src="images/s_img_spotlight_healthlaw.gif" /></a>',
'<a href="spotlight_ambassadoraward2009.htm"><img src="images/s_img_ambassador_award_2009.gif" alt="CSUN 2009 Ambassadors"/></a>'
);
var max = mess.length
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);


//Removed Items:
/*
'<a href="spotlightDayService.htm"><img src="images/s_img_dayservice.jpg"/></a>',
'<a href="spotlight_invisible.htm"><img src="images/s_img_invisible.jpg"/></a>', 
'<a href="spotlight_stage.htm"><img src="images/s_img_stage.jpg"/></a>',
'<a href="spotlightRockCorps.htm"><img src="images/staffspotlight_rockcorps.jpg"/></a>'
'<a href="volunteer_cod_2009.htm"><img src="images/s_img_cod_2009.jpg" /></a>'
'<a href="spotlightLA_AIDS_Walk.htm"><img src="images/s_img_aidsprojla_2008.jpg"/></a>',
'<img src="../images/s_img_volunteer_eduexpo_2009.gif" />',
'<img src="../images/s_img_volunteer_latimes2009.gif" />',
'<img src="../images/s_img_volunteer_autism_2009.gif" />',
*/