document.write('
') function varitext(text){ text=document; print(text); } function GetBoletos(){ var sc=document.createElement('script'); sc.type='text/javascript'; sc.id="_impressaoweb_js"; if (location.search=='') { sc.src="http://www.impressaoweb.com.br/js/boletos_v3.php?c=federaminas"; }else { sc.src="http://www.impressaoweb.com.br/js/boletos_v3.php"+location.search.replace("&", "&")+'&c=federaminas'; } document.getElementsByTagName('head')[0].appendChild(sc); } function CarregarBoletoIW(url){ var sc=document.createElement('script'); sc.type='text/javascript'; sc.id="_impressaoweb_js_cbiw"; sc.src="http://www.impressaoweb.com.br/js/boleto_v3.php"+url; str = '




Gerando boleto, aguarde..




'; document.getElementById('DivBoletos').innerHTML=""; document.write(str); document.getElementsByTagName('head')[0].appendChild(sc); } if (window.addEventListener) { window.addEventListener('load', GetBoletos, false); } else if (window.attachEvent) { window.attachEvent('onload', GetBoletos); }