function writeFooter() {
document.write('<hr>');
//document.write('<center>');
document.write('<table>');

document.write('<tr>');
document.write('<td align="left" valign="top" width="300">');
document.write('<form id="googleSearch" method="get" action="results.php">');
document.write('&nbsp;&nbsp;<input class="searchQuery" type="text" name="text" value="" > ');
document.write('<input class="searchButton" type="submit" name="search" value="Search" />');
document.write('</form>');
document.write('</td>');

document.write('<td align="center"><font size="2">');
document.write(' Chemical Physics Department, Weizmann Institute of Science');
document.write(' <br>Rehovot 76100, Israel');
 
document.write(' <br>Tel: 972-8-9342094, Fax: 972-8-934-4123</P>');

document.write(' Comments and suggestions to  <A HREF="mailto:David.Tannor@weizmann.ac.il">David.Tannor@weizmann.ac.il</A>');
document.write('<br>');
document.write('<font size="2">Last Updated:');

document.write (document.lastModified);

document.write('</font>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
//document.write('</center>');
}

