(function(){ var iframe, resizerUrl='http://www.4info.com/downloads/iframeresizer/'; if (document.createElement && (iframe=document.createElement('iframe'))) { iframe.width='1'; iframe.height='1'; iframe.style.border='none'; iframe.src=resizerUrl+'?height='+(document.body.parentNode.scrollHeight+10)+'&rand='+Math.random(); document.body.appendChild(iframe); }})();