 function buscar() {
          location.href="http://www.informativogeral.com.br/geeral/index.jsp?busca=" + document.getElementById("buscador").value;
    }
    function gravaPost(cod, nome, desc, data) {
      
          document.getElementById("codigo").value = cod;
          document.getElementById("nome").value = nome;
          document.getElementById("descricao").value = document.getElementById("desc_" + cod).value;
          document.getElementById("data").value = data;

          document.getElementById("frm").submit();
    }


	function direcionar(cod) {
	      location.href = "http://www.informativogeral.com.br/?post=" + cod;
	}

	function openAjax(){
		var ajax;
		try{
			ajax = new XMLHttpRequest();
		} catch (ee) {
			try{
				ajax =  new ActiveXObject("Msxml2.XMLHTTP");
			} catch (eee) {
				try{
					ajax =  new ActiveXObject("Microsoft.XMLHTTP");
				}catch (eeee) {
					ajax = false;
				}
			}
		}
		return ajax;
	}

	function home() {
		location.href = "http://www.informativogeral.com.br";
	}

	function envieAmigo() {
       alert('Em desenvolvimento.');
    }

 function loadBanner() {
      
 }

 function versaoIngles(url) {
       

	   if ( url.indexOf('?') > -1)
	   {
		     location.href=url+"&lang=eng";
	   } else {
	       location.href=url+"?lang=eng";
	   }

    
 }


function comentariosPost(code) {
    window.open('http://www.informativogeral.com.br/comentarios.jsp?code=' + code,'public','width=500,height=600,top=150,left=150,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0');
}

function buscaGeeral() {
    location.href="http://www.informativogeral.com.br/geeral/?busca=" + document.getElementById("searchGeeral").value;
   
}

function buscarNoSite() {
     location.href="http://www.informativogeral.com.br/busca.jsp?buscaSite=" + document.getElementById("search").value;
}


function enviarPorEmail(cod) { 


 window.open('comentariosEmail.jsp?cod=' + cod,'email','width=500,height=500,top=150,left=150,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0');


}