document.write("");
document.write("
"
+ "
"
+ "
"
+ "
Por favor, aguarde
"
+ "

"
+ "
"
+ "
"
+ "
"
+ "
"
+ "
");
var linkTag = document.createElement('link');
linkTag.href = 'https://horadoenem.org.br/content/checkout.css?v1';
linkTag.rel = 'stylesheet';
document.head.append(linkTag);
var script = document.getElementById('he-checkout-script');
var src = script.getAttribute('src');
var qs = src.split("?")[1];
var scriptTag = document.createElement('script');
scriptTag.src = 'https://horadoenem.org.br/Checkout/Engine?'+qs;
document.head.appendChild(scriptTag);
scriptTag = document.createElement('script');
scriptTag.src = 'https://horadoenem.org.br/Scripts/heinputmask.js';
document.head.appendChild(scriptTag);