function check_privacy(flag){
	if ( document.FM.privacy[0].checked == true ){
		return false;
	}
	else{
		alert('You must agree to the Notes in order to use the form.');
		return false;
	}
}