js/jquery-1.11.3.min.js
changeset 43 682bd6e707ef
parent 42 015d3f02d4e8
child 44 8745fd3bb425
equal deleted inserted replaced
42:015d3f02d4e8 43:682bd6e707ef
     1 /*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */
       
     2 !function (a, b) {
       
     3     "object" == typeof module && "object" == typeof module.exports ? module.exports = a.document ? b(a, !0) : function (a) {
       
     4         if (!a.document)throw new Error("jQuery requires a window with a document");
       
     5         return b(a)
       
     6     } : b(a)
       
     7 }("undefined" != typeof window ? window : this, function (a, b) {
       
     8     var c = [], d = c.slice, e = c.concat, f = c.push, g = c.indexOf, h = {}, i = h.toString, j = h.hasOwnProperty, k = {}, l = "1.11.3", m = function (a, b) {
       
     9         return new m.fn.init(a, b)
       
    10     }, n = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, o = /^-ms-/, p = /-([\da-z])/gi, q = function (a, b) {
       
    11         return b.toUpperCase()
       
    12     };
       
    13     m.fn = m.prototype = {
       
    14         jquery: l, constructor: m, selector: "", length: 0, toArray: function () {
       
    15             return d.call(this)
       
    16         }, get: function (a) {
       
    17             return null != a ? 0 > a ? this[a + this.length] : this[a] : d.call(this)
       
    18         }, pushStack: function (a) {
       
    19             var b = m.merge(this.constructor(), a);
       
    20             return b.prevObject = this, b.context = this.context, b
       
    21         }, each: function (a, b) {
       
    22             return m.each(this, a, b)
       
    23         }, map: function (a) {
       
    24             return this.pushStack(m.map(this, function (b, c) {
       
    25                 return a.call(b, c, b)
       
    26             }))
       
    27         }, slice: function () {
       
    28             return this.pushStack(d.apply(this, arguments))
       
    29         }, first: function () {
       
    30             return this.eq(0)
       
    31         }, last: function () {
       
    32             return this.eq(-1)
       
    33         }, eq: function (a) {
       
    34             var b = this.length, c = +a + (0 > a ? b : 0);
       
    35             return this.pushStack(c >= 0 && b > c ? [this[c]] : [])
       
    36         }, end: function () {
       
    37             return this.prevObject || this.constructor(null)
       
    38         }, push: f, sort: c.sort, splice: c.splice
       
    39     }, m.extend = m.fn.extend = function () {
       
    40         var a, b, c, d, e, f, g = arguments[0] || {}, h = 1, i = arguments.length, j = !1;
       
    41         for ("boolean" == typeof g && (j = g, g = arguments[h] || {}, h++), "object" == typeof g || m.isFunction(g) || (g = {}), h === i && (g = this, h--); i > h; h++)if (null != (e = arguments[h]))for (d in e)a = g[d], c = e[d], g !== c && (j && c && (m.isPlainObject(c) || (b = m.isArray(c))) ? (b ? (b = !1, f = a && m.isArray(a) ? a : []) : f = a && m.isPlainObject(a) ? a : {}, g[d] = m.extend(j, f, c)) : void 0 !== c && (g[d] = c));
       
    42         return g
       
    43     }, m.extend({
       
    44         expando: "jQuery" + (l + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (a) {
       
    45             throw new Error(a)
       
    46         }, noop: function () {
       
    47         }, isFunction: function (a) {
       
    48             return "function" === m.type(a)
       
    49         }, isArray: Array.isArray || function (a) {
       
    50             return "array" === m.type(a)
       
    51         }, isWindow: function (a) {
       
    52             return null != a && a == a.window
       
    53         }, isNumeric: function (a) {
       
    54             return !m.isArray(a) && a - parseFloat(a) + 1 >= 0
       
    55         }, isEmptyObject: function (a) {
       
    56             var b;
       
    57             for (b in a)return !1;
       
    58             return !0
       
    59         }, isPlainObject: function (a) {
       
    60             var b;
       
    61             if (!a || "object" !== m.type(a) || a.nodeType || m.isWindow(a))return !1;
       
    62             try {
       
    63                 if (a.constructor && !j.call(a, "constructor") && !j.call(a.constructor.prototype, "isPrototypeOf"))return !1
       
    64             } catch (c) {
       
    65                 return !1
       
    66             }
       
    67             if (k.ownLast)for (b in a)return j.call(a, b);
       
    68             for (b in a);
       
    69             return void 0 === b || j.call(a, b)
       
    70         }, type: function (a) {
       
    71             return null == a ? a + "" : "object" == typeof a || "function" == typeof a ? h[i.call(a)] || "object" : typeof a
       
    72         }, globalEval: function (b) {
       
    73             b && m.trim(b) && (a.execScript || function (b) {
       
    74                 a.eval.call(a, b)
       
    75             })(b)
       
    76         }, camelCase: function (a) {
       
    77             return a.replace(o, "ms-").replace(p, q)
       
    78         }, nodeName: function (a, b) {
       
    79             return a.nodeName && a.nodeName.toLowerCase() === b.toLowerCase()
       
    80         }, each: function (a, b, c) {
       
    81             var d, e = 0, f = a.length, g = r(a);
       
    82             if (c) {
       
    83                 if (g) {
       
    84                     for (; f > e; e++)if (d = b.apply(a[e], c), d === !1)break
       
    85                 } else for (e in a)if (d = b.apply(a[e], c), d === !1)break
       
    86             } else if (g) {
       
    87                 for (; f > e; e++)if (d = b.call(a[e], e, a[e]), d === !1)break
       
    88             } else for (e in a)if (d = b.call(a[e], e, a[e]), d === !1)break;
       
    89             return a
       
    90         }, trim: function (a) {
       
    91             return null == a ? "" : (a + "").replace(n, "")
       
    92         }, makeArray: function (a, b) {
       
    93             var c = b || [];
       
    94             return null != a && (r(Object(a)) ? m.merge(c, "string" == typeof a ? [a] : a) : f.call(c, a)), c
       
    95         }, inArray: function (a, b, c) {
       
    96             var d;
       
    97             if (b) {
       
    98                 if (g)return g.call(b, a, c);
       
    99                 for (d = b.length, c = c ? 0 > c ? Math.max(0, d + c) : c : 0; d > c; c++)if (c in b && b[c] === a)return c
       
   100             }
       
   101             return -1
       
   102         }, merge: function (a, b) {
       
   103             var c = +b.length, d = 0, e = a.length;
       
   104             while (c > d)a[e++] = b[d++];
       
   105             if (c !== c)while (void 0 !== b[d])a[e++] = b[d++];
       
   106             return a.length = e, a
       
   107         }, grep: function (a, b, c) {
       
   108             for (var d, e = [], f = 0, g = a.length, h = !c; g > f; f++)d = !b(a[f], f), d !== h && e.push(a[f]);
       
   109             return e
       
   110         }, map: function (a, b, c) {
       
   111             var d, f = 0, g = a.length, h = r(a), i = [];
       
   112             if (h)for (; g > f; f++)d = b(a[f], f, c), null != d && i.push(d); else for (f in a)d = b(a[f], f, c), null != d && i.push(d);
       
   113             return e.apply([], i)
       
   114         }, guid: 1, proxy: function (a, b) {
       
   115             var c, e, f;
       
   116             return "string" == typeof b && (f = a[b], b = a, a = f), m.isFunction(a) ? (c = d.call(arguments, 2), e = function () {
       
   117                 return a.apply(b || this, c.concat(d.call(arguments)))
       
   118             }, e.guid = a.guid = a.guid || m.guid++, e) : void 0
       
   119         }, now: function () {
       
   120             return +new Date
       
   121         }, support: k
       
   122     }), m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function (a, b) {
       
   123         h["[object " + b + "]"] = b.toLowerCase()
       
   124     });
       
   125     function r(a) {
       
   126         var b = "length" in a && a.length, c = m.type(a);
       
   127         return "function" === c || m.isWindow(a) ? !1 : 1 === a.nodeType && b ? !0 : "array" === c || 0 === b || "number" == typeof b && b > 0 && b - 1 in a
       
   128     }
       
   129 
       
   130     var s = function (a) {
       
   131         var b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u = "sizzle" + 1 * new Date, v = a.document, w = 0, x = 0, y = ha(), z = ha(), A = ha(), B = function (a, b) {
       
   132             return a === b && (l = !0), 0
       
   133         }, C = 1 << 31, D = {}.hasOwnProperty, E = [], F = E.pop, G = E.push, H = E.push, I = E.slice, J = function (a, b) {
       
   134             for (var c = 0, d = a.length; d > c; c++)if (a[c] === b)return c;
       
   135             return -1
       
   136         }, K = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", L = "[\\x20\\t\\r\\n\\f]", M = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", N = M.replace("w", "w#"), O = "\\[" + L + "*(" + M + ")(?:" + L + "*([*^$|!~]?=)" + L + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + N + "))|)" + L + "*\\]", P = ":(" + M + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + O + ")*)|.*)\\)|)", Q = new RegExp(L + "+", "g"), R = new RegExp("^" + L + "+|((?:^|[^\\\\])(?:\\\\.)*)" + L + "+$", "g"), S = new RegExp("^" + L + "*," + L + "*"), T = new RegExp("^" + L + "*([>+~]|" + L + ")" + L + "*"), U = new RegExp("=" + L + "*([^\\]'\"]*?)" + L + "*\\]", "g"), V = new RegExp(P), W = new RegExp("^" + N + "$"), X = {
       
   137             ID: new RegExp("^#(" + M + ")"),
       
   138             CLASS: new RegExp("^\\.(" + M + ")"),
       
   139             TAG: new RegExp("^(" + M.replace("w", "w*") + ")"),
       
   140             ATTR: new RegExp("^" + O),
       
   141             PSEUDO: new RegExp("^" + P),
       
   142             CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + L + "*(even|odd|(([+-]|)(\\d*)n|)" + L + "*(?:([+-]|)" + L + "*(\\d+)|))" + L + "*\\)|)", "i"),
       
   143             bool: new RegExp("^(?:" + K + ")$", "i"),
       
   144             needsContext: new RegExp("^" + L + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + L + "*((?:-\\d)?\\d*)" + L + "*\\)|)(?=[^-]|$)", "i")
       
   145         }, Y = /^(?:input|select|textarea|button)$/i, Z = /^h\d$/i, $ = /^[^{]+\{\s*\[native \w/, _ = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, aa = /[+~]/, ba = /'|\\/g, ca = new RegExp("\\\\([\\da-f]{1,6}" + L + "?|(" + L + ")|.)", "ig"), da = function (a, b, c) {
       
   146             var d = "0x" + b - 65536;
       
   147             return d !== d || c ? b : 0 > d ? String.fromCharCode(d + 65536) : String.fromCharCode(d >> 10 | 55296, 1023 & d | 56320)
       
   148         }, ea = function () {
       
   149             m()
       
   150         };
       
   151         try {
       
   152             H.apply(E = I.call(v.childNodes), v.childNodes), E[v.childNodes.length].nodeType
       
   153         } catch (fa) {
       
   154             H = {
       
   155                 apply: E.length ? function (a, b) {
       
   156                     G.apply(a, I.call(b))
       
   157                 } : function (a, b) {
       
   158                     var c = a.length, d = 0;
       
   159                     while (a[c++] = b[d++]);
       
   160                     a.length = c - 1
       
   161                 }
       
   162             }
       
   163         }
       
   164         function ga(a, b, d, e) {
       
   165             var f, h, j, k, l, o, r, s, w, x;
       
   166             if ((b ? b.ownerDocument || b : v) !== n && m(b), b = b || n, d = d || [], k = b.nodeType, "string" != typeof a || !a || 1 !== k && 9 !== k && 11 !== k)return d;
       
   167             if (!e && p) {
       
   168                 if (11 !== k && (f = _.exec(a)))if (j = f[1]) {
       
   169                     if (9 === k) {
       
   170                         if (h = b.getElementById(j), !h || !h.parentNode)return d;
       
   171                         if (h.id === j)return d.push(h), d
       
   172                     } else if (b.ownerDocument && (h = b.ownerDocument.getElementById(j)) && t(b, h) && h.id === j)return d.push(h), d
       
   173                 } else {
       
   174                     if (f[2])return H.apply(d, b.getElementsByTagName(a)), d;
       
   175                     if ((j = f[3]) && c.getElementsByClassName)return H.apply(d, b.getElementsByClassName(j)), d
       
   176                 }
       
   177                 if (c.qsa && (!q || !q.test(a))) {
       
   178                     if (s = r = u, w = b, x = 1 !== k && a, 1 === k && "object" !== b.nodeName.toLowerCase()) {
       
   179                         o = g(a), (r = b.getAttribute("id")) ? s = r.replace(ba, "\\$&") : b.setAttribute("id", s), s = "[id='" + s + "'] ", l = o.length;
       
   180                         while (l--)o[l] = s + ra(o[l]);
       
   181                         w = aa.test(a) && pa(b.parentNode) || b, x = o.join(",")
       
   182                     }
       
   183                     if (x)try {
       
   184                         return H.apply(d, w.querySelectorAll(x)), d
       
   185                     } catch (y) {
       
   186                     } finally {
       
   187                         r || b.removeAttribute("id")
       
   188                     }
       
   189                 }
       
   190             }
       
   191             return i(a.replace(R, "$1"), b, d, e)
       
   192         }
       
   193 
       
   194         function ha() {
       
   195             var a = [];
       
   196 
       
   197             function b(c, e) {
       
   198                 return a.push(c + " ") > d.cacheLength && delete b[a.shift()], b[c + " "] = e
       
   199             }
       
   200 
       
   201             return b
       
   202         }
       
   203 
       
   204         function ia(a) {
       
   205             return a[u] = !0, a
       
   206         }
       
   207 
       
   208         function ja(a) {
       
   209             var b = n.createElement("div");
       
   210             try {
       
   211                 return !!a(b)
       
   212             } catch (c) {
       
   213                 return !1
       
   214             } finally {
       
   215                 b.parentNode && b.parentNode.removeChild(b), b = null
       
   216             }
       
   217         }
       
   218 
       
   219         function ka(a, b) {
       
   220             var c = a.split("|"), e = a.length;
       
   221             while (e--)d.attrHandle[c[e]] = b
       
   222         }
       
   223 
       
   224         function la(a, b) {
       
   225             var c = b && a, d = c && 1 === a.nodeType && 1 === b.nodeType && (~b.sourceIndex || C) - (~a.sourceIndex || C);
       
   226             if (d)return d;
       
   227             if (c)while (c = c.nextSibling)if (c === b)return -1;
       
   228             return a ? 1 : -1
       
   229         }
       
   230 
       
   231         function ma(a) {
       
   232             return function (b) {
       
   233                 var c = b.nodeName.toLowerCase();
       
   234                 return "input" === c && b.type === a
       
   235             }
       
   236         }
       
   237 
       
   238         function na(a) {
       
   239             return function (b) {
       
   240                 var c = b.nodeName.toLowerCase();
       
   241                 return ("input" === c || "button" === c) && b.type === a
       
   242             }
       
   243         }
       
   244 
       
   245         function oa(a) {
       
   246             return ia(function (b) {
       
   247                 return b = +b, ia(function (c, d) {
       
   248                     var e, f = a([], c.length, b), g = f.length;
       
   249                     while (g--)c[e = f[g]] && (c[e] = !(d[e] = c[e]))
       
   250                 })
       
   251             })
       
   252         }
       
   253 
       
   254         function pa(a) {
       
   255             return a && "undefined" != typeof a.getElementsByTagName && a
       
   256         }
       
   257 
       
   258         c = ga.support = {}, f = ga.isXML = function (a) {
       
   259             var b = a && (a.ownerDocument || a).documentElement;
       
   260             return b ? "HTML" !== b.nodeName : !1
       
   261         }, m = ga.setDocument = function (a) {
       
   262             var b, e, g = a ? a.ownerDocument || a : v;
       
   263             return g !== n && 9 === g.nodeType && g.documentElement ? (n = g, o = g.documentElement, e = g.defaultView, e && e !== e.top && (e.addEventListener ? e.addEventListener("unload", ea, !1) : e.attachEvent && e.attachEvent("onunload", ea)), p = !f(g), c.attributes = ja(function (a) {
       
   264                 return a.className = "i", !a.getAttribute("className")
       
   265             }), c.getElementsByTagName = ja(function (a) {
       
   266                 return a.appendChild(g.createComment("")), !a.getElementsByTagName("*").length
       
   267             }), c.getElementsByClassName = $.test(g.getElementsByClassName), c.getById = ja(function (a) {
       
   268                 return o.appendChild(a).id = u, !g.getElementsByName || !g.getElementsByName(u).length
       
   269             }), c.getById ? (d.find.ID = function (a, b) {
       
   270                 if ("undefined" != typeof b.getElementById && p) {
       
   271                     var c = b.getElementById(a);
       
   272                     return c && c.parentNode ? [c] : []
       
   273                 }
       
   274             }, d.filter.ID = function (a) {
       
   275                 var b = a.replace(ca, da);
       
   276                 return function (a) {
       
   277                     return a.getAttribute("id") === b
       
   278                 }
       
   279             }) : (delete d.find.ID, d.filter.ID = function (a) {
       
   280                 var b = a.replace(ca, da);
       
   281                 return function (a) {
       
   282                     var c = "undefined" != typeof a.getAttributeNode && a.getAttributeNode("id");
       
   283                     return c && c.value === b
       
   284                 }
       
   285             }), d.find.TAG = c.getElementsByTagName ? function (a, b) {
       
   286                 return "undefined" != typeof b.getElementsByTagName ? b.getElementsByTagName(a) : c.qsa ? b.querySelectorAll(a) : void 0
       
   287             } : function (a, b) {
       
   288                 var c, d = [], e = 0, f = b.getElementsByTagName(a);
       
   289                 if ("*" === a) {
       
   290                     while (c = f[e++])1 === c.nodeType && d.push(c);
       
   291                     return d
       
   292                 }
       
   293                 return f
       
   294             }, d.find.CLASS = c.getElementsByClassName && function (a, b) {
       
   295                     return p ? b.getElementsByClassName(a) : void 0
       
   296                 }, r = [], q = [], (c.qsa = $.test(g.querySelectorAll)) && (ja(function (a) {
       
   297                 o.appendChild(a).innerHTML = "<a id='" + u + "'></a><select id='" + u + "-\f]' msallowcapture=''><option selected=''></option></select>", a.querySelectorAll("[msallowcapture^='']").length && q.push("[*^$]=" + L + "*(?:''|\"\")"), a.querySelectorAll("[selected]").length || q.push("\\[" + L + "*(?:value|" + K + ")"), a.querySelectorAll("[id~=" + u + "-]").length || q.push("~="), a.querySelectorAll(":checked").length || q.push(":checked"), a.querySelectorAll("a#" + u + "+*").length || q.push(".#.+[+~]")
       
   298             }), ja(function (a) {
       
   299                 var b = g.createElement("input");
       
   300                 b.setAttribute("type", "hidden"), a.appendChild(b).setAttribute("name", "D"), a.querySelectorAll("[name=d]").length && q.push("name" + L + "*[*^$|!~]?="), a.querySelectorAll(":enabled").length || q.push(":enabled", ":disabled"), a.querySelectorAll("*,:x"), q.push(",.*:")
       
   301             })), (c.matchesSelector = $.test(s = o.matches || o.webkitMatchesSelector || o.mozMatchesSelector || o.oMatchesSelector || o.msMatchesSelector)) && ja(function (a) {
       
   302                 c.disconnectedMatch = s.call(a, "div"), s.call(a, "[s!='']:x"), r.push("!=", P)
       
   303             }), q = q.length && new RegExp(q.join("|")), r = r.length && new RegExp(r.join("|")), b = $.test(o.compareDocumentPosition), t = b || $.test(o.contains) ? function (a, b) {
       
   304                 var c = 9 === a.nodeType ? a.documentElement : a, d = b && b.parentNode;
       
   305                 return a === d || !(!d || 1 !== d.nodeType || !(c.contains ? c.contains(d) : a.compareDocumentPosition && 16 & a.compareDocumentPosition(d)))
       
   306             } : function (a, b) {
       
   307                 if (b)while (b = b.parentNode)if (b === a)return !0;
       
   308                 return !1
       
   309             }, B = b ? function (a, b) {
       
   310                 if (a === b)return l = !0, 0;
       
   311                 var d = !a.compareDocumentPosition - !b.compareDocumentPosition;
       
   312                 return d ? d : (d = (a.ownerDocument || a) === (b.ownerDocument || b) ? a.compareDocumentPosition(b) : 1, 1 & d || !c.sortDetached && b.compareDocumentPosition(a) === d ? a === g || a.ownerDocument === v && t(v, a) ? -1 : b === g || b.ownerDocument === v && t(v, b) ? 1 : k ? J(k, a) - J(k, b) : 0 : 4 & d ? -1 : 1)
       
   313             } : function (a, b) {
       
   314                 if (a === b)return l = !0, 0;
       
   315                 var c, d = 0, e = a.parentNode, f = b.parentNode, h = [a], i = [b];
       
   316                 if (!e || !f)return a === g ? -1 : b === g ? 1 : e ? -1 : f ? 1 : k ? J(k, a) - J(k, b) : 0;
       
   317                 if (e === f)return la(a, b);
       
   318                 c = a;
       
   319                 while (c = c.parentNode)h.unshift(c);
       
   320                 c = b;
       
   321                 while (c = c.parentNode)i.unshift(c);
       
   322                 while (h[d] === i[d])d++;
       
   323                 return d ? la(h[d], i[d]) : h[d] === v ? -1 : i[d] === v ? 1 : 0
       
   324             }, g) : n
       
   325         }, ga.matches = function (a, b) {
       
   326             return ga(a, null, null, b)
       
   327         }, ga.matchesSelector = function (a, b) {
       
   328             if ((a.ownerDocument || a) !== n && m(a), b = b.replace(U, "='$1']"), !(!c.matchesSelector || !p || r && r.test(b) || q && q.test(b)))try {
       
   329                 var d = s.call(a, b);
       
   330                 if (d || c.disconnectedMatch || a.document && 11 !== a.document.nodeType)return d
       
   331             } catch (e) {
       
   332             }
       
   333             return ga(b, n, null, [a]).length > 0
       
   334         }, ga.contains = function (a, b) {
       
   335             return (a.ownerDocument || a) !== n && m(a), t(a, b)
       
   336         }, ga.attr = function (a, b) {
       
   337             (a.ownerDocument || a) !== n && m(a);
       
   338             var e = d.attrHandle[b.toLowerCase()], f = e && D.call(d.attrHandle, b.toLowerCase()) ? e(a, b, !p) : void 0;
       
   339             return void 0 !== f ? f : c.attributes || !p ? a.getAttribute(b) : (f = a.getAttributeNode(b)) && f.specified ? f.value : null
       
   340         }, ga.error = function (a) {
       
   341             throw new Error("Syntax error, unrecognized expression: " + a)
       
   342         }, ga.uniqueSort = function (a) {
       
   343             var b, d = [], e = 0, f = 0;
       
   344             if (l = !c.detectDuplicates, k = !c.sortStable && a.slice(0), a.sort(B), l) {
       
   345                 while (b = a[f++])b === a[f] && (e = d.push(f));
       
   346                 while (e--)a.splice(d[e], 1)
       
   347             }
       
   348             return k = null, a
       
   349         }, e = ga.getText = function (a) {
       
   350             var b, c = "", d = 0, f = a.nodeType;
       
   351             if (f) {
       
   352                 if (1 === f || 9 === f || 11 === f) {
       
   353                     if ("string" == typeof a.textContent)return a.textContent;
       
   354                     for (a = a.firstChild; a; a = a.nextSibling)c += e(a)
       
   355                 } else if (3 === f || 4 === f)return a.nodeValue
       
   356             } else while (b = a[d++])c += e(b);
       
   357             return c
       
   358         }, d = ga.selectors = {
       
   359             cacheLength: 50,
       
   360             createPseudo: ia,
       
   361             match: X,
       
   362             attrHandle: {},
       
   363             find: {},
       
   364             relative: {">": {dir: "parentNode", first: !0}, " ": {dir: "parentNode"}, "+": {dir: "previousSibling", first: !0}, "~": {dir: "previousSibling"}},
       
   365             preFilter: {
       
   366                 ATTR: function (a) {
       
   367                     return a[1] = a[1].replace(ca, da), a[3] = (a[3] || a[4] || a[5] || "").replace(ca, da), "~=" === a[2] && (a[3] = " " + a[3] + " "), a.slice(0, 4)
       
   368                 }, CHILD: function (a) {
       
   369                     return a[1] = a[1].toLowerCase(), "nth" === a[1].slice(0, 3) ? (a[3] || ga.error(a[0]), a[4] = +(a[4] ? a[5] + (a[6] || 1) : 2 * ("even" === a[3] || "odd" === a[3])), a[5] = +(a[7] + a[8] || "odd" === a[3])) : a[3] && ga.error(a[0]), a
       
   370                 }, PSEUDO: function (a) {
       
   371                     var b, c = !a[6] && a[2];
       
   372                     return X.CHILD.test(a[0]) ? null : (a[3] ? a[2] = a[4] || a[5] || "" : c && V.test(c) && (b = g(c, !0)) && (b = c.indexOf(")", c.length - b) - c.length) && (a[0] = a[0].slice(0, b), a[2] = c.slice(0, b)), a.slice(0, 3))
       
   373                 }
       
   374             },
       
   375             filter: {
       
   376                 TAG: function (a) {
       
   377                     var b = a.replace(ca, da).toLowerCase();
       
   378                     return "*" === a ? function () {
       
   379                         return !0
       
   380                     } : function (a) {
       
   381                         return a.nodeName && a.nodeName.toLowerCase() === b
       
   382                     }
       
   383                 }, CLASS: function (a) {
       
   384                     var b = y[a + " "];
       
   385                     return b || (b = new RegExp("(^|" + L + ")" + a + "(" + L + "|$)")) && y(a, function (a) {
       
   386                             return b.test("string" == typeof a.className && a.className || "undefined" != typeof a.getAttribute && a.getAttribute("class") || "")
       
   387                         })
       
   388                 }, ATTR: function (a, b, c) {
       
   389                     return function (d) {
       
   390                         var e = ga.attr(d, a);
       
   391                         return null == e ? "!=" === b : b ? (e += "", "=" === b ? e === c : "!=" === b ? e !== c : "^=" === b ? c && 0 === e.indexOf(c) : "*=" === b ? c && e.indexOf(c) > -1 : "$=" === b ? c && e.slice(-c.length) === c : "~=" === b ? (" " + e.replace(Q, " ") + " ").indexOf(c) > -1 : "|=" === b ? e === c || e.slice(0, c.length + 1) === c + "-" : !1) : !0
       
   392                     }
       
   393                 }, CHILD: function (a, b, c, d, e) {
       
   394                     var f = "nth" !== a.slice(0, 3), g = "last" !== a.slice(-4), h = "of-type" === b;
       
   395                     return 1 === d && 0 === e ? function (a) {
       
   396                         return !!a.parentNode
       
   397                     } : function (b, c, i) {
       
   398                         var j, k, l, m, n, o, p = f !== g ? "nextSibling" : "previousSibling", q = b.parentNode, r = h && b.nodeName.toLowerCase(), s = !i && !h;
       
   399                         if (q) {
       
   400                             if (f) {
       
   401                                 while (p) {
       
   402                                     l = b;
       
   403                                     while (l = l[p])if (h ? l.nodeName.toLowerCase() === r : 1 === l.nodeType)return !1;
       
   404                                     o = p = "only" === a && !o && "nextSibling"
       
   405                                 }
       
   406                                 return !0
       
   407                             }
       
   408                             if (o = [g ? q.firstChild : q.lastChild], g && s) {
       
   409                                 k = q[u] || (q[u] = {}), j = k[a] || [], n = j[0] === w && j[1], m = j[0] === w && j[2], l = n && q.childNodes[n];
       
   410                                 while (l = ++n && l && l[p] || (m = n = 0) || o.pop())if (1 === l.nodeType && ++m && l === b) {
       
   411                                     k[a] = [w, n, m];
       
   412                                     break
       
   413                                 }
       
   414                             } else if (s && (j = (b[u] || (b[u] = {}))[a]) && j[0] === w)m = j[1]; else while (l = ++n && l && l[p] || (m = n = 0) || o.pop())if ((h ? l.nodeName.toLowerCase() === r : 1 === l.nodeType) && ++m && (s && ((l[u] || (l[u] = {}))[a] = [w, m]), l === b))break;
       
   415                             return m -= e, m === d || m % d === 0 && m / d >= 0
       
   416                         }
       
   417                     }
       
   418                 }, PSEUDO: function (a, b) {
       
   419                     var c, e = d.pseudos[a] || d.setFilters[a.toLowerCase()] || ga.error("unsupported pseudo: " + a);
       
   420                     return e[u] ? e(b) : e.length > 1 ? (c = [a, a, "", b], d.setFilters.hasOwnProperty(a.toLowerCase()) ? ia(function (a, c) {
       
   421                         var d, f = e(a, b), g = f.length;
       
   422                         while (g--)d = J(a, f[g]), a[d] = !(c[d] = f[g])
       
   423                     }) : function (a) {
       
   424                         return e(a, 0, c)
       
   425                     }) : e
       
   426                 }
       
   427             },
       
   428             pseudos: {
       
   429                 not: ia(function (a) {
       
   430                     var b = [], c = [], d = h(a.replace(R, "$1"));
       
   431                     return d[u] ? ia(function (a, b, c, e) {
       
   432                         var f, g = d(a, null, e, []), h = a.length;
       
   433                         while (h--)(f = g[h]) && (a[h] = !(b[h] = f))
       
   434                     }) : function (a, e, f) {
       
   435                         return b[0] = a, d(b, null, f, c), b[0] = null, !c.pop()
       
   436                     }
       
   437                 }), has: ia(function (a) {
       
   438                     return function (b) {
       
   439                         return ga(a, b).length > 0
       
   440                     }
       
   441                 }), contains: ia(function (a) {
       
   442                     return a = a.replace(ca, da), function (b) {
       
   443                         return (b.textContent || b.innerText || e(b)).indexOf(a) > -1
       
   444                     }
       
   445                 }), lang: ia(function (a) {
       
   446                     return W.test(a || "") || ga.error("unsupported lang: " + a), a = a.replace(ca, da).toLowerCase(), function (b) {
       
   447                         var c;
       
   448                         do if (c = p ? b.lang : b.getAttribute("xml:lang") || b.getAttribute("lang"))return c = c.toLowerCase(), c === a || 0 === c.indexOf(a + "-"); while ((b = b.parentNode) && 1 === b.nodeType);
       
   449                         return !1
       
   450                     }
       
   451                 }), target: function (b) {
       
   452                     var c = a.location && a.location.hash;
       
   453                     return c && c.slice(1) === b.id
       
   454                 }, root: function (a) {
       
   455                     return a === o
       
   456                 }, focus: function (a) {
       
   457                     return a === n.activeElement && (!n.hasFocus || n.hasFocus()) && !!(a.type || a.href || ~a.tabIndex)
       
   458                 }, enabled: function (a) {
       
   459                     return a.disabled === !1
       
   460                 }, disabled: function (a) {
       
   461                     return a.disabled === !0
       
   462                 }, checked: function (a) {
       
   463                     var b = a.nodeName.toLowerCase();
       
   464                     return "input" === b && !!a.checked || "option" === b && !!a.selected
       
   465                 }, selected: function (a) {
       
   466                     return a.parentNode && a.parentNode.selectedIndex, a.selected === !0
       
   467                 }, empty: function (a) {
       
   468                     for (a = a.firstChild; a; a = a.nextSibling)if (a.nodeType < 6)return !1;
       
   469                     return !0
       
   470                 }, parent: function (a) {
       
   471                     return !d.pseudos.empty(a)
       
   472                 }, header: function (a) {
       
   473                     return Z.test(a.nodeName)
       
   474                 }, input: function (a) {
       
   475                     return Y.test(a.nodeName)
       
   476                 }, button: function (a) {
       
   477                     var b = a.nodeName.toLowerCase();
       
   478                     return "input" === b && "button" === a.type || "button" === b
       
   479                 }, text: function (a) {
       
   480                     var b;
       
   481                     return "input" === a.nodeName.toLowerCase() && "text" === a.type && (null == (b = a.getAttribute("type")) || "text" === b.toLowerCase())
       
   482                 }, first: oa(function () {
       
   483                     return [0]
       
   484                 }), last: oa(function (a, b) {
       
   485                     return [b - 1]
       
   486                 }), eq: oa(function (a, b, c) {
       
   487                     return [0 > c ? c + b : c]
       
   488                 }), even: oa(function (a, b) {
       
   489                     for (var c = 0; b > c; c += 2)a.push(c);
       
   490                     return a
       
   491                 }), odd: oa(function (a, b) {
       
   492                     for (var c = 1; b > c; c += 2)a.push(c);
       
   493                     return a
       
   494                 }), lt: oa(function (a, b, c) {
       
   495                     for (var d = 0 > c ? c + b : c; --d >= 0;)a.push(d);
       
   496                     return a
       
   497                 }), gt: oa(function (a, b, c) {
       
   498                     for (var d = 0 > c ? c + b : c; ++d < b;)a.push(d);
       
   499                     return a
       
   500                 })
       
   501             }
       
   502         }, d.pseudos.nth = d.pseudos.eq;
       
   503         for (b in{radio: !0, checkbox: !0, file: !0, password: !0, image: !0})d.pseudos[b] = ma(b);
       
   504         for (b in{submit: !0, reset: !0})d.pseudos[b] = na(b);
       
   505         function qa() {
       
   506         }
       
   507 
       
   508         qa.prototype = d.filters = d.pseudos, d.setFilters = new qa, g = ga.tokenize = function (a, b) {
       
   509             var c, e, f, g, h, i, j, k = z[a + " "];
       
   510             if (k)return b ? 0 : k.slice(0);
       
   511             h = a, i = [], j = d.preFilter;
       
   512             while (h) {
       
   513                 (!c || (e = S.exec(h))) && (e && (h = h.slice(e[0].length) || h), i.push(f = [])), c = !1, (e = T.exec(h)) && (c = e.shift(), f.push({
       
   514                     value: c,
       
   515                     type: e[0].replace(R, " ")
       
   516                 }), h = h.slice(c.length));
       
   517                 for (g in d.filter)!(e = X[g].exec(h)) || j[g] && !(e = j[g](e)) || (c = e.shift(), f.push({value: c, type: g, matches: e}), h = h.slice(c.length));
       
   518                 if (!c)break
       
   519             }
       
   520             return b ? h.length : h ? ga.error(a) : z(a, i).slice(0)
       
   521         };
       
   522         function ra(a) {
       
   523             for (var b = 0, c = a.length, d = ""; c > b; b++)d += a[b].value;
       
   524             return d
       
   525         }
       
   526 
       
   527         function sa(a, b, c) {
       
   528             var d = b.dir, e = c && "parentNode" === d, f = x++;
       
   529             return b.first ? function (b, c, f) {
       
   530                 while (b = b[d])if (1 === b.nodeType || e)return a(b, c, f)
       
   531             } : function (b, c, g) {
       
   532                 var h, i, j = [w, f];
       
   533                 if (g) {
       
   534                     while (b = b[d])if ((1 === b.nodeType || e) && a(b, c, g))return !0
       
   535                 } else while (b = b[d])if (1 === b.nodeType || e) {
       
   536                     if (i = b[u] || (b[u] = {}), (h = i[d]) && h[0] === w && h[1] === f)return j[2] = h[2];
       
   537                     if (i[d] = j, j[2] = a(b, c, g))return !0
       
   538                 }
       
   539             }
       
   540         }
       
   541 
       
   542         function ta(a) {
       
   543             return a.length > 1 ? function (b, c, d) {
       
   544                 var e = a.length;
       
   545                 while (e--)if (!a[e](b, c, d))return !1;
       
   546                 return !0
       
   547             } : a[0]
       
   548         }
       
   549 
       
   550         function ua(a, b, c) {
       
   551             for (var d = 0, e = b.length; e > d; d++)ga(a, b[d], c);
       
   552             return c
       
   553         }
       
   554 
       
   555         function va(a, b, c, d, e) {
       
   556             for (var f, g = [], h = 0, i = a.length, j = null != b; i > h; h++)(f = a[h]) && (!c || c(f, d, e)) && (g.push(f), j && b.push(h));
       
   557             return g
       
   558         }
       
   559 
       
   560         function wa(a, b, c, d, e, f) {
       
   561             return d && !d[u] && (d = wa(d)), e && !e[u] && (e = wa(e, f)), ia(function (f, g, h, i) {
       
   562                 var j, k, l, m = [], n = [], o = g.length, p = f || ua(b || "*", h.nodeType ? [h] : h, []), q = !a || !f && b ? p : va(p, m, a, h, i), r = c ? e || (f ? a : o || d) ? [] : g : q;
       
   563                 if (c && c(q, r, h, i), d) {
       
   564                     j = va(r, n), d(j, [], h, i), k = j.length;
       
   565                     while (k--)(l = j[k]) && (r[n[k]] = !(q[n[k]] = l))
       
   566                 }
       
   567                 if (f) {
       
   568                     if (e || a) {
       
   569                         if (e) {
       
   570                             j = [], k = r.length;
       
   571                             while (k--)(l = r[k]) && j.push(q[k] = l);
       
   572                             e(null, r = [], j, i)
       
   573                         }
       
   574                         k = r.length;
       
   575                         while (k--)(l = r[k]) && (j = e ? J(f, l) : m[k]) > -1 && (f[j] = !(g[j] = l))
       
   576                     }
       
   577                 } else r = va(r === g ? r.splice(o, r.length) : r), e ? e(null, g, r, i) : H.apply(g, r)
       
   578             })
       
   579         }
       
   580 
       
   581         function xa(a) {
       
   582             for (var b, c, e, f = a.length, g = d.relative[a[0].type], h = g || d.relative[" "], i = g ? 1 : 0, k = sa(function (a) {
       
   583                 return a === b
       
   584             }, h, !0), l = sa(function (a) {
       
   585                 return J(b, a) > -1
       
   586             }, h, !0), m = [function (a, c, d) {
       
   587                 var e = !g && (d || c !== j) || ((b = c).nodeType ? k(a, c, d) : l(a, c, d));
       
   588                 return b = null, e
       
   589             }]; f > i; i++)if (c = d.relative[a[i].type])m = [sa(ta(m), c)]; else {
       
   590                 if (c = d.filter[a[i].type].apply(null, a[i].matches), c[u]) {
       
   591                     for (e = ++i; f > e; e++)if (d.relative[a[e].type])break;
       
   592                     return wa(i > 1 && ta(m), i > 1 && ra(a.slice(0, i - 1).concat({value: " " === a[i - 2].type ? "*" : ""})).replace(R, "$1"), c, e > i && xa(a.slice(i, e)), f > e && xa(a = a.slice(e)), f > e && ra(a))
       
   593                 }
       
   594                 m.push(c)
       
   595             }
       
   596             return ta(m)
       
   597         }
       
   598 
       
   599         function ya(a, b) {
       
   600             var c = b.length > 0, e = a.length > 0, f = function (f, g, h, i, k) {
       
   601                 var l, m, o, p = 0, q = "0", r = f && [], s = [], t = j, u = f || e && d.find.TAG("*", k), v = w += null == t ? 1 : Math.random() || .1, x = u.length;
       
   602                 for (k && (j = g !== n && g); q !== x && null != (l = u[q]); q++) {
       
   603                     if (e && l) {
       
   604                         m = 0;
       
   605                         while (o = a[m++])if (o(l, g, h)) {
       
   606                             i.push(l);
       
   607                             break
       
   608                         }
       
   609                         k && (w = v)
       
   610                     }
       
   611                     c && ((l = !o && l) && p--, f && r.push(l))
       
   612                 }
       
   613                 if (p += q, c && q !== p) {
       
   614                     m = 0;
       
   615                     while (o = b[m++])o(r, s, g, h);
       
   616                     if (f) {
       
   617                         if (p > 0)while (q--)r[q] || s[q] || (s[q] = F.call(i));
       
   618                         s = va(s)
       
   619                     }
       
   620                     H.apply(i, s), k && !f && s.length > 0 && p + b.length > 1 && ga.uniqueSort(i)
       
   621                 }
       
   622                 return k && (w = v, j = t), r
       
   623             };
       
   624             return c ? ia(f) : f
       
   625         }
       
   626 
       
   627         return h = ga.compile = function (a, b) {
       
   628             var c, d = [], e = [], f = A[a + " "];
       
   629             if (!f) {
       
   630                 b || (b = g(a)), c = b.length;
       
   631                 while (c--)f = xa(b[c]), f[u] ? d.push(f) : e.push(f);
       
   632                 f = A(a, ya(e, d)), f.selector = a
       
   633             }
       
   634             return f
       
   635         }, i = ga.select = function (a, b, e, f) {
       
   636             var i, j, k, l, m, n = "function" == typeof a && a, o = !f && g(a = n.selector || a);
       
   637             if (e = e || [], 1 === o.length) {
       
   638                 if (j = o[0] = o[0].slice(0), j.length > 2 && "ID" === (k = j[0]).type && c.getById && 9 === b.nodeType && p && d.relative[j[1].type]) {
       
   639                     if (b = (d.find.ID(k.matches[0].replace(ca, da), b) || [])[0], !b)return e;
       
   640                     n && (b = b.parentNode), a = a.slice(j.shift().value.length)
       
   641                 }
       
   642                 i = X.needsContext.test(a) ? 0 : j.length;
       
   643                 while (i--) {
       
   644                     if (k = j[i], d.relative[l = k.type])break;
       
   645                     if ((m = d.find[l]) && (f = m(k.matches[0].replace(ca, da), aa.test(j[0].type) && pa(b.parentNode) || b))) {
       
   646                         if (j.splice(i, 1), a = f.length && ra(j), !a)return H.apply(e, f), e;
       
   647                         break
       
   648                     }
       
   649                 }
       
   650             }
       
   651             return (n || h(a, o))(f, b, !p, e, aa.test(a) && pa(b.parentNode) || b), e
       
   652         }, c.sortStable = u.split("").sort(B).join("") === u, c.detectDuplicates = !!l, m(), c.sortDetached = ja(function (a) {
       
   653             return 1 & a.compareDocumentPosition(n.createElement("div"))
       
   654         }), ja(function (a) {
       
   655             return a.innerHTML = "<a href='#'></a>", "#" === a.firstChild.getAttribute("href")
       
   656         }) || ka("type|href|height|width", function (a, b, c) {
       
   657             return c ? void 0 : a.getAttribute(b, "type" === b.toLowerCase() ? 1 : 2)
       
   658         }), c.attributes && ja(function (a) {
       
   659             return a.innerHTML = "<input/>", a.firstChild.setAttribute("value", ""), "" === a.firstChild.getAttribute("value")
       
   660         }) || ka("value", function (a, b, c) {
       
   661             return c || "input" !== a.nodeName.toLowerCase() ? void 0 : a.defaultValue
       
   662         }), ja(function (a) {
       
   663             return null == a.getAttribute("disabled")
       
   664         }) || ka(K, function (a, b, c) {
       
   665             var d;
       
   666             return c ? void 0 : a[b] === !0 ? b.toLowerCase() : (d = a.getAttributeNode(b)) && d.specified ? d.value : null
       
   667         }), ga
       
   668     }(a);
       
   669     m.find = s, m.expr = s.selectors, m.expr[":"] = m.expr.pseudos, m.unique = s.uniqueSort, m.text = s.getText, m.isXMLDoc = s.isXML, m.contains = s.contains;
       
   670     var t = m.expr.match.needsContext, u = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, v = /^.[^:#\[\.,]*$/;
       
   671 
       
   672     function w(a, b, c) {
       
   673         if (m.isFunction(b))return m.grep(a, function (a, d) {
       
   674             return !!b.call(a, d, a) !== c
       
   675         });
       
   676         if (b.nodeType)return m.grep(a, function (a) {
       
   677             return a === b !== c
       
   678         });
       
   679         if ("string" == typeof b) {
       
   680             if (v.test(b))return m.filter(b, a, c);
       
   681             b = m.filter(b, a)
       
   682         }
       
   683         return m.grep(a, function (a) {
       
   684             return m.inArray(a, b) >= 0 !== c
       
   685         })
       
   686     }
       
   687 
       
   688     m.filter = function (a, b, c) {
       
   689         var d = b[0];
       
   690         return c && (a = ":not(" + a + ")"), 1 === b.length && 1 === d.nodeType ? m.find.matchesSelector(d, a) ? [d] : [] : m.find.matches(a, m.grep(b, function (a) {
       
   691             return 1 === a.nodeType
       
   692         }))
       
   693     }, m.fn.extend({
       
   694         find: function (a) {
       
   695             var b, c = [], d = this, e = d.length;
       
   696             if ("string" != typeof a)return this.pushStack(m(a).filter(function () {
       
   697                 for (b = 0; e > b; b++)if (m.contains(d[b], this))return !0
       
   698             }));
       
   699             for (b = 0; e > b; b++)m.find(a, d[b], c);
       
   700             return c = this.pushStack(e > 1 ? m.unique(c) : c), c.selector = this.selector ? this.selector + " " + a : a, c
       
   701         }, filter: function (a) {
       
   702             return this.pushStack(w(this, a || [], !1))
       
   703         }, not: function (a) {
       
   704             return this.pushStack(w(this, a || [], !0))
       
   705         }, is: function (a) {
       
   706             return !!w(this, "string" == typeof a && t.test(a) ? m(a) : a || [], !1).length
       
   707         }
       
   708     });
       
   709     var x, y = a.document, z = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, A = m.fn.init = function (a, b) {
       
   710         var c, d;
       
   711         if (!a)return this;
       
   712         if ("string" == typeof a) {
       
   713             if (c = "<" === a.charAt(0) && ">" === a.charAt(a.length - 1) && a.length >= 3 ? [null, a, null] : z.exec(a), !c || !c[1] && b)return !b || b.jquery ? (b || x).find(a) : this.constructor(b).find(a);
       
   714             if (c[1]) {
       
   715                 if (b = b instanceof m ? b[0] : b, m.merge(this, m.parseHTML(c[1], b && b.nodeType ? b.ownerDocument || b : y, !0)), u.test(c[1]) && m.isPlainObject(b))for (c in b)m.isFunction(this[c]) ? this[c](b[c]) : this.attr(c, b[c]);
       
   716                 return this
       
   717             }
       
   718             if (d = y.getElementById(c[2]), d && d.parentNode) {
       
   719                 if (d.id !== c[2])return x.find(a);
       
   720                 this.length = 1, this[0] = d
       
   721             }
       
   722             return this.context = y, this.selector = a, this
       
   723         }
       
   724         return a.nodeType ? (this.context = this[0] = a, this.length = 1, this) : m.isFunction(a) ? "undefined" != typeof x.ready ? x.ready(a) : a(m) : (void 0 !== a.selector && (this.selector = a.selector, this.context = a.context), m.makeArray(a, this))
       
   725     };
       
   726     A.prototype = m.fn, x = m(y);
       
   727     var B = /^(?:parents|prev(?:Until|All))/, C = {children: !0, contents: !0, next: !0, prev: !0};
       
   728     m.extend({
       
   729         dir: function (a, b, c) {
       
   730             var d = [], e = a[b];
       
   731             while (e && 9 !== e.nodeType && (void 0 === c || 1 !== e.nodeType || !m(e).is(c)))1 === e.nodeType && d.push(e), e = e[b];
       
   732             return d
       
   733         }, sibling: function (a, b) {
       
   734             for (var c = []; a; a = a.nextSibling)1 === a.nodeType && a !== b && c.push(a);
       
   735             return c
       
   736         }
       
   737     }), m.fn.extend({
       
   738         has: function (a) {
       
   739             var b, c = m(a, this), d = c.length;
       
   740             return this.filter(function () {
       
   741                 for (b = 0; d > b; b++)if (m.contains(this, c[b]))return !0
       
   742             })
       
   743         }, closest: function (a, b) {
       
   744             for (var c, d = 0, e = this.length, f = [], g = t.test(a) || "string" != typeof a ? m(a, b || this.context) : 0; e > d; d++)for (c = this[d]; c && c !== b; c = c.parentNode)if (c.nodeType < 11 && (g ? g.index(c) > -1 : 1 === c.nodeType && m.find.matchesSelector(c, a))) {
       
   745                 f.push(c);
       
   746                 break
       
   747             }
       
   748             return this.pushStack(f.length > 1 ? m.unique(f) : f)
       
   749         }, index: function (a) {
       
   750             return a ? "string" == typeof a ? m.inArray(this[0], m(a)) : m.inArray(a.jquery ? a[0] : a, this) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1
       
   751         }, add: function (a, b) {
       
   752             return this.pushStack(m.unique(m.merge(this.get(), m(a, b))))
       
   753         }, addBack: function (a) {
       
   754             return this.add(null == a ? this.prevObject : this.prevObject.filter(a))
       
   755         }
       
   756     });
       
   757     function D(a, b) {
       
   758         do a = a[b]; while (a && 1 !== a.nodeType);
       
   759         return a
       
   760     }
       
   761 
       
   762     m.each({
       
   763         parent: function (a) {
       
   764             var b = a.parentNode;
       
   765             return b && 11 !== b.nodeType ? b : null
       
   766         }, parents: function (a) {
       
   767             return m.dir(a, "parentNode")
       
   768         }, parentsUntil: function (a, b, c) {
       
   769             return m.dir(a, "parentNode", c)
       
   770         }, next: function (a) {
       
   771             return D(a, "nextSibling")
       
   772         }, prev: function (a) {
       
   773             return D(a, "previousSibling")
       
   774         }, nextAll: function (a) {
       
   775             return m.dir(a, "nextSibling")
       
   776         }, prevAll: function (a) {
       
   777             return m.dir(a, "previousSibling")
       
   778         }, nextUntil: function (a, b, c) {
       
   779             return m.dir(a, "nextSibling", c)
       
   780         }, prevUntil: function (a, b, c) {
       
   781             return m.dir(a, "previousSibling", c)
       
   782         }, siblings: function (a) {
       
   783             return m.sibling((a.parentNode || {}).firstChild, a)
       
   784         }, children: function (a) {
       
   785             return m.sibling(a.firstChild)
       
   786         }, contents: function (a) {
       
   787             return m.nodeName(a, "iframe") ? a.contentDocument || a.contentWindow.document : m.merge([], a.childNodes)
       
   788         }
       
   789     }, function (a, b) {
       
   790         m.fn[a] = function (c, d) {
       
   791             var e = m.map(this, b, c);
       
   792             return "Until" !== a.slice(-5) && (d = c), d && "string" == typeof d && (e = m.filter(d, e)), this.length > 1 && (C[a] || (e = m.unique(e)), B.test(a) && (e = e.reverse())), this.pushStack(e)
       
   793         }
       
   794     });
       
   795     var E = /\S+/g, F = {};
       
   796 
       
   797     function G(a) {
       
   798         var b = F[a] = {};
       
   799         return m.each(a.match(E) || [], function (a, c) {
       
   800             b[c] = !0
       
   801         }), b
       
   802     }
       
   803 
       
   804     m.Callbacks = function (a) {
       
   805         a = "string" == typeof a ? F[a] || G(a) : m.extend({}, a);
       
   806         var b, c, d, e, f, g, h = [], i = !a.once && [], j = function (l) {
       
   807             for (c = a.memory && l, d = !0, f = g || 0, g = 0, e = h.length, b = !0; h && e > f; f++)if (h[f].apply(l[0], l[1]) === !1 && a.stopOnFalse) {
       
   808                 c = !1;
       
   809                 break
       
   810             }
       
   811             b = !1, h && (i ? i.length && j(i.shift()) : c ? h = [] : k.disable())
       
   812         }, k = {
       
   813             add: function () {
       
   814                 if (h) {
       
   815                     var d = h.length;
       
   816                     !function f(b) {
       
   817                         m.each(b, function (b, c) {
       
   818                             var d = m.type(c);
       
   819                             "function" === d ? a.unique && k.has(c) || h.push(c) : c && c.length && "string" !== d && f(c)
       
   820                         })
       
   821                     }(arguments), b ? e = h.length : c && (g = d, j(c))
       
   822                 }
       
   823                 return this
       
   824             }, remove: function () {
       
   825                 return h && m.each(arguments, function (a, c) {
       
   826                     var d;
       
   827                     while ((d = m.inArray(c, h, d)) > -1)h.splice(d, 1), b && (e >= d && e--, f >= d && f--)
       
   828                 }), this
       
   829             }, has: function (a) {
       
   830                 return a ? m.inArray(a, h) > -1 : !(!h || !h.length)
       
   831             }, empty: function () {
       
   832                 return h = [], e = 0, this
       
   833             }, disable: function () {
       
   834                 return h = i = c = void 0, this
       
   835             }, disabled: function () {
       
   836                 return !h
       
   837             }, lock: function () {
       
   838                 return i = void 0, c || k.disable(), this
       
   839             }, locked: function () {
       
   840                 return !i
       
   841             }, fireWith: function (a, c) {
       
   842                 return !h || d && !i || (c = c || [], c = [a, c.slice ? c.slice() : c], b ? i.push(c) : j(c)), this
       
   843             }, fire: function () {
       
   844                 return k.fireWith(this, arguments), this
       
   845             }, fired: function () {
       
   846                 return !!d
       
   847             }
       
   848         };
       
   849         return k
       
   850     }, m.extend({
       
   851         Deferred: function (a) {
       
   852             var b = [["resolve", "done", m.Callbacks("once memory"), "resolved"], ["reject", "fail", m.Callbacks("once memory"), "rejected"], ["notify", "progress", m.Callbacks("memory")]], c = "pending", d = {
       
   853                 state: function () {
       
   854                     return c
       
   855                 }, always: function () {
       
   856                     return e.done(arguments).fail(arguments), this
       
   857                 }, then: function () {
       
   858                     var a = arguments;
       
   859                     return m.Deferred(function (c) {
       
   860                         m.each(b, function (b, f) {
       
   861                             var g = m.isFunction(a[b]) && a[b];
       
   862                             e[f[1]](function () {
       
   863                                 var a = g && g.apply(this, arguments);
       
   864                                 a && m.isFunction(a.promise) ? a.promise().done(c.resolve).fail(c.reject).progress(c.notify) : c[f[0] + "With"](this === d ? c.promise() : this, g ? [a] : arguments)
       
   865                             })
       
   866                         }), a = null
       
   867                     }).promise()
       
   868                 }, promise: function (a) {
       
   869                     return null != a ? m.extend(a, d) : d
       
   870                 }
       
   871             }, e = {};
       
   872             return d.pipe = d.then, m.each(b, function (a, f) {
       
   873                 var g = f[2], h = f[3];
       
   874                 d[f[1]] = g.add, h && g.add(function () {
       
   875                     c = h
       
   876                 }, b[1 ^ a][2].disable, b[2][2].lock), e[f[0]] = function () {
       
   877                     return e[f[0] + "With"](this === e ? d : this, arguments), this
       
   878                 }, e[f[0] + "With"] = g.fireWith
       
   879             }), d.promise(e), a && a.call(e, e), e
       
   880         }, when: function (a) {
       
   881             var b = 0, c = d.call(arguments), e = c.length, f = 1 !== e || a && m.isFunction(a.promise) ? e : 0, g = 1 === f ? a : m.Deferred(), h = function (a, b, c) {
       
   882                 return function (e) {
       
   883                     b[a] = this, c[a] = arguments.length > 1 ? d.call(arguments) : e, c === i ? g.notifyWith(b, c) : --f || g.resolveWith(b, c)
       
   884                 }
       
   885             }, i, j, k;
       
   886             if (e > 1)for (i = new Array(e), j = new Array(e), k = new Array(e); e > b; b++)c[b] && m.isFunction(c[b].promise) ? c[b].promise().done(h(b, k, c)).fail(g.reject).progress(h(b, j, i)) : --f;
       
   887             return f || g.resolveWith(k, c), g.promise()
       
   888         }
       
   889     });
       
   890     var H;
       
   891     m.fn.ready = function (a) {
       
   892         return m.ready.promise().done(a), this
       
   893     }, m.extend({
       
   894         isReady: !1, readyWait: 1, holdReady: function (a) {
       
   895             a ? m.readyWait++ : m.ready(!0)
       
   896         }, ready: function (a) {
       
   897             if (a === !0 ? !--m.readyWait : !m.isReady) {
       
   898                 if (!y.body)return setTimeout(m.ready);
       
   899                 m.isReady = !0, a !== !0 && --m.readyWait > 0 || (H.resolveWith(y, [m]), m.fn.triggerHandler && (m(y).triggerHandler("ready"), m(y).off("ready")))
       
   900             }
       
   901         }
       
   902     });
       
   903     function I() {
       
   904         y.addEventListener ? (y.removeEventListener("DOMContentLoaded", J, !1), a.removeEventListener("load", J, !1)) : (y.detachEvent("onreadystatechange", J), a.detachEvent("onload", J))
       
   905     }
       
   906 
       
   907     function J() {
       
   908         (y.addEventListener || "load" === event.type || "complete" === y.readyState) && (I(), m.ready())
       
   909     }
       
   910 
       
   911     m.ready.promise = function (b) {
       
   912         if (!H)if (H = m.Deferred(), "complete" === y.readyState)setTimeout(m.ready); else if (y.addEventListener)y.addEventListener("DOMContentLoaded", J, !1), a.addEventListener("load", J, !1); else {
       
   913             y.attachEvent("onreadystatechange", J), a.attachEvent("onload", J);
       
   914             var c = !1;
       
   915             try {
       
   916                 c = null == a.frameElement && y.documentElement
       
   917             } catch (d) {
       
   918             }
       
   919             c && c.doScroll && !function e() {
       
   920                 if (!m.isReady) {
       
   921                     try {
       
   922                         c.doScroll("left")
       
   923                     } catch (a) {
       
   924                         return setTimeout(e, 50)
       
   925                     }
       
   926                     I(), m.ready()
       
   927                 }
       
   928             }()
       
   929         }
       
   930         return H.promise(b)
       
   931     };
       
   932     var K = "undefined", L;
       
   933     for (L in m(k))break;
       
   934     k.ownLast = "0" !== L, k.inlineBlockNeedsLayout = !1, m(function () {
       
   935         var a, b, c, d;
       
   936         c = y.getElementsByTagName("body")[0], c && c.style && (b = y.createElement("div"), d = y.createElement("div"), d.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", c.appendChild(d).appendChild(b), typeof b.style.zoom !== K && (b.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1", k.inlineBlockNeedsLayout = a = 3 === b.offsetWidth, a && (c.style.zoom = 1)), c.removeChild(d))
       
   937     }), function () {
       
   938         var a = y.createElement("div");
       
   939         if (null == k.deleteExpando) {
       
   940             k.deleteExpando = !0;
       
   941             try {
       
   942                 delete a.test
       
   943             } catch (b) {
       
   944                 k.deleteExpando = !1
       
   945             }
       
   946         }
       
   947         a = null
       
   948     }(), m.acceptData = function (a) {
       
   949         var b = m.noData[(a.nodeName + " ").toLowerCase()], c = +a.nodeType || 1;
       
   950         return 1 !== c && 9 !== c ? !1 : !b || b !== !0 && a.getAttribute("classid") === b
       
   951     };
       
   952     var M = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, N = /([A-Z])/g;
       
   953 
       
   954     function O(a, b, c) {
       
   955         if (void 0 === c && 1 === a.nodeType) {
       
   956             var d = "data-" + b.replace(N, "-$1").toLowerCase();
       
   957             if (c = a.getAttribute(d), "string" == typeof c) {
       
   958                 try {
       
   959                     c = "true" === c ? !0 : "false" === c ? !1 : "null" === c ? null : +c + "" === c ? +c : M.test(c) ? m.parseJSON(c) : c
       
   960                 } catch (e) {
       
   961                 }
       
   962                 m.data(a, b, c)
       
   963             } else c = void 0
       
   964         }
       
   965         return c
       
   966     }
       
   967 
       
   968     function P(a) {
       
   969         var b;
       
   970         for (b in a)if (("data" !== b || !m.isEmptyObject(a[b])) && "toJSON" !== b)return !1;
       
   971 
       
   972         return !0
       
   973     }
       
   974 
       
   975     function Q(a, b, d, e) {
       
   976         if (m.acceptData(a)) {
       
   977             var f, g, h = m.expando, i = a.nodeType, j = i ? m.cache : a, k = i ? a[h] : a[h] && h;
       
   978             if (k && j[k] && (e || j[k].data) || void 0 !== d || "string" != typeof b)return k || (k = i ? a[h] = c.pop() || m.guid++ : h), j[k] || (j[k] = i ? {} : {toJSON: m.noop}), ("object" == typeof b || "function" == typeof b) && (e ? j[k] = m.extend(j[k], b) : j[k].data = m.extend(j[k].data, b)), g = j[k], e || (g.data || (g.data = {}), g = g.data), void 0 !== d && (g[m.camelCase(b)] = d), "string" == typeof b ? (f = g[b], null == f && (f = g[m.camelCase(b)])) : f = g, f
       
   979         }
       
   980     }
       
   981 
       
   982     function R(a, b, c) {
       
   983         if (m.acceptData(a)) {
       
   984             var d, e, f = a.nodeType, g = f ? m.cache : a, h = f ? a[m.expando] : m.expando;
       
   985             if (g[h]) {
       
   986                 if (b && (d = c ? g[h] : g[h].data)) {
       
   987                     m.isArray(b) ? b = b.concat(m.map(b, m.camelCase)) : b in d ? b = [b] : (b = m.camelCase(b), b = b in d ? [b] : b.split(" ")), e = b.length;
       
   988                     while (e--)delete d[b[e]];
       
   989                     if (c ? !P(d) : !m.isEmptyObject(d))return
       
   990                 }
       
   991                 (c || (delete g[h].data, P(g[h]))) && (f ? m.cleanData([a], !0) : k.deleteExpando || g != g.window ? delete g[h] : g[h] = null)
       
   992             }
       
   993         }
       
   994     }
       
   995 
       
   996     m.extend({
       
   997         cache: {}, noData: {"applet ": !0, "embed ": !0, "object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"}, hasData: function (a) {
       
   998             return a = a.nodeType ? m.cache[a[m.expando]] : a[m.expando], !!a && !P(a)
       
   999         }, data: function (a, b, c) {
       
  1000             return Q(a, b, c)
       
  1001         }, removeData: function (a, b) {
       
  1002             return R(a, b)
       
  1003         }, _data: function (a, b, c) {
       
  1004             return Q(a, b, c, !0)
       
  1005         }, _removeData: function (a, b) {
       
  1006             return R(a, b, !0)
       
  1007         }
       
  1008     }), m.fn.extend({
       
  1009         data: function (a, b) {
       
  1010             var c, d, e, f = this[0], g = f && f.attributes;
       
  1011             if (void 0 === a) {
       
  1012                 if (this.length && (e = m.data(f), 1 === f.nodeType && !m._data(f, "parsedAttrs"))) {
       
  1013                     c = g.length;
       
  1014                     while (c--)g[c] && (d = g[c].name, 0 === d.indexOf("data-") && (d = m.camelCase(d.slice(5)), O(f, d, e[d])));
       
  1015                     m._data(f, "parsedAttrs", !0)
       
  1016                 }
       
  1017                 return e
       
  1018             }
       
  1019             return "object" == typeof a ? this.each(function () {
       
  1020                 m.data(this, a)
       
  1021             }) : arguments.length > 1 ? this.each(function () {
       
  1022                 m.data(this, a, b)
       
  1023             }) : f ? O(f, a, m.data(f, a)) : void 0
       
  1024         }, removeData: function (a) {
       
  1025             return this.each(function () {
       
  1026                 m.removeData(this, a)
       
  1027             })
       
  1028         }
       
  1029     }), m.extend({
       
  1030         queue: function (a, b, c) {
       
  1031             var d;
       
  1032             return a ? (b = (b || "fx") + "queue", d = m._data(a, b), c && (!d || m.isArray(c) ? d = m._data(a, b, m.makeArray(c)) : d.push(c)), d || []) : void 0
       
  1033         }, dequeue: function (a, b) {
       
  1034             b = b || "fx";
       
  1035             var c = m.queue(a, b), d = c.length, e = c.shift(), f = m._queueHooks(a, b), g = function () {
       
  1036                 m.dequeue(a, b)
       
  1037             };
       
  1038             "inprogress" === e && (e = c.shift(), d--), e && ("fx" === b && c.unshift("inprogress"), delete f.stop, e.call(a, g, f)), !d && f && f.empty.fire()
       
  1039         }, _queueHooks: function (a, b) {
       
  1040             var c = b + "queueHooks";
       
  1041             return m._data(a, c) || m._data(a, c, {
       
  1042                     empty: m.Callbacks("once memory").add(function () {
       
  1043                         m._removeData(a, b + "queue"), m._removeData(a, c)
       
  1044                     })
       
  1045                 })
       
  1046         }
       
  1047     }), m.fn.extend({
       
  1048         queue: function (a, b) {
       
  1049             var c = 2;
       
  1050             return "string" != typeof a && (b = a, a = "fx", c--), arguments.length < c ? m.queue(this[0], a) : void 0 === b ? this : this.each(function () {
       
  1051                 var c = m.queue(this, a, b);
       
  1052                 m._queueHooks(this, a), "fx" === a && "inprogress" !== c[0] && m.dequeue(this, a)
       
  1053             })
       
  1054         }, dequeue: function (a) {
       
  1055             return this.each(function () {
       
  1056                 m.dequeue(this, a)
       
  1057             })
       
  1058         }, clearQueue: function (a) {
       
  1059             return this.queue(a || "fx", [])
       
  1060         }, promise: function (a, b) {
       
  1061             var c, d = 1, e = m.Deferred(), f = this, g = this.length, h = function () {
       
  1062                 --d || e.resolveWith(f, [f])
       
  1063             };
       
  1064             "string" != typeof a && (b = a, a = void 0), a = a || "fx";
       
  1065             while (g--)c = m._data(f[g], a + "queueHooks"), c && c.empty && (d++, c.empty.add(h));
       
  1066             return h(), e.promise(b)
       
  1067         }
       
  1068     });
       
  1069     var S = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, T = ["Top", "Right", "Bottom", "Left"], U = function (a, b) {
       
  1070         return a = b || a, "none" === m.css(a, "display") || !m.contains(a.ownerDocument, a)
       
  1071     }, V = m.access = function (a, b, c, d, e, f, g) {
       
  1072         var h = 0, i = a.length, j = null == c;
       
  1073         if ("object" === m.type(c)) {
       
  1074             e = !0;
       
  1075             for (h in c)m.access(a, b, h, c[h], !0, f, g)
       
  1076         } else if (void 0 !== d && (e = !0, m.isFunction(d) || (g = !0), j && (g ? (b.call(a, d), b = null) : (j = b, b = function (a, b, c) {
       
  1077                 return j.call(m(a), c)
       
  1078             })), b))for (; i > h; h++)b(a[h], c, g ? d : d.call(a[h], h, b(a[h], c)));
       
  1079         return e ? a : j ? b.call(a) : i ? b(a[0], c) : f
       
  1080     }, W = /^(?:checkbox|radio)$/i;
       
  1081     !function () {
       
  1082         var a = y.createElement("input"), b = y.createElement("div"), c = y.createDocumentFragment();
       
  1083         if (b.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>", k.leadingWhitespace = 3 === b.firstChild.nodeType, k.tbody = !b.getElementsByTagName("tbody").length, k.htmlSerialize = !!b.getElementsByTagName("link").length, k.html5Clone = "<:nav></:nav>" !== y.createElement("nav").cloneNode(!0).outerHTML, a.type = "checkbox", a.checked = !0, c.appendChild(a), k.appendChecked = a.checked, b.innerHTML = "<textarea>x</textarea>", k.noCloneChecked = !!b.cloneNode(!0).lastChild.defaultValue, c.appendChild(b), b.innerHTML = "<input type='radio' checked='checked' name='t'/>", k.checkClone = b.cloneNode(!0).cloneNode(!0).lastChild.checked, k.noCloneEvent = !0, b.attachEvent && (b.attachEvent("onclick", function () {
       
  1084                 k.noCloneEvent = !1
       
  1085             }), b.cloneNode(!0).click()), null == k.deleteExpando) {
       
  1086             k.deleteExpando = !0;
       
  1087             try {
       
  1088                 delete b.test
       
  1089             } catch (d) {
       
  1090                 k.deleteExpando = !1
       
  1091             }
       
  1092         }
       
  1093     }(), function () {
       
  1094         var b, c, d = y.createElement("div");
       
  1095         for (b in{submit: !0, change: !0, focusin: !0})c = "on" + b, (k[b + "Bubbles"] = c in a) || (d.setAttribute(c, "t"), k[b + "Bubbles"] = d.attributes[c].expando === !1);
       
  1096         d = null
       
  1097     }();
       
  1098     var X = /^(?:input|select|textarea)$/i, Y = /^key/, Z = /^(?:mouse|pointer|contextmenu)|click/, $ = /^(?:focusinfocus|focusoutblur)$/, _ = /^([^.]*)(?:\.(.+)|)$/;
       
  1099 
       
  1100     function aa() {
       
  1101         return !0
       
  1102     }
       
  1103 
       
  1104     function ba() {
       
  1105         return !1
       
  1106     }
       
  1107 
       
  1108     function ca() {
       
  1109         try {
       
  1110             return y.activeElement
       
  1111         } catch (a) {
       
  1112         }
       
  1113     }
       
  1114 
       
  1115     m.event = {
       
  1116         global: {},
       
  1117         add: function (a, b, c, d, e) {
       
  1118             var f, g, h, i, j, k, l, n, o, p, q, r = m._data(a);
       
  1119             if (r) {
       
  1120                 c.handler && (i = c, c = i.handler, e = i.selector), c.guid || (c.guid = m.guid++), (g = r.events) || (g = r.events = {}), (k = r.handle) || (k = r.handle = function (a) {
       
  1121                     return typeof m === K || a && m.event.triggered === a.type ? void 0 : m.event.dispatch.apply(k.elem, arguments)
       
  1122                 }, k.elem = a), b = (b || "").match(E) || [""], h = b.length;
       
  1123                 while (h--)f = _.exec(b[h]) || [], o = q = f[1], p = (f[2] || "").split(".").sort(), o && (j = m.event.special[o] || {}, o = (e ? j.delegateType : j.bindType) || o, j = m.event.special[o] || {}, l = m.extend({
       
  1124                     type: o,
       
  1125                     origType: q,
       
  1126                     data: d,
       
  1127                     handler: c,
       
  1128                     guid: c.guid,
       
  1129                     selector: e,
       
  1130                     needsContext: e && m.expr.match.needsContext.test(e),
       
  1131                     namespace: p.join(".")
       
  1132                 }, i), (n = g[o]) || (n = g[o] = [], n.delegateCount = 0, j.setup && j.setup.call(a, d, p, k) !== !1 || (a.addEventListener ? a.addEventListener(o, k, !1) : a.attachEvent && a.attachEvent("on" + o, k))), j.add && (j.add.call(a, l), l.handler.guid || (l.handler.guid = c.guid)), e ? n.splice(n.delegateCount++, 0, l) : n.push(l), m.event.global[o] = !0);
       
  1133                 a = null
       
  1134             }
       
  1135         },
       
  1136         remove: function (a, b, c, d, e) {
       
  1137             var f, g, h, i, j, k, l, n, o, p, q, r = m.hasData(a) && m._data(a);
       
  1138             if (r && (k = r.events)) {
       
  1139                 b = (b || "").match(E) || [""], j = b.length;
       
  1140                 while (j--)if (h = _.exec(b[j]) || [], o = q = h[1], p = (h[2] || "").split(".").sort(), o) {
       
  1141                     l = m.event.special[o] || {}, o = (d ? l.delegateType : l.bindType) || o, n = k[o] || [], h = h[2] && new RegExp("(^|\\.)" + p.join("\\.(?:.*\\.|)") + "(\\.|$)"), i = f = n.length;
       
  1142                     while (f--)g = n[f], !e && q !== g.origType || c && c.guid !== g.guid || h && !h.test(g.namespace) || d && d !== g.selector && ("**" !== d || !g.selector) || (n.splice(f, 1), g.selector && n.delegateCount--, l.remove && l.remove.call(a, g));
       
  1143                     i && !n.length && (l.teardown && l.teardown.call(a, p, r.handle) !== !1 || m.removeEvent(a, o, r.handle), delete k[o])
       
  1144                 } else for (o in k)m.event.remove(a, o + b[j], c, d, !0);
       
  1145                 m.isEmptyObject(k) && (delete r.handle, m._removeData(a, "events"))
       
  1146             }
       
  1147         },
       
  1148         trigger: function (b, c, d, e) {
       
  1149             var f, g, h, i, k, l, n, o = [d || y], p = j.call(b, "type") ? b.type : b, q = j.call(b, "namespace") ? b.namespace.split(".") : [];
       
  1150             if (h = l = d = d || y, 3 !== d.nodeType && 8 !== d.nodeType && !$.test(p + m.event.triggered) && (p.indexOf(".") >= 0 && (q = p.split("."), p = q.shift(), q.sort()), g = p.indexOf(":") < 0 && "on" + p, b = b[m.expando] ? b : new m.Event(p, "object" == typeof b && b), b.isTrigger = e ? 2 : 3, b.namespace = q.join("."), b.namespace_re = b.namespace ? new RegExp("(^|\\.)" + q.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, b.result = void 0, b.target || (b.target = d), c = null == c ? [b] : m.makeArray(c, [b]), k = m.event.special[p] || {}, e || !k.trigger || k.trigger.apply(d, c) !== !1)) {
       
  1151                 if (!e && !k.noBubble && !m.isWindow(d)) {
       
  1152                     for (i = k.delegateType || p, $.test(i + p) || (h = h.parentNode); h; h = h.parentNode)o.push(h), l = h;
       
  1153                     l === (d.ownerDocument || y) && o.push(l.defaultView || l.parentWindow || a)
       
  1154                 }
       
  1155                 n = 0;
       
  1156                 while ((h = o[n++]) && !b.isPropagationStopped())b.type = n > 1 ? i : k.bindType || p, f = (m._data(h, "events") || {})[b.type] && m._data(h, "handle"), f && f.apply(h, c), f = g && h[g], f && f.apply && m.acceptData(h) && (b.result = f.apply(h, c), b.result === !1 && b.preventDefault());
       
  1157                 if (b.type = p, !e && !b.isDefaultPrevented() && (!k._default || k._default.apply(o.pop(), c) === !1) && m.acceptData(d) && g && d[p] && !m.isWindow(d)) {
       
  1158                     l = d[g], l && (d[g] = null), m.event.triggered = p;
       
  1159                     try {
       
  1160                         d[p]()
       
  1161                     } catch (r) {
       
  1162                     }
       
  1163                     m.event.triggered = void 0, l && (d[g] = l)
       
  1164                 }
       
  1165                 return b.result
       
  1166             }
       
  1167         },
       
  1168         dispatch: function (a) {
       
  1169             a = m.event.fix(a);
       
  1170             var b, c, e, f, g, h = [], i = d.call(arguments), j = (m._data(this, "events") || {})[a.type] || [], k = m.event.special[a.type] || {};
       
  1171             if (i[0] = a, a.delegateTarget = this, !k.preDispatch || k.preDispatch.call(this, a) !== !1) {
       
  1172                 h = m.event.handlers.call(this, a, j), b = 0;
       
  1173                 while ((f = h[b++]) && !a.isPropagationStopped()) {
       
  1174                     a.currentTarget = f.elem, g = 0;
       
  1175                     while ((e = f.handlers[g++]) && !a.isImmediatePropagationStopped())(!a.namespace_re || a.namespace_re.test(e.namespace)) && (a.handleObj = e, a.data = e.data, c = ((m.event.special[e.origType] || {}).handle || e.handler).apply(f.elem, i), void 0 !== c && (a.result = c) === !1 && (a.preventDefault(), a.stopPropagation()))
       
  1176                 }
       
  1177                 return k.postDispatch && k.postDispatch.call(this, a), a.result
       
  1178             }
       
  1179         },
       
  1180         handlers: function (a, b) {
       
  1181             var c, d, e, f, g = [], h = b.delegateCount, i = a.target;
       
  1182             if (h && i.nodeType && (!a.button || "click" !== a.type))for (; i != this; i = i.parentNode || this)if (1 === i.nodeType && (i.disabled !== !0 || "click" !== a.type)) {
       
  1183                 for (e = [], f = 0; h > f; f++)d = b[f], c = d.selector + " ", void 0 === e[c] && (e[c] = d.needsContext ? m(c, this).index(i) >= 0 : m.find(c, this, null, [i]).length), e[c] && e.push(d);
       
  1184                 e.length && g.push({elem: i, handlers: e})
       
  1185             }
       
  1186             return h < b.length && g.push({elem: this, handlers: b.slice(h)}), g
       
  1187         },
       
  1188         fix: function (a) {
       
  1189             if (a[m.expando])return a;
       
  1190             var b, c, d, e = a.type, f = a, g = this.fixHooks[e];
       
  1191             g || (this.fixHooks[e] = g = Z.test(e) ? this.mouseHooks : Y.test(e) ? this.keyHooks : {}), d = g.props ? this.props.concat(g.props) : this.props, a = new m.Event(f), b = d.length;
       
  1192             while (b--)c = d[b], a[c] = f[c];
       
  1193             return a.target || (a.target = f.srcElement || y), 3 === a.target.nodeType && (a.target = a.target.parentNode), a.metaKey = !!a.metaKey, g.filter ? g.filter(a, f) : a
       
  1194         },
       
  1195         props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
       
  1196         fixHooks: {},
       
  1197         keyHooks: {
       
  1198             props: "char charCode key keyCode".split(" "), filter: function (a, b) {
       
  1199                 return null == a.which && (a.which = null != b.charCode ? b.charCode : b.keyCode), a
       
  1200             }
       
  1201         },
       
  1202         mouseHooks: {
       
  1203             props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), filter: function (a, b) {
       
  1204                 var c, d, e, f = b.button, g = b.fromElement;
       
  1205                 return null == a.pageX && null != b.clientX && (d = a.target.ownerDocument || y, e = d.documentElement, c = d.body, a.pageX = b.clientX + (e && e.scrollLeft || c && c.scrollLeft || 0) - (e && e.clientLeft || c && c.clientLeft || 0), a.pageY = b.clientY + (e && e.scrollTop || c && c.scrollTop || 0) - (e && e.clientTop || c && c.clientTop || 0)), !a.relatedTarget && g && (a.relatedTarget = g === a.target ? b.toElement : g), a.which || void 0 === f || (a.which = 1 & f ? 1 : 2 & f ? 3 : 4 & f ? 2 : 0), a
       
  1206             }
       
  1207         },
       
  1208         special: {
       
  1209             load: {noBubble: !0}, focus: {
       
  1210                 trigger: function () {
       
  1211                     if (this !== ca() && this.focus)try {
       
  1212                         return this.focus(), !1
       
  1213                     } catch (a) {
       
  1214                     }
       
  1215                 }, delegateType: "focusin"
       
  1216             }, blur: {
       
  1217                 trigger: function () {
       
  1218                     return this === ca() && this.blur ? (this.blur(), !1) : void 0
       
  1219                 }, delegateType: "focusout"
       
  1220             }, click: {
       
  1221                 trigger: function () {
       
  1222                     return m.nodeName(this, "input") && "checkbox" === this.type && this.click ? (this.click(), !1) : void 0
       
  1223                 }, _default: function (a) {
       
  1224                     return m.nodeName(a.target, "a")
       
  1225                 }
       
  1226             }, beforeunload: {
       
  1227                 postDispatch: function (a) {
       
  1228                     void 0 !== a.result && a.originalEvent && (a.originalEvent.returnValue = a.result)
       
  1229                 }
       
  1230             }
       
  1231         },
       
  1232         simulate: function (a, b, c, d) {
       
  1233             var e = m.extend(new m.Event, c, {type: a, isSimulated: !0, originalEvent: {}});
       
  1234             d ? m.event.trigger(e, null, b) : m.event.dispatch.call(b, e), e.isDefaultPrevented() && c.preventDefault()
       
  1235         }
       
  1236     }, m.removeEvent = y.removeEventListener ? function (a, b, c) {
       
  1237         a.removeEventListener && a.removeEventListener(b, c, !1)
       
  1238     } : function (a, b, c) {
       
  1239         var d = "on" + b;
       
  1240         a.detachEvent && (typeof a[d] === K && (a[d] = null), a.detachEvent(d, c))
       
  1241     }, m.Event = function (a, b) {
       
  1242         return this instanceof m.Event ? (a && a.type ? (this.originalEvent = a, this.type = a.type, this.isDefaultPrevented = a.defaultPrevented || void 0 === a.defaultPrevented && a.returnValue === !1 ? aa : ba) : this.type = a, b && m.extend(this, b), this.timeStamp = a && a.timeStamp || m.now(), void(this[m.expando] = !0)) : new m.Event(a, b)
       
  1243     }, m.Event.prototype = {
       
  1244         isDefaultPrevented: ba, isPropagationStopped: ba, isImmediatePropagationStopped: ba, preventDefault: function () {
       
  1245             var a = this.originalEvent;
       
  1246             this.isDefaultPrevented = aa, a && (a.preventDefault ? a.preventDefault() : a.returnValue = !1)
       
  1247         }, stopPropagation: function () {
       
  1248             var a = this.originalEvent;
       
  1249             this.isPropagationStopped = aa, a && (a.stopPropagation && a.stopPropagation(), a.cancelBubble = !0)
       
  1250         }, stopImmediatePropagation: function () {
       
  1251             var a = this.originalEvent;
       
  1252             this.isImmediatePropagationStopped = aa, a && a.stopImmediatePropagation && a.stopImmediatePropagation(), this.stopPropagation()
       
  1253         }
       
  1254     }, m.each({mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout"}, function (a, b) {
       
  1255         m.event.special[a] = {
       
  1256             delegateType: b, bindType: b, handle: function (a) {
       
  1257                 var c, d = this, e = a.relatedTarget, f = a.handleObj;
       
  1258                 return (!e || e !== d && !m.contains(d, e)) && (a.type = f.origType, c = f.handler.apply(this, arguments), a.type = b), c
       
  1259             }
       
  1260         }
       
  1261     }), k.submitBubbles || (m.event.special.submit = {
       
  1262         setup: function () {
       
  1263             return m.nodeName(this, "form") ? !1 : void m.event.add(this, "click._submit keypress._submit", function (a) {
       
  1264                 var b = a.target, c = m.nodeName(b, "input") || m.nodeName(b, "button") ? b.form : void 0;
       
  1265                 c && !m._data(c, "submitBubbles") && (m.event.add(c, "submit._submit", function (a) {
       
  1266                     a._submit_bubble = !0
       
  1267                 }), m._data(c, "submitBubbles", !0))
       
  1268             })
       
  1269         }, postDispatch: function (a) {
       
  1270             a._submit_bubble && (delete a._submit_bubble, this.parentNode && !a.isTrigger && m.event.simulate("submit", this.parentNode, a, !0))
       
  1271         }, teardown: function () {
       
  1272             return m.nodeName(this, "form") ? !1 : void m.event.remove(this, "._submit")
       
  1273         }
       
  1274     }), k.changeBubbles || (m.event.special.change = {
       
  1275         setup: function () {
       
  1276             return X.test(this.nodeName) ? (("checkbox" === this.type || "radio" === this.type) && (m.event.add(this, "propertychange._change", function (a) {
       
  1277                 "checked" === a.originalEvent.propertyName && (this._just_changed = !0)
       
  1278             }), m.event.add(this, "click._change", function (a) {
       
  1279                 this._just_changed && !a.isTrigger && (this._just_changed = !1), m.event.simulate("change", this, a, !0)
       
  1280             })), !1) : void m.event.add(this, "beforeactivate._change", function (a) {
       
  1281                 var b = a.target;
       
  1282                 X.test(b.nodeName) && !m._data(b, "changeBubbles") && (m.event.add(b, "change._change", function (a) {
       
  1283                     !this.parentNode || a.isSimulated || a.isTrigger || m.event.simulate("change", this.parentNode, a, !0)
       
  1284                 }), m._data(b, "changeBubbles", !0))
       
  1285             })
       
  1286         }, handle: function (a) {
       
  1287             var b = a.target;
       
  1288             return this !== b || a.isSimulated || a.isTrigger || "radio" !== b.type && "checkbox" !== b.type ? a.handleObj.handler.apply(this, arguments) : void 0
       
  1289         }, teardown: function () {
       
  1290             return m.event.remove(this, "._change"), !X.test(this.nodeName)
       
  1291         }
       
  1292     }), k.focusinBubbles || m.each({focus: "focusin", blur: "focusout"}, function (a, b) {
       
  1293         var c = function (a) {
       
  1294             m.event.simulate(b, a.target, m.event.fix(a), !0)
       
  1295         };
       
  1296         m.event.special[b] = {
       
  1297             setup: function () {
       
  1298                 var d = this.ownerDocument || this, e = m._data(d, b);
       
  1299                 e || d.addEventListener(a, c, !0), m._data(d, b, (e || 0) + 1)
       
  1300             }, teardown: function () {
       
  1301                 var d = this.ownerDocument || this, e = m._data(d, b) - 1;
       
  1302                 e ? m._data(d, b, e) : (d.removeEventListener(a, c, !0), m._removeData(d, b))
       
  1303             }
       
  1304         }
       
  1305     }), m.fn.extend({
       
  1306         on: function (a, b, c, d, e) {
       
  1307             var f, g;
       
  1308             if ("object" == typeof a) {
       
  1309                 "string" != typeof b && (c = c || b, b = void 0);
       
  1310                 for (f in a)this.on(f, b, c, a[f], e);
       
  1311                 return this
       
  1312             }
       
  1313             if (null == c && null == d ? (d = b, c = b = void 0) : null == d && ("string" == typeof b ? (d = c, c = void 0) : (d = c, c = b, b = void 0)), d === !1)d = ba; else if (!d)return this;
       
  1314             return 1 === e && (g = d, d = function (a) {
       
  1315                 return m().off(a), g.apply(this, arguments)
       
  1316             }, d.guid = g.guid || (g.guid = m.guid++)), this.each(function () {
       
  1317                 m.event.add(this, a, d, c, b)
       
  1318             })
       
  1319         }, one: function (a, b, c, d) {
       
  1320             return this.on(a, b, c, d, 1)
       
  1321         }, off: function (a, b, c) {
       
  1322             var d, e;
       
  1323             if (a && a.preventDefault && a.handleObj)return d = a.handleObj, m(a.delegateTarget).off(d.namespace ? d.origType + "." + d.namespace : d.origType, d.selector, d.handler), this;
       
  1324             if ("object" == typeof a) {
       
  1325                 for (e in a)this.off(e, b, a[e]);
       
  1326                 return this
       
  1327             }
       
  1328             return (b === !1 || "function" == typeof b) && (c = b, b = void 0), c === !1 && (c = ba), this.each(function () {
       
  1329                 m.event.remove(this, a, c, b)
       
  1330             })
       
  1331         }, trigger: function (a, b) {
       
  1332             return this.each(function () {
       
  1333                 m.event.trigger(a, b, this)
       
  1334             })
       
  1335         }, triggerHandler: function (a, b) {
       
  1336             var c = this[0];
       
  1337             return c ? m.event.trigger(a, b, c, !0) : void 0
       
  1338         }
       
  1339     });
       
  1340     function da(a) {
       
  1341         var b = ea.split("|"), c = a.createDocumentFragment();
       
  1342         if (c.createElement)while (b.length)c.createElement(b.pop());
       
  1343         return c
       
  1344     }
       
  1345 
       
  1346     var ea = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", fa = / jQuery\d+="(?:null|\d+)"/g, ga = new RegExp("<(?:" + ea + ")[\\s/>]", "i"), ha = /^\s+/, ia = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, ja = /<([\w:]+)/, ka = /<tbody/i, la = /<|&#?\w+;/, ma = /<(?:script|style|link)/i, na = /checked\s*(?:[^=]|=\s*.checked.)/i, oa = /^$|\/(?:java|ecma)script/i, pa = /^true\/(.*)/, qa = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g, ra = {
       
  1347         option: [1, "<select multiple='multiple'>", "</select>"],
       
  1348         legend: [1, "<fieldset>", "</fieldset>"],
       
  1349         area: [1, "<map>", "</map>"],
       
  1350         param: [1, "<object>", "</object>"],
       
  1351         thead: [1, "<table>", "</table>"],
       
  1352         tr: [2, "<table><tbody>", "</tbody></table>"],
       
  1353         col: [2, "<table><tbody></tbody><colgroup>", "</colgroup></table>"],
       
  1354         td: [3, "<table><tbody><tr>", "</tr></tbody></table>"],
       
  1355         _default: k.htmlSerialize ? [0, "", ""] : [1, "X<div>", "</div>"]
       
  1356     }, sa = da(y), ta = sa.appendChild(y.createElement("div"));
       
  1357     ra.optgroup = ra.option, ra.tbody = ra.tfoot = ra.colgroup = ra.caption = ra.thead, ra.th = ra.td;
       
  1358     function ua(a, b) {
       
  1359         var c, d, e = 0, f = typeof a.getElementsByTagName !== K ? a.getElementsByTagName(b || "*") : typeof a.querySelectorAll !== K ? a.querySelectorAll(b || "*") : void 0;
       
  1360         if (!f)for (f = [], c = a.childNodes || a; null != (d = c[e]); e++)!b || m.nodeName(d, b) ? f.push(d) : m.merge(f, ua(d, b));
       
  1361         return void 0 === b || b && m.nodeName(a, b) ? m.merge([a], f) : f
       
  1362     }
       
  1363 
       
  1364     function va(a) {
       
  1365         W.test(a.type) && (a.defaultChecked = a.checked)
       
  1366     }
       
  1367 
       
  1368     function wa(a, b) {
       
  1369         return m.nodeName(a, "table") && m.nodeName(11 !== b.nodeType ? b : b.firstChild, "tr") ? a.getElementsByTagName("tbody")[0] || a.appendChild(a.ownerDocument.createElement("tbody")) : a
       
  1370     }
       
  1371 
       
  1372     function xa(a) {
       
  1373         return a.type = (null !== m.find.attr(a, "type")) + "/" + a.type, a
       
  1374     }
       
  1375 
       
  1376     function ya(a) {
       
  1377         var b = pa.exec(a.type);
       
  1378         return b ? a.type = b[1] : a.removeAttribute("type"), a
       
  1379     }
       
  1380 
       
  1381     function za(a, b) {
       
  1382         for (var c, d = 0; null != (c = a[d]); d++)m._data(c, "globalEval", !b || m._data(b[d], "globalEval"))
       
  1383     }
       
  1384 
       
  1385     function Aa(a, b) {
       
  1386         if (1 === b.nodeType && m.hasData(a)) {
       
  1387             var c, d, e, f = m._data(a), g = m._data(b, f), h = f.events;
       
  1388             if (h) {
       
  1389                 delete g.handle, g.events = {};
       
  1390                 for (c in h)for (d = 0, e = h[c].length; e > d; d++)m.event.add(b, c, h[c][d])
       
  1391             }
       
  1392             g.data && (g.data = m.extend({}, g.data))
       
  1393         }
       
  1394     }
       
  1395 
       
  1396     function Ba(a, b) {
       
  1397         var c, d, e;
       
  1398         if (1 === b.nodeType) {
       
  1399             if (c = b.nodeName.toLowerCase(), !k.noCloneEvent && b[m.expando]) {
       
  1400                 e = m._data(b);
       
  1401                 for (d in e.events)m.removeEvent(b, d, e.handle);
       
  1402                 b.removeAttribute(m.expando)
       
  1403             }
       
  1404             "script" === c && b.text !== a.text ? (xa(b).text = a.text, ya(b)) : "object" === c ? (b.parentNode && (b.outerHTML = a.outerHTML), k.html5Clone && a.innerHTML && !m.trim(b.innerHTML) && (b.innerHTML = a.innerHTML)) : "input" === c && W.test(a.type) ? (b.defaultChecked = b.checked = a.checked, b.value !== a.value && (b.value = a.value)) : "option" === c ? b.defaultSelected = b.selected = a.defaultSelected : ("input" === c || "textarea" === c) && (b.defaultValue = a.defaultValue)
       
  1405         }
       
  1406     }
       
  1407 
       
  1408     m.extend({
       
  1409         clone: function (a, b, c) {
       
  1410             var d, e, f, g, h, i = m.contains(a.ownerDocument, a);
       
  1411             if (k.html5Clone || m.isXMLDoc(a) || !ga.test("<" + a.nodeName + ">") ? f = a.cloneNode(!0) : (ta.innerHTML = a.outerHTML, ta.removeChild(f = ta.firstChild)), !(k.noCloneEvent && k.noCloneChecked || 1 !== a.nodeType && 11 !== a.nodeType || m.isXMLDoc(a)))for (d = ua(f), h = ua(a), g = 0; null != (e = h[g]); ++g)d[g] && Ba(e, d[g]);
       
  1412             if (b)if (c)for (h = h || ua(a), d = d || ua(f), g = 0; null != (e = h[g]); g++)Aa(e, d[g]); else Aa(a, f);
       
  1413             return d = ua(f, "script"), d.length > 0 && za(d, !i && ua(a, "script")), d = h = e = null, f
       
  1414         }, buildFragment: function (a, b, c, d) {
       
  1415             for (var e, f, g, h, i, j, l, n = a.length, o = da(b), p = [], q = 0; n > q; q++)if (f = a[q], f || 0 === f)if ("object" === m.type(f))m.merge(p, f.nodeType ? [f] : f); else if (la.test(f)) {
       
  1416                 h = h || o.appendChild(b.createElement("div")), i = (ja.exec(f) || ["", ""])[1].toLowerCase(), l = ra[i] || ra._default, h.innerHTML = l[1] + f.replace(ia, "<$1></$2>") + l[2], e = l[0];
       
  1417                 while (e--)h = h.lastChild;
       
  1418                 if (!k.leadingWhitespace && ha.test(f) && p.push(b.createTextNode(ha.exec(f)[0])), !k.tbody) {
       
  1419                     f = "table" !== i || ka.test(f) ? "<table>" !== l[1] || ka.test(f) ? 0 : h : h.firstChild, e = f && f.childNodes.length;
       
  1420                     while (e--)m.nodeName(j = f.childNodes[e], "tbody") && !j.childNodes.length && f.removeChild(j)
       
  1421                 }
       
  1422                 m.merge(p, h.childNodes), h.textContent = "";
       
  1423                 while (h.firstChild)h.removeChild(h.firstChild);
       
  1424                 h = o.lastChild
       
  1425             } else p.push(b.createTextNode(f));
       
  1426             h && o.removeChild(h), k.appendChecked || m.grep(ua(p, "input"), va), q = 0;
       
  1427             while (f = p[q++])if ((!d || -1 === m.inArray(f, d)) && (g = m.contains(f.ownerDocument, f), h = ua(o.appendChild(f), "script"), g && za(h), c)) {
       
  1428                 e = 0;
       
  1429                 while (f = h[e++])oa.test(f.type || "") && c.push(f)
       
  1430             }
       
  1431             return h = null, o
       
  1432         }, cleanData: function (a, b) {
       
  1433             for (var d, e, f, g, h = 0, i = m.expando, j = m.cache, l = k.deleteExpando, n = m.event.special; null != (d = a[h]); h++)if ((b || m.acceptData(d)) && (f = d[i], g = f && j[f])) {
       
  1434                 if (g.events)for (e in g.events)n[e] ? m.event.remove(d, e) : m.removeEvent(d, e, g.handle);
       
  1435                 j[f] && (delete j[f], l ? delete d[i] : typeof d.removeAttribute !== K ? d.removeAttribute(i) : d[i] = null, c.push(f))
       
  1436             }
       
  1437         }
       
  1438     }), m.fn.extend({
       
  1439         text: function (a) {
       
  1440             return V(this, function (a) {
       
  1441                 return void 0 === a ? m.text(this) : this.empty().append((this[0] && this[0].ownerDocument || y).createTextNode(a))
       
  1442             }, null, a, arguments.length)
       
  1443         }, append: function () {
       
  1444             return this.domManip(arguments, function (a) {
       
  1445                 if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
       
  1446                     var b = wa(this, a);
       
  1447                     b.appendChild(a)
       
  1448                 }
       
  1449             })
       
  1450         }, prepend: function () {
       
  1451             return this.domManip(arguments, function (a) {
       
  1452                 if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
       
  1453                     var b = wa(this, a);
       
  1454                     b.insertBefore(a, b.firstChild)
       
  1455                 }
       
  1456             })
       
  1457         }, before: function () {
       
  1458             return this.domManip(arguments, function (a) {
       
  1459                 this.parentNode && this.parentNode.insertBefore(a, this)
       
  1460             })
       
  1461         }, after: function () {
       
  1462             return this.domManip(arguments, function (a) {
       
  1463                 this.parentNode && this.parentNode.insertBefore(a, this.nextSibling)
       
  1464             })
       
  1465         }, remove: function (a, b) {
       
  1466             for (var c, d = a ? m.filter(a, this) : this, e = 0; null != (c = d[e]); e++)b || 1 !== c.nodeType || m.cleanData(ua(c)), c.parentNode && (b && m.contains(c.ownerDocument, c) && za(ua(c, "script")), c.parentNode.removeChild(c));
       
  1467             return this
       
  1468         }, empty: function () {
       
  1469             for (var a, b = 0; null != (a = this[b]); b++) {
       
  1470                 1 === a.nodeType && m.cleanData(ua(a, !1));
       
  1471                 while (a.firstChild)a.removeChild(a.firstChild);
       
  1472                 a.options && m.nodeName(a, "select") && (a.options.length = 0)
       
  1473             }
       
  1474             return this
       
  1475         }, clone: function (a, b) {
       
  1476             return a = null == a ? !1 : a, b = null == b ? a : b, this.map(function () {
       
  1477                 return m.clone(this, a, b)
       
  1478             })
       
  1479         }, html: function (a) {
       
  1480             return V(this, function (a) {
       
  1481                 var b = this[0] || {}, c = 0, d = this.length;
       
  1482                 if (void 0 === a)return 1 === b.nodeType ? b.innerHTML.replace(fa, "") : void 0;
       
  1483                 if (!("string" != typeof a || ma.test(a) || !k.htmlSerialize && ga.test(a) || !k.leadingWhitespace && ha.test(a) || ra[(ja.exec(a) || ["", ""])[1].toLowerCase()])) {
       
  1484                     a = a.replace(ia, "<$1></$2>");
       
  1485                     try {
       
  1486                         for (; d > c; c++)b = this[c] || {}, 1 === b.nodeType && (m.cleanData(ua(b, !1)), b.innerHTML = a);
       
  1487                         b = 0
       
  1488                     } catch (e) {
       
  1489                     }
       
  1490                 }
       
  1491                 b && this.empty().append(a)
       
  1492             }, null, a, arguments.length)
       
  1493         }, replaceWith: function () {
       
  1494             var a = arguments[0];
       
  1495             return this.domManip(arguments, function (b) {
       
  1496                 a = this.parentNode, m.cleanData(ua(this)), a && a.replaceChild(b, this)
       
  1497             }), a && (a.length || a.nodeType) ? this : this.remove()
       
  1498         }, detach: function (a) {
       
  1499             return this.remove(a, !0)
       
  1500         }, domManip: function (a, b) {
       
  1501             a = e.apply([], a);
       
  1502             var c, d, f, g, h, i, j = 0, l = this.length, n = this, o = l - 1, p = a[0], q = m.isFunction(p);
       
  1503             if (q || l > 1 && "string" == typeof p && !k.checkClone && na.test(p))return this.each(function (c) {
       
  1504                 var d = n.eq(c);
       
  1505                 q && (a[0] = p.call(this, c, d.html())), d.domManip(a, b)
       
  1506             });
       
  1507             if (l && (i = m.buildFragment(a, this[0].ownerDocument, !1, this), c = i.firstChild, 1 === i.childNodes.length && (i = c), c)) {
       
  1508                 for (g = m.map(ua(i, "script"), xa), f = g.length; l > j; j++)d = i, j !== o && (d = m.clone(d, !0, !0), f && m.merge(g, ua(d, "script"))), b.call(this[j], d, j);
       
  1509                 if (f)for (h = g[g.length - 1].ownerDocument, m.map(g, ya), j = 0; f > j; j++)d = g[j], oa.test(d.type || "") && !m._data(d, "globalEval") && m.contains(h, d) && (d.src ? m._evalUrl && m._evalUrl(d.src) : m.globalEval((d.text || d.textContent || d.innerHTML || "").replace(qa, "")));
       
  1510                 i = c = null
       
  1511             }
       
  1512             return this
       
  1513         }
       
  1514     }), m.each({appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith"}, function (a, b) {
       
  1515         m.fn[a] = function (a) {
       
  1516             for (var c, d = 0, e = [], g = m(a), h = g.length - 1; h >= d; d++)c = d === h ? this : this.clone(!0), m(g[d])[b](c), f.apply(e, c.get());
       
  1517             return this.pushStack(e)
       
  1518         }
       
  1519     });
       
  1520     var Ca, Da = {};
       
  1521 
       
  1522     function Ea(b, c) {
       
  1523         var d, e = m(c.createElement(b)).appendTo(c.body), f = a.getDefaultComputedStyle && (d = a.getDefaultComputedStyle(e[0])) ? d.display : m.css(e[0], "display");
       
  1524         return e.detach(), f
       
  1525     }
       
  1526 
       
  1527     function Fa(a) {
       
  1528         var b = y, c = Da[a];
       
  1529         return c || (c = Ea(a, b), "none" !== c && c || (Ca = (Ca || m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement), b = (Ca[0].contentWindow || Ca[0].contentDocument).document, b.write(), b.close(), c = Ea(a, b), Ca.detach()), Da[a] = c), c
       
  1530     }
       
  1531 
       
  1532     !function () {
       
  1533         var a;
       
  1534         k.shrinkWrapBlocks = function () {
       
  1535             if (null != a)return a;
       
  1536             a = !1;
       
  1537             var b, c, d;
       
  1538             return c = y.getElementsByTagName("body")[0], c && c.style ? (b = y.createElement("div"), d = y.createElement("div"), d.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", c.appendChild(d).appendChild(b), typeof b.style.zoom !== K && (b.style.cssText = "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1", b.appendChild(y.createElement("div")).style.width = "5px", a = 3 !== b.offsetWidth), c.removeChild(d), a) : void 0
       
  1539         }
       
  1540     }();
       
  1541     var Ga = /^margin/, Ha = new RegExp("^(" + S + ")(?!px)[a-z%]+$", "i"), Ia, Ja, Ka = /^(top|right|bottom|left)$/;
       
  1542     a.getComputedStyle ? (Ia = function (b) {
       
  1543         return b.ownerDocument.defaultView.opener ? b.ownerDocument.defaultView.getComputedStyle(b, null) : a.getComputedStyle(b, null)
       
  1544     }, Ja = function (a, b, c) {
       
  1545         var d, e, f, g, h = a.style;
       
  1546         return c = c || Ia(a), g = c ? c.getPropertyValue(b) || c[b] : void 0, c && ("" !== g || m.contains(a.ownerDocument, a) || (g = m.style(a, b)), Ha.test(g) && Ga.test(b) && (d = h.width, e = h.minWidth, f = h.maxWidth, h.minWidth = h.maxWidth = h.width = g, g = c.width, h.width = d, h.minWidth = e, h.maxWidth = f)), void 0 === g ? g : g + ""
       
  1547     }) : y.documentElement.currentStyle && (Ia = function (a) {
       
  1548         return a.currentStyle
       
  1549     }, Ja = function (a, b, c) {
       
  1550         var d, e, f, g, h = a.style;
       
  1551         return c = c || Ia(a), g = c ? c[b] : void 0, null == g && h && h[b] && (g = h[b]), Ha.test(g) && !Ka.test(b) && (d = h.left, e = a.runtimeStyle, f = e && e.left, f && (e.left = a.currentStyle.left), h.left = "fontSize" === b ? "1em" : g, g = h.pixelLeft + "px", h.left = d, f && (e.left = f)), void 0 === g ? g : g + "" || "auto"
       
  1552     });
       
  1553     function La(a, b) {
       
  1554         return {
       
  1555             get: function () {
       
  1556                 var c = a();
       
  1557                 if (null != c)return c ? void delete this.get : (this.get = b).apply(this, arguments)
       
  1558             }
       
  1559         }
       
  1560     }
       
  1561 
       
  1562     !function () {
       
  1563         var b, c, d, e, f, g, h;
       
  1564         if (b = y.createElement("div"), b.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>", d = b.getElementsByTagName("a")[0], c = d && d.style) {
       
  1565             c.cssText = "float:left;opacity:.5", k.opacity = "0.5" === c.opacity, k.cssFloat = !!c.cssFloat, b.style.backgroundClip = "content-box", b.cloneNode(!0).style.backgroundClip = "", k.clearCloneStyle = "content-box" === b.style.backgroundClip, k.boxSizing = "" === c.boxSizing || "" === c.MozBoxSizing || "" === c.WebkitBoxSizing, m.extend(k, {
       
  1566                 reliableHiddenOffsets: function () {
       
  1567                     return null == g && i(), g
       
  1568                 }, boxSizingReliable: function () {
       
  1569                     return null == f && i(), f
       
  1570                 }, pixelPosition: function () {
       
  1571                     return null == e && i(), e
       
  1572                 }, reliableMarginRight: function () {
       
  1573                     return null == h && i(), h
       
  1574                 }
       
  1575             });
       
  1576             function i() {
       
  1577                 var b, c, d, i;
       
  1578                 c = y.getElementsByTagName("body")[0], c && c.style && (b = y.createElement("div"), d = y.createElement("div"), d.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", c.appendChild(d).appendChild(b), b.style.cssText = "-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute", e = f = !1, h = !0, a.getComputedStyle && (e = "1%" !== (a.getComputedStyle(b, null) || {}).top, f = "4px" === (a.getComputedStyle(b, null) || {width: "4px"}).width, i = b.appendChild(y.createElement("div")), i.style.cssText = b.style.cssText = "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0", i.style.marginRight = i.style.width = "0", b.style.width = "1px", h = !parseFloat((a.getComputedStyle(i, null) || {}).marginRight), b.removeChild(i)), b.innerHTML = "<table><tr><td></td><td>t</td></tr></table>", i = b.getElementsByTagName("td"), i[0].style.cssText = "margin:0;border:0;padding:0;display:none", g = 0 === i[0].offsetHeight, g && (i[0].style.display = "", i[1].style.display = "none", g = 0 === i[0].offsetHeight), c.removeChild(d))
       
  1579             }
       
  1580         }
       
  1581     }(), m.swap = function (a, b, c, d) {
       
  1582         var e, f, g = {};
       
  1583         for (f in b)g[f] = a.style[f], a.style[f] = b[f];
       
  1584         e = c.apply(a, d || []);
       
  1585         for (f in b)a.style[f] = g[f];
       
  1586         return e
       
  1587     };
       
  1588     var Ma = /alpha\([^)]*\)/i, Na = /opacity\s*=\s*([^)]*)/, Oa = /^(none|table(?!-c[ea]).+)/, Pa = new RegExp("^(" + S + ")(.*)$", "i"), Qa = new RegExp("^([+-])=(" + S + ")", "i"), Ra = {
       
  1589         position: "absolute",
       
  1590         visibility: "hidden",
       
  1591         display: "block"
       
  1592     }, Sa = {letterSpacing: "0", fontWeight: "400"}, Ta = ["Webkit", "O", "Moz", "ms"];
       
  1593 
       
  1594     function Ua(a, b) {
       
  1595         if (b in a)return b;
       
  1596         var c = b.charAt(0).toUpperCase() + b.slice(1), d = b, e = Ta.length;
       
  1597         while (e--)if (b = Ta[e] + c, b in a)return b;
       
  1598         return d
       
  1599     }
       
  1600 
       
  1601     function Va(a, b) {
       
  1602         for (var c, d, e, f = [], g = 0, h = a.length; h > g; g++)d = a[g], d.style && (f[g] = m._data(d, "olddisplay"), c = d.style.display, b ? (f[g] || "none" !== c || (d.style.display = ""), "" === d.style.display && U(d) && (f[g] = m._data(d, "olddisplay", Fa(d.nodeName)))) : (e = U(d), (c && "none" !== c || !e) && m._data(d, "olddisplay", e ? c : m.css(d, "display"))));
       
  1603         for (g = 0; h > g; g++)d = a[g], d.style && (b && "none" !== d.style.display && "" !== d.style.display || (d.style.display = b ? f[g] || "" : "none"));
       
  1604         return a
       
  1605     }
       
  1606 
       
  1607     function Wa(a, b, c) {
       
  1608         var d = Pa.exec(b);
       
  1609         return d ? Math.max(0, d[1] - (c || 0)) + (d[2] || "px") : b
       
  1610     }
       
  1611 
       
  1612     function Xa(a, b, c, d, e) {
       
  1613         for (var f = c === (d ? "border" : "content") ? 4 : "width" === b ? 1 : 0, g = 0; 4 > f; f += 2)"margin" === c && (g += m.css(a, c + T[f], !0, e)), d ? ("content" === c && (g -= m.css(a, "padding" + T[f], !0, e)), "margin" !== c && (g -= m.css(a, "border" + T[f] + "Width", !0, e))) : (g += m.css(a, "padding" + T[f], !0, e), "padding" !== c && (g += m.css(a, "border" + T[f] + "Width", !0, e)));
       
  1614         return g
       
  1615     }
       
  1616 
       
  1617     function Ya(a, b, c) {
       
  1618         var d = !0, e = "width" === b ? a.offsetWidth : a.offsetHeight, f = Ia(a), g = k.boxSizing && "border-box" === m.css(a, "boxSizing", !1, f);
       
  1619         if (0 >= e || null == e) {
       
  1620             if (e = Ja(a, b, f), (0 > e || null == e) && (e = a.style[b]), Ha.test(e))return e;
       
  1621             d = g && (k.boxSizingReliable() || e === a.style[b]), e = parseFloat(e) || 0
       
  1622         }
       
  1623         return e + Xa(a, b, c || (g ? "border" : "content"), d, f) + "px"
       
  1624     }
       
  1625 
       
  1626     m.extend({
       
  1627         cssHooks: {
       
  1628             opacity: {
       
  1629                 get: function (a, b) {
       
  1630                     if (b) {
       
  1631                         var c = Ja(a, "opacity");
       
  1632                         return "" === c ? "1" : c
       
  1633                     }
       
  1634                 }
       
  1635             }
       
  1636         },
       
  1637         cssNumber: {
       
  1638             columnCount: !0,
       
  1639             fillOpacity: !0,
       
  1640             flexGrow: !0,
       
  1641             flexShrink: !0,
       
  1642             fontWeight: !0,
       
  1643             lineHeight: !0,
       
  1644             opacity: !0,
       
  1645             order: !0,
       
  1646             orphans: !0,
       
  1647             widows: !0,
       
  1648             zIndex: !0,
       
  1649             zoom: !0
       
  1650         },
       
  1651         cssProps: {"float": k.cssFloat ? "cssFloat" : "styleFloat"},
       
  1652         style: function (a, b, c, d) {
       
  1653             if (a && 3 !== a.nodeType && 8 !== a.nodeType && a.style) {
       
  1654                 var e, f, g, h = m.camelCase(b), i = a.style;
       
  1655                 if (b = m.cssProps[h] || (m.cssProps[h] = Ua(i, h)), g = m.cssHooks[b] || m.cssHooks[h], void 0 === c)return g && "get" in g && void 0 !== (e = g.get(a, !1, d)) ? e : i[b];
       
  1656                 if (f = typeof c, "string" === f && (e = Qa.exec(c)) && (c = (e[1] + 1) * e[2] + parseFloat(m.css(a, b)), f = "number"), null != c && c === c && ("number" !== f || m.cssNumber[h] || (c += "px"), k.clearCloneStyle || "" !== c || 0 !== b.indexOf("background") || (i[b] = "inherit"), !(g && "set" in g && void 0 === (c = g.set(a, c, d)))))try {
       
  1657                     i[b] = c
       
  1658                 } catch (j) {
       
  1659                 }
       
  1660             }
       
  1661         },
       
  1662         css: function (a, b, c, d) {
       
  1663             var e, f, g, h = m.camelCase(b);
       
  1664             return b = m.cssProps[h] || (m.cssProps[h] = Ua(a.style, h)), g = m.cssHooks[b] || m.cssHooks[h], g && "get" in g && (f = g.get(a, !0, c)), void 0 === f && (f = Ja(a, b, d)), "normal" === f && b in Sa && (f = Sa[b]), "" === c || c ? (e = parseFloat(f), c === !0 || m.isNumeric(e) ? e || 0 : f) : f
       
  1665         }
       
  1666     }), m.each(["height", "width"], function (a, b) {
       
  1667         m.cssHooks[b] = {
       
  1668             get: function (a, c, d) {
       
  1669                 return c ? Oa.test(m.css(a, "display")) && 0 === a.offsetWidth ? m.swap(a, Ra, function () {
       
  1670                     return Ya(a, b, d)
       
  1671                 }) : Ya(a, b, d) : void 0
       
  1672             }, set: function (a, c, d) {
       
  1673                 var e = d && Ia(a);
       
  1674                 return Wa(a, c, d ? Xa(a, b, d, k.boxSizing && "border-box" === m.css(a, "boxSizing", !1, e), e) : 0)
       
  1675             }
       
  1676         }
       
  1677     }), k.opacity || (m.cssHooks.opacity = {
       
  1678         get: function (a, b) {
       
  1679             return Na.test((b && a.currentStyle ? a.currentStyle.filter : a.style.filter) || "") ? .01 * parseFloat(RegExp.$1) + "" : b ? "1" : ""
       
  1680         }, set: function (a, b) {
       
  1681             var c = a.style, d = a.currentStyle, e = m.isNumeric(b) ? "alpha(opacity=" + 100 * b + ")" : "", f = d && d.filter || c.filter || "";
       
  1682             c.zoom = 1, (b >= 1 || "" === b) && "" === m.trim(f.replace(Ma, "")) && c.removeAttribute && (c.removeAttribute("filter"), "" === b || d && !d.filter) || (c.filter = Ma.test(f) ? f.replace(Ma, e) : f + " " + e)
       
  1683         }
       
  1684     }), m.cssHooks.marginRight = La(k.reliableMarginRight, function (a, b) {
       
  1685         return b ? m.swap(a, {display: "inline-block"}, Ja, [a, "marginRight"]) : void 0
       
  1686     }), m.each({margin: "", padding: "", border: "Width"}, function (a, b) {
       
  1687         m.cssHooks[a + b] = {
       
  1688             expand: function (c) {
       
  1689                 for (var d = 0, e = {}, f = "string" == typeof c ? c.split(" ") : [c]; 4 > d; d++)e[a + T[d] + b] = f[d] || f[d - 2] || f[0];
       
  1690                 return e
       
  1691             }
       
  1692         }, Ga.test(a) || (m.cssHooks[a + b].set = Wa)
       
  1693     }), m.fn.extend({
       
  1694         css: function (a, b) {
       
  1695             return V(this, function (a, b, c) {
       
  1696                 var d, e, f = {}, g = 0;
       
  1697                 if (m.isArray(b)) {
       
  1698                     for (d = Ia(a), e = b.length; e > g; g++)f[b[g]] = m.css(a, b[g], !1, d);
       
  1699                     return f
       
  1700                 }
       
  1701                 return void 0 !== c ? m.style(a, b, c) : m.css(a, b)
       
  1702             }, a, b, arguments.length > 1)
       
  1703         }, show: function () {
       
  1704             return Va(this, !0)
       
  1705         }, hide: function () {
       
  1706             return Va(this)
       
  1707         }, toggle: function (a) {
       
  1708             return "boolean" == typeof a ? a ? this.show() : this.hide() : this.each(function () {
       
  1709                 U(this) ? m(this).show() : m(this).hide()
       
  1710             })
       
  1711         }
       
  1712     });
       
  1713     function Za(a, b, c, d, e) {
       
  1714         return new Za.prototype.init(a, b, c, d, e)
       
  1715     }
       
  1716 
       
  1717     m.Tween = Za, Za.prototype = {
       
  1718         constructor: Za, init: function (a, b, c, d, e, f) {
       
  1719             this.elem = a, this.prop = c, this.easing = e || "swing", this.options = b, this.start = this.now = this.cur(), this.end = d, this.unit = f || (m.cssNumber[c] ? "" : "px")
       
  1720         }, cur: function () {
       
  1721             var a = Za.propHooks[this.prop];
       
  1722             return a && a.get ? a.get(this) : Za.propHooks._default.get(this)
       
  1723         }, run: function (a) {
       
  1724             var b, c = Za.propHooks[this.prop];
       
  1725             return this.options.duration ? this.pos = b = m.easing[this.easing](a, this.options.duration * a, 0, 1, this.options.duration) : this.pos = b = a, this.now = (this.end - this.start) * b + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), c && c.set ? c.set(this) : Za.propHooks._default.set(this), this
       
  1726         }
       
  1727     }, Za.prototype.init.prototype = Za.prototype, Za.propHooks = {
       
  1728         _default: {
       
  1729             get: function (a) {
       
  1730                 var b;
       
  1731                 return null == a.elem[a.prop] || a.elem.style && null != a.elem.style[a.prop] ? (b = m.css(a.elem, a.prop, ""), b && "auto" !== b ? b : 0) : a.elem[a.prop]
       
  1732             }, set: function (a) {
       
  1733                 m.fx.step[a.prop] ? m.fx.step[a.prop](a) : a.elem.style && (null != a.elem.style[m.cssProps[a.prop]] || m.cssHooks[a.prop]) ? m.style(a.elem, a.prop, a.now + a.unit) : a.elem[a.prop] = a.now
       
  1734             }
       
  1735         }
       
  1736     }, Za.propHooks.scrollTop = Za.propHooks.scrollLeft = {
       
  1737         set: function (a) {
       
  1738             a.elem.nodeType && a.elem.parentNode && (a.elem[a.prop] = a.now)
       
  1739         }
       
  1740     }, m.easing = {
       
  1741         linear: function (a) {
       
  1742             return a
       
  1743         }, swing: function (a) {
       
  1744             return .5 - Math.cos(a * Math.PI) / 2
       
  1745         }
       
  1746     }, m.fx = Za.prototype.init, m.fx.step = {};
       
  1747     var $a, _a, ab = /^(?:toggle|show|hide)$/, bb = new RegExp("^(?:([+-])=|)(" + S + ")([a-z%]*)$", "i"), cb = /queueHooks$/, db = [ib], eb = {
       
  1748         "*": [function (a, b) {
       
  1749             var c = this.createTween(a, b), d = c.cur(), e = bb.exec(b), f = e && e[3] || (m.cssNumber[a] ? "" : "px"), g = (m.cssNumber[a] || "px" !== f && +d) && bb.exec(m.css(c.elem, a)), h = 1, i = 20;
       
  1750             if (g && g[3] !== f) {
       
  1751                 f = f || g[3], e = e || [], g = +d || 1;
       
  1752                 do h = h || ".5", g /= h, m.style(c.elem, a, g + f); while (h !== (h = c.cur() / d) && 1 !== h && --i)
       
  1753             }
       
  1754             return e && (g = c.start = +g || +d || 0, c.unit = f, c.end = e[1] ? g + (e[1] + 1) * e[2] : +e[2]), c
       
  1755         }]
       
  1756     };
       
  1757 
       
  1758     function fb() {
       
  1759         return setTimeout(function () {
       
  1760             $a = void 0
       
  1761         }), $a = m.now()
       
  1762     }
       
  1763 
       
  1764     function gb(a, b) {
       
  1765         var c, d = {height: a}, e = 0;
       
  1766         for (b = b ? 1 : 0; 4 > e; e += 2 - b)c = T[e], d["margin" + c] = d["padding" + c] = a;
       
  1767         return b && (d.opacity = d.width = a), d
       
  1768     }
       
  1769 
       
  1770     function hb(a, b, c) {
       
  1771         for (var d, e = (eb[b] || []).concat(eb["*"]), f = 0, g = e.length; g > f; f++)if (d = e[f].call(c, b, a))return d
       
  1772     }
       
  1773 
       
  1774     function ib(a, b, c) {
       
  1775         var d, e, f, g, h, i, j, l, n = this, o = {}, p = a.style, q = a.nodeType && U(a), r = m._data(a, "fxshow");
       
  1776         c.queue || (h = m._queueHooks(a, "fx"), null == h.unqueued && (h.unqueued = 0, i = h.empty.fire, h.empty.fire = function () {
       
  1777             h.unqueued || i()
       
  1778         }), h.unqueued++, n.always(function () {
       
  1779             n.always(function () {
       
  1780                 h.unqueued--, m.queue(a, "fx").length || h.empty.fire()
       
  1781             })
       
  1782         })), 1 === a.nodeType && ("height" in b || "width" in b) && (c.overflow = [p.overflow, p.overflowX, p.overflowY], j = m.css(a, "display"), l = "none" === j ? m._data(a, "olddisplay") || Fa(a.nodeName) : j, "inline" === l && "none" === m.css(a, "float") && (k.inlineBlockNeedsLayout && "inline" !== Fa(a.nodeName) ? p.zoom = 1 : p.display = "inline-block")), c.overflow && (p.overflow = "hidden", k.shrinkWrapBlocks() || n.always(function () {
       
  1783             p.overflow = c.overflow[0], p.overflowX = c.overflow[1], p.overflowY = c.overflow[2]
       
  1784         }));
       
  1785         for (d in b)if (e = b[d], ab.exec(e)) {
       
  1786             if (delete b[d], f = f || "toggle" === e, e === (q ? "hide" : "show")) {
       
  1787                 if ("show" !== e || !r || void 0 === r[d])continue;
       
  1788                 q = !0
       
  1789             }
       
  1790             o[d] = r && r[d] || m.style(a, d)
       
  1791         } else j = void 0;
       
  1792         if (m.isEmptyObject(o))"inline" === ("none" === j ? Fa(a.nodeName) : j) && (p.display = j); else {
       
  1793             r ? "hidden" in r && (q = r.hidden) : r = m._data(a, "fxshow", {}), f && (r.hidden = !q), q ? m(a).show() : n.done(function () {
       
  1794                 m(a).hide()
       
  1795             }), n.done(function () {
       
  1796                 var b;
       
  1797                 m._removeData(a, "fxshow");
       
  1798                 for (b in o)m.style(a, b, o[b])
       
  1799             });
       
  1800             for (d in o)g = hb(q ? r[d] : 0, d, n), d in r || (r[d] = g.start, q && (g.end = g.start, g.start = "width" === d || "height" === d ? 1 : 0))
       
  1801         }
       
  1802     }
       
  1803 
       
  1804     function jb(a, b) {
       
  1805         var c, d, e, f, g;
       
  1806         for (c in a)if (d = m.camelCase(c), e = b[d], f = a[c], m.isArray(f) && (e = f[1], f = a[c] = f[0]), c !== d && (a[d] = f, delete a[c]), g = m.cssHooks[d], g && "expand" in g) {
       
  1807             f = g.expand(f), delete a[d];
       
  1808             for (c in f)c in a || (a[c] = f[c], b[c] = e)
       
  1809         } else b[d] = e
       
  1810     }
       
  1811 
       
  1812     function kb(a, b, c) {
       
  1813         var d, e, f = 0, g = db.length, h = m.Deferred().always(function () {
       
  1814             delete i.elem
       
  1815         }), i = function () {
       
  1816             if (e)return !1;
       
  1817             for (var b = $a || fb(), c = Math.max(0, j.startTime + j.duration - b), d = c / j.duration || 0, f = 1 - d, g = 0, i = j.tweens.length; i > g; g++)j.tweens[g].run(f);
       
  1818             return h.notifyWith(a, [j, f, c]), 1 > f && i ? c : (h.resolveWith(a, [j]), !1)
       
  1819         }, j = h.promise({
       
  1820             elem: a,
       
  1821             props: m.extend({}, b),
       
  1822             opts: m.extend(!0, {specialEasing: {}}, c),
       
  1823             originalProperties: b,
       
  1824             originalOptions: c,
       
  1825             startTime: $a || fb(),
       
  1826             duration: c.duration,
       
  1827             tweens: [],
       
  1828             createTween: function (b, c) {
       
  1829                 var d = m.Tween(a, j.opts, b, c, j.opts.specialEasing[b] || j.opts.easing);
       
  1830                 return j.tweens.push(d), d
       
  1831             },
       
  1832             stop: function (b) {
       
  1833                 var c = 0, d = b ? j.tweens.length : 0;
       
  1834                 if (e)return this;
       
  1835                 for (e = !0; d > c; c++)j.tweens[c].run(1);
       
  1836                 return b ? h.resolveWith(a, [j, b]) : h.rejectWith(a, [j, b]), this
       
  1837             }
       
  1838         }), k = j.props;
       
  1839         for (jb(k, j.opts.specialEasing); g > f; f++)if (d = db[f].call(j, a, k, j.opts))return d;
       
  1840         return m.map(k, hb, j), m.isFunction(j.opts.start) && j.opts.start.call(a, j), m.fx.timer(m.extend(i, {
       
  1841             elem: a,
       
  1842             anim: j,
       
  1843             queue: j.opts.queue
       
  1844         })), j.progress(j.opts.progress).done(j.opts.done, j.opts.complete).fail(j.opts.fail).always(j.opts.always)
       
  1845     }
       
  1846 
       
  1847     m.Animation = m.extend(kb, {
       
  1848         tweener: function (a, b) {
       
  1849             m.isFunction(a) ? (b = a, a = ["*"]) : a = a.split(" ");
       
  1850             for (var c, d = 0, e = a.length; e > d; d++)c = a[d], eb[c] = eb[c] || [], eb[c].unshift(b)
       
  1851         }, prefilter: function (a, b) {
       
  1852             b ? db.unshift(a) : db.push(a)
       
  1853         }
       
  1854     }), m.speed = function (a, b, c) {
       
  1855         var d = a && "object" == typeof a ? m.extend({}, a) : {complete: c || !c && b || m.isFunction(a) && a, duration: a, easing: c && b || b && !m.isFunction(b) && b};
       
  1856         return d.duration = m.fx.off ? 0 : "number" == typeof d.duration ? d.duration : d.duration in m.fx.speeds ? m.fx.speeds[d.duration] : m.fx.speeds._default, (null == d.queue || d.queue === !0) && (d.queue = "fx"), d.old = d.complete, d.complete = function () {
       
  1857             m.isFunction(d.old) && d.old.call(this), d.queue && m.dequeue(this, d.queue)
       
  1858         }, d
       
  1859     }, m.fn.extend({
       
  1860         fadeTo: function (a, b, c, d) {
       
  1861             return this.filter(U).css("opacity", 0).show().end().animate({opacity: b}, a, c, d)
       
  1862         }, animate: function (a, b, c, d) {
       
  1863             var e = m.isEmptyObject(a), f = m.speed(b, c, d), g = function () {
       
  1864                 var b = kb(this, m.extend({}, a), f);
       
  1865                 (e || m._data(this, "finish")) && b.stop(!0)
       
  1866             };
       
  1867             return g.finish = g, e || f.queue === !1 ? this.each(g) : this.queue(f.queue, g)
       
  1868         }, stop: function (a, b, c) {
       
  1869             var d = function (a) {
       
  1870                 var b = a.stop;
       
  1871                 delete a.stop, b(c)
       
  1872             };
       
  1873             return "string" != typeof a && (c = b, b = a, a = void 0), b && a !== !1 && this.queue(a || "fx", []), this.each(function () {
       
  1874                 var b = !0, e = null != a && a + "queueHooks", f = m.timers, g = m._data(this);
       
  1875                 if (e)g[e] && g[e].stop && d(g[e]); else for (e in g)g[e] && g[e].stop && cb.test(e) && d(g[e]);
       
  1876                 for (e = f.length; e--;)f[e].elem !== this || null != a && f[e].queue !== a || (f[e].anim.stop(c), b = !1, f.splice(e, 1));
       
  1877                 (b || !c) && m.dequeue(this, a)
       
  1878             })
       
  1879         }, finish: function (a) {
       
  1880             return a !== !1 && (a = a || "fx"), this.each(function () {
       
  1881                 var b, c = m._data(this), d = c[a + "queue"], e = c[a + "queueHooks"], f = m.timers, g = d ? d.length : 0;
       
  1882                 for (c.finish = !0, m.queue(this, a, []), e && e.stop && e.stop.call(this, !0), b = f.length; b--;)f[b].elem === this && f[b].queue === a && (f[b].anim.stop(!0), f.splice(b, 1));
       
  1883                 for (b = 0; g > b; b++)d[b] && d[b].finish && d[b].finish.call(this);
       
  1884                 delete c.finish
       
  1885             })
       
  1886         }
       
  1887     }), m.each(["toggle", "show", "hide"], function (a, b) {
       
  1888         var c = m.fn[b];
       
  1889         m.fn[b] = function (a, d, e) {
       
  1890             return null == a || "boolean" == typeof a ? c.apply(this, arguments) : this.animate(gb(b, !0), a, d, e)
       
  1891         }
       
  1892     }), m.each({
       
  1893         slideDown: gb("show"),
       
  1894         slideUp: gb("hide"),
       
  1895         slideToggle: gb("toggle"),
       
  1896         fadeIn: {opacity: "show"},
       
  1897         fadeOut: {opacity: "hide"},
       
  1898         fadeToggle: {opacity: "toggle"}
       
  1899     }, function (a, b) {
       
  1900         m.fn[a] = function (a, c, d) {
       
  1901             return this.animate(b, a, c, d)
       
  1902         }
       
  1903     }), m.timers = [], m.fx.tick = function () {
       
  1904         var a, b = m.timers, c = 0;
       
  1905         for ($a = m.now(); c < b.length; c++)a = b[c], a() || b[c] !== a || b.splice(c--, 1);
       
  1906         b.length || m.fx.stop(), $a = void 0
       
  1907     }, m.fx.timer = function (a) {
       
  1908         m.timers.push(a), a() ? m.fx.start() : m.timers.pop()
       
  1909     }, m.fx.interval = 13, m.fx.start = function () {
       
  1910         _a || (_a = setInterval(m.fx.tick, m.fx.interval))
       
  1911     }, m.fx.stop = function () {
       
  1912         clearInterval(_a), _a = null
       
  1913     }, m.fx.speeds = {slow: 600, fast: 200, _default: 400}, m.fn.delay = function (a, b) {
       
  1914         return a = m.fx ? m.fx.speeds[a] || a : a, b = b || "fx", this.queue(b, function (b, c) {
       
  1915             var d = setTimeout(b, a);
       
  1916             c.stop = function () {
       
  1917                 clearTimeout(d)
       
  1918             }
       
  1919         })
       
  1920     }, function () {
       
  1921         var a, b, c, d, e;
       
  1922         b = y.createElement("div"), b.setAttribute("className", "t"), b.innerHTML = "  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>", d = b.getElementsByTagName("a")[0], c = y.createElement("select"), e = c.appendChild(y.createElement("option")), a = b.getElementsByTagName("input")[0], d.style.cssText = "top:1px", k.getSetAttribute = "t" !== b.className, k.style = /top/.test(d.getAttribute("style")), k.hrefNormalized = "/a" === d.getAttribute("href"), k.checkOn = !!a.value, k.optSelected = e.selected, k.enctype = !!y.createElement("form").enctype, c.disabled = !0, k.optDisabled = !e.disabled, a = y.createElement("input"), a.setAttribute("value", ""), k.input = "" === a.getAttribute("value"), a.value = "t", a.setAttribute("type", "radio"), k.radioValue = "t" === a.value
       
  1923     }();
       
  1924     var lb = /\r/g;
       
  1925     m.fn.extend({
       
  1926         val: function (a) {
       
  1927             var b, c, d, e = this[0];
       
  1928             {
       
  1929                 if (arguments.length)return d = m.isFunction(a), this.each(function (c) {
       
  1930                     var e;
       
  1931                     1 === this.nodeType && (e = d ? a.call(this, c, m(this).val()) : a, null == e ? e = "" : "number" == typeof e ? e += "" : m.isArray(e) && (e = m.map(e, function (a) {
       
  1932                         return null == a ? "" : a + ""
       
  1933                     })), b = m.valHooks[this.type] || m.valHooks[this.nodeName.toLowerCase()], b && "set" in b && void 0 !== b.set(this, e, "value") || (this.value = e))
       
  1934                 });
       
  1935                 if (e)return b = m.valHooks[e.type] || m.valHooks[e.nodeName.toLowerCase()], b && "get" in b && void 0 !== (c = b.get(e, "value")) ? c : (c = e.value, "string" == typeof c ? c.replace(lb, "") : null == c ? "" : c)
       
  1936             }
       
  1937         }
       
  1938     }), m.extend({
       
  1939         valHooks: {
       
  1940             option: {
       
  1941                 get: function (a) {
       
  1942                     var b = m.find.attr(a, "value");
       
  1943                     return null != b ? b : m.trim(m.text(a))
       
  1944                 }
       
  1945             }, select: {
       
  1946                 get: function (a) {
       
  1947                     for (var b, c, d = a.options, e = a.selectedIndex, f = "select-one" === a.type || 0 > e, g = f ? null : [], h = f ? e + 1 : d.length, i = 0 > e ? h : f ? e : 0; h > i; i++)if (c = d[i], !(!c.selected && i !== e || (k.optDisabled ? c.disabled : null !== c.getAttribute("disabled")) || c.parentNode.disabled && m.nodeName(c.parentNode, "optgroup"))) {
       
  1948                         if (b = m(c).val(), f)return b;
       
  1949                         g.push(b)
       
  1950                     }
       
  1951                     return g
       
  1952                 }, set: function (a, b) {
       
  1953                     var c, d, e = a.options, f = m.makeArray(b), g = e.length;
       
  1954                     while (g--)if (d = e[g], m.inArray(m.valHooks.option.get(d), f) >= 0)try {
       
  1955                         d.selected = c = !0
       
  1956                     } catch (h) {
       
  1957                         d.scrollHeight
       
  1958                     } else d.selected = !1;
       
  1959                     return c || (a.selectedIndex = -1), e
       
  1960                 }
       
  1961             }
       
  1962         }
       
  1963     }), m.each(["radio", "checkbox"], function () {
       
  1964         m.valHooks[this] = {
       
  1965             set: function (a, b) {
       
  1966                 return m.isArray(b) ? a.checked = m.inArray(m(a).val(), b) >= 0 : void 0
       
  1967             }
       
  1968         }, k.checkOn || (m.valHooks[this].get = function (a) {
       
  1969             return null === a.getAttribute("value") ? "on" : a.value
       
  1970         })
       
  1971     });
       
  1972     var mb, nb, ob = m.expr.attrHandle, pb = /^(?:checked|selected)$/i, qb = k.getSetAttribute, rb = k.input;
       
  1973     m.fn.extend({
       
  1974         attr: function (a, b) {
       
  1975             return V(this, m.attr, a, b, arguments.length > 1)
       
  1976         }, removeAttr: function (a) {
       
  1977             return this.each(function () {
       
  1978                 m.removeAttr(this, a)
       
  1979             })
       
  1980         }
       
  1981     }), m.extend({
       
  1982         attr: function (a, b, c) {
       
  1983             var d, e, f = a.nodeType;
       
  1984             if (a && 3 !== f && 8 !== f && 2 !== f)return typeof a.getAttribute === K ? m.prop(a, b, c) : (1 === f && m.isXMLDoc(a) || (b = b.toLowerCase(), d = m.attrHooks[b] || (m.expr.match.bool.test(b) ? nb : mb)), void 0 === c ? d && "get" in d && null !== (e = d.get(a, b)) ? e : (e = m.find.attr(a, b), null == e ? void 0 : e) : null !== c ? d && "set" in d && void 0 !== (e = d.set(a, c, b)) ? e : (a.setAttribute(b, c + ""), c) : void m.removeAttr(a, b))
       
  1985         }, removeAttr: function (a, b) {
       
  1986             var c, d, e = 0, f = b && b.match(E);
       
  1987             if (f && 1 === a.nodeType)while (c = f[e++])d = m.propFix[c] || c, m.expr.match.bool.test(c) ? rb && qb || !pb.test(c) ? a[d] = !1 : a[m.camelCase("default-" + c)] = a[d] = !1 : m.attr(a, c, ""), a.removeAttribute(qb ? c : d)
       
  1988         }, attrHooks: {
       
  1989             type: {
       
  1990                 set: function (a, b) {
       
  1991                     if (!k.radioValue && "radio" === b && m.nodeName(a, "input")) {
       
  1992                         var c = a.value;
       
  1993                         return a.setAttribute("type", b), c && (a.value = c), b
       
  1994                     }
       
  1995                 }
       
  1996             }
       
  1997         }
       
  1998     }), nb = {
       
  1999         set: function (a, b, c) {
       
  2000             return b === !1 ? m.removeAttr(a, c) : rb && qb || !pb.test(c) ? a.setAttribute(!qb && m.propFix[c] || c, c) : a[m.camelCase("default-" + c)] = a[c] = !0, c
       
  2001         }
       
  2002     }, m.each(m.expr.match.bool.source.match(/\w+/g), function (a, b) {
       
  2003         var c = ob[b] || m.find.attr;
       
  2004         ob[b] = rb && qb || !pb.test(b) ? function (a, b, d) {
       
  2005             var e, f;
       
  2006             return d || (f = ob[b], ob[b] = e, e = null != c(a, b, d) ? b.toLowerCase() : null, ob[b] = f), e
       
  2007         } : function (a, b, c) {
       
  2008             return c ? void 0 : a[m.camelCase("default-" + b)] ? b.toLowerCase() : null
       
  2009         }
       
  2010     }), rb && qb || (m.attrHooks.value = {
       
  2011         set: function (a, b, c) {
       
  2012             return m.nodeName(a, "input") ? void(a.defaultValue = b) : mb && mb.set(a, b, c)
       
  2013         }
       
  2014     }), qb || (mb = {
       
  2015         set: function (a, b, c) {
       
  2016             var d = a.getAttributeNode(c);
       
  2017             return d || a.setAttributeNode(d = a.ownerDocument.createAttribute(c)), d.value = b += "", "value" === c || b === a.getAttribute(c) ? b : void 0
       
  2018         }
       
  2019     }, ob.id = ob.name = ob.coords = function (a, b, c) {
       
  2020         var d;
       
  2021         return c ? void 0 : (d = a.getAttributeNode(b)) && "" !== d.value ? d.value : null
       
  2022     }, m.valHooks.button = {
       
  2023         get: function (a, b) {
       
  2024             var c = a.getAttributeNode(b);
       
  2025             return c && c.specified ? c.value : void 0
       
  2026         }, set: mb.set
       
  2027     }, m.attrHooks.contenteditable = {
       
  2028         set: function (a, b, c) {
       
  2029             mb.set(a, "" === b ? !1 : b, c)
       
  2030         }
       
  2031     }, m.each(["width", "height"], function (a, b) {
       
  2032         m.attrHooks[b] = {
       
  2033             set: function (a, c) {
       
  2034                 return "" === c ? (a.setAttribute(b, "auto"), c) : void 0
       
  2035             }
       
  2036         }
       
  2037     })), k.style || (m.attrHooks.style = {
       
  2038         get: function (a) {
       
  2039             return a.style.cssText || void 0
       
  2040         }, set: function (a, b) {
       
  2041             return a.style.cssText = b + ""
       
  2042         }
       
  2043     });
       
  2044     var sb = /^(?:input|select|textarea|button|object)$/i, tb = /^(?:a|area)$/i;
       
  2045     m.fn.extend({
       
  2046         prop: function (a, b) {
       
  2047             return V(this, m.prop, a, b, arguments.length > 1)
       
  2048         }, removeProp: function (a) {
       
  2049             return a = m.propFix[a] || a, this.each(function () {
       
  2050                 try {
       
  2051                     this[a] = void 0, delete this[a]
       
  2052                 } catch (b) {
       
  2053                 }
       
  2054             })
       
  2055         }
       
  2056     }), m.extend({
       
  2057         propFix: {"for": "htmlFor", "class": "className"}, prop: function (a, b, c) {
       
  2058             var d, e, f, g = a.nodeType;
       
  2059             if (a && 3 !== g && 8 !== g && 2 !== g)return f = 1 !== g || !m.isXMLDoc(a), f && (b = m.propFix[b] || b, e = m.propHooks[b]), void 0 !== c ? e && "set" in e && void 0 !== (d = e.set(a, c, b)) ? d : a[b] = c : e && "get" in e && null !== (d = e.get(a, b)) ? d : a[b]
       
  2060         }, propHooks: {
       
  2061             tabIndex: {
       
  2062                 get: function (a) {
       
  2063                     var b = m.find.attr(a, "tabindex");
       
  2064                     return b ? parseInt(b, 10) : sb.test(a.nodeName) || tb.test(a.nodeName) && a.href ? 0 : -1
       
  2065                 }
       
  2066             }
       
  2067         }
       
  2068     }), k.hrefNormalized || m.each(["href", "src"], function (a, b) {
       
  2069         m.propHooks[b] = {
       
  2070             get: function (a) {
       
  2071                 return a.getAttribute(b, 4)
       
  2072             }
       
  2073         }
       
  2074     }), k.optSelected || (m.propHooks.selected = {
       
  2075         get: function (a) {
       
  2076             var b = a.parentNode;
       
  2077             return b && (b.selectedIndex, b.parentNode && b.parentNode.selectedIndex), null
       
  2078         }
       
  2079     }), m.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function () {
       
  2080         m.propFix[this.toLowerCase()] = this
       
  2081     }), k.enctype || (m.propFix.enctype = "encoding");
       
  2082     var ub = /[\t\r\n\f]/g;
       
  2083     m.fn.extend({
       
  2084         addClass: function (a) {
       
  2085             var b, c, d, e, f, g, h = 0, i = this.length, j = "string" == typeof a && a;
       
  2086             if (m.isFunction(a))return this.each(function (b) {
       
  2087                 m(this).addClass(a.call(this, b, this.className))
       
  2088             });
       
  2089             if (j)for (b = (a || "").match(E) || []; i > h; h++)if (c = this[h], d = 1 === c.nodeType && (c.className ? (" " + c.className + " ").replace(ub, " ") : " ")) {
       
  2090                 f = 0;
       
  2091                 while (e = b[f++])d.indexOf(" " + e + " ") < 0 && (d += e + " ");
       
  2092                 g = m.trim(d), c.className !== g && (c.className = g)
       
  2093             }
       
  2094             return this
       
  2095         }, removeClass: function (a) {
       
  2096             var b, c, d, e, f, g, h = 0, i = this.length, j = 0 === arguments.length || "string" == typeof a && a;
       
  2097             if (m.isFunction(a))return this.each(function (b) {
       
  2098                 m(this).removeClass(a.call(this, b, this.className))
       
  2099             });
       
  2100             if (j)for (b = (a || "").match(E) || []; i > h; h++)if (c = this[h], d = 1 === c.nodeType && (c.className ? (" " + c.className + " ").replace(ub, " ") : "")) {
       
  2101                 f = 0;
       
  2102                 while (e = b[f++])while (d.indexOf(" " + e + " ") >= 0)d = d.replace(" " + e + " ", " ");
       
  2103                 g = a ? m.trim(d) : "", c.className !== g && (c.className = g)
       
  2104             }
       
  2105             return this
       
  2106         }, toggleClass: function (a, b) {
       
  2107             var c = typeof a;
       
  2108             return "boolean" == typeof b && "string" === c ? b ? this.addClass(a) : this.removeClass(a) : this.each(m.isFunction(a) ? function (c) {
       
  2109                 m(this).toggleClass(a.call(this, c, this.className, b), b)
       
  2110             } : function () {
       
  2111                 if ("string" === c) {
       
  2112                     var b, d = 0, e = m(this), f = a.match(E) || [];
       
  2113                     while (b = f[d++])e.hasClass(b) ? e.removeClass(b) : e.addClass(b)
       
  2114                 } else(c === K || "boolean" === c) && (this.className && m._data(this, "__className__", this.className), this.className = this.className || a === !1 ? "" : m._data(this, "__className__") || "")
       
  2115             })
       
  2116         }, hasClass: function (a) {
       
  2117             for (var b = " " + a + " ", c = 0, d = this.length; d > c; c++)if (1 === this[c].nodeType && (" " + this[c].className + " ").replace(ub, " ").indexOf(b) >= 0)return !0;
       
  2118             return !1
       
  2119         }
       
  2120     }), m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "), function (a, b) {
       
  2121         m.fn[b] = function (a, c) {
       
  2122             return arguments.length > 0 ? this.on(b, null, a, c) : this.trigger(b)
       
  2123         }
       
  2124     }), m.fn.extend({
       
  2125         hover: function (a, b) {
       
  2126             return this.mouseenter(a).mouseleave(b || a)
       
  2127         }, bind: function (a, b, c) {
       
  2128             return this.on(a, null, b, c)
       
  2129         }, unbind: function (a, b) {
       
  2130             return this.off(a, null, b)
       
  2131         }, delegate: function (a, b, c, d) {
       
  2132             return this.on(b, a, c, d)
       
  2133         }, undelegate: function (a, b, c) {
       
  2134             return 1 === arguments.length ? this.off(a, "**") : this.off(b, a || "**", c)
       
  2135         }
       
  2136     });
       
  2137     var vb = m.now(), wb = /\?/, xb = /(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;
       
  2138     m.parseJSON = function (b) {
       
  2139         if (a.JSON && a.JSON.parse)return a.JSON.parse(b + "");
       
  2140         var c, d = null, e = m.trim(b + "");
       
  2141         return e && !m.trim(e.replace(xb, function (a, b, e, f) {
       
  2142             return c && b && (d = 0), 0 === d ? a : (c = e || b, d += !f - !e, "")
       
  2143         })) ? Function("return " + e)() : m.error("Invalid JSON: " + b)
       
  2144     }, m.parseXML = function (b) {
       
  2145         var c, d;
       
  2146         if (!b || "string" != typeof b)return null;
       
  2147         try {
       
  2148             a.DOMParser ? (d = new DOMParser, c = d.parseFromString(b, "text/xml")) : (c = new ActiveXObject("Microsoft.XMLDOM"), c.async = "false", c.loadXML(b))
       
  2149         } catch (e) {
       
  2150             c = void 0
       
  2151         }
       
  2152         return c && c.documentElement && !c.getElementsByTagName("parsererror").length || m.error("Invalid XML: " + b), c
       
  2153     };
       
  2154     var yb, zb, Ab = /#.*$/, Bb = /([?&])_=[^&]*/, Cb = /^(.*?):[ \t]*([^\r\n]*)\r?$/gm, Db = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, Eb = /^(?:GET|HEAD)$/, Fb = /^\/\//, Gb = /^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/, Hb = {}, Ib = {}, Jb = "*/".concat("*");
       
  2155     try {
       
  2156         zb = location.href
       
  2157     } catch (Kb) {
       
  2158         zb = y.createElement("a"), zb.href = "", zb = zb.href
       
  2159     }
       
  2160     yb = Gb.exec(zb.toLowerCase()) || [];
       
  2161     function Lb(a) {
       
  2162         return function (b, c) {
       
  2163             "string" != typeof b && (c = b, b = "*");
       
  2164             var d, e = 0, f = b.toLowerCase().match(E) || [];
       
  2165             if (m.isFunction(c))while (d = f[e++])"+" === d.charAt(0) ? (d = d.slice(1) || "*", (a[d] = a[d] || []).unshift(c)) : (a[d] = a[d] || []).push(c)
       
  2166         }
       
  2167     }
       
  2168 
       
  2169     function Mb(a, b, c, d) {
       
  2170         var e = {}, f = a === Ib;
       
  2171 
       
  2172         function g(h) {
       
  2173             var i;
       
  2174             return e[h] = !0, m.each(a[h] || [], function (a, h) {
       
  2175                 var j = h(b, c, d);
       
  2176                 return "string" != typeof j || f || e[j] ? f ? !(i = j) : void 0 : (b.dataTypes.unshift(j), g(j), !1)
       
  2177             }), i
       
  2178         }
       
  2179 
       
  2180         return g(b.dataTypes[0]) || !e["*"] && g("*")
       
  2181     }
       
  2182 
       
  2183     function Nb(a, b) {
       
  2184         var c, d, e = m.ajaxSettings.flatOptions || {};
       
  2185         for (d in b)void 0 !== b[d] && ((e[d] ? a : c || (c = {}))[d] = b[d]);
       
  2186         return c && m.extend(!0, a, c), a
       
  2187     }
       
  2188 
       
  2189     function Ob(a, b, c) {
       
  2190         var d, e, f, g, h = a.contents, i = a.dataTypes;
       
  2191         while ("*" === i[0])i.shift(), void 0 === e && (e = a.mimeType || b.getResponseHeader("Content-Type"));
       
  2192         if (e)for (g in h)if (h[g] && h[g].test(e)) {
       
  2193             i.unshift(g);
       
  2194             break
       
  2195         }
       
  2196         if (i[0] in c)f = i[0]; else {
       
  2197             for (g in c) {
       
  2198                 if (!i[0] || a.converters[g + " " + i[0]]) {
       
  2199                     f = g;
       
  2200                     break
       
  2201                 }
       
  2202                 d || (d = g)
       
  2203             }
       
  2204             f = f || d
       
  2205         }
       
  2206         return f ? (f !== i[0] && i.unshift(f), c[f]) : void 0
       
  2207     }
       
  2208 
       
  2209     function Pb(a, b, c, d) {
       
  2210         var e, f, g, h, i, j = {}, k = a.dataTypes.slice();
       
  2211         if (k[1])for (g in a.converters)j[g.toLowerCase()] = a.converters[g];
       
  2212         f = k.shift();
       
  2213         while (f)if (a.responseFields[f] && (c[a.responseFields[f]] = b), !i && d && a.dataFilter && (b = a.dataFilter(b, a.dataType)), i = f, f = k.shift())if ("*" === f)f = i; else if ("*" !== i && i !== f) {
       
  2214             if (g = j[i + " " + f] || j["* " + f], !g)for (e in j)if (h = e.split(" "), h[1] === f && (g = j[i + " " + h[0]] || j["* " + h[0]])) {
       
  2215                 g === !0 ? g = j[e] : j[e] !== !0 && (f = h[0], k.unshift(h[1]));
       
  2216                 break
       
  2217             }
       
  2218             if (g !== !0)if (g && a["throws"])b = g(b); else try {
       
  2219                 b = g(b)
       
  2220             } catch (l) {
       
  2221                 return {state: "parsererror", error: g ? l : "No conversion from " + i + " to " + f}
       
  2222             }
       
  2223         }
       
  2224         return {state: "success", data: b}
       
  2225     }
       
  2226 
       
  2227     m.extend({
       
  2228         active: 0,
       
  2229         lastModified: {},
       
  2230         etag: {},
       
  2231         ajaxSettings: {
       
  2232             url: zb,
       
  2233             type: "GET",
       
  2234             isLocal: Db.test(yb[1]),
       
  2235             global: !0,
       
  2236             processData: !0,
       
  2237             async: !0,
       
  2238             contentType: "application/x-www-form-urlencoded; charset=UTF-8",
       
  2239             accepts: {"*": Jb, text: "text/plain", html: "text/html", xml: "application/xml, text/xml", json: "application/json, text/javascript"},
       
  2240             contents: {xml: /xml/, html: /html/, json: /json/},
       
  2241             responseFields: {xml: "responseXML", text: "responseText", json: "responseJSON"},
       
  2242             converters: {"* text": String, "text html": !0, "text json": m.parseJSON, "text xml": m.parseXML},
       
  2243             flatOptions: {url: !0, context: !0}
       
  2244         },
       
  2245         ajaxSetup: function (a, b) {
       
  2246             return b ? Nb(Nb(a, m.ajaxSettings), b) : Nb(m.ajaxSettings, a)
       
  2247         },
       
  2248         ajaxPrefilter: Lb(Hb),
       
  2249         ajaxTransport: Lb(Ib),
       
  2250         ajax: function (a, b) {
       
  2251             "object" == typeof a && (b = a, a = void 0), b = b || {};
       
  2252             var c, d, e, f, g, h, i, j, k = m.ajaxSetup({}, b), l = k.context || k, n = k.context && (l.nodeType || l.jquery) ? m(l) : m.event, o = m.Deferred(), p = m.Callbacks("once memory"), q = k.statusCode || {}, r = {}, s = {}, t = 0, u = "canceled", v = {
       
  2253                 readyState: 0,
       
  2254                 getResponseHeader: function (a) {
       
  2255                     var b;
       
  2256                     if (2 === t) {
       
  2257                         if (!j) {
       
  2258                             j = {};
       
  2259                             while (b = Cb.exec(f))j[b[1].toLowerCase()] = b[2]
       
  2260                         }
       
  2261                         b = j[a.toLowerCase()]
       
  2262                     }
       
  2263                     return null == b ? null : b
       
  2264                 },
       
  2265                 getAllResponseHeaders: function () {
       
  2266                     return 2 === t ? f : null
       
  2267                 },
       
  2268                 setRequestHeader: function (a, b) {
       
  2269                     var c = a.toLowerCase();
       
  2270                     return t || (a = s[c] = s[c] || a, r[a] = b), this
       
  2271                 },
       
  2272                 overrideMimeType: function (a) {
       
  2273                     return t || (k.mimeType = a), this
       
  2274                 },
       
  2275                 statusCode: function (a) {
       
  2276                     var b;
       
  2277                     if (a)if (2 > t)for (b in a)q[b] = [q[b], a[b]]; else v.always(a[v.status]);
       
  2278                     return this
       
  2279                 },
       
  2280                 abort: function (a) {
       
  2281                     var b = a || u;
       
  2282                     return i && i.abort(b), x(0, b), this
       
  2283                 }
       
  2284             };
       
  2285             if (o.promise(v).complete = p.add, v.success = v.done, v.error = v.fail, k.url = ((a || k.url || zb) + "").replace(Ab, "").replace(Fb, yb[1] + "//"), k.type = b.method || b.type || k.method || k.type, k.dataTypes = m.trim(k.dataType || "*").toLowerCase().match(E) || [""], null == k.crossDomain && (c = Gb.exec(k.url.toLowerCase()), k.crossDomain = !(!c || c[1] === yb[1] && c[2] === yb[2] && (c[3] || ("http:" === c[1] ? "80" : "443")) === (yb[3] || ("http:" === yb[1] ? "80" : "443")))), k.data && k.processData && "string" != typeof k.data && (k.data = m.param(k.data, k.traditional)), Mb(Hb, k, b, v), 2 === t)return v;
       
  2286             h = m.event && k.global, h && 0 === m.active++ && m.event.trigger("ajaxStart"), k.type = k.type.toUpperCase(), k.hasContent = !Eb.test(k.type), e = k.url, k.hasContent || (k.data && (e = k.url += (wb.test(e) ? "&" : "?") + k.data, delete k.data), k.cache === !1 && (k.url = Bb.test(e) ? e.replace(Bb, "$1_=" + vb++) : e + (wb.test(e) ? "&" : "?") + "_=" + vb++)), k.ifModified && (m.lastModified[e] && v.setRequestHeader("If-Modified-Since", m.lastModified[e]), m.etag[e] && v.setRequestHeader("If-None-Match", m.etag[e])), (k.data && k.hasContent && k.contentType !== !1 || b.contentType) && v.setRequestHeader("Content-Type", k.contentType), v.setRequestHeader("Accept", k.dataTypes[0] && k.accepts[k.dataTypes[0]] ? k.accepts[k.dataTypes[0]] + ("*" !== k.dataTypes[0] ? ", " + Jb + "; q=0.01" : "") : k.accepts["*"]);
       
  2287             for (d in k.headers)v.setRequestHeader(d, k.headers[d]);
       
  2288             if (k.beforeSend && (k.beforeSend.call(l, v, k) === !1 || 2 === t))return v.abort();
       
  2289             u = "abort";
       
  2290             for (d in{success: 1, error: 1, complete: 1})v[d](k[d]);
       
  2291             if (i = Mb(Ib, k, b, v)) {
       
  2292                 v.readyState = 1, h && n.trigger("ajaxSend", [v, k]), k.async && k.timeout > 0 && (g = setTimeout(function () {
       
  2293                     v.abort("timeout")
       
  2294                 }, k.timeout));
       
  2295                 try {
       
  2296                     t = 1, i.send(r, x)
       
  2297                 } catch (w) {
       
  2298                     if (!(2 > t))throw w;
       
  2299                     x(-1, w)
       
  2300                 }
       
  2301             } else x(-1, "No Transport");
       
  2302             function x(a, b, c, d) {
       
  2303                 var j, r, s, u, w, x = b;
       
  2304                 2 !== t && (t = 2, g && clearTimeout(g), i = void 0, f = d || "", v.readyState = a > 0 ? 4 : 0, j = a >= 200 && 300 > a || 304 === a, c && (u = Ob(k, v, c)), u = Pb(k, u, v, j), j ? (k.ifModified && (w = v.getResponseHeader("Last-Modified"), w && (m.lastModified[e] = w), w = v.getResponseHeader("etag"), w && (m.etag[e] = w)), 204 === a || "HEAD" === k.type ? x = "nocontent" : 304 === a ? x = "notmodified" : (x = u.state, r = u.data, s = u.error, j = !s)) : (s = x, (a || !x) && (x = "error", 0 > a && (a = 0))), v.status = a, v.statusText = (b || x) + "", j ? o.resolveWith(l, [r, x, v]) : o.rejectWith(l, [v, x, s]), v.statusCode(q), q = void 0, h && n.trigger(j ? "ajaxSuccess" : "ajaxError", [v, k, j ? r : s]), p.fireWith(l, [v, x]), h && (n.trigger("ajaxComplete", [v, k]), --m.active || m.event.trigger("ajaxStop")))
       
  2305             }
       
  2306 
       
  2307             return v
       
  2308         },
       
  2309         getJSON: function (a, b, c) {
       
  2310             return m.get(a, b, c, "json")
       
  2311         },
       
  2312         getScript: function (a, b) {
       
  2313             return m.get(a, void 0, b, "script")
       
  2314         }
       
  2315     }), m.each(["get", "post"], function (a, b) {
       
  2316         m[b] = function (a, c, d, e) {
       
  2317             return m.isFunction(c) && (e = e || d, d = c, c = void 0), m.ajax({url: a, type: b, dataType: e, data: c, success: d})
       
  2318         }
       
  2319     }), m._evalUrl = function (a) {
       
  2320         return m.ajax({url: a, type: "GET", dataType: "script", async: !1, global: !1, "throws": !0})
       
  2321     }, m.fn.extend({
       
  2322         wrapAll: function (a) {
       
  2323             if (m.isFunction(a))return this.each(function (b) {
       
  2324                 m(this).wrapAll(a.call(this, b))
       
  2325             });
       
  2326             if (this[0]) {
       
  2327                 var b = m(a, this[0].ownerDocument).eq(0).clone(!0);
       
  2328                 this[0].parentNode && b.insertBefore(this[0]), b.map(function () {
       
  2329                     var a = this;
       
  2330                     while (a.firstChild && 1 === a.firstChild.nodeType)a = a.firstChild;
       
  2331                     return a
       
  2332                 }).append(this)
       
  2333             }
       
  2334             return this
       
  2335         }, wrapInner: function (a) {
       
  2336             return this.each(m.isFunction(a) ? function (b) {
       
  2337                 m(this).wrapInner(a.call(this, b))
       
  2338             } : function () {
       
  2339                 var b = m(this), c = b.contents();
       
  2340                 c.length ? c.wrapAll(a) : b.append(a)
       
  2341             })
       
  2342         }, wrap: function (a) {
       
  2343             var b = m.isFunction(a);
       
  2344             return this.each(function (c) {
       
  2345                 m(this).wrapAll(b ? a.call(this, c) : a)
       
  2346             })
       
  2347         }, unwrap: function () {
       
  2348             return this.parent().each(function () {
       
  2349                 m.nodeName(this, "body") || m(this).replaceWith(this.childNodes)
       
  2350             }).end()
       
  2351         }
       
  2352     }), m.expr.filters.hidden = function (a) {
       
  2353         return a.offsetWidth <= 0 && a.offsetHeight <= 0 || !k.reliableHiddenOffsets() && "none" === (a.style && a.style.display || m.css(a, "display"))
       
  2354     }, m.expr.filters.visible = function (a) {
       
  2355         return !m.expr.filters.hidden(a)
       
  2356     };
       
  2357     var Qb = /%20/g, Rb = /\[\]$/, Sb = /\r?\n/g, Tb = /^(?:submit|button|image|reset|file)$/i, Ub = /^(?:input|select|textarea|keygen)/i;
       
  2358 
       
  2359     function Vb(a, b, c, d) {
       
  2360         var e;
       
  2361         if (m.isArray(b))m.each(b, function (b, e) {
       
  2362             c || Rb.test(a) ? d(a, e) : Vb(a + "[" + ("object" == typeof e ? b : "") + "]", e, c, d)
       
  2363         }); else if (c || "object" !== m.type(b))d(a, b); else for (e in b)Vb(a + "[" + e + "]", b[e], c, d)
       
  2364     }
       
  2365 
       
  2366     m.param = function (a, b) {
       
  2367         var c, d = [], e = function (a, b) {
       
  2368             b = m.isFunction(b) ? b() : null == b ? "" : b, d[d.length] = encodeURIComponent(a) + "=" + encodeURIComponent(b)
       
  2369         };
       
  2370         if (void 0 === b && (b = m.ajaxSettings && m.ajaxSettings.traditional), m.isArray(a) || a.jquery && !m.isPlainObject(a))m.each(a, function () {
       
  2371             e(this.name, this.value)
       
  2372         }); else for (c in a)Vb(c, a[c], b, e);
       
  2373         return d.join("&").replace(Qb, "+")
       
  2374     }, m.fn.extend({
       
  2375         serialize: function () {
       
  2376             return m.param(this.serializeArray())
       
  2377         }, serializeArray: function () {
       
  2378             return this.map(function () {
       
  2379                 var a = m.prop(this, "elements");
       
  2380                 return a ? m.makeArray(a) : this
       
  2381             }).filter(function () {
       
  2382                 var a = this.type;
       
  2383                 return this.name && !m(this).is(":disabled") && Ub.test(this.nodeName) && !Tb.test(a) && (this.checked || !W.test(a))
       
  2384             }).map(function (a, b) {
       
  2385                 var c = m(this).val();
       
  2386                 return null == c ? null : m.isArray(c) ? m.map(c, function (a) {
       
  2387                     return {name: b.name, value: a.replace(Sb, "\r\n")}
       
  2388                 }) : {name: b.name, value: c.replace(Sb, "\r\n")}
       
  2389             }).get()
       
  2390         }
       
  2391     }), m.ajaxSettings.xhr = void 0 !== a.ActiveXObject ? function () {
       
  2392         return !this.isLocal && /^(get|post|head|put|delete|options)$/i.test(this.type) && Zb() || $b()
       
  2393     } : Zb;
       
  2394     var Wb = 0, Xb = {}, Yb = m.ajaxSettings.xhr();
       
  2395     a.attachEvent && a.attachEvent("onunload", function () {
       
  2396         for (var a in Xb)Xb[a](void 0, !0)
       
  2397     }), k.cors = !!Yb && "withCredentials" in Yb, Yb = k.ajax = !!Yb, Yb && m.ajaxTransport(function (a) {
       
  2398         if (!a.crossDomain || k.cors) {
       
  2399             var b;
       
  2400             return {
       
  2401                 send: function (c, d) {
       
  2402                     var e, f = a.xhr(), g = ++Wb;
       
  2403                     if (f.open(a.type, a.url, a.async, a.username, a.password), a.xhrFields)for (e in a.xhrFields)f[e] = a.xhrFields[e];
       
  2404                     a.mimeType && f.overrideMimeType && f.overrideMimeType(a.mimeType), a.crossDomain || c["X-Requested-With"] || (c["X-Requested-With"] = "XMLHttpRequest");
       
  2405                     for (e in c)void 0 !== c[e] && f.setRequestHeader(e, c[e] + "");
       
  2406                     f.send(a.hasContent && a.data || null), b = function (c, e) {
       
  2407                         var h, i, j;
       
  2408                         if (b && (e || 4 === f.readyState))if (delete Xb[g], b = void 0, f.onreadystatechange = m.noop, e)4 !== f.readyState && f.abort(); else {
       
  2409                             j = {}, h = f.status, "string" == typeof f.responseText && (j.text = f.responseText);
       
  2410                             try {
       
  2411                                 i = f.statusText
       
  2412                             } catch (k) {
       
  2413                                 i = ""
       
  2414                             }
       
  2415                             h || !a.isLocal || a.crossDomain ? 1223 === h && (h = 204) : h = j.text ? 200 : 404
       
  2416                         }
       
  2417                         j && d(h, i, j, f.getAllResponseHeaders())
       
  2418                     }, a.async ? 4 === f.readyState ? setTimeout(b) : f.onreadystatechange = Xb[g] = b : b()
       
  2419                 }, abort: function () {
       
  2420                     b && b(void 0, !0)
       
  2421                 }
       
  2422             }
       
  2423         }
       
  2424     });
       
  2425     function Zb() {
       
  2426         try {
       
  2427             return new a.XMLHttpRequest
       
  2428         } catch (b) {
       
  2429         }
       
  2430     }
       
  2431 
       
  2432     function $b() {
       
  2433         try {
       
  2434             return new a.ActiveXObject("Microsoft.XMLHTTP")
       
  2435         } catch (b) {
       
  2436         }
       
  2437     }
       
  2438 
       
  2439     m.ajaxSetup({
       
  2440         accepts: {script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},
       
  2441         contents: {script: /(?:java|ecma)script/},
       
  2442         converters: {
       
  2443             "text script": function (a) {
       
  2444                 return m.globalEval(a), a
       
  2445             }
       
  2446         }
       
  2447     }), m.ajaxPrefilter("script", function (a) {
       
  2448         void 0 === a.cache && (a.cache = !1), a.crossDomain && (a.type = "GET", a.global = !1)
       
  2449     }), m.ajaxTransport("script", function (a) {
       
  2450         if (a.crossDomain) {
       
  2451             var b, c = y.head || m("head")[0] || y.documentElement;
       
  2452             return {
       
  2453                 send: function (d, e) {
       
  2454                     b = y.createElement("script"), b.async = !0, a.scriptCharset && (b.charset = a.scriptCharset), b.src = a.url, b.onload = b.onreadystatechange = function (a, c) {
       
  2455                         (c || !b.readyState || /loaded|complete/.test(b.readyState)) && (b.onload = b.onreadystatechange = null, b.parentNode && b.parentNode.removeChild(b), b = null, c || e(200, "success"))
       
  2456                     }, c.insertBefore(b, c.firstChild)
       
  2457                 }, abort: function () {
       
  2458                     b && b.onload(void 0, !0)
       
  2459                 }
       
  2460             }
       
  2461         }
       
  2462     });
       
  2463     var _b = [], ac = /(=)\?(?=&|$)|\?\?/;
       
  2464     m.ajaxSetup({
       
  2465         jsonp: "callback", jsonpCallback: function () {
       
  2466             var a = _b.pop() || m.expando + "_" + vb++;
       
  2467             return this[a] = !0, a
       
  2468         }
       
  2469     }), m.ajaxPrefilter("json jsonp", function (b, c, d) {
       
  2470         var e, f, g, h = b.jsonp !== !1 && (ac.test(b.url) ? "url" : "string" == typeof b.data && !(b.contentType || "").indexOf("application/x-www-form-urlencoded") && ac.test(b.data) && "data");
       
  2471         return h || "jsonp" === b.dataTypes[0] ? (e = b.jsonpCallback = m.isFunction(b.jsonpCallback) ? b.jsonpCallback() : b.jsonpCallback, h ? b[h] = b[h].replace(ac, "$1" + e) : b.jsonp !== !1 && (b.url += (wb.test(b.url) ? "&" : "?") + b.jsonp + "=" + e), b.converters["script json"] = function () {
       
  2472             return g || m.error(e + " was not called"), g[0]
       
  2473         }, b.dataTypes[0] = "json", f = a[e], a[e] = function () {
       
  2474             g = arguments
       
  2475         }, d.always(function () {
       
  2476             a[e] = f, b[e] && (b.jsonpCallback = c.jsonpCallback, _b.push(e)), g && m.isFunction(f) && f(g[0]), g = f = void 0
       
  2477         }), "script") : void 0
       
  2478     }), m.parseHTML = function (a, b, c) {
       
  2479         if (!a || "string" != typeof a)return null;
       
  2480         "boolean" == typeof b && (c = b, b = !1), b = b || y;
       
  2481         var d = u.exec(a), e = !c && [];
       
  2482         return d ? [b.createElement(d[1])] : (d = m.buildFragment([a], b, e), e && e.length && m(e).remove(), m.merge([], d.childNodes))
       
  2483     };
       
  2484     var bc = m.fn.load;
       
  2485     m.fn.load = function (a, b, c) {
       
  2486         if ("string" != typeof a && bc)return bc.apply(this, arguments);
       
  2487         var d, e, f, g = this, h = a.indexOf(" ");
       
  2488         return h >= 0 && (d = m.trim(a.slice(h, a.length)), a = a.slice(0, h)), m.isFunction(b) ? (c = b, b = void 0) : b && "object" == typeof b && (f = "POST"), g.length > 0 && m.ajax({
       
  2489             url: a,
       
  2490             type: f,
       
  2491             dataType: "html",
       
  2492             data: b
       
  2493         }).done(function (a) {
       
  2494             e = arguments, g.html(d ? m("<div>").append(m.parseHTML(a)).find(d) : a)
       
  2495         }).complete(c && function (a, b) {
       
  2496                 g.each(c, e || [a.responseText, b, a])
       
  2497             }), this
       
  2498     }, m.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function (a, b) {
       
  2499         m.fn[b] = function (a) {
       
  2500             return this.on(b, a)
       
  2501         }
       
  2502     }), m.expr.filters.animated = function (a) {
       
  2503         return m.grep(m.timers, function (b) {
       
  2504             return a === b.elem
       
  2505         }).length
       
  2506     };
       
  2507     var cc = a.document.documentElement;
       
  2508 
       
  2509     function dc(a) {
       
  2510         return m.isWindow(a) ? a : 9 === a.nodeType ? a.defaultView || a.parentWindow : !1
       
  2511     }
       
  2512 
       
  2513     m.offset = {
       
  2514         setOffset: function (a, b, c) {
       
  2515             var d, e, f, g, h, i, j, k = m.css(a, "position"), l = m(a), n = {};
       
  2516             "static" === k && (a.style.position = "relative"), h = l.offset(), f = m.css(a, "top"), i = m.css(a, "left"), j = ("absolute" === k || "fixed" === k) && m.inArray("auto", [f, i]) > -1, j ? (d = l.position(), g = d.top, e = d.left) : (g = parseFloat(f) || 0, e = parseFloat(i) || 0), m.isFunction(b) && (b = b.call(a, c, h)), null != b.top && (n.top = b.top - h.top + g), null != b.left && (n.left = b.left - h.left + e), "using" in b ? b.using.call(a, n) : l.css(n)
       
  2517         }
       
  2518     }, m.fn.extend({
       
  2519         offset: function (a) {
       
  2520             if (arguments.length)return void 0 === a ? this : this.each(function (b) {
       
  2521                 m.offset.setOffset(this, a, b)
       
  2522             });
       
  2523             var b, c, d = {top: 0, left: 0}, e = this[0], f = e && e.ownerDocument;
       
  2524             if (f)return b = f.documentElement, m.contains(b, e) ? (typeof e.getBoundingClientRect !== K && (d = e.getBoundingClientRect()), c = dc(f), {
       
  2525                 top: d.top + (c.pageYOffset || b.scrollTop) - (b.clientTop || 0),
       
  2526                 left: d.left + (c.pageXOffset || b.scrollLeft) - (b.clientLeft || 0)
       
  2527             }) : d
       
  2528         }, position: function () {
       
  2529             if (this[0]) {
       
  2530                 var a, b, c = {top: 0, left: 0}, d = this[0];
       
  2531                 return "fixed" === m.css(d, "position") ? b = d.getBoundingClientRect() : (a = this.offsetParent(), b = this.offset(), m.nodeName(a[0], "html") || (c = a.offset()), c.top += m.css(a[0], "borderTopWidth", !0), c.left += m.css(a[0], "borderLeftWidth", !0)), {
       
  2532                     top: b.top - c.top - m.css(d, "marginTop", !0),
       
  2533                     left: b.left - c.left - m.css(d, "marginLeft", !0)
       
  2534                 }
       
  2535             }
       
  2536         }, offsetParent: function () {
       
  2537             return this.map(function () {
       
  2538                 var a = this.offsetParent || cc;
       
  2539                 while (a && !m.nodeName(a, "html") && "static" === m.css(a, "position"))a = a.offsetParent;
       
  2540                 return a || cc
       
  2541             })
       
  2542         }
       
  2543     }), m.each({scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function (a, b) {
       
  2544         var c = /Y/.test(b);
       
  2545         m.fn[a] = function (d) {
       
  2546             return V(this, function (a, d, e) {
       
  2547                 var f = dc(a);
       
  2548                 return void 0 === e ? f ? b in f ? f[b] : f.document.documentElement[d] : a[d] : void(f ? f.scrollTo(c ? m(f).scrollLeft() : e, c ? e : m(f).scrollTop()) : a[d] = e)
       
  2549             }, a, d, arguments.length, null)
       
  2550         }
       
  2551     }), m.each(["top", "left"], function (a, b) {
       
  2552         m.cssHooks[b] = La(k.pixelPosition, function (a, c) {
       
  2553             return c ? (c = Ja(a, b), Ha.test(c) ? m(a).position()[b] + "px" : c) : void 0
       
  2554         })
       
  2555     }), m.each({Height: "height", Width: "width"}, function (a, b) {
       
  2556         m.each({padding: "inner" + a, content: b, "": "outer" + a}, function (c, d) {
       
  2557             m.fn[d] = function (d, e) {
       
  2558                 var f = arguments.length && (c || "boolean" != typeof d), g = c || (d === !0 || e === !0 ? "margin" : "border");
       
  2559                 return V(this, function (b, c, d) {
       
  2560                     var e;
       
  2561                     return m.isWindow(b) ? b.document.documentElement["client" + a] : 9 === b.nodeType ? (e = b.documentElement, Math.max(b.body["scroll" + a], e["scroll" + a], b.body["offset" + a], e["offset" + a], e["client" + a])) : void 0 === d ? m.css(b, c, g) : m.style(b, c, d, g)
       
  2562                 }, b, f ? d : void 0, f, null)
       
  2563             }
       
  2564         })
       
  2565     }), m.fn.size = function () {
       
  2566         return this.length
       
  2567     }, m.fn.andSelf = m.fn.addBack, "function" == typeof define && define.amd && define("jquery", [], function () {
       
  2568         return m
       
  2569     });
       
  2570     var ec = a.jQuery, fc = a.$;
       
  2571     return m.noConflict = function (b) {
       
  2572         return a.$ === m && (a.$ = fc), b && a.jQuery === m && (a.jQuery = ec), m
       
  2573     }, typeof b === K && (a.jQuery = a.$ = m), m
       
  2574 });