<% function scrubData(str) dim SecuredString 'replace chars SecuredString=replace(str,"<","") SecuredString=replace(SecuredString,">","") SecuredString=replace(SecuredString,"'","") SecuredString=replace(SecuredString,"""","") SecuredString=replace(SecuredString,"(","") SecuredString=replace(SecuredString,")","") SecuredString=replace(SecuredString,"--","") 'return the new clean str scrubData=SecuredString end function siteid=scrubData(Request.QueryString("site")) page=scrubData(Request.QueryString("page")) ssologin=scrubData(Request.QueryString("loginsso")) Session("ssourl")="www.brtelcoonline.org" 'Enter SSO URL here without the protocol (no http/https://) Session("banking")="HB" 'Enter HB for Home Banking or CM for Busines Banking Session("DIEnv")="onlineserv" 'Enter DI Environment (onlineserv for production, preprod for staging) %> <% Select Case page Case "Faq" response.redirect ("https://service.liveperson.net/hc/s-"+siteid+"/cmd/kb/kbvisitorcontrol.jsp") Case "Docs" response.redirect ("https://service.liveperson.net/hc/s-"+siteid+"/cmd/kb/kbvisitorcontrol.jsp") Case "Ask1" response.redirect ("https://service.liveperson.net/hc/s-"+siteid+"/web/ticket/InBoxController.jsp?cmd=newmsg") Case "Inbox" response.redirect ("https://service.liveperson.net/hc/s-"+siteid+"/web/ticket/InBoxController.jsp") End Select %> Main Window

Contact a Telco representative via secure chat or email. Or, you can search our Knowledge Base to find information about a particular topic.

<%if ssologin<>"" then%> /fmis/live/sso/usp/usp.action?app_code=TPV_LIVEPERSON_CHAT&product_code=DISSO&ping=/usp-core/app/launch','chat<%=siteid%>','width=472,height=320');return false;"> <%else%> /fmis/live/sso/usp/usp.action?app_code=TPV_LIVEPERSON_CHAT&product_code=DISSO&ping=/usp-core/app/launch','chat<%=siteid%>','width=472,height=320');return false;"> <%End if%>