var InvestingChannel=function(e){var t={};function i(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(n,r,function(t){return e[t]}.bind(null,r));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=4)}([function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(6);t.Utility=n.default;var r=i(8);t.Constant=r.default;var s=i(9);t.CallbackType=s.default;var o=i(10);t.DocumentType=o.default;var a=i(11);t.FrequencyCapUnit=a.default;var l=i(12);t.FrequencyType=l.default;var u=i(13);t.InsertionType=u.default;var c=i(14);t.LoadType=c.default;var d=i(15);t.PageType=d.default;var p=i(16);t.PlacementState=p.default;var h=i(17);t.PlacementType=h.default;var m=i(18);t.ReferrerType=m.default;var f=i(19);t.TagType=f.default;var g=i(20);t.DFPTemplateParams=g.default;var y=i(21);t.DFPPlacementParams=y.default;var v=i(22);t.DeviceType=v.default;var b=i(23);t.RefreshType=b.default;var S=i(24);t.TemplateConfig=S.default;var T=i(25);t.PlacementConfig=T.default;var I=i(2);t.GDPRStatus=I.default},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(5);t.Callback=n.default;var r=i(26);t.CustomVariable=r.default;var s=i(27);t.Frequency=s.default;var o=i(28);t.Selector=o.default;var a=i(29);t.Tag=a.default;var l=i(30);t.Targeting=l.default;var u=i(31);t.Placement=u.default;var c=i(36);t.Template=c.default;var d=i(37);t.Site=d.default},function(e,t,i){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.APPLICABLE="APPLICABLE",e.NOT_APPLICABLE="NOT_APPLICABLE",e.INPROGRESS="INPROGRESS"}(n=t.GDPRStatus||(t.GDPRStatus={})),t.default=n},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(32);t.DAT=n.default;var r=i(33);t.SSP=r.default;var s=i(34);t.DMP=s.default;var o=i(35);t.DATManager=o.default},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,r,s,o=i(1),a=[];function l(){for(;InvestingChannelQueue.length>0;)InvestingChannelQueue.shift()();n.queueProcessed();!function(e,t){e.push=function(i){Array.prototype.push.call(e,i),t(e)}}(InvestingChannelQueue,function(e){for(;InvestingChannelQueue.length>0;)InvestingChannelQueue.shift()()})}!function(e){var t=function(){function e(){this.mTemplates=[],this.mTemplateConfig={}}return e.newPage=function(t,i){return void 0==n&&(r=t,i&&(s=i),n=new e),n.reload()},e.prototype.reload=function(){var e=n.getTemplateForUrl(window.location.href);return null==e?(n.mTemplate&&(this.mTemplateConfig=n.mTemplate.getConfig()),n.mTemplate=new o.Template(r,s),n.mTemplates.push(n.mTemplate),this.mTemplateConfig&&n.mTemplate.setConfig(this.mTemplateConfig)):(n.mTemplate=e,n.refreshPage()),n},e.prototype.getTemplateForUrl=function(e){for(var t=0;t0&&(InvestingChannelQueue.shift()(),n.isAPIReady()?l():n.registerAPIReadyCallback(l))}):console.log("IC: Not able to process the queue....")},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(0),r=function(){function e(e,t){this.mCallbackid=e.callbackid,this.mScript=e.script,this.mType=e.type,this.registerEvent(t)}return e.prototype.registerEvent=function(e){var t=this;switch(this.mType){case n.CallbackType.PREALOAD:n.Utility.ICJQuery(document).on("Callback_Preload_"+e,function(){return t.loadScript()});break;case n.CallbackType.POSTLOAD:n.Utility.ICJQuery(document).on("Callback_Postload_"+e,function(){return t.loadScript()});break;case n.CallbackType.ON_VIEWPORT:n.Utility.ICJQuery(document).on("Callback_OnViewport_"+e,function(e,i){var r=n.Utility.getInstance();r.isInViewport("#"+i)?t.loadScript():n.Utility.ICJQuery(document).on("resize scroll",function(){r.isInViewport("#"+i)&&(n.Utility.ICJQuery(document).off("resize scroll"),t.loadScript())})});break;case n.CallbackType.ON_DOMLOAD:"complete"===document.readyState?this.loadScript():window.onload=function(){t.loadScript()};break;case n.CallbackType.ON_DOMREADY:n.Utility.ICJQuery(document).ready(function(){return t.loadScript()});break;case n.CallbackType.ON_DOMUNLOAD:n.Utility.window.unload(function(){return t.loadScript()})}},e.prototype.loadScript=function(){n.Utility.getInstance().executeJS(this.mScript)},e.prototype.getType=function(){return this.mType},e.prototype.getScript=function(){return this.mScript},e}();t.default=r},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(7),r=i(0),s=i(2),o=function(){function e(){var e=this;this.mErrors=[],this.mReports=[],this.mGDPRStatus=s.GDPRStatus.NOT_APPLICABLE,window.addEventListener("unload",this.postLogsToServer()),setInterval(function(){e.postLogsToServer()},2e3)}return e.getInstance=function(){return this.mUtil||(this.mUtil=new e),this.mUtil},e.prototype.setGDPRStatus=function(e){this.mGDPRStatus=e},e.prototype.executeJS=function(t){e.ICJQuery.globalEval(t)},e.prototype.isSelectorLoaded=function(t){return!!e.ICJQuery(t).length},e.prototype.executeOnLoad=function(e){try{var t=document.readyState;if("interactive"==t||"complete"==t)return void this.executeJS(e);window.addEventListener("DOMContentLoaded",this.executeJS(e),!1)}catch(t){this.executeJS(e)}},e.prototype.clientWindowHeight=function(){var e=0;return"number"==typeof window.innerHeight?e=window.innerHeight:document.documentElement&&document.documentElement.clientHeight?e=document.documentElement.clientHeight:document.body&&document.body.clientHeight&&(e=document.body.clientHeight),e},e.prototype.clientWindowWidth=function(){var e=0;return"number"==typeof window.innerWidth?e=window.innerWidth:document.documentElement&&document.documentElement.clientWidth?e=document.documentElement.clientWidth:document.body&&document.body.clientWidth&&(e=document.body.clientWidth),e},e.prototype.isInViewport=function(t){var i=e.ICJQuery(t);if(!i.length)return!1;var n=i[0];if(null===n)return null;var r=n.getBoundingClientRect();return r.bottom>=0&&r.right>=0&&r.top<=this.clientWindowHeight()&&r.left<=this.clientWindowWidth()},e.prototype.getFromLocalStorage=function(e){return localStorage.getItem(e)},e.prototype.getFromSessionStorage=function(e){return sessionStorage.getItem(e)},e.prototype.getFromCookie=function(e){var t=("; "+document.cookie).split("; "+e+"=");return 2==t.length?t.pop().split(";").shift():""},e.prototype.deleteFromLocalStorage=function(e){localStorage.removeItem(e)},e.prototype.deleteFromSessionStorage=function(e){sessionStorage.removeItem(e)},e.prototype.deleteFromCookie=function(e){document.cookie=e+"=;expires=Fri, 02-Jan-1970 00:00:00 GMT;path=/"},e.prototype.saveToLocalStorage=function(e,t){localStorage.setItem(e,t)},e.prototype.saveToSessionStorage=function(e,t){sessionStorage.setItem(e,t)},e.prototype.saveToCookie=function(e,t,i){document.cookie=void 0==i?e+"="+t+";path=/":e+"="+t+"; max-age="+i+";path=/"},e.prototype.getFromQueryString=function(e,t){var i=window.location.href;e=e.replace(/[\[\]]/g,"\\$&");var n=new RegExp("[?&]"+e+"(=([^&]*)|&|$)").exec(i);return n?n[2]?decodeURIComponent(n[2].replace(/\+/g," ")):"":null},e.prototype.pushToErrorLog=function(e){this.mErrors.push(e)},e.prototype.pushToReportLog=function(e){this.mReports.push(e)},e.prototype.isLocalStorageSupported=function(e){if(void 0==window.localStorage)return!1;return!/(iPhone|iPad|iPod)/i.test(e)},e.prototype.adomikRandomAdGroup=function(){var e=Math.random();switch(!1){case!(e<.09):return"ad_ex"+Math.floor(100*e);case!(e<.1):return"ad_bc";default:return"ad_opt"}},e.prototype.removeDuplicateFromArray=function(e){if(!e)return e;for(var t=[],i=[],n=0;n=0||(t.push(e[n].toLowerCase()),i.push(e[n]));return i},e.prototype.getTopWindowDomain=function(){try{return r.Utility.window.top.location.hostname}catch(e){}try{return document.referrer.match(/:\/\/(.[^/]+)/)[1]}catch(e){}return""},e.prototype.postLogsToServer=function(){var t=this;if(this.mReports.length>0){var i=this.mReports;this.mReports=[],e.ICJQuery.post({url:r.Constant.UAT_LOG_REPORT_URL,async:!0,data:encodeURIComponent(JSON.stringify(i)),contentType:"text/plain; charset=utf-8",xhrFields:{withCredentials:!0},beforeSend:function(e){e.setRequestHeader("GDPRStatus",t.mGDPRStatus)}})}if(this.mErrors.length>0){var n=this.mErrors;this.mErrors=[],e.ICJQuery.post({url:r.Constant.UAT_LOG_ERROR_URL,async:!0,data:encodeURIComponent(JSON.stringify(n)),contentType:"text/plain; charset=utf-8",xhrFields:{withCredentials:!0},beforeSend:function(e){e.setRequestHeader("GDPRStatus",t.mGDPRStatus)}})}},e.ICJQuery=n.noConflict(),e.window=window,e}();t.default=o},function(e,t,i){var n; /*! * jQuery JavaScript Library v3.3.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2018-01-20T17:24Z */ /*! * jQuery JavaScript Library v3.3.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2018-01-20T17:24Z */ !function(t,i){"use strict";"object"==typeof e&&"object"==typeof e.exports?e.exports=t.document?i(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return i(e)}:i(t)}("undefined"!=typeof window?window:this,function(i,r){"use strict";var s=[],o=i.document,a=Object.getPrototypeOf,l=s.slice,u=s.concat,c=s.push,d=s.indexOf,p={},h=p.toString,m=p.hasOwnProperty,f=m.toString,g=f.call(Object),y={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},b=function(e){return null!=e&&e===e.window},S={type:!0,src:!0,noModule:!0};function T(e,t,i){var n,r=(t=t||o).createElement("script");if(r.text=e,i)for(n in S)i[n]&&(r[n]=i[n]);t.head.appendChild(r).parentNode.removeChild(r)}function I(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?p[h.call(e)]||"object":typeof e}var P=function(e,t){return new P.fn.init(e,t)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function D(e){var t=!!e&&"length"in e&&e.length,i=I(e);return!v(e)&&!b(e)&&("array"===i||0===t||"number"==typeof t&&t>0&&t-1 in e)}P.fn=P.prototype={jquery:"3.3.1",constructor:P,length:0,toArray:function(){return l.call(this)},get:function(e){return null==e?l.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=P.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return P.each(this,e)},map:function(e){return this.pushStack(P.map(this,function(t,i){return e.call(t,i,t)}))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,i=+e+(e<0?t:0);return this.pushStack(i>=0&&i+~]|"+U+")"+U+"*"),H=new RegExp("="+U+"*([^\\]'\"]*?)"+U+"*\\]","g"),G=new RegExp(B),q=new RegExp("^"+F+"$"),K={ID:new RegExp("^#("+F+")"),CLASS:new RegExp("^\\.("+F+")"),TAG:new RegExp("^("+F+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+B),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+U+"*(even|odd|(([+-]|)(\\d*)n|)"+U+"*(?:([+-]|)"+U+"*(\\d+)|))"+U+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+U+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+U+"*((?:-\\d)?\\d*)"+U+"*\\)|)(?=[^-]|$)","i")},J=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,X=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,Y=new RegExp("\\\\([\\da-f]{1,6}"+U+"?|("+U+")|.)","ig"),ee=function(e,t,i){var n="0x"+t-65536;return n!=n||i?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ne=function(){p()},re=ve(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{O.apply(R=L.call(T.childNodes),T.childNodes),R[T.childNodes.length].nodeType}catch(e){O={apply:R.length?function(e,t){w.apply(e,L.call(t))}:function(e,t){for(var i=e.length,n=0;e[i++]=t[n++];);e.length=i-1}}}function se(e,t,n,r){var s,a,u,c,d,m,y,v=t&&t.ownerDocument,I=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==I&&9!==I&&11!==I)return n;if(!r&&((t?t.ownerDocument||t:T)!==h&&p(t),t=t||h,f)){if(11!==I&&(d=X.exec(e)))if(s=d[1]){if(9===I){if(!(u=t.getElementById(s)))return n;if(u.id===s)return n.push(u),n}else if(v&&(u=v.getElementById(s))&&b(t,u)&&u.id===s)return n.push(u),n}else{if(d[2])return O.apply(n,t.getElementsByTagName(e)),n;if((s=d[3])&&i.getElementsByClassName&&t.getElementsByClassName)return O.apply(n,t.getElementsByClassName(s)),n}if(i.qsa&&!C[e+" "]&&(!g||!g.test(e))){if(1!==I)v=t,y=e;else if("object"!==t.nodeName.toLowerCase()){for((c=t.getAttribute("id"))?c=c.replace(te,ie):t.setAttribute("id",c=S),a=(m=o(e)).length;a--;)m[a]="#"+c+" "+ye(m[a]);y=m.join(","),v=$.test(e)&&fe(t.parentNode)||t}if(y)try{return O.apply(n,v.querySelectorAll(y)),n}catch(e){}finally{c===S&&t.removeAttribute("id")}}}return l(e.replace(z,"$1"),t,n,r)}function oe(){var e=[];return function t(i,r){return e.push(i+" ")>n.cacheLength&&delete t[e.shift()],t[i+" "]=r}}function ae(e){return e[S]=!0,e}function le(e){var t=h.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ue(e,t){for(var i=e.split("|"),r=i.length;r--;)n.attrHandle[i[r]]=t}function ce(e,t){var i=t&&e,n=i&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===t)return-1;return e?1:-1}function de(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var i=t.nodeName.toLowerCase();return("input"===i||"button"===i)&&t.type===e}}function he(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&re(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function me(e){return ae(function(t){return t=+t,ae(function(i,n){for(var r,s=e([],i.length,t),o=s.length;o--;)i[r=s[o]]&&(i[r]=!(n[r]=i[r]))})})}function fe(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in i=se.support={},s=se.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=se.setDocument=function(e){var t,r,o=e?e.ownerDocument||e:T;return o!==h&&9===o.nodeType&&o.documentElement?(m=(h=o).documentElement,f=!s(h),T!==h&&(r=h.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",ne,!1):r.attachEvent&&r.attachEvent("onunload",ne)),i.attributes=le(function(e){return e.className="i",!e.getAttribute("className")}),i.getElementsByTagName=le(function(e){return e.appendChild(h.createComment("")),!e.getElementsByTagName("*").length}),i.getElementsByClassName=Q.test(h.getElementsByClassName),i.getById=le(function(e){return m.appendChild(e).id=S,!h.getElementsByName||!h.getElementsByName(S).length}),i.getById?(n.filter.ID=function(e){var t=e.replace(Y,ee);return function(e){return e.getAttribute("id")===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&f){var i=t.getElementById(e);return i?[i]:[]}}):(n.filter.ID=function(e){var t=e.replace(Y,ee);return function(e){var i=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return i&&i.value===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&f){var i,n,r,s=t.getElementById(e);if(s){if((i=s.getAttributeNode("id"))&&i.value===e)return[s];for(r=t.getElementsByName(e),n=0;s=r[n++];)if((i=s.getAttributeNode("id"))&&i.value===e)return[s]}return[]}}),n.find.TAG=i.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):i.qsa?t.querySelectorAll(e):void 0}:function(e,t){var i,n=[],r=0,s=t.getElementsByTagName(e);if("*"===e){for(;i=s[r++];)1===i.nodeType&&n.push(i);return n}return s},n.find.CLASS=i.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&f)return t.getElementsByClassName(e)},y=[],g=[],(i.qsa=Q.test(h.querySelectorAll))&&(le(function(e){m.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+U+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+U+"*(?:value|"+N+")"),e.querySelectorAll("[id~="+S+"-]").length||g.push("~="),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||g.push(".#.+[+~]")}),le(function(e){e.innerHTML="";var t=h.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+U+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),m.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")})),(i.matchesSelector=Q.test(v=m.matches||m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&le(function(e){i.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),y.push("!=",B)}),g=g.length&&new RegExp(g.join("|")),y=y.length&&new RegExp(y.join("|")),t=Q.test(m.compareDocumentPosition),b=t||Q.test(m.contains)?function(e,t){var i=9===e.nodeType?e.documentElement:e,n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},A=t?function(e,t){if(e===t)return d=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!i.sortDetached&&t.compareDocumentPosition(e)===n?e===h||e.ownerDocument===T&&b(T,e)?-1:t===h||t.ownerDocument===T&&b(T,t)?1:c?k(c,e)-k(c,t):0:4&n?-1:1)}:function(e,t){if(e===t)return d=!0,0;var i,n=0,r=e.parentNode,s=t.parentNode,o=[e],a=[t];if(!r||!s)return e===h?-1:t===h?1:r?-1:s?1:c?k(c,e)-k(c,t):0;if(r===s)return ce(e,t);for(i=e;i=i.parentNode;)o.unshift(i);for(i=t;i=i.parentNode;)a.unshift(i);for(;o[n]===a[n];)n++;return n?ce(o[n],a[n]):o[n]===T?-1:a[n]===T?1:0},h):h},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==h&&p(e),t=t.replace(H,"='$1']"),i.matchesSelector&&f&&!C[t+" "]&&(!y||!y.test(t))&&(!g||!g.test(t)))try{var n=v.call(e,t);if(n||i.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){}return se(t,h,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!==h&&p(e),b(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!==h&&p(e);var r=n.attrHandle[t.toLowerCase()],s=r&&x.call(n.attrHandle,t.toLowerCase())?r(e,t,!f):void 0;return void 0!==s?s:i.attributes||!f?e.getAttribute(t):(s=e.getAttributeNode(t))&&s.specified?s.value:null},se.escape=function(e){return(e+"").replace(te,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,s=0;if(d=!i.detectDuplicates,c=!i.sortStable&&e.slice(0),e.sort(A),d){for(;t=e[s++];)t===e[s]&&(r=n.push(s));for(;r--;)e.splice(n[r],1)}return c=null,e},r=se.getText=function(e){var t,i="",n=0,s=e.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)i+=r(e)}else if(3===s||4===s)return e.nodeValue}else for(;t=e[n++];)i+=r(t);return i},(n=se.selectors={cacheLength:50,createPseudo:ae,match:K,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Y,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Y,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,i=!e[6]&&e[2];return K.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":i&&G.test(i)&&(t=o(i,!0))&&(t=i.indexOf(")",i.length-t)-i.length)&&(e[0]=e[0].slice(0,t),e[2]=i.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Y,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+U+")"+e+"("+U+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,i){return function(n){var r=se.attr(n,e);return null==r?"!="===t:!t||(r+="","="===t?r===i:"!="===t?r!==i:"^="===t?i&&0===r.indexOf(i):"*="===t?i&&r.indexOf(i)>-1:"$="===t?i&&r.slice(-i.length)===i:"~="===t?(" "+r.replace(V," ")+" ").indexOf(i)>-1:"|="===t&&(r===i||r.slice(0,i.length+1)===i+"-"))}},CHILD:function(e,t,i,n,r){var s="nth"!==e.slice(0,3),o="last"!==e.slice(-4),a="of-type"===t;return 1===n&&0===r?function(e){return!!e.parentNode}:function(t,i,l){var u,c,d,p,h,m,f=s!==o?"nextSibling":"previousSibling",g=t.parentNode,y=a&&t.nodeName.toLowerCase(),v=!l&&!a,b=!1;if(g){if(s){for(;f;){for(p=t;p=p[f];)if(a?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;m=f="only"===e&&!m&&"nextSibling"}return!0}if(m=[o?g.firstChild:g.lastChild],o&&v){for(b=(h=(u=(c=(d=(p=g)[S]||(p[S]={}))[p.uniqueID]||(d[p.uniqueID]={}))[e]||[])[0]===I&&u[1])&&u[2],p=h&&g.childNodes[h];p=++h&&p&&p[f]||(b=h=0)||m.pop();)if(1===p.nodeType&&++b&&p===t){c[e]=[I,h,b];break}}else if(v&&(b=h=(u=(c=(d=(p=t)[S]||(p[S]={}))[p.uniqueID]||(d[p.uniqueID]={}))[e]||[])[0]===I&&u[1]),!1===b)for(;(p=++h&&p&&p[f]||(b=h=0)||m.pop())&&((a?p.nodeName.toLowerCase()!==y:1!==p.nodeType)||!++b||(v&&((c=(d=p[S]||(p[S]={}))[p.uniqueID]||(d[p.uniqueID]={}))[e]=[I,b]),p!==t)););return(b-=r)===n||b%n==0&&b/n>=0}}},PSEUDO:function(e,t){var i,r=n.pseudos[e]||n.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return r[S]?r(t):r.length>1?(i=[e,e,"",t],n.setFilters.hasOwnProperty(e.toLowerCase())?ae(function(e,i){for(var n,s=r(e,t),o=s.length;o--;)e[n=k(e,s[o])]=!(i[n]=s[o])}):function(e){return r(e,0,i)}):r}},pseudos:{not:ae(function(e){var t=[],i=[],n=a(e.replace(z,"$1"));return n[S]?ae(function(e,t,i,r){for(var s,o=n(e,null,r,[]),a=e.length;a--;)(s=o[a])&&(e[a]=!(t[a]=s))}):function(e,r,s){return t[0]=e,n(t,null,s,i),t[0]=null,!i.pop()}}),has:ae(function(e){return function(t){return se(e,t).length>0}}),contains:ae(function(e){return e=e.replace(Y,ee),function(t){return(t.textContent||t.innerText||r(t)).indexOf(e)>-1}}),lang:ae(function(e){return q.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(Y,ee).toLowerCase(),function(t){var i;do{if(i=f?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(i=i.toLowerCase())===e||0===i.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var i=e.location&&e.location.hash;return i&&i.slice(1)===t.id},root:function(e){return e===m},focus:function(e){return e===h.activeElement&&(!h.hasFocus||h.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:he(!1),disabled:he(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!n.pseudos.empty(e)},header:function(e){return Z.test(e.nodeName)},input:function(e){return J.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:me(function(){return[0]}),last:me(function(e,t){return[t-1]}),eq:me(function(e,t,i){return[i<0?i+t:i]}),even:me(function(e,t){for(var i=0;i=0;)e.push(n);return e}),gt:me(function(e,t,i){for(var n=i<0?i+t:i;++n1?function(t,i,n){for(var r=e.length;r--;)if(!e[r](t,i,n))return!1;return!0}:e[0]}function Se(e,t,i,n,r){for(var s,o=[],a=0,l=e.length,u=null!=t;a-1&&(s[u]=!(o[u]=d))}}else y=Se(y===o?y.splice(m,y.length):y),r?r(null,o,y,l):O.apply(o,y)})}function Ie(e){for(var t,i,r,s=e.length,o=n.relative[e[0].type],a=o||n.relative[" "],l=o?1:0,c=ve(function(e){return e===t},a,!0),d=ve(function(e){return k(t,e)>-1},a,!0),p=[function(e,i,n){var r=!o&&(n||i!==u)||((t=i).nodeType?c(e,i,n):d(e,i,n));return t=null,r}];l1&&be(p),l>1&&ye(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),i,l0,r=e.length>0,s=function(s,o,a,l,c){var d,m,g,y=0,v="0",b=s&&[],S=[],T=u,P=s||r&&n.find.TAG("*",c),E=I+=null==T?1:Math.random()||.1,D=P.length;for(c&&(u=o===h||o||c);v!==D&&null!=(d=P[v]);v++){if(r&&d){for(m=0,o||d.ownerDocument===h||(p(d),a=!f);g=e[m++];)if(g(d,o||h,a)){l.push(d);break}c&&(I=E)}i&&((d=!g&&d)&&y--,s&&b.push(d))}if(y+=v,i&&v!==y){for(m=0;g=t[m++];)g(b,S,o,a);if(s){if(y>0)for(;v--;)b[v]||S[v]||(S[v]=_.call(l));S=Se(S)}O.apply(l,S),c&&!s&&S.length>0&&y+t.length>1&&se.uniqueSort(l)}return c&&(I=E,u=T),b};return i?ae(s):s}(s,r))).selector=e}return a},l=se.select=function(e,t,i,r){var s,l,u,c,d,p="function"==typeof e&&e,h=!r&&o(e=p.selector||e);if(i=i||[],1===h.length){if((l=h[0]=h[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===t.nodeType&&f&&n.relative[l[1].type]){if(!(t=(n.find.ID(u.matches[0].replace(Y,ee),t)||[])[0]))return i;p&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(s=K.needsContext.test(e)?0:l.length;s--&&(u=l[s],!n.relative[c=u.type]);)if((d=n.find[c])&&(r=d(u.matches[0].replace(Y,ee),$.test(l[0].type)&&fe(t.parentNode)||t))){if(l.splice(s,1),!(e=r.length&&ye(l)))return O.apply(i,r),i;break}}return(p||a(e,h))(r,t,!f,i,!t||$.test(e)&&fe(t.parentNode)||t),i},i.sortStable=S.split("").sort(A).join("")===S,i.detectDuplicates=!!d,p(),i.sortDetached=le(function(e){return 1&e.compareDocumentPosition(h.createElement("fieldset"))}),le(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||ue("type|href|height|width",function(e,t,i){if(!i)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),i.attributes&&le(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||ue("value",function(e,t,i){if(!i&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),le(function(e){return null==e.getAttribute("disabled")})||ue(N,function(e,t,i){var n;if(!i)return!0===e[t]?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null}),se}(i);P.find=C,P.expr=C.selectors,P.expr[":"]=P.expr.pseudos,P.uniqueSort=P.unique=C.uniqueSort,P.text=C.getText,P.isXMLDoc=C.isXML,P.contains=C.contains,P.escapeSelector=C.escape;var A=function(e,t,i){for(var n=[],r=void 0!==i;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&P(e).is(i))break;n.push(e)}return n},x=function(e,t){for(var i=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&i.push(e);return i},R=P.expr.match.needsContext;function _(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var w=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function O(e,t,i){return v(t)?P.grep(e,function(e,n){return!!t.call(e,n,e)!==i}):t.nodeType?P.grep(e,function(e){return e===t!==i}):"string"!=typeof t?P.grep(e,function(e){return d.call(t,e)>-1!==i}):P.filter(t,e,i)}P.filter=function(e,t,i){var n=t[0];return i&&(e=":not("+e+")"),1===t.length&&1===n.nodeType?P.find.matchesSelector(n,e)?[n]:[]:P.find.matches(e,P.grep(t,function(e){return 1===e.nodeType}))},P.fn.extend({find:function(e){var t,i,n=this.length,r=this;if("string"!=typeof e)return this.pushStack(P(e).filter(function(){for(t=0;t1?P.uniqueSort(i):i},filter:function(e){return this.pushStack(O(this,e||[],!1))},not:function(e){return this.pushStack(O(this,e||[],!0))},is:function(e){return!!O(this,"string"==typeof e&&R.test(e)?P(e):e||[],!1).length}});var L,k=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(P.fn.init=function(e,t,i){var n,r;if(!e)return this;if(i=i||L,"string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:k.exec(e))||!n[1]&&t)return!t||t.jquery?(t||i).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof P?t[0]:t,P.merge(this,P.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:o,!0)),w.test(n[1])&&P.isPlainObject(t))for(n in t)v(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(r=o.getElementById(n[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==i.ready?i.ready(e):e(P):P.makeArray(e,this)}).prototype=P.fn,L=P(o);var N=/^(?:parents|prev(?:Until|All))/,U={children:!0,contents:!0,next:!0,prev:!0};function F(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}P.fn.extend({has:function(e){var t=P(e,this),i=t.length;return this.filter(function(){for(var e=0;e-1:1===i.nodeType&&P.find.matchesSelector(i,e))){s.push(i);break}return this.pushStack(s.length>1?P.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?d.call(P(e),this[0]):d.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(P.uniqueSort(P.merge(this.get(),P(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),P.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return A(e,"parentNode")},parentsUntil:function(e,t,i){return A(e,"parentNode",i)},next:function(e){return F(e,"nextSibling")},prev:function(e){return F(e,"previousSibling")},nextAll:function(e){return A(e,"nextSibling")},prevAll:function(e){return A(e,"previousSibling")},nextUntil:function(e,t,i){return A(e,"nextSibling",i)},prevUntil:function(e,t,i){return A(e,"previousSibling",i)},siblings:function(e){return x((e.parentNode||{}).firstChild,e)},children:function(e){return x(e.firstChild)},contents:function(e){return _(e,"iframe")?e.contentDocument:(_(e,"template")&&(e=e.content||e),P.merge([],e.childNodes))}},function(e,t){P.fn[e]=function(i,n){var r=P.map(this,t,i);return"Until"!==e.slice(-5)&&(n=i),n&&"string"==typeof n&&(r=P.filter(n,r)),this.length>1&&(U[e]||P.uniqueSort(r),N.test(e)&&r.reverse()),this.pushStack(r)}});var M=/[^\x20\t\r\n\f]+/g;function B(e){return e}function V(e){throw e}function z(e,t,i,n){var r;try{e&&v(r=e.promise)?r.call(e).done(t).fail(i):e&&v(r=e.then)?r.call(e,t,i):t.apply(void 0,[e].slice(n))}catch(e){i.apply(void 0,[e])}}P.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return P.each(e.match(M)||[],function(e,i){t[i]=!0}),t}(e):P.extend({},e);var t,i,n,r,s=[],o=[],a=-1,l=function(){for(r=r||e.once,n=t=!0;o.length;a=-1)for(i=o.shift();++a-1;)s.splice(i,1),i<=a&&a--}),this},has:function(e){return e?P.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return r=o=[],s=i="",this},disabled:function(){return!s},lock:function(){return r=o=[],i||t||(s=i=""),this},locked:function(){return!!r},fireWith:function(e,i){return r||(i=[e,(i=i||[]).slice?i.slice():i],o.push(i),t||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},P.extend({Deferred:function(e){var t=[["notify","progress",P.Callbacks("memory"),P.Callbacks("memory"),2],["resolve","done",P.Callbacks("once memory"),P.Callbacks("once memory"),0,"resolved"],["reject","fail",P.Callbacks("once memory"),P.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return P.Deferred(function(i){P.each(t,function(t,n){var r=v(e[n[4]])&&e[n[4]];s[n[1]](function(){var e=r&&r.apply(this,arguments);e&&v(e.promise)?e.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,r?[e]:arguments)})}),e=null}).promise()},then:function(e,n,r){var s=0;function o(e,t,n,r){return function(){var a=this,l=arguments,u=function(){var i,u;if(!(e=s&&(n!==V&&(a=void 0,l=[i]),t.rejectWith(a,l))}};e?c():(P.Deferred.getStackHook&&(c.stackTrace=P.Deferred.getStackHook()),i.setTimeout(c))}}return P.Deferred(function(i){t[0][3].add(o(0,i,v(r)?r:B,i.notifyWith)),t[1][3].add(o(0,i,v(e)?e:B)),t[2][3].add(o(0,i,v(n)?n:V))}).promise()},promise:function(e){return null!=e?P.extend(e,r):r}},s={};return P.each(t,function(e,i){var o=i[2],a=i[5];r[i[1]]=o.add,a&&o.add(function(){n=a},t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),o.add(i[3].fire),s[i[0]]=function(){return s[i[0]+"With"](this===s?void 0:this,arguments),this},s[i[0]+"With"]=o.fireWith}),r.promise(s),e&&e.call(s,s),s},when:function(e){var t=arguments.length,i=t,n=Array(i),r=l.call(arguments),s=P.Deferred(),o=function(e){return function(i){n[e]=this,r[e]=arguments.length>1?l.call(arguments):i,--t||s.resolveWith(n,r)}};if(t<=1&&(z(e,s.done(o(i)).resolve,s.reject,!t),"pending"===s.state()||v(r[i]&&r[i].then)))return s.then();for(;i--;)z(r[i],o(i),s.reject);return s.promise()}});var j=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;P.Deferred.exceptionHook=function(e,t){i.console&&i.console.warn&&e&&j.test(e.name)&&i.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},P.readyException=function(e){i.setTimeout(function(){throw e})};var W=P.Deferred();function H(){o.removeEventListener("DOMContentLoaded",H),i.removeEventListener("load",H),P.ready()}P.fn.ready=function(e){return W.then(e).catch(function(e){P.readyException(e)}),this},P.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--P.readyWait:P.isReady)||(P.isReady=!0,!0!==e&&--P.readyWait>0||W.resolveWith(o,[P]))}}),P.ready.then=W.then,"complete"===o.readyState||"loading"!==o.readyState&&!o.documentElement.doScroll?i.setTimeout(P.ready):(o.addEventListener("DOMContentLoaded",H),i.addEventListener("load",H));var G=function(e,t,i,n,r,s,o){var a=0,l=e.length,u=null==i;if("object"===I(i))for(a in r=!0,i)G(e,t,a,i[a],!0,s,o);else if(void 0!==n&&(r=!0,v(n)||(o=!0),u&&(o?(t.call(e,n),t=null):(u=t,t=function(e,t,i){return u.call(P(e),i)})),t))for(;a1,null,!0)},removeData:function(e){return this.each(function(){Y.remove(this,e)})}}),P.extend({queue:function(e,t,i){var n;if(e)return t=(t||"fx")+"queue",n=$.get(e,t),i&&(!n||Array.isArray(i)?n=$.access(e,t,P.makeArray(i)):n.push(i)),n||[]},dequeue:function(e,t){t=t||"fx";var i=P.queue(e,t),n=i.length,r=i.shift(),s=P._queueHooks(e,t);"inprogress"===r&&(r=i.shift(),n--),r&&("fx"===t&&i.unshift("inprogress"),delete s.stop,r.call(e,function(){P.dequeue(e,t)},s)),!n&&s&&s.empty.fire()},_queueHooks:function(e,t){var i=t+"queueHooks";return $.get(e,i)||$.access(e,i,{empty:P.Callbacks("once memory").add(function(){$.remove(e,[t+"queue",i])})})}}),P.fn.extend({queue:function(e,t){var i=2;return"string"!=typeof e&&(t=e,e="fx",i--),arguments.length\x20\t\r\n\f]+)/i,me=/^$|^module$|\/(?:java|ecma)script/i,fe={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ge(e,t){var i;return i=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&_(e,t)?P.merge([e],i):i}function ye(e,t){for(var i=0,n=e.length;i-1)r&&r.push(s);else if(u=P.contains(s.ownerDocument,s),o=ge(d.appendChild(s),"script"),u&&ye(o),i)for(c=0;s=o[c++];)me.test(s.type||"")&&i.push(s);return d}!function(){var e=o.createDocumentFragment().appendChild(o.createElement("div")),t=o.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),y.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",y.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var Se=o.documentElement,Te=/^key/,Ie=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Pe=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function De(){return!1}function Ce(){try{return o.activeElement}catch(e){}}function Ae(e,t,i,n,r,s){var o,a;if("object"==typeof t){for(a in"string"!=typeof i&&(n=n||i,i=void 0),t)Ae(e,a,i,n,t[a],s);return e}if(null==n&&null==r?(r=i,n=i=void 0):null==r&&("string"==typeof i?(r=n,n=void 0):(r=n,n=i,i=void 0)),!1===r)r=De;else if(!r)return e;return 1===s&&(o=r,(r=function(e){return P().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=P.guid++)),e.each(function(){P.event.add(this,t,r,n,i)})}P.event={global:{},add:function(e,t,i,n,r){var s,o,a,l,u,c,d,p,h,m,f,g=$.get(e);if(g)for(i.handler&&(i=(s=i).handler,r=s.selector),r&&P.find.matchesSelector(Se,r),i.guid||(i.guid=P.guid++),(l=g.events)||(l=g.events={}),(o=g.handle)||(o=g.handle=function(t){return void 0!==P&&P.event.triggered!==t.type?P.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match(M)||[""]).length;u--;)h=f=(a=Pe.exec(t[u])||[])[1],m=(a[2]||"").split(".").sort(),h&&(d=P.event.special[h]||{},h=(r?d.delegateType:d.bindType)||h,d=P.event.special[h]||{},c=P.extend({type:h,origType:f,data:n,handler:i,guid:i.guid,selector:r,needsContext:r&&P.expr.match.needsContext.test(r),namespace:m.join(".")},s),(p=l[h])||((p=l[h]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,n,m,o)||e.addEventListener&&e.addEventListener(h,o)),d.add&&(d.add.call(e,c),c.handler.guid||(c.handler.guid=i.guid)),r?p.splice(p.delegateCount++,0,c):p.push(c),P.event.global[h]=!0)},remove:function(e,t,i,n,r){var s,o,a,l,u,c,d,p,h,m,f,g=$.hasData(e)&&$.get(e);if(g&&(l=g.events)){for(u=(t=(t||"").match(M)||[""]).length;u--;)if(h=f=(a=Pe.exec(t[u])||[])[1],m=(a[2]||"").split(".").sort(),h){for(d=P.event.special[h]||{},p=l[h=(n?d.delegateType:d.bindType)||h]||[],a=a[2]&&new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=s=p.length;s--;)c=p[s],!r&&f!==c.origType||i&&i.guid!==c.guid||a&&!a.test(c.namespace)||n&&n!==c.selector&&("**"!==n||!c.selector)||(p.splice(s,1),c.selector&&p.delegateCount--,d.remove&&d.remove.call(e,c));o&&!p.length&&(d.teardown&&!1!==d.teardown.call(e,m,g.handle)||P.removeEvent(e,h,g.handle),delete l[h])}else for(h in l)P.event.remove(e,h+t[u],i,n,!0);P.isEmptyObject(l)&&$.remove(e,"handle events")}},dispatch:function(e){var t,i,n,r,s,o,a=P.event.fix(e),l=new Array(arguments.length),u=($.get(this,"events")||{})[a.type]||[],c=P.event.special[a.type]||{};for(l[0]=a,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(s=[],o={},i=0;i-1:P.find(r,this,null,[u]).length),o[r]&&s.push(n);s.length&&a.push({elem:u,handlers:s})}return u=this,l\x20\t\r\n\f]*)[^>]*)\/>/gi,Re=/\s*$/g;function Oe(e,t){return _(e,"table")&&_(11!==t.nodeType?t:t.firstChild,"tr")&&P(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function ke(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Ne(e,t){var i,n,r,s,o,a,l,u;if(1===t.nodeType){if($.hasData(e)&&(s=$.access(e),o=$.set(t,s),u=s.events))for(r in delete o.handle,o.events={},u)for(i=0,n=u[r].length;i1&&"string"==typeof m&&!y.checkClone&&_e.test(m))return e.each(function(r){var s=e.eq(r);f&&(t[0]=m.call(this,r,s.html())),Fe(s,t,i,n)});if(p&&(s=(r=be(t,e[0].ownerDocument,!1,e,n)).firstChild,1===r.childNodes.length&&(r=s),s||n)){for(a=(o=P.map(ge(r,"script"),Le)).length;d")},clone:function(e,t,i){var n,r,s,o,a=e.cloneNode(!0),l=P.contains(e.ownerDocument,e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||P.isXMLDoc(e)))for(o=ge(a),n=0,r=(s=ge(e)).length;n0&&ye(o,!l&&ge(e,"script")),a},cleanData:function(e){for(var t,i,n,r=P.event.special,s=0;void 0!==(i=e[s]);s++)if(Q(i)){if(t=i[$.expando]){if(t.events)for(n in t.events)r[n]?P.event.remove(i,n):P.removeEvent(i,n,t.handle);i[$.expando]=void 0}i[Y.expando]&&(i[Y.expando]=void 0)}}}),P.fn.extend({detach:function(e){return Me(this,e,!0)},remove:function(e){return Me(this,e)},text:function(e){return G(this,function(e){return void 0===e?P.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Fe(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)})},prepend:function(){return Fe(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Fe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Fe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(P.cleanData(ge(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return P.clone(this,e,t)})},html:function(e){return G(this,function(e){var t=this[0]||{},i=0,n=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Re.test(e)&&!fe[(he.exec(e)||["",""])[1].toLowerCase()]){e=P.htmlPrefilter(e);try{for(;i=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-s-l-a-.5))),l}function Ye(e,t,i){var n=Ve(e),r=je(e,t,n),s="border-box"===P.css(e,"boxSizing",!1,n),o=s;if(Be.test(r)){if(!i)return r;r="auto"}return o=o&&(y.boxSizingReliable()||r===e.style[t]),("auto"===r||!parseFloat(r)&&"inline"===P.css(e,"display",!1,n))&&(r=e["offset"+t[0].toUpperCase()+t.slice(1)],o=!0),(r=parseFloat(r)||0)+$e(e,t,i||(s?"border":"content"),o,n,r)+"px"}function et(e,t,i,n,r){return new et.prototype.init(e,t,i,n,r)}P.extend({cssHooks:{opacity:{get:function(e,t){if(t){var i=je(e,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,i,n){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,s,o,a=Z(t),l=Ge.test(t),u=e.style;if(l||(t=Qe(a)),o=P.cssHooks[t]||P.cssHooks[a],void 0===i)return o&&"get"in o&&void 0!==(r=o.get(e,!1,n))?r:u[t];"string"===(s=typeof i)&&(r=re.exec(i))&&r[1]&&(i=le(e,t,r),s="number"),null!=i&&i==i&&("number"===s&&(i+=r&&r[3]||(P.cssNumber[a]?"":"px")),y.clearCloneStyle||""!==i||0!==t.indexOf("background")||(u[t]="inherit"),o&&"set"in o&&void 0===(i=o.set(e,i,n))||(l?u.setProperty(t,i):u[t]=i))}},css:function(e,t,i,n){var r,s,o,a=Z(t);return Ge.test(t)||(t=Qe(a)),(o=P.cssHooks[t]||P.cssHooks[a])&&"get"in o&&(r=o.get(e,!0,i)),void 0===r&&(r=je(e,t,n)),"normal"===r&&t in Ke&&(r=Ke[t]),""===i||i?(s=parseFloat(r),!0===i||isFinite(s)?s||0:r):r}}),P.each(["height","width"],function(e,t){P.cssHooks[t]={get:function(e,i,n){if(i)return!He.test(P.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ye(e,t,n):ae(e,qe,function(){return Ye(e,t,n)})},set:function(e,i,n){var r,s=Ve(e),o="border-box"===P.css(e,"boxSizing",!1,s),a=n&&$e(e,t,n,o,s);return o&&y.scrollboxSize()===s.position&&(a-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(s[t])-$e(e,t,"border",!1,s)-.5)),a&&(r=re.exec(i))&&"px"!==(r[3]||"px")&&(e.style[t]=i,i=P.css(e,t)),Xe(0,i,a)}}}),P.cssHooks.marginLeft=We(y.reliableMarginLeft,function(e,t){if(t)return(parseFloat(je(e,"marginLeft"))||e.getBoundingClientRect().left-ae(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),P.each({margin:"",padding:"",border:"Width"},function(e,t){P.cssHooks[e+t]={expand:function(i){for(var n=0,r={},s="string"==typeof i?i.split(" "):[i];n<4;n++)r[e+se[n]+t]=s[n]||s[n-2]||s[0];return r}},"margin"!==e&&(P.cssHooks[e+t].set=Xe)}),P.fn.extend({css:function(e,t){return G(this,function(e,t,i){var n,r,s={},o=0;if(Array.isArray(t)){for(n=Ve(e),r=t.length;o1)}}),P.Tween=et,et.prototype={constructor:et,init:function(e,t,i,n,r,s){this.elem=e,this.prop=i,this.easing=r||P.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=n,this.unit=s||(P.cssNumber[i]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,i=et.propHooks[this.prop];return this.options.duration?this.pos=t=P.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):et.propHooks._default.set(this),this}},et.prototype.init.prototype=et.prototype,et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=P.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){P.fx.step[e.prop]?P.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[P.cssProps[e.prop]]&&!P.cssHooks[e.prop]?e.elem[e.prop]=e.now:P.style(e.elem,e.prop,e.now+e.unit)}}},et.propHooks.scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},P.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},P.fx=et.prototype.init,P.fx.step={};var tt,it,nt=/^(?:toggle|show|hide)$/,rt=/queueHooks$/;function st(){it&&(!1===o.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(st):i.setTimeout(st,P.fx.interval),P.fx.tick())}function ot(){return i.setTimeout(function(){tt=void 0}),tt=Date.now()}function at(e,t){var i,n=0,r={height:e};for(t=t?1:0;n<4;n+=2-t)r["margin"+(i=se[n])]=r["padding"+i]=e;return t&&(r.opacity=r.width=e),r}function lt(e,t,i){for(var n,r=(ut.tweeners[t]||[]).concat(ut.tweeners["*"]),s=0,o=r.length;s1)},removeAttr:function(e){return this.each(function(){P.removeAttr(this,e)})}}),P.extend({attr:function(e,t,i){var n,r,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===e.getAttribute?P.prop(e,t,i):(1===s&&P.isXMLDoc(e)||(r=P.attrHooks[t.toLowerCase()]||(P.expr.match.bool.test(t)?ct:void 0)),void 0!==i?null===i?void P.removeAttr(e,t):r&&"set"in r&&void 0!==(n=r.set(e,i,t))?n:(e.setAttribute(t,i+""),i):r&&"get"in r&&null!==(n=r.get(e,t))?n:null==(n=P.find.attr(e,t))?void 0:n)},attrHooks:{type:{set:function(e,t){if(!y.radioValue&&"radio"===t&&_(e,"input")){var i=e.value;return e.setAttribute("type",t),i&&(e.value=i),t}}}},removeAttr:function(e,t){var i,n=0,r=t&&t.match(M);if(r&&1===e.nodeType)for(;i=r[n++];)e.removeAttribute(i)}}),ct={set:function(e,t,i){return!1===t?P.removeAttr(e,i):e.setAttribute(i,i),i}},P.each(P.expr.match.bool.source.match(/\w+/g),function(e,t){var i=dt[t]||P.find.attr;dt[t]=function(e,t,n){var r,s,o=t.toLowerCase();return n||(s=dt[o],dt[o]=r,r=null!=i(e,t,n)?o:null,dt[o]=s),r}});var pt=/^(?:input|select|textarea|button)$/i,ht=/^(?:a|area)$/i;function mt(e){return(e.match(M)||[]).join(" ")}function ft(e){return e.getAttribute&&e.getAttribute("class")||""}function gt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(M)||[]}P.fn.extend({prop:function(e,t){return G(this,P.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[P.propFix[e]||e]})}}),P.extend({prop:function(e,t,i){var n,r,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&P.isXMLDoc(e)||(t=P.propFix[t]||t,r=P.propHooks[t]),void 0!==i?r&&"set"in r&&void 0!==(n=r.set(e,i,t))?n:e[t]=i:r&&"get"in r&&null!==(n=r.get(e,t))?n:e[t]},propHooks:{tabIndex:{get:function(e){var t=P.find.attr(e,"tabindex");return t?parseInt(t,10):pt.test(e.nodeName)||ht.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),y.optSelected||(P.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),P.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){P.propFix[this.toLowerCase()]=this}),P.fn.extend({addClass:function(e){var t,i,n,r,s,o,a,l=0;if(v(e))return this.each(function(t){P(this).addClass(e.call(this,t,ft(this)))});if((t=gt(e)).length)for(;i=this[l++];)if(r=ft(i),n=1===i.nodeType&&" "+mt(r)+" "){for(o=0;s=t[o++];)n.indexOf(" "+s+" ")<0&&(n+=s+" ");r!==(a=mt(n))&&i.setAttribute("class",a)}return this},removeClass:function(e){var t,i,n,r,s,o,a,l=0;if(v(e))return this.each(function(t){P(this).removeClass(e.call(this,t,ft(this)))});if(!arguments.length)return this.attr("class","");if((t=gt(e)).length)for(;i=this[l++];)if(r=ft(i),n=1===i.nodeType&&" "+mt(r)+" "){for(o=0;s=t[o++];)for(;n.indexOf(" "+s+" ")>-1;)n=n.replace(" "+s+" "," ");r!==(a=mt(n))&&i.setAttribute("class",a)}return this},toggleClass:function(e,t){var i=typeof e,n="string"===i||Array.isArray(e);return"boolean"==typeof t&&n?t?this.addClass(e):this.removeClass(e):v(e)?this.each(function(i){P(this).toggleClass(e.call(this,i,ft(this),t),t)}):this.each(function(){var t,r,s,o;if(n)for(r=0,s=P(this),o=gt(e);t=o[r++];)s.hasClass(t)?s.removeClass(t):s.addClass(t);else void 0!==e&&"boolean"!==i||((t=ft(this))&&$.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":$.get(this,"__className__")||""))})},hasClass:function(e){var t,i,n=0;for(t=" "+e+" ";i=this[n++];)if(1===i.nodeType&&(" "+mt(ft(i))+" ").indexOf(t)>-1)return!0;return!1}});var yt=/\r/g;P.fn.extend({val:function(e){var t,i,n,r=this[0];return arguments.length?(n=v(e),this.each(function(i){var r;1===this.nodeType&&(null==(r=n?e.call(this,i,P(this).val()):e)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=P.map(r,function(e){return null==e?"":e+""})),(t=P.valHooks[this.type]||P.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))})):r?(t=P.valHooks[r.type]||P.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(i=t.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(yt,""):null==i?"":i:void 0}}),P.extend({valHooks:{option:{get:function(e){var t=P.find.attr(e,"value");return null!=t?t:mt(P.text(e))}},select:{get:function(e){var t,i,n,r=e.options,s=e.selectedIndex,o="select-one"===e.type,a=o?null:[],l=o?s+1:r.length;for(n=s<0?l:o?s:0;n-1)&&(i=!0);return i||(e.selectedIndex=-1),s}}}}),P.each(["radio","checkbox"],function(){P.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=P.inArray(P(e).val(),t)>-1}},y.checkOn||(P.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),y.focusin="onfocusin"in i;var vt=/^(?:focusinfocus|focusoutblur)$/,bt=function(e){e.stopPropagation()};P.extend(P.event,{trigger:function(e,t,n,r){var s,a,l,u,c,d,p,h,f=[n||o],g=m.call(e,"type")?e.type:e,y=m.call(e,"namespace")?e.namespace.split("."):[];if(a=h=l=n=n||o,3!==n.nodeType&&8!==n.nodeType&&!vt.test(g+P.event.triggered)&&(g.indexOf(".")>-1&&(g=(y=g.split(".")).shift(),y.sort()),c=g.indexOf(":")<0&&"on"+g,(e=e[P.expando]?e:new P.Event(g,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=y.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:P.makeArray(t,[e]),p=P.event.special[g]||{},r||!p.trigger||!1!==p.trigger.apply(n,t))){if(!r&&!p.noBubble&&!b(n)){for(u=p.delegateType||g,vt.test(u+g)||(a=a.parentNode);a;a=a.parentNode)f.push(a),l=a;l===(n.ownerDocument||o)&&f.push(l.defaultView||l.parentWindow||i)}for(s=0;(a=f[s++])&&!e.isPropagationStopped();)h=a,e.type=s>1?u:p.bindType||g,(d=($.get(a,"events")||{})[e.type]&&$.get(a,"handle"))&&d.apply(a,t),(d=c&&a[c])&&d.apply&&Q(a)&&(e.result=d.apply(a,t),!1===e.result&&e.preventDefault());return e.type=g,r||e.isDefaultPrevented()||p._default&&!1!==p._default.apply(f.pop(),t)||!Q(n)||c&&v(n[g])&&!b(n)&&((l=n[c])&&(n[c]=null),P.event.triggered=g,e.isPropagationStopped()&&h.addEventListener(g,bt),n[g](),e.isPropagationStopped()&&h.removeEventListener(g,bt),P.event.triggered=void 0,l&&(n[c]=l)),e.result}},simulate:function(e,t,i){var n=P.extend(new P.Event,i,{type:e,isSimulated:!0});P.event.trigger(n,null,t)}}),P.fn.extend({trigger:function(e,t){return this.each(function(){P.event.trigger(e,t,this)})},triggerHandler:function(e,t){var i=this[0];if(i)return P.event.trigger(e,t,i,!0)}}),y.focusin||P.each({focus:"focusin",blur:"focusout"},function(e,t){var i=function(e){P.event.simulate(t,e.target,P.event.fix(e))};P.event.special[t]={setup:function(){var n=this.ownerDocument||this,r=$.access(n,t);r||n.addEventListener(e,i,!0),$.access(n,t,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this,r=$.access(n,t)-1;r?$.access(n,t,r):(n.removeEventListener(e,i,!0),$.remove(n,t))}}});var St=i.location,Tt=Date.now(),It=/\?/;P.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new i.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||P.error("Invalid XML: "+e),t};var Pt=/\[\]$/,Et=/\r?\n/g,Dt=/^(?:submit|button|image|reset|file)$/i,Ct=/^(?:input|select|textarea|keygen)/i;function At(e,t,i,n){var r;if(Array.isArray(t))P.each(t,function(t,r){i||Pt.test(e)?n(e,r):At(e+"["+("object"==typeof r&&null!=r?t:"")+"]",r,i,n)});else if(i||"object"!==I(t))n(e,t);else for(r in t)At(e+"["+r+"]",t[r],i,n)}P.param=function(e,t){var i,n=[],r=function(e,t){var i=v(t)?t():t;n[n.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==i?"":i)};if(Array.isArray(e)||e.jquery&&!P.isPlainObject(e))P.each(e,function(){r(this.name,this.value)});else for(i in e)At(i,e[i],t,r);return n.join("&")},P.fn.extend({serialize:function(){return P.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=P.prop(this,"elements");return e?P.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!P(this).is(":disabled")&&Ct.test(this.nodeName)&&!Dt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var i=P(this).val();return null==i?null:Array.isArray(i)?P.map(i,function(e){return{name:t.name,value:e.replace(Et,"\r\n")}}):{name:t.name,value:i.replace(Et,"\r\n")}}).get()}});var xt=/%20/g,Rt=/#.*$/,_t=/([?&])_=[^&]*/,wt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ot=/^(?:GET|HEAD)$/,Lt=/^\/\//,kt={},Nt={},Ut="*/".concat("*"),Ft=o.createElement("a");function Mt(e){return function(t,i){"string"!=typeof t&&(i=t,t="*");var n,r=0,s=t.toLowerCase().match(M)||[];if(v(i))for(;n=s[r++];)"+"===n[0]?(n=n.slice(1)||"*",(e[n]=e[n]||[]).unshift(i)):(e[n]=e[n]||[]).push(i)}}function Bt(e,t,i,n){var r={},s=e===Nt;function o(a){var l;return r[a]=!0,P.each(e[a]||[],function(e,a){var u=a(t,i,n);return"string"!=typeof u||s||r[u]?s?!(l=u):void 0:(t.dataTypes.unshift(u),o(u),!1)}),l}return o(t.dataTypes[0])||!r["*"]&&o("*")}function Vt(e,t){var i,n,r=P.ajaxSettings.flatOptions||{};for(i in t)void 0!==t[i]&&((r[i]?e:n||(n={}))[i]=t[i]);return n&&P.extend(!0,e,n),e}Ft.href=St.href,P.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:St.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(St.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ut,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":P.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Vt(Vt(e,P.ajaxSettings),t):Vt(P.ajaxSettings,e)},ajaxPrefilter:Mt(kt),ajaxTransport:Mt(Nt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,r,s,a,l,u,c,d,p,h,m=P.ajaxSetup({},t),f=m.context||m,g=m.context&&(f.nodeType||f.jquery)?P(f):P.event,y=P.Deferred(),v=P.Callbacks("once memory"),b=m.statusCode||{},S={},T={},I="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!a)for(a={};t=wt.exec(s);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?s:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,S[e]=t),this},overrideMimeType:function(e){return null==c&&(m.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||I;return n&&n.abort(t),D(0,t),this}};if(y.promise(E),m.url=((e||m.url||St.href)+"").replace(Lt,St.protocol+"//"),m.type=t.method||t.type||m.method||m.type,m.dataTypes=(m.dataType||"*").toLowerCase().match(M)||[""],null==m.crossDomain){u=o.createElement("a");try{u.href=m.url,u.href=u.href,m.crossDomain=Ft.protocol+"//"+Ft.host!=u.protocol+"//"+u.host}catch(e){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=P.param(m.data,m.traditional)),Bt(kt,m,t,E),c)return E;for(p in(d=P.event&&m.global)&&0==P.active++&&P.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!Ot.test(m.type),r=m.url.replace(Rt,""),m.hasContent?m.data&&m.processData&&0===(m.contentType||"").indexOf("application/x-www-form-urlencoded")&&(m.data=m.data.replace(xt,"+")):(h=m.url.slice(r.length),m.data&&(m.processData||"string"==typeof m.data)&&(r+=(It.test(r)?"&":"?")+m.data,delete m.data),!1===m.cache&&(r=r.replace(_t,"$1"),h=(It.test(r)?"&":"?")+"_="+Tt+++h),m.url=r+h),m.ifModified&&(P.lastModified[r]&&E.setRequestHeader("If-Modified-Since",P.lastModified[r]),P.etag[r]&&E.setRequestHeader("If-None-Match",P.etag[r])),(m.data&&m.hasContent&&!1!==m.contentType||t.contentType)&&E.setRequestHeader("Content-Type",m.contentType),E.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+Ut+"; q=0.01":""):m.accepts["*"]),m.headers)E.setRequestHeader(p,m.headers[p]);if(m.beforeSend&&(!1===m.beforeSend.call(f,E,m)||c))return E.abort();if(I="abort",v.add(m.complete),E.done(m.success),E.fail(m.error),n=Bt(Nt,m,t,E)){if(E.readyState=1,d&&g.trigger("ajaxSend",[E,m]),c)return E;m.async&&m.timeout>0&&(l=i.setTimeout(function(){E.abort("timeout")},m.timeout));try{c=!1,n.send(S,D)}catch(e){if(c)throw e;D(-1,e)}}else D(-1,"No Transport");function D(e,t,o,a){var u,p,h,S,T,I=t;c||(c=!0,l&&i.clearTimeout(l),n=void 0,s=a||"",E.readyState=e>0?4:0,u=e>=200&&e<300||304===e,o&&(S=function(e,t,i){for(var n,r,s,o,a=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=e.mimeType||t.getResponseHeader("Content-Type"));if(n)for(r in a)if(a[r]&&a[r].test(n)){l.unshift(r);break}if(l[0]in i)s=l[0];else{for(r in i){if(!l[0]||e.converters[r+" "+l[0]]){s=r;break}o||(o=r)}s=s||o}if(s)return s!==l[0]&&l.unshift(s),i[s]}(m,E,o)),S=function(e,t,i,n){var r,s,o,a,l,u={},c=e.dataTypes.slice();if(c[1])for(o in e.converters)u[o.toLowerCase()]=e.converters[o];for(s=c.shift();s;)if(e.responseFields[s]&&(i[e.responseFields[s]]=t),!l&&n&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=s,s=c.shift())if("*"===s)s=l;else if("*"!==l&&l!==s){if(!(o=u[l+" "+s]||u["* "+s]))for(r in u)if((a=r.split(" "))[1]===s&&(o=u[l+" "+a[0]]||u["* "+a[0]])){!0===o?o=u[r]:!0!==u[r]&&(s=a[0],c.unshift(a[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+l+" to "+s}}}return{state:"success",data:t}}(m,S,E,u),u?(m.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(P.lastModified[r]=T),(T=E.getResponseHeader("etag"))&&(P.etag[r]=T)),204===e||"HEAD"===m.type?I="nocontent":304===e?I="notmodified":(I=S.state,p=S.data,u=!(h=S.error))):(h=I,!e&&I||(I="error",e<0&&(e=0))),E.status=e,E.statusText=(t||I)+"",u?y.resolveWith(f,[p,I,E]):y.rejectWith(f,[E,I,h]),E.statusCode(b),b=void 0,d&&g.trigger(u?"ajaxSuccess":"ajaxError",[E,m,u?p:h]),v.fireWith(f,[E,I]),d&&(g.trigger("ajaxComplete",[E,m]),--P.active||P.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,i){return P.get(e,t,i,"json")},getScript:function(e,t){return P.get(e,void 0,t,"script")}}),P.each(["get","post"],function(e,t){P[t]=function(e,i,n,r){return v(i)&&(r=r||n,n=i,i=void 0),P.ajax(P.extend({url:e,type:t,dataType:r,data:i,success:n},P.isPlainObject(e)&&e))}}),P._evalUrl=function(e){return P.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},P.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(e)&&(e=e.call(this[0])),t=P(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return v(e)?this.each(function(t){P(this).wrapInner(e.call(this,t))}):this.each(function(){var t=P(this),i=t.contents();i.length?i.wrapAll(e):t.append(e)})},wrap:function(e){var t=v(e);return this.each(function(i){P(this).wrapAll(t?e.call(this,i):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){P(this).replaceWith(this.childNodes)}),this}}),P.expr.pseudos.hidden=function(e){return!P.expr.pseudos.visible(e)},P.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},P.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(e){}};var zt={0:200,1223:204},jt=P.ajaxSettings.xhr();y.cors=!!jt&&"withCredentials"in jt,y.ajax=jt=!!jt,P.ajaxTransport(function(e){var t,n;if(y.cors||jt&&!e.crossDomain)return{send:function(r,s){var o,a=e.xhr();if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)a[o]=e.xhrFields[o];for(o in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)a.setRequestHeader(o,r[o]);t=function(e){return function(){t&&(t=n=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?s(0,"error"):s(a.status,a.statusText):s(zt[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=t(),n=a.onerror=a.ontimeout=t("error"),void 0!==a.onabort?a.onabort=n:a.onreadystatechange=function(){4===a.readyState&&i.setTimeout(function(){t&&n()})},t=t("abort");try{a.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}}),P.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),P.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return P.globalEval(e),e}}}),P.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),P.ajaxTransport("script",function(e){var t,i;if(e.crossDomain)return{send:function(n,r){t=P("