!function(e){function t(a){if(n[a])return n[a].exports;var r=n[a]={exports:{},id:a,loaded:!1};return e[a].call(r.exports,r,r.exports,t),r.loaded=!0,r.exports}var n={};return t.m=e,t.c=n,t.p="/themes/2doc/",t(0)}([function(e,t,n){"use strict";n(1),n(3),n(4),n(20),n(21),n(22),n(25),n(27),n(30),n(36),n(220),n(230),n(231),n(232)},function(e,t,n){(function(e,t){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};if(void 0===e)throw Error("The jQuery library is not loaded! The October CMS framework cannot be initialized.");if(void 0!==e.request)throw Error("The October CMS framework is already loaded!");+function(e){function a(e,t){if(void 0===t&&(t=""),"object"==(void 0===t?"undefined":n(t)))return t;try{return ocJSON("{"+t+"}")}catch(t){throw Error("Error parsing the "+e+" attribute value. "+t)}}function r(){var e=null;if(document.cookie&&""!=document.cookie)for(var n=document.cookie.split(";"),a=0;a0){var s=t.Event("ajaxInvalidField");e(window).trigger(s,[i.get(0),n,a,r]),r&&(s.isDefaultPrevented()||i.focus(),r=!1)}})},handleFlashMessage:function(e,t){},handleRedirectResponse:function(e){window.location.assign(e),u.trigger("ajaxRedirect")},handleUpdateResponse:function(t,n,a){var r=e.Deferred().done(function(){for(var r in t){var i=o.update[r]?o.update[r]:r;"string"==e.type(i)&&"!"==i.charAt(0)?e(i.substring(1)).replaceWith(t[r]).trigger("ajaxUpdate",[c,t,n,a]):"string"==e.type(i)&&"@"==i.charAt(0)?e(i.substring(1)).append(t[r]).trigger("ajaxUpdate",[c,t,n,a]):"string"==e.type(i)&&"^"==i.charAt(0)?e(i.substring(1)).prepend(t[r]).trigger("ajaxUpdate",[c,t,n,a]):(e(i).trigger("ajaxBeforeReplace"),e(i).html(t[r]).trigger("ajaxUpdate",[c,t,n,a]))}setTimeout(function(){e(window).trigger("ajaxUpdateComplete",[c,t,n,a]).trigger("resize")},0)});return t.X_OCTOBER_REDIRECT&&(o.redirect=t.X_OCTOBER_REDIRECT,_=!0),_&&b.handleRedirectResponse(o.redirect),t.X_OCTOBER_ERROR_FIELDS&&b.handleValidationMessage(t.X_OCTOBER_ERROR_MESSAGE,t.X_OCTOBER_ERROR_FIELDS),t.X_OCTOBER_ASSETS?assetManager.load(t.X_OCTOBER_ASSETS,e.proxy(r.resolve,r)):r.resolve(),r}};if(y&&(b.processData=b.contentType=!1),c.success=b.success,c.error=b.error,c.complete=b.complete,b=e.extend(b,o),b.data=M,!o.confirm||b.handleConfirmMessage(o.confirm))return h&&h.show(),e(window).trigger("ajaxBeforeSend",[c]),u.trigger("ajaxPromise",[c]),e.ajax(b).fail(function(e,t,n){_||u.trigger("ajaxFail",[c,t,e]),h&&h.hide()}).done(function(e,t,n){_||u.trigger("ajaxDone",[c,e,t,n]),h&&h.hide()}).always(function(e,t,n){u.trigger("ajaxAlways",[c,e,t,n])})}};i.DEFAULTS={update:{},type:"POST",beforeUpdate:function(e,t,n){},evalBeforeUpdate:null,evalSuccess:null,evalError:null,evalComplete:null,ajaxGlobal:!1},i.prototype.extractPartials=function(e){var t=[];for(var n in e)t.push(n);return t.join("&")};var s=e.fn.request;e.fn.request=function(t,r){var s=e(this).first(),o={evalBeforeUpdate:s.data("request-before-update"),evalSuccess:s.data("request-success"),evalError:s.data("request-error"),evalComplete:s.data("request-complete"),ajaxGlobal:s.data("request-ajax-global"),confirm:s.data("request-confirm"),redirect:s.data("request-redirect"),loading:s.data("request-loading"),flash:s.data("request-flash"),files:s.data("request-files"),browserValidate:s.data("browser-validate"),form:s.data("request-form"),url:s.data("request-url"),update:a("data-request-update",s.data("request-update")),data:a("data-request-data",s.data("request-data"))};t||(t=s.data("request"));var u=e.extend(!0,{},i.DEFAULTS,o,"object"==(void 0===r?"undefined":n(r))&&r);return new i(s,t,u)},e.fn.request.Constructor=i,e.request=function(t,n){return e(document).request(t,n)},e.fn.request.noConflict=function(){return e.fn.request=s,this},e(document).on("change","select[data-request], input[type=radio][data-request], input[type=checkbox][data-request], input[type=file][data-request]",function(){e(this).request()}),e(document).on("click","a[data-request], button[data-request], input[type=button][data-request], input[type=submit][data-request]",function(t){if(t.preventDefault(),e(this).request(),e(this).is("[type=submit]"))return!1}),e(document).on("keydown","input[type=text][data-request], input[type=submit][data-request], input[type=password][data-request]",function(t){if("Enter"===t.key)return void 0!==this.dataTrackInputTimer&&window.clearTimeout(this.dataTrackInputTimer),e(this).request(),!1}),e(document).on("input","input[data-request][data-track-input]",function(t){var n=e(this),a=n.data("oc.lastvalue");if(n.is("[type=email],[type=number],[type=password],[type=search],[type=text]")&&(void 0===a||a!=this.value)){n.data("oc.lastvalue",this.value),void 0!==this.dataTrackInputTimer&&window.clearTimeout(this.dataTrackInputTimer);var r=e(this).data("track-input");r||(r=300);var i=this;this.dataTrackInputTimer=window.setTimeout(function(){i.lastDataTrackInputRequest&&i.lastDataTrackInputRequest.abort(),i.lastDataTrackInputRequest=e(i).request()},r)}}),e(document).on("submit","[data-request]",function(){return e(this).request(),!1}),window.onbeforeunload=function(){window.ocUnloading=!0},e(document).ready(function(){e(document).trigger("render")}),e(window).on("ajaxUpdateComplete",function(){e(document).trigger("render")}),e.fn.render=function(t){e(document).on("render",t)}}(e),+function(e){function t(e,t,n){for(var a="",r=t;r="0"&&e[t]<="9"){for(var n="",a=t;a="0"&&e[a]<="9"))return{originLength:n.length,body:n};n+=e[a]}throw Error("Broken JSON number body near "+n)}if("{"===e[t]||"["===e[t]){for(var r=[e[t]],n=e[t],a=t+1;a=0?t-5:0,50))}function a(e){return"\\"!==e[0]&&(e[0]>="a"&&e[0]<="z"||e[0]>="A"&&e[0]<="Z"||"_"===e[0]||(e[0]>="0"&&e[0]<="9"||("$"===e[0]||e.charCodeAt(0)>255)))}function r(e){return" "===e||"\n"===e||"\t"===e}function i(e){if(e=e.trim(),!e.length)throw Error("Broken JSON object.");for(var s="";e&&","===e[0];)e=e.substr(1);if('"'===e[0]||"'"===e[0]){if(e[e.length-1]!==e[0])throw Error("Invalid string JSON object.");for(var o='"',u=1;u0&&t-1 in e)}function d(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function l(e,t,n){return be(t)?Se.grep(e,function(e,a){return!!t.call(e,a,e)!==n}):t.nodeType?Se.grep(e,function(e){return e===t!==n}):"string"!=typeof t?Se.grep(e,function(e){return pe.call(t,e)>-1!==n}):Se.filter(t,e,n)}function c(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function m(e){var t={};return Se.each(e.match(Re)||[],function(e,n){t[n]=!0}),t}function h(e){return e}function f(e){throw e}function _(e,t,n,a){var r;try{e&&be(r=e.promise)?r.call(e).done(t).fail(n):e&&be(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(a))}catch(e){n.apply(void 0,[e])}}function p(){we.removeEventListener("DOMContentLoaded",p),n.removeEventListener("load",p),Se.ready()}function y(e,t){return t.toUpperCase()}function v(e){return e.replace(qe,"ms-").replace(Be,y)}function g(){this.expando=Se.expando+g.uid++}function M(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Ge.test(e)?JSON.parse(e):e)}function L(e,t,n){var a;if(void 0===n&&1===e.nodeType)if(a="data-"+t.replace(Ve,"-$&").toLowerCase(),n=e.getAttribute(a),"string"==typeof n){try{n=M(n)}catch(e){}$e.set(e,t,n)}else n=void 0;return n}function k(e,t,n,a){var r,i,s=20,o=a?function(){return a.cur()}:function(){return Se.css(e,t,"")},u=o(),d=n&&n[3]||(Se.cssNumber[t]?"":"px"),l=e.nodeType&&(Se.cssNumber[t]||"px"!==d&&+u)&&Ze.exec(Se.css(e,t));if(l&&l[3]!==d){for(u/=2,d=d||l[3],l=+u||1;s--;)Se.style(e,t,l+d),(1-i)*(1-(i=o()/u||.5))<=0&&(s=0),l/=i;l*=2,Se.style(e,t,l+d),n=n||[]}return n&&(l=+l||+u||0,r=n[1]?l+(n[1]+1)*n[2]:+n[2],a&&(a.unit=d,a.start=l,a.end=r)),r}function b(e){var t,n=e.ownerDocument,a=e.nodeName,r=at[a];return r?r:(t=n.body.appendChild(n.createElement(a)),r=Se.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),at[a]=r,r)}function Y(e,t){for(var n,a,r=[],i=0,s=e.length;i-1)r&&r.push(i);else if(l=et(i),s=w(m.appendChild(i),"script"),l&&D(s),n)for(c=0;i=s[c++];)st.test(i.type||"")&&n.push(i);return m}function S(){return!0}function x(){return!1}function j(e,t){return e===H()==("focus"===t)}function H(){try{return we.activeElement}catch(e){}}function P(e,t,n,a,r,i){var s,o;if("object"==typeof t){"string"!=typeof n&&(a=a||n,n=void 0);for(o in t)P(e,o,n,a,t[o],i);return e}if(null==a&&null==r?(r=n,a=n=void 0):null==r&&("string"==typeof n?(r=a,a=void 0):(r=a,a=n,n=void 0)),r===!1)r=x;else if(!r)return e;return 1===i&&(s=r,r=function(e){return Se().off(e),s.apply(this,arguments)},r.guid=s.guid||(s.guid=Se.guid++)),e.each(function(){Se.event.add(this,t,r,a,n)})}function O(e,t,n){return n?(Je.set(e,t,!1),void Se.event.add(e,t,{namespace:!1,handler:function(e){var a,r,i=Je.get(this,t);if(1&e.isTrigger&&this[t]){if(i.length)(Se.event.special[t]||{}).delegateType&&e.stopPropagation();else if(i=he.call(arguments),Je.set(this,t,i),a=n(this,t),this[t](),r=Je.get(this,t),i!==r||a?Je.set(this,t,!1):r={},i!==r)return e.stopImmediatePropagation(),e.preventDefault(),r&&r.value}else i.length&&(Je.set(this,t,{value:Se.event.trigger(Se.extend(i[0],Se.Event.prototype),i.slice(1),this)}),e.stopImmediatePropagation())}})):void(void 0===Je.get(e,t)&&Se.event.add(e,t,S))}function C(e,t){return d(e,"table")&&d(11!==t.nodeType?t:t.firstChild,"tr")?Se(e).children("tbody")[0]||e:e}function E(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function A(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function W(e,t){var n,a,r,i,s,o,u;if(1===t.nodeType){if(Je.hasData(e)&&(i=Je.get(e),u=i.events)){Je.remove(t,"handle events");for(r in u)for(n=0,a=u[r].length;n1&&"string"==typeof f&&!ke.checkClone&&ct.test(f))return e.each(function(r){var i=e.eq(r);_&&(t[0]=f.call(this,r,i.html())),R(i,t,n,a)});if(m&&(r=T(t,e[0].ownerDocument,!1,e,a),i=r.firstChild,1===r.childNodes.length&&(r=i),i||a)){for(o=Se.map(w(r,"script"),E),u=o.length;c=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-u-o-.5))||0),u}function $(e,t,n){var a=_t(e),r=!ke.boxSizingReliable()||n,i=r&&"border-box"===Se.css(e,"boxSizing",!1,a),s=i,o=I(e,t,a),u="offset"+t[0].toUpperCase()+t.slice(1);if(ht.test(o)){if(!n)return o;o="auto"}return(!ke.boxSizingReliable()&&i||!ke.reliableTrDimensions()&&d(e,"tr")||"auto"===o||!parseFloat(o)&&"inline"===Se.css(e,"display",!1,a))&&e.getClientRects().length&&(i="border-box"===Se.css(e,"boxSizing",!1,a),s=u in e,s&&(o=e[u])),o=parseFloat(o)||0,o+J(e,t,n||(i?"border":"content"),s,a,o)+"px"}function G(e,t,n,a,r){return new G.prototype.init(e,t,n,a,r)}function V(){Tt&&(we.hidden===!1&&n.requestAnimationFrame?n.requestAnimationFrame(V):n.setTimeout(V,Se.fx.interval),Se.fx.tick())}function K(){return n.setTimeout(function(){Dt=void 0}),Dt=Date.now()}function Z(e,t){var n,a=0,r={height:e};for(t=t?1:0;a<4;a+=2-t)n=Qe[a],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function Q(e,t,n){for(var a,r=(te.tweeners[t]||[]).concat(te.tweeners["*"]),i=0,s=r.length;i=0&&nb.cacheLength&&delete e[t.shift()],e[n+" "]=a}var t=[];return e}function a(e){return e[N]=!0,e}function r(e){var t=O.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function i(e,t){for(var n=e.split("|"),a=n.length;a--;)b.attrHandle[n[a]]=t}function s(e,t){var n=t&&e,a=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(a)return a;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function o(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function d(e){return function(t){return"form"in t?t.parentNode&&t.disabled===!1?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&De(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function l(e){return a(function(t){return t=+t,a(function(n,a){for(var r,i=e([],n.length,t),s=i.length;s--;)n[r=i[s]]&&(n[r]=!(a[r]=n[r]))})})}function c(e){return e&&void 0!==e.getElementsByTagName&&e}function m(){}function h(e){for(var t=0,n=e.length,a="";t1?function(t,n,a){for(var r=e.length;r--;)if(!e[r](t,n,a))return!1;return!0}:e[0]}function p(e,n,a){for(var r=0,i=n.length;r-1&&(a[d]=!(s[d]=c))}}else g=y(g===s?g.splice(f,g.length):g),i?i(null,s,g,u):X.apply(s,g)})}function g(e){for(var t,n,a,r=e.length,i=b.relative[e[0].type],s=i||b.relative[" "],o=i?1:0,u=f(function(e){return e===t},s,!0),d=f(function(e){return te(t,e)>-1},s,!0),l=[function(e,n,a){var r=!i&&(a||n!==x)||((t=n).nodeType?u(e,n,a):d(e,n,a));return t=null,r}];o1&&_(l),o>1&&h(e.slice(0,o-1).concat({value:" "===e[o-2].type?"*":""})).replace(ue,"$1"),n,o0,i=e.length>0,s=function(a,s,o,u,d){var l,c,m,h=0,f="0",_=a&&[],p=[],v=x,g=a||i&&b.find.TAG("*",d),M=z+=null==v?1:Math.random()||.1,L=g.length;for(d&&(x=s==O||s||d);f!==L&&null!=(l=g[f]);f++){if(i&&l){for(c=0,s||l.ownerDocument==O||(P(l),o=!E);m=e[c++];)if(m(l,s||O,o)){u.push(l);break}d&&(z=M)}r&&((l=!m&&l)&&h--,a&&_.push(l))}if(h+=f,r&&f!==h){for(c=0;m=n[c++];)m(_,p,s,o);if(a){if(h>0)for(;f--;)_[f]||p[f]||(p[f]=Z.call(u));p=y(p)}X.apply(u,p),d&&!a&&p.length>0&&h+n.length>1&&t.uniqueSort(u)}return d&&(z=M,x=v),_};return r?a(s):s}var L,k,b,Y,w,D,T,S,x,j,H,P,O,C,E,A,W,F,R,N="sizzle"+1*new Date,I=e.document,z=0,q=0,B=n(),U=n(),J=n(),$=n(),G=function(e,t){return e===t&&(H=!0),0},V={}.hasOwnProperty,K=[],Z=K.pop,Q=K.push,X=K.push,ee=K.slice,te=function(e,t){for(var n=0,a=e.length;n+~]|"+ae+")"+ae+"*"),ce=RegExp(ae+"|>"),me=RegExp(se),he=RegExp("^"+re+"$"),fe={ID:RegExp("^#("+re+")"),CLASS:RegExp("^\\.("+re+")"),TAG:RegExp("^("+re+"|[*])"),ATTR:RegExp("^"+ie),PSEUDO:RegExp("^"+se),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ae+"*(even|odd|(([+-]|)(\\d*)n|)"+ae+"*(?:([+-]|)"+ae+"*(\\d+)|))"+ae+"*\\)|)","i"),bool:RegExp("^(?:"+ne+")$","i"),needsContext:RegExp("^"+ae+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ae+"*((?:-\\d)?\\d*)"+ae+"*\\)|)(?=[^-]|$)","i")},_e=/HTML$/i,pe=/^(?:input|select|textarea|button)$/i,ye=/^h\d$/i,ve=/^[^{]+\{\s*\[native \w/,ge=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Me=/[+~]/,Le=RegExp("\\\\[\\da-fA-F]{1,6}"+ae+"?|\\\\([^\\r\\n\\f])","g"),ke=function(e,t){var n="0x"+e.slice(1)-65536;return t?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},be=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Ye=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},we=function(){P()},De=f(function(e){return e.disabled===!0&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{X.apply(K=ee.call(I.childNodes),I.childNodes),K[I.childNodes.length].nodeType}catch(e){X={apply:K.length?function(e,t){Q.apply(e,ee.call(t))}:function(e,t){for(var n=e.length,a=0;e[n++]=t[a++];);e.length=n-1}}}k=t.support={},w=t.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!_e.test(t||n&&n.nodeName||"HTML")},P=t.setDocument=function(e){var t,n,a=e?e.ownerDocument||e:I;return a!=O&&9===a.nodeType&&a.documentElement?(O=a,C=O.documentElement,E=!w(O),I!=O&&(n=O.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",we,!1):n.attachEvent&&n.attachEvent("onunload",we)),k.scope=r(function(e){return C.appendChild(e).appendChild(O.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),k.attributes=r(function(e){return e.className="i",!e.getAttribute("className")}),k.getElementsByTagName=r(function(e){return e.appendChild(O.createComment("")),!e.getElementsByTagName("*").length}),k.getElementsByClassName=ve.test(O.getElementsByClassName),k.getById=r(function(e){return C.appendChild(e).id=N,!O.getElementsByName||!O.getElementsByName(N).length}),k.getById?(b.filter.ID=function(e){var t=e.replace(Le,ke);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var t=e.replace(Le,ke);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,a,r,i=t.getElementById(e);if(i){if(n=i.getAttributeNode("id"),n&&n.value===e)return[i];for(r=t.getElementsByName(e),a=0;i=r[a++];)if(n=i.getAttributeNode("id"),n&&n.value===e)return[i]}return[]}}),b.find.TAG=k.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):k.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,a=[],r=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[r++];)1===n.nodeType&&a.push(n);return a}return i},b.find.CLASS=k.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},W=[],A=[],(k.qsa=ve.test(O.querySelectorAll))&&(r(function(e){var t;C.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&A.push("[*^$]="+ae+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||A.push("\\["+ae+"*(?:value|"+ne+")"),e.querySelectorAll("[id~="+N+"-]").length||A.push("~="),t=O.createElement("input"),t.setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||A.push("\\["+ae+"*name"+ae+"*="+ae+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||A.push(":checked"),e.querySelectorAll("a#"+N+"+*").length||A.push(".#.+[+~]"),e.querySelectorAll("\\\f"),A.push("[\\r\\n\\f]")}),r(function(e){e.innerHTML="";var t=O.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&A.push("name"+ae+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&A.push(":enabled",":disabled"),C.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&A.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),A.push(",.*:")})),(k.matchesSelector=ve.test(F=C.matches||C.webkitMatchesSelector||C.mozMatchesSelector||C.oMatchesSelector||C.msMatchesSelector))&&r(function(e){k.disconnectedMatch=F.call(e,"*"),F.call(e,"[s!='']:x"),W.push("!=",se)}),A=A.length&&RegExp(A.join("|")),W=W.length&&RegExp(W.join("|")),t=ve.test(C.compareDocumentPosition),R=t||ve.test(C.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,a=t&&t.parentNode;return e===a||!(!a||1!==a.nodeType||!(n.contains?n.contains(a):e.compareDocumentPosition&&16&e.compareDocumentPosition(a)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},G=t?function(e,t){if(e===t)return H=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n?n:(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!k.sortDetached&&t.compareDocumentPosition(e)===n?e==O||e.ownerDocument==I&&R(I,e)?-1:t==O||t.ownerDocument==I&&R(I,t)?1:j?te(j,e)-te(j,t):0:4&n?-1:1)}:function(e,t){if(e===t)return H=!0,0;var n,a=0,r=e.parentNode,i=t.parentNode,o=[e],u=[t];if(!r||!i)return e==O?-1:t==O?1:r?-1:i?1:j?te(j,e)-te(j,t):0;if(r===i)return s(e,t);for(n=e;n=n.parentNode;)o.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;o[a]===u[a];)a++;return a?s(o[a],u[a]):o[a]==I?-1:u[a]==I?1:0},O):O},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if(P(e),k.matchesSelector&&E&&!$[n+" "]&&(!W||!W.test(n))&&(!A||!A.test(n)))try{var a=F.call(e,n);if(a||k.disconnectedMatch||e.document&&11!==e.document.nodeType)return a}catch(e){$(n,!0)}return t(n,O,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!=O&&P(e),R(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!=O&&P(e);var n=b.attrHandle[t.toLowerCase()],a=n&&V.call(b.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==a?a:k.attributes||!E?e.getAttribute(t):(a=e.getAttributeNode(t))&&a.specified?a.value:null},t.escape=function(e){return(e+"").replace(be,Ye)},t.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],a=0,r=0;if(H=!k.detectDuplicates,j=!k.sortStable&&e.slice(0),e.sort(G),H){for(;t=e[r++];)t===e[r]&&(a=n.push(r));for(;a--;)e.splice(n[a],1)}return j=null,e},Y=t.getText=function(e){var t,n="",a=0,r=e.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=Y(e)}else if(3===r||4===r)return e.nodeValue}else for(;t=e[a++];)n+=Y(t);return n},b=t.selectors={cacheLength:50,createPseudo:a,match:fe,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(Le,ke),e[3]=(e[3]||e[4]||e[5]||"").replace(Le,ke),"~="===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]||t.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]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return fe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&me.test(n)&&(t=D(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Le,ke).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=B[e+" "];return t||(t=RegExp("(^|"+ae+")"+e+"("+ae+"|$)"))&&B(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,a){return function(r){var i=t.attr(r,e);return null==i?"!="===n:!n||(i+="","="===n?i===a:"!="===n?i!==a:"^="===n?a&&0===i.indexOf(a):"*="===n?a&&i.indexOf(a)>-1:"$="===n?a&&i.slice(-a.length)===a:"~="===n?(" "+i.replace(oe," ")+" ").indexOf(a)>-1:"|="===n&&(i===a||i.slice(0,a.length+1)===a+"-"))}},CHILD:function(e,t,n,a,r){var i="nth"!==e.slice(0,3),s="last"!==e.slice(-4),o="of-type"===t;return 1===a&&0===r?function(e){return!!e.parentNode}:function(t,n,u){var d,l,c,m,h,f,_=i!==s?"nextSibling":"previousSibling",p=t.parentNode,y=o&&t.nodeName.toLowerCase(),v=!u&&!o,g=!1;if(p){if(i){for(;_;){for(m=t;m=m[_];)if(o?m.nodeName.toLowerCase()===y:1===m.nodeType)return!1;f=_="only"===e&&!f&&"nextSibling"}return!0}if(f=[s?p.firstChild:p.lastChild],s&&v){for(m=p,c=m[N]||(m[N]={}),l=c[m.uniqueID]||(c[m.uniqueID]={}),d=l[e]||[],h=d[0]===z&&d[1],g=h&&d[2],m=h&&p.childNodes[h];m=++h&&m&&m[_]||(g=h=0)||f.pop();)if(1===m.nodeType&&++g&&m===t){l[e]=[z,h,g];break}}else if(v&&(m=t,c=m[N]||(m[N]={}),l=c[m.uniqueID]||(c[m.uniqueID]={}),d=l[e]||[],h=d[0]===z&&d[1],g=h),g===!1)for(;(m=++h&&m&&m[_]||(g=h=0)||f.pop())&&((o?m.nodeName.toLowerCase()!==y:1!==m.nodeType)||!++g||(v&&(c=m[N]||(m[N]={}),l=c[m.uniqueID]||(c[m.uniqueID]={}),l[e]=[z,g]),m!==t)););return g-=r,g===a||g%a===0&&g/a>=0}}},PSEUDO:function(e,n){var r,i=b.pseudos[e]||b.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return i[N]?i(n):i.length>1?(r=[e,e,"",n],b.setFilters.hasOwnProperty(e.toLowerCase())?a(function(e,t){for(var a,r=i(e,n),s=r.length;s--;)a=te(e,r[s]),e[a]=!(t[a]=r[s])}):function(e){return i(e,0,r)}):i}},pseudos:{not:a(function(e){var t=[],n=[],r=T(e.replace(ue,"$1"));return r[N]?a(function(e,t,n,a){for(var i,s=r(e,null,a,[]),o=e.length;o--;)(i=s[o])&&(e[o]=!(t[o]=i))}):function(e,a,i){return t[0]=e,r(t,null,i,n),t[0]=null,!n.pop()}}),has:a(function(e){return function(n){return t(e,n).length>0}}),contains:a(function(e){return e=e.replace(Le,ke),function(t){return(t.textContent||Y(t)).indexOf(e)>-1}}),lang:a(function(e){return he.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(Le,ke).toLowerCase(),function(t){var n;do if(n=E?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===C},focus:function(e){return e===O.activeElement&&(!O.hasFocus||O.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:d(!1),disabled:d(!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,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return ye.test(e.nodeName)},input:function(e){return pe.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:l(function(){return[0]}),last:l(function(e,t){return[t-1]}),eq:l(function(e,t,n){return[n<0?n+t:n]}),even:l(function(e,t){for(var n=0;nt?t:n;--a>=0;)e.push(a);return e}),gt:l(function(e,t,n){for(var a=n<0?n+t:n;++a2&&"ID"===(s=i[0]).type&&9===t.nodeType&&E&&b.relative[i[1].type]){if(t=(b.find.ID(s.matches[0].replace(Le,ke),t)||[])[0],!t)return n;d&&(t=t.parentNode),e=e.slice(i.shift().value.length)}for(r=fe.needsContext.test(e)?0:i.length;r--&&(s=i[r],!b.relative[o=s.type]);)if((u=b.find[o])&&(a=u(s.matches[0].replace(Le,ke),Me.test(i[0].type)&&c(t.parentNode)||t))){if(i.splice(r,1),e=a.length&&h(i),!e)return X.apply(n,a),n;break}}return(d||T(e,l))(a,t,!E,n,!t||Me.test(e)&&c(t.parentNode)||t),n},k.sortStable=N.split("").sort(G).join("")===N,k.detectDuplicates=!!H,P(),k.sortDetached=r(function(e){return 1&e.compareDocumentPosition(O.createElement("fieldset"))}),r(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||i("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),k.attributes&&r(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||i("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),r(function(e){return null==e.getAttribute("disabled")})||i(ne,function(e,t,n){var a;if(!n)return e[t]===!0?t.toLowerCase():(a=e.getAttributeNode(t))&&a.specified?a.value:null}),t}(n);Se.find=xe,Se.expr=xe.selectors,Se.expr[":"]=Se.expr.pseudos,Se.uniqueSort=Se.unique=xe.uniqueSort,Se.text=xe.getText,Se.isXMLDoc=xe.isXML,Se.contains=xe.contains,Se.escapeSelector=xe.escape;var je=function(e,t,n){for(var a=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&Se(e).is(n))break;a.push(e)}return a},He=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},Pe=Se.expr.match.needsContext,Oe=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;Se.filter=function(e,t,n){var a=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===a.nodeType?Se.find.matchesSelector(a,e)?[a]:[]:Se.find.matches(e,Se.grep(t,function(e){return 1===e.nodeType}))},Se.fn.extend({find:function(e){var t,n,a=this.length,r=this;if("string"!=typeof e)return this.pushStack(Se(e).filter(function(){for(t=0;t1?Se.uniqueSort(n):n},filter:function(e){return this.pushStack(l(this,e||[],!1))},not:function(e){return this.pushStack(l(this,e||[],!0))},is:function(e){return!!l(this,"string"==typeof e&&Pe.test(e)?Se(e):e||[],!1).length}});var Ce,Ee=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Ae=Se.fn.init=function(e,t,n){var a,r;if(!e)return this;if(n=n||Ce,"string"==typeof e){if(a="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:Ee.exec(e),!a||!a[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(a[1]){if(t=t instanceof Se?t[0]:t,Se.merge(this,Se.parseHTML(a[1],t&&t.nodeType?t.ownerDocument||t:we,!0)),Oe.test(a[1])&&Se.isPlainObject(t))for(a in t)be(this[a])?this[a](t[a]):this.attr(a,t[a]);return this}return r=we.getElementById(a[2]),r&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):be(e)?void 0!==n.ready?n.ready(e):e(Se):Se.makeArray(e,this)};Ae.prototype=Se.fn,Ce=Se(we);var We=/^(?:parents|prev(?:Until|All))/,Fe={children:!0,contents:!0,next:!0,prev:!0};Se.fn.extend({has:function(e){var t=Se(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&Se.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?Se.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?pe.call(Se(e),this[0]):pe.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(Se.uniqueSort(Se.merge(this.get(),Se(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),Se.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return je(e,"parentNode")},parentsUntil:function(e,t,n){return je(e,"parentNode",n)},next:function(e){return c(e,"nextSibling")},prev:function(e){return c(e,"previousSibling")},nextAll:function(e){return je(e,"nextSibling")},prevAll:function(e){return je(e,"previousSibling")},nextUntil:function(e,t,n){return je(e,"nextSibling",n)},prevUntil:function(e,t,n){return je(e,"previousSibling",n)},siblings:function(e){return He((e.parentNode||{}).firstChild,e)},children:function(e){return He(e.firstChild)},contents:function(e){return null!=e.contentDocument&&me(e.contentDocument)?e.contentDocument:(d(e,"template")&&(e=e.content||e),Se.merge([],e.childNodes))}},function(e,t){Se.fn[e]=function(n,a){var r=Se.map(this,t,n);return"Until"!==e.slice(-5)&&(a=n),a&&"string"==typeof a&&(r=Se.filter(a,r)),this.length>1&&(Fe[e]||Se.uniqueSort(r),We.test(e)&&r.reverse()),this.pushStack(r)}});var Re=/[^\x20\t\r\n\f]+/g;Se.Callbacks=function(e){e="string"==typeof e?m(e):Se.extend({},e);var t,n,a,r,i=[],s=[],u=-1,d=function(){for(r=r||e.once,a=t=!0;s.length;u=-1)for(n=s.shift();++u-1;)i.splice(n,1),n<=u&&u--}),this},has:function(e){return e?Se.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return r=s=[],i=n="",this},disabled:function(){return!i},lock:function(){return r=s=[],n||t||(i=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=n||[],n=[e,n.slice?n.slice():n],s.push(n),t||d()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!a}};return l},Se.extend({Deferred:function(e){var t=[["notify","progress",Se.Callbacks("memory"),Se.Callbacks("memory"),2],["resolve","done",Se.Callbacks("once memory"),Se.Callbacks("once memory"),0,"resolved"],["reject","fail",Se.Callbacks("once memory"),Se.Callbacks("once memory"),1,"rejected"]],a="pending",r={state:function(){return a},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return Se.Deferred(function(n){Se.each(t,function(t,a){var r=be(e[a[4]])&&e[a[4]];i[a[1]](function(){var e=r&&r.apply(this,arguments);e&&be(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[a[0]+"With"](this,r?[e]:arguments)})}),e=null}).promise()},then:function(e,a,r){function i(e,t,a,r){return function(){var o=this,u=arguments,d=function(){var n,d;if(!(e=s&&(a!==f&&(o=void 0,u=[n]),t.rejectWith(o,u))}};e?l():(Se.Deferred.getStackHook&&(l.stackTrace=Se.Deferred.getStackHook()),n.setTimeout(l))}}var s=0;return Se.Deferred(function(n){t[0][3].add(i(0,n,be(r)?r:h,n.notifyWith)),t[1][3].add(i(0,n,be(e)?e:h)),t[2][3].add(i(0,n,be(a)?a:f))}).promise()},promise:function(e){return null!=e?Se.extend(e,r):r}},i={};return Se.each(t,function(e,n){var s=n[2],o=n[5];r[n[1]]=s.add,o&&s.add(function(){a=o},t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),s.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=s.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=arguments.length,n=t,a=Array(n),r=he.call(arguments),i=Se.Deferred(),s=function(e){return function(n){a[e]=this,r[e]=arguments.length>1?he.call(arguments):n,--t||i.resolveWith(a,r)}};if(t<=1&&(_(e,i.done(s(n)).resolve,i.reject,!t),"pending"===i.state()||be(r[n]&&r[n].then)))return i.then();for(;n--;)_(r[n],s(n),i.reject);return i.promise()}});var Ne=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;Se.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&Ne.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},Se.readyException=function(e){n.setTimeout(function(){throw e})};var Ie=Se.Deferred();Se.fn.ready=function(e){return Ie.then(e).catch(function(e){Se.readyException(e)}),this},Se.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--Se.readyWait:Se.isReady)||(Se.isReady=!0,e!==!0&&--Se.readyWait>0||Ie.resolveWith(we,[Se]))}}),Se.ready.then=Ie.then,"complete"===we.readyState||"loading"!==we.readyState&&!we.documentElement.doScroll?n.setTimeout(Se.ready):(we.addEventListener("DOMContentLoaded",p),n.addEventListener("load",p));var ze=function(e,t,n,a,r,i,s){var u=0,d=e.length,l=null==n;if("object"===o(n)){r=!0;for(u in n)ze(e,t,u,n[u],!0,i,s)}else if(void 0!==a&&(r=!0,be(a)||(s=!0),l&&(s?(t.call(e,a),t=null):(l=t,t=function(e,t,n){return l.call(Se(e),n)})),t))for(;u1,null,!0)},removeData:function(e){return this.each(function(){$e.remove(this,e)})}}),Se.extend({queue:function(e,t,n){var a;if(e)return t=(t||"fx")+"queue",a=Je.get(e,t),n&&(!a||Array.isArray(n)?a=Je.access(e,t,Se.makeArray(n)):a.push(n)),a||[]},dequeue:function(e,t){t=t||"fx";var n=Se.queue(e,t),a=n.length,r=n.shift(),i=Se._queueHooks(e,t),s=function(){Se.dequeue(e,t)};"inprogress"===r&&(r=n.shift(),a--),r&&("fx"===t&&n.unshift("inprogress"),delete i.stop,r.call(e,s,i)),!a&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Je.get(e,n)||Je.access(e,n,{empty:Se.Callbacks("once memory").add(function(){Je.remove(e,[t+"queue",n])})})}}),Se.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,st=/^$|^module$|\/(?:java|ecma)script/i;!function(){var e=we.createDocumentFragment(),t=e.appendChild(we.createElement("div")),n=we.createElement("input");n.setAttribute("type","radio"), n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),ke.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="",ke.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="",ke.option=!!t.lastChild}();var ot={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ot.tbody=ot.tfoot=ot.colgroup=ot.caption=ot.thead,ot.th=ot.td,ke.option||(ot.optgroup=ot.option=[1,""]);var ut=/<|&#?\w+;/,dt=/^([^.]*)(?:\.(.+)|)/;Se.event={global:{},add:function(e,t,n,a,r){var i,s,o,u,d,l,c,m,h,f,_,p=Je.get(e);if(Ue(e))for(n.handler&&(i=n,n=i.handler,r=i.selector),r&&Se.find.matchesSelector(Xe,r),n.guid||(n.guid=Se.guid++),(u=p.events)||(u=p.events=Object.create(null)),(s=p.handle)||(s=p.handle=function(t){return void 0!==Se&&Se.event.triggered!==t.type?Se.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(Re)||[""],d=t.length;d--;)o=dt.exec(t[d])||[],h=_=o[1],f=(o[2]||"").split(".").sort(),h&&(c=Se.event.special[h]||{},h=(r?c.delegateType:c.bindType)||h,c=Se.event.special[h]||{},l=Se.extend({type:h,origType:_,data:a,handler:n,guid:n.guid,selector:r,needsContext:r&&Se.expr.match.needsContext.test(r),namespace:f.join(".")},i),(m=u[h])||(m=u[h]=[],m.delegateCount=0,c.setup&&c.setup.call(e,a,f,s)!==!1||e.addEventListener&&e.addEventListener(h,s)),c.add&&(c.add.call(e,l),l.handler.guid||(l.handler.guid=n.guid)),r?m.splice(m.delegateCount++,0,l):m.push(l),Se.event.global[h]=!0)},remove:function(e,t,n,a,r){var i,s,o,u,d,l,c,m,h,f,_,p=Je.hasData(e)&&Je.get(e);if(p&&(u=p.events)){for(t=(t||"").match(Re)||[""],d=t.length;d--;)if(o=dt.exec(t[d])||[],h=_=o[1],f=(o[2]||"").split(".").sort(),h){for(c=Se.event.special[h]||{},h=(a?c.delegateType:c.bindType)||h,m=u[h]||[],o=o[2]&&RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=i=m.length;i--;)l=m[i],!r&&_!==l.origType||n&&n.guid!==l.guid||o&&!o.test(l.namespace)||a&&a!==l.selector&&("**"!==a||!l.selector)||(m.splice(i,1),l.selector&&m.delegateCount--,c.remove&&c.remove.call(e,l));s&&!m.length&&(c.teardown&&c.teardown.call(e,f,p.handle)!==!1||Se.removeEvent(e,h,p.handle),delete u[h])}else for(h in u)Se.event.remove(e,h+t[d],n,a,!0);Se.isEmptyObject(u)&&Je.remove(e,"handle events")}},dispatch:function(e){var t,n,a,r,i,s,o=Array(arguments.length),u=Se.event.fix(e),d=(Je.get(this,"events")||Object.create(null))[u.type]||[],l=Se.event.special[u.type]||{};for(o[0]=u,t=1;t=1))for(;d!==this;d=d.parentNode||this)if(1===d.nodeType&&("click"!==e.type||d.disabled!==!0)){for(i=[],s={},n=0;n-1:Se.find(r,this,null,[d]).length),s[r]&&i.push(a);i.length&&o.push({elem:d,handlers:i})}return d=this,u\s*$/g;Se.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var a,r,i,s,o=e.cloneNode(!0),u=et(e);if(!(ke.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||Se.isXMLDoc(e)))for(s=w(o),i=w(e),a=0,r=i.length;a0&&D(s,!u&&w(e,"script")),o},cleanData:function(e){for(var t,n,a,r=Se.event.special,i=0;void 0!==(n=e[i]);i++)if(Ue(n)){if(t=n[Je.expando]){if(t.events)for(a in t.events)r[a]?Se.event.remove(n,a):Se.removeEvent(n,a,t.handle);n[Je.expando]=void 0}n[$e.expando]&&(n[$e.expando]=void 0)}}}),Se.fn.extend({detach:function(e){return N(this,e,!0)},remove:function(e){return N(this,e)},text:function(e){return ze(this,function(e){return void 0===e?Se.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 R(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=C(this,e);t.appendChild(e)}})},prepend:function(){return R(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=C(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return R(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return R(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&&(Se.cleanData(w(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return Se.clone(this,e,t)})},html:function(e){return ze(this,function(e){var t=this[0]||{},n=0,a=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!lt.test(e)&&!ot[(it.exec(e)||["",""])[1].toLowerCase()]){e=Se.htmlPrefilter(e);try{for(;n1)}}),Se.Tween=G,G.prototype={constructor:G,init:function(e,t,n,a,r,i){this.elem=e,this.prop=n,this.easing=r||Se.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=a,this.unit=i||(Se.cssNumber[n]?"":"px")},cur:function(){var e=G.propHooks[this.prop];return e&&e.get?e.get(this):G.propHooks._default.get(this)},run:function(e){var t,n=G.propHooks[this.prop];return this.options.duration?this.pos=t=Se.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),n&&n.set?n.set(this):G.propHooks._default.set(this),this}},G.prototype.init.prototype=G.prototype,G.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=Se.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){Se.fx.step[e.prop]?Se.fx.step[e.prop](e):1!==e.elem.nodeType||!Se.cssHooks[e.prop]&&null==e.elem.style[B(e.prop)]?e.elem[e.prop]=e.now:Se.style(e.elem,e.prop,e.now+e.unit)}}},G.propHooks.scrollTop=G.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},Se.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},Se.fx=G.prototype.init,Se.fx.step={};var Dt,Tt,St=/^(?:toggle|show|hide)$/,xt=/queueHooks$/;Se.Animation=Se.extend(te,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return k(n.elem,e,Ze.exec(t),n),n}]},tweener:function(e,t){be(e)?(t=e,e=["*"]):e=e.match(Re);for(var n,a=0,r=e.length;a1)},removeAttr:function(e){return this.each(function(){Se.removeAttr(this,e)})}}),Se.extend({attr:function(e,t,n){var a,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?Se.prop(e,t,n):(1===i&&Se.isXMLDoc(e)||(r=Se.attrHooks[t.toLowerCase()]||(Se.expr.match.bool.test(t)?jt:void 0)),void 0!==n?null===n?void Se.removeAttr(e,t):r&&"set"in r&&void 0!==(a=r.set(e,n,t))?a:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(a=r.get(e,t))?a:(a=Se.find.attr(e,t),null==a?void 0:a))},attrHooks:{type:{set:function(e,t){if(!ke.radioValue&&"radio"===t&&d(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,a=0,r=t&&t.match(Re);if(r&&1===e.nodeType)for(;n=r[a++];)e.removeAttribute(n)}}),jt={set:function(e,t,n){return t===!1?Se.removeAttr(e,n):e.setAttribute(n,n),n}},Se.each(Se.expr.match.bool.source.match(/\w+/g),function(e,t){var n=Ht[t]||Se.find.attr;Ht[t]=function(e,t,a){var r,i,s=t.toLowerCase();return a||(i=Ht[s],Ht[s]=r,r=null!=n(e,t,a)?s:null,Ht[s]=i),r}});var Pt=/^(?:input|select|textarea|button)$/i,Ot=/^(?:a|area)$/i;Se.fn.extend({prop:function(e,t){return ze(this,Se.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[Se.propFix[e]||e]})}}),Se.extend({prop:function(e,t,n){var a,r,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&Se.isXMLDoc(e)||(t=Se.propFix[t]||t,r=Se.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(a=r.set(e,n,t))?a:e[t]=n:r&&"get"in r&&null!==(a=r.get(e,t))?a:e[t]},propHooks:{tabIndex:{get:function(e){var t=Se.find.attr(e,"tabindex");return t?parseInt(t,10):Pt.test(e.nodeName)||Ot.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),ke.optSelected||(Se.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)}}),Se.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){Se.propFix[this.toLowerCase()]=this}),Se.fn.extend({addClass:function(e){var t,n,a,r,i,s;return be(e)?this.each(function(t){Se(this).addClass(e.call(this,t,ae(this)))}):(t=re(e),t.length?this.each(function(){if(a=ae(this),n=1===this.nodeType&&" "+ne(a)+" "){for(i=0;i-1;)n=n.replace(" "+r+" "," ");s=ne(n),a!==s&&this.setAttribute("class",s)}}):this):this.attr("class","")},toggleClass:function(e,t){var n,a,r,i,s=typeof e,o="string"===s||Array.isArray(e);return be(e)?this.each(function(n){Se(this).toggleClass(e.call(this,n,ae(this),t),t)}):"boolean"==typeof t&&o?t?this.addClass(e):this.removeClass(e):(n=re(e),this.each(function(){if(o)for(i=Se(this),r=0;r-1)return!0;return!1}});var Ct=/\r/g;Se.fn.extend({val:function(e){var t,n,a,r=this[0];{if(arguments.length)return a=be(e),this.each(function(n){var r;1===this.nodeType&&(r=a?e.call(this,n,Se(this).val()):e,null==r?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=Se.map(r,function(e){return null==e?"":e+""})),t=Se.valHooks[this.type]||Se.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))});if(r)return t=Se.valHooks[r.type]||Se.valHooks[r.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:(n=r.value,"string"==typeof n?n.replace(Ct,""):null==n?"":n)}}}),Se.extend({valHooks:{option:{get:function(e){var t=Se.find.attr(e,"value");return null!=t?t:ne(Se.text(e))}},select:{get:function(e){var t,n,a,r=e.options,i=e.selectedIndex,s="select-one"===e.type,o=s?null:[],u=s?i+1:r.length;for(a=i<0?u:s?i:0;a-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),Se.each(["radio","checkbox"],function(){Se.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=Se.inArray(Se(e).val(),t)>-1}},ke.checkOn||(Se.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),ke.focusin="onfocusin"in n;var Et=/^(?:focusinfocus|focusoutblur)$/,At=function(e){e.stopPropagation()};Se.extend(Se.event,{trigger:function(e,t,a,r){var i,s,o,u,d,l,c,m,h=[a||we],f=ge.call(e,"type")?e.type:e,_=ge.call(e,"namespace")?e.namespace.split("."):[];if(s=m=o=a=a||we,3!==a.nodeType&&8!==a.nodeType&&!Et.test(f+Se.event.triggered)&&(f.indexOf(".")>-1&&(_=f.split("."),f=_.shift(),_.sort()),d=f.indexOf(":")<0&&"on"+f,e=e[Se.expando]?e:new Se.Event(f,"object"==typeof e&&e),e.isTrigger=r?2:3,e.namespace=_.join("."),e.rnamespace=e.namespace?RegExp("(^|\\.)"+_.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=a),t=null==t?[e]:Se.makeArray(t,[e]),c=Se.event.special[f]||{},r||!c.trigger||c.trigger.apply(a,t)!==!1)){if(!r&&!c.noBubble&&!Ye(a)){for(u=c.delegateType||f,Et.test(u+f)||(s=s.parentNode);s;s=s.parentNode)h.push(s),o=s;o===(a.ownerDocument||we)&&h.push(o.defaultView||o.parentWindow||n)}for(i=0;(s=h[i++])&&!e.isPropagationStopped();)m=s,e.type=i>1?u:c.bindType||f,l=(Je.get(s,"events")||Object.create(null))[e.type]&&Je.get(s,"handle"),l&&l.apply(s,t),l=d&&s[d],l&&l.apply&&Ue(s)&&(e.result=l.apply(s,t),e.result===!1&&e.preventDefault());return e.type=f,r||e.isDefaultPrevented()||c._default&&c._default.apply(h.pop(),t)!==!1||!Ue(a)||d&&be(a[f])&&!Ye(a)&&(o=a[d],o&&(a[d]=null),Se.event.triggered=f,e.isPropagationStopped()&&m.addEventListener(f,At),a[f](),e.isPropagationStopped()&&m.removeEventListener(f,At),Se.event.triggered=void 0,o&&(a[d]=o)),e.result}},simulate:function(e,t,n){var a=Se.extend(new Se.Event,n,{type:e,isSimulated:!0});Se.event.trigger(a,null,t)}}),Se.fn.extend({trigger:function(e,t){return this.each(function(){Se.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return Se.event.trigger(e,t,n,!0)}}),ke.focusin||Se.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){Se.event.simulate(t,e.target,Se.event.fix(e))};Se.event.special[t]={setup:function(){var a=this.ownerDocument||this.document||this,r=Je.access(a,t);r||a.addEventListener(e,n,!0),Je.access(a,t,(r||0)+1)},teardown:function(){var a=this.ownerDocument||this.document||this,r=Je.access(a,t)-1;r?Je.access(a,t,r):(a.removeEventListener(e,n,!0),Je.remove(a,t))}}});var Wt=n.location,Ft={guid:Date.now()},Rt=/\?/;Se.parseXML=function(e){var t,a;if(!e||"string"!=typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(e){}return a=t&&t.getElementsByTagName("parsererror")[0],t&&!a||Se.error("Invalid XML: "+(a?Se.map(a.childNodes,function(e){return e.textContent}).join("\n"):e)),t};var Nt=/\[\]$/,It=/\r?\n/g,zt=/^(?:submit|button|image|reset|file)$/i,qt=/^(?:input|select|textarea|keygen)/i;Se.param=function(e,t){var n,a=[],r=function(e,t){var n=be(t)?t():t;a[a.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!Se.isPlainObject(e))Se.each(e,function(){r(this.name,this.value)});else for(n in e)ie(n,e[n],t,r);return a.join("&")},Se.fn.extend({serialize:function(){return Se.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=Se.prop(this,"elements");return e?Se.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!Se(this).is(":disabled")&&qt.test(this.nodeName)&&!zt.test(e)&&(this.checked||!rt.test(e))}).map(function(e,t){var n=Se(this).val();return null==n?null:Array.isArray(n)?Se.map(n,function(e){return{name:t.name,value:e.replace(It,"\r\n")}}):{name:t.name,value:n.replace(It,"\r\n")}}).get()}});var Bt=/%20/g,Ut=/#.*$/,Jt=/([?&])_=[^&]*/,$t=/^(.*?):[ \t]*([^\r\n]*)$/gm,Gt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Vt=/^(?:GET|HEAD)$/,Kt=/^\/\//,Zt={},Qt={},Xt="*/".concat("*"),en=we.createElement("a");en.href=Wt.href,Se.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Wt.href,type:"GET",isLocal:Gt.test(Wt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Xt,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":Se.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ue(ue(e,Se.ajaxSettings),t):ue(Se.ajaxSettings,e)},ajaxPrefilter:se(Zt),ajaxTransport:se(Qt),ajax:function(e,t){function a(e,t,a,o){var d,m,h,M,L,k=t;l||(l=!0,u&&n.clearTimeout(u),r=void 0,s=o||"",b.readyState=e>0?4:0,d=e>=200&&e<300||304===e,a&&(M=de(f,b,a)),!d&&Se.inArray("script",f.dataTypes)>-1&&Se.inArray("json",f.dataTypes)<0&&(f.converters["text script"]=function(){}),M=le(f,M,b,d),d?(f.ifModified&&(L=b.getResponseHeader("Last-Modified"),L&&(Se.lastModified[i]=L),L=b.getResponseHeader("etag"),L&&(Se.etag[i]=L)),204===e||"HEAD"===f.type?k="nocontent":304===e?k="notmodified":(k=M.state,m=M.data,h=M.error,d=!h)):(h=k,!e&&k||(k="error",e<0&&(e=0))),b.status=e,b.statusText=(t||k)+"",d?y.resolveWith(_,[m,k,b]):y.rejectWith(_,[b,k,h]),b.statusCode(g),g=void 0,c&&p.trigger(d?"ajaxSuccess":"ajaxError",[b,f,d?m:h]),v.fireWith(_,[b,k]),c&&(p.trigger("ajaxComplete",[b,f]),--Se.active||Se.event.trigger("ajaxStop")))}"object"==typeof e&&(t=e,e=void 0),t=t||{};var r,i,s,o,u,d,l,c,m,h,f=Se.ajaxSetup({},t),_=f.context||f,p=f.context&&(_.nodeType||_.jquery)?Se(_):Se.event,y=Se.Deferred(),v=Se.Callbacks("once memory"),g=f.statusCode||{},M={},L={},k="canceled",b={readyState:0,getResponseHeader:function(e){var t;if(l){if(!o)for(o={};t=$t.exec(s);)o[t[1].toLowerCase()+" "]=(o[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=o[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return l?s:null},setRequestHeader:function(e,t){return null==l&&(e=L[e.toLowerCase()]=L[e.toLowerCase()]||e,M[e]=t),this},overrideMimeType:function(e){return null==l&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(l)b.always(e[b.status]);else for(t in e)g[t]=[g[t],e[t]];return this},abort:function(e){var t=e||k;return r&&r.abort(t),a(0,t),this}};if(y.promise(b),f.url=((e||f.url||Wt.href)+"").replace(Kt,Wt.protocol+"//"),f.type=t.method||t.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(Re)||[""],null==f.crossDomain){d=we.createElement("a");try{d.href=f.url,d.href=d.href,f.crossDomain=en.protocol+"//"+en.host!=d.protocol+"//"+d.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=Se.param(f.data,f.traditional)),oe(Zt,f,t,b),l)return b;c=Se.event&&f.global,c&&0===Se.active++&&Se.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Vt.test(f.type),i=f.url.replace(Ut,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(Bt,"+")):(h=f.url.slice(i.length),f.data&&(f.processData||"string"==typeof f.data)&&(i+=(Rt.test(i)?"&":"?")+f.data,delete f.data),f.cache===!1&&(i=i.replace(Jt,"$1"),h=(Rt.test(i)?"&":"?")+"_="+Ft.guid++ +h),f.url=i+h),f.ifModified&&(Se.lastModified[i]&&b.setRequestHeader("If-Modified-Since",Se.lastModified[i]),Se.etag[i]&&b.setRequestHeader("If-None-Match",Se.etag[i])),(f.data&&f.hasContent&&f.contentType!==!1||t.contentType)&&b.setRequestHeader("Content-Type",f.contentType),b.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Xt+"; q=0.01":""):f.accepts["*"]);for(m in f.headers)b.setRequestHeader(m,f.headers[m]);if(f.beforeSend&&(f.beforeSend.call(_,b,f)===!1||l))return b.abort();if(k="abort",v.add(f.complete),b.done(f.success),b.fail(f.error),r=oe(Qt,f,t,b)){if(b.readyState=1,c&&p.trigger("ajaxSend",[b,f]),l)return b;f.async&&f.timeout>0&&(u=n.setTimeout(function(){b.abort("timeout")},f.timeout));try{l=!1,r.send(M,a)}catch(e){if(l)throw e;a(-1,e)}}else a(-1,"No Transport");return b},getJSON:function(e,t,n){return Se.get(e,t,n,"json")},getScript:function(e,t){return Se.get(e,void 0,t,"script")}}),Se.each(["get","post"],function(e,t){ Se[t]=function(e,n,a,r){return be(n)&&(r=r||a,a=n,n=void 0),Se.ajax(Se.extend({url:e,type:t,dataType:r,data:n,success:a},Se.isPlainObject(e)&&e))}}),Se.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),Se._evalUrl=function(e,t,n){return Se.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){Se.globalEval(e,t,n)}})},Se.fn.extend({wrapAll:function(e){var t;return this[0]&&(be(e)&&(e=e.call(this[0])),t=Se(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 be(e)?this.each(function(t){Se(this).wrapInner(e.call(this,t))}):this.each(function(){var t=Se(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=be(e);return this.each(function(n){Se(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){Se(this).replaceWith(this.childNodes)}),this}}),Se.expr.pseudos.hidden=function(e){return!Se.expr.pseudos.visible(e)},Se.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},Se.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var tn={0:200,1223:204},nn=Se.ajaxSettings.xhr();ke.cors=!!nn&&"withCredentials"in nn,ke.ajax=nn=!!nn,Se.ajaxTransport(function(e){var t,a;if(ke.cors||nn&&!e.crossDomain)return{send:function(r,i){var s,o=e.xhr();if(o.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(s in e.xhrFields)o[s]=e.xhrFields[s];e.mimeType&&o.overrideMimeType&&o.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest");for(s in r)o.setRequestHeader(s,r[s]);t=function(e){return function(){t&&(t=a=o.onload=o.onerror=o.onabort=o.ontimeout=o.onreadystatechange=null,"abort"===e?o.abort():"error"===e?"number"!=typeof o.status?i(0,"error"):i(o.status,o.statusText):i(tn[o.status]||o.status,o.statusText,"text"!==(o.responseType||"text")||"string"!=typeof o.responseText?{binary:o.response}:{text:o.responseText},o.getAllResponseHeaders()))}},o.onload=t(),a=o.onerror=o.ontimeout=t("error"),void 0!==o.onabort?o.onabort=a:o.onreadystatechange=function(){4===o.readyState&&n.setTimeout(function(){t&&a()})},t=t("abort");try{o.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}}),Se.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),Se.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 Se.globalEval(e),e}}}),Se.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),Se.ajaxTransport("script",function(e){if(e.crossDomain||e.scriptAttrs){var t,n;return{send:function(a,r){t=Se("