// copyright©®XV

function ShowNowYear() {
var n=new Date();
var st=n.getTime();
var now = new Date();
document.write(now.getFullYear());
}