//simply write out the current year
          function writeCopyrightYear() {
             document.write(new Date().getFullYear());
          }





