function writeFooter() {
document.write('<table width="100%" align="left" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td align="left">');
document.write('<p>&nbsp;</p>');
document.write('<p>&nbsp;</p>');
document.write('<font color="#663300" face="arial, helvetica, sans-serif">');
document.write('&nbsp;<a href="/complex/uzy/"><b>Uzy Smilansky Homepage</b></a><br> ');
document.write('<font size="-1">&nbsp;<a href="http://www.weizmann.ac.il">Weizmann Institute of Science</a> <br>');
document.write('&nbsp;Last Updated: ');
document.write (document.lastModified);
document.write ('</font></font>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}

