// JavaScript 
// Output the current year
document.write(new Date().getFullYear());
