$j(document).ready(function(){
	$j('#newsletter').click(function(){
		$j(this).val('');
	});
});
