


	function DoSubmit() {
		if (!document.AckForm.chkTerms.checked) {
			alert("You must check the 'Accepted' box at the bottom of the page to use this site.");
		}
		document.AckForm.submit();
	}


	