function writeFooter() {
document.write('<br>');
document.write('<table width="95%>');
document.write('<tr>');
document.write('<td align="center" colspan=2><font size="2" color="#000077">');
document.write('<HR>');
document.write('<CENTER><b>Averbukh Group</b><BR>');
document.write('<font size="2">Last Updated:');
document.write (document.lastModified);
document.write('<br>'); 
document.write('Comments and suggestions to <A HREF="mailto:marik.vilensky@weizmann.ac.il">marik.vilensky@weizmann.ac.il</A>');
document.write('</font>');
document.write('<br>'); 
document.write('Tel: +972-8-934-2245 &nbsp;&nbsp;&nbsp;Fax: +972-8-934-4123');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}

