document.write("<table cellspacing=0 cellpadding=0 width=100% style=border-width:0px;><tr>");
document.write("<td class=foot>");
document.write("<a href=about.htm>About AQP</a> | ");
document.write("<a href=pollution.htm>Air Pollution</a> | ");
document.write("<a href=AQhealth.htm>Air Quality and Your Health</a> | ");
document.write("<a href=action.htm>Take Action</a> | ");
document.write("<a href=aqlinks.htm>Air Quality Links</a> | ");
document.write("<a href=materials.htm>Newsletters and Materials</a> | ");
document.write("<a href=index.htm>Home</a><br />");
document.write("Copyright &copy; 2006-2010  Air Quality Partnership | ");
document.write("<a href=mailto:airquality@dvrpc.org>airquality@dvrpc.org</a> | ");
document.write("<a href=http://www.dvrpc.org/policies/index.htm#titleVI>Title VI Nondiscrimination Statement</a><br />");
RightNow = new Date();
	var TheYear = RightNow.getYear()
	if (TheYear >= 100 && TheYear <= 1999)
	{TheYear=TheYear + 1900}
	else
	{TheYear=TheYear}
	lastModDate = new Date(document.lastModified);
	lastModMonth=lastModDate.getMonth() + 1
	lastModDay=lastModDate.getDate();
	lastModYear=lastModDate.getYear()
	document.write("<span>Last updated: " + lastModMonth + "/" + lastModDay + "/" + TheYear + "</span>");
document.write("</td></tr></table>");
