function FormValidation() { if(!check_exceptions()) { alert(exception_msg); return false; } return true; }