document.write('<div class="fixed_top">');
document.write('<img src="images/churchill2.jpg" height="80" width="60%" align="right"/>');
document.write('<p align="right"><font size=+1 color="white"><b>');
document.write('School of Computing &nbsp;</b><br/>');
document.write('National University of Singapore &nbsp;</b></font><br/>');
document.write('<font size="+1" color="yellow"><i>Dr. Sim Khe Chai (Assistant Professor) &nbsp;</i></font></p>');
document.write('</div>');
document.write('<div class="fixed_menu">');
document.write('<table width="100%" cellpadding="0" cellspacing="0"><tr><td>');
document.write(
'<a href="https://mysoc.net/logout" target="_blank">MySoC</a>' +
'<a href="http://www.comp.nus.edu.sg/" target="_blank">SoC</a>' +
'<a href="http://www.nus.edu.sg/" target="_blank">NUS</a>' +
'<a href="http://www.gatesscholar.org" target="_blank">Gates</a>' +
'<a href="http://www.cantab.net" target="_blank">Cantab</a>' +
'<a href="http://www.google.com" target="_blank">Google</a>' +
'<a href="https://webmail.hermes.cam.ac.uk" target="_blank">Hermes</a></td>');
document.write('<td align="right">[Last updated: ');
document.write(document.lastModified);
document.write(']&nbsp;</td></tr></table>');
document.write('</div><br/>');


