function writeFooter() {
document.write('<br>');
document.write('<table width="740">');
document.write('<tr>');
document.write('<td align="center" colspan=2><font size="2" color="#000077">');
document.write('<HR>');
document.write('<CENTER><b>Vega 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:m.leskes@weizmann.ac.il">m.leskes@weizmann.ac.il</A>');
document.write('</font>');
document.write('<br>'); 
document.write('Tel: +972-8-934-2021 &nbsp;&nbsp;&nbsp;Fax: +972-8-934-4123');

document.write('<br>'); 
document.write('<img src="images/semel.jpg" alt="Weizmann Institute Logo " border="0">');

document.write('</td>');
document.write('</tr>');
document.write('</table>');
}


