function writeFooterHome() {
document.write('<br>');
document.write('<hr width="100%">');
document.write('<table width="100%">');
document.write('<tr>');
document.write('<td align="left"><a href="http://www.cirs.net/indexenglish.htm"><img src="images/cirnets.jpg" alt="International Center for Scientific Research" border="0"</a></td>');
document.write('<td align="center"><font size="2" color="#31336A">Last Updated: ');
document.write (document.lastModified);
document.write('<br>');
document.write('Comments and Suggestions to <a href="mailto:Hadas.Shtrikman@weizmann.ac.il">Hadas.Shtrikman@weizmann.ac.il</a>');
document.write('</font>');
document.write('</td>');
document.write('<td align="right"><a href="http://www.science.co.il"><img src="images/Science&Technology.gif" alt="Israel Science and Technology Homepage" border="0"</a></td>');
document.write('</tr>');

document.write('</tr>');
document.write('</table>');
}

