$(document).ready(function(){
    
    $('#newsletter_text').click(function() {
        $(this).val("");
    });
    
});
