(function() {
var url = "https:\/\/www.srgoool.com.br\/plugin\/2025\/Alagoano\/1a-Divisao\/classificacao\/1?cl=AlagoanoHome";
url += "&url=" + encodeURIComponent(document.location.origin + document.location.pathname + document.location.search) +
"&hash=" + encodeURIComponent(document.location.hash.substr(1));
console.log("URL", url, "AlagoanoHome");
var div = document.getElementById("iframe_container");
if (div.parentNode.parentNode === document.body) {
div.removeAttribute("style");
div.style.width="100vw";
div.style.height="100vh";
document.body.style.margin="0";
document.body.style.padding="0";
document.body.appendChild(div);
}
var iframe = document.createElement("iframe");
iframe.setAttribute("src", url);
iframe.style.border = "none";
iframe.style.width = "100%";
iframe.style.height = "100%";
iframe.setAttribute("name", "MC42MDUwODA1NTQ4MjUzMjg5");
iframe.setAttribute("id", "iframe_container"+"_iframe");
iframe.setAttribute("allow", "web-share");
div.appendChild(iframe);
})();