  /*<![CDATA[*/
  function verificabusca(){
        if(document.busca.q.value == ""){
                alert("Por favor, preencha o campo busca!")
                document.busca.q.focus();
                return false;
        }
        if (document.busca.onde.value=="nainternet"){
                document.busca.action = "http://buscauai.uai.com.br/resultsuai.php";
                document.busca.cx.value = "017601035859718093098:wigpczerip8";
        }else{
                if (document.busca.onde.value=="uai"){
                        document.busca.action = "http://buscauai.uai.com.br/resultsuai.php";
			document.busca.cx.value = "017601035859718093098:ozilmgwakla";
                }else{
                  document.busca.action = "http://buscaem.estaminas.com.br/searchm.php";
                  document.busca.query.value = document.busca.q.value;
                }
        }
        return(true);
  }

  function mostrarBanner(pos)
  {
      /*if (document.location.href.indexOf('diagramador') != -1) return
      if (!document.phpAds_used) document.phpAds_used = ',';
      phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
  
      document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
      document.write ("http://estadodeminas.shoppingnet.com.br/adjs.php?n=" + phpAds_random);
      document.write ("&amp;what=zone:" + String(pos));
      document.write ("&amp;exclude=" + document.phpAds_used);
      if (document.referrer)
         document.write ("&amp;referer=" + escape(document.referrer));
      document.write ("'><" + "/script>");*/
  };

  function openEnquete() {
      var largura = 200;
      var altura = 280;

      var left=(window.screen.width/2)-(largura/2);
      var top = (window.screen.height/2)-(altura/2);
      var new_window = window.open(urlBase + '/alterosa/modulos/enquete/portlets/enquete_popup?id_enquete=' + id_enquete, "enquete",'resizable=no,width='+largura+',height='+altura+', left='+ left +', top='+ top +',toolbars=0,menubar=0,status=0,scrollbars=0');
      new_window.focus();
  }

  /*]]>*/

