You can put a re-direct in your META tag of the homepage
Code:
<meta http-equiv="REFRESH" content="0;url=http://whatever.com">
You can change the time before re-directing, by changing the number before the semicolon.
For example if you wanted to wait 5 secs before re-directing, the code would look like this.
Code:
<meta http-equiv="REFRESH" content="5;url=http://whatever.com">