<!-- Copy this code into the HEAD part of your HTML file -->
<META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://www.url.com">
<!-- or it can be done with a onLoad event handler. -->
<!-- Copy this code inside the BODY part of your HTML file -->
<BODY onLoad=window.setTimeout("location.href='http://www.url.html'",10000)>