    var d=new Date();
    yr=d.getFullYear();
    if (yr!=2008)
    document.write(+yr);
