//This is the javascript to build the frame page function loadnow() { document.write('\n\n'); } function mydelay() { var t=setTimeout("loadnow();",500); } window.onLoad=mydelay(); mydelay();