function addJavascript(jsname, pos, id, attribute) { let th = document.getElementsByTagName(pos)[0]; let s = document.createElement('script'); s.setAttribute('type', 'text/javascript'); s.setAttribute('src', jsname); if (attribute) s.setAttribute(attribute.name, attribute.value); if (id && id.length > 0) { let previousScriptTag = document.getElementById(id); if (previousScriptTag) { previousScriptTag.parentElement.removeChild(previousScriptTag); } s.setAttribute('id', id); } th.appendChild(s); } function addStyle(cssname, pos, id) { let th = document.getElementsByTagName(pos)[0]; let s = document.createElement('link'); s.setAttribute('rel', 'stylesheet'); s.setAttribute('href', cssname); if (id && id.length > 0) { if (document.getElementById(id)) { return; } s.setAttribute('id', id); } th.appendChild(s); } var HpWebChat = { directLineToken: 'eyJhbGciOiJSUzI1NiIsImtpZCI6ImZqSG90RHFBNkI5TmJMYTNHYktpa1pHRUZvUSIsIng1dCI6ImZqSG90RHFBNkI5TmJMYTNHYktpa1pHRUZvUSIsInR5cCI6IkpXVCJ9.eyJib3QiOiJocC1tYXN0ZXItYm90LXByb2QtY2hhbm5lbHMiLCJzaXRlIjoiVGNHcDNTa0R6ZkEiLCJjb252IjoiSm1YcnRHeFpZaFg0ZVBxS1F4a0l2Mi11cyIsIm5iZiI6MTcxNjIyNjI1NSwiZXhwIjoxNzE2MjI5ODU1LCJpc3MiOiJodHRwczovL2RpcmVjdGxpbmUuYm90ZnJhbWV3b3JrLmNvbS8iLCJhdWQiOiJodHRwczovL2RpcmVjdGxpbmUuYm90ZnJhbWV3b3JrLmNvbS8ifQ.Y54YBBrTLjbou0ANCGCWgmhXnyBY-XPvGAb0cwYkCq1oMPFQXi5_06ZMm9hShHkA6cDD9QboichyDzIoMeu3j8QFTmFcIGXjf33x8PCykGYvs--7n5TOXHJwyv6gIIuNE1mSb2gKUHHIYFtDi3YoJ92-YuiPAhiOlTUUZh0EJ-A4lUR-TT36wgNNRXIcYTrR56xlzbLbsB-j_x7e-KYBtytwIZ9c9mS5WMNo7i2rQ9vFw2s5J_khDk12jR9-R3-8MzGcJ4JeVupQm-cIArrh0Fwq21oCbweZ-ImD49AJpVP5Uo4CCW4eSLTBLBwEBQ-AEZxrxNFEEjp9fNAo7yz-Jw', conversationId: 'JmXrtGxZYhX4ePqKQxkIv2-us', userId: 'U_1716226255224_89685581', country: 'US', language: 'en', catalog: '', targetId: 'chatbot', esmUrl: '', autocompleteUrl: '', botIntegratorTokenUrl: '', hideSendBox: false, uiTheme: '', activeCampaigns: [], showStartOver: false, showStepBack: false, showProgressBar: false, showGlobalFeedback: false, showHelpButton: false, webChatTooltip: {} }; (function() { addStyle('https://botintegrator.services.hpchatbot.com/static/css/main.css?v=08DC21A420A6C738','head','webchatmscss'); addJavascript('https://botintegrator.services.hpchatbot.com/static/js/main.js.gz?v=08DC21A420FA7C79','body','webchatmsjs'); })();