function writeHeader() {
//document.write('<div id="header">');
document.write('<div id="headlogo">');
document.write('<img src="/complex/images_ph/headleft.gif" width="161" height="90"></div>');
document.write('<div id="headcomplex">');
document.write('<a href="/complex/"><img src="/complex/images_ph/complex.gif" width="312" height="50" border="0"></a>');
document.write('</div>');
document.write('<div id="headname">');
document.write('<table width="100%">');
document.write('<tr><td width="278">');
document.write('<img src="/complex/images_ph/moses.gif" width="278"></td>');
document.write('<td background="/complex/images_ph/lines.gif">&nbsp;</td></tr>');
document.write('</table>');
document.write('</div>');

}




function writeFooter() {
document.write('&nbsp;Comments & Suggestions to: <a href="mailto:assaf.rotem@weizmann.ac.il">assaf.rotem@weizmann.ac.il</a><br>');
document.write('&nbsp;Last Updated:');
 document.write (document.lastModified);
 //document.write('</b>');
}
