% current_ip = request.servervariables("REMOTE_HOST") my_ip = "216.240.174.206" if (current_ip <> my_ip) then if session("first") <> "false" then RetrieveAndIncrementCount() session("first") = "false" end if end if %>