// this file is dynamically generated
function validatefields898(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext8916.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext8917.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext8918.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext8919.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice8921[1-1].checked == true)options++;
if(form.choice8921[2-1].checked == true)options++;
answers_num = 1;
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.choice8924[1-1].checked == true)options++;
if(form.choice8924[2-1].checked == true)options++;
answers_num = 1;
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.choice8925[1-1].checked == true)options++;
if(form.choice8925[2-1].checked == true)options++;
answers_num = 1;
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.choice8926[1-1].checked == true)options++;
if(form.choice8926[2-1].checked == true)options++;
answers_num = 1;
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.choice8927[1-1].checked == true)options++;
if(form.choice8927[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 9.\n";
var options = 0;var answers_num = 0;
if(form.choice8928[1-1].checked == true)options++;
if(form.choice8928[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 10.\n";
var options = 0;var answers_num = 0;
if(form.choice8929[1-1].checked == true)options++;
if(form.choice8929[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 11.\n";
var options = 0;var answers_num = 0;
if(form.choice8930[1-1].checked == true)options++;
if(form.choice8930[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 12.\n";
var options = 0;var answers_num = 0;
if(form.choice8931[1-1].checked == true)options++;
if(form.choice8931[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 13.\n";
var options = 0;var answers_num = 0;
if(form.choice8932[1-1].checked == true)options++;
if(form.choice8932[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 14.\n";
var options = 0;var answers_num = 0;
if(form.choice8933[1-1].checked == true)options++;
if(form.choice8933[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 15.\n";
var options = 0;var answers_num = 0;
if(form.choice8934[1-1].checked == true)options++;
if(form.choice8934[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 16.\n";
var options = 0;var answers_num = 0;
if(form.choice8935[1-1].checked == true)options++;
if(form.choice8935[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 17.\n";
var options = 0;var answers_num = 0;
if(form.choice8936[1-1].checked == true)options++;
if(form.choice8936[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 18.\n";
if(form.answertext8954.value == "") alertmsg = alertmsg + "Please answer question # 19.\n";
if(form.answertext8955.value == "") alertmsg = alertmsg + "Please answer question # 20.\n";
if(form.answertext8956.value == "") alertmsg = alertmsg + "Please answer question # 21.\n";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
