/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

   COPYRIGHT = "Copyright &copy; Ultra Chemical Inc. ";

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



