$(document).ready(function() {
	
	$("#news_email").focus(function () {
         $(this).val("");
    });

});