infact the only thing that u MAY want in the first index page's body is a message like,... "redircting you to bla bla" or whatever otherwise leave it blank.
EDIT: i think u can also set a time before the user is redircted if i remember correctly..
CODE
function getgoing()
{
top.location="http://domain.com";
alert("redirecting u in 5 seconds!");
setTimeout('getgoing()',5000);
}
but can any one confirm this?