function writeFooter() {
document.write('<table bgcolor="E8EDFA" width="100%" align="left" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td>');

document.write('<div align="bottom"><form id="googleSearch" method="get" action="results.php">');
document.write('<input class="searchQuery" type="text" name="text" value="" > ');
document.write('<input class="searchButton" type="submit" name="search" value="Search" />');
document.write('</form></div>');

document.write('</td>');
document.write('<td>');
document.write('<font color="#000066" size="-1" face="arial, helvetica, sans-serif">');
document.write('&nbsp;&nbsp;&nbsp;<a href="http://www.weizmann.ac.il">Weizmann Institute of Science</a> <br>');
document.write('&nbsp;&nbsp;&nbsp;Comments & Suggestions to: <a href="mailto:feperla@wisemail.weizmann.ac.il">feperla@wisemail.weizmann.ac.il</a> <br>');
document.write('&nbsp;&nbsp;&nbsp;Last Updated: ');
document.write (document.lastModified);
document.write ('</font>');
document.write('</td>');
document.write('</tr></table>');
}

