fetch("https://acsbace.com/embedders/page-init",
{ method: "GET",headers: { "Content-Type": "application/json", "x-api-key": "663b6b7ad21d29000359fb54"}}).then((response) => {return response.json()}) .then((data) => {
const divElement = document.getElementById("p663b6b7ad21d29000359fb54"); divElement.innerHTML
= data.html; document.head.insertAdjacentHTML("beforeend", data.style);
if(data.moveModalToBottom){ const modalDiv = divElement.querySelector("#modal663b6b7ad21d29000359fb54"); document.body.appendChild(modalDiv); } var script =
document.createElement("script");script.type = "text/javascript";script["async"]
= false;script.textContent = data.script;document.body.appendChild(script); })