$(document).ready(function(){
	
	$('#newsletterInput').focus(function() {
  		$(this).val('');
	});
 });

