function canUseWebP() { var e = document.createElement("canvas"); return !!(e.getContext && e.getContext("2d")) && 0 == e.toDataURL("image/webp").indexOf("data:image/webp") } var hasWebP = canUseWebP(); if (!0 == hasWebP) var src_img = "data-webp"; else var src_img = "data-src"; function initRating() { var e = $(".rating-container"), t = e.find(".rate-like, .rate-dislike"); t.click(function(n) { n.preventDefault(); var r = $(this), i = parseInt(r.attr("data-vote")) || 0, o = r.attr("data-video-id"); o && utilitiesAjaxRequest(r, { action: "rate", video_id: o, vote: i }, function(n) { "success" == n.status ? (t.addClass("disabled"), r.removeClass("disabled").addClass("voted"), e.find(".voters").html(e.find(".voters").attr("data-success"))) : (t.addClass("disabled"), e.find(".voters").html(e.find(".voters").attr("data-error"))) }) }) }! 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 Error("jQuery requires a window with a document"); return t(e) } : t(e) }("undefined" != typeof window ? window : this, function(e, t) { "use strict"; var n = [], r = Object.getPrototypeOf, i = n.slice, o = n.flat ? function(e) { return n.flat.call(e) } : function(e) { return n.concat.apply([], e) }, a = n.push, s = n.indexOf, u = {}, l = u.toString, c = u.hasOwnProperty, f = c.toString, d = f.call(Object), p = {}, h = function(e) { return "function" == typeof e && "number" != typeof e.nodeType }, g = function(e) { return null != e && e === e.window }, v = e.document, m = { type: !0, src: !0, nonce: !0, noModule: !0 }; function y(e, t, n) { var r, i, o = (n = n || v).createElement("script"); if (o.text = e, t) for (r in m)(i = t[r] || t.getAttribute && t.getAttribute(r)) && o.setAttribute(r, i); n.head.appendChild(o).parentNode.removeChild(o) } function x(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u[l.call(e)] || "object" : typeof e } var b = "3.5.1", _ = function(e, t) { return new _.fn.init(e, t) }; function C(e) { var t = !!e && "length" in e && e.length, n = x(e); return !h(e) && !g(e) && ("array" === n || 0 === t || "number" == typeof t && 0 < t && t - 1 in e) } _.fn = _.prototype = { jquery: b, constructor: _, length: 0, toArray: function() { return i.call(this) }, get: function(e) { return null == e ? i.call(this) : e < 0 ? this[e + this.length] : this[e] }, pushStack: function(e) { var t = _.merge(this.constructor(), e); return t.prevObject = this, t }, each: function(e) { return _.each(this, e) }, map: function(e) { return this.pushStack(_.map(this, function(t, n) { return e.call(t, n, t) })) }, slice: function() { return this.pushStack(i.apply(this, arguments)) }, first: function() { return this.eq(0) }, last: function() { return this.eq(-1) }, even: function() { return this.pushStack(_.grep(this, function(e, t) { return (t + 1) % 2 })) }, odd: function() { return this.pushStack(_.grep(this, function(e, t) { return t % 2 })) }, eq: function(e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushStack(0 <= n && n < t ? [this[n]] : []) }, end: function() { return this.prevObject || this.constructor() }, push: a, sort: n.sort, splice: n.splice }, _.extend = _.fn.extend = function() { var e, t, n, r, i, o, a = arguments[0] || {}, s = 1, u = arguments.length, l = !1; for ("boolean" == typeof a && (l = a, a = arguments[s] || {}, s++), "object" == typeof a || h(a) || (a = {}), s === u && (a = this, s--); s < u; s++) if (null != (e = arguments[s])) for (t in e) r = e[t], "__proto__" !== t && a !== r && (l && r && (_.isPlainObject(r) || (i = Array.isArray(r))) ? (n = a[t], o = i && !Array.isArray(n) ? [] : i || _.isPlainObject(n) ? n : {}, i = !1, a[t] = _.extend(l, o, r)) : void 0 !== r && (a[t] = r)); return a }, _.extend({ expando: "jQuery" + (b + Math.random()).replace(/\D/g, ""), isReady: !0, error: function(e) { throw Error(e) }, noop: function() {}, isPlainObject: function(e) { var t, n; return !(!e || "[object Object]" !== l.call(e) || (t = r(e)) && ("function" != typeof(n = c.call(t, "constructor") && t.constructor) || f.call(n) !== d)) }, isEmptyObject: function(e) { var t; for (t in e) return !1; return !0 }, globalEval: function(e, t, n) { y(e, { nonce: t && t.nonce }, n) }, each: function(e, t) { var n, r = 0; if (C(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++); else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e }, makeArray: function(e, t) { var n = t || []; return null != e && (C(Object(e)) ? _.merge(n, "string" == typeof e ? [e] : e) : a.call(n, e)), n }, inArray: function(e, t, n) { return null == t ? -1 : s.call(t, e, n) }, merge: function(e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++) e[i++] = t[r]; return e.length = i, e }, grep: function(e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) !== a && r.push(e[i]); return r }, map: function(e, t, n) { var r, i, a = 0, s = []; if (C(e)) for (r = e.length; a < r; a++) null != (i = t(e[a], a, n)) && s.push(i); else for (a in e) null != (i = t(e[a], a, n)) && s.push(i); return o(s) }, guid: 1, support: p }), "function" == typeof Symbol && (_.fn[Symbol.iterator] = n[Symbol.iterator]), _.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function(e, t) { u["[object " + t + "]"] = t.toLowerCase() }); var w = function(e) { var t, n, r, i, o, a, s, u, l, c, f, d, p, h, g, v, m, y, x, b = "sizzle" + 1 * new Date, _ = e.document, C = 0, w = 0, T = ec(), k = ec(), E = ec(), A = ec(), S = function(e, t) { return e === t && (f = !0), 0 }, N = {}.hasOwnProperty, D = [], j = D.pop, L = D.push, q = D.push, H = D.slice, P = function(e, t) { for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n; return -1 }, O = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", z = "[\\x20\\t\\r\\n\\f]", M = "(?:\\\\[\\da-fA-F]{1,6}" + z + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", I = "\\[" + z + "*(" + M + ")(?:" + z + "*([*^$|!~]?=)" + z + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + M + "))|)" + z + "*\\]", W = ":(" + M + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + I + ")*)|.*)\\)|)", R = RegExp(z + "+", "g"), B = RegExp("^" + z + "+|((?:^|[^\\\\])(?:\\\\.)*)" + z + "+$", "g"), F = RegExp("^" + z + "*," + z + "*"), U = RegExp("^" + z + "*([>+~]|" + z + ")" + z + "*"), X = RegExp(z + "|>"), V = RegExp(W), G = RegExp("^" + M + "$"), Y = { ID: RegExp("^#(" + M + ")"), CLASS: RegExp("^\\.(" + M + ")"), TAG: RegExp("^(" + M + "|[*])"), ATTR: RegExp("^" + I), PSEUDO: RegExp("^" + W), CHILD: RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + z + "*(even|odd|(([+-]|)(\\d*)n|)" + z + "*(?:([+-]|)" + z + "*(\\d+)|))" + z + "*\\)|)", "i"), bool: RegExp("^(?:" + O + ")$", "i"), needsContext: RegExp("^" + z + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + z + "*((?:-\\d)?\\d*)" + z + "*\\)|)(?=[^-]|$)", "i") }, Q = /HTML$/i, K = /^(?:input|select|textarea|button)$/i, J = /^h\d$/i, Z = /^[^{]+\{\s*\[native \w/, ee = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, et = /[+~]/, en = RegExp("\\\\[\\da-fA-F]{1,6}" + z + "?|\\\\([^\\r\\n\\f])", "g"), er = function(e, t) { var n = "0x" + e.slice(1) - 65536; return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320)) }, ei = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, eo = function(e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e }, ea = function() { d() }, es = e_(function(e) { return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase() }, { dir: "parentNode", next: "legend" }); try { q.apply(D = H.call(_.childNodes), _.childNodes), D[_.childNodes.length].nodeType } catch (eu) { q = { apply: D.length ? function(e, t) { L.apply(e, H.call(t)) } : function(e, t) { for (var n = e.length, r = 0; e[n++] = t[r++];); e.length = n - 1 } } } function el(e, t, r, i) { var o, s, l, c, f, h, m, y = t && t.ownerDocument, _ = t ? t.nodeType : 9; if (r = r || [], "string" != typeof e || !e || 1 !== _ && 9 !== _ && 11 !== _) return r; if (!i && (d(t), t = t || p, g)) { if (11 !== _ && (f = ee.exec(e))) { if (o = f[1]) { if (9 === _) { if (!(l = t.getElementById(o))) return r; if (l.id === o) return r.push(l), r } else if (y && (l = y.getElementById(o)) && x(t, l) && l.id === o) return r.push(l), r } else { if (f[2]) return q.apply(r, t.getElementsByTagName(e)), r; if ((o = f[3]) && n.getElementsByClassName && t.getElementsByClassName) return q.apply(r, t.getElementsByClassName(o)), r } } if (n.qsa && !A[e + " "] && (!v || !v.test(e)) && (1 !== _ || "object" !== t.nodeName.toLowerCase())) { if (m = e, y = t, 1 === _ && (X.test(e) || U.test(e))) { for ((y = et.test(e) && e$(t.parentNode) || t) === t && n.scope || ((c = t.getAttribute("id")) ? c = c.replace(ei, eo) : t.setAttribute("id", c = b)), s = (h = a(e)).length; s--;) h[s] = (c ? "#" + c : ":scope") + " " + eb(h[s]); m = h.join(",") } try { return q.apply(r, y.querySelectorAll(m)), r } catch (C) { A(e, !0) } finally { c === b && t.removeAttribute("id") } } } return u(e.replace(B, "$1"), t, r, i) } function ec() { var e = []; return function t(n, i) { return e.push(n + " ") > r.cacheLength && delete t[e.shift()], t[n + " "] = i } } function ef(e) { return e[b] = !0, e } function ed(e) { var t = p.createElement("fieldset"); try { return !!e(t) } catch (n) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t), t = null } } function ep(e, t) { for (var n = e.split("|"), i = n.length; i--;) r.attrHandle[n[i]] = t } function eh(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; if (r) return r; if (n) { for (; n = n.nextSibling;) if (n === t) return -1 } return e ? 1 : -1 } function eg(e) { return function(t) { return "input" === t.nodeName.toLowerCase() && t.type === e } } function ev(e) { return function(t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e } } function em(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 || !e !== t.isDisabled && es(t) === e : t.disabled === e : "label" in t && t.disabled === e } } function ey(e) { return ef(function(t) { return t = +t, ef(function(n, r) { for (var i, o = e([], n.length, t), a = o.length; a--;) n[i = o[a]] && (n[i] = !(r[i] = n[i])) }) }) } function e$(e) { return e && void 0 !== e.getElementsByTagName && e } for (t in n = el.support = {}, o = el.isXML = function(e) { var t = e.namespaceURI, n = (e.ownerDocument || e).documentElement; return !Q.test(t || n && n.nodeName || "HTML") }, d = el.setDocument = function(e) { var t, i, a = e ? e.ownerDocument || e : _; return a != p && 9 === a.nodeType && a.documentElement && (h = (p = a).documentElement, g = !o(p), _ != p && (i = p.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", ea, !1) : i.attachEvent && i.attachEvent("onunload", ea)), n.scope = ed(function(e) { return h.appendChild(e).appendChild(p.createElement("div")), void 0 !== e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length }), n.attributes = ed(function(e) { return e.className = "i", !e.getAttribute("className") }), n.getElementsByTagName = ed(function(e) { return e.appendChild(p.createComment("")), !e.getElementsByTagName("*").length }), n.getElementsByClassName = Z.test(p.getElementsByClassName), n.getById = ed(function(e) { return h.appendChild(e).id = b, !p.getElementsByName || !p.getElementsByName(b).length }), n.getById ? (r.filter.ID = function(e) { var t = e.replace(en, er); return function(e) { return e.getAttribute("id") === t } }, r.find.ID = function(e, t) { if (void 0 !== t.getElementById && g) { var n = t.getElementById(e); return n ? [n] : [] } }) : (r.filter.ID = function(e) { var t = e.replace(en, er); return function(e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t } }, r.find.ID = function(e, t) { if (void 0 !== t.getElementById && g) { var n, r, i, o = t.getElementById(e); if (o) { if ((n = o.getAttributeNode("id")) && n.value === e) return [o]; for (i = t.getElementsByName(e), r = 0; o = i[r++];) if ((n = o.getAttributeNode("id")) && n.value === e) return [o] } return [] } }), r.find.TAG = n.getElementsByTagName ? function(e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0 } : function(e, t) { var n, r = [], i = 0, o = t.getElementsByTagName(e); if ("*" === e) { for (; n = o[i++];) 1 === n.nodeType && r.push(n); return r } return o }, r.find.CLASS = n.getElementsByClassName && function(e, t) { if (void 0 !== t.getElementsByClassName && g) return t.getElementsByClassName(e) }, m = [], v = [], (n.qsa = Z.test(p.querySelectorAll)) && (ed(function(e) { var t; h.appendChild(e).innerHTML = "", e.querySelectorAll("[msallowcapture^='']").length && v.push("[*^$]=" + z + "*(?:''|\"\")"), e.querySelectorAll("[selected]").length || v.push("\\[" + z + "*(?:value|" + O + ")"), e.querySelectorAll("[id~=" + b + "-]").length || v.push("~="), (t = p.createElement("input")).setAttribute("name", ""), e.appendChild(t), e.querySelectorAll("[name='']").length || v.push("\\[" + z + "*name" + z + "*=" + z + "*(?:''|\"\")"), e.querySelectorAll(":checked").length || v.push(":checked"), e.querySelectorAll("a#" + b + "+*").length || v.push(".#.+[+~]"), e.querySelectorAll("\\\f"), v.push("[\\r\\n\\f]") }), ed(function(e) { e.innerHTML = ""; var t = p.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && v.push("name" + z + "*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled").length && v.push(":enabled", ":disabled"), h.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(":disabled").length && v.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), v.push(",.*:") })), (n.matchesSelector = Z.test(y = h.matches || h.webkitMatchesSelector || h.mozMatchesSelector || h.oMatchesSelector || h.msMatchesSelector)) && ed(function(e) { n.disconnectedMatch = y.call(e, "*"), y.call(e, "[s!='']:x"), m.push("!=", W) }), v = v.length && RegExp(v.join("|")), m = m.length && RegExp(m.join("|")), x = (t = Z.test(h.compareDocumentPosition)) || Z.test(h.contains) ? function(e, t) { var n = 9 === e.nodeType ? e.documentElement : e, r = t && t.parentNode; return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r))) } : function(e, t) { if (t) { for (; t = t.parentNode;) if (t === e) return !0 } return !1 }, S = t ? function(e, t) { if (e === t) return f = !0, 0; var r = !e.compareDocumentPosition - !t.compareDocumentPosition; return r || (1 & (r = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !n.sortDetached && t.compareDocumentPosition(e) === r ? e == p || e.ownerDocument == _ && x(_, e) ? -1 : t == p || t.ownerDocument == _ && x(_, t) ? 1 : c ? P(c, e) - P(c, t) : 0 : 4 & r ? -1 : 1) } : function(e, t) { if (e === t) return f = !0, 0; var n, r = 0, i = e.parentNode, o = t.parentNode, a = [e], s = [t]; if (!i || !o) return e == p ? -1 : t == p ? 1 : i ? -1 : o ? 1 : c ? P(c, e) - P(c, t) : 0; if (i === o) return eh(e, t); for (n = e; n = n.parentNode;) a.unshift(n); for (n = t; n = n.parentNode;) s.unshift(n); for (; a[r] === s[r];) r++; return r ? eh(a[r], s[r]) : a[r] == _ ? -1 : s[r] == _ ? 1 : 0 }), p }, el.matches = function(e, t) { return el(e, null, null, t) }, el.matchesSelector = function(e, t) { if (d(e), n.matchesSelector && g && !A[t + " "] && (!m || !m.test(t)) && (!v || !v.test(t))) try { var r = y.call(e, t); if (r || n.disconnectedMatch || e.document && 11 !== e.document.nodeType) return r } catch (i) { A(t, !0) } return 0 < el(t, p, null, [e]).length }, el.contains = function(e, t) { return (e.ownerDocument || e) != p && d(e), x(e, t) }, el.attr = function(e, t) { (e.ownerDocument || e) != p && d(e); var i = r.attrHandle[t.toLowerCase()], o = i && N.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !g) : void 0; return void 0 !== o ? o : n.attributes || !g ? e.getAttribute(t) : (o = e.getAttributeNode(t)) && o.specified ? o.value : null }, el.escape = function(e) { return (e + "").replace(ei, eo) }, el.error = function(e) { throw Error("Syntax error, unrecognized expression: " + e) }, el.uniqueSort = function(e) { var t, r = [], i = 0, o = 0; if (f = !n.detectDuplicates, c = !n.sortStable && e.slice(0), e.sort(S), f) { for (; t = e[o++];) t === e[o] && (i = r.push(o)); for (; i--;) e.splice(r[i], 1) } return c = null, e }, i = el.getText = function(e) { var t, n = "", r = 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 += i(e) } else if (3 === o || 4 === o) return e.nodeValue } else for (; t = e[r++];) n += i(t); return n }, (r = el.selectors = { cacheLength: 50, createPseudo: ef, match: Y, 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(en, er), e[3] = (e[3] || e[4] || e[5] || "").replace(en, er), "~=" === 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] || el.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] && el.error(e[0]), e }, PSEUDO: function(e) { var t, n = !e[6] && e[2]; return Y.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && V.test(n) && (t = a(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(en, er).toLowerCase(); return "*" === e ? function() { return !0 } : function(e) { return e.nodeName && e.nodeName.toLowerCase() === t } }, CLASS: function(e) { var t = T[e + " "]; return t || (t = RegExp("(^|" + z + ")" + e + "(" + z + "|$)"), T(e, function(e) { return t.test("string" == typeof e.className && e.className || void 0 !== e.getAttribute && e.getAttribute("class") || "") })) }, ATTR: function(e, t, n) { return function(r) { var i = el.attr(r, e); return null == i ? "!=" === t : !t || (i += "", "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && -1 < i.indexOf(n) : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? -1 < (" " + i.replace(R, " ") + " ").indexOf(n) : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")) } }, CHILD: function(e, t, n, r, i) { var o = "nth" !== e.slice(0, 3), a = "last" !== e.slice(-4), s = "of-type" === t; return 1 === r && 0 === i ? function(e) { return !!e.parentNode } : function(t, n, u) { var l, c, f, d, p, h, g = o !== a ? "nextSibling" : "previousSibling", v = t.parentNode, m = s && t.nodeName.toLowerCase(), y = !u && !s, x = !1; if (v) { if (o) { for (; g;) { for (d = t; d = d[g];) if (s ? d.nodeName.toLowerCase() === m : 1 === d.nodeType) return !1; h = g = "only" === e && !h && "nextSibling" } return !0 } if (h = [a ? v.firstChild : v.lastChild], a && y) { for (x = (p = (l = (c = (f = (d = v)[b] || (d[b] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] || [])[0] === C && l[1]) && l[2], d = p && v.childNodes[p]; d = ++p && d && d[g] || (x = p = 0) || h.pop();) if (1 === d.nodeType && ++x && d === t) { c[e] = [C, p, x]; break } } else if (y && (x = p = (l = (c = (f = (d = t)[b] || (d[b] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] || [])[0] === C && l[1]), !1 === x) for (; (d = ++p && d && d[g] || (x = p = 0) || h.pop()) && ((s ? d.nodeName.toLowerCase() !== m : 1 !== d.nodeType) || !++x || (y && ((c = (f = d[b] || (d[b] = {}))[d.uniqueID] || (f[d.uniqueID] = {}))[e] = [C, x]), d !== t));); return (x -= i) === r || x % r == 0 && 0 <= x / r } } }, PSEUDO: function(e, t) { var n, i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || el.error("unsupported pseudo: " + e); return i[b] ? i(t) : 1 < i.length ? (n = [e, e, "", t], r.setFilters.hasOwnProperty(e.toLowerCase()) ? ef(function(e, n) { for (var r, o = i(e, t), a = o.length; a--;) e[r = P(e, o[a])] = !(n[r] = o[a]) }) : function(e) { return i(e, 0, n) }) : i } }, pseudos: { not: ef(function(e) { var t = [], n = [], r = s(e.replace(B, "$1")); return r[b] ? ef(function(e, t, n, i) { for (var o, a = r(e, null, i, []), s = e.length; s--;)(o = a[s]) && (e[s] = !(t[s] = o)) }) : function(e, i, o) { return t[0] = e, r(t, null, o, n), t[0] = null, !n.pop() } }), has: ef(function(e) { return function(t) { return 0 < el(e, t).length } }), contains: ef(function(e) { return e = e.replace(en, er), function(t) { return -1 < (t.textContent || i(t)).indexOf(e) } }), lang: ef(function(e) { return G.test(e || "") || el.error("unsupported lang: " + e), e = e.replace(en, er).toLowerCase(), function(t) { var n; do if (n = g ? 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 === h }, focus: function(e) { return e === p.activeElement && (!p.hasFocus || p.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) }, enabled: em(!1), disabled: em(!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 !r.pseudos.empty(e) }, header: function(e) { return J.test(e.nodeName) }, input: function(e) { return K.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: ey(function() { return [0] }), last: ey(function(e, t) { return [t - 1] }), eq: ey(function(e, t, n) { return [n < 0 ? n + t : n] }), even: ey(function(e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e }), odd: ey(function(e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e }), lt: ey(function(e, t, n) { for (var r = n < 0 ? n + t : t < n ? t : n; 0 <= --r;) e.push(r); return e }), gt: ey(function(e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t;) e.push(r); return e }) } }).pseudos.nth = r.pseudos.eq, { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) r.pseudos[t] = eg(t); for (t in { submit: !0, reset: !0 }) r.pseudos[t] = ev(t); function ex() {} function eb(e) { for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; return r } function e_(e, t, n) { var r = t.dir, i = t.next, o = i || r, a = n && "parentNode" === o, s = w++; return t.first ? function(t, n, i) { for (; t = t[r];) if (1 === t.nodeType || a) return e(t, n, i); return !1 } : function(t, n, u) { var l, c, f, d = [C, s]; if (u) { for (; t = t[r];) if ((1 === t.nodeType || a) && e(t, n, u)) return !0 } else for (; t = t[r];) if (1 === t.nodeType || a) { if (c = (f = t[b] || (t[b] = {}))[t.uniqueID] || (f[t.uniqueID] = {}), i && i === t.nodeName.toLowerCase()) t = t[r] || t; else { if ((l = c[o]) && l[0] === C && l[1] === s) return d[2] = l[2]; if ((c[o] = d)[2] = e(t, n, u)) return !0 } } return !1 } } function eC(e) { return 1 < e.length ? function(t, n, r) { for (var i = e.length; i--;) if (!e[i](t, n, r)) return !1; return !0 } : e[0] } function ew(e, t, n, r, i) { for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++)(o = e[s]) && (n && !n(o, r, i) || (a.push(o), l && t.push(s))); return a } function eT(e, t, n, r, i, o) { return r && !r[b] && (r = eT(r)), i && !i[b] && (i = eT(i, o)), ef(function(o, a, s, u) { var l, c, f, d = [], p = [], h = a.length, g = o || function(e, t, n) { for (var r = 0, i = t.length; r < i; r++) el(e, t[r], n); return n }(t || "*", s.nodeType ? [s] : s, []), v = e && (o || !t) ? ew(g, d, e, s, u) : g, m = n ? i || (o ? e : h || r) ? [] : a : v; if (n && n(v, m, s, u), r) for (l = ew(m, p), r(l, [], s, u), c = l.length; c--;)(f = l[c]) && (m[p[c]] = !(v[p[c]] = f)); if (o) { if (i || e) { if (i) { for (l = [], c = m.length; c--;)(f = m[c]) && l.push(v[c] = f); i(null, m = [], l, u) } for (c = m.length; c--;)(f = m[c]) && -1 < (l = i ? P(o, f) : d[c]) && (o[l] = !(a[l] = f)) } } else m = ew(m === a ? m.splice(h, m.length) : m), i ? i(null, a, m, u) : q.apply(a, m) }) } function ek(e) { for (var t, n, i, o = e.length, a = r.relative[e[0].type], s = a || r.relative[" "], u = a ? 1 : 0, c = e_(function(e) { return e === t }, s, !0), f = e_(function(e) { return -1 < P(t, e) }, s, !0), d = [function(e, n, r) { var i = !a && (r || n !== l) || ((t = n).nodeType ? c(e, n, r) : f(e, n, r)); return t = null, i }]; u < o; u++) if (n = r.relative[e[u].type]) d = [e_(eC(d), n)]; else { if ((n = r.filter[e[u].type].apply(null, e[u].matches))[b]) { for (i = ++u; i < o && !r.relative[e[i].type]; i++); return eT(1 < u && eC(d), 1 < u && eb(e.slice(0, u - 1).concat({ value: " " === e[u - 2].type ? "*" : "" })).replace(B, "$1"), n, u < i && ek(e.slice(u, i)), i < o && ek(e = e.slice(i)), i < o && eb(e)) } d.push(n) } return eC(d) } return ex.prototype = r.filters = r.pseudos, r.setFilters = new ex, a = el.tokenize = function(e, t) { var n, i, o, a, s, u, l, c = k[e + " "]; if (c) return t ? 0 : c.slice(0); for (s = e, u = [], l = r.preFilter; s;) { for (a in (!n || (i = F.exec(s))) && (i && (s = s.slice(i[0].length) || s), u.push(o = [])), n = !1, (i = U.exec(s)) && (n = i.shift(), o.push({ value: n, type: i[0].replace(B, " ") }), s = s.slice(n.length)), r.filter)(i = Y[a].exec(s)) && (!l[a] || (i = l[a](i))) && (n = i.shift(), o.push({ value: n, type: a, matches: i }), s = s.slice(n.length)); if (!n) break } return t ? s.length : s ? el.error(e) : k(e, u).slice(0) }, s = el.compile = function(e, t) { var n, i, o, s, u, c, f = [], h = [], v = E[e + " "]; if (!v) { for (t || (t = a(e)), n = t.length; n--;)(v = ek(t[n]))[b] ? f.push(v) : h.push(v); (v = E(e, (i = h, s = 0 < (o = f).length, u = 0 < i.length, c = function(e, t, n, a, c) { var f, h, v, m = 0, y = "0", x = e && [], b = [], _ = l, w = e || u && r.find.TAG("*", c), T = C += null == _ ? 1 : Math.random() || .1, k = w.length; for (c && (l = t == p || t || c); y !== k && null != (f = w[y]); y++) { if (u && f) { for (h = 0, t || f.ownerDocument == p || (d(f), n = !g); v = i[h++];) if (v(f, t || p, n)) { a.push(f); break } c && (C = T) } s && ((f = !v && f) && m--, e && x.push(f)) } if (m += y, s && y !== m) { for (h = 0; v = o[h++];) v(x, b, t, n); if (e) { if (0 < m) for (; y--;) x[y] || b[y] || (b[y] = j.call(a)); b = ew(b) } q.apply(a, b), c && !e && 0 < b.length && 1 < m + o.length && el.uniqueSort(a) } return c && (C = T, l = _), x }, s ? ef(c) : c))).selector = e } return v }, u = el.select = function(e, t, n, i) { var o, u, l, c, f, d = "function" == typeof e && e, p = !i && a(e = d.selector || e); if (n = n || [], 1 === p.length) { if (2 < (u = p[0] = p[0].slice(0)).length && "ID" === (l = u[0]).type && 9 === t.nodeType && g && r.relative[u[1].type]) { if (!(t = (r.find.ID(l.matches[0].replace(en, er), t) || [])[0])) return n; d && (t = t.parentNode), e = e.slice(u.shift().value.length) } for (o = Y.needsContext.test(e) ? 0 : u.length; o-- && (l = u[o], !r.relative[c = l.type]);) if ((f = r.find[c]) && (i = f(l.matches[0].replace(en, er), et.test(u[0].type) && e$(t.parentNode) || t))) { if (u.splice(o, 1), !(e = i.length && eb(u))) return q.apply(n, i), n; break } } return (d || s(e, p))(i, t, !g, n, !t || et.test(e) && e$(t.parentNode) || t), n }, n.sortStable = b.split("").sort(S).join("") === b, n.detectDuplicates = !!f, d(), n.sortDetached = ed(function(e) { return 1 & e.compareDocumentPosition(p.createElement("fieldset")) }), ed(function(e) { return e.innerHTML = "", "#" === e.firstChild.getAttribute("href") }) || ep("type|href|height|width", function(e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) }), n.attributes && ed(function(e) { return e.innerHTML = "", e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") }) || ep("value", function(e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue }), ed(function(e) { return null == e.getAttribute("disabled") }) || ep(O, function(e, t, n) { var r; if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null }), el }(e); _.find = w, _.expr = w.selectors, _.expr[":"] = _.expr.pseudos, _.uniqueSort = _.unique = w.uniqueSort, _.text = w.getText, _.isXMLDoc = w.isXML, _.contains = w.contains, _.escapeSelector = w.escape; var T = function(e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType;) if (1 === e.nodeType) { if (i && _(e).is(n)) break; r.push(e) } return r }, k = function(e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n }, E = _.expr.match.needsContext; function A(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() } var S = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function N(e, t, n) { return h(t) ? _.grep(e, function(e, r) { return !!t.call(e, r, e) !== n }) : t.nodeType ? _.grep(e, function(e) { return e === t !== n }) : "string" != typeof t ? _.grep(e, function(e) { return -1 < s.call(t, e) !== n }) : _.filter(t, e, n) } _.filter = function(e, t, n) { var r = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? _.find.matchesSelector(r, e) ? [r] : [] : _.find.matches(e, _.grep(t, function(e) { return 1 === e.nodeType })) }, _.fn.extend({ find: function(e) { var t, n, r = this.length, i = this; if ("string" != typeof e) return this.pushStack(_(e).filter(function() { for (t = 0; t < r; t++) if (_.contains(i[t], this)) return !0 })); for (n = this.pushStack([]), t = 0; t < r; t++) _.find(e, i[t], n); return 1 < r ? _.uniqueSort(n) : n }, filter: function(e) { return this.pushStack(N(this, e || [], !1)) }, not: function(e) { return this.pushStack(N(this, e || [], !0)) }, is: function(e) { return !!N(this, "string" == typeof e && E.test(e) ? _(e) : e || [], !1).length } }); var D, j = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; (_.fn.init = function(e, t, n) { var r, i; if (!e) return this; if (n = n || D, "string" == typeof e) { if (!(r = "<" === e[0] && ">" === e[e.length - 1] && 3 <= e.length ? [null, e, null] : j.exec(e)) || !r[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (r[1]) { if (t = t instanceof _ ? t[0] : t, _.merge(this, _.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : v, !0)), S.test(r[1]) && _.isPlainObject(t)) for (r in t) h(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this } return (i = v.getElementById(r[2])) && (this[0] = i, this.length = 1), this } return e.nodeType ? (this[0] = e, this.length = 1, this) : h(e) ? void 0 !== n.ready ? n.ready(e) : e(_) : _.makeArray(e, this) }).prototype = _.fn, D = _(v); var L = /^(?:parents|prev(?:Until|All))/, q = { children: !0, contents: !0, next: !0, prev: !0 }; function H(e, t) { for (; (e = e[t]) && 1 !== e.nodeType;); return e } _.fn.extend({ has: function(e) { var t = _(e, this), n = t.length; return this.filter(function() { for (var e = 0; e < n; e++) if (_.contains(this, t[e])) return !0 }) }, closest: function(e, t) { var n, r = 0, i = this.length, o = [], a = "string" != typeof e && _(e); if (!E.test(e)) { for (; r < i; r++) for (n = this[r]; n && n !== t; n = n.parentNode) if (n.nodeType < 11 && (a ? -1 < a.index(n) : 1 === n.nodeType && _.find.matchesSelector(n, e))) { o.push(n); break } } return this.pushStack(1 < o.length ? _.uniqueSort(o) : o) }, index: function(e) { return e ? "string" == typeof e ? s.call(_(e), this[0]) : s.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, add: function(e, t) { return this.pushStack(_.uniqueSort(_.merge(this.get(), _(e, t)))) }, addBack: function(e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) } }), _.each({ parent: function(e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null }, parents: function(e) { return T(e, "parentNode") }, parentsUntil: function(e, t, n) { return T(e, "parentNode", n) }, next: function(e) { return H(e, "nextSibling") }, prev: function(e) { return H(e, "previousSibling") }, nextAll: function(e) { return T(e, "nextSibling") }, prevAll: function(e) { return T(e, "previousSibling") }, nextUntil: function(e, t, n) { return T(e, "nextSibling", n) }, prevUntil: function(e, t, n) { return T(e, "previousSibling", n) }, siblings: function(e) { return k((e.parentNode || {}).firstChild, e) }, children: function(e) { return k(e.firstChild) }, contents: function(e) { return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (A(e, "template") && (e = e.content || e), _.merge([], e.childNodes)) } }, function(e, t) { _.fn[e] = function(n, r) { var i = _.map(this, t, n); return "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = _.filter(r, i)), 1 < this.length && (q[e] || _.uniqueSort(i), L.test(e) && i.reverse()), this.pushStack(i) } }); var P = /[^\x20\t\r\n\f]+/g; function O(e) { return e } function z(e) { throw e } function M(e, t, n, r) { var i; try { e && h(i = e.promise) ? i.call(e).done(t).fail(n) : e && h(i = e.then) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)) } catch (o) { n.apply(void 0, [o]) } } _.Callbacks = function(e) { e = "string" == typeof e ? (t = e, n = {}, _.each(t.match(P) || [], function(e, t) { n[t] = !0 }), n) : _.extend({}, e); var t, n, r, i, o, a, s = [], u = [], l = -1, c = function() { for (a = a || e.once, o = r = !0; u.length; l = -1) for (i = u.shift(); ++l < s.length;) !1 === s[l].apply(i[0], i[1]) && e.stopOnFalse && (l = s.length, i = !1); e.memory || (i = !1), r = !1, a && (s = i ? [] : "") }, f = { add: function() { return s && (i && !r && (l = s.length - 1, u.push(i)), function t(n) { _.each(n, function(n, r) { h(r) ? e.unique && f.has(r) || s.push(r) : r && r.length && "string" !== x(r) && t(r) }) }(arguments), i && !r && c()), this }, remove: function() { return _.each(arguments, function(e, t) { for (var n; - 1 < (n = _.inArray(t, s, n));) s.splice(n, 1), n <= l && l-- }), this }, has: function(e) { return e ? -1 < _.inArray(e, s) : 0 < s.length }, empty: function() { return s && (s = []), this }, disable: function() { return a = u = [], s = i = "", this }, disabled: function() { return !s }, lock: function() { return a = u = [], i || r || (s = i = ""), this }, locked: function() { return !!a }, fireWith: function(e, t) { return a || (t = [e, (t = t || []).slice ? t.slice() : t], u.push(t), r || c()), this }, fire: function() { return f.fireWith(this, arguments), this }, fired: function() { return !!o } }; return f }, _.extend({ Deferred: function(t) { var n = [ ["notify", "progress", _.Callbacks("memory"), _.Callbacks("memory"), 2], ["resolve", "done", _.Callbacks("once memory"), _.Callbacks("once memory"), 0, "resolved"], ["reject", "fail", _.Callbacks("once memory"), _.Callbacks("once memory"), 1, "rejected"] ], r = "pending", i = { state: function() { return r }, always: function() { return o.done(arguments).fail(arguments), this }, catch: function(e) { return i.then(null, e) }, pipe: function() { var e = arguments; return _.Deferred(function(t) { _.each(n, function(n, r) { var i = h(e[r[4]]) && e[r[4]]; o[r[1]](function() { var e = i && i.apply(this, arguments); e && h(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[r[0] + "With"](this, i ? [e] : arguments) }) }), e = null }).promise() }, then: function(t, r, i) { var o = 0; function a(t, n, r, i) { return function() { var s = this, u = arguments, l = function() { var e, l; if (!(t < o)) { if ((e = r.apply(s, u)) === n.promise()) throw TypeError("Thenable self-resolution"); h(l = e && ("object" == typeof e || "function" == typeof e) && e.then) ? i ? l.call(e, a(o, n, O, i), a(o, n, z, i)) : (o++, l.call(e, a(o, n, O, i), a(o, n, z, i), a(o, n, O, n.notifyWith))) : (r !== O && (s = void 0, u = [e]), (i || n.resolveWith)(s, u)) } }, c = i ? l : function() { try { l() } catch (e) { _.Deferred.exceptionHook && _.Deferred.exceptionHook(e, c.stackTrace), o <= t + 1 && (r !== z && (s = void 0, u = [e]), n.rejectWith(s, u)) } }; t ? c() : (_.Deferred.getStackHook && (c.stackTrace = _.Deferred.getStackHook()), e.setTimeout(c)) } } return _.Deferred(function(e) { n[0][3].add(a(0, e, h(i) ? i : O, e.notifyWith)), n[1][3].add(a(0, e, h(t) ? t : O)), n[2][3].add(a(0, e, h(r) ? r : z)) }).promise() }, promise: function(e) { return null != e ? _.extend(e, i) : i } }, o = {}; return _.each(n, function(e, t) { var a = t[2], s = t[5]; i[t[1]] = a.add, s && a.add(function() { r = s }, n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock), a.add(t[3].fire), o[t[0]] = function() { return o[t[0] + "With"](this === o ? void 0 : this, arguments), this }, o[t[0] + "With"] = a.fireWith }), i.promise(o), t && t.call(o, o), o }, when: function(e) { var t = arguments.length, n = t, r = Array(n), o = i.call(arguments), a = _.Deferred(), s = function(e) { return function(n) { r[e] = this, o[e] = 1 < arguments.length ? i.call(arguments) : n, --t || a.resolveWith(r, o) } }; if (t <= 1 && (M(e, a.done(s(n)).resolve, a.reject, !t), "pending" === a.state() || h(o[n] && o[n].then))) return a.then(); for (; n--;) M(o[n], s(n), a.reject); return a.promise() } }); var I = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; _.Deferred.exceptionHook = function(t, n) { e.console && e.console.warn && t && I.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) }, _.readyException = function(t) { e.setTimeout(function() { throw t }) }; var W = _.Deferred(); function R() { v.removeEventListener("DOMContentLoaded", R), e.removeEventListener("load", R), _.ready() } _.fn.ready = function(e) { return W.then(e).catch(function(e) { _.readyException(e) }), this }, _.extend({ isReady: !1, readyWait: 1, ready: function(e) { (!0 === e ? --_.readyWait : _.isReady) || (_.isReady = !0) !== e && 0 < --_.readyWait || W.resolveWith(v, [_]) } }), _.ready.then = W.then, "complete" !== v.readyState && ("loading" === v.readyState || v.documentElement.doScroll) ? (v.addEventListener("DOMContentLoaded", R), e.addEventListener("load", R)) : e.setTimeout(_.ready); var B = function(e, t, n, r, i, o, a) { var s = 0, u = e.length, l = null == n; if ("object" === x(n)) for (s in i = !0, n) B(e, t, s, n[s], !0, o, a); else if (void 0 !== r && (i = !0, h(r) || (a = !0), l && (a ? (t.call(e, r), t = null) : (l = t, t = function(e, t, n) { return l.call(_(e), n) })), t)) for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); return i ? e : l ? t.call(e) : u ? t(e[0], n) : o }, F = /^-ms-/, U = /-([a-z])/g; function X(e, t) { return t.toUpperCase() } function V(e) { return e.replace(F, "ms-").replace(U, X) } var G = function(e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType }; function Y() { this.expando = _.expando + Y.uid++ } Y.uid = 1, Y.prototype = { cache: function(e) { var t = e[this.expando]; return t || (t = {}, G(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { value: t, configurable: !0 }))), t }, set: function(e, t, n) { var r, i = this.cache(e); if ("string" == typeof t) i[V(t)] = n; else for (r in t) i[V(r)] = t[r]; return i }, get: function(e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][V(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, r = e[this.expando]; if (void 0 !== r) { if (void 0 !== t) for (n = (t = Array.isArray(t) ? t.map(V) : ((t = V(t)) in r) ? [t] : t.match(P) || []).length; n--;) delete r[t[n]]; (void 0 === t || _.isEmptyObject(r)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) } }, hasData: function(e) { var t = e[this.expando]; return void 0 !== t && !_.isEmptyObject(t) } }; var Q = new Y, K = new Y, J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, Z = /[A-Z]/g; function ee(e, t, n) { var r, i; if (void 0 === n && 1 === e.nodeType) { if (r = "data-" + t.replace(Z, "-$&").toLowerCase(), "string" == typeof(n = e.getAttribute(r))) { try { n = "true" === (i = n) || "false" !== i && ("null" === i ? null : i === +i + "" ? +i : J.test(i) ? JSON.parse(i) : i) } catch (o) {} K.set(e, t, n) } else n = void 0 } return n } _.extend({ hasData: function(e) { return K.hasData(e) || Q.hasData(e) }, data: function(e, t, n) { return K.access(e, t, n) }, removeData: function(e, t) { K.remove(e, t) }, _data: function(e, t, n) { return Q.access(e, t, n) }, _removeData: function(e, t) { Q.remove(e, t) } }), _.fn.extend({ data: function(e, t) { var n, r, i, o = this[0], a = o && o.attributes; if (void 0 === e) { if (this.length && (i = K.get(o), 1 === o.nodeType && !Q.get(o, "hasDataAttrs"))) { for (n = a.length; n--;) a[n] && 0 === (r = a[n].name).indexOf("data-") && ee(o, r = V(r.slice(5)), i[r]); Q.set(o, "hasDataAttrs", !0) } return i } return "object" == typeof e ? this.each(function() { K.set(this, e) }) : B(this, function(t) { var n; if (o && void 0 === t) return void 0 !== (n = K.get(o, e)) ? n : void 0 !== (n = ee(o, e)) ? n : void 0; this.each(function() { K.set(this, e, t) }) }, null, t, 1 < arguments.length, null, !0) }, removeData: function(e) { return this.each(function() { K.remove(this, e) }) } }), _.extend({ queue: function(e, t, n) { var r; if (e) return t = (t || "fx") + "queue", r = Q.get(e, t), n && (!r || Array.isArray(n) ? r = Q.access(e, t, _.makeArray(n)) : r.push(n)), r || [] }, dequeue: function(e, t) { t = t || "fx"; var n = _.queue(e, t), r = n.length, i = n.shift(), o = _._queueHooks(e, t); "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, function() { _.dequeue(e, t) }, o)), !r && o && o.empty.fire() }, _queueHooks: function(e, t) { var n = t + "queueHooks"; return Q.get(e, n) || Q.access(e, n, { empty: _.Callbacks("once memory").add(function() { Q.remove(e, [t + "queue", n]) }) }) } }), _.fn.extend({ queue: function(e, t) { var n = 2; return "string" != typeof e && (t = e, e = "fx", n--), arguments.length < n ? _.queue(this[0], e) : void 0 === t ? this : this.each(function() { var n = _.queue(this, e, t); _._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && _.dequeue(this, e) }) }, dequeue: function(e) { return this.each(function() { _.dequeue(this, e) }) }, clearQueue: function(e) { return this.queue(e || "fx", []) }, promise: function(e, t) { var n, r = 1, i = _.Deferred(), o = this, a = this.length, s = function() { --r || i.resolveWith(o, [o]) }; for ("string" != typeof e && (t = e, e = void 0), e = e || "fx"; a--;)(n = Q.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s)); return s(), i.promise(t) } }); var et = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, en = RegExp("^(?:([+-])=|)(" + et + ")([a-z%]*)$", "i"), er = ["Top", "Right", "Bottom", "Left"], ei = v.documentElement, eo = function(e) { return _.contains(e.ownerDocument, e) }, ea = { composed: !0 }; ei.getRootNode && (eo = function(e) { return _.contains(e.ownerDocument, e) || e.getRootNode(ea) === e.ownerDocument }); var es = function(e, t) { return "none" === (e = t || e).style.display || "" === e.style.display && eo(e) && "none" === _.css(e, "display") }; function eu(e, t, n, r) { var i, o, a = 20, s = r ? function() { return r.cur() } : function() { return _.css(e, t, "") }, u = s(), l = n && n[3] || (_.cssNumber[t] ? "" : "px"), c = e.nodeType && (_.cssNumber[t] || "px" !== l && +u) && en.exec(_.css(e, t)); if (c && c[3] !== l) { for (u /= 2, l = l || c[3], c = +u || 1; a--;) _.style(e, t, c + l), (1 - o) * (1 - (o = s() / u || .5)) <= 0 && (a = 0), c /= o; c *= 2, _.style(e, t, c + l), n = n || [] } return n && (c = +c || +u || 0, i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], r && (r.unit = l, r.start = c, r.end = i)), i } var el = {}; function ec(e, t) { for (var n, r, i, o, a, s, u, l = [], c = 0, f = e.length; c < f; c++)(r = e[c]).style && (n = r.style.display, t ? ("none" === n && (l[c] = Q.get(r, "display") || null, l[c] || (r.style.display = "")), "" === r.style.display && es(r) && (l[c] = (u = a = o = void 0, a = (i = r).ownerDocument, (u = el[s = i.nodeName]) || (o = a.body.appendChild(a.createElement(s)), u = _.css(o, "display"), o.parentNode.removeChild(o), "none" === u && (u = "block"), el[s] = u)))) : "none" !== n && (l[c] = "none", Q.set(r, "display", n))); for (c = 0; c < f; c++) null != l[c] && (e[c].style.display = l[c]); return e } _.fn.extend({ show: function() { return ec(this, !0) }, hide: function() { return ec(this) }, toggle: function(e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function() { es(this) ? _(this).show() : _(this).hide() }) } }); var ef, ed, ep = /^(?:checkbox|radio)$/i, eh = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, eg = /^$|^module$|\/(?:java|ecma)script/i; ef = v.createDocumentFragment().appendChild(v.createElement("div")), (ed = v.createElement("input")).setAttribute("type", "radio"), ed.setAttribute("checked", "checked"), ed.setAttribute("name", "t"), ef.appendChild(ed), p.checkClone = ef.cloneNode(!0).cloneNode(!0).lastChild.checked, ef.innerHTML = "", p.noCloneChecked = !!ef.cloneNode(!0).lastChild.defaultValue, ef.innerHTML = "", p.option = !!ef.lastChild; var ev = { thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""] }; function em(e, t) { var n; return n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : [], void 0 === t || t && A(e, t) ? _.merge([e], n) : n } function ey(e, t) { for (var n = 0, r = e.length; n < r; n++) Q.set(e[n], "globalEval", !t || Q.get(t[n], "globalEval")) } ev.tbody = ev.tfoot = ev.colgroup = ev.caption = ev.thead, ev.th = ev.td, p.option || (ev.optgroup = ev.option = [1, ""]); var e$ = /<|&#?\w+;/; function ex(e, t, n, r, i) { for (var o, a, s, u, l, c, f = t.createDocumentFragment(), d = [], p = 0, h = e.length; p < h; p++) if ((o = e[p]) || 0 === o) { if ("object" === x(o)) _.merge(d, o.nodeType ? [o] : o); else if (e$.test(o)) { for (a = a || f.appendChild(t.createElement("div")), u = ev[s = (eh.exec(o) || ["", ""])[1].toLowerCase()] || ev._default, a.innerHTML = u[1] + _.htmlPrefilter(o) + u[2], c = u[0]; c--;) a = a.lastChild; _.merge(d, a.childNodes), (a = f.firstChild).textContent = "" } else d.push(t.createTextNode(o)) } for (f.textContent = "", p = 0; o = d[p++];) if (r && -1 < _.inArray(o, r)) i && i.push(o); else if (l = eo(o), a = em(f.appendChild(o), "script"), l && ey(a), n) for (c = 0; o = a[c++];) eg.test(o.type || "") && n.push(o); return f } var eb = /^key/, e_ = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, eC = /^([^.]*)(?:\.(.+)|)/; function ew() { return !0 } function eT() { return !1 } function ek(e, t) { return e === function() { try { return v.activeElement } catch (e) {} }() == ("focus" === t) } function eE(e, t, n, r, i, o) { var a, s; if ("object" == typeof t) { for (s in "string" != typeof n && (r = r || n, n = void 0), t) eE(e, s, n, r, t[s], o); return e } if (null == r && null == i ? (i = n, r = n = void 0) : null == i && ("string" == typeof n ? (i = r, r = void 0) : (i = r, r = n, n = void 0)), !1 === i) i = eT; else if (!i) return e; return 1 === o && (a = i, (i = function(e) { return _().off(e), a.apply(this, arguments) }).guid = a.guid || (a.guid = _.guid++)), e.each(function() { _.event.add(this, t, i, r, n) }) } function eA(e, t, n) { n ? (Q.set(e, t, !1), _.event.add(e, t, { namespace: !1, handler: function(e) { var r, o, a = Q.get(this, t); if (1 & e.isTrigger && this[t]) { if (a.length)(_.event.special[t] || {}).delegateType && e.stopPropagation(); else if (a = i.call(arguments), Q.set(this, t, a), r = n(this, t), this[t](), a !== (o = Q.get(this, t)) || r ? Q.set(this, t, !1) : o = {}, a !== o) return e.stopImmediatePropagation(), e.preventDefault(), o.value } else a.length && (Q.set(this, t, { value: _.event.trigger(_.extend(a[0], _.Event.prototype), a.slice(1), this) }), e.stopImmediatePropagation()) } })) : void 0 === Q.get(e, t) && _.event.add(e, t, ew) } _.event = { global: {}, add: function(e, t, n, r, i) { var o, a, s, u, l, c, f, d, p, h, g, v = Q.get(e); if (G(e)) for (n.handler && (n = (o = n).handler, i = o.selector), i && _.find.matchesSelector(ei, i), n.guid || (n.guid = _.guid++), (u = v.events) || (u = v.events = Object.create(null)), (a = v.handle) || (a = v.handle = function(t) { return void 0 !== _ && _.event.triggered !== t.type ? _.event.dispatch.apply(e, arguments) : void 0 }), l = (t = (t || "").match(P) || [""]).length; l--;) p = g = (s = eC.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), p && (f = _.event.special[p] || {}, p = (i ? f.delegateType : f.bindType) || p, f = _.event.special[p] || {}, c = _.extend({ type: p, origType: g, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && _.expr.match.needsContext.test(i), namespace: h.join(".") }, o), (d = u[p]) || ((d = u[p] = []).delegateCount = 0, f.setup && !1 !== f.setup.call(e, r, h, a) || e.addEventListener && e.addEventListener(p, a)), f.add && (f.add.call(e, c), c.handler.guid || (c.handler.guid = n.guid)), i ? d.splice(d.delegateCount++, 0, c) : d.push(c), _.event.global[p] = !0) }, remove: function(e, t, n, r, i) { var o, a, s, u, l, c, f, d, p, h, g, v = Q.hasData(e) && Q.get(e); if (v && (u = v.events)) { for (l = (t = (t || "").match(P) || [""]).length; l--;) if (p = g = (s = eC.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), p) { for (f = _.event.special[p] || {}, d = u[p = (r ? f.delegateType : f.bindType) || p] || [], s = s[2] && RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = o = d.length; o--;) c = d[o], !i && g !== c.origType || n && n.guid !== c.guid || s && !s.test(c.namespace) || r && r !== c.selector && ("**" !== r || !c.selector) || (d.splice(o, 1), c.selector && d.delegateCount--, f.remove && f.remove.call(e, c)); a && !d.length && (f.teardown && !1 !== f.teardown.call(e, h, v.handle) || _.removeEvent(e, p, v.handle), delete u[p]) } else for (p in u) _.event.remove(e, p + t[l], n, r, !0); _.isEmptyObject(u) && Q.remove(e, "handle events") } }, dispatch: function(e) { var t, n, r, i, o, a, s = Array(arguments.length), u = _.event.fix(e), l = (Q.get(this, "events") || Object.create(null))[u.type] || [], c = _.event.special[u.type] || {}; for (s[0] = u, t = 1; t < arguments.length; t++) s[t] = arguments[t]; if (u.delegateTarget = this, !c.preDispatch || !1 !== c.preDispatch.call(this, u)) { for (a = _.event.handlers.call(this, u, l), t = 0; (i = a[t++]) && !u.isPropagationStopped();) for (u.currentTarget = i.elem, n = 0; (o = i.handlers[n++]) && !u.isImmediatePropagationStopped();) u.rnamespace && !1 !== o.namespace && !u.rnamespace.test(o.namespace) || (u.handleObj = o, u.data = o.data, void 0 !== (r = ((_.event.special[o.origType] || {}).handle || o.handler).apply(i.elem, s)) && !1 === (u.result = r) && (u.preventDefault(), u.stopPropagation())); return c.postDispatch && c.postDispatch.call(this, u), u.result } }, handlers: function(e, t) { var n, r, i, o, a, s = [], u = t.delegateCount, l = e.target; if (u && l.nodeType && !("click" === e.type && 1 <= e.button)) { for (; l !== this; l = l.parentNode || this) if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) { for (o = [], a = {}, n = 0; n < u; n++) void 0 === a[i = (r = t[n]).selector + " "] && (a[i] = r.needsContext ? -1 < _(i, this).index(l) : _.find(i, this, null, [l]).length), a[i] && o.push(r); o.length && s.push({ elem: l, handlers: o }) } } return l = this, u < t.length && s.push({ elem: l, handlers: t.slice(u) }), s }, addProp: function(e, t) { Object.defineProperty(_.Event.prototype, e, { enumerable: !0, configurable: !0, get: h(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[_.expando] ? e : new _.Event(e) }, special: { load: { noBubble: !0 }, click: { setup: function(e) { var t = this || e; return ep.test(t.type) && t.click && A(t, "input") && eA(t, "click", ew), !1 }, trigger: function(e) { var t = this || e; return ep.test(t.type) && t.click && A(t, "input") && eA(t, "click"), !0 }, _default: function(e) { var t = e.target; return ep.test(t.type) && t.click && A(t, "input") && Q.get(t, "click") || A(t, "a") } }, beforeunload: { postDispatch: function(e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) } } } }, _.removeEvent = function(e, t, n) { e.removeEventListener && e.removeEventListener(t, n) }, _.Event = function(e, t) { if (!(this instanceof _.Event)) return new _.Event(e, t); e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? ew : eT, 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 && _.extend(this, t), this.timeStamp = e && e.timeStamp || Date.now(), this[_.expando] = !0 }, _.Event.prototype = { constructor: _.Event, isDefaultPrevented: eT, isPropagationStopped: eT, isImmediatePropagationStopped: eT, isSimulated: !1, preventDefault: function() { var e = this.originalEvent; this.isDefaultPrevented = ew, e && !this.isSimulated && e.preventDefault() }, stopPropagation: function() { var e = this.originalEvent; this.isPropagationStopped = ew, e && !this.isSimulated && e.stopPropagation() }, stopImmediatePropagation: function() { var e = this.originalEvent; this.isImmediatePropagationStopped = ew, e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation() } }, _.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, code: !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 && eb.test(e.type) ? null != e.charCode ? e.charCode : e.keyCode : !e.which && void 0 !== t && e_.test(e.type) ? 1 & t ? 1 : 2 & t ? 3 : 4 & t ? 2 : 0 : e.which } }, _.event.addProp), _.each({ focus: "focusin", blur: "focusout" }, function(e, t) { _.event.special[e] = { setup: function() { return eA(this, e, ek), !1 }, trigger: function() { return eA(this, e), !0 }, delegateType: t } }), _.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function(e, t) { _.event.special[e] = { delegateType: t, bindType: t, handle: function(e) { var n, r = e.relatedTarget, i = e.handleObj; return r && (r === this || _.contains(this, r)) || (e.type = i.origType, n = i.handler.apply(this, arguments), e.type = t), n } } }), _.fn.extend({ on: function(e, t, n, r) { return eE(this, e, t, n, r) }, one: function(e, t, n, r) { return eE(this, e, t, n, r, 1) }, off: function(e, t, n) { var r, i; if (e && e.preventDefault && e.handleObj) return r = e.handleObj, _(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler), this; if ("object" == typeof e) { for (i in e) this.off(i, t, e[i]); return this } return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = eT), this.each(function() { _.event.remove(this, e, n, t) }) } }); var eS = /\s*$/g; function ej(e, t) { return A(e, "table") && A(11 !== t.nodeType ? t : t.firstChild, "tr") && _(e).children("tbody")[0] || e } function eL(e) { return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e } function eq(e) { return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), e } function eH(e, t) { var n, r, i, o, a, s; if (1 === t.nodeType) { if (Q.hasData(e) && (s = Q.get(e).events)) for (i in Q.remove(t, "handle events"), s) for (n = 0, r = s[i].length; n < r; n++) _.event.add(t, i, s[i][n]); K.hasData(e) && (o = K.access(e), a = _.extend({}, o), K.set(t, a)) } } function eP(e, t, n, r) { t = o(t); var i, a, s, u, l, c, f = 0, d = e.length, g = d - 1, v = t[0], m = h(v); if (m || 1 < d && "string" == typeof v && !p.checkClone && eN.test(v)) return e.each(function(i) { var o = e.eq(i); m && (t[0] = v.call(this, i, o.html())), eP(o, t, n, r) }); if (d && (a = (i = ex(t, e[0].ownerDocument, !1, e, r)).firstChild, 1 === i.childNodes.length && (i = a), a || r)) { for (u = (s = _.map(em(i, "script"), eL)).length; f < d; f++) l = i, f !== g && (l = _.clone(l, !0, !0), u && _.merge(s, em(l, "script"))), n.call(e[f], l, f); if (u) for (c = s[s.length - 1].ownerDocument, _.map(s, eq), f = 0; f < u; f++) l = s[f], eg.test(l.type || "") && !Q.access(l, "globalEval") && _.contains(c, l) && (l.src && "module" !== (l.type || "").toLowerCase() ? _._evalUrl && !l.noModule && _._evalUrl(l.src, { nonce: l.nonce || l.getAttribute("nonce") }, c) : y(l.textContent.replace(eD, ""), l, c)) } return e } function eO(e, t, n) { for (var r, i = t ? _.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || _.cleanData(em(r)), r.parentNode && (n && eo(r) && ey(em(r, "script")), r.parentNode.removeChild(r)); return e } _.extend({ htmlPrefilter: function(e) { return e }, clone: function(e, t, n) { var r, i, o, a, s, u, l, c = e.cloneNode(!0), f = eo(e); if (!(p.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || _.isXMLDoc(e))) for (a = em(c), r = 0, i = (o = em(e)).length; r < i; r++) s = o[r], "input" === (l = (u = a[r]).nodeName.toLowerCase()) && ep.test(s.type) ? u.checked = s.checked : "input" !== l && "textarea" !== l || (u.defaultValue = s.defaultValue); if (t) { if (n) for (o = o || em(e), a = a || em(c), r = 0, i = o.length; r < i; r++) eH(o[r], a[r]); else eH(e, c) } return 0 < (a = em(c, "script")).length && ey(a, !f && em(e, "script")), c }, cleanData: function(e) { for (var t, n, r, i = _.event.special, o = 0; void 0 !== (n = e[o]); o++) if (G(n)) { if (t = n[Q.expando]) { if (t.events) for (r in t.events) i[r] ? _.event.remove(n, r) : _.removeEvent(n, r, t.handle); n[Q.expando] = void 0 } n[K.expando] && (n[K.expando] = void 0) } } }), _.fn.extend({ detach: function(e) { return eO(this, e, !0) }, remove: function(e) { return eO(this, e) }, text: function(e) { return B(this, function(e) { return void 0 === e ? _.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 eP(this, arguments, function(e) { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || ej(this, e).appendChild(e) }) }, prepend: function() { return eP(this, arguments, function(e) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var t = ej(this, e); t.insertBefore(e, t.firstChild) } }) }, before: function() { return eP(this, arguments, function(e) { this.parentNode && this.parentNode.insertBefore(e, this) }) }, after: function() { return eP(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 && (_.cleanData(em(e, !1)), e.textContent = ""); return this }, clone: function(e, t) { return e = null != e && e, t = null == t ? e : t, this.map(function() { return _.clone(this, e, t) }) }, html: function(e) { return B(this, function(e) { var t = this[0] || {}, n = 0, r = this.length; if (void 0 === e && 1 === t.nodeType) return t.innerHTML; if ("string" == typeof e && !eS.test(e) && !ev[(eh.exec(e) || ["", ""])[1].toLowerCase()]) { e = _.htmlPrefilter(e); try { for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (_.cleanData(em(t, !1)), t.innerHTML = e); t = 0 } catch (i) {} } t && this.empty().append(e) }, null, e, arguments.length) }, replaceWith: function() { var e = []; return eP(this, arguments, function(t) { var n = this.parentNode; 0 > _.inArray(this, e) && (_.cleanData(em(this)), n && n.replaceChild(t, this)) }, e) } }), _.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function(e, t) { _.fn[e] = function(e) { for (var n, r = [], i = _(e), o = i.length - 1, s = 0; s <= o; s++) n = s === o ? this : this.clone(!0), _(i[s])[t](n), a.apply(r, n.get()); return this.pushStack(r) } }); var e0 = RegExp("^(" + et + ")(?!px)[a-z%]+$", "i"), ez = function(t) { var n = t.ownerDocument.defaultView; return n && n.opener || (n = e), n.getComputedStyle(t) }, eM = function(e, t, n) { var r, i, o = {}; for (i in t) o[i] = e.style[i], e.style[i] = t[i]; for (i in r = n.call(e), t) e.style[i] = o[i]; return r }, eI = RegExp(er.join("|"), "i"); function eW(e, t, n) { var r, i, o, a, s = e.style; return (n = n || ez(e)) && ("" !== (a = n.getPropertyValue(t) || n[t]) || eo(e) || (a = _.style(e, t)), !p.pixelBoxStyles() && e0.test(a) && eI.test(t) && (r = s.width, i = s.minWidth, o = s.maxWidth, s.minWidth = s.maxWidth = s.width = a, a = n.width, s.width = r, s.minWidth = i, s.maxWidth = o)), void 0 !== a ? a + "" : a } function eR(e, t) { return { get: function() { if (!e()) return (this.get = t).apply(this, arguments); delete this.get } } }! function() { function t() { if (c) { l.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", c.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", ei.appendChild(l).appendChild(c); var t = e.getComputedStyle(c); r = "1%" !== t.top, u = 12 === n(t.marginLeft), c.style.right = "60%", a = 36 === n(t.right), i = 36 === n(t.width), c.style.position = "absolute", o = 12 === n(c.offsetWidth / 3), ei.removeChild(l), c = null } } function n(e) { return Math.round(parseFloat(e)) } var r, i, o, a, s, u, l = v.createElement("div"), c = v.createElement("div"); c.style && (c.style.backgroundClip = "content-box", c.cloneNode(!0).style.backgroundClip = "", p.clearCloneStyle = "content-box" === c.style.backgroundClip, _.extend(p, { boxSizingReliable: function() { return t(), i }, pixelBoxStyles: function() { return t(), a }, pixelPosition: function() { return t(), r }, reliableMarginLeft: function() { return t(), u }, scrollboxSize: function() { return t(), o }, reliableTrDimensions: function() { var t, n, r, i; return null == s && (t = v.createElement("table"), n = v.createElement("tr"), r = v.createElement("div"), t.style.cssText = "position:absolute;left:-11111px", n.style.height = "1px", r.style.height = "9px", ei.appendChild(t).appendChild(n).appendChild(r), s = 3 < parseInt((i = e.getComputedStyle(n)).height), ei.removeChild(t)), s } })) }(); var e1 = ["Webkit", "Moz", "ms"], eB = v.createElement("div").style, e8 = {}; function e9(e) { return _.cssProps[e] || e8[e] || (e in eB ? e : e8[e] = function(e) { for (var t = e[0].toUpperCase() + e.slice(1), n = e1.length; n--;) if ((e = e1[n] + t) in eB) return e }(e) || e) } var eF = /^(none|table(?!-c[ea]).+)/, e4 = /^--/, e7 = { position: "absolute", visibility: "hidden", display: "block" }, e3 = { letterSpacing: "0", fontWeight: "400" }; function e2(e, t, n) { var r = en.exec(t); return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t } function eU(e, t, n, r, i, o) { var a = "width" === t ? 1 : 0, s = 0, u = 0; if (n === (r ? "border" : "content")) return 0; for (; a < 4; a += 2) "margin" === n && (u += _.css(e, n + er[a], !0, i)), r ? ("content" === n && (u -= _.css(e, "padding" + er[a], !0, i)), "margin" !== n && (u -= _.css(e, "border" + er[a] + "Width", !0, i))) : (u += _.css(e, "padding" + er[a], !0, i), "padding" !== n ? u += _.css(e, "border" + er[a] + "Width", !0, i) : s += _.css(e, "border" + er[a] + "Width", !0, i)); return !r && 0 <= o && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - s - .5)) || 0), u } function eX(e, t, n) { var r = ez(e), i = (!p.boxSizingReliable() || n) && "border-box" === _.css(e, "boxSizing", !1, r), o = i, a = eW(e, t, r), s = "offset" + t[0].toUpperCase() + t.slice(1); if (e0.test(a)) { if (!n) return a; a = "auto" } return (!p.boxSizingReliable() && i || !p.reliableTrDimensions() && A(e, "tr") || "auto" === a || !parseFloat(a) && "inline" === _.css(e, "display", !1, r)) && e.getClientRects().length && (i = "border-box" === _.css(e, "boxSizing", !1, r), (o = s in e) && (a = e[s])), (a = parseFloat(a) || 0) + eU(e, t, n || (i ? "border" : "content"), o, r, a) + "px" } function eV(e, t, n, r, i) { return new eV.prototype.init(e, t, n, r, i) } _.extend({ cssHooks: { opacity: { get: function(e, t) { if (t) { var n = eW(e, "opacity"); return "" === n ? "1" : n } } } }, cssNumber: { animationIterationCount: !0, columnCount: !0, fillOpacity: !0, flexGrow: !0, flexShrink: !0, fontWeight: !0, gridArea: !0, gridColumn: !0, gridColumnEnd: !0, gridColumnStart: !0, gridRow: !0, gridRowEnd: !0, gridRowStart: !0, lineHeight: !0, opacity: !0, order: !0, orphans: !0, widows: !0, zIndex: !0, zoom: !0 }, cssProps: {}, style: function(e, t, n, r) { if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { var i, o, a, s = V(t), u = e4.test(t), l = e.style; if (u || (t = e9(s)), a = _.cssHooks[t] || _.cssHooks[s], void 0 === n) return a && "get" in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t]; "string" == (o = typeof n) && (i = en.exec(n)) && i[1] && (n = eu(e, t, i), o = "number"), null != n && n == n && ("number" !== o || u || (n += i && i[3] || (_.cssNumber[s] ? "" : "px")), p.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (l[t] = "inherit"), a && "set" in a && void 0 === (n = a.set(e, n, r)) || (u ? l.setProperty(t, n) : l[t] = n)) } }, css: function(e, t, n, r) { var i, o, a, s = V(t); return e4.test(t) || (t = e9(s)), (a = _.cssHooks[t] || _.cssHooks[s]) && "get" in a && (i = a.get(e, !0, n)), void 0 === i && (i = eW(e, t, r)), "normal" === i && t in e3 && (i = e3[t]), "" === n || n ? (o = parseFloat(i), !0 === n || isFinite(o) ? o || 0 : i) : i } }), _.each(["height", "width"], function(e, t) { _.cssHooks[t] = { get: function(e, n, r) { if (n) return !eF.test(_.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? eX(e, t, r) : eM(e, e7, function() { return eX(e, t, r) }) }, set: function(e, n, r) { var i, o = ez(e), a = !p.scrollboxSize() && "absolute" === o.position, s = (a || r) && "border-box" === _.css(e, "boxSizing", !1, o), u = r ? eU(e, t, r, s, o) : 0; return s && a && (u -= Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(o[t]) - eU(e, t, "border", !1, o) - .5)), u && (i = en.exec(n)) && "px" !== (i[3] || "px") && (e.style[t] = n, n = _.css(e, t)), e2(0, n, u) } } }), _.cssHooks.marginLeft = eR(p.reliableMarginLeft, function(e, t) { if (t) return (parseFloat(eW(e, "marginLeft")) || e.getBoundingClientRect().left - eM(e, { marginLeft: 0 }, function() { return e.getBoundingClientRect().left })) + "px" }), _.each({ margin: "", padding: "", border: "Width" }, function(e, t) { _.cssHooks[e + t] = { expand: function(n) { for (var r = 0, i = {}, o = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++) i[e + er[r] + t] = o[r] || o[r - 2] || o[0]; return i } }, "margin" !== e && (_.cssHooks[e + t].set = e2) }), _.fn.extend({ css: function(e, t) { return B(this, function(e, t, n) { var r, i, o = {}, a = 0; if (Array.isArray(t)) { for (r = ez(e), i = t.length; a < i; a++) o[t[a]] = _.css(e, t[a], !1, r); return o } return void 0 !== n ? _.style(e, t, n) : _.css(e, t) }, e, t, 1 < arguments.length) } }), ((_.Tween = eV).prototype = { constructor: eV, init: function(e, t, n, r, i, o) { this.elem = e, this.prop = n, this.easing = i || _.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = r, this.unit = o || (_.cssNumber[n] ? "" : "px") }, cur: function() { var e = eV.propHooks[this.prop]; return e && e.get ? e.get(this) : eV.propHooks._default.get(this) }, run: function(e) { var t, n = eV.propHooks[this.prop]; return this.options.duration ? this.pos = t = _.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) : eV.propHooks._default.set(this), this } }).init.prototype = eV.prototype, (eV.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 = _.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0 }, set: function(e) { _.fx.step[e.prop] ? _.fx.step[e.prop](e) : 1 === e.elem.nodeType && (_.cssHooks[e.prop] || null != e.elem.style[e9(e.prop)]) ? _.style(e.elem, e.prop, e.now + e.unit) : e.elem[e.prop] = e.now } } }).scrollTop = eV.propHooks.scrollLeft = { set: function(e) { e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) } }, _.easing = { linear: function(e) { return e }, swing: function(e) { return .5 - Math.cos(e * Math.PI) / 2 }, _default: "swing" }, _.fx = eV.prototype.init, _.fx.step = {}; var e6, eG, eY, e5, eQ = /^(?:toggle|show|hide)$/, eK = /queueHooks$/; function eJ() { return e.setTimeout(function() { e6 = void 0 }), e6 = Date.now() } function eZ(e, t) { var n, r = 0, i = { height: e }; for (t = t ? 1 : 0; r < 4; r += 2 - t) i["margin" + (n = er[r])] = i["padding" + n] = e; return t && (i.opacity = i.width = e), i } function te(e, t, n) { for (var r, i = (tt.tweeners[t] || []).concat(tt.tweeners["*"]), o = 0, a = i.length; o < a; o++) if (r = i[o].call(n, t, e)) return r } function tt(e, t, n) { var r, i, o = 0, a = tt.prefilters.length, s = _.Deferred().always(function() { delete u.elem }), u = function() { if (i) return !1; for (var t = e6 || eJ(), n = Math.max(0, l.startTime + l.duration - t), r = 1 - (n / l.duration || 0), o = 0, a = l.tweens.length; o < a; o++) l.tweens[o].run(r); return s.notifyWith(e, [l, r, n]), r < 1 && a ? n : (a || s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l]), !1) }, l = s.promise({ elem: e, props: _.extend({}, t), opts: _.extend(!0, { specialEasing: {}, easing: _.easing._default }, n), originalProperties: t, originalOptions: n, startTime: e6 || eJ(), duration: n.duration, tweens: [], createTween: function(t, n) { var r = _.Tween(e, l.opts, t, n, l.opts.specialEasing[t] || l.opts.easing); return l.tweens.push(r), r }, stop: function(t) { var n = 0, r = t ? l.tweens.length : 0; if (i) return this; for (i = !0; n < r; n++) l.tweens[n].run(1); return t ? (s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l, t])) : s.rejectWith(e, [l, t]), this } }), c = l.props; for (function(e, t) { var n, r, i, o, a; for (n in e) if (i = t[r = V(n)], Array.isArray(o = e[n]) && (i = o[1], o = e[n] = o[0]), n !== r && (e[r] = o, delete e[n]), (a = _.cssHooks[r]) && ("expand" in a)) for (n in o = a.expand(o), delete e[r], o)(n in e) || (e[n] = o[n], t[n] = i); else t[r] = i }(c, l.opts.specialEasing); o < a; o++) if (r = tt.prefilters[o].call(l, e, c, l.opts)) return h(r.stop) && (_._queueHooks(l.elem, l.opts.queue).stop = r.stop.bind(r)), r; return _.map(c, te, l), h(l.opts.start) && l.opts.start.call(e, l), l.progress(l.opts.progress).done(l.opts.done, l.opts.complete).fail(l.opts.fail).always(l.opts.always), _.fx.timer(_.extend(u, { elem: e, anim: l, queue: l.opts.queue })), l } _.Animation = _.extend(tt, { tweeners: { "*": [function(e, t) { var n = this.createTween(e, t); return eu(n.elem, e, en.exec(t), n), n }] }, tweener: function(e, t) { h(e) ? (t = e, e = ["*"]) : e = e.match(P); for (var n, r = 0, i = e.length; r < i; r++) n = e[r], tt.tweeners[n] = tt.tweeners[n] || [], tt.tweeners[n].unshift(t) }, prefilters: [function(e, t, n) { var r, i, o, a, s, u, l, c, f = "width" in t || "height" in t, d = this, p = {}, h = e.style, g = e.nodeType && es(e), v = Q.get(e, "fxshow"); for (r in n.queue || (null == (a = _._queueHooks(e, "fx")).unqueued && (a.unqueued = 0, s = a.empty.fire, a.empty.fire = function() { a.unqueued || s() }), a.unqueued++, d.always(function() { d.always(function() { a.unqueued--, _.queue(e, "fx").length || a.empty.fire() }) })), t) if (i = t[r], eQ.test(i)) { if (delete t[r], o = o || "toggle" === i, i === (g ? "hide" : "show")) { if ("show" !== i || !v || void 0 === v[r]) continue; g = !0 } p[r] = v && v[r] || _.style(e, r) } if ((u = !_.isEmptyObject(t)) || !_.isEmptyObject(p)) for (r in f && 1 === e.nodeType && (n.overflow = [h.overflow, h.overflowX, h.overflowY], null == (l = v && v.display) && (l = Q.get(e, "display")), "none" === (c = _.css(e, "display")) && (l ? c = l : (ec([e], !0), l = e.style.display || l, c = _.css(e, "display"), ec([e]))), ("inline" === c || "inline-block" === c && null != l) && "none" === _.css(e, "float") && (u || (d.done(function() { h.display = l }), null == l && (l = "none" === (c = h.display) ? "" : c)), h.display = "inline-block")), n.overflow && (h.overflow = "hidden", d.always(function() { h.overflow = n.overflow[0], h.overflowX = n.overflow[1], h.overflowY = n.overflow[2] })), u = !1, p) u || (v ? "hidden" in v && (g = v.hidden) : v = Q.access(e, "fxshow", { display: l }), o && (v.hidden = !g), g && ec([e], !0), d.done(function() { for (r in g || ec([e]), Q.remove(e, "fxshow"), p) _.style(e, r, p[r]) })), u = te(g ? v[r] : 0, r, d), r in v || (v[r] = u.start, g && (u.end = u.start, u.start = 0)) }], prefilter: function(e, t) { t ? tt.prefilters.unshift(e) : tt.prefilters.push(e) } }), _.speed = function(e, t, n) { var r = e && "object" == typeof e ? _.extend({}, e) : { complete: n || !n && t || h(e) && e, duration: e, easing: n && t || t && !h(t) && t }; return _.fx.off ? r.duration = 0 : "number" != typeof r.duration && (r.duration in _.fx.speeds ? r.duration = _.fx.speeds[r.duration] : r.duration = _.fx.speeds._default), null != r.queue && !0 !== r.queue || (r.queue = "fx"), r.old = r.complete, r.complete = function() { h(r.old) && r.old.call(this), r.queue && _.dequeue(this, r.queue) }, r }, _.fn.extend({ fadeTo: function(e, t, n, r) { return this.filter(es).css("opacity", 0).show().end().animate({ opacity: t }, e, n, r) }, animate: function(e, t, n, r) { var i = _.isEmptyObject(e), o = _.speed(t, n, r), a = function() { var t = tt(this, _.extend({}, e), o); (i || Q.get(this, "finish")) && t.stop(!0) }; return a.finish = a, i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a) }, stop: function(e, t, n) { var r = function(e) { var t = e.stop; delete e.stop, t(n) }; return "string" != typeof e && (n = t, t = e, e = void 0), t && this.queue(e || "fx", []), this.each(function() { var t = !0, i = null != e && e + "queueHooks", o = _.timers, a = Q.get(this); if (i) a[i] && a[i].stop && r(a[i]); else for (i in a) a[i] && a[i].stop && eK.test(i) && r(a[i]); for (i = o.length; i--;) o[i].elem !== this || null != e && o[i].queue !== e || (o[i].anim.stop(n), t = !1, o.splice(i, 1)); !t && n || _.dequeue(this, e) }) }, finish: function(e) { return !1 !== e && (e = e || "fx"), this.each(function() { var t, n = Q.get(this), r = n[e + "queue"], i = n[e + "queueHooks"], o = _.timers, a = r ? r.length : 0; for (n.finish = !0, _.queue(this, e, []), i && i.stop && i.stop.call(this, !0), t = o.length; t--;) o[t].elem === this && o[t].queue === e && (o[t].anim.stop(!0), o.splice(t, 1)); for (t = 0; t < a; t++) r[t] && r[t].finish && r[t].finish.call(this); delete n.finish }) } }), _.each(["toggle", "show", "hide"], function(e, t) { var n = _.fn[t]; _.fn[t] = function(e, r, i) { return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(eZ(t, !0), e, r, i) } }), _.each({ slideDown: eZ("show"), slideUp: eZ("hide"), slideToggle: eZ("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function(e, t) { _.fn[e] = function(e, n, r) { return this.animate(t, e, n, r) } }), _.timers = [], _.fx.tick = function() { var e, t = 0, n = _.timers; for (e6 = Date.now(); t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1); n.length || _.fx.stop(), e6 = void 0 }, _.fx.timer = function(e) { _.timers.push(e), _.fx.start() }, _.fx.interval = 13, _.fx.start = function() { eG || (eG = !0, function t() { eG && (!1 === v.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(t) : e.setTimeout(t, _.fx.interval), _.fx.tick()) }()) }, _.fx.stop = function() { eG = null }, _.fx.speeds = { slow: 600, fast: 200, _default: 400 }, _.fn.delay = function(t, n) { return t = _.fx && _.fx.speeds[t] || t, n = n || "fx", this.queue(n, function(n, r) { var i = e.setTimeout(n, t); r.stop = function() { e.clearTimeout(i) } }) }, eY = v.createElement("input"), e5 = v.createElement("select").appendChild(v.createElement("option")), eY.type = "checkbox", p.checkOn = "" !== eY.value, p.optSelected = e5.selected, (eY = v.createElement("input")).value = "t", eY.type = "radio", p.radioValue = "t" === eY.value; var tn, tr = _.expr.attrHandle; _.fn.extend({ attr: function(e, t) { return B(this, _.attr, e, t, 1 < arguments.length) }, removeAttr: function(e) { return this.each(function() { _.removeAttr(this, e) }) } }), _.extend({ attr: function(e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return void 0 === e.getAttribute ? _.prop(e, t, n) : (1 === o && _.isXMLDoc(e) || (i = _.attrHooks[t.toLowerCase()] || (_.expr.match.bool.test(t) ? tn : void 0)), void 0 !== n ? null === n ? void _.removeAttr(e, t) : i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : (e.setAttribute(t, n + ""), n) : i && "get" in i && null !== (r = i.get(e, t)) ? r : null == (r = _.find.attr(e, t)) ? void 0 : r) }, attrHooks: { type: { set: function(e, t) { if (!p.radioValue && "radio" === t && A(e, "input")) { var n = e.value; return e.setAttribute("type", t), n && (e.value = n), t } } } }, removeAttr: function(e, t) { var n, r = 0, i = t && t.match(P); if (i && 1 === e.nodeType) for (; n = i[r++];) e.removeAttribute(n) } }), tn = { set: function(e, t, n) { return !1 === t ? _.removeAttr(e, n) : e.setAttribute(n, n), n } }, _.each(_.expr.match.bool.source.match(/\w+/g), function(e, t) { var n = tr[t] || _.find.attr; tr[t] = function(e, t, r) { var i, o, a = t.toLowerCase(); return r || (o = tr[a], tr[a] = i, i = null != n(e, t, r) ? a : null, tr[a] = o), i } }); var ti = /^(?:input|select|textarea|button)$/i, to = /^(?:a|area)$/i; function ta(e) { return (e.match(P) || []).join(" ") } function ts(e) { return e.getAttribute && e.getAttribute("class") || "" } function tu(e) { return Array.isArray(e) ? e : "string" == typeof e && e.match(P) || [] } _.fn.extend({ prop: function(e, t) { return B(this, _.prop, e, t, 1 < arguments.length) }, removeProp: function(e) { return this.each(function() { delete this[_.propFix[e] || e] }) } }), _.extend({ prop: function(e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return 1 === o && _.isXMLDoc(e) || (t = _.propFix[t] || t, i = _.propHooks[t]), void 0 !== n ? i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : e[t] = n : i && "get" in i && null !== (r = i.get(e, t)) ? r : e[t] }, propHooks: { tabIndex: { get: function(e) { var t = _.find.attr(e, "tabindex"); return t ? parseInt(t, 10) : ti.test(e.nodeName) || to.test(e.nodeName) && e.href ? 0 : -1 } } }, propFix: { for: "htmlFor", class: "className" } }), p.optSelected || (_.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) } }), _.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function() { _.propFix[this.toLowerCase()] = this }), _.fn.extend({ addClass: function(e) { var t, n, r, i, o, a, s, u = 0; if (h(e)) return this.each(function(t) { _(this).addClass(e.call(this, t, ts(this))) }); if ((t = tu(e)).length) { for (; n = this[u++];) if (i = ts(n), r = 1 === n.nodeType && " " + ta(i) + " ") { for (a = 0; o = t[a++];) 0 > r.indexOf(" " + o + " ") && (r += o + " "); i !== (s = ta(r)) && n.setAttribute("class", s) } } return this }, removeClass: function(e) { var t, n, r, i, o, a, s, u = 0; if (h(e)) return this.each(function(t) { _(this).removeClass(e.call(this, t, ts(this))) }); if (!arguments.length) return this.attr("class", ""); if ((t = tu(e)).length) { for (; n = this[u++];) if (i = ts(n), r = 1 === n.nodeType && " " + ta(i) + " ") { for (a = 0; o = t[a++];) for (; - 1 < r.indexOf(" " + o + " ");) r = r.replace(" " + o + " ", " "); i !== (s = ta(r)) && n.setAttribute("class", s) } } return this }, toggleClass: function(e, t) { var n = typeof e, r = "string" === n || Array.isArray(e); return "boolean" == typeof t && r ? t ? this.addClass(e) : this.removeClass(e) : h(e) ? this.each(function(n) { _(this).toggleClass(e.call(this, n, ts(this), t), t) }) : this.each(function() { var t, i, o, a; if (r) for (i = 0, o = _(this), a = tu(e); t = a[i++];) o.hasClass(t) ? o.removeClass(t) : o.addClass(t); else void 0 !== e && "boolean" !== n || ((t = ts(this)) && Q.set(this, "__className__", t), this.setAttribute && this.setAttribute("class", t || !1 === e ? "" : Q.get(this, "__className__") || "")) }) }, hasClass: function(e) { var t, n, r = 0; for (t = " " + e + " "; n = this[r++];) if (1 === n.nodeType && -1 < (" " + ta(ts(n)) + " ").indexOf(t)) return !0; return !1 } }); var tl = /\r/g; _.fn.extend({ val: function(e) { var t, n, r, i = this[0]; return arguments.length ? (r = h(e), this.each(function(n) { var i; 1 === this.nodeType && (null == (i = r ? e.call(this, n, _(this).val()) : e) ? i = "" : "number" == typeof i ? i += "" : Array.isArray(i) && (i = _.map(i, function(e) { return null == e ? "" : e + "" })), (t = _.valHooks[this.type] || _.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, i, "value") || (this.value = i)) })) : i ? (t = _.valHooks[i.type] || _.valHooks[i.nodeName.toLowerCase()]) && "get" in t && void 0 !== (n = t.get(i, "value")) ? n : "string" == typeof(n = i.value) ? n.replace(tl, "") : null == n ? "" : n : void 0 } }), _.extend({ valHooks: { option: { get: function(e) { var t = _.find.attr(e, "value"); return null != t ? t : ta(_.text(e)) } }, select: { get: function(e) { var t, n, r, i = e.options, o = e.selectedIndex, a = "select-one" === e.type, s = a ? null : [], u = a ? o + 1 : i.length; for (r = o < 0 ? u : a ? o : 0; r < u; r++) if (((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode.disabled || !A(n.parentNode, "optgroup"))) { if (t = _(n).val(), a) return t; s.push(t) } return s }, set: function(e, t) { for (var n, r, i = e.options, o = _.makeArray(t), a = i.length; a--;)((r = i[a]).selected = -1 < _.inArray(_.valHooks.option.get(r), o)) && (n = !0); return n || (e.selectedIndex = -1), o } } } }), _.each(["radio", "checkbox"], function() { _.valHooks[this] = { set: function(e, t) { if (Array.isArray(t)) return e.checked = -1 < _.inArray(_(e).val(), t) } }, p.checkOn || (_.valHooks[this].get = function(e) { return null === e.getAttribute("value") ? "on" : e.value }) }), p.focusin = "onfocusin" in e; var tc = /^(?:focusinfocus|focusoutblur)$/, tf = function(e) { e.stopPropagation() }; _.extend(_.event, { trigger: function(t, n, r, i) { var o, a, s, u, l, f, d, p, m = [r || v], y = c.call(t, "type") ? t.type : t, x = c.call(t, "namespace") ? t.namespace.split(".") : []; if (a = p = s = r = r || v, 3 !== r.nodeType && 8 !== r.nodeType && !tc.test(y + _.event.triggered) && (-1 < y.indexOf(".") && (y = (x = y.split(".")).shift(), x.sort()), l = 0 > y.indexOf(":") && "on" + y, (t = t[_.expando] ? t : new _.Event(y, "object" == typeof t && t)).isTrigger = i ? 2 : 3, t.namespace = x.join("."), t.rnamespace = t.namespace ? RegExp("(^|\\.)" + x.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, t.result = void 0, t.target || (t.target = r), n = null == n ? [t] : _.makeArray(n, [t]), d = _.event.special[y] || {}, i || !d.trigger || !1 !== d.trigger.apply(r, n))) { if (!i && !d.noBubble && !g(r)) { for (u = d.delegateType || y, tc.test(u + y) || (a = a.parentNode); a; a = a.parentNode) m.push(a), s = a; s === (r.ownerDocument || v) && m.push(s.defaultView || s.parentWindow || e) } for (o = 0; (a = m[o++]) && !t.isPropagationStopped();) p = a, t.type = 1 < o ? u : d.bindType || y, (f = (Q.get(a, "events") || Object.create(null))[t.type] && Q.get(a, "handle")) && f.apply(a, n), (f = l && a[l]) && f.apply && G(a) && (t.result = f.apply(a, n), !1 === t.result && t.preventDefault()); return t.type = y, i || t.isDefaultPrevented() || d._default && !1 !== d._default.apply(m.pop(), n) || !G(r) || l && h(r[y]) && !g(r) && ((s = r[l]) && (r[l] = null), _.event.triggered = y, t.isPropagationStopped() && p.addEventListener(y, tf), r[y](), t.isPropagationStopped() && p.removeEventListener(y, tf), _.event.triggered = void 0, s && (r[l] = s)), t.result } }, simulate: function(e, t, n) { var r = _.extend(new _.Event, n, { type: e, isSimulated: !0 }); _.event.trigger(r, null, t) } }), _.fn.extend({ trigger: function(e, t) { return this.each(function() { _.event.trigger(e, t, this) }) }, triggerHandler: function(e, t) { var n = this[0]; if (n) return _.event.trigger(e, t, n, !0) } }), p.focusin || _.each({ focus: "focusin", blur: "focusout" }, function(e, t) { var n = function(e) { _.event.simulate(t, e.target, _.event.fix(e)) }; _.event.special[t] = { setup: function() { var r = this.ownerDocument || this.document || this, i = Q.access(r, t); i || r.addEventListener(e, n, !0), Q.access(r, t, (i || 0) + 1) }, teardown: function() { var r = this.ownerDocument || this.document || this, i = Q.access(r, t) - 1; i ? Q.access(r, t, i) : (r.removeEventListener(e, n, !0), Q.remove(r, t)) } } }); var td = e.location, tp = { guid: Date.now() }, th = /\?/; _.parseXML = function(t) { var n; if (!t || "string" != typeof t) return null; try { n = (new e.DOMParser).parseFromString(t, "text/xml") } catch (r) { n = void 0 } return n && !n.getElementsByTagName("parsererror").length || _.error("Invalid XML: " + t), n }; var tg = /\[\]$/, tv = /\r?\n/g, tm = /^(?:submit|button|image|reset|file)$/i, ty = /^(?:input|select|textarea|keygen)/i; function t$(e, t, n, r) { var i; if (Array.isArray(t)) _.each(t, function(t, i) { n || tg.test(e) ? r(e, i) : t$(e + "[" + ("object" == typeof i && null != i ? t : "") + "]", i, n, r) }); else if (n || "object" !== x(t)) r(e, t); else for (i in t) t$(e + "[" + i + "]", t[i], n, r) } _.param = function(e, t) { var n, r = [], i = function(e, t) { var n = h(t) ? t() : t; r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) }; if (null == e) return ""; if (Array.isArray(e) || e.jquery && !_.isPlainObject(e)) _.each(e, function() { i(this.name, this.value) }); else for (n in e) t$(n, e[n], t, i); return r.join("&") }, _.fn.extend({ serialize: function() { return _.param(this.serializeArray()) }, serializeArray: function() { return this.map(function() { var e = _.prop(this, "elements"); return e ? _.makeArray(e) : this }).filter(function() { var e = this.type; return this.name && !_(this).is(":disabled") && ty.test(this.nodeName) && !tm.test(e) && (this.checked || !ep.test(e)) }).map(function(e, t) { var n = _(this).val(); return null == n ? null : Array.isArray(n) ? _.map(n, function(e) { return { name: t.name, value: e.replace(tv, "\r\n") } }) : { name: t.name, value: n.replace(tv, "\r\n") } }).get() } }); var tx = /%20/g, tb = /#.*$/, t_ = /([?&])_=[^&]*/, tC = /^(.*?):[ \t]*([^\r\n]*)$/gm, tw = /^(?:GET|HEAD)$/, tT = /^\/\//, tk = {}, tE = {}, tA = "*/".concat("*"), tS = v.createElement("a"); function tN(e) { return function(t, n) { "string" != typeof t && (n = t, t = "*"); var r, i = 0, o = t.toLowerCase().match(P) || []; if (h(n)) for (; r = o[i++];) "+" === r[0] ? (e[r = r.slice(1) || "*"] = e[r] || []).unshift(n) : (e[r] = e[r] || []).push(n) } } function tD(e, t, n, r) { var i = {}, o = e === tE; function a(s) { var u; return i[s] = !0, _.each(e[s] || [], function(e, s) { var l = s(t, n, r); return "string" != typeof l || o || i[l] ? o ? !(u = l) : void 0 : (t.dataTypes.unshift(l), a(l), !1) }), u } return a(t.dataTypes[0]) || !i["*"] && a("*") } function tj(e, t) { var n, r, i = _.ajaxSettings.flatOptions || {}; for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]); return r && _.extend(!0, e, r), e } tS.href = td.href, _.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: td.href, type: "GET", isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(td.protocol), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": tA, 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": _.parseXML }, flatOptions: { url: !0, context: !0 } }, ajaxSetup: function(e, t) { return t ? tj(tj(e, _.ajaxSettings), t) : tj(_.ajaxSettings, e) }, ajaxPrefilter: tN(tk), ajaxTransport: tN(tE), ajax: function(t, n) { "object" == typeof t && (n = t, t = void 0), n = n || {}; var r, i, o, a, s, u, l, c, f, d, p = _.ajaxSetup({}, n), h = p.context || p, g = p.context && (h.nodeType || h.jquery) ? _(h) : _.event, m = _.Deferred(), y = _.Callbacks("once memory"), x = p.statusCode || {}, b = {}, C = {}, w = "canceled", T = { readyState: 0, getResponseHeader: function(e) { var t; if (l) { if (!a) for (a = {}; t = tC.exec(o);) a[t[1].toLowerCase() + " "] = (a[t[1].toLowerCase() + " "] || []).concat(t[2]); t = a[e.toLowerCase() + " "] } return null == t ? null : t.join(", ") }, getAllResponseHeaders: function() { return l ? o : null }, setRequestHeader: function(e, t) { return null == l && (b[e = C[e.toLowerCase()] = C[e.toLowerCase()] || e] = t), this }, overrideMimeType: function(e) { return null == l && (p.mimeType = e), this }, statusCode: function(e) { var t; if (e) { if (l) T.always(e[T.status]); else for (t in e) x[t] = [x[t], e[t]] } return this }, abort: function(e) { var t = e || w; return r && r.abort(t), A(0, t), this } }; if (m.promise(T), p.url = ((t || p.url || td.href) + "").replace(tT, td.protocol + "//"), p.type = n.method || n.type || p.method || p.type, p.dataTypes = (p.dataType || "*").toLowerCase().match(P) || [""], null == p.crossDomain) { u = v.createElement("a"); try { u.href = p.url, u.href = u.href, p.crossDomain = tS.protocol + "//" + tS.host != u.protocol + "//" + u.host } catch (k) { p.crossDomain = !0 } } if (p.data && p.processData && "string" != typeof p.data && (p.data = _.param(p.data, p.traditional)), tD(tk, p, n, T), l) return T; for (f in (c = _.event && p.global) && 0 == _.active++ && _.event.trigger("ajaxStart"), p.type = p.type.toUpperCase(), p.hasContent = !tw.test(p.type), i = p.url.replace(tb, ""), p.hasContent ? p.data && p.processData && 0 === (p.contentType || "").indexOf("application/x-www-form-urlencoded") && (p.data = p.data.replace(tx, "+")) : (d = p.url.slice(i.length), p.data && (p.processData || "string" == typeof p.data) && (i += (th.test(i) ? "&" : "?") + p.data, delete p.data), !1 === p.cache && (i = i.replace(t_, "$1"), d = (th.test(i) ? "&" : "?") + "_=" + tp.guid++ + d), p.url = i + d), p.ifModified && (_.lastModified[i] && T.setRequestHeader("If-Modified-Since", _.lastModified[i]), _.etag[i] && T.setRequestHeader("If-None-Match", _.etag[i])), (p.data && p.hasContent && !1 !== p.contentType || n.contentType) && T.setRequestHeader("Content-Type", p.contentType), T.setRequestHeader("Accept", p.dataTypes[0] && p.accepts[p.dataTypes[0]] ? p.accepts[p.dataTypes[0]] + ("*" !== p.dataTypes[0] ? ", " + tA + "; q=0.01" : "") : p.accepts["*"]), p.headers) T.setRequestHeader(f, p.headers[f]); if (p.beforeSend && (!1 === p.beforeSend.call(h, T, p) || l)) return T.abort(); if (w = "abort", y.add(p.complete), T.done(p.success), T.fail(p.error), r = tD(tE, p, n, T)) { if (T.readyState = 1, c && g.trigger("ajaxSend", [T, p]), l) return T; p.async && 0 < p.timeout && (s = e.setTimeout(function() { T.abort("timeout") }, p.timeout)); try { l = !1, r.send(b, A) } catch (E) { if (l) throw E; A(-1, E) } } else A(-1, "No Transport"); function A(t, n, a, u) { var f, d, v, b, C, w = n; l || (l = !0, s && e.clearTimeout(s), r = void 0, o = u || "", T.readyState = 0 < t ? 4 : 0, f = 200 <= t && t < 300 || 304 === t, a && (b = function(e, t, n) { for (var r, i, o, a, s = e.contents, u = e.dataTypes; "*" === u[0];) u.shift(), void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type")); if (r) { for (i in s) if (s[i] && s[i].test(r)) { u.unshift(i); break } } if (u[0] in n) o = u[0]; else { for (i in n) { if (!u[0] || e.converters[i + " " + u[0]]) { o = i; break } a || (a = i) } o = o || a } if (o) return o !== u[0] && u.unshift(o), n[o] }(p, T, a)), !f && -1 < _.inArray("script", p.dataTypes) && (p.converters["text script"] = function() {}), b = function(e, t, n, r) { var i, o, a, s, u, l = {}, c = e.dataTypes.slice(); if (c[1]) for (a in e.converters) l[a.toLowerCase()] = e.converters[a]; for (o = c.shift(); o;) if (e.responseFields[o] && (n[e.responseFields[o]] = t), !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), u = o, o = c.shift()) { if ("*" === o) o = u; else if ("*" !== u && u !== o) { if (!(a = l[u + " " + o] || l["* " + o])) { for (i in l) if ((s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l["* " + s[0]])) { !0 === a ? a = l[i] : !0 !== l[i] && (o = s[0], c.unshift(s[1])); break } } if (!0 !== a) { if (a && e.throws) t = a(t); else try { t = a(t) } catch (f) { return { state: "parsererror", error: a ? f : "No conversion from " + u + " to " + o } } } } } return { state: "success", data: t } }(p, b, T, f), f ? (p.ifModified && ((C = T.getResponseHeader("Last-Modified")) && (_.lastModified[i] = C), (C = T.getResponseHeader("etag")) && (_.etag[i] = C)), 204 === t || "HEAD" === p.type ? w = "nocontent" : 304 === t ? w = "notmodified" : (w = b.state, d = b.data, f = !(v = b.error))) : (v = w, !t && w || (w = "error", t < 0 && (t = 0))), T.status = t, T.statusText = (n || w) + "", f ? m.resolveWith(h, [d, w, T]) : m.rejectWith(h, [T, w, v]), T.statusCode(x), x = void 0, c && g.trigger(f ? "ajaxSuccess" : "ajaxError", [T, p, f ? d : v]), y.fireWith(h, [T, w]), c && (g.trigger("ajaxComplete", [T, p]), --_.active || _.event.trigger("ajaxStop"))) } return T }, getJSON: function(e, t, n) { return _.get(e, t, n, "json") }, getScript: function(e, t) { return _.get(e, void 0, t, "script") } }), _.each(["get", "post"], function(e, t) { _[t] = function(e, n, r, i) { return h(n) && (i = i || r, r = n, n = void 0), _.ajax(_.extend({ url: e, type: t, dataType: i, data: n, success: r }, _.isPlainObject(e) && e)) } }), _.ajaxPrefilter(function(e) { var t; for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "") }), _._evalUrl = function(e, t, n) { return _.ajax({ url: e, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, converters: { "text script": function() {} }, dataFilter: function(e) { _.globalEval(e, t, n) } }) }, _.fn.extend({ wrapAll: function(e) { var t; return this[0] && (h(e) && (e = e.call(this[0])), t = _(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 h(e) ? this.each(function(t) { _(this).wrapInner(e.call(this, t)) }) : this.each(function() { var t = _(this), n = t.contents(); n.length ? n.wrapAll(e) : t.append(e) }) }, wrap: function(e) { var t = h(e); return this.each(function(n) { _(this).wrapAll(t ? e.call(this, n) : e) }) }, unwrap: function(e) { return this.parent(e).not("body").each(function() { _(this).replaceWith(this.childNodes) }), this } }), _.expr.pseudos.hidden = function(e) { return !_.expr.pseudos.visible(e) }, _.expr.pseudos.visible = function(e) { return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) }, _.ajaxSettings.xhr = function() { try { return new e.XMLHttpRequest } catch (t) {} }; var tL = { 0: 200, 1223: 204 }, tq = _.ajaxSettings.xhr(); p.cors = !!tq && "withCredentials" in tq, p.ajax = tq = !!tq, _.ajaxTransport(function(t) { var n, r; if (p.cors || tq && !t.crossDomain) return { send: function(i, o) { var a, s = t.xhr(); if (s.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields) for (a in t.xhrFields) s[a] = t.xhrFields[a]; for (a in t.mimeType && s.overrideMimeType && s.overrideMimeType(t.mimeType), t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"), i) s.setRequestHeader(a, i[a]); n = function(e) { return function() { n && (n = r = s.onload = s.onerror = s.onabort = s.ontimeout = s.onreadystatechange = null, "abort" === e ? s.abort() : "error" === e ? "number" != typeof s.status ? o(0, "error") : o(s.status, s.statusText) : o(tL[s.status] || s.status, s.statusText, "text" !== (s.responseType || "text") || "string" != typeof s.responseText ? { binary: s.response } : { text: s.responseText }, s.getAllResponseHeaders())) } }, s.onload = n(), r = s.onerror = s.ontimeout = n("error"), void 0 !== s.onabort ? s.onabort = r : s.onreadystatechange = function() { 4 === s.readyState && e.setTimeout(function() { n && r() }) }, n = n("abort"); try { s.send(t.hasContent && t.data || null) } catch (u) { if (n) throw u } }, abort: function() { n && n() } } }), _.ajaxPrefilter(function(e) { e.crossDomain && (e.contents.script = !1) }), _.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 _.globalEval(e), e } } }), _.ajaxPrefilter("script", function(e) { void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET") }), _.ajaxTransport("script", function(e) { var t, n; if (e.crossDomain || e.scriptAttrs) return { send: function(r, i) { t = _("