<!DOCTYPE html>

<html>

<body>

(function(){function adjustPifworldFrame (e) { if (e.origin.indexOf("pifworld.com") === e.origin.length - 12) { var iframe = document.getElementById("pifworldFrame"); var height = e.data; iframe.style.height = height + "px";} }; if (window.addEventListener) { window.addEventListener("message", adjustPifworldFrame, false); } else if (window.attachEvent) { window.attachEvent("onmessage", adjustPifworldFrame); }}());

</body>

</html>