function validateJoinForm() {
	var errors = "";
	if (errors) {
		alert(errors);
		return false;
	} else {
		return true;
	}
}