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