function buildFooter() {

   var text="";

   text += '<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="640">';
   text += "<TR>";
      text += '<TD WIDTH="80%">';
         text += '<BR><FONT size="2">Copyright &copy; 1996-2006 Halcyon Monitoring Solutions, Inc.';
         text += '  All rights reserved.';
         text += '<BR><A HREF=http://www.HalcyonInc.com>http://www.HalcyonInc.com</A></FONT>';
      text += "</TD>";

   text += "</TR>";
   text += "</TABLE>";

   document.write(text);
}

