// this file is dynamically generated
function validatefields949(form){
var alertmsg = 'Tell Us About your Visit: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
if(form.choice9385[1-1].checked == true)options++;
if(form.choice9385[2-1].checked == true)options++;
if(form.choice9385[3-1].checked == true)options++;
if(form.choice9385[4-1].checked == true)options++;
if(form.choice9385[5-1].checked == true)options++;
if(form.choice9385[6-1].checked == true)options++;
if(form.choice9385[7-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 5.\n";
var options = 0;var answers_num = 0;
if(form.choice9386[1-1].checked == true)options++;
if(form.choice9386[2-1].checked == true)options++;
if(form.choice9386[3-1].checked == true)options++;
if(form.choice9386[4-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 6.\n";
var options = 0;var answers_num = 0;
if(form.choice9387[1-1].checked == true)options++;
if(form.choice9387[2-1].checked == true)options++;
if(form.choice9387[3-1].checked == true)options++;
if(form.choice9387[4-1].checked == true)options++;
if(form.choice9387[5-1].checked == true)options++;
if(form.choice9387[6-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 7.\n";
var options = 0;var answers_num = 0;
if(form.choice9389[1-1].checked == true)options++;
if(form.choice9389[2-1].checked == true)options++;
if(form.choice9389[3-1].checked == true)options++;
if(form.choice9389[4-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 8.\n";
var options = 0;var answers_num = 0;
if(form.choice9390[1-1].checked == true)options++;
if(form.choice9390[2-1].checked == true)options++;
if(form.choice9390[3-1].checked == true)options++;
if(form.choice9390[4-1].checked == true)options++;
if(form.choice9390[5-1].checked == true)options++;
if(form.choice9390[6-1].checked == true)options++;
if(form.choice9390[7-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 9.\n";
if (alertmsg == 'Tell Us About your Visit: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}

