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

profile +=1;


if (profile==1) {
	first="Ismath";
	last="Mohideen";
	major="MS Management & Admin Sciences,(Marketing)";
	quote="&quot;This position helps synthesize what I\'ve learned in my marketing classes in a work setting, I\'ve applied my knowledge about brand identity, brand salience, brand commitment, brand positioning, value propositions and research. And that\'s just on one project!&quot;";
	url="/career/students/internships/interns_spring2009/ismathM_studprofile.php";
	image="/career/images/studentprofiles_09/ismathM_cutout.gif";
    }

if (profile==2) {
	first="Sagar";
	last="Patel";
	major="Political Science";
	quote="&quot;  It was a pleasure to meet and talk with many top level political insiders. The view from inside politics is totally distinct from the outside.&quot;                    ";  
	url="/career/students/internships/interns_spring2009/sagarP_studprofile.php";
	image="/career/images/studentprofiles_09/sagarP_cutout.gif";
    }


if (profile==3) {
	first="Frankie ";
	last="De Soto";
	major="Arts & Technology";
	quote="&quot;While my career goals are focused in online marketing communications, social media and multimedia design and production, this position will help me develop more print design skills, because there is still a need for print production.&quot;";
	url="/career/students/internships/interns_spring2009/frankieD_studprofile.php";
	image="/career/images/studentprofiles_09/frankieD_cutout.gif";
    }


if (profile==4) {
	first="Lauren";
	last="Jobe";
	major="Accounting";
	quote="&quot;During my internship, I learned a lot about auditing and my clients\' industries, [such as] investment management, real estate, and manufacturing industries.&quot;";
	url="/career/students/internships/interns_spring2009/laurenJ_studprofile.php";
	image="/career/images/studentprofiles_09/laurenJ_cutout.gif";

    }


if (profile==5 ) {
	first="Autumn";
	last="Moya";
	major="Business Adm-Intl Business";
	quote="&quot;\[After my externship\] I realized more than ever that logistics is vital to the economy and definitely the line of work that I want to pursue.&quot;";
	url="/career/students/externships/externs_spring2009/sheridanP_autumnM_externprofile.php";
	image="/career/images/externsprofiles/spring09/autumnM_cutout.gif";

    }

if (profile==6 ) {
	first="Sheridan";
	last="Peixoto";
	major="Business Adm-Operations";
	quote="&quot;This externship helped to strengthen my career goals. \[Now\] I know my major coincides with job opportunities I enjoy.&quot;";
	url="/career/students/externships/externs_spring2009/sheridanP_autumnM_externprofile.php";
	image="/career/images/externsprofiles/spring09/sheridanP_cutout.gif";

    }

if (profile==7 ) {
	first="Allison";
	last=" Louis";
	major="Psychology and Child Learning \& Development";
	quote="&quot;\[This externship\] affirmed my decision to be a child therapist as it allowed me to see the incredible number of children who are victims of child abuse and I could picture myself working with them.&quot;";
	url="/career/students/externships/externs_spring2009/allisonL_externprofile.php";
	image="/career/images/externsprofiles/spring09/allisonL_cutout.gif";

    }

if (profile==8 ) {
	first="Karan";
	last="Patel";
	major="Biochemistry";
	quote="&quot;\[Getting\] to follow the doctor around was definitely the most beneficial. We got to see what he might face on a daily basis, as far as, what kind of patients he deals with day-in and day-out.&quot;";
	url="/career/students/externships/externs_spring2009/karanP_externprofile.php";
	image="/career/images/externsprofiles/spring09/karanP_cutout.gif";

    }


//the html code written inside the page
document.write('<img src=\"' + image +  '" width=\"130px\"  height=\"172px\" padding-right=\"4px\" alt=\"Student in Spotlight\"  \/>');



document.write('<br \/><br \/><h4><b><a href=\"' + url + '\">' + first + ' ' + last +  '<\/a><\/b><\/h4>');

//document.write('<strong>' + major + '<\/strong><br \/>' );
document.write('<p><em>' + quote + '<\/em><\/p><br \/>');


document.write('<br \/><h4><a href=\"' + url + '\">Read more about ' + first +  '...<\/a><\/h4>');																																																															