function writeFooter() {

document.write('<hr width="100%">');
document.write('<center>');
document.write('<table width="740">');
document.write('<tr>');
document.write('<td align="center" colspan=2><font size="2" color="#155473">Last Updated: ');
document.write (document.lastModified);
document.write('<br>');
document.write('Comments and Suggestions to <a href="mailto:osnat@interpage.co.il">osnat@interpage.co.il</a>');
document.write('</font>');
document.write('</td>');
document.write('</tr>');

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

