$(document).ready(function() {
  $('#newsletterForm input[type=text]').focus(function() {
	  $(this).val('').unbind('focus');
	});
});
