(window.webpackJsonp = window.webpackJsonp || []).push([ [1], { 0: function(t, e, n) { n(30), (t.exports = angular); }, 1: function(t, e, n) { var r; /*! * jQuery JavaScript Library v3.3.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2018-01-20T17:24Z */ /*! * jQuery JavaScript Library v3.3.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2018-01-20T17:24Z */ !(function(e, n) { "use strict"; "object" == typeof t && "object" == typeof t.exports ? (t.exports = e.document ? n(e, !0) : function(t) { if (!t.document) throw new Error("jQuery requires a window with a document"); return n(t); }) : n(e); })("undefined" != typeof window ? window : this, function(n, i) { "use strict"; var o = [], a = n.document, u = Object.getPrototypeOf, s = o.slice, c = o.concat, l = o.push, f = o.indexOf, p = {}, h = p.toString, d = p.hasOwnProperty, v = d.toString, g = v.call(Object), m = {}, $ = function(t) { return "function" == typeof t && "number" != typeof t.nodeType; }, y = function(t) { return null != t && t === t.window; }, b = { type: !0, src: !0, noModule: !0 }; function w(t, e, n) { var r, i = (e = e || a).createElement("script"); if (((i.text = t), n)) for (r in b) n[r] && (i[r] = n[r]); e.head.appendChild(i).parentNode.removeChild(i); } function x(t) { return null == t ? t + "" : "object" == typeof t || "function" == typeof t ? p[h.call(t)] || "object" : typeof t; } var _ = function(t, e) { return new _.fn.init(t, e); }, C = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; function S(t) { var e = !!t && "length" in t && t.length, n = x(t); return ( !$(t) && !y(t) && ("array" === n || 0 === e || ("number" == typeof e && e > 0 && e - 1 in t)) ); } (_.fn = _.prototype = { jquery: "3.3.1", constructor: _, length: 0, toArray: function() { return s.call(this); }, get: function(t) { return null == t ? s.call(this) : t < 0 ? this[t + this.length] : this[t]; }, pushStack: function(t) { var e = _.merge(this.constructor(), t); return (e.prevObject = this), e; }, each: function(t) { return _.each(this, t); }, map: function(t) { return this.pushStack( _.map(this, function(e, n) { return t.call(e, n, e); }) ); }, slice: function() { return this.pushStack(s.apply(this, arguments)); }, first: function() { return this.eq(0); }, last: function() { return this.eq(-1); }, eq: function(t) { var e = this.length, n = +t + (t < 0 ? e : 0); return this.pushStack(n >= 0 && n < e ? [this[n]] : []); }, end: function() { return this.prevObject || this.constructor(); }, push: l, sort: o.sort, splice: o.splice }), (_.extend = _.fn.extend = function() { var t, e, n, r, i, o, a = arguments[0] || {}, u = 1, s = arguments.length, c = !1; for ( "boolean" == typeof a && ((c = a), (a = arguments[u] || {}), u++), "object" == typeof a || $(a) || (a = {}), u === s && ((a = this), u--); u < s; u++ ) if (null != (t = arguments[u])) for (e in t) (n = a[e]), a !== (r = t[e]) && (c && r && (_.isPlainObject(r) || (i = Array.isArray(r))) ? (i ? ((i = !1), (o = n && Array.isArray(n) ? n : [])) : (o = n && _.isPlainObject(n) ? n : {}), (a[e] = _.extend(c, o, r))) : void 0 !== r && (a[e] = r)); return a; }), _.extend({ expando: "jQuery" + ("3.3.1" + Math.random()).replace(/\D/g, ""), isReady: !0, error: function(t) { throw new Error(t); }, noop: function() {}, isPlainObject: function(t) { var e, n; return ( !(!t || "[object Object]" !== h.call(t)) && (!(e = u(t)) || ("function" == typeof (n = d.call(e, "constructor") && e.constructor) && v.call(n) === g)) ); }, isEmptyObject: function(t) { var e; for (e in t) return !1; return !0; }, globalEval: function(t) { w(t); }, each: function(t, e) { var n, r = 0; if (S(t)) for (n = t.length; r < n && !1 !== e.call(t[r], r, t[r]); r++); else for (r in t) if (!1 === e.call(t[r], r, t[r])) break; return t; }, trim: function(t) { return null == t ? "" : (t + "").replace(C, ""); }, makeArray: function(t, e) { var n = e || []; return ( null != t && (S(Object(t)) ? _.merge(n, "string" == typeof t ? [t] : t) : l.call(n, t)), n ); }, inArray: function(t, e, n) { return null == e ? -1 : f.call(e, t, n); }, merge: function(t, e) { for (var n = +e.length, r = 0, i = t.length; r < n; r++) t[i++] = e[r]; return (t.length = i), t; }, grep: function(t, e, n) { for (var r = [], i = 0, o = t.length, a = !n; i < o; i++) !e(t[i], i) !== a && r.push(t[i]); return r; }, map: function(t, e, n) { var r, i, o = 0, a = []; if (S(t)) for (r = t.length; o < r; o++) null != (i = e(t[o], o, n)) && a.push(i); else for (o in t) null != (i = e(t[o], o, n)) && a.push(i); return c.apply([], a); }, guid: 1, support: m }), "function" == typeof Symbol && (_.fn[Symbol.iterator] = o[Symbol.iterator]), _.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function(t, e) { p["[object " + e + "]"] = e.toLowerCase(); } ); var E = /*! * Sizzle CSS Selector Engine v2.3.3 * https://sizzlejs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2016-08-08 */ (function(t) { var e, n, r, i, o, a, u, s, c, l, f, p, h, d, v, g, m, $, y, b = "sizzle" + 1 * new Date(), w = t.document, x = 0, _ = 0, C = at(), S = at(), E = at(), k = function(t, e) { return t === e && (f = !0), 0; }, A = {}.hasOwnProperty, T = [], O = T.pop, j = T.push, N = T.push, M = T.slice, L = function(t, e) { for (var n = 0, r = t.length; n < r; n++) if (t[n] === e) return n; return -1; }, D = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", I = "[\\x20\\t\\r\\n\\f]", R = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", P = "\\[" + I + "*(" + R + ")(?:" + I + "*([*^$|!~]?=)" + I + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + R + "))|)" + I + "*\\]", V = ":(" + R + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + P + ")*)|.*)\\)|)", q = new RegExp(I + "+", "g"), U = new RegExp("^" + I + "+|((?:^|[^\\\\])(?:\\\\.)*)" + I + "+$", "g"), F = new RegExp("^" + I + "*," + I + "*"), H = new RegExp("^" + I + "*([>+~]|" + I + ")" + I + "*"), B = new RegExp("=" + I + "*([^\\]'\"]*?)" + I + "*\\]", "g"), z = new RegExp(V), W = new RegExp("^" + R + "$"), G = { ID: new RegExp("^#(" + R + ")"), CLASS: new RegExp("^\\.(" + R + ")"), TAG: new RegExp("^(" + R + "|[*])"), ATTR: new RegExp("^" + P), PSEUDO: new RegExp("^" + V), CHILD: new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + I + "*(even|odd|(([+-]|)(\\d*)n|)" + I + "*(?:([+-]|)" + I + "*(\\d+)|))" + I + "*\\)|)", "i" ), bool: new RegExp("^(?:" + D + ")$", "i"), needsContext: new RegExp( "^" + I + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + I + "*((?:-\\d)?\\d*)" + I + "*\\)|)(?=[^-]|$)", "i" ) }, K = /^(?:input|select|textarea|button)$/i, J = /^h\d$/i, Y = /^[^{]+\{\s*\[native \w/, Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, X = /[+~]/, Q = new RegExp("\\\\([\\da-f]{1,6}" + I + "?|(" + I + ")|.)", "ig"), tt = function(t, e, n) { var r = "0x" + e - 65536; return r != r || n ? e : r < 0 ? String.fromCharCode(r + 65536) : String.fromCharCode((r >> 10) | 55296, (1023 & r) | 56320); }, et = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, nt = function(t, e) { return e ? "\0" === t ? "�" : t.slice(0, -1) + "\\" + t.charCodeAt(t.length - 1).toString(16) + " " : "\\" + t; }, rt = function() { p(); }, it = $t( function(t) { return !0 === t.disabled && ("form" in t || "label" in t); }, { dir: "parentNode", next: "legend" } ); try { N.apply((T = M.call(w.childNodes)), w.childNodes), T[w.childNodes.length].nodeType; } catch (t) { N = { apply: T.length ? function(t, e) { j.apply(t, M.call(e)); } : function(t, e) { for (var n = t.length, r = 0; (t[n++] = e[r++]); ); t.length = n - 1; } }; } function ot(t, e, r, i) { var o, u, c, l, f, d, m, $ = e && e.ownerDocument, x = e ? e.nodeType : 9; if (((r = r || []), "string" != typeof t || !t || (1 !== x && 9 !== x && 11 !== x))) return r; if (!i && ((e ? e.ownerDocument || e : w) !== h && p(e), (e = e || h), v)) { if (11 !== x && (f = Z.exec(t))) if ((o = f[1])) { if (9 === x) { if (!(c = e.getElementById(o))) return r; if (c.id === o) return r.push(c), r; } else if ($ && (c = $.getElementById(o)) && y(e, c) && c.id === o) return r.push(c), r; } else { if (f[2]) return N.apply(r, e.getElementsByTagName(t)), r; if ((o = f[3]) && n.getElementsByClassName && e.getElementsByClassName) return N.apply(r, e.getElementsByClassName(o)), r; } if (n.qsa && !E[t + " "] && (!g || !g.test(t))) { if (1 !== x) ($ = e), (m = t); else if ("object" !== e.nodeName.toLowerCase()) { for ( (l = e.getAttribute("id")) ? (l = l.replace(et, nt)) : e.setAttribute("id", (l = b)), u = (d = a(t)).length; u--; ) d[u] = "#" + l + " " + mt(d[u]); (m = d.join(",")), ($ = (X.test(t) && vt(e.parentNode)) || e); } if (m) try { return N.apply(r, $.querySelectorAll(m)), r; } catch (t) { } finally { l === b && e.removeAttribute("id"); } } } return s(t.replace(U, "$1"), e, r, i); } function at() { var t = []; return function e(n, i) { return t.push(n + " ") > r.cacheLength && delete e[t.shift()], (e[n + " "] = i); }; } function ut(t) { return (t[b] = !0), t; } function st(t) { var e = h.createElement("fieldset"); try { return !!t(e); } catch (t) { return !1; } finally { e.parentNode && e.parentNode.removeChild(e), (e = null); } } function ct(t, e) { for (var n = t.split("|"), i = n.length; i--; ) r.attrHandle[n[i]] = e; } function lt(t, e) { var n = e && t, r = n && 1 === t.nodeType && 1 === e.nodeType && t.sourceIndex - e.sourceIndex; if (r) return r; if (n) for (; (n = n.nextSibling); ) if (n === e) return -1; return t ? 1 : -1; } function ft(t) { return function(e) { return "input" === e.nodeName.toLowerCase() && e.type === t; }; } function pt(t) { return function(e) { var n = e.nodeName.toLowerCase(); return ("input" === n || "button" === n) && e.type === t; }; } function ht(t) { return function(e) { return "form" in e ? e.parentNode && !1 === e.disabled ? "label" in e ? "label" in e.parentNode ? e.parentNode.disabled === t : e.disabled === t : e.isDisabled === t || (e.isDisabled !== !t && it(e) === t) : e.disabled === t : "label" in e && e.disabled === t; }; } function dt(t) { return ut(function(e) { return ( (e = +e), ut(function(n, r) { for (var i, o = t([], n.length, e), a = o.length; a--; ) n[(i = o[a])] && (n[i] = !(r[i] = n[i])); }) ); }); } function vt(t) { return t && void 0 !== t.getElementsByTagName && t; } for (e in ((n = ot.support = {}), (o = ot.isXML = function(t) { var e = t && (t.ownerDocument || t).documentElement; return !!e && "HTML" !== e.nodeName; }), (p = ot.setDocument = function(t) { var e, i, a = t ? t.ownerDocument || t : w; return a !== h && 9 === a.nodeType && a.documentElement ? ((d = (h = a).documentElement), (v = !o(h)), w !== h && (i = h.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", rt, !1) : i.attachEvent && i.attachEvent("onunload", rt)), (n.attributes = st(function(t) { return (t.className = "i"), !t.getAttribute("className"); })), (n.getElementsByTagName = st(function(t) { return t.appendChild(h.createComment("")), !t.getElementsByTagName("*").length; })), (n.getElementsByClassName = Y.test(h.getElementsByClassName)), (n.getById = st(function(t) { return ( (d.appendChild(t).id = b), !h.getElementsByName || !h.getElementsByName(b).length ); })), n.getById ? ((r.filter.ID = function(t) { var e = t.replace(Q, tt); return function(t) { return t.getAttribute("id") === e; }; }), (r.find.ID = function(t, e) { if (void 0 !== e.getElementById && v) { var n = e.getElementById(t); return n ? [n] : []; } })) : ((r.filter.ID = function(t) { var e = t.replace(Q, tt); return function(t) { var n = void 0 !== t.getAttributeNode && t.getAttributeNode("id"); return n && n.value === e; }; }), (r.find.ID = function(t, e) { if (void 0 !== e.getElementById && v) { var n, r, i, o = e.getElementById(t); if (o) { if ((n = o.getAttributeNode("id")) && n.value === t) return [o]; for (i = e.getElementsByName(t), r = 0; (o = i[r++]); ) if ((n = o.getAttributeNode("id")) && n.value === t) return [o]; } return []; } })), (r.find.TAG = n.getElementsByTagName ? function(t, e) { return void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t) : n.qsa ? e.querySelectorAll(t) : void 0; } : function(t, e) { var n, r = [], i = 0, o = e.getElementsByTagName(t); if ("*" === t) { for (; (n = o[i++]); ) 1 === n.nodeType && r.push(n); return r; } return o; }), (r.find.CLASS = n.getElementsByClassName && function(t, e) { if (void 0 !== e.getElementsByClassName && v) return e.getElementsByClassName(t); }), (m = []), (g = []), (n.qsa = Y.test(h.querySelectorAll)) && (st(function(t) { (d.appendChild(t).innerHTML = ""), t.querySelectorAll("[msallowcapture^='']").length && g.push("[*^$]=" + I + "*(?:''|\"\")"), t.querySelectorAll("[selected]").length || g.push("\\[" + I + "*(?:value|" + D + ")"), t.querySelectorAll("[id~=" + b + "-]").length || g.push("~="), t.querySelectorAll(":checked").length || g.push(":checked"), t.querySelectorAll("a#" + b + "+*").length || g.push(".#.+[+~]"); }), st(function(t) { t.innerHTML = ""; var e = h.createElement("input"); e.setAttribute("type", "hidden"), t.appendChild(e).setAttribute("name", "D"), t.querySelectorAll("[name=d]").length && g.push("name" + I + "*[*^$|!~]?="), 2 !== t.querySelectorAll(":enabled").length && g.push(":enabled", ":disabled"), (d.appendChild(t).disabled = !0), 2 !== t.querySelectorAll(":disabled").length && g.push(":enabled", ":disabled"), t.querySelectorAll("*,:x"), g.push(",.*:"); })), (n.matchesSelector = Y.test( ($ = d.matches || d.webkitMatchesSelector || d.mozMatchesSelector || d.oMatchesSelector || d.msMatchesSelector) )) && st(function(t) { (n.disconnectedMatch = $.call(t, "*")), $.call(t, "[s!='']:x"), m.push("!=", V); }), (g = g.length && new RegExp(g.join("|"))), (m = m.length && new RegExp(m.join("|"))), (e = Y.test(d.compareDocumentPosition)), (y = e || Y.test(d.contains) ? function(t, e) { var n = 9 === t.nodeType ? t.documentElement : t, r = e && e.parentNode; return ( t === r || !( !r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : t.compareDocumentPosition && 16 & t.compareDocumentPosition(r)) ) ); } : function(t, e) { if (e) for (; (e = e.parentNode); ) if (e === t) return !0; return !1; }), (k = e ? function(t, e) { if (t === e) return (f = !0), 0; var r = !t.compareDocumentPosition - !e.compareDocumentPosition; return ( r || (1 & (r = (t.ownerDocument || t) === (e.ownerDocument || e) ? t.compareDocumentPosition(e) : 1) || (!n.sortDetached && e.compareDocumentPosition(t) === r) ? t === h || (t.ownerDocument === w && y(w, t)) ? -1 : e === h || (e.ownerDocument === w && y(w, e)) ? 1 : l ? L(l, t) - L(l, e) : 0 : 4 & r ? -1 : 1) ); } : function(t, e) { if (t === e) return (f = !0), 0; var n, r = 0, i = t.parentNode, o = e.parentNode, a = [t], u = [e]; if (!i || !o) return t === h ? -1 : e === h ? 1 : i ? -1 : o ? 1 : l ? L(l, t) - L(l, e) : 0; if (i === o) return lt(t, e); for (n = t; (n = n.parentNode); ) a.unshift(n); for (n = e; (n = n.parentNode); ) u.unshift(n); for (; a[r] === u[r]; ) r++; return r ? lt(a[r], u[r]) : a[r] === w ? -1 : u[r] === w ? 1 : 0; }), h) : h; }), (ot.matches = function(t, e) { return ot(t, null, null, e); }), (ot.matchesSelector = function(t, e) { if ( ((t.ownerDocument || t) !== h && p(t), (e = e.replace(B, "='$1']")), n.matchesSelector && v && !E[e + " "] && (!m || !m.test(e)) && (!g || !g.test(e))) ) try { var r = $.call(t, e); if (r || n.disconnectedMatch || (t.document && 11 !== t.document.nodeType)) return r; } catch (t) {} return ot(e, h, null, [t]).length > 0; }), (ot.contains = function(t, e) { return (t.ownerDocument || t) !== h && p(t), y(t, e); }), (ot.attr = function(t, e) { (t.ownerDocument || t) !== h && p(t); var i = r.attrHandle[e.toLowerCase()], o = i && A.call(r.attrHandle, e.toLowerCase()) ? i(t, e, !v) : void 0; return void 0 !== o ? o : n.attributes || !v ? t.getAttribute(e) : (o = t.getAttributeNode(e)) && o.specified ? o.value : null; }), (ot.escape = function(t) { return (t + "").replace(et, nt); }), (ot.error = function(t) { throw new Error("Syntax error, unrecognized expression: " + t); }), (ot.uniqueSort = function(t) { var e, r = [], i = 0, o = 0; if (((f = !n.detectDuplicates), (l = !n.sortStable && t.slice(0)), t.sort(k), f)) { for (; (e = t[o++]); ) e === t[o] && (i = r.push(o)); for (; i--; ) t.splice(r[i], 1); } return (l = null), t; }), (i = ot.getText = function(t) { var e, n = "", r = 0, o = t.nodeType; if (o) { if (1 === o || 9 === o || 11 === o) { if ("string" == typeof t.textContent) return t.textContent; for (t = t.firstChild; t; t = t.nextSibling) n += i(t); } else if (3 === o || 4 === o) return t.nodeValue; } else for (; (e = t[r++]); ) n += i(e); return n; }), ((r = ot.selectors = { cacheLength: 50, createPseudo: ut, match: G, attrHandle: {}, find: {}, relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" } }, preFilter: { ATTR: function(t) { return ( (t[1] = t[1].replace(Q, tt)), (t[3] = (t[3] || t[4] || t[5] || "").replace(Q, tt)), "~=" === t[2] && (t[3] = " " + t[3] + " "), t.slice(0, 4) ); }, CHILD: function(t) { return ( (t[1] = t[1].toLowerCase()), "nth" === t[1].slice(0, 3) ? (t[3] || ot.error(t[0]), (t[4] = +(t[4] ? t[5] + (t[6] || 1) : 2 * ("even" === t[3] || "odd" === t[3]))), (t[5] = +(t[7] + t[8] || "odd" === t[3]))) : t[3] && ot.error(t[0]), t ); }, PSEUDO: function(t) { var e, n = !t[6] && t[2]; return G.CHILD.test(t[0]) ? null : (t[3] ? (t[2] = t[4] || t[5] || "") : n && z.test(n) && (e = a(n, !0)) && (e = n.indexOf(")", n.length - e) - n.length) && ((t[0] = t[0].slice(0, e)), (t[2] = n.slice(0, e))), t.slice(0, 3)); } }, filter: { TAG: function(t) { var e = t.replace(Q, tt).toLowerCase(); return "*" === t ? function() { return !0; } : function(t) { return t.nodeName && t.nodeName.toLowerCase() === e; }; }, CLASS: function(t) { var e = C[t + " "]; return ( e || ((e = new RegExp("(^|" + I + ")" + t + "(" + I + "|$)")) && C(t, function(t) { return e.test( ("string" == typeof t.className && t.className) || (void 0 !== t.getAttribute && t.getAttribute("class")) || "" ); })) ); }, ATTR: function(t, e, n) { return function(r) { var i = ot.attr(r, t); return null == i ? "!=" === e : !e || ((i += ""), "=" === e ? i === n : "!=" === e ? i !== n : "^=" === e ? n && 0 === i.indexOf(n) : "*=" === e ? n && i.indexOf(n) > -1 : "$=" === e ? n && i.slice(-n.length) === n : "~=" === e ? (" " + i.replace(q, " ") + " ").indexOf(n) > -1 : "|=" === e && (i === n || i.slice(0, n.length + 1) === n + "-")); }; }, CHILD: function(t, e, n, r, i) { var o = "nth" !== t.slice(0, 3), a = "last" !== t.slice(-4), u = "of-type" === e; return 1 === r && 0 === i ? function(t) { return !!t.parentNode; } : function(e, n, s) { var c, l, f, p, h, d, v = o !== a ? "nextSibling" : "previousSibling", g = e.parentNode, m = u && e.nodeName.toLowerCase(), $ = !s && !u, y = !1; if (g) { if (o) { for (; v; ) { for (p = e; (p = p[v]); ) if (u ? p.nodeName.toLowerCase() === m : 1 === p.nodeType) return !1; d = v = "only" === t && !d && "nextSibling"; } return !0; } if (((d = [a ? g.firstChild : g.lastChild]), a && $)) { for ( y = (h = (c = (l = (f = (p = g)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[t] || [])[0] === x && c[1]) && c[2], p = h && g.childNodes[h]; (p = (++h && p && p[v]) || (y = h = 0) || d.pop()); ) if (1 === p.nodeType && ++y && p === e) { l[t] = [x, h, y]; break; } } else if ( ($ && (y = h = (c = (l = (f = (p = e)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[t] || [])[0] === x && c[1]), !1 === y) ) for ( ; (p = (++h && p && p[v]) || (y = h = 0) || d.pop()) && ((u ? p.nodeName.toLowerCase() !== m : 1 !== p.nodeType) || !++y || ($ && ((l = (f = p[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[ t ] = [x, y]), p !== e)); ); return (y -= i) === r || (y % r == 0 && y / r >= 0); } }; }, PSEUDO: function(t, e) { var n, i = r.pseudos[t] || r.setFilters[t.toLowerCase()] || ot.error("unsupported pseudo: " + t); return i[b] ? i(e) : i.length > 1 ? ((n = [t, t, "", e]), r.setFilters.hasOwnProperty(t.toLowerCase()) ? ut(function(t, n) { for (var r, o = i(t, e), a = o.length; a--; ) t[(r = L(t, o[a]))] = !(n[r] = o[a]); }) : function(t) { return i(t, 0, n); }) : i; } }, pseudos: { not: ut(function(t) { var e = [], n = [], r = u(t.replace(U, "$1")); return r[b] ? ut(function(t, e, n, i) { for (var o, a = r(t, null, i, []), u = t.length; u--; ) (o = a[u]) && (t[u] = !(e[u] = o)); }) : function(t, i, o) { return (e[0] = t), r(e, null, o, n), (e[0] = null), !n.pop(); }; }), has: ut(function(t) { return function(e) { return ot(t, e).length > 0; }; }), contains: ut(function(t) { return ( (t = t.replace(Q, tt)), function(e) { return (e.textContent || e.innerText || i(e)).indexOf(t) > -1; } ); }), lang: ut(function(t) { return ( W.test(t || "") || ot.error("unsupported lang: " + t), (t = t.replace(Q, tt).toLowerCase()), function(e) { var n; do { if ((n = v ? e.lang : e.getAttribute("xml:lang") || e.getAttribute("lang"))) return (n = n.toLowerCase()) === t || 0 === n.indexOf(t + "-"); } while ((e = e.parentNode) && 1 === e.nodeType); return !1; } ); }), target: function(e) { var n = t.location && t.location.hash; return n && n.slice(1) === e.id; }, root: function(t) { return t === d; }, focus: function(t) { return ( t === h.activeElement && (!h.hasFocus || h.hasFocus()) && !!(t.type || t.href || ~t.tabIndex) ); }, enabled: ht(!1), disabled: ht(!0), checked: function(t) { var e = t.nodeName.toLowerCase(); return ("input" === e && !!t.checked) || ("option" === e && !!t.selected); }, selected: function(t) { return t.parentNode && t.parentNode.selectedIndex, !0 === t.selected; }, empty: function(t) { for (t = t.firstChild; t; t = t.nextSibling) if (t.nodeType < 6) return !1; return !0; }, parent: function(t) { return !r.pseudos.empty(t); }, header: function(t) { return J.test(t.nodeName); }, input: function(t) { return K.test(t.nodeName); }, button: function(t) { var e = t.nodeName.toLowerCase(); return ("input" === e && "button" === t.type) || "button" === e; }, text: function(t) { var e; return ( "input" === t.nodeName.toLowerCase() && "text" === t.type && (null == (e = t.getAttribute("type")) || "text" === e.toLowerCase()) ); }, first: dt(function() { return [0]; }), last: dt(function(t, e) { return [e - 1]; }), eq: dt(function(t, e, n) { return [n < 0 ? n + e : n]; }), even: dt(function(t, e) { for (var n = 0; n < e; n += 2) t.push(n); return t; }), odd: dt(function(t, e) { for (var n = 1; n < e; n += 2) t.push(n); return t; }), lt: dt(function(t, e, n) { for (var r = n < 0 ? n + e : n; --r >= 0; ) t.push(r); return t; }), gt: dt(function(t, e, n) { for (var r = n < 0 ? n + e : n; ++r < e; ) t.push(r); return t; }) } }).pseudos.nth = r.pseudos.eq), { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 })) r.pseudos[e] = ft(e); for (e in { submit: !0, reset: !0 }) r.pseudos[e] = pt(e); function gt() {} function mt(t) { for (var e = 0, n = t.length, r = ""; e < n; e++) r += t[e].value; return r; } function $t(t, e, n) { var r = e.dir, i = e.next, o = i || r, a = n && "parentNode" === o, u = _++; return e.first ? function(e, n, i) { for (; (e = e[r]); ) if (1 === e.nodeType || a) return t(e, n, i); return !1; } : function(e, n, s) { var c, l, f, p = [x, u]; if (s) { for (; (e = e[r]); ) if ((1 === e.nodeType || a) && t(e, n, s)) return !0; } else for (; (e = e[r]); ) if (1 === e.nodeType || a) if ( ((l = (f = e[b] || (e[b] = {}))[e.uniqueID] || (f[e.uniqueID] = {})), i && i === e.nodeName.toLowerCase()) ) e = e[r] || e; else { if ((c = l[o]) && c[0] === x && c[1] === u) return (p[2] = c[2]); if (((l[o] = p), (p[2] = t(e, n, s)))) return !0; } return !1; }; } function yt(t) { return t.length > 1 ? function(e, n, r) { for (var i = t.length; i--; ) if (!t[i](e, n, r)) return !1; return !0; } : t[0]; } function bt(t, e, n, r, i) { for (var o, a = [], u = 0, s = t.length, c = null != e; u < s; u++) (o = t[u]) && ((n && !n(o, r, i)) || (a.push(o), c && e.push(u))); return a; } function wt(t, e, n, r, i, o) { return ( r && !r[b] && (r = wt(r)), i && !i[b] && (i = wt(i, o)), ut(function(o, a, u, s) { var c, l, f, p = [], h = [], d = a.length, v = o || (function(t, e, n) { for (var r = 0, i = e.length; r < i; r++) ot(t, e[r], n); return n; })(e || "*", u.nodeType ? [u] : u, []), g = !t || (!o && e) ? v : bt(v, p, t, u, s), m = n ? (i || (o ? t : d || r) ? [] : a) : g; if ((n && n(g, m, u, s), r)) for (c = bt(m, h), r(c, [], u, s), l = c.length; l--; ) (f = c[l]) && (m[h[l]] = !(g[h[l]] = f)); if (o) { if (i || t) { if (i) { for (c = [], l = m.length; l--; ) (f = m[l]) && c.push((g[l] = f)); i(null, (m = []), c, s); } for (l = m.length; l--; ) (f = m[l]) && (c = i ? L(o, f) : p[l]) > -1 && (o[c] = !(a[c] = f)); } } else (m = bt(m === a ? m.splice(d, m.length) : m)), i ? i(null, a, m, s) : N.apply(a, m); }) ); } function xt(t) { for ( var e, n, i, o = t.length, a = r.relative[t[0].type], u = a || r.relative[" "], s = a ? 1 : 0, l = $t( function(t) { return t === e; }, u, !0 ), f = $t( function(t) { return L(e, t) > -1; }, u, !0 ), p = [ function(t, n, r) { var i = (!a && (r || n !== c)) || ((e = n).nodeType ? l(t, n, r) : f(t, n, r)); return (e = null), i; } ]; s < o; s++ ) if ((n = r.relative[t[s].type])) p = [$t(yt(p), n)]; else { if ((n = r.filter[t[s].type].apply(null, t[s].matches))[b]) { for (i = ++s; i < o && !r.relative[t[i].type]; i++); return wt( s > 1 && yt(p), s > 1 && mt( t.slice(0, s - 1).concat({ value: " " === t[s - 2].type ? "*" : "" }) ).replace(U, "$1"), n, s < i && xt(t.slice(s, i)), i < o && xt((t = t.slice(i))), i < o && mt(t) ); } p.push(n); } return yt(p); } return ( (gt.prototype = r.filters = r.pseudos), (r.setFilters = new gt()), (a = ot.tokenize = function(t, e) { var n, i, o, a, u, s, c, l = S[t + " "]; if (l) return e ? 0 : l.slice(0); for (u = t, s = [], c = r.preFilter; u; ) { for (a in ((n && !(i = F.exec(u))) || (i && (u = u.slice(i[0].length) || u), s.push((o = []))), (n = !1), (i = H.exec(u)) && ((n = i.shift()), o.push({ value: n, type: i[0].replace(U, " ") }), (u = u.slice(n.length))), r.filter)) !(i = G[a].exec(u)) || (c[a] && !(i = c[a](i))) || ((n = i.shift()), o.push({ value: n, type: a, matches: i }), (u = u.slice(n.length))); if (!n) break; } return e ? u.length : u ? ot.error(t) : S(t, s).slice(0); }), (u = ot.compile = function(t, e) { var n, i = [], o = [], u = E[t + " "]; if (!u) { for (e || (e = a(t)), n = e.length; n--; ) (u = xt(e[n]))[b] ? i.push(u) : o.push(u); (u = E( t, (function(t, e) { var n = e.length > 0, i = t.length > 0, o = function(o, a, u, s, l) { var f, d, g, m = 0, $ = "0", y = o && [], b = [], w = c, _ = o || (i && r.find.TAG("*", l)), C = (x += null == w ? 1 : Math.random() || 0.1), S = _.length; for (l && (c = a === h || a || l); $ !== S && null != (f = _[$]); $++) { if (i && f) { for ( d = 0, a || f.ownerDocument === h || (p(f), (u = !v)); (g = t[d++]); ) if (g(f, a || h, u)) { s.push(f); break; } l && (x = C); } n && ((f = !g && f) && m--, o && y.push(f)); } if (((m += $), n && $ !== m)) { for (d = 0; (g = e[d++]); ) g(y, b, a, u); if (o) { if (m > 0) for (; $--; ) y[$] || b[$] || (b[$] = O.call(s)); b = bt(b); } N.apply(s, b), l && !o && b.length > 0 && m + e.length > 1 && ot.uniqueSort(s); } return l && ((x = C), (c = w)), y; }; return n ? ut(o) : o; })(o, i) )).selector = t; } return u; }), (s = ot.select = function(t, e, n, i) { var o, s, c, l, f, p = "function" == typeof t && t, h = !i && a((t = p.selector || t)); if (((n = n || []), 1 === h.length)) { if ( (s = h[0] = h[0].slice(0)).length > 2 && "ID" === (c = s[0]).type && 9 === e.nodeType && v && r.relative[s[1].type] ) { if (!(e = (r.find.ID(c.matches[0].replace(Q, tt), e) || [])[0])) return n; p && (e = e.parentNode), (t = t.slice(s.shift().value.length)); } for ( o = G.needsContext.test(t) ? 0 : s.length; o-- && ((c = s[o]), !r.relative[(l = c.type)]); ) if ( (f = r.find[l]) && (i = f( c.matches[0].replace(Q, tt), (X.test(s[0].type) && vt(e.parentNode)) || e )) ) { if ((s.splice(o, 1), !(t = i.length && mt(s)))) return N.apply(n, i), n; break; } } return (p || u(t, h))(i, e, !v, n, !e || (X.test(t) && vt(e.parentNode)) || e), n; }), (n.sortStable = b .split("") .sort(k) .join("") === b), (n.detectDuplicates = !!f), p(), (n.sortDetached = st(function(t) { return 1 & t.compareDocumentPosition(h.createElement("fieldset")); })), st(function(t) { return ( (t.innerHTML = ""), "#" === t.firstChild.getAttribute("href") ); }) || ct("type|href|height|width", function(t, e, n) { if (!n) return t.getAttribute(e, "type" === e.toLowerCase() ? 1 : 2); }), (n.attributes && st(function(t) { return ( (t.innerHTML = ""), t.firstChild.setAttribute("value", ""), "" === t.firstChild.getAttribute("value") ); })) || ct("value", function(t, e, n) { if (!n && "input" === t.nodeName.toLowerCase()) return t.defaultValue; }), st(function(t) { return null == t.getAttribute("disabled"); }) || ct(D, function(t, e, n) { var r; if (!n) return !0 === t[e] ? e.toLowerCase() : (r = t.getAttributeNode(e)) && r.specified ? r.value : null; }), ot ); })(n); (_.find = E), (_.expr = E.selectors), (_.expr[":"] = _.expr.pseudos), (_.uniqueSort = _.unique = E.uniqueSort), (_.text = E.getText), (_.isXMLDoc = E.isXML), (_.contains = E.contains), (_.escapeSelector = E.escape); var k = function(t, e, n) { for (var r = [], i = void 0 !== n; (t = t[e]) && 9 !== t.nodeType; ) if (1 === t.nodeType) { if (i && _(t).is(n)) break; r.push(t); } return r; }, A = function(t, e) { for (var n = []; t; t = t.nextSibling) 1 === t.nodeType && t !== e && n.push(t); return n; }, T = _.expr.match.needsContext; function O(t, e) { return t.nodeName && t.nodeName.toLowerCase() === e.toLowerCase(); } var j = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function N(t, e, n) { return $(e) ? _.grep(t, function(t, r) { return !!e.call(t, r, t) !== n; }) : e.nodeType ? _.grep(t, function(t) { return (t === e) !== n; }) : "string" != typeof e ? _.grep(t, function(t) { return f.call(e, t) > -1 !== n; }) : _.filter(e, t, n); } (_.filter = function(t, e, n) { var r = e[0]; return ( n && (t = ":not(" + t + ")"), 1 === e.length && 1 === r.nodeType ? _.find.matchesSelector(r, t) ? [r] : [] : _.find.matches( t, _.grep(e, function(t) { return 1 === t.nodeType; }) ) ); }), _.fn.extend({ find: function(t) { var e, n, r = this.length, i = this; if ("string" != typeof t) return this.pushStack( _(t).filter(function() { for (e = 0; e < r; e++) if (_.contains(i[e], this)) return !0; }) ); for (n = this.pushStack([]), e = 0; e < r; e++) _.find(t, i[e], n); return r > 1 ? _.uniqueSort(n) : n; }, filter: function(t) { return this.pushStack(N(this, t || [], !1)); }, not: function(t) { return this.pushStack(N(this, t || [], !0)); }, is: function(t) { return !!N(this, "string" == typeof t && T.test(t) ? _(t) : t || [], !1).length; } }); var M, L = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; ((_.fn.init = function(t, e, n) { var r, i; if (!t) return this; if (((n = n || M), "string" == typeof t)) { if ( !(r = "<" === t[0] && ">" === t[t.length - 1] && t.length >= 3 ? [null, t, null] : L.exec(t)) || (!r[1] && e) ) return !e || e.jquery ? (e || n).find(t) : this.constructor(e).find(t); if (r[1]) { if ( ((e = e instanceof _ ? e[0] : e), _.merge(this, _.parseHTML(r[1], e && e.nodeType ? e.ownerDocument || e : a, !0)), j.test(r[1]) && _.isPlainObject(e)) ) for (r in e) $(this[r]) ? this[r](e[r]) : this.attr(r, e[r]); return this; } return (i = a.getElementById(r[2])) && ((this[0] = i), (this.length = 1)), this; } return t.nodeType ? ((this[0] = t), (this.length = 1), this) : $(t) ? void 0 !== n.ready ? n.ready(t) : t(_) : _.makeArray(t, this); }).prototype = _.fn), (M = _(a)); var D = /^(?:parents|prev(?:Until|All))/, I = { children: !0, contents: !0, next: !0, prev: !0 }; function R(t, e) { for (; (t = t[e]) && 1 !== t.nodeType; ); return t; } _.fn.extend({ has: function(t) { var e = _(t, this), n = e.length; return this.filter(function() { for (var t = 0; t < n; t++) if (_.contains(this, e[t])) return !0; }); }, closest: function(t, e) { var n, r = 0, i = this.length, o = [], a = "string" != typeof t && _(t); if (!T.test(t)) for (; r < i; r++) for (n = this[r]; n && n !== e; n = n.parentNode) if ( n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && _.find.matchesSelector(n, t)) ) { o.push(n); break; } return this.pushStack(o.length > 1 ? _.uniqueSort(o) : o); }, index: function(t) { return t ? "string" == typeof t ? f.call(_(t), this[0]) : f.call(this, t.jquery ? t[0] : t) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1; }, add: function(t, e) { return this.pushStack(_.uniqueSort(_.merge(this.get(), _(t, e)))); }, addBack: function(t) { return this.add(null == t ? this.prevObject : this.prevObject.filter(t)); } }), _.each( { parent: function(t) { var e = t.parentNode; return e && 11 !== e.nodeType ? e : null; }, parents: function(t) { return k(t, "parentNode"); }, parentsUntil: function(t, e, n) { return k(t, "parentNode", n); }, next: function(t) { return R(t, "nextSibling"); }, prev: function(t) { return R(t, "previousSibling"); }, nextAll: function(t) { return k(t, "nextSibling"); }, prevAll: function(t) { return k(t, "previousSibling"); }, nextUntil: function(t, e, n) { return k(t, "nextSibling", n); }, prevUntil: function(t, e, n) { return k(t, "previousSibling", n); }, siblings: function(t) { return A((t.parentNode || {}).firstChild, t); }, children: function(t) { return A(t.firstChild); }, contents: function(t) { return O(t, "iframe") ? t.contentDocument : (O(t, "template") && (t = t.content || t), _.merge([], t.childNodes)); } }, function(t, e) { _.fn[t] = function(n, r) { var i = _.map(this, e, n); return ( "Until" !== t.slice(-5) && (r = n), r && "string" == typeof r && (i = _.filter(r, i)), this.length > 1 && (I[t] || _.uniqueSort(i), D.test(t) && i.reverse()), this.pushStack(i) ); }; } ); var P = /[^\x20\t\r\n\f]+/g; function V(t) { return t; } function q(t) { throw t; } function U(t, e, n, r) { var i; try { t && $((i = t.promise)) ? i .call(t) .done(e) .fail(n) : t && $((i = t.then)) ? i.call(t, e, n) : e.apply(void 0, [t].slice(r)); } catch (t) { n.apply(void 0, [t]); } } (_.Callbacks = function(t) { t = "string" == typeof t ? (function(t) { var e = {}; return ( _.each(t.match(P) || [], function(t, n) { e[n] = !0; }), e ); })(t) : _.extend({}, t); var e, n, r, i, o = [], a = [], u = -1, s = function() { for (i = i || t.once, r = e = !0; a.length; u = -1) for (n = a.shift(); ++u < o.length; ) !1 === o[u].apply(n[0], n[1]) && t.stopOnFalse && ((u = o.length), (n = !1)); t.memory || (n = !1), (e = !1), i && (o = n ? [] : ""); }, c = { add: function() { return ( o && (n && !e && ((u = o.length - 1), a.push(n)), (function e(n) { _.each(n, function(n, r) { $(r) ? (t.unique && c.has(r)) || o.push(r) : r && r.length && "string" !== x(r) && e(r); }); })(arguments), n && !e && s()), this ); }, remove: function() { return ( _.each(arguments, function(t, e) { for (var n; (n = _.inArray(e, o, n)) > -1; ) o.splice(n, 1), n <= u && u--; }), this ); }, has: function(t) { return t ? _.inArray(t, o) > -1 : o.length > 0; }, empty: function() { return o && (o = []), this; }, disable: function() { return (i = a = []), (o = n = ""), this; }, disabled: function() { return !o; }, lock: function() { return (i = a = []), n || e || (o = n = ""), this; }, locked: function() { return !!i; }, fireWith: function(t, n) { return ( i || ((n = [t, (n = n || []).slice ? n.slice() : n]), a.push(n), e || s()), this ); }, fire: function() { return c.fireWith(this, arguments), this; }, fired: function() { return !!r; } }; return c; }), _.extend({ Deferred: function(t) { var e = [ ["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(t) { return i.then(null, t); }, pipe: function() { var t = arguments; return _.Deferred(function(n) { _.each(e, function(e, r) { var i = $(t[r[4]]) && t[r[4]]; o[r[1]](function() { var t = i && i.apply(this, arguments); t && $(t.promise) ? t .promise() .progress(n.notify) .done(n.resolve) .fail(n.reject) : n[r[0] + "With"](this, i ? [t] : arguments); }); }), (t = null); }).promise(); }, then: function(t, r, i) { var o = 0; function a(t, e, r, i) { return function() { var u = this, s = arguments, c = function() { var n, c; if (!(t < o)) { if ((n = r.apply(u, s)) === e.promise()) throw new TypeError("Thenable self-resolution"); (c = n && ("object" == typeof n || "function" == typeof n) && n.then), $(c) ? i ? c.call(n, a(o, e, V, i), a(o, e, q, i)) : (o++, c.call( n, a(o, e, V, i), a(o, e, q, i), a(o, e, V, e.notifyWith) )) : (r !== V && ((u = void 0), (s = [n])), (i || e.resolveWith)(u, s)); } }, l = i ? c : function() { try { c(); } catch (n) { _.Deferred.exceptionHook && _.Deferred.exceptionHook(n, l.stackTrace), t + 1 >= o && (r !== q && ((u = void 0), (s = [n])), e.rejectWith(u, s)); } }; t ? l() : (_.Deferred.getStackHook && (l.stackTrace = _.Deferred.getStackHook()), n.setTimeout(l)); }; } return _.Deferred(function(n) { e[0][3].add(a(0, n, $(i) ? i : V, n.notifyWith)), e[1][3].add(a(0, n, $(t) ? t : V)), e[2][3].add(a(0, n, $(r) ? r : q)); }).promise(); }, promise: function(t) { return null != t ? _.extend(t, i) : i; } }, o = {}; return ( _.each(e, function(t, n) { var a = n[2], u = n[5]; (i[n[1]] = a.add), u && a.add( function() { r = u; }, e[3 - t][2].disable, e[3 - t][3].disable, e[0][2].lock, e[0][3].lock ), a.add(n[3].fire), (o[n[0]] = function() { return o[n[0] + "With"](this === o ? void 0 : this, arguments), this; }), (o[n[0] + "With"] = a.fireWith); }), i.promise(o), t && t.call(o, o), o ); }, when: function(t) { var e = arguments.length, n = e, r = Array(n), i = s.call(arguments), o = _.Deferred(), a = function(t) { return function(n) { (r[t] = this), (i[t] = arguments.length > 1 ? s.call(arguments) : n), --e || o.resolveWith(r, i); }; }; if ( e <= 1 && (U(t, o.done(a(n)).resolve, o.reject, !e), "pending" === o.state() || $(i[n] && i[n].then)) ) return o.then(); for (; n--; ) U(i[n], a(n), o.reject); return o.promise(); } }); var F = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; (_.Deferred.exceptionHook = function(t, e) { n.console && n.console.warn && t && F.test(t.name) && n.console.warn("jQuery.Deferred exception: " + t.message, t.stack, e); }), (_.readyException = function(t) { n.setTimeout(function() { throw t; }); }); var H = _.Deferred(); function B() { a.removeEventListener("DOMContentLoaded", B), n.removeEventListener("load", B), _.ready(); } (_.fn.ready = function(t) { return ( H.then(t).catch(function(t) { _.readyException(t); }), this ); }), _.extend({ isReady: !1, readyWait: 1, ready: function(t) { (!0 === t ? --_.readyWait : _.isReady) || ((_.isReady = !0), (!0 !== t && --_.readyWait > 0) || H.resolveWith(a, [_])); } }), (_.ready.then = H.then), "complete" === a.readyState || ("loading" !== a.readyState && !a.documentElement.doScroll) ? n.setTimeout(_.ready) : (a.addEventListener("DOMContentLoaded", B), n.addEventListener("load", B)); var z = function(t, e, n, r, i, o, a) { var u = 0, s = t.length, c = null == n; if ("object" === x(n)) for (u in ((i = !0), n)) z(t, e, u, n[u], !0, o, a); else if ( void 0 !== r && ((i = !0), $(r) || (a = !0), c && (a ? (e.call(t, r), (e = null)) : ((c = e), (e = function(t, e, n) { return c.call(_(t), n); }))), e) ) for (; u < s; u++) e(t[u], n, a ? r : r.call(t[u], u, e(t[u], n))); return i ? t : c ? e.call(t) : s ? e(t[0], n) : o; }, W = /^-ms-/, G = /-([a-z])/g; function K(t, e) { return e.toUpperCase(); } function J(t) { return t.replace(W, "ms-").replace(G, K); } var Y = function(t) { return 1 === t.nodeType || 9 === t.nodeType || !+t.nodeType; }; function Z() { this.expando = _.expando + Z.uid++; } (Z.uid = 1), (Z.prototype = { cache: function(t) { var e = t[this.expando]; return ( e || ((e = {}), Y(t) && (t.nodeType ? (t[this.expando] = e) : Object.defineProperty(t, this.expando, { value: e, configurable: !0 }))), e ); }, set: function(t, e, n) { var r, i = this.cache(t); if ("string" == typeof e) i[J(e)] = n; else for (r in e) i[J(r)] = e[r]; return i; }, get: function(t, e) { return void 0 === e ? this.cache(t) : t[this.expando] && t[this.expando][J(e)]; }, access: function(t, e, n) { return void 0 === e || (e && "string" == typeof e && void 0 === n) ? this.get(t, e) : (this.set(t, e, n), void 0 !== n ? n : e); }, remove: function(t, e) { var n, r = t[this.expando]; if (void 0 !== r) { if (void 0 !== e) { n = (e = Array.isArray(e) ? e.map(J) : (e = J(e)) in r ? [e] : e.match(P) || []) .length; for (; n--; ) delete r[e[n]]; } (void 0 === e || _.isEmptyObject(r)) && (t.nodeType ? (t[this.expando] = void 0) : delete t[this.expando]); } }, hasData: function(t) { var e = t[this.expando]; return void 0 !== e && !_.isEmptyObject(e); } }); var X = new Z(), Q = new Z(), tt = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, et = /[A-Z]/g; function nt(t, e, n) { var r; if (void 0 === n && 1 === t.nodeType) if ( ((r = "data-" + e.replace(et, "-$&").toLowerCase()), "string" == typeof (n = t.getAttribute(r))) ) { try { n = (function(t) { return ( "true" === t || ("false" !== t && ("null" === t ? null : t === +t + "" ? +t : tt.test(t) ? JSON.parse(t) : t)) ); })(n); } catch (t) {} Q.set(t, e, n); } else n = void 0; return n; } _.extend({ hasData: function(t) { return Q.hasData(t) || X.hasData(t); }, data: function(t, e, n) { return Q.access(t, e, n); }, removeData: function(t, e) { Q.remove(t, e); }, _data: function(t, e, n) { return X.access(t, e, n); }, _removeData: function(t, e) { X.remove(t, e); } }), _.fn.extend({ data: function(t, e) { var n, r, i, o = this[0], a = o && o.attributes; if (void 0 === t) { if ( this.length && ((i = Q.get(o)), 1 === o.nodeType && !X.get(o, "hasDataAttrs")) ) { for (n = a.length; n--; ) a[n] && 0 === (r = a[n].name).indexOf("data-") && ((r = J(r.slice(5))), nt(o, r, i[r])); X.set(o, "hasDataAttrs", !0); } return i; } return "object" == typeof t ? this.each(function() { Q.set(this, t); }) : z( this, function(e) { var n; if (o && void 0 === e) return void 0 !== (n = Q.get(o, t)) ? n : void 0 !== (n = nt(o, t)) ? n : void 0; this.each(function() { Q.set(this, t, e); }); }, null, e, arguments.length > 1, null, !0 ); }, removeData: function(t) { return this.each(function() { Q.remove(this, t); }); } }), _.extend({ queue: function(t, e, n) { var r; if (t) return ( (e = (e || "fx") + "queue"), (r = X.get(t, e)), n && (!r || Array.isArray(n) ? (r = X.access(t, e, _.makeArray(n))) : r.push(n)), r || [] ); }, dequeue: function(t, e) { e = e || "fx"; var n = _.queue(t, e), r = n.length, i = n.shift(), o = _._queueHooks(t, e); "inprogress" === i && ((i = n.shift()), r--), i && ("fx" === e && n.unshift("inprogress"), delete o.stop, i.call( t, function() { _.dequeue(t, e); }, o )), !r && o && o.empty.fire(); }, _queueHooks: function(t, e) { var n = e + "queueHooks"; return ( X.get(t, n) || X.access(t, n, { empty: _.Callbacks("once memory").add(function() { X.remove(t, [e + "queue", n]); }) }) ); } }), _.fn.extend({ queue: function(t, e) { var n = 2; return ( "string" != typeof t && ((e = t), (t = "fx"), n--), arguments.length < n ? _.queue(this[0], t) : void 0 === e ? this : this.each(function() { var n = _.queue(this, t, e); _._queueHooks(this, t), "fx" === t && "inprogress" !== n[0] && _.dequeue(this, t); }) ); }, dequeue: function(t) { return this.each(function() { _.dequeue(this, t); }); }, clearQueue: function(t) { return this.queue(t || "fx", []); }, promise: function(t, e) { var n, r = 1, i = _.Deferred(), o = this, a = this.length, u = function() { --r || i.resolveWith(o, [o]); }; for ("string" != typeof t && ((e = t), (t = void 0)), t = t || "fx"; a--; ) (n = X.get(o[a], t + "queueHooks")) && n.empty && (r++, n.empty.add(u)); return u(), i.promise(e); } }); var rt = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, it = new RegExp("^(?:([+-])=|)(" + rt + ")([a-z%]*)$", "i"), ot = ["Top", "Right", "Bottom", "Left"], at = function(t, e) { return ( "none" === (t = e || t).style.display || ("" === t.style.display && _.contains(t.ownerDocument, t) && "none" === _.css(t, "display")) ); }, ut = function(t, e, n, r) { var i, o, a = {}; for (o in e) (a[o] = t.style[o]), (t.style[o] = e[o]); for (o in ((i = n.apply(t, r || [])), e)) t.style[o] = a[o]; return i; }; function st(t, e, n, r) { var i, o, a = 20, u = r ? function() { return r.cur(); } : function() { return _.css(t, e, ""); }, s = u(), c = (n && n[3]) || (_.cssNumber[e] ? "" : "px"), l = (_.cssNumber[e] || ("px" !== c && +s)) && it.exec(_.css(t, e)); if (l && l[3] !== c) { for (s /= 2, c = c || l[3], l = +s || 1; a--; ) _.style(t, e, l + c), (1 - o) * (1 - (o = u() / s || 0.5)) <= 0 && (a = 0), (l /= o); (l *= 2), _.style(t, e, l + c), (n = n || []); } return ( n && ((l = +l || +s || 0), (i = n[1] ? l + (n[1] + 1) * n[2] : +n[2]), r && ((r.unit = c), (r.start = l), (r.end = i))), i ); } var ct = {}; function lt(t) { var e, n = t.ownerDocument, r = t.nodeName, i = ct[r]; return ( i || ((e = n.body.appendChild(n.createElement(r))), (i = _.css(e, "display")), e.parentNode.removeChild(e), "none" === i && (i = "block"), (ct[r] = i), i) ); } function ft(t, e) { for (var n, r, i = [], o = 0, a = t.length; o < a; o++) (r = t[o]).style && ((n = r.style.display), e ? ("none" === n && ((i[o] = X.get(r, "display") || null), i[o] || (r.style.display = "")), "" === r.style.display && at(r) && (i[o] = lt(r))) : "none" !== n && ((i[o] = "none"), X.set(r, "display", n))); for (o = 0; o < a; o++) null != i[o] && (t[o].style.display = i[o]); return t; } _.fn.extend({ show: function() { return ft(this, !0); }, hide: function() { return ft(this); }, toggle: function(t) { return "boolean" == typeof t ? t ? this.show() : this.hide() : this.each(function() { at(this) ? _(this).show() : _(this).hide(); }); } }); var pt = /^(?:checkbox|radio)$/i, ht = /<([a-z][^\/\0>\x20\t\r\n\f]+)/i, dt = /^$|^module$|\/(?:java|ecma)script/i, vt = { option: [1, ""], thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""] }; function gt(t, e) { var n; return ( (n = void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e || "*") : void 0 !== t.querySelectorAll ? t.querySelectorAll(e || "*") : []), void 0 === e || (e && O(t, e)) ? _.merge([t], n) : n ); } function mt(t, e) { for (var n = 0, r = t.length; n < r; n++) X.set(t[n], "globalEval", !e || X.get(e[n], "globalEval")); } (vt.optgroup = vt.option), (vt.tbody = vt.tfoot = vt.colgroup = vt.caption = vt.thead), (vt.th = vt.td); var $t = /<|&#?\w+;/; function yt(t, e, n, r, i) { for ( var o, a, u, s, c, l, f = e.createDocumentFragment(), p = [], h = 0, d = t.length; h < d; h++ ) if ((o = t[h]) || 0 === o) if ("object" === x(o)) _.merge(p, o.nodeType ? [o] : o); else if ($t.test(o)) { for ( a = a || f.appendChild(e.createElement("div")), u = (ht.exec(o) || ["", ""])[1].toLowerCase(), s = vt[u] || vt._default, a.innerHTML = s[1] + _.htmlPrefilter(o) + s[2], l = s[0]; l--; ) a = a.lastChild; _.merge(p, a.childNodes), ((a = f.firstChild).textContent = ""); } else p.push(e.createTextNode(o)); for (f.textContent = "", h = 0; (o = p[h++]); ) if (r && _.inArray(o, r) > -1) i && i.push(o); else if ( ((c = _.contains(o.ownerDocument, o)), (a = gt(f.appendChild(o), "script")), c && mt(a), n) ) for (l = 0; (o = a[l++]); ) dt.test(o.type || "") && n.push(o); return f; } !(function() { var t = a.createDocumentFragment().appendChild(a.createElement("div")), e = a.createElement("input"); e.setAttribute("type", "radio"), e.setAttribute("checked", "checked"), e.setAttribute("name", "t"), t.appendChild(e), (m.checkClone = t.cloneNode(!0).cloneNode(!0).lastChild.checked), (t.innerHTML = ""), (m.noCloneChecked = !!t.cloneNode(!0).lastChild.defaultValue); })(); var bt = a.documentElement, wt = /^key/, xt = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, _t = /^([^.]*)(?:\.(.+)|)/; function Ct() { return !0; } function St() { return !1; } function Et() { try { return a.activeElement; } catch (t) {} } function kt(t, e, n, r, i, o) { var a, u; if ("object" == typeof e) { for (u in ("string" != typeof n && ((r = r || n), (n = void 0)), e)) kt(t, u, n, r, e[u], o); return t; } 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 = St; else if (!i) return t; return ( 1 === o && ((a = i), ((i = function(t) { return _().off(t), a.apply(this, arguments); }).guid = a.guid || (a.guid = _.guid++))), t.each(function() { _.event.add(this, e, i, r, n); }) ); } (_.event = { global: {}, add: function(t, e, n, r, i) { var o, a, u, s, c, l, f, p, h, d, v, g = X.get(t); if (g) for ( n.handler && ((n = (o = n).handler), (i = o.selector)), i && _.find.matchesSelector(bt, i), n.guid || (n.guid = _.guid++), (s = g.events) || (s = g.events = {}), (a = g.handle) || (a = g.handle = function(e) { return void 0 !== _ && _.event.triggered !== e.type ? _.event.dispatch.apply(t, arguments) : void 0; }), c = (e = (e || "").match(P) || [""]).length; c--; ) (h = v = (u = _t.exec(e[c]) || [])[1]), (d = (u[2] || "").split(".").sort()), h && ((f = _.event.special[h] || {}), (h = (i ? f.delegateType : f.bindType) || h), (f = _.event.special[h] || {}), (l = _.extend( { type: h, origType: v, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && _.expr.match.needsContext.test(i), namespace: d.join(".") }, o )), (p = s[h]) || (((p = s[h] = []).delegateCount = 0), (f.setup && !1 !== f.setup.call(t, r, d, a)) || (t.addEventListener && t.addEventListener(h, a))), f.add && (f.add.call(t, l), l.handler.guid || (l.handler.guid = n.guid)), i ? p.splice(p.delegateCount++, 0, l) : p.push(l), (_.event.global[h] = !0)); }, remove: function(t, e, n, r, i) { var o, a, u, s, c, l, f, p, h, d, v, g = X.hasData(t) && X.get(t); if (g && (s = g.events)) { for (c = (e = (e || "").match(P) || [""]).length; c--; ) if ( ((h = v = (u = _t.exec(e[c]) || [])[1]), (d = (u[2] || "").split(".").sort()), h) ) { for ( f = _.event.special[h] || {}, p = s[(h = (r ? f.delegateType : f.bindType) || h)] || [], u = u[2] && new RegExp("(^|\\.)" + d.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = o = p.length; o--; ) (l = p[o]), (!i && v !== l.origType) || (n && n.guid !== l.guid) || (u && !u.test(l.namespace)) || (r && r !== l.selector && ("**" !== r || !l.selector)) || (p.splice(o, 1), l.selector && p.delegateCount--, f.remove && f.remove.call(t, l)); a && !p.length && ((f.teardown && !1 !== f.teardown.call(t, d, g.handle)) || _.removeEvent(t, h, g.handle), delete s[h]); } else for (h in s) _.event.remove(t, h + e[c], n, r, !0); _.isEmptyObject(s) && X.remove(t, "handle events"); } }, dispatch: function(t) { var e, n, r, i, o, a, u = _.event.fix(t), s = new Array(arguments.length), c = (X.get(this, "events") || {})[u.type] || [], l = _.event.special[u.type] || {}; for (s[0] = u, e = 1; e < arguments.length; e++) s[e] = arguments[e]; if (((u.delegateTarget = this), !l.preDispatch || !1 !== l.preDispatch.call(this, u))) { for ( a = _.event.handlers.call(this, u, c), e = 0; (i = a[e++]) && !u.isPropagationStopped(); ) for ( u.currentTarget = i.elem, n = 0; (o = i.handlers[n++]) && !u.isImmediatePropagationStopped(); ) (u.rnamespace && !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 l.postDispatch && l.postDispatch.call(this, u), u.result; } }, handlers: function(t, e) { var n, r, i, o, a, u = [], s = e.delegateCount, c = t.target; if (s && c.nodeType && !("click" === t.type && t.button >= 1)) for (; c !== this; c = c.parentNode || this) if (1 === c.nodeType && ("click" !== t.type || !0 !== c.disabled)) { for (o = [], a = {}, n = 0; n < s; n++) void 0 === a[(i = (r = e[n]).selector + " ")] && (a[i] = r.needsContext ? _(i, this).index(c) > -1 : _.find(i, this, null, [c]).length), a[i] && o.push(r); o.length && u.push({ elem: c, handlers: o }); } return (c = this), s < e.length && u.push({ elem: c, handlers: e.slice(s) }), u; }, addProp: function(t, e) { Object.defineProperty(_.Event.prototype, t, { enumerable: !0, configurable: !0, get: $(e) ? function() { if (this.originalEvent) return e(this.originalEvent); } : function() { if (this.originalEvent) return this.originalEvent[t]; }, set: function(e) { Object.defineProperty(this, t, { enumerable: !0, configurable: !0, writable: !0, value: e }); } }); }, fix: function(t) { return t[_.expando] ? t : new _.Event(t); }, special: { load: { noBubble: !0 }, focus: { trigger: function() { if (this !== Et() && this.focus) return this.focus(), !1; }, delegateType: "focusin" }, blur: { trigger: function() { if (this === Et() && this.blur) return this.blur(), !1; }, delegateType: "focusout" }, click: { trigger: function() { if ("checkbox" === this.type && this.click && O(this, "input")) return this.click(), !1; }, _default: function(t) { return O(t.target, "a"); } }, beforeunload: { postDispatch: function(t) { void 0 !== t.result && t.originalEvent && (t.originalEvent.returnValue = t.result); } } } }), (_.removeEvent = function(t, e, n) { t.removeEventListener && t.removeEventListener(e, n); }), (_.Event = function(t, e) { if (!(this instanceof _.Event)) return new _.Event(t, e); t && t.type ? ((this.originalEvent = t), (this.type = t.type), (this.isDefaultPrevented = t.defaultPrevented || (void 0 === t.defaultPrevented && !1 === t.returnValue) ? Ct : St), (this.target = t.target && 3 === t.target.nodeType ? t.target.parentNode : t.target), (this.currentTarget = t.currentTarget), (this.relatedTarget = t.relatedTarget)) : (this.type = t), e && _.extend(this, e), (this.timeStamp = (t && t.timeStamp) || Date.now()), (this[_.expando] = !0); }), (_.Event.prototype = { constructor: _.Event, isDefaultPrevented: St, isPropagationStopped: St, isImmediatePropagationStopped: St, isSimulated: !1, preventDefault: function() { var t = this.originalEvent; (this.isDefaultPrevented = Ct), t && !this.isSimulated && t.preventDefault(); }, stopPropagation: function() { var t = this.originalEvent; (this.isPropagationStopped = Ct), t && !this.isSimulated && t.stopPropagation(); }, stopImmediatePropagation: function() { var t = this.originalEvent; (this.isImmediatePropagationStopped = Ct), t && !this.isSimulated && t.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, 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(t) { var e = t.button; return null == t.which && wt.test(t.type) ? null != t.charCode ? t.charCode : t.keyCode : !t.which && void 0 !== e && xt.test(t.type) ? 1 & e ? 1 : 2 & e ? 3 : 4 & e ? 2 : 0 : t.which; } }, _.event.addProp ), _.each( { mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function(t, e) { _.event.special[t] = { delegateType: e, bindType: e, handle: function(t) { var n, r = t.relatedTarget, i = t.handleObj; return ( (r && (r === this || _.contains(this, r))) || ((t.type = i.origType), (n = i.handler.apply(this, arguments)), (t.type = e)), n ); } }; } ), _.fn.extend({ on: function(t, e, n, r) { return kt(this, t, e, n, r); }, one: function(t, e, n, r) { return kt(this, t, e, n, r, 1); }, off: function(t, e, n) { var r, i; if (t && t.preventDefault && t.handleObj) return ( (r = t.handleObj), _(t.delegateTarget).off( r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler ), this ); if ("object" == typeof t) { for (i in t) this.off(i, e, t[i]); return this; } return ( (!1 !== e && "function" != typeof e) || ((n = e), (e = void 0)), !1 === n && (n = St), this.each(function() { _.event.remove(this, t, n, e); }) ); } }); var At = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, Tt = /\s*$/g; function Nt(t, e) { return ( (O(t, "table") && O(11 !== e.nodeType ? e : e.firstChild, "tr") && _(t).children("tbody")[0]) || t ); } function Mt(t) { return (t.type = (null !== t.getAttribute("type")) + "/" + t.type), t; } function Lt(t) { return ( "true/" === (t.type || "").slice(0, 5) ? (t.type = t.type.slice(5)) : t.removeAttribute("type"), t ); } function Dt(t, e) { var n, r, i, o, a, u, s, c; if (1 === e.nodeType) { if (X.hasData(t) && ((o = X.access(t)), (a = X.set(e, o)), (c = o.events))) for (i in (delete a.handle, (a.events = {}), c)) for (n = 0, r = c[i].length; n < r; n++) _.event.add(e, i, c[i][n]); Q.hasData(t) && ((u = Q.access(t)), (s = _.extend({}, u)), Q.set(e, s)); } } function It(t, e) { var n = e.nodeName.toLowerCase(); "input" === n && pt.test(t.type) ? (e.checked = t.checked) : ("input" !== n && "textarea" !== n) || (e.defaultValue = t.defaultValue); } function Rt(t, e, n, r) { e = c.apply([], e); var i, o, a, u, s, l, f = 0, p = t.length, h = p - 1, d = e[0], v = $(d); if (v || (p > 1 && "string" == typeof d && !m.checkClone && Ot.test(d))) return t.each(function(i) { var o = t.eq(i); v && (e[0] = d.call(this, i, o.html())), Rt(o, e, n, r); }); if ( p && ((o = (i = yt(e, t[0].ownerDocument, !1, t, r)).firstChild), 1 === i.childNodes.length && (i = o), o || r) ) { for (u = (a = _.map(gt(i, "script"), Mt)).length; f < p; f++) (s = i), f !== h && ((s = _.clone(s, !0, !0)), u && _.merge(a, gt(s, "script"))), n.call(t[f], s, f); if (u) for (l = a[a.length - 1].ownerDocument, _.map(a, Lt), f = 0; f < u; f++) (s = a[f]), dt.test(s.type || "") && !X.access(s, "globalEval") && _.contains(l, s) && (s.src && "module" !== (s.type || "").toLowerCase() ? _._evalUrl && _._evalUrl(s.src) : w(s.textContent.replace(jt, ""), l, s)); } return t; } function Pt(t, e, n) { for (var r, i = e ? _.filter(e, t) : t, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || _.cleanData(gt(r)), r.parentNode && (n && _.contains(r.ownerDocument, r) && mt(gt(r, "script")), r.parentNode.removeChild(r)); return t; } _.extend({ htmlPrefilter: function(t) { return t.replace(At, "<$1>"); }, clone: function(t, e, n) { var r, i, o, a, u = t.cloneNode(!0), s = _.contains(t.ownerDocument, t); if (!(m.noCloneChecked || (1 !== t.nodeType && 11 !== t.nodeType) || _.isXMLDoc(t))) for (a = gt(u), r = 0, i = (o = gt(t)).length; r < i; r++) It(o[r], a[r]); if (e) if (n) for (o = o || gt(t), a = a || gt(u), r = 0, i = o.length; r < i; r++) Dt(o[r], a[r]); else Dt(t, u); return (a = gt(u, "script")).length > 0 && mt(a, !s && gt(t, "script")), u; }, cleanData: function(t) { for (var e, n, r, i = _.event.special, o = 0; void 0 !== (n = t[o]); o++) if (Y(n)) { if ((e = n[X.expando])) { if (e.events) for (r in e.events) i[r] ? _.event.remove(n, r) : _.removeEvent(n, r, e.handle); n[X.expando] = void 0; } n[Q.expando] && (n[Q.expando] = void 0); } } }), _.fn.extend({ detach: function(t) { return Pt(this, t, !0); }, remove: function(t) { return Pt(this, t); }, text: function(t) { return z( this, function(t) { return void 0 === t ? _.text(this) : this.empty().each(function() { (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || (this.textContent = t); }); }, null, t, arguments.length ); }, append: function() { return Rt(this, arguments, function(t) { (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || Nt(this, t).appendChild(t); }); }, prepend: function() { return Rt(this, arguments, function(t) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var e = Nt(this, t); e.insertBefore(t, e.firstChild); } }); }, before: function() { return Rt(this, arguments, function(t) { this.parentNode && this.parentNode.insertBefore(t, this); }); }, after: function() { return Rt(this, arguments, function(t) { this.parentNode && this.parentNode.insertBefore(t, this.nextSibling); }); }, empty: function() { for (var t, e = 0; null != (t = this[e]); e++) 1 === t.nodeType && (_.cleanData(gt(t, !1)), (t.textContent = "")); return this; }, clone: function(t, e) { return ( (t = null != t && t), (e = null == e ? t : e), this.map(function() { return _.clone(this, t, e); }) ); }, html: function(t) { return z( this, function(t) { var e = this[0] || {}, n = 0, r = this.length; if (void 0 === t && 1 === e.nodeType) return e.innerHTML; if ( "string" == typeof t && !Tt.test(t) && !vt[(ht.exec(t) || ["", ""])[1].toLowerCase()] ) { t = _.htmlPrefilter(t); try { for (; n < r; n++) 1 === (e = this[n] || {}).nodeType && (_.cleanData(gt(e, !1)), (e.innerHTML = t)); e = 0; } catch (t) {} } e && this.empty().append(t); }, null, t, arguments.length ); }, replaceWith: function() { var t = []; return Rt( this, arguments, function(e) { var n = this.parentNode; _.inArray(this, t) < 0 && (_.cleanData(gt(this)), n && n.replaceChild(e, this)); }, t ); } }), _.each( { appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function(t, e) { _.fn[t] = function(t) { for (var n, r = [], i = _(t), o = i.length - 1, a = 0; a <= o; a++) (n = a === o ? this : this.clone(!0)), _(i[a])[e](n), l.apply(r, n.get()); return this.pushStack(r); }; } ); var Vt = new RegExp("^(" + rt + ")(?!px)[a-z%]+$", "i"), qt = function(t) { var e = t.ownerDocument.defaultView; return (e && e.opener) || (e = n), e.getComputedStyle(t); }, Ut = new RegExp(ot.join("|"), "i"); function Ft(t, e, n) { var r, i, o, a, u = t.style; return ( (n = n || qt(t)) && ("" !== (a = n.getPropertyValue(e) || n[e]) || _.contains(t.ownerDocument, t) || (a = _.style(t, e)), !m.pixelBoxStyles() && Vt.test(a) && Ut.test(e) && ((r = u.width), (i = u.minWidth), (o = u.maxWidth), (u.minWidth = u.maxWidth = u.width = a), (a = n.width), (u.width = r), (u.minWidth = i), (u.maxWidth = o))), void 0 !== a ? a + "" : a ); } function Ht(t, e) { return { get: function() { if (!t()) return (this.get = e).apply(this, arguments); delete this.get; } }; } !(function() { function t() { if (l) { (c.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0"), (l.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%"), bt.appendChild(c).appendChild(l); var t = n.getComputedStyle(l); (r = "1%" !== t.top), (s = 12 === e(t.marginLeft)), (l.style.right = "60%"), (u = 36 === e(t.right)), (i = 36 === e(t.width)), (l.style.position = "absolute"), (o = 36 === l.offsetWidth || "absolute"), bt.removeChild(c), (l = null); } } function e(t) { return Math.round(parseFloat(t)); } var r, i, o, u, s, c = a.createElement("div"), l = a.createElement("div"); l.style && ((l.style.backgroundClip = "content-box"), (l.cloneNode(!0).style.backgroundClip = ""), (m.clearCloneStyle = "content-box" === l.style.backgroundClip), _.extend(m, { boxSizingReliable: function() { return t(), i; }, pixelBoxStyles: function() { return t(), u; }, pixelPosition: function() { return t(), r; }, reliableMarginLeft: function() { return t(), s; }, scrollboxSize: function() { return t(), o; } })); })(); var Bt = /^(none|table(?!-c[ea]).+)/, zt = /^--/, Wt = { position: "absolute", visibility: "hidden", display: "block" }, Gt = { letterSpacing: "0", fontWeight: "400" }, Kt = ["Webkit", "Moz", "ms"], Jt = a.createElement("div").style; function Yt(t) { var e = _.cssProps[t]; return ( e || (e = _.cssProps[t] = (function(t) { if (t in Jt) return t; for (var e = t[0].toUpperCase() + t.slice(1), n = Kt.length; n--; ) if ((t = Kt[n] + e) in Jt) return t; })(t) || t), e ); } function Zt(t, e, n) { var r = it.exec(e); return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : e; } function Xt(t, e, n, r, i, o) { var a = "width" === e ? 1 : 0, u = 0, s = 0; if (n === (r ? "border" : "content")) return 0; for (; a < 4; a += 2) "margin" === n && (s += _.css(t, n + ot[a], !0, i)), r ? ("content" === n && (s -= _.css(t, "padding" + ot[a], !0, i)), "margin" !== n && (s -= _.css(t, "border" + ot[a] + "Width", !0, i))) : ((s += _.css(t, "padding" + ot[a], !0, i)), "padding" !== n ? (s += _.css(t, "border" + ot[a] + "Width", !0, i)) : (u += _.css(t, "border" + ot[a] + "Width", !0, i))); return ( !r && o >= 0 && (s += Math.max( 0, Math.ceil(t["offset" + e[0].toUpperCase() + e.slice(1)] - o - s - u - 0.5) )), s ); } function Qt(t, e, n) { var r = qt(t), i = Ft(t, e, r), o = "border-box" === _.css(t, "boxSizing", !1, r), a = o; if (Vt.test(i)) { if (!n) return i; i = "auto"; } return ( (a = a && (m.boxSizingReliable() || i === t.style[e])), ("auto" === i || (!parseFloat(i) && "inline" === _.css(t, "display", !1, r))) && ((i = t["offset" + e[0].toUpperCase() + e.slice(1)]), (a = !0)), (i = parseFloat(i) || 0) + Xt(t, e, n || (o ? "border" : "content"), a, r, i) + "px" ); } function te(t, e, n, r, i) { return new te.prototype.init(t, e, n, r, i); } _.extend({ cssHooks: { opacity: { get: function(t, e) { if (e) { var n = Ft(t, "opacity"); return "" === n ? "1" : n; } } } }, cssNumber: { animationIterationCount: !0, columnCount: !0, fillOpacity: !0, flexGrow: !0, flexShrink: !0, fontWeight: !0, lineHeight: !0, opacity: !0, order: !0, orphans: !0, widows: !0, zIndex: !0, zoom: !0 }, cssProps: {}, style: function(t, e, n, r) { if (t && 3 !== t.nodeType && 8 !== t.nodeType && t.style) { var i, o, a, u = J(e), s = zt.test(e), c = t.style; if ((s || (e = Yt(u)), (a = _.cssHooks[e] || _.cssHooks[u]), void 0 === n)) return a && "get" in a && void 0 !== (i = a.get(t, !1, r)) ? i : c[e]; "string" === (o = typeof n) && (i = it.exec(n)) && i[1] && ((n = st(t, e, i)), (o = "number")), null != n && n == n && ("number" === o && (n += (i && i[3]) || (_.cssNumber[u] ? "" : "px")), m.clearCloneStyle || "" !== n || 0 !== e.indexOf("background") || (c[e] = "inherit"), (a && "set" in a && void 0 === (n = a.set(t, n, r))) || (s ? c.setProperty(e, n) : (c[e] = n))); } }, css: function(t, e, n, r) { var i, o, a, u = J(e); return ( zt.test(e) || (e = Yt(u)), (a = _.cssHooks[e] || _.cssHooks[u]) && "get" in a && (i = a.get(t, !0, n)), void 0 === i && (i = Ft(t, e, r)), "normal" === i && e in Gt && (i = Gt[e]), "" === n || n ? ((o = parseFloat(i)), !0 === n || isFinite(o) ? o || 0 : i) : i ); } }), _.each(["height", "width"], function(t, e) { _.cssHooks[e] = { get: function(t, n, r) { if (n) return !Bt.test(_.css(t, "display")) || (t.getClientRects().length && t.getBoundingClientRect().width) ? Qt(t, e, r) : ut(t, Wt, function() { return Qt(t, e, r); }); }, set: function(t, n, r) { var i, o = qt(t), a = "border-box" === _.css(t, "boxSizing", !1, o), u = r && Xt(t, e, r, a, o); return ( a && m.scrollboxSize() === o.position && (u -= Math.ceil( t["offset" + e[0].toUpperCase() + e.slice(1)] - parseFloat(o[e]) - Xt(t, e, "border", !1, o) - 0.5 )), u && (i = it.exec(n)) && "px" !== (i[3] || "px") && ((t.style[e] = n), (n = _.css(t, e))), Zt(0, n, u) ); } }; }), (_.cssHooks.marginLeft = Ht(m.reliableMarginLeft, function(t, e) { if (e) return ( (parseFloat(Ft(t, "marginLeft")) || t.getBoundingClientRect().left - ut(t, { marginLeft: 0 }, function() { return t.getBoundingClientRect().left; })) + "px" ); })), _.each({ margin: "", padding: "", border: "Width" }, function(t, e) { (_.cssHooks[t + e] = { expand: function(n) { for (var r = 0, i = {}, o = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++) i[t + ot[r] + e] = o[r] || o[r - 2] || o[0]; return i; } }), "margin" !== t && (_.cssHooks[t + e].set = Zt); }), _.fn.extend({ css: function(t, e) { return z( this, function(t, e, n) { var r, i, o = {}, a = 0; if (Array.isArray(e)) { for (r = qt(t), i = e.length; a < i; a++) o[e[a]] = _.css(t, e[a], !1, r); return o; } return void 0 !== n ? _.style(t, e, n) : _.css(t, e); }, t, e, arguments.length > 1 ); } }), (_.Tween = te), (te.prototype = { constructor: te, init: function(t, e, n, r, i, o) { (this.elem = t), (this.prop = n), (this.easing = i || _.easing._default), (this.options = e), (this.start = this.now = this.cur()), (this.end = r), (this.unit = o || (_.cssNumber[n] ? "" : "px")); }, cur: function() { var t = te.propHooks[this.prop]; return t && t.get ? t.get(this) : te.propHooks._default.get(this); }, run: function(t) { var e, n = te.propHooks[this.prop]; return ( this.options.duration ? (this.pos = e = _.easing[this.easing]( t, this.options.duration * t, 0, 1, this.options.duration )) : (this.pos = e = t), (this.now = (this.end - this.start) * e + this.start), this.options.step && this.options.step.call(this.elem, this.now, this), n && n.set ? n.set(this) : te.propHooks._default.set(this), this ); } }), (te.prototype.init.prototype = te.prototype), (te.propHooks = { _default: { get: function(t) { var e; return 1 !== t.elem.nodeType || (null != t.elem[t.prop] && null == t.elem.style[t.prop]) ? t.elem[t.prop] : (e = _.css(t.elem, t.prop, "")) && "auto" !== e ? e : 0; }, set: function(t) { _.fx.step[t.prop] ? _.fx.step[t.prop](t) : 1 !== t.elem.nodeType || (null == t.elem.style[_.cssProps[t.prop]] && !_.cssHooks[t.prop]) ? (t.elem[t.prop] = t.now) : _.style(t.elem, t.prop, t.now + t.unit); } } }), (te.propHooks.scrollTop = te.propHooks.scrollLeft = { set: function(t) { t.elem.nodeType && t.elem.parentNode && (t.elem[t.prop] = t.now); } }), (_.easing = { linear: function(t) { return t; }, swing: function(t) { return 0.5 - Math.cos(t * Math.PI) / 2; }, _default: "swing" }), (_.fx = te.prototype.init), (_.fx.step = {}); var ee, ne, re = /^(?:toggle|show|hide)$/, ie = /queueHooks$/; function oe() { ne && (!1 === a.hidden && n.requestAnimationFrame ? n.requestAnimationFrame(oe) : n.setTimeout(oe, _.fx.interval), _.fx.tick()); } function ae() { return ( n.setTimeout(function() { ee = void 0; }), (ee = Date.now()) ); } function ue(t, e) { var n, r = 0, i = { height: t }; for (e = e ? 1 : 0; r < 4; r += 2 - e) i["margin" + (n = ot[r])] = i["padding" + n] = t; return e && (i.opacity = i.width = t), i; } function se(t, e, n) { for ( var r, i = (ce.tweeners[e] || []).concat(ce.tweeners["*"]), o = 0, a = i.length; o < a; o++ ) if ((r = i[o].call(n, e, t))) return r; } function ce(t, e, n) { var r, i, o = 0, a = ce.prefilters.length, u = _.Deferred().always(function() { delete s.elem; }), s = function() { if (i) return !1; for ( var e = ee || ae(), n = Math.max(0, c.startTime + c.duration - e), r = 1 - (n / c.duration || 0), o = 0, a = c.tweens.length; o < a; o++ ) c.tweens[o].run(r); return ( u.notifyWith(t, [c, r, n]), r < 1 && a ? n : (a || u.notifyWith(t, [c, 1, 0]), u.resolveWith(t, [c]), !1) ); }, c = u.promise({ elem: t, props: _.extend({}, e), opts: _.extend(!0, { specialEasing: {}, easing: _.easing._default }, n), originalProperties: e, originalOptions: n, startTime: ee || ae(), duration: n.duration, tweens: [], createTween: function(e, n) { var r = _.Tween(t, c.opts, e, n, c.opts.specialEasing[e] || c.opts.easing); return c.tweens.push(r), r; }, stop: function(e) { var n = 0, r = e ? c.tweens.length : 0; if (i) return this; for (i = !0; n < r; n++) c.tweens[n].run(1); return ( e ? (u.notifyWith(t, [c, 1, 0]), u.resolveWith(t, [c, e])) : u.rejectWith(t, [c, e]), this ); } }), l = c.props; for ( !(function(t, e) { var n, r, i, o, a; for (n in t) if ( ((i = e[(r = J(n))]), (o = t[n]), Array.isArray(o) && ((i = o[1]), (o = t[n] = o[0])), n !== r && ((t[r] = o), delete t[n]), (a = _.cssHooks[r]) && ("expand" in a)) ) for (n in ((o = a.expand(o)), delete t[r], o)) (n in t) || ((t[n] = o[n]), (e[n] = i)); else e[r] = i; })(l, c.opts.specialEasing); o < a; o++ ) if ((r = ce.prefilters[o].call(c, t, l, c.opts))) return $(r.stop) && (_._queueHooks(c.elem, c.opts.queue).stop = r.stop.bind(r)), r; return ( _.map(l, se, c), $(c.opts.start) && c.opts.start.call(t, c), c .progress(c.opts.progress) .done(c.opts.done, c.opts.complete) .fail(c.opts.fail) .always(c.opts.always), _.fx.timer(_.extend(s, { elem: t, anim: c, queue: c.opts.queue })), c ); } (_.Animation = _.extend(ce, { tweeners: { "*": [ function(t, e) { var n = this.createTween(t, e); return st(n.elem, t, it.exec(e), n), n; } ] }, tweener: function(t, e) { $(t) ? ((e = t), (t = ["*"])) : (t = t.match(P)); for (var n, r = 0, i = t.length; r < i; r++) (n = t[r]), (ce.tweeners[n] = ce.tweeners[n] || []), ce.tweeners[n].unshift(e); }, prefilters: [ function(t, e, n) { var r, i, o, a, u, s, c, l, f = "width" in e || "height" in e, p = this, h = {}, d = t.style, v = t.nodeType && at(t), g = X.get(t, "fxshow"); for (r in (n.queue || (null == (a = _._queueHooks(t, "fx")).unqueued && ((a.unqueued = 0), (u = a.empty.fire), (a.empty.fire = function() { a.unqueued || u(); })), a.unqueued++, p.always(function() { p.always(function() { a.unqueued--, _.queue(t, "fx").length || a.empty.fire(); }); })), e)) if (((i = e[r]), re.test(i))) { if ((delete e[r], (o = o || "toggle" === i), i === (v ? "hide" : "show"))) { if ("show" !== i || !g || void 0 === g[r]) continue; v = !0; } h[r] = (g && g[r]) || _.style(t, r); } if ((s = !_.isEmptyObject(e)) || !_.isEmptyObject(h)) for (r in (f && 1 === t.nodeType && ((n.overflow = [d.overflow, d.overflowX, d.overflowY]), null == (c = g && g.display) && (c = X.get(t, "display")), "none" === (l = _.css(t, "display")) && (c ? (l = c) : (ft([t], !0), (c = t.style.display || c), (l = _.css(t, "display")), ft([t]))), ("inline" === l || ("inline-block" === l && null != c)) && "none" === _.css(t, "float") && (s || (p.done(function() { d.display = c; }), null == c && ((l = d.display), (c = "none" === l ? "" : l))), (d.display = "inline-block"))), n.overflow && ((d.overflow = "hidden"), p.always(function() { (d.overflow = n.overflow[0]), (d.overflowX = n.overflow[1]), (d.overflowY = n.overflow[2]); })), (s = !1), h)) s || (g ? "hidden" in g && (v = g.hidden) : (g = X.access(t, "fxshow", { display: c })), o && (g.hidden = !v), v && ft([t], !0), p.done(function() { for (r in (v || ft([t]), X.remove(t, "fxshow"), h)) _.style(t, r, h[r]); })), (s = se(v ? g[r] : 0, r, p)), r in g || ((g[r] = s.start), v && ((s.end = s.start), (s.start = 0))); } ], prefilter: function(t, e) { e ? ce.prefilters.unshift(t) : ce.prefilters.push(t); } })), (_.speed = function(t, e, n) { var r = t && "object" == typeof t ? _.extend({}, t) : { complete: n || (!n && e) || ($(t) && t), duration: t, easing: (n && e) || (e && !$(e) && e) }; 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() { $(r.old) && r.old.call(this), r.queue && _.dequeue(this, r.queue); }), r ); }), _.fn.extend({ fadeTo: function(t, e, n, r) { return this.filter(at) .css("opacity", 0) .show() .end() .animate({ opacity: e }, t, n, r); }, animate: function(t, e, n, r) { var i = _.isEmptyObject(t), o = _.speed(e, n, r), a = function() { var e = ce(this, _.extend({}, t), o); (i || X.get(this, "finish")) && e.stop(!0); }; return (a.finish = a), i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a); }, stop: function(t, e, n) { var r = function(t) { var e = t.stop; delete t.stop, e(n); }; return ( "string" != typeof t && ((n = e), (e = t), (t = void 0)), e && !1 !== t && this.queue(t || "fx", []), this.each(function() { var e = !0, i = null != t && t + "queueHooks", o = _.timers, a = X.get(this); if (i) a[i] && a[i].stop && r(a[i]); else for (i in a) a[i] && a[i].stop && ie.test(i) && r(a[i]); for (i = o.length; i--; ) o[i].elem !== this || (null != t && o[i].queue !== t) || (o[i].anim.stop(n), (e = !1), o.splice(i, 1)); (!e && n) || _.dequeue(this, t); }) ); }, finish: function(t) { return ( !1 !== t && (t = t || "fx"), this.each(function() { var e, n = X.get(this), r = n[t + "queue"], i = n[t + "queueHooks"], o = _.timers, a = r ? r.length : 0; for ( n.finish = !0, _.queue(this, t, []), i && i.stop && i.stop.call(this, !0), e = o.length; e--; ) o[e].elem === this && o[e].queue === t && (o[e].anim.stop(!0), o.splice(e, 1)); for (e = 0; e < a; e++) r[e] && r[e].finish && r[e].finish.call(this); delete n.finish; }) ); } }), _.each(["toggle", "show", "hide"], function(t, e) { var n = _.fn[e]; _.fn[e] = function(t, r, i) { return null == t || "boolean" == typeof t ? n.apply(this, arguments) : this.animate(ue(e, !0), t, r, i); }; }), _.each( { slideDown: ue("show"), slideUp: ue("hide"), slideToggle: ue("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function(t, e) { _.fn[t] = function(t, n, r) { return this.animate(e, t, n, r); }; } ), (_.timers = []), (_.fx.tick = function() { var t, e = 0, n = _.timers; for (ee = Date.now(); e < n.length; e++) (t = n[e])() || n[e] !== t || n.splice(e--, 1); n.length || _.fx.stop(), (ee = void 0); }), (_.fx.timer = function(t) { _.timers.push(t), _.fx.start(); }), (_.fx.interval = 13), (_.fx.start = function() { ne || ((ne = !0), oe()); }), (_.fx.stop = function() { ne = null; }), (_.fx.speeds = { slow: 600, fast: 200, _default: 400 }), (_.fn.delay = function(t, e) { return ( (t = (_.fx && _.fx.speeds[t]) || t), (e = e || "fx"), this.queue(e, function(e, r) { var i = n.setTimeout(e, t); r.stop = function() { n.clearTimeout(i); }; }) ); }), (function() { var t = a.createElement("input"), e = a.createElement("select").appendChild(a.createElement("option")); (t.type = "checkbox"), (m.checkOn = "" !== t.value), (m.optSelected = e.selected), ((t = a.createElement("input")).value = "t"), (t.type = "radio"), (m.radioValue = "t" === t.value); })(); var le, fe = _.expr.attrHandle; _.fn.extend({ attr: function(t, e) { return z(this, _.attr, t, e, arguments.length > 1); }, removeAttr: function(t) { return this.each(function() { _.removeAttr(this, t); }); } }), _.extend({ attr: function(t, e, n) { var r, i, o = t.nodeType; if (3 !== o && 8 !== o && 2 !== o) return void 0 === t.getAttribute ? _.prop(t, e, n) : ((1 === o && _.isXMLDoc(t)) || (i = _.attrHooks[e.toLowerCase()] || (_.expr.match.bool.test(e) ? le : void 0)), void 0 !== n ? null === n ? void _.removeAttr(t, e) : i && "set" in i && void 0 !== (r = i.set(t, n, e)) ? r : (t.setAttribute(e, n + ""), n) : i && "get" in i && null !== (r = i.get(t, e)) ? r : null == (r = _.find.attr(t, e)) ? void 0 : r); }, attrHooks: { type: { set: function(t, e) { if (!m.radioValue && "radio" === e && O(t, "input")) { var n = t.value; return t.setAttribute("type", e), n && (t.value = n), e; } } } }, removeAttr: function(t, e) { var n, r = 0, i = e && e.match(P); if (i && 1 === t.nodeType) for (; (n = i[r++]); ) t.removeAttribute(n); } }), (le = { set: function(t, e, n) { return !1 === e ? _.removeAttr(t, n) : t.setAttribute(n, n), n; } }), _.each(_.expr.match.bool.source.match(/\w+/g), function(t, e) { var n = fe[e] || _.find.attr; fe[e] = function(t, e, r) { var i, o, a = e.toLowerCase(); return ( r || ((o = fe[a]), (fe[a] = i), (i = null != n(t, e, r) ? a : null), (fe[a] = o)), i ); }; }); var pe = /^(?:input|select|textarea|button)$/i, he = /^(?:a|area)$/i; function de(t) { return (t.match(P) || []).join(" "); } function ve(t) { return (t.getAttribute && t.getAttribute("class")) || ""; } function ge(t) { return Array.isArray(t) ? t : ("string" == typeof t && t.match(P)) || []; } _.fn.extend({ prop: function(t, e) { return z(this, _.prop, t, e, arguments.length > 1); }, removeProp: function(t) { return this.each(function() { delete this[_.propFix[t] || t]; }); } }), _.extend({ prop: function(t, e, n) { var r, i, o = t.nodeType; if (3 !== o && 8 !== o && 2 !== o) return ( (1 === o && _.isXMLDoc(t)) || ((e = _.propFix[e] || e), (i = _.propHooks[e])), void 0 !== n ? i && "set" in i && void 0 !== (r = i.set(t, n, e)) ? r : (t[e] = n) : i && "get" in i && null !== (r = i.get(t, e)) ? r : t[e] ); }, propHooks: { tabIndex: { get: function(t) { var e = _.find.attr(t, "tabindex"); return e ? parseInt(e, 10) : pe.test(t.nodeName) || (he.test(t.nodeName) && t.href) ? 0 : -1; } } }, propFix: { for: "htmlFor", class: "className" } }), m.optSelected || (_.propHooks.selected = { get: function(t) { var e = t.parentNode; return e && e.parentNode && e.parentNode.selectedIndex, null; }, set: function(t) { var e = t.parentNode; e && (e.selectedIndex, e.parentNode && e.parentNode.selectedIndex); } }), _.each( [ "tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable" ], function() { _.propFix[this.toLowerCase()] = this; } ), _.fn.extend({ addClass: function(t) { var e, n, r, i, o, a, u, s = 0; if ($(t)) return this.each(function(e) { _(this).addClass(t.call(this, e, ve(this))); }); if ((e = ge(t)).length) for (; (n = this[s++]); ) if (((i = ve(n)), (r = 1 === n.nodeType && " " + de(i) + " "))) { for (a = 0; (o = e[a++]); ) r.indexOf(" " + o + " ") < 0 && (r += o + " "); i !== (u = de(r)) && n.setAttribute("class", u); } return this; }, removeClass: function(t) { var e, n, r, i, o, a, u, s = 0; if ($(t)) return this.each(function(e) { _(this).removeClass(t.call(this, e, ve(this))); }); if (!arguments.length) return this.attr("class", ""); if ((e = ge(t)).length) for (; (n = this[s++]); ) if (((i = ve(n)), (r = 1 === n.nodeType && " " + de(i) + " "))) { for (a = 0; (o = e[a++]); ) for (; r.indexOf(" " + o + " ") > -1; ) r = r.replace(" " + o + " ", " "); i !== (u = de(r)) && n.setAttribute("class", u); } return this; }, toggleClass: function(t, e) { var n = typeof t, r = "string" === n || Array.isArray(t); return "boolean" == typeof e && r ? e ? this.addClass(t) : this.removeClass(t) : $(t) ? this.each(function(n) { _(this).toggleClass(t.call(this, n, ve(this), e), e); }) : this.each(function() { var e, i, o, a; if (r) for (i = 0, o = _(this), a = ge(t); (e = a[i++]); ) o.hasClass(e) ? o.removeClass(e) : o.addClass(e); else (void 0 !== t && "boolean" !== n) || ((e = ve(this)) && X.set(this, "__className__", e), this.setAttribute && this.setAttribute( "class", e || !1 === t ? "" : X.get(this, "__className__") || "" )); }); }, hasClass: function(t) { var e, n, r = 0; for (e = " " + t + " "; (n = this[r++]); ) if (1 === n.nodeType && (" " + de(ve(n)) + " ").indexOf(e) > -1) return !0; return !1; } }); var me = /\r/g; _.fn.extend({ val: function(t) { var e, n, r, i = this[0]; return arguments.length ? ((r = $(t)), this.each(function(n) { var i; 1 === this.nodeType && (null == (i = r ? t.call(this, n, _(this).val()) : t) ? (i = "") : "number" == typeof i ? (i += "") : Array.isArray(i) && (i = _.map(i, function(t) { return null == t ? "" : t + ""; })), ((e = _.valHooks[this.type] || _.valHooks[this.nodeName.toLowerCase()]) && "set" in e && void 0 !== e.set(this, i, "value")) || (this.value = i)); })) : i ? (e = _.valHooks[i.type] || _.valHooks[i.nodeName.toLowerCase()]) && "get" in e && void 0 !== (n = e.get(i, "value")) ? n : "string" == typeof (n = i.value) ? n.replace(me, "") : null == n ? "" : n : void 0; } }), _.extend({ valHooks: { option: { get: function(t) { var e = _.find.attr(t, "value"); return null != e ? e : de(_.text(t)); } }, select: { get: function(t) { var e, n, r, i = t.options, o = t.selectedIndex, a = "select-one" === t.type, u = a ? null : [], s = a ? o + 1 : i.length; for (r = o < 0 ? s : a ? o : 0; r < s; r++) if ( ((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode.disabled || !O(n.parentNode, "optgroup")) ) { if (((e = _(n).val()), a)) return e; u.push(e); } return u; }, set: function(t, e) { for (var n, r, i = t.options, o = _.makeArray(e), a = i.length; a--; ) ((r = i[a]).selected = _.inArray(_.valHooks.option.get(r), o) > -1) && (n = !0); return n || (t.selectedIndex = -1), o; } } } }), _.each(["radio", "checkbox"], function() { (_.valHooks[this] = { set: function(t, e) { if (Array.isArray(e)) return (t.checked = _.inArray(_(t).val(), e) > -1); } }), m.checkOn || (_.valHooks[this].get = function(t) { return null === t.getAttribute("value") ? "on" : t.value; }); }), (m.focusin = "onfocusin" in n); var $e = /^(?:focusinfocus|focusoutblur)$/, ye = function(t) { t.stopPropagation(); }; _.extend(_.event, { trigger: function(t, e, r, i) { var o, u, s, c, l, f, p, h, v = [r || a], g = d.call(t, "type") ? t.type : t, m = d.call(t, "namespace") ? t.namespace.split(".") : []; if ( ((u = h = s = r = r || a), 3 !== r.nodeType && 8 !== r.nodeType && !$e.test(g + _.event.triggered) && (g.indexOf(".") > -1 && ((g = (m = g.split(".")).shift()), m.sort()), (l = g.indexOf(":") < 0 && "on" + g), ((t = t[_.expando] ? t : new _.Event(g, "object" == typeof t && t)).isTrigger = i ? 2 : 3), (t.namespace = m.join(".")), (t.rnamespace = t.namespace ? new RegExp("(^|\\.)" + m.join("\\.(?:.*\\.|)") + "(\\.|$)") : null), (t.result = void 0), t.target || (t.target = r), (e = null == e ? [t] : _.makeArray(e, [t])), (p = _.event.special[g] || {}), i || !p.trigger || !1 !== p.trigger.apply(r, e))) ) { if (!i && !p.noBubble && !y(r)) { for ( c = p.delegateType || g, $e.test(c + g) || (u = u.parentNode); u; u = u.parentNode ) v.push(u), (s = u); s === (r.ownerDocument || a) && v.push(s.defaultView || s.parentWindow || n); } for (o = 0; (u = v[o++]) && !t.isPropagationStopped(); ) (h = u), (t.type = o > 1 ? c : p.bindType || g), (f = (X.get(u, "events") || {})[t.type] && X.get(u, "handle")) && f.apply(u, e), (f = l && u[l]) && f.apply && Y(u) && ((t.result = f.apply(u, e)), !1 === t.result && t.preventDefault()); return ( (t.type = g), i || t.isDefaultPrevented() || (p._default && !1 !== p._default.apply(v.pop(), e)) || !Y(r) || (l && $(r[g]) && !y(r) && ((s = r[l]) && (r[l] = null), (_.event.triggered = g), t.isPropagationStopped() && h.addEventListener(g, ye), r[g](), t.isPropagationStopped() && h.removeEventListener(g, ye), (_.event.triggered = void 0), s && (r[l] = s))), t.result ); } }, simulate: function(t, e, n) { var r = _.extend(new _.Event(), n, { type: t, isSimulated: !0 }); _.event.trigger(r, null, e); } }), _.fn.extend({ trigger: function(t, e) { return this.each(function() { _.event.trigger(t, e, this); }); }, triggerHandler: function(t, e) { var n = this[0]; if (n) return _.event.trigger(t, e, n, !0); } }), m.focusin || _.each({ focus: "focusin", blur: "focusout" }, function(t, e) { var n = function(t) { _.event.simulate(e, t.target, _.event.fix(t)); }; _.event.special[e] = { setup: function() { var r = this.ownerDocument || this, i = X.access(r, e); i || r.addEventListener(t, n, !0), X.access(r, e, (i || 0) + 1); }, teardown: function() { var r = this.ownerDocument || this, i = X.access(r, e) - 1; i ? X.access(r, e, i) : (r.removeEventListener(t, n, !0), X.remove(r, e)); } }; }); var be = n.location, we = Date.now(), xe = /\?/; _.parseXML = function(t) { var e; if (!t || "string" != typeof t) return null; try { e = new n.DOMParser().parseFromString(t, "text/xml"); } catch (t) { e = void 0; } return ( (e && !e.getElementsByTagName("parsererror").length) || _.error("Invalid XML: " + t), e ); }; var _e = /\[\]$/, Ce = /\r?\n/g, Se = /^(?:submit|button|image|reset|file)$/i, Ee = /^(?:input|select|textarea|keygen)/i; function ke(t, e, n, r) { var i; if (Array.isArray(e)) _.each(e, function(e, i) { n || _e.test(t) ? r(t, i) : ke(t + "[" + ("object" == typeof i && null != i ? e : "") + "]", i, n, r); }); else if (n || "object" !== x(e)) r(t, e); else for (i in e) ke(t + "[" + i + "]", e[i], n, r); } (_.param = function(t, e) { var n, r = [], i = function(t, e) { var n = $(e) ? e() : e; r[r.length] = encodeURIComponent(t) + "=" + encodeURIComponent(null == n ? "" : n); }; if (Array.isArray(t) || (t.jquery && !_.isPlainObject(t))) _.each(t, function() { i(this.name, this.value); }); else for (n in t) ke(n, t[n], e, i); return r.join("&"); }), _.fn.extend({ serialize: function() { return _.param(this.serializeArray()); }, serializeArray: function() { return this.map(function() { var t = _.prop(this, "elements"); return t ? _.makeArray(t) : this; }) .filter(function() { var t = this.type; return ( this.name && !_(this).is(":disabled") && Ee.test(this.nodeName) && !Se.test(t) && (this.checked || !pt.test(t)) ); }) .map(function(t, e) { var n = _(this).val(); return null == n ? null : Array.isArray(n) ? _.map(n, function(t) { return { name: e.name, value: t.replace(Ce, "\r\n") }; }) : { name: e.name, value: n.replace(Ce, "\r\n") }; }) .get(); } }); var Ae = /%20/g, Te = /#.*$/, Oe = /([?&])_=[^&]*/, je = /^(.*?):[ \t]*([^\r\n]*)$/gm, Ne = /^(?:GET|HEAD)$/, Me = /^\/\//, Le = {}, De = {}, Ie = "*/".concat("*"), Re = a.createElement("a"); function Pe(t) { return function(e, n) { "string" != typeof e && ((n = e), (e = "*")); var r, i = 0, o = e.toLowerCase().match(P) || []; if ($(n)) for (; (r = o[i++]); ) "+" === r[0] ? ((r = r.slice(1) || "*"), (t[r] = t[r] || []).unshift(n)) : (t[r] = t[r] || []).push(n); }; } function Ve(t, e, n, r) { var i = {}, o = t === De; function a(u) { var s; return ( (i[u] = !0), _.each(t[u] || [], function(t, u) { var c = u(e, n, r); return "string" != typeof c || o || i[c] ? o ? !(s = c) : void 0 : (e.dataTypes.unshift(c), a(c), !1); }), s ); } return a(e.dataTypes[0]) || (!i["*"] && a("*")); } function qe(t, e) { var n, r, i = _.ajaxSettings.flatOptions || {}; for (n in e) void 0 !== e[n] && ((i[n] ? t : r || (r = {}))[n] = e[n]); return r && _.extend(!0, t, r), t; } (Re.href = be.href), _.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: be.href, type: "GET", isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test( be.protocol ), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": Ie, 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(t, e) { return e ? qe(qe(t, _.ajaxSettings), e) : qe(_.ajaxSettings, t); }, ajaxPrefilter: Pe(Le), ajaxTransport: Pe(De), ajax: function(t, e) { "object" == typeof t && ((e = t), (t = void 0)), (e = e || {}); var r, i, o, u, s, c, l, f, p, h, d = _.ajaxSetup({}, e), v = d.context || d, g = d.context && (v.nodeType || v.jquery) ? _(v) : _.event, m = _.Deferred(), $ = _.Callbacks("once memory"), y = d.statusCode || {}, b = {}, w = {}, x = "canceled", C = { readyState: 0, getResponseHeader: function(t) { var e; if (l) { if (!u) for (u = {}; (e = je.exec(o)); ) u[e[1].toLowerCase()] = e[2]; e = u[t.toLowerCase()]; } return null == e ? null : e; }, getAllResponseHeaders: function() { return l ? o : null; }, setRequestHeader: function(t, e) { return ( null == l && ((t = w[t.toLowerCase()] = w[t.toLowerCase()] || t), (b[t] = e)), this ); }, overrideMimeType: function(t) { return null == l && (d.mimeType = t), this; }, statusCode: function(t) { var e; if (t) if (l) C.always(t[C.status]); else for (e in t) y[e] = [y[e], t[e]]; return this; }, abort: function(t) { var e = t || x; return r && r.abort(e), S(0, e), this; } }; if ( (m.promise(C), (d.url = ((t || d.url || be.href) + "").replace(Me, be.protocol + "//")), (d.type = e.method || e.type || d.method || d.type), (d.dataTypes = (d.dataType || "*").toLowerCase().match(P) || [""]), null == d.crossDomain) ) { c = a.createElement("a"); try { (c.href = d.url), (c.href = c.href), (d.crossDomain = Re.protocol + "//" + Re.host != c.protocol + "//" + c.host); } catch (t) { d.crossDomain = !0; } } if ( (d.data && d.processData && "string" != typeof d.data && (d.data = _.param(d.data, d.traditional)), Ve(Le, d, e, C), l) ) return C; for (p in ((f = _.event && d.global) && 0 == _.active++ && _.event.trigger("ajaxStart"), (d.type = d.type.toUpperCase()), (d.hasContent = !Ne.test(d.type)), (i = d.url.replace(Te, "")), d.hasContent ? d.data && d.processData && 0 === (d.contentType || "").indexOf("application/x-www-form-urlencoded") && (d.data = d.data.replace(Ae, "+")) : ((h = d.url.slice(i.length)), d.data && (d.processData || "string" == typeof d.data) && ((i += (xe.test(i) ? "&" : "?") + d.data), delete d.data), !1 === d.cache && ((i = i.replace(Oe, "$1")), (h = (xe.test(i) ? "&" : "?") + "_=" + we++ + h)), (d.url = i + h)), d.ifModified && (_.lastModified[i] && C.setRequestHeader("If-Modified-Since", _.lastModified[i]), _.etag[i] && C.setRequestHeader("If-None-Match", _.etag[i])), ((d.data && d.hasContent && !1 !== d.contentType) || e.contentType) && C.setRequestHeader("Content-Type", d.contentType), C.setRequestHeader( "Accept", d.dataTypes[0] && d.accepts[d.dataTypes[0]] ? d.accepts[d.dataTypes[0]] + ("*" !== d.dataTypes[0] ? ", " + Ie + "; q=0.01" : "") : d.accepts["*"] ), d.headers)) C.setRequestHeader(p, d.headers[p]); if (d.beforeSend && (!1 === d.beforeSend.call(v, C, d) || l)) return C.abort(); if ( ((x = "abort"), $.add(d.complete), C.done(d.success), C.fail(d.error), (r = Ve(De, d, e, C))) ) { if (((C.readyState = 1), f && g.trigger("ajaxSend", [C, d]), l)) return C; d.async && d.timeout > 0 && (s = n.setTimeout(function() { C.abort("timeout"); }, d.timeout)); try { (l = !1), r.send(b, S); } catch (t) { if (l) throw t; S(-1, t); } } else S(-1, "No Transport"); function S(t, e, a, u) { var c, p, h, b, w, x = e; l || ((l = !0), s && n.clearTimeout(s), (r = void 0), (o = u || ""), (C.readyState = t > 0 ? 4 : 0), (c = (t >= 200 && t < 300) || 304 === t), a && (b = (function(t, e, n) { for (var r, i, o, a, u = t.contents, s = t.dataTypes; "*" === s[0]; ) s.shift(), void 0 === r && (r = t.mimeType || e.getResponseHeader("Content-Type")); if (r) for (i in u) if (u[i] && u[i].test(r)) { s.unshift(i); break; } if (s[0] in n) o = s[0]; else { for (i in n) { if (!s[0] || t.converters[i + " " + s[0]]) { o = i; break; } a || (a = i); } o = o || a; } if (o) return o !== s[0] && s.unshift(o), n[o]; })(d, C, a)), (b = (function(t, e, n, r) { var i, o, a, u, s, c = {}, l = t.dataTypes.slice(); if (l[1]) for (a in t.converters) c[a.toLowerCase()] = t.converters[a]; for (o = l.shift(); o; ) if ( (t.responseFields[o] && (n[t.responseFields[o]] = e), !s && r && t.dataFilter && (e = t.dataFilter(e, t.dataType)), (s = o), (o = l.shift())) ) if ("*" === o) o = s; else if ("*" !== s && s !== o) { if (!(a = c[s + " " + o] || c["* " + o])) for (i in c) if ( (u = i.split(" "))[1] === o && (a = c[s + " " + u[0]] || c["* " + u[0]]) ) { !0 === a ? (a = c[i]) : !0 !== c[i] && ((o = u[0]), l.unshift(u[1])); break; } if (!0 !== a) if (a && t.throws) e = a(e); else try { e = a(e); } catch (t) { return { state: "parsererror", error: a ? t : "No conversion from " + s + " to " + o }; } } return { state: "success", data: e }; })(d, b, C, c)), c ? (d.ifModified && ((w = C.getResponseHeader("Last-Modified")) && (_.lastModified[i] = w), (w = C.getResponseHeader("etag")) && (_.etag[i] = w)), 204 === t || "HEAD" === d.type ? (x = "nocontent") : 304 === t ? (x = "notmodified") : ((x = b.state), (p = b.data), (c = !(h = b.error)))) : ((h = x), (!t && x) || ((x = "error"), t < 0 && (t = 0))), (C.status = t), (C.statusText = (e || x) + ""), c ? m.resolveWith(v, [p, x, C]) : m.rejectWith(v, [C, x, h]), C.statusCode(y), (y = void 0), f && g.trigger(c ? "ajaxSuccess" : "ajaxError", [C, d, c ? p : h]), $.fireWith(v, [C, x]), f && (g.trigger("ajaxComplete", [C, d]), --_.active || _.event.trigger("ajaxStop"))); } return C; }, getJSON: function(t, e, n) { return _.get(t, e, n, "json"); }, getScript: function(t, e) { return _.get(t, void 0, e, "script"); } }), _.each(["get", "post"], function(t, e) { _[e] = function(t, n, r, i) { return ( $(n) && ((i = i || r), (r = n), (n = void 0)), _.ajax( _.extend( { url: t, type: e, dataType: i, data: n, success: r }, _.isPlainObject(t) && t ) ) ); }; }), (_._evalUrl = function(t) { return _.ajax({ url: t, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, throws: !0 }); }), _.fn.extend({ wrapAll: function(t) { var e; return ( this[0] && ($(t) && (t = t.call(this[0])), (e = _(t, this[0].ownerDocument) .eq(0) .clone(!0)), this[0].parentNode && e.insertBefore(this[0]), e .map(function() { for (var t = this; t.firstElementChild; ) t = t.firstElementChild; return t; }) .append(this)), this ); }, wrapInner: function(t) { return $(t) ? this.each(function(e) { _(this).wrapInner(t.call(this, e)); }) : this.each(function() { var e = _(this), n = e.contents(); n.length ? n.wrapAll(t) : e.append(t); }); }, wrap: function(t) { var e = $(t); return this.each(function(n) { _(this).wrapAll(e ? t.call(this, n) : t); }); }, unwrap: function(t) { return ( this.parent(t) .not("body") .each(function() { _(this).replaceWith(this.childNodes); }), this ); } }), (_.expr.pseudos.hidden = function(t) { return !_.expr.pseudos.visible(t); }), (_.expr.pseudos.visible = function(t) { return !!(t.offsetWidth || t.offsetHeight || t.getClientRects().length); }), (_.ajaxSettings.xhr = function() { try { return new n.XMLHttpRequest(); } catch (t) {} }); var Ue = { 0: 200, 1223: 204 }, Fe = _.ajaxSettings.xhr(); (m.cors = !!Fe && "withCredentials" in Fe), (m.ajax = Fe = !!Fe), _.ajaxTransport(function(t) { var e, r; if (m.cors || (Fe && !t.crossDomain)) return { send: function(i, o) { var a, u = t.xhr(); if ((u.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields)) for (a in t.xhrFields) u[a] = t.xhrFields[a]; for (a in (t.mimeType && u.overrideMimeType && u.overrideMimeType(t.mimeType), t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"), i)) u.setRequestHeader(a, i[a]); (e = function(t) { return function() { e && ((e = r = u.onload = u.onerror = u.onabort = u.ontimeout = u.onreadystatechange = null), "abort" === t ? u.abort() : "error" === t ? "number" != typeof u.status ? o(0, "error") : o(u.status, u.statusText) : o( Ue[u.status] || u.status, u.statusText, "text" !== (u.responseType || "text") || "string" != typeof u.responseText ? { binary: u.response } : { text: u.responseText }, u.getAllResponseHeaders() )); }; }), (u.onload = e()), (r = u.onerror = u.ontimeout = e("error")), void 0 !== u.onabort ? (u.onabort = r) : (u.onreadystatechange = function() { 4 === u.readyState && n.setTimeout(function() { e && r(); }); }), (e = e("abort")); try { u.send((t.hasContent && t.data) || null); } catch (t) { if (e) throw t; } }, abort: function() { e && e(); } }; }), _.ajaxPrefilter(function(t) { t.crossDomain && (t.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(t) { return _.globalEval(t), t; } } }), _.ajaxPrefilter("script", function(t) { void 0 === t.cache && (t.cache = !1), t.crossDomain && (t.type = "GET"); }), _.ajaxTransport("script", function(t) { var e, n; if (t.crossDomain) return { send: function(r, i) { (e = _("