// this file is dynamically generated
function validatefields946(form){
var alertmsg = 'What format do you perfer for your audio or video sermons: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
if(form.choice9365[1-1].checked == true)options++;
if(form.choice9365[2-1].checked == true)options++;
if(form.choice9365[3-1].checked == true)options++;
if(form.choice9365[4-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";
var options = 0;var answers_num = 0;
if(form.choice9366[1-1].checked == true)options++;
if(form.choice9366[2-1].checked == true)options++;
if(form.choice9366[3-1].checked == true)options++;
if(form.choice9366[4-1].checked == true)options++;
if(form.choice9366[5-1].checked == true)options++;
if(form.choice9366[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 # 2.\n";
var options = 0;var answers_num = 0;
if(form.choice9370[1-1].checked == true)options++;
if(form.choice9370[2-1].checked == true)options++;
if(form.choice9370[3-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 3.\n";
var options = 0;var answers_num = 0;
if(form.choice9367[1-1].checked == true)options++;
if(form.choice9367[2-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice9368[1-1].checked == true)options++;
if(form.choice9368[2-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.choice9369[1-1].checked == true)options++;
if(form.choice9369[2-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.choice9372[1-1].checked == true)options++;
if(form.choice9372[2-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";
if (alertmsg == 'What format do you perfer for your audio or video sermons: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
