/*ja-gadget-virtual-assistant-hybrid@2.19.1*/ 
;require=function e(t,n,i){function o(s,a){if(!n[s]){if(!t[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(r)return r(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var l=n[s]={exports:{}};t[s][0].call(l.exports,function(e){var n=t[s][1][e];return o(n||e)},l,l.exports,e,t,n,i)}return n[s].exports}for(var r="function"==typeof require&&require,s=0;s<i.length;s++)o(i[s]);return o}({1:[function(e,t,n){!function(e,i){"use strict";var o=function(e){if("object"!=typeof e.document)throw new Error("Cookies.js requires a `window` with a `document` object");var t=function(e,n,i){return 1===arguments.length?t.get(e):t.set(e,n,i)};return t._document=e.document,t._cacheKeyPrefix="cookey.",t._maxExpireDate=new Date("Fri, 31 Dec 9999 23:59:59 UTC"),t.defaults={path:"/",secure:!1},t.get=function(e){t._cachedDocumentCookie!==t._document.cookie&&t._renewCache();var n=t._cache[t._cacheKeyPrefix+e];return void 0===n?void 0:decodeURIComponent(n)},t.set=function(e,n,i){return i=t._getExtendedOptions(i),i.expires=t._getExpiresDate(void 0===n?-1:i.expires),t._document.cookie=t._generateCookieString(e,n,i),t},t.expire=function(e,n){return t.set(e,void 0,n)},t._getExtendedOptions=function(e){return{path:e&&e.path||t.defaults.path,domain:e&&e.domain||t.defaults.domain,expires:e&&e.expires||t.defaults.expires,secure:e&&void 0!==e.secure?e.secure:t.defaults.secure}},t._isValidDate=function(e){return"[object Date]"===Object.prototype.toString.call(e)&&!isNaN(e.getTime())},t._getExpiresDate=function(e,n){if(n=n||new Date,"number"==typeof e?e=e===1/0?t._maxExpireDate:new Date(n.getTime()+1e3*e):"string"==typeof e&&(e=new Date(e)),e&&!t._isValidDate(e))throw new Error("`expires` parameter cannot be converted to a valid Date instance");return e},t._generateCookieString=function(e,t,n){e=e.replace(/[^#$&+\^`|]/g,encodeURIComponent),e=e.replace(/\(/g,"%28").replace(/\)/g,"%29"),t=(t+"").replace(/[^!#$&-+\--:<-\[\]-~]/g,encodeURIComponent),n=n||{};var i=e+"="+t;return i+=n.path?";path="+n.path:"",i+=n.domain?";domain="+n.domain:"",i+=n.expires?";expires="+n.expires.toUTCString():"",i+=n.secure?";secure":""},t._getCacheFromString=function(e){for(var n={},i=e?e.split("; "):[],o=0;o<i.length;o++){var r=t._getKeyValuePairFromCookieString(i[o]);void 0===n[t._cacheKeyPrefix+r.key]&&(n[t._cacheKeyPrefix+r.key]=r.value)}return n},t._getKeyValuePairFromCookieString=function(e){var t=e.indexOf("=");t=t<0?e.length:t;var n,i=e.substr(0,t);try{n=decodeURIComponent(i)}catch(e){console&&"function"==typeof console.error&&console.error('Could not decode cookie with key "'+i+'"',e)}return{key:n,value:e.substr(t+1)}},t._renewCache=function(){t._cache=t._getCacheFromString(t._document.cookie),t._cachedDocumentCookie=t._document.cookie},t._areEnabled=function(){var e="1"===t.set("cookies.js",1).get("cookies.js");return t.expire("cookies.js"),e},t.enabled=t._areEnabled(),t},r=e&&"object"==typeof e.document?o(e):o;"function"==typeof define&&define.amd?define(function(){return r}):"object"==typeof n?("object"==typeof t&&"object"==typeof t.exports&&(n=t.exports=r),n.Cookies=r):e.Cookies=r}("undefined"==typeof window?this:window)},{}],2:[function(e,t,n){function i(e,t,n){if(!a(t))throw new TypeError("iterator must be a function");arguments.length<3&&(n=this),"[object Array]"===c.call(e)?o(e,t,n):"string"==typeof e?r(e,t,n):s(e,t,n)}function o(e,t,n){for(var i=0,o=e.length;i<o;i++)u.call(e,i)&&t.call(n,e[i],i,e)}function r(e,t,n){for(var i=0,o=e.length;i<o;i++)t.call(n,e.charAt(i),i,e)}function s(e,t,n){for(var i in e)u.call(e,i)&&t.call(n,e[i],i,e)}var a=e("is-function");t.exports=i;var c=Object.prototype.toString,u=Object.prototype.hasOwnProperty},{"is-function":15}],3:[function(e,t,n){"use strict";var i=Array.prototype.slice,o=Object.prototype.toString;t.exports=function(e){var t=this;if("function"!=typeof t||"[object Function]"!==o.call(t))throw new TypeError("Function.prototype.bind called on incompatible "+t);for(var n,r=i.call(arguments,1),s=function(){if(this instanceof n){var o=t.apply(this,r.concat(i.call(arguments)));return Object(o)===o?o:this}return t.apply(e,r.concat(i.call(arguments)))},a=Math.max(0,t.length-r.length),c=[],u=0;u<a;u++)c.push("$"+u);if(n=Function("binder","return function ("+c.join(",")+"){ return binder.apply(this,arguments); }")(s),t.prototype){var l=function(){};l.prototype=t.prototype,n.prototype=new l,l.prototype=null}return n}},{}],4:[function(e,t,n){"use strict";var i=e("./implementation");t.exports=Function.prototype.bind||i},{"./implementation":3}],5:[function(e,t,n){(function(e){var n;n="undefined"!=typeof window?window:void 0!==e?e:"undefined"!=typeof self?self:{},t.exports=n}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],6:[function(e,t,n){var i=e("function-bind");t.exports=i.call(Function.call,Object.prototype.hasOwnProperty)},{"function-bind":4}],7:[function(e,t,n){"use strict";var i=e("is-callable"),o=Function.prototype.toString,r=/^\s*function/,s=/^\([^\)]*\) *=>/,a=/^[^=]*=>/;t.exports=function(e){if(!i(e))return!1;var t=o.call(e);return t.length>0&&!r.test(t)&&(s.test(t)||a.test(t))}},{"is-callable":9}],8:[function(e,t,n){"use strict";var i=Boolean.prototype.toString,o=function(e){try{return i.call(e),!0}catch(e){return!1}},r=Object.prototype.toString,s="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(e){return"boolean"==typeof e||"object"==typeof e&&(s?o(e):"[object Boolean]"===r.call(e))}},{}],9:[function(e,t,n){"use strict";var i=Function.prototype.toString,o=/^\s*class /,r=function(e){try{var t=i.call(e),n=t.replace(/\/\/.*\n/g,""),r=n.replace(/\/\*[.\s\S]*\*\//g,""),s=r.replace(/\n/gm," ").replace(/ {2}/g," ");return o.test(s)}catch(e){return!1}},s=function(e){try{return!r(e)&&(i.call(e),!0)}catch(e){return!1}},a=Object.prototype.toString,c="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(e){if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if(c)return s(e);if(r(e))return!1;var t=a.call(e);return"[object Function]"===t||"[object GeneratorFunction]"===t}},{}],10:[function(e,t,n){"use strict";var i=Date.prototype.getDay,o=function(e){try{return i.call(e),!0}catch(e){return!1}},r=Object.prototype.toString,s="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(e){return"object"==typeof e&&null!==e&&(s?o(e):"[object Date]"===r.call(e))}},{}],11:[function(e,t,n){"use strict";t.exports=function(){return{Map:function(){if("function"!=typeof Map)return null;try{Map.prototype.forEach.call({},function(){})}catch(e){return Map.prototype.forEach}return null}(),Set:function(){if("function"!=typeof Set)return null;try{Set.prototype.forEach.call({},function(){})}catch(e){return Set.prototype.forEach}return null}()}}},{}],12:[function(e,t,n){"use strict";var i=e("is-symbol");t.exports=function(){var e="function"==typeof Symbol&&i(Symbol.iterator)?Symbol.iterator:null;return"function"==typeof Object.getOwnPropertyNames&&"function"==typeof Map&&"function"==typeof Map.prototype.entries&&Object.getOwnPropertyNames(Map.prototype).forEach(function(t){"entries"!==t&&"size"!==t&&Map.prototype[t]===Map.prototype.entries&&(e=t)}),e}},{"is-symbol":20}],13:[function(e,t,n){"use strict";var i=e("./why");t.exports=function(e,t){return""===i(e,t)}},{"./why":14}],14:[function(e,t,n){"use strict";var i=Object.prototype,o=i.toString,r=Boolean.prototype.valueOf,s=e("has"),a=e("is-arrow-function"),c=e("is-boolean-object"),u=e("is-date-object"),l=e("is-generator-function"),h=e("is-number-object"),f=e("is-regex"),p=e("is-string"),d=e("is-symbol"),m=e("is-callable"),g=Object.prototype.isPrototypeOf,y=function(){},v="foo"===y.name,b="function"==typeof Symbol?Symbol.prototype.valueOf:null,w=e("./getSymbolIterator")(),C=e("./getCollectionsForEach")(),x=Object.getPrototypeOf;x||(x="object"==typeof"test".__proto__?function(e){return e.__proto__}:function(e){var t,n=e.constructor;if(s(e,"constructor")){if(t=n,!delete e.constructor)return null;n=e.constructor,e.constructor=t}return n?n.prototype:i});var j=Array.isArray||function(e){return"[object Array]"===o.call(e)},T=function(e){return e.replace(/^function ?\(/,"function (").replace("){",") {")},S=function(e){var t=[];try{C.Map.call(e,function(e,n){t.push([e,n])})}catch(n){try{C.Set.call(e,function(e){t.push([e])})}catch(e){return!1}}return t};t.exports=function e(t,n){if(t===n)return"";if(null==t||null==n)return t===n?"":String(t)+" !== "+String(n);var i=o.call(t),y=o.call(n);if(i!==y)return"toStringTag is not the same: "+i+" !== "+y;var _=c(t),k=c(n);if(_||k){if(!_)return"first argument is not a boolean; second argument is";if(!k)return"second argument is not a boolean; first argument is";var M=r.call(t),N=r.call(n);return M===N?"":"primitive value of boolean arguments do not match: "+M+" !== "+N}var A=h(t),E=h(t);if(A||E){if(!A)return"first argument is not a number; second argument is";if(!E)return"second argument is not a number; first argument is";if(Number(t)===Number(n))return"";var I=isNaN(t),P=isNaN(n);return I&&!P?"first argument is NaN; second is not":!I&&P?"second argument is NaN; first is not":I&&P?"":"numbers are different: "+t+" !== "+n}var q=p(t),O=p(n);if(q||O){if(!q)return"second argument is string; first is not";if(!O)return"first argument is string; second is not";var F=String(t),L=String(n);return F===L?"":'string values are different: "'+F+'" !== "'+L+'"'}var R=u(t),D=u(n);if(R||D){if(!R)return"second argument is Date, first is not";if(!D)return"first argument is Date, second is not";var B=+t,W=+n;return B===W?"":"Dates have different time values: "+B+" !== "+W}var z=f(t),H=f(n);if(z||H){if(!z)return"second argument is RegExp, first is not";if(!H)return"first argument is RegExp, second is not";var G=String(t),U=String(n);return G===U?"":"regular expressions differ: "+G+" !== "+U}var V=j(t),$=j(n);if(V||$){if(!V)return"second argument is an Array, first is not";if(!$)return"first argument is an Array, second is not";if(t.length!==n.length)return"arrays have different length: "+t.length+" !== "+n.length;for(var J,K,Q=t.length-1,X="";""===X&&Q>=0;){if(J=s(t,Q),K=s(n,Q),!J&&K)return"second argument has index "+Q+"; first does not";if(J&&!K)return"first argument has index "+Q+"; second does not";X=e(t[Q],n[Q]),Q-=1}return X}var Y=d(t),Z=d(n);if(Y!==Z)return Y?"first argument is Symbol; second is not":"second argument is Symbol; first is not";if(Y&&Z)return b.call(t)===b.call(n)?"":"first Symbol value !== second Symbol value";var ee=l(t);if(ee!==l(n))return ee?"first argument is a Generator; second is not":"second argument is a Generator; first is not";var te=a(t);if(te!==a(n))return te?"first argument is an Arrow function; second is not":"second argument is an Arrow function; first is not";if(m(t)||m(n)){if(v&&""!==e(t.name,n.name))return'Function names differ: "'+t.name+'" !== "'+n.name+'"';if(""!==e(t.length,n.length))return"Function lengths differ: "+t.length+" !== "+n.length;var ne=T(String(t)),ie=T(String(n));return""===e(ne,ie)?"":ee||te?""===e(ne,ie)?"":"Function string representations differ":""===e(ne.replace(/\)\s*\{/,"){"),ie.replace(/\)\s*\{/,"){"))?"":"Function string representations differ"}if("object"==typeof t||"object"==typeof n){if(typeof t!=typeof n)return"arguments have a different typeof: "+typeof t+" !== "+typeof n;if(g.call(t,n))return"first argument is the [[Prototype]] of the second";if(g.call(n,t))return"second argument is the [[Prototype]] of the first";if(x(t)!==x(n))return"arguments have a different [[Prototype]]";if(w){var oe=t[w],re=m(oe),se=n[w],ae=m(se);if(re!==ae)return re?"first argument is iterable; second is not":"second argument is iterable; first is not";if(re&&ae){var ce,ue,le,he=oe.call(t),fe=se.call(n);do{if(ce=he.next(),ue=fe.next(),!ce.done&&!ue.done&&""!==(le=e(ce,ue)))return"iteration results are not equal: "+le}while(!ce.done&&!ue.done);return ce.done&&!ue.done?"first argument finished iterating before second":!ce.done&&ue.done?"second argument finished iterating before first":""}}else if(C.Map||C.Set){var pe=S(t),de=S(n),me=j(pe),ge=j(de);if(me&&!ge)return"first argument has Collection entries, second does not";if(!me&&ge)return"second argument has Collection entries, first does not";if(me&&ge){var ye=e(pe,de);return""===ye?"":"Collection entries differ: "+ye}}var ve,be,we,Ce;for(ve in t)if(s(t,ve)){if(!s(n,ve))return'first argument has key "'+ve+'"; second does not';if(be=!!t[ve]&&t[ve][ve]===t,we=!!n[ve]&&n[ve][ve]===n,be!==we)return be?'first argument has a circular reference at key "'+ve+'"; second does not':'second argument has a circular reference at key "'+ve+'"; first does not';if(!be&&!we&&""!==(Ce=e(t[ve],n[ve])))return'value at key "'+ve+'" differs: '+Ce}for(ve in n)if(s(n,ve)&&!s(t,ve))return'second argument has key "'+ve+'"; first does not';return""}return!1}},{"./getCollectionsForEach":11,"./getSymbolIterator":12,has:6,"is-arrow-function":7,"is-boolean-object":8,"is-callable":9,"is-date-object":10,"is-generator-function":16,"is-number-object":17,"is-regex":18,"is-string":19,"is-symbol":20}],15:[function(e,t,n){function i(e){var t=o.call(e);return"[object Function]"===t||"function"==typeof e&&"[object RegExp]"!==t||"undefined"!=typeof window&&(e===window.setTimeout||e===window.alert||e===window.confirm||e===window.prompt)}t.exports=i;var o=Object.prototype.toString},{}],16:[function(e,t,n){"use strict";var i=Object.prototype.toString,o=Function.prototype.toString,r=/^\s*(?:function)?\*/,s="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,a=Object.getPrototypeOf,c=function(){if(!s)return!1;try{return Function("return function*() {}")()}catch(e){}}(),u=c?a(c):{};t.exports=function(e){if("function"!=typeof e)return!1;if(r.test(o.call(e)))return!0;if(!s){return"[object GeneratorFunction]"===i.call(e)}return a(e)===u}},{}],17:[function(e,t,n){"use strict";var i=Number.prototype.toString,o=function(e){try{return i.call(e),!0}catch(e){return!1}},r=Object.prototype.toString,s="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(e){return"number"==typeof e||"object"==typeof e&&(s?o(e):"[object Number]"===r.call(e))}},{}],18:[function(e,t,n){"use strict";var i=e("has"),o=RegExp.prototype.exec,r=Object.getOwnPropertyDescriptor,s=function(e){try{var t=e.lastIndex;return e.lastIndex=0,o.call(e),!0}catch(e){return!1}finally{e.lastIndex=t}},a=Object.prototype.toString,c="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(e){if(!e||"object"!=typeof e)return!1;if(!c)return"[object RegExp]"===a.call(e);var t=r(e,"lastIndex");return!(!t||!i(t,"value"))&&s(e)}},{has:6}],19:[function(e,t,n){"use strict";var i=String.prototype.valueOf,o=function(e){try{return i.call(e),!0}catch(e){return!1}},r=Object.prototype.toString,s="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(e){return"string"==typeof e||"object"==typeof e&&(s?o(e):"[object String]"===r.call(e))}},{}],20:[function(e,t,n){"use strict";var i=Object.prototype.toString;if("function"==typeof Symbol&&"symbol"==typeof Symbol()){var o=Symbol.prototype.toString,r=/^Symbol\(.*\)$/,s=function(e){return"symbol"==typeof e.valueOf()&&r.test(o.call(e))};t.exports=function(e){if("symbol"==typeof e)return!0;if("[object Symbol]"!==i.call(e))return!1;try{return s(e)}catch(e){return!1}}}else t.exports=function(e){return!1}},{}],21:[function(e,t,n){function i(e,t){return this instanceof i?("string"==typeof e&&(e={uri:e}),o(e,t)):new i(e,t)}var o=e("xhr");t.exports=i},{xhr:91}],22:[function(e,t,n){var i=e("ja-tracking");t.exports={track:function(e,t,n){var n=n&&n.nodeType?n:document.querySelector(n),t=t||{};t.trackingPixels=t.trackingPixels||{},t.trackingPixels.appearance=t.trackingPixels.appearance||"",t.trackingPixels.transition=t.trackingPixels.transition||"",e&&e.on&&n&&!i.isBot()&&(e.on("appear",function(){setTimeout(function(){i.fireImagePixel(t.trackingPixels.appearance,{target:n,once:!0,partialMatching:!0})},2e3)}),e.on("complete",function(){i.fireImagePixel(t.trackingPixels.transition,{target:n,once:!0,partialMatching:!0})}))}}},{"ja-tracking":34}],23:[function(e,t,n){function i(){this.__doneCallbacks=[],this.__failCallbacks=[]}t.exports=i,i.prototype.done=function(e){if(e)return this.__data?e(this.__data):this.__doneCallbacks.push(e),this},i.prototype.data=function(){return this.__data},i.prototype.fail=function(e){if(e)return this.__failure?e(this.__failure):this.__failCallbacks.push(e),this},i.prototype.resolve=function(e){for(this.__data=e;this.__doneCallbacks.length>0;){var t=this.__doneCallbacks.shift();t&&t(this.__data)}return this},i.prototype.reject=function(e){for(this.__failure=e;this.__failCallbacks.length>0;){var t=this.__failCallbacks.shift();t&&t(this.__failure)}return this},i.prototype.pipe=function(e,t){var n=new i,o=t||function(e){return e};return e&&this.done(function(t){n.resolve(e(t))}).fail(function(e){n.reject(o(e))}),n}},{}],24:[function(e,t,n){function i(e){if(!(this instanceof i))return new i(e);e=e||{},this.servicePath=e.servicePath||"/processes/funnel/VirtualAssistantService.asmx/",this.profileServicePath=e.profileServicePath||"/processes/funnel/assistant-profile.ashx",this.requestDelay=e.requestDelay||5e3,this.requestTimeout=e.requestTimeout||1e4,this.maxRetries=e.maxRetries||5,this.retryCount=e.retryCount||0}function o(e,t,n){var i=null;if(!e&&n){var o=JSON.parse(n);o.d&&(o=JSON.parse(o.d)),o.success&&(i=o.serializedData?JSON.parse(o.serializedData):o)}return i}function r(e,t){var n,i,o="",r=e;if(t){for(n in t)t.hasOwnProperty(n)&&(i=t[n],o+=n+"="+i+"&");o.length>0&&(r.indexOf("?")>-1?r+="&":r+="?",r+=o.substring(0,o.length-1))}return r}function o(e,t,n){var i=null;if(!e&&n){var o=JSON.parse(n);o.d&&(o=JSON.parse(o.d)),o.success&&(i=o.serializedData?JSON.parse(o.serializedData):o)}return i}function s(e){return{avatar:e.Avatar,greeting:e.Greeting,name:e.Name,title:e.Title,details:e.ProfileDetails,connectionFailureMessageHeader:e.ConnectionFailureMessageHeader,connectionFailureMessageBody:e.ConnectionFailureMessageBody,connectionRetryMessageHeader:e.ConnectionRetryMessageHeader,connectionRetryMessageBody:e.ConnectionRetryMessageBody}}function a(e){for(var t=[],n=0;n<e.Messages.length;n++)t.push({messageId:e.Messages[n].MessageId,role:e.Messages[n].IsFromAssistant?"Assistant":"Customer",text:e.Messages[n].Text,attributes:e.Messages[n].Attributes});return t}t.exports=i;var c=e("ja-ajax"),u=e("./Deferred.js"),l=e("ja-event"),h=e("ja-utils"),f=e("ja-cookie"),p={GetAssistantProfile:{methodName:"GetAssistantProfile",methodType:"GET",numericId:0},CreateChat:{methodName:"CreateChat",numericId:1},PostMessage:{methodName:"PostMessage",numericId:2},CompleteChat:{methodName:"CompleteChat",numericId:3},GetMessages:{methodName:"GetMessages",numericId:4},GetChat:{methodName:"GetChat",numericId:5},RestoreChat:{methodName:"GetMessages",numericId:6}};h.mixin(i,l),i.prototype.getAssistantProfile=function(e,t,n,i){return this.performRequest(p.GetAssistantProfile,function(){return{categoryId:e,chatType:t||"FunnelQuestion",botName:n||"",source:i||""}}()).pipe(function(e){return e=e.Profile?e:e={Profile:e},e&&e.Profile?s(e.Profile):{error:"Error: LegacyASMXClient.prototype.getAssistantProfile: Cannot find profile"}})},i.prototype.createChat=function(e,t,n){return f.set("JA_Client_LocalHour",(new Date).getHours(),{expires:36e5}),this.performRequest(p.CreateChat,function(){return{context:e,message:t,botName:n||""}}()).pipe(function(e){return e&&e.Message?{text:e.Message.Text,chatId:e.ChatId,attributes:e.Message.Attributes||{}}:{}})},i.prototype.getChat=function(e){return this.performRequest(p.GetChat,{chatId:e})},i.prototype.postMessage=function(e,t,n){return this.performRequest(p.PostMessage,function(){return{chatId:e,message:t,botName:n||""}}()).pipe(function(e){return e&&e.Message&&e.ChatId?{text:e.Message.Text,chatId:e.ChatId,attributes:e.Message.Attributes||{}}:{}})},i.prototype.completeChat=function(e,t,n,i){return this.performRequest(p.CompleteChat,function(){return{chatId:e,completionReason:t,message:n||{IsFromAssistant:!1,Text:""},botName:i||""}}()).pipe(function(e){return{tempQuestionId:e.tempQuestionId,redirectUrl:e.redirectUrl}})},i.prototype.restoreChat=function(e,t){return t?this.getProfileAndRestore(e,t):this.performRequest(p.RestoreChat,{chatId:e})},i.prototype.getProfileAndRestore=function(e,t){var n=this,i=new u;return n.getAssistantProfile(t.categoryId,t.chatType,t.botName,t.source).pipe(function(t){n.performRequest(p.RestoreChat,{chatId:e}).pipe(function(e){i.resolve({chatId:e.ChatId,profile:t,messages:a(e)})})}),i},i.prototype.getMessages=i.prototype.restoreChat,i.prototype.performRequest=function(e,t){var n=e.methodType||"POST",i="GetAssistantProfile"===e.methodName?this.profileServicePath:this.servicePath+e.methodName,o=e.numericId;return this.send(i,n,t,o)},i.prototype.send=function(e,t,n,i,s){var a=this,l=t||"GET",h="",f=e,p=[];"POST"===l?(h=JSON.stringify(n),p={"Content-Type":"application/json; charset=utf-8"}):f=r(e,n);var d={url:f,method:l,body:h,headers:p,timeout:a.requestTimeout},m=s||new u;return c(d,function(r,s,c){var u=o(r,s,c);u?(a.retryCount=0,a.trigger("connectionSucceeded"),m.resolve(u)):(a.retryCount++,a.retryCount>a.maxRetries?(a.retryCount=0,a.trigger("connectionFailure",i)):(a.trigger("connectionRetry",i),setTimeout(function(){a.send(e,t,n,i,m)},a.requestDelay)))}),m}},{"./Deferred.js":23,"ja-ajax":21,"ja-cookie":27,"ja-event":33,"ja-utils":35}],25:[function(e,t,n){function i(e){if(!(this instanceof i))return new i(e);e=e||{},this.requestDelay=e.requestDelay||5e3,this.requestTimeout=e.requestTimeout||1e4,this.maxRetries=e.maxRetries||5,this.retryCount=e.retryCount||0,this.servicePath=e.endpoint,this.visitorGuid=e.visitorGuid||"a343b324-23b9-4724-b44e-875be1319d08",this.partnerId=e.partnerId||"b33305aa2f8441cebfd8bab8b3f3a3da"}function o(e){return{chatId:e.ChatId,type:e.Type,locationUrl:e.LocationUrl,initialCategoryId:e.InitialCategoryId,status:e.Status,completionReason:e.CompleteReason,paymentUrl:e.PaymentUrl,order:e.Order?{id:e.Order.Id,chatId:e.Order.ChatId,product:e.Order.Product,price:e.Order.Price,currencyIsoNumber:e.Order.CurrencyISONumber,currencyIso3LetterCode:e.Order.CurrencyIso3LetterCode,questionDetails:e.Order.QuestionDetails?{categoryId:e.Order.QuestionDetails.CategoryId,questionId:e.Order.QuestionDetails.QuestionId,preferences:e.Order.QuestionDetails.Preferences&&e.Order.QuestionDetails.Preferences.Preferences}:{}}:{},attributes:a(e.Attributes),messages:function(){for(var t=[],n=0;n<e.Messages.length;n++)t.push({messageId:e.Messages[n].MessageId,relatedMessageId:e.Messages[n].RelatedMessageId,role:e.Messages[n].Role,text:e.Messages[n].Text,attributes:a(e.Messages[n].Attributes)});return t}(),count:e.Count||e.Messages.length,profile:r(e)}}function r(e){return{avatar:e.AvatarUrl,greeting:e.Greeting,name:e.Name,title:e.Title,details:e.ProfileDetails,connectionFailureMessageHeader:e.ConnectionFailureMessageHeader,connectionFailureMessageBody:e.ConnectionFailureMessageBody,connectionRetryMessageHeader:e.ConnectionRetryMessageHeader,connectionRetryMessageBody:e.ConnectionRetryMessageBody}}function s(e){return{text:e.Text,chatId:e.ChatId,attributes:a(e.Attributes),paymentUrl:e.PaymentUrl}}function a(e){for(var t={},n=e||{Attributes:[]},i=0;i<n.Attributes.length;i++)t[n.Attributes[i].Key]=n.Attributes[i].Value;return t}function c(e,t){var n,i,o="",r=e;if(t){for(n in t)t.hasOwnProperty(n)&&(i=t[n],o+=n+"="+i+"&");o.length>0&&(r.indexOf("?")>-1?r+="&":r+="?",r+=o.substring(0,o.length-1))}return r}function u(e){return{Count:1,Attributes:[{Key:"botName",Value:e||""}]}}t.exports=i;var l=e("ja-ajax"),h=e("./Deferred.js"),f=e("ja-event"),p=e("ja-utils"),d={GetAssistantProfile:{methodName:"getAssistantProfile",numericId:0},CreateChat:{methodName:"sendFirstMessage",numericId:1},PostMessage:{methodName:"sendMessage",numericId:2},CompleteChat:{methodName:"getAndCompleteChat",numericId:3},GetMessages:{methodName:"getMessages",numericId:4},GetChat:{methodName:"getChat",numericId:5},RestoreChat:{methodName:"restoreChat",numericId:6}};p.mixin(i,f),i.prototype.getAssistantProfile=function(e,t,n,i){return this.performRequest(d.GetAssistantProfile,function(){return{CategoryId:e,ChatType:t||"FunnelQuestion",BotName:n||"",Source:i||""}}()).pipe(function(e){return e=e.Profile?e:e={Profile:e},e&&e.Profile?r(e.Profile):{error:"Error: VAServerClient.prototype.getAssistantProfile: Cannot find profile"}})},i.prototype.createChat=function(e,t,n){var i=this;return this.performRequest(d.CreateChat,function(){return{LocationUrl:e.locationUrl,InitialCategoryId:e.categoryId,Type:e.type,Visitor:{VisitorGuid:i.visitorGuid,PartnerId:i.partnerId},Text:t.text,Role:"Customer",Attributes:u(n)}}()).pipe(s)},i.prototype.getChat=function(e){return this.performRequest(d.GetChat,function(){return{ChatId:e}}()).pipe(o)},i.prototype.postMessage=function(e,t,n){return this.performRequest(d.PostMessage,function(){return{ChatId:e,Text:t.text,Role:"Customer",Attributes:u(n)}}()).pipe(function(e){return e.PaymentUrl&&(redirectURL=e.PaymentUrl),s(e)})},i.prototype.completeChat=function(e,t,n,i){return this.performRequest(d.CompleteChat,function(){return n&&n.text?{ChatId:e,CompleteReason:t,Text:n.text||"",Role:"Customer",Attributes:u(i)}:{ChatId:e,CompleteReason:t}}()).pipe(function(e){return{paymentUrl:e.PaymentUrl}})},i.prototype.restoreChat=function(e){return this.performRequest(d.RestoreChat,function(){return{ChatId:e}}()).pipe(o)},i.prototype.performRequest=function(e,t){var n=this.servicePath;t={jsonrpc:"2.0",method:e.methodName,params:t};var i=e.numericId;return this.send(n,"POST",t,i)},i.prototype.send=function(e,t,n,i,o){var r=this,s=t||"GET",a="",u=e,f=[];"POST"===s?(a=JSON.stringify(n),f={"Content-Type":"application/json; charset=utf-8"}):u=c(e,n);var p={url:u,method:s,body:a,headers:f,timeout:r.requestTimeout},d=o||new h;return l(p,function(o,s,a){var c=o?null:r.parseResponse(a);c?(r.retryCount=0,r.trigger("connectionSucceeded"),d.resolve(c)):(r.retryCount++,r.retryCount>r.maxRetries?(r.retryCount=0,r.trigger("connectionFailure",i),d.reject(o)):(r.trigger("connectionRetry",i),setTimeout(function(){r.send(e,t,n,i,d)},r.requestDelay)))}),d},i.prototype.parseResponse=function(e){try{return JSON.parse(e).result}catch(e){this.trigger("responseParsingFailed",e)}}},{"./Deferred.js":23,"ja-ajax":21,"ja-event":33,"ja-utils":35}],26:[function(e,t,n){function i(e){return this instanceof i?(e=e||{},new(o(e.endpoint||"/processes/funnel/VirtualAssistantService.asmx/"))(e)):new i(e)}function o(e){return"/processes/funnel/VirtualAssistantService.asmx/"===e?a:c}t.exports=i;var r=e("ja-event"),s=e("ja-utils"),a=e("./LegacyASMXClient"),c=e("./VAServerClient");s.mixin(i,r)},{"./LegacyASMXClient":24,"./VAServerClient":25,"ja-event":33,"ja-utils":35}],27:[function(e,t,n){t.exports=e("cookies-js")},{"cookies-js":28}],28:[function(e,t,n){!function(e,i){"use strict";var o=function(e){if("object"!=typeof e.document)throw new Error("Cookies.js requires a `window` with a `document` object");var t=function(e,n,i){return 1===arguments.length?t.get(e):t.set(e,n,i)};return t._document=e.document,t._cacheKeyPrefix="cookey.",t._maxExpireDate=new Date("Fri, 31 Dec 9999 23:59:59 UTC"),t.defaults={path:"/",secure:!1},t.get=function(e){t._cachedDocumentCookie!==t._document.cookie&&t._renewCache();var n=t._cache[t._cacheKeyPrefix+e];return void 0===n?void 0:decodeURIComponent(n)},t.set=function(e,n,i){return i=t._getExtendedOptions(i),i.expires=t._getExpiresDate(void 0===n?-1:i.expires),t._document.cookie=t._generateCookieString(e,n,i),t},t.expire=function(e,n){return t.set(e,void 0,n)},t._getExtendedOptions=function(e){return{path:e&&e.path||t.defaults.path,domain:e&&e.domain||t.defaults.domain,expires:e&&e.expires||t.defaults.expires,secure:e&&void 0!==e.secure?e.secure:t.defaults.secure}},t._isValidDate=function(e){return"[object Date]"===Object.prototype.toString.call(e)&&!isNaN(e.getTime())},t._getExpiresDate=function(e,n){if(n=n||new Date,"number"==typeof e?e=e===1/0?t._maxExpireDate:new Date(n.getTime()+1e3*e):"string"==typeof e&&(e=new Date(e)),e&&!t._isValidDate(e))throw new Error("`expires` parameter cannot be converted to a valid Date instance");return e},t._generateCookieString=function(e,t,n){e=e.replace(/[^#$&+\^`|]/g,encodeURIComponent),e=e.replace(/\(/g,"%28").replace(/\)/g,"%29"),t=(t+"").replace(/[^!#$&-+\--:<-\[\]-~]/g,encodeURIComponent),n=n||{};var i=e+"="+t;return i+=n.path?";path="+n.path:"",i+=n.domain?";domain="+n.domain:"",i+=n.expires?";expires="+n.expires.toUTCString():"",i+=n.secure?";secure":""},t._getCacheFromString=function(e){for(var n={},i=e?e.split("; "):[],o=0;o<i.length;o++){var r=t._getKeyValuePairFromCookieString(i[o]);void 0===n[t._cacheKeyPrefix+r.key]&&(n[t._cacheKeyPrefix+r.key]=r.value)}return n},t._getKeyValuePairFromCookieString=function(e){var t=e.indexOf("=");t=t<0?e.length:t;var n,i=e.substr(0,t);try{n=decodeURIComponent(i)}catch(e){console&&"function"==typeof console.error&&console.error('Could not decode cookie with key "'+i+'"',e)}return{key:n,value:e.substr(t+1)}},t._renewCache=function(){t._cache=t._getCacheFromString(t._document.cookie),t._cachedDocumentCookie=t._document.cookie},t._areEnabled=function(){var e="1"===t.set("cookies.js",1).get("cookies.js");return t.expire("cookies.js"),e},t.enabled=t._areEnabled(),t},r="object"==typeof e.document?o(e):o;"function"==typeof define&&define.amd?define(function(){return r}):"object"==typeof n?("object"==typeof t&&"object"==typeof t.exports&&(n=t.exports=r),n.Cookies=r):e.Cookies=r}("undefined"==typeof window?this:window)},{}],29:[function(e,t,n){var i=e("cookies-js");t.exports=i},{"cookies-js":1}],30:[function(e,t,n){function i(e,t,n){var e=e||"div",t=t||{},n=n||[],i=(document.createDocumentFragment(),document.createElement(e));for(var r in t)if("className"===r)i.setAttribute("class",t[r]);else if("style"===r&&"object"==typeof t[r]){var s=t[r];for(var a in s)s.hasOwnProperty(a)&&("number"==typeof s[a]&&(s[a]=s[a]+"px"),i.style[a]=s[a])}else"dangerouslySetInnerHTML"===r&&"string"==typeof t[r]?i.innerHTML=t[r]:i.setAttribute(r,t[r]);for(var c=0;c<n.length;c++){var u=n[c];u&&o(i,u)}return i}function o(e,t){if(t.constructor!==Array){if("string"==typeof t||"number"==typeof t)return void e.appendChild(document.createTextNode(t));e.appendChild(t)}else for(var n=0;n<t.length;n++)o(e,t[n])}t.exports=i},{}],31:[function(e,t,n){var i=e("ja-utils");n.append=function(e,t){var o;if(!e)return null;if(i.isString(e)&&(e=document.querySelector(e)),n.isNodeList(e)&&(e=e[0]),i.isString(t))if(n.isElement(e))t=e.insertAdjacentHTML("beforeend",t);else{for(o=document.createElement("div"),o.innerHTML=t;o.firstChild;)e.appendChild(o.firstChild);t=e}else if(i.isArray(t)||n.isNodeList(t)){for(var r=[],s=0;s<t.length;s++)r.push(n.append(e,t[s]));t=r}else t=e.appendChild(t);return t},n.createEl=function(e,t){var e=document.createElement(e),n=t.text,i=t.html;(n||""===n)&&(e.textContent=n,delete t.text),(i||""===i)&&(e.innerHTML=i,delete t.html);for(var o in t)"className"===o?e.setAttribute("class",t[o]):e.setAttribute(o,t[o]);return e},n.h=n.createEl,n.html=n.createEl,n.createElement=n.createEl,n.addCls=function(e,t){return!(!e||!t)&&(n.hasClass(e,t)||(e.className+=" "+t),e)},n.addClass=n.addCls,n.removeCls=function(e,t){return!(!e||!t)&&(e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," "),e)},n.removeClass=n.removeCls,n.hasCls=function(e,t){if(!e||!t)return!1;if(e.classList)return e.classList.contains(t);if(e.className){return 0===!!e.className.split(" ").filter(function(e){return t===e}).length}},n.hasClass=n.hasCls,n.isElement=function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object"==typeof e&&null!==e&&1===e.nodeType&&"string"==typeof e.nodeName},n.isEl=n.isElement,n.isNode=function(e){return"object"==typeof Node?e instanceof Node:e&&"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},n.isNodeList=function(e){return("object"==typeof e||"function"==typeof e)&&void 0!==e.length},n.swapToggle=function(e){if("object"==typeof e&&void 0!==e.length)return!0},n.toggleCls=function(e,t,n){if(!1!==n||void 0===n)if(e.classList)e.classList.toggle(t);else{var i=e.className.split(" "),o=i.indexOf(t);o>=0?i.splice(o,1):i.push(t),e.className=i.join(" ")}},n.toggleClass=n.toggleCls},{"ja-utils":32}],32:[function(e,t,n){var i=e("lodash.flatten"),o=e("lodash.compose"),r=e("lodash.assign"),s=e("lodash.curry"),a=e("lodash.chunk"),c=e("lodash.isempty"),u=e("is-equal"),l={toString:function(e){return typeof e},hasOwnProperty:Object.prototype.hasOwnProperty,compose:o,curry:s,chunk:a,flatten:i,assign:r,extend:r,mixin:r,inherit:r,mixin:r,isEmpty:c,isEqual:function(e,t){return e===t||u(e,t)},isArray:function(e){return"isArray"in Array?Array.isArray(e):e instanceof Array},isString:function(e){return"string"==typeof e},isFunction:function(e){return"function"==typeof e},isObject:function(e){return"object"==typeof e},capitaliseString:function(e){return e.charAt(0).toUpperCase()+e.slice(1)},isEmpty:function(e){if(!e)return!0;if("number"==typeof e.length)return e.length<1;for(var t in e)return!1;return!0},has:function(e,t){return e[t]},mixin:function(e,t){return t&&e?(this.extend(this.isFunction(e)&&e.prototype||e,this.isFunction(t)&&t.prototype||t),e):e},extend:function(e,t){for(var n in t)e[n]=t[n];return e}};t.exports=l},{"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],33:[function(e,t,n){function i(){if(!(this instanceof i))return new i;this._name_="event"}t.exports=i,i.prototype.events={},i.prototype.addEventListener=i.prototype.on=function(e,t,n,i){var o,r=this;if(o=r.events[e]||void 0,n=n||r,i=i||!1,o)return void o.push({fn:t,scope:n,single:i});r.events[e]=[{fn:t,scope:n,single:i}]},i.prototype.once=function(e,t,n){return this.on(e,t,n,!0)},i.prototype.fireEvent=i.prototype.trigger=function(e){var t,n=this,i=Array.prototype.slice.call(arguments,1);if(n.events=n.events||{},t=n.events[e])for(var o=0;o<t.length;o++)this===t[o].scope&&t[o].fn.apply(t[o].scope,i),t[o].single&&(t.splice(o,1),o--)},i.prototype.removeEventListener=i.prototype.off=function(e,t){var n,i=this;if(i.events=i.events||{},n=i.events[e],t=t||!1,n){if(!t)return delete i.events[e];for(var o=0;o<n.length;o++)n[o].fn===t&&(n.splice(o,1),o--)}},i.prototype.removeAllEventListeners=i.prototype.offAll=function(e,t){this.events={},t()}},{}],34:[function(e,t,n){t.exports={fireImagePixel:function(e,t){if(e&&"string"==typeof e){t=t||{};var n=t.partialMatching?"*=":"=",i=t.target&&t.target.nodeType?t.target:document.querySelector(t.target||"body");if(!t.once||null===document.querySelector("img[src"+n+'"'+e+'"]')){var o=document.createElement("img");return o.src=e,o.className="ja-pixel",i.appendChild(o),o}}},isBot:function(e){return/bot|slurp|crawl|spider|robot/i.test(e||window.navigator.userAgent)}}},{}],35:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],36:[function(e,t,n){function i(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function o(e,t){return e="number"==typeof e||H.test(e)?+e:-1,t=null==t?P:t,e>-1&&e%1==0&&e<t}function r(e,t){for(var n=-1,i=e.length,o=-1,r=[];++n<i;)e[n]===t&&(e[n]=F,r[++o]=n);return r}function s(e,t,n){for(var i=n.length,o=-1,r=$(e.length-i,0),s=-1,a=t.length,c=Array(a+r);++s<a;)c[s]=t[s];for(;++o<i;)c[n[o]]=e[o];for(;r--;)c[s++]=e[o++];return c}function a(e,t,n){for(var i=-1,o=n.length,r=-1,s=$(e.length-o,0),a=-1,c=t.length,u=Array(s+c);++r<s;)u[r]=e[r];for(var l=r;++a<c;)u[l+a]=t[a];for(;++i<o;)u[l+n[i]]=e[r++];return u}function c(e,t){var n=-1,i=e.length;for(t||(t=Array(i));++n<i;)t[n]=e[n];return t}function u(e,t,n){function i(){return(this&&this!==C&&this instanceof i?r:e).apply(o?n:this,arguments)}var o=t&x,r=l(e);return i}function l(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=K(e.prototype),i=e.apply(n,t);return v(i)?i:n}}function h(e,t,n){function o(){for(var a=arguments.length,c=a,u=Array(a),l=this&&this!==C&&this instanceof o?s:e,h=o.placeholder;c--;)u[c]=arguments[c];var p=a<3&&u[0]!==h&&u[a-1]!==h?[]:r(u,h);return a-=p.length,a<n?d(e,t,f,h,void 0,u,p,void 0,void 0,n-a):i(l,this,u)}var s=l(e);return o}function f(e,t,n,i,o,c,u,h,p,m){function y(){for(var x=arguments.length,j=x,S=Array(x);j--;)S[j]=arguments[j];if(i&&(S=s(S,i,o)),c&&(S=a(S,c,u)),T||k){var _=y.placeholder,N=r(S,_);if((x-=N.length)<m)return d(e,t,f,_,n,S,N,h,p,m-x)}var A=b?n:this,I=w?A[e]:e;return h?S=g(S,h):M&&S.length>1&&S.reverse(),v&&p<S.length&&(S.length=p),this&&this!==C&&this instanceof y&&(I=E||l(I)),I.apply(A,S)}var v=t&N,b=t&x,w=t&j,T=t&S,k=t&_,M=t&A,E=w?void 0:l(e);return y}function p(e,t,n,o){function r(){for(var t=-1,c=arguments.length,u=-1,l=o.length,h=Array(l+c),f=this&&this!==C&&this instanceof r?a:e;++u<l;)h[u]=o[u];for(;c--;)h[u++]=arguments[++t];return i(f,s?n:this,h)}var s=t&x,a=l(e);return r}function d(e,t,n,i,o,r,s,a,u,l){var h=t&S,f=a?c(a):void 0,p=h?s:void 0,d=h?void 0:s,m=h?r:void 0,g=h?void 0:r;t|=h?k:M,(t&=~(h?M:k))&T||(t&=~(x|j));var y=n(e,t,o,m,p,g,d,f,u,l);return y.placeholder=i,y}function m(e,t,n,i,o,r,s,a){var c=t&j;if(!c&&"function"!=typeof e)throw new TypeError(E);var l=i?i.length:0;if(l||(t&=~(k|M),i=o=void 0),s=void 0===s?s:$(b(s),0),a=void 0===a?a:b(a),l-=o?o.length:0,t&M){var d=i,m=o;i=o=void 0}var g=[e,t,n,i,o,d,m,r,s,a];if(e=g[0],t=g[1],n=g[2],i=g[3],o=g[4],a=g[9]=null==g[9]?c?0:e.length:$(g[9]-l,0),!a&&t&(S|_)&&(t&=~(S|_)),t&&t!=x)y=t==S||t==_?h(e,t,a):t!=k&&t!=(x|k)||o.length?f.apply(void 0,g):p(e,t,n,i);else var y=u(e,t,n);return y}function g(e,t){for(var n=e.length,i=J(t.length,n),r=c(e);i--;){var s=t[i];e[i]=o(s,n)?r[s]:void 0}return e}function y(e){var t=v(e)?V.call(e):"";return t==L||t==R}function v(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function b(e){if(!e)return 0===e?e:0;if((e=w(e))===I||e===-I){return(e<0?-1:1)*q}var t=e%1;return e===e?t?e-t:e:0}function w(e){if(v(e)){var t=y(e.valueOf)?e.valueOf():e;e=v(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(D,"");var n=W.test(e);return n||z.test(e)?G(e.slice(2),n?2:8):B.test(e)?O:+e}var C=e("lodash._root"),x=1,j=2,T=4,S=8,_=16,k=32,M=64,N=128,A=512,E="Expected a function",I=1/0,P=9007199254740991,q=1.7976931348623157e308,O=NaN,F="__lodash_placeholder__",L="[object Function]",R="[object GeneratorFunction]",D=/^\s+|\s+$/g,B=/^[-+]0x[0-9a-f]+$/i,W=/^0b[01]+$/i,z=/^0o[0-7]+$/i,H=/^(?:0|[1-9]\d*)$/,G=parseInt,U=Object.prototype,V=U.toString,$=Math.max,J=Math.min,K=function(){function e(){}return function(t){if(v(t)){e.prototype=t;var n=new e;e.prototype=void 0}return n||{}}}();t.exports=m},{"lodash._root":37}],37:[function(e,t,n){(function(e){function i(e){return e&&e.Object===Object?e:null}var o={function:!0,object:!0},r=o[typeof n]&&n&&!n.nodeType?n:void 0,s=o[typeof t]&&t&&!t.nodeType?t:void 0,a=i(r&&s&&"object"==typeof e&&e),c=i(o[typeof self]&&self),u=i(o[typeof window]&&window),l=i(o[typeof this]&&this),h=a||u!==(l&&l.window)&&u||c||l||Function("return this")();t.exports=h}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],38:[function(e,t,n){function i(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function o(e,t){for(var n=-1,i=Array(e);++n<e;)i[n]=t(n);return i}function r(e,t){var n=q(e)||d(e)?o(e.length,String):[],i=n.length,r=!!i;for(var s in e)!t&&!M.call(e,s)||r&&("length"==s||l(s,i))||n.push(s);return n}function s(e,t,n){var i=e[t];M.call(e,t)&&p(i,n)&&(void 0!==n||t in e)||(e[t]=n)}function a(e){if(!f(e))return E(e);var t=[];for(var n in Object(e))M.call(e,n)&&"constructor"!=n&&t.push(n);return t}function c(e,t){return t=I(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,r=I(n.length-t,0),s=Array(r);++o<r;)s[o]=n[t+o];o=-1;for(var a=Array(t+1);++o<t;)a[o]=n[o];return a[t]=s,i(e,this,a)}}function u(e,t,n,i){n||(n={});for(var o=-1,r=t.length;++o<r;){var a=t[o],c=i?i(n[a],e[a],a,n,e):void 0;s(n,a,void 0===c?e[a]:c)}return n}function l(e,t){return!!(t=null==t?x:t)&&("number"==typeof e||_.test(e))&&e>-1&&e%1==0&&e<t}function h(e,t,n){if(!b(n))return!1;var i=typeof t;return!!("number"==i?m(n)&&l(t,n.length):"string"==i&&t in n)&&p(n[t],e)}function f(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||k)}function p(e,t){return e===t||e!==e&&t!==t}function d(e){return g(e)&&M.call(e,"callee")&&(!A.call(e,"callee")||N.call(e)==j)}function m(e){return null!=e&&v(e.length)&&!y(e)}function g(e){return w(e)&&m(e)}function y(e){var t=b(e)?N.call(e):"";return t==T||t==S}function v(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=x}function b(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function w(e){return!!e&&"object"==typeof e}function C(e){return m(e)?r(e):a(e)}var x=9007199254740991,j="[object Arguments]",T="[object Function]",S="[object GeneratorFunction]",_=/^(?:0|[1-9]\d*)$/,k=Object.prototype,M=k.hasOwnProperty,N=k.toString,A=k.propertyIsEnumerable,E=function(e,t){return function(n){return e(t(n))}}(Object.keys,Object),I=Math.max,P=!A.call({valueOf:1},"valueOf"),q=Array.isArray,O=function(e){return c(function(t,n){var i=-1,o=n.length,r=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(r=e.length>3&&"function"==typeof r?(o--,r):void 0,s&&h(n[0],n[1],s)&&(r=o<3?void 0:r,o=1),t=Object(t);++i<o;){var a=n[i];a&&e(t,a,i,r)}return t})}(function(e,t){if(P||f(t)||m(t))return void u(t,C(t),e);for(var n in t)M.call(t,n)&&s(e,n,t[n])});t.exports=O},{}],39:[function(e,t,n){function i(e,t,n){var i=-1,o=e.length;t<0&&(t=-t>o?0:o+t),n=n>o?o:n,n<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var r=Array(o);++i<o;)r[i]=e[i+t];return r}function o(e,t){return!!(t=null==t?v:t)&&("number"==typeof e||M.test(e))&&e>-1&&e%1==0&&e<t}function r(e,t,n){if(!h(n))return!1;var i=typeof t;return!!("number"==i?c(n)&&o(t,n.length):"string"==i&&t in n)&&a(n[t],e)}function s(e,t,n){t=(n?r(e,t,n):void 0===t)?1:P(m(t),0);var o=e?e.length:0;if(!o||t<1)return[];for(var s=0,a=0,c=Array(I(o/t));s<o;)c[a++]=i(e,s,s+=t);return c}function a(e,t){return e===t||e!==e&&t!==t}function c(e){return null!=e&&l(e.length)&&!u(e)}function u(e){var t=h(e)?E.call(e):"";return t==C||t==x}function l(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=v}function h(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function f(e){return!!e&&"object"==typeof e}function p(e){return"symbol"==typeof e||f(e)&&E.call(e)==j}function d(e){if(!e)return 0===e?e:0;if((e=g(e))===y||e===-y){return(e<0?-1:1)*b}return e===e?e:0}function m(e){var t=d(e),n=t%1;return t===t?n?t-n:t:0}function g(e){if("number"==typeof e)return e;if(p(e))return w;if(h(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=h(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(T,"");var n=_.test(e);return n||k.test(e)?N(e.slice(2),n?2:8):S.test(e)?w:+e}var y=1/0,v=9007199254740991,b=1.7976931348623157e308,w=NaN,C="[object Function]",x="[object GeneratorFunction]",j="[object Symbol]",T=/^\s+|\s+$/g,S=/^[-+]0x[0-9a-f]+$/i,_=/^0b[01]+$/i,k=/^0o[0-7]+$/i,M=/^(?:0|[1-9]\d*)$/,N=parseInt,A=Object.prototype,E=A.toString,I=Math.ceil,P=Math.max;t.exports=s},{}],40:[function(e,t,n){function i(){for(var e=arguments,t=e.length;t--;)if(!o(e[t]))throw new TypeError;return function(){for(var t=arguments,n=e.length;n--;)t=[e[n].apply(this,t)];return t[0]}}var o=e("lodash.isfunction");t.exports=i},{"lodash.isfunction":44}],41:[function(e,t,n){function i(e,t,n){t=n?void 0:t;var s=o(e,r,void 0,void 0,void 0,void 0,void 0,t);return s.placeholder=i.placeholder,s}var o=e("lodash._createwrapper"),r=8;i.placeholder={},t.exports=i},{"lodash._createwrapper":36}],42:[function(e,t,n){(function(e){function n(e,t){for(var n=-1,i=t.length,o=e.length;++n<i;)e[o+n]=t[n];return e}function i(e,t,r,s,a){var c=-1,u=e.length;for(r||(r=o),a||(a=[]);++c<u;){var l=e[c];t>0&&r(l)?t>1?i(l,t-1,r,s,a):n(a,l):s||(a[a.length]=l)}return a}function o(e){return _(e)||s(e)||!!(S&&e&&e[S])}function r(e){return(e?e.length:0)?i(e,1):[]}function s(e){return c(e)&&C.call(e,"callee")&&(!T.call(e,"callee")||x.call(e)==d)}function a(e){return null!=e&&l(e.length)&&!u(e)}function c(e){return f(e)&&a(e)}function u(e){var t=h(e)?x.call(e):"";return t==m||t==g}function l(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=p}function h(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function f(e){return!!e&&"object"==typeof e}var p=9007199254740991,d="[object Arguments]",m="[object Function]",g="[object GeneratorFunction]",y="object"==typeof e&&e&&e.Object===Object&&e,v="object"==typeof self&&self&&self.Object===Object&&self,b=y||v||Function("return this")(),w=Object.prototype,C=w.hasOwnProperty,x=w.toString,j=b.Symbol,T=w.propertyIsEnumerable,S=j?j.isConcatSpreadable:void 0,_=Array.isArray;t.exports=r}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],43:[function(e,t,n){(function(e){function i(e,t){return null==e?void 0:e[t]}function o(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}function r(e){return B.call(e)}function s(e){return!(!y(e)||c(e))&&(m(e)||o(e)?W:k).test(l(e))}function a(e,t){var n=i(e,t);return s(n)?n:void 0}function c(e){return!!L&&L in e}function u(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||O)}function l(e){if(null!=e){try{return R.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function h(e){return p(e)&&D.call(e,"callee")&&(!H.call(e,"callee")||B.call(e)==C)}function f(e){return null!=e&&g(e.length)&&!m(e)}function p(e){return v(e)&&f(e)}function d(e){if(f(e)&&(oe(e)||"string"==typeof e||"function"==typeof e.splice||re(e)||h(e)))return!e.length;var t=ie(e);if(t==T||t==S)return!e.size;if(X||u(e))return!U(e).length;for(var n in e)if(D.call(e,n))return!1;return!0}function m(e){var t=y(e)?B.call(e):"";return t==x||t==j}function g(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=w}function y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function v(e){return!!e&&"object"==typeof e}function b(){return!1}var w=9007199254740991,C="[object Arguments]",x="[object Function]",j="[object GeneratorFunction]",T="[object Map]",S="[object Set]",_=/[\\^$.*+?()[\]{}|]/g,k=/^\[object .+?Constructor\]$/,M="object"==typeof e&&e&&e.Object===Object&&e,N="object"==typeof self&&self&&self.Object===Object&&self,A=M||N||Function("return this")(),E="object"==typeof n&&n&&!n.nodeType&&n,I=E&&"object"==typeof t&&t&&!t.nodeType&&t,P=I&&I.exports===E,q=Function.prototype,O=Object.prototype,F=A["__core-js_shared__"],L=function(){var e=/[^.]+$/.exec(F&&F.keys&&F.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),R=q.toString,D=O.hasOwnProperty,B=O.toString,W=RegExp("^"+R.call(D).replace(_,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),z=P?A.Buffer:void 0,H=O.propertyIsEnumerable,G=z?z.isBuffer:void 0,U=function(e,t){return function(n){return e(t(n))}}(Object.keys,Object),V=a(A,"DataView"),$=a(A,"Map"),J=a(A,"Promise"),K=a(A,"Set"),Q=a(A,"WeakMap"),X=!H.call({valueOf:1},"valueOf"),Y=l(V),Z=l($),ee=l(J),te=l(K),ne=l(Q),ie=r;(V&&"[object DataView]"!=ie(new V(new ArrayBuffer(1)))||$&&ie(new $)!=T||J&&"[object Promise]"!=ie(J.resolve())||K&&ie(new K)!=S||Q&&"[object WeakMap]"!=ie(new Q))&&(ie=function(e){var t=B.call(e),n="[object Object]"==t?e.constructor:void 0,i=n?l(n):void 0;if(i)switch(i){case Y:return"[object DataView]";case Z:return T;case ee:return"[object Promise]";case te:return S;case ne:return"[object WeakMap]"}return t});var oe=Array.isArray,re=G||b;t.exports=d}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],44:[function(e,t,n){function i(e){return"function"==typeof e}t.exports=i},{}],45:[function(e,t,n){function i(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}t.exports=i,i.proto=i(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return i(this)},configurable:!0})})},{}],46:[function(e,t,n){var i=e("trim"),o=e("for-each"),r=function(e){return"[object Array]"===Object.prototype.toString.call(e)};t.exports=function(e){if(!e)return{};var t={};return o(i(e).split("\n"),function(e){var n=e.indexOf(":"),o=i(e.slice(0,n)).toLowerCase(),s=i(e.slice(n+1));void 0===t[o]?t[o]=s:r(t[o])?t[o].push(s):t[o]=[t[o],s]}),t}},{"for-each":2,trim:90}],47:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],48:[function(e,t,n){"use strict";t.exports=function(t){var t=t||{},n=t.renderer||e("ja-dom-element"),i=(t.class||"th-chat-cta")+" hidden",o=t.marketingMessageText||"",r=t.ctaButtonText||"Continue";return n("div",{className:i},[n("div",{className:"marketing-text"},[o]),n("button",{className:"cta-button ja-buttons ja-medium"},[r])])}},{"ja-dom-element":30}],49:[function(e,t,n){"use strict";function i(e){if(!(this instanceof i))return new i(e);if(e=e&&e.nodeType?e:document.querySelector(e)){var t=this,n=document.querySelector(".cta-button");this.ctaElement=document.querySelector(".th-chat-cta"),n.addEventListener("click",function(){t.trigger("cta_button_clicked")})}}var o=e("ja-event"),r=e("ja-utils"),s=e("ja-dom"),a=e("./th-chat-cta-tmpl.js");t.exports=i,r.mixin(i,o),i.prototype.show=function(){s.removeClass(this.ctaElement,"hidden"),this.trigger("cta_is_shown")},i.tmpl=function(e){return a(e)}},{"./th-chat-cta-tmpl.js":48,"ja-dom":31,"ja-event":33,"ja-utils":47}],50:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],51:[function(e,t,n){!function(e,i){"function"==typeof define&&define.amd?define(i):"object"==typeof n?"object"==typeof t&&"object"==typeof t.exports&&(n=t.exports=i()):e.Sanitize=i()}(this,function(){var e=function(){var t=arguments[0]||{};this.config={},this.config.elements=t.elements?t.elements:[],this.config.attributes=t.attributes?t.attributes:{},this.config.attributes[e.ALL]=this.config.attributes[e.ALL]?this.config.attributes[e.ALL]:[],this.config.allow_comments=!!t.allow_comments&&t.allow_comments,this.allowed_elements={},this.config.protocols=t.protocols?t.protocols:{},this.config.add_attributes=t.add_attributes?t.add_attributes:{},this.dom=t.dom?t.dom:document;for(var n=0;n<this.config.elements.length;n++)this.allowed_elements[this.config.elements[n]]=!0;if(this.config.remove_element_contents={},this.config.remove_all_contents=!1,t.remove_contents)if(t.remove_contents instanceof Array)for(var i=0;i<t.remove_contents.length;i++)this.config.remove_element_contents[t.remove_contents[i]]=!0;else this.config.remove_all_contents=!0;this.transformers=t.transformers?t.transformers:[]};return e.REGEX_PROTOCOL=/^([A-Za-z0-9\+\-\.\&\;\*\s]*?)(?:\:|&*0*58|&*x0*3a)/i,e.RELATIVE="__RELATIVE__",e.ALL="__ALL__",e.prototype.clean_node=function(t){function n(e,t){for(var n=0;n<t.length;n++)if(t[n]==e)return n;return-1}function i(){for(var e=[],t={},n=0;n<arguments.length;n++)if(arguments[n]&&arguments[n].length)for(var i=0;i<arguments[n].length;i++)t[arguments[n][i]]||(t[arguments[n][i]]=!0,e.push(arguments[n][i]));return e}function o(e){var t;switch(e.nodeType){case 1:r.call(this,e);break;case 3:case 5:t=e.cloneNode(!1),this.current_element.appendChild(t);break;case 8:this.config.allow_comments&&(t=e.cloneNode(!1),this.current_element.appendChild(t));break;default:console&&console.log&&console.log("unknown node type",e.nodeType)}}function r(t){var r,a,c,u,l,h=s.call(this,t),t=h.node,f=t.nodeName.toLowerCase(),p=this.current_element;if(this.allowed_elements[f]||h.whitelist){this.current_element=this.dom.createElement(t.nodeName),p.appendChild(this.current_element);for(var d=this.config.attributes,m=i(d[f],d[e.ALL],h.attr_whitelist),g=0;g<m.length;g++){var y=m[g];r=t.attributes[y],r&&(l=!0,this.config.protocols[f]&&this.config.protocols[f][y]&&(c=this.config.protocols[f][y],u=r.value.toLowerCase().match(e.REGEX_PROTOCOL),l=u?-1!=n(u[1],c):-1!=n(e.RELATIVE,c)),l&&(a=document.createAttribute(y),a.value=r.value,this.current_element.setAttributeNode(a)))}if(this.config.add_attributes[f])for(y in this.config.add_attributes[f])a=document.createAttribute(y),a.value=this.config.add_attributes[f][y],this.current_element.setAttributeNode(a)}else if(-1!=n(t,this.whitelist_nodes)){for(this.current_element=t.cloneNode(!0);this.current_element.childNodes.length>0;)this.current_element.removeChild(this.current_element.firstChild);p.appendChild(this.current_element)}if(!this.config.remove_all_contents&&!this.config.remove_element_contents[f])for(var v=0;v<t.childNodes.length;v++)o.call(this,t.childNodes[v]);this.current_element.normalize&&this.current_element.normalize(),this.current_element=p}function s(e){for(var t,o={attr_whitelist:[],node:e,whitelist:!1},r=0;r<this.transformers.length;r++)if(null!=(t=this.transformers[r]({allowed_elements:this.allowed_elements,config:this.config,node:e,node_name:e.nodeName.toLowerCase(),whitelist_nodes:this.whitelist_nodes,dom:this.dom}))){if("object"!=typeof t)throw new Error("transformer output must be an object or null");if(t.whitelist_nodes&&t.whitelist_nodes instanceof Array)for(var s=0;s<t.whitelist_nodes.length;s++)-1==n(t.whitelist_nodes[s],this.whitelist_nodes)&&this.whitelist_nodes.push(t.whitelist_nodes[s]);o.whitelist=!!t.whitelist,t.attr_whitelist&&(o.attr_whitelist=i(o.attr_whitelist,t.attr_whitelist)),o.node=t.node?t.node:o.node}return o}var a=this.dom.createDocumentFragment();this.current_element=a,this.whitelist_nodes=[];for(var c=0;c<t.childNodes.length;c++)o.call(this,t.childNodes[c]);return a.normalize&&a.normalize(),a},e})},{}],52:[function(e,t,n){var i=e("th-chat-typing-animation");t.exports=function(t){t=t||{},t.assistantProfile=t.assistantProfile||{};var n,o=t.renderer||e("ja-dom-element"),r=t.class||"th-chat-dialog";return n=t.isGoogleReengagementChat?i.modernAnimation({avatar:t.avatar,name:t.assistantProfile.name,title:t.assistantProfile.title}):i.defaultAnimation({isTypingText:t.isTypingText||""}),o("div",{className:r},[o("div",{className:"conversation"}),n])}},{"ja-dom-element":30,"th-chat-typing-animation":74}],53:[function(e,t,n){"use strict";function i(e,t){if(!(this instanceof i))return new i(e,t);var n=this;if(this.target=e&&e.nodeType?e:document.querySelector(e),this.target){var o="."+(t.class||"th-chat-dialog");return this.element=this.target.querySelector(o),this.typingAnimation=c(this.element,t),this.conversation=this.element.querySelector(".conversation"),this.sanitizer=new a({elements:["a","div","span","b"],attributes:{a:["href","target"],span:["class"],div:["class"]},protocols:{a:{href:["http","https","mailto"]}}}),this.typingAnimation.on("start_typing_animation",function(){n.trigger("start_typing_animation")}),this.typingAnimation.on("stop_typing_animation",function(){n.trigger("stop_typing_animation")}),this.typingAnimation.on("show_is_typing",function(){n.trigger("show_is_typing")}),this}}var o=(e("ja-dom"),e("ja-event")),r=e("ja-utils"),s=e("./th-chat-dialog-tmpl.js"),a=e("./sanitize.js"),c=e("th-chat-typing-animation"),u=e("th-chat-message"),l=u.message,h=u.continueLink;t.exports=i,r.mixin(i,o),i.tmpl=function(e){return s(e)},i.prototype.clearMessages=function(){this.conversation.innerHTML=""},i.prototype.postCustomerMessage=function(e,t){t=t||{};var n=e.text||e;this.conversation.appendChild(l(n,{class:"customer",name:t.clientName||"You"})),this.element.scrollTop=this.element.scrollHeight},i.prototype.postExpertMessage=function(e,t){t=t||{};var n=this.element.querySelector(".payment");if(!n){var i=document.createElement("div");i.innerHTML=e,i=this.sanitizer.clean_node(i),this.conversation.appendChild(l(i,{class:"expert",name:t.name,title:t.title,avatar:t.avatar,showContinueLink:t.showContinueLink}))}if(t.showContinueLink){n=this.element.querySelector(".payment");n.querySelector(".continue-link")||n.querySelector(".text").appendChild(h({continueLinkText:t.continueLinkText}))}this.element.scrollTop=this.element.scrollHeight},i.prototype.startTypingAnimation=function(e){this.typingAnimation.start(e)},i.prototype.stopTypingAnimation=function(){this.typingAnimation.stop()},i.prototype.startTypingAnimationWithMaxDuration=function(e,t){this.typingAnimation.startWithMaxDuration(e,t)},i.prototype.showIsTyping=function(e){this.typingAnimation.showIsTyping(e)}},{"./sanitize.js":51,"./th-chat-dialog-tmpl.js":52,"ja-dom":31,"ja-event":33,"ja-utils":50,"th-chat-message":58,"th-chat-typing-animation":74}],54:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],55:[function(e,t,n){t.exports=function(t){t=t||{};var n=t.renderer||e("ja-dom-element"),i=t.classString||"th-chat-header",o=t.expertProfile||{},r=o.expertName||"Expert",s=o.expertAvatarUrl||"https://secure.justanswer.com/fe-lib/components/th-chat-header/images/shirt.png",a=o.satisfiedCustomers?[o.satisfiedCustomers,o.satisfiedCustomersLabel||"Satisfied Customers"].join(" "):"",c=o.expertTitle||"",u=o.experience||"",l=t.moreLinkText||"",h=t.lessLinkText||"",f=o.showMoreLink||!1;return n("header",{className:i},[n("div",{className:"toggle-button"}),n("div",{className:"title"},[n("div",{className:"ja-logo"}),n("div",{className:"heading"},[t.heading])]),n("div",{className:"expert-profile"},[n("div",{className:"expert-avatar-container"},[n("img",{className:"expert-avatar",src:s})]),n("div",{className:"expert-name"},[r,", ",c]),n("div",{className:"profile"},[n("div",{className:"satisfied-customers"},[a]),function(){return f?n("div",{className:"experience-container"},[n("div",{className:"experience short"},[u,n("div",{className:"less-link hidden"},[h])]),n("div",{className:"more-link"},[l])]):n("div",{className:"experience"},[u])}()])])])}},{"ja-dom-element":30}],56:[function(e,t,n){function i(e){var t=this;if(e=e||{},!(this instanceof i))return new i(e);this.chatHeaderElement=document.querySelector(".th-chat-header"),this.toggleButton=this.chatHeaderElement?this.chatHeaderElement.querySelector(".toggle-button"):"",this.experience=this.chatHeaderElement.querySelector(".experience"),this.experienceContainer=this.chatHeaderElement.querySelector(".experience-container"),this.toggleButton&&(this.toggleButton.addEventListener("click",function(){t.trigger("toggleChat")}),e.expertProfile&&e.expertProfile.showMoreLink&&(this.moreLink=this.chatHeaderElement.querySelector(".more-link"),this.lessLink=this.chatHeaderElement.querySelector(".less-link"),this.moreLink.addEventListener("click",function(){t.trigger("more-link-clicked"),t.showLongExperience()}),this.lessLink.addEventListener("click",function(){t.trigger("less-link-clicked"),t.showShortExperience()})))}var o=e("ja-event"),r=e("ja-utils"),s=e("./th-chat-header-tmpl.js"),a=e("ja-dom");t.exports=i;i.prototype.showLongExperience=function(){this.experience&&(a.toggleCls(this.experience,"short",a.hasCls(this.experience,"short")),a.toggleCls(this.moreLink,"hidden",!a.hasCls(this.moreLink,"hidden")),a.toggleCls(this.lessLink,"hidden",a.hasCls(this.lessLink,"hidden")),this.trigger("show-experience"))},i.prototype.showShortExperience=function(){this.experience&&(a.toggleCls(this.experience,"short",!a.hasCls(this.experience,"short")),a.toggleCls(this.experienceContainer,"long",a.hasCls(this.experienceContainer,"long")),a.toggleCls(this.moreLink,"hidden",a.hasCls(this.moreLink,"hidden")),a.toggleCls(this.lessLink,"hidden",!a.hasCls(this.lessLink,"hidden")),this.trigger("hide-experience"))},i.prototype.expandExperienceMinHeight=function(){this.experience&&a.toggleCls(this.experienceContainer,"long",!a.hasCls(this.experienceContainer,"long"))},i.tmpl=function(e){return s(e)},r.mixin(i,o)},{"./th-chat-header-tmpl.js":55,"ja-dom":31,"ja-event":33,"ja-utils":54}],57:[function(e,t,n){n.message=function(t,n){var i,n=n||{},o=n.renderer||e("ja-dom-element"),r=n.showContinueLink?" payment":"",s=n.class||"expert",a=n.avatar||"https://secure.justanswer.com/fe-lib/components/th-chat-header/images/shirt.png",c=n.name||"Pearl Wilson",u=n.title||"Assistant",l="expert"===s?c+", "+u:c;return"expert"===s&&(i=o("img",{className:"va-avatar",src:a||""})),o("div",{className:s+r+" th-chat-message"},[i,o("span",{className:"name"},[l]),o("div",{className:"text"},[t])])},n.continueLink=function(t){var t=t||{};return(t.renderer||e("ja-dom-element"))("a",{className:"continue-link"},[(t.continueLinkText||" Continue >>").replace(/ /g," ")])}},{"ja-dom-element":30}],58:[function(e,t,n){function i(){if(!(this instanceof i))return new i}t.exports=i;var o=e("./th-chat-message-tmpl.js");i.message=function(e,t){return o.message(e,t)},i.continueLink=function(e){return o.continueLink(e)}},{"./th-chat-message-tmpl.js":57}],59:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],60:[function(e,t,n){t.exports=function(t){t=t||{};var n=t.renderer||e("ja-dom-element"),i=t.classString||"th-chat-mobile-header",o=t.expertProfile||{},r=o.expertName||"Expert",s=o.expertAvatarUrl||"https://secure.justanswer.com/fe-lib/components/th-chat-header/images/shirt.png",a=o.satisfiedCustomers?o.satisfiedCustomers+" Satisfied Customers":"",c=o.expertTitle||"";return n("header",{className:i},[n("div",{className:"close-button"}),n("div",{className:"expert-avatar"},[n("img",{className:"expert-avatar",src:s})]),n("div",{className:"profile"},[n("div",{className:"expert-name"},[r,", ",c]),n("div",{className:"satisfied-customers"},[a])])])}},{"ja-dom-element":30}],61:[function(e,t,n){function i(e){var t=this;if(e=e||{},!(this instanceof i))return new i(e);var n="."+(e.classString||"th-chat-mobile-header");this.closeButton=document.querySelector(n+" .close-button"),this.closeButton&&this.closeButton.addEventListener("click",function(){t.trigger("closeChat")})}var o=e("ja-event"),r=e("ja-utils"),s=e("./th-chat-mobile-header-tmpl.js");t.exports=i,i.tmpl=function(e){return s(e)},r.mixin(i,o)},{"./th-chat-mobile-header-tmpl.js":60,"ja-event":33,"ja-utils":59}],62:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],63:[function(e,t,n){t.exports=function(t){t=t||{};var n=t.renderer||e("ja-dom-element"),i=t.class||"th-chat-mobile-question-box",o=t.placeholder||"Type your message...",r=t.sendButtonText||"Send";return n("div",{className:i},[n("div",{className:"text-box"},[n("input",{className:"text-input",placeholder:o})]),n("input",{type:"button",className:"send-btn disabled ja-button-orange ja-button-small",value:r})])}},{"ja-dom-element":30}],64:[function(e,t,n){function i(e,t){function n(){""!==r.inputField.value.trim()&&(r.trigger("submit",{text:r.inputField.value.trim()}),r.inputField.value="",r.sendButton.classList.add(c))}function o(){r.inputField.value.trim().length>0&&s.hasClass(r.sendButton,c)?r.sendButton.classList.remove(c):0!==r.inputField.value.trim().length||s.hasClass(r.sendButton,c)||r.sendButton.classList.add(c)}if(!(this instanceof i))return new i(e,t);var r=this;if(this.config=t||{},this.target=e&&e.nodeType?e:document.querySelector(e),this.target){var a="."+(this.config.class||"th-chat-mobile-question-box");this.element=this.target.querySelector(a),this.element&&(this.inputField=this.element.querySelector(".text-input"),this.inputField&&(this.sendButton=this.element.querySelector(".send-btn"),this.sendButton&&(r.sendButton.addEventListener("click",n),r.inputField.addEventListener("keydown",function(e){r.trigger("chat_qbox_key_down"),"13"==(e.keyCode?e.keyCode:e.which)?(n(),e.preventDefault()):o()}))))}}var o=e("ja-event"),r=e("ja-utils"),s=e("ja-dom"),a=e("./th-chat-mobile-question-box-tmpl.js"),c="disabled";t.exports=i,i.tmpl=function(e){return a(e)},i.prototype.disable=function(){var e=this;e.sendButton=this.element.querySelector(".send-btn"),e.sendButton.classList.add(c),e.inputField.setAttribute("disabled","disabled"),e.inputField.removeAttribute("placeholder")},i.prototype.enable=function(){var e=this;e.inputField.hasAttribute("disabled")&&e.inputField.removeAttribute("disabled"),e.inputField.hasAttribute("placeholder")||e.inputField.setAttribute("placeholder",e.config.placeholder),e.inputField.focus()},i.prototype.addFocus=function(){this.inputField.hasAttribute("disabled")||this.inputField.focus()},i.prototype.getQuestionBoxLength=function(){return this.inputField.value.length},r.mixin(i,o)},{"./th-chat-mobile-question-box-tmpl.js":63,"ja-dom":31,"ja-event":33,"ja-utils":62}],65:[function(e,t,n){t.exports=function(t){t=t||{};var n=t.renderer||e("ja-dom-element");return n("div",{className:"th-chat-notification"},[n("span",{className:"th-chat-notification-header"}),n("span",{className:"th-chat-notification-body"})])}},{"ja-dom-element":30}],66:[function(e,t,n){function i(e){if(e=e||{},!(this instanceof i))return new i(e);this.notificationMessageComponent=document.querySelector(s),this.notificationMessageHeaderComponent=document.querySelector(a),this.notificationMessageBodyComponent=document.querySelector(c)}var o=e("ja-dom"),r=e("./th-chat-notification-tmpl.js"),s=".th-chat-notification",a=".th-chat-notification-header",c=".th-chat-notification-body";t.exports=i,i.tmpl=function(e){return r(e)},i.prototype.showError=function(e,t){this.showNotification(e,t,"error")},i.prototype.showWarning=function(e,t){this.showNotification(e,t,"warning")},i.prototype.showNotification=function(e,t,n){this.notificationMessageHeaderComponent.innerHTML=e,this.notificationMessageBodyComponent.innerHTML=t,o.addClass(this.notificationMessageComponent,"active"),"warning"===n?(o.addClass(this.notificationMessageComponent,"warning"),o.removeClass(this.notificationMessageComponent,"error")):(o.addClass(this.notificationMessageComponent,"error"),o.removeClass(this.notificationMessageComponent,"warning"))},i.prototype.hideNotification=function(){o.removeClass(this.notificationMessageComponent,"active"),o.removeClass(this.notificationMessageComponent,"warning"),o.removeClass(this.notificationMessageComponent,"error"),this.notificationMessageHeaderComponent.innerHTML="",this.notificationMessageBodyComponent.innerHTML=""}},{"./th-chat-notification-tmpl.js":65,"ja-dom":31}],67:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],68:[function(e,t,n){t.exports=function(t){t=t||{};var n=t.renderer||e("ja-dom-element"),i=t.class||"th-chat-question-box",o=t.placeholder||"Type your message...",r=t.sendButtonText||"Send";return n("div",{className:i},[n("div",{className:"text-box"},[n("textarea",{className:"text-area",placeholder:o})]),n("input",{type:"button",className:"send-btn disabled ja-button-orange ja-medium",value:r})])}},{"ja-dom-element":30}],69:[function(e,t,n){function i(e,t){function n(){""!==r.inputField.value.trim()&&(r.trigger("submit",{text:r.inputField.value.trim()}),r.inputField.value="",r.sendButton.classList.add(c))}function o(){r.inputField.value.trim().length>0&&s.hasClass(r.sendButton,c)?r.sendButton.classList.remove(c):0!==r.inputField.value.trim().length||s.hasClass(r.sendButton,c)||r.sendButton.classList.add(c)}if(!(this instanceof i))return new i(e,t);var r=this;if(this.config=t||{},this.target=e&&e.nodeType?e:document.querySelector(e),this.target){var a="."+(t.class||"th-chat-question-box");this.element=this.target.querySelector(a),this.inputField=this.element.querySelector(".text-area"),this.sendButton=this.element.querySelector(".send-btn"),r.sendButton.addEventListener("click",n),r.inputField.addEventListener("keydown",function(e){r.trigger("chat_qbox_key_down"),"13"==(e.keyCode?e.keyCode:e.which)?(n(),e.preventDefault()):o()})}}var o=e("ja-event"),r=e("ja-utils"),s=e("ja-dom"),a=e("./th-chat-question-box-tmpl.js"),c="disabled";t.exports=i,i.tmpl=function(e){return a(e)},i.prototype.disable=function(){var e=this;e.sendButton=this.element.querySelector(".send-btn"),e.sendButton.classList.add(c),e.inputField.blur(),e.inputField.setAttribute("disabled","disabled")},i.prototype.enable=function(e){var e=e||{},t=e.noFocus||!1;this.inputField.hasAttribute("disabled")&&this.inputField.removeAttribute("disabled"),t||this.addFocus()},i.prototype.getQuestionBoxLength=function(){return this.inputField.value.length},i.prototype.addFocus=function(){this.inputField.hasAttribute("disabled")||this.inputField.focus()},i.prototype.hide=function(){s.addClass(this.element,"hidden")},i.prototype.isEmpty=function(){return""===this.inputField.value.trim()},i.prototype.resizeQuestionBox=function(){var e=this.element.querySelector(".text-box"),t=parseInt(window.getComputedStyle(this.inputField).height,10),n=t-this.inputField.clientHeight;this.inputField.style.height=0;var i=Math.max(14,this.inputField.scrollHeight+n);i<=54?(this.inputField.style.height=i+"px",i<36?e.style.height="50px":36==i?e.style.height="56px":54==i&&(e.style.height="70px")):this.inputField.style.height="54px"},r.mixin(i,o)},{"./th-chat-question-box-tmpl.js":68,"ja-dom":31,"ja-event":33,"ja-utils":67}],70:[function(e,t,n){function i(e){if(!(this instanceof i))return new i(e);this.config=e||{},this.config.experimentVariationDelimiter=this.config.experimentVariationDelimiter||","}t.exports=i,i.prototype.getExperimentData=function(){var e=[];if(window&&window.re&&window.re.testExperience&&window.re.testExperience.length)for(var t=0;t<window.re.testExperience.length;t++){var n=window.re.testExperience[t];e.push({experimentId:n.experimentId,variationId:n.variationId})}return e},i.prototype.getExperimentDataString=function(){var e=this,t=this.getExperimentData();return t&&t.length?"Revizely : "+t.map(function(e){return e.variationId}).join(e.config.experimentVariationDelimiter):null}},{}],71:[function(e,t,n){"use strict";function i(e){if(!(this instanceof i))return new i(e);this.config=e||{},this.Revizely=new o}var o=e("th-chat-revizely");t.exports=i,i.prototype.getDeviceCategory=function(){if(!(window&&window.navigator&&window.navigator.userAgent&&window.JA&&window.JA.i))return"not detected";return function(){return/Tablet|Tab|Pad|Windows NT 6\.[23]; ARM;|Nexus (10|7|9)|GT-P[\d]{4}|GTN-N[\d]{4}|SM-P600|SM-P90[015]|SM-T[\d]{3}|SCH-I905|SCH-I(905|800|815|705|915)|SGH-I957|KF(((O|T)T)|JW(I|A)|S(O|A)W(I|A)|THW(A|I)|A(P|R|S)W(I|A))|PlayBook|Xoom|NOOK|BNTV|Dell Venue|Transformer/i.test(window.navigator.userAgent)}()?"tablet":function(){return window.JA.i.isMobile}()?"mobile":"desktop"},i.prototype.getExperimentDataString=function(){return this.Revizely.getExperimentDataString()}},{"th-chat-revizely":70}],72:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],73:[function(e,t,n){n.modernAnimation=function(t){var t=t||{},n=t.renderer||e("ja-dom-element"),i=(t.class||"typing-box")+" modern",o=t.avatar||"/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",r=t.name||"Pearl Wilson",s=t.title||"Assistant",a=r+", "+s;return n("div",{className:i},[n("div",{className:"typing-text hidden"},[n("img",{class:"va-avatar",src:o}),n("span",{class:"name"},[a]),n("span",{class:"dot-bubble"},[n("span",{class:"dot"}),n("span",{class:"dot"}),n("span",{class:"dot"})])])])},n.defaultAnimation=function(t){var t=t||{},n=t.renderer||e("ja-dom-element");return n("div",{className:t.class||"typing-box"},[n("div",{className:"typing-text hidden"},[t.isTypingText||""])])}},{"ja-dom-element":30}],74:[function(e,t,n){function i(e,t){if(!(this instanceof i))return new i(e,t);if(this.config=t||{},this.target=e&&e.nodeType?e:document.querySelector(e),this.target){var n="."+(this.config.class||"typing-box");this.element=document.querySelector(n),this.typingText=this.element.querySelector(".typing-text"),this.isRunning=!1,this.typingAnimationTimeout=null,this.stopAnimationTimeout=null}}var o=e("ja-dom"),r=e("ja-event"),s=e("ja-utils"),a=e("./th-chat-typing-animation-tmpl.js");t.exports=i,s.mixin(i,r),i.prototype.start=function(e){var t=this;if(!t.isRunning){t.isRunning=!0,t.trigger("start_typing_animation"),e=e||[];var n=0,i=function(r){r||(n=0),t.typingAnimationTimeout=setTimeout(function(){return o.toggleClass(t.typingText,"hidden"),n++,i(e[n])},r)};i(e[n])}},i.prototype.stop=function(){var e=this;e.trigger("stop_typing_animation"),clearTimeout(e.typingAnimationTimeout),clearTimeout(e.stopAnimationTimeout),o.hasClass(e.typingText,"hidden")||o.addClass(e.typingText,"hidden"),e.isRunning=!1},i.prototype.startWithMaxDuration=function(e,t){var n=this;n.start(e),this.stopAnimationTimeout=setTimeout(function(){n.stop()},t)},i.prototype.showIsTyping=function(e){var t=this;e=e||[];var n=0,i=function(r){if(!r)return void t.trigger("show_is_typing");setTimeout(function(){return o.toggleClass(t.typingText,"hidden"),n++,i(e[n])},r)};i(e[n])},i.prototype.setAssistantName=function(e){var t=this.typingText.querySelector(".name");t&&(t.textContent=e)},i.modernAnimation=function(e){return a.modernAnimation(e)},i.defaultAnimation=function(e){return a.defaultAnimation(e)}},{"./th-chat-typing-animation-tmpl.js":73,"ja-dom":31,"ja-event":33,"ja-utils":72}],75:[function(e,t,n){function i(){}t.exports={chatDialog:{showIsTyping:i,clearMessages:i,stopTypingAnimation:i,startTypingAnimationWithMaxDuration:i,postCustomerMessage:i,postExpertMessage:i,on:i},questionBox:{enable:i,disable:i,addFocus:i,on:i},render:i,on:i}},{}],76:[function(e,t,n){"use strict";function i(){if(!(this instanceof i))return new i;this.chatWindow=s}var o=e("ja-event"),r=e("ja-utils"),s=e("./lib/chat-window-mock.js");t.exports=i,r.mixin(i,o),i.prototype.setupEvents=function(){this.propagate(this.chatWindow,{minimize:"pause",hide:"pause",expand:"resume",show:"resume"}),this.propagate(this.chatWindow.questionBox,{chat_qbox_key_down:"customer-typing",submit:"customer-replied","chat-text-area-clicked":"text-area-clicked"}),this.propagate(this.chatWindow.chatDialog,{show_is_typing:"assistant-finished-typing"}),this.chatWindow.cta&&this.propagate(this.chatWindow.cta,{cta_button_clicked:"cta-button-clicked"})},i.prototype.startChat=function(){},i.prototype.continueChat=function(){},i.prototype.completeChat=function(){this.chatWindow.questionBox.disable()},i.prototype.clearChat=function(){this.chatWindow.chatDialog.clearMessages()},i.prototype.assistantStartTyping=function(){this.chatWindow.chatDialog.stopTypingAnimation(),this.chatWindow.chatDialog.startTypingAnimationWithMaxDuration(this.config.animationTimeIntervals,this.config.animationMaxDuration)},i.prototype.assistantStopTyping=function(){this.chatWindow.chatDialog.stopTypingAnimation()},i.prototype.postCustomersMessage=function(e){this.chatWindow.chatDialog.postCustomerMessage(e,{clientName:this.config.clientName}),this.chatWindow.questionBox.addFocus()},i.prototype.postAssistantsMessage=function(e,t){this.chatWindow.chatDialog.stopTypingAnimation(),this.chatWindow.chatDialog.postExpertMessage(e,t),this.chatWindow.questionBox.enable({noFocus:this.config.noFocusOnStart&&t.isFirstMessage})},i.prototype.enableInput=function(){this.chatWindow.questionBox.enable()},i.prototype.disableInput=function(){this.chatWindow.questionBox.disable()},i.prototype.isInputEmpty=function(){return this.chatWindow.questionBox.isEmpty()},i.prototype.showCta=function(){this.chatWindow.cta.show(),this.chatWindow.questionBox.hide()},i.prototype.showError=function(e,t){this.chatWindow.showError(e,t)},i.prototype.showWarning=function(e,t){this.chatWindow.showWarning(e,t)},i.prototype.hideNotification=function(){this.chatWindow&&this.chatWindow.hideNotification()},i.prototype.propagate=function(e,t){var n=this;Object.keys(t).forEach(function(i){e.on(i,function(e){n.trigger(t[i],e)})})}},{"./lib/chat-window-mock.js":75,"ja-event":33,"ja-utils":35}],77:[function(e,t,n){"use strict";var i=e("th-chat-view-popup"),o=e("th-chat-view-with-teaser");t.exports=function(){return window.screen.width<=736&&window.screen.height<=414||window.screen.width<=414&&window.screen.height<=736}()?o:i},{"th-chat-view-popup":79,"th-chat-view-with-teaser":81}],78:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],79:[function(e,t,n){"use strict";function i(e){if(!(this instanceof i))return new i(e);this.target=e&&e.nodeType?e:document.querySelector(e)}function o(e,t,n,i){for(var o=document.querySelectorAll(e),r=o.length-1;r>=0;r--)if(o[r])for(var s=t.length-1;s>=0;s--)i?o[r].removeEventListener(t[s],n):o[r].addEventListener(t[s],n)}var r=e("ja-utils"),s=e("th-chat-view-base"),a=e("th-chat-window");t.exports=i,r.mixin(i,s),i.prototype.render=function(e){this.config=e||{},this.config.expertProfile.showMoreLink=!1;var t=this.target.querySelector(".th-chat-window");t&&t.parentNode.removeChild(t),this.chatWindow&&clearTimeout(this.chatWindow.appearanceTimeout),this.target.appendChild(a.tmpl(this.config)),this.chatWindow=new a(this.target,this.config),this.setupEvents(),this.setupHandlers(),this.disableInput()},i.prototype.setupHandlers=function(){var e=this;e.chatWindow.header.on("toggleChat",function(){e.chatWindow.minimized()||e.chatWindow.minimizedWithoutAnimation()?e.chatWindow.expand():e.chatWindow.minimize()})},i.prototype.startChat=function(){var e=this;e.chatWindow.render(),e.chatWindow.once("show",function(){e.chatWindow.chatDialog.showIsTyping(e.config.animationTimeIntervals)});var t=function(){clearTimeout(e.chatWindow.appearanceTimeout),n()},n=function(){e.chatWindow.appearanceTimeout=setTimeout(function(){e.chatWindow.show(),o(i,r,t,!0)},e.config.time)};if(e.config.disableTimer){var i="input, textarea",r=["input","keydown","keyup"];o(i,r,t,!1),n()}},i.prototype.continueChat=function(){this.chatWindow.render(),this.chatWindow.show()}},{"ja-utils":78,"th-chat-view-base":76,"th-chat-window":84}],80:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],81:[function(e,t,n){"use strict";function i(e){if(!(this instanceof i))return new i(e);this.target=e&&e.nodeType?e:document.querySelector(e)}var o=e("ja-dom"),r=e("ja-utils"),s=e("th-chat-view-base"),a=e("th-chat-window"),c=e("th-va-mobile-teaser"),u=e("ja-cookie");t.exports=i,r.mixin(i,s),i.prototype.render=function(e){this.config=e||{},this.config.rememberChatMinimizedState=this.config.rememberChatMinimizedState||!1;var t=this.target.querySelector(".th-chat-window"),n=this.target.querySelector(".th-va-mobile-teaser");t&&t.parentNode.removeChild(t),n&&n.parentNode.removeChild(n),this.chatWindow&&clearTimeout(this.chatWindow.appearanceTimeout),clearTimeout(this.teaserShowTimeout),this.target.appendChild(a.tmpl(this.config)),this.chatWindow=new a(this.target,this.config),this.teaser=new c(this.target,{content:this.config.greeting,pearlImg:this.config.mobile.iconImage}),this.setupEvents(),this.setupHandlers(),this.disableInput()},i.prototype.setupHandlers=function(){var e=this;e.teaser.on("teaser-was-clicked",function(){e.config.rememberChatMinimizedState&&e.chatWindow.setCookieToShowExpanded(),e.chatWindow.show(),e.teaser.hideMessage(),e.teaser.hideTeaser(),e.chatWindow.questionBox.addFocus(),clearTimeout(e.teaserShowTimeout)}),e.teaser.on("teaser-is-shown",function(){e.chatWindow.trigger("appear")}),e.teaser.on("message-is-changed",function(){e.messageWasShown=!0}),e.chatWindow.header.on("toggleChat",function(){e.closeChat()}),e.chatWindow.header.on("closeChat",function(){e.closeChat()}),e.on("customer-typing",function(){var t=document.querySelector(".th-chat-question-box");e.chatWindow.questionBox.getQuestionBoxLength()>=85?o.addClass(t,"expanded"):o.removeClass(t,"expanded")},e)},i.prototype.closeChat=function(){this.config.rememberChatMinimizedState&&this.chatWindow.setCookieToShowMinimized(),this.chatWindow.hide(),this.teaser.showTeaser(),this.teaser.showPearl(),this.teaser.hideBackground()},i.prototype.startChat=function(){var e=this;e.teaser.once("teaser-is-shown",function(){e.chatWindow.chatDialog.showIsTyping(e.config.animationTimeIntervals)}),e.config.rememberChatMinimizedState&&"1"===u.get("showMinimizedChat")?e.continueChat():e.teaserShowTimeout=setTimeout(function(){e.teaser.showTeaser()},e.config.mobile.time)},i.prototype.continueChat=function(){var e=this;e.teaser.hideMessage(),e.teaserShowTimeout=setTimeout(function(){e.teaser.showTeaser(),setTimeout(function(){e.teaser.showBadge()},e.config.mobile.time)},e.config.mobile.time)}},{"ja-cookie":29,"ja-dom":31,"ja-utils":80,"th-chat-view-base":76,"th-chat-window":84,"th-va-mobile-teaser":89}],82:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],83:[function(e,t,n){var i=e("th-chat-header").tmpl,o=e("th-chat-dialog").tmpl,r=e("th-chat-question-box").tmpl,s=e("th-chat-notification").tmpl,a=e("th-chat-cta").tmpl,c=e("th-chat-mobile-header").tmpl,u=e("th-chat-mobile-question-box").tmpl;t.exports=function(t){t=t||{},t.mobile=t.mobile||{},t.googleReengagement=t.googleReengagement||{};var n,l=t.renderer||e("ja-dom-element"),h=(t.class||"th-chat-window")+" hidden",f=t.modalClassName||"modal bottom right",p=t.backgroundClassName||"background",d=t.expertProfile||{},m=t.headingText||t.heading||"",g=t.moreLinkText||"",y=t.lessLinkText||"",v=t.profile||{},b=t.showCopyright||!1;!1===t.showBackground&&(p+=" hidden"),t.minimized&&(h+=" minimized");var w=i,C=r;return t.mobile&&t.mobile.isMobile&&(w=c,C=u),b&&(n=l("div",{className:"copyright"}),f+=" with-copyright"),l("div",{className:h},[l("div",{className:f},[l("div",{className:"th-chat-top-border"}),w({heading:m,expertProfile:d,moreLinkText:g,lessLinkText:y}),s(),o({isTypingText:t.isTypingText,isGoogleReengagementChat:!t.mobile.isMobile&&t.googleReengagement.enable,assistantProfile:v}),C({placeholder:t.placeholder,sendButtonText:t.sendButtonText}),a({marketingMessageText:t.marketingMessageText,ctaButtonText:t.ctaButtonText}),n]),l("div",{className:p})])}},{"ja-dom-element":30,"th-chat-cta":49,"th-chat-dialog":53,"th-chat-header":56,"th-chat-mobile-header":61,"th-chat-mobile-question-box":64,"th-chat-notification":66,"th-chat-question-box":69}],84:[function(e,t,n){"use strict";function i(e,t){if(this.config=t||{},!(this instanceof i))return new i(e,this.config);var n="."+(this.config.class||g);this.config.class="",this.config.time=this.config.time||15e3,this.config.enableOnExit=!!this.config.enableOnExit,this.config.disableTimer=!!this.config.disableTimer,this.config.mobile=this.config.mobile||{},this.config.rememberChatMinimizedState=this.config.rememberChatMinimizedState||!1,this.chatComponent=document.querySelector(n),this.config.mobile.isMobile?(this.header=f(this.config),this.questionBox=p(this.chatComponent,this.config)):(this.header=c(this.config),this.questionBox=h(this.chatComponent,this.config)),this.chatDialog=u(this.chatComponent,this.config),this.notification=l(this.config),this.cta=m(this.chatComponent)}var o=e("ja-dom"),r=e("ja-event"),s=e("ja-utils"),a=e("ja-cookie"),c=e("th-chat-header"),u=e("th-chat-dialog"),l=e("th-chat-notification"),h=e("th-chat-question-box"),f=e("th-chat-mobile-header"),p=e("th-chat-mobile-question-box"),d=e("./th-chat-window-tmpl.js"),m=e("th-chat-cta"),g="th-chat-window";s.mixin(i,r),i.prototype.render=function(){var e=this;e.config.disableTimer||(e.appearanceTimeout=setTimeout(function(){e.config.disableTimer||(e.show(),e.trigger("chat-shown-by-timeout"))},this.config.time)),e.config.enableOnExit&&(document.onmouseout=function(t){e.config.enableOnExit&&t.clientY<=0&&(e.show(),e.trigger("chat-shown-on-mouseout"))}),e.config.mobile&&e.config.mobile.isMobile&&e.config.mobile.edgeObject&&(window.onscroll=function(){var t=document.body.scrollTop,n=e.config.mobile.edgeObject;t>((n.nodeType?n:document.querySelector(n)).offsetHeight||0)&&(e.show(),e.trigger("chat-shown-on-scrolling"))})},i.prototype.show=function(){this.config.disabled||this.expanded()||(o.removeClass(this.chatComponent,"hidden"),this.config.rememberChatMinimizedState&&"1"===this.getCookieForMinimizedState()&&this.minimizeWithoutAnimation(),this.trigger("show"))},i.prototype.hide=function(){this.expanded()&&(o.addClass(this.chatComponent,"hidden"),this.trigger("hide"))},i.prototype.showError=function(e,t){this.expanded()&&(this.questionBox.disable(),this.notification.showError(e,t))},i.prototype.showWarning=function(e,t){this.expanded()&&(this.questionBox.disable(),this.notification.showWarning(e,t))},i.prototype.hideNotification=function(){this.expanded()&&(this.questionBox.enable(),this.notification.hideNotification())},i.prototype.minimize=function(){this.minimized()||this.minimizedWithoutAnimation()||(o.addClass(this.chatComponent,"minimized"),this.config.rememberChatMinimizedState&&this.setCookieToShowMinimized(),this.trigger("minimize"))},i.prototype.expand=function(){(this.minimized()||this.minimizedWithoutAnimation())&&(this.config.rememberChatMinimizedState&&"1"===this.getCookieForMinimizedState()&&this.setCookieToShowExpanded(),o.removeClass(this.chatComponent,"minimized"),o.removeClass(this.chatComponent,"minimized-no-animation"),this.trigger("expand"))},i.prototype.minimizeWithoutAnimation=function(){this.minimized()||this.minimizedWithoutAnimation()||o.addClass(this.chatComponent,"minimized-no-animation")},i.prototype.setCookieToShowMinimized=function(){a.set("showMinimizedChat",1,{expires:86400})},i.prototype.setCookieToShowExpanded=function(){a.set("showMinimizedChat",0,{expires:86400})},i.prototype.getCookieForMinimizedState=function(){var e=a.get("showMinimizedChat");return void 0!==e?e:"0"},i.prototype.expanded=function(){return!o.hasClass(this.chatComponent,"hidden")},i.prototype.minimized=function(){return o.hasClass(this.chatComponent,"minimized")},i.prototype.minimizedWithoutAnimation=function(){return o.hasClass(this.chatComponent,"minimized-no-animation")},i.tmpl=function(e){return d(e)},t.exports=i},{"./th-chat-window-tmpl.js":83,"ja-cookie":29,"ja-dom":31,"ja-event":33,"ja-utils":82,"th-chat-cta":49,"th-chat-dialog":53,"th-chat-header":56,"th-chat-mobile-header":61,"th-chat-mobile-question-box":64,"th-chat-notification":66,"th-chat-question-box":69}],85:[function(e,t,n){"use strict";function i(e){if(!(this instanceof i))return new i(e);this.config=e||{},this.config.separator=this.config.separator||" ",this.config.timeout=this.config.timeout||4e3,this.messages=[],this.timer=0}var o=e("ja-event"),r=e("ja-utils");t.exports=i,i.prototype.push=function(e){if("string"==typeof e)this.messages.push({text:e});else{if(!e||"string"!=typeof e.text)return;this.messages.push(e)}this.resetTimeout()},i.prototype.join=function(e){return{text:this.messages.map(function(e){return e.text}).join(e||this.config.separator)}},i.prototype.empty=function(){clearTimeout(this.timer),this.messages.length=0},i.prototype.length=function(){return this.messages.length},i.prototype.resetTimeout=function(){var e=this;e.length()>0&&(clearTimeout(e.timer),e.timer=setTimeout(function(){e.trigger("timeout",{text:e.join()})},e.config.timeout))},i.prototype.clearTimeout=function(){clearTimeout(this.timer)},r.mixin(i,o)},{"ja-event":33,"ja-utils":35}],86:[function(e,t,n){"use strict";function i(e,t,n){return this instanceof i?(this.target=e&&e.nodeType?e:document.querySelector(e),this.target?t?(this.config=n||{},this.config.proceedToCcTime=this.config.proceedToCcTime||1e4,this.config.animationTimeIntervals=this.config.animationTimeIntervals||[100,300,400,500,700,1300],this.config.customerIdleInMilliseconds=this.config.customerIdleInMilliseconds||4e3,this.config.delayChatCompletionOnResponseAfterPaymentMessageInMilliseconds=this.config.delayChatCompletionOnResponseAfterPaymentMessageInMilliseconds||2e3,this.config.animationMaxDuration=this.config.animationMaxDuration||4e3,this.config.messagesSeparator=this.config.messagesSeparator||" ",this.config.rParameter=this.config.rParameter||"JAPPC",this.config.heading=this.config.heading||this.config.headingText,this.config.showCta=this.config.showCta||!1,this.config.showCtaTime=this.config.showCtaTime||5e3,this.view=t,this.chatClient=new h({endpoint:n.endpoint}),this.messageCollector=new p({separator:this.config.messagesSeparator,timeout:this.config.customerIdleInMilliseconds}),void(this.chatTracking=new f)):void console.log("error: View is missing"):void console.log("error: there is no target")):new i(e,t,n)}function o(e,t,n){var i=new Date-e;return t&&i>n}function r(e){return e.assistantName||e.profile.name||"Pearl Wilson"}function s(e){return{name:r(e),title:e.assistantTitle||e.profile.title||"Expert's Assistant",avatar:e.avatar||e.profile.avatar,continueLinkText:e.continueLinkText}}function a(e){return e&&!e.closed&&void 0!==e.closed}var c=e("ja-event"),u=e("ja-utils"),l=e("ja-cookie"),h=e("ja-chat-client"),f=e("th-chat-tracking"),p=e("./lib/MessageCollector"),d={GetAssistantProfile:0,CreateChat:1,PostMessage:2,CompleteChat:3,GetMessages:4,GetChat:5};t.exports=i,u.mixin(i,c),i.prototype.initialize=function(){var e=this;e.isFirstMessageSent=!1;var t=l.get(e.getChatIdCookieName())||null,n=t?e.chatClient.restoreChat(t,{categoryId:e.config.initialCategoryId,chatType:e.config.type,botName:e.config.botName,source:e.config.source}):e.chatClient.getAssistantProfile(e.config.initialCategoryId,e.config.type,e.config.botName,e.config.source);n.done(function(t){e.config.profile=t.profile||t,e.setupHandlers(),t.messages?(e.restoreChat(t),e.view.continueChat()):e.view.startChat(),e.initialized=!0,e.trigger("appear")}),n.fail(function(n){t&&n&&404===n.statusCode&&(l.expire(e.getChatIdCookieName()),e.initialize())})},i.prototype.setupHandlers=function(){var e=this;e.chatClient.on("connectionFailure",function(t){e.handleConnectionFailure(t)}),e.chatClient.on("connectionRetry",function(t){e.handleConnectionRetry(t)}),e.chatClient.on("connectionSucceeded",function(){e.handleConnectionSucceeded()}),e.config.isTypingText=(e.config.isTypingText||"{0} is typing...").replace("{0}",r(e.config)),e.view.render(e.config),e.view.on("customer-typing",function(){e.messageCollector.resetTimeout(),e.isReadyForPayment&&e.resetChatCompleteTimeout()}),e.view.on("customer-replied",function(t){if(e.view.postCustomersMessage(t.text),e.isReadyForPayment)return o(e.lastMessageTime,e.isReadyForPayment,e.config.delayChatCompletionOnResponseAfterPaymentMessageInMilliseconds)?e.completeChat("Reply",t):e.postMessage(t),void(e.lastMessageTime=new Date);e.messageCollector.push(t),e.view.assistantStartTyping()}),e.messageCollector.on("timeout",function(t){e.postMessage(t.text),e.messageCollector.empty()}),e.view.once("assistant-finished-typing",function(){if(!e.isFirstMessageSent){var t=s(e.config);t.isFirstMessage=!0,e.view.postAssistantsMessage(e.config.profile.greeting,t)}}),e.view.on("pause",function(){clearTimeout(e.ccTimeout)}),e.view.on("resume",function(){e.isReadyForPayment&&(e.isRedirectedToPaymentPage?clearTimeout(e.ccTimeout):e.resetChatCompleteTimeout())}),e.view.on("cta-button-clicked",function(){e.completeChat("Direct")})},i.prototype.resetChatCompleteTimeout=function(){var e=this;e.isReadyForPayment&&(clearTimeout(e.ccTimeout),clearTimeout(e.ctaTimeout),e.ccTimeout=setTimeout(function(){e.completeChat("Timeout")},e.config.proceedToCcTime),this.config.showCta&&(e.ctaTimeout=setTimeout(function(){e.view.isInputEmpty()&&e.view.showCta()},e.config.showCtaTime)))},i.prototype.handleResponse=function(e){var t=this;if(e&&e.chatId&&(t.chatId!=e.chatId&&(l.set(t.getChatIdCookieName(),e.chatId,{expires:60*(isNaN(t.config.sessionExpirationHours)?168:t.config.sessionExpirationHours)*60}),t.chatId=e.chatId),e.paymentUrl&&(t.paymentUrl=e.paymentUrl),!t.isReadyForPayment)){var n=s(t.config);if(e.attributes&&("payment"===e.attributes.action&&(n.showContinueLink=!0,t.isReadyForPayment=!0),e.attributes.MessageCounter&&(t.messageCounter=e.attributes.MessageCounter)),t.view.postAssistantsMessage(e.text,n),n.showContinueLink){var i=setInterval(function(){var e=t.target.querySelector(".continue-link");e&&(e.addEventListener("click",function(){t.completeChat("Direct")}),clearInterval(i))},100);t.resetChatCompleteTimeout()}}},i.prototype.completeChat=function(e,t){var n=this;if((window.self===window.top||"Timeout"!==e)&&!n.isCompleting){n.isCompleting=!0,clearTimeout(n.ccTimeout);var i=[n.paymentUrl||"https://my-secure.justanswer.com/va/payment/"+n.chatId,"?r=",n.config.rParameter,n.config.expertProfile&&n.config.expertProfile.id?"&selectedexpertid="+n.config.expertProfile.id:""].join("");n.config.showCta&&n.view.showCta();var o="Timeout"!==e&&n.config.isNewPaymentWindow?window.open(i,"_blank"):null;a(o)&&(o&&o.focus&&o.focus(),n.isRedirectedToPaymentPage=!0,n.view.completeChat(),n.trigger("complete"),setTimeout(function(){n.isCompleting=!1},2e3)),this.chatClient.completeChat(n.chatId,e,t).done(function(t){window.self!==window.top||a(o)||(window.location=t.redirectUrl?t.redirectUrl:i,n.isRedirectedToPaymentPage=!0,n.view.completeChat(),n.trigger("complete",e),n.trigger("redirect_to_payment"))})}},i.prototype.restoreChat=function(e){var t=this,n=!1;t.chatId=e.chatId,t.paymentUrl=e.paymentUrl,t.isFirstMessageSent=!0,t.view.clearChat(),t.messageCounter=e.messages[e.messages.length-1].attributes.MessageCounter,e.messages.forEach(function(e){if("Assistant"===e.role){var i=s(t.config);e.attributes&&"payment"===e.attributes.action&&(i.showContinueLink=!0,n=!0),t.view.postAssistantsMessage(e.text,i);var o=t.target.querySelector(".continue-link");o&&o.addEventListener("click",function(){t.completeChat("Direct")})}else t.view.postCustomersMessage(e.text)}),n?(t.view.disableInput(),this.config.showCta&&t.view.showCta()):t.view.enableInput(),t.trigger("restore")},i.prototype.postMessage=function(e){var t=this,n={text:e.text};if(t.config.disableAssistantTypingAfterCustomerTyping||t.view.assistantStartTyping(),t.isFirstMessageSent)t.messageCounter&&(n.attributes={MessageCounter:t.messageCounter}),t.chatClient.postMessage(t.chatId,n,t.config.botName).done(function(e){t.handleResponse(e),t.lastMessageTime=new Date});else{t.isFirstMessageSent=!0,e.attributes={MessageCounter:1};var i={categoryId:t.config.initialCategoryId,locationUrl:window.location.href,type:t.config.type,attributes:{}},o=t.chatTracking.getExperimentDataString();o&&o.length&&(i.attributes.TestExperience=o);var r=t.chatTracking.getDeviceCategory();r&&r.length&&(i.attributes.DeviceCategory=r),t.chatClient.createChat(i,n,t.config.botName).done(function(e){t.handleResponse(e)})}},i.prototype.handleConnectionFailure=function(e){if(e!==d.GetAssistantProfile){var t=this.config.connectionFailureMessageHeader||"An error has occurred.",n=this.config.connectionFailureMessageBody||"Please refresh the page to continue the chat.";this.view.assistantStopTyping(),this.view.disableInput(),this.view.showError(t,n),this.isNotificationShown=!0;var n="";switch(e){case d.GetAssistantProfile:n="Failed to get assistant profile.";break;case d.CreateChat:n="Failed to create chat.";break;case d.PostMessage:n="Failed to post message.";break;case d.CompleteChat:n="Failed to complete chat.";break;case d.GetMessages:n="Failed to get messages."}this.trigger("connectionFailure",n)}},i.prototype.handleConnectionSucceeded=function(){this.isNotificationShown&&(this.isReadyForPayment?this.view.disableInput():this.view.enableInput(),this.view.hideNotification())},i.prototype.handleConnectionRetry=function(e){if(e!==d.GetAssistantProfile){var t=this.config.connectionRetryMessageHeader||"Oops! Something went wrong.",n=this.config.connectionRetryMessageBody||"We are reconnecting you with the Assistant. Just a moment.";this.view.assistantStopTyping(),this.view.disableInput(),this.view.showWarning(t,n),this.isNotificationShown=!0}},i.prototype.getChatIdCookieName=function(){return this.config.chatIdCookieName||"JustAnswerVirtualAssistant"}},{"./lib/MessageCollector":85,"ja-chat-client":26,"ja-cookie":29,"ja-event":33,"ja-utils":35,"th-chat-tracking":71}],87:[function(e,t,n){arguments[4][32][0].apply(n,arguments)},{dup:32,"is-equal":13,"lodash.assign":38,"lodash.chunk":39,"lodash.compose":40,"lodash.curry":41,"lodash.flatten":42,"lodash.isempty":43}],88:[function(e,t,n){t.exports=function(t){var t=t||{},n=t.renderer||e("ja-dom-element"),i=t.class||"th-va-mobile-teaser",o=t.pearlImg||"../images/pearl.jpg",r=t.userInput||!1,s=t.cta||!1;return n("div",{className:i,"data-state-theme":t.theme||"blue","data-state-size":t.size||"standard"},[n("div",{className:"teaser"},[n("div",{className:"message-cell"},[n("div",{className:"welcome-message"},[n("div",{className:"message ellipsis"},[n("div",{className:"message-content"},[n("span",{className:"dot"}),n("span",{className:"dot"}),n("span",{className:"dot"})]),r?n("p",{className:"user-input"},["Type your reply here..."]):"",s?n("div",{className:"cta ja-buttons ja-button-tiny"},["Reply"]):""])])]),n("div",{className:"pearl"},[n("div",{className:"image-cell"},[n("div",{className:"image"},[n("img",{src:o})])]),n("span",{className:"badge"},["1"])])]),n("div",{className:"teaser-background"}),n("div",{className:"trigger"},["Show"]),n("div",{className:"trigger-maximize"},["Maximize"])])}},{"ja-dom-element":30}],89:[function(e,t,n){function i(e,t){if(!(this instanceof i))return new i(e,t);var n=this;if(t=t||{},t.ignoreTmpl=t.ignoreTmpl||!1,this.userInput=t.userInput,this.cta=t.cta,this.content=t.content,this.element=e.nodeType?e:document.querySelector(e),this.element&&(this.target=this.element,t.ignoreTmpl||this.element.appendChild(o(t)),this.teaserElement=this.element.querySelector(t.class?"."+t.class:".th-va-mobile-teaser"),this.teaserElement)){this.timeouts={showTeaser:500,hideTeaser:100,showMessage:1e3,showMessageContent:3e3,showBadge:1e3},a.extend(this.timeouts,t.timeouts),this.pearlElement=this.teaserElement.querySelector(".pearl"),this.messageCellElement=this.teaserElement.querySelector(".message"),this.teaserBackgroundElement=this.teaserElement.querySelector(".teaser-background");var r=this.teaserElement.querySelector(".cta");r&&r.addEventListener("click",function(e){n.hideTeaser()}),this.messageCellElement.addEventListener("click",function(e){n.trigger("teaser-was-clicked",e)}),this.pearlElement.addEventListener("click",function(e){n.trigger("teaser-was-clicked",e)})}}var o=e("./th-va-mobile-teaser-tmpl.js"),r=e("ja-dom"),s=e("ja-event"),a=e("ja-utils");t.exports=i,a.mixin(i,s),i.prototype.showTeaser=function(){var e=this;this.showBackground(),r.removeClass(this.teaserElement,"hidden"),setTimeout(function(){e.showPearl()},e.timeouts.showTeaser),e.trigger("teaser-is-shown")},i.prototype.hideTeaser=function(){var e=this,t=this.teaserElement.querySelector(".welcome-message"),n=this.pearlElement;this.hideBackground(),setTimeout(function(){r.removeClass(t,"zoomIn"),r.addClass(t,"zoomOutRight"),r.addClass(n,"zoomOutDown"),r.addClass(n,"hidden"),r.addClass(e.teaserElement,"hidden")},e.timeouts.hideTeaser),this.trigger("teaser-is-hidden")},i.prototype.showPearl=function(){var e=this,t=this.pearlElement;r.removeClass(t,"zoomOutDown"),r.removeClass(t,"hidden"),r.addCls(t,"zoomInUp"),setTimeout(function(){e.showMessage()},e.timeouts.showMessage),e.trigger("icon-is-shown")},i.prototype.showBackground=function(){r.removeClass(this.teaserBackgroundElement,"fadeOutDown"),r.addClass(this.teaserBackgroundElement,"fadeInUp")},i.prototype.hideBackground=function(){r.removeClass(this.teaserBackgroundElement,"fadeInUp"),r.addClass(this.teaserBackgroundElement,"fadeOutDown")},i.prototype.showMessage=function(){var e=this,t=this.teaserElement.querySelector(".welcome-message");r.removeClass(t,"zoomOutRight"),r.addClass(t,"zoomIn"),this.content&&setTimeout(function(){e.changeMessage(),e.showInput(),e.showCta()},e.timeouts.showMessageContent),e.trigger("message-is-shown")},i.prototype.changeMessage=function(){var e=this;r.removeCls(this.messageCellElement,"ellipsis"),this.teaserElement.querySelector(".message-content").innerHTML=this.content,e.trigger("message-is-changed"),setTimeout(function(){e.showBadge()},e.timeouts.showBadge)},i.prototype.showInput=function(){this.userInput&&r.addCls(this.teaserElement.querySelector(".user-input"),"visible")},i.prototype.showCta=function(){this.cta&&r.addCls(this.teaserElement.querySelector(".cta"),"visible")},i.prototype.showBadge=function(){r.addCls(this.teaserElement.querySelector(".badge"),"zoomIn")},i.prototype.hideMessage=function(){r.addCls(this.teaserElement.querySelector(".teaser .message-cell"),"hidden"),r.addCls(this.teaserBackgroundElement,"hidden")},i.prototype.hideBadge=function(){r.removeCls(this.teaserElement.querySelector(".badge"),"zoomIn")},i.prototype.renderElement=function(e){return o(e)}},{"./th-va-mobile-teaser-tmpl.js":88,"ja-dom":31,"ja-event":33,"ja-utils":87}],90:[function(e,t,n){function i(e){return e.replace(/^\s*|\s*$/g,"")}n=t.exports=i,n.left=function(e){return e.replace(/^\s*/,"")},n.right=function(e){return e.replace(/\s*$/,"")}},{}],91:[function(e,t,n){function i(e,t){function n(){4===m.readyState&&j()}function i(){var e=null;if(m.response?e=m.response:"text"!==m.responseType&&m.responseType||(e=m.responseText||m.responseXML),x)try{e=JSON.parse(e)}catch(e){}return e}function r(){return 1223===m.status?204:m.status}function h(e,t){var n=null;if(0===e||e>=400&&e<600){var i="string"==typeof t&&t||c[String(e).charAt(0)];n=new Error(i),n.statusCode=e}return n}function f(){var e=r(),n=i(),o=h(e,n),s={body:n,statusCode:e,statusText:m.statusText,raw:m};m.getAllResponseHeaders?s.headers=a(m.getAllResponseHeaders()):s.headers={},t(o,s,s.body)}function p(){var e=r(),n=h(e);m.status=m.statusCode=e,m.body=i(),m.headers=a(m.getAllResponseHeaders()),t(n,m,m.body)}function d(e){t(e,m)}"string"==typeof e&&(e={uri:e}),e=e||{},t=s(t);var m=e.xhr||null;m||(m=e.cors||e.useXDR?new l:new u);var g,y=m.url=e.uri||e.url,v=m.method=e.method||"GET",b=e.body||e.data,w=m.headers=e.headers||{},C=!!e.sync,x=!1,j=e.response?f:p;if("json"in e&&(x=!0,w.Accept="application/json","GET"!==v&&"HEAD"!==v&&(w["Content-Type"]="application/json",b=JSON.stringify(e.json))),m.onreadystatechange=n,m.onload=j,m.onerror=d,m.onprogress=function(){},m.ontimeout=o,m.open(v,y,!C),(e.withCredentials||e.cors&&!1!==e.withCredentials)&&(m.withCredentials=!0),C||(m.timeout="timeout"in e?e.timeout:5e3),m.setRequestHeader)for(g in w)w.hasOwnProperty(g)&&m.setRequestHeader(g,w[g]);else if(e.headers)throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in e&&(m.responseType=e.responseType),"beforeSend"in e&&"function"==typeof e.beforeSend&&e.beforeSend(m),m.send(b),m}function o(){}var r=e("global/window"),s=e("once"),a=e("parse-headers"),c={0:"Internal XMLHttpRequest Error",4:"4xx Client Error",5:"5xx Server Error"},u=r.XMLHttpRequest||o,l="withCredentials"in new u?u:r.XDomainRequest;t.exports=i},{"global/window":5,once:45,"parse-headers":46}],"ja-gadget-virtual-assistant-hybrid":[function(e,t,n){function i(e,t){this.config=t||{},t.rParameter.match(/^(ppc)/)||(t.rParameter=t.rParameter+"|va-expanded"),this.target=e&&e.nodeType?e:document.querySelector(e);var n=t.size||"",i=new s(this.target),a=new r(this.target,i,this.config);o.track(a,this.config,this.target);var c=t.modalClassName||"modal bottom right";return c+=n?" size-"+n:"",t.modalClassName=c,a}var o=e("ja-chat-affiliates-tracking"),r=e("th-va-chat-controller"),s=e("th-chat-view-hybrid");t.exports=i},{"ja-chat-affiliates-tracking":22,"th-chat-view-hybrid":77,"th-va-chat-controller":86}]},{},["ja-gadget-virtual-assistant-hybrid"]);/*ja-gadget-virtual-assistant-config@1.10.3*/ 
;require=function e(t,a,s){function n(o,r){if(!a[o]){if(!t[o]){var c="function"==typeof require&&require;if(!r&&c)return c(o,!0);if(i)return i(o,!0);var l=new Error("Cannot find module '"+o+"'");throw l.code="MODULE_NOT_FOUND",l}var p=a[o]={exports:{}};t[o][0].call(p.exports,function(e){var a=t[o][1][e];return n(a||e)},p,p.exports,e,t,a,s)}return a[o].exports}for(var i="function"==typeof require&&require,o=0;o<s.length;o++)n(s[o]);return n}({1:[function(e,t,a){t.exports={settings:{US:{default:{endpoint:"https://va.justanswer.com/chat?partner=US",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}},rememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=US",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}},disableAutoRedirectToCreditCardPage:{endpoint:"https://va.justanswer.com/chat?partner=US",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"},showCta:!0},disableAutoRedirectToCreditCardPageAndRememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=US",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"},showCta:!0},showTeaserIn15Seconds:{endpoint:"https://va.justanswer.com/chat?partner=US",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:15e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}}},UK:{default:{endpoint:"https://va.justanswer.com/chat?partner=UK",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.co.uk",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}},rememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=UK",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}},disableAutoRedirectToCreditCardPage:{endpoint:"https://va.justanswer.com/chat?partner=UK",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"},showCta:!0},disableAutoRedirectToCreditCardPageAndRememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=UK",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"},showCta:!0},showTeaserIn15Seconds:{endpoint:"https://va.justanswer.com/chat?partner=UK",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.com",placeholder:"Type your message...",clientName:"You",sendButtonText:"Send",moreLinkText:"more",lessLinkText:"less",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:15e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}}},DE:{default:{endpoint:"https://va.justanswer.com/chat?partner=DE",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.de",placeholder:"Ihre Nachricht eingeben...",clientName:"Sie",sendButtonText:"Senden",moreLinkText:"mehr",lessLinkText:"wenig",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}},rememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=DE",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.de",placeholder:"Ihre Nachricht eingeben...",clientName:"Sie",sendButtonText:"Senden",moreLinkText:"mehr",lessLinkText:"wenig",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}},disableAutoRedirectToCreditCardPage:{endpoint:"https://va.justanswer.com/chat?partner=DE",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.de",placeholder:"Ihre Nachricht eingeben...",clientName:"Sie",sendButtonText:"Senden",moreLinkText:"mehr",lessLinkText:"wenig",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"},showCta:!0},disableAutoRedirectToCreditCardPageAndRememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=DE",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.de",placeholder:"Ihre Nachricht eingeben...",clientName:"Sie",sendButtonText:"Senden",moreLinkText:"mehr",lessLinkText:"wenig",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"},showCta:!0},showTeaserIn15Seconds:{endpoint:"https://va.justanswer.com/chat?partner=DE",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.de",placeholder:"Ihre Nachricht eingeben...",clientName:"Sie",sendButtonText:"Senden",moreLinkText:"mehr",lessLinkText:"wenig",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:15e3,iconImage:"https://www.justanswer.com/fe-lib/components/th-va-mobile-teaser/images/pearl.jpg"}}},ES:{default:{endpoint:"https://va.justanswer.com/chat?partner=ES",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.es",placeholder:"Escriba su mensaje aquí...",clientName:"Usted",sendButtonText:"Enviar",moreLinkText:"más",lessLinkText:"",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.es/fe-lib/components/li-chat-header/images/pearl-es.jpg"}},rememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=ES",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.es",placeholder:"Escriba su mensaje aquí...",clientName:"Usted",sendButtonText:"Enviar",moreLinkText:"más",lessLinkText:"",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.es/fe-lib/components/li-chat-header/images/pearl-es.jpg"}},disableAutoRedirectToCreditCardPage:{endpoint:"https://va.justanswer.com/chat?partner=ES",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.es",placeholder:"Escriba su mensaje aquí...",clientName:"Usted",sendButtonText:"Enviar",moreLinkText:"más",lessLinkText:"",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.es/fe-lib/components/li-chat-header/images/pearl-es.jpg"},showCta:!0},disableAutoRedirectToCreditCardPageAndRememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=ES",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.es",placeholder:"Escriba su mensaje aquí...",clientName:"Usted",sendButtonText:"Enviar",moreLinkText:"más",lessLinkText:"",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.es/fe-lib/components/li-chat-header/images/pearl-es.jpg"},showCta:!0},showTeaserIn15Seconds:{endpoint:"https://va.justanswer.com/chat?partner=ES",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.es",placeholder:"Escriba su mensaje aquí...",clientName:"Usted",sendButtonText:"Enviar",moreLinkText:"más",lessLinkText:"",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:15e3,iconImage:"https://www.justanswer.es/fe-lib/components/li-chat-header/images/pearl-es.jpg"}}},JP:{default:{endpoint:"https://va.justanswer.com/chat?partner=JP",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.jp",placeholder:"ここにメッセージを入力…",clientName:"自分",sendButtonText:"送信",moreLinkText:"",lessLinkText:"非表示",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.jp/fe-lib/components/li-chat-header/images/pearl-jp.jpg"}},rememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=JP",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.jp",placeholder:"ここにメッセージを入力…",clientName:"自分",sendButtonText:"送信",moreLinkText:"",lessLinkText:"非表示",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.jp/fe-lib/components/li-chat-header/images/pearl-jp.jpg"}},disableAutoRedirectToCreditCardPage:{endpoint:"https://va.justanswer.com/chat?partner=JP",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.jp",placeholder:"ここにメッセージを入力…",clientName:"自分",sendButtonText:"送信",moreLinkText:"",lessLinkText:"非表示",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.jp/fe-lib/components/li-chat-header/images/pearl-jp.jpg"},showCta:!0},disableAutoRedirectToCreditCardPageAndRememberMinimized:{endpoint:"https://va.justanswer.com/chat?partner=JP",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:864e5,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.jp",placeholder:"ここにメッセージを入力…",clientName:"自分",sendButtonText:"送信",moreLinkText:"",lessLinkText:"非表示",rememberChatMinimizedState:!0,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:2e3,iconImage:"https://www.justanswer.jp/fe-lib/components/li-chat-header/images/pearl-jp.jpg"},showCta:!0},showTeaserIn15Seconds:{endpoint:"https://va.justanswer.com/chat?partner=JP",type:"FunnelQuestion",time:15e3,disableTimer:!0,proceedToCcTime:1e4,enableOnExit:!0,animationTimeIntervals:[100,300,400,500,700,1300],showBackground:!1,minimized:!1,baseDomain:"justanswer.jp",placeholder:"ここにメッセージを入力…",clientName:"自分",sendButtonText:"送信",moreLinkText:"",lessLinkText:"非表示",rememberChatMinimizedState:!1,isNewPaymentWindow:!0,sessionExpirationHours:1,mobile:{time:15e3,iconImage:"https://www.justanswer.jp/fe-lib/components/li-chat-header/images/pearl-jp.jpg"}}}},profiles:{US:{antiques:{forumId:976,initialCategoryId:"1172a83ad4a5494db1b4b82ca6d5b842",headingText:"Ask an Appraiser Now",assistantName:"Pearl Wilson",assistantTitle:"Appraiser's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"9fd3336972994265be78e72059a6c2f4",expertAvatarUrl:"https://www.justanswer.com/uploads/BL/blueflowers1063/2013-10-10_35834_KimHolidays1.64x64.jpg",expertName:"Kim D.",expertTitle:"Antiques Appraiser",satisfiedCustomers:"5090",experience:"",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Appraisers request a deposit of about $38 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask an Appraiser online now? I can connect you ...",marketingMessageText:"Connect with an appraiser",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Appraiser's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Appraiser's Assistant."},legal:{forumId:7,initialCategoryId:"1ebeaa5271ce4cd48cbb0899bf229eca",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"41f2d818e6ca412fb775d1e41984778b",expertAvatarUrl:"https://ww2-secure.justanswer.com/static/JA24424/images/legal_expert.jpg",expertName:"Dimitry K., Esq.",expertTitle:"Attorney",satisfiedCustomers:"17183",experience:"",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Lawyers request a deposit of about $36 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"employment-law":{forumId:39,initialCategoryId:"6890ce0f77404179a3346abf5b8f5bc6",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"e82959a435564172b4986cdf69ee58c4",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/PA/PaulmoJD/2013-10-10_195858_JAImage.64x64.jpg",expertName:"Law Educator, Esq.",expertTitle:"Attorney",satisfiedCustomers:"14581",experience:"",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Employment Lawyers request a deposit of about $38 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"immigration-law":{forumId:38,initialCategoryId:"a0032e858c1c4688925a0ec316d9694c",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"539f2ade3bc341948766662cc67f1c8e",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/RA/ratioscripta/2012-6-13_2955_foto3.64x64.jpg",expertName:"Ely",expertTitle:"Counselor at Law",satisfiedCustomers:"3625",experience:"",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Immigration Lawyers request a deposit of about $38 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"real-estate-law":{forumId:52,initialCategoryId:"cefca8f2d3724901a6961661f860fa14",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"8139d8d824f141b6906addc3b2df177b",expertAvatarUrl:"https://www.justanswer.com/uploads/IN/insearchoftheanswer/2013-8-16_0233_attorney.64x64.jpg",expertName:"Richard",expertTitle:"Real Estate Professional",satisfiedCustomers:"",experience:"32 years of legal experience, including real estate law",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Real Estate Lawyers request a deposit of about $38 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"traffic-law":{forumId:956,initialCategoryId:"7e48d33a6c654665a3f982329ee2673e",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Traffic Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"539f2ade3bc341948766662cc67f1c8e",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/RA/ratioscripta/2012-6-13_2955_foto3.64x64.jpg",expertName:"Ely",expertTitle:"Attorney",experience:"Private practice",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Traffic Lawyers request a deposit of about $28 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"family-law":{forumId:37,initialCategoryId:"9d66542212de480abec27066bfaf3f1e",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"d305064653de4309b2ff5aec50a909e0",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/lawninvest/2008-05-26_115339_wethepeople.jpg",expertName:"Attorney & Mediator",expertTitle:"Lawyer",satisfiedCustomers:"7520"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Lawyers request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"estate-law":{forumId:73,initialCategoryId:"26ca7f607ea0405d992837facc55ed9a",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"0f4c9ac75de24589a69fac362d9e8ceb",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/MC/mclemorelawyer/2011-9-21_193631_IMGP8718Version2.64x64.jpg",expertName:"Thomas McJD",expertTitle:"Estate Lawyer",experience:"Wills, Trusts, Probate & other Estate Matters",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Lawyers request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"personal-injury-law":{forumId:57,initialCategoryId:"4be0484881294278ab0b312d2f5ae104",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"0a9ba3fce13e40459ca26e5731aac8e7",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/NY/nyclawyer/2012-6-7_22011_photo66139201112041.64x64.jpg",expertName:"Infolawyer",expertTitle:"Personal Injury Lawyer",experience:"Licensed attorney helping individuals and businesses.",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Lawyers request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"uk-law":{forumId:87,initialCategoryId:"cdde8daefe8b4d0f8d0d81697ebf2e48",headingText:"Ask a Solicitor Now",assistantName:"Pearl Wilson",assistantTitle:"Solicitor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"89da6df09d8d4f318bb2e8781ef066fb",expertAvatarUrl:"https://secure.justanswer.com/uploads/BE/benjones/2015-12-1_0437_ennew.64x64.jpg",expertName:"Ben Jones",expertTitle:"Solicitor",satisfiedCustomers:"9072",experience:"",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Solicitors request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Solicitor online now? I can connect you ...",marketingMessageText:"Connect with a solicitor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Solicitor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Solicitor's Assistant."},"criminal-law":{forumId:40,initialCategoryId:"972f21ffd40448c1aff213a41ebe1749",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"539f2ade3bc341948766662cc67f1c8e",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/RA/ratioscripta/2012-6-13_2955_foto3.64x64.jpg",expertName:"Ely",expertTitle:"Criminal Lawyer",experience:"Private practice with focus on family, criminal, PI, consumer protection, and business consultation.",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Lawyers request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"bankruptcy-law":{forumId:83,initialCategoryId:"544ba40df74c4004b2635dcad58c7505",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"eed64a5a2aae4447857534c80d26ec7b",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/TL/tleeders/2012-6-13_204815_TSL1.64x64.jpg",expertName:"Terry L.",expertTitle:"Bankruptcy Lawyer",satisfiedCustomers:"2587"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Lawyers request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},"spanish-law":{forumId:1141,initialCategoryId:"1e812a699d154791bb5052962e273164",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Lawyer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"70dc3731ccda4948a255d9d35ee21381",expertAvatarUrl:"https://www.justanswer.com/uploads/JO/JoseMagadan/2013-6-27_16279_IMG6290copia.64x64.JPG",expertName:"Jose M.",expertTitle:"Spanish Law Attorney",experience:"Over 5 years of legal experience, including Spanish law.",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Lawyers request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with a lawyer",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Lawyer's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Lawyer's Assistant."},vet:{forumId:103,initialCategoryId:"e48b2d65407e46f0a41cb2181a65a3b9",headingText:"Ask a Veterinarian Now",assistantName:"Pearl Wilson",assistantTitle:"Veterinarian's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"0f293c593a8b4c549e05b5ba45840500",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/VE/vetforyou/2012-6-20_33122_PearlPhoto.64x64.jpg",expertName:"Dr. Andy",expertTitle:"Veterinarian",satisfiedCustomers:"",experience:"UC Davis graduate, Interests: Dermatology, Internal Medicine, Pain Management",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Veterinarians request a deposit of about $20 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Veterinarian online now? I can connect you ...",marketingMessageText:"Connect with a veterinarian",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Veterinarian's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Veterinarian's Assistant."},"dog-vet":{forumId:104,initialCategoryId:"f3bf7d0324cc4d48b62c391fe9e9cc48",headingText:"Ask a Dog Vet Now",assistantName:"Pearl Wilson",assistantTitle:"Dog Veterinarian's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"2c9d1d72cdc4408cbf6fe79388c31028",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/RY/rydergar/2012-6-6_192240_IMG0328.64x64.JPG",expertName:"Dr. Gary",expertTitle:"Dog Veterinarian",satisfiedCustomers:"2893",experience:"",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Dog Veterinarians request a deposit of about $19 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Dog Veterinarian online now? I can connect you ...",marketingMessageText:"Connect with a dog veterinarian",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Dog Veterinarian's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Dog Veterinarian's Assistant."},"cat-vet":{forumId:105,initialCategoryId:"8c342ae4694d4634ab7d82f8c00ea532",headingText:"Ask a Cat Vet Now",assistantName:"Pearl Wilson",assistantTitle:"Cat Veterinarian's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"2c9d1d72cdc4408cbf6fe79388c31028",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/RY/rydergar/2012-6-6_192240_IMG0328.64x64.JPG",expertName:"Dr. Gary",expertTitle:"Cat Veterinarian",satisfiedCustomers:"3742",experience:"",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Cat Veterinarians request a deposit of about $22 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Cat Veterinarian online now? I can connect you ...",marketingMessageText:"Connect with a cat veterinarian",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Cat Veterinarian's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Cat Veterinarian's Assistant."},medical:{forumId:107,initialCategoryId:"8568c4cab98247c689d90982b6d84700",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Doctor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"a5492ee9eff34ba3a9bc43984d5358b1",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/DO/Doctor7860/2013-4-2_3633_Picture.JA280x1873.64x64.jpg",expertName:"Dr. Amir",expertTitle:"Doctor",experience:"Master of Internal medicine & Gastroenterology with six years of experience (London). MBBS",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Doctors request a deposit of about $34 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Doctor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Doctor's Assistant."},dermatology:{forumId:117,initialCategoryId:"923a90e8c1b24b5d80d8189b620e10b2",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Dermatologist's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"387ae290d7174875b15697be2a82a71e",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/dermdoc19/2010-09-30_160749_Photo_122807_015.JPG",expertName:"dermdoc19",expertTitle:"Dermatologist",satisfiedCustomers:"",experience:"30 years practice in general and cosmetic dermatology",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Dermatologists request a deposit of about $34 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Dermatologist's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Dermatologist's Assistant."},health:{forumId:5,initialCategoryId:"e0df024bb18849f3b0a44ffbd8b6b0f7",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Doctor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"ab7d782e6b3e470fb3f1728e133a4523",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/FA/FamilyPhysician/2013-8-31_191624_JA550x500Photo.64x64.jpg",expertName:"Family Physician",expertTitle:"Doctor (MD)",satisfiedCustomers:"",experience:"Emergency Medicine and Family Practice for over 26 years",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Health Professionals request a deposit of about $26 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Doctor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Doctor's Assistant."},"mental-health":{forumId:93,initialCategoryId:"d870f9d2ecfe46b486cf0c85ecbe2431",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Doctor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"5ce05cb4e027458aa3292021f44afae5",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/DR/Dr.Keane/2013-8-20_204325_drkeane.64x64.jpg",expertName:"Dr. Keane",expertTitle:"Therapist",satisfiedCustomers:"",experience:"Clinical Psychology PhD, Licensed Professional Counselor experienced in family psychology",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Mental Health Professionals request a deposit of about $26 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Doctor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Doctor's Assistant."},car:{forumId:11,initialCategoryId:"c7847fa20e874eaab6b9c8391d2466e7",headingText:"Ask a Mechanic Now",assistantName:"Pearl Wilson",assistantTitle:"Auto Mechanic's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"a050340b455c4e97ac5230e54ac01b07",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/MU/muddyford/2012-6-13_1204_1.64x64.png",expertName:"Chris (aka- Moose)",expertTitle:"Technician",satisfiedCustomers:"",experience:"16 years experience",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Auto Mechanics request a deposit of about $24 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Mechanic online now? I can connect you ...",marketingMessageText:"Connect with a mechanic",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Auto Mechanic's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Auto Mechanic's Assistant."},"home-improvement":{forumId:10,initialCategoryId:"262bc86475a74a25b66e370a5a86d06b",headingText:"Ask a Contractor Now",assistantName:"Pearl Wilson",assistantTitle:"Contractor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"442ef7ce30df45b4870881b0ab85e75f",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/BS/bshull17/2011-2-11_04125_japic.64x64.JPG",expertName:"Brian",expertTitle:"Contractor",satisfiedCustomers:"",experience:"Licensed Architect- 17 years, L.E.E.D. AP",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Home Improvement Experts request a deposit of about $28 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Contractor online now? I can connect you ...",marketingMessageText:"Connect with a contractor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Contractor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Contractor's Assistant."},appliance:{forumId:51,initialCategoryId:"d15d543ea7d6408b87f326ad2be52309",headingText:"Ask an Appliance Tech",assistantName:"Pearl Wilson",assistantTitle:"Appliance Tech's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"3114fac0d37244f4b0c4d38d1a9e68cc",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/BR/bryanpaul52/2014-3-22_17133_APPLIANCELOGOS500.64x64.jpg",expertName:"Bryan",expertTitle:"Home Appliance Technician",satisfiedCustomers:"",experience:"15 yrs. experience as a certified appliance technician.",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Appliance Technicians request a deposit of about $28 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask an Appliance Tech online now? I can connect you ...",marketingMessageText:"Connect with an appliance tech",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Appliance Tech's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Appliance Tech's Assistant."},computer:{forumId:6,initialCategoryId:"dadf77a8245b490ca3faa5bad774bf5f",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Tech Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"868803e7bb55417baebbe222c242a0ba",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/EN/Engineer1010/2012-6-9_132423_jaj12a.64x64.jpg",expertName:"Andy",expertTitle:"Computer Consultant",satisfiedCustomers:"",experience:"11yr exp, Comp Engg, Internet expert, Web developer, SEO",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Tech Support Specialists request a deposit of about $36 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with a tech expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Tech Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Tech Expert's Assistant."},printers:{forumId:125,initialCategoryId:"bb3cc9faa2d14499a9325c5138018831",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Tech Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"868803e7bb55417baebbe222c242a0ba",expertAvatarUrl:"https://www.justanswer.com/uploads/EN/Engineer1010/2012-6-9_132423_jaj12a.64x64.jpg",expertName:"Andy",expertTitle:"Elec & Comp pro",satisfiedCustomers:"6858",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Tech Support Specialists request a deposit of about $36 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with a tech expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Tech Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Tech Expert's Assistant."},"math-homework":{forumId:8338,initialCategoryId:"b113195997494a58a84064b1d558063c",headingText:"Ask a Math Tutor Now",assistantName:"Pearl Wilson",assistantTitle:"Math Tutor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"c0ace0e2a9a84206a559320bc35896b2",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/ED/educatortech/2012-6-7_1256_williams4.64x64.jpg",expertName:"Mr. Gregory White",expertTitle:"Master's Degree",satisfiedCustomers:"",experience:"M.A., M.S. Education / Educational Administration",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Math Tutors request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Math Tutor online now? I can connect you ...",marketingMessageText:"Connect with a math tutor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Math Tutor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Math Tutor's Assistant."},finance:{forumId:14,initialCategoryId:"c697c4ed9b9d475ca00da432b6b4bb90",headingText:"Ask a Financial Expert",assistantName:"Pearl Wilson",assistantTitle:"Financial Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"2bffd3ea39f040f9883361fb71752d31",expertAvatarUrl:"https://secure.justanswer.com/uploads/RA/rakhi.v/2012-7-3_14374_RakhiVasavadaL.64x64.jpeg",expertName:"Rakhi Vasavada",expertTitle:"Financial Expert",satisfiedCustomers:"",experience:"Law degree with emphasis on finance; over 12 years in financial sector",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Financial Professionals request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Financial Expert online now? I can connect you ...",marketingMessageText:"Connect with a financial professional",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Financial Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Financial Expert's Assistant."},relationship:{forumId:8,initialCategoryId:"de5a0b934ba445a692ef484573ba0835",headingText:"Ask a Counselor Now",assistantName:"Pearl Wilson",assistantTitle:"Counselor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"1f38ee1d17ad4387a3187b28b8faf0fa",expertAvatarUrl:"https://ww2-secure.justanswer.com/uploads/formybunch/2010-12-06_191055_img_0975.jpg",expertName:"Kate McCoy",expertTitle:"Counselor",satisfiedCustomers:"1664"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Counselors request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Counselor online now? I can connect you ...",marketingMessageText:"Connect with a counselor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Counselor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Counselor's Assistant."},"cell-phones":{forumId:218,initialCategoryId:"0284e93caef348f88da4ddd5b6cabdff",headingText:"Ask a Phone Tech Now",assistantName:"Pearl Wilson",assistantTitle:"Phone Tech's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"c22f8c4c4fec4840bba7f8bddcedb525",expertAvatarUrl:"https://www.justanswer.com/uploads/RI/RichieMe/2013-10-21_9435_1891752088969658025993880564n.64x64.jpg",expertName:"Richard",expertTitle:"Phone Tech",satisfiedCustomers:"3685"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Cell Phone Technicians request a deposit of about $42 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Phone Tech online now? I can connect you ...",marketingMessageText:"Connect with a phone tech",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Phone Tech's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Phone Tech's Assistant."},"home-improvement-electrical":{forumId:64,initialCategoryId:"245821ba20514680a7c226b700f6304b",headingText:"Ask a Contractor Now",assistantName:"Pearl Wilson",assistantTitle:"Home Improvement Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"364f81cf6aac4a8eaf42db29154809d1",expertAvatarUrl:"https://www.justanswer.com/uploads/UR/urelectrician/2012-9-28_223652_JustAnswerPic.64x64.jpg",expertName:"Kevin",expertTitle:"Licensed Electrical Contractor",satisfiedCustomers:"3,862"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Electricians request a deposit of about 16$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Home Improvement Expert online now? I can connect you ...",marketingMessageText:"Connect with a home improvement expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Home Improvement Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Home Improvement Expert's Assistant."},"pet-reptile":{forumId:66,initialCategoryId:"ce81be08afcd413392d7caaa82c77856",headingText:"Ask a Veterinarian Now",assistantName:"Pearl Wilson",assistantTitle:"Veterinarian's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"25d807a8aec54c2ebd1398e99c67055c",expertAvatarUrl:"https://www.justanswer.com/uploads/MS/MsAM/2012-6-9_16426_anna.64x64.jpeg",expertName:"Anna",expertTitle:"Reptile Expert",satisfiedCustomers:"10,034"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Reptile Experts request a deposit of about 18$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Veterinarian online now? I can connect you ...",marketingMessageText:"Connect with a veterinarian",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Veterinarian's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Veterinarian's Assistant."},"pet-bird":{forumId:65,initialCategoryId:"ea8a7cd722644051b9c2389abac5f19d",headingText:"Ask a Veterinarian Now",assistantName:"Pearl Wilson",assistantTitle:"Veterinarian's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"e3845dafd03e4341b020a7dc07c0ff40",expertAvatarUrl:"https://www.justanswer.com/uploads/HE/hearetaker/2016-4-5_5519_ug.64x64.jpg",expertName:"August",expertTitle:"Certified Avian Specialist",satisfiedCustomers:"6,053"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Bird Specialists request a deposit of about 36$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Veterinarian online now? I can connect you ...",marketingMessageText:"Connect with a veterinarian",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Veterinarian's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Veterinarian's Assistant."},"home-improvement-plumbing":{forumId:77,initialCategoryId:"8eb91318df8e425db461d8cf024bf41e",headingText:"Ask a Contractor Now",assistantName:"Pearl Wilson",assistantTitle:"Home Improvement Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"ffce140c6c8b40ca96836c51de255834",expertAvatarUrl:"https://www.justanswer.com/uploads/VE/Veillplumb/2011-8-31_155028_IMG1104.64x64.JPG",expertName:"Marc",expertTitle:"Plumber",satisfiedCustomers:"1,590"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Plumbers request a deposit of about 32$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Home Improvement Expert online now? I can connect you ...",marketingMessageText:"Connect with a home improvement expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Home Improvement Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Home Improvement Expert's Assistant."},"medical-dental":{forumId:30,initialCategoryId:"8f393887064449e1aafdb74b45ed1dfc",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Doctor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"92183398e46b45a287d5ec1133a393f7",expertAvatarUrl:"https://www.justanswer.com/uploads/HO/hoteego1/H.64x64.jpg",expertName:"Dr. Katz",expertTitle:"Dentist",satisfiedCustomers:"3,655"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Dentists request a deposit of about 22$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Doctor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Doctor's Assistant."},"consumer-electronics-tv":{forumId:63,initialCategoryId:"c2ffcafbd939401d976106081cb8e945",headingText:"Ask a Technician Now",assistantName:"Pearl Wilson",assistantTitle:"Electronics Technician's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"c22f8c4c4fec4840bba7f8bddcedb525",expertAvatarUrl:"https://www.justanswer.com/uploads/RI/RichieMe/2013-10-21_9435_1891752088969658025993880564n.64x64.jpg",expertName:"Richard",expertTitle:"TV Specialist",satisfiedCustomers:"4,742"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. TV Technicians request a deposit of about 28$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Electronics Technician online now? I can connect you ...",marketingMessageText:"Connect with a electronics technician",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Electronics Technician's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Electronics Technician's Assistant."},"home-improvement-hvac":{forumId:95,initialCategoryId:"2be9c961bc474e0db06d07fcd286e233",headingText:"Ask a Contractor Now",assistantName:"Pearl Wilson",assistantTitle:"Home Improvement Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"d5b33dbf2b5b4abd97de9ac9dd714797",expertAvatarUrl:"https://www.justanswer.com/uploads/AL/alumalite/2012-5-10_234018_shutterstock506249951forJA500.64x64.jpg",expertName:"Phil",expertTitle:"HVAC Contractor",satisfiedCustomers:"8,909"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. HVAC Technicians request a deposit of about 28$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Home Improvement Expert online now? I can connect you ...",marketingMessageText:"Connect with a home improvement expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Home Improvement Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Home Improvement Expert's Assistant."},homework:{forumId:13,initialCategoryId:"2ee797016d6f463ba877ba4d7faa0f5f",headingText:"Ask a Tutor Now",assistantName:"Pearl Wilson",assistantTitle:"Tutor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"07a5005969e74225a51ca326dbfe9527",expertAvatarUrl:"https://www.justanswer.com/uploads/SP/spherrod/2012-6-6_174244_1000852.64x64.JPG",expertName:"Steve Harrod",expertTitle:"Engineer",satisfiedCustomers:"685"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Tutors request a deposit of about 60$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Tutor online now? I can connect you ...",marketingMessageText:"Connect with a tutor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Tutor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Tutor's Assistant."},firearms:{forumId:474,initialCategoryId:"a485f80c6ea14d22b9ab345fe7c20f82",headingText:"Ask a Consultant Now",assistantName:"Pearl Wilson",assistantTitle:"Consultant's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"25126a2185ce4a1899ffbcfd17518661",expertAvatarUrl:"https://www.justanswer.com/uploads/TR/Tritac1911/2014-1-23_21121_WP20140123011.64x64.jpg",expertName:"Jon",expertTitle:"Firearms Consultant",satisfiedCustomers:"978"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Firearms Experts request a deposit of about 34$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Consultant online now? I can connect you ...",marketingMessageText:"Connect with a consultant",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Consultant's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Consultant's Assistant."},"mechanics-rv":{forumId:34,initialCategoryId:"83248ed3ffbf40dab22eab8411fdbab5",headingText:"Ask a Mechanic Now",assistantName:"Pearl Wilson",assistantTitle:"Auto Mechanic's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"285cc2e12e0b4494878a7ffe48faeddc",expertAvatarUrl:"https://www.justanswer.com/uploads/gmplus72/2008-12-9_2615_just_answer.jpg",expertName:"Robert",expertTitle:"RV Mechanic",satisfiedCustomers:"13,497"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. RV Mechanics request a deposit of about 29$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask an Auto Mechanic online now? I can connect you ...",marketingMessageText:"Connect with an auto mechanic",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Auto Mechanic's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Auto Mechanic's Assistant."},"mechanics-boat":{forumId:56,initialCategoryId:"0aa858174dbc421eb784aad8230e3e38",headingText:"Ask a Mechanic Now",assistantName:"Pearl Wilson",assistantTitle:"Marine Mechanic's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"9d644b6e7fbe434a84efc704bab812f5",expertAvatarUrl:"https://www.justanswer.com/uploads/OL/oldnewenglandmarine/2012-9-8_15014_icon.64x64.jpg",expertName:"Jason",expertTitle:"Marine Mechanic",satisfiedCustomers:"16,331"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Marine Mechanics request a deposit of about 26$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Marine Mechanic online now? I can connect you ...",marketingMessageText:"Connect with a marine mechanic",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Marine Mechanic's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Marine Mechanic's Assistant."},"medical-eye":{forumId:116,initialCategoryId:"317e075594d544f297f7921b2a77f964",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Doctor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"310f31ccc17c42559df7ad9784f02b83",expertAvatarUrl:"https://www.justanswer.com/uploads/WI/wieyedoc/2013-10-25_0457_new.64x64.jpg",expertName:"Dr. Rick",expertTitle:"Retina Specialist",satisfiedCustomers:"6,712"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Eye Doctors request a deposit of about 28$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Doctor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Doctor's Assistant."},motorcycle:{forumId:11,initialCategoryId:"60f48c7c07374c83b4754401feb06d74",headingText:"Ask a Mechanic Now",assistantName:"Pearl Wilson",assistantTitle:"Auto Mechanic's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"b03460704f3a48cbb165105f00ea33d8",expertAvatarUrl:"https://www.justanswer.com/uploads/PE/peterpete/2017-9-6_13441_.64x64.jpg",expertName:"Pete",expertTitle:"Technician",satisfiedCustomers:"26,418"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Motorcycle Mechanics request a deposit of about 24$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask an Auto Mechanic online now? I can connect you ...",marketingMessageText:"Connect with an auto mechanic",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Auto Mechanic's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Auto Mechanic's Assistant."},"medium-heavy-truck":{forumId:11,initialCategoryId:"007c9a811e1d481c89f189f369cf724e",headingText:"Ask a Mechanic Now",assistantName:"Pearl Wilson",assistantTitle:"Auto Mechanic's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"b03460704f3a48cbb165105f00ea33d8",expertAvatarUrl:"https://www.justanswer.com/uploads/PE/peterpete/2017-9-6_13441_.64x64.jpg",expertName:"Pete",expertTitle:"Technician",satisfiedCustomers:"26,418"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Technicians request a deposit of about 24$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask an Auto Mechanic online now? I can connect you ...",marketingMessageText:"Connect with an auto mechanic",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Auto Mechanic's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Auto Mechanic's Assistant."},"home-improvement-landscaping":{forumId:null,initialCategoryId:"7aba0b8793654bba84bc53270b26fbe8",headingText:"Ask a Landscaper Now",assistantName:"Pearl Wilson",assistantTitle:"Landscaper's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"d454bd118d0e4c339c076ba951a47cab",expertAvatarUrl:"https://www.justanswer.com/uploads/QM/9qmpg2sg-/jacustomer-9qmpg2sg-_avatar.64x64.jpg",expertName:"Daniel Stover",expertTitle:"Landscaper",experience:"Golf Course Superintendent at Deering Bay Yacht and Country Club",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Landscapers request a deposit of about 48$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Home Improvement Expert online now? I can connect you ...",marketingMessageText:"Connect with a home improvement expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Home Improvement Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Home Improvement Expert's Assistant."},"medical-nutrition":{forumId:null,initialCategoryId:"d68f314183a544fea6ebd8942bca6956",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Doctor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"26df5e2a9839415099e754296496123b",expertAvatarUrl:"https://www.justanswer.com/uploads/VA/VANP/2012-6-6_235535_Skye2.64x64.jpg",expertName:"A. Schuyler",expertTitle:"Nurse Practitioner",satisfiedCustomers:"16,360"},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Health Professionals request a deposit of about 22$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Doctor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Doctor's Assistant."},"job-career":{forumId:17,initialCategoryId:"f4b8017a3e184eedaf65cc5ac5271720",headingText:"Ask an Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"4634e32d52454fc281eb84d0346a4d22",expertAvatarUrl:"https://www.justanswer.com/uploads/ER/49erLBSU/2013-8-19_175446_michael.64x64.jpg",expertName:"Michael",expertTitle:"Employment Services",satisfiedCustomers:"3,373 "},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Career Counselors request a deposit of about 38$ for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Expert online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},email:{forumId:7066,initialCategoryId:"f3503e45f39b41268e88fdda951d60e8",headingText:"Ask a Technician Now",assistantName:"Pearl Wilson",assistantTitle:"Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"eac35ac9b7494fb0a3e53ca14eefe56c",expertAvatarUrl:"https://www.justanswer.com/uploads/JE/jessmagz/2012-6-6_18129_jm.64x64.jpg",expertName:"Jess M.",expertTitle:"Bachelor's Degree",satisfiedCustomers:"2,278"},greeting:"Want to ask a Technician online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},appraisals:{forumId:5950,initialCategoryId:"7c53321238d84110ad4fe3ce325ef202",headingText:"Ask an Appraiser now",assistantName:"Pearl Wilson",assistantTitle:"Appraiser's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"28eb635e87d54ddb8bce6b0ae4211128",expertAvatarUrl:"https://www.justanswer.com/uploads/RA/rarewares/2017-9-22_162132_o.200x200.jpg",expertName:"Rarewares",expertTitle:"Antiques and Collectibles Researcher",satisfiedCustomers:"11,895"},greeting:"Want to ask an Appraiser online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},apple:{forumId:84,initialCategoryId:"5f4b122e375c41aea2d88ac7c5ec699f",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Mac Technician's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"c22f8c4c4fec4840bba7f8bddcedb525",expertAvatarUrl:"https://www.justanswer.com/uploads/RI/RichieMe/2013-10-21_9435_1891752088969658025993880564n.200x200.jpg",expertName:"Richard",expertTitle:"Apple Software Engineer",satisfiedCustomers:"13,190"},greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},"social-security":{forumId:3511,initialCategoryId:"01446bbfaff64568b35b083cbf74fd30",headingText:"Ask a Lawyer Now",assistantName:"Pearl Wilson",assistantTitle:"Retirement Accountant's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"b88fdf9733024056abc0f64b88777eba",expertAvatarUrl:"https://www.justanswer.com/uploads/so/sojlaw/2013-8-22_1456_ResizedEDZII.200x200.jpg",expertName:"Stephanie O Joy",expertTitle:"Esq, Soc. Sec. Attorney",satisfiedCustomers:"3,257"},greeting:"Want to ask a Lawyer online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},electronics:{forumId:50,initialCategoryId:"5b32e024df944d7bb2181ae3431b4484",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Technician's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"ce5c54ec5cee4ffdae8b4de4d6bb8a0c",expertAvatarUrl:"https://www.justanswer.com/uploads/LO/LongTermTech/SMILE4LARGE500by500.200x200.GIF",expertName:"Russell H.",expertTitle:"Service Tech",satisfiedCustomers:"7,908"},greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},"e-reader":{forumId:986,initialCategoryId:"e2ba626efcc44328808d8d2c076af8e3",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"E-Reader Specialist's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"5e55f616b35a4ccea924b529d1fdecd1",expertAvatarUrl:"https://www.justanswer.com/uploads/SI/simitpatel/2013-8-22_6857_simit.200x200.jpg",expertName:"Simit",expertTitle:"Engineer",satisfiedCustomers:"3,715"},greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},"media-player":{forumId:985,initialCategoryId:"094f7ef4b9fd4ec48c1a9592ea5ce6d1",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Video Technician's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"6a2ec8eb5ef24aeb888cc762f714993e",expertAvatarUrl:"https://www.justanswer.com/uploads/PL/pllinate/2017-4-23_64646_np.200x200.jpg",expertName:"Nathan",expertTitle:"Installer",satisfiedCustomers:"21,328"},greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},"microsoft-office":{forumId:7067,initialCategoryId:"0b5d641beffa4173b9e7a2a5676a32ee",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Microsoft Office Technician's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"eac35ac9b7494fb0a3e53ca14eefe56c",expertAvatarUrl:"https://www.justanswer.com/uploads/JE/jessmagz/2012-6-6_18129_jm.64x64.jpg",expertName:"Jess M.",expertTitle:"Computer Support Specialist",satisfiedCustomers:"801"},greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},"farm-equipment":{forumId:8820,initialCategoryId:"17d96c7599ed45898fafce999ecbff49",headingText:"Ask a Mechanic Now",assistantName:"Pearl Wilson",assistantTitle:"Heavy Equipment Mechanic's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"0ebb9888cb284b818b459a0301ee9dd7",expertAvatarUrl:"https://www.justanswer.com/uploads/KO/koboma/2012-6-6_20917_DSCF1022.200x200.JPG",expertName:"Curtis B.",expertTitle:"service manager",satisfiedCustomers:"3,264"},greeting:"Want to ask a Mechanic online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},laptop:{forumId:7063,initialCategoryId:"9216a9eb8d0f44dfae49bb2bb934510b",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Laptop Technician's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"6920f06244b0492ebb3e0f76588382fd",expertAvatarUrl:"https://www.justanswer.com/uploads/SH/Shefin/2012-6-6_17328_1.200x200.jpg",expertName:"Shefin",expertTitle:"Computer Support Specialist",satisfiedCustomers:"1,495"},greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."},programming:{forumId:53,initialCategoryId:"dd088b8d9579427d81d3fe05adcf24e6",headingText:"Ask an Programmer Now",assistantName:"Pearl Wilson",assistantTitle:"Programmer's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"e89a47681e0b4eba83eee8ed6ccec446",expertAvatarUrl:"https://www.justanswer.com/uploads/so/softwarepapa/2011-4-20_225131_ingo2.200x200.jpg",expertName:"Ingo U",expertTitle:"Software Engineer",satisfiedCustomers:"508"},greeting:"Want to ask a Programmer online now? I can connect you ...",marketingMessageText:"Connect with an expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Expert's Assistant."}},UK:{legal:{forumId:12175,initialCategoryId:"9c8484eb212e4e5a86ea9c59071d74d1",headingText:"Ask a Solicitor Now",assistantName:"Pearl Wilson",assistantTitle:"Solicitor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"a6cddf03f40146069bc32e2bb6a5148f",expertAvatarUrl:"https://www.justanswer.com/uploads/BE/benjones/2015-12-1_0437_ennew.64x64.jpg",expertName:"Ben Jones",expertTitle:"UK Solicitor",satisfiedCustomers:"",experience:"Qualified Solicitor in UK Law with Seven Years of Experience",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Solicitors request a deposit of about £36 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Solicitor online now? I can connect you ...",marketingMessageText:"Connect with a solicitor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Solicitor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Solicitor's Assistant."},medical:{forumId:12247,initialCategoryId:"eb56d576e96040069f477322a347a067",headingText:"Ask a Doctor Now",assistantName:"Pearl Wilson",assistantTitle:"Doctor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"aadad43ee75649a5867c80bcbd2a09ce",expertAvatarUrl:"https://www.justanswer.com/uploads/Do/Doctor7860/2013-4-2_3633_Picture.JA280x1873.64x64.jpg",expertName:"Dr. Amir",expertTitle:"Doctor",satisfiedCustomers:"",experience:"Master of Internal Medicine & Gastroenterology with Eight Years of Experience (London) MBBS",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Doctors request a deposit of about £34 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Doctor online now? I can connect you ...",marketingMessageText:"Connect with a doctor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Doctor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Doctor's Assistant."},vet:{forumId:12262,initialCategoryId:"439b9fc114914f2794815343b699be54",headingText:"Ask a Veterinarian Now",assistantName:"Pearl Wilson",assistantTitle:"Veterinarian's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"85eb7325ebdd445c98904ec1d24978e1",expertAvatarUrl:"https://www.justanswer.co.uk/uploads/VE/VetAnswers/2013-4-5_8257_prof10.64x64.jpg",expertName:"Dr. Scott Nimmo",expertTitle:"Veterinarian",satisfiedCustomers:"",experience:"Royal College of Veterinary Surgeons with Nine Years of Experience (BVMS)",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Veterinarians request a deposit of about £20 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Veterinarian online now? I can connect you ...",marketingMessageText:"Connect with a veterinarian",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Veterinarian's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Veterinarian's Assistant."},car:{forumId:12203,initialCategoryId:"d6165649139f4dfaafa3bc19007ba569",headingText:"Ask a Mechanic Now",assistantName:"Pearl Wilson",assistantTitle:"Auto Mechanic's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"0d62b67e42954f88ac2fd57ee6332238",expertAvatarUrl:"https://ww2.justanswer.co.uk/uploads/IN/indytech/2013-8-8_102717_SantoDomingo146598x6402.64x64.jpg",expertName:"Greg",expertTitle:"Technician",satisfiedCustomers:"",experience:"Automotive diagnostic tech",showMoreLink:!1},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Auto Mechanics request a deposit of about £24 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Mechanic online now? I can connect you ...",marketingMessageText:"Connect with a mechanic",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Auto Mechanic's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Auto Mechanic's Assistant."},"home-improvement":{forumId:12292,initialCategoryId:"ff0c1187046c41999292833be3cfc69d",headingText:"Ask a Contractor Now",assistantName:"Pearl Wilson",assistantTitle:"Contractor's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"a55bd612cb27406aa1cd605522ce2d94",expertAvatarUrl:"https://www.justanswer.co.uk/uploads/PL/Plumberpro/2014-6-23_6520_image.64x64.jpg",expertName:"Plumberpro",expertTitle:"Plumber",satisfiedCustomers:"",experience:"Fully qualified plumbing, heating and gas engineer 20 years experience",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Home Improvement Experts request a deposit of about £28 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Contractor online now? I can connect you ...",marketingMessageText:"Connect with a contractor",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Contractor's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Contractor's Assistant."},computer:{forumId:12299,initialCategoryId:"ab7a6d17831b4f43861c4171ccca7077",headingText:"Ask a Tech Expert Now",assistantName:"Pearl Wilson",assistantTitle:"Tech Expert's Assistant",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Pearl Wilson is typing...",expertProfile:{id:"486beb6283ce46b297a9a873a5ab4f1f",expertAvatarUrl:"https://www.justanswer.co.uk/uploads/JA/JACUSTOMERf8udkdxk/2013-8-3_15150_323738101505074393259301621172992o.64x64.jpg",expertName:"Kamil Anwar",expertTitle:"Computer Support Specialist",satisfiedCustomers:"",experience:"8+ Years of Experience. / CCNA (S), CCNA (W), CCNA (RS), MCTS, MBCs.",showMoreLink:!0},messages:["Hi, what is your name? And what is your issue regarding?","Thanks. Can you give me any more details about your issue?","OK. Tech Support Specialists request a deposit of about £36 for your type of question (you only pay if satisfied). Now I'll take you to a page to place a secure deposit with JustAnswer, then we'll finish helping you."],greeting:"Want to ask a Tech Expert online now? I can connect you ...",marketingMessageText:"Connect with a tech expert",connectionRetryMessageHeader:"Oops! Something went wrong.",connectionRetryMessageBody:"We are reconnecting you with the Tech Expert's Assistant. Just a moment.",connectionFailureMessageHeader:"An error has occurred.",connectionFailureMessageBody:"Please refresh the page to chat 1:1 with the Tech Expert's Assistant."}},DE:{legal:{forumId:127,initialCategoryId:"af6f8c6c2fd641c4834a001979a84e02",headingText:"Fragen Sie jetzt Anwalt",assistantName:"Petra Wilson",assistantTitle:"Assistentin des Anwaltes",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Petra Wilson tippt...",expertProfile:{id:"fc123e1adcaf42e1bb1197822f96c9d1",expertAvatarUrl:"https://ww2.justanswer.de/uploads/CH/chiessl/2015-7-17_7493_resizedimage.64x64.jpg",expertName:"RASchiessl",expertTitle:"Rechtsanwalt",satisfiedCustomers:"24211",satisfiedCustomersLabel:"Zufriedene Kunden",experience:"",showMoreLink:!1},messages:["Hallo. Danke, daß Sie bei JustAnswer nach Antworten suchen. Wie kann ich Ihnen helfen?","Vielen Dank. Können Sie mir noch ein paar weitere Informationen geben, damit ich den passenden Experten für Sie finden kann?","OK. Vielen Dank. Bitte geben sie auf der nächsten Seite Ihre Zahlungsinformationen ein, damit ich Sie mit einem Experten verbinden kann. Keine Sorge, alle Ihre Angaben werden sicher aufbewahrt."],greeting:"Möchten Sie jetzt einen Anwalt online fragen? Ich verbinde Sie ...",marketingMessageText:"Mit einem Anwalt sprechen",connectionRetryMessageHeader:"Oops! Etwas ist schiefgelaufen.",connectionRetryMessageBody:"Einen Augenblick. Wir verbinden Sie mit der Assistentin des Anwaltes.",connectionFailureMessageHeader:"Ein Fehler ist aufgetreten.",connectionFailureMessageBody:"Bitte laden Sie die Seite neu um mit der Assistentin des Anwaltes zu sprechen."},medical:{forumId:135,initialCategoryId:"ab51f0cb001c49809ceeb17cbf43274f",headingText:"Fragen Sie jetzt Arzt",assistantName:"Petra Wilson",assistantTitle:"Assistentin des Arztes",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Petra Wilson tippt...",expertProfile:{id:"2a37b3faf79d4df48ead5afa1ee5ae63",expertAvatarUrl:"https://www.justanswer.de/uploads/EX/experte123/2013-2-15_233445_Screenshot2013021109h29m07s.64x64.png",expertName:"Dr. Hamann",expertTitle:"Dr. med.",satisfiedCustomers:"",experience:"Fachärztin Allgemein und Innere Medizin",showMoreLink:!0},messages:["Hallo. Danke, daß Sie bei JustAnswer nach Antworten suchen. Wie kann ich Ihnen helfen?","Vielen Dank. Können Sie mir noch ein paar weitere Informationen geben, damit ich den passenden Experten für Sie finden kann?","OK. Vielen Dank. Bitte geben sie auf der nächsten Seite Ihre Zahlungsinformationen ein, damit ich Sie mit einem Experten verbinden kann. Keine Sorge, alle Ihre Angaben werden sicher aufbewahrt."],greeting:"Möchten Sie jetzt einen Arzt online fragen? Ich verbinde Sie ...",marketingMessageText:"Mit einem Arzt sprechen",connectionRetryMessageHeader:"Oops! Etwas ist schiefgelaufen.",connectionRetryMessageBody:"Einen Augenblick. Wir verbinden Sie mit der Assistentin des Arztes.",connectionFailureMessageHeader:"Ein Fehler ist aufgetreten.",connectionFailureMessageBody:"Bitte laden Sie die Seite neu um mit der Assistentin des Arztes zu sprechen."},vet:{forumId:136,initialCategoryId:"1a7d5ca15e5046f9822530afcc20dbf1",headingText:"Fragen Sie jetzt Tierarzt",assistantName:"Petra Wilson",assistantTitle:"Assistentin des Tierarztes",avatar:"https://www.justanswer.com/fe-lib/components/th-chat-message/images/pearl_30x30.jpg",isTypingText:"Petra Wilson tippt...",expertProfile:{id:"a149694507b74a8692c0b47efd73a517",expertAvatarUrl:"https://www.justanswer.de/uploads/SI/sierraplenty/2011-4-17_142058_iselfotos1.08013.64x64.jpg",expertName:"Dr.M.Wörner-Lange",expertTitle:"Tierärztin,Dr.",satisfiedCustomers:"",experience:"eigene Tierarztpraxis ü. 20 Jahre / Praxis f. Verhaltenstherapie",showMoreLink:!0},messages:["Hallo. Danke, daß Sie bei JustAnswer nach Antworten suchen. Wie kann ich Ihnen helfen?","Vielen Dank. Können Sie mir noch ein paar weitere Informationen geben, damit ich den passenden Experten für Sie finden kann?","OK. Vielen Dank. Bitte geben sie auf der nächsten Seite Ihre Zahlungsinformationen ein, damit ich Sie mit einem Experten verbinden kann. Keine Sorge, alle Ihre Angaben werden sicher aufbewahrt."],greeting:"Möchten Sie jetzt einen Tierarzt online fragen? Ich verbinde Sie ...",marketingMessageText:"Mit einem Tierarzt sprechen",connectionRetryMessageHeader:"Oops! Etwas ist schiefgelaufen.",connectionRetryMessageBody:"Einen Augenblick. Wir verbinden Sie mit der Assistentin des Tierarztes.",connectionFailureMessageHeader:"Ein Fehler ist aufgetreten.",connectionFailureMessageBody:"Bitte laden Sie die Seite neu um mit der Assistentin des Tierarztes zu sprechen."}},ES:{legal:{forumId:815,initialCategoryId:"5cd9760351a848fdad6a93c35a25f1d3",headingText:"Pregunte a un Abogado",assistantName:"Laura Martínez",assistantTitle:"Asistente del Abogado",avatar:"https://ww2.justanswer.com/static/gadget-editor/img/pearl-es_30x30.jpg",isTypingText:"Laura Martínez está escribiendo...",expertProfile:{id:"0b8b84dec5e748d58d9f76330d814800",expertAvatarUrl:"https://www.justanswer.es/uploads/ED/eduardolm/2011-9-12_172832_Recorte.64x64.jpg",expertName:"eduardolm",expertTitle:"Licenciatura",satisfiedCustomers:"",experience:"Licenciado en Derecho por la UDC.Diploma en Escuela de Práctica Jurídica por A Coruña.",showMoreLink:!0},messages:["Hola, Gracias por utilizar JustAnswer. ¿En qué puedo ayudarle?","Entiendo.¿Podría darme más información? Por ejemplo, ¿Qué ha intentando hasta ahora para solucionarlo?","Ok. Muchas gracias. Entiendo todo lo que me ha indicado. Si le parece bien, le voy a redirigir ahora a la siguiente página donde se le conectará con un Experto y donde podrá introducir la información de pago. No se preocupe, que todo lo que ya hemos hablado estará disponible para el Experto y así podrá responder a su pregunta de la forma más eficiente posible. Muchas gracias."],greeting:"¿Desea preguntar a un Abogado online ahora? Puedo conectarle ...",marketingMessageText:"Conectarse con un Abogado",connectionRetryMessageHeader:"¡Vaya! Se ha producido un error.",connectionRetryMessageBody:"Estamos conectándole con el Asistente del Abogado. Espere un momento.",connectionFailureMessageHeader:"Se ha producido un error.",connectionFailureMessageBody:"Actualice la página para hablar con el Asistente del Abogado."},medical:{forumId:817,initialCategoryId:"198bf86925614cc3aa85e0e289031608",headingText:"Pregunte a un Médico",assistantName:"Laura Martínez",assistantTitle:"Asistente del Médico",avatar:"https://ww2.justanswer.com/static/gadget-editor/img/pearl-es_30x30.jpg",isTypingText:"Laura Martínez está escribiendo...",expertProfile:{id:"04bc7591a97941a18b49516e5082d812",expertAvatarUrl:"https://www.justanswer.es/uploads/IS/ismaelmd/2011-4-27_175820_lafoto.64x64.JPG",expertName:"Dr. Maldonado",expertTitle:"Médico",satisfiedCustomers:"",experience:"Especialista en medicina familiar. Mas de 12 años de experiencia.",showMoreLink:!0},messages:["Hola, Gracias por utilizar JustAnswer. ¿En qué puedo ayudarle?","Entiendo.¿Podría darme más información? Por ejemplo, ¿Qué ha intentando hasta ahora para solucionarlo?","Ok. Muchas gracias. Entiendo todo lo que me ha indicado. Si le parece bien, le voy a redirigir ahora a la siguiente página donde se le conectará con un Experto y donde podrá introducir la información de pago. No se preocupe, que todo lo que ya hemos hablado estará disponible para el Experto y así podrá responder a su pregunta de la forma más eficiente posible. Muchas gracias."],greeting:"¿Desea preguntar a un Médico online ahora? Puedo conectarle ...",marketingMessageText:"Conectarse con un Médico",connectionRetryMessageHeader:"¡Vaya! Se ha producido un error.",connectionRetryMessageBody:"Estamos conectándole con el Asistente del Médico. Espere un momento.",connectionFailureMessageHeader:"Se ha producido un error.",connectionFailureMessageBody:"Actualice la página para hablar con el Asistente del Médico."},vet:{forumId:2187,initialCategoryId:"e789e01867004cdf9e4b4cbbc163f276",headingText:"Pregunte al Veterinario",assistantName:"Laura Martínez",assistantTitle:"Asistente del Veterinario",avatar:"https://ww2.justanswer.com/static/gadget-editor/img/pearl-es_30x30.jpg",isTypingText:"Laura Martínez está escribiendo...",expertProfile:{id:"8d695dabc5144b11a94e9eb543bd23f7",expertAvatarUrl:"https://www.justanswer.es/uploads/FE/felipevet/2011-6-23_1343_yop.64x64.jpg",expertName:"felipevet",expertTitle:"Licenciatura",satisfiedCustomers:"",experience:"Médico Veterinario Licenciado en Medicina Veterinaria. Bachiller en Ciencias Animales.",showMoreLink:!0},messages:["Hola, Gracias por utilizar JustAnswer. ¿En qué puedo ayudarle?","Entiendo.¿Podría darme más información? Por ejemplo, ¿Qué ha intentando hasta ahora para solucionarlo?","Ok. Muchas gracias. Entiendo todo lo que me ha indicado. Si le parece bien, le voy a redirigir ahora a la siguiente página donde se le conectará con un Experto y donde podrá introducir la información de pago. No se preocupe, que todo lo que ya hemos hablado estará disponible para el Experto y así podrá responder a su pregunta de la forma más eficiente posible. Muchas gracias."],greeting:"¿Desea preguntar a un Veterinario online ahora? Puedo conectarle ...",marketingMessageText:"Conectarse con un Veterinario",connectionRetryMessageHeader:"¡Vaya! Se ha producido un error.",connectionRetryMessageBody:"Estamos conectándole con el Asistente del Veterinario. Espere un momento.",connectionFailureMessageHeader:"Se ha producido un error.",connectionFailureMessageBody:"Actualice la página para hablar con el Asistente del Veterinario."}},JP:{legal:{forumId:5164,initialCategoryId:"0176464d699e48b5946c6c15b1d8b438",headingText:"今すぐ弁護士に質問",assistantName:"大村真珠",assistantTitle:"弁護士アシスタント",avatar:"https://ww2.justanswer.com/static/gadget-editor/img/pearl-jp_30x30.jpg",isTypingText:"大村真珠が入力中...",expertProfile:{id:"",expertAvatarUrl:"https://ww2.justanswer.jp/uploads/SU/supertonton/2011-9-7_64453_nakano.64x64.jpg",expertName:"supertonton",expertTitle:"行政書士",satisfiedCustomers:"",experience:"中央大学卒平成１４年行政書士登録離婚・相続等の法務手続の専門家.",showMoreLink:!0},messages:["弊社サイトへのご来訪ありがとうございます。どのような悩みでお困りですか？","ありがとうございます。お客様の悩みについてもう少し詳しくご説明いただけますか？","かしこまりました。最後に、サイトでは専門家と個別に一対一でやり取りをしていただけます。次のページでお支払い方法をご入力いただきましたら専門家におつなぎいたします。こちらにご入力の内容は確実に専門家に連絡をさせていただいておりますので、もう一度専門家にご説明をいただく必要はございません。"],greeting:"弁護士に今すぐオンラインで質問をご希望ですか？私がお客様をおつなぎ ...",marketingMessageText:"弁護士とやり取り",connectionRetryMessageHeader:"申し訳ございませんがエラーが発生しました。",connectionRetryMessageBody:"弁護士アシスタントにもう一度おつなぎしています。少々お待ちください。",connectionFailureMessageHeader:"エラーが発生しました。",connectionFailureMessageBody:"弁護士アシスタントと一対一でチャットしていただくには、お手数ですがこのページを更新してください。"},medical:{forumId:5204,initialCategoryId:"89f3782185e44d88a71d33831669ae3e",headingText:"今すぐ医師に相談",assistantName:"大村真珠",assistantTitle:"医師アシスタント",avatar:"https://ww2.justanswer.com/static/gadget-editor/img/pearl-jp_30x30.jpg",isTypingText:"大村真珠が入力中....",expertProfile:{id:"",expertAvatarUrl:"https://www.justanswer.jp/uploads/DR/DrGATO/2012-9-30_33757_IMG0715.64x64.JPG",expertName:"Dr_GATO",expertTitle:"医師、医学博士",satisfiedCustomers:"2642",satisfiedCustomersLabel:"満足した利用者",experience:"",showMoreLink:!1},messages:["弊社サイトへのご来訪ありがとうございます。どのような悩みでお困りですか？","ありがとうございます。お客様の悩みについてもう少し詳しくご説明いただけますか？","かしこまりました。最後に、サイトでは専門家と個別に一対一でやり取りをしていただけます。次のページでお支払い方法をご入力いただきましたら専門家におつなぎいたします。こちらにご入力の内容は確実に専門家に連絡をさせていただいておりますので、もう一度専門家にご説明をいただく必要はございません。"],greeting:"医師に今すぐオンラインで質問をご希望ですか？私がお客様をおつなぎ ...",marketingMessageText:"医師とやり取り",connectionRetryMessageHeader:"申し訳ございませんがエラーが発生しました。",connectionRetryMessageBody:"医師アシスタントにもう一度おつなぎしています。少々お待ちください。",connectionFailureMessageHeader:"エラーが発生しました。",connectionFailureMessageBody:"医師アシスタントと一対一でチャットしていただくには、お手数ですがこのページを更新してください。"},vet:{forumId:5221,initialCategoryId:"6cd20af1ad294776924c8bedb71dae0d",headingText:"今すぐ獣医に相談",assistantName:"大村真珠",assistantTitle:"ペットの獣医アシスタント",avatar:"https://ww2.justanswer.com/static/gadget-editor/img/pearl-jp_30x30.jpg",isTypingText:"大村真珠が入力中...",expertProfile:{id:"",expertAvatarUrl:"https://www.justanswer.jp/uploads/YA/yasuyuki/2011-8-27_24733_SN3A0090.64x64.JPG",expertName:"yasuyuki",expertTitle:"Licenciatura",satisfiedCustomers:"",experience:"北里大院卒獣医学修士臨床経験20年以上",showMoreLink:!0},messages:["弊社サイトへのご来訪ありがとうございます。どのような悩みでお困りですか？","ありがとうございます。お客様の悩みについてもう少し詳しくご説明いただけますか？","かしこまりました。最後に、サイトでは専門家と個別に一対一でやり取りをしていただけます。次のページでお支払い方法をご入力いただきましたら専門家におつなぎいたします。こちらにご入力の内容は確実に専門家に連絡をさせていただいておりますので、もう一度専門家にご説明をいただく必要はございません。"],greeting:"獣医に今すぐオンラインで質問をご希望ですか？私がお客様をおつなぎ ...",marketingMessageText:"獣医とやり取り",connectionRetryMessageHeader:"申し訳ございませんがエラーが発生しました。",connectionRetryMessageBody:"獣医アシスタントにもう一度おつなぎしています。少々お待ちください。",connectionFailureMessageHeader:"エラーが発生しました。",connectionFailureMessageBody:"獣医アシスタントと一対一でチャットしていただくには、お手数ですがこのページを更新してください。"}}},size:{default:"","450x400":"450x400","300x600":"300x600","250x250":"250x250",small:"small"},showCopyright:{false:!1,true:!0}}},{}],"ja-gadget-virtual-assistant-config":[function(e,t,a){function s(e){if(!(this instanceof s))return new s(e);var e=e||{},t=e.partner||"US",a=n.settings[t][e.settings]||n.settings[t].default,i=n.profiles[t][e.profile]||n.profiles[t].legal,o=n.size[e.size]||n.size.default,r=i.messages;return{rParameter:e.affiliateId||"affiliate",trackingPixels:e.trackingPixels||{},time:a.time,disableTimer:a.disableTimer,proceedToCcTime:a.proceedToCcTime,enableOnExit:a.enableOnExit,animationTimeIntervals:a.animationTimeIntervals,placeholder:a.placeholder,clientName:a.clientName,sendButtonText:a.sendButtonText,moreLinkText:a.moreLinkText,lessLinkText:a.lessLinkText,showBackground:a.showBackground,minimized:a.minimized,baseDomain:a.baseDomain,rememberChatMinimizedState:a.rememberChatMinimizedState,mobile:a.mobile,endpoint:e.endpoint||a.endpoint,type:a.type,isNewPaymentWindow:a.isNewPaymentWindow,sessionExpirationHours:a.sessionExpirationHours,showCta:a.showCta,forumId:i.forumId,headingText:i.headingText,assistantName:i.assistantName,assistantTitle:i.assistantTitle,avatar:i.avatar,isTypingText:i.isTypingText,expertProfile:i.expertProfile,expertMessages:r,greeting:i.greeting,initialCategoryId:i.initialCategoryId,marketingMessageText:i.marketingMessageText,connectionRetryMessageHeader:i.connectionRetryMessageHeader,connectionRetryMessageBody:i.connectionRetryMessageBody,connectionFailureMessageHeader:i.connectionFailureMessageHeader,connectionFailureMessageBody:i.connectionFailureMessageBody,showCopyright:e.showCopyright,canCloseTeaser:e.canCloseTeaser,size:o}}var n=e("./presets.json");t.exports=s},{"./presets.json":1}]},{},["ja-gadget-virtual-assistant-config"]);