function submitForm(){if(!document.getElementById("privacy").checked)	{	   var errStr="You must agree to the Privacy Statement before continuing.";	   alert(errStr);	}	else	{		document.SubmitForm.submit();	}}