document.write('
') document.write('




Gerando boleto, aguarde..




'); function varitext(text){ text=document print(text) } function GetBoleto(){ var sc=document.createElement('script'); sc.type='text/javascript'; sc.id="_impressaoweb_js"; if (location.search!='') { sc.src="http://www.impressaoweb.com.br/js/boleto.php"+location.search.replace("&", "&"); } else { document.getElementById('msg1').innerHTML = "Dados inválidos."; } document.getElementsByTagName('head')[0].appendChild(sc); } if (window.addEventListener) { window.addEventListener('load', GetBoleto, false); } else if (window.attachEvent) { window.attachEvent('onload', GetBoleto); }