function checkFields() {
	var why = "";
	why += checkEmail('email');
	why += checkZip('zip','','yes');
	return why;
}


	