function form_alert(){
var messageBody="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\n";
messageBody = messageBody + "This website is intended to provide general information and is not intended to serve as legal advice regarding specific matters.  Information should not be acted upon without legal advice.\n\n";
messageBody = messageBody + "If you proceed with submitting this form, you confirm that you have read and understand this notice.";
window.alert(messageBody); }