//featured publications
document.write("<STRONG>Fact Sheet:   </STRONG>");
document.write("<FONT SIZE=-1>");
pub = new Publication();
pub.setRandomIndex('factsheet');
document.write(pub.getFeaturedPublication('factsheet'));
document.write("</FONT>");
document.write("<BR>");
document.write("<BR>");
document.write("<STRONG>EPA Report:   </STRONG>");
document.write("<FONT SIZE=-1>");
pub.setRandomIndex('report');
document.write(pub.getFeaturedPublication('report'));
document.write("</FONT>");
document.write("<BR>");
document.write("<BR>");
document.write("<STRONG>Journal Article:   </STRONG>");
document.write("<FONT SIZE=-1>");
pub.setRandomIndex('article');
document.write(pub.getFeaturedPublication('article'));
document.write("&nbsp &nbsp Reprint ");
document.write('<A HREF="MAILTO:Sims.janice@epamail.epa.gov?subject=Reprint Request--' + pub.getFeaturedPublication('article') + '\">request</A>');
document.write("</FONT>");
