setTimeout( hideAlert , 4000 );
function hideAlert(){
    if ( jQuery("#retorno, #resultado") ) { $("#retorno, #resultado").slideUp('slow'); }
}
