var h="https://pediatric-screening-tool.netlify.app",i="abcpediatrictherapy",f=document.createElement("iframe"),c=document.getElementById("screening-app-wrap");f.src=h+"/instances/"+i;f.width="100%";f.height="100%";f.fBorder="0";f.scrolling="0";f.style.border="none";f.style.transition="height .25s ease-in";f.title="Child Development Screening Tool";c.appendChild(f);window.addEventListener("message",function(e){if(e.origin!==h)return;if(typeof e.data!=="undefined"&&e.data.hasOwnProperty("height")){f.style.height=e.data.height+10+"px"}else if(typeof e.data!=="undefined"&&e.data.hasOwnProperty("screen")){var br=document.body.getBoundingClientRect(),er=c.getBoundingClientRect(),o=er.top-br.top;window.scrollTo({top:o,left:0,behavior:"smooth"})}},false);