Page is a not externally linkable
omoutop - 3:23 pm on Nov 28, 2011 (gmt 0)
sleep(10);
header("Location: page-two.htm");
As long as there is no output to screen, this should work.
If you want to redirect user after the page loads, then only javascript can provide you with a solution.