// this file is dynamically generated
function validatefields129(form){
var alertmsg = 'Contact Edgewood: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext819.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext821.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
var options = 0;var answers_num = 0;
for(i=1;i<form.choice828.length;i++){if(form.choice828[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice825.length;i++){if(form.choice825[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice826.length;i++){if(form.choice826[i].selected==true)options++;}
if (alertmsg == 'Contact Edgewood: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
