valor_mail = 0;
function limpa_mail(){
    if(valor_mail == 0){
        document.getElementById('mail_news').value = '';
        valor_mail++;
    }
}

valor_nome = 0;
function limpa_nome(){
    if(valor_nome == 0){
        document.getElementById('nome_news').value = '';
        valor_nome++;
    }
}




valor_mail_2 = 0;
function limpa_mail_2(){
    if(valor_mail_2 == 0){
        document.getElementById('mail_news_2').value = '';
        valor_mail_2++;
    }
}

valor_nome_2 = 0;
function limpa_nome_2(){
    if(valor_nome_2 == 0){
        document.getElementById('nome_news_2').value = '';
        valor_nome_2++;
    }
}
