var TELNET_WEBCHAT={_chatUrl:"http://122.56.1.199",_clientKey:"",_prompt:"Would you like to start a web chat session with our customer service representative?",_timer:10,_referredUrl:document.URL,init:function(b,a,c){if(b){this.setClientKey(b)}if(a){this.setPrompt(a)}if(c){this.setTimer(c)}setTimeout(function(){TELNET_WEBCHAT.promptWebChat()},this._timer*1000)},setClientKey:function(a){this._clientKey=a},setPrompt:function(a){this._prompt=a},setTimer:function(a){this._timer=a},promptWebChat:function(){if(this._clientKey!=""){if(typeof jQuery=="undefined"){if(confirm(this._prompt)){this.startWebChat()}}else{this.promptWebChatSlider()}}},promptWebChatSlider:function(){$('<div id="webchat" class="webchat-prompt">'+this._prompt+'<br /><input type="button" value="Yes" id="webchat-button-yes" class="webchat-button"><input type="button" value="No" id="webchat-button-no" class="webchat-button"></div>').hide().appendTo("body");$("#webchat").slideToggle();$("#webchat").on("click","#webchat-button-yes",function(){$("#webchat").slideToggle();TELNET_WEBCHAT.startWebChat()});$("#webchat").on("click","#webchat-button-no",function(){$("#webchat").slideToggle()})},startWebChat:function(a){if(a){this.setClientKey(a)}if(this._clientKey!=""){window.open(this._chatUrl+"/webchat2/Main.aspx?ClientKey="+this._clientKey+"&ReferredUrl="+this._referredUrl)}}};
