   COPYRIGHT = "&copy;1997-";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " Mercedes-Benz U.S. International, Inc. All rights reserved.");
   }