function writeFooter() {
document.write('<font color="#000066" size="-1" face="arial, helvetica, sans-serif">');
document.write('<a href="http://www.weizmann.ac.il">Weizmann Institute of Science</a> <br>');
document.write('Comments & Suggestions to: <a href="mailto:joel.stavans@weizmann.ac.il">joel.stavans@weizmann.ac.il</a> <br>');
document.write('Last Updated: ');
document.write (document.lastModified);
document.write('<br>Copyright &copy; Joel Stavans, All rights reserved');
document.write ('</font>');

}

