var num_of_news = 2;
news = Math.floor (num_of_news * Math.random());

/*
if (news==0) {
title="Scientific American: Stem Cells: The Real Culprits in Cancer?";
link="http://www.sciam.com/article.cfm?articleID=000B1BED-0C0A-1498-8C0A83414B7F0000&ref=sciam&chanID=sa022";
target="_blank";
body="A dark side of stem cells--their potential to turn malignant--is at the root of a handful of cancers and may be the cause of many more. Eliminating the disease could depend on tracking down and destroying these elusive killer cells";
}

if (news==1) {
link="http://www.sciam.com/article.cfm?articleID=000EDF37-FB18-1CC6-B4A8809EC588EEDF&ref=sciam&chanID=sa022";
title="Scientific American: Father of the Impossible Children";
target="_blank";
body="Ignoring nearly universal opprobrium, Severino Antinori presses ahead with plans to clone a human being";
}

document.write('<a class="header" href="' +link+ '" target="blank"><span class="header">' +title+ '</a></span><br>');
document.write('<span class="t1">' + body + '</span>');
*/

if (news==0) {
title="The ESATYCB to sponsor the Community College Undergraduate Research Colloquium.";
link="http://www.esatycb.org/CCURC.html";
target="_self";
body="The purposes and goals of The Empire State Association of Two-Year College Biologist is to foster excellence in biology education by providing a forum for discussion...";
}

if (news==1) {
title="The ESATYCB to sponsor the Community College Undergraduate Research Colloquium.";
link="http://www.esatycb.org/CCURC.html";
target="_self";
body="The purposes and goals of The Empire State Association of Two-Year College Biologist is to foster excellence in biology education by providing a forum for discussion...";
}

document.write('<a class="t2_header" href="' +link+ '" target="' +target+ '"><span class="header">' +title+ '</a></span><br>');
document.write('<span class="t1">' + body + '</span><a class="header" href="' +link+ '" target="' +target+ '"><span class="header2"><i> READ MORE</i></a></span><br>');
