Or as I do in the inc_header.asp:<% if request.servervariables("REMOTE_ADDR") = "(the IP address)" or request.servervariables("REMOTE_ADDR") = "(Another IP address)" then
Response.Redirect "http://www.fbi.gov"
end if %>
They normally get the point after that.
I hope that helps..