function myf() { setTimeout(function () { //alert("OK"); document.write('<html><head></head><body>TEST</body></html>'); },20) }