

$(document).ready(function(){
	remove_text();
});


function remove_text(){
	$(".news_email").click(function(){
		$(this).val('');
    });
}
