function limpabusca(searchBox, defaultValue) { if (searchBox.value == defaultValue) { searchBox.value = ''; } }

