Well, one way that comes to mind is to make a temporary default page and in that page make it nothing but an Iframe. Maybe something like this:
Code Select
<iframe src="http://www.acme.com" name="surprise" scrolling="auto" frameborder="no" align="center" height = "100%" width = "100%">
</iframe>