/*! jquery v1.12.3 | (c) jquery foundation | jquery.org/license */ !function (a, b) { "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) { var c = [], d = a.document, e = c.slice, f = c.concat, g = c.push, h = c.indexof, i = {}, j = i.tostring, k = i.hasownproperty, l = {}, m = "1.12.3", n = function (a, b) { return new n.fn.init(a, b) }, o = /^[\s\ufeff\xa0]+|[\s\ufeff\xa0]+$/g, p = /^-ms-/, q = /-([\da-z])/gi, r = function (a, b) { return b.touppercase() }; n.fn = n.prototype = { jquery: m, constructor: n, selector: "", length: 0, toarray: function () { return e.call(this) }, get: function (a) { return null != a ? 0 > a ? this[a + this.length] : this[a] : e.call(this) }, pushstack: function (a) { var b = n.merge(this.constructor(), a); return b.prevobject = this, b.context = this.context, b }, each: function (a) { return n.each(this, a) }, map: function (a) { return this.pushstack(n.map(this, function (b, c) { return a.call(b, c, b) })) }, slice: function () { return this.pushstack(e.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, eq: function (a) { var b = this.length, c = +a + (0 > a ? b : 0); return this.pushstack(c >= 0 && b > c ? [this[c]] : []) }, end: function () { return this.prevobject || this.constructor() }, push: g, sort: c.sort, splice: c.splice }, n.extend = n.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 || n.isfunction(g) || (g = {}), h === i && (g = this, h--); i > h; h++)if (null != (e = arguments[h]))for (d in e)a = g[d], c = e[d], g !== c && (j && c && (n.isplainobject(c) || (b = n.isarray(c))) ? (b ? (b = !1, f = a && n.isarray(a) ? a : []) : f = a && n.isplainobject(a) ? a : {}, g[d] = n.extend(j, f, c)) : void 0 !== c && (g[d] = c)); return g }, n.extend({ expando: "jquery" + (m + math.random()).replace(/\d/g, ""), isready: !0, error: function (a) { throw new error(a) }, noop: function () { }, isfunction: function (a) { return "function" === n.type(a) }, isarray: array.isarray || function (a) { return "array" === n.type(a) }, iswindow: function (a) { return null != a && a == a.window }, isnumeric: function (a) { var b = a && a.tostring(); return !n.isarray(a) && b - parsefloat(b) + 1 >= 0 }, isemptyobject: function (a) { var b; for (b in a)return !1; return !0 }, isplainobject: function (a) { var b; if (!a || "object" !== n.type(a) || a.nodetype || n.iswindow(a))return !1; try { if (a.constructor && !k.call(a, "constructor") && !k.call(a.constructor.prototype, "isprototypeof"))return !1 } catch (c) { return !1 } if (!l.ownfirst)for (b in a)return k.call(a, b); for (b in a); return void 0 === b || k.call(a, b) }, type: function (a) { return null == a ? a + "" : "object" == typeof a || "function" == typeof a ? i[j.call(a)] || "object" : typeof a }, globaleval: function (b) { b && n.trim(b) && (a.execscript || function (b) { a.eval.call(a, b) })(b) }, camelcase: function (a) { return a.replace(p, "ms-").replace(q, r) }, nodename: function (a, b) { return a.nodename && a.nodename.tolowercase() === b.tolowercase() }, each: function (a, b) { var c, d = 0; if (s(a)) { for (c = a.length; c > d; 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(o, "") }, makearray: function (a, b) { var c = b || []; return null != a && (s(object(a)) ? n.merge(c, "string" == typeof a ? [a] : a) : g.call(c, a)), c }, inarray: function (a, b, c) { var d; if (b) { if (h)return h.call(b, a, c); for (d = b.length, c = c ? 0 > c ? math.max(0, d + c) : c : 0; d > c; c++)if (c in b && b[c] === a)return c } return -1 }, merge: function (a, b) { var c = +b.length, d = 0, e = a.length; while (c > d)a[e++] = b[d++]; if (c !== c)while (void 0 !== b[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; g > f; f++)d = !b(a[f], f), d !== h && e.push(a[f]); return e }, map: function (a, b, c) { var d, e, g = 0, h = []; if (s(a))for (d = a.length; d > g; g++)e = b(a[g], g, c), null != e && h.push(e); else for (g in a)e = b(a[g], g, c), null != e && h.push(e); return f.apply([], h) }, guid: 1, proxy: function (a, b) { var c, d, f; return "string" == typeof b && (f = a[b], b = a, a = f), n.isfunction(a) ? (c = e.call(arguments, 2), d = function () { return a.apply(b || this, c.concat(e.call(arguments))) }, d.guid = a.guid = a.guid || n.guid++, d) : void 0 }, now: function () { return +new date }, support: l }), "function" == typeof symbol && (n.fn[symbol.iterator] = c[symbol.iterator]), n.each("boolean number string function array date regexp object error symbol".split(" "), function (a, b) { i["[object " + b + "]"] = b.tolowercase() }); function s(a) { var b = !!a && "length"in a && a.length, c = n.type(a); return "function" === c || n.iswindow(a) ? !1 : "array" === c || 0 === b || "number" == typeof b && b > 0 && b - 1 in a } var t = 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 = ga(), z = ga(), a = ga(), b = function (a, b) { return a === b && (l = !0), 0 }, c = 1 << 31, d = {}.hasownproperty, e = [], f = e.pop, g = e.push, h = e.push, i = e.slice, j = function (a, b) { for (var c = 0, d = a.length; d > c; c++)if (a[c] === b)return c; return -1 }, k = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", l = "[\\x20\\t\\r\\n\\f]", m = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", n = "\\[" + l + "*(" + m + ")(?:" + l + "*([*^$|!~]?=)" + l + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + m + "))|)" + l + "*\\]", o = ":(" + m + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + n + ")*)|.*)\\)|)", p = new regexp(l + "+", "g"), q = new regexp("^" + l + "+|((?:^|[^\\\\])(?:\\\\.)*)" + l + "+$", "g"), r = new regexp("^" + l + "*," + l + "*"), s = new regexp("^" + l + "*([>+~]|" + l + ")" + l + "*"), t = new regexp("=" + l + "*([^\\]'\"]*?)" + l + "*\\]", "g"), u = new regexp(o), v = new regexp("^" + m + "$"), w = { id: new regexp("^#(" + m + ")"), class: new regexp("^\\.(" + m + ")"), tag: new regexp("^(" + m + "|[*])"), attr: new regexp("^" + n), pseudo: new regexp("^" + o), child: new regexp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + l + "*(even|odd|(([+-]|)(\\d*)n|)" + l + "*(?:([+-]|)" + l + "*(\\d+)|))" + l + "*\\)|)", "i"), bool: new regexp("^(?:" + k + ")$", "i"), needscontext: new regexp("^" + l + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + l + "*((?:-\\d)?\\d*)" + l + "*\\)|)(?=[^-]|$)", "i") }, x = /^(?:input|select|textarea|button)$/i, y = /^h\d$/i, z = /^[^{]+\{\s*\[native \w/, $ = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, _ = /[+~]/, aa = /'|\\/g, ba = new regexp("\\\\([\\da-f]{1,6}" + l + "?|(" + l + ")|.)", "ig"), ca = function (a, b, c) { var d = "0x" + b - 65536; return d !== d || c ? b : 0 > d ? string.fromcharcode(d + 65536) : string.fromcharcode(d >> 10 | 55296, 1023 & d | 56320) }, da = function () { m() }; try { h.apply(e = i.call(v.childnodes), v.childnodes), e[v.childnodes.length].nodetype } catch (ea) { h = { apply: e.length ? function (a, b) { g.apply(a, i.call(b)) } : function (a, b) { var c = a.length, d = 0; while (a[c++] = b[d++]); a.length = c - 1 } } } function fa(a, b, d, e) { var f, h, j, k, l, o, r, s, w = b && b.ownerdocument, x = b ? b.nodetype : 9; if (d = d || [], "string" != typeof a || !a || 1 !== x && 9 !== x && 11 !== x)return d; if (!e && ((b ? b.ownerdocument || b : v) !== n && m(b), b = b || n, p)) { if (11 !== x && (o = $.exec(a)))if (f = o[1]) { if (9 === x) { if (!(j = b.getelementbyid(f)))return d; if (j.id === f)return d.push(j), d } else if (w && (j = w.getelementbyid(f)) && t(b, j) && j.id === f)return d.push(j), d } else { if (o[2])return h.apply(d, b.getelementsbytagname(a)), d; if ((f = o[3]) && c.getelementsbyclassname && b.getelementsbyclassname)return h.apply(d, b.getelementsbyclassname(f)), d } if (c.qsa && !a[a + " "] && (!q || !q.test(a))) { if (1 !== x)w = b, s = a; else if ("object" !== b.nodename.tolowercase()) { (k = b.getattribute("id")) ? k = k.replace(aa, "\\$&") : b.setattribute("id", k = u), r = g(a), h = r.length, l = v.test(k) ? "#" + k : "[id='" + k + "']"; while (h--)r[h] = l + " " + qa(r[h]); s = r.join(","), w = _.test(a) && oa(b.parentnode) || b } if (s)try { return h.apply(d, w.queryselectorall(s)), d } catch (y) { } finally { k === u && b.removeattribute("id") } } } return i(a.replace(q, "$1"), b, d, e) } function ga() { var a = []; function b(c, e) { return a.push(c + " ") > d.cachelength && delete b[a.shift()], b[c + " "] = e } return b } function ha(a) { return a[u] = !0, a } function ia(a) { var b = n.createelement("div"); try { return !!a(b) } catch (c) { return !1 } finally { b.parentnode && b.parentnode.removechild(b), b = null } } function ja(a, b) { var c = a.split("|"), e = c.length; while (e--)d.attrhandle[c[e]] = b } function ka(a, b) { var c = b && a, d = c && 1 === a.nodetype && 1 === b.nodetype && (~b.sourceindex || c) - (~a.sourceindex || c); if (d)return d; if (c)while (c = c.nextsibling)if (c === b)return -1; return a ? 1 : -1 } function la(a) { return function (b) { var c = b.nodename.tolowercase(); return "input" === c && b.type === a } } function ma(a) { return function (b) { var c = b.nodename.tolowercase(); return ("input" === c || "button" === c) && b.type === a } } function na(a) { return ha(function (b) { return b = +b, ha(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 oa(a) { return a && "undefined" != typeof a.getelementsbytagname && a } c = fa.support = {}, f = fa.isxml = function (a) { var b = a && (a.ownerdocument || a).documentelement; return b ? "html" !== b.nodename : !1 }, m = fa.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), (e = n.defaultview) && e.top !== e && (e.addeventlistener ? e.addeventlistener("unload", da, !1) : e.attachevent && e.attachevent("onunload", da)), c.attributes = ia(function (a) { return a.classname = "i", !a.getattribute("classname") }), c.getelementsbytagname = ia(function (a) { return a.appendchild(n.createcomment("")), !a.getelementsbytagname("*").length }), c.getelementsbyclassname = z.test(n.getelementsbyclassname), c.getbyid = ia(function (a) { return o.appendchild(a).id = u, !n.getelementsbyname || !n.getelementsbyname(u).length }), c.getbyid ? (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(ba, ca); return function (a) { return a.getattribute("id") === b } }) : (delete d.find.id, d.filter.id = function (a) { var b = a.replace(ba, ca); return function (a) { var c = "undefined" != typeof a.getattributenode && a.getattributenode("id"); return c && c.value === b } }), 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) { return "undefined" != typeof b.getelementsbyclassname && p ? b.getelementsbyclassname(a) : void 0 }, r = [], q = [], (c.qsa = z.test(n.queryselectorall)) && (ia(function (a) { o.appendchild(a).innerhtml = "", a.queryselectorall("[msallowcapture^='']").length && q.push("[*^$]=" + l + "*(?:''|\"\")"), a.queryselectorall("[selected]").length || q.push("\\[" + l + "*(?:value|" + k + ")"), a.queryselectorall("[id~=" + u + "-]").length || q.push("~="), a.queryselectorall(":checked").length || q.push(":checked"), a.queryselectorall("a#" + u + "+*").length || q.push(".#.+[+~]") }), ia(function (a) { var b = n.createelement("input"); b.setattribute("type", "hidden"), a.appendchild(b).setattribute("name", "d"), a.queryselectorall("[name=d]").length && q.push("name" + l + "*[*^$|!~]?="), a.queryselectorall(":enabled").length || q.push(":enabled", ":disabled"), a.queryselectorall("*,:x"), q.push(",.*:") })), (c.matchesselector = z.test(s = o.matches || o.webkitmatchesselector || o.mozmatchesselector || o.omatchesselector || o.msmatchesselector)) && ia(function (a) { c.disconnectedmatch = s.call(a, "div"), s.call(a, "[s!='']:x"), r.push("!=", o) }), q = q.length && new regexp(q.join("|")), r = r.length && new regexp(r.join("|")), b = z.test(o.comparedocumentposition), t = b || z.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 ? j(k, a) - j(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 ? j(k, a) - j(k, b) : 0; if (e === f)return ka(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 ? ka(g[d], h[d]) : g[d] === v ? -1 : h[d] === v ? 1 : 0 }, n) : n }, fa.matches = function (a, b) { return fa(a, null, null, b) }, fa.matchesselector = function (a, b) { if ((a.ownerdocument || a) !== n && m(a), b = b.replace(t, "='$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 fa(b, n, null, [a]).length > 0 }, fa.contains = function (a, b) { return (a.ownerdocument || a) !== n && m(a), t(a, b) }, fa.attr = function (a, b) { (a.ownerdocument || a) !== n && m(a); var e = d.attrhandle[b.tolowercase()], f = e && d.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 }, fa.error = function (a) { throw new error("syntax error, unrecognized expression: " + a) }, fa.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 = fa.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 = fa.selectors = { cachelength: 50, createpseudo: ha, match: w, 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(ba, ca), a[3] = (a[3] || a[4] || a[5] || "").replace(ba, ca), "~=" === 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] || fa.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] && fa.error(a[0]), a }, pseudo: function (a) { var b, c = !a[6] && a[2]; return w.child.test(a[0]) ? null : (a[3] ? a[2] = a[4] || a[5] || "" : c && u.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(ba, ca).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("(^|" + l + ")" + a + "(" + l + "|$)")) && 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 = fa.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(p, " ") + " ").indexof(c) > -1 : "|=" === b ? e === c || e.slice(0, c.length + 1) === c + "-" : !1) : !0 } }, 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()] || fa.error("unsupported pseudo: " + a); return e[u] ? e(b) : e.length > 1 ? (c = [a, a, "", b], d.setfilters.hasownproperty(a.tolowercase()) ? ha(function (a, c) { var d, f = e(a, b), g = f.length; while (g--)d = j(a, f[g]), a[d] = !(c[d] = f[g]) }) : function (a) { return e(a, 0, c) }) : e } }, pseudos: { not: ha(function (a) { var b = [], c = [], d = h(a.replace(q, "$1")); return d[u] ? ha(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: ha(function (a) { return function (b) { return fa(a, b).length > 0 } }), contains: ha(function (a) { return a = a.replace(ba, ca), function (b) { return (b.textcontent || b.innertext || e(b)).indexof(a) > -1 } }), lang: ha(function (a) { return v.test(a || "") || fa.error("unsupported lang: " + a), a = a.replace(ba, ca).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: function (a) { return a.disabled === !1 }, disabled: function (a) { return a.disabled === !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 y.test(a.nodename) }, input: function (a) { return x.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: na(function () { return [0] }), last: na(function (a, b) { return [b - 1] }), eq: na(function (a, b, c) { return [0 > c ? c + b : c] }), even: na(function (a, b) { for (var c = 0; b > c; c += 2)a.push(c); return a }), odd: na(function (a, b) { for (var c = 1; b > c; c += 2)a.push(c); return a }), lt: na(function (a, b, c) { for (var d = 0 > c ? c + b : c; --d >= 0;)a.push(d); return a }), gt: na(function (a, b, c) { for (var d = 0 > c ? 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] = la(b); for (b in{submit: !0, reset: !0})d.pseudos[b] = ma(b); function pa() { } pa.prototype = d.filters = d.pseudos, d.setfilters = new pa, g = fa.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 = r.exec(h)) || (e && (h = h.slice(e[0].length) || h), i.push(f = [])), c = !1, (e = s.exec(h)) && (c = e.shift(), f.push({ value: c, type: e[0].replace(q, " ") }), h = h.slice(c.length)); for (g in d.filter)!(e = w[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 ? fa.error(a) : z(a, i).slice(0) }; function qa(a) { for (var b = 0, c = a.length, d = ""; c > b; b++)d += a[b].value; return d } function ra(a, b, c) { var d = b.dir, e = c && "parentnode" === d, f = x++; return b.first ? function (b, c, f) { while (b = b[d])if (1 === b.nodetype || e)return a(b, c, f) } : function (b, c, g) { var h, i, j, k = [w, f]; if (g) { while (b = b[d])if ((1 === b.nodetype || e) && a(b, c, g))return !0 } else while (b = b[d])if (1 === b.nodetype || e) { if (j = b[u] || (b[u] = {}), i = j[b.uniqueid] || (j[b.uniqueid] = {}), (h = i[d]) && h[0] === w && h[1] === f)return k[2] = h[2]; if (i[d] = k, k[2] = a(b, c, g))return !0 } } } function sa(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 ta(a, b, c) { for (var d = 0, e = b.length; e > d; d++)fa(a, b[d], c); return c } function ua(a, b, c, d, e) { for (var f, g = [], h = 0, i = a.length, j = null != b; i > h; h++)(f = a[h]) && (c && !c(f, d, e) || (g.push(f), j && b.push(h))); return g } function va(a, b, c, d, e, f) { return d && !d[u] && (d = va(d)), e && !e[u] && (e = va(e, f)), ha(function (f, g, h, i) { var j, k, l, m = [], n = [], o = g.length, p = f || ta(b || "*", h.nodetype ? [h] : h, []), q = !a || !f && b ? p : ua(p, m, a, h, i), r = c ? e || (f ? a : o || d) ? [] : g : q; if (c && c(q, r, h, i), d) { j = ua(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 ? j(f, l) : m[k]) > -1 && (f[j] = !(g[j] = l)) } } else r = ua(r === g ? r.splice(o, r.length) : r), e ? e(null, g, r, i) : h.apply(g, r) }) } function wa(a) { for (var b, c, e, f = a.length, g = d.relative[a[0].type], h = g || d.relative[" "], i = g ? 1 : 0, k = ra(function (a) { return a === b }, h, !0), l = ra(function (a) { return j(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 }]; f > i; i++)if (c = d.relative[a[i].type])m = [ra(sa(m), c)]; else { if (c = d.filter[a[i].type].apply(null, a[i].matches), c[u]) { for (e = ++i; f > e; e++)if (d.relative[a[e].type])break; return va(i > 1 && sa(m), i > 1 && qa(a.slice(0, i - 1).concat({value: " " === a[i - 2].type ? "*" : ""})).replace(q, "$1"), c, e > i && wa(a.slice(i, e)), f > e && wa(a = a.slice(e)), f > e && qa(a)) } m.push(c) } return sa(m) } function xa(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] = f.call(i)); u = ua(u) } h.apply(i, u), k && !f && u.length > 0 && r + b.length > 1 && fa.uniquesort(i) } return k && (w = y, j = v), t }; return c ? ha(f) : f } return h = fa.compile = function (a, b) { var c, d = [], e = [], f = a[a + " "]; if (!f) { b || (b = g(a)), c = b.length; while (c--)f = wa(b[c]), f[u] ? d.push(f) : e.push(f); f = a(a, xa(e, d)), f.selector = a } return f }, i = fa.select = function (a, b, e, f) { var i, j, k, l, m, n = "function" == typeof a && a, o = !f && g(a = n.selector || a); if (e = e || [], 1 === o.length) { if (j = o[0] = o[0].slice(0), j.length > 2 && "id" === (k = j[0]).type && c.getbyid && 9 === b.nodetype && p && d.relative[j[1].type]) { if (b = (d.find.id(k.matches[0].replace(ba, ca), b) || [])[0], !b)return e; n && (b = b.parentnode), a = a.slice(j.shift().value.length) } i = w.needscontext.test(a) ? 0 : j.length; while (i--) { if (k = j[i], d.relative[l = k.type])break; if ((m = d.find[l]) && (f = m(k.matches[0].replace(ba, ca), _.test(j[0].type) && oa(b.parentnode) || b))) { if (j.splice(i, 1), a = f.length && qa(j), !a)return h.apply(e, f), e; break } } } return (n || h(a, o))(f, b, !p, e, !b || _.test(a) && oa(b.parentnode) || b), e }, c.sortstable = u.split("").sort(b).join("") === u, c.detectduplicates = !!l, m(), c.sortdetached = ia(function (a) { return 1 & a.comparedocumentposition(n.createelement("div")) }), ia(function (a) { return a.innerhtml = "", "#" === a.firstchild.getattribute("href") }) || ja("type|href|height|width", function (a, b, c) { return c ? void 0 : a.getattribute(b, "type" === b.tolowercase() ? 1 : 2) }), c.attributes && ia(function (a) { return a.innerhtml = "", a.firstchild.setattribute("value", ""), "" === a.firstchild.getattribute("value") }) || ja("value", function (a, b, c) { return c || "input" !== a.nodename.tolowercase() ? void 0 : a.defaultvalue }), ia(function (a) { return null == a.getattribute("disabled") }) || ja(k, function (a, b, c) { var d; return c ? void 0 : a[b] === !0 ? b.tolowercase() : (d = a.getattributenode(b)) && d.specified ? d.value : null }), fa }(a); n.find = t, n.expr = t.selectors, n.expr[":"] = n.expr.pseudos, n.uniquesort = n.unique = t.uniquesort, n.text = t.gettext, n.isxmldoc = t.isxml, n.contains = t.contains; var u = function (a, b, c) { var d = [], e = void 0 !== c; while ((a = a[b]) && 9 !== a.nodetype)if (1 === a.nodetype) { if (e && n(a).is(c))break; d.push(a) } return d }, v = function (a, b) { for (var c = []; a; a = a.nextsibling)1 === a.nodetype && a !== b && c.push(a); return c }, w = n.expr.match.needscontext, x = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/, y = /^.[^:#\[\.,]*$/; function z(a, b, c) { if (n.isfunction(b))return n.grep(a, function (a, d) { return !!b.call(a, d, a) !== c }); if (b.nodetype)return n.grep(a, function (a) { return a === b !== c }); if ("string" == typeof b) { if (y.test(b))return n.filter(b, a, c); b = n.filter(b, a) } return n.grep(a, function (a) { return n.inarray(a, b) > -1 !== c }) } n.filter = function (a, b, c) { var d = b[0]; return c && (a = ":not(" + a + ")"), 1 === b.length && 1 === d.nodetype ? n.find.matchesselector(d, a) ? [d] : [] : n.find.matches(a, n.grep(b, function (a) { return 1 === a.nodetype })) }, n.fn.extend({ find: function (a) { var b, c = [], d = this, e = d.length; if ("string" != typeof a)return this.pushstack(n(a).filter(function () { for (b = 0; e > b; b++)if (n.contains(d[b], this))return !0 })); for (b = 0; e > b; b++)n.find(a, d[b], c); return c = this.pushstack(e > 1 ? n.unique(c) : c), c.selector = this.selector ? this.selector + " " + a : a, c }, filter: function (a) { return this.pushstack(z(this, a || [], !1)) }, not: function (a) { return this.pushstack(z(this, a || [], !0)) }, is: function (a) { return !!z(this, "string" == typeof a && w.test(a) ? n(a) : a || [], !1).length } }); var a, b = /^(?:\s*(<[\w\w]+>)[^>]*|#([\w-]*))$/, c = n.fn.init = function (a, b, c) { var e, f; if (!a)return this; if (c = c || a, "string" == typeof a) { if (e = "<" === a.charat(0) && ">" === a.charat(a.length - 1) && a.length >= 3 ? [null, a, null] : b.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 n ? b[0] : b, n.merge(this, n.parsehtml(e[1], b && b.nodetype ? b.ownerdocument || b : d, !0)), x.test(e[1]) && n.isplainobject(b))for (e in b)n.isfunction(this[e]) ? this[e](b[e]) : this.attr(e, b[e]); return this } if (f = d.getelementbyid(e[2]), f && f.parentnode) { if (f.id !== e[2])return a.find(a); this.length = 1, this[0] = f } return this.context = d, this.selector = a, this } return a.nodetype ? (this.context = this[0] = a, this.length = 1, this) : n.isfunction(a) ? "undefined" != typeof c.ready ? c.ready(a) : a(n) : (void 0 !== a.selector && (this.selector = a.selector, this.context = a.context), n.makearray(a, this)) }; c.prototype = n.fn, a = n(d); var d = /^(?:parents|prev(?:until|all))/, e = {children: !0, contents: !0, next: !0, prev: !0}; n.fn.extend({ has: function (a) { var b, c = n(a, this), d = c.length; return this.filter(function () { for (b = 0; d > b; b++)if (n.contains(this, c[b]))return !0 }) }, closest: function (a, b) { for (var c, d = 0, e = this.length, f = [], g = w.test(a) || "string" != typeof a ? n(a, b || this.context) : 0; e > d; d++)for (c = this[d]; c && c !== b; c = c.parentnode)if (c.nodetype < 11 && (g ? g.index(c) > -1 : 1 === c.nodetype && n.find.matchesselector(c, a))) { f.push(c); break } return this.pushstack(f.length > 1 ? n.uniquesort(f) : f) }, index: function (a) { return a ? "string" == typeof a ? n.inarray(this[0], n(a)) : n.inarray(a.jquery ? a[0] : a, this) : this[0] && this[0].parentnode ? this.first().prevall().length : -1 }, add: function (a, b) { return this.pushstack(n.uniquesort(n.merge(this.get(), n(a, b)))) }, addback: function (a) { return this.add(null == a ? this.prevobject : this.prevobject.filter(a)) } }); function f(a, b) { do a = a[b]; while (a && 1 !== a.nodetype); return a } n.each({ parent: function (a) { var b = a.parentnode; return b && 11 !== b.nodetype ? b : null }, parents: function (a) { return u(a, "parentnode") }, parentsuntil: function (a, b, c) { return u(a, "parentnode", c) }, next: function (a) { return f(a, "nextsibling") }, prev: function (a) { return f(a, "previoussibling") }, nextall: function (a) { return u(a, "nextsibling") }, prevall: function (a) { return u(a, "previoussibling") }, nextuntil: function (a, b, c) { return u(a, "nextsibling", c) }, prevuntil: function (a, b, c) { return u(a, "previoussibling", c) }, siblings: function (a) { return v((a.parentnode || {}).firstchild, a) }, children: function (a) { return v(a.firstchild) }, contents: function (a) { return n.nodename(a, "iframe") ? a.contentdocument || a.contentwindow.document : n.merge([], a.childnodes) } }, function (a, b) { n.fn[a] = function (c, d) { var e = n.map(this, b, c); return "until" !== a.slice(-5) && (d = c), d && "string" == typeof d && (e = n.filter(d, e)), this.length > 1 && (e[a] || (e = n.uniquesort(e)), d.test(a) && (e = e.reverse())), this.pushstack(e) } }); var g = /\s+/g; function h(a) { var b = {}; return n.each(a.match(g) || [], function (a, c) { b[c] = !0 }), b } n.callbacks = function (a) { a = "string" == typeof a ? h(a) : n.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) { n.each(b, function (b, c) { n.isfunction(c) ? a.unique && j.has(c) || f.push(c) : c && c.length && "string" !== n.type(c) && d(c) }) }(arguments), c && !b && i()), this }, remove: function () { return n.each(arguments, function (a, b) { var c; while ((c = n.inarray(b, f, c)) > -1)f.splice(c, 1), h >= c && h-- }), this }, has: function (a) { return a ? n.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 = !0, c || j.disable(), 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 }, n.extend({ deferred: function (a) { var b = [["resolve", "done", n.callbacks("once memory"), "resolved"], ["reject", "fail", n.callbacks("once memory"), "rejected"], ["notify", "progress", n.callbacks("memory")]], c = "pending", d = { state: function () { return c }, always: function () { return e.done(arguments).fail(arguments), this }, then: function () { var a = arguments; return n.deferred(function (c) { n.each(b, function (b, f) { var g = n.isfunction(a[b]) && a[b]; e[f[1]](function () { var a = g && g.apply(this, arguments); a && n.isfunction(a.promise) ? a.promise().progress(c.notify).done(c.resolve).fail(c.reject) : c[f[0] + "with"](this === d ? c.promise() : this, g ? [a] : arguments) }) }), a = null }).promise() }, promise: function (a) { return null != a ? n.extend(a, d) : d } }, e = {}; return d.pipe = d.then, n.each(b, function (a, f) { var g = f[2], h = f[3]; d[f[1]] = g.add, h && g.add(function () { c = h }, b[1 ^ a][2].disable, b[2][2].lock), e[f[0]] = function () { return e[f[0] + "with"](this === e ? d : this, arguments), this }, e[f[0] + "with"] = g.firewith }), d.promise(e), a && a.call(e, e), e }, when: function (a) { var b = 0, c = e.call(arguments), d = c.length, f = 1 !== d || a && n.isfunction(a.promise) ? d : 0, g = 1 === f ? a : n.deferred(), h = function (a, b, c) { return function (d) { b[a] = this, c[a] = arguments.length > 1 ? e.call(arguments) : d, c === i ? g.notifywith(b, c) : --f || g.resolvewith(b, c) } }, i, j, k; if (d > 1)for (i = new array(d), j = new array(d), k = new array(d); d > b; b++)c[b] && n.isfunction(c[b].promise) ? c[b].promise().progress(h(b, j, i)).done(h(b, k, c)).fail(g.reject) : --f; return f || g.resolvewith(k, c), g.promise() } }); var i; n.fn.ready = function (a) { return n.ready.promise().done(a), this }, n.extend({ isready: !1, readywait: 1, holdready: function (a) { a ? n.readywait++ : n.ready(!0) }, ready: function (a) { (a === !0 ? --n.readywait : n.isready) || (n.isready = !0, a !== !0 && --n.readywait > 0 || (i.resolvewith(d, [n]), n.fn.triggerhandler && (n(d).triggerhandler("ready"), n(d).off("ready")))) } }); function j() { d.addeventlistener ? (d.removeeventlistener("domcontentloaded", k), a.removeeventlistener("load", k)) : (d.detachevent("onreadystatechange", k), a.detachevent("onload", k)) } function k() { (d.addeventlistener || "load" === a.event.type || "complete" === d.readystate) && (j(), n.ready()) } n.ready.promise = function (b) { if (!i)if (i = n.deferred(), "complete" === d.readystate || "loading" !== d.readystate && !d.documentelement.doscroll)a.settimeout(n.ready); else if (d.addeventlistener)d.addeventlistener("domcontentloaded", k), a.addeventlistener("load", k); else { d.attachevent("onreadystatechange", k), a.attachevent("onload", k); var c = !1; try { c = null == a.frameelement && d.documentelement } catch (e) { } c && c.doscroll && !function f() { if (!n.isready) { try { c.doscroll("left") } catch (b) { return a.settimeout(f, 50) } j(), n.ready() } }() } return i.promise(b) }, n.ready.promise(); var l; for (l in n(l))break; l.ownfirst = "0" === l, l.inlineblockneedslayout = !1, n(function () { var a, b, c, e; c = d.getelementsbytagname("body")[0], c && c.style && (b = d.createelement("div"), e = d.createelement("div"), e.style.csstext = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", c.appendchild(e).appendchild(b), "undefined" != typeof b.style.zoom && (b.style.csstext = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1", l.inlineblockneedslayout = a = 3 === b.offsetwidth, a && (c.style.zoom = 1)), c.removechild(e)) }), function () { var a = d.createelement("div"); l.deleteexpando = !0; try { delete a.test } catch (b) { l.deleteexpando = !1 } a = null }(); var m = function (a) { var b = n.nodata[(a.nodename + " ").tolowercase()], c = +a.nodetype || 1; return 1 !== c && 9 !== c ? !1 : !b || b !== !0 && a.getattribute("classid") === b }, n = /^(?:\{[\w\w]*\}|\[[\w\w]*\])$/, o = /([a-z])/g; function p(a, b, c) { if (void 0 === c && 1 === a.nodetype) { var d = "data-" + b.replace(o, "-$1").tolowercase(); if (c = a.getattribute(d), "string" == typeof c) { try { c = "true" === c ? !0 : "false" === c ? !1 : "null" === c ? null : +c + "" === c ? +c : n.test(c) ? n.parsejson(c) : c } catch (e) { } n.data(a, b, c) } else c = void 0; } return c } function q(a) { var b; for (b in a)if (("data" !== b || !n.isemptyobject(a[b])) && "tojson" !== b)return !1; return !0 } function r(a, b, d, e) { if (m(a)) { var f, g, h = n.expando, i = a.nodetype, j = i ? n.cache : a, k = i ? a[h] : a[h] && h; if (k && j[k] && (e || j[k].data) || void 0 !== d || "string" != typeof b)return k || (k = i ? a[h] = c.pop() || n.guid++ : h), j[k] || (j[k] = i ? {} : {tojson: n.noop}), "object" != typeof b && "function" != typeof b || (e ? j[k] = n.extend(j[k], b) : j[k].data = n.extend(j[k].data, b)), g = j[k], e || (g.data || (g.data = {}), g = g.data), void 0 !== d && (g[n.camelcase(b)] = d), "string" == typeof b ? (f = g[b], null == f && (f = g[n.camelcase(b)])) : f = g, f } } function s(a, b, c) { if (m(a)) { var d, e, f = a.nodetype, g = f ? n.cache : a, h = f ? a[n.expando] : n.expando; if (g[h]) { if (b && (d = c ? g[h] : g[h].data)) { n.isarray(b) ? b = b.concat(n.map(b, n.camelcase)) : b in d ? b = [b] : (b = n.camelcase(b), b = b in d ? [b] : b.split(" ")), e = b.length; while (e--)delete d[b[e]]; if (c ? !q(d) : !n.isemptyobject(d))return } (c || (delete g[h].data, q(g[h]))) && (f ? n.cleandata([a], !0) : l.deleteexpando || g != g.window ? delete g[h] : g[h] = void 0) } } } n.extend({ cache: {}, nodata: {"applet ": !0, "embed ": !0, "object ": "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"}, hasdata: function (a) { return a = a.nodetype ? n.cache[a[n.expando]] : a[n.expando], !!a && !q(a) }, data: function (a, b, c) { return r(a, b, c) }, removedata: function (a, b) { return s(a, b) }, _data: function (a, b, c) { return r(a, b, c, !0) }, _removedata: function (a, b) { return s(a, b, !0) } }), n.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 = n.data(f), 1 === f.nodetype && !n._data(f, "parsedattrs"))) { c = g.length; while (c--)g[c] && (d = g[c].name, 0 === d.indexof("data-") && (d = n.camelcase(d.slice(5)), p(f, d, e[d]))); n._data(f, "parsedattrs", !0) } return e } return "object" == typeof a ? this.each(function () { n.data(this, a) }) : arguments.length > 1 ? this.each(function () { n.data(this, a, b) }) : f ? p(f, a, n.data(f, a)) : void 0 }, removedata: function (a) { return this.each(function () { n.removedata(this, a) }) } }), n.extend({ queue: function (a, b, c) { var d; return a ? (b = (b || "fx") + "queue", d = n._data(a, b), c && (!d || n.isarray(c) ? d = n._data(a, b, n.makearray(c)) : d.push(c)), d || []) : void 0 }, dequeue: function (a, b) { b = b || "fx"; var c = n.queue(a, b), d = c.length, e = c.shift(), f = n._queuehooks(a, b), g = function () { n.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 n._data(a, c) || n._data(a, c, { empty: n.callbacks("once memory").add(function () { n._removedata(a, b + "queue"), n._removedata(a, c) }) }) } }), n.fn.extend({ queue: function (a, b) { var c = 2; return "string" != typeof a && (b = a, a = "fx", c--), arguments.length < c ? n.queue(this[0], a) : void 0 === b ? this : this.each(function () { var c = n.queue(this, a, b); n._queuehooks(this, a), "fx" === a && "inprogress" !== c[0] && n.dequeue(this, a) }) }, dequeue: function (a) { return this.each(function () { n.dequeue(this, a) }) }, clearqueue: function (a) { return this.queue(a || "fx", []) }, promise: function (a, b) { var c, d = 1, e = n.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 = n._data(f[g], a + "queuehooks"), c && c.empty && (d++, c.empty.add(h)); return h(), e.promise(b) } }), function () { var a; l.shrinkwrapblocks = function () { if (null != a)return a; a = !1; var b, c, e; return c = d.getelementsbytagname("body")[0], c && c.style ? (b = d.createelement("div"), e = d.createelement("div"), e.style.csstext = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", c.appendchild(e).appendchild(b), "undefined" != typeof b.style.zoom && (b.style.csstext = "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1", b.appendchild(d.createelement("div")).style.width = "5px", a = 3 !== b.offsetwidth), c.removechild(e), a) : void 0 } }(); var t = /[+-]?(?:\d*\.|)\d+(?:[ee][+-]?\d+|)/.source, u = new regexp("^(?:([+-])=|)(" + t + ")([a-z%]*)$", "i"), v = ["top", "right", "bottom", "left"], w = function (a, b) { return a = b || a, "none" === n.css(a, "display") || !n.contains(a.ownerdocument, a) }; function x(a, b, c, d) { var e, f = 1, g = 20, h = d ? function () { return d.cur() } : function () { return n.css(a, b, "") }, i = h(), j = c && c[3] || (n.cssnumber[b] ? "" : "px"), k = (n.cssnumber[b] || "px" !== j && +i) && u.exec(n.css(a, b)); if (k && k[3] !== j) { j = j || k[3], c = c || [], k = +i || 1; do f = f || ".5", k /= f, n.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 y = function (a, b, c, d, e, f, g) { var h = 0, i = a.length, j = null == c; if ("object" === n.type(c)) { e = !0; for (h in c)y(a, b, h, c[h], !0, f, g) } else if (void 0 !== d && (e = !0, n.isfunction(d) || (g = !0), j && (g ? (b.call(a, d), b = null) : (j = b, b = function (a, b, c) { return j.call(n(a), c) })), b))for (; i > h; 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 }, z = /^(?:checkbox|radio)$/i, $ = /<([\w:-]+)/, _ = /^$|\/(?:java|ecma)script/i, aa = /^\s+/, ba = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video"; function ca(a) { var b = ba.split("|"), c = a.createdocumentfragment(); if (c.createelement)while (b.length)c.createelement(b.pop()); return c } !function () { var a = d.createelement("div"), b = d.createdocumentfragment(), c = d.createelement("input"); a.innerhtml = "