// this file is dynamically generated
function validatefields1850(form){
var alertmsg = 'State Tournament Tee Shirt Order Form: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext16478.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
var options = 0;var answers_num = 0;
if(form.choice16479[1-1].checked == true)options++;
if(form.choice16479[2-1].checked == true)options++;
if(form.choice16479[3-1].checked == true)options++;
if(form.choice16479[4-1].checked == true)options++;
if(form.choice16479[5-1].checked == true)options++;
if(form.choice16479[6-1].checked == true)options++;
if(form.choice16479[7-1].checked == true)options++;
if(form.choice16479[8-1].checked == true)options++;
if(form.choice16479[9-1].checked == true)options++;
if(form.choice16479[10-1].checked == true)options++;
if(form.choice16479[11-1].checked == true)options++;
if(form.choice16479[12-1].checked == true)options++;
if(form.choice16479[13-1].checked == true)options++;
if(form.choice16479[14-1].checked == true)options++;
if(form.choice16479[15-1].checked == true)options++;
if(form.choice16479[16-1].checked == true)options++;
if(form.choice16479[17-1].checked == true)options++;
if(form.choice16479[18-1].checked == true)options++;
if(form.choice16479[19-1].checked == true)options++;
if(form.choice16479[20-1].checked == true)options++;
if(form.choice16479[21-1].checked == true)options++;
if(form.choice16479[22-1].checked == true)options++;
if(form.choice16479[23-1].checked == true)options++;
if(form.choice16479[24-1].checked == true)options++;
if(form.choice16479[25-1].checked == true)options++;
if(form.choice16479[26-1].checked == true)options++;
if(form.choice16479[27-1].checked == true)options++;
if(form.choice16479[28-1].checked == true)options++;
if(form.choice16479[29-1].checked == true)options++;
if(form.choice16479[30-1].checked == true)options++;
if(form.choice16479[31-1].checked == true)options++;
if(form.choice16479[32-1].checked == true)options++;
if(form.choice16479[33-1].checked == true)options++;
if(form.choice16479[34-1].checked == true)options++;
if(form.choice16479[35-1].checked == true)options++;
if(form.choice16479[36-1].checked == true)options++;
if(form.choice16479[37-1].checked == true)options++;
if(form.choice16479[38-1].checked == true)options++;
if(form.choice16479[39-1].checked == true)options++;
if(form.choice16479[40-1].checked == true)options++;
if(form.choice16479[41-1].checked == true)options++;
if(form.choice16479[42-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 2.\n";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'State Tournament Tee Shirt Order Form: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}

