<head> <script type="text/javascript"> function doOnLoad() { setTimeout('window.location="http://www.google.com"', 5000); } </script> </head> <body onload="doOnLoad()"> Your content here... </body>