// this file is dynamically generated
function validatefields1495(form){
var alertmsg = 'Would you like to be more involved at the PRC of Will County?: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
for(i=1;i<form.choice13269.length;i++){if(form.choice13269[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice13270.length;i++){if(form.choice13270[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice13271.length;i++){if(form.choice13271[i].selected==true)options++;}
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'Would you like to be more involved at the PRC of Will County?: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
