var start = 2001;
var today = new Date();
var currentYear = today.getFullYear();

document.write(start + " - " + currentYear);