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+ "/eng/images/";
notice_path = "/eng/access/notice.htm#disclaimer";
notice1_path = "/eng/access/notice.htm#copy";
notice3_path = "/eng/access/notice.htm#Privacy"
document.write("<P align=\"center\"> | <a href=\"javascript:history.back();\" class=\"in\"> Back</a> |");
document.write("<P align=\"right\"> | <a href=\"#top\">go to top</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><FONT SIZE=-4> Copyright<img src=\""+img_path+"copy.gif\" width=\"12\" height=\"11\">2010 | <b>");
document.write("<a href=\""+notice_path+"\" >Disclaimer</a></b> | ");
document.write("<a href=\""+notice1_path+"\" ><b>Copyright Notice</a></b> |");
document.write("<a href=\""+notice3_path+"\" target=\"_blank\"><b> Privacy Policy</a></b> ");
document.write("</font></td><td align=\"right\" ><FONT SIZE=-4>| Review: "+dd+"/"+mm+"/"+yy+"</FONT></td></tr></table>");
