function cadBoletim(bol_input){if(bol_busy)return ;else{bol_busy=true;var em=''+jQuery(bol_input).val();if(!validarEmail(em)){exibirAviso('Informe seu email corretamente');bol_busy=false;}else{jQuery.post('/boletim?format=raw&acao=cadastro',{"em":em},function(response){try{if(response=='2')exibirAviso('Seu email já está cadastrado','ok');else if(response=='1')exibirAviso('Seu email foi cadastrado corretamente','ok');else{exibirAviso('Não foi possível cadastrar seu email. Tente novamente');}bol_busy=false;}catch(exc){exibirAviso('Não foi possível cadastrar seu email. Tente novamente');}});}}}var bol_busy=false;
