var doctitle=new String(document.title);
var urlhref=new String(location.href);
var lastmod=new Date(document.lastModified);
var year=lastmod.getYear(document.lastModified);

var metaElements = new Array();
metaElements = document.getElementsByTagName ('META');
for (var m = 0; m < metaElements.length; m++)
	switch(metaElements[m].name)
	{
	case 'operator':
		var operator = metaElements[m].content;
		break;
	case 'questions':
		var questions = metaElements[m].content;
		break;
	case 'return':
		var breadcrumb = metaElements[m].content;
		break;
	case 'topic':
		var topic = metaElements[m].content;
		break;
	}
document.write("<table border=\"0\"  width=\"100%\" summary=\"layout table\"><tbody><tr>");
document.write("<td align=\"left\"><div class=\"smallestblue\"> <a href=\"http://www.noaa.gov/\" title=\"National Oceanic and Atmospheric Administration\">NOAA</a>&gt;<a href=\"http://www.nesdis.noaa.gov/\" title=\"NOAA Satellite and Information Service\">NESDIS</a>&gt;<a href=\"http://www.ngdc.noaa.gov/ngdc.html\" title=\"Natonal Geophysical Data Center\">NGDC</a>");
switch(breadcrumb)
{
case "gnssw":
        document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/stp/gnssw2007/index.html\">NOAA GNSS Workshop</a>");
        break;
case "class":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/dmsp/class_workshop/class.html\">CLASS Users&#039; Workshop</a>");
	break;
case "geomag":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/mggd.html\">MGGD</a>&amp;<a href=\"http://www.ngdc.noaa.gov/stp/stp.html\">STP</a>&gt;<a href=\"http://www.ngdc.noaa.gov/geomag/geomag.shtml\">geomagnetism</a>");
	break;
case "hazard":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/mggd.html\">MGGD</a>&gt;<a href=\"http://www.ngdc.noaa.gov/hazard/\">natural hazards</a>");
	break;
case "hazards":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/mggd.html\">MGGD</a>&gt;<a href=\"http://www.ngdc.noaa.gov/hazard/\">natural hazards</a>");
	break;
case "maps":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/maps/\">interactive maps</a>");
	break;
case "mgg":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/mggd.html\">MGGD</a>&gt;<a href=\"http://www.ngdc.noaa.gov/mgg/\">marine geology &amp; geophysics</a>");
	break;
case "hydro":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/mggd.html\">MGGD</a>&gt;<a href=\"http://www.ngdc.noaa.gov/mgg/bathymetry/hydro.html\">NOS hydro data</a>");
	break;
case "bathy":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/mggd.html\">MGGD</a>&gt;<a href=\"http://www.ngdc.noaa.gov/mgg/mggd.html\">marine geology &amp; geophysics</a>&gt;<a href=\"http://www.ngdc.noaa.gov/mgg/bathymetry/relief.html\">bathymetry &amp; relief</a>");
	break;
case "stp":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/stp/\">solar-terrestrial physics</a>");
	break;
case "dmsp":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/dmsp/\">earth observation</a>");
	break;
case "eog":
	document.write("&gt;<a href=\"http://www.ngdc.noaa.gov/dmsp/\">earth observation</a>");
	break;
}
document.write("</div></td>");
document.write("<td align=\"right\"><div class=\"smallestblue\">");
if (topic == null)
document.write("questions: <a href=\"mailto:" + questions + "\" title=\"ask questions about data on this Web page\">" + questions + "</a>");
else
{document.write("questions: <a href=\"mailto:" + questions + "?subject=" + topic + "\" title=\"ask questions about data on this Web page\">" + questions + "</a>");
}
document.write("</div></td></tr><tr><td colspan=\"2\"><hr class=\"smallestblue\" size=\"1\" noshade></td></tr></tbody></table><div align=\"center\" class=\"footltbg\">");
document.write("<a href=\"http://www.ngdc.noaa.gov/ngdc.html\" title=\"go to NGDC home\">home</a> | ");
document.write("<a href=\"http://www.ngdc.noaa.gov/ngdcinfo/phone.html\" class=\"footltbg\" title=\"go to NGDC directory of contacts\">contacts</a> | ");
document.write("<a href=\"http://www.ngdc.noaa.gov/ngdcinfo/onlineaccess.html\" class=\"footltbg\" title=\"go to data available from NGDC\">data</a> | ");
document.write("<a href=\"http://www.ngdc.noaa.gov/ngdcinfo/privacy.html\" class=\"footltbg\" title=\"go to NGDC privacy, disclaimer, and copyright notices\">disclaimers</a> | ");
document.write("<a href=\"http://www.ngdc.noaa.gov/education/education.html\" class=\"footltbg\" title=\"go to education and outreach resources and links\">education</a> | ");
document.write("<a href=\"http://www.ngdc.noaa.gov/products/ngdc_news.html\" class=\"footltbg\" title=\"go to NGDC news and features\">news</a> | ");
document.write("<a href=\"http://www.ngdc.noaa.gov/sitemap/sitemap.html\" class=\"footltbg\" title=\"go to an index of the NGDC Web site\">site map</a>");
document.write("<br /><br /> " + urlhref + "<br /><i>");
document.write("maintained by: <a href=\"mailto:" + operator + "@noaa.gov\" title=\"contact the maintainer of this Web page\">" + operator + "@noaa.gov</a></i><br /><br />");
document.write("revised " + lastmod.toString());
document.write(" <a href=\"http://validator.w3.org/check/referer\" title=\"external link to www.w3.org html validator\">W3C</a>");
document.write("</div>");
