﻿// 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/sc/index.htm' target='_parent'>网 页 目 录</a> | <a href='http://www.e-start.gov.hk/textversion/tc/index.htm' target='_parent'>繁 体 版</a> |  <a href='http://www.e-start.gov.hk/textversion/en/index.htm' target='_parent'>English</a> | <a href='http://sc.e-start.gov.hk/sc/www.e-start.gov.hk/v3/tc/index.htm' target='_parent'>图 像 版 本</a> | <a href='javascript:history.back();'>返 回 上 页</a> | <br />");
document.write("| <a href='http://sc.e-start.gov.hk/sc/www.e-start.hk/textversion/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) | 免责声明 | 版权公告 | ");
document.write("<a href='http://www.tela.gov.hk/icrs/index2.html' target='_blank'>此网站支持保护儿童网上安全</a> | 覆检日期："+dd+"/"+mm+"/"+yy);
document.write("</font></td>");
document.write("</tr>");
document.write("</table>");
