function checkBlank(blank) {
	if(blank == "") {
		alert ("You must fill in this field to submit this form.");
	}
}
