%
strUser = lcase(request.servervariables("HTTP_USER_AGENT"))
if instr(strUser, "mozilla") > 0 then
' it's a browser, show fake keywords
response.write ""
else
' it's a search engine, show your real keywords
response.write ""
end if
%>
hitmill.com
Web Services
Related Links
Web Services related links is part of HitMilL's Web Services Tutorial.