// JavaScript Document used to generate Today's Date on the web page
var nowd=new Date();
var yf = nowd.getFullYear();
document.writeln(yf);
