<pre><script>function l() { window.open("yourURL","name","width=500,height=150,border=0") } setTimeout("l()",4000) </script>
</pre>