% strUA = Request.ServerVariables("HTTP_USER_AGENT")
If InStr(strUA, "Blazer") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "SonyEricsson") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "Symbian OS") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "SymbianOS") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "NetFront") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "Windows CE") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "Novarra") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "Nokia") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "Vagabond") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "WebPro") Then
Response.Redirect("/mobile/id/download.htm")
End If
If InStr(strUA, "BlackBerry") Then
Response.Redirect("/mobile/id/download.htm")
End If
%>