// JavaScript Document

function newwindow() {
	alert("You are leaving the Spring Creek Watershed Project 319 web site.  Pennington County is not responsible for the content of other web sites.");
	}
	
function closeWindow() {
window.opener='X'; 
window.open('','_parent','');
window.close();

}
