$(function() {
	// APAGA O TEXTO DO CAMPO DE BUSCA
	$("#s").click(function() {
		$(this).val('');					   
	});
});