function validateForm() {
	//make sure that first and last are complete, and if so, then concatenate them together with a space and set hidden form field "realname"
	//also make sure that either email or street address are complete.
	alert("Form validation occurs here!");
}
