function email_alert(){
var messageBody="Sending us an email will not make you a client of our firm. Until we have agreed to represent you, any information or communication you send us will not be confidential or privileged.  Moreover, this email is not encrypted, and we cannot guarantee the security of any information that you transmit to Navitsky, Olson & Wisneski LLP over the Internet.\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 click on OK and proceed with this email, you confirm that you have read and understand this notice.";
window.alert(messageBody); }
