/*! jquery v3.1.1 | (c) jquery foundation | jquery.org/license */ ! function(a, b) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? module.exports = a.document ? b(a, !0) : function(a) { if (!a.document) throw new error("jquery requires a window with a document"); return b(a) }: b(a) } ("undefined" != typeof window ? window: this, function(a, b) { "use strict"; var c = [], d = a.document, e = object.getprototypeof, f = c.slice, g = c.concat, h = c.push, i = c.indexof, j = {}, k = j.tostring, l = j.hasownproperty, m = l.tostring, n = m.call(object), o = {}; function p(a, b) { b = b || d; var c = b.createelement("script"); c.text = a, b.head.appendchild(c).parentnode.removechild(c) } var q = "3.1.1", r = function(a, b) { return new r.fn.init(a, b) }, s = /^[\s\ufeff\xa0]+|[\s\ufeff\xa0]+$/g, t = /^-ms-/, u = /-([a-z])/g, v = function(a, b) { return b.touppercase() }; r.fn = r.prototype = { jquery: q, constructor: r, length: 0, toarray: function() { return f.call(this) }, get: function(a) { return null == a ? f.call(this) : a < 0 ? this[a + this.length] : this[a] }, pushstack: function(a) { var b = r.merge(this.constructor(), a); return b.prevobject = this, b }, each: function(a) { return r.each(this, a) }, map: function(a) { return this.pushstack(r.map(this, function(b, c) { return a.call(b, c, b) })) }, slice: function() { return this.pushstack(f.apply(this, arguments)) }, first: function() { return this.eq(0) }, last: function() { return this.eq( - 1) }, eq: function(a) { var b = this.length, c = +a + (a < 0 ? b: 0); return this.pushstack(c >= 0 && c < b ? [this[c]] : []) }, end: function() { return this.prevobject || this.constructor() }, push: h, sort: c.sort, splice: c.splice }, r.extend = r.fn.extend = function() { var a, b, c, d, e, f, g = arguments[0] || {}, h = 1, i = arguments.length, j = !1; for ("boolean" == typeof g && (j = g, g = arguments[h] || {}, h++), "object" == typeof g || r.isfunction(g) || (g = {}), h === i && (g = this, h--); h < i; h++) if (null != (a = arguments[h])) for (b in a) c = g[b], d = a[b], g !== d && (j && d && (r.isplainobject(d) || (e = r.isarray(d))) ? (e ? (e = !1, f = c && r.isarray(c) ? c: []) : f = c && r.isplainobject(c) ? c: {}, g[b] = r.extend(j, f, d)) : void 0 !== d && (g[b] = d)); return g }, r.extend({ expando: "jquery" + (q + math.random()).replace(/\d/g, ""), isready: !0, error: function(a) { throw new error(a) }, noop: function() {}, isfunction: function(a) { return "function" === r.type(a) }, isarray: array.isarray, iswindow: function(a) { return null != a && a === a.window }, isnumeric: function(a) { var b = r.type(a); return ("number" === b || "string" === b) && !isnan(a - parsefloat(a)) }, isplainobject: function(a) { var b, c; return ! (!a || "[object object]" !== k.call(a)) && (!(b = e(a)) || (c = l.call(b, "constructor") && b.constructor, "function" == typeof c && m.call(c) === n)) }, isemptyobject: function(a) { var b; for (b in a) return ! 1; return ! 0 }, type: function(a) { return null == a ? a + "": "object" == typeof a || "function" == typeof a ? j[k.call(a)] || "object": typeof a }, globaleval: function(a) { p(a) }, camelcase: function(a) { return a.replace(t, "ms-").replace(u, v) }, nodename: function(a, b) { return a.nodename && a.nodename.tolowercase() === b.tolowercase() }, each: function(a, b) { var c, d = 0; if (w(a)) { for (c = a.length; d < c; d++) if (b.call(a[d], d, a[d]) === !1) break } else for (d in a) if (b.call(a[d], d, a[d]) === !1) break; return a }, trim: function(a) { return null == a ? "": (a + "").replace(s, "") }, makearray: function(a, b) { var c = b || []; return null != a && (w(object(a)) ? r.merge(c, "string" == typeof a ? [a] : a) : h.call(c, a)), c }, inarray: function(a, b, c) { return null == b ? -1 : i.call(b, a, c) }, merge: function(a, b) { for (var c = +b.length, d = 0, e = a.length; d < c; d++) a[e++] = b[d]; return a.length = e, a }, grep: function(a, b, c) { for (var d, e = [], f = 0, g = a.length, h = !c; f < g; f++) d = !b(a[f], f), d !== h && e.push(a[f]); return e }, map: function(a, b, c) { var d, e, f = 0, h = []; if (w(a)) for (d = a.length; f < d; f++) e = b(a[f], f, c), null != e && h.push(e); else for (f in a) e = b(a[f], f, c), null != e && h.push(e); return g.apply([], h) }, guid: 1, proxy: function(a, b) { var c, d, e; if ("string" == typeof b && (c = a[b], b = a, a = c), r.isfunction(a)) return d = f.call(arguments, 2), e = function() { return a.apply(b || this, d.concat(f.call(arguments))) }, e.guid = a.guid = a.guid || r.guid++, e }, now: date.now, support: o }), "function" == typeof symbol && (r.fn[symbol.iterator] = c[symbol.iterator]), r.each("boolean number string function array date regexp object error symbol".split(" "), function(a, b) { j["[object " + b + "]"] = b.tolowercase() }); function w(a) { var b = !!a && "length" in a && a.length, c = r.type(a); return "function" !== c && !r.iswindow(a) && ("array" === c || 0 === b || "number" == typeof b && b > 0 && b - 1 in a) } var x = function(a) { 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) { return a === b && (l = !0), 0 }, c = {}.hasownproperty, d = [], e = d.pop, f = d.push, g = d.push, h = d.slice, i = function(a, b) { for (var c = 0, d = a.length; c < d; c++) if (a[c] === b) return c; return - 1 }, j = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", k = "[\\x20\\t\\r\\n\\f]", l = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", m = "\\[" + k + "*(" + l + ")(?:" + k + "*([*^$|!~]?=)" + k + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + l + "))|)" + k + "*\\]", n = ":(" + l + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + m + ")*)|.*)\\)|)", o = new regexp(k + "+", "g"), p = new regexp("^" + k + "+|((?:^|[^\\\\])(?:\\\\.)*)" + k + "+$", "g"), q = new regexp("^" + k + "*," + k + "*"), r = new regexp("^" + k + "*([>+~]|" + k + ")" + k + "*"), s = new regexp("=" + k + "*([^\\]'\"]*?)" + k + "*\\]", "g"), t = new regexp(n), u = new regexp("^" + l + "$"), v = { id: new regexp("^#(" + l + ")"), class: new regexp("^\\.(" + l + ")"), tag: new regexp("^(" + l + "|[*])"), attr: new regexp("^" + m), pseudo: new regexp("^" + n), child: new regexp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + k + "*(even|odd|(([+-]|)(\\d*)n|)" + k + "*(?:([+-]|)" + k + "*(\\d+)|))" + k + "*\\)|)", "i"), bool: new regexp("^(?:" + j + ")$", "i"), needscontext: new regexp("^" + k + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + k + "*((?:-\\d)?\\d*)" + k + "*\\)|)(?=[^-]|$)", "i") }, w = /^(?:input|select|textarea|button)$/i, x = /^h\d$/i, y = /^[^{]+\{\s*\[native \w/, z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, $ = /[+~]/, _ = new regexp("\\\\([\\da-f]{1,6}" + k + "?|(" + k + ")|.)", "ig"), aa = function(a, b, c) { var d = "0x" + b - 65536; return d !== d || c ? b: d < 0 ? string.fromcharcode(d + 65536) : string.fromcharcode(d >> 10 | 55296, 1023 & d | 56320) }, ba = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uffff\w-]/g, ca = function(a, b) { return b ? "\0" === a ? "\ufffd": a.slice(0, -1) + "\\" + a.charcodeat(a.length - 1).tostring(16) + " ": "\\" + a }, da = function() { m() }, ea = ta(function(a) { return a.disabled === !0 && ("form" in a || "label" in a) }, { dir: "parentnode", next: "legend" }); try { g.apply(d = h.call(v.childnodes), v.childnodes), d[v.childnodes.length].nodetype } catch(fa) { g = { apply: d.length ? function(a, b) { f.apply(a, h.call(b)) }: function(a, b) { var c = a.length, d = 0; while (a[c++] = b[d++]); a.length = c - 1 } } } function ga(a, b, d, e) { var f, h, j, k, l, o, r, s = b && b.ownerdocument, w = b ? b.nodetype: 9; if (d = d || [], "string" != typeof a || !a || 1 !== w && 9 !== w && 11 !== w) return d; if (!e && ((b ? b.ownerdocument || b: v) !== n && m(b), b = b || n, p)) { if (11 !== w && (l = z.exec(a))) if (f = l[1]) { if (9 === w) { if (! (j = b.getelementbyid(f))) return d; if (j.id === f) return d.push(j), d } else if (s && (j = s.getelementbyid(f)) && t(b, j) && j.id === f) return d.push(j), d } else { if (l[2]) return g.apply(d, b.getelementsbytagname(a)), d; if ((f = l[3]) && c.getelementsbyclassname && b.getelementsbyclassname) return g.apply(d, b.getelementsbyclassname(f)), d } if (c.qsa && !a[a + " "] && (!q || !q.test(a))) { if (1 !== w) s = b, r = a; else if ("object" !== b.nodename.tolowercase()) { (k = b.getattribute("id")) ? k = k.replace(ba, ca) : b.setattribute("id", k = u), o = g(a), h = o.length; while (h--) o[h] = "#" + k + " " + sa(o[h]); r = o.join(","), s = $.test(a) && qa(b.parentnode) || b } if (r) try { return g.apply(d, s.queryselectorall(r)), d } catch(x) {} finally { k === u && b.removeattribute("id") } } } return i(a.replace(p, "$1"), b, d, e) } function ha() { var a = []; function b(c, e) { return a.push(c + " ") > d.cachelength && delete b[a.shift()], b[c + " "] = e } return b } function ia(a) { return a[u] = !0, a } function ja(a) { var b = n.createelement("fieldset"); try { return !! a(b) } catch(c) { return ! 1 } finally { b.parentnode && b.parentnode.removechild(b), b = null } } function ka(a, b) { var c = a.split("|"), e = c.length; while (e--) d.attrhandle[c[e]] = b } function la(a, b) { var c = b && a, d = c && 1 === a.nodetype && 1 === b.nodetype && a.sourceindex - b.sourceindex; if (d) return d; if (c) while (c = c.nextsibling) if (c === b) return - 1; return a ? 1 : -1 } function ma(a) { return function(b) { var c = b.nodename.tolowercase(); return "input" === c && b.type === a } } function na(a) { return function(b) { var c = b.nodename.tolowercase(); return ("input" === c || "button" === c) && b.type === a } } function oa(a) { return function(b) { return "form" in b ? b.parentnode && b.disabled === !1 ? "label" in b ? "label" in b.parentnode ? b.parentnode.disabled === a: b.disabled === a: b.isdisabled === a || b.isdisabled !== !a && ea(b) === a: b.disabled === a: "label" in b && b.disabled === a } } function pa(a) { return ia(function(b) { return b = +b, ia(function(c, d) { var e, f = a([], c.length, b), g = f.length; while (g--) c[e = f[g]] && (c[e] = !(d[e] = c[e])) }) }) } function qa(a) { return a && "undefined" != typeof a.getelementsbytagname && a } c = ga.support = {}, f = ga.isxml = function(a) { var b = a && (a.ownerdocument || a).documentelement; return !! b && "html" !== b.nodename }, m = ga.setdocument = function(a) { var b, e, g = a ? a.ownerdocument || a: v; return g !== n && 9 === g.nodetype && g.documentelement ? (n = g, o = n.documentelement, p = !f(n), v !== n && (e = n.defaultview) && e.top !== e && (e.addeventlistener ? e.addeventlistener("unload", da, !1) : e.attachevent && e.attachevent("onunload", da)), c.attributes = ja(function(a) { return a.classname = "i", !a.getattribute("classname") }), c.getelementsbytagname = ja(function(a) { return a.appendchild(n.createcomment("")), !a.getelementsbytagname("*").length }), c.getelementsbyclassname = y.test(n.getelementsbyclassname), c.getbyid = ja(function(a) { return o.appendchild(a).id = u, !n.getelementsbyname || !n.getelementsbyname(u).length }), c.getbyid ? (d.filter.id = function(a) { var b = a.replace(_, aa); return function(a) { return a.getattribute("id") === b } }, d.find.id = function(a, b) { if ("undefined" != typeof b.getelementbyid && p) { var c = b.getelementbyid(a); return c ? [c] : [] } }) : (d.filter.id = function(a) { var b = a.replace(_, aa); return function(a) { var c = "undefined" != typeof a.getattributenode && a.getattributenode("id"); return c && c.value === b } }, d.find.id = function(a, b) { if ("undefined" != typeof b.getelementbyid && p) { var c, d, e, f = b.getelementbyid(a); if (f) { if (c = f.getattributenode("id"), c && c.value === a) return [f]; e = b.getelementsbyname(a), d = 0; while (f = e[d++]) if (c = f.getattributenode("id"), c && c.value === a) return [f] } return [] } }), d.find.tag = c.getelementsbytagname ? function(a, b) { return "undefined" != typeof b.getelementsbytagname ? b.getelementsbytagname(a) : c.qsa ? b.queryselectorall(a) : void 0 }: function(a, b) { var c, d = [], e = 0, f = b.getelementsbytagname(a); if ("*" === a) { while (c = f[e++]) 1 === c.nodetype && d.push(c); return d } return f }, d.find.class = c.getelementsbyclassname && function(a, b) { if ("undefined" != typeof b.getelementsbyclassname && p) return b.getelementsbyclassname(a) }, r = [], q = [], (c.qsa = y.test(n.queryselectorall)) && (ja(function(a) { o.appendchild(a).innerhtml = "", a.queryselectorall("[msallowcapture^='']").length && q.push("[*^$]=" + k + "*(?:''|\"\")"), a.queryselectorall("[selected]").length || q.push("\\[" + k + "*(?:value|" + j + ")"), a.queryselectorall("[id~=" + u + "-]").length || q.push("~="), a.queryselectorall(":checked").length || q.push(":checked"), a.queryselectorall("a#" + u + "+*").length || q.push(".#.+[+~]") }), ja(function(a) { a.innerhtml = ""; var b = n.createelement("input"); b.setattribute("type", "hidden"), a.appendchild(b).setattribute("name", "d"), a.queryselectorall("[name=d]").length && q.push("name" + k + "*[*^$|!~]?="), 2 !== a.queryselectorall(":enabled").length && q.push(":enabled", ":disabled"), o.appendchild(a).disabled = !0, 2 !== a.queryselectorall(":disabled").length && q.push(":enabled", ":disabled"), a.queryselectorall("*,:x"), q.push(",.*:") })), (c.matchesselector = y.test(s = o.matches || o.webkitmatchesselector || o.mozmatchesselector || o.omatchesselector || o.msmatchesselector)) && ja(function(a) { c.disconnectedmatch = s.call(a, "*"), s.call(a, "[s!='']:x"), r.push("!=", n) }), q = q.length && new regexp(q.join("|")), r = r.length && new regexp(r.join("|")), b = y.test(o.comparedocumentposition), t = b || y.test(o.contains) ? function(a, b) { var c = 9 === a.nodetype ? a.documentelement: a, d = b && b.parentnode; return a === d || !(!d || 1 !== d.nodetype || !(c.contains ? c.contains(d) : a.comparedocumentposition && 16 & a.comparedocumentposition(d))) }: function(a, b) { if (b) while (b = b.parentnode) if (b === a) return ! 0; return ! 1 }, b = b ? function(a, b) { if (a === b) return l = !0, 0; var d = !a.comparedocumentposition - !b.comparedocumentposition; return d ? d: (d = (a.ownerdocument || a) === (b.ownerdocument || b) ? a.comparedocumentposition(b) : 1, 1 & d || !c.sortdetached && b.comparedocumentposition(a) === d ? a === n || a.ownerdocument === v && t(v, a) ? -1 : b === n || b.ownerdocument === v && t(v, b) ? 1 : k ? i(k, a) - i(k, b) : 0 : 4 & d ? -1 : 1) }: function(a, b) { if (a === b) return l = !0, 0; var c, d = 0, e = a.parentnode, f = b.parentnode, g = [a], h = [b]; if (!e || !f) return a === n ? -1 : b === n ? 1 : e ? -1 : f ? 1 : k ? i(k, a) - i(k, b) : 0; if (e === f) return la(a, b); c = a; while (c = c.parentnode) g.unshift(c); c = b; while (c = c.parentnode) h.unshift(c); while (g[d] === h[d]) d++; return d ? la(g[d], h[d]) : g[d] === v ? -1 : h[d] === v ? 1 : 0 }, n) : n }, ga.matches = function(a, b) { return ga(a, null, null, b) }, ga.matchesselector = function(a, b) { if ((a.ownerdocument || a) !== n && m(a), b = b.replace(s, "='$1']"), c.matchesselector && p && !a[b + " "] && (!r || !r.test(b)) && (!q || !q.test(b))) try { var d = s.call(a, b); if (d || c.disconnectedmatch || a.document && 11 !== a.document.nodetype) return d } catch(e) {} return ga(b, n, null, [a]).length > 0 }, ga.contains = function(a, b) { return (a.ownerdocument || a) !== n && m(a), t(a, b) }, ga.attr = function(a, b) { (a.ownerdocument || a) !== n && m(a); var e = d.attrhandle[b.tolowercase()], f = e && c.call(d.attrhandle, b.tolowercase()) ? e(a, b, !p) : void 0; return void 0 !== f ? f: c.attributes || !p ? a.getattribute(b) : (f = a.getattributenode(b)) && f.specified ? f.value: null }, ga.escape = function(a) { return (a + "").replace(ba, ca) }, ga.error = function(a) { throw new error("syntax error, unrecognized expression: " + a) }, ga.uniquesort = function(a) { var b, d = [], e = 0, f = 0; if (l = !c.detectduplicates, k = !c.sortstable && a.slice(0), a.sort(b), l) { while (b = a[f++]) b === a[f] && (e = d.push(f)); while (e--) a.splice(d[e], 1) } return k = null, a }, e = ga.gettext = function(a) { var b, c = "", d = 0, f = a.nodetype; if (f) { if (1 === f || 9 === f || 11 === f) { if ("string" == typeof a.textcontent) return a.textcontent; for (a = a.firstchild; a; a = a.nextsibling) c += e(a) } else if (3 === f || 4 === f) return a.nodevalue } else while (b = a[d++]) c += e(b); return c }, d = ga.selectors = { cachelength: 50, createpseudo: ia, match: v, attrhandle: {}, find: {}, relative: { ">": { dir: "parentnode", first: !0 }, " ": { dir: "parentnode" }, "+": { dir: "previoussibling", first: !0 }, "~": { dir: "previoussibling" } }, prefilter: { attr: function(a) { return a[1] = a[1].replace(_, aa), a[3] = (a[3] || a[4] || a[5] || "").replace(_, aa), "~=" === a[2] && (a[3] = " " + a[3] + " "), a.slice(0, 4) }, child: function(a) { 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 }, pseudo: function(a) { var b, c = !a[6] && a[2]; return v.child.test(a[0]) ? null: (a[3] ? a[2] = a[4] || a[5] || "": c && t.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)) } }, filter: { tag: function(a) { var b = a.replace(_, aa).tolowercase(); return "*" === a ? function() { return ! 0 }: function(a) { return a.nodename && a.nodename.tolowercase() === b } }, class: function(a) { var b = y[a + " "]; return b || (b = new regexp("(^|" + k + ")" + a + "(" + k + "|$)")) && y(a, function(a) { return b.test("string" == typeof a.classname && a.classname || "undefined" != typeof a.getattribute && a.getattribute("class") || "") }) }, attr: function(a, b, c) { return function(d) { var e = ga.attr(d, a); 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(o, " ") + " ").indexof(c) > -1 : "|=" === b && (e === c || e.slice(0, c.length + 1) === c + "-")) } }, child: function(a, b, c, d, e) { var f = "nth" !== a.slice(0, 3), g = "last" !== a.slice( - 4), h = "of-type" === b; return 1 === d && 0 === e ? function(a) { return !! a.parentnode }: function(b, c, i) { var j, k, l, m, n, o, p = f !== g ? "nextsibling": "previoussibling", q = b.parentnode, r = h && b.nodename.tolowercase(), s = !i && !h, t = !1; if (q) { if (f) { while (p) { m = b; while (m = m[p]) if (h ? m.nodename.tolowercase() === r: 1 === m.nodetype) return ! 1; o = p = "only" === a && !o && "nextsibling" } return ! 0 } if (o = [g ? q.firstchild: q.lastchild], g && s) { m = q, l = m[u] || (m[u] = {}), k = l[m.uniqueid] || (l[m.uniqueid] = {}), j = k[a] || [], n = j[0] === w && j[1], t = n && j[2], m = n && q.childnodes[n]; while (m = ++n && m && m[p] || (t = n = 0) || o.pop()) if (1 === m.nodetype && ++t && m === b) { k[a] = [w, n, t]; break } } else if (s && (m = b, l = m[u] || (m[u] = {}), k = l[m.uniqueid] || (l[m.uniqueid] = {}), j = k[a] || [], n = j[0] === w && j[1], t = n), t === !1) while (m = ++n && m && m[p] || (t = n = 0) || o.pop()) if ((h ? m.nodename.tolowercase() === r: 1 === m.nodetype) && ++t && (s && (l = m[u] || (m[u] = {}), k = l[m.uniqueid] || (l[m.uniqueid] = {}), k[a] = [w, t]), m === b)) break; return t -= e, t === d || t % d === 0 && t / d >= 0 } } }, pseudo: function(a, b) { var c, e = d.pseudos[a] || d.setfilters[a.tolowercase()] || ga.error("unsupported pseudo: " + a); return e[u] ? e(b) : e.length > 1 ? (c = [a, a, "", b], d.setfilters.hasownproperty(a.tolowercase()) ? ia(function(a, c) { var d, f = e(a, b), g = f.length; while (g--) d = i(a, f[g]), a[d] = !(c[d] = f[g]) }) : function(a) { return e(a, 0, c) }) : e } }, pseudos: { not: ia(function(a) { var b = [], c = [], d = h(a.replace(p, "$1")); return d[u] ? ia(function(a, b, c, e) { var f, g = d(a, null, e, []), h = a.length; while (h--)(f = g[h]) && (a[h] = !(b[h] = f)) }) : function(a, e, f) { return b[0] = a, d(b, null, f, c), b[0] = null, !c.pop() } }), has: ia(function(a) { return function(b) { return ga(a, b).length > 0 } }), contains: ia(function(a) { return a = a.replace(_, aa), function(b) { return (b.textcontent || b.innertext || e(b)).indexof(a) > -1 } }), lang: ia(function(a) { return u.test(a || "") || ga.error("unsupported lang: " + a), a = a.replace(_, aa).tolowercase(), function(b) { var c; 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); return ! 1 } }), target: function(b) { var c = a.location && a.location.hash; return c && c.slice(1) === b.id }, root: function(a) { return a === o }, focus: function(a) { return a === n.activeelement && (!n.hasfocus || n.hasfocus()) && !!(a.type || a.href || ~a.tabindex) }, enabled: oa(!1), disabled: oa(!0), checked: function(a) { var b = a.nodename.tolowercase(); return "input" === b && !!a.checked || "option" === b && !!a.selected }, selected: function(a) { return a.parentnode && a.parentnode.selectedindex, a.selected === !0 }, empty: function(a) { for (a = a.firstchild; a; a = a.nextsibling) if (a.nodetype < 6) return ! 1; return ! 0 }, parent: function(a) { return ! d.pseudos.empty(a) }, header: function(a) { return x.test(a.nodename) }, input: function(a) { return w.test(a.nodename) }, button: function(a) { var b = a.nodename.tolowercase(); return "input" === b && "button" === a.type || "button" === b }, text: function(a) { var b; return "input" === a.nodename.tolowercase() && "text" === a.type && (null == (b = a.getattribute("type")) || "text" === b.tolowercase()) }, first: pa(function() { return [0] }), last: pa(function(a, b) { return [b - 1] }), eq: pa(function(a, b, c) { return [c < 0 ? c + b: c] }), even: pa(function(a, b) { for (var c = 0; c < b; c += 2) a.push(c); return a }), odd: pa(function(a, b) { for (var c = 1; c < b; c += 2) a.push(c); return a }), lt: pa(function(a, b, c) { for (var d = c < 0 ? c + b: c; --d >= 0;) a.push(d); return a }), gt: pa(function(a, b, c) { for (var d = c < 0 ? c + b: c; ++d < b;) a.push(d); return a }) } }, d.pseudos.nth = d.pseudos.eq; for (b in { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) d.pseudos[b] = ma(b); for (b in { submit: !0, reset: !0 }) d.pseudos[b] = na(b); function ra() {} ra.prototype = d.filters = d.pseudos, d.setfilters = new ra, g = ga.tokenize = function(a, b) { var c, e, f, g, h, i, j, k = z[a + " "]; if (k) return b ? 0 : k.slice(0); h = a, i = [], j = d.prefilter; while (h) { c && !(e = q.exec(h)) || (e && (h = h.slice(e[0].length) || h), i.push(f = [])), c = !1, (e = r.exec(h)) && (c = e.shift(), f.push({ value: c, type: e[0].replace(p, " ") }), h = h.slice(c.length)); for (g in d.filter) ! (e = v[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)); if (!c) break } return b ? h.length: h ? ga.error(a) : z(a, i).slice(0) }; function sa(a) { for (var b = 0, c = a.length, d = ""; b < c; b++) d += a[b].value; return d } function ta(a, b, c) { var d = b.dir, e = b.next, f = e || d, g = c && "parentnode" === f, h = x++; return b.first ? function(b, c, e) { while (b = b[d]) if (1 === b.nodetype || g) return a(b, c, e); return ! 1 }: function(b, c, i) { var j, k, l, m = [w, h]; if (i) { while (b = b[d]) if ((1 === b.nodetype || g) && a(b, c, i)) return ! 0 } else while (b = b[d]) if (1 === b.nodetype || g) if (l = b[u] || (b[u] = {}), k = l[b.uniqueid] || (l[b.uniqueid] = {}), e && e === b.nodename.tolowercase()) b = b[d] || b; else { if ((j = k[f]) && j[0] === w && j[1] === h) return m[2] = j[2]; if (k[f] = m, m[2] = a(b, c, i)) return ! 0 } return ! 1 } } function ua(a) { return a.length > 1 ? function(b, c, d) { var e = a.length; while (e--) if (!a[e](b, c, d)) return ! 1; return ! 0 }: a[0] } function va(a, b, c) { for (var d = 0, e = b.length; d < e; d++) ga(a, b[d], c); return c } function wa(a, b, c, d, e) { for (var f, g = [], h = 0, i = a.length, j = null != b; h < i; h++)(f = a[h]) && (c && !c(f, d, e) || (g.push(f), j && b.push(h))); return g } function xa(a, b, c, d, e, f) { return d && !d[u] && (d = xa(d)), e && !e[u] && (e = xa(e, f)), ia(function(f, g, h, i) { var j, k, l, m = [], n = [], o = g.length, p = f || va(b || "*", h.nodetype ? [h] : h, []), q = !a || !f && b ? p: wa(p, m, a, h, i), r = c ? e || (f ? a: o || d) ? [] : g: q; if (c && c(q, r, h, i), d) { j = wa(r, n), d(j, [], h, i), k = j.length; while (k--)(l = j[k]) && (r[n[k]] = !(q[n[k]] = l)) } if (f) { if (e || a) { if (e) { j = [], k = r.length; while (k--)(l = r[k]) && j.push(q[k] = l); e(null, r = [], j, i) } k = r.length; while (k--)(l = r[k]) && (j = e ? i(f, l) : m[k]) > -1 && (f[j] = !(g[j] = l)) } } else r = wa(r === g ? r.splice(o, r.length) : r), e ? e(null, g, r, i) : g.apply(g, r) }) } function ya(a) { for (var b, c, e, f = a.length, g = d.relative[a[0].type], h = g || d.relative[" "], i = g ? 1 : 0, k = ta(function(a) { return a === b }, h, !0), l = ta(function(a) { return i(b, a) > -1 }, h, !0), m = [function(a, c, d) { var e = !g && (d || c !== j) || ((b = c).nodetype ? k(a, c, d) : l(a, c, d)); return b = null, e }]; i < f; i++) if (c = d.relative[a[i].type]) m = [ta(ua(m), c)]; else { if (c = d.filter[a[i].type].apply(null, a[i].matches), c[u]) { for (e = ++i; e < f; e++) if (d.relative[a[e].type]) break; return xa(i > 1 && ua(m), i > 1 && sa(a.slice(0, i - 1).concat({ value: " " === a[i - 2].type ? "*": "" })).replace(p, "$1"), c, i < e && ya(a.slice(i, e)), e < f && ya(a = a.slice(e)), e < f && sa(a)) } m.push(c) } return ua(m) } function za(a, b) { var c = b.length > 0, e = a.length > 0, f = function(f, g, h, i, k) { var l, o, q, r = 0, s = "0", t = f && [], u = [], v = j, x = f || e && d.find.tag("*", k), y = w += null == v ? 1 : math.random() || .1, z = x.length; for (k && (j = g === n || g || k); s !== z && null != (l = x[s]); s++) { if (e && l) { o = 0, g || l.ownerdocument === n || (m(l), h = !p); while (q = a[o++]) if (q(l, g || n, h)) { i.push(l); break } k && (w = y) } c && ((l = !q && l) && r--, f && t.push(l)) } if (r += s, c && s !== r) { o = 0; while (q = b[o++]) q(t, u, g, h); if (f) { if (r > 0) while (s--) t[s] || u[s] || (u[s] = e.call(i)); u = wa(u) } g.apply(i, u), k && !f && u.length > 0 && r + b.length > 1 && ga.uniquesort(i) } return k && (w = y, j = v), t }; return c ? ia(f) : f } return h = ga.compile = function(a, b) { var c, d = [], e = [], f = a[a + " "]; if (!f) { b || (b = g(a)), c = b.length; while (c--) f = ya(b[c]), f[u] ? d.push(f) : e.push(f); f = a(a, za(e, d)), f.selector = a } return f }, i = ga.select = function(a, b, c, e) { var f, i, j, k, l, m = "function" == typeof a && a, n = !e && g(a = m.selector || a); if (c = c || [], 1 === n.length) { if (i = n[0] = n[0].slice(0), i.length > 2 && "id" === (j = i[0]).type && 9 === b.nodetype && p && d.relative[i[1].type]) { if (b = (d.find.id(j.matches[0].replace(_, aa), b) || [])[0], !b) return c; m && (b = b.parentnode), a = a.slice(i.shift().value.length) } f = v.needscontext.test(a) ? 0 : i.length; while (f--) { if (j = i[f], d.relative[k = j.type]) break; if ((l = d.find[k]) && (e = l(j.matches[0].replace(_, aa), $.test(i[0].type) && qa(b.parentnode) || b))) { if (i.splice(f, 1), a = e.length && sa(i), !a) return g.apply(c, e), c; break } } } return (m || h(a, n))(e, b, !p, c, !b || $.test(a) && qa(b.parentnode) || b), c }, c.sortstable = u.split("").sort(b).join("") === u, c.detectduplicates = !!l, m(), c.sortdetached = ja(function(a) { return 1 & a.comparedocumentposition(n.createelement("fieldset")) }), ja(function(a) { return a.innerhtml = "", "#" === a.firstchild.getattribute("href") }) || ka("type|href|height|width", function(a, b, c) { if (!c) return a.getattribute(b, "type" === b.tolowercase() ? 1 : 2) }), c.attributes && ja(function(a) { return a.innerhtml = "", a.firstchild.setattribute("value", ""), "" === a.firstchild.getattribute("value") }) || ka("value", function(a, b, c) { if (!c && "input" === a.nodename.tolowercase()) return a.defaultvalue }), ja(function(a) { return null == a.getattribute("disabled") }) || ka(j, function(a, b, c) { var d; if (!c) return a[b] === !0 ? b.tolowercase() : (d = a.getattributenode(b)) && d.specified ? d.value: null }), ga } (a); r.find = x, r.expr = x.selectors, r.expr[":"] = r.expr.pseudos, r.uniquesort = r.unique = x.uniquesort, r.text = x.gettext, r.isxmldoc = x.isxml, r.contains = x.contains, r.escapeselector = x.escape; var y = function(a, b, c) { var d = [], e = void 0 !== c; while ((a = a[b]) && 9 !== a.nodetype) if (1 === a.nodetype) { if (e && r(a).is(c)) break; d.push(a) } return d }, z = function(a, b) { for (var c = []; a; a = a.nextsibling) 1 === a.nodetype && a !== b && c.push(a); return c }, a = r.expr.match.needscontext, b = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i, c = /^.[^:#\[\.,]*$/; function d(a, b, c) { return r.isfunction(b) ? r.grep(a, function(a, d) { return !! b.call(a, d, a) !== c }) : b.nodetype ? r.grep(a, function(a) { return a === b !== c }) : "string" != typeof b ? r.grep(a, function(a) { return i.call(b, a) > -1 !== c }) : c.test(b) ? r.filter(b, a, c) : (b = r.filter(b, a), r.grep(a, function(a) { return i.call(b, a) > -1 !== c && 1 === a.nodetype })) } r.filter = function(a, b, c) { var d = b[0]; return c && (a = ":not(" + a + ")"), 1 === b.length && 1 === d.nodetype ? r.find.matchesselector(d, a) ? [d] : [] : r.find.matches(a, r.grep(b, function(a) { return 1 === a.nodetype })) }, r.fn.extend({ find: function(a) { var b, c, d = this.length, e = this; if ("string" != typeof a) return this.pushstack(r(a).filter(function() { for (b = 0; b < d; b++) if (r.contains(e[b], this)) return ! 0 })); for (c = this.pushstack([]), b = 0; b < d; b++) r.find(a, e[b], c); return d > 1 ? r.uniquesort(c) : c }, filter: function(a) { return this.pushstack(d(this, a || [], !1)) }, not: function(a) { return this.pushstack(d(this, a || [], !0)) }, is: function(a) { return !! d(this, "string" == typeof a && a.test(a) ? r(a) : a || [], !1).length } }); var e, f = /^(?:\s*(<[\w\w]+>)[^>]*|#([\w-]+))$/, g = r.fn.init = function(a, b, c) { var e, f; if (!a) return this; if (c = c || e, "string" == typeof a) { if (e = "<" === a[0] && ">" === a[a.length - 1] && a.length >= 3 ? [null, a, null] : f.exec(a), !e || !e[1] && b) return ! b || b.jquery ? (b || c).find(a) : this.constructor(b).find(a); if (e[1]) { if (b = b instanceof r ? b[0] : b, r.merge(this, r.parsehtml(e[1], b && b.nodetype ? b.ownerdocument || b: d, !0)), b.test(e[1]) && r.isplainobject(b)) for (e in b) r.isfunction(this[e]) ? this[e](b[e]) : this.attr(e, b[e]); return this } return f = d.getelementbyid(e[2]), f && (this[0] = f, this.length = 1), this } return a.nodetype ? (this[0] = a, this.length = 1, this) : r.isfunction(a) ? void 0 !== c.ready ? c.ready(a) : a(r) : r.makearray(a, this) }; g.prototype = r.fn, e = r(d); var h = /^(?:parents|prev(?:until|all))/, i = { children: !0, contents: !0, next: !0, prev: !0 }; r.fn.extend({ has: function(a) { var b = r(a, this), c = b.length; return this.filter(function() { for (var a = 0; a < c; a++) if (r.contains(this, b[a])) return ! 0 }) }, closest: function(a, b) { var c, d = 0, e = this.length, f = [], g = "string" != typeof a && r(a); if (!a.test(a)) for (; d < e; d++) for (c = this[d]; c && c !== b; c = c.parentnode) if (c.nodetype < 11 && (g ? g.index(c) > -1 : 1 === c.nodetype && r.find.matchesselector(c, a))) { f.push(c); break } return this.pushstack(f.length > 1 ? r.uniquesort(f) : f) }, index: function(a) { return a ? "string" == typeof a ? i.call(r(a), this[0]) : i.call(this, a.jquery ? a[0] : a) : this[0] && this[0].parentnode ? this.first().prevall().length: -1 }, add: function(a, b) { return this.pushstack(r.uniquesort(r.merge(this.get(), r(a, b)))) }, addback: function(a) { return this.add(null == a ? this.prevobject: this.prevobject.filter(a)) } }); function j(a, b) { while ((a = a[b]) && 1 !== a.nodetype); return a } r.each({ parent: function(a) { var b = a.parentnode; return b && 11 !== b.nodetype ? b: null }, parents: function(a) { return y(a, "parentnode") }, parentsuntil: function(a, b, c) { return y(a, "parentnode", c) }, next: function(a) { return j(a, "nextsibling") }, prev: function(a) { return j(a, "previoussibling") }, nextall: function(a) { return y(a, "nextsibling") }, prevall: function(a) { return y(a, "previoussibling") }, nextuntil: function(a, b, c) { return y(a, "nextsibling", c) }, prevuntil: function(a, b, c) { return y(a, "previoussibling", c) }, siblings: function(a) { return z((a.parentnode || {}).firstchild, a) }, children: function(a) { return z(a.firstchild) }, contents: function(a) { return a.contentdocument || r.merge([], a.childnodes) } }, function(a, b) { r.fn[a] = function(c, d) { var e = r.map(this, b, c); return "until" !== a.slice( - 5) && (d = c), d && "string" == typeof d && (e = r.filter(d, e)), this.length > 1 && (i[a] || r.uniquesort(e), h.test(a) && e.reverse()), this.pushstack(e) } }); var k = /[^\x20\t\r\n\f]+/g; function l(a) { var b = {}; return r.each(a.match(k) || [], function(a, c) { b[c] = !0 }), b } r.callbacks = function(a) { a = "string" == typeof a ? l(a) : r.extend({}, a); var b, c, d, e, f = [], g = [], h = -1, i = function() { for (e = a.once, d = b = !0; g.length; h = -1) { c = g.shift(); while (++h < f.length) f[h].apply(c[0], c[1]) === !1 && a.stoponfalse && (h = f.length, c = !1) } a.memory || (c = !1), b = !1, e && (f = c ? [] : "") }, j = { add: function() { return f && (c && !b && (h = f.length - 1, g.push(c)), function d(b) { r.each(b, function(b, c) { r.isfunction(c) ? a.unique && j.has(c) || f.push(c) : c && c.length && "string" !== r.type(c) && d(c) }) } (arguments), c && !b && i()), this }, remove: function() { return r.each(arguments, function(a, b) { var c; while ((c = r.inarray(b, f, c)) > -1) f.splice(c, 1), c <= h && h-- }), this }, has: function(a) { return a ? r.inarray(a, f) > -1 : f.length > 0 }, empty: function() { return f && (f = []), this }, disable: function() { return e = g = [], f = c = "", this }, disabled: function() { return ! f }, lock: function() { return e = g = [], c || b || (f = c = ""), this }, locked: function() { return !! e }, firewith: function(a, c) { return e || (c = c || [], c = [a, c.slice ? c.slice() : c], g.push(c), b || i()), this }, fire: function() { return j.firewith(this, arguments), this }, fired: function() { return !! d } }; return j }; function m(a) { return a } function n(a) { throw a } function o(a, b, c) { var d; try { a && r.isfunction(d = a.promise) ? d.call(a).done(b).fail(c) : a && r.isfunction(d = a.then) ? d.call(a, b, c) : b.call(void 0, a) } catch(a) { c.call(void 0, a) } } r.extend({ deferred: function(b) { var c = [["notify", "progress", r.callbacks("memory"), r.callbacks("memory"), 2], ["resolve", "done", r.callbacks("once memory"), r.callbacks("once memory"), 0, "resolved"], ["reject", "fail", r.callbacks("once memory"), r.callbacks("once memory"), 1, "rejected"]], d = "pending", e = { state: function() { return d }, always: function() { return f.done(arguments).fail(arguments), this }, "catch": function(a) { return e.then(null, a) }, pipe: function() { var a = arguments; return r.deferred(function(b) { r.each(c, function(c, d) { var e = r.isfunction(a[d[4]]) && a[d[4]]; f[d[1]](function() { var a = e && e.apply(this, arguments); a && r.isfunction(a.promise) ? a.promise().progress(b.notify).done(b.resolve).fail(b.reject) : b[d[0] + "with"](this, e ? [a] : arguments) }) }), a = null }).promise() }, then: function(b, d, e) { var f = 0; function g(b, c, d, e) { return function() { var h = this, i = arguments, j = function() { var a, j; if (! (b < f)) { if (a = d.apply(h, i), a === c.promise()) throw new typeerror("thenable self-resolution"); j = a && ("object" == typeof a || "function" == typeof a) && a.then, r.isfunction(j) ? e ? j.call(a, g(f, c, m, e), g(f, c, n, e)) : (f++, j.call(a, g(f, c, m, e), g(f, c, n, e), g(f, c, m, c.notifywith))) : (d !== m && (h = void 0, i = [a]), (e || c.resolvewith)(h, i)) } }, k = e ? j: function() { try { j() } catch(a) { r.deferred.exceptionhook && r.deferred.exceptionhook(a, k.stacktrace), b + 1 >= f && (d !== n && (h = void 0, i = [a]), c.rejectwith(h, i)) } }; b ? k() : (r.deferred.getstackhook && (k.stacktrace = r.deferred.getstackhook()), a.settimeout(k)) } } return r.deferred(function(a) { c[0][3].add(g(0, a, r.isfunction(e) ? e: m, a.notifywith)), c[1][3].add(g(0, a, r.isfunction(b) ? b: m)), c[2][3].add(g(0, a, r.isfunction(d) ? d: n)) }).promise() }, promise: function(a) { return null != a ? r.extend(a, e) : e } }, f = {}; return r.each(c, function(a, b) { var g = b[2], h = b[5]; e[b[1]] = g.add, h && g.add(function() { d = h }, c[3 - a][2].disable, c[0][2].lock), g.add(b[3].fire), f[b[0]] = function() { return f[b[0] + "with"](this === f ? void 0 : this, arguments), this }, f[b[0] + "with"] = g.firewith }), e.promise(f), b && b.call(f, f), f }, when: function(a) { var b = arguments.length, c = b, d = array(c), e = f.call(arguments), g = r.deferred(), h = function(a) { return function(c) { d[a] = this, e[a] = arguments.length > 1 ? f.call(arguments) : c, --b || g.resolvewith(d, e) } }; if (b <= 1 && (o(a, g.done(h(c)).resolve, g.reject), "pending" === g.state() || r.isfunction(e[c] && e[c].then))) return g.then(); while (c--) o(e[c], h(c), g.reject); return g.promise() } }); var p = /^(eval|internal|range|reference|syntax|type|uri)error$/; r.deferred.exceptionhook = function(b, c) { a.console && a.console.warn && b && p.test(b.name) && a.console.warn("jquery.deferred exception: " + b.message, b.stack, c) }, r.readyexception = function(b) { a.settimeout(function() { throw b }) }; var q = r.deferred(); r.fn.ready = function(a) { return q.then(a)["catch"](function(a) { r.readyexception(a) }), this }, r.extend({ isready: !1, readywait: 1, holdready: function(a) { a ? r.readywait++:r.ready(!0) }, ready: function(a) { (a === !0 ? --r.readywait: r.isready) || (r.isready = !0, a !== !0 && --r.readywait > 0 || q.resolvewith(d, [r])) } }), r.ready.then = q.then; function r() { d.removeeventlistener("domcontentloaded", r), a.removeeventlistener("load", r), r.ready() } "complete" === d.readystate || "loading" !== d.readystate && !d.documentelement.doscroll ? a.settimeout(r.ready) : (d.addeventlistener("domcontentloaded", r), a.addeventlistener("load", r)); var s = function(a, b, c, d, e, f, g) { var h = 0, i = a.length, j = null == c; if ("object" === r.type(c)) { e = !0; for (h in c) s(a, b, h, c[h], !0, f, g) } else if (void 0 !== d && (e = !0, r.isfunction(d) || (g = !0), j && (g ? (b.call(a, d), b = null) : (j = b, b = function(a, b, c) { return j.call(r(a), c) })), b)) for (; h < i; h++) b(a[h], c, g ? d: d.call(a[h], h, b(a[h], c))); return e ? a: j ? b.call(a) : i ? b(a[0], c) : f }, t = function(a) { return 1 === a.nodetype || 9 === a.nodetype || !+a.nodetype }; function u() { this.expando = r.expando + u.uid++ } u.uid = 1, u.prototype = { cache: function(a) { var b = a[this.expando]; return b || (b = {}, t(a) && (a.nodetype ? a[this.expando] = b: object.defineproperty(a, this.expando, { value: b, configurable: !0 }))), b }, set: function(a, b, c) { var d, e = this.cache(a); if ("string" == typeof b) e[r.camelcase(b)] = c; else for (d in b) e[r.camelcase(d)] = b[d]; return e }, get: function(a, b) { return void 0 === b ? this.cache(a) : a[this.expando] && a[this.expando][r.camelcase(b)] }, access: function(a, b, c) { return void 0 === b || b && "string" == typeof b && void 0 === c ? this.get(a, b) : (this.set(a, b, c), void 0 !== c ? c: b) }, remove: function(a, b) { var c, d = a[this.expando]; if (void 0 !== d) { if (void 0 !== b) { r.isarray(b) ? b = b.map(r.camelcase) : (b = r.camelcase(b), b = b in d ? [b] : b.match(k) || []), c = b.length; while (c--) delete d[b[c]] } (void 0 === b || r.isemptyobject(d)) && (a.nodetype ? a[this.expando] = void 0 : delete a[this.expando]) } }, hasdata: function(a) { var b = a[this.expando]; return void 0 !== b && !r.isemptyobject(b) } }; var v = new u, w = new u, x = /^(?:\{[\w\w]*\}|\[[\w\w]*\])$/, y = /[a-z]/g; function z(a) { return "true" === a || "false" !== a && ("null" === a ? null: a === +a + "" ? +a: x.test(a) ? json.parse(a) : a) } function $(a, b, c) { var d; if (void 0 === c && 1 === a.nodetype) if (d = "data-" + b.replace(y, "-$&").tolowercase(), c = a.getattribute(d), "string" == typeof c) { try { c = z(c) } catch(e) {} w.set(a, b, c) } else c = void 0; return c } r.extend({ hasdata: function(a) { return w.hasdata(a) || v.hasdata(a) }, data: function(a, b, c) { return w.access(a, b, c) }, removedata: function(a, b) { w.remove(a, b) }, _data: function(a, b, c) { return v.access(a, b, c) }, _removedata: function(a, b) { v.remove(a, b) } }), r.fn.extend({ data: function(a, b) { var c, d, e, f = this[0], g = f && f.attributes; if (void 0 === a) { if (this.length && (e = w.get(f), 1 === f.nodetype && !v.get(f, "hasdataattrs"))) { c = g.length; while (c--) g[c] && (d = g[c].name, 0 === d.indexof("data-") && (d = r.camelcase(d.slice(5)), $(f, d, e[d]))); v.set(f, "hasdataattrs", !0) } return e } return "object" == typeof a ? this.each(function() { w.set(this, a) }) : s(this, function(b) { var c; if (f && void 0 === b) { if (c = w.get(f, a), void 0 !== c) return c; if (c = $(f, a), void 0 !== c) return c } else this.each(function() { w.set(this, a, b) }) }, null, b, arguments.length > 1, null, !0) }, removedata: function(a) { return this.each(function() { w.remove(this, a) }) } }), r.extend({ queue: function(a, b, c) { var d; if (a) return b = (b || "fx") + "queue", d = v.get(a, b), c && (!d || r.isarray(c) ? d = v.access(a, b, r.makearray(c)) : d.push(c)), d || [] }, dequeue: function(a, b) { b = b || "fx"; var c = r.queue(a, b), d = c.length, e = c.shift(), f = r._queuehooks(a, b), g = function() { r.dequeue(a, b) }; "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() }, _queuehooks: function(a, b) { var c = b + "queuehooks"; return v.get(a, c) || v.access(a, c, { empty: r.callbacks("once memory").add(function() { v.remove(a, [b + "queue", c]) }) }) } }), r.fn.extend({ queue: function(a, b) { var c = 2; return "string" != typeof a && (b = a, a = "fx", c--), arguments.length < c ? r.queue(this[0], a) : void 0 === b ? this: this.each(function() { var c = r.queue(this, a, b); r._queuehooks(this, a), "fx" === a && "inprogress" !== c[0] && r.dequeue(this, a) }) }, dequeue: function(a) { return this.each(function() { r.dequeue(this, a) }) }, clearqueue: function(a) { return this.queue(a || "fx", []) }, promise: function(a, b) { var c, d = 1, e = r.deferred(), f = this, g = this.length, h = function() {--d || e.resolvewith(f, [f]) }; "string" != typeof a && (b = a, a = void 0), a = a || "fx"; while (g--) c = v.get(f[g], a + "queuehooks"), c && c.empty && (d++, c.empty.add(h)); return h(), e.promise(b) } }); var _ = /[+-]?(?:\d*\.|)\d+(?:[ee][+-]?\d+|)/.source, aa = new regexp("^(?:([+-])=|)(" + _ + ")([a-z%]*)$", "i"), ba = ["top", "right", "bottom", "left"], ca = function(a, b) { return a = b || a, "none" === a.style.display || "" === a.style.display && r.contains(a.ownerdocument, a) && "none" === r.css(a, "display") }, da = function(a, b, c, d) { var e, f, g = {}; for (f in b) g[f] = a.style[f], a.style[f] = b[f]; e = c.apply(a, d || []); for (f in b) a.style[f] = g[f]; return e }; function ea(a, b, c, d) { var e, f = 1, g = 20, h = d ? function() { return d.cur() }: function() { return r.css(a, b, "") }, i = h(), j = c && c[3] || (r.cssnumber[b] ? "": "px"), k = (r.cssnumber[b] || "px" !== j && +i) && aa.exec(r.css(a, b)); if (k && k[3] !== j) { j = j || k[3], c = c || [], k = +i || 1; do f = f || ".5", k /= f, r.style(a, b, k + j); while (f !== (f = h() / i) && 1 !== f && --g) } return c && (k = +k || +i || 0, e = c[1] ? k + (c[1] + 1) * c[2] : +c[2], d && (d.unit = j, d.start = k, d.end = e)), e } var fa = {}; function ga(a) { var b, c = a.ownerdocument, d = a.nodename, e = fa[d]; return e ? e: (b = c.body.appendchild(c.createelement(d)), e = r.css(b, "display"), b.parentnode.removechild(b), "none" === e && (e = "block"), fa[d] = e, e) } function ha(a, b) { for (var c, d, e = [], f = 0, g = a.length; f < g; f++) d = a[f], d.style && (c = d.style.display, b ? ("none" === c && (e[f] = v.get(d, "display") || null, e[f] || (d.style.display = "")), "" === d.style.display && ca(d) && (e[f] = ga(d))) : "none" !== c && (e[f] = "none", v.set(d, "display", c))); for (f = 0; f < g; f++) null != e[f] && (a[f].style.display = e[f]); return a } r.fn.extend({ show: function() { return ha(this, !0) }, hide: function() { return ha(this) }, toggle: function(a) { return "boolean" == typeof a ? a ? this.show() : this.hide() : this.each(function() { ca(this) ? r(this).show() : r(this).hide() }) } }); var ia = /^(?:checkbox|radio)$/i, ja = /<([a-z][^\/\0>\x20\t\r\n\f]+)/i, ka = /^$|\/(?:java|ecma)script/i, la = { option: [1, ""], thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""] }; la.optgroup = la.option, la.tbody = la.tfoot = la.colgroup = la.caption = la.thead, la.th = la.td; function ma(a, b) { var c; return c = "undefined" != typeof a.getelementsbytagname ? a.getelementsbytagname(b || "*") : "undefined" != typeof a.queryselectorall ? a.queryselectorall(b || "*") : [], void 0 === b || b && r.nodename(a, b) ? r.merge([a], c) : c } function na(a, b) { for (var c = 0, d = a.length; c < d; c++) v.set(a[c], "globaleval", !b || v.get(b[c], "globaleval")) } var oa = /<|&#?\w+;/; function pa(a, b, c, d, e) { for (var f, g, h, i, j, k, l = b.createdocumentfragment(), m = [], n = 0, o = a.length; n < o; n++) if (f = a[n], f || 0 === f) if ("object" === r.type(f)) r.merge(m, f.nodetype ? [f] : f); else if (oa.test(f)) { g = g || l.appendchild(b.createelement("div")), h = (ja.exec(f) || ["", ""])[1].tolowercase(), i = la[h] || la._default, g.innerhtml = i[1] + r.htmlprefilter(f) + i[2], k = i[0]; while (k--) g = g.lastchild; r.merge(m, g.childnodes), g = l.firstchild, g.textcontent = "" } else m.push(b.createtextnode(f)); l.textcontent = "", n = 0; while (f = m[n++]) if (d && r.inarray(f, d) > -1) e && e.push(f); else if (j = r.contains(f.ownerdocument, f), g = ma(l.appendchild(f), "script"), j && na(g), c) { k = 0; while (f = g[k++]) ka.test(f.type || "") && c.push(f) } return l } ! function() { var a = d.createdocumentfragment(), b = a.appendchild(d.createelement("div")), c = d.createelement("input"); c.setattribute("type", "radio"), c.setattribute("checked", "checked"), c.setattribute("name", "t"), b.appendchild(c), o.checkclone = b.clonenode(!0).clonenode(!0).lastchild.checked, b.innerhtml = "", o.noclonechecked = !!b.clonenode(!0).lastchild.defaultvalue } (); var qa = d.documentelement, ra = /^key/, sa = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, ta = /^([^.]*)(?:\.(.+)|)/; function ua() { return ! 0 } function va() { return ! 1 } function wa() { try { return d.activeelement } catch(a) {} } function xa(a, b, c, d, e, f) { var g, h; if ("object" == typeof b) { "string" != typeof c && (d = d || c, c = void 0); for (h in b) xa(a, h, c, d, b[h], f); return a } if (null == d && null == e ? (e = c, d = c = void 0) : null == e && ("string" == typeof c ? (e = d, d = void 0) : (e = d, d = c, c = void 0)), e === !1) e = va; else if (!e) return a; return 1 === f && (g = e, e = function(a) { return r().off(a), g.apply(this, arguments) }, e.guid = g.guid || (g.guid = r.guid++)), a.each(function() { r.event.add(this, b, e, d, c) }) } r.event = { global: {}, add: function(a, b, c, d, e) { var f, g, h, i, j, k, l, m, n, o, p, q = v.get(a); if (q) { c.handler && (f = c, c = f.handler, e = f.selector), e && r.find.matchesselector(qa, e), c.guid || (c.guid = r.guid++), (i = q.events) || (i = q.events = {}), (g = q.handle) || (g = q.handle = function(b) { return "undefined" != typeof r && r.event.triggered !== b.type ? r.event.dispatch.apply(a, arguments) : void 0 }), b = (b || "").match(k) || [""], j = b.length; while (j--) h = ta.exec(b[j]) || [], n = p = h[1], o = (h[2] || "").split(".").sort(), n && (l = r.event.special[n] || {}, n = (e ? l.delegatetype: l.bindtype) || n, l = r.event.special[n] || {}, k = r.extend({ type: n, origtype: p, data: d, handler: c, guid: c.guid, selector: e, needscontext: e && r.expr.match.needscontext.test(e), namespace: o.join(".") }, f), (m = i[n]) || (m = i[n] = [], m.delegatecount = 0, l.setup && l.setup.call(a, d, o, g) !== !1 || a.addeventlistener && a.addeventlistener(n, g)), l.add && (l.add.call(a, k), k.handler.guid || (k.handler.guid = c.guid)), e ? m.splice(m.delegatecount++, 0, k) : m.push(k), r.event.global[n] = !0) } }, remove: function(a, b, c, d, e) { var f, g, h, i, j, k, l, m, n, o, p, q = v.hasdata(a) && v.get(a); if (q && (i = q.events)) { b = (b || "").match(k) || [""], j = b.length; while (j--) if (h = ta.exec(b[j]) || [], n = p = h[1], o = (h[2] || "").split(".").sort(), n) { l = r.event.special[n] || {}, n = (d ? l.delegatetype: l.bindtype) || n, m = i[n] || [], h = h[2] && new regexp("(^|\\.)" + o.join("\\.(?:.*\\.|)") + "(\\.|$)"), g = f = m.length; while (f--) k = m[f], !e && p !== k.origtype || c && c.guid !== k.guid || h && !h.test(k.namespace) || d && d !== k.selector && ("**" !== d || !k.selector) || (m.splice(f, 1), k.selector && m.delegatecount--, l.remove && l.remove.call(a, k)); g && !m.length && (l.teardown && l.teardown.call(a, o, q.handle) !== !1 || r.removeevent(a, n, q.handle), delete i[n]) } else for (n in i) r.event.remove(a, n + b[j], c, d, !0); r.isemptyobject(i) && v.remove(a, "handle events") } }, dispatch: function(a) { var b = r.event.fix(a), c, d, e, f, g, h, i = new array(arguments.length), j = (v.get(this, "events") || {})[b.type] || [], k = r.event.special[b.type] || {}; for (i[0] = b, c = 1; c < arguments.length; c++) i[c] = arguments[c]; if (b.delegatetarget = this, !k.predispatch || k.predispatch.call(this, b) !== !1) { h = r.event.handlers.call(this, b, j), c = 0; while ((f = h[c++]) && !b.ispropagationstopped()) { b.currenttarget = f.elem, d = 0; while ((g = f.handlers[d++]) && !b.isimmediatepropagationstopped()) b.rnamespace && !b.rnamespace.test(g.namespace) || (b.handleobj = g, b.data = g.data, e = ((r.event.special[g.origtype] || {}).handle || g.handler).apply(f.elem, i), void 0 !== e && (b.result = e) === !1 && (b.preventdefault(), b.stoppropagation())) } return k.postdispatch && k.postdispatch.call(this, b), b.result } }, handlers: function(a, b) { var c, d, e, f, g, h = [], i = b.delegatecount, j = a.target; if (i && j.nodetype && !("click" === a.type && a.button >= 1)) for (; j !== this; j = j.parentnode || this) if (1 === j.nodetype && ("click" !== a.type || j.disabled !== !0)) { for (f = [], g = {}, c = 0; c < i; c++) d = b[c], e = d.selector + " ", void 0 === g[e] && (g[e] = d.needscontext ? r(e, this).index(j) > -1 : r.find(e, this, null, [j]).length), g[e] && f.push(d); f.length && h.push({ elem: j, handlers: f }) } return j = this, i < b.length && h.push({ elem: j, handlers: b.slice(i) }), h }, addprop: function(a, b) { object.defineproperty(r.event.prototype, a, { enumerable: !0, configurable: !0, get: r.isfunction(b) ? function() { if (this.originalevent) return b(this.originalevent) }: function() { if (this.originalevent) return this.originalevent[a] }, set: function(b) { object.defineproperty(this, a, { enumerable: !0, configurable: !0, writable: !0, value: b }) } }) }, fix: function(a) { return a[r.expando] ? a: new r.event(a) }, special: { load: { nobubble: !0 }, focus: { trigger: function() { if (this !== wa() && this.focus) return this.focus(), !1 }, delegatetype: "focusin" }, blur: { trigger: function() { if (this === wa() && this.blur) return this.blur(), !1 }, delegatetype: "focusout" }, click: { trigger: function() { if ("checkbox" === this.type && this.click && r.nodename(this, "input")) return this.click(), !1 }, _default: function(a) { return r.nodename(a.target, "a") } }, beforeunload: { postdispatch: function(a) { void 0 !== a.result && a.originalevent && (a.originalevent.returnvalue = a.result) } } } }, r.removeevent = function(a, b, c) { a.removeeventlistener && a.removeeventlistener(b, c) }, r.event = function(a, b) { return this instanceof r.event ? (a && a.type ? (this.originalevent = a, this.type = a.type, this.isdefaultprevented = a.defaultprevented || void 0 === a.defaultprevented && a.returnvalue === !1 ? ua: va, this.target = a.target && 3 === a.target.nodetype ? a.target.parentnode: a.target, this.currenttarget = a.currenttarget, this.relatedtarget = a.relatedtarget) : this.type = a, b && r.extend(this, b), this.timestamp = a && a.timestamp || r.now(), void(this[r.expando] = !0)) : new r.event(a, b) }, r.event.prototype = { constructor: r.event, isdefaultprevented: va, ispropagationstopped: va, isimmediatepropagationstopped: va, issimulated: !1, preventdefault: function() { var a = this.originalevent; this.isdefaultprevented = ua, a && !this.issimulated && a.preventdefault() }, stoppropagation: function() { var a = this.originalevent; this.ispropagationstopped = ua, a && !this.issimulated && a.stoppropagation() }, stopimmediatepropagation: function() { var a = this.originalevent; this.isimmediatepropagationstopped = ua, a && !this.issimulated && a.stopimmediatepropagation(), this.stoppropagation() } }, r.each({ altkey: !0, bubbles: !0, cancelable: !0, changedtouches: !0, ctrlkey: !0, detail: !0, eventphase: !0, metakey: !0, pagex: !0, pagey: !0, shiftkey: !0, view: !0, "char": !0, charcode: !0, key: !0, keycode: !0, button: !0, buttons: !0, clientx: !0, clienty: !0, offsetx: !0, offsety: !0, pointerid: !0, pointertype: !0, screenx: !0, screeny: !0, targettouches: !0, toelement: !0, touches: !0, which: function(a) { var b = a.button; return null == a.which && ra.test(a.type) ? null != a.charcode ? a.charcode: a.keycode: !a.which && void 0 !== b && sa.test(a.type) ? 1 & b ? 1 : 2 & b ? 3 : 4 & b ? 2 : 0 : a.which } }, r.event.addprop), r.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function(a, b) { r.event.special[a] = { delegatetype: b, bindtype: b, handle: function(a) { var c, d = this, e = a.relatedtarget, f = a.handleobj; return e && (e === d || r.contains(d, e)) || (a.type = f.origtype, c = f.handler.apply(this, arguments), a.type = b), c } } }), r.fn.extend({ on: function(a, b, c, d) { return xa(this, a, b, c, d) }, one: function(a, b, c, d) { return xa(this, a, b, c, d, 1) }, off: function(a, b, c) { var d, e; if (a && a.preventdefault && a.handleobj) return d = a.handleobj, r(a.delegatetarget).off(d.namespace ? d.origtype + "." + d.namespace: d.origtype, d.selector, d.handler), this; if ("object" == typeof a) { for (e in a) this.off(e, b, a[e]); return this } return b !== !1 && "function" != typeof b || (c = b, b = void 0), c === !1 && (c = va), this.each(function() { r.event.remove(this, a, c, b) }) } }); var ya = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, za = /\s*$/g; function da(a, b) { return r.nodename(a, "table") && r.nodename(11 !== b.nodetype ? b: b.firstchild, "tr") ? a.getelementsbytagname("tbody")[0] || a: a } function ea(a) { return a.type = (null !== a.getattribute("type")) + "/" + a.type, a } function fa(a) { var b = ba.exec(a.type); return b ? a.type = b[1] : a.removeattribute("type"), a } function ga(a, b) { var c, d, e, f, g, h, i, j; if (1 === b.nodetype) { if (v.hasdata(a) && (f = v.access(a), g = v.set(b, f), j = f.events)) { delete g.handle, g.events = {}; for (e in j) for (c = 0, d = j[e].length; c < d; c++) r.event.add(b, e, j[e][c]) } w.hasdata(a) && (h = w.access(a), i = r.extend({}, h), w.set(b, i)) } } function ha(a, b) { var c = b.nodename.tolowercase(); "input" === c && ia.test(a.type) ? b.checked = a.checked: "input" !== c && "textarea" !== c || (b.defaultvalue = a.defaultvalue) } function ia(a, b, c, d) { b = g.apply([], b); var e, f, h, i, j, k, l = 0, m = a.length, n = m - 1, q = b[0], s = r.isfunction(q); if (s || m > 1 && "string" == typeof q && !o.checkclone && aa.test(q)) return a.each(function(e) { var f = a.eq(e); s && (b[0] = q.call(this, e, f.html())), ia(f, b, c, d) }); if (m && (e = pa(b, a[0].ownerdocument, !1, a, d), f = e.firstchild, 1 === e.childnodes.length && (e = f), f || d)) { for (h = r.map(ma(e, "script"), ea), i = h.length; l < m; l++) j = e, l !== n && (j = r.clone(j, !0, !0), i && r.merge(h, ma(j, "script"))), c.call(a[l], j, l); if (i) for (k = h[h.length - 1].ownerdocument, r.map(h, fa), l = 0; l < i; l++) j = h[l], ka.test(j.type || "") && !v.access(j, "globaleval") && r.contains(k, j) && (j.src ? r._evalurl && r._evalurl(j.src) : p(j.textcontent.replace(ca, ""), k)) } return a } function ja(a, b, c) { for (var d, e = b ? r.filter(b, a) : a, f = 0; null != (d = e[f]); f++) c || 1 !== d.nodetype || r.cleandata(ma(d)), d.parentnode && (c && r.contains(d.ownerdocument, d) && na(ma(d, "script")), d.parentnode.removechild(d)); return a } r.extend({ htmlprefilter: function(a) { return a.replace(ya, "<$1>") }, clone: function(a, b, c) { var d, e, f, g, h = a.clonenode(!0), i = r.contains(a.ownerdocument, a); if (! (o.noclonechecked || 1 !== a.nodetype && 11 !== a.nodetype || r.isxmldoc(a))) for (g = ma(h), f = ma(a), d = 0, e = f.length; d < e; d++) ha(f[d], g[d]); if (b) if (c) for (f = f || ma(a), g = g || ma(h), d = 0, e = f.length; d < e; d++) ga(f[d], g[d]); else ga(a, h); return g = ma(h, "script"), g.length > 0 && na(g, !i && ma(a, "script")), h }, cleandata: function(a) { for (var b, c, d, e = r.event.special, f = 0; void 0 !== (c = a[f]); f++) if (t(c)) { if (b = c[v.expando]) { if (b.events) for (d in b.events) e[d] ? r.event.remove(c, d) : r.removeevent(c, d, b.handle); c[v.expando] = void 0 } c[w.expando] && (c[w.expando] = void 0) } } }), r.fn.extend({ detach: function(a) { return ja(this, a, !0) }, remove: function(a) { return ja(this, a) }, text: function(a) { return s(this, function(a) { return void 0 === a ? r.text(this) : this.empty().each(function() { 1 !== this.nodetype && 11 !== this.nodetype && 9 !== this.nodetype || (this.textcontent = a) }) }, null, a, arguments.length) }, append: function() { return ia(this, arguments, function(a) { if (1 === this.nodetype || 11 === this.nodetype || 9 === this.nodetype) { var b = da(this, a); b.appendchild(a) } }) }, prepend: function() { return ia(this, arguments, function(a) { if (1 === this.nodetype || 11 === this.nodetype || 9 === this.nodetype) { var b = da(this, a); b.insertbefore(a, b.firstchild) } }) }, before: function() { return ia(this, arguments, function(a) { this.parentnode && this.parentnode.insertbefore(a, this) }) }, after: function() { return ia(this, arguments, function(a) { this.parentnode && this.parentnode.insertbefore(a, this.nextsibling) }) }, empty: function() { for (var a, b = 0; null != (a = this[b]); b++) 1 === a.nodetype && (r.cleandata(ma(a, !1)), a.textcontent = ""); return this }, clone: function(a, b) { return a = null != a && a, b = null == b ? a: b, this.map(function() { return r.clone(this, a, b) }) }, html: function(a) { return s(this, function(a) { var b = this[0] || {}, c = 0, d = this.length; if (void 0 === a && 1 === b.nodetype) return b.innerhtml; if ("string" == typeof a && !za.test(a) && !la[(ja.exec(a) || ["", ""])[1].tolowercase()]) { a = r.htmlprefilter(a); try { for (; c < d; c++) b = this[c] || {}, 1 === b.nodetype && (r.cleandata(ma(b, !1)), b.innerhtml = a); b = 0 } catch(e) {} } b && this.empty().append(a) }, null, a, arguments.length) }, replacewith: function() { var a = []; return ia(this, arguments, function(b) { var c = this.parentnode; r.inarray(this, a) < 0 && (r.cleandata(ma(this)), c && c.replacechild(b, this)) }, a) } }), r.each({ appendto: "append", prependto: "prepend", insertbefore: "before", insertafter: "after", replaceall: "replacewith" }, function(a, b) { r.fn[a] = function(a) { for (var c, d = [], e = r(a), f = e.length - 1, g = 0; g <= f; g++) c = g === f ? this: this.clone(!0), r(e[g])[b](c), h.apply(d, c.get()); return this.pushstack(d) } }); var ka = /^margin/, la = new regexp("^(" + _ + ")(?!px)[a-z%]+$", "i"), ma = function(b) { var c = b.ownerdocument.defaultview; return c && c.opener || (c = a), c.getcomputedstyle(b) }; ! function() { function b() { if (i) { i.style.csstext = "box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%", i.innerhtml = "", qa.appendchild(h); var b = a.getcomputedstyle(i); c = "1%" !== b.top, g = "2px" === b.marginleft, e = "4px" === b.width, i.style.marginright = "50%", f = "4px" === b.marginright, qa.removechild(h), i = null } } var c, e, f, g, h = d.createelement("div"), i = d.createelement("div"); i.style && (i.style.backgroundclip = "content-box", i.clonenode(!0).style.backgroundclip = "", o.clearclonestyle = "content-box" === i.style.backgroundclip, h.style.csstext = "border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute", h.appendchild(i), r.extend(o, { pixelposition: function() { return b(), c }, boxsizingreliable: function() { return b(), e }, pixelmarginright: function() { return b(), f }, reliablemarginleft: function() { return b(), g } })) } (); function na(a, b, c) { var d, e, f, g, h = a.style; return c = c || ma(a), c && (g = c.getpropertyvalue(b) || c[b], "" !== g || r.contains(a.ownerdocument, a) || (g = r.style(a, b)), !o.pixelmarginright() && la.test(g) && ka.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 } function oa(a, b) { return { get: function() { return a() ? void delete this.get: (this.get = b).apply(this, arguments) } } } var pa = /^(none|table(?!-c[ea]).+)/, qa = { position: "absolute", visibility: "hidden", display: "block" }, ra = { letterspacing: "0", fontweight: "400" }, sa = ["webkit", "moz", "ms"], ta = d.createelement("div").style; function ua(a) { if (a in ta) return a; var b = a[0].touppercase() + a.slice(1), c = sa.length; while (c--) if (a = sa[c] + b, a in ta) return a } function va(a, b, c) { var d = aa.exec(b); return d ? math.max(0, d[2] - (c || 0)) + (d[3] || "px") : b } function wa(a, b, c, d, e) { var f, g = 0; for (f = c === (d ? "border": "content") ? 4 : "width" === b ? 1 : 0; f < 4; f += 2)"margin" === c && (g += r.css(a, c + ba[f], !0, e)), d ? ("content" === c && (g -= r.css(a, "padding" + ba[f], !0, e)), "margin" !== c && (g -= r.css(a, "border" + ba[f] + "width", !0, e))) : (g += r.css(a, "padding" + ba[f], !0, e), "padding" !== c && (g += r.css(a, "border" + ba[f] + "width", !0, e))); return g } function xa(a, b, c) { var d, e = !0, f = ma(a), g = "border-box" === r.css(a, "boxsizing", !1, f); if (a.getclientrects().length && (d = a.getboundingclientrect()[b]), d <= 0 || null == d) { if (d = na(a, b, f), (d < 0 || null == d) && (d = a.style[b]), la.test(d)) return d; e = g && (o.boxsizingreliable() || d === a.style[b]), d = parsefloat(d) || 0 } return d + wa(a, b, c || (g ? "border": "content"), e, f) + "px" } r.extend({ csshooks: { opacity: { get: function(a, b) { if (b) { var c = na(a, "opacity"); return "" === c ? "1": c } } } }, cssnumber: { animationiterationcount: !0, columncount: !0, fillopacity: !0, flexgrow: !0, flexshrink: !0, fontweight: !0, lineheight: !0, opacity: !0, order: !0, orphans: !0, widows: !0, zindex: !0, zoom: !0 }, cssprops: { "float": "cssfloat" }, style: function(a, b, c, d) { if (a && 3 !== a.nodetype && 8 !== a.nodetype && a.style) { var e, f, g, h = r.camelcase(b), i = a.style; return b = r.cssprops[h] || (r.cssprops[h] = ua(h) || h), g = r.csshooks[b] || r.csshooks[h], void 0 === c ? g && "get" in g && void 0 !== (e = g.get(a, !1, d)) ? e: i[b] : (f = typeof c, "string" === f && (e = aa.exec(c)) && e[1] && (c = ea(a, b, e), f = "number"), null != c && c === c && ("number" === f && (c += e && e[3] || (r.cssnumber[h] ? "": "px")), o.clearclonestyle || "" !== c || 0 !== b.indexof("background") || (i[b] = "inherit"), g && "set" in g && void 0 === (c = g.set(a, c, d)) || (i[b] = c)), void 0) } }, css: function(a, b, c, d) { var e, f, g, h = r.camelcase(b); return b = r.cssprops[h] || (r.cssprops[h] = ua(h) || h), g = r.csshooks[b] || r.csshooks[h], g && "get" in g && (e = g.get(a, !0, c)), void 0 === e && (e = na(a, b, d)), "normal" === e && b in ra && (e = ra[b]), "" === c || c ? (f = parsefloat(e), c === !0 || isfinite(f) ? f || 0 : e) : e } }), r.each(["height", "width"], function(a, b) { r.csshooks[b] = { get: function(a, c, d) { if (c) return ! pa.test(r.css(a, "display")) || a.getclientrects().length && a.getboundingclientrect().width ? xa(a, b, d) : da(a, qa, function() { return xa(a, b, d) }) }, set: function(a, c, d) { var e, f = d && ma(a), g = d && wa(a, b, d, "border-box" === r.css(a, "boxsizing", !1, f), f); return g && (e = aa.exec(c)) && "px" !== (e[3] || "px") && (a.style[b] = c, c = r.css(a, b)), va(a, c, g) } } }), r.csshooks.marginleft = oa(o.reliablemarginleft, function(a, b) { if (b) return (parsefloat(na(a, "marginleft")) || a.getboundingclientrect().left - da(a, { marginleft: 0 }, function() { return a.getboundingclientrect().left })) + "px" }), r.each({ margin: "", padding: "", border: "width" }, function(a, b) { r.csshooks[a + b] = { expand: function(c) { for (var d = 0, e = {}, f = "string" == typeof c ? c.split(" ") : [c]; d < 4; d++) e[a + ba[d] + b] = f[d] || f[d - 2] || f[0]; return e } }, ka.test(a) || (r.csshooks[a + b].set = va) }), r.fn.extend({ css: function(a, b) { return s(this, function(a, b, c) { var d, e, f = {}, g = 0; if (r.isarray(b)) { for (d = ma(a), e = b.length; g < e; g++) f[b[g]] = r.css(a, b[g], !1, d); return f } return void 0 !== c ? r.style(a, b, c) : r.css(a, b) }, a, b, arguments.length > 1) } }); function ya(a, b, c, d, e) { return new ya.prototype.init(a, b, c, d, e) } r.tween = ya, ya.prototype = { constructor: ya, init: function(a, b, c, d, e, f) { this.elem = a, this.prop = c, this.easing = e || r.easing._default, this.options = b, this.start = this.now = this.cur(), this.end = d, this.unit = f || (r.cssnumber[c] ? "": "px") }, cur: function() { var a = ya.prophooks[this.prop]; return a && a.get ? a.get(this) : ya.prophooks._default.get(this) }, run: function(a) { var b, c = ya.prophooks[this.prop]; return this.options.duration ? this.pos = b = r.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) : ya.prophooks._default.set(this), this } }, ya.prototype.init.prototype = ya.prototype, ya.prophooks = { _default: { get: function(a) { var b; return 1 !== a.elem.nodetype || null != a.elem[a.prop] && null == a.elem.style[a.prop] ? a.elem[a.prop] : (b = r.css(a.elem, a.prop, ""), b && "auto" !== b ? b: 0) }, set: function(a) { r.fx.step[a.prop] ? r.fx.step[a.prop](a) : 1 !== a.elem.nodetype || null == a.elem.style[r.cssprops[a.prop]] && !r.csshooks[a.prop] ? a.elem[a.prop] = a.now: r.style(a.elem, a.prop, a.now + a.unit) } } }, ya.prophooks.scrolltop = ya.prophooks.scrollleft = { set: function(a) { a.elem.nodetype && a.elem.parentnode && (a.elem[a.prop] = a.now) } }, r.easing = { linear: function(a) { return a }, swing: function(a) { return.5 - math.cos(a * math.pi) / 2 }, _default: "swing" }, r.fx = ya.prototype.init, r.fx.step = {}; var za, $a, _a = /^(?:toggle|show|hide)$/, ab = /queuehooks$/; function bb() { $a && (a.requestanimationframe(bb), r.fx.tick()) } function cb() { return a.settimeout(function() { za = void 0 }), za = r.now() } function db(a, b) { var c, d = 0, e = { height: a }; for (b = b ? 1 : 0; d < 4; d += 2 - b) c = ba[d], e["margin" + c] = e["padding" + c] = a; return b && (e.opacity = e.width = a), e } function eb(a, b, c) { for (var d, e = (hb.tweeners[b] || []).concat(hb.tweeners["*"]), f = 0, g = e.length; f < g; f++) if (d = e[f].call(c, b, a)) return d } function fb(a, b, c) { var d, e, f, g, h, i, j, k, l = "width" in b || "height" in b, m = this, n = {}, o = a.style, p = a.nodetype && ca(a), q = v.get(a, "fxshow"); c.queue || (g = r._queuehooks(a, "fx"), null == g.unqueued && (g.unqueued = 0, h = g.empty.fire, g.empty.fire = function() { g.unqueued || h() }), g.unqueued++, m.always(function() { m.always(function() { g.unqueued--, r.queue(a, "fx").length || g.empty.fire() }) })); for (d in b) if (e = b[d], _a.test(e)) { if (delete b[d], f = f || "toggle" === e, e === (p ? "hide": "show")) { if ("show" !== e || !q || void 0 === q[d]) continue; p = !0 } n[d] = q && q[d] || r.style(a, d) } if (i = !r.isemptyobject(b), i || !r.isemptyobject(n)) { l && 1 === a.nodetype && (c.overflow = [o.overflow, o.overflowx, o.overflowy], j = q && q.display, null == j && (j = v.get(a, "display")), k = r.css(a, "display"), "none" === k && (j ? k = j: (ha([a], !0), j = a.style.display || j, k = r.css(a, "display"), ha([a]))), ("inline" === k || "inline-block" === k && null != j) && "none" === r.css(a, "float") && (i || (m.done(function() { o.display = j }), null == j && (k = o.display, j = "none" === k ? "": k)), o.display = "inline-block")), c.overflow && (o.overflow = "hidden", m.always(function() { o.overflow = c.overflow[0], o.overflowx = c.overflow[1], o.overflowy = c.overflow[2] })), i = !1; for (d in n) i || (q ? "hidden" in q && (p = q.hidden) : q = v.access(a, "fxshow", { display: j }), f && (q.hidden = !p), p && ha([a], !0), m.done(function() { p || ha([a]), v.remove(a, "fxshow"); for (d in n) r.style(a, d, n[d]) })), i = eb(p ? q[d] : 0, d, m), d in q || (q[d] = i.start, p && (i.end = i.start, i.start = 0)) } } function gb(a, b) { var c, d, e, f, g; for (c in a) if (d = r.camelcase(c), e = b[d], f = a[c], r.isarray(f) && (e = f[1], f = a[c] = f[0]), c !== d && (a[d] = f, delete a[c]), g = r.csshooks[d], g && "expand" in g) { f = g.expand(f), delete a[d]; for (c in f) c in a || (a[c] = f[c], b[c] = e) } else b[d] = e } function hb(a, b, c) { var d, e, f = 0, g = hb.prefilters.length, h = r.deferred().always(function() { delete i.elem }), i = function() { if (e) return ! 1; for (var b = za || cb(), c = math.max(0, j.starttime + j.duration - b), d = c / j.duration || 0, f = 1 - d, g = 0, i = j.tweens.length; g < i; g++) j.tweens[g].run(f); return h.notifywith(a, [j, f, c]), f < 1 && i ? c: (h.resolvewith(a, [j]), !1) }, j = h.promise({ elem: a, props: r.extend({}, b), opts: r.extend(!0, { specialeasing: {}, easing: r.easing._default }, c), originalproperties: b, originaloptions: c, starttime: za || cb(), duration: c.duration, tweens: [], createtween: function(b, c) { var d = r.tween(a, j.opts, b, c, j.opts.specialeasing[b] || j.opts.easing); return j.tweens.push(d), d }, stop: function(b) { var c = 0, d = b ? j.tweens.length: 0; if (e) return this; for (e = !0; c < d; c++) j.tweens[c].run(1); return b ? (h.notifywith(a, [j, 1, 0]), h.resolvewith(a, [j, b])) : h.rejectwith(a, [j, b]), this } }), k = j.props; for (gb(k, j.opts.specialeasing); f < g; f++) if (d = hb.prefilters[f].call(j, a, k, j.opts)) return r.isfunction(d.stop) && (r._queuehooks(j.elem, j.opts.queue).stop = r.proxy(d.stop, d)), d; return r.map(k, eb, j), r.isfunction(j.opts.start) && j.opts.start.call(a, j), r.fx.timer(r.extend(i, { elem: a, anim: j, queue: j.opts.queue })), j.progress(j.opts.progress).done(j.opts.done, j.opts.complete).fail(j.opts.fail).always(j.opts.always) } r.animation = r.extend(hb, { tweeners: { "*": [function(a, b) { var c = this.createtween(a, b); return ea(c.elem, a, aa.exec(b), c), c }] }, tweener: function(a, b) { r.isfunction(a) ? (b = a, a = ["*"]) : a = a.match(k); for (var c, d = 0, e = a.length; d < e; d++) c = a[d], hb.tweeners[c] = hb.tweeners[c] || [], hb.tweeners[c].unshift(b) }, prefilters: [fb], prefilter: function(a, b) { b ? hb.prefilters.unshift(a) : hb.prefilters.push(a) } }), r.speed = function(a, b, c) { var e = a && "object" == typeof a ? r.extend({}, a) : { complete: c || !c && b || r.isfunction(a) && a, duration: a, easing: c && b || b && !r.isfunction(b) && b }; return r.fx.off || d.hidden ? e.duration = 0 : "number" != typeof e.duration && (e.duration in r.fx.speeds ? e.duration = r.fx.speeds[e.duration] : e.duration = r.fx.speeds._default), null != e.queue && e.queue !== !0 || (e.queue = "fx"), e.old = e.complete, e.complete = function() { r.isfunction(e.old) && e.old.call(this), e.queue && r.dequeue(this, e.queue) }, e }, r.fn.extend({ fadeto: function(a, b, c, d) { return this.filter(ca).css("opacity", 0).show().end().animate({ opacity: b }, a, c, d) }, animate: function(a, b, c, d) { var e = r.isemptyobject(a), f = r.speed(b, c, d), g = function() { var b = hb(this, r.extend({}, a), f); (e || v.get(this, "finish")) && b.stop(!0) }; return g.finish = g, e || f.queue === !1 ? this.each(g) : this.queue(f.queue, g) }, stop: function(a, b, c) { var d = function(a) { var b = a.stop; delete a.stop, b(c) }; return "string" != typeof a && (c = b, b = a, a = void 0), b && a !== !1 && this.queue(a || "fx", []), this.each(function() { var b = !0, e = null != a && a + "queuehooks", f = r.timers, g = v.get(this); if (e) g[e] && g[e].stop && d(g[e]); else for (e in g) g[e] && g[e].stop && ab.test(e) && d(g[e]); 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)); ! b && c || r.dequeue(this, a) }) }, finish: function(a) { return a !== !1 && (a = a || "fx"), this.each(function() { var b, c = v.get(this), d = c[a + "queue"], e = c[a + "queuehooks"], f = r.timers, g = d ? d.length: 0; for (c.finish = !0, r.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)); for (b = 0; b < g; b++) d[b] && d[b].finish && d[b].finish.call(this); delete c.finish }) } }), r.each(["toggle", "show", "hide"], function(a, b) { var c = r.fn[b]; r.fn[b] = function(a, d, e) { return null == a || "boolean" == typeof a ? c.apply(this, arguments) : this.animate(db(b, !0), a, d, e) } }), r.each({ slidedown: db("show"), slideup: db("hide"), slidetoggle: db("toggle"), fadein: { opacity: "show" }, fadeout: { opacity: "hide" }, fadetoggle: { opacity: "toggle" } }, function(a, b) { r.fn[a] = function(a, c, d) { return this.animate(b, a, c, d) } }), r.timers = [], r.fx.tick = function() { var a, b = 0, c = r.timers; for (za = r.now(); b < c.length; b++) a = c[b], a() || c[b] !== a || c.splice(b--, 1); c.length || r.fx.stop(), za = void 0 }, r.fx.timer = function(a) { r.timers.push(a), a() ? r.fx.start() : r.timers.pop() }, r.fx.interval = 13, r.fx.start = function() { $a || ($a = a.requestanimationframe ? a.requestanimationframe(bb) : a.setinterval(r.fx.tick, r.fx.interval)) }, r.fx.stop = function() { a.cancelanimationframe ? a.cancelanimationframe($a) : a.clearinterval($a), $a = null }, r.fx.speeds = { slow: 600, fast: 200, _default: 400 }, r.fn.delay = function(b, c) { return b = r.fx ? r.fx.speeds[b] || b: b, c = c || "fx", this.queue(c, function(c, d) { var e = a.settimeout(c, b); d.stop = function() { a.cleartimeout(e) } }) }, function() { var a = d.createelement("input"), b = d.createelement("select"), c = b.appendchild(d.createelement("option")); a.type = "checkbox", o.checkon = "" !== a.value, o.optselected = c.selected, a = d.createelement("input"), a.value = "t", a.type = "radio", o.radiovalue = "t" === a.value } (); var ib, jb = r.expr.attrhandle; r.fn.extend({ attr: function(a, b) { return s(this, r.attr, a, b, arguments.length > 1) }, removeattr: function(a) { return this.each(function() { r.removeattr(this, a) }) } }), r.extend({ attr: function(a, b, c) { var d, e, f = a.nodetype; if (3 !== f && 8 !== f && 2 !== f) return "undefined" == typeof a.getattribute ? r.prop(a, b, c) : (1 === f && r.isxmldoc(a) || (e = r.attrhooks[b.tolowercase()] || (r.expr.match.bool.test(b) ? ib: void 0)), void 0 !== c ? null === c ? void r.removeattr(a, b) : e && "set" in e && void 0 !== (d = e.set(a, c, b)) ? d: (a.setattribute(b, c + ""), c) : e && "get" in e && null !== (d = e.get(a, b)) ? d: (d = r.find.attr(a, b), null == d ? void 0 : d)) }, attrhooks: { type: { set: function(a, b) { if (!o.radiovalue && "radio" === b && r.nodename(a, "input")) { var c = a.value; return a.setattribute("type", b), c && (a.value = c), b } } } }, removeattr: function(a, b) { var c, d = 0, e = b && b.match(k); if (e && 1 === a.nodetype) while (c = e[d++]) a.removeattribute(c) } }), ib = { set: function(a, b, c) { return b === !1 ? r.removeattr(a, c) : a.setattribute(c, c), c } }, r.each(r.expr.match.bool.source.match(/\w+/g), function(a, b) { var c = jb[b] || r.find.attr; jb[b] = function(a, b, d) { var e, f, g = b.tolowercase(); return d || (f = jb[g], jb[g] = e, e = null != c(a, b, d) ? g: null, jb[g] = f), e } }); var kb = /^(?:input|select|textarea|button)$/i, lb = /^(?:a|area)$/i; r.fn.extend({ prop: function(a, b) { return s(this, r.prop, a, b, arguments.length > 1) }, removeprop: function(a) { return this.each(function() { delete this[r.propfix[a] || a] }) } }), r.extend({ prop: function(a, b, c) { var d, e, f = a.nodetype; if (3 !== f && 8 !== f && 2 !== f) return 1 === f && r.isxmldoc(a) || (b = r.propfix[b] || b, e = r.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] }, prophooks: { tabindex: { get: function(a) { var b = r.find.attr(a, "tabindex"); return b ? parseint(b, 10) : kb.test(a.nodename) || lb.test(a.nodename) && a.href ? 0 : -1 } } }, propfix: { "for": "htmlfor", "class": "classname" } }), o.optselected || (r.prophooks.selected = { get: function(a) { var b = a.parentnode; return b && b.parentnode && b.parentnode.selectedindex, null }, set: function(a) { var b = a.parentnode; b && (b.selectedindex, b.parentnode && b.parentnode.selectedindex) } }), r.each(["tabindex", "readonly", "maxlength", "cellspacing", "cellpadding", "rowspan", "colspan", "usemap", "frameborder", "contenteditable"], function() { r.propfix[this.tolowercase()] = this }); function mb(a) { var b = a.match(k) || []; return b.join(" ") } function nb(a) { return a.getattribute && a.getattribute("class") || "" } r.fn.extend({ addclass: function(a) { var b, c, d, e, f, g, h, i = 0; if (r.isfunction(a)) return this.each(function(b) { r(this).addclass(a.call(this, b, nb(this))) }); if ("string" == typeof a && a) { b = a.match(k) || []; while (c = this[i++]) if (e = nb(c), d = 1 === c.nodetype && " " + mb(e) + " ") { g = 0; while (f = b[g++]) d.indexof(" " + f + " ") < 0 && (d += f + " "); h = mb(d), e !== h && c.setattribute("class", h) } } return this }, removeclass: function(a) { var b, c, d, e, f, g, h, i = 0; if (r.isfunction(a)) return this.each(function(b) { r(this).removeclass(a.call(this, b, nb(this))) }); if (!arguments.length) return this.attr("class", ""); if ("string" == typeof a && a) { b = a.match(k) || []; while (c = this[i++]) if (e = nb(c), d = 1 === c.nodetype && " " + mb(e) + " ") { g = 0; while (f = b[g++]) while (d.indexof(" " + f + " ") > -1) d = d.replace(" " + f + " ", " "); h = mb(d), e !== h && c.setattribute("class", h) } } return this }, toggleclass: function(a, b) { var c = typeof a; return "boolean" == typeof b && "string" === c ? b ? this.addclass(a) : this.removeclass(a) : r.isfunction(a) ? this.each(function(c) { r(this).toggleclass(a.call(this, c, nb(this), b), b) }) : this.each(function() { var b, d, e, f; if ("string" === c) { d = 0, e = r(this), f = a.match(k) || []; while (b = f[d++]) e.hasclass(b) ? e.removeclass(b) : e.addclass(b) } else void 0 !== a && "boolean" !== c || (b = nb(this), b && v.set(this, "__classname__", b), this.setattribute && this.setattribute("class", b || a === !1 ? "": v.get(this, "__classname__") || "")) }) }, hasclass: function(a) { var b, c, d = 0; b = " " + a + " "; while (c = this[d++]) if (1 === c.nodetype && (" " + mb(nb(c)) + " ").indexof(b) > -1) return ! 0; return ! 1 } }); var ob = /\r/g; r.fn.extend({ val: function(a) { var b, c, d, e = this[0]; { if (arguments.length) return d = r.isfunction(a), this.each(function(c) { var e; 1 === this.nodetype && (e = d ? a.call(this, c, r(this).val()) : a, null == e ? e = "": "number" == typeof e ? e += "": r.isarray(e) && (e = r.map(e, function(a) { return null == a ? "": a + "" })), b = r.valhooks[this.type] || r.valhooks[this.nodename.tolowercase()], b && "set" in b && void 0 !== b.set(this, e, "value") || (this.value = e)) }); if (e) return b = r.valhooks[e.type] || r.valhooks[e.nodename.tolowercase()], b && "get" in b && void 0 !== (c = b.get(e, "value")) ? c: (c = e.value, "string" == typeof c ? c.replace(ob, "") : null == c ? "": c) } } }), r.extend({ valhooks: { option: { get: function(a) { var b = r.find.attr(a, "value"); return null != b ? b: mb(r.text(a)) } }, select: { get: function(a) { var b, c, d, e = a.options, f = a.selectedindex, g = "select-one" === a.type, h = g ? null: [], i = g ? f + 1 : e.length; for (d = f < 0 ? i: g ? f: 0; d < i; d++) if (c = e[d], (c.selected || d === f) && !c.disabled && (!c.parentnode.disabled || !r.nodename(c.parentnode, "optgroup"))) { if (b = r(c).val(), g) return b; h.push(b) } return h }, set: function(a, b) { var c, d, e = a.options, f = r.makearray(b), g = e.length; while (g--) d = e[g], (d.selected = r.inarray(r.valhooks.option.get(d), f) > -1) && (c = !0); return c || (a.selectedindex = -1), f } } } }), r.each(["radio", "checkbox"], function() { r.valhooks[this] = { set: function(a, b) { if (r.isarray(b)) return a.checked = r.inarray(r(a).val(), b) > -1 } }, o.checkon || (r.valhooks[this].get = function(a) { return null === a.getattribute("value") ? "on": a.value }) }); var pb = /^(?:focusinfocus|focusoutblur)$/; r.extend(r.event, { trigger: function(b, c, e, f) { var g, h, i, j, k, m, n, o = [e || d], p = l.call(b, "type") ? b.type: b, q = l.call(b, "namespace") ? b.namespace.split(".") : []; if (h = i = e = e || d, 3 !== e.nodetype && 8 !== e.nodetype && !pb.test(p + r.event.triggered) && (p.indexof(".") > -1 && (q = p.split("."), p = q.shift(), q.sort()), k = p.indexof(":") < 0 && "on" + p, b = b[r.expando] ? b: new r.event(p, "object" == typeof b && b), b.istrigger = f ? 2 : 3, b.namespace = q.join("."), b.rnamespace = b.namespace ? new regexp("(^|\\.)" + q.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, b.result = void 0, b.target || (b.target = e), c = null == c ? [b] : r.makearray(c, [b]), n = r.event.special[p] || {}, f || !n.trigger || n.trigger.apply(e, c) !== !1)) { if (!f && !n.nobubble && !r.iswindow(e)) { for (j = n.delegatetype || p, pb.test(j + p) || (h = h.parentnode); h; h = h.parentnode) o.push(h), i = h; i === (e.ownerdocument || d) && o.push(i.defaultview || i.parentwindow || a) } g = 0; while ((h = o[g++]) && !b.ispropagationstopped()) b.type = g > 1 ? j: n.bindtype || p, m = (v.get(h, "events") || {})[b.type] && v.get(h, "handle"), m && m.apply(h, c), m = k && h[k], m && m.apply && t(h) && (b.result = m.apply(h, c), b.result === !1 && b.preventdefault()); return b.type = p, f || b.isdefaultprevented() || n._default && n._default.apply(o.pop(), c) !== !1 || !t(e) || k && r.isfunction(e[p]) && !r.iswindow(e) && (i = e[k], i && (e[k] = null), r.event.triggered = p, e[p](), r.event.triggered = void 0, i && (e[k] = i)), b.result } }, simulate: function(a, b, c) { var d = r.extend(new r.event, c, { type: a, issimulated: !0 }); r.event.trigger(d, null, b) } }), r.fn.extend({ trigger: function(a, b) { return this.each(function() { r.event.trigger(a, b, this) }) }, triggerhandler: function(a, b) { var c = this[0]; if (c) return r.event.trigger(a, b, c, !0) } }), r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "), function(a, b) { r.fn[b] = function(a, c) { return arguments.length > 0 ? this.on(b, null, a, c) : this.trigger(b) } }), r.fn.extend({ hover: function(a, b) { return this.mouseenter(a).mouseleave(b || a) } }), o.focusin = "onfocusin" in a, o.focusin || r.each({ focus: "focusin", blur: "focusout" }, function(a, b) { var c = function(a) { r.event.simulate(b, a.target, r.event.fix(a)) }; r.event.special[b] = { setup: function() { var d = this.ownerdocument || this, e = v.access(d, b); e || d.addeventlistener(a, c, !0), v.access(d, b, (e || 0) + 1) }, teardown: function() { var d = this.ownerdocument || this, e = v.access(d, b) - 1; e ? v.access(d, b, e) : (d.removeeventlistener(a, c, !0), v.remove(d, b)) } } }); var qb = a.location, rb = r.now(), sb = /\?/; r.parsexml = function(b) { var c; if (!b || "string" != typeof b) return null; try { c = (new a.domparser).parsefromstring(b, "text/xml") } catch(d) { c = void 0 } return c && !c.getelementsbytagname("parsererror").length || r.error("invalid xml: " + b), c }; var tb = /\[\]$/, ub = /\r?\n/g, vb = /^(?:submit|button|image|reset|file)$/i, wb = /^(?:input|select|textarea|keygen)/i; function xb(a, b, c, d) { var e; if (r.isarray(b)) r.each(b, function(b, e) { c || tb.test(a) ? d(a, e) : xb(a + "[" + ("object" == typeof e && null != e ? b: "") + "]", e, c, d) }); else if (c || "object" !== r.type(b)) d(a, b); else for (e in b) xb(a + "[" + e + "]", b[e], c, d) } r.param = function(a, b) { var c, d = [], e = function(a, b) { var c = r.isfunction(b) ? b() : b; d[d.length] = encodeuricomponent(a) + "=" + encodeuricomponent(null == c ? "": c) }; if (r.isarray(a) || a.jquery && !r.isplainobject(a)) r.each(a, function() { e(this.name, this.value) }); else for (c in a) xb(c, a[c], b, e); return d.join("&") }, r.fn.extend({ serialize: function() { return r.param(this.serializearray()) }, serializearray: function() { return this.map(function() { var a = r.prop(this, "elements"); return a ? r.makearray(a) : this }).filter(function() { var a = this.type; return this.name && !r(this).is(":disabled") && wb.test(this.nodename) && !vb.test(a) && (this.checked || !ia.test(a)) }).map(function(a, b) { var c = r(this).val(); return null == c ? null: r.isarray(c) ? r.map(c, function(a) { return { name: b.name, value: a.replace(ub, "\r\n") } }) : { name: b.name, value: c.replace(ub, "\r\n") } }).get() } }); var yb = /%20/g, zb = /#.*$/, ab = /([?&])_=[^&]*/, bb = /^(.*?):[ \t]*([^\r\n]*)$/gm, cb = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, db = /^(?:get|head)$/, eb = /^\/\//, fb = {}, gb = {}, hb = "*/".concat("*"), ib = d.createelement("a"); ib.href = qb.href; function jb(a) { return function(b, c) { "string" != typeof b && (c = b, b = "*"); var d, e = 0, f = b.tolowercase().match(k) || []; if (r.isfunction(c)) while (d = f[e++])"+" === d[0] ? (d = d.slice(1) || "*", (a[d] = a[d] || []).unshift(c)) : (a[d] = a[d] || []).push(c) } } function kb(a, b, c, d) { var e = {}, f = a === gb; function g(h) { var i; return e[h] = !0, r.each(a[h] || [], function(a, h) { var j = h(b, c, d); return "string" != typeof j || f || e[j] ? f ? !(i = j) : void 0 : (b.datatypes.unshift(j), g(j), !1) }), i } return g(b.datatypes[0]) || !e["*"] && g("*") } function lb(a, b) { var c, d, e = r.ajaxsettings.flatoptions || {}; for (c in b) void 0 !== b[c] && ((e[c] ? a: d || (d = {}))[c] = b[c]); return d && r.extend(!0, a, d), a } function mb(a, b, c) { var d, e, f, g, h = a.contents, i = a.datatypes; while ("*" === i[0]) i.shift(), void 0 === d && (d = a.mimetype || b.getresponseheader("content-type")); if (d) for (e in h) if (h[e] && h[e].test(d)) { i.unshift(e); break } if (i[0] in c) f = i[0]; else { for (e in c) { if (!i[0] || a.converters[e + " " + i[0]]) { f = e; break } g || (g = e) } f = f || g } if (f) return f !== i[0] && i.unshift(f), c[f] } function nb(a, b, c, d) { var e, f, g, h, i, j = {}, k = a.datatypes.slice(); if (k[1]) for (g in a.converters) j[g.tolowercase()] = a.converters[g]; f = k.shift(); 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) { 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]])) { g === !0 ? g = j[e] : j[e] !== !0 && (f = h[0], k.unshift(h[1])); break } if (g !== !0) if (g && a["throws"]) b = g(b); else try { b = g(b) } catch(l) { return { state: "parsererror", error: g ? l: "no conversion from " + i + " to " + f } } } return { state: "success", data: b } } r.extend({ active: 0, lastmodified: {}, etag: {}, ajaxsettings: { url: qb.href, type: "get", islocal: cb.test(qb.protocol), global: !0, processdata: !0, async: !0, contenttype: "application/x-www-form-urlencoded; charset=utf-8", accepts: { "*": hb, text: "text/plain", html: "text/html", xml: "application/xml, text/xml", json: "application/json, text/javascript" }, contents: { xml: /\bxml\b/, html: /\bhtml/, json: /\bjson\b/ }, responsefields: { xml: "responsexml", text: "responsetext", json: "responsejson" }, converters: { "* text": string, "text html": !0, "text json": json.parse, "text xml": r.parsexml }, flatoptions: { url: !0, context: !0 } }, ajaxsetup: function(a, b) { return b ? lb(lb(a, r.ajaxsettings), b) : lb(r.ajaxsettings, a) }, ajaxprefilter: jb(fb), ajaxtransport: jb(gb), ajax: function(b, c) { "object" == typeof b && (c = b, b = void 0), c = c || {}; var e, f, g, h, i, j, k, l, m, n, o = r.ajaxsetup({}, c), p = o.context || o, q = o.context && (p.nodetype || p.jquery) ? r(p) : r.event, s = r.deferred(), t = r.callbacks("once memory"), u = o.statuscode || {}, v = {}, w = {}, x = "canceled", y = { readystate: 0, getresponseheader: function(a) { var b; if (k) { if (!h) { h = {}; while (b = bb.exec(g)) h[b[1].tolowercase()] = b[2] } b = h[a.tolowercase()] } return null == b ? null: b }, getallresponseheaders: function() { return k ? g: null }, setrequestheader: function(a, b) { return null == k && (a = w[a.tolowercase()] = w[a.tolowercase()] || a, v[a] = b), this }, overridemimetype: function(a) { return null == k && (o.mimetype = a), this }, statuscode: function(a) { var b; if (a) if (k) y.always(a[y.status]); else for (b in a) u[b] = [u[b], a[b]]; return this }, abort: function(a) { var b = a || x; return e && e.abort(b), a(0, b), this } }; if (s.promise(y), o.url = ((b || o.url || qb.href) + "").replace(eb, qb.protocol + "//"), o.type = c.method || c.type || o.method || o.type, o.datatypes = (o.datatype || "*").tolowercase().match(k) || [""], null == o.crossdomain) { j = d.createelement("a"); try { j.href = o.url, j.href = j.href, o.crossdomain = ib.protocol + "//" + ib.host != j.protocol + "//" + j.host } catch(z) { o.crossdomain = !0 } } if (o.data && o.processdata && "string" != typeof o.data && (o.data = r.param(o.data, o.traditional)), kb(fb, o, c, y), k) return y; l = r.event && o.global, l && 0 === r.active++&&r.event.trigger("ajaxstart"), o.type = o.type.touppercase(), o.hascontent = !db.test(o.type), f = o.url.replace(zb, ""), o.hascontent ? o.data && o.processdata && 0 === (o.contenttype || "").indexof("application/x-www-form-urlencoded") && (o.data = o.data.replace(yb, "+")) : (n = o.url.slice(f.length), o.data && (f += (sb.test(f) ? "&": "?") + o.data, delete o.data), o.cache === !1 && (f = f.replace(ab, "$1"), n = (sb.test(f) ? "&": "?") + "_=" + rb+++n), o.url = f + n), o.ifmodified && (r.lastmodified[f] && y.setrequestheader("if-modified-since", r.lastmodified[f]), r.etag[f] && y.setrequestheader("if-none-match", r.etag[f])), (o.data && o.hascontent && o.contenttype !== !1 || c.contenttype) && y.setrequestheader("content-type", o.contenttype), y.setrequestheader("accept", o.datatypes[0] && o.accepts[o.datatypes[0]] ? o.accepts[o.datatypes[0]] + ("*" !== o.datatypes[0] ? ", " + hb + "; q=0.01": "") : o.accepts["*"]); for (m in o.headers) y.setrequestheader(m, o.headers[m]); if (o.beforesend && (o.beforesend.call(p, y, o) === !1 || k)) return y.abort(); if (x = "abort", t.add(o.complete), y.done(o.success), y.fail(o.error), e = kb(gb, o, c, y)) { if (y.readystate = 1, l && q.trigger("ajaxsend", [y, o]), k) return y; o.async && o.timeout > 0 && (i = a.settimeout(function() { y.abort("timeout") }, o.timeout)); try { k = !1, e.send(v, a) } catch(z) { if (k) throw z; a( - 1, z) } } else a( - 1, "no transport"); function a(b, c, d, h) { var j, m, n, v, w, x = c; k || (k = !0, i && a.cleartimeout(i), e = void 0, g = h || "", y.readystate = b > 0 ? 4 : 0, j = b >= 200 && b < 300 || 304 === b, d && (v = mb(o, y, d)), v = nb(o, v, y, j), j ? (o.ifmodified && (w = y.getresponseheader("last-modified"), w && (r.lastmodified[f] = w), w = y.getresponseheader("etag"), w && (r.etag[f] = w)), 204 === b || "head" === o.type ? x = "nocontent": 304 === b ? x = "notmodified": (x = v.state, m = v.data, n = v.error, j = !n)) : (n = x, !b && x || (x = "error", b < 0 && (b = 0))), y.status = b, y.statustext = (c || x) + "", j ? s.resolvewith(p, [m, x, y]) : s.rejectwith(p, [y, x, n]), y.statuscode(u), u = void 0, l && q.trigger(j ? "ajaxsuccess": "ajaxerror", [y, o, j ? m: n]), t.firewith(p, [y, x]), l && (q.trigger("ajaxcomplete", [y, o]), --r.active || r.event.trigger("ajaxstop"))) } return y }, getjson: function(a, b, c) { return r.get(a, b, c, "json") }, getscript: function(a, b) { return r.get(a, void 0, b, "script") } }), r.each(["get", "post"], function(a, b) { r[b] = function(a, c, d, e) { return r.isfunction(c) && (e = e || d, d = c, c = void 0), r.ajax(r.extend({ url: a, type: b, datatype: e, data: c, success: d }, r.isplainobject(a) && a)) } }), r._evalurl = function(a) { return r.ajax({ url: a, type: "get", datatype: "script", cache: !0, async: !1, global: !1, "throws": !0 }) }, r.fn.extend({ wrapall: function(a) { var b; return this[0] && (r.isfunction(a) && (a = a.call(this[0])), b = r(a, this[0].ownerdocument).eq(0).clone(!0), this[0].parentnode && b.insertbefore(this[0]), b.map(function() { var a = this; while (a.firstelementchild) a = a.firstelementchild; return a }).append(this)), this }, wrapinner: function(a) { return r.isfunction(a) ? this.each(function(b) { r(this).wrapinner(a.call(this, b)) }) : this.each(function() { var b = r(this), c = b.contents(); c.length ? c.wrapall(a) : b.append(a) }) }, wrap: function(a) { var b = r.isfunction(a); return this.each(function(c) { r(this).wrapall(b ? a.call(this, c) : a) }) }, unwrap: function(a) { return this.parent(a).not("body").each(function() { r(this).replacewith(this.childnodes) }), this } }), r.expr.pseudos.hidden = function(a) { return ! r.expr.pseudos.visible(a) }, r.expr.pseudos.visible = function(a) { return !! (a.offsetwidth || a.offsetheight || a.getclientrects().length) }, r.ajaxsettings.xhr = function() { try { return new a.xmlhttprequest } catch(b) {} }; var ob = { 0 : 200, 1223 : 204 }, pb = r.ajaxsettings.xhr(); o.cors = !!pb && "withcredentials" in pb, o.ajax = pb = !!pb, r.ajaxtransport(function(b) { var c, d; if (o.cors || pb && !b.crossdomain) return { send: function(e, f) { var g, h = b.xhr(); if (h.open(b.type, b.url, b.async, b.username, b.password), b.xhrfields) for (g in b.xhrfields) h[g] = b.xhrfields[g]; b.mimetype && h.overridemimetype && h.overridemimetype(b.mimetype), b.crossdomain || e["x-requested-with"] || (e["x-requested-with"] = "xmlhttprequest"); for (g in e) h.setrequestheader(g, e[g]); c = function(a) { return function() { c && (c = d = h.onload = h.onerror = h.onabort = h.onreadystatechange = null, "abort" === a ? h.abort() : "error" === a ? "number" != typeof h.status ? f(0, "error") : f(h.status, h.statustext) : f(ob[h.status] || h.status, h.statustext, "text" !== (h.responsetype || "text") || "string" != typeof h.responsetext ? { binary: h.response }: { text: h.responsetext }, h.getallresponseheaders())) } }, h.onload = c(), d = h.onerror = c("error"), void 0 !== h.onabort ? h.onabort = d: h.onreadystatechange = function() { 4 === h.readystate && a.settimeout(function() { c && d() }) }, c = c("abort"); try { h.send(b.hascontent && b.data || null) } catch(i) { if (c) throw i } }, abort: function() { c && c() } } }), r.ajaxprefilter(function(a) { a.crossdomain && (a.contents.script = !1) }), r.ajaxsetup({ accepts: { script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" }, contents: { script: /\b(?:java|ecma)script\b/ }, converters: { "text script": function(a) { return r.globaleval(a), a } } }), r.ajaxprefilter("script", function(a) { void 0 === a.cache && (a.cache = !1), a.crossdomain && (a.type = "get") }), r.ajaxtransport("script", function(a) { if (a.crossdomain) { var b, c; return { send: function(e, f) { b = r("