$(function() {
	$("form[name='ccoptin'] input[name='ea']").one('click', function(e) {
		$(this).val('');
	});
})