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

profile +=1;


if (profile==1) {
	first=" Ismath";
	last=" Mohideen";
	major="Management & Admin Sciences (Marketing)";
	quote="&quot; quot;";
	url="/career/students/internships/interns_spring2009/ismathM_studprofile.php";
	image="/career/images/studentprofiles_09/ismathM_spotlight.jpg";
    }

if (profile==2) {
	first="Sagar";
	last="Patel";
	major="Political Science";
	quote="&quot; quot;";
	url="/career/students/internships/interns_spring2009/sagarP_studprofile.php";
	image="/career/images/studentprofiles_09/sagarP_spotlight.jpg";
    }

if (profile==3) {
	first="Frankie";
	last="De Soto";
	major=" Arts & Technology";
	quote="&quot; quot;";
	url="/career/students/internships/interns_spring2009/frankieD_studprofile.php";
	image="/career/images/studentprofiles_09/frankieD_spotlight.jpg";
    }

if (profile==4) {
	first="Lauren";
	last="Jobe";
	major="Accounting";
	quote="&quot; quot;";
	url="/career/students/internships/interns_spring2009/laurenJ_studprofile.php";
	image="/career/images/studentprofiles_09/laurenJ_spotlight.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>');																																																															