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