<script language="JavaScript">
   config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=150'
   config += 'scrollbars=no,resizable=no'
   pop = window.open ("","pop",config)
   pop.document.write('<script language="javascript">');
   pop.document.write('setTimeout(');
   pop.document.write('"self.close()');
   pop.document.write(';",3000)');
   pop.document.write('</');
   pop.document.write('script>');
<!-- script by Guilherme Ferreira -->
   pop.document.write('<body bgcolor=cyan');
   pop.document.write('<center><b><h2>Welcome</h2></b></center>');
   pop.document.write('<center><b><h3>Please Wait... While This Page Loads</h3></b></center>');
   pop.document.write('<center><b><h6>This Window Will Close Itself...</h6></b></center>');
   pop.document.write('</body>');
 </script>
<!-- end of script -->