
var total_profiles = 4;
var now = new Date()
var sec = now.getSeconds()
var profile = sec % total_profiles;

profile +=1;


if (profile==1) {
	first="Allison";
	last="Louis";
	major="Psychology-Child Learning and Development";
	quote="&quot; quot;";
	url="/career/students/externships/externs_spring2009/allisonL_externprofile.php";
	image="/career/images/externsprofiles/spring09/allisonL_spotlight_complete.jpg";
    }

if (profile==2) {
	first="Autumn";
	last="Moya";
	major="Business Adm-Intl Business concentration ";
	quote="&quot; quot;";
	url="/career/students/externships/externs_spring2009/sheridanP_autumnM_externprofile.php";
	image="/career/images/externsprofiles/spring09/autumnM_spotlight_complete.jpg";
    }

if (profile==3) {
	first="Karan";
	last="Patel";
	major=" Biochemistry";
	quote="&quot; quot;";
	url="/career/students/externships/externs_spring2009/karanP_externprofile.php";
	image="/career/images/externsprofiles/spring09/karanP_spotlight_complete.jpg";
    }

if (profile==4) {
	first="Sheridan";
	last="Peixoto";
	major="Business Adm - Operations Concentration";
	quote="&quot; quot;";
	url="/career/students/externships/externs_spring2009/sheridanP_autumnM_externprofile.php";
	image="/career/images/externsprofiles/spring09/sheridanP_spotlight_complete.jpg";
    }





//the html code written inside the page
document.write('<a href=\"' + url + '"><img src=\"' + image +  '" width=\"165px\"  height=\"182px\" alt=\"Student in Spotlight\" \/><\/a><br \/><strong> '  + first + ' ' + last + '<\/strong><\/a><br \/>');
document.write('<strong>' + major + '<\/strong><br \/>' );
//document.write('<p><strong>' + quote + '</strong><\/p>');
document.write('<a href=\"' + url + '\">Read more about ' + first +  '...<\/a>');																																																															