// this file is dynamically generated
function validatefields91(form){
var alertmsg = 'Sign Up for Get With It: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext944.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext945.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext946.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext947.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice1819[1-1].checked == true)options++;
if(form.choice1819[2-1].checked == true)options++;
if(form.choice1819[3-1].checked == true)options++;
if(form.choice1819[4-1].checked == true)options++;
if(form.choice1819[5-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";
if(form.answertext948.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
var options = 0;var answers_num = 0;
if(form.choice949[1-1].checked == true)options++;
if(form.choice949[2-1].checked == true)options++;
if(form.choice949[3-1].checked == true)options++;
if(form.choice949[4-1].checked == true)options++;
if(form.choice949[5-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.choice1145[1-1].checked == true)options++;
if(form.choice1145[2-1].checked == true)options++;
if(form.choice1145[3-1].checked == true)options++;
if(form.choice1145[4-1].checked == true)options++;
if(form.choice1145[5-1].checked == true)options++;
if(form.choice1145[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 # 9.\n";
var options = 0;var answers_num = 0;
if(form.choice1146[1-1].checked == true)options++;
if(form.choice1146[2-1].checked == true)options++;
if(form.choice1146[3-1].checked == true)options++;
if(form.choice1146[4-1].checked == true)options++;
if(form.choice1146[5-1].checked == true)options++;
if(form.choice1146[6-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";
if(form.answertext1147.value == "") alertmsg = alertmsg + "Please answer question # 11.\n";
var options = 0;var answers_num = 0;
if(form.choice1148[1-1].checked == true)options++;
if(form.choice1148[2-1].checked == true)options++;
if(form.choice1148[3-1].checked == true)options++;
if(form.choice1148[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 # 12.\n";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'Sign Up for Get With It: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
