// this file is dynamically generated
function validatefields400(form){
var alertmsg = 'My High 5 Child will not be in class today.  Please type in your child\'s name.: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext2602.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if (alertmsg == 'My High 5 Child will not be in class today.  Please type in your child\'s name.: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
