$(document).ready(function () {
	$('#newsletter-field').one("focus", function() {
	  $(this).val("");
	});
});

