// JavaScript Document


<!-- ------------------------------Begin

rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};

var ad_cnt = 26;
var ad = rand(ad_cnt);
var link;
var career;
var descr;
var width
var height

if (ad==1) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#1";
career="Biochemists";
descr=" study the chemical composition of li";
}

if (ad==2) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#2";
career="Botanists";
descr="  study plants and their environment."
}

if (ad==3) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#3";
career= "Clinical Laboratory Technologist";
descr=" perform"

}

if (ad==4) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#4";
career="Dietitians and nutritionists"
descr=" plan food and nutrit"

}

if (ad==5) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#5";
career="Environmental scientists"
descr=" conduct research to ident"

}

if (ad==6) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#6";
career="Microbiologists"
descr=" investigate the growth and charac"

}

if (ad==7) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#7";
career="Pharmacists"
descr=" dispense drugs prescribed by physic "

}

if (ad==8) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#8";
career="Physical therapists"
descr=" provide services that"

}

if (ad==9) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#9";
career="Veterinarians"
descr=" play a major role in the healthca"

}


if (ad==10) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#10";
career="Public accountants"
descr=" perform a broad range of"

}

if (ad==11) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#11";
career="Auditors"
descr=" verify the accuracy of their organ"

}

if (ad==12) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#12";
career="Public relations specialists"
descr=" handle organizatio"

}

if (ad==13) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#13";
career="Advertising executives and public relations specialist"
descr=" prepare"

}

if (ad==14) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#14";
career="Human resources, training, and labor relations"
descr=""


}

if (ad==15) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#15";
career="Software engineers"
descr="  working in applications or"

}

if (ad==16) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#16";
career="Computer programmers"
descr=" write, test, and maintain"

}

if (ad==17) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#17";
career="Economists"
descr=" study how society distributes scarce"

}

if (ad==18) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#18";
career="Engineering technicians"
descr=" use the principles and"

}

if (ad==19) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#19";
career="Financial analysts,"
descr=" also called securities ana"

}

if (ad==20) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#20";
career="Athletic trainers"
descr=" help prevent and treat inju"

}

if (ad==21) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#21";
career="Paralegal's"
descr=" help lawyers prepare for closings, hearings,"

}

if (ad==22) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#22";
career="Physicists"
descr=" explore and identify basic princi"

}

if (ad==23) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#23";
career="Psychologists"
descr=" study the human mind and human"

}

if (ad==24) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#24";
career="Social workers"
descr=" help people function the best"

}

if (ad==25) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#25";
career="Dentists"
descr=" diagnose, prevent, and treat"

}

if (ad==26) {
link="http://uwf.edu/career/cs_studentAlum/spotlightAll.cfm#26";
career="Assignment reporters"
descr=" write about newsworthy"

}



document.write('<span class="style16"> <strong>' + career + '</strong>' + descr + ' </span> ');
document.write('<a class="style16" href="' + link + '" target="_top">');
document.write(' ...more </a>');

// End--------------------------------------- -->
