function writeFooter() {

document.write('<hr>');
document.write('<center>');
document.write('<font size="-1"><a href="/chemistry">Faculty of Chemistry</font></a>');
document.write('<br>');
document.write('<font size="-1"><a href="/">Weizmann Institute of Science</font></a>');
document.write('<br>');
document.write('<font size="-1">Comments and Suggestions: <a href="mailto:izhar.ron@weizmann.ac.il">izhar.ron@weizmann.ac.il</a></font>');
document.write('<br>');
document.write('<font size="-1">Last Updated: ');
document.write (document.lastModified);
document.write('</font>');
document.write('</center>');

}

