$("#mailnews").change(function(){
	
	$(this).attr("value","");
  
  });
