/*! jquery v1.12.4 | (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.4", 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 = "
a", l.leadingwhitespace = 3 === a.firstchild.nodetype, l.tbody = !a.getelementsbytagname("tbody").length, l.htmlserialize = !!a.getelementsbytagname("link").length, l.html5clone = "<:nav>" !== d.createelement("nav").clonenode(!0).outerhtml, c.type = "checkbox", c.checked = !0, b.appendchild(c), l.appendchecked = c.checked, a.innerhtml = "", l.noclonechecked = !!a.clonenode(!0).lastchild.defaultvalue, b.appendchild(a), c = d.createelement("input"), c.setattribute("type", "radio"), c.setattribute("checked", "checked"), c.setattribute("name", "t"), a.appendchild(c), l.checkclone = a.clonenode(!0).clonenode(!0).lastchild.checked, l.nocloneevent = !!a.addeventlistener, a[n.expando] = 1, l.attributes = !a.getattribute(n.expando) } (); var da = { option: [1, ""], legend: [1, "
", "
"], area: [1, "", ""], param: [1, "", ""], thead: [1, "", "
"], tr: [2, "", "
"], col: [2, "", "
"], td: [3, "", "
"], _default: l.htmlserialize ? [0, "", ""] : [1, "x
", "
"] }; da.optgroup = da.option, da.tbody = da.tfoot = da.colgroup = da.caption = da.thead, da.th = da.td; function ea(a, b) { var c, d, e = 0, f = "undefined" != typeof a.getelementsbytagname ? a.getelementsbytagname(b || "*") : "undefined" != typeof a.queryselectorall ? a.queryselectorall(b || "*") : void 0; if (!f) for (f = [], c = a.childnodes || a; null != (d = c[e]); e++) ! b || n.nodename(d, b) ? f.push(d) : n.merge(f, ea(d, b)); return void 0 === b || b && n.nodename(a, b) ? n.merge([a], f) : f } function fa(a, b) { for (var c, d = 0; null != (c = a[d]); d++) n._data(c, "globaleval", !b || n._data(b[d], "globaleval")) } var ga = /<|&#?\w+;/, ha = / r; r++) if (g = a[r], g || 0 === g) if ("object" === n.type(g)) n.merge(q, g.nodetype ? [g] : g); else if (ga.test(g)) { i = i || p.appendchild(b.createelement("div")), j = ($.exec(g) || ["", ""])[1].tolowercase(), m = da[j] || da._default, i.innerhtml = m[1] + n.htmlprefilter(g) + m[2], f = m[0]; while (f--) i = i.lastchild; if (!l.leadingwhitespace && aa.test(g) && q.push(b.createtextnode(aa.exec(g)[0])), !l.tbody) { g = "table" !== j || ha.test(g) ? "" !== m[1] || ha.test(g) ? 0 : i: i.firstchild, f = g && g.childnodes.length; while (f--) n.nodename(k = g.childnodes[f], "tbody") && !k.childnodes.length && g.removechild(k) } n.merge(q, i.childnodes), i.textcontent = ""; while (i.firstchild) i.removechild(i.firstchild); i = p.lastchild } else q.push(b.createtextnode(g)); i && p.removechild(i), l.appendchecked || n.grep(ea(q, "input"), ia), r = 0; while (g = q[r++]) if (d && n.inarray(g, d) > -1) e && e.push(g); else if (h = n.contains(g.ownerdocument, g), i = ea(p.appendchild(g), "script"), h && fa(i), c) { f = 0; while (g = i[f++]) _.test(g.type || "") && c.push(g) } return i = null, p } ! function() { var b, c, e = d.createelement("div"); for (b in { submit: !0, change: !0, focusin: !0 }) c = "on" + b, (l[b] = c in a) || (e.setattribute(c, "t"), l[b] = e.attributes[c].expando === !1); e = null } (); var ka = /^(?:input|select|textarea)$/i, la = /^key/, ma = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, na = /^(?:focusinfocus|focusoutblur)$/, oa = /^([^.]*)(?:\.(.+)|)/; function pa() { return ! 0 } function qa() { return ! 1 } function ra() { try { return d.activeelement } catch(a) {} } function sa(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) sa(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 = qa; else if (!e) return a; return 1 === f && (g = e, e = function(a) { return n().off(a), g.apply(this, arguments) }, e.guid = g.guid || (g.guid = n.guid++)), a.each(function() { n.event.add(this, b, e, d, c) }) } n.event = { global: {}, add: function(a, b, c, d, e) { var f, g, h, i, j, k, l, m, o, p, q, r = n._data(a); if (r) { c.handler && (i = c, c = i.handler, e = i.selector), c.guid || (c.guid = n.guid++), (g = r.events) || (g = r.events = {}), (k = r.handle) || (k = r.handle = function(a) { return "undefined" == typeof n || a && n.event.triggered === a.type ? void 0 : n.event.dispatch.apply(k.elem, arguments) }, k.elem = a), b = (b || "").match(g) || [""], h = b.length; while (h--) f = oa.exec(b[h]) || [], o = q = f[1], p = (f[2] || "").split(".").sort(), o && (j = n.event.special[o] || {}, o = (e ? j.delegatetype: j.bindtype) || o, j = n.event.special[o] || {}, l = n.extend({ type: o, origtype: q, data: d, handler: c, guid: c.guid, selector: e, needscontext: e && n.expr.match.needscontext.test(e), namespace: p.join(".") }, i), (m = g[o]) || (m = g[o] = [], m.delegatecount = 0, j.setup && j.setup.call(a, d, p, k) !== !1 || (a.addeventlistener ? a.addeventlistener(o, k, !1) : a.attachevent && a.attachevent("on" + o, k))), j.add && (j.add.call(a, l), l.handler.guid || (l.handler.guid = c.guid)), e ? m.splice(m.delegatecount++, 0, l) : m.push(l), n.event.global[o] = !0); a = null } }, remove: function(a, b, c, d, e) { var f, g, h, i, j, k, l, m, o, p, q, r = n.hasdata(a) && n._data(a); if (r && (k = r.events)) { b = (b || "").match(g) || [""], j = b.length; while (j--) if (h = oa.exec(b[j]) || [], o = q = h[1], p = (h[2] || "").split(".").sort(), o) { l = n.event.special[o] || {}, o = (d ? l.delegatetype: l.bindtype) || o, m = k[o] || [], h = h[2] && new regexp("(^|\\.)" + p.join("\\.(?:.*\\.|)") + "(\\.|$)"), i = f = m.length; while (f--) g = m[f], !e && q !== g.origtype || c && c.guid !== g.guid || h && !h.test(g.namespace) || d && d !== g.selector && ("**" !== d || !g.selector) || (m.splice(f, 1), g.selector && m.delegatecount--, l.remove && l.remove.call(a, g)); i && !m.length && (l.teardown && l.teardown.call(a, p, r.handle) !== !1 || n.removeevent(a, o, r.handle), delete k[o]) } else for (o in k) n.event.remove(a, o + b[j], c, d, !0); n.isemptyobject(k) && (delete r.handle, n._removedata(a, "events")) } }, trigger: function(b, c, e, f) { var g, h, i, j, l, m, o, p = [e || d], q = k.call(b, "type") ? b.type: b, r = k.call(b, "namespace") ? b.namespace.split(".") : []; if (i = m = e = e || d, 3 !== e.nodetype && 8 !== e.nodetype && !na.test(q + n.event.triggered) && (q.indexof(".") > -1 && (r = q.split("."), q = r.shift(), r.sort()), h = q.indexof(":") < 0 && "on" + q, b = b[n.expando] ? b: new n.event(q, "object" == typeof b && b), b.istrigger = f ? 2 : 3, b.namespace = r.join("."), b.rnamespace = b.namespace ? new regexp("(^|\\.)" + r.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, b.result = void 0, b.target || (b.target = e), c = null == c ? [b] : n.makearray(c, [b]), l = n.event.special[q] || {}, f || !l.trigger || l.trigger.apply(e, c) !== !1)) { if (!f && !l.nobubble && !n.iswindow(e)) { for (j = l.delegatetype || q, na.test(j + q) || (i = i.parentnode); i; i = i.parentnode) p.push(i), m = i; m === (e.ownerdocument || d) && p.push(m.defaultview || m.parentwindow || a) } o = 0; while ((i = p[o++]) && !b.ispropagationstopped()) b.type = o > 1 ? j: l.bindtype || q, g = (n._data(i, "events") || {})[b.type] && n._data(i, "handle"), g && g.apply(i, c), g = h && i[h], g && g.apply && m(i) && (b.result = g.apply(i, c), b.result === !1 && b.preventdefault()); if (b.type = q, !f && !b.isdefaultprevented() && (!l._default || l._default.apply(p.pop(), c) === !1) && m(e) && h && e[q] && !n.iswindow(e)) { m = e[h], m && (e[h] = null), n.event.triggered = q; try { e[q]() } catch(s) {} n.event.triggered = void 0, m && (e[h] = m) } return b.result } }, dispatch: function(a) { a = n.event.fix(a); var b, c, d, f, g, h = [], i = e.call(arguments), j = (n._data(this, "events") || {})[a.type] || [], k = n.event.special[a.type] || {}; if (i[0] = a, a.delegatetarget = this, !k.predispatch || k.predispatch.call(this, a) !== !1) { h = n.event.handlers.call(this, a, j), b = 0; while ((f = h[b++]) && !a.ispropagationstopped()) { a.currenttarget = f.elem, c = 0; while ((g = f.handlers[c++]) && !a.isimmediatepropagationstopped()) a.rnamespace && !a.rnamespace.test(g.namespace) || (a.handleobj = g, a.data = g.data, d = ((n.event.special[g.origtype] || {}).handle || g.handler).apply(f.elem, i), void 0 !== d && (a.result = d) === !1 && (a.preventdefault(), a.stoppropagation())) } return k.postdispatch && k.postdispatch.call(this, a), a.result } }, handlers: function(a, b) { var c, d, e, f, g = [], h = b.delegatecount, i = a.target; if (h && i.nodetype && ("click" !== a.type || isnan(a.button) || a.button < 1)) for (; i != this; i = i.parentnode || this) if (1 === i.nodetype && (i.disabled !== !0 || "click" !== a.type)) { for (d = [], c = 0; h > c; c++) f = b[c], e = f.selector + " ", void 0 === d[e] && (d[e] = f.needscontext ? n(e, this).index(i) > -1 : n.find(e, this, null, [i]).length), d[e] && d.push(f); d.length && g.push({ elem: i, handlers: d }) } return h < b.length && g.push({ elem: this, handlers: b.slice(h) }), g }, fix: function(a) { if (a[n.expando]) return a; var b, c, e, f = a.type, g = a, h = this.fixhooks[f]; h || (this.fixhooks[f] = h = ma.test(f) ? this.mousehooks: la.test(f) ? this.keyhooks: {}), e = h.props ? this.props.concat(h.props) : this.props, a = new n.event(g), b = e.length; while (b--) c = e[b], a[c] = g[c]; return a.target || (a.target = g.srcelement || d), 3 === a.target.nodetype && (a.target = a.target.parentnode), a.metakey = !!a.metakey, h.filter ? h.filter(a, g) : a }, props: "altkey bubbles cancelable ctrlkey currenttarget detail eventphase metakey relatedtarget shiftkey target timestamp view which".split(" "), fixhooks: {}, keyhooks: { props: "char charcode key keycode".split(" "), filter: function(a, b) { return null == a.which && (a.which = null != b.charcode ? b.charcode: b.keycode), a } }, mousehooks: { props: "button buttons clientx clienty fromelement offsetx offsety pagex pagey screenx screeny toelement".split(" "), filter: function(a, b) { var c, e, f, g = b.button, h = b.fromelement; return null == a.pagex && null != b.clientx && (e = a.target.ownerdocument || d, f = e.documentelement, c = e.body, a.pagex = b.clientx + (f && f.scrollleft || c && c.scrollleft || 0) - (f && f.clientleft || c && c.clientleft || 0), a.pagey = b.clienty + (f && f.scrolltop || c && c.scrolltop || 0) - (f && f.clienttop || c && c.clienttop || 0)), !a.relatedtarget && h && (a.relatedtarget = h === a.target ? b.toelement: h), a.which || void 0 === g || (a.which = 1 & g ? 1 : 2 & g ? 3 : 4 & g ? 2 : 0), a } }, special: { load: { nobubble: !0 }, focus: { trigger: function() { if (this !== ra() && this.focus) try { return this.focus(), !1 } catch(a) {} }, delegatetype: "focusin" }, blur: { trigger: function() { return this === ra() && this.blur ? (this.blur(), !1) : void 0 }, delegatetype: "focusout" }, click: { trigger: function() { return n.nodename(this, "input") && "checkbox" === this.type && this.click ? (this.click(), !1) : void 0 }, _default: function(a) { return n.nodename(a.target, "a") } }, beforeunload: { postdispatch: function(a) { void 0 !== a.result && a.originalevent && (a.originalevent.returnvalue = a.result) } } }, simulate: function(a, b, c) { var d = n.extend(new n.event, c, { type: a, issimulated: !0 }); n.event.trigger(d, null, b), d.isdefaultprevented() && c.preventdefault() } }, n.removeevent = d.removeeventlistener ? function(a, b, c) { a.removeeventlistener && a.removeeventlistener(b, c) }: function(a, b, c) { var d = "on" + b; a.detachevent && ("undefined" == typeof a[d] && (a[d] = null), a.detachevent(d, c)) }, n.event = function(a, b) { return this instanceof n.event ? (a && a.type ? (this.originalevent = a, this.type = a.type, this.isdefaultprevented = a.defaultprevented || void 0 === a.defaultprevented && a.returnvalue === !1 ? pa: qa) : this.type = a, b && n.extend(this, b), this.timestamp = a && a.timestamp || n.now(), void(this[n.expando] = !0)) : new n.event(a, b) }, n.event.prototype = { constructor: n.event, isdefaultprevented: qa, ispropagationstopped: qa, isimmediatepropagationstopped: qa, preventdefault: function() { var a = this.originalevent; this.isdefaultprevented = pa, a && (a.preventdefault ? a.preventdefault() : a.returnvalue = !1) }, stoppropagation: function() { var a = this.originalevent; this.ispropagationstopped = pa, a && !this.issimulated && (a.stoppropagation && a.stoppropagation(), a.cancelbubble = !0) }, stopimmediatepropagation: function() { var a = this.originalevent; this.isimmediatepropagationstopped = pa, a && a.stopimmediatepropagation && a.stopimmediatepropagation(), this.stoppropagation() } }, n.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function(a, b) { n.event.special[a] = { delegatetype: b, bindtype: b, handle: function(a) { var c, d = this, e = a.relatedtarget, f = a.handleobj; return e && (e === d || n.contains(d, e)) || (a.type = f.origtype, c = f.handler.apply(this, arguments), a.type = b), c } } }), l.submit || (n.event.special.submit = { setup: function() { return n.nodename(this, "form") ? !1 : void n.event.add(this, "click._submit keypress._submit", function(a) { var b = a.target, c = n.nodename(b, "input") || n.nodename(b, "button") ? n.prop(b, "form") : void 0; c && !n._data(c, "submit") && (n.event.add(c, "submit._submit", function(a) { a._submitbubble = !0 }), n._data(c, "submit", !0)) }) }, postdispatch: function(a) { a._submitbubble && (delete a._submitbubble, this.parentnode && !a.istrigger && n.event.simulate("submit", this.parentnode, a)) }, teardown: function() { return n.nodename(this, "form") ? !1 : void n.event.remove(this, "._submit") } }), l.change || (n.event.special.change = { setup: function() { return ka.test(this.nodename) ? ("checkbox" !== this.type && "radio" !== this.type || (n.event.add(this, "propertychange._change", function(a) { "checked" === a.originalevent.propertyname && (this._justchanged = !0) }), n.event.add(this, "click._change", function(a) { this._justchanged && !a.istrigger && (this._justchanged = !1), n.event.simulate("change", this, a) })), !1) : void n.event.add(this, "beforeactivate._change", function(a) { var b = a.target; ka.test(b.nodename) && !n._data(b, "change") && (n.event.add(b, "change._change", function(a) { ! this.parentnode || a.issimulated || a.istrigger || n.event.simulate("change", this.parentnode, a) }), n._data(b, "change", !0)) }) }, handle: function(a) { var b = a.target; return this !== b || a.issimulated || a.istrigger || "radio" !== b.type && "checkbox" !== b.type ? a.handleobj.handler.apply(this, arguments) : void 0 }, teardown: function() { return n.event.remove(this, "._change"), !ka.test(this.nodename) } }), l.focusin || n.each({ focus: "focusin", blur: "focusout" }, function(a, b) { var c = function(a) { n.event.simulate(b, a.target, n.event.fix(a)) }; n.event.special[b] = { setup: function() { var d = this.ownerdocument || this, e = n._data(d, b); e || d.addeventlistener(a, c, !0), n._data(d, b, (e || 0) + 1) }, teardown: function() { var d = this.ownerdocument || this, e = n._data(d, b) - 1; e ? n._data(d, b, e) : (d.removeeventlistener(a, c, !0), n._removedata(d, b)) } } }), n.fn.extend({ on: function(a, b, c, d) { return sa(this, a, b, c, d) }, one: function(a, b, c, d) { return sa(this, a, b, c, d, 1) }, off: function(a, b, c) { var d, e; if (a && a.preventdefault && a.handleobj) return d = a.handleobj, n(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 = qa), this.each(function() { n.event.remove(this, a, c, b) }) }, trigger: function(a, b) { return this.each(function() { n.event.trigger(a, b, this) }) }, triggerhandler: function(a, b) { var c = this[0]; return c ? n.event.trigger(a, b, c, !0) : void 0 } }); var ta = / jquery\d+="(?:null|\d+)"/g, ua = new regexp("<(?:" + ba + ")[\\s/>]", "i"), va = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, wa = /\s*$/g, aa = ca(d), ba = aa.appendchild(d.createelement("div")); function ca(a, b) { return n.nodename(a, "table") && n.nodename(11 !== b.nodetype ? b: b.firstchild, "tr") ? a.getelementsbytagname("tbody")[0] || a.appendchild(a.ownerdocument.createelement("tbody")) : a } function da(a) { return a.type = (null !== n.find.attr(a, "type")) + "/" + a.type, a } function ea(a) { var b = ya.exec(a.type); return b ? a.type = b[1] : a.removeattribute("type"), a } function fa(a, b) { if (1 === b.nodetype && n.hasdata(a)) { var c, d, e, f = n._data(a), g = n._data(b, f), h = f.events; if (h) { delete g.handle, g.events = {}; for (c in h) for (d = 0, e = h[c].length; e > d; d++) n.event.add(b, c, h[c][d]) } g.data && (g.data = n.extend({}, g.data)) } } function ga(a, b) { var c, d, e; if (1 === b.nodetype) { if (c = b.nodename.tolowercase(), !l.nocloneevent && b[n.expando]) { e = n._data(b); for (d in e.events) n.removeevent(b, d, e.handle); b.removeattribute(n.expando) } "script" === c && b.text !== a.text ? (da(b).text = a.text, ea(b)) : "object" === c ? (b.parentnode && (b.outerhtml = a.outerhtml), l.html5clone && a.innerhtml && !n.trim(b.innerhtml) && (b.innerhtml = a.innerhtml)) : "input" === c && z.test(a.type) ? (b.defaultchecked = b.checked = a.checked, b.value !== a.value && (b.value = a.value)) : "option" === c ? b.defaultselected = b.selected = a.defaultselected: "input" !== c && "textarea" !== c || (b.defaultvalue = a.defaultvalue) } } function ha(a, b, c, d) { b = f.apply([], b); var e, g, h, i, j, k, m = 0, o = a.length, p = o - 1, q = b[0], r = n.isfunction(q); if (r || o > 1 && "string" == typeof q && !l.checkclone && xa.test(q)) return a.each(function(e) { var f = a.eq(e); r && (b[0] = q.call(this, e, f.html())), ha(f, b, c, d) }); if (o && (k = ja(b, a[0].ownerdocument, !1, a, d), e = k.firstchild, 1 === k.childnodes.length && (k = e), e || d)) { for (i = n.map(ea(k, "script"), da), h = i.length; o > m; m++) g = k, m !== p && (g = n.clone(g, !0, !0), h && n.merge(i, ea(g, "script"))), c.call(a[m], g, m); if (h) for (j = i[i.length - 1].ownerdocument, n.map(i, ea), m = 0; h > m; m++) g = i[m], _.test(g.type || "") && !n._data(g, "globaleval") && n.contains(j, g) && (g.src ? n._evalurl && n._evalurl(g.src) : n.globaleval((g.text || g.textcontent || g.innerhtml || "").replace(za, ""))); k = e = null } return a } function ia(a, b, c) { for (var d, e = b ? n.filter(b, a) : a, f = 0; null != (d = e[f]); f++) c || 1 !== d.nodetype || n.cleandata(ea(d)), d.parentnode && (c && n.contains(d.ownerdocument, d) && fa(ea(d, "script")), d.parentnode.removechild(d)); return a } n.extend({ htmlprefilter: function(a) { return a.replace(va, "<$1>") }, clone: function(a, b, c) { var d, e, f, g, h, i = n.contains(a.ownerdocument, a); if (l.html5clone || n.isxmldoc(a) || !ua.test("<" + a.nodename + ">") ? f = a.clonenode(!0) : (ba.innerhtml = a.outerhtml, ba.removechild(f = ba.firstchild)), !(l.nocloneevent && l.noclonechecked || 1 !== a.nodetype && 11 !== a.nodetype || n.isxmldoc(a))) for (d = ea(f), h = ea(a), g = 0; null != (e = h[g]); ++g) d[g] && ga(e, d[g]); if (b) if (c) for (h = h || ea(a), d = d || ea(f), g = 0; null != (e = h[g]); g++) fa(e, d[g]); else fa(a, f); return d = ea(f, "script"), d.length > 0 && fa(d, !i && ea(a, "script")), d = h = e = null, f }, cleandata: function(a, b) { for (var d, e, f, g, h = 0, i = n.expando, j = n.cache, k = l.attributes, m = n.event.special; null != (d = a[h]); h++) if ((b || m(d)) && (f = d[i], g = f && j[f])) { if (g.events) for (e in g.events) m[e] ? n.event.remove(d, e) : n.removeevent(d, e, g.handle); j[f] && (delete j[f], k || "undefined" == typeof d.removeattribute ? d[i] = void 0 : d.removeattribute(i), c.push(f)) } } }), n.fn.extend({ dommanip: ha, detach: function(a) { return ia(this, a, !0) }, remove: function(a) { return ia(this, a) }, text: function(a) { return y(this, function(a) { return void 0 === a ? n.text(this) : this.empty().append((this[0] && this[0].ownerdocument || d).createtextnode(a)) }, null, a, arguments.length) }, append: function() { return ha(this, arguments, function(a) { if (1 === this.nodetype || 11 === this.nodetype || 9 === this.nodetype) { var b = ca(this, a); b.appendchild(a) } }) }, prepend: function() { return ha(this, arguments, function(a) { if (1 === this.nodetype || 11 === this.nodetype || 9 === this.nodetype) { var b = ca(this, a); b.insertbefore(a, b.firstchild) } }) }, before: function() { return ha(this, arguments, function(a) { this.parentnode && this.parentnode.insertbefore(a, this) }) }, after: function() { return ha(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 && n.cleandata(ea(a, !1)); while (a.firstchild) a.removechild(a.firstchild); a.options && n.nodename(a, "select") && (a.options.length = 0) } return this }, clone: function(a, b) { return a = null == a ? !1 : a, b = null == b ? a: b, this.map(function() { return n.clone(this, a, b) }) }, html: function(a) { return y(this, function(a) { var b = this[0] || {}, c = 0, d = this.length; if (void 0 === a) return 1 === b.nodetype ? b.innerhtml.replace(ta, "") : void 0; if ("string" == typeof a && !wa.test(a) && (l.htmlserialize || !ua.test(a)) && (l.leadingwhitespace || !aa.test(a)) && !da[($.exec(a) || ["", ""])[1].tolowercase()]) { a = n.htmlprefilter(a); try { for (; d > c; c++) b = this[c] || {}, 1 === b.nodetype && (n.cleandata(ea(b, !1)), b.innerhtml = a); b = 0 } catch(e) {} } b && this.empty().append(a) }, null, a, arguments.length) }, replacewith: function() { var a = []; return ha(this, arguments, function(b) { var c = this.parentnode; n.inarray(this, a) < 0 && (n.cleandata(ea(this)), c && c.replacechild(b, this)) }, a) } }), n.each({ appendto: "append", prependto: "prepend", insertbefore: "before", insertafter: "after", replaceall: "replacewith" }, function(a, b) { n.fn[a] = function(a) { for (var c, d = 0, e = [], f = n(a), h = f.length - 1; h >= d; d++) c = d === h ? this: this.clone(!0), n(f[d])[b](c), g.apply(e, c.get()); return this.pushstack(e) } }); var ja, ka = { html: "block", body: "block" }; function la(a, b) { var c = n(b.createelement(a)).appendto(b.body), d = n.css(c[0], "display"); return c.detach(), d } function ma(a) { var b = d, c = ka[a]; return c || (c = la(a, b), "none" !== c && c || (ja = (ja || n("