// this file is dynamically generated
function validatefields1641(form){
var alertmsg = 'Automatic Giving: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if (alertmsg == 'Automatic Giving: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}

