  // 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 width=\"100%\" cellpadding=0 cellspacing=0 border=0>                                                                                                                          ");
  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(" U.S. Geological Survey</a>                                                                                                                                                           ");
  document.write("                                                                                                                                                                                      ");
  document.write("     <br>                                                                                                                                                                             ");
  document.write("                                                                                                                                                                                      ");
  document.write("     <a href=\"/\">                                                                                                                                                                   ");
  document.write(" Home</a> |                                                                                                                                                                           ");
  document.write("                                                                                                                                                                                      ");
  document.write("     <a href=\"/Search\" target=\"_top\">                                                                                                                                             ");
  document.write(" Search</a> |                                                                                                                                                                         ");
  document.write("                                                                                                                                                                                      ");
  document.write("     <a href=\"/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=\"mailto:webteam@astrogeology.usgs.gov\">                                                                                                                                            ");
  document.write(" webteam@astrogeology.usgs.gov</a></i><br>                                                                                                                                                        ");
//  document.write("                                                                                                                                                                                      ");
//  document.write(" <SCRIPT type=\"text/javascript\" language=\"javascript\">document.write(\"URL: \" + document.URL);</script>                                                                                  ");
//  document.write(" <br>                                                                                                                                                                                 ");
  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_white.gif\" width=200 height=55 alt=\"USA.Gov: The U.S. Governments Official Web Portal\" border=0></a> ");
  document.write("                                                                                                                                                                                      ");
  document.write(" </table>                                                                                                                                                                             ");

