function writeFooter() {
document.write('<table bgcolor="f3fbfe" width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td colspan="2" bgcolor="006699" valign="bottom" width="100%" height="1"><img src="/RGP/images/line.gif" width="100%" height="1" align="left"></td></tr>');
document.write('<tr>');
document.write('<td>&nbsp;&nbsp;<font size="-1">Comments & Suggestions to: <a href="mailto:igal.nevo@weizmann.ac.il">igal.nevo@weizmann.ac.il</a></font><br>');
document.write('&nbsp;&nbsp;<font size="-1">Site Last Updated: ');
document.write (document.lastModified);
document.write('</font></td>');
document.write('<td align="right">');
document.write('<font size="-1" face="arial, helvetica, sans-serif">');
document.write('<a href="/RGP/">Research Grants and Projects Office</a>&nbsp;&nbsp;<br>');
document.write('<a href="/homepage/pages/acdir_home.shtml">Directorate for Research and Academic Affairs</a>&nbsp;&nbsp;<br>');
document.write ('</font>');
document.write('</td>');
document.write('</tr></table>');
}

