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