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;
} 
var img_path = cv_nonsc_base_path + "/images/top/";
notice_path = "../import_note.html#disclaimer";
notice2_path = "../import_note.html#copy";
notice3_path = "../privacy.html";
notice4_path = "http://www.tela.gov.hk/icrs/index2.html"


document.write("<P align=\"center\"> | <a href=\"javascript:history.back();\" class=\"footerS\"> 回上页</a> |");
document.write("<P align=\"right\"> | <a href=\"#top\" class=\"footerS\"> 返回页首</a> |");

document.write("<P align=\"center\"><img src=\""+img_path+"botdot.gif\" width=600 height=3 alt=\"\" border=\"0\">");
document.write("<table width=\"600\" cellpadding=\"0\" cellspacing=\"0\" border=0><tr>");
document.write("<td><a align=\"left\" class=\"footerS\">Copyright<img src=\""+img_path+"copy.gif\" width=\"12\" height=\"12\">2008|<b></a>");
document.write("<a href=\""+notice_path+"\" class=\"footerS\" >免责声明</a></b>");
document.write("|<a href=\""+notice2_path+"\" class=\"footerS\" >版权告示</a>");
document.write("|<a href=\""+notice3_path+"\" class=\"footerS\" ><b>私隐政策</b></a>|</b>");
document.write("<a href=\""+notice4_path+"\" align=\"left\" class=\"footerS\" target=\"_blank\">此网站支持保护儿童网上安全</b></a>|");
document.write("<td align=\"right\" class=\"footerS\">覆检日期："+dd+"/"+mm+"/"+yy+"</td></tr></table>");

