﻿document.write ("<table border=0 cellspacing=0 cellpadding=0><tr><td><img src=images/headinghkmsc.gif></td></tr><tr bgcolor=#000000><td><table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=55%><img src=images/menu00.gif width=35 height=25 alt=''><a href='index.html'><img src=images/menu01.gif width=41 height=25 alt='首頁' border=0 name=menu01 onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('menu01','','images/menu01_on.gif',1)></a><a href=page01.htm onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('menu02','','images/menu02_on.gif',1)><img src=images/menu02.gif width=100 height=25 alt='關於普通話水平測試中心' border=0 name=menu02></a><a href=page02.htm onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('menu03','','images/menu03_on.gif',1)><img src=images/menu03.gif width=87 height=25 alt='本中心課程資料' border=0 name=menu03></a><a href=page03.htm onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('menu05','','images/menu05_on.gif',1)><img src=images/menu05.gif width=73 height=25 alt='教材示範' border=0 name=menu05></a><a href=mailto:info@putonghua.com.hk onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('menu06','','images/menu06_on.gif',1)><img src=images/menu06.gif width=86 height=25 alt='意見及查詢' border=0 name=menu06></a></td><td width=20% align=center>")



var today1 = new Date()

var month = today1.getMonth()

var date = today1.getDate()

var day = today1.getDay()



document.write ('<font face="Arial, Helvetica, sans-serif" style="font-size:11px" color="#BFAF57">　')

if (date < 10) {

document.write ('0'+date+' ')

}

else {

document.write (date+' ')

}

if (month == 0) document.write("JANUARY")

if (month == 1) document.write("FEBRUARY")

if (month == 2) document.write("MARCH")

if (month == 3) document.write("APRIL")

if (month == 4) document.write("MAY")

if (month == 5) document.write("JUNE")

if (month == 6) document.write("JULY")

if (month == 7) document.write("AUGUST")

if (month == 8) document.write("SEPTEMBER")

if (month == 9) document.write("OCTOBER")

if (month == 10) document.write("NOVEMBER")

if (month == 11) document.write("DECEMBER")



document.write(" 2010, ")

now = new Date()

if (now.getDay() == 0) document.write("SUNDAY")

if (now.getDay() == 1) document.write("MONDAY")

if (now.getDay() == 2) document.write("TUESDAY")

if (now.getDay() == 3) document.write("WEDNESDAY")

if (now.getDay() == 4) document.write("THURSDAY") 

if (now.getDay() == 5) document.write("FRIDAY")

if (now.getDay() == 6) document.write("SATURDAY")

document.write ('&nbsp;&nbsp;</font>')



document.write ("</td></tr></table></td></tr></table>")