/*! Fluid 1.0.0 Surjith S M http://themeforest.net/licenses 2017-08-09 */ function ssc_init() { if (document.body) { var e = document.body, t = document.documentElement, n = window.innerHeight, i = e.scrollHeight; if (ssc_root = document.compatMode.indexOf("CSS") >= 0 ? t : e, ssc_activeElement = e, ssc_initdone = !0, top != self) ssc_frame = !0; else if (i > n && (e.offsetHeight <= n || t.offsetHeight <= n) && ssc_root.offsetHeight <= n) { var o = document.createElement("div"); o.style.clear = "both", e.appendChild(o) } ssc_fixedback || (e.style.backgroundAttachment = "scroll", t.style.backgroundAttachment = "scroll"), ssc_keyboardsupport && ssc_addEvent("keydown", ssc_keydown) } } function ssc_scrollArray(e, t, n, i) { if (i || (i = 1e3), ssc_directionCheck(t, n), ssc_que.push({ x: t, y: n, lastX: 0 > t ? .99 : -.99, lastY: 0 > n ? .99 : -.99, start: +new Date }), !ssc_pending) { var o = function() { for (var r = +new Date, s = 0, a = 0, l = 0; l < ssc_que.length; l++) { var c = ssc_que[l], u = r - c.start, d = u >= ssc_animtime, f = d ? 1 : u / ssc_animtime; ssc_pulseAlgorithm && (f = ssc_pulse(f)); var h = c.x * f - c.lastX >> 0, p = c.y * f - c.lastY >> 0; s += h, a += p, c.lastX += h, c.lastY += p, d && (ssc_que.splice(l, 1), l--) } if (t) { var g = e.scrollLeft; e.scrollLeft += s, s && e.scrollLeft === g && (t = 0) } if (n) { var m = e.scrollTop; e.scrollTop += a, a && e.scrollTop === m && (n = 0) } t || n || (ssc_que = []), ssc_que.length ? setTimeout(o, i / ssc_framerate + 1) : ssc_pending = !1 }; setTimeout(o, 0), ssc_pending = !0 } } function ssc_wheel(e) { ssc_initdone || ssc_init(); var t = e.target, n = ssc_overflowingAncestor(t); if (!n || e.defaultPrevented || ssc_isNodeName(ssc_activeElement, "embed") || ssc_isNodeName(t, "embed") && /\.pdf/i.test(t.src)) return !0; var i = e.wheelDeltaX || 0, o = e.wheelDeltaY || 0; i || o || (o = e.wheelDelta || 0), Math.abs(i) > 1.2 && (i *= ssc_stepsize / 120), Math.abs(o) > 1.2 && (o *= ssc_stepsize / 120), ssc_scrollArray(n, -i, -o), e.preventDefault() } function ssc_keydown(e) { var t = e.target, n = e.ctrlKey || e.altKey || e.metaKey; if (/input|textarea|embed/i.test(t.nodeName) || t.isContentEditable || e.defaultPrevented || n) return !0; if (ssc_isNodeName(t, "button") && e.keyCode === ssc_key.spacebar) return !0; var i = 0, o = 0, r = ssc_overflowingAncestor(ssc_activeElement), s = r.clientHeight; switch (r == document.body && (s = window.innerHeight), e.keyCode) { case ssc_key.up: o = -ssc_arrowscroll; break; case ssc_key.down: o = ssc_arrowscroll; break; case ssc_key.spacebar: o = -(e.shiftKey ? 1 : -1) * s * .9; break; case ssc_key.pageup: o = .9 * -s; break; case ssc_key.pagedown: o = .9 * s; break; case ssc_key.home: o = -r.scrollTop; break; case ssc_key.end: var a = r.scrollHeight - r.scrollTop - s; o = a > 0 ? a + 10 : 0; break; case ssc_key.left: i = -ssc_arrowscroll; break; case ssc_key.right: i = ssc_arrowscroll; break; default: return !0 } ssc_scrollArray(r, i, o), e.preventDefault() } function ssc_mousedown(e) { ssc_activeElement = e.target } function ssc_setCache(e, t) { for (var n = e.length; n--;) ssc_cache[ssc_uniqueID(e[n])] = t; return t } function ssc_overflowingAncestor(e) { var t = [], n = ssc_root.scrollHeight; do { var i = ssc_cache[ssc_uniqueID(e)]; if (i) return ssc_setCache(t, i); if (t.push(e), n === e.scrollHeight) { if (!ssc_frame || ssc_root.clientHeight + 10 < n) return ssc_setCache(t, document.body) } else if (e.clientHeight + 10 < e.scrollHeight && (overflow = getComputedStyle(e, "").getPropertyValue("overflow"), "scroll" === overflow || "auto" === overflow)) return ssc_setCache(t, e) } while (e = e.parentNode) } function ssc_addEvent(e, t, n) { window.addEventListener(e, t, n || !1) } function ssc_removeEvent(e, t, n) { window.removeEventListener(e, t, n || !1) } function ssc_isNodeName(e, t) { return e.nodeName.toLowerCase() === t.toLowerCase() } function ssc_directionCheck(e, t) { e = e > 0 ? 1 : -1, t = t > 0 ? 1 : -1, (ssc_direction.x !== e || ssc_direction.y !== t) && (ssc_direction.x = e, ssc_direction.y = t, ssc_que = []) } function ssc_pulse_(e) { var t, n, i; return 1 > (e *= ssc_pulseScale) ? t = e - (1 - Math.exp(-e)) : (n = Math.exp(-1), e -= 1, i = 1 - Math.exp(-e), t = n + i * (1 - n)), t * ssc_pulseNormalize } function ssc_pulse(e) { return e >= 1 ? 1 : 0 >= e ? 0 : (1 == ssc_pulseNormalize && (ssc_pulseNormalize /= ssc_pulse_(1)), ssc_pulse_(e)) } function loadGoogleMapsAPI() { var e = document.createElement("script"), t = document.getElementById("gmaps").getAttribute("data-maps-apikey"); e.src = "https://maps.googleapis.com/maps/api/js?callback=loadMap&key=" + t, e.type = "text/javascript", document.getElementsByTagName("body")[0].appendChild(e) } function loadMap() { var e = $("#gmaps"), t = e.data("lat") || "40.6700", n = e.data("lon") || "-73.9400", i = { zoom: e.data("zoom") || "12", center: new google.maps.LatLng(t, n), scrollwheel: !1, styles: [{ featureType: "all", elementType: "labels.text.fill", stylers: [{ saturation: 36 }, { color: "#000000" }, { lightness: 40 }] }, { featureType: "all", elementType: "labels.text.stroke", stylers: [{ visibility: "on" }, { color: "#000000" }, { lightness: 16 }] }, { featureType: "all", elementType: "labels.icon", stylers: [{ visibility: "off" }] }, { featureType: "administrative", elementType: "geometry.fill", stylers: [{ color: "#000000" }, { lightness: 20 }] }, { featureType: "administrative", elementType: "geometry.stroke", stylers: [{ color: "#000000" }, { lightness: 17 }, { weight: 1.2 }] }, { featureType: "landscape", elementType: "geometry", stylers: [{ color: "#000000" }, { lightness: 20 }] }, { featureType: "poi", elementType: "geometry", stylers: [{ color: "#000000" }, { lightness: 21 }] }, { featureType: "road.highway", elementType: "geometry.fill", stylers: [{ color: "#000000" }, { lightness: 17 }] }, { featureType: "road.highway", elementType: "geometry.stroke", stylers: [{ color: "#000000" }, { lightness: 29 }, { weight: .2 }] }, { featureType: "road.arterial", elementType: "geometry", stylers: [{ color: "#000000" }, { lightness: 18 }] }, { featureType: "road.local", elementType: "geometry", stylers: [{ color: "#000000" }, { lightness: 16 }] }, { featureType: "transit", elementType: "geometry", stylers: [{ color: "#000000" }, { lightness: 19 }] }, { featureType: "water", elementType: "geometry", stylers: [{ color: "#000000" }, { lightness: 17 }] }] }, o = document.getElementById("gmaps"), r = new google.maps.Map(o, i); new google.maps.Marker({ position: new google.maps.LatLng(t, n), map: r, title: "We are here!" }) } if (function(e, t) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function(e) { if (!e.document) throw new Error("jQuery requires a window with a document"); return t(e) } : t(e) }("undefined" != typeof window ? window : this, function(e, t) { "use strict"; function n(e, t) { var n = (t = t || te).createElement("script"); n.text = e, t.head.appendChild(n).parentNode.removeChild(n) } function i(e) { var t = !!e && "length" in e && e.length, n = pe.type(e); return "function" !== n && !pe.isWindow(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) } function o(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() } function r(e, t, n) { return pe.isFunction(t) ? pe.grep(e, function(e, i) { return !!t.call(e, i, e) !== n }) : t.nodeType ? pe.grep(e, function(e) { return e === t !== n }) : "string" != typeof t ? pe.grep(e, function(e) { return se.call(t, e) > -1 !== n }) : Ee.test(t) ? pe.filter(t, e, n) : (t = pe.filter(t, e), pe.grep(e, function(e) { return se.call(t, e) > -1 !== n && 1 === e.nodeType })) } function s(e, t) { for (; (e = e[t]) && 1 !== e.nodeType;); return e } function a(e) { var t = {}; return pe.each(e.match(De) || [], function(e, n) { t[n] = !0 }), t } function l(e) { return e } function c(e) { throw e } function u(e, t, n, i) { var o; try { e && pe.isFunction(o = e.promise) ? o.call(e).done(t).fail(n) : e && pe.isFunction(o = e.then) ? o.call(e, t, n) : t.apply(void 0, [e].slice(i)) } catch (e) { n.apply(void 0, [e]) } } function d() { te.removeEventListener("DOMContentLoaded", d), e.removeEventListener("load", d), pe.ready() } function f() { this.expando = pe.expando + f.uid++ } function h(e) { return "true" === e || "false" !== e && ("null" === e ? null : e === +e + "" ? +e : Fe.test(e) ? JSON.parse(e) : e) } function p(e, t, n) { var i; if (void 0 === n && 1 === e.nodeType) if (i = "data-" + t.replace(Pe, "-$&").toLowerCase(), "string" == typeof(n = e.getAttribute(i))) { try { n = h(n) } catch (e) {} He.set(e, t, n) } else n = void 0; return n } function g(e, t, n, i) { var o, r = 1, s = 20, a = i ? function() { return i.cur() } : function() { return pe.css(e, t, "") }, l = a(), c = n && n[3] || (pe.cssNumber[t] ? "" : "px"), u = (pe.cssNumber[t] || "px" !== c && +l) && Me.exec(pe.css(e, t)); if (u && u[3] !== c) { c = c || u[3], n = n || [], u = +l || 1; do { r = r || ".5", u /= r, pe.style(e, t, u + c) } while (r !== (r = a() / l) && 1 !== r && --s) } return n && (u = +u || +l || 0, o = n[1] ? u + (n[1] + 1) * n[2] : +n[2], i && (i.unit = c, i.start = u, i.end = o)), o } function m(e) { var t, n = e.ownerDocument, i = e.nodeName, o = ze[i]; return o || (t = n.body.appendChild(n.createElement(i)), o = pe.css(t, "display"), t.parentNode.removeChild(t), "none" === o && (o = "block"), ze[i] = o, o) } function v(e, t) { for (var n, i, o = [], r = 0, s = e.length; r < s; r++)(i = e[r]).style && (n = i.style.display, t ? ("none" === n && (o[r] = $e.get(i, "display") || null, o[r] || (i.style.display = "")), "" === i.style.display && We(i) && (o[r] = m(i))) : "none" !== n && (o[r] = "none", $e.set(i, "display", n))); for (r = 0; r < s; r++) null != o[r] && (e[r].style.display = o[r]); return e } function y(e, t) { var n; return n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : [], void 0 === t || t && o(e, t) ? pe.merge([e], n) : n } function b(e, t) { for (var n = 0, i = e.length; n < i; n++) $e.set(e[n], "globalEval", !t || $e.get(t[n], "globalEval")) } function w(e, t, n, i, o) { for (var r, s, a, l, c, u, d = t.createDocumentFragment(), f = [], h = 0, p = e.length; h < p; h++) if ((r = e[h]) || 0 === r) if ("object" === pe.type(r)) pe.merge(f, r.nodeType ? [r] : r); else if (Ye.test(r)) { for (s = s || d.appendChild(t.createElement("div")), a = (Ue.exec(r) || ["", ""])[1].toLowerCase(), l = Xe[a] || Xe._default, s.innerHTML = l[1] + pe.htmlPrefilter(r) + l[2], u = l[0]; u--;) s = s.lastChild; pe.merge(f, s.childNodes), (s = d.firstChild).textContent = "" } else f.push(t.createTextNode(r)); for (d.textContent = "", h = 0; r = f[h++];) if (i && pe.inArray(r, i) > -1) o && o.push(r); else if (c = pe.contains(r.ownerDocument, r), s = y(d.appendChild(r), "script"), c && b(s), n) for (u = 0; r = s[u++];) Ve.test(r.type || "") && n.push(r); return d } function T() { return !0 } function C() { return !1 } function _() { try { return te.activeElement } catch (e) {} } function E(e, t, n, i, o, r) { var s, a; if ("object" == typeof t) { "string" != typeof n && (i = i || n, n = void 0); for (a in t) E(e, a, n, i, t[a], r); return e } if (null == i && null == o ? (o = n, i = n = void 0) : null == o && ("string" == typeof n ? (o = i, i = void 0) : (o = i, i = n, n = void 0)), !1 === o) o = C; else if (!o) return e; return 1 === r && (s = o, o = function(e) { return pe().off(e), s.apply(this, arguments) }, o.guid = s.guid || (s.guid = pe.guid++)), e.each(function() { pe.event.add(this, t, o, i, n) }) } function S(e, t) { return o(e, "table") && o(11 !== t.nodeType ? t : t.firstChild, "tr") ? pe(">tbody", e)[0] || e : e } function k(e) { return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e } function x(e) { var t = nt.exec(e.type); return t ? e.type = t[1] : e.removeAttribute("type"), e } function A(e, t) { var n, i, o, r, s, a, l, c; if (1 === t.nodeType) { if ($e.hasData(e) && (r = $e.access(e), s = $e.set(t, r), c = r.events)) { delete s.handle, s.events = {}; for (o in c) for (n = 0, i = c[o].length; n < i; n++) pe.event.add(t, o, c[o][n]) } He.hasData(e) && (a = He.access(e), l = pe.extend({}, a), He.set(t, l)) } } function D(e, t) { var n = t.nodeName.toLowerCase(); "input" === n && Be.test(e.type) ? t.checked = e.checked : "input" !== n && "textarea" !== n || (t.defaultValue = e.defaultValue) } function O(e, t, i, o) { t = oe.apply([], t); var r, s, a, l, c, u, d = 0, f = e.length, h = f - 1, p = t[0], g = pe.isFunction(p); if (g || f > 1 && "string" == typeof p && !fe.checkClone && tt.test(p)) return e.each(function(n) { var r = e.eq(n); g && (t[0] = p.call(this, n, r.html())), O(r, t, i, o) }); if (f && (r = w(t, e[0].ownerDocument, !1, e, o), s = r.firstChild, 1 === r.childNodes.length && (r = s), s || o)) { for (l = (a = pe.map(y(r, "script"), k)).length; d < f; d++) c = r, d !== h && (c = pe.clone(c, !0, !0), l && pe.merge(a, y(c, "script"))), i.call(e[d], c, d); if (l) for (u = a[a.length - 1].ownerDocument, pe.map(a, x), d = 0; d < l; d++) c = a[d], Ve.test(c.type || "") && !$e.access(c, "globalEval") && pe.contains(u, c) && (c.src ? pe._evalUrl && pe._evalUrl(c.src) : n(c.textContent.replace(it, ""), u)) } return e } function I(e, t, n) { for (var i, o = t ? pe.filter(t, e) : e, r = 0; null != (i = o[r]); r++) n || 1 !== i.nodeType || pe.cleanData(y(i)), i.parentNode && (n && pe.contains(i.ownerDocument, i) && b(y(i, "script")), i.parentNode.removeChild(i)); return e } function N(e, t, n) { var i, o, r, s, a = e.style; return (n = n || st(e)) && ("" !== (s = n.getPropertyValue(t) || n[t]) || pe.contains(e.ownerDocument, e) || (s = pe.style(e, t)), !fe.pixelMarginRight() && rt.test(s) && ot.test(t) && (i = a.width, o = a.minWidth, r = a.maxWidth, a.minWidth = a.maxWidth = a.width = s, s = n.width, a.width = i, a.minWidth = o, a.maxWidth = r)), void 0 !== s ? s + "" : s } function L(e, t) { return { get: function() { return e() ? void delete this.get : (this.get = t).apply(this, arguments) } } } function $(e) { if (e in ft) return e; for (var t = e[0].toUpperCase() + e.slice(1), n = dt.length; n--;) if ((e = dt[n] + t) in ft) return e } function H(e) { var t = pe.cssProps[e]; return t || (t = pe.cssProps[e] = $(e) || e), t } function F(e, t, n) { var i = Me.exec(t); return i ? Math.max(0, i[2] - (n || 0)) + (i[3] || "px") : t } function P(e, t, n, i, o) { var r, s = 0; for (r = n === (i ? "border" : "content") ? 4 : "width" === t ? 1 : 0; r < 4; r += 2) "margin" === n && (s += pe.css(e, n + Re[r], !0, o)), i ? ("content" === n && (s -= pe.css(e, "padding" + Re[r], !0, o)), "margin" !== n && (s -= pe.css(e, "border" + Re[r] + "Width", !0, o))) : (s += pe.css(e, "padding" + Re[r], !0, o), "padding" !== n && (s += pe.css(e, "border" + Re[r] + "Width", !0, o))); return s } function j(e, t, n) { var i, o = st(e), r = N(e, t, o), s = "border-box" === pe.css(e, "boxSizing", !1, o); return rt.test(r) ? r : (i = s && (fe.boxSizingReliable() || r === e.style[t]), "auto" === r && (r = e["offset" + t[0].toUpperCase() + t.slice(1)]), (r = parseFloat(r) || 0) + P(e, t, n || (s ? "border" : "content"), i, o) + "px") } function M(e, t, n, i, o) { return new M.prototype.init(e, t, n, i, o) } function R() { pt && (!1 === te.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(R) : e.setTimeout(R, pe.fx.interval), pe.fx.tick()) } function W() { return e.setTimeout(function() { ht = void 0 }), ht = pe.now() } function q(e, t) { var n, i = 0, o = { height: e }; for (t = t ? 1 : 0; i < 4; i += 2 - t) n = Re[i], o["margin" + n] = o["padding" + n] = e; return t && (o.opacity = o.width = e), o } function z(e, t, n) { for (var i, o = (U.tweeners[t] || []).concat(U.tweeners["*"]), r = 0, s = o.length; r < s; r++) if (i = o[r].call(n, t, e)) return i } function B(e, t) { var n, i, o, r, s; for (n in e) if (i = pe.camelCase(n), o = t[i], r = e[n], Array.isArray(r) && (o = r[1], r = e[n] = r[0]), n !== i && (e[i] = r, delete e[n]), (s = pe.cssHooks[i]) && "expand" in s) { r = s.expand(r), delete e[i]; for (n in r) n in e || (e[n] = r[n], t[n] = o) } else t[i] = o } function U(e, t, n) { var i, o, r = 0, s = U.prefilters.length, a = pe.Deferred().always(function() { delete l.elem }), l = function() { if (o) return !1; for (var t = ht || W(), n = Math.max(0, c.startTime + c.duration - t), i = 1 - (n / c.duration || 0), r = 0, s = c.tweens.length; r < s; r++) c.tweens[r].run(i); return a.notifyWith(e, [c, i, n]), i < 1 && s ? n : (s || a.notifyWith(e, [c, 1, 0]), a.resolveWith(e, [c]), !1) }, c = a.promise({ elem: e, props: pe.extend({}, t), opts: pe.extend(!0, { specialEasing: {}, easing: pe.easing._default }, n), originalProperties: t, originalOptions: n, startTime: ht || W(), duration: n.duration, tweens: [], createTween: function(t, n) { var i = pe.Tween(e, c.opts, t, n, c.opts.specialEasing[t] || c.opts.easing); return c.tweens.push(i), i }, stop: function(t) { var n = 0, i = t ? c.tweens.length : 0; if (o) return this; for (o = !0; n < i; n++) c.tweens[n].run(1); return t ? (a.notifyWith(e, [c, 1, 0]), a.resolveWith(e, [c, t])) : a.rejectWith(e, [c, t]), this } }), u = c.props; for (B(u, c.opts.specialEasing); r < s; r++) if (i = U.prefilters[r].call(c, e, u, c.opts)) return pe.isFunction(i.stop) && (pe._queueHooks(c.elem, c.opts.queue).stop = pe.proxy(i.stop, i)), i; return pe.map(u, z, c), pe.isFunction(c.opts.start) && c.opts.start.call(e, c), c.progress(c.opts.progress).done(c.opts.done, c.opts.complete).fail(c.opts.fail).always(c.opts.always), pe.fx.timer(pe.extend(l, { elem: e, anim: c, queue: c.opts.queue })), c } function V(e) { return (e.match(De) || []).join(" ") } function X(e) { return e.getAttribute && e.getAttribute("class") || "" } function Y(e, t, n, i) { var o; if (Array.isArray(t)) pe.each(t, function(t, o) { n || kt.test(e) ? i(e, o) : Y(e + "[" + ("object" == typeof o && null != o ? t : "") + "]", o, n, i) }); else if (n || "object" !== pe.type(t)) i(e, t); else for (o in t) Y(e + "[" + o + "]", t[o], n, i) } function G(e) { return function(t, n) { "string" != typeof t && (n = t, t = "*"); var i, o = 0, r = t.toLowerCase().match(De) || []; if (pe.isFunction(n)) for (; i = r[o++];) "+" === i[0] ? (i = i.slice(1) || "*", (e[i] = e[i] || []).unshift(n)) : (e[i] = e[i] || []).push(n) } } function K(e, t, n, i) { function o(a) { var l; return r[a] = !0, pe.each(e[a] || [], function(e, a) { var c = a(t, n, i); return "string" != typeof c || s || r[c] ? s ? !(l = c) : void 0 : (t.dataTypes.unshift(c), o(c), !1) }), l } var r = {}, s = e === jt; return o(t.dataTypes[0]) || !r["*"] && o("*") } function Q(e, t) { var n, i, o = pe.ajaxSettings.flatOptions || {}; for (n in t) void 0 !== t[n] && ((o[n] ? e : i || (i = {}))[n] = t[n]); return i && pe.extend(!0, e, i), e } function Z(e, t, n) { for (var i, o, r, s, a = e.contents, l = e.dataTypes; "*" === l[0];) l.shift(), void 0 === i && (i = e.mimeType || t.getResponseHeader("Content-Type")); if (i) for (o in a) if (a[o] && a[o].test(i)) { l.unshift(o); break } if (l[0] in n) r = l[0]; else { for (o in n) { if (!l[0] || e.converters[o + " " + l[0]]) { r = o; break } s || (s = o) } r = r || s } if (r) return r !== l[0] && l.unshift(r), n[r] } function J(e, t, n, i) { var o, r, s, a, l, c = {}, u = e.dataTypes.slice(); if (u[1]) for (s in e.converters) c[s.toLowerCase()] = e.converters[s]; for (r = u.shift(); r;) if (e.responseFields[r] && (n[e.responseFields[r]] = t), !l && i && e.dataFilter && (t = e.dataFilter(t, e.dataType)), l = r, r = u.shift()) if ("*" === r) r = l; else if ("*" !== l && l !== r) { if (!(s = c[l + " " + r] || c["* " + r])) for (o in c) if ((a = o.split(" "))[1] === r && (s = c[l + " " + a[0]] || c["* " + a[0]])) { !0 === s ? s = c[o] : !0 !== c[o] && (r = a[0], u.unshift(a[1])); break } if (!0 !== s) if (s && e.throws) t = s(t); else try { t = s(t) } catch (e) { return { state: "parsererror", error: s ? e : "No conversion from " + l + " to " + r } } } return { state: "success", data: t } } var ee = [], te = e.document, ne = Object.getPrototypeOf, ie = ee.slice, oe = ee.concat, re = ee.push, se = ee.indexOf, ae = {}, le = ae.toString, ce = ae.hasOwnProperty, ue = ce.toString, de = ue.call(Object), fe = {}, he = "3.2.1", pe = function(e, t) { return new pe.fn.init(e, t) }, ge = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, me = /^-ms-/, ve = /-([a-z])/g, ye = function(e, t) { return t.toUpperCase() }; pe.fn = pe.prototype = { jquery: he, constructor: pe, length: 0, toArray: function() { return ie.call(this) }, get: function(e) { return null == e ? ie.call(this) : e < 0 ? this[e + this.length] : this[e] }, pushStack: function(e) { var t = pe.merge(this.constructor(), e); return t.prevObject = this, t }, each: function(e) { return pe.each(this, e) }, map: function(e) { return this.pushStack(pe.map(this, function(t, n) { return e.call(t, n, t) })) }, slice: function() { return this.pushStack(ie.apply(this, arguments)) }, first: function() { return this.eq(0) }, last: function() { return this.eq(-1) }, eq: function(e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushStack(n >= 0 && n < t ? [this[n]] : []) }, end: function() { return this.prevObject || this.constructor() }, push: re, sort: ee.sort, splice: ee.splice }, pe.extend = pe.fn.extend = function() { var e, t, n, i, o, r, s = arguments[0] || {}, a = 1, l = arguments.length, c = !1; for ("boolean" == typeof s && (c = s, s = arguments[a] || {}, a++), "object" == typeof s || pe.isFunction(s) || (s = {}), a === l && (s = this, a--); a < l; a++) if (null != (e = arguments[a])) for (t in e) n = s[t], i = e[t], s !== i && (c && i && (pe.isPlainObject(i) || (o = Array.isArray(i))) ? (o ? (o = !1, r = n && Array.isArray(n) ? n : []) : r = n && pe.isPlainObject(n) ? n : {}, s[t] = pe.extend(c, r, i)) : void 0 !== i && (s[t] = i)); return s }, pe.extend({ expando: "jQuery" + (he + Math.random()).replace(/\D/g, ""), isReady: !0, error: function(e) { throw new Error(e) }, noop: function() {}, isFunction: function(e) { return "function" === pe.type(e) }, isWindow: function(e) { return null != e && e === e.window }, isNumeric: function(e) { var t = pe.type(e); return ("number" === t || "string" === t) && !isNaN(e - parseFloat(e)) }, isPlainObject: function(e) { var t, n; return !(!e || "[object Object]" !== le.call(e) || (t = ne(e)) && ("function" != typeof(n = ce.call(t, "constructor") && t.constructor) || ue.call(n) !== de)) }, isEmptyObject: function(e) { var t; for (t in e) return !1; return !0 }, type: function(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? ae[le.call(e)] || "object" : typeof e }, globalEval: function(e) { n(e) }, camelCase: function(e) { return e.replace(me, "ms-").replace(ve, ye) }, each: function(e, t) { var n, o = 0; if (i(e)) for (n = e.length; o < n && !1 !== t.call(e[o], o, e[o]); o++); else for (o in e) if (!1 === t.call(e[o], o, e[o])) break; return e }, trim: function(e) { return null == e ? "" : (e + "").replace(ge, "") }, makeArray: function(e, t) { var n = t || []; return null != e && (i(Object(e)) ? pe.merge(n, "string" == typeof e ? [e] : e) : re.call(n, e)), n }, inArray: function(e, t, n) { return null == t ? -1 : se.call(t, e, n) }, merge: function(e, t) { for (var n = +t.length, i = 0, o = e.length; i < n; i++) e[o++] = t[i]; return e.length = o, e }, grep: function(e, t, n) { for (var i = [], o = 0, r = e.length, s = !n; o < r; o++) !t(e[o], o) !== s && i.push(e[o]); return i }, map: function(e, t, n) { var o, r, s = 0, a = []; if (i(e)) for (o = e.length; s < o; s++) null != (r = t(e[s], s, n)) && a.push(r); else for (s in e) null != (r = t(e[s], s, n)) && a.push(r); return oe.apply([], a) }, guid: 1, proxy: function(e, t) { var n, i, o; if ("string" == typeof t && (n = e[t], t = e, e = n), pe.isFunction(e)) return i = ie.call(arguments, 2), o = function() { return e.apply(t || this, i.concat(ie.call(arguments))) }, o.guid = e.guid = e.guid || pe.guid++, o }, now: Date.now, support: fe }), "function" == typeof Symbol && (pe.fn[Symbol.iterator] = ee[Symbol.iterator]), pe.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function(e, t) { ae["[object " + t + "]"] = t.toLowerCase() }); var be = function(e) { function t(e, t, n, i) { var o, r, s, a, l, u, f, h = t && t.ownerDocument, p = t ? t.nodeType : 9; if (n = n || [], "string" != typeof e || !e || 1 !== p && 9 !== p && 11 !== p) return n; if (!i && ((t ? t.ownerDocument || t : M) !== I && O(t), t = t || I, L)) { if (11 !== p && (l = ge.exec(e))) if (o = l[1]) { if (9 === p) { if (!(s = t.getElementById(o))) return n; if (s.id === o) return n.push(s), n } else if (h && (s = h.getElementById(o)) && P(t, s) && s.id === o) return n.push(s), n } else { if (l[2]) return K.apply(n, t.getElementsByTagName(e)), n; if ((o = l[3]) && w.getElementsByClassName && t.getElementsByClassName) return K.apply(n, t.getElementsByClassName(o)), n } if (w.qsa && !B[e + " "] && (!$ || !$.test(e))) { if (1 !== p) h = t, f = e; else if ("object" !== t.nodeName.toLowerCase()) { for ((a = t.getAttribute("id")) ? a = a.replace(be, we) : t.setAttribute("id", a = j), r = (u = E(e)).length; r--;) u[r] = "#" + a + " " + d(u[r]); f = u.join(","), h = me.test(e) && c(t.parentNode) || t } if (f) try { return K.apply(n, h.querySelectorAll(f)), n } catch (e) {} finally { a === j && t.removeAttribute("id") } } } return k(e.replace(re, "$1"), t, n, i) } function n() { function e(n, i) { return t.push(n + " ") > T.cacheLength && delete e[t.shift()], e[n + " "] = i } var t = []; return e } function i(e) { return e[j] = !0, e } function o(e) { var t = I.createElement("fieldset"); try { return !!e(t) } catch (e) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t), t = null } } function r(e, t) { for (var n = e.split("|"), i = n.length; i--;) T.attrHandle[n[i]] = t } function s(e, t) { var n = t && e, i = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; if (i) return i; if (n) for (; n = n.nextSibling;) if (n === t) return -1; return e ? 1 : -1 } function a(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 && Ce(t) === e : t.disabled === e : "label" in t && t.disabled === e } } function l(e) { return i(function(t) { return t = +t, i(function(n, i) { for (var o, r = e([], n.length, t), s = r.length; s--;) n[o = r[s]] && (n[o] = !(i[o] = n[o])) }) }) } function c(e) { return e && void 0 !== e.getElementsByTagName && e } function u() {} function d(e) { for (var t = 0, n = e.length, i = ""; t < n; t++) i += e[t].value; return i } function f(e, t, n) { var i = t.dir, o = t.next, r = o || i, s = n && "parentNode" === r, a = W++; return t.first ? function(t, n, o) { for (; t = t[i];) if (1 === t.nodeType || s) return e(t, n, o); return !1 } : function(t, n, l) { var c, u, d, f = [R, a]; if (l) { for (; t = t[i];) if ((1 === t.nodeType || s) && e(t, n, l)) return !0 } else for (; t = t[i];) if (1 === t.nodeType || s) if (d = t[j] || (t[j] = {}), u = d[t.uniqueID] || (d[t.uniqueID] = {}), o && o === t.nodeName.toLowerCase()) t = t[i] || t; else { if ((c = u[r]) && c[0] === R && c[1] === a) return f[2] = c[2]; if (u[r] = f, f[2] = e(t, n, l)) return !0 } return !1 } } function h(e) { return e.length > 1 ? function(t, n, i) { for (var o = e.length; o--;) if (!e[o](t, n, i)) return !1; return !0 } : e[0] } function p(e, n, i) { for (var o = 0, r = n.length; o < r; o++) t(e, n[o], i); return i } function g(e, t, n, i, o) { for (var r, s = [], a = 0, l = e.length, c = null != t; a < l; a++)(r = e[a]) && (n && !n(r, i, o) || (s.push(r), c && t.push(a))); return s } function m(e, t, n, o, r, s) { return o && !o[j] && (o = m(o)), r && !r[j] && (r = m(r, s)), i(function(i, s, a, l) { var c, u, d, f = [], h = [], m = s.length, v = i || p(t || "*", a.nodeType ? [a] : a, []), y = !e || !i && t ? v : g(v, f, e, a, l), b = n ? r || (i ? e : m || o) ? [] : s : y; if (n && n(y, b, a, l), o) for (c = g(b, h), o(c, [], a, l), u = c.length; u--;)(d = c[u]) && (b[h[u]] = !(y[h[u]] = d)); if (i) { if (r || e) { if (r) { for (c = [], u = b.length; u--;)(d = b[u]) && c.push(y[u] = d); r(null, b = [], c, l) } for (u = b.length; u--;)(d = b[u]) && (c = r ? Z(i, d) : f[u]) > -1 && (i[c] = !(s[c] = d)) } } else b = g(b === s ? b.splice(m, b.length) : b), r ? r(null, s, b, l) : K.apply(s, b) }) } function v(e) { for (var t, n, i, o = e.length, r = T.relative[e[0].type], s = r || T.relative[" "], a = r ? 1 : 0, l = f(function(e) { return e === t }, s, !0), c = f(function(e) { return Z(t, e) > -1 }, s, !0), u = [function(e, n, i) { var o = !r && (i || n !== x) || ((t = n).nodeType ? l(e, n, i) : c(e, n, i)); return t = null, o }]; a < o; a++) if (n = T.relative[e[a].type]) u = [f(h(u), n)]; else { if ((n = T.filter[e[a].type].apply(null, e[a].matches))[j]) { for (i = ++a; i < o && !T.relative[e[i].type]; i++); return m(a > 1 && h(u), a > 1 && d(e.slice(0, a - 1).concat({ value: " " === e[a - 2].type ? "*" : "" })).replace(re, "$1"), n, a < i && v(e.slice(a, i)), i < o && v(e = e.slice(i)), i < o && d(e)) } u.push(n) } return h(u) } function y(e, n) { var o = n.length > 0, r = e.length > 0, s = function(i, s, a, l, c) { var u, d, f, h = 0, p = "0", m = i && [], v = [], y = x, b = i || r && T.find.TAG("*", c), w = R += null == y ? 1 : Math.random() || .1, C = b.length; for (c && (x = s === I || s || c); p !== C && null != (u = b[p]); p++) { if (r && u) { for (d = 0, s || u.ownerDocument === I || (O(u), a = !L); f = e[d++];) if (f(u, s || I, a)) { l.push(u); break } c && (R = w) } o && ((u = !f && u) && h--, i && m.push(u)) } if (h += p, o && p !== h) { for (d = 0; f = n[d++];) f(m, v, s, a); if (i) { if (h > 0) for (; p--;) m[p] || v[p] || (v[p] = Y.call(l)); v = g(v) } K.apply(l, v), c && !i && v.length > 0 && h + n.length > 1 && t.uniqueSort(l) } return c && (R = w, x = y), m }; return o ? i(s) : s } var b, w, T, C, _, E, S, k, x, A, D, O, I, N, L, $, H, F, P, j = "sizzle" + 1 * new Date, M = e.document, R = 0, W = 0, q = n(), z = n(), B = n(), U = function(e, t) { return e === t && (D = !0), 0 }, V = {}.hasOwnProperty, X = [], Y = X.pop, G = X.push, K = X.push, Q = X.slice, Z = function(e, t) { for (var n = 0, i = e.length; n < i; n++) if (e[n] === t) return n; return -1 }, J = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", ee = "[\\x20\\t\\r\\n\\f]", te = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", ne = "\\[" + ee + "*(" + te + ")(?:" + ee + "*([*^$|!~]?=)" + ee + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + te + "))|)" + ee + "*\\]", ie = ":(" + te + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + ne + ")*)|.*)\\)|)", oe = new RegExp(ee + "+", "g"), re = new RegExp("^" + ee + "+|((?:^|[^\\\\])(?:\\\\.)*)" + ee + "+$", "g"), se = new RegExp("^" + ee + "*," + ee + "*"), ae = new RegExp("^" + ee + "*([>+~]|" + ee + ")" + ee + "*"), le = new RegExp("=" + ee + "*([^\\]'\"]*?)" + ee + "*\\]", "g"), ce = new RegExp(ie), ue = new RegExp("^" + te + "$"), de = { ID: new RegExp("^#(" + te + ")"), CLASS: new RegExp("^\\.(" + te + ")"), TAG: new RegExp("^(" + te + "|[*])"), ATTR: new RegExp("^" + ne), PSEUDO: new RegExp("^" + ie), CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + ee + "*(even|odd|(([+-]|)(\\d*)n|)" + ee + "*(?:([+-]|)" + ee + "*(\\d+)|))" + ee + "*\\)|)", "i"), bool: new RegExp("^(?:" + J + ")$", "i"), needsContext: new RegExp("^" + ee + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + ee + "*((?:-\\d)?\\d*)" + ee + "*\\)|)(?=[^-]|$)", "i") }, fe = /^(?:input|select|textarea|button)$/i, he = /^h\d$/i, pe = /^[^{]+\{\s*\[native \w/, ge = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, me = /[+~]/, ve = new RegExp("\\\\([\\da-f]{1,6}" + ee + "?|(" + ee + ")|.)", "ig"), ye = function(e, t, n) { var i = "0x" + t - 65536; return i !== i || n ? t : i < 0 ? String.fromCharCode(i + 65536) : String.fromCharCode(i >> 10 | 55296, 1023 & i | 56320) }, be = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, we = function(e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e }, Te = function() { O() }, Ce = f(function(e) { return !0 === e.disabled && ("form" in e || "label" in e) }, { dir: "parentNode", next: "legend" }); try { K.apply(X = Q.call(M.childNodes), M.childNodes), X[M.childNodes.length].nodeType } catch (e) { K = { apply: X.length ? function(e, t) { G.apply(e, Q.call(t)) } : function(e, t) { for (var n = e.length, i = 0; e[n++] = t[i++];); e.length = n - 1 } } } w = t.support = {}, _ = t.isXML = function(e) { var t = e && (e.ownerDocument || e).documentElement; return !!t && "HTML" !== t.nodeName }, O = t.setDocument = function(e) { var t, n, i = e ? e.ownerDocument || e : M; return i !== I && 9 === i.nodeType && i.documentElement ? (I = i, N = I.documentElement, L = !_(I), M !== I && (n = I.defaultView) && n.top !== n && (n.addEventListener ? n.addEventListener("unload", Te, !1) : n.attachEvent && n.attachEvent("onunload", Te)), w.attributes = o(function(e) { return e.className = "i", !e.getAttribute("className") }), w.getElementsByTagName = o(function(e) { return e.appendChild(I.createComment("")), !e.getElementsByTagName("*").length }), w.getElementsByClassName = pe.test(I.getElementsByClassName), w.getById = o(function(e) { return N.appendChild(e).id = j, !I.getElementsByName || !I.getElementsByName(j).length }), w.getById ? (T.filter.ID = function(e) { var t = e.replace(ve, ye); return function(e) { return e.getAttribute("id") === t } }, T.find.ID = function(e, t) { if (void 0 !== t.getElementById && L) { var n = t.getElementById(e); return n ? [n] : [] } }) : (T.filter.ID = function(e) { var t = e.replace(ve, ye); return function(e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t } }, T.find.ID = function(e, t) { if (void 0 !== t.getElementById && L) { var n, i, o, r = t.getElementById(e); if (r) { if ((n = r.getAttributeNode("id")) && n.value === e) return [r]; for (o = t.getElementsByName(e), i = 0; r = o[i++];) if ((n = r.getAttributeNode("id")) && n.value === e) return [r] } return [] } }), T.find.TAG = w.getElementsByTagName ? function(e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : w.qsa ? t.querySelectorAll(e) : void 0 } : function(e, t) { var n, i = [], o = 0, r = t.getElementsByTagName(e); if ("*" === e) { for (; n = r[o++];) 1 === n.nodeType && i.push(n); return i } return r }, T.find.CLASS = w.getElementsByClassName && function(e, t) { if (void 0 !== t.getElementsByClassName && L) return t.getElementsByClassName(e) }, H = [], $ = [], (w.qsa = pe.test(I.querySelectorAll)) && (o(function(e) { N.appendChild(e).innerHTML = "", e.querySelectorAll("[msallowcapture^='']").length && $.push("[*^$]=" + ee + "*(?:''|\"\")"), e.querySelectorAll("[selected]").length || $.push("\\[" + ee + "*(?:value|" + J + ")"), e.querySelectorAll("[id~=" + j + "-]").length || $.push("~="), e.querySelectorAll(":checked").length || $.push(":checked"), e.querySelectorAll("a#" + j + "+*").length || $.push(".#.+[+~]") }), o(function(e) { e.innerHTML = ""; var t = I.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && $.push("name" + ee + "*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled").length && $.push(":enabled", ":disabled"), N.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(":disabled").length && $.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), $.push(",.*:") })), (w.matchesSelector = pe.test(F = N.matches || N.webkitMatchesSelector || N.mozMatchesSelector || N.oMatchesSelector || N.msMatchesSelector)) && o(function(e) { w.disconnectedMatch = F.call(e, "*"), F.call(e, "[s!='']:x"), H.push("!=", ie) }), $ = $.length && new RegExp($.join("|")), H = H.length && new RegExp(H.join("|")), t = pe.test(N.compareDocumentPosition), P = t || pe.test(N.contains) ? function(e, t) { var n = 9 === e.nodeType ? e.documentElement : e, i = t && t.parentNode; return e === i || !(!i || 1 !== i.nodeType || !(n.contains ? n.contains(i) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(i))) } : function(e, t) { if (t) for (; t = t.parentNode;) if (t === e) return !0; return !1 }, U = 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) || !w.sortDetached && t.compareDocumentPosition(e) === n ? e === I || e.ownerDocument === M && P(M, e) ? -1 : t === I || t.ownerDocument === M && P(M, t) ? 1 : A ? Z(A, e) - Z(A, t) : 0 : 4 & n ? -1 : 1) } : function(e, t) { if (e === t) return D = !0, 0; var n, i = 0, o = e.parentNode, r = t.parentNode, a = [e], l = [t]; if (!o || !r) return e === I ? -1 : t === I ? 1 : o ? -1 : r ? 1 : A ? Z(A, e) - Z(A, t) : 0; if (o === r) return s(e, t); for (n = e; n = n.parentNode;) a.unshift(n); for (n = t; n = n.parentNode;) l.unshift(n); for (; a[i] === l[i];) i++; return i ? s(a[i], l[i]) : a[i] === M ? -1 : l[i] === M ? 1 : 0 }, I) : I }, t.matches = function(e, n) { return t(e, null, null, n) }, t.matchesSelector = function(e, n) { if ((e.ownerDocument || e) !== I && O(e), n = n.replace(le, "='$1']"), w.matchesSelector && L && !B[n + " "] && (!H || !H.test(n)) && (!$ || !$.test(n))) try { var i = F.call(e, n); if (i || w.disconnectedMatch || e.document && 11 !== e.document.nodeType) return i } catch (e) {} return t(n, I, null, [e]).length > 0 }, t.contains = function(e, t) { return (e.ownerDocument || e) !== I && O(e), P(e, t) }, t.attr = function(e, t) { (e.ownerDocument || e) !== I && O(e); var n = T.attrHandle[t.toLowerCase()], i = n && V.call(T.attrHandle, t.toLowerCase()) ? n(e, t, !L) : void 0; return void 0 !== i ? i : w.attributes || !L ? e.getAttribute(t) : (i = e.getAttributeNode(t)) && i.specified ? i.value : null }, t.escape = function(e) { return (e + "").replace(be, we) }, t.error = function(e) { throw new Error("Syntax error, unrecognized expression: " + e) }, t.uniqueSort = function(e) { var t, n = [], i = 0, o = 0; if (D = !w.detectDuplicates, A = !w.sortStable && e.slice(0), e.sort(U), D) { for (; t = e[o++];) t === e[o] && (i = n.push(o)); for (; i--;) e.splice(n[i], 1) } return A = null, e }, C = t.getText = function(e) { var t, n = "", i = 0, o = e.nodeType; if (o) { if (1 === o || 9 === o || 11 === o) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling) n += C(e) } else if (3 === o || 4 === o) return e.nodeValue } else for (; t = e[i++];) n += C(t); return n }, (T = t.selectors = { cacheLength: 50, createPseudo: i, match: de, 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(ve, ye), e[3] = (e[3] || e[4] || e[5] || "").replace(ve, ye), "~=" === 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 de.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && ce.test(n) && (t = E(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(ve, ye).toLowerCase(); return "*" === e ? function() { return !0 } : function(e) { return e.nodeName && e.nodeName.toLowerCase() === t } }, CLASS: function(e) { var t = q[e + " "]; return t || (t = new RegExp("(^|" + ee + ")" + e + "(" + ee + "|$)")) && q(e, function(e) { return t.test("string" == typeof e.className && e.className || void 0 !== e.getAttribute && e.getAttribute("class") || "") }) }, ATTR: function(e, n, i) { return function(o) { var r = t.attr(o, e); return null == r ? "!=" === n : !n || (r += "", "=" === n ? r === i : "!=" === n ? r !== i : "^=" === n ? i && 0 === r.indexOf(i) : "*=" === n ? i && r.indexOf(i) > -1 : "$=" === n ? i && r.slice(-i.length) === i : "~=" === n ? (" " + r.replace(oe, " ") + " ").indexOf(i) > -1 : "|=" === n && (r === i || r.slice(0, i.length + 1) === i + "-")) } }, CHILD: function(e, t, n, i, o) { var r = "nth" !== e.slice(0, 3), s = "last" !== e.slice(-4), a = "of-type" === t; return 1 === i && 0 === o ? function(e) { return !!e.parentNode } : function(t, n, l) { var c, u, d, f, h, p, g = r !== s ? "nextSibling" : "previousSibling", m = t.parentNode, v = a && t.nodeName.toLowerCase(), y = !l && !a, b = !1; if (m) { if (r) { for (; g;) { for (f = t; f = f[g];) if (a ? f.nodeName.toLowerCase() === v : 1 === f.nodeType) return !1; p = g = "only" === e && !p && "nextSibling" } return !0 } if (p = [s ? m.firstChild : m.lastChild], s && y) { for (b = (h = (c = (u = (d = (f = m)[j] || (f[j] = {}))[f.uniqueID] || (d[f.uniqueID] = {}))[e] || [])[0] === R && c[1]) && c[2], f = h && m.childNodes[h]; f = ++h && f && f[g] || (b = h = 0) || p.pop();) if (1 === f.nodeType && ++b && f === t) { u[e] = [R, h, b]; break } } else if (y && (f = t, d = f[j] || (f[j] = {}), u = d[f.uniqueID] || (d[f.uniqueID] = {}), c = u[e] || [], h = c[0] === R && c[1], b = h), !1 === b) for (; (f = ++h && f && f[g] || (b = h = 0) || p.pop()) && ((a ? f.nodeName.toLowerCase() !== v : 1 !== f.nodeType) || !++b || (y && (d = f[j] || (f[j] = {}), u = d[f.uniqueID] || (d[f.uniqueID] = {}), u[e] = [R, b]), f !== t));); return (b -= o) === i || b % i == 0 && b / i >= 0 } } }, PSEUDO: function(e, n) { var o, r = T.pseudos[e] || T.setFilters[e.toLowerCase()] || t.error("unsupported pseudo: " + e); return r[j] ? r(n) : r.length > 1 ? (o = [e, e, "", n], T.setFilters.hasOwnProperty(e.toLowerCase()) ? i(function(e, t) { for (var i, o = r(e, n), s = o.length; s--;) i = Z(e, o[s]), e[i] = !(t[i] = o[s]) }) : function(e) { return r(e, 0, o) }) : r } }, pseudos: { not: i(function(e) { var t = [], n = [], o = S(e.replace(re, "$1")); return o[j] ? i(function(e, t, n, i) { for (var r, s = o(e, null, i, []), a = e.length; a--;)(r = s[a]) && (e[a] = !(t[a] = r)) }) : function(e, i, r) { return t[0] = e, o(t, null, r, n), t[0] = null, !n.pop() } }), has: i(function(e) { return function(n) { return t(e, n).length > 0 } }), contains: i(function(e) { return e = e.replace(ve, ye), function(t) { return (t.textContent || t.innerText || C(t)).indexOf(e) > -1 } }), lang: i(function(e) { return ue.test(e || "") || t.error("unsupported lang: " + e), e = e.replace(ve, ye).toLowerCase(), function(t) { var n; do { if (n = L ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) return (n = n.toLowerCase()) === 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 === N }, focus: function(e) { return e === I.activeElement && (!I.hasFocus || I.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) }, enabled: a(!1), disabled: a(!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 !T.pseudos.empty(e) }, header: function(e) { return he.test(e.nodeName) }, input: function(e) { return fe.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; n < t; n += 2) e.push(n); return e }), odd: l(function(e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e }), lt: l(function(e, t, n) { for (var i = n < 0 ? n + t : n; --i >= 0;) e.push(i); return e }), gt: l(function(e, t, n) { for (var i = n < 0 ? n + t : n; ++i < t;) e.push(i); return e }) } }).pseudos.nth = T.pseudos.eq; for (b in { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) T.pseudos[b] = function(e) { return function(t) { return "input" === t.nodeName.toLowerCase() && t.type === e } }(b); for (b in { submit: !0, reset: !0 }) T.pseudos[b] = function(e) { return function(t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e } }(b); return u.prototype = T.filters = T.pseudos, T.setFilters = new u, E = t.tokenize = function(e, n) { var i, o, r, s, a, l, c, u = z[e + " "]; if (u) return n ? 0 : u.slice(0); for (a = e, l = [], c = T.preFilter; a;) { i && !(o = se.exec(a)) || (o && (a = a.slice(o[0].length) || a), l.push(r = [])), i = !1, (o = ae.exec(a)) && (i = o.shift(), r.push({ value: i, type: o[0].replace(re, " ") }), a = a.slice(i.length)); for (s in T.filter) !(o = de[s].exec(a)) || c[s] && !(o = c[s](o)) || (i = o.shift(), r.push({ value: i, type: s, matches: o }), a = a.slice(i.length)); if (!i) break } return n ? a.length : a ? t.error(e) : z(e, l).slice(0) }, S = t.compile = function(e, t) { var n, i = [], o = [], r = B[e + " "]; if (!r) { for (t || (t = E(e)), n = t.length; n--;)(r = v(t[n]))[j] ? i.push(r) : o.push(r); (r = B(e, y(o, i))).selector = e } return r }, k = t.select = function(e, t, n, i) { var o, r, s, a, l, u = "function" == typeof e && e, f = !i && E(e = u.selector || e); if (n = n || [], 1 === f.length) { if ((r = f[0] = f[0].slice(0)).length > 2 && "ID" === (s = r[0]).type && 9 === t.nodeType && L && T.relative[r[1].type]) { if (!(t = (T.find.ID(s.matches[0].replace(ve, ye), t) || [])[0])) return n; u && (t = t.parentNode), e = e.slice(r.shift().value.length) } for (o = de.needsContext.test(e) ? 0 : r.length; o-- && (s = r[o], !T.relative[a = s.type]);) if ((l = T.find[a]) && (i = l(s.matches[0].replace(ve, ye), me.test(r[0].type) && c(t.parentNode) || t))) { if (r.splice(o, 1), !(e = i.length && d(r))) return K.apply(n, i), n; break } } return (u || S(e, f))(i, t, !L, n, !t || me.test(e) && c(t.parentNode) || t), n }, w.sortStable = j.split("").sort(U).join("") === j, w.detectDuplicates = !!D, O(), w.sortDetached = o(function(e) { return 1 & e.compareDocumentPosition(I.createElement("fieldset")) }), o(function(e) { return e.innerHTML = "", "#" === e.firstChild.getAttribute("href") }) || r("type|href|height|width", function(e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) }), w.attributes && o(function(e) { return e.innerHTML = "", e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") }) || r("value", function(e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue }), o(function(e) { return null == e.getAttribute("disabled") }) || r(J, function(e, t, n) { var i; if (!n) return !0 === e[t] ? t.toLowerCase() : (i = e.getAttributeNode(t)) && i.specified ? i.value : null }), t }(e); pe.find = be, pe.expr = be.selectors, pe.expr[":"] = pe.expr.pseudos, pe.uniqueSort = pe.unique = be.uniqueSort, pe.text = be.getText, pe.isXMLDoc = be.isXML, pe.contains = be.contains, pe.escapeSelector = be.escape; var we = function(e, t, n) { for (var i = [], o = void 0 !== n; (e = e[t]) && 9 !== e.nodeType;) if (1 === e.nodeType) { if (o && pe(e).is(n)) break; i.push(e) } return i }, Te = function(e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n }, Ce = pe.expr.match.needsContext, _e = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i, Ee = /^.[^:#\[\.,]*$/; pe.filter = function(e, t, n) { var i = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === i.nodeType ? pe.find.matchesSelector(i, e) ? [i] : [] : pe.find.matches(e, pe.grep(t, function(e) { return 1 === e.nodeType })) }, pe.fn.extend({ find: function(e) { var t, n, i = this.length, o = this; if ("string" != typeof e) return this.pushStack(pe(e).filter(function() { for (t = 0; t < i; t++) if (pe.contains(o[t], this)) return !0 })); for (n = this.pushStack([]), t = 0; t < i; t++) pe.find(e, o[t], n); return i > 1 ? pe.uniqueSort(n) : n }, filter: function(e) { return this.pushStack(r(this, e || [], !1)) }, not: function(e) { return this.pushStack(r(this, e || [], !0)) }, is: function(e) { return !!r(this, "string" == typeof e && Ce.test(e) ? pe(e) : e || [], !1).length } }); var Se, ke = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; (pe.fn.init = function(e, t, n) { var i, o; if (!e) return this; if (n = n || Se, "string" == typeof e) { if (!(i = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : ke.exec(e)) || !i[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (i[1]) { if (t = t instanceof pe ? t[0] : t, pe.merge(this, pe.parseHTML(i[1], t && t.nodeType ? t.ownerDocument || t : te, !0)), _e.test(i[1]) && pe.isPlainObject(t)) for (i in t) pe.isFunction(this[i]) ? this[i](t[i]) : this.attr(i, t[i]); return this } return (o = te.getElementById(i[2])) && (this[0] = o, this.length = 1), this } return e.nodeType ? (this[0] = e, this.length = 1, this) : pe.isFunction(e) ? void 0 !== n.ready ? n.ready(e) : e(pe) : pe.makeArray(e, this) }).prototype = pe.fn, Se = pe(te); var xe = /^(?:parents|prev(?:Until|All))/, Ae = { children: !0, contents: !0, next: !0, prev: !0 }; pe.fn.extend({ has: function(e) { var t = pe(e, this), n = t.length; return this.filter(function() { for (var e = 0; e < n; e++) if (pe.contains(this, t[e])) return !0 }) }, closest: function(e, t) { var n, i = 0, o = this.length, r = [], s = "string" != typeof e && pe(e); if (!Ce.test(e)) for (; i < o; i++) for (n = this[i]; n && n !== t; n = n.parentNode) if (n.nodeType < 11 && (s ? s.index(n) > -1 : 1 === n.nodeType && pe.find.matchesSelector(n, e))) { r.push(n); break } return this.pushStack(r.length > 1 ? pe.uniqueSort(r) : r) }, index: function(e) { return e ? "string" == typeof e ? se.call(pe(e), this[0]) : se.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, add: function(e, t) { return this.pushStack(pe.uniqueSort(pe.merge(this.get(), pe(e, t)))) }, addBack: function(e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) } }), pe.each({ parent: function(e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null }, parents: function(e) { return we(e, "parentNode") }, parentsUntil: function(e, t, n) { return we(e, "parentNode", n) }, next: function(e) { return s(e, "nextSibling") }, prev: function(e) { return s(e, "previousSibling") }, nextAll: function(e) { return we(e, "nextSibling") }, prevAll: function(e) { return we(e, "previousSibling") }, nextUntil: function(e, t, n) { return we(e, "nextSibling", n) }, prevUntil: function(e, t, n) { return we(e, "previousSibling", n) }, siblings: function(e) { return Te((e.parentNode || {}).firstChild, e) }, children: function(e) { return Te(e.firstChild) }, contents: function(e) { return o(e, "iframe") ? e.contentDocument : (o(e, "template") && (e = e.content || e), pe.merge([], e.childNodes)) } }, function(e, t) { pe.fn[e] = function(n, i) { var o = pe.map(this, t, n); return "Until" !== e.slice(-5) && (i = n), i && "string" == typeof i && (o = pe.filter(i, o)), this.length > 1 && (Ae[e] || pe.uniqueSort(o), xe.test(e) && o.reverse()), this.pushStack(o) } }); var De = /[^\x20\t\r\n\f]+/g; pe.Callbacks = function(e) { e = "string" == typeof e ? a(e) : pe.extend({}, e); var t, n, i, o, r = [], s = [], l = -1, c = function() { for (o = o || e.once, i = t = !0; s.length; l = -1) for (n = s.shift(); ++l < r.length;) !1 === r[l].apply(n[0], n[1]) && e.stopOnFalse && (l = r.length, n = !1); e.memory || (n = !1), t = !1, o && (r = n ? [] : "") }, u = { add: function() { return r && (n && !t && (l = r.length - 1, s.push(n)), function t(n) { pe.each(n, function(n, i) { pe.isFunction(i) ? e.unique && u.has(i) || r.push(i) : i && i.length && "string" !== pe.type(i) && t(i) }) }(arguments), n && !t && c()), this }, remove: function() { return pe.each(arguments, function(e, t) { for (var n; (n = pe.inArray(t, r, n)) > -1;) r.splice(n, 1), n <= l && l-- }), this }, has: function(e) { return e ? pe.inArray(e, r) > -1 : r.length > 0 }, empty: function() { return r && (r = []), this }, disable: function() { return o = s = [], r = n = "", this }, disabled: function() { return !r }, lock: function() { return o = s = [], n || t || (r = n = ""), this }, locked: function() { return !!o }, fireWith: function(e, n) { return o || (n = n || [], n = [e, n.slice ? n.slice() : n], s.push(n), t || c()), this }, fire: function() { return u.fireWith(this, arguments), this }, fired: function() { return !!i } }; return u }, pe.extend({ Deferred: function(t) { var n = [ ["notify", "progress", pe.Callbacks("memory"), pe.Callbacks("memory"), 2], ["resolve", "done", pe.Callbacks("once memory"), pe.Callbacks("once memory"), 0, "resolved"], ["reject", "fail", pe.Callbacks("once memory"), pe.Callbacks("once memory"), 1, "rejected"] ], i = "pending", o = { state: function() { return i }, always: function() { return r.done(arguments).fail(arguments), this }, catch: function(e) { return o.then(null, e) }, pipe: function() { var e = arguments; return pe.Deferred(function(t) { pe.each(n, function(n, i) { var o = pe.isFunction(e[i[4]]) && e[i[4]]; r[i[1]](function() { var e = o && o.apply(this, arguments); e && pe.isFunction(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[i[0] + "With"](this, o ? [e] : arguments) }) }), e = null }).promise() }, then: function(t, i, o) { function r(t, n, i, o) { return function() { var a = this, u = arguments, d = function() { var e, d; if (!(t < s)) { if ((e = i.apply(a, u)) === n.promise()) throw new TypeError("Thenable self-resolution"); d = e && ("object" == typeof e || "function" == typeof e) && e.then, pe.isFunction(d) ? o ? d.call(e, r(s, n, l, o), r(s, n, c, o)) : (s++, d.call(e, r(s, n, l, o), r(s, n, c, o), r(s, n, l, n.notifyWith))) : (i !== l && (a = void 0, u = [e]), (o || n.resolveWith)(a, u)) } }, f = o ? d : function() { try { d() } catch (e) { pe.Deferred.exceptionHook && pe.Deferred.exceptionHook(e, f.stackTrace), t + 1 >= s && (i !== c && (a = void 0, u = [e]), n.rejectWith(a, u)) } }; t ? f() : (pe.Deferred.getStackHook && (f.stackTrace = pe.Deferred.getStackHook()), e.setTimeout(f)) } } var s = 0; return pe.Deferred(function(e) { n[0][3].add(r(0, e, pe.isFunction(o) ? o : l, e.notifyWith)), n[1][3].add(r(0, e, pe.isFunction(t) ? t : l)), n[2][3].add(r(0, e, pe.isFunction(i) ? i : c)) }).promise() }, promise: function(e) { return null != e ? pe.extend(e, o) : o } }, r = {}; return pe.each(n, function(e, t) { var s = t[2], a = t[5]; o[t[1]] = s.add, a && s.add(function() { i = a }, n[3 - e][2].disable, n[0][2].lock), s.add(t[3].fire), r[t[0]] = function() { return r[t[0] + "With"](this === r ? void 0 : this, arguments), this }, r[t[0] + "With"] = s.fireWith }), o.promise(r), t && t.call(r, r), r }, when: function(e) { var t = arguments.length, n = t, i = Array(n), o = ie.call(arguments), r = pe.Deferred(), s = function(e) { return function(n) { i[e] = this, o[e] = arguments.length > 1 ? ie.call(arguments) : n, --t || r.resolveWith(i, o) } }; if (t <= 1 && (u(e, r.done(s(n)).resolve, r.reject, !t), "pending" === r.state() || pe.isFunction(o[n] && o[n].then))) return r.then(); for (; n--;) u(o[n], s(n), r.reject); return r.promise() } }); var Oe = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; pe.Deferred.exceptionHook = function(t, n) { e.console && e.console.warn && t && Oe.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) }, pe.readyException = function(t) { e.setTimeout(function() { throw t }) }; var Ie = pe.Deferred(); pe.fn.ready = function(e) { return Ie.then(e).catch(function(e) { pe.readyException(e) }), this }, pe.extend({ isReady: !1, readyWait: 1, ready: function(e) { (!0 === e ? --pe.readyWait : pe.isReady) || (pe.isReady = !0, !0 !== e && --pe.readyWait > 0 || Ie.resolveWith(te, [pe])) } }), pe.ready.then = Ie.then, "complete" === te.readyState || "loading" !== te.readyState && !te.documentElement.doScroll ? e.setTimeout(pe.ready) : (te.addEventListener("DOMContentLoaded", d), e.addEventListener("load", d)); var Ne = function(e, t, n, i, o, r, s) { var a = 0, l = e.length, c = null == n; if ("object" === pe.type(n)) { o = !0; for (a in n) Ne(e, t, a, n[a], !0, r, s) } else if (void 0 !== i && (o = !0, pe.isFunction(i) || (s = !0), c && (s ? (t.call(e, i), t = null) : (c = t, t = function(e, t, n) { return c.call(pe(e), n) })), t)) for (; a < l; a++) t(e[a], n, s ? i : i.call(e[a], a, t(e[a], n))); return o ? e : c ? t.call(e) : l ? t(e[0], n) : r }, Le = function(e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType }; f.uid = 1, f.prototype = { cache: function(e) { var t = e[this.expando]; return t || (t = {}, Le(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { value: t, configurable: !0 }))), t }, set: function(e, t, n) { var i, o = this.cache(e); if ("string" == typeof t) o[pe.camelCase(t)] = n; else for (i in t) o[pe.camelCase(i)] = t[i]; return o }, get: function(e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][pe.camelCase(t)] }, access: function(e, t, n) { return void 0 === t || t && "string" == typeof t && void 0 === n ? this.get(e, t) : (this.set(e, t, n), void 0 !== n ? n : t) }, remove: function(e, t) { var n, i = e[this.expando]; if (void 0 !== i) { if (void 0 !== t) { Array.isArray(t) ? t = t.map(pe.camelCase) : (t = pe.camelCase(t), t = t in i ? [t] : t.match(De) || []), n = t.length; for (; n--;) delete i[t[n]] }(void 0 === t || pe.isEmptyObject(i)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) } }, hasData: function(e) { var t = e[this.expando]; return void 0 !== t && !pe.isEmptyObject(t) } }; var $e = new f, He = new f, Fe = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, Pe = /[A-Z]/g; pe.extend({ hasData: function(e) { return He.hasData(e) || $e.hasData(e) }, data: function(e, t, n) { return He.access(e, t, n) }, removeData: function(e, t) { He.remove(e, t) }, _data: function(e, t, n) { return $e.access(e, t, n) }, _removeData: function(e, t) { $e.remove(e, t) } }), pe.fn.extend({ data: function(e, t) { var n, i, o, r = this[0], s = r && r.attributes; if (void 0 === e) { if (this.length && (o = He.get(r), 1 === r.nodeType && !$e.get(r, "hasDataAttrs"))) { for (n = s.length; n--;) s[n] && 0 === (i = s[n].name).indexOf("data-") && (i = pe.camelCase(i.slice(5)), p(r, i, o[i])); $e.set(r, "hasDataAttrs", !0) } return o } return "object" == typeof e ? this.each(function() { He.set(this, e) }) : Ne(this, function(t) { var n; if (r && void 0 === t) { if (void 0 !== (n = He.get(r, e))) return n; if (void 0 !== (n = p(r, e))) return n } else this.each(function() { He.set(this, e, t) }) }, null, t, arguments.length > 1, null, !0) }, removeData: function(e) { return this.each(function() { He.remove(this, e) }) } }), pe.extend({ queue: function(e, t, n) { var i; if (e) return t = (t || "fx") + "queue", i = $e.get(e, t), n && (!i || Array.isArray(n) ? i = $e.access(e, t, pe.makeArray(n)) : i.push(n)), i || [] }, dequeue: function(e, t) { t = t || "fx"; var n = pe.queue(e, t), i = n.length, o = n.shift(), r = pe._queueHooks(e, t); "inprogress" === o && (o = n.shift(), i--), o && ("fx" === t && n.unshift("inprogress"), delete r.stop, o.call(e, function() { pe.dequeue(e, t) }, r)), !i && r && r.empty.fire() }, _queueHooks: function(e, t) { var n = t + "queueHooks"; return $e.get(e, n) || $e.access(e, n, { empty: pe.Callbacks("once memory").add(function() { $e.remove(e, [t + "queue", n]) }) }) } }), pe.fn.extend({ queue: function(e, t) { var n = 2; return "string" != typeof e && (t = e, e = "fx", n--), arguments.length < n ? pe.queue(this[0], e) : void 0 === t ? this : this.each(function() { var n = pe.queue(this, e, t); pe._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && pe.dequeue(this, e) }) }, dequeue: function(e) { return this.each(function() { pe.dequeue(this, e) }) }, clearQueue: function(e) { return this.queue(e || "fx", []) }, promise: function(e, t) { var n, i = 1, o = pe.Deferred(), r = this, s = this.length, a = function() { --i || o.resolveWith(r, [r]) }; for ("string" != typeof e && (t = e, e = void 0), e = e || "fx"; s--;)(n = $e.get(r[s], e + "queueHooks")) && n.empty && (i++, n.empty.add(a)); return a(), o.promise(t) } }); var je = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, Me = new RegExp("^(?:([+-])=|)(" + je + ")([a-z%]*)$", "i"), Re = ["Top", "Right", "Bottom", "Left"], We = function(e, t) { return "none" === (e = t || e).style.display || "" === e.style.display && pe.contains(e.ownerDocument, e) && "none" === pe.css(e, "display") }, qe = function(e, t, n, i) { var o, r, s = {}; for (r in t) s[r] = e.style[r], e.style[r] = t[r]; o = n.apply(e, i || []); for (r in t) e.style[r] = s[r]; return o }, ze = {}; pe.fn.extend({ show: function() { return v(this, !0) }, hide: function() { return v(this) }, toggle: function(e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function() { We(this) ? pe(this).show() : pe(this).hide() }) } }); var Be = /^(?:checkbox|radio)$/i, Ue = /<([a-z][^\/\0>\x20\t\r\n\f]+)/i, Ve = /^$|\/(?:java|ecma)script/i, Xe = { option: [1, ""], thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""] }; Xe.optgroup = Xe.option, Xe.tbody = Xe.tfoot = Xe.colgroup = Xe.caption = Xe.thead, Xe.th = Xe.td; var Ye = /<|&#?\w+;/; ! function() { var e = te.createDocumentFragment().appendChild(te.createElement("div")), t = te.createElement("input"); t.setAttribute("type", "radio"), t.setAttribute("checked", "checked"), t.setAttribute("name", "t"), e.appendChild(t), fe.checkClone = e.cloneNode(!0).cloneNode(!0).lastChild.checked, e.innerHTML = "", fe.noCloneChecked = !!e.cloneNode(!0).lastChild.defaultValue }(); var Ge = te.documentElement, Ke = /^key/, Qe = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, Ze = /^([^.]*)(?:\.(.+)|)/; pe.event = { global: {}, add: function(e, t, n, i, o) { var r, s, a, l, c, u, d, f, h, p, g, m = $e.get(e); if (m) for (n.handler && (r = n, n = r.handler, o = r.selector), o && pe.find.matchesSelector(Ge, o), n.guid || (n.guid = pe.guid++), (l = m.events) || (l = m.events = {}), (s = m.handle) || (s = m.handle = function(t) { return void 0 !== pe && pe.event.triggered !== t.type ? pe.event.dispatch.apply(e, arguments) : void 0 }), c = (t = (t || "").match(De) || [""]).length; c--;) a = Ze.exec(t[c]) || [], h = g = a[1], p = (a[2] || "").split(".").sort(), h && (d = pe.event.special[h] || {}, h = (o ? d.delegateType : d.bindType) || h, d = pe.event.special[h] || {}, u = pe.extend({ type: h, origType: g, data: i, handler: n, guid: n.guid, selector: o, needsContext: o && pe.expr.match.needsContext.test(o), namespace: p.join(".") }, r), (f = l[h]) || (f = l[h] = [], f.delegateCount = 0, d.setup && !1 !== d.setup.call(e, i, p, s) || e.addEventListener && e.addEventListener(h, s)), d.add && (d.add.call(e, u), u.handler.guid || (u.handler.guid = n.guid)), o ? f.splice(f.delegateCount++, 0, u) : f.push(u), pe.event.global[h] = !0) }, remove: function(e, t, n, i, o) { var r, s, a, l, c, u, d, f, h, p, g, m = $e.hasData(e) && $e.get(e); if (m && (l = m.events)) { for (c = (t = (t || "").match(De) || [""]).length; c--;) if (a = Ze.exec(t[c]) || [], h = g = a[1], p = (a[2] || "").split(".").sort(), h) { for (d = pe.event.special[h] || {}, f = l[h = (i ? d.delegateType : d.bindType) || h] || [], a = a[2] && new RegExp("(^|\\.)" + p.join("\\.(?:.*\\.|)") + "(\\.|$)"), s = r = f.length; r--;) u = f[r], !o && g !== u.origType || n && n.guid !== u.guid || a && !a.test(u.namespace) || i && i !== u.selector && ("**" !== i || !u.selector) || (f.splice(r, 1), u.selector && f.delegateCount--, d.remove && d.remove.call(e, u)); s && !f.length && (d.teardown && !1 !== d.teardown.call(e, p, m.handle) || pe.removeEvent(e, h, m.handle), delete l[h]) } else for (h in l) pe.event.remove(e, h + t[c], n, i, !0); pe.isEmptyObject(l) && $e.remove(e, "handle events") } }, dispatch: function(e) { var t, n, i, o, r, s, a = pe.event.fix(e), l = new Array(arguments.length), c = ($e.get(this, "events") || {})[a.type] || [], u = pe.event.special[a.type] || {}; for (l[0] = a, t = 1; t < arguments.length; t++) l[t] = arguments[t]; if (a.delegateTarget = this, !u.preDispatch || !1 !== u.preDispatch.call(this, a)) { for (s = pe.event.handlers.call(this, a, c), t = 0; (o = s[t++]) && !a.isPropagationStopped();) for (a.currentTarget = o.elem, n = 0; (r = o.handlers[n++]) && !a.isImmediatePropagationStopped();) a.rnamespace && !a.rnamespace.test(r.namespace) || (a.handleObj = r, a.data = r.data, void 0 !== (i = ((pe.event.special[r.origType] || {}).handle || r.handler).apply(o.elem, l)) && !1 === (a.result = i) && (a.preventDefault(), a.stopPropagation())); return u.postDispatch && u.postDispatch.call(this, a), a.result } }, handlers: function(e, t) { var n, i, o, r, s, a = [], l = t.delegateCount, c = e.target; if (l && c.nodeType && !("click" === e.type && e.button >= 1)) for (; c !== this; c = c.parentNode || this) if (1 === c.nodeType && ("click" !== e.type || !0 !== c.disabled)) { for (r = [], s = {}, n = 0; n < l; n++) i = t[n], o = i.selector + " ", void 0 === s[o] && (s[o] = i.needsContext ? pe(o, this).index(c) > -1 : pe.find(o, this, null, [c]).length), s[o] && r.push(i); r.length && a.push({ elem: c, handlers: r }) } return c = this, l < t.length && a.push({ elem: c, handlers: t.slice(l) }), a }, addProp: function(e, t) { Object.defineProperty(pe.Event.prototype, e, { enumerable: !0, configurable: !0, get: pe.isFunction(t) ? function() { if (this.originalEvent) return t(this.originalEvent) } : function() { if (this.originalEvent) return this.originalEvent[e] }, set: function(t) { Object.defineProperty(this, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) } }) }, fix: function(e) { return e[pe.expando] ? e : new pe.Event(e) }, special: { load: { noBubble: !0 }, focus: { trigger: function() { if (this !== _() && this.focus) return this.focus(), !1 }, delegateType: "focusin" }, blur: { trigger: function() { if (this === _() && this.blur) return this.blur(), !1 }, delegateType: "focusout" }, click: { trigger: function() { if ("checkbox" === this.type && this.click && o(this, "input")) return this.click(), !1 }, _default: function(e) { return o(e.target, "a") } }, beforeunload: { postDispatch: function(e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) } } } }, pe.removeEvent = function(e, t, n) { e.removeEventListener && e.removeEventListener(t, n) }, pe.Event = function(e, t) { return this instanceof pe.Event ? (e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? T : C, this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target, this.currentTarget = e.currentTarget, this.relatedTarget = e.relatedTarget) : this.type = e, t && pe.extend(this, t), this.timeStamp = e && e.timeStamp || pe.now(), void(this[pe.expando] = !0)) : new pe.Event(e, t) }, pe.Event.prototype = { constructor: pe.Event, isDefaultPrevented: C, isPropagationStopped: C, isImmediatePropagationStopped: C, isSimulated: !1, preventDefault: function() { var e = this.originalEvent; this.isDefaultPrevented = T, e && !this.isSimulated && e.preventDefault() }, stopPropagation: function() { var e = this.originalEvent; this.isPropagationStopped = T, e && !this.isSimulated && e.stopPropagation() }, stopImmediatePropagation: function() { var e = this.originalEvent; this.isImmediatePropagationStopped = T, e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation() } }, pe.each({ altKey: !0, bubbles: !0, cancelable: !0, changedTouches: !0, ctrlKey: !0, detail: !0, eventPhase: !0, metaKey: !0, pageX: !0, pageY: !0, shiftKey: !0, view: !0, char: !0, charCode: !0, key: !0, keyCode: !0, button: !0, buttons: !0, clientX: !0, clientY: !0, offsetX: !0, offsetY: !0, pointerId: !0, pointerType: !0, screenX: !0, screenY: !0, targetTouches: !0, toElement: !0, touches: !0, which: function(e) { var t = e.button; return null == e.which && Ke.test(e.type) ? null != e.charCode ? e.charCode : e.keyCode : !e.which && void 0 !== t && Qe.test(e.type) ? 1 & t ? 1 : 2 & t ? 3 : 4 & t ? 2 : 0 : e.which } }, pe.event.addProp), pe.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function(e, t) { pe.event.special[e] = { delegateType: t, bindType: t, handle: function(e) { var n, i = this, o = e.relatedTarget, r = e.handleObj; return o && (o === i || pe.contains(i, o)) || (e.type = r.origType, n = r.handler.apply(this, arguments), e.type = t), n } } }), pe.fn.extend({ on: function(e, t, n, i) { return E(this, e, t, n, i) }, one: function(e, t, n, i) { return E(this, e, t, n, i, 1) }, off: function(e, t, n) { var i, o; if (e && e.preventDefault && e.handleObj) return i = e.handleObj, pe(e.delegateTarget).off(i.namespace ? i.origType + "." + i.namespace : i.origType, i.selector, i.handler), this; if ("object" == typeof e) { for (o in e) this.off(o, t, e[o]); return this } return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = C), this.each(function() { pe.event.remove(this, e, n, t) }) } }); var Je = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, et = /\s*$/g; pe.extend({ htmlPrefilter: function(e) { return e.replace(Je, "<$1>") }, clone: function(e, t, n) { var i, o, r, s, a = e.cloneNode(!0), l = pe.contains(e.ownerDocument, e); if (!(fe.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || pe.isXMLDoc(e))) for (s = y(a), r = y(e), i = 0, o = r.length; i < o; i++) D(r[i], s[i]); if (t) if (n) for (r = r || y(e), s = s || y(a), i = 0, o = r.length; i < o; i++) A(r[i], s[i]); else A(e, a); return (s = y(a, "script")).length > 0 && b(s, !l && y(e, "script")), a }, cleanData: function(e) { for (var t, n, i, o = pe.event.special, r = 0; void 0 !== (n = e[r]); r++) if (Le(n)) { if (t = n[$e.expando]) { if (t.events) for (i in t.events) o[i] ? pe.event.remove(n, i) : pe.removeEvent(n, i, t.handle); n[$e.expando] = void 0 } n[He.expando] && (n[He.expando] = void 0) } } }), pe.fn.extend({ detach: function(e) { return I(this, e, !0) }, remove: function(e) { return I(this, e) }, text: function(e) { return Ne(this, function(e) { return void 0 === e ? pe.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 O(this, arguments, function(e) { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || S(this, e).appendChild(e) }) }, prepend: function() { return O(this, arguments, function(e) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var t = S(this, e); t.insertBefore(e, t.firstChild) } }) }, before: function() { return O(this, arguments, function(e) { this.parentNode && this.parentNode.insertBefore(e, this) }) }, after: function() { return O(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 && (pe.cleanData(y(e, !1)), e.textContent = ""); return this }, clone: function(e, t) { return e = null != e && e, t = null == t ? e : t, this.map(function() { return pe.clone(this, e, t) }) }, html: function(e) { return Ne(this, function(e) { var t = this[0] || {}, n = 0, i = this.length; if (void 0 === e && 1 === t.nodeType) return t.innerHTML; if ("string" == typeof e && !et.test(e) && !Xe[(Ue.exec(e) || ["", ""])[1].toLowerCase()]) { e = pe.htmlPrefilter(e); try { for (; n < i; n++) 1 === (t = this[n] || {}).nodeType && (pe.cleanData(y(t, !1)), t.innerHTML = e); t = 0 } catch (e) {} } t && this.empty().append(e) }, null, e, arguments.length) }, replaceWith: function() { var e = []; return O(this, arguments, function(t) { var n = this.parentNode; pe.inArray(this, e) < 0 && (pe.cleanData(y(this)), n && n.replaceChild(t, this)) }, e) } }), pe.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function(e, t) { pe.fn[e] = function(e) { for (var n, i = [], o = pe(e), r = o.length - 1, s = 0; s <= r; s++) n = s === r ? this : this.clone(!0), pe(o[s])[t](n), re.apply(i, n.get()); return this.pushStack(i) } }); var ot = /^margin/, rt = new RegExp("^(" + je + ")(?!px)[a-z%]+$", "i"), st = function(t) { var n = t.ownerDocument.defaultView; return n && n.opener || (n = e), n.getComputedStyle(t) }; ! function() { function t() { if (a) { a.style.cssText = "box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%", a.innerHTML = "", Ge.appendChild(s); var t = e.getComputedStyle(a); n = "1%" !== t.top, r = "2px" === t.marginLeft, i = "4px" === t.width, a.style.marginRight = "50%", o = "4px" === t.marginRight, Ge.removeChild(s), a = null } } var n, i, o, r, s = te.createElement("div"), a = te.createElement("div"); a.style && (a.style.backgroundClip = "content-box", a.cloneNode(!0).style.backgroundClip = "", fe.clearCloneStyle = "content-box" === a.style.backgroundClip, s.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute", s.appendChild(a), pe.extend(fe, { pixelPosition: function() { return t(), n }, boxSizingReliable: function() { return t(), i }, pixelMarginRight: function() { return t(), o }, reliableMarginLeft: function() { return t(), r } })) }(); var at = /^(none|table(?!-c[ea]).+)/, lt = /^--/, ct = { position: "absolute", visibility: "hidden", display: "block" }, ut = { letterSpacing: "0", fontWeight: "400" }, dt = ["Webkit", "Moz", "ms"], ft = te.createElement("div").style; pe.extend({ cssHooks: { opacity: { get: function(e, t) { if (t) { var n = N(e, "opacity"); return "" === n ? "1" : n } } } }, 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: { float: "cssFloat" }, style: function(e, t, n, i) { if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { var o, r, s, a = pe.camelCase(t), l = lt.test(t), c = e.style; return l || (t = H(a)), s = pe.cssHooks[t] || pe.cssHooks[a], void 0 === n ? s && "get" in s && void 0 !== (o = s.get(e, !1, i)) ? o : c[t] : ("string" === (r = typeof n) && (o = Me.exec(n)) && o[1] && (n = g(e, t, o), r = "number"), void(null != n && n === n && ("number" === r && (n += o && o[3] || (pe.cssNumber[a] ? "" : "px")), fe.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (c[t] = "inherit"), s && "set" in s && void 0 === (n = s.set(e, n, i)) || (l ? c.setProperty(t, n) : c[t] = n)))) } }, css: function(e, t, n, i) { var o, r, s, a = pe.camelCase(t); return lt.test(t) || (t = H(a)), (s = pe.cssHooks[t] || pe.cssHooks[a]) && "get" in s && (o = s.get(e, !0, n)), void 0 === o && (o = N(e, t, i)), "normal" === o && t in ut && (o = ut[t]), "" === n || n ? (r = parseFloat(o), !0 === n || isFinite(r) ? r || 0 : o) : o } }), pe.each(["height", "width"], function(e, t) { pe.cssHooks[t] = { get: function(e, n, i) { if (n) return !at.test(pe.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? j(e, t, i) : qe(e, ct, function() { return j(e, t, i) }) }, set: function(e, n, i) { var o, r = i && st(e), s = i && P(e, t, i, "border-box" === pe.css(e, "boxSizing", !1, r), r); return s && (o = Me.exec(n)) && "px" !== (o[3] || "px") && (e.style[t] = n, n = pe.css(e, t)), F(0, n, s) } } }), pe.cssHooks.marginLeft = L(fe.reliableMarginLeft, function(e, t) { if (t) return (parseFloat(N(e, "marginLeft")) || e.getBoundingClientRect().left - qe(e, { marginLeft: 0 }, function() { return e.getBoundingClientRect().left })) + "px" }), pe.each({ margin: "", padding: "", border: "Width" }, function(e, t) { pe.cssHooks[e + t] = { expand: function(n) { for (var i = 0, o = {}, r = "string" == typeof n ? n.split(" ") : [n]; i < 4; i++) o[e + Re[i] + t] = r[i] || r[i - 2] || r[0]; return o } }, ot.test(e) || (pe.cssHooks[e + t].set = F) }), pe.fn.extend({ css: function(e, t) { return Ne(this, function(e, t, n) { var i, o, r = {}, s = 0; if (Array.isArray(t)) { for (i = st(e), o = t.length; s < o; s++) r[t[s]] = pe.css(e, t[s], !1, i); return r } return void 0 !== n ? pe.style(e, t, n) : pe.css(e, t) }, e, t, arguments.length > 1) } }), pe.Tween = M, M.prototype = { constructor: M, init: function(e, t, n, i, o, r) { this.elem = e, this.prop = n, this.easing = o || pe.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = i, this.unit = r || (pe.cssNumber[n] ? "" : "px") }, cur: function() { var e = M.propHooks[this.prop]; return e && e.get ? e.get(this) : M.propHooks._default.get(this) }, run: function(e) { var t, n = M.propHooks[this.prop]; return this.options.duration ? this.pos = t = pe.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) : M.propHooks._default.set(this), this } }, M.prototype.init.prototype = M.prototype, M.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 = pe.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0 }, set: function(e) { pe.fx.step[e.prop] ? pe.fx.step[e.prop](e) : 1 !== e.elem.nodeType || null == e.elem.style[pe.cssProps[e.prop]] && !pe.cssHooks[e.prop] ? e.elem[e.prop] = e.now : pe.style(e.elem, e.prop, e.now + e.unit) } } }, M.propHooks.scrollTop = M.propHooks.scrollLeft = { set: function(e) { e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) } }, pe.easing = { linear: function(e) { return e }, swing: function(e) { return .5 - Math.cos(e * Math.PI) / 2 }, _default: "swing" }, pe.fx = M.prototype.init, pe.fx.step = {}; var ht, pt, gt = /^(?:toggle|show|hide)$/, mt = /queueHooks$/; pe.Animation = pe.extend(U, { tweeners: { "*": [function(e, t) { var n = this.createTween(e, t); return g(n.elem, e, Me.exec(t), n), n }] }, tweener: function(e, t) { pe.isFunction(e) ? (t = e, e = ["*"]) : e = e.match(De); for (var n, i = 0, o = e.length; i < o; i++) n = e[i], U.tweeners[n] = U.tweeners[n] || [], U.tweeners[n].unshift(t) }, prefilters: [function(e, t, n) { var i, o, r, s, a, l, c, u, d = "width" in t || "height" in t, f = this, h = {}, p = e.style, g = e.nodeType && We(e), m = $e.get(e, "fxshow"); n.queue || (null == (s = pe._queueHooks(e, "fx")).unqueued && (s.unqueued = 0, a = s.empty.fire, s.empty.fire = function() { s.unqueued || a() }), s.unqueued++, f.always(function() { f.always(function() { s.unqueued--, pe.queue(e, "fx").length || s.empty.fire() }) })); for (i in t) if (o = t[i], gt.test(o)) { if (delete t[i], r = r || "toggle" === o, o === (g ? "hide" : "show")) { if ("show" !== o || !m || void 0 === m[i]) continue; g = !0 } h[i] = m && m[i] || pe.style(e, i) } if ((l = !pe.isEmptyObject(t)) || !pe.isEmptyObject(h)) { d && 1 === e.nodeType && (n.overflow = [p.overflow, p.overflowX, p.overflowY], null == (c = m && m.display) && (c = $e.get(e, "display")), "none" === (u = pe.css(e, "display")) && (c ? u = c : (v([e], !0), c = e.style.display || c, u = pe.css(e, "display"), v([e]))), ("inline" === u || "inline-block" === u && null != c) && "none" === pe.css(e, "float") && (l || (f.done(function() { p.display = c }), null == c && (u = p.display, c = "none" === u ? "" : u)), p.display = "inline-block")), n.overflow && (p.overflow = "hidden", f.always(function() { p.overflow = n.overflow[0], p.overflowX = n.overflow[1], p.overflowY = n.overflow[2] })), l = !1; for (i in h) l || (m ? "hidden" in m && (g = m.hidden) : m = $e.access(e, "fxshow", { display: c }), r && (m.hidden = !g), g && v([e], !0), f.done(function() { g || v([e]), $e.remove(e, "fxshow"); for (i in h) pe.style(e, i, h[i]) })), l = z(g ? m[i] : 0, i, f), i in m || (m[i] = l.start, g && (l.end = l.start, l.start = 0)) } }], prefilter: function(e, t) { t ? U.prefilters.unshift(e) : U.prefilters.push(e) } }), pe.speed = function(e, t, n) { var i = e && "object" == typeof e ? pe.extend({}, e) : { complete: n || !n && t || pe.isFunction(e) && e, duration: e, easing: n && t || t && !pe.isFunction(t) && t }; return pe.fx.off ? i.duration = 0 : "number" != typeof i.duration && (i.duration in pe.fx.speeds ? i.duration = pe.fx.speeds[i.duration] : i.duration = pe.fx.speeds._default), null != i.queue && !0 !== i.queue || (i.queue = "fx"), i.old = i.complete, i.complete = function() { pe.isFunction(i.old) && i.old.call(this), i.queue && pe.dequeue(this, i.queue) }, i }, pe.fn.extend({ fadeTo: function(e, t, n, i) { return this.filter(We).css("opacity", 0).show().end().animate({ opacity: t }, e, n, i) }, animate: function(e, t, n, i) { var o = pe.isEmptyObject(e), r = pe.speed(t, n, i), s = function() { var t = U(this, pe.extend({}, e), r); (o || $e.get(this, "finish")) && t.stop(!0) }; return s.finish = s, o || !1 === r.queue ? this.each(s) : this.queue(r.queue, s) }, stop: function(e, t, n) { var i = function(e) { var t = e.stop; delete e.stop, t(n) }; return "string" != typeof e && (n = t, t = e, e = void 0), t && !1 !== e && this.queue(e || "fx", []), this.each(function() { var t = !0, o = null != e && e + "queueHooks", r = pe.timers, s = $e.get(this); if (o) s[o] && s[o].stop && i(s[o]); else for (o in s) s[o] && s[o].stop && mt.test(o) && i(s[o]); for (o = r.length; o--;) r[o].elem !== this || null != e && r[o].queue !== e || (r[o].anim.stop(n), t = !1, r.splice(o, 1)); !t && n || pe.dequeue(this, e) }) }, finish: function(e) { return !1 !== e && (e = e || "fx"), this.each(function() { var t, n = $e.get(this), i = n[e + "queue"], o = n[e + "queueHooks"], r = pe.timers, s = i ? i.length : 0; for (n.finish = !0, pe.queue(this, e, []), o && o.stop && o.stop.call(this, !0), t = r.length; t--;) r[t].elem === this && r[t].queue === e && (r[t].anim.stop(!0), r.splice(t, 1)); for (t = 0; t < s; t++) i[t] && i[t].finish && i[t].finish.call(this); delete n.finish }) } }), pe.each(["toggle", "show", "hide"], function(e, t) { var n = pe.fn[t]; pe.fn[t] = function(e, i, o) { return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(q(t, !0), e, i, o) } }), pe.each({ slideDown: q("show"), slideUp: q("hide"), slideToggle: q("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function(e, t) { pe.fn[e] = function(e, n, i) { return this.animate(t, e, n, i) } }), pe.timers = [], pe.fx.tick = function() { var e, t = 0, n = pe.timers; for (ht = pe.now(); t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1); n.length || pe.fx.stop(), ht = void 0 }, pe.fx.timer = function(e) { pe.timers.push(e), pe.fx.start() }, pe.fx.interval = 13, pe.fx.start = function() { pt || (pt = !0, R()) }, pe.fx.stop = function() { pt = null }, pe.fx.speeds = { slow: 600, fast: 200, _default: 400 }, pe.fn.delay = function(t, n) { return t = pe.fx ? pe.fx.speeds[t] || t : t, n = n || "fx", this.queue(n, function(n, i) { var o = e.setTimeout(n, t); i.stop = function() { e.clearTimeout(o) } }) }, function() { var e = te.createElement("input"), t = te.createElement("select").appendChild(te.createElement("option")); e.type = "checkbox", fe.checkOn = "" !== e.value, fe.optSelected = t.selected, (e = te.createElement("input")).value = "t", e.type = "radio", fe.radioValue = "t" === e.value }(); var vt, yt = pe.expr.attrHandle; pe.fn.extend({ attr: function(e, t) { return Ne(this, pe.attr, e, t, arguments.length > 1) }, removeAttr: function(e) { return this.each(function() { pe.removeAttr(this, e) }) } }), pe.extend({ attr: function(e, t, n) { var i, o, r = e.nodeType; if (3 !== r && 8 !== r && 2 !== r) return void 0 === e.getAttribute ? pe.prop(e, t, n) : (1 === r && pe.isXMLDoc(e) || (o = pe.attrHooks[t.toLowerCase()] || (pe.expr.match.bool.test(t) ? vt : void 0)), void 0 !== n ? null === n ? void pe.removeAttr(e, t) : o && "set" in o && void 0 !== (i = o.set(e, n, t)) ? i : (e.setAttribute(t, n + ""), n) : o && "get" in o && null !== (i = o.get(e, t)) ? i : null == (i = pe.find.attr(e, t)) ? void 0 : i) }, attrHooks: { type: { set: function(e, t) { if (!fe.radioValue && "radio" === t && o(e, "input")) { var n = e.value; return e.setAttribute("type", t), n && (e.value = n), t } } } }, removeAttr: function(e, t) { var n, i = 0, o = t && t.match(De); if (o && 1 === e.nodeType) for (; n = o[i++];) e.removeAttribute(n) } }), vt = { set: function(e, t, n) { return !1 === t ? pe.removeAttr(e, n) : e.setAttribute(n, n), n } }, pe.each(pe.expr.match.bool.source.match(/\w+/g), function(e, t) { var n = yt[t] || pe.find.attr; yt[t] = function(e, t, i) { var o, r, s = t.toLowerCase(); return i || (r = yt[s], yt[s] = o, o = null != n(e, t, i) ? s : null, yt[s] = r), o } }); var bt = /^(?:input|select|textarea|button)$/i, wt = /^(?:a|area)$/i; pe.fn.extend({ prop: function(e, t) { return Ne(this, pe.prop, e, t, arguments.length > 1) }, removeProp: function(e) { return this.each(function() { delete this[pe.propFix[e] || e] }) } }), pe.extend({ prop: function(e, t, n) { var i, o, r = e.nodeType; if (3 !== r && 8 !== r && 2 !== r) return 1 === r && pe.isXMLDoc(e) || (t = pe.propFix[t] || t, o = pe.propHooks[t]), void 0 !== n ? o && "set" in o && void 0 !== (i = o.set(e, n, t)) ? i : e[t] = n : o && "get" in o && null !== (i = o.get(e, t)) ? i : e[t] }, propHooks: { tabIndex: { get: function(e) { var t = pe.find.attr(e, "tabindex"); return t ? parseInt(t, 10) : bt.test(e.nodeName) || wt.test(e.nodeName) && e.href ? 0 : -1 } } }, propFix: { for: "htmlFor", class: "className" } }), fe.optSelected || (pe.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) } }), pe.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function() { pe.propFix[this.toLowerCase()] = this }), pe.fn.extend({ addClass: function(e) { var t, n, i, o, r, s, a, l = 0; if (pe.isFunction(e)) return this.each(function(t) { pe(this).addClass(e.call(this, t, X(this))) }); if ("string" == typeof e && e) for (t = e.match(De) || []; n = this[l++];) if (o = X(n), i = 1 === n.nodeType && " " + V(o) + " ") { for (s = 0; r = t[s++];) i.indexOf(" " + r + " ") < 0 && (i += r + " "); o !== (a = V(i)) && n.setAttribute("class", a) } return this }, removeClass: function(e) { var t, n, i, o, r, s, a, l = 0; if (pe.isFunction(e)) return this.each(function(t) { pe(this).removeClass(e.call(this, t, X(this))) }); if (!arguments.length) return this.attr("class", ""); if ("string" == typeof e && e) for (t = e.match(De) || []; n = this[l++];) if (o = X(n), i = 1 === n.nodeType && " " + V(o) + " ") { for (s = 0; r = t[s++];) for (; i.indexOf(" " + r + " ") > -1;) i = i.replace(" " + r + " ", " "); o !== (a = V(i)) && n.setAttribute("class", a) } return this }, toggleClass: function(e, t) { var n = typeof e; return "boolean" == typeof t && "string" === n ? t ? this.addClass(e) : this.removeClass(e) : pe.isFunction(e) ? this.each(function(n) { pe(this).toggleClass(e.call(this, n, X(this), t), t) }) : this.each(function() { var t, i, o, r; if ("string" === n) for (i = 0, o = pe(this), r = e.match(De) || []; t = r[i++];) o.hasClass(t) ? o.removeClass(t) : o.addClass(t); else void 0 !== e && "boolean" !== n || ((t = X(this)) && $e.set(this, "__className__", t), this.setAttribute && this.setAttribute("class", t || !1 === e ? "" : $e.get(this, "__className__") || "")) }) }, hasClass: function(e) { var t, n, i = 0; for (t = " " + e + " "; n = this[i++];) if (1 === n.nodeType && (" " + V(X(n)) + " ").indexOf(t) > -1) return !0; return !1 } }); var Tt = /\r/g; pe.fn.extend({ val: function(e) { var t, n, i, o = this[0]; return arguments.length ? (i = pe.isFunction(e), this.each(function(n) { var o; 1 === this.nodeType && (null == (o = i ? e.call(this, n, pe(this).val()) : e) ? o = "" : "number" == typeof o ? o += "" : Array.isArray(o) && (o = pe.map(o, function(e) { return null == e ? "" : e + "" })), (t = pe.valHooks[this.type] || pe.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, o, "value") || (this.value = o)) })) : o ? (t = pe.valHooks[o.type] || pe.valHooks[o.nodeName.toLowerCase()]) && "get" in t && void 0 !== (n = t.get(o, "value")) ? n : "string" == typeof(n = o.value) ? n.replace(Tt, "") : null == n ? "" : n : void 0 } }), pe.extend({ valHooks: { option: { get: function(e) { var t = pe.find.attr(e, "value"); return null != t ? t : V(pe.text(e)) } }, select: { get: function(e) { var t, n, i, r = e.options, s = e.selectedIndex, a = "select-one" === e.type, l = a ? null : [], c = a ? s + 1 : r.length; for (i = s < 0 ? c : a ? s : 0; i < c; i++) if (((n = r[i]).selected || i === s) && !n.disabled && (!n.parentNode.disabled || !o(n.parentNode, "optgroup"))) { if (t = pe(n).val(), a) return t; l.push(t) } return l }, set: function(e, t) { for (var n, i, o = e.options, r = pe.makeArray(t), s = o.length; s--;) i = o[s], (i.selected = pe.inArray(pe.valHooks.option.get(i), r) > -1) && (n = !0); return n || (e.selectedIndex = -1), r } } } }), pe.each(["radio", "checkbox"], function() { pe.valHooks[this] = { set: function(e, t) { if (Array.isArray(t)) return e.checked = pe.inArray(pe(e).val(), t) > -1 } }, fe.checkOn || (pe.valHooks[this].get = function(e) { return null === e.getAttribute("value") ? "on" : e.value }) }); var Ct = /^(?:focusinfocus|focusoutblur)$/; pe.extend(pe.event, { trigger: function(t, n, i, o) { var r, s, a, l, c, u, d, f = [i || te], h = ce.call(t, "type") ? t.type : t, p = ce.call(t, "namespace") ? t.namespace.split(".") : []; if (s = a = i = i || te, 3 !== i.nodeType && 8 !== i.nodeType && !Ct.test(h + pe.event.triggered) && (h.indexOf(".") > -1 && (p = h.split("."), h = p.shift(), p.sort()), c = h.indexOf(":") < 0 && "on" + h, t = t[pe.expando] ? t : new pe.Event(h, "object" == typeof t && t), t.isTrigger = o ? 2 : 3, t.namespace = p.join("."), t.rnamespace = t.namespace ? new RegExp("(^|\\.)" + p.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, t.result = void 0, t.target || (t.target = i), n = null == n ? [t] : pe.makeArray(n, [t]), d = pe.event.special[h] || {}, o || !d.trigger || !1 !== d.trigger.apply(i, n))) { if (!o && !d.noBubble && !pe.isWindow(i)) { for (l = d.delegateType || h, Ct.test(l + h) || (s = s.parentNode); s; s = s.parentNode) f.push(s), a = s; a === (i.ownerDocument || te) && f.push(a.defaultView || a.parentWindow || e) } for (r = 0; (s = f[r++]) && !t.isPropagationStopped();) t.type = r > 1 ? l : d.bindType || h, (u = ($e.get(s, "events") || {})[t.type] && $e.get(s, "handle")) && u.apply(s, n), (u = c && s[c]) && u.apply && Le(s) && (t.result = u.apply(s, n), !1 === t.result && t.preventDefault()); return t.type = h, o || t.isDefaultPrevented() || d._default && !1 !== d._default.apply(f.pop(), n) || !Le(i) || c && pe.isFunction(i[h]) && !pe.isWindow(i) && ((a = i[c]) && (i[c] = null), pe.event.triggered = h, i[h](), pe.event.triggered = void 0, a && (i[c] = a)), t.result } }, simulate: function(e, t, n) { var i = pe.extend(new pe.Event, n, { type: e, isSimulated: !0 }); pe.event.trigger(i, null, t) } }), pe.fn.extend({ trigger: function(e, t) { return this.each(function() { pe.event.trigger(e, t, this) }) }, triggerHandler: function(e, t) { var n = this[0]; if (n) return pe.event.trigger(e, t, n, !0) } }), pe.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "), function(e, t) { pe.fn[t] = function(e, n) { return arguments.length > 0 ? this.on(t, null, e, n) : this.trigger(t) } }), pe.fn.extend({ hover: function(e, t) { return this.mouseenter(e).mouseleave(t || e) } }), fe.focusin = "onfocusin" in e, fe.focusin || pe.each({ focus: "focusin", blur: "focusout" }, function(e, t) { var n = function(e) { pe.event.simulate(t, e.target, pe.event.fix(e)) }; pe.event.special[t] = { setup: function() { var i = this.ownerDocument || this, o = $e.access(i, t); o || i.addEventListener(e, n, !0), $e.access(i, t, (o || 0) + 1) }, teardown: function() { var i = this.ownerDocument || this, o = $e.access(i, t) - 1; o ? $e.access(i, t, o) : (i.removeEventListener(e, n, !0), $e.remove(i, t)) } } }); var _t = e.location, Et = pe.now(), St = /\?/; pe.parseXML = function(t) { var n; if (!t || "string" != typeof t) return null; try { n = (new e.DOMParser).parseFromString(t, "text/xml") } catch (e) { n = void 0 } return n && !n.getElementsByTagName("parsererror").length || pe.error("Invalid XML: " + t), n }; var kt = /\[\]$/, xt = /\r?\n/g, At = /^(?:submit|button|image|reset|file)$/i, Dt = /^(?:input|select|textarea|keygen)/i; pe.param = function(e, t) { var n, i = [], o = function(e, t) { var n = pe.isFunction(t) ? t() : t; i[i.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) }; if (Array.isArray(e) || e.jquery && !pe.isPlainObject(e)) pe.each(e, function() { o(this.name, this.value) }); else for (n in e) Y(n, e[n], t, o); return i.join("&") }, pe.fn.extend({ serialize: function() { return pe.param(this.serializeArray()) }, serializeArray: function() { return this.map(function() { var e = pe.prop(this, "elements"); return e ? pe.makeArray(e) : this }).filter(function() { var e = this.type; return this.name && !pe(this).is(":disabled") && Dt.test(this.nodeName) && !At.test(e) && (this.checked || !Be.test(e)) }).map(function(e, t) { var n = pe(this).val(); return null == n ? null : Array.isArray(n) ? pe.map(n, function(e) { return { name: t.name, value: e.replace(xt, "\r\n") } }) : { name: t.name, value: n.replace(xt, "\r\n") } }).get() } }); var Ot = /%20/g, It = /#.*$/, Nt = /([?&])_=[^&]*/, Lt = /^(.*?):[ \t]*([^\r\n]*)$/gm, $t = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, Ht = /^(?:GET|HEAD)$/, Ft = /^\/\//, Pt = {}, jt = {}, Mt = "*/".concat("*"), Rt = te.createElement("a"); Rt.href = _t.href, pe.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: _t.href, type: "GET", isLocal: $t.test(_t.protocol), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": Mt, 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": pe.parseXML }, flatOptions: { url: !0, context: !0 } }, ajaxSetup: function(e, t) { return t ? Q(Q(e, pe.ajaxSettings), t) : Q(pe.ajaxSettings, e) }, ajaxPrefilter: G(Pt), ajaxTransport: G(jt), ajax: function(t, n) { function i(t, n, i, a) { var c, f, h, w, T, C = n; u || (u = !0, l && e.clearTimeout(l), o = void 0, s = a || "", _.readyState = t > 0 ? 4 : 0, c = t >= 200 && t < 300 || 304 === t, i && (w = Z(p, _, i)), w = J(p, w, _, c), c ? (p.ifModified && ((T = _.getResponseHeader("Last-Modified")) && (pe.lastModified[r] = T), (T = _.getResponseHeader("etag")) && (pe.etag[r] = T)), 204 === t || "HEAD" === p.type ? C = "nocontent" : 304 === t ? C = "notmodified" : (C = w.state, f = w.data, h = w.error, c = !h)) : (h = C, !t && C || (C = "error", t < 0 && (t = 0))), _.status = t, _.statusText = (n || C) + "", c ? v.resolveWith(g, [f, C, _]) : v.rejectWith(g, [_, C, h]), _.statusCode(b), b = void 0, d && m.trigger(c ? "ajaxSuccess" : "ajaxError", [_, p, c ? f : h]), y.fireWith(g, [_, C]), d && (m.trigger("ajaxComplete", [_, p]), --pe.active || pe.event.trigger("ajaxStop"))) } "object" == typeof t && (n = t, t = void 0), n = n || {}; var o, r, s, a, l, c, u, d, f, h, p = pe.ajaxSetup({}, n), g = p.context || p, m = p.context && (g.nodeType || g.jquery) ? pe(g) : pe.event, v = pe.Deferred(), y = pe.Callbacks("once memory"), b = p.statusCode || {}, w = {}, T = {}, C = "canceled", _ = { readyState: 0, getResponseHeader: function(e) { var t; if (u) { if (!a) for (a = {}; t = Lt.exec(s);) a[t[1].toLowerCase()] = t[2]; t = a[e.toLowerCase()] } return null == t ? null : t }, getAllResponseHeaders: function() { return u ? s : null }, setRequestHeader: function(e, t) { return null == u && (e = T[e.toLowerCase()] = T[e.toLowerCase()] || e, w[e] = t), this }, overrideMimeType: function(e) { return null == u && (p.mimeType = e), this }, statusCode: function(e) { var t; if (e) if (u) _.always(e[_.status]); else for (t in e) b[t] = [b[t], e[t]]; return this }, abort: function(e) { var t = e || C; return o && o.abort(t), i(0, t), this } }; if (v.promise(_), p.url = ((t || p.url || _t.href) + "").replace(Ft, _t.protocol + "//"), p.type = n.method || n.type || p.method || p.type, p.dataTypes = (p.dataType || "*").toLowerCase().match(De) || [""], null == p.crossDomain) { c = te.createElement("a"); try { c.href = p.url, c.href = c.href, p.crossDomain = Rt.protocol + "//" + Rt.host != c.protocol + "//" + c.host } catch (e) { p.crossDomain = !0 } } if (p.data && p.processData && "string" != typeof p.data && (p.data = pe.param(p.data, p.traditional)), K(Pt, p, n, _), u) return _; (d = pe.event && p.global) && 0 == pe.active++ && pe.event.trigger("ajaxStart"), p.type = p.type.toUpperCase(), p.hasContent = !Ht.test(p.type), r = p.url.replace(It, ""), p.hasContent ? p.data && p.processData && 0 === (p.contentType || "").indexOf("application/x-www-form-urlencoded") && (p.data = p.data.replace(Ot, "+")) : (h = p.url.slice(r.length), p.data && (r += (St.test(r) ? "&" : "?") + p.data, delete p.data), !1 === p.cache && (r = r.replace(Nt, "$1"), h = (St.test(r) ? "&" : "?") + "_=" + Et++ + h), p.url = r + h), p.ifModified && (pe.lastModified[r] && _.setRequestHeader("If-Modified-Since", pe.lastModified[r]), pe.etag[r] && _.setRequestHeader("If-None-Match", pe.etag[r])), (p.data && p.hasContent && !1 !== p.contentType || n.contentType) && _.setRequestHeader("Content-Type", p.contentType), _.setRequestHeader("Accept", p.dataTypes[0] && p.accepts[p.dataTypes[0]] ? p.accepts[p.dataTypes[0]] + ("*" !== p.dataTypes[0] ? ", " + Mt + "; q=0.01" : "") : p.accepts["*"]); for (f in p.headers) _.setRequestHeader(f, p.headers[f]); if (p.beforeSend && (!1 === p.beforeSend.call(g, _, p) || u)) return _.abort(); if (C = "abort", y.add(p.complete), _.done(p.success), _.fail(p.error), o = K(jt, p, n, _)) { if (_.readyState = 1, d && m.trigger("ajaxSend", [_, p]), u) return _; p.async && p.timeout > 0 && (l = e.setTimeout(function() { _.abort("timeout") }, p.timeout)); try { u = !1, o.send(w, i) } catch (e) { if (u) throw e; i(-1, e) } } else i(-1, "No Transport"); return _ }, getJSON: function(e, t, n) { return pe.get(e, t, n, "json") }, getScript: function(e, t) { return pe.get(e, void 0, t, "script") } }), pe.each(["get", "post"], function(e, t) { pe[t] = function(e, n, i, o) { return pe.isFunction(n) && (o = o || i, i = n, n = void 0), pe.ajax(pe.extend({ url: e, type: t, dataType: o, data: n, success: i }, pe.isPlainObject(e) && e)) } }), pe._evalUrl = function(e) { return pe.ajax({ url: e, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, throws: !0 }) }, pe.fn.extend({ wrapAll: function(e) { var t; return this[0] && (pe.isFunction(e) && (e = e.call(this[0])), t = pe(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 pe.isFunction(e) ? this.each(function(t) { pe(this).wrapInner(e.call(this, t)) }) : this.each(function() { var t = pe(this), n = t.contents(); n.length ? n.wrapAll(e) : t.append(e) }) }, wrap: function(e) { var t = pe.isFunction(e); return this.each(function(n) { pe(this).wrapAll(t ? e.call(this, n) : e) }) }, unwrap: function(e) { return this.parent(e).not("body").each(function() { pe(this).replaceWith(this.childNodes) }), this } }), pe.expr.pseudos.hidden = function(e) { return !pe.expr.pseudos.visible(e) }, pe.expr.pseudos.visible = function(e) { return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) }, pe.ajaxSettings.xhr = function() { try { return new e.XMLHttpRequest } catch (e) {} }; var Wt = { 0: 200, 1223: 204 }, qt = pe.ajaxSettings.xhr(); fe.cors = !!qt && "withCredentials" in qt, fe.ajax = qt = !!qt, pe.ajaxTransport(function(t) { var n, i; if (fe.cors || qt && !t.crossDomain) return { send: function(o, r) { var s, a = t.xhr(); if (a.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields) for (s in t.xhrFields) a[s] = t.xhrFields[s]; t.mimeType && a.overrideMimeType && a.overrideMimeType(t.mimeType), t.crossDomain || o["X-Requested-With"] || (o["X-Requested-With"] = "XMLHttpRequest"); for (s in o) a.setRequestHeader(s, o[s]); n = function(e) { return function() { n && (n = i = a.onload = a.onerror = a.onabort = a.onreadystatechange = null, "abort" === e ? a.abort() : "error" === e ? "number" != typeof a.status ? r(0, "error") : r(a.status, a.statusText) : r(Wt[a.status] || a.status, a.statusText, "text" !== (a.responseType || "text") || "string" != typeof a.responseText ? { binary: a.response } : { text: a.responseText }, a.getAllResponseHeaders())) } }, a.onload = n(), i = a.onerror = n("error"), void 0 !== a.onabort ? a.onabort = i : a.onreadystatechange = function() { 4 === a.readyState && e.setTimeout(function() { n && i() }) }, n = n("abort"); try { a.send(t.hasContent && t.data || null) } catch (e) { if (n) throw e } }, abort: function() { n && n() } } }), pe.ajaxPrefilter(function(e) { e.crossDomain && (e.contents.script = !1) }), pe.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 pe.globalEval(e), e } } }), pe.ajaxPrefilter("script", function(e) { void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET") }), pe.ajaxTransport("script", function(e) { if (e.crossDomain) { var t, n; return { send: function(i, o) { t = pe("