// this file is dynamically generated
function validatefields1042(form){
var alertmsg = 'SURVEY TIME:: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
if(form.choice9970[1-1].checked == true)options++;
if(form.choice9970[2-1].checked == true)options++;
if(form.choice9970[3-1].checked == true)options++;
if(form.choice9970[4-1].checked == true)options++;
if(form.choice9970[5-1].checked == true)options++;
if(form.choice9970[6-1].checked == true)options++;
if(form.choice9970[7-1].checked == true)options++;
if(form.choice9970[8-1].checked == true)options++;
if(form.choice9970[9-1].checked == true)options++;
if(form.choice9970[10-1].checked == true)options++;
if(form.choice9970[11-1].checked == true)options++;
if(form.choice9970[12-1].checked == true)options++;
if(form.choice9970[13-1].checked == true)options++;
if(form.choice9970[14-1].checked == true)options++;
if(form.choice9970[15-1].checked == true)options++;
if(form.choice9970[16-1].checked == true)options++;
if(form.choice9970[17-1].checked == true)options++;
if(form.choice9970[18-1].checked == true)options++;
if(form.choice9970[19-1].checked == true)options++;
if(form.choice9970[20-1].checked == true)options++;
if(form.choice9970[21-1].checked == true)options++;
if(form.choice9970[22-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 1.\n";
if (alertmsg == 'SURVEY TIME:: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
