You could use the following in the head section of your webpage:
Code:
<meta http-equiv="refresh" content="N; URL=other-web-address">
This would do a redirect to another page (defined by URL) within a certain number of seconds (defined by N). But this method is also used alot by spam sites so not sure if it's the best method.