  dat = new Date();
  year = dat.getFullYear();
  document.write('<span class="topNavGray">' + year + '</span>');