var TargetURL="main.shtml";

function doRedirect()
{
    setTimeout("window.location.href=TargetURL",900*1000);
}