function verifyform(){
    msg = "Submitting this form will not make you a client of our firm. Until we have agreed to represent you, anything you send us will not be confidential or privileged.\n\nThis website is intended to provide general information and is not intended to serve as legal advice regarding specific matters.\n\nInformation should not be acted upon without legal advice.\n\nIf you proceed with submitting this form, you confirm that you have read and understand this notice.\n\n";
    return confirm(msg);
    }
