// use \ before </ and " 
var total_profiles = 5;
var now = new Date()
var sec = now.getSeconds()
var profile = sec % total_profiles;

profile +=1;

if (profile==1) {
	document.write('<p style=\"color:#ffffff; text-align:left;\"><strong>More than 1000 internship positions are posted through UTD <em>CareerWorks<\/em> each year. <\/strong><\/p>');
	//quote="More than 1000 internship positions are posted through UTD CareerWorks each year. ";
}

if (profile==2) {
	document.write('<p style=\"color:#ffffff; text-align:left;\"><strong>Every semester more than 200 students obtain internships through the Career Center. <\/strong><\/p>');

	//quote="Every semester more than 200 students obtain internships through the Career Center. ";
}

if (profile==3) {
	document.write('<p style=\"color:#ffffff; text-align:left;\"><strong>Each year the Career Center posts more than 4000 employment opportunities through UTD <em>CareerWorks<\/em>.<\/strong><\/p>');

	//quote="Each year the Career Center posts more than 400 full-time employment opportunities through UTD CareerWorks.  ";
}


if (profile==4) {
	document.write('<p style=\"color:#ffffff; text-align:left;\"><strong> More than 450 employers recruited students on-campus this past year.<\/strong><\/p>');

	
}


if (profile==5) {
	document.write('<p style=\"color:#ffffff; text-align:left;\"><strong> #1 Reason to Use the Career Center: <a href=\"http:\/\/www.jobweb.com\/studentarticles.aspx?id=1107\">Job-Search Success!<\/a><\/strong><\/p>');

	
}
//document.write('<p style=\"color:#ffffff; text-align:left;\"><strong>' + quote + '</strong><\/p>');




//the html code written inside the page
//document.write('<a href=\"' + url + '"><img src=\"' + image +  '"\/><\/a><br \/>' +
//    '<strong>'  + first + ' ' + last + '<\/strong><\/a><br \/>');
//document.write('<strong>' + major + '<\/strong><br \/>' );
//document.write('<a href=\"' + url + '\">Read more about ' + first +  '...<\/a>');																																																															