<script language="javascript"> function redirectme() { setTimeout('window.location="newpage.html";', 3000); </script> <body onload="redirectme()">