// JavaScript Document
    var d=new Date();
    yr=d.getFullYear();
    document.write(+yr);

