﻿// JScript source code
var today = new Date(document.lastModified);
var dd=today.getDate();
var mm=today.getMonth()+1;
var yy=today.getFullYear();
if ( yy <= 1999 ) {
yy=yy+100;
} 

//document.write(dd+"/"+mm+"/"+yy);
document.write("<table border='0' cellspacing='2' cellpadding='4' width='600'>");
document.write("<tr>");
document.write("<td>");
document.write("| <a href='http://www.e-start.gov.hk/textversion/en/index.htm' target='_parent'>Site Map</a> | <a href='http://www.e-start.hk/textversion/sc/index.htm' target='_parent'>Simplified Chinese</a> | <a href='http://www.e-start.hk/textversion/tc/index.htm' target='_parent'>Traditional Chinese</a> | <a href='http://www.e-start.hk/gfx/en/index.htm' target='_parent'>Graphic Version</a> | <a href='javascript:history.back();'>Back Page</a> | <br />");
//document.write("| 搜 尋 | 網 頁 指 南 | <a href='contactus.html' target='_parent'>聯 絡 我 們</a> | ");
document.write("| <a href='contactus.html' target='_parent'>Contact Us</a> | ");
document.write("<a href='http://www.gov.hk/en/residents/' target='_blank'>Gov HK</a> | ");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td><font style='font-size:10pt'>2009 (C) | <a href='terms.html#copyright' target='_parent'>Copyright Notice</a> | <a href='terms.html#disclaimer' target='_parent'>Disclaimer</a> | <a href='terms.html#security' target='_parent'>Security Statement</a> | <a href='terms.html#privacypolicy' target='_parent'>Privacy Policy Statement</a> | ");
//document.write("<br /> | <a href='http://www.tela.gov.hk/icrs/index2.html' target='_blank'>此網站支持保護兒童網上安全</a> | 覆檢日期："+dd+"/"+mm+"/"+yy);
document.write("Last Update:"+dd+"/"+mm+"/"+yy);
document.write("</font></td>");
document.write("</tr>");
document.write("</table>");