
   COPYRIGHT = "Copyright &copy; Scrap Metal Solutions, LLC., 2009-";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ". All rights strictly reserved.");
   }

