if (InStr(Request.ServerVariables("HTTP_USER_AGENT"), "Googlebot", 1)>0) response.write("You claim to be Googlebot!") else response.write("You say you are not Googlebot.") end if