function writeHeader() {
document.write('<div id="headLeft">');
document.write('<img src="/conferences/mathphys/images/headleft.gif" width="147" height="123"></div>');
document.write('<div id="headMiddle">');
document.write('<img src="/conferences/mathphys/images/headmiddle1.gif" width="413" height="49"><br><a href="http://www.wisdom.weizmann.ac.il/"><img src="/conferences/mathphys/images/headmiddle2.gif" width="413" height="19" border="0"></a><br><a href="http://www.weizmann.ac.il/physics/"><img src="/conferences/mathphys/images/headmiddle3.gif" width="413" height="16" border="0"></a><br>');
document.write('</div>');
document.write('<div id="headRight">');
document.write('<a href="/"><img src="/conferences/mathphys/images/headright.gif" width="190" height="60" border="0"></a>');
document.write('</div>');
}




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

}

