
function CallDate(){
var Today=new Date();
var ThisYear=Today.getFullYear();
var WholeDatex=(ThisYear);
document.write(WholeDatex);
}
