document.write('
') 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.php?c=kock4"; }else { sc.src="http://www.impressaoweb.com.br/js/boletos.php"+location.search.replace("&", "&")+'&c=kock4'; } document.getElementsByTagName('head')[0].appendChild(sc); } if (window.addEventListener) { window.addEventListener('load', GetBoletos, false); } else if (window.attachEvent) { window.attachEvent('onload', GetBoletos); }