// JavaScript Document   COPYRIGHT = "&copy; 1998-";   function writeCopyright()   {      document.write(COPYRIGHT, new Date().getFullYear(), " Steven Durland");   }