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 = url+ "eng/images/";
notice_path = url+ "eng/notices/index.htm";

document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=0><tr>");
document.write("<td rowspan=2><img src=\""+img_path+"1x1.gif\" width=179 height=1 alt=\"\" border=\"0\"></td>")
document.write("<td colspan=3><img src=\""+img_path+"botdot.gif\" width=600 height=3 alt=\"\" border=\"0\"></td>");
document.write("</tr>")
document.write("<tr>")
document.write("<td class=\"footer\">2004 <img src=\""+img_path+"copy.gif\" width=\"12\" height=\"11\"> | <b>");
document.write("<a href=\""+notice_path+"\">Important notices</a></b></td>");
document.write("<td align=\"right\" class=\"reDate\">Last review date: 18/12/2008</td>");
document.write("<td align=\"right\" class=\"reDate\">Last revision date: "+dd+"/"+mm+"/"+yy+"</td></tr>");
document.write("<tr><td coslpan=\"5\">&nbsp;</td></tr>")
document.write("</table>");