/* Last updated with copyrights 
Last thing to be place on pages */
RightNow = new Date();
var m = "Mise &agrave; jours: " + document.lastModified;
var p = m.length-8;
document.writeln("<br><br><center><font color='white' size='1'>");
document.write(m.substring(p, 0));
document.writeln("&nbsp;&nbsp;&nbsp;&copy;APPG 2002 -");
document.write(RightNow.getFullYear());
document.writeln("</font></center>");
