   COPYRIGHT = "&copy; ";

   function writeCopyright()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), " Murray State University, Murray, KY 42071 / 800-272-4MSU. All rights reserved.");
   }

