// Mail_Custom_Message.js
//*
//*  JavaScript template file for Custom e-mail message

// e-mail message jj
     function sb80()
    {  msg="Under Florida Law, email addresses are public record. "
        msg=msg +  " If you do not want your email address released to a public records request, "
        msg=msg + " do not send electronic mail to this entity. Instead, contact this office by phone or in writing. ";
       alert(msg);
    }

