function carregaInfoHeader() {
	topo_abspath = '//'+topo_abspath;
        document.imgCGE.src = topo_abspath+'/'+topo_alertaImg;
	document.getElementById('cge3').innerHTML = (document.location.protocol == 'http:') ? '<a href="http://www.cgesp.com.br/">'+topo_alerta+'</a>' : topo_alerta;
	var spa = document.getElementById('sp_agora');	
	if (topo_temperaturaMedia) {
		spa.innerHTML = '<a href="//www.prefeitura.sp.gov.br/servicos/cidadaos/meio_ambiente/clima/index.php"><img src="'+topo_abspath+'/'+topo_tempoImg+'" alt="'+topo_tempoMsg+'" width="18" height="17" title="'+topo_tempoMsg+'" border="0" /> '+topo_temperaturaMedia+'&deg;C</a>';
	}
	spa.innerHTML += '&nbsp;&nbsp;';
	if (topo_transito) {
		spa.innerHTML += '<a href="//www.prefeitura.sp.gov.br/servicos/cidadaos/transito_e_transporte/lentidao/index.php"><img src="//www.prefeitura.sp.gov.br/portal/images/transito.gif" alt="Lentid&atilde;o do Tr&acirc;nsito" width="17" height="12" title="Lentid&atilde;o do Tr&acirc;nsito" border="0"/> '+topo_transito+'km</a>';
	} else {
		spa.innerHTML += '&nbsp; &nbsp; &nbsp; &nbsp;';
	}
	spa.innerHTML += '&nbsp;&nbsp; <img src="//www.prefeitura.sp.gov.br/portal/images/rodizio.gif" alt="Rod&iacute;zio em SP" title="Rod&iacute;zio em SP" width="14" height="12" /> '+topo_rodizio;
	if (typeof(headeronload) == 'function') {
		headeronload();
	}
}
headeronload = window.onload;
window.onload = carregaInfoHeader;

