<html>
<head>
<title>Awards and Scholarship</title>
<SCRIPT Language="JavaScript">
<!-- // 日付によって違うリンク先を表示させる
function SwitchHTML()
{
if (new Date() < new Date(2011,4,20)) {
	location.href = "./award_before.html" ;
}
else if ((new Date() >= new Date(2011,4,20)) && (new Date() < new Date(2011,5,26))) { 
	location.href = "./award_online.html" ;   
}
else {
	location.href = "./award_after.html" ;  
}
}
-->
</SCRIPT>
</head>
<body>
<font color="#000000" face="Arial" size="2">
  <SCRIPT Language="JavaScript">
  <!--
   SwitchHTML() ;
  -->
  </SCRIPT>
</font>
</body>
</html>
