<!--Inicio data
var meses=new Array("Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro");
hoje=new Date();
function data(){
document.write("• "+hoje.getDate()+" de "+meses[hoje.getMonth()]+" de "+hoje.getYear()+"");
}

function imprimeCombo(){
	
	var isie=(navigator.appName.toLowerCase().indexOf("microsoft")>-1);		
	var isie5=(navigator.appVersion.toLowerCase().indexOf("msie 5.")!=-1);
    var isie6=(navigator.appVersion.toLowerCase().indexOf("msie 6.")!=-1);	    
	var isie4=((isie)&&(!isie5)&&(!isie6));
	var isns=navigator.appName==("Netscape");
		
	if (isie4 || isns){
	document.write('<select name="esc_causatema" class="slt2">'+
	               '<option>Escolha a causa</option>');
	comboCausaTema();
	document.write('</select> <input type="image" src="/img/bt_ok2.gif" width="25" height="16" border="0" align="absmiddle">');
	}
			
	else if (isie5 || isie6){
	comboCausaTemaIE();
	}
	
}

function imprimeComboEntidades(){
	
	var isie=(navigator.appName.toLowerCase().indexOf("microsoft")>-1);		
	var isie5=(navigator.appVersion.toLowerCase().indexOf("msie 5.")!=-1);
    var isie6=(navigator.appVersion.toLowerCase().indexOf("msie 6.")!=-1);	    
	var isie4=((isie)&&(!isie5)&&(!isie6));
	var isns=navigator.appName==("Netscape");
		
	if (isie4 || isns){
	document.write('<select name="identidade" class="slt2">'+
	               '<option>Escolha entidade</option>');
	comboEntidades();
	document.write('</select> <input type="image" src="/img/bt_ok2.gif" width="25" height="16" border="0" align="absmiddle">');
	}
			
	else if (isie5 || isie6){
	comboEntidadesIE();
	}
	
}

// data  -->

//------ OAS SETUP begin ------>

//configuration
OAS_url ='http://ads.ibest.com.br/RealMedia/ads/';
OAS_listpos = 'Top';
OAS_query = '';
OAS_sitepage = 'ajudabrasil/ros';
//end of configuration
OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
 function OAS_NORMAL(pos) { 
 document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top>');
document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" BORDER=0></A>');
}

OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1)
OAS_version = 10;
if (OAS_version >= 11)
document.write('<SCR'+ 'IPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + OAS_query + '"><\/SCRIPT>');

document.write('');
function OAS_AD(pos) {
if (OAS_version >= 11)
  OAS_RICH(pos);
else
  OAS_NORMAL(pos);
}
//------ OAS SETUP end ------>
