﻿var mydate=new Date();
var year=mydate.getFullYear();
document.write(year);