<% '*** Get range of years for data from analysis tables sqlRange = "SELECT GWSampleDate FROM tbl_GWMetals ORDER BY GWSampleDate" SET objRange = Connection.Execute(sqlRange) GWFromYear = DatePart("yyyy",objRange("GWSampleDate")) DO WHILE NOT objRange.EOF GWToYear = DatePart("yyyy",objRange("GWSampleDate")) objRange.MoveNext LOOP objRange.Close SET objRange = NOTHING '******* '*** Get range of years for data from analysis tables sqlRange = "SELECT SWDissolvedSampleDate FROM tbl_SWMetalsDissolved ORDER BY SWDissolvedSampleDate" SET objRange = Connection.Execute(sqlRange) SWFromYear = DatePart("yyyy",objRange("SWDissolvedSampleDate")) DO WHILE NOT objRange.EOF SWToYear = DatePart("yyyy",objRange("SWDissolvedSampleDate")) objRange.MoveNext LOOP objRange.Close SET objRange = NOTHING '******* %> Bunker Hill Water Data  
Recent Groundwater
 
 
Recent Groundwater Data displays dissolved metals for all wells sampled in the Bunker Hill Area from <%=GWFromYear%> to <%=GWToYear%>. Sampling units are in milligrams per liter (mg/l). 
Historic Groundwater Data Historic Groundwater Data displays dissolved metals for all wells sampled in the Bunker Hill Area from 1988 to 1993. Sampling units are in micrograms per liter (µg/l). 
Recent Surface Water Surface Water Data displays dissolved metals for surface water sample locations in the Bunker Hill Area from <%=SWFromYear%> to <%=SWToYear%>. Sampling units are in milligrams per liter (mg/l). 
Historic Surface Water Historic Surface Water Data displays dissolved metals for all surface water sample locations in the Bunker Hill Area from 1988 to 1993. Sampling units are in micrograms per liter (µg/l). 
Query By Map (May take a few moments to download) Current Groundwater and Surface Water Data can be selected from a map of the Bunker Hill Superfund Site. Red symbols indicate surface water sites. Blue symbols represent well locations. 

Download the June 2001 Program Summary Report, Draft One (.PDF)
This file is 5.6 M

Download the July 2001 Trend Analysis Report, Draft Two (.PDF)
This file is 2.3 M