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

profile +=1;
if (profile==1) {
	first="Randy ";
	last="Black";
	major="Business Administration";
	quote="&quot; quot;";
	url="/career/students/alumni/randy-alumniprofile.php";
	image="/career/images/alumniprofiles/spotlight_randy.jpg";
	}


if (profile==2) {
	first="Jihan";
	last="Noizet";
	major="Masters of Business Admin";
	quote="&quot; quot;";
	url="/career/students/alumni/jihan-alumniprofile.php";
	image="/career/images/alumniprofiles/spotlight_jihan.jpg";
}



/*

if (profile==4) {
	first="Alison";
	last="Lange";
	major="BS, Accounting and Information Management";
	quote="&quot; quot;";
	url="/career/students/internships/lange-studentprofile.php";
	image="/career/images/studentprofiles/hmpgAlange2.gif";
}

if (profile==5) {
	first="Tram";
	last="Nguyen";
	major="BS, Finance";
	quote="&quot; quot;";
	url="/career/students/internships/nguyen-studentprofile.php";
	image="/career/images/studentprofiles/hmpgTNuyen.gif";
}


*/
//the html code written inside the page
document.write('<a href=\"' + url + '"><img src=\"' + image +  '" width=\"165px\"  height=\"182px\" \/><\/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>');																																																															