function writeFooter() {
document.write('<br>');

document.write('<table width="540" align="center">'); 
document.write('<tr><td align="right"><img src="/immunology/images/groovegreen.gif" align="right"></td></tr>');
document.write('<tr>');
document.write('<td align="center" colspan=2><font size="2" color="#31336A">Last Updated: ');
document.write (document.lastModified);
document.write('<br>');
document.write('Comments and Suggestions to <a href="mailto:ayelet.rais@weizmann.ac.il">ayelet.rais@weizmann.ac.il</a>');
document.write('</font>');
document.write('</td>');
document.write('</tr>');

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

