function goToEmail() {
	with (document.emailFinder) {
		theDate = reqDate.options[reqDate.selectedIndex].value;
	}
	this.location = "http://www.norwalkdems.com/email-online/email_" + theDate + ".html";
}
