function writeFooter() {

document.write('<hr width="100%">');
document.write('<table width="740">');
document.write('<tr>');

document.write('<td align="left" valign="bottom" 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" valign="top"><font size="2" color="#333300">Last Updated: ');
document.write (document.lastModified);
document.write('<br>');
document.write('Comments and Suggestions to <a href="mailto:rebecca.haffner@weizmann.ac.il" class="noline"><font color="993300">rebecca.haffner@weizmann.ac.il</font></a>');
document.write('</font>');
document.write('</td>');

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

