%
Dim isIE_FF_Opera_Browsers
Dim userAgentStr,userAgentVerStr
Dim isMobReq
isIE_FF_Opera_Browsers=False
isMobReq=False
If (Trim(Request.querystring("view"))<>"") Then
isMobReq=True
Session("isMobileReq")="mob"
End If
If Trim(Session("isMobileReq"))<>"" Then isMobReq=True
On error resume next
userAgentStr=Lcase(Trim(Request.ServerVariables("HTTP_USER_AGENT")))
If (Instr(1,userAgentStr,"msie")>0) Then
Dim tmpPos1,tmpPos2,tmpLength
tmpPos1=Instr(1,userAgentStr,"msie")
tmpPos2=Instr(tmpPos1,userAgentStr,";")
If tmpPos2=0 then
tmpLength=Len(userAgentStr)-4
Else
tmpLength=tmpPos2-tmpPos1-4
End if
userAgentVerStr=Mid(userAgentStr,tmpPos1+4,tmpLength)
If isNumeric(userAgentVerStr) and CLng(userAgentVerStr)<6 Then
isIE_FF_Opera_Browsers=False
Else
isIE_FF_Opera_Browsers=True
End If
ElseIf (Instr(1,userAgentStr,"firefox")>0) Then
isIE_FF_Opera_Browsers=True
ElseIf (Instr(1,userAgentStr,"opera")>0) Then
isIE_FF_Opera_Browsers=True
ElseIf Instr(1,userAgentStr,"iphone")>0 and isMobReq=False Then
Response.Redirect("iphone/index.html")
isIE_FF_Opera_Browsers=True
ElseIf Instr(1,userAgentStr,"symbian")>0 and isMobReq=False Then
Response.Redirect("mobile/index.html")
isIE_FF_Opera_Browsers=True
Else
isIE_FF_Opera_Browsers=False
End If
If isIE_FF_Opera_Browsers=True Then
%>
<%
End If
If Trim(Request.Form("txtSearch"))<>"" Then
Response.Redirect("webpages/search_pages.asp?terms="& Trim(Request.Form("txtSearch")) & "&btnSubmit=Search")
End If
%>
<%
Dim strHomeTradingImgFile
randomize
randNo=CInt(rnd(6)*10)
If randNo>6 Then randNo=randNo-6
If randNo=0 Then randNo=1
strHomeTradingImgFile="webimages/home_trading" & randNo & ".jpg"
%>
Swistrade Investments Corp. gained a strong position in the online trading arena with clients in more than 50 countries worldwide. As one of the leading Financial services provider, Swistrade Investments Corp. facilitates all positive benefits of online trading.
more »
Introducing Brokers
Swistrade offers an outstanding opportunity to qualified introducing brokers (IB’S). Our IB program supports brokers, traders and industry participants in creating or enhancing a lucrative forex business.more »
<%
Dim refVal
refVal=lcase(Trim(Request.ServerVariables("HTTP_REFERER")))
%>