function writeFooter() {
document.write('<table bgcolor="3366cc" width="100%" align="left" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td valign="top" align="center">');
document.write('<font color="#ffffff" size="-1" face="arial, helvetica, sans-serif">');
document.write('<a href="/" target="_blank">Weizmann Institute of Science</a><br>');
//document.write('&nbsp;&nbsp;&nbsp;Comments & Suggestions to: <a href="mailto:igal.nevo@weizmann.ac.il">igal.nevo@weizmann.ac.il</a> <br>');
document.write('&nbsp;&nbsp;&nbsp;Last Updated: ');
document.write (document.lastModified);
document.write ('</font>');
document.write('</td>');
document.write('</tr></table>');
}

