<!--
var FF = ( ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 ) && ( navigator.userAgent.toLowerCase().indexOf('msie') <= 0 ) );var IE = ( navigator.userAgent.toLowerCase().indexOf('msie') != -1 );var use_rich_txt = false;function popUp( url, titulo, alinhamento, largura, altura, esquerda, topo, toolbar, scrollbar ){if ( ! topo )  { topo = 100; }if ( ! esquerda ) { esquerda = 100; }if ( ! scrollbar ) { scrollbar = 'no'; }window.open( url, titulo, 'align='+ alinhamento +',height='+ altura +',width='+ largura +',scrollbars='+ scrollbar +',left='+ esquerda +',top='+ topo +',toolbar=no' );}function trim( str ){return ( new String( str ) ).replace( /\s+$|^\s+/g, '' );}function redireciona( url ){if ( url != "" ){window.location.replace( url );}return false;}function listar( letra ){var dest = url +'/diretorio/listar/';if ( letra != '' ){dest += letra.toUpperCase();}redireciona( dest );}function confirma( mensagem ){if ( confirm( mensagem ) ){return true;}return false;}function adicionaEmoction( id, str, formulario, mode ){var e = document[ formulario ][ 'mensagem' ];if ( ! e ){return;}if ( use_rich_txt ){window._editor.add_emoticon( id, str );return false;}else if ( ! use_rich_txt && document.getElementById( 'mensagem_texto' ) && formulario != 'comentario' ){e = document.getElementById( 'mensagem_texto' );}if ( formulario == 'comentario' ){if ( ( e.value.length + str.length ) >= maxMsgLen ){return false;}}str = ' '+ str;e.focus();if ( IE && !FF ){var s = document.selection.createRange();s.text = str;}else if ( FF && !IE && ( e.selectionStart || e.selectionEnd == 0 ) ){var i = e.selectionStart;var f = e.selectionEnd;var topo = e.scrollTop;var esq = e.scrollLeft;e.value = e.value.substring( 0, i ) + str + e.value.substring( f, e.value.length );var adicional = str.length;e.selectionStart = i + adicional;e.selectionEnd = f + adicional;e.scrollTop = topo;e.scrollLeft = esq;e.focus();}else{e.value += str;e.focus();}if ( formulario == 'comentario' ){checaTextarea( maxMsgLen, 'mensagem' );}}function _valida_mini_busca( l ){var txt = document.getElementById( 't' );var bnt = document.getElementById( 'buscar' );var str = 'buscar por flogs...';var val = trim( txt.value.toLowerCase() );if ( l == 1 ){txt.onfocus = function(){if ( txt.value == str ){txt.value = '';}};txt.onblur = function(){if ( txt.value == '' ){txt.value = str;}};bnt.onclick = _valida_mini_busca;bnt.form.onsubmit = _valida_mini_busca;txt.value = str;return;}if ( val == str || val.length < 3 ){alert( 'Por favor, informe um termo com no mínimo 3 caracters para a busca.' );txt.focus();return false;}return true;}function mostraFaq( i ){var o = document.getElementById( 'faq_'+ i );if ( ! o ) return;o.style.display = ( o.style.display == 'none' ) ? 'block' : 'none';}
//-->