  function pageInfo()
  {
      document.writeln("<br>");
      document.writeln("<center>");
      document.writeln("<table>");
      document.writeln("<tr>");
      document.writeln("<td width=640>");
      document.writeln("<br>");
      document.writeln("<hr color=#61b3ff>");
        document.writeln("<font color=#FFFFFF>");
        document.writeln("<i>Kia Orana</i> is a 1990 Catalina 36 berthed at South Beach Harbor in San");
        document.writeln("Francisco.  She is designed for cruising with comfort and safety in");
        document.writeln("mind. San Francisco Bay and the Pacific coastal waters from Drake\'s Bay");
        document.writeln("to the Channel Islands are <i>Kia Orana</i>\'s cruising grounds.");
      document.writeln("</font>");
      document.writeln("<hr color=#61b3ff>");
      document.writeln("</td>");
      document.writeln("</tr>");
      document.writeln("</table>");
      document.writeln("</center>");

  }
  pageInfo();

