// JavaScript Document
//floridabiomed bottom part
var now=new Date();
var year=now.getYear();
document.write("<div align='center'>");
document.write("<p class='copyright'></p>");
document.write("<p class='copyright'><a href='about.html'>Program Description</a> | <a href='council.html'>Advisory Council</a> | <a href='funding.html'>Funding Overview</a> | <a href='newspub.html'>News</a> | <a href='funding_je.html#callgrant'>King Calls for Applications</a> | <a href='funding_je.html#callQA'>King Call Q&amp;A</a> | <a href='funding_je.html#callnoticesupdates'>King Call Notices</a></p>");
document.write("<p class='copyright'><a href='funding_bc.html#callgrant'>Bankhead Calls for Applications</a> | <a href='funding_je.html#callQA'>Bankhead Call Q&amp;A</a> | <a href='funding_bc.html#callnoticesupdates'>Bankhead Call Notices</a> | <a href='calendar.php'>Program Calendar</a> | <a href='login.html'>Applications Login</a> | <a href='grantees.html#process'>Grant Admin. Manual</a></p>");
document.write("<p class='copyright'><a href='grantees.html#faq'>Grant Management FAQ</a> | <a href='grantees.html#granteecalendar'>Grantee Calendar</a> | <a href='fundedprojects.html'> Funded Project Overview</a> | <a href='fundedprojects.html#outcomes'>Competition Outcomes</a></p>");
document.write("<p class='copyright'><a href='grantSearch.php'>List of Grantees</a> | <a href='grantees.html#noticesupdates'>Grantee Notices</a> | <a href='fundedprojects.html#granteesuccess'>Grantee Successes</a> | <a href='annual_other.html#annualreports'>Annual Reports</a> | <a href='annual_other.html#other'>Other Resources</a></p>");
document.write("<p class='copyright'>&copy; " + year + " Florida Biomedical Research Program</p>");
document.write("</div>");

