<!--

// field check
function checkform() {

    // terms agree
    if (!document.apply.terms_agree.checked) {
        alert("You must agree to our Rules and Regulations in order to post your resume on MedicalJobsOnline.com");
        return false;
    }

    return true;
}
//-->

