You can fake it your self (on a frames enabled browser). Create two files.
One should be named something in the lines of lazy.html and should contain the next base code:
<html>
<head>
</head>
<frameset rows="*,80px">
<frame name="amigaorg" src="http://www.amiga.org">
<frame name="homer" src="amigahome.html">
</frameset>
</html>
Save it in a folder of your choice.
Next to it, create a new file called amigahome.html and make it contain the next code:
Top

Save this in the same folder as 'lazy.html'. Now, instead of browsing tot Amiga.org open your lazy.html and off you go :-).