

function buscar_top(palavra)
{
    window.location = eujafui_host_url + "/busca/" + palavra + "/";
    return false;
}