   COPYRIGHT = "&copy; Copyright ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(),  ",  Claim Management Services, Inc., All rights reserved.<br>" +
"In Wisconsin, Anthem Blue Cross and Blue Shield is the trade name used by Claim Management Services, Inc. (“CMSi”) for plans using the Blue Access provider network and by Compcare Health Services Insurance Company (“Compcare”) for plans using the Blue Preferred Plus provider network.  CMSi and Compcare are independent licensees of the Blue Cross Blue Shield Association. ® Anthem is a registered trademark.  The Blue Cross and Blue Shield names and symbols are registered marks of the Blue Cross and Blue Shield Association.");
   }