you could probably put this at the very bottom of the header if you don't want to show archives at all:
if Request("ARCHIVE") = "true" then
Response.Redirect "default.asp"
end if
Then, in default.asp take the area I have in green and post it again at the bottom of the red code like I have it in orange below: