{"id":26722,"date":"2017-03-04T18:52:45","date_gmt":"2017-03-04T09:52:45","guid":{"rendered":"http:\/\/shiogensui.com\/blog\/?p=26722"},"modified":"2017-03-04T18:52:45","modified_gmt":"2017-03-04T09:52:45","slug":"%e5%a4%a2%e3%81%ae%e3%81%82%e3%82%8b%e4%bb%95%e4%ba%8b%ef%bc%88%ef%bc%be%ef%bc%8d%ef%bc%be%ef%bc%89","status":"publish","type":"post","link":"https:\/\/shiogensui.com\/blog\/?p=26722","title":{"rendered":"\u5922\u306e\u3042\u308b\u4ed5\u4e8b\uff08\uff3e\uff0d\uff3e\uff09"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-26723\" src=\"http:\/\/shiogensui.com\/blog\/wp-content\/uploads\/2017\/03\/149-2.jpg\" alt=\"149 (2)\" width=\"640\" height=\"480\" srcset=\"https:\/\/shiogensui.com\/blog\/wp-content\/uploads\/2017\/03\/149-2.jpg 640w, https:\/\/shiogensui.com\/blog\/wp-content\/uploads\/2017\/03\/149-2-300x225.jpg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><br \/>\n<script>\/\/ <![CDATA[\nvar startLoadTime = new Date(); var appCachedPage = true; window.cacheType = '1'; window.dateZero = new Date(0); var scriptStart = ((new Date()) - window.dateZero); window.clientId = 'F40EC6F4A4B3484F87A2FC149D851301'; window.corrId = window.clientId + \"_\" + (new Date()).getTime(); window.traceTid= '84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa'; window.traceMguid = 'cec7f7f0-c5f0-43bf-bcb4-6285b164d418'; window.owaUserNetId = '00030000D679215B'; window.owaMbxGuid = '00030000-d679-215b-0000-000000000000'; window.bootTraceUrl = 'https:\/\/xsi.outlook.com\/'; var onunloadbeforeboot = null; window.owaSDState = {}; window.owaBootStatus = {}; window.ariaLoggingEnabled = 1; window.ariaTenantToken = '3b1ea01450be48f29759d868931e225d-e2676c0a-dca3-417d-bfa9-8596433a3692-6908'; var isPopOut = window.location.href.indexOf('ispopout=1') > 0;\n\n               \n        \n        if (!window.owaSDState.fcr) {\n            if (!isPopOut) {\n                try\n                {\n                    \n                    window.owaSDConsumable=false;\n                    window.owaSDConsumed = false;\n                    sendOwaSDRequest(false);\n                }\n                catch (ex) {\n                    window.owaLastErrorReported = ex;\n                    throw ex;\n                }\n            }\n            else {\n                onunloadbeforeboot = function() {\n                    callPopOutBootErrorCallback(\"PopOutClosed\");\n                };\n                if (window.attachEvent) {\n                    window.attachEvent(\"onunload\", onunloadbeforeboot);\n                }\n                else {\n                    window.addEventListener(\"unload\", onunloadbeforeboot, false);\n                }\n            }\n        }\n\n        function createOwaSDXMLHttpRequest() {\n            var request = null;\n            try\n            {\n                request = new window.XMLHttpRequest();\n            }\n            catch (e) {\n                \n                if (window.ActiveXObject) {\n                    request = new window.ActiveXObject(\"Microsoft.XMLHTTP\");\n                }\n            }\n\n            return request;\n        }\n        \n        function sendOwaSDRequest(retryAttempt) {\n            \n            window.owaSDState.usrPending = 1;\n            window.owaSDState.usrReceived = false;\n            \n            window.owaSD = createOwaSDXMLHttpRequest();\n            window.owaSD.retryAttempt = retryAttempt;\n            window.owaSD.open(\"POST\",\"sessiondata.ashx\" + getSdqp(retryAttempt));\n            window.owaSD.onreadystatechange = sdResponseHandler;\n            window.owaSD.setRequestHeader(\"X-OWA-CorrelationId\", window.corrId);\n            window.owaSD.clientRequestId = window.corrId;\n            window.owaSD.setRequestHeader(\"client-request-id\", window.owaSD.clientRequestId);\n            \n            try {\n                if (navigator.userAgent.indexOf(\"OWASMIME\/\" > 0)) {\n                    window.owaSD.setRequestHeader(\"X-OWA-SmimeInstalled\", \"1\");\n                }\n                else if (window.ActiveXObject) {\n                    var smimePlugin = new ActiveXObject(\"Microsoft.Exchange.Clients.SmimeAX\");\n                    window.owaSD.setRequestHeader(\"X-OWA-SmimeInstalled\", \"1\");\n                    smimePlugin.Dispose();\n                }\n            }\n            catch (e) {\n            }\n\n            window.owaSD.send();\n        }\n\n        function getSdqp(retryAttempt) {\n            var sdqp = \"?appcacheclient=1\";\n            \n                    sdqp += \"&acver=16.1641.14.2230785\";\n                \n\n                sdqp += \"&crr=1\";\n                if (retryAttempt) {\n                    sdqp += \"&crrretry=1\";\n                }\n            \n             return sdqp;\n        }\n\n        function sdResponseHandler() {\n            try {\n            \n                if (!window.owaSD) {\n                    return;\n                }\n\n                if (!tryAuthOwaSD()) {\n                    return;\n                }\n\n                if (!window.owaSDState.usrReceived && !(window.owaSDState.usrReceived = tryReceiveUSR())) {\n                    return;\n                }\n                \n                if (!window.owaSDState.sdReceived && !(window.owaSDState.sdReceived = tryReceiveSD())) {\n                    return;\n                }\n\n                completeOwaSD();\n                \n            }\n            catch (ex) {\n                window.owaLastErrorReported = ex;\n                throw ex;\n            }\n        }\n\n        function tryAuthOwaSD() {\n            if ((window.owaSD.status == 440 || window.owaSD.status == 401) && !isPalEnabled()) {\n                    postBootTrace(\"AuthRedirect\");\n\n                    \n                    trackRedirectToAuth();\n                    redirect('authRedirect', 'true');\n                    return false;\n                    }\n\n            return true;\n        }\n\n        function completeOwaSD() {\n            window.owaSDdidHandlerExecute = true;\n            window.owaSDReceivedTime = (new Date()).toString();\n            window.owaSDReceivedTimeStamp = ((new Date()) - window.dateZero);\n\n            if (window.owaSDConsumable && !window.owaSDConsumed) {\n                owastart();\n            }\n        }\n\n                \n        function onUSRPendingComplete(e) {\n            window.owaSDState.usrPending--;\n\n            if (e && e.target && e.target.src) {\n                parseEndTimes[getFileName(e.target.src)] = ((new Date()) - window.dateZero);\n            }\n\n            if (window.owaSDState.usrPending == 0 && window.startUpOwa) {\n                window.startUpOwa();\n            }\n        }\n\n        function onUSRPendingError(e) {\n            var errMsg = \"Failed to load script: \";\n            if (e && e.target && e.target.src) {\n                errMsg += e.target.src;\n            }\n            handleBootError2(\"USRLoadError\", errMsg);\n        }\n\n        function tryConsumeUSR() {\n            if (window.owaSDState.usrConsumable && window.owaSDState.usrReceived && !window.owaSDState.usrConsumed) {\n                window.owaSDState.usrConsumed = true;\n                eval(window.owaSDState.usr);\n                setCompositeUsrTime();\n                loadStyles(styleResources);\n                onUSRPendingComplete();\n            }\n        }\n\n        function getSDCompositeErr() {\n            var errorInfo = \"\";\n            var sdErrorHeader = \"Content-Name: SdError\\r\\n\\r\\n\";\n            var errorStartIndex = window.owaSD.responseText.indexOf(sdErrorHeader);\n            if (errorStartIndex >= 0) {\n                var errorEndIndex = window.owaSD.responseText.indexOf(\"SdErrorEnd\", errorStartIndex);\n                if (errorEndIndex > 0) {\n                    errorInfo = window.owaSD.responseText.substring(errorStartIndex + sdErrorHeader.length, errorEndIndex);\n                }\n                else {\n                    errorInfo = window.owaSD.responseText.substring(errorStartIndex + sdErrorHeader.length);\n                }\n            }\n\n            return errorInfo;\n        }\n\n        function tryReceiveUSR() {\n            \n            if (window.owaSDState.usrReceived) {\n                return true;\n            }\n\n            var result = false;\n\n            if (window.owaSD.readyState == 3 || window.owaSD.readyState == 4) {\n                if (window.owaSD.responseText) {\n                    var match = window.owaSD.responseText.match(\/^SESSION DATA\\r\\nVersion: 1\\r\\n\\r\\nContent-Name: UserSpecificResources\\r\\nContent-Size: (\\d+)\\r\\n\\r\\n\/);\n                    if (match) {\n                        var usrBegin = match[0].length;\n                        var usrEnd = usrBegin + parseInt(match[1]);\n                        if (window.owaSD.responseText.length >= usrEnd) {\n                            window.owaSDState.usr = window.owaSD.responseText.substring(usrBegin, usrEnd);\n                            window.owaSDState.sdBegin = usrEnd;\n                            result = window.owaSDState.usrReceived = true;\n\n                            tryConsumeUSR();\n                        }\n                    }\n                }\n            }\n\n            if (!result && window.owaSD.readyState == 4) {\n                var errMsg = window.owaSD.getResponseHeader(\"X-Auth-Error\");\n                var errType = \"USRCompositeAuthErr\";\n                if (!errMsg) {\n                    errMsg = window.owaSD.getResponseHeader(\"X-OWA-Error\");\n                    errType = \"USRCompositeServerErr\";\n                }\n\n                if (!errMsg) {\n                    var errorInfo = getSDCompositeErr();\n                    if (errorInfo) {\n                        errMsg = errorInfo;\n                        errType = \"USRCompositeBeginErr\";\n                    }\n                }\n\n                handleBootError2(\n                    errType,\n                    errMsg,\n                    window.owaSD.getResponseHeader(\"X-OWA-Version\"),\n                    window.owaSD.getResponseHeader('X-CalculatedBETarget'));\n            }\n\n            return result;\n        }\n\n        function tryReceiveSD() {\n\n            if (window.owaSDState.sdReceived) {\n                return true;\n            }\n\n            var result = false;\n            var retrySDRequest = false;\n            var errorInfo = \"\";\n\n            if (window.owaSD.readyState == 4) {\n                errorInfo = getSDCompositeErr();\n                var sdHeader = \"Content-Name: SessionData\\r\\n\\r\\n\";\n                var retrySDRequestCode = \"RetryCrrRequest\";\n\n                if (errorInfo) {\n                    if (!this.owaSD.retryAttempt && errorInfo.indexOf(retrySDRequestCode) >= 0) {\n                        retrySDRequest = true;\n                    }\n                }\n                else if (window.owaSD.responseText.indexOf(sdHeader, window.owaSDState.sdBegin) == window.owaSDState.sdBegin) {\n                    window.owaSDState.data = window.owaSD.responseText.substring(window.owaSDState.sdBegin + sdHeader.length);\n                    result = window.owaSDState.sdReceived = true;\n                }\n            }\n\n            if (retrySDRequest) {\n                this.owaSD.onreadystatechange = null;\n                this.owaSD = null;\n                sendOwaSDRequest(true);\n            }\n            else if (!result && window.owaSD.readyState == 4) {\n                handleBootError2(\n                    \"SDCompositeError\",\n                    errorInfo,\n                    window.owaSD.getResponseHeader(\"X-OWA-Version\"),\n                    window.owaSD.getResponseHeader('X-CalculatedBETarget'));\n            }\n\n            return result;\n        }\n        \n            Object.setPrototypeOf && (Object['protoInheritEnabled']=1);\n        try { window.scriptsLoaded = window.scriptsLoaded || {}; window.scriptProcessStart = window.scriptProcessStart || {}; window.scriptProcessStart['aria-web-telemetry.js'] = (new Date()).getTime();\nvar clienttelemetry_build;!function(e){e.version=\"2.7.1\"}(clienttelemetry_build||(clienttelemetry_build={}));var Microsoft;!function(e){var t;!function(e){!function(e){e[e.BT_STOP=0]=\"BT_STOP\",e[e.BT_STOP_BASE=1]=\"BT_STOP_BASE\",e[e.BT_BOOL=2]=\"BT_BOOL\",e[e.BT_UINT8=3]=\"BT_UINT8\",e[e.BT_UINT16=4]=\"BT_UINT16\",e[e.BT_UINT32=5]=\"BT_UINT32\",e[e.BT_UINT64=6]=\"BT_UINT64\",e[e.BT_FLOAT=7]=\"BT_FLOAT\",e[e.BT_DOUBLE=8]=\"BT_DOUBLE\",e[e.BT_STRING=9]=\"BT_STRING\",e[e.BT_STRUCT=10]=\"BT_STRUCT\",e[e.BT_LIST=11]=\"BT_LIST\",e[e.BT_SET=12]=\"BT_SET\",e[e.BT_MAP=13]=\"BT_MAP\",e[e.BT_INT8=14]=\"BT_INT8\",e[e.BT_INT16=15]=\"BT_INT16\",e[e.BT_INT32=16]=\"BT_INT32\",e[e.BT_INT64=17]=\"BT_INT64\",e[e.BT_WSTRING=18]=\"BT_WSTRING\",e[e.BT_UNAVAILABLE=127]=\"BT_UNAVAILABLE\"}(e.BondDataType||(e.BondDataType={}));e.BondDataType;!function(e){e[e.MARSHALED_PROTOCOL=0]=\"MARSHALED_PROTOCOL\",e[e.MAFIA_PROTOCOL=17997]=\"MAFIA_PROTOCOL\",e[e.COMPACT_PROTOCOL=16963]=\"COMPACT_PROTOCOL\",e[e.JSON_PROTOCOL=21322]=\"JSON_PROTOCOL\",e[e.PRETTY_JSON_PROTOCOL=20554]=\"PRETTY_JSON_PROTOCOL\",e[e.SIMPLE_PROTOCOL=20563]=\"SIMPLE_PROTOCOL\"}(e.ProtocolType||(e.ProtocolType={}));e.ProtocolType}(t=e.Bond||(e.Bond={}))}(Microsoft||(Microsoft={}));var Microsoft;!function(e){var t;!function(e){var t;!function(e){var t=function(){function e(){this._buffer=[]}return e.prototype.Add=function(e){for(var t=0;t<this._buffer.length&#038;&#038;this._buffer[t]!=e;++t);t==this._buffer.length&#038;&#038;this._buffer.push(e)},e.prototype.Count=function(){return this._buffer.length},e.prototype.GetBuffer=function(){return this._buffer},e}();e.Set=t;var n=function(){function e(){this._buffer=[]}return e.prototype.Add=function(e,t){this._getIndex(e)==-1&#038;&#038;this._buffer.push({Key:e,Value:t})},e.prototype.AddOrReplace=function(e,t){var n=this._getIndex(e);n>\n=0?this._buffer[n]={Key:e,Value:t}:this._buffer.push({Key:e,Value:t})},e.prototype.Remove=function(e){var t=this._getIndex(e);t>=0&&this._buffer.splice(t,1)},e.prototype.Count=function(){return this._buffer.length},e.prototype.GetBuffer=function(){return this._buffer},e.prototype.ContainsKey=function(e){return this._getIndex(e)>=0},e.prototype.Get=function(e){var t=this._getIndex(e);return t>=0?this._buffer[t].Value:null},e.prototype._getIndex=function(e){for(var t=0,n=-1;t<this._buffer.length;++t)if(this._buffer[t].Key==e){n=t;break}return n},e}();e.Map=n}(t=e.Collections||(e.Collections={}))}(t=e.Bond||(e.Bond={}))}(Microsoft||(Microsoft={}));var Microsoft;!function(e){var t;!function(t){var n;!function(e){var n=function(){function e(){}return e.GetBytes=function(e){for(var t=[],n=0;n<e.length;++n){var i=e.charCodeAt(n);i<128?t.push(i):i<2048?t.push(192|i>>6,128|63&i):i<55296||i>=57344?t.push(224|i>>12,128|i>>6&63,128|63&i):(i=65536+((1023&i)<<10|1023&#038;e.charCodeAt(++n)),t.push(240|i>>18,128|i>>12&63,128|i>>6&63,128|63&i))}return t},e}();e.Utf8=n;var i=function(){function e(){}return e.GetString=function(e){var t,n,i,r=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/\",o=[],s=e.length%3,a=function(e){return[r.charAt(e>>18&63),r.charAt(e>>12&63),r.charAt(e>>6&63),r.charAt(63&e)].join(\"\")};for(t=0,i=e.length-s;t<i;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],o.push(a(n));switch(s){case 1:n=e[e.length-1],o.push(r.charAt(n>>2)),o.push(r.charAt(n<<4&#038;63)),o.push(\"==\");break;case 2:n=(e[e.length-2]<<8)+e[e.length-1],o.push(r.charAt(n>>10)),o.push(r.charAt(n>>4&63)),o.push(r.charAt(n<<2&#038;63)),o.push(\"=\")}return o.join(\"\")},e}();e.Base64=i;var o=function(){function e(){}return e.GetBytes=function(e){for(var t=[];4294967168&e;)t.push(127&#038;e|128),e>>>=7;return t.push(127&e),t},e}();e.Varint=o;var s=function(){function e(){}return e.GetBytes=function(e){for(var t=e.low,n=e.high,i=[];n||4294967168&t;)i.push(127&t|128),t=(127&n)<<25|t>>>7,n>>>=7;return i.push(127&t),i},e}();e.Varint64=s;var a=function(){function e(){}return e.GetBytes=function(e){if(t.BrowserChecker.IsDataViewSupport()){var n=new DataView(new ArrayBuffer(4));n.setFloat32(0,e,!0);for(var i=[],o=0;o<4;++o)i.push(n.getUint8(o));return i}return r.ConvertNumberToArray(e,!1)},e}();e.Float=a;var u=function(){function e(){}return e.GetBytes=function(e){if(t.BrowserChecker.IsDataViewSupport()){var n=new DataView(new ArrayBuffer(8));n.setFloat64(0,e,!0);for(var i=[],o=0;o<8;++o)i.push(n.getUint8(o));return i}return r.ConvertNumberToArray(e,!0)},e}();e.Double=u;var d=function(){function e(){}return e.EncodeZigzag16=function(e){return e=t.Number.ToInt16(e),e<<1^e>>15},e.EncodeZigzag32=function(e){return e=t.Number.ToInt32(e),e<<1^e>>31},e.EncodeZigzag64=function(e){var n=e.low,i=e.high,r=i<<1|n>>>31,o=n<<1;2147483648&#038;i&#038;&#038;(r=~r,o=~o);var s=new t.UInt64(\"0\");return s.low=o,s.high=r,s},e}();e.Zigzag=d}(n=t.Encoding||(t.Encoding={}));var i;!function(n){var i=function(){function e(){}return e.GetString=function(e){for(var t=[],n=0;n<e.length;++n){var i=e[n];if(i<=191)t.push(String.fromCharCode(i));else if(i<=223){var r=e[++n];t.push(String.fromCharCode((31&#038;i)<<6|63&#038;r))}else if(i<=239){var r=e[++n],o=e[++n];t.push(String.fromCharCode((15&#038;i)<<12|(63&#038;r)<<6|63&#038;o))}else{var r=e[++n],o=e[++n],s=e[++n];i=(7&#038;i)<<18|(63&#038;r)<<12|(63&#038;o)<<6|63&#038;s,i-=65536,t.push(String.fromCharCode(55296|i>>10&1023)),t.push(String.fromCharCode(56320|1023&i))}}return t.join(\"\")},e}();n.Utf8=i;var o=function(){function e(){}return e.GetBytes=function(e){for(var t=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/\",n=[],i=0;i<e.length;++i){var r=t.indexOf(e.charAt(i++)),o=t.indexOf(e.charAt(i++)),s=t.indexOf(e.charAt(i++)),a=t.indexOf(e.charAt(i));n.push(r<<2|o>>4),s>=0&&(n.push(o<<4&#038;240|s>>2),a>=0&&n.push(s<<6&#038;192|a))}return n},e}();n.Base64=o;var s=function(){function t(){}return t.GetInt64=function(t){var n=new e.Bond.Int64(\"0\"),i=this._Read(t);return n.low=i[0],i.length>1&&(n.high=i[1]),n},t.GetNumber=function(e){return this._Read(e)[0]},t._Read=function(e){for(var t=[],n=0,i=!0,r=0;i;){var o=e.shift();if(i=0!=(128&o),o=127&o,!(r<28)){n|=o<<r,t.push(n),n=o>>4,r=3;break}n|=o<<r,r+=7}for(;i;){var o=e.shift();if(i=0!=(128&#038;o),o=127&#038;o,n|=o<<r,r+=7,r>=32)break}return t.push(n),t},t}();n.Varint=s;var a=function(){function e(){}return e.GetNumber=function(e){if(t.BrowserChecker.IsDataViewSupport()){for(var n=new DataView(new ArrayBuffer(4)),i=0;i<4;++i)n.setUint8(i,e[i]);return n.getFloat32(0,!0)}return r.ConvertArrayToNumber(e,!1)},e}();n.Float=a;var u=function(){function e(){}return e.GetNumber=function(e){if(t.BrowserChecker.IsDataViewSupport()){for(var n=new DataView(new ArrayBuffer(8)),i=0;i<8;++i)n.setUint8(i,e[i]);return n.getFloat64(0,!0)}return r.ConvertArrayToNumber(e,!0)},e}();n.Double=u;var d=function(){function t(){}return t.DecodeZigzag16=function(e){return((65535&#038;e)>>>1^-(1&e))<<16>>16},t.DecodeZigzag32=function(e){return e>>>1^-(1&e)},t.DecodeZigzag64=function(t){var n=1&t.high,i=t.high>>>1,r=1&t.low,o=t.low>>>1;o=n<<31|o,r&#038;&#038;(o^=4294967295,i^=4294967295);var s=new e.Bond.UInt64(\"0\");return s.low=o,s.high=i,s},t}();n.Zigzag=d}(i=t.Decoding||(t.Decoding={}));var r=function(){function e(){}return e.ConvertNumberToArray=function(e,t){if(!e)return t?this._doubleZero:this._floatZero;var n=t?11:8,i=t?52:23,r=(1<<n-1)-1,o=1-r,s=r,a=e<0?1:0;e=Math.abs(e);for(var u=Math.floor(e),d=e-u,c=2*(r+2)+i,l=new Array(c),_=0;_<c;)l[_++]=0;for(_=r+2;_&#038;&u;)l[--_]=u%2,u=Math.floor(u\/2);for(_=r+1;_<c-1&#038;&#038;d>0;)d*=2,d>=1?(l[++_]=1,--d):l[++_]=0;for(var f=0;f<c&#038;&#038;!l[f];++f);var h=r+1-f,p=f+i;if(l[p+1]){for(_=p;_>f&&!(l[_]=1-l[_]);--_);_==f&&++h}if(h>s||u)return a?t?this._doubleNegInifinity:this._floatNegInifinity:t?this._doubleInifinity:this._floatInifinity;if(h<o)return t?this._doubleZero:this._floatZero;if(t){var I=0;for(_=0;_<20;++_)I=I<<1|l[++f];for(var T=0;_<52;++_)T=T<<1|l[++f];I|=h+r<<20,I=a<<31|2147483647&I;var S=[255&#038;T,T>>8&255,T>>16&255,T>>>24,255&I,I>>8&255,I>>16&255,I>>>24];return S}var g=0;for(_=0;_<23;++_)g=g<<1|l[++f];g|=h+r<<23,g=a<<31|2147483647&g;var S=[255&#038;g,g>>8&255,g>>16&255,g>>>24];return S},e.ConvertArrayToNumber=function(e,n){var i=n?11:8,r=(1<<i-1)-1,o=0!=(128&#038;e[n?7:3]),s=n?(127&#038;e[7])<<4|(240&#038;e[6])>>4:(127&e[3])<<1|(128&#038;e[2])>>7;if(255==s)throw new t.Exception(\"Not a valid float\/double buffer.\");var a=1,u=1;if(n){var d=(15&e[6])<<28|(255&#038;e[5])<<20|(255&#038;e[4])<<12,c=e[3]<<24|(255&#038;e[2])<<16|(255&#038;e[1])<<8|255&#038;e[0];if(!s&#038;&#038;!d&#038;&#038;!c)return 0;for(var l=0;l<20;++l)u\/=2,d<0&#038;&#038;(a+=u),d<<=1;for(var l=0;l<32;++l)u\/=2,c<0&#038;&#038;(a+=u),c<<=1}else{var _=(127&#038;e[2])<<25|(255&#038;e[1])<<17|(255&#038;e[0])<<9;if(!s&#038;&#038;!_)return 0;for(var l=0;l<23;++l)u\/=2,_<0&#038;&#038;(a+=u),_<<=1}return a*=Math.pow(2,s-r),o?0-a:a},e._floatZero=[0,0,0,0],e._doubleZero=[0,0,0,0,0,0,0,0],e._floatInifinity=[0,0,128,127],e._floatNegInifinity=[0,0,128,255],e._doubleInifinity=[0,0,0,0,0,0,240,127],e._doubleNegInifinity=[0,0,0,0,0,0,240,255],e}()}(t=e.Bond||(e.Bond={}))}(Microsoft||(Microsoft={}));var Microsoft;!function(e){var t;!function(e){var t;!function(t){var n=function(){function t(){this._buffer=[]}return t.prototype.WriteByte=function(t){this._buffer.push(e.Number.ToByte(t))},t.prototype.Write=function(e,t,n){for(;n--;)this.WriteByte(e[t++])},t.prototype.GetBuffer=function(){return this._buffer},t}();t.MemoryStream=n}(t=e.IO||(e.IO={}))}(t=e.Bond||(e.Bond={}))}(Microsoft||(Microsoft={}));var Microsoft;!function(e){var t;!function(e){var t=function(){function e(e,t){this.Type=e,this.Id=t}return e}();e.FieldTag=t;var n=function(){function e(e,t){this.ElementType=e,this.Size=t}return e}();e.ContainerTag=n;var i=function(){function e(e,t,n){this.KeyType=e,this.ValueType=t,this.Size=n}return e}();e.KeyValueContainerTag=i;var r=function(){function e(){}return e}();e.Bonded=r;var o=function(){function e(e){this.low=0,this.high=0,this.low=parseInt(e),this.low<0&#038;&#038;(this.high=-1)}return e.prototype.Equals=function(t){var n=new e(t);return this.low==n.low&#038;&#038;this.high==n.high},e}();e.Int64=o;var s=function(){function e(e){this.low=0,this.high=0,this.low=parseInt(e)}return e.prototype.Equals=function(t){var n=new e(t);return this.low==n.low&#038;&#038;this.high==n.high},e}();e.UInt64=s;var a=function(){function e(){}return e.ToByte=function(e){return this.ToUInt8(e)},e.ToInt8=function(e){var t=(128&#038;e)<<24>>24;return 127&e|t},e.ToInt16=function(e){var t=(32768&e)<<16>>16;return 32767&e|t},e.ToInt32=function(e){var t=2147483648&e;return 2147483647&e|t},e.ToUInt8=function(e){return 255&e},e.ToUInt16=function(e){return 65535&e},e.ToUInt32=function(e){return 4294967295&e},e}();e.Number=a;var u=function(){function e(e){this.Message=e}return e}();e.Exception=u;var d=function(){function e(){}return e}();e.KeyValuePair=d;var c=function(){function e(){}return e.IsDataViewSupport=function(){return\"undefined\"!=typeof ArrayBuffer&&\"undefined\"!=typeof DataView},e}();e.BrowserChecker=c}(t=e.Bond||(e.Bond={}))}(Microsoft||(Microsoft={}));var Microsoft;!function(e){var t;!function(e){var t=function(){function t(e){this._stream=e}return t.prototype.WriteBlob=function(e){this._stream.Write(e,0,e.length)},t.prototype.WriteBool=function(e){this._stream.WriteByte(e?1:0)},t.prototype.WriteContainerBegin=function(e,t){this.WriteUInt8(t),this.WriteUInt32(e)},t.prototype.WriteMapContainerBegin=function(e,t,n){this.WriteUInt8(t),this.WriteUInt8(n),this.WriteUInt32(e)},t.prototype.WriteContainerEnd=function(){},t.prototype.WriteDouble=function(t){var n=e.Encoding.Double.GetBytes(t);this._stream.Write(n,0,n.length)},t.prototype.WriteFloat=function(t){var n=e.Encoding.Float.GetBytes(t);this._stream.Write(n,0,n.length)},t.prototype.WriteFieldBegin=function(e,t,n){t<=5?this._stream.WriteByte(e|t<<5):t<=255?(this._stream.WriteByte(192|e),this._stream.WriteByte(t)):(this._stream.WriteByte(224|e),this._stream.WriteByte(t),this._stream.WriteByte(t>>8))},t.prototype.WriteFieldEnd=function(){},t.prototype.WriteFieldOmitted=function(e,t,n){},t.prototype.WriteInt16=function(t){t=e.Encoding.Zigzag.EncodeZigzag16(t),this.WriteUInt16(t)},t.prototype.WriteInt32=function(t){t=e.Encoding.Zigzag.EncodeZigzag32(t),this.WriteUInt32(t)},t.prototype.WriteInt64=function(t){this.WriteUInt64(e.Encoding.Zigzag.EncodeZigzag64(t))},t.prototype.WriteInt8=function(t){this._stream.WriteByte(e.Number.ToInt8(t))},t.prototype.WriteString=function(t){if(\"\"==t)this.WriteUInt32(0);else{var n=e.Encoding.Utf8.GetBytes(t);this.WriteUInt32(n.length),this._stream.Write(n,0,n.length)}},t.prototype.WriteStructBegin=function(e,t){},t.prototype.WriteStructEnd=function(t){this.WriteUInt8(t?e.BondDataType.BT_STOP_BASE:e.BondDataType.BT_STOP)},t.prototype.WriteUInt16=function(t){var n=e.Encoding.Varint.GetBytes(e.Number.ToUInt16(t));this._stream.Write(n,0,n.length)},t.prototype.WriteUInt32=function(t){var n=e.Encoding.Varint.GetBytes(e.Number.ToUInt32(t));this._stream.Write(n,0,n.length)},t.prototype.WriteUInt64=function(t){var n=e.Encoding.Varint64.GetBytes(t);this._stream.Write(n,0,n.length)},t.prototype.WriteUInt8=function(t){this._stream.WriteByte(e.Number.ToUInt8(t))},t.prototype.WriteWString=function(e){this.WriteUInt32(e.length);for(var t=0;t<e.length;++t){var n=e.charCodeAt(t);this._stream.WriteByte(n),this._stream.WriteByte(n>>>8)}},t}();e.CompactBinaryProtocolWriter=t;var n=function(){function e(){}return e}();e.CompactBinaryProtocolReader=n}(t=e.Bond||(e.Bond={}))}(Microsoft||(Microsoft={}));var sct;!function(e){var t=function(){function t(){}return t.IsSafari=function(){if(null===t._isSafari)if(\"undefined\"!=typeof navigator&&navigator.userAgent){var e=navigator.userAgent.toLowerCase();e.indexOf(\"safari\")>=0&&e.indexOf(\"chrome\")<0?t._isSafari=!0:t._isSafari=!1}else t._isSafari=!1;return t._isSafari},t.IsReactNative=function(){return null===t._isReactNative&#038;&#038;(\"undefined\"!=typeof navigator&#038;&#038;navigator.product?t._isReactNative=\"ReactNative\"===navigator.product:t._isReactNative=!1),t._isReactNative},t.IsUint8ArrSupported=function(){return!e.Utils.IsSafari()&#038;&#038;\"undefined\"!=typeof Uint8Array&#038;&#038;!e.Utils.IsReactNative()},t.ajax=function(e,n){var i=t._createConnection();if(e.headers){var r=\"qsp=true\";for(var o in e.headers)r+=\"&#038;\",r+=encodeURIComponent(o),r+=\"=\",r+=encodeURIComponent(e.headers[o]);e.url.indexOf(\"?\")<0?e.url+=\"?\":e.url+=\"&#038;\",e.url+=r}i.open(e.type,e.url,!n),e.complete&#038;&#038;(i.onload=function(){\"undefined\"==typeof i.status&#038;&#038;(i.status=200),e.complete(i)},i.ontimeout=function(){\"undefined\"==typeof i.status&#038;&#038;(i.status=500),e.complete(i)},i.onerror=function(){e.complete(i)}),i.send(e.data)},t.keys=function(e){if(Object.keys)return Object.keys(e);var t=[];for(var n in e)e.hasOwnProperty(n)&#038;&#038;t.push(n);return t},t.IsUsingXDomainRequest=function(){if(null==t._usingXDomainRequest){var e=new XMLHttpRequest;\"undefined\"==typeof e.withCredentials&#038;&#038;\"undefined\"!=typeof XDomainRequest?t._usingXDomainRequest=!0:t._usingXDomainRequest=!1}return t._usingXDomainRequest},t._createConnection=function(){var e=new XMLHttpRequest;return t.IsUsingXDomainRequest()?new XDomainRequest:e},t._isSafari=null,t._isReactNative=null,t._usingXDomainRequest=null,t}();e.Utils=t}(sct||(sct={}));var microsoft;!function(e){var t;!function(e){var t;!function(e){var t;!function(t){var n=function(){function e(){}return e.GetGuid=function(){var e=function(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1,5)};return[e(),e(),\"-\",e(),\"-\",e(),\"-\",e(),\"-\",e(),e(),e()].join(\"\")},e.GetTimeStamp=function(){var e=(new Date).getTime(),t=new Microsoft.Bond.Int64(\"0\");return t.low=4294967295&#038;e,t.high=Math.floor(e\/4294967296),t},e.GetTimeStampWithValue=function(e){var t=new Microsoft.Bond.Int64(\"0\");return t.low=4294967295&#038;e,t.high=Math.floor(e\/4294967296),t},e}();t.utils=n,function(e){e[e.NotSet=0]=\"NotSet\",e[e.Event=1]=\"Event\",e[e.PerformanceCounter=2]=\"PerformanceCounter\",e[e.Anomaly=3]=\"Anomaly\",e[e.Prediction=4]=\"Prediction\",e[e.TraceLog=5]=\"TraceLog\",e[e.EventSourceLog=6]=\"EventSourceLog\",e[e.HttpLog=7]=\"HttpLog\",e[e.PerformanceCounterAzure=8]=\"PerformanceCounterAzure\",e[e.PerformanceCounterGfs=9]=\"PerformanceCounterGfs\"}(t.RecordType||(t.RecordType={}));t.RecordType;!function(e){e[e.NotSet=0]=\"NotSet\",e[e.O365=1]=\"O365\",e[e.SkypeBI=2]=\"SkypeBI\",e[e.SkypeData=3]=\"SkypeData\"}(t.PIIScrubber||(t.PIIScrubber={}));t.PIIScrubber;!function(e){e[e.NotSet=0]=\"NotSet\",e[e.DistinguishedName=1]=\"DistinguishedName\",e[e.GenericData=2]=\"GenericData\",e[e.IPV4Address=3]=\"IPV4Address\",e[e.IPv6Address=4]=\"IPv6Address\",e[e.MailSubject=5]=\"MailSubject\",e[e.PhoneNumber=6]=\"PhoneNumber\",e[e.QueryString=7]=\"QueryString\",e[e.SipAddress=8]=\"SipAddress\",e[e.SmtpAddress=9]=\"SmtpAddress\",e[e.Identity=10]=\"Identity\",e[e.Uri=11]=\"Uri\",e[e.Fqdn=12]=\"Fqdn\",e[e.IPV4AddressLegacy=13]=\"IPV4AddressLegacy\"}(t.PIIKind||(t.PIIKind={}));t.PIIKind;!function(e){e[e.Unknown=0]=\"Unknown\",e[e.MSACID=1]=\"MSACID\",e[e.MSAPUID=2]=\"MSAPUID\",e[e.ANID=3]=\"ANID\",e[e.OrgIdCID=4]=\"OrgIdCID\",e[e.OrgIdPUID=5]=\"OrgIdPUID\",e[e.UserObjectId=6]=\"UserObjectId\",e[e.Skype=7]=\"Skype\",e[e.Yammer=8]=\"Yammer\",e[e.EmailAddress=9]=\"EmailAddress\",e[e.PhoneNumber=10]=\"PhoneNumber\",e[e.SipAddress=11]=\"SipAddress\",e[e.MUID=12]=\"MUID\"}(t.UserIdType||(t.UserIdType={}));var i=(t.UserIdType,function(){function t(){this.ScrubType=e.datamodels.PIIScrubber.NotSet,this.Kind=e.datamodels.PIIKind.NotSet,this.RawContent=\"\"}return t.prototype.Write=function(e){this.WriteImpl(e,!1)},t.prototype.WriteImpl=function(t,n){t.WriteStructBegin(null,n),this.ScrubType!=e.datamodels.PIIScrubber.NotSet?(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_INT32,1,null),t.WriteInt32(this.ScrubType),t.WriteFieldEnd()):t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_INT32,1,null),this.Kind!=e.datamodels.PIIKind.NotSet?(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_INT32,2,null),t.WriteInt32(this.Kind),t.WriteFieldEnd()):t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_INT32,2,null),\"\"!=this.RawContent?(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_STRING,3,null),t.WriteString(this.RawContent),t.WriteFieldEnd()):t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_STRING,3,null),t.WriteStructEnd(n)},t.prototype.Read=function(e){this.ReadImpl(e,!1)},t.prototype.ReadImpl=function(e,t){},t}());t.PII=i;var r=function(){function t(){this.Id=n.GetGuid(),this.Timestamp=n.GetTimeStamp(),this.Type=\"\",this.EventType=\"\",this.Extension=new Microsoft.Bond.Collections.Map,this.RecordType=e.datamodels.RecordType.NotSet,this.PIIExtensions=new Microsoft.Bond.Collections.Map}return t.prototype.AddOrReplacePII=function(t,n,i){var r=new e.datamodels.PII;r.RawContent=n,r.Kind=i,r.ScrubType=e.datamodels.PIIScrubber.O365,this.PIIExtensions.AddOrReplace(t,r)},t.prototype.Write=function(e){this.WriteImpl(e,!1)},t.prototype.WriteImpl=function(t,n){if(t.WriteStructBegin(null,n),\"\"!=this.Id?(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_STRING,1,null),t.WriteString(this.Id),t.WriteFieldEnd()):t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_STRING,1,null),this.Timestamp.Equals(\"0\")?t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_INT64,3,null):(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_INT64,3,null),t.WriteInt64(this.Timestamp),t.WriteFieldEnd()),\"\"!=this.Type?(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_STRING,5,null),t.WriteString(this.Type),t.WriteFieldEnd()):t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_STRING,5,null),\"\"!=this.EventType?(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_STRING,6,null),t.WriteString(this.EventType),t.WriteFieldEnd()):t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_STRING,6,null),this.Extension.Count()){t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_MAP,13,null),t.WriteMapContainerBegin(this.Extension.Count(),Microsoft.Bond.BondDataType.BT_STRING,Microsoft.Bond.BondDataType.BT_STRING);for(var i=0;i<this.Extension.GetBuffer().length;++i)t.WriteString(this.Extension.GetBuffer()[i].Key),t.WriteString(this.Extension.GetBuffer()[i].Value);t.WriteContainerEnd(),t.WriteFieldEnd()}else t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_MAP,13,null);if(this.RecordType!=e.datamodels.RecordType.NotSet?(t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_INT32,24,null),t.WriteInt32(this.RecordType),t.WriteFieldEnd()):t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_INT32,24,null),this.PIIExtensions.Count()){t.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_MAP,30,null),t.WriteMapContainerBegin(this.PIIExtensions.Count(),Microsoft.Bond.BondDataType.BT_STRING,Microsoft.Bond.BondDataType.BT_STRUCT);for(var r=0;r<this.PIIExtensions.GetBuffer().length;++r)t.WriteString(this.PIIExtensions.GetBuffer()[r].Key),this.PIIExtensions.GetBuffer()[r].Value.WriteImpl(t,!1);t.WriteContainerEnd(),t.WriteFieldEnd()}else t.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_MAP,30,null);t.WriteStructEnd(n)},t.prototype.Read=function(e){this.ReadImpl(e,!1)},t.prototype.ReadImpl=function(e,t){},t}();t.Record=r;var o=function(){function e(){this.Source=\"\",this.DataPackageId=\"\",this.Timestamp=new Microsoft.Bond.Int64(\"0\"),this.Records=[]}return e.prototype.Write=function(e){this.WriteImpl(e,!1)},e.prototype.WriteImpl=function(e,t){if(e.WriteStructBegin(null,t),\"\"!=this.Source?(e.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_STRING,2,null),e.WriteString(this.Source),e.WriteFieldEnd()):e.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_STRING,2,null),\"\"!=this.DataPackageId?(e.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_STRING,5,null),e.WriteString(this.DataPackageId),e.WriteFieldEnd()):e.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_STRING,5,null),this.Timestamp.Equals(\"0\")?e.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_INT64,6,null):(e.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_INT64,6,null),e.WriteInt64(this.Timestamp),e.WriteFieldEnd()),this.Records.length){e.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_LIST,8,null),e.WriteContainerBegin(this.Records.length,Microsoft.Bond.BondDataType.BT_STRUCT);for(var n=0;n<this.Records.length;++n)this.Records[n].WriteImpl(e,!1);e.WriteContainerEnd(),e.WriteFieldEnd()}else e.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_LIST,8,null);e.WriteStructEnd(t)},e.prototype.Read=function(e){this.ReadImpl(e,!1)},e.prototype.ReadImpl=function(e,t){},e}();t.DataPackage=o;var s=function(){function e(){this.DataPackages=[],this.RequestRetryCount=0}return e.prototype.Write=function(e){this.WriteImpl(e,!1)},e.prototype.WriteImpl=function(e,t){if(e.WriteStructBegin(null,t),this.DataPackages.length){e.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_LIST,1,null),e.WriteContainerBegin(this.DataPackages.length,Microsoft.Bond.BondDataType.BT_STRUCT);for(var n=0;n<this.DataPackages.length;++n)this.DataPackages[n].WriteImpl(e,!1);e.WriteContainerEnd(),e.WriteFieldEnd()}else e.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_LIST,1,null);0!=this.RequestRetryCount?(e.WriteFieldBegin(Microsoft.Bond.BondDataType.BT_INT32,2,null),e.WriteInt32(this.RequestRetryCount),e.WriteFieldEnd()):e.WriteFieldOmitted(Microsoft.Bond.BondDataType.BT_INT32,2,null),e.WriteStructEnd(t)},e.prototype.Read=function(e){this.ReadImpl(e,!1)},e.prototype.ReadImpl=function(e,t){},e}();t.ClientToCollectorRequest=s}(t=e.datamodels||(e.datamodels={}))}(t=e.telemetry||(e.telemetry={}))}(t=e.applications||(e.applications={}))}(microsoft||(microsoft={}));var microsoft;!function(e){var t;!function(e){var t;!function(e){var t;!function(t){!function(e){e[e.SENT=0]=\"SENT\",e[e.SEND_FAILED=1]=\"SEND_FAILED\"}(t.CallbackEventType||(t.CallbackEventType={}));var n=t.CallbackEventType;!function(e){e[e.DATARV_ERROR_OK=0]=\"DATARV_ERROR_OK\",e[e.DATARV_ERROR_INVALID_EVENT=1]=\"DATARV_ERROR_INVALID_EVENT\",e[e.DATARV_ERROR_INVALID_CONFIG=2]=\"DATARV_ERROR_INVALID_CONFIG\",e[e.DATARV_ERROR_INVALID_DEPENDENCIES=3]=\"DATARV_ERROR_INVALID_DEPENDENCIES\",e[e.DATARV_ERROR_INVALID_STATUS=4]=\"DATARV_ERROR_INVALID_STATUS\",e[e.DATARV_ERROR_INVALID_ARG=5]=\"DATARV_ERROR_INVALID_ARG\"}(t.DATARV_ERROR||(t.DATARV_ERROR={}));var i=t.DATARV_ERROR,r=function(){function e(e){this._errorCode=i.DATARV_ERROR_OK,this._errorCode=e}return e.prototype.ErrorCode=function(){return this._errorCode},e.prototype.toString=function(){switch(this._errorCode){case i.DATARV_ERROR_OK:return\"DATARV_ERROR_OK\";case i.DATARV_ERROR_INVALID_EVENT:return\"Event is invalid. Either event.Id is empty, or event.Timestamp is empty, or event.EventType is empty.\";case i.DATARV_ERROR_INVALID_CONFIG:return\"Invalid configuration. CollectorUrl is missing.\";case i.DATARV_ERROR_INVALID_DEPENDENCIES:return\"DATARV_ERROR_INVALID_DEPENDENCIES\";case i.DATARV_ERROR_INVALID_STATUS:return\"Telemetry Manager is not initialized.\";case i.DATARV_ERROR_INVALID_ARG:return\"TenantToken is null or empty, or events is null.\";default:return\"Unknown error\"}},e}();t.Exception=r;var o=function(){function e(){}return e}();t.TelemetryConfig=o;var s=function(){function e(){}return e.CreateTelemetryManager=function(){return new d},e}();t.TelemetryManagerFactory=s;var a,u=function(){function e(){}return e.MaxPackageSizeInBytes=function(){return 3e6},e.TimeIntervalForNextSendInMS=function(){return 1e3},e}();!function(e){e[e.Created=0]=\"Created\",e[e.Initialized=1]=\"Initialized\",e[e.Started=2]=\"Started\"}(a||(a={}));var d=function(){function t(){this._MaxPackageSizeInBytes=u.MaxPackageSizeInBytes(),this._listeners=[],this._status=a.Created,this._etag=null,this._testServerResponseHook=null,this._isPaused=!1}return t.prototype.Initialize=function(e){if(this._status!=a.Created)throw new r(i.DATARV_ERROR_INVALID_STATUS);if(!e||!e.collectorUrl)throw new r(i.DATARV_ERROR_INVALID_CONFIG);this._config=e,this._Reset(),this._status=a.Initialized,this._Verbose(\"Initialize() done\")},t.prototype.AddListener=function(e){if(this._status<a.Initialized)throw new r(i.DATARV_ERROR_INVALID_STATUS);this._Verbose([\"AddListener(), status: \",this._status,\" old length: \",this._listeners.length,\" func: \",e].join(\"\"));for(var t=0;t<this._listeners.length;++t)if(this._listeners[t]==e)return void this._Verbose(\"the listener has been added already, index: \"+t);this._listeners.push(e),this._Verbose(\"AddListener() done, the new length: \"+this._listeners.length)},t.prototype.RemoveListener=function(e){if(this._status<a.Initialized)throw new r(i.DATARV_ERROR_INVALID_STATUS);this._Verbose([\"RemoveListener(), status: \",this._status,\" old length: \",this._listeners.length,\" func: \",e].join(\"\"));for(var t=0;t<this._listeners.length;++t)if(this._listeners[t]==e)return 1==this._listeners.length?this._listeners=[]:t==this._listeners.length-1?this._listeners.pop():this._listeners[t]=this._listeners.pop(),void this._Verbose([\"this listener has been found, index: \",t,\"new length: \",this._listeners.length].join(\"\"));this._Verbose(\"listener isn't been found, new length\"+this._listeners.length)},t.prototype.Start=function(){if(this._status<a.Initialized)throw new r(i.DATARV_ERROR_INVALID_STATUS);this._Verbose([\"Start(), status:\",this._status,\"tag:\",t._tag].join(\" \")),this._status>=a.Started&&this._Verbose(\"Start() already, ignore\"),++t._tag,this._status=a.Started,this._Verbose([\"Start() done, status: \",this._status,\"tag: \",t._tag].join(\"\"))},t.prototype.Stop=function(){if(this._status<a.Initialized)throw new r(i.DATARV_ERROR_INVALID_STATUS);return this._Verbose(\"Stop(), status: \"+this._status),this._status==a.Initialized?void this._Verbose(\"Stop() already, ignore\"):(this._Reset(),this._status=a.Initialized,void this._Verbose(\"Stop() done, status: \"+this._status))},t.prototype.Pause=function(){this._isPaused=!0,this._CleanTimer()},t.prototype.Resume=function(){this._isPaused=!1,this._eventsCache.IsEmpty()||this._timer||this._ScheduleTimer(!1)},t.prototype.Flush=function(e){this._eventsCache.IsEmpty()||this._WorkThread(e,!0)},t.prototype.SendAsync=function(e,n){if(this._status<a.Initialized)throw new r(i.DATARV_ERROR_INVALID_STATUS);if(this._Verbose([\"SendAsync(), status:\",this._status,\"tenantToken:\",e,\"count:\",n.length].join(\" \")),this._status<a.Started)return this._Info(\"SendAsync(), not started, ignore, return false\"),!1;if(!e||!n)throw this._Error(\"SendAsync(), tenantToken or events is null or empty\"),new r(i.DATARV_ERROR_INVALID_ARG);for(var o=0;o<n.length;++o)if(!n[o].Id||!t._eventTypeRegex.test(n[o].EventType)||n[o].Timestamp.Equals(\"0\"))throw this._Error([\"eventId:\",n[o].Id,\"eventType:\",n[o].EventType,\"timestamp high:\",n[o].Timestamp.high,\"timestamp low:\",n[o].Timestamp.low].join(\"\")),new r(i.DATARV_ERROR_INVALID_EVENT);return this._eventsCache.AddEvents(e,n),this._Verbose([\"SendAsync(), currentTimer: \",this._timer,\"eventsCacheIsEmpty\",this._eventsCache.IsEmpty()].join(\" \")),this._eventsCache.IsEmpty()||this._timer||this._ScheduleTimer(!1),this._Verbose(\"SendAsync() done\"),!0},t.prototype._WorkThread=function(e,n){var i=this;try{if(this._Verbose(\"_WorkThread, status: \"+this._status),this._status<a.Started)return void this._Verbose(\"_WorkThread, status is not started, return\");var r=this._eventsCache.DequeuEvents();if(null==r)return this._Verbose(\"_WorkThread, No events found, return\"),void this._CleanTimer();var o=this._PackEvents(r.tenantToken,r.events);if(this._eventsCache.AddEvents(r.tenantToken,o.remainedEvents),null==o.buffer||0==o.buffer.length)return void(this._eventsCache.IsEmpty()?(this._Verbose(\"eventsCache is empty, stop schedule\"),this._CleanTimer()):(this._Verbose(\"eventsCache is not empty, schedule for next run\"),this._ScheduleTimer(!1)));if(this._testServerResponseHook){var s=this._testServerResponseHook();return void setTimeout(this._SendCallback(d,r.tenantToken,o.sendEvents,s,!1,null),100)}var u={type:\"POST\",url:this._config.collectorUrl,processData:!1,headers:{\"content-type\":\"application\/bond-compact-binary\",\"client-id\":\"NO_AUTH\",\"sdk-version\":\"ACT-Web-JS-\"+clienttelemetry_build.version},complete:function(t){return i._SendCallback(d,r.tenantToken,o.sendEvents,t,n,e)}};sct.Utils.IsUint8ArrSupported()?(this._Verbose(\"Uint8Array is defined, send with binary format directly.\"),u.data=new Uint8Array(o.buffer)):(this._Verbose(\"Uint8Array is undefined, send with base64 encode.\"),u.data=Microsoft.Bond.Encoding.Base64.GetString(o.buffer),u.headers[\"content-encoding\"]=\"base64\"),r.tenantToken&#038;&#038;(u.headers[\"x-apikey\"]=r.tenantToken);var d=t._tag;this._lastActiveTime=(new Date).getTime(),sct.Utils.ajax(u,n),this._Verbose(\"_Workthread, send via jquery, tag: \"+d)}catch(e){this._Error(\"_WorkThread, exception: \"+e)}},t.prototype._PackEvents=function(t,n){this._Verbose(\"_PackageEvents, total Count: \"+n.length);var i=new e.datamodels.ClientToCollectorRequest,r=new e.datamodels.DataPackage;r.Source=\"JS_default_source\",r.DataPackageId=e.datamodels.utils.GetGuid(),r.Timestamp=e.datamodels.utils.GetTimeStamp();var o,s=n;for(n=[];;){if(r.Records=[],r.Records.push.apply(r.Records,s),i.DataPackages=[],i.DataPackages.push(r),o=this._Serialize(i),this._Verbose([\"_PackageEvents, sendEvents.length:\",s.length,\"buffer.length:\",o.length,\"MaxPackageSize:\",this._MaxPackageSizeInBytes].join(\"\")),o.length<this._MaxPackageSizeInBytes)break;if(1==s.length){s=[],o=null;break}var a=s.splice(0,Math.floor(s.length\/2));this._Verbose(\"_PackageEvents, too large, package again\"),n.push.apply(n,s),s=a}return this._Verbose([\"_PakcageEvents done, sendEventsCount:\",s.length,\"buffer.length:\",null==o?0:o.length,\"remained events:\",n.length].join(\"\")),{buffer:o,sendEvents:s,remainedEvents:n}},t.prototype._Serialize=function(e){var t=new Microsoft.Bond.IO.MemoryStream,n=new Microsoft.Bond.CompactBinaryProtocolWriter(t);return e.Write(n),t.GetBuffer()},t.prototype._SendCallback=function(e,i,r,o,s,u){if(this._Verbose([\"_SendCallback\",\"tag:\",e,\"current tag:\",t._tag,\"tenantToken:\",i,\"events count:\",r.length,\"jqXHR:\",o].join(\"\")),u&#038;&#038;u(o?o.status:0,i,r),!s){var d=null!=o&#038;&#038;o.status>=200&&o.status<300;if(this._status<a.Started||e<t._tag)return void this._Verbose(\"_SendCallback, is not started, or tag is not the same, return\");if(!d&#038;&#038;(!o||o.status&#038;&#038;400!=o.status))return this._Verbose(\"retry statusCode: \"+(o?o.status:0)),this._eventsCache.AddEvents(i,r),void this._ScheduleTimer(!0);for(var c=0;c<this._listeners.length;++c)this._listeners[c](d?n.SENT:n.SEND_FAILED,o?o.status:0,i,r);this._eventsCache.IsEmpty()?(this._Verbose(\"eventsCache is empty, stop schedule\"),this._CleanTimer()):(this._Verbose(\"eventsCache is not empty, schedule for next run\"),this._ScheduleTimer(!1))}},t.prototype._CleanTimer=function(){\nthis._Verbose(\"_CleanTimer(), timer: \"+this._timer),this._timer&#038;&#038;(clearTimeout(this._timer),this._timer=null)},t.prototype._ScheduleTimer=function(e){var t=this;if(!this._isPaused)if(this._Verbose(\"_ScheduleTimer: isRetry: \"+e),this._CleanTimer(),e){this._Verbose(\"_ScheduleTimer, current factor: \"+this._rescheduleFactor);var n=Math.floor(5*this._rescheduleFactor*(1+Math.random()));this._timer=setTimeout(function(){return t._WorkThread(null,!1)},1e3*n),this._Verbose(\"_ScheduleTimer, next try (s): \"+n),this._rescheduleFactor<<=1,this._rescheduleFactor>64&&(this._rescheduleFactor=1)}else{var n=0,i=(new Date).getTime(),r=i-this._lastActiveTime;n=r>u.TimeIntervalForNextSendInMS()?0:u.TimeIntervalForNextSendInMS()-r,this._timer=setTimeout(function(){return t._WorkThread(null,!1)},n),this._Verbose(\"_ScheduleTimer, next try: \"+n),this._rescheduleFactor=1}},t.prototype._Verbose=function(e){this._config.log&&this._config.log.Verbose(\"[TelemetryManagerImpl]: \"+e)},t.prototype._Info=function(e){this._config.log&&this._config.log.Info(\"[TelemetryManagerImpl]: \"+e)},t.prototype._Error=function(e){this._config.log&&this._config.log.Error(\"[TelemetryManagerImpl]: \"+e)},t.prototype._Reset=function(){this._Verbose(\"Reset()\"),this._CleanTimer(),this._lastActiveTime=0,this._rescheduleFactor=1,this._sendingEvents=[],this._eventsCache=new c},t.prototype.__GetListenerArray=function(){return this._listeners},t.prototype.__GetTotalEventsCount=function(){return this._eventsCache.GetTotalEventsCount()},t.prototype.__IsScheduled=function(){return null!=this._timer},t.prototype.__ChageMaxPackageSizeInKB=function(e){this._MaxPackageSizeInBytes=1024*e},t.prototype.__SetTestServerResponseHook=function(e){this._testServerResponseHook=e},t._eventTypeRegex=\/^[a-zA-Z0-9]([a-zA-Z0-9]|_){2,98}[a-zA-Z0-9]$\/,t._tag=0,t}(),c=function(){function e(){this._events={},this._tokens=[]}return e.prototype.AddEvents=function(e,t){t.length&&(this._events[e]||(this._events[e]=[],this._tokens.push(e)),this._events[e].push.apply(this._events[e],t))},e.prototype.IsEmpty=function(){return 0==this._tokens.length},e.prototype.DequeuEvents=function(){if(0==this._tokens.length)return null;var e=this._tokens.shift(),t=this._events[e];return delete this._events[e],{tenantToken:e,events:t}},e.prototype.GetTotalEventsCount=function(){var e=0;for(var t in this._events)e+=this._events[t].length;return e},e}()}(t=e._sender||(e._sender={}))}(t=e.telemetry||(e.telemetry={}))}(t=e.applications||(e.applications={}))}(microsoft||(microsoft={}));var microsoft;!function(e){var t;!function(t){var n;!function(t){var n=t._sender.TelemetryManagerFactory.CreateTelemetryManager(),i=function(){function e(){this.collectorUrl=null,this.enableAutoUserSession=!1,this.browserOverrides=new r}return e}();t.LogConfiguration=i;var r=function(){function e(){this.onSaveData=null,this.onGetData=null}return e}();t.LogConfigurationBrowserOverrides=r;var o=function(){function e(){this.value=null,this.pii=null}return e._isPii=function(e){return null!==e&&void 0!==e&&e!==t.datamodels.PIIKind.NotSet&&!isNaN(e)&&void 0!==t.datamodels.PIIKind[e]},e}(),s=function(){function e(){this.name=null,this.timestamp=null,this.properties={},this.eventType=null}return e.prototype.setProperty=function(n,i,r){if(!n||!e._propertyNameRegex.test(n))throw new u(a.INVALID_PROPERTY_NAME);r?this.properties[n]={value:i,pii:r!=t.datamodels.PIIKind.NotSet?r:null}:this.properties[n]={value:i,pii:null}},e._propertyNameRegex=\/^[a-zA-Z0-9](([a-zA-Z0-9|_|\\.]){0,98}[a-zA-Z0-9])?$\/,e}();t.EventProperties=s,function(e){e[e.INVALID_TENANT_TOKEN=1]=\"INVALID_TENANT_TOKEN\",e[e.MISSING_EVENT_PROPERTIES_NAME=2]=\"MISSING_EVENT_PROPERTIES_NAME\",e[e.INVALID_PROPERTY_NAME=3]=\"INVALID_PROPERTY_NAME\",e[e.MISSING_FAILURE_SIGNATURE=5]=\"MISSING_FAILURE_SIGNATURE\",e[e.MISSING_FAILURE_DETAIL=6]=\"MISSING_FAILURE_DETAIL\",e[e.MISSING_PAGEVIEW_ID=7]=\"MISSING_PAGEVIEW_ID\",e[e.MISSING_PAGEVIEW_NAME=8]=\"MISSING_PAGEVIEW_NAME\",e[e.INVALID_SESSION_STATE=9]=\"INVALID_SESSION_STATE\",e[e.INVALID_CONFIGURATION_USE_CUSTOM_GET_SET=10]=\"INVALID_CONFIGURATION_USE_CUSTOM_GET_SET\"}(t.TelemetryError||(t.TelemetryError={}));var a=t.TelemetryError,u=function(){function e(e){this.errorCode=null,this.errorCode=e}return e.prototype.ErrorCode=function(){return this.errorCode},e.prototype.toString=function(){switch(this.errorCode){case a.INVALID_TENANT_TOKEN:return\"Invalid tenant token\";case a.MISSING_EVENT_PROPERTIES_NAME:return\"Eventproperties.name can not be null or empty\";case a.INVALID_PROPERTY_NAME:return\"Invalid Key. Key does not conform to regular expression ^[a-zA-Z0-9](([a-zA-Z0-9|_|.]){0,98}[a-zA-Z0-9])?$\";case a.MISSING_FAILURE_SIGNATURE:return\"Failure signature can't be null or empty.\";case a.MISSING_FAILURE_DETAIL:return\"Failure detail can't be null or empty.\";case a.MISSING_PAGEVIEW_ID:return\"Pageview id can't be null or empty.\";case a.MISSING_PAGEVIEW_NAME:return\"Pageview name can't be null or empty.\";case a.INVALID_SESSION_STATE:return\"Session state has to be a value from the SessionState enum.\";case a.INVALID_CONFIGURATION_USE_CUSTOM_GET_SET:return\"Invalid configuration provided during initialization. Both onGetConfigData and onSaveConfigData must be provided together.  These are manditory when running in a non-brower enviornment\";default:return\"Unknown error\"}},e}();t.Exception=u;var d=function(){function n(e){this.contextMap={},this.piiKind=t.datamodels.PIIKind.NotSet,this._allowDeviceInfoFields=!1,this._allowDeviceInfoFields=e}return n.prototype.setAppId=function(e){e&&(this.contextMap[\"AppInfo.Id\"]=e)},n.prototype.setAppVersion=function(e){e&&(this.contextMap[\"AppInfo.Version\"]=e)},n.prototype.setAppLanguage=function(e){e&&(this.contextMap[\"AppInfo.Language\"]=e)},n.prototype.setDeviceId=function(e){e&&this._allowDeviceInfoFields&&(this.contextMap[\"DeviceInfo.Id\"]=e,c.checkAndUpdateDeviceId(e))},n.prototype.setDeviceOsName=function(e){e&&this._allowDeviceInfoFields&&(this.contextMap[\"DeviceInfo.OsName\"]=e)},n.prototype.setDeviceOsVersion=function(e){e&&this._allowDeviceInfoFields&&(this.contextMap[\"DeviceInfo.OsVersion\"]=e)},n.prototype.setDeviceBrowserName=function(e){e&&this._allowDeviceInfoFields&&(this.contextMap[\"DeviceInfo.BrowserName\"]=e)},n.prototype.setDeviceBrowserVersion=function(e){e&&this._allowDeviceInfoFields&&(this.contextMap[\"DeviceInfo.BrowserVersion\"]=e)},n.prototype.setUserId=function(t,n,i){if(t&&(this.contextMap[\"UserInfo.Id\"]=t),i)this.contextMap[\"UserInfo.IdType\"]=i;else{var r;switch(n){case e.applications.telemetry.datamodels.PIIKind.SipAddress:r=e.applications.telemetry.datamodels.UserIdType.SipAddress;break;case e.applications.telemetry.datamodels.PIIKind.PhoneNumber:r=e.applications.telemetry.datamodels.UserIdType.PhoneNumber;break;case e.applications.telemetry.datamodels.PIIKind.SmtpAddress:r=e.applications.telemetry.datamodels.UserIdType.EmailAddress;break;default:r=e.applications.telemetry.datamodels.UserIdType.Unknown}this.contextMap[\"UserInfo.IdType\"]=r}if(n)o._isPii(n)&&(this.piiKind=n);else{var s;switch(i){case e.applications.telemetry.datamodels.UserIdType.Skype:s=e.applications.telemetry.datamodels.PIIKind.Identity;break;case e.applications.telemetry.datamodels.UserIdType.EmailAddress:s=e.applications.telemetry.datamodels.PIIKind.SmtpAddress;break;case e.applications.telemetry.datamodels.UserIdType.PhoneNumber:s=e.applications.telemetry.datamodels.PIIKind.PhoneNumber;break;case e.applications.telemetry.datamodels.UserIdType.SipAddress:s=e.applications.telemetry.datamodels.PIIKind.SipAddress;break;default:s=e.applications.telemetry.datamodels.PIIKind.NotSet}o._isPii(s)&&(this.piiKind=s)}},n.prototype.setUserMsaId=function(e){e&&(this.contextMap[\"UserInfo.MsaId\"]=e)},n.prototype.setUserANID=function(e){e&&(this.contextMap[\"UserInfo.ANID\"]=e)},n.prototype.setUserAdvertisingId=function(e){e&&(this.contextMap[\"UserInfo.AdvertisingId\"]=e)},n.prototype.setUserTimeZone=function(e){e&&(this.contextMap[\"UserInfo.TimeZone\"]=e)},n.prototype.setUserLanguage=function(e){e&&(this.contextMap[\"UserInfo.Language\"]=e)},n}();t.SemanticContext=d;var c=function(){function e(){}return e.initialize=function(n){this._overrides=n;var i=e._getAppLanguage();i&&e.semanticContext.setAppLanguage(i);var r=e._getUserLanguage();r&&e.semanticContext.setUserLanguage(r);var o=(new Date).getTimezoneOffset(),s=o%60,a=(o-s)\/60,u=\"+\";a>0&&(u=\"-\"),a=Math.abs(a),s=Math.abs(s),e.semanticContext.setUserTimeZone(u+(a<10?\"0\"+a:a.toString())+\":\"+(s<10?\"0\"+s:s.toString()));var d=e._getUserAgent();d&#038;&#038;(e.semanticContext.setDeviceBrowserName(e._getBrowserName()),e.semanticContext.setDeviceBrowserVersion(e._getBrowserVersion()),e.semanticContext.setDeviceOsName(e._getOsName()),e.semanticContext.setDeviceOsVersion(e._getOsVersion()));var c=e._getData(e.DEVICE_ID_COOKIE);c&#038;&#038;\"\"!=c||(c=t.datamodels.utils.GetGuid()),e.semanticContext.setDeviceId(c)},e.checkAndUpdateDeviceId=function(t){var n=e._getData(e.DEVICE_ID_COOKIE);n!=t&#038;&#038;(e._saveData(e.DEVICE_ID_COOKIE,t),e._saveData(e.FIRST_LAUNCH_TIME_COOKIE,(new Date).getTime().toString()));var i=e._getData(e.FIRST_LAUNCH_TIME_COOKIE);e.firstLaunchTime=parseInt(i)},e._saveData=function(e,t){if(this._overrides.onSaveData)this._overrides.onSaveData(e,t);else if(\"undefined\"!=typeof document&#038;&#038;document.cookie){var n=\"expires=Mon, 31 Dec 2029 23:59:59 GMT\";document.cookie=e+\"=\"+t+\"; \"+n}},e._getData=function(e){if(this._overrides.onGetData)return this._overrides.onGetData(e)||\"\";if(\"undefined\"!=typeof document&#038;&#038;document.cookie)for(var t=e+\"=\",n=document.cookie.split(\";\"),i=0;i<n.length;i++){for(var r=n[i],o=0;\" \"==r.charAt(o);)o++;if(r=r.substring(o),0==r.indexOf(t))return r.substring(t.length,r.length)}return\"\"},e._getUserAgent=function(){return\"undefined\"!=typeof navigator?navigator.userAgent||\"\":\"\"},e._getAppLanguage=function(){return\"undefined\"!=typeof document&#038;&#038;document.documentElement?document.documentElement.lang:null},e._getUserLanguage=function(){return\"undefined\"!=typeof navigator?navigator.userLanguage||navigator.language:null},e._userAgentContainsString=function(t){return e._getUserAgent().indexOf(t)>-1},e._isIe=function(){return e._userAgentContainsString(\"Trident\")},e._isEdge=function(){return e._userAgentContainsString(e.BROWSERS.EDGE)},e._isOpera=function(){return e._userAgentContainsString(\"OPR\/\")},e._getBrowserName=function(){return e._isOpera()?e.BROWSERS.UNKNOWN:e._userAgentContainsString(e.BROWSERS.PHANTOMJS)?e.BROWSERS.PHANTOMJS:e._isEdge()?e.BROWSERS.EDGE:e._userAgentContainsString(e.BROWSERS.ELECTRON)?e.BROWSERS.ELECTRON:e._userAgentContainsString(e.BROWSERS.CHROME)?e.BROWSERS.CHROME:e._userAgentContainsString(e.BROWSERS.FIREFOX)?e.BROWSERS.FIREFOX:e._userAgentContainsString(e.BROWSERS.SAFARI)?e.BROWSERS.SAFARI:e._userAgentContainsString(e.BROWSERS.SKYPE_SHELL)?e.BROWSERS.SKYPE_SHELL:e._isIe()?e.BROWSERS.MSIE:e.BROWSERS.UNKNOWN},e._getBrowserVersion=function(){function t(){var t,n=e._getUserAgent(),i=n.match(new RegExp(e.BROWSERS.MSIE+\" \"+e.REGEX_VERSION));return i?i[1]:(t=n.match(new RegExp(\"rv:\"+e.REGEX_VERSION)))?t[1]:void 0}function n(t){var n;return t===e.BROWSERS.SAFARI&&(t=\"Version\"),n=e._getUserAgent().match(new RegExp(t+\"\/\"+e.REGEX_VERSION)),n?n[1]:e.UNKNOWN_VERSION}return e._isIe()?t():n(e._getBrowserName())},e._getOsName=function(){var t=\/(windows|win32)\/i,n=\/ arm;\/i,i=\/windows\\sphone\\s\\d+\\.\\d+\/i,r=\/(macintosh|mac os x)\/i,o=\/(iPad|iPhone|iPod)(?=.*like Mac OS X)\/i,s=\/(linux|joli|[kxln]?ubuntu|debian|[open]*suse|gentoo|arch|slackware|fedora|mandriva|centos|pclinuxos|redhat|zenwalk)\/i,a=\/android\/i;return e._getUserAgent().match(i)?e.OPERATING_SYSTEMS.WINDOWS_PHONE:e._getUserAgent().match(n)?e.OPERATING_SYSTEMS.WINDOWS_RT:e._getUserAgent().match(o)?e.OPERATING_SYSTEMS.IOS:e._getUserAgent().match(a)?e.OPERATING_SYSTEMS.ANDROID:e._getUserAgent().match(s)?e.OPERATING_SYSTEMS.LINUX:e._getUserAgent().match(r)?e.OPERATING_SYSTEMS.MACOSX:e._getUserAgent().match(t)?e.OPERATING_SYSTEMS.WINDOWS:e.OPERATING_SYSTEMS.UNKNOWN},e._getOsVersion=function(){function t(){var t=e._getUserAgent().match(new RegExp(\"Windows NT \"+e.REGEX_VERSION));return t&&e.VERSION_MAPPINGS[t[1]]?e.VERSION_MAPPINGS[t[1]]:e.UNKNOWN_VERSION}function n(){var t=e._getUserAgent().match(new RegExp(e.OPERATING_SYSTEMS.MACOSX+\" \"+e.REGEX_VERSION_MAC));if(t){var n=t[1].replace(\/_\/g,\".\"),r=[];if(n){var o=i(n);return o?(r=n.split(o),r[0]):n}}return e.UNKNOWN_VERSION}function i(e){return e.indexOf(\".\")>-1?\".\":e.indexOf(\"_\")>-1?\"_\":null}return e._getOsName()===e.OPERATING_SYSTEMS.WINDOWS?t():e._getOsName()===e.OPERATING_SYSTEMS.MACOSX?n():e.UNKNOWN_VERSION},e.semanticContext=new d((!0)),e.firstLaunchTime=-1,e.BROWSERS={MSIE:\"MSIE\",CHROME:\"Chrome\",FIREFOX:\"Firefox\",SAFARI:\"Safari\",EDGE:\"Edge\",ELECTRON:\"Electron\",SKYPE_SHELL:\"SkypeShell\",PHANTOMJS:\"PhantomJS\",UNKNOWN:\"Unknown\"},e.OPERATING_SYSTEMS={WINDOWS:\"Windows\",MACOSX:\"Mac OS X\",WINDOWS_PHONE:\"Windows Phone\",WINDOWS_RT:\"Windows RT\",IOS:\"iOS\",ANDROID:\"Android\",LINUX:\"Linux\",UNKNOWN:\"Unknown\"},e.VERSION_MAPPINGS={5.1:\"XP\",\"6.0\":\"Vista\",6.1:\"7\",6.2:\"8\",6.3:\"8.1\",\"10.0\":\"10\"},e.REGEX_VERSION=\"([\\\\d,.]+)\",e.REGEX_VERSION_MAC=\"([\\\\d,_,.]+)\",e.UNKNOWN_VERSION=\"Unknown\",e.DEVICE_ID_COOKIE=\"MicrosoftApplicationsTelemetryDeviceId\",e.FIRST_LAUNCH_TIME_COOKIE=\"MicrosoftApplicationsTelemetryFirstLaunchTime\",e}();!function(e){e[e.STARTED=0]=\"STARTED\",e[e.ENDED=1]=\"ENDED\"}(t.SessionState||(t.SessionState={}));var l=t.SessionState,_=function(){function e(){}return e.initialize=function(t,i){if(!e._initialized){if(!t)throw new u(a.INVALID_TENANT_TOKEN);if(e._defaultToken=t,e._tmConfig.collectorUrl=\"https:\/\/browser.pipe.aria.microsoft.com\/Collector\/3.0\/\",e._configuration=i,!(\"undefined\"!=typeof window||i&&i.browserOverrides&&i.browserOverrides.onGetData))throw new u(a.INVALID_CONFIGURATION_USE_CUSTOM_GET_SET);var o=new r;if(i&&(i.collectorUrl&&(e._tmConfig.collectorUrl=i.collectorUrl),i.browserOverrides)){if(i.browserOverrides.onGetData?!i.browserOverrides.onSaveData:!!i.browserOverrides.onSaveData)throw new u(a.INVALID_CONFIGURATION_USE_CUSTOM_GET_SET);o.onGetData=i.browserOverrides.onGetData,o.onSaveData=i.browserOverrides.onSaveData}n.Initialize(e._tmConfig),n.Start(),c.initialize(o),e._initialized=!0,\"undefined\"!=typeof window&&window.addEventListener&&(i&&i.enableAutoUserSession&&(e._logger=new f,e._logger.logSession(l.STARTED)),window.addEventListener(\"beforeunload\",e._teardown))}},e.pauseTransmission=function(){n.Pause()},e.resumeTransmission=function(){n.Resume()},e.flush=function(e){n.Flush(e)},e.addCallbackListener=function(t){e._initialized&&n.AddListener(t)},e.setContext=function(t,n,i){e._contextProperties.setProperty(t,n,i)},e.isInitialized=function(){return e._initialized},e.getDefaultToken=function(){return e._defaultToken},e.getSemanticContext=function(){return e._semanticContext},e._getInitIdForToken=function(n){return e._initIdMap[n]||(e._initIdMap[n]=t.datamodels.utils.GetGuid()),e._initIdMap[n]},e._getSequenceForToken=function(t){return e._sequenceMap[t]||(e._sequenceMap[t]=0),e._sequenceMap[t]++,e._sequenceMap[t]},e._teardown=function(){e._logger&&e._logger.logSession(l.ENDED),e.flush()},e.__backToUninitialized=function(){e._tmConfig=new t._sender.TelemetryConfig,e._semanticContext=new d((!0)),e._contextProperties=new s,e._configuration=null,n=t._sender.TelemetryManagerFactory.CreateTelemetryManager(),e._initialized=!1,e._initIdMap={},e._sequenceMap={}},e._initialized=!1,e._defaultToken=null,e._tmConfig=new t._sender.TelemetryConfig,e._logger=null,e._initIdMap={},e._sequenceMap={},e._configuration=null,e._contextProperties=new s,e._semanticContext=new d((!0)),e}();t.LogManager=_;var f=function(){function e(e){this._initId=null,this._tenantToken=null,this._contextProperties=new s,this._semanticContext=new d((!1)),this._sessionStartTime=0,this._sessionId=null,e?this._tenantToken=e:this._tenantToken=_.getDefaultToken(),this._initId=_._getInitIdForToken(this._tenantToken)}return e.prototype.logEvent=function(e){if(!e.name)throw new u(a.MISSING_EVENT_PROPERTIES_NAME);var t=this._createEventRecord(e.name,e.eventType);this._addPropertiesAndSendEvent(t,e)},e.prototype.logFailure=function(e,t,n,i,r){if(!e)throw new u(a.MISSING_FAILURE_SIGNATURE);if(!t)throw new u(a.MISSING_FAILURE_DETAIL);var o=this._createEventRecord(\"failure\",\"failure\");o.Extension.Add(\"Failure.Signature\",e),o.Extension.Add(\"Failure.Detail\",t),n&&o.Extension.Add(\"Failure.Category\",n),i&&o.Extension.Add(\"Failure.Id\",i),this._addPropertiesAndSendEvent(o,r)},e.prototype.logPageView=function(e,t,n,i,r,o){if(!e)throw new u(a.MISSING_PAGEVIEW_ID);if(!t)throw new u(a.MISSING_PAGEVIEW_NAME);var s=this._createEventRecord(\"pageview\",\"pageview\");s.Extension.Add(\"PageView.Id\",e),s.Extension.Add(\"PageView.Name\",t),n&&s.Extension.Add(\"PageView.Category\",n),i&&s.Extension.Add(\"PageView.Uri\",i),r&&s.Extension.Add(\"PageView.ReferrerUri\",r),this._addPropertiesAndSendEvent(s,o)},e.prototype.logSession=function(e,n){if(e!==l.STARTED&&e!==l.ENDED)throw new u(a.INVALID_SESSION_STATE);var i=this._createEventRecord(\"session\",\"session\");if(e===l.STARTED){if(this._sessionStartTime>0)return;this._sessionStartTime=(new Date).getTime(),this._sessionId=t.datamodels.utils.GetGuid(),i.Extension.Add(\"Session.Id\",this._sessionId),i.Extension.Add(\"Session.State\",\"Started\")}else if(e===l.ENDED){if(0==this._sessionStartTime)return;var r=Math.floor(((new Date).getTime()-this._sessionStartTime)\/1e3);i.Extension.Add(\"Session.Duration\",r.toString()),i.Extension.Add(\"Session.DurationBucket\",this._getSessionDurationFromTime(r)),i.Extension.Add(\"Session.Id\",this._sessionId),i.Extension.Add(\"Session.State\",\"Ended\"),this._sessionId=null,this._sessionStartTime=0}i.Extension.Add(\"Session.FirstLaunchTime\",this._getISOString(new Date(c.firstLaunchTime))),this._addPropertiesAndSendEvent(i,n)},e.prototype.getSessionId=function(){return this._sessionId},e.prototype.setContext=function(e,t,n){this._contextProperties.setProperty(e,t,n)},e.prototype.getSemanticContext=function(){return this._semanticContext},e.prototype._getSessionDurationFromTime=function(e){return e<0?\"Undefined\":e<=3?\"UpTo3Sec\":e<=10?\"UpTo10Sec\":e<=30?\"UpTo30Sec\":e<=60?\"UpTo60Sec\":e<=180?\"UpTo3Min\":e<=600?\"UpTo10Min\":e<=1800?\"UpTo30Min\":\"Above30Min\"},e.prototype._createEventRecord=function(e,n){var i=new t.datamodels.Record;n||(n=\"custom\"),i.EventType=e.toLowerCase(),i.Type=n.toLowerCase(),i.Extension.Add(\"EventInfo.Source\",\"JS_default_source\"),i.Extension.Add(\"EventInfo.InitId\",this._initId),i.Extension.Add(\"EventInfo.Sequence\",_._getSequenceForToken(this._tenantToken).toString()),i.Extension.Add(\"EventInfo.Name\",e.toLowerCase());var r=new Date;return i.Timestamp=t.datamodels.utils.GetTimeStampWithValue(r.getTime()),i.Extension.Add(\"EventInfo.Time\",this._getISOString(r)),i.Extension.Add(\"EventInfo.SdkVersion\",\"ACT-Web-JS-\"+clienttelemetry_build.version),i},e.prototype._getISOString=function(e){function t(e){return e<10?\"0\"+e:e.toString()}function n(e){return e<10?\"00\"+e:e<100?\"0\"+e:e.toString()}return e.getUTCFullYear()+\"-\"+t(e.getUTCMonth()+1)+\"-\"+t(e.getUTCDate())+\"T\"+t(e.getUTCHours())+\":\"+t(e.getUTCMinutes())+\":\"+t(e.getUTCSeconds())+\".\"+n(e.getUTCMilliseconds())+\"Z\"},e.prototype._addCustomPropertiesToEvent=function(e,t){this._addSemanticContext(e,c.semanticContext),this._addSemanticContext(e,_._semanticContext),this._addSemanticContext(e,this._semanticContext),this._sessionId&#038;&#038;e.Extension.Add(\"Session.Id\",this._sessionId),this._addEventPropertiesToEvent(e,_._contextProperties),this._addEventPropertiesToEvent(e,this._contextProperties),this._addEventPropertiesToEvent(e,t)},e.prototype._addSemanticContext=function(e,n){if(n&#038;&#038;n.contextMap){var i=n.contextMap;for(var r in n.contextMap)\"UserInfo.Id\"==r&#038;&#038;n.piiKind!=t.datamodels.PIIKind.NotSet?e.AddOrReplacePII(r,i[r],n.piiKind):e.Extension.AddOrReplace(r,i[r])}},e.prototype._addEventPropertiesToEvent=function(e,n){if(n){n.timestamp&#038;&#038;n.timestamp>=new Date(\"1\/1\/2000\").getTime()&&(e.Timestamp=t.datamodels.utils.GetTimeStampWithValue(n.timestamp),e.Extension.AddOrReplace(\"EventInfo.Time\",this._getISOString(new Date(n.timestamp)))),n.name&&(e.EventType=n.name.toLowerCase(),e.Extension.AddOrReplace(\"EventInfo.Name\",n.name.toLowerCase()));var i=n.properties;if(i)for(var r in i)r&&(i[r].value||i[r].value===!1||0==i[r].value||\"\"==i[r].value)&&(o._isPii(i[r].pii)?(e.AddOrReplacePII(r,i[r].value.toString(),i[r].pii),e.Extension.Remove(r)):(e.Extension.AddOrReplace(r,i[r].value.toString()),e.PIIExtensions.Remove(r)))}},e.prototype._addPropertiesAndSendEvent=function(e,t){this._addCustomPropertiesToEvent(e,t),_.isInitialized()&&(this._sanitizeName(e),n.SendAsync(this._tenantToken,[e]))},e.prototype._sanitizeName=function(e){var t=e.EventType.replace(\/\\.\/g,\"_\");e.EventType=t,e.Extension.AddOrReplace(\"EventInfo.Name\",t)},e}();t.Logger=f}(n=t.telemetry||(t.telemetry={}))}(t=e.applications||(e.applications={}))}(microsoft||(microsoft={})),\"undefined\"!=typeof module&&(module.exports=microsoft.applications.telemetry);\nwindow.scriptsLoaded['aria-web-telemetry.js'] = 1; window.scriptProcessEnd = window.scriptProcessEnd || {}; window.scriptProcessEnd['aria-web-telemetry.js'] = (new Date()).getTime(); } catch(e) { window.owaLastErrorReported = e; throw e; }\n\n        var LT_ANY=\"Any\";var LT_MOUSE=\"Mouse\";var LT_TNARROW=\"TNarrow\";var LT_TWIDE=\"TWide\";var layout,bootTraceTimerId,cdnEndPointName,lcver,readingPaneOn,parseEndTimes={},owaRedirecting;function getQueryStr(){return window.location.search?window.location.search:\"\"}function isPalEnabled(){var n=getQueryStr();return document.cookie.indexOf(\"PALEnabled\")!=-1||n.indexOf(\"palenabled=1\")!=-1}function validateLocalStorage(){if(isLocalStorageEnabled==undefined)try{if(window.localStorage!=null){window.localStorage.dummy=\"dummy\";window.localStorage.removeItem(\"dummy\");isLocalStorageEnabled=!0}else isLocalStorageEnabled=!1}catch(n){isLocalStorageEnabled=!1}return isLocalStorageEnabled}var isLocalStorageEnabled=validateLocalStorage();function getLocalStorageValue(n){return validateLocalStorage()?window.localStorage[n]:undefined}function setLocalStorageValue(n,t){if(!validateLocalStorage())return undefined;var i=window.localStorage[n];window.localStorage[n]=t;return i}function deleteLocalStorageValue(n){if(!validateLocalStorage())return undefined;var t=window.localStorage[n];t&&delete window.localStorage[n];return t}function getCookie(n){var t=new RegExp(\"(?:^|; )\"+encodeURIComponent(n)+\"=([^;]*)\").exec(document.cookie);return t?decodeURIComponent(t[1]):null}function eraseCookie(n,t){document.cookie=n+\"=; expires=Thu, 01 Jan 1970 00:00:01 GMT; domain=\"+t+\"; path=\/\"}function loadSlabSources(n,t,i){n!==\"\"&&n[n.length-1]!=\"\/\"&&(n+=\"\/\");for(var r=0;r<t.length;r++){var f=t[r];var u=n+f.name;document.write(\"<script src='\"+u+\"'><\/\"+\"script>\")}}function userEnabledOffline(){if(isPalEnabled())return!0;else if(isLocalStorageEnabled){var n=window.localStorage.userEnabledOffline||\"\";return n!==\"false\"&&n!=null&&n!=\"\"}}function updateStatusText(n,t){if(!isPopOut){var i=document.getElementById(\"statusText\");if(i){i.className=n;window.setTimeout(function(){i.className==n&&(i.className=n+\"Delay\")},t*1e3)}}}function appendQueryWhenBootError(n){var t=getQueryStr();(t.indexOf(\"aC=1\")>=0||t.indexOf(\"bFS=1\")>=0)&&n.indexOf(\"?\")==-1&&(n=n+\"?bO=1\");return n}function includeScripts(n,t,i,r,u,f){for(var s=0;s<t.length;s++){var l=t[s];var h=l.fileName;var e=n+h;e=appendQueryWhenBootError(e);var c=document.getElementsByTagName(\"head\")[0];if(!c.querySelector(\"script[src='\"+e+\"']\"))if(r){var o=document.createElement(\"script\");o.type=\"text\/javascript\";o.src=e;o.onload=u;o.onerror=f;c.appendChild(o)}else{document.write(\"<script src='\"+e+\"' onerror='onScriptLoadError2(this)'\");document.write(\"><\/\"+\"script>\");document.write(\"<script>parseEndTimes['\"+getFileName(h)+\"'] = ((new Date()) - window.dateZero);<\/\"+\"script>\")}}}function addCssLink(n){if(document.createStyleSheet)document.createStyleSheet(n);else{var i=document.getElementsByTagName(\"head\")[0];var t=document.createElement(\"link\");t.setAttribute(\"href\",n);t.setAttribute(\"rel\",\"stylesheet\");t.setAttribute(\"type\",\"text\/css\");i.appendChild(t)}}function includeStyles(n,t,i){var s=window.matchMedia&&window.matchMedia(\"screen and (-webkit-min-device-pixel-ratio: 2)\")&&window.matchMedia(\"screen and (-webkit-min-device-pixel-ratio: 2)\").matches;n!==\"\"&&n[n.length-1]!=\"\/\"&&(n+=\"\/\");for(var o=i.length,f=0;f<o;f++){var r=i[f];var h=r.fileName||r.name;var e=n;(r.type==\"Sprite\"||r.type==\"HighResolution\")&#038;&#038;(e=t);var u=e+h;u=appendQueryWhenBootError(u);r.highResolution||r.type==\"HighResolution\"?s&#038;&#038;addCssLink(u):addCssLink(u)}}function includeScriptsAndStyles(n,t,i,r,u,f){if(!f)for(var e in n)if(n[e]==n.boot||u){var o=n[e].PackagedSources;o||(o=n[e].Sources);loadSlabSources(t,o,layout);var s=n[e].Styles;includeStyles(i,r,s,layout)}}window.applicationBooting=!0;function suppressErrorRedirect(){return sver==\"bld_ver\"||window.location.href.indexOf(\"noErrR=1\")!=-1}(function(){isPalEnabled()||(window.onerror=function(n,t,i){if(window.applicationBooting)if(window.owaLastErrorReported){window.owaLastErrorReported.r=!0;window.owaLastErrorReported.message&#038;&#038;(n=window.owaLastErrorReported.message);window.owaLastErrorReported.stack&#038;&#038;(t=window.owaLastErrorReported.stack);window.owaLastErrorReported=null;handleBootError2(\"ClientError\",formatErrorMsg(n,t,i))}else{if(!window.owaErrorState){window.owaErrorState={};window.owaErrorState.owaUncaughtError=[]}window.owaErrorState.owaUncaughtError.push(formatErrorMsg(n,t,i))}})})();function formatErrorMsg(n,t,i){return\"exMsg=\"+n+\";file=\"+t+\":\"+i}function handleBootError2(n,t,i,r){try{if(owaRedirecting)return;var u=getQueryStr();if(appCachedPage&#038;&#038;(n==\"ScriptLoadError\"||n==\"ClientError\")&#038;&#038;!isPalEnabled()){postBootTrace(n,t);var v=userEnabledOffline()?\"10\":\"2\";trackRebootReason(v);redirect(\"aC\",\"1\")}else if(!appCachedPage||userEnabledOffline()||isPalEnabled())if(u.indexOf(\"bO=1\")!=-1||u.indexOf(\"aC=1\")!=-1||u.indexOf(\"bFS=1\")!=-1||n==\"ScriptLoadError\"||n==\"ClientError\"||n==\"USRLoadError\"||userEnabledOffline()||isPalEnabled())if(u.indexOf(\"bO=1\")!=-1||u.indexOf(\"bFS=1\")!=-1||n!=\"ScriptLoadError\"&#038;&#038;n!=\"ClientError\"&#038;&#038;n!=\"USRLoadError\"||userEnabledOffline()||isPalEnabled()){postBootTrace(n,t);isPopOut&#038;&#038;callPopOutErrorCallback(\"BootError_\"+n);if(!isPalEnabled()&#038;&#038;!userEnabledOffline()){if(t){t=encodeURIComponent(t);t.length>1024&&(t=t.substring(0,1024))}var f;var c;var l;var h;var e;var o;var s;try{f=window.owaSD.getResponseHeader(\"X-OWAErrorMessageID\");c=window.owaSD.getResponseHeader(\"request-id\");l=window.owaSD.getResponseHeader(\"X-InnerException\");e=window.owaSD.getResponseHeader(\"X-OWA-CorrelationId\");o=window.owaSD.getResponseHeader(\"X-FEServer\");h=window.owaSD.clientRequestId;s=window.traceMguid}catch(y){}f||(f=n);suppressErrorRedirect()||redirectToUrl(\"\/owa\/auth\/errorfe.aspx?owaError=\"+n+\";\"+t+\"&owaVer=\"+i+\"&be=\"+r+\"&msg=\"+f+\"&reqid=\"+c+\"&inex=\"+l+\"&creqid=\"+h+\"&fe=\"+o+\"&cid=\"+e+\"&MDB=\"+s)}}else{postBootTrace(n,t);trackRebootReason(\"9\");redirect(\"bFS\",\"1\")}else{postBootTrace(n,t);trackRebootReason(\"8\");redirect(\"bO\",\"1\")}else{postBootTrace(n,t);trackRebootReason(\"1\");redirect(\"bO\",\"1\")}}catch(y){if(!suppressErrorRedirect()){var a=y.message+\";\"+y.stack;redirectToUrl(\"\/owa\/auth\/errorfe.aspx?owaError=Unknown;handle boot error failed;\"+a+\"&owaVer=\"+i+\"&be=\"+r)}}}function onScriptLoadError2(n){var t=\"Failed to load script: \";n&&(t+=n.src);handleBootError2(\"ScriptLoadError\",t,null)}function htmlDec(n){var t=document.createElement(\"div\");t.innerHTML=n;return t.innerText||t.textContent}function loadScripts(n,t,i,r,u){for(var f=0;f<n.length;++f)n[f].fileName=n[f].fileName.replace(\"##LANG##\",userLanguageVar).replace(\"##CULTURE##\",userCultureVar).toLowerCase();includeScripts(\"\",n,t,i,r,u)}function loadStyles(n){includeStyles(\"\",\"\",n,layout)}function redirect(n,t,i,r,u,f,e,o,s,h){if(!owaRedirecting){var c=addParamsToUrl(window.location.href,n,t);i!==undefined&#038;&#038;(c=addParamsToUrl(c,i,r));u!==undefined&#038;&#038;(c=addParamsToUrl(c,u,f));e!==undefined&#038;&#038;(c=addParamsToUrl(c,e,o));s!==undefined&#038;&#038;(c=addParamsToUrl(c,s,h));redirectToUrl(c)}}function redirectToUrl(n){if(n!=window.location.href&#038;&#038;!owaRedirecting){setTimeout(function(){window.location.href=n},50);owaRedirecting=!0;detachUnloadEvent()}}function addParamsToUrl(n,t,i){var u=t+\"=\"+i;var r=n.split(\"#\");var f=r.length==1?\"\":n.substr(n.indexOf(\"#\"));if(r[0].indexOf(u)>=0)return n;n=r[0].indexOf(\"?\")>=0?r[0]+\"&\"+u+f:r[0]+\"?\"+u+f;return n}function isMajorVersionChanged(n,t){if(n==null||t==null)return!0;var r=n.split(\".\");var u=t.split(\".\");if(r.length<3||u.length<3)return n!=t;for(var i=0;i<3;++i)if(r[i]!=u[i])return!0;return!1}var measure;var measureTitle;var measureDict={};var indentStr=\"\";var consoleLogger=null;function startMeasure(n){if(consoleLogger){var t=new Date;measureTitle=n;consoleLogger.log(\"Start Scenario --- \"+measureTitle+\"@\"+(t-measure));measure=t}}function endMeasure(){if(consoleLogger&#038;&#038;measure){var n=new Date;consoleLogger.log(\"End Scenario --- \"+measureTitle+\"@\"+(n-measure))}}function timeStamp(n){if(consoleLogger&#038;&#038;measure){var t=new Date;consoleLogger.log(indentStr+\" Stamp-\"+n+\"@\"+(t-measure))}}function time(n){if(consoleLogger){var t=new Date;measureDict[n]=t;measure?consoleLogger.log(indentStr+\"\u250c\u2500Start-\"+n+\"@\"+(t-measure)):consoleLogger.log(indentStr+\"\u250c\u2500Start-\"+n);indentStr=indentStr+\"\u2502 \"}}function timeEnd(n){if(consoleLogger){var i=measureDict[n];var r=new Date;delete measureDict[n];indentStr=indentStr.substr(2);var t=\"\";i&#038;&#038;(t=r-i);measure?consoleLogger.log(indentStr+\"\u2514\u2500End -\"+n+\"@\"+(r-measure)+\" \"+t+\"ms\"):consoleLogger.log(indentStr+\"\u2514\u2500End -\"+n+\" \"+t+\"ms\")}}function trackRedirectToAuth(){setLocalStorageValue(\"authRedirect\",\"1\")}function trackRedirectToAuthDone(){var n=deleteLocalStorageValue(\"authRedirect\");return n==\"1\"}function trackRebootReason(n){setLocalStorageValue(\"rebootReason\",n)}function getRebootReasonAndReset(){var n=deleteLocalStorageValue(\"rebootReason\");return n?n:\"0\"}function getClientId(){return getLocalStorageValue(\"cid\")}function setClientId(n){setLocalStorageValue(\"cid\",n)}function updateLastClientVersion(n){return setLocalStorageValue(\"LastClientVersion\",n)}function isAppCacheSupported(){try{return window.applicationCache!=null}catch(n){return!1}}function getMissingBootFiles(){var t=\"\";try{if(!!window.scriptsLoaded)for(var n in window.scriptsLoaded)t+=!window.scriptsLoaded[n]||window.scriptsLoaded[n]==0?n+\";\":\"\";return t?t:\"nf\"}catch(i){return null}}function postBootTrace(n,t){try{if(owaRedirecting)return;if(isPopOut)return;var d=window.bootTraceUrl,ct=appCachedPage,lt=trackRedirectToAuthDone();var l=null,v=null,b=null,k=null,nt=null,c=null,f=null,s=null,rt=null;if(window.owaSD&#038;&#038;window.owaSD.readyState==4){l=window.owaSD.getResponseHeader(\"X-FEServer\");v=window.owaSD.getResponseHeader(\"X-BEServer\");b=window.owaSD.getResponseHeader(\"X-CalculatedBETarget\");nt=window.owaSD.getResponseHeader(\"X-OWA-Version\");k=window.owaSD.status;f=window.owaSD.getResponseHeader(\"X-MSEdge-Ref\");c=f?\"1\":\"0\";s=window.owaSD.getResponseHeader(\"X-OWA-DAG\");rt=window.owaSD.getResponseHeader(\"X-OWA-Forest\")}perfData=getPerformanceNumbers(ct);var it=getRebootReasonAndReset();var tt=userEnabledOffline()?\"1\":\"0\";var w=isPalEnabled()?\"1\":\"0\";var r=\"?cId=\"+window.clientId+\"&#038;msg=\"+n+\"&#038;caTy=\"+window.cacheType+\"&#038;tg=\"+window.traceTid+\"&#038;MDB=\"+window.traceMguid+\"&#038;nId=\"+window.owaUserNetId+\"&#038;MBX=\"+window.owaMbxGuid+\"&#038;sdCoId=\"+window.corrId+\"&#038;sds=\"+k+\"&#038;fe=\"+l+\"&#038;be=\"+v+\"&#038;cbe=\"+b+\"&#038;dag=\"+s+\"&#038;cver=\"+sver+\"&#038;sdver=\"+nt+\"&#038;rpo=\"+(readingPaneOn?\"1\":\"0\")+\"&#038;off=\"+tt+\"&#038;pal=\"+w+\"&#038;rfe=\"+it+\"&#038;te=\"+c+\"&#038;\"+perfData[0];if(window.performance&#038;&#038;window.performance.timing&#038;&#038;window.performance.timing.domLoading&#038;&#038;window.scriptStart){var ht=window.scriptStart-window.performance.timing.domLoading;r+=\"&#038;tcd=\"+ht}lt&#038;&#038;(r+=\"&#038;backFromAuth=true\");if(isLocalStorageEnabled){var ot=window.localStorage.BootVer;var st=window.localStorage.InstalledCacheVer;var at=window.localStorage.InstallAttemptCacheVer;var wt=window.localStorage.UICulture;var bt=window.localStorage.UITheme;var pt=window.localStorage.DownloadedCacheCount;var vt=window.localStorage.LastHostName;var yt=window.location.hostname;var p=getMissingBootFiles();r+=\"&#038;lbv=\"+ot+\"&#038;icv=\"+st+\"&#038;iacr=\"+at+\"&#038;lcver=\"+lcver+\"&#038;accu=\"+wt+\"&#038;acth=\"+bt+\"&#038;acdc=\"+pt+\"&#038;lhn=\"+vt+\"&#038;chn=\"+yt}r+=\"&#038;acs=\"+(isAppCacheSupported()?\"1\":0);r+=\"&#038;mf=\"+p;if(window.owaErrorState&#038;&#038;window.owaErrorState.owaUncaughtError&#038;&#038;window.owaErrorState.owaUncaughtError.length>0){for(var y=\"\",o=0;o<window.owaErrorState.owaUncaughtError.length;o++)y+=window.owaErrorState.owaUncaughtError[o]+\";\";r+=\"&#038;ue=\"+encodeURIComponent(y)}var ut=setLocalStorageValue(\"featureChanges\",\"null\");r+=\"&#038;fc=\"+encodeURIComponent(ut);var u=window.location.href;u&#038;&#038;(u=encodeURIComponent(u));var a=new XMLHttpRequest;a.open(\"POST\",\"plt1.ashx\"+r,!0);var e=(u?\"&#038;refUrl=\"+u:\"\")+(f?\"&#038;edgeRef=\"+f:\"\")+(t?\"&#038;Err=\"+encodeURIComponent(t):\"\");a.setRequestHeader(\"X-OWA-PLT-Info\",e);perfData[1].length>0&&(e=\"&\"+perfData[1]+e);perfData[2].length>0&&(e=perfData[2]+e);a.send(e);if(d){r=r+(u?\"&refUrl=\"+u:\"\")+(f?\"&edgeRef=\"+f:\"\")+(t?\"&Err=\"+encodeURIComponent(t):\"\");r.length>4096&&(r=r.substring(0,4096));var h=new XMLHttpRequest;h.open(\"GET\",d+r);h.timeout=5e3;h.send()}if(window.ariaLoggingEnabled){microsoft.applications.telemetry.LogManager.initialize(window.ariaTenantToken);defaultLogger=new microsoft.applications.telemetry.Logger;var i=new microsoft.applications.telemetry.EventProperties;var ft=it==\"0\"?\"OwaBootError\":\"OwaBootFatalError\";var et=\"edgeRef=\"+f+\"&refUrl=\"+u+\"&perfData=\"+perfData[0]+\"&off=\"+tt+\"&pal=\"+w+\"&mf=\"+p+\"&tg=\"+window.traceTid;var g=!1;if(n.indexOf(\"success\")<0&#038;&#038;n!=\"AuthRedirect\"){g=!0;i.name=ft}else i.name=n==\"AuthRedirect\"?\"AuthRedirect\":\"OwaBootSuccess\";window.owaSD&#038;&#038;i.setProperty(\"HttpStatusCode\",window.owaSD.status);i.setProperty(\"Source\",\"client\");i.setProperty(\"ClientId\",window.clientId);i.setProperty(\"RequestId\",window.corrId);i.setProperty(\"NetId\",window.owaUserNetId);i.setProperty(\"MDB\",window.traceMguid);i.setProperty(\"MachineName\",v);i.setProperty(\"Forest\",rt);i.setProperty(\"DAG\",s);i.setProperty(\"FEServer\",l);i.setProperty(\"Edge\",c);i.setProperty(\"Message\",n);i.setProperty(\"MiscData\",et);if(g)if(t!=null&#038;&#038;(n==\"SDServerErr\"||n==\"SDCompositeError\"||n==\"USRCompositeServerErr\"||n==\"USRCompositeAuthErr\"||n==\"USRCompositeBeginErr\"||n==\"SDAuthErr\"))i.setProperty(\"Exception\",encodeURIComponent(t));else{i.setProperty(\"Exception\",n);i.setProperty(\"StackTrace\",encodeURIComponent(t))}defaultLogger.logEvent(i)}}catch(kt){}}function getPerformanceNumbers(n){var r=window.performance;typeof r!=\"undefined\"&#038;&#038;typeof window.webkitPerformance!=\"undefined\"&#038;&#038;(r=window.webkitPerformance);var u=[];var o=new Date-window.dateZero;u.push((n?\"ALT=\":\"PLT=\")+getPerformanceTimings(r?r.timing:null,o));u.push(\"nowTS=\"+o);var s=getCookie(\"wlidperf\");if(s){var t=s.split(\"&#038;\");for(i=0;i<t.length;i++)if(t[i].indexOf(\"ST=\")>=0&&t[i].length==16){var h=t[i].substring(3,t[i].length);u.push(\"authTS=\"+h)}}eraseCookie(\"wlidperf\",\".live.com\");var e=[];getResourceEntries(r,e);var f=\"\";isLocalStorageEnabled&&(f=window.localStorage.OwaStartupPerfTrace?window.localStorage.OwaStartupPerfTrace:\"\");return[u.join(\"&\"),e.join(\"&\"),f]}var renderStartTime=0;function setStartRenderTime(){renderStartTime=new Date-window.dateZero}var compositeUsrTime=0;function setCompositeUsrTime(){compositeUsrTime=new Date-window.dateZero}function getPerformanceTimings(n,t){var i=[],r=window.scriptStart;if(n){r=n.navigationStart;if(n.unloadEventStart){i.push(\"uES\");i.push(n.unloadEventStart-r|0)}if(n.unloadEventEnd){i.push(\"uEE\");i.push(n.unloadEventEnd-r|0)}r=fillTimingValues(n,r,i);if(window.owaSDReceivedTimeStamp){i.push(\"sdR\");i.push(window.owaSDReceivedTimeStamp-r|0)}if(parseEndTimes.allBootScripts){i.push(\"pEab\");i.push(parseEndTimes.allBootScripts-r|0)}if(parseEndTimes.allDone){i.push(\"pE\");i.push(parseEndTimes.allDone-r|0)}if(renderStartTime){i.push(\"rSt\");i.push(renderStartTime-r|0)}if(compositeUsrTime){i.push(\"cUsr\");i.push(compositeUsrTime-r|0)}i.push(\"now\");i.push(t-r)}if(window.scriptStart){i.push(\"nowNoTim\");i.push(t-window.scriptStart|0);if(renderStartTime){i.push(\"rStNoTim\");i.push(renderStartTime-window.scriptStart|0)}}return i.join(\",\")}function getResourceEntries(n,t){if(!n||!n.getEntries&&!n.webkitGetEntries)return null;for(var e=n.getEntries?n.getEntries():n.webkitGetEntries(),r=0;r<e.length;r++){var i=e[r];if(i.name.lastIndexOf(\".js\")>0||i.name.lastIndexOf(\".ashx\")>0||i.name.lastIndexOf(\".png\")>0||i.name.lastIndexOf(\".gif\")>0||i.name.lastIndexOf(\".css\")>0||i.name.lastIndexOf(\".eot\")>0||i.name.lastIndexOf(\".ttf\")>0||i.name.lastIndexOf(\".htm\")>0||i.name.lastIndexOf(\".woff\")>0){var f=\"Res=\"+getFileName(i.name)+\",tim=\"+getResourceTiming(i);var u=getFileName(i.name);parseEndTimes[u]&&(f+=\",pE,\"+(parseEndTimes[u]-n.timing.fetchStart));t.push(f)}}}function getResourceTiming(n){var t=[];var i=n.startTime|0;t.push(\"st\");t.push(i);fillTimingValues(n,i,t);return t.join(\",\")}function getFileName(n){var u=Math.max(n.lastIndexOf(\"\/\"),n.lastIndexOf(\"\\\\\"));var i=n.indexOf(\"?\");var r=n.indexOf(\"#\");var t=-1;t=i==-1||r==-1?Math.max(i,r):Math.min(i,r);t=t==-1?n.length:t;return n.substring(u+1,t)}function fillTimingValues(n,t,i){if(n.redirectStart){i.push(\"reds\");i.push(n.redirectStart-t|0)}if(n.redirectEnd){i.push(\"redE\");i.push(n.redirectEnd-t|0)}if(n.fetchStart){i.push(\"fS\");i.push(n.fetchStart-t|0);t=n.fetchStart}if(n.domainLookupStart){i.push(\"dLS\");i.push(n.domainLookupStart-t|0)}if(n.domainLookupEnd){i.push(\"dLE\");i.push(n.domainLookupEnd-t|0)}if(n.connectStart){i.push(\"cS\");i.push(n.connectStart-t|0)}if(n.connectEnd){i.push(\"cE\");i.push(n.connectEnd-t|0)}if(n.secureConnectionStart){i.push(\"sCS\");i.push(n.secureConnectionStart-t|0)}if(n.requestStart){i.push(\"reqS\");i.push(n.requestStart-t|0)}if(n.responseStart){i.push(\"resS\");i.push(n.responseStart-t|0)}if(n.responseEnd){i.push(\"resE\");i.push(n.responseEnd-t|0)}if(n.domLoading){i.push(\"domL\");i.push(n.domLoading-t|0)}if(n.domContentLoadedEventStart){i.push(\"domCLES\");i.push(n.domContentLoadedEventStart-t|0)}if(n.domContentLoadedEventEnd){i.push(\"domCLEE\");i.push(n.domContentLoadedEventEnd-t|0)}if(n.domComplete){i.push(\"domC\");i.push(n.domComplete-t|0)}if(n.loadEventStart){i.push(\"lES\");i.push(n.loadEventStart-t|0)}if(n.loadEventEnd){i.push(\"lEE\");i.push(n.loadEventEnd-t|0)}return t}function callPopOutErrorCallback(n){try{if(window.opener&&window.opener.popOutErrorCallbacks){var t=getParameterByName(\"wid\");window.opener.popOutErrorCallbacks[t](n)}cleanupErrorCallback()}catch(i){}}function cleanupErrorCallback(){try{detachUnloadEvent();if(window.opener&&window.opener.popOutErrorCallbacks){var n=getParameterByName(\"wid\");window.opener.popOutErrorCallbacks[n]=null}}catch(t){}}function getParameterByName(n){var i=new RegExp(\"[\\\\#&]\"+n+\"=([^&#]*)\");var t=i.exec(location.hash);return t==null?null:decodeURIComponent(t[1])}function detachUnloadEvent(){try{onunloadbeforeboot&&(window.detachEvent?window.detachEvent(\"onunload\",onunloadbeforeboot):window.removeEventListener(\"unload\",onunloadbeforeboot,!1))}catch(n){}}var pbar={};pbar.startTime=Date.now();pbar.s={plt:6500,maxTime:2e4,sLoad:.05,pltLSKey:\"AvgPLT\"};pbar.caculatecubic=function(n){var t=n\/pbar.s.maxTime;t>1&&(t=1);return\"cubic-bezier(\"+t+\",.9,\"+t+\",.9)\"};pbar.startScriptLoad=function(){try{var i=getLocalStorageValue(pbar.s.pltLSKey);i&&(pbar.s.plt=parseInt(i));var n=document.getElementById(\"progressBar\");if(n){var t=pbar.caculatecubic(pbar.s.plt);n.style.WebkitAnimationTimingFunction=t;n.style.animationTimingFunction=t}}catch(r){}};pbar.scriptLoadCompleted=function(){try{var n=document.getElementById(\"progressBar\");var i=(Date.now()-pbar.startTime)\/pbar.s.sLoad;if(i<pbar.s.plt&#038;&#038;n){var t=pbar.caculatecubic(i);n.style.WebkitAnimationTimingFunction=t;n.style.animationTimingFunction=t}}catch(r){}};pbar.renderCompleted=function(){try{var t=Date.now()-pbar.startTime;var n=(t+pbar.s.plt)\/2;setLocalStorageValue(pbar.s.pltLSKey,n)}catch(i){}}\n\/\/ ]]><\/script><script>\/\/ <![CDATA[\nvar LocaleFontFamilyTemplate = \".ms-font-su{color:#333;font-family:@font-family-semilight;font-size:42px;font-weight:normal}.ms-font-xxl{color:#333;font-family:@font-family-light;font-size:28px;font-weight:normal}.touch .ms-font-xxl{font-size:30px}.ms-font-xl{color:#333;font-family:@font-family-light;font-size:21px;font-weight:normal}.touch .ms-font-xl{font-size:22px}.ms-font-l{color:#333;font-family:@font-family-semilight;font-size:17px;font-weight:normal}.touch .ms-font-l{font-size:18px}.ms-font-m{color:#333;font-family:@font-family-regular;font-size:14px;font-weight:normal}.touch .ms-font-m{font-size:15px}.ms-font-s{color:#333;font-family:@font-family-regular;font-size:12px;font-weight:normal}.touch .ms-font-s{font-size:13px}.ms-font-xs{color:#333;font-family:@font-family-regular;font-size:11px;font-weight:normal}.touch .ms-font-xs{font-size:12px}.ms-font-mi{color:#333;font-family:@font-family-semibold;font-size:10px;font-weight:normal}.touch .ms-font-mi{font-size:11px}.ms-font-weight-light,.ms-fwt-l,.ms-font-weight-light-hover:hover,.ms-font-weight-light-before:before,.ms-fwt-l-h:hover,.ms-fwt-l-b:before{font-family:@font-family-light;}.ms-font-weight-semilight,.ms-fwt-sl,.ms-font-weight-semilight-hover:hover,.ms-font-weight-semilight-before:before,.ms-fwt-sl-h:hover,.ms-fwt-sl-b:before{font-family:@font-family-semilight}.ms-font-weight-regular,.ms-fwt-r,.ms-font-weight-regular-hover:hover,.ms-font-weight-regular-before:before,.ms-fwt-r-h:hover,.ms-fwt-r-b:before{font-family:@font-family-regular}.ms-font-weight-semibold,.ms-fwt-sb,.ms-font-weight-semibold-hover:hover,.ms-font-weight-semibold-before:before,.ms-fwt-sb-h:hover,.ms-fwt-sb-b:before{font-family:@font-family-semibold;font-weight:bold}\"; var ThemedColorTemplate = \".ms-bg-color-themeDark, .ms-bgc-td, .ms-bg-color-themeDark-hover:hover, .ms-bg-color-themeDark-focus:focus, .ms-bg-color-themeDark-before:before, .ms-bgc-td-h:hover, .ms-bgc-td-f:focus, .ms-bgc-td-b:before { background-color: @color-themeDark; }.ms-bg-color-themeDarkAlt, .ms-bgc-tda, .ms-bg-color-themeDarkAlt-hover:hover, .ms-bg-color-themeDarkAlt-focus:focus, .ms-bg-color-themeDarkAlt-before:before, .ms-bgc-tda-h:hover, .ms-bgc-tda-f:focus, .ms-bgc-tda-b:before { background-color: @color-themeDarkAlt; }.ms-bg-color-themeDarker, .ms-bgc-tdr, .ms-bg-color-themeDarker-hover:hover, .ms-bg-color-themeDarker-focus:focus, .ms-bg-color-themeDarker-before:before, .ms-bgc-tdr-h:hover, .ms-bgc-tdr-f:focus, .ms-bgc-tdr-b:before { background-color: @color-themeDarker; }.ms-bg-color-themePrimary, .ms-bgc-tp, .ms-bg-color-themePrimary-hover:hover, .ms-bg-color-themePrimary-focus:focus, .ms-bg-color-themePrimary-before:before, .ms-bgc-tp-h:hover, .ms-bgc-tp-f:focus, .ms-bgc-tp-b:before { background-color: @color-themePrimary; }.ms-bg-color-themeSecondary, .ms-bgc-ts, .ms-bg-color-themeSecondary-hover:hover, .ms-bg-color-themeSecondary-focus:focus, .ms-bg-color-themeSecondary-before:before, .ms-bgc-ts-h:hover, .ms-bgc-ts-f:focus, .ms-bgc-ts-b:before { background-color: @color-themeSecondary; }.ms-bg-color-themeTertiary, .ms-bgc-tt, .ms-bg-color-themeTertiary-hover:hover, .ms-bg-color-themeTertiary-focus:focus, .ms-bg-color-themeTertiary-before:before, .ms-bgc-tt-h:hover, .ms-bgc-tt-f:focus, .ms-bgc-tt-b:before { background-color: @color-themeTertiary; }.ms-bg-color-themeLight, .ms-bgc-tl, .ms-bg-color-themeLight-hover:hover, .ms-bg-color-themeLight-focus:focus, .ms-bg-color-themeLight-before:before, .ms-bgc-tl-h:hover, .ms-bgc-tl-f:focus, .ms-bgc-tl-b:before { background-color: @color-themeLight; }.ms-bg-color-themeLighter, .ms-bgc-tlr, .ms-bg-color-themeLighter-hover:hover, .ms-bg-color-themeLighter-focus:focus, .ms-bg-color-themeLighter-before:before, .ms-bgc-tlr-h:hover, .ms-bgc-tlr-f:focus, .ms-bgc-tlr-b:before { background-color: @color-themeLighter; }.ms-bg-color-themeLighterAlt, .ms-bgc-tlra, .ms-bg-color-themeLighterAlt-hover:hover, .ms-bg-color-themeLighterAlt-focus:focus, .ms-bg-color-themeLighterAlt-before:before, .ms-bgc-tlra-h:hover, .ms-bgc-tlra-f:focus, .ms-bgc-tlra-b:before { background-color: @color-themeLighterAlt; }.ms-border-color-themeDark, .ms-bcl-td, .ms-border-color-themeDark-hover:hover, .ms-border-color-themeDark-focus:focus, .ms-border-color-themeDark-before:before, .ms-bcl-td-h:hover, .ms-bcl-td-f:focus, .ms-bcl-td-b:before { border-color: @color-themeDark; }.ms-border-color-themeDarkAlt, .ms-bcl-tda, .ms-border-color-themeDarkAlt-hover:hover, .ms-border-color-themeDarkAlt-focus:focus, .ms-border-color-themeDarkAlt-before:before, .ms-bcl-tda-h:hover, .ms-bcl-tda-f:focus, .ms-bcl-tda-b:before { border-color: @color-themeDarkAlt; }.ms-border-color-themeDarker, .ms-bcl-tdr, .ms-border-color-themeDarker-hover:hover, .ms-border-color-themeDarker-focus:focus, .ms-border-color-themeDarker-before:before, .ms-bcl-tdr-h:hover, .ms-bcl-tdr-f:focus, .ms-bcl-tdr-b:before { border-color: @color-themeDarker; }.ms-border-color-themePrimary, .ms-bcl-tp, .ms-border-color-themePrimary-hover:hover, .ms-border-color-themePrimary-focus:focus, .ms-border-color-themePrimary-before:before, .ms-bcl-tp-h:hover, .ms-bcl-tp-f:focus, .ms-bcl-tp-b:before { border-color: @color-themePrimary; }.ms-border-color-themeSecondary, .ms-bcl-ts, .ms-border-color-themeSecondary-hover:hover, .ms-border-color-themeSecondary-focus:focus, .ms-border-color-themeSecondary-before:before, .ms-bcl-ts-h:hover, .ms-bcl-ts-f:focus, .ms-bcl-ts-b:before { border-color: @color-themeSecondary; }.ms-border-color-themeTertiary, .ms-bcl-tt, .ms-border-color-themeTertiary-hover:hover, .ms-border-color-themeTertiary-focus:focus, .ms-border-color-themeTertiary-before:before, .ms-bcl-tt-h:hover, .ms-bcl-tt-f:focus, .ms-bcl-tt-b:before { border-color: @color-themeTertiary; }.ms-border-color-themeLight, .ms-bcl-tl, .ms-border-color-themeLight-hover:hover, .ms-border-color-themeLight-focus:focus, .ms-border-color-themeLight-before:before, .ms-bcl-tl-h:hover, .ms-bcl-tl-f:focus, .ms-bcl-tl-b:before { border-color: @color-themeLight; }.ms-border-color-themeLighter, .ms-bcl-tlr, .ms-border-color-themeLighter-hover:hover, .ms-border-color-themeLighter-focus:focus, .ms-border-color-themeLighter-before:before, .ms-bcl-tlr-h:hover, .ms-bcl-tlr-f:focus, .ms-bcl-tlr-b:before { border-color: @color-themeLighter; }.ms-border-color-themeLighterAlt, .ms-bcl-tlra, .ms-border-color-themeLighterAlt-hover:hover, .ms-border-color-themeLighterAlt-focus:focus, .ms-border-color-themeLighterAlt-before:before, .ms-bcl-tlra-h:hover, .ms-bcl-tlra-f:focus, .ms-bcl-tlra-b:before { border-color: @color-themeLighterAlt; }.ms-border-color-top-themePrimary, .ms-bcl-t-tp, .ms-border-color-top-themePrimary-hover:hover, .ms-border-color-top-themePrimary-focus:focus, .ms-border-color-top-themePrimary-before:before, .ms-bcl-t-tp-h:hover, .ms-bcl-t-tp-f:focus, .ms-bcl-t-tp-b:before { border-top-color: @color-themePrimary; }.ms-font-color-themeDark, .ms-fontColor-themeDark, .ms-fontColor-themeDark, .ms-fcl-td, .ms-font-color-themeDark-hover:hover, .ms-font-color-themeDark-focus:focus, .ms-font-color-themeDark-before:before, .ms-fcl-td-h:hover, .ms-fcl-td-f:focus, .ms-fcl-td-b:before { color: @color-themeDark; }.ms-font-color-themeDarkAlt, .ms-fontColor-themeDarkAlt, .ms-fontColor-themeDarkAlt, .ms-fcl-tda, .ms-font-color-themeDarkAlt-hover:hover, .ms-font-color-themeDarkAlt-focus:focus, .ms-font-color-themeDarkAlt-before:before, .ms-fcl-tda-h:hover, .ms-fcl-tda-f:focus, .ms-fcl-tda-b:before { color: @color-themeDarkAlt; }.ms-font-color-themeDarker, .ms-fontColor-themeDarker, .ms-fontColor-themeDarker, .ms-fcl-tdr, .ms-font-color-themeDarker-hover:hover, .ms-font-color-themeDarker-focus:focus, .ms-font-color-themeDarker-before:before, .ms-fcl-tdr-h:hover, .ms-fcl-tdr-f:focus, .ms-fcl-tdr-b:before { color: @color-themeDarker; }.ms-font-color-themePrimary, .ms-fontColor-themePrimary, .ms-fontColor-themePrimary, .ms-fcl-tp, .ms-font-color-themePrimary-hover:hover, .ms-font-color-themePrimary-focus:focus, .ms-font-color-themePrimary-before:before, .ms-fcl-tp-h:hover, .ms-fcl-tp-f:focus, .ms-fcl-tp-b:before { color: @color-themePrimary; }.ms-font-color-themeSecondary, .ms-fontColor-themeSecondary, .ms-fontColor-themeSecondary, .ms-fcl-ts, .ms-font-color-themeSecondary-hover:hover, .ms-font-color-themeSecondary-focus:focus, .ms-font-color-themeSecondary-before:before, .ms-fcl-ts-h:hover, .ms-fcl-ts-f:focus, .ms-fcl-ts-b:before { color: @color-themeSecondary; }.ms-font-color-themeTertiary, .ms-fontColor-themeTertiary, .ms-fontColor-themeTertiary, .ms-fcl-tt, .ms-font-color-themeTertiary-hover:hover, .ms-font-color-themeTertiary-focus:focus, .ms-font-color-themeTertiary-before:before, .ms-fcl-tt-h:hover, .ms-fcl-tt-f:focus, .ms-fcl-tt-b:before { color: @color-themeTertiary; }.ms-font-color-themeLight, .ms-fontColor-themeLight, .ms-fontColor-themeLight, .ms-fcl-tl, .ms-font-color-themeLight-hover:hover, .ms-font-color-themeLight-focus:focus, .ms-font-color-themeLight-before:before, .ms-fcl-tl-h:hover, .ms-fcl-tl-f:focus, .ms-fcl-tl-b:before { color: @color-themeLight; }.ms-font-color-themeLighter, .ms-fontColor-themeLighter, .ms-fontColor-themeLighter, .ms-fcl-tlr, .ms-font-color-themeLighter-hover:hover, .ms-font-color-themeLighter-focus:focus, .ms-font-color-themeLighter-before:before, .ms-fcl-tlr-h:hover, .ms-fcl-tlr-f:focus, .ms-fcl-tlr-b:before { color: @color-themeLighter; }.ms-font-color-themeLighterAlt, .ms-fontColor-themeLighterAlt, .ms-fontColor-themeLighterAlt, .ms-fcl-tlra, .ms-font-color-themeLighterAlt-hover:hover, .ms-font-color-themeLighterAlt-focus:focus, .ms-font-color-themeLighterAlt-before:before, .ms-fcl-tlra-h:hover, .ms-fcl-tlra-f:focus, .ms-fcl-tlra-b:before { color: @color-themeLighterAlt; }\"; var o365ColorTemplate = \".o365cs-base.o365cst .o365cs-topnavLinkBackground-2{background-color:@topnavLinkBG;background-color:@topnavLinkBGrgb;}.o365cs-base.o365cst .o365cs-topnavText,.o365cs-base.o365cst .o365cs-topnavText:hover{color:@topnavText;}.o365cs-base.o365cst .o365cs-navMenuButton{color:@navmenu;}.o365cs-base.o365cst.o365cs-topnavBGColor-2{background-color:@topnavBG;}.o365cs-base.o365cst .o365cs-appLauncherBackground{background-color:@appLauncherBG}\";\n\/\/ ]]><\/script><script>\/\/ <![CDATA[\nvar HeaderImageTemplate = \".o365cs-topnavBGImage{background:url('prem\/16.1641.14.2230785\/resources\/themes\/@theme\/images\/0\/headerbgmaing2.png'),url('prem\/16.1641.14.2230785\/resources\/themes\/@theme\/images\/0\/headerbgmaing2.gif');width:1px;height:1px}\";\n\/\/ ]]><\/script><script>\/\/ <![CDATA[\n(function () { if (\"-ms-user-select\" in document.documentElement.style &#038;&#038; navigator.userAgent.match(\/IEMobile\\\/10\\.0\/)) { var msViewportStyle = document.createElement(\"style\"); msViewportStyle.appendChild( document.createTextNode(\"@-ms-viewport{width:auto!important}\") ); document.getElementsByTagName(\"head\")[0].appendChild(msViewportStyle); } })();\n\/\/ ]]><\/script><script src=\"prem\/16.1641.14.2230785\/scripts\/ja\/boot.worldwide.mouse.strings.localized.min.js\" type=\"text\/javascript\"><\/script><script src=\"prem\/16.1641.14.2230785\/scripts\/globalize\/globalize.culture.ja-jp.js\" type=\"text\/javascript\"><\/script><script src=\"prem\/16.1641.14.2230785\/scripts\/boot.worldwide.mouse.defer.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/jquery.owa.bundle.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.ariaanalytics.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.prefetch.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.o365.shellg2.strings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.boot.deferred.jquery.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/aria-web-telemetry.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.o365.shellg2.metile.owa.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.boot.deferred.webservices.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.nonboot.webservices.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.coredeferredstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.owa.boot.deferredstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.controls.extended.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.boot.deferred.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.boot.deferred.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.owa.lightning.strings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.categorytree.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.nonbootstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.pcstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.common.compose.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.lightning.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.adsbar.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.people.core.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.triageshared.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.application.textboys.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.triageshared.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.livepersonacard.strings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.personacontrol.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.findpeople.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.mail.common.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.commonstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.findpeople.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.controls.editorbase.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.personcardstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.recipientwell.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.people.personcard.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.recipientwell.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.popout.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.personacardfacade.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.webservices.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.attachments.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.meetingmsgstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.extendedmaillistview.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.mail.compose.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.extendedmaillistview.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.calcorestrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.application.readingpane.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.mail.compose.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.controls.core.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.application.readingpane.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.controls.v2.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.moderngroups.search.shared.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.moderngroups.calendar.shared.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.instantsearch.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.core.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.instantsearch.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.calarstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.search.suggestions.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.addroom.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.locationcommon.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.callwstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.locationwell.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.locationwell.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.calmfstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.calendar.meetingforms.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.nav.strings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.navigation.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.o365.shellg2.settingstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.models.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/msrcrypto-aes.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/msrcrypto-aes-fix.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.o365.suiteserviceproxycommon.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.o365.suiteserviceproxy.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.suiteapinotifications.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.o365.suiteapi.owa.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.o365.suiteapiskypeintegration.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.o365.shellg2.owa.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.o365.shellg2.owa.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.shellplusg2.o365.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/meidp.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/cardmetadata.js\"><\/script><script src=\"https:\/\/swx.cdn.skype.com\/shared\/v\/1.2.29\/SkypeBootstrap.min.js\"><\/script><script id=\"ecsConfig\" src=\"https:\/\/b.config.skype.com\/config\/v1\/SkypeLyncWebExperience\/905_1.2.29.0?apikey=b28f4819-da61-4880-94ab-4198414ff64c&amp;fingerprint=5a798b3cef79455a&amp;callback=Skype.onConfigurationLoaded\" defer=\"defer\" type=\"text\/javascript\"><\/script><script src=\"https:\/\/swx.cdn.skype.com\/v\/1.83.33\/js\/fullExperience.min.js\" defer=\"defer\" type=\"text\/javascript\"><\/script><script src=\"https:\/\/swx.cdn.skype.com\/v\/1.83.33\/resources\/g11n\/ja-jp\/settings.js\" async=\"\" type=\"text\/javascript\"><\/script><script src=\"https:\/\/swx.cdn.skype.com\/v\/1.83.33\/resources\/i18n\/swx\/ja-jp\/Strings.js\" async=\"\" type=\"text\/javascript\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.lyncintegration.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.im.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.immanager.js\"><\/script><script src=\"https:\/\/a.config.skype.com\/config\/v1\/Skype\/908_1.83.0.33\/SkypeCallingT1?apikey=b28f4819-da61-4880-94ab-4198414ff64c&amp;callback=Skype.onConfigurationLoaded_1\" async=\"\" type=\"text\/javascript\"><\/script><script src=\"https:\/\/a.config.skype.com\/config\/v1\/Skype\/908_1.83.0.33\/SkypePersonalization?apikey=b28f4819-da61-4880-94ab-4198414ff64c&amp;id=live:yukiyokoo_1&amp;callback=Skype.onConfigurationLoaded_2\" async=\"\" type=\"text\/javascript\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.quickcompose.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/suiteextensions.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.tagset.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.extstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.infobarnotifications.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.quickcompose.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/suiteextensionscontrols.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.tagset.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.nonboot.controls.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.attachments.extendedattachmentwell.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/owa.clientnext.common.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.attachments.extendedattachmentwell.mouse.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/owa.clientnext.application.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.clientnext.framework.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/owa.clientnext.extensibility.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/osfruntime.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.extensibilitynext.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.extensibility.common.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.people.webservices.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.ppstrings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.people.personaprofile.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.attachments.collabdocattachment.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.core.imagealbumviewer.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/ja\/microsoft.exchange.clients.owa2.client.attach.pr.strings.localized.min.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.attachments.collabattachmentpreview.js\"><\/script><script src=\"https:\/\/r1.res.office365.com\/owa\/prem\/16.1641.14.2230785\/scripts\/microsoft.owa.people.personaprofiledeferred.js\"><\/script><\/p>\n<div class=\"_n_d3\">\n<div class=\"conductorContent\" tabindex=\"-1\">\n<div id=\"primaryContainer\" class=\"_n_e\">\n<div>\n<div class=\"conductorContent\" tabindex=\"-1\">\n<div class=\"_n_O\">\n<div class=\"_n_S\">\n<div class=\"_n_S\">\n<div>\n<div class=\"_n_S\">\n<div class=\"_n_T\">\n<div class=\"allowTextSelection\">\n<div class=\"conductorContent\">\n<div class=\"_rp_f\" tabindex=\"-1\">\n<div class=\"_rp_f allowTextSelection\">\n<div class=\"_rp_g allowTextSelection scrollContainer\" tabindex=\"-1\">\n<div>\n<div tabindex=\"-1\">\n<div tabindex=\"-1\">\n<div tabindex=\"0\">\n<div>\n<div class=\"_rp_75\" tabindex=\"-1\">\n<div class=\"_rp_K4 ms-border-color-neutralLight ShowReferenceAttachmentsLinks ShowConsesusSchedulingLink\" tabindex=\"-1\">\n<div class=\"_rp_W4\">\n<div>\n<div id=\"Item.MessagePartBody\" class=\"_rp_M4\">\n<div id=\"Item.MessageUniqueBody\" class=\"_rp_N4 ms-font-weight-regular ms-font-color-neutralDark rpHighlightAllClass rpHighlightBodyClass\" tabindex=\"0\">\n<div class=\"rps_e940\">\n<div>\n<div class=\"BodyFragment\">\n<div class=\"PlainText\">\u3044\u3064\u3082\u30d6\u30ed\u30b0\u3092\u3054\u89a7\u9802\u304d\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002\u672c\u5e97\u5c3c\u5d0e\u5869\u5143\u5e25\u306e\u897f\u5ddd\u304c\u62c5\u5f53\u3055\u305b\u3066\u9802\u304d\u307e\u3059\uff01(^_^)<br \/>\n\u5199\u771f\u306e\u30b9\u30bf\u30c3\u30d5\u306f\u5009\u6a4b\u3055\u3093\u3067\u3059\u3001\u826f\u3044\u9854\u3057\u3066\u3044\u307e\u3059\u3088\u306d(\u7b11)\u81ea\u5206\u304c\u62c5\u5f53\u3057\u3066\u3044\u308b\u88fd\u9eba\u306e\u4ed5\u4e8b\u3092\u6bce\u65e5\u3000\u671d\u304b\u3089\u52c9\u5f37\u306b\u6765\u3066\u4e0b\u3055\u3063\u3066\u3044\u307e\u3059\u3002\u50d5\u305f\u3061\u5869\u5143\u5e25\u306e\u30b9\u30bf\u30c3\u30d5\u306f\u305d\u308c\u305e\u308c\u306b\u81ea\u5206\u306e\u5922\u304c\u3042\u308a\u307e\u3059\uff01\u81ea\u5206\u306e\u30e9\u30fc\u30e1\u30f3\u5e97\u3092\u6301\u3064\u4e8b\u3067\u3042\u3063\u305f\u308a\u5e97\u3092\u4efb\u305b\u3089\u308c\u308b\u5e97\u9577\u3067\u3042\u3063\u305f\u308a\u3057\u307e\u3059\u3002<br \/>\n\u5869\u5143\u5e25\u306e\u7121\u5316\u8abf\u3000\u7121\u6dfb\u52a0\u306e\u4f53\u306b\u512a\u3057\u304f\u6bce\u65e5\u98df\u3079\u3066\u3082\u7f8e\u5473\u3057\u3044\u30e9\u30fc\u30e1\u30f3\u306f\u6ca2\u5c71\u306e\u304a\u5ba2\u69d8\u306b\u559c\u3070\u308c\u652f\u6301\u3057\u3066\u3044\u305f\u3060\u3044\u3066\u3044\u307e\u3059\u3002\u6ca2\u5c71\u3042\u308b\u30e9\u30fc\u30e1\u30f3\u5c4b\u3055\u3093\u306e\u4e2d\u3067\u3082\u5869\u5143\u5e25\u3092\u9078\u3093\u3067\u50cd\u3044\u3066\u3044\u308b\u306e\u306b\u306f\u7406\u7531\u304c\u3042\u308b\u306e\u3067\u3059(*^^*)\u30aa\u30fc\u30d7\u30f3\u30ad\u30c3\u30c1\u30f3\u306b\u3053\u3060\u308f\u308a\u5168\u3066\u81ea\u5bb6\u88fd\u3067\u5e97\u5185\u4ed5\u8fbc\u307f\u3001\u624b\u4f5c\u696d\u306e\u3057\u3063\u304b\u308a\u3068\u3057\u305f\u6280\u8853\u3068\u30ce\u30a6\u30cf\u30a6\u3068\u5473\u3092\u30b9\u30bf\u30c3\u30d5\u306e\u8ab0\u3082\u304c\u8eab\u306b\u4ed8\u3051\u308b\u4e8b\u304c\u51fa\u6765\u307e\u3059\uff01\u3060\u304b\u3089\u6bce\u65e5\u304c\u672c\u5f53\u306b\u697d\u3057\u304f\u3066\u4ed5\u65b9\u306a\u3044\uff01\uff01\u672c\u5e97\u5c3c\u5d0e\u3067\u306f\u5922\u306e\u3042\u308b\u65b9\u306e\u5fdc\u63f4\u3000\u559c\u3093\u3067\u3084\u3089\u305b\u3066\u9802\u3044\u3066\u3044\u307e\u3059\uff01(^_^)\u5c3c\u5d0e\u5869\u5143\u5e25\u3067\u306f\u4e00\u7dd2\u306b\u50cd\u3044\u3066\u9802\u3051\u308b\u4ef2\u9593\u3000\u304a\u5f85\u3061\u3057\u3066\u3044\u307e\u3059\u2606\u6700\u5f8c\u307e\u3067\u71b1\u3044\u6587\u7ae0\u3092\u3054\u89a7\u9802\u304d\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059m(_ _)m<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div><\/div>\n<\/div>\n<div class=\"_pe_d _pe_12\" tabindex=\"-1\"><\/div>\n<\/div>\n<div><\/div>\n<div class=\"_rp_R4\"><\/div>\n<div class=\"_rp_Y4\"><\/div>\n<div><\/div>\n<div><\/div>\n<\/div>\n<\/div>\n<div class=\"popupShadow\"><\/div>\n<div class=\"popupShadow\"><\/div>\n<\/div>\n<div class=\"_rp_75\" tabindex=\"-1\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"_rp_f\" tabindex=\"-1\">\n<div class=\"_qc_F ms-bg-color-white _qc_G\">\n<hr class=\"_qc_B\" \/>\n<div><\/div>\n<div class=\"_qc_y ms-border-color-neutralLight _qc_z\" tabindex=\"-1\">\n<div class=\"_qc_A ms-border-color-neutralLight\">\n<div class=\"conductorContent\">\n<p>&nbsp;<\/p>\n<div class=\"_qc_L\">\n<div class=\"_pe_d _pe_q _pe_N1\" tabindex=\"-1\"><\/div>\n<div class=\"_qc_J\"><button class=\"_qc_K ms-font-weight-regular ms-font-color-neutralSecondary ms-bg-color-neutralLighter ms-font-color-neutralPrimary-hover ms-bg-color-neutralLight-hover o365button\" type=\"button\"><span id=\"_ariaId_126\" class=\"_fc_4 o365buttonLabel\">\u5168\u54e1\u306b\u8fd4\u4fe1<\/span><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div><\/div>\n<\/div>\n<\/div>\n<div class=\"_rp_S _rp_T\"><\/div>\n<div><\/div>\n<\/div>\n<div class=\"_rp_V\"><\/div>\n<div><\/div>\n<div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u3044\u3064\u3082\u30d6\u30ed\u30b0\u3092\u3054\u89a7\u9802\u304d\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002\u672c\u5e97\u5c3c\u5d0e\u5869\u5143\u5e25\u306e\u897f\u5ddd\u304c\u62c5\u5f53\u3055\u305b\u3066\u9802\u304d\u307e\u3059\uff01(^_^) \u5199\u771f\u306e\u30b9\u30bf\u30c3\u30d5\u306f\u5009\u6a4b\u3055\u3093\u3067\u3059\u3001\u826f\u3044\u9854\u3057\u3066\u3044\u307e\u3059\u3088\u306d(\u7b11)\u81ea\u5206\u304c\u62c5\u5f53\u3057\u3066\u3044\u308b\u88fd\u9eba\u306e\u4ed5\u4e8b\u3092\u6bce\u65e5\u3000\u671d\u304b\u3089\u52c9\u5f37\u306b\u6765\u3066\u4e0b\u3055\u3063\u3066\u3044\u307e\u3059 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,7],"tags":[],"class_list":["post-26722","post","type-post","status-publish","format-standard","hentry","category-shiogennsuinonichijou","category-amagasaki"],"_links":{"self":[{"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26722","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26722"}],"version-history":[{"count":2,"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26722\/revisions"}],"predecessor-version":[{"id":26725,"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26722\/revisions\/26725"}],"wp:attachment":[{"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26722"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=26722"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shiogensui.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=26722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}