% dim txt txt=request.ServerVariables("HTTP_USER_AGENT") if InStr(txt,"Firefox") then response.write("") else response.write("") end if %>