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";

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>2003 <img src=\""+img_path+"copy.gif\" width=\"12\" height=\"11\"> | <b>");
document.write("<a href=\""+notice_path+"\" class=\"in\">Important notices</a></b></td>");
document.write("<td align=\"right\">Last revision date: "+dd+"/"+mm+"/"+yy+"</td></tr></table>");

