var start = 2004;
var today = new Date();
var currentYear = today.getFullYear();

document.write(currentYear);