function writeFooterpg() {
document.write('<br>');
document.write('<table width="740">');
document.write('<tr>');
document.write('<td align="left" valign="bottom" width="220">');
document.write('<img src="images/search.gif" alt="Search" border="0">');
document.write('<form method="post" action="/cgi-bin/htsearch">');
document.write('<input type="hidden" name="restrict" value="/materials/">');
document.write('<input type="hidden" name="exclude" value="">');
document.write('<input type="text" size="20" 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('<td align="right"  width="190">');
document.write('<table border="0" cellpadding="0" cellspacing="0" align="right">');
document.write('<tr valign="bottom">');
document.write('<td align="right" valign="bottom" ><a href="/materials"><img src="images/mi_homep.gif" align="right" border="0" ALT="Materials Home Page"></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr valign="top">');
document.write('<td align="right" valign="top"><a href="/"><img src="images/wis_homep.gif" border=" 0" ALT="Weizmann Institute Home Page" border="0"></a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('<tr>');
document.write('<td align="center" colspan=2><font size="2" color="#000066">Last Updated: ');
document.write (document.lastModified);
document.write('</font>');
document.write('</td>');
document.write('</tr>');

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

