function writeFooter() {

document.write('<br>');

document.write('<hr width="100%">');

document.write('<table width="740" align="center">');

document.write('<tr>');

document.write('<td align="center" colspan=2><font size="2">Last Updated: ');

document.write (document.lastModified);

document.write('<br>');

document.write('Comments and Suggestions to <a href="mailto:Dana.Dvash@weizmann.ac.il">Dana Dvash</a>');

document.write('</font>');

document.write('</td>');

document.write('</tr>');



document.write('</tr>');

document.write('</table>');

}


