var currentTime = new Date();
var year = currentTime.getFullYear();
var br = "&nbsp;";
document.write(year+br);
