<!--
now = new Date();
wMon = now.getMonth() + 1;

document.writeln('<table width="760" cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">');
document.writeln('	<tr>');
document.writeln('		<td><img src="../common/img/header_' + wMon + '.gif" width="760" height="100" border="0" usemap="#head"></td>');
document.writeln('	</tr>');
document.writeln('</table>');
document.writeln('<map name="head">');
document.writeln('	<area shape="rect" coords="16,13,200,80" href="../index2.html">');
document.writeln('	<area shape="rect" coords="503,58,527,80" href="../index.html">');
document.writeln('	<area shape="rect" coords="550,58,620,80" href="../history/index.html">');
document.writeln('	<area shape="rect" coords="638,58,684,80" href="../paohall/index.html">');
document.writeln('	<area shape="rect" coords="700,58,747,80" href="../space/index.html">');
document.writeln('</map>');
-->