
var dates = new Date();
var year = String(dates.getFullYear());
document.write(year);
