var urlhref=new String(location.href);
var lastmod=new Date(document.lastModified);
var year=lastmod.getYear(document.lastModified);
document.write("<div class=\"topbar\"> " + urlhref + "<br>");
document.write("maintained by: <a href=\"mailto:david.froehlich" + "@" + "noaa.gov\" title=\"contact the maintainer of this Web page\">david.froehlich" + "@" + "noaa.gov</a><br>");
document.write(" revised " + lastmod.toString());
document.write("<br><a href=\"http://validator.w3.org/check/referer\" title=\"external link to www.w3.org html validator\">html 4.01</a> ");
document.write("</div>");
