function writeFooter() {
document.write('<table width="100%" align="left" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td colspan="2"><img src="images/line.gif" height="1" width="100%"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<font color="#333333" size="-1" face="arial, helvetica, sans-serif">');
document.write('&nbsp;<a href="/">Weizmann Institute of Science</a>, <a href="/chemistry/">Faculty of Chemistry</a><br>');
document.write('&nbsp;Comments & Suggestions to: <a href="mailto:sidney.cohen@weizmann.ac.il">sidney.cohen@weizmann.ac.il</a><br>');
document.write('&nbsp;Last Updated: ');
document.write (document.lastModified);
document.write ('</font>');
document.write('<td align="right">');
document.write('<form method="post" action="/cgi-bin/htsearch">');
document.write('<input type=hidden name=restrict value="/Chemical_Research_Support/surflab/" >');
document.write('<input type=hidden name=exclude value="">');
document.write('&nbsp;<img align="absmiddle" src="images/search.gif" border="0"><input type="text" name="words" value="">');
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('</tr>');
document.write('<tr>');
document.write('<td height="5" width="100%" colspan="2"><img src="images/line.gif" height="1" width="100%"></td>');
document.write('</tr>');
document.write('</table>');
}

