// -- Java Year Updater PJ
var today = new Date();
document.write(today.getFullYear());
// EOF