Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
<%
Response.Buffer = "true"
if InStr(Request.ServerVariables("HTTP_ACCEPT"), "wap") then
Response.Redirect "Search.wml"
else
Response.Redirect "Search.html"
end if
%>