function checkForm(){
	if(!validate({id:"Player"})) return false;
	if(!validate({id:"Address"})) return false;
	return true;
}



