  // FOOTER
  // FILENAME: footer.js
  //
  // Purpose: write standard footer
  //
  // Author:  Deborah Lee Soltesz, USGS, 10/2001


  document.write(" <hr noshade size=1>");
  document.write("");
  document.write(" <table class='footer'>");
  document.write(" <tr valign=top>");
  document.write(" <td align=left class=\"captionDefault\">");
  document.write("");
  document.write("     <a href=\"http://www.doi.gov\" target=_top>");
  document.write(" U.S. Department of the Interior</a> |");
  document.write("");
  document.write("     <a href=\"http://www.usgs.gov\" target=_top>");
  document.write(" USGS</a> |");
  document.write("");
  document.write("     <a href=\"http://astrogeology.usgs.gov\" target=_top>");
  document.write(" Astrogeology</a>");
  document.write("");
  document.write("     <br>");
  document.write("");
  document.write("     <a href=\"/\">");
  document.write(" Home</a> |");
  document.write("");
  document.write("     <a href=\"/search.html\" target=\"_top\">");
  document.write(" Search</a> |");
  document.write("");
  document.write("     <a href=\"http://astrogeology.usgs.gov/About/Disclaimers/\" target=\"_top\">");
  document.write(" Disclaimers & Privacy</a>");
  document.write("");
  document.write("");
  document.write("");
  document.write("     <br>");
  document.write("     <i>");
  document.write(" Send comments to");
  document.write("     <A HREF=\"/about.html#PattyGarcia\">");
  document.write(" Patty Garcia</a></i><br>");
  document.write("");
  document.write(" <script language=\"javaScript\" type=\"text/javascript\">");
  document.write("   document.write(\"File Modified: \" + document.lastModified);");
  document.write(" </script><br>");
  document.write("");
  document.write(" <td align=right class=\"captionDefault\">");
  document.write("   <a href=\"http://www.usa.gov\" target=_top><img src=\"/assets/icons/usagov_logo_color_notag.gif\" width=200 height=55 alt=\"USA.Gov: The U.S. Governments Official Web Portal\" border=0></a> ");document.write("");
  document.write(" </table>");

