/*<![CDATA[*/
  var bannerLoaded = [];
   function mostrarBanner1(pos)
  {
      if (document.location.search.indexOf('diagramador') >= 0) { 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://uaibanners1.uai.com.br/adjs.php?n=" + phpAds_random); document.write ("&what=zone:" + String(pos)); document.write ("&exclude=" + document.phpAds_used);
      if (document.referrer) document.write ("&referer="  + escape(document.referrer));
      document.write ("'><" + "/script>");
  }

function consistenciaForm(){
  var opcao = document.getElementById('opcoes').value;
  
  var form = document.forms['busca'];
  var texto = form.q.value;
  if(texto == "")return false;
  var cx = form.cx;
  if(opcao == 1){
	form.action = 'http://buscauai.uai.com.br/resultsuai.php';
	cx.value = '017601035859718093098:ozilmgwakla';
  
  }else if(opcao == 3){
	form.action = 'http://buscaem.estaminas.com.br/search.php';
	document.busca.query.value = document.busca.q.value;
  
  }else if(opcao == 2){
	form.action = 'http://www.google.com/cse';
	cx.value = '002197379307377804940:9ggbsca16sc';
  }else{
	//form.action = 'http://www.google.com/cse';
	form.action = 'http://buscauai.uai.com.br/resultsuai.php';
	cx.value = '014701806363376593027:r4a8xjdhdh8';
  }
  
  return true;
}


/*]]>*/
