// Prints the current four-digit year
function printYear() { document.write((new Date()).getFullYear()); }