$(document).ready(function(){
  $("a[href=mailto:info@sesloc.org]").click(function(){
    email_alert();
  });
});

function email_alert() {
  alert("SESLOC is committed to the safety and security of member accounts. Please do not include your account or Social Security number, PIN or other private information in your email. This email is not secure and could be monitored by unintended recipients. Please use it for general inquiries only. SESLOC will never request account or other private information from you by email. When in doubt, call us directly at (805) 543-1816 or (805) 227-1030.");
}
