<!--
function printYear() {
  var today = new Date();
  document.write(today.getFullYear());
}
//-->
