

var today = new Date()
var todayFullYear = today.getFullYear();


document.write(todayFullYear);
