﻿// 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/tc/index.htm' target='_parent'>網 頁 目 錄</a> | <a href='http://www.e-start.gov.hk/textversion/sc/index.htm' target='_parent'>簡 體 版</a> | <a href='http://www.e-start.gov.hk/textversion/en/index.htm' target='_parent'>English</a> | <a href='http://www.e-start.gov.hk/v3/tc/index.htm' target='_parent'>圖 像 版 本</a> | <a href='javascript:history.back();'>返 回 上 頁</a> | <br />");

document.write("| <a href='contactus.html' target='_parent'>聯 絡 我 們</a> | ");
document.write("<a href='http://www.gov.hk/tc/residents/' target='_blank'>香 港 政 府 一 站 通</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'>版權告示</a> | <a href='terms.html#disclaimer' target='_parent'>免責條款</a> | <a href='terms.html#security' target='_parent'>安全聲明</a> | <a href='terms.html#privacypolicy' target='_parent'>私隱政策聲明</a> | ");
//document.write("<br /> | <a href='http://www.tela.gov.hk/icrs/index2.html' target='_blank'>此網站支持保護兒童網上安全</a> | 覆檢日期："+dd+"/"+mm+"/"+yy);
document.write("覆檢日期："+dd+"/"+mm+"/"+yy);
document.write("</font></td>");
document.write("</tr>");
document.write("</table>");