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 = "/tc/access/notice.htm#disclaimer";
notice2_path = "/tc/access/notice.htm#copy";
notice3_path = "/tc/access/notice.htm#Privacy"

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\">2012 | <b></a>");
document.write("<a href=\""+notice_path+"\" class=\"footerS\" target=\"_blank\">免責聲明</a>  </b>");
document.write("| <a href=\""+notice2_path+"\" class=\"footerS\" target=\"_blank\">版權公告</a> |</b>");
document.write("<a href=\""+notice3_path+"\" align=\"left\" class=\"footerS\" target=\"_blank\"> 私隱政策</b></a> |  ");
document.write("<td align=\"right\" class=\"footerS\">覆檢日期："+dd+"/"+mm+"/"+yy+"</td></tr></table>");



