<html>
<body>
<script src="ad_iframe_writer.js"></script>
<script>
let adIframe = createAdIframe();
adIframe.style.display = "block";
adIframe.src = "pixel.png";
adIframe.width = 100;
adIframe.height = 100;
</script>
</body>
</html>
<html>
<body>
<script src="ad_iframe_writer.js"></script>
<script>
let adIframe = createAdIframe();
adIframe.style.display = "block";
adIframe.src = "pixel.png";
adIframe.width = 100;
adIframe.height = 100;
</script>
</body>
</html>