// this file is dynamically generated
function validatefields106(form){
var alertmsg = 'Requests for Prayer (sent to Dr. Stepp and Rev. Bare: Co-Pastors and Carol Meadows: Secretary): Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext631.value == "") alertmsg = alertmsg + "Please answer question # 5.\n";
if (alertmsg == 'Requests for Prayer (sent to Dr. Stepp and Rev. Bare: Co-Pastors and Carol Meadows: Secretary): Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
