function rwc_statusUpdated(n,t){mbaLiveChat.OnStatusUpdated(n,t)}(function(n,t){var u="",f="",e="",l="",a="",v="",h="location=yes,scrollbars=yes,resizable=yes,width=500,height=600",y="",p="",w="",s="location=yes,scrollbars=yes,resizable=yes,width=500,height=600",b="",k="",d="",c=!0,o="chat/online",r="chat/offline",g,i,nt={};n.Initialize=function(n){n=typeof n=="undefined"?{}:n;u=typeof n.chatServer=="undefined"?u:n.chatServer;f=typeof n.chatId=="undefined"?f:n.chatId;e=typeof n.chatGroup=="undefined"?e:n.chatGroup;o=typeof n.chatOnlineUrl=="undefined"?o:n.chatOnlineUrl;r=typeof n.chatOfflineUrl=="undefined"?r:n.chatOfflineUrl;l=typeof n.onlineImage=="undefined"?l:n.onlineImage;a=typeof n.onlineImageLg=="undefined"?a:n.onlineImageLg;v=typeof n.onlineAlt=="undefined"?v:n.onlineAlt;h=typeof n.onlineWindow=="undefined"?h:n.onlineWindow;y=typeof n.offlineImage=="undefined"?y:n.offlineImage;p=typeof n.offlineImageLg=="undefined"?p:n.offlineImageLg;w=typeof n.offlineAlt=="undefined"?w:n.offlineAlt;s=typeof n.offlineWindow=="undefined"?s:n.offlineWindow;b=typeof n.busyImage=="undefined"?b:n.busyImage;k=typeof n.busyImageLg=="undefined"?k:n.busyImageLg;d=typeof n.busyAlt=="undefined"?d:n.busyAlt;c=typeof n.usingChatQuestions=="undefined"?!0:n.usingChatQuestions;var i="//"+u+"/status/js?im="+encodeURIComponent(f);e&&(i+="&group="+encodeURIComponent(e));t("body").append(t("<script />").prop({type:"text/javascript",defer:!0,src:i}))};n.InitializeListener=function(n){n=typeof n=="undefined"?{}:n;u=typeof n.chatServer=="undefined"?u:n.chatServer;keepCurrentChatId=typeof n.keepCurrentChatId=="undefined"?!1:n.keepCurrentChatId;!1!==keepCurrentChatId&&(f=typeof n.chatId=="undefined"?f:n.chatId);t("body").append(t("<script />").prop({type:"text/javascript",defer:!0,src:"//"+u+"/status/js?im="+n.chatId}))};n.OnStatusUpdated=function(i,u){nt[i]=u;i===f&&(t("body").toggleClass("livechat",u==="online"),t(".chat-link-content").html(n.GetHeaderHtml(g||u,!1)),t(".chat-link-content-lg").html(n.GetHeaderHtml(g||u,!0)),t("header div.panel-chat").each(function(n,i){var r=t(i),f="";switch(u){case"online":f=r.data("pp-chatonline");r.removeClass("busy").removeClass("offline").toggleClass("online",!0);break;case"onthephone":case"berightback":case"outtolunch":case"busy":f=r.data("pp-chatbusy");r.removeClass("online").removeClass("offline").toggleClass("busy",!0);break;case"away":case"offline":case"declined":default:f=r.data("pp-chatoffline");r.removeClass("busy").removeClass("online").toggleClass("offline",!0)}f&&t('header [data-pp-chatmsg="true"]').html(t("<div/>").text(f).html())}),t("a.chat-link").each(function(i,f){var e=t(f),l;c?e.attr("href","online"===u?o:r):e.toggleClass("disabled","online"!==u);l=e.data("specialtopic");e.click(function(t){t&&t.preventDefault();switch(u){case"online":c?n.OpenQuestions({Url:o+"&se="+l,window:h}):n.OpenChatWindow();break;case"busy":case"away":case"offline":case"onthephone":case"berightback":case"outtolunch":case"declined":default:c&&n.OpenQuestions({Url:r+"&se="+l,window:s})}return!1})}))};n.GetStatus=function(n){return nt[n]};n.OpenChatWindow=function(n){var r,o;n=typeof n=="undefined"?{}:n;n.windowName=typeof n.windowName=="undefined"?"PublicPortal_Chat":n.windowName;n.urlParameters=typeof n.urlParameters=="undefined"?{}:n.urlParameters;n.chatServer=typeof n.chatServer=="undefined"?u:n.chatServer;n.chatId=typeof n.chatId=="undefined"?f:n.chatId;r=t.param(n.urlParameters);r=""===r?"":"&"+r;o="https://"+n.chatServer+"/chat/?im="+encodeURIComponent(n.chatId);e&&(o+="&group="+encodeURIComponent(e));o+=r;null===i||typeof i!="object"||i.closed?i=window.open(o,n.windowName,"scrollbars=no,menubar=no,status=no,resizable=no,location=no,width=450,height=452"):i.location.href=o;i.focus()};n.OpenQuestions=function(n){n=typeof n=="undefined"?{}:n;n.windowName=typeof n.windowName=="undefined"?"PublicPortal_Chat":n.windowName;n.window=typeof n.window=="undefined"?"location=yes,scrollbars=yes,resizable=yes,width=800,height=600":n.window;n.Url=typeof n.Url=="undefined"?"Chat/Questions":n.Url;null===i||typeof i!="object"||i.closed?i=window.open(n.Url,n.windowName,n.window):i.location.href=n.Url;i.focus()};n.GetHeaderHtml=function(n,t){n=typeof n=="undefined"?"offline":n;t=typeof t=="undefined"?!1:t;var i="";switch(n){case"online":i+='<a href="'+o+'" onclick=\'javascript:mbaLiveChat.OpenQuestions({"Url": "'+o+'", "window": "'+h+"\"}); return false;'>";i+='<img src="'+(t?a:l)+'" alt="'+v+'"><\/a>';break;case"busy":i+='<a href="'+r+'" onclick=\'javascript:mbaLiveChat.OpenQuestions({"Url": "'+r+'", "window": "'+s+"\"}); return false;'>";i+='<img src="'+(t?k:b)+'" alt="'+d+'"><\/a>';break;case"away":case"offline":case"onthephone":case"berightback":case"outtolunch":case"declined":default:i+='<a href="'+r+'" onclick=\'javascript:mbaLiveChat.OpenQuestions({"Url": "'+r+'", "window": "'+s+"\"}); return false;'>";i+='<img src="'+(t?p:y)+'" alt="'+w+'"><\/a>'}return i}})(window.mbaLiveChat=window.mbaLiveChat||{},jQuery)