function writeFooter() {
document.write('<hr>');
//document.write('<center>');
document.write('<table>');
document.write('<tr>');
document.write('<td align="left" valign="top" width="220">');
document.write('<form method="post" action="/cgi-bin/htsearch">');
document.write('<input type=hidden name=restrict value="/chemphys/tannor" >');
document.write('<input type=hidden name=exclude value="">');
document.write('<input type="text" size="20" name="words" value="">');
document.write('<br>');
document.write('<input type="submit" value="Search">');
document.write('<input type=hidden name=method value=or >');
document.write('<input type=hidden name=format value=builtin-long >');
document.write('</form>');
document.write('</td>');

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

 
document.write(' <center>');
document.write('<A HREF="acknow.html"><font color="0000FF"> Acknowledgements</font></A>');
document.write('<br>');
document.write(' Comments and suggestions to  <A HREF="mailto:David.Tannor@weizmann.ac.il"><font color="0000FF"> David.Tannor@weizmann.ac.il</font></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>');
}

