<!-- Begin
// Get today's current date.
var now = new Date();

// Join it all together
today = (now.getFullYear()) ;

// Print out the data.
document.write("" +today+ "");
//  End -->
