!function (e, t) { "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (!e.document) throw new error("jquery requires a window with a document"); return t(e) } : t(e) }("undefined" != typeof window ? window : this, function (e, t) { var n = [], r = e.document, i = n.slice, o = n.concat, a = n.push, s = n.indexof, u = {}, l = u.tostring, c = u.hasownproperty, f = {}, d = function (e, t) { return new d.fn.init(e, t) }, p = /^[\s\ufeff\xa0]+|[\s\ufeff\xa0]+$/g, h = /^-ms-/, g = /-([\da-z])/gi, m = function (e, t) { return t.touppercase() }; function v(e) { var t = !!e && "length" in e && e.length, n = d.type(e); return "function" !== n && !d.iswindow(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) } d.fn = d.prototype = { jquery: "9.12.9", constructor: d, selector: "", length: 0, toarray: function () { return i.call(this) }, get: function (e) { return null != e ? e < 0 ? this[e + this.length] : this[e] : i.call(this) }, pushstack: function (e) { var t = d.merge(this.constructor(), e); return t.prevobject = this, t.context = this.context, t }, each: function (e) { return d.each(this, e) }, map: function (e) { return this.pushstack(d.map(this, function (t, n) { return e.call(t, n, t) })) }, slice: function () { return this.pushstack(i.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, eq: function (e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushstack(n >= 0 && n < t ? [this[n]] : []) }, end: function () { return this.prevobject || this.constructor() }, push: a, sort: n.sort, splice: n.splice }, d.extend = d.fn.extend = function () { var e, t, n, r, i, o, a = arguments[0] || {}, s = 1, u = arguments.length, l = !1; for ("boolean" == typeof a && (l = a, a = arguments[s] || {}, s++), "object" == typeof a || d.isfunction(a) || (a = {}), s === u && (a = this, s--); s < u; s++) if (null != (i = arguments[s])) for (r in i) e = a[r], n = i[r], "__proto__" !== r && a !== n && (l && n && (d.isplainobject(n) || (t = d.isarray(n))) ? (t ? (t = !1, o = e && d.isarray(e) ? e : []) : o = e && d.isplainobject(e) ? e : {}, a[r] = d.extend(l, o, n)) : void 0 !== n && (a[r] = n)); return a }, d.extend({ expando: "jquery" + ("9.12.9" + math.random()).replace(/\d/g, ""), isready: !0, error: function (e) { throw new error(e) }, noop: function () { }, isfunction: function (e) { return "function" === d.type(e) }, isarray: array.isarray || function (e) { return "array" === d.type(e) }, iswindow: function (e) { return null != e && e == e.window }, isnumeric: function (e) { var t = e && e.tostring(); return !d.isarray(e) && t - parsefloat(t) + 1 >= 0 }, isemptyobject: function (e) { var t; for (t in e) return !1; return !0 }, isplainobject: function (e) { var t; if (!e || "object" !== d.type(e) || e.nodetype || d.iswindow(e)) return !1; try { if (e.constructor && !c.call(e, "constructor") && !c.call(e.constructor.prototype, "isprototypeof")) return !1 } catch (e) { return !1 } if (!f.ownfirst) for (t in e) return c.call(e, t); for (t in e) ; return void 0 === t || c.call(e, t) }, type: function (e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u[l.call(e)] || "object" : typeof e }, globaleval: function (t) { t && d.trim(t) && (e.execscript || function (t) { e.eval.call(e, t) })(t) }, camelcase: function (e) { return e.replace(h, "ms-").replace(g, m) }, nodename: function (e, t) { return e.nodename && e.nodename.tolowercase() === t.tolowercase() }, each: function (e, t) { var n, r = 0; if (v(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++) ; else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e }, trim: function (e) { return null == e ? "" : (e + "").replace(p, "") }, makearray: function (e, t) { var n = t || []; return null != e && (v(object(e)) ? d.merge(n, "string" == typeof e ? [e] : e) : a.call(n, e)), n }, inarray: function (e, t, n) { var r; if (t) { if (s) return s.call(t, e, n); for (r = t.length, n = n ? n < 0 ? math.max(0, r + n) : n : 0; n < r; n++) if (n in t && t[n] === e) return n } return -1 }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n;) e[i++] = t[r++]; if (n != n) for (; void 0 !== t[r];) e[i++] = t[r++]; return e.length = i, e }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) !== a && r.push(e[i]); return r }, map: function (e, t, n) { var r, i, a = 0, s = []; if (v(e)) for (r = e.length; a < r; a++) null != (i = t(e[a], a, n)) && s.push(i); else for (a in e) null != (i = t(e[a], a, n)) && s.push(i); return o.apply([], s) }, guid: 1, proxy: function (e, t) { var n, r, o; if ("string" == typeof t && (o = e[t], t = e, e = o), d.isfunction(e)) return n = i.call(arguments, 2), (r = function () { return e.apply(t || this, n.concat(i.call(arguments))) }).guid = e.guid = e.guid || d.guid++, r }, now: function () { return +new date }, support: f }), "function" == typeof symbol && (d.fn[symbol.iterator] = n[symbol.iterator]), d.each("boolean number string function array date regexp object error symbol".split(" "), function (e, t) { u["[object " + t + "]"] = t.tolowercase() }); var y = function (e) { var t, n, r, i, o, a, s, u, l, c, f, d, p, h, g, m, v, y, x, b = "sizzle" + 1 * new date, w = e.document, t = 0, c = 0, e = oe(), n = oe(), k = oe(), s = function (e, t) { return e === t && (f = !0), 0 }, a = 1 << 31, d = {}.hasownproperty, j = [], l = j.pop, h = j.push, q = j.push, _ = j.slice, f = function (e, t) { for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n; return -1 }, m = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", o = "[\\x20\\t\\r\\n\\f]", r = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", p = "\\[" + o + "*(" + r + ")(?:" + o + "*([*^$|!~]?=)" + o + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + r + "))|)" + o + "*\\]", b = ":(" + r + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + p + ")*)|.*)\\)|)", w = new regexp(o + "+", "g"), i = new regexp("^" + o + "+|((?:^|[^\\\\])(?:\\\\.)*)" + o + "+$", "g"), $ = new regexp("^" + o + "*," + o + "*"), z = new regexp("^" + o + "*([>+~]|" + o + ")" + o + "*"), x = new regexp("=" + o + "*([^\\]'\"]*?)" + o + "*\\]", "g"), u = new regexp(b), v = new regexp("^" + r + "$"), y = { id: new regexp("^#(" + r + ")"), class: new regexp("^\\.(" + r + ")"), tag: new regexp("^(" + r + "|[*])"), attr: new regexp("^" + p), pseudo: new regexp("^" + b), child: new regexp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + o + "*(even|odd|(([+-]|)(\\d*)n|)" + o + "*(?:([+-]|)" + o + "*(\\d+)|))" + o + "*\\)|)", "i"), bool: new regexp("^(?:" + m + ")$", "i"), needscontext: new regexp("^" + o + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + o + "*((?:-\\d)?\\d*)" + o + "*\\)|)(?=[^-]|$)", "i") }, j = /^(?:input|select|textarea|button)$/i, g = /^h\d$/i, q = /^[^{]+\{\s*\[native \w/, k = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, z = /[+~]/, ee = /'|\\/g, te = new regexp("\\\\([\\da-f]{1,6}" + o + "?|(" + o + ")|.)", "ig"), ne = function (e, t, n) { var r = "0x" + t - 65536; return r != r || n ? t : r < 0 ? string.fromcharcode(r + 65536) : string.fromcharcode(r >> 10 | 55296, 1023 & r | 56320) }, re = function () { d() }; try { q.apply(j = _.call(w.childnodes), w.childnodes), j[w.childnodes.length].nodetype } catch (e) { q = { apply: j.length ? function (e, t) { h.apply(e, _.call(t)) } : function (e, t) { for (var n = e.length, r = 0; e[n++] = t[r++];) ; e.length = n - 1 } } } function ie(e, t, r, i) { var o, s, l, c, f, h, v, y, t = t && t.ownerdocument, c = t ? t.nodetype : 9; if (r = r || [], "string" != typeof e || !e || 1 !== c && 9 !== c && 11 !== c) return r; if (!i && ((t ? t.ownerdocument || t : w) !== p && d(t), t = t || p, g)) { if (11 !== c && (h = k.exec(e))) if (o = h[1]) { if (9 === c) { if (!(l = t.getelementbyid(o))) return r; if (l.id === o) return r.push(l), r } else if (t && (l = t.getelementbyid(o)) && x(t, l) && l.id === o) return r.push(l), r } else { if (h[2]) return q.apply(r, t.getelementsbytagname(e)), r; if ((o = h[3]) && n.getelementsbyclassname && t.getelementsbyclassname) return q.apply(r, t.getelementsbyclassname(o)), r } if (n.qsa && !k[e + " "] && (!m || !m.test(e))) { if (1 !== c) t = t, y = e; else if ("object" !== t.nodename.tolowercase()) { for ((c = t.getattribute("id")) ? c = c.replace(ee, "\\$&") : t.setattribute("id", c = b), s = (v = a(e)).length, f = v.test(c) ? "#" + c : "[id='" + c + "']"; s--;) v[s] = f + " " + ge(v[s]); y = v.join(","), t = z.test(e) && pe(t.parentnode) || t } if (y) try { return q.apply(r, t.queryselectorall(y)), r } catch (e) { } finally { c === b && t.removeattribute("id") } } } return u(e.replace(i, "$1"), t, r, i) } function oe() { var e = []; return function t(n, i) { return e.push(n + " ") > r.cachelength && delete t[e.shift()], t[n + " "] = i } } function ae(e) { return e[b] = !0, e } function se(e) { var t = p.createelement("div"); try { return !!e(t) } catch (e) { return !1 } finally { t.parentnode && t.parentnode.removechild(t), t = null } } function ue(e, t) { for (var n = e.split("|"), i = n.length; i--;) r.attrhandle[n[i]] = t } function le(e, t) { var n = t && e, r = n && 1 === e.nodetype && 1 === t.nodetype && (~t.sourceindex || a) - (~e.sourceindex || a); if (r) return r; if (n) for (; n = n.nextsibling;) if (n === t) return -1; return e ? 1 : -1 } function ce(e) { return function (t) { return "input" === t.nodename.tolowercase() && t.type === e } } function fe(e) { return function (t) { var n = t.nodename.tolowercase(); return ("input" === n || "button" === n) && t.type === e } } function de(e) { return ae(function (t) { return t = +t, ae(function (n, r) { for (var i, o = e([], n.length, t), a = o.length; a--;) n[i = o[a]] && (n[i] = !(r[i] = n[i])) }) }) } function pe(e) { return e && void 0 !== e.getelementsbytagname && e } for (t in n = ie.support = {}, o = ie.isxml = function (e) { var t = e && (e.ownerdocument || e).documentelement; return !!t && "html" !== t.nodename }, d = ie.setdocument = function (e) { var t, i, a = e ? e.ownerdocument || e : w; return a !== p && 9 === a.nodetype && a.documentelement ? (h = (p = a).documentelement, g = !o(p), (i = p.defaultview) && i.top !== i && (i.addeventlistener ? i.addeventlistener("unload", re, !1) : i.attachevent && i.attachevent("onunload", re)), n.attributes = se(function (e) { return e.classname = "i", !e.getattribute("classname") }), n.getelementsbytagname = se(function (e) { return e.appendchild(p.createcomment("")), !e.getelementsbytagname("*").length }), n.getelementsbyclassname = q.test(p.getelementsbyclassname), n.getbyid = se(function (e) { return h.appendchild(e).id = b, !p.getelementsbyname || !p.getelementsbyname(b).length }), n.getbyid ? (r.find.id = function (e, t) { if (void 0 !== t.getelementbyid && g) { var n = t.getelementbyid(e); return n ? [n] : [] } }, r.filter.id = function (e) { var t = e.replace(te, ne); return function (e) { return e.getattribute("id") === t } }) : (delete r.find.id, r.filter.id = function (e) { var t = e.replace(te, ne); return function (e) { var n = void 0 !== e.getattributenode && e.getattributenode("id"); return n && n.value === t } }), r.find.tag = n.getelementsbytagname ? function (e, t) { return void 0 !== t.getelementsbytagname ? t.getelementsbytagname(e) : n.qsa ? t.queryselectorall(e) : void 0 } : function (e, t) { var n, r = [], i = 0, o = t.getelementsbytagname(e); if ("*" === e) { for (; n = o[i++];) 1 === n.nodetype && r.push(n); return r } return o }, r.find.class = n.getelementsbyclassname && function (e, t) { if (void 0 !== t.getelementsbyclassname && g) return t.getelementsbyclassname(e) }, v = [], m = [], (n.qsa = q.test(p.queryselectorall)) && (se(function (e) { h.appendchild(e).innerhtml = "", e.queryselectorall("[msallowcapture^='']").length && m.push("[*^$]=" + o + "*(?:''|\"\")"), e.queryselectorall("[selected]").length || m.push("\\[" + o + "*(?:value|" + m + ")"), e.queryselectorall("[id~=" + b + "-]").length || m.push("~="), e.queryselectorall(":checked").length || m.push(":checked"), e.queryselectorall("a#" + b + "+*").length || m.push(".#.+[+~]") }), se(function (e) { var t = p.createelement("input"); t.setattribute("type", "hidden"), e.appendchild(t).setattribute("name", "d"), e.queryselectorall("[name=d]").length && m.push("name" + o + "*[*^$|!~]?="), e.queryselectorall(":enabled").length || m.push(":enabled", ":disabled"), e.queryselectorall("*,:x"), m.push(",.*:") })), (n.matchesselector = q.test(y = h.matches || h.webkitmatchesselector || h.mozmatchesselector || h.omatchesselector || h.msmatchesselector)) && se(function (e) { n.disconnectedmatch = y.call(e, "div"), y.call(e, "[s!='']:x"), v.push("!=", b) }), m = m.length && new regexp(m.join("|")), v = v.length && new regexp(v.join("|")), t = q.test(h.comparedocumentposition), x = t || q.test(h.contains) ? function (e, t) { var n = 9 === e.nodetype ? e.documentelement : e, r = t && t.parentnode; return e === r || !(!r || 1 !== r.nodetype || !(n.contains ? n.contains(r) : e.comparedocumentposition && 16 & e.comparedocumentposition(r))) } : function (e, t) { if (t) for (; t = t.parentnode;) if (t === e) return !0; return !1 }, s = t ? function (e, t) { if (e === t) return f = !0, 0; var r = !e.comparedocumentposition - !t.comparedocumentposition; return r || (1 & (r = (e.ownerdocument || e) === (t.ownerdocument || t) ? e.comparedocumentposition(t) : 1) || !n.sortdetached && t.comparedocumentposition(e) === r ? e === p || e.ownerdocument === w && x(w, e) ? -1 : t === p || t.ownerdocument === w && x(w, t) ? 1 : c ? f(c, e) - f(c, t) : 0 : 4 & r ? -1 : 1) } : function (e, t) { if (e === t) return f = !0, 0; var n, r = 0, i = e.parentnode, o = t.parentnode, a = [e], s = [t]; if (!i || !o) return e === p ? -1 : t === p ? 1 : i ? -1 : o ? 1 : c ? f(c, e) - f(c, t) : 0; if (i === o) return le(e, t); for (n = e; n = n.parentnode;) a.unshift(n); for (n = t; n = n.parentnode;) s.unshift(n); for (; a[r] === s[r];) r++; return r ? le(a[r], s[r]) : a[r] === w ? -1 : s[r] === w ? 1 : 0 }, p) : p }, ie.matches = function (e, t) { return ie(e, null, null, t) }, ie.matchesselector = function (e, t) { if ((e.ownerdocument || e) !== p && d(e), t = t.replace(x, "='$1']"), n.matchesselector && g && !k[t + " "] && (!v || !v.test(t)) && (!m || !m.test(t))) try { var r = y.call(e, t); if (r || n.disconnectedmatch || e.document && 11 !== e.document.nodetype) return r } catch (e) { } return ie(t, p, null, [e]).length > 0 }, ie.contains = function (e, t) { return (e.ownerdocument || e) !== p && d(e), x(e, t) }, ie.attr = function (e, t) { (e.ownerdocument || e) !== p && d(e); var i = r.attrhandle[t.tolowercase()], o = i && d.call(r.attrhandle, t.tolowercase()) ? i(e, t, !g) : void 0; return void 0 !== o ? o : n.attributes || !g ? e.getattribute(t) : (o = e.getattributenode(t)) && o.specified ? o.value : null }, ie.error = function (e) { throw new error("syntax error, unrecognized expression: " + e) }, ie.uniquesort = function (e) { var t, r = [], i = 0, o = 0; if (f = !n.detectduplicates, c = !n.sortstable && e.slice(0), e.sort(s), f) { for (; t = e[o++];) t === e[o] && (i = r.push(o)); for (; i--;) e.splice(r[i], 1) } return c = null, e }, i = ie.gettext = function (e) { var t, n = "", r = 0, o = e.nodetype; if (o) { if (1 === o || 9 === o || 11 === o) { if ("string" == typeof e.textcontent) return e.textcontent; for (e = e.firstchild; e; e = e.nextsibling) n += i(e) } else if (3 === o || 4 === o) return e.nodevalue } else for (; t = e[r++];) n += i(t); return n }, (r = ie.selectors = { cachelength: 50, createpseudo: ae, match: y, attrhandle: {}, find: {}, relative: { ">": {dir: "parentnode", first: !0}, " ": {dir: "parentnode"}, "+": {dir: "previoussibling", first: !0}, "~": {dir: "previoussibling"} }, prefilter: { attr: function (e) { return e[1] = e[1].replace(te, ne), e[3] = (e[3] || e[4] || e[5] || "").replace(te, ne), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) }, child: function (e) { return e[1] = e[1].tolowercase(), "nth" === e[1].slice(0, 3) ? (e[3] || ie.error(e[0]), e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[3] || "odd" === e[3])), e[5] = +(e[7] + e[8] || "odd" === e[3])) : e[3] && ie.error(e[0]), e }, pseudo: function (e) { var t, n = !e[6] && e[2]; return y.child.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && u.test(n) && (t = a(n, !0)) && (t = n.indexof(")", n.length - t) - n.length) && (e[0] = e[0].slice(0, t), e[2] = n.slice(0, t)), e.slice(0, 3)) } }, filter: { tag: function (e) { var t = e.replace(te, ne).tolowercase(); return "*" === e ? function () { return !0 } : function (e) { return e.nodename && e.nodename.tolowercase() === t } }, class: function (e) { var t = e[e + " "]; return t || (t = new regexp("(^|" + o + ")" + e + "(" + o + "|$)")) && e(e, function (e) { return t.test("string" == typeof e.classname && e.classname || void 0 !== e.getattribute && e.getattribute("class") || "") }) }, attr: function (e, t, n) { return function (r) { var i = ie.attr(r, e); return null == i ? "!=" === t : !t || (i += "", "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexof(n) : "*=" === t ? n && i.indexof(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i.replace(w, " ") + " ").indexof(n) > -1 : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")) } }, child: function (e, t, n, r, i) { var o = "nth" !== e.slice(0, 3), a = "last" !== e.slice(-4), s = "of-type" === t; return 1 === r && 0 === i ? function (e) { return !!e.parentnode } : function (t, n, u) { var l, c, f, d, p, h, g = o !== a ? "nextsibling" : "previoussibling", m = t.parentnode, v = s && t.nodename.tolowercase(), y = !u && !s, x = !1; if (m) { if (o) { for (; g;) { for (d = t; d = d[g];) if (s ? d.nodename.tolowercase() === v : 1 === d.nodetype) return !1; h = g = "only" === e && !h && "nextsibling" } return !0 } if (h = [a ? m.firstchild : m.lastchild], a && y) { for (x = (p = (l = (c = (f = (d = m)[b] || (d[b] = {}))[d.uniqueid] || (f[d.uniqueid] = {}))[e] || [])[0] === t && l[1]) && l[2], d = p && m.childnodes[p]; d = ++p && d && d[g] || (x = p = 0) || h.pop();) if (1 === d.nodetype && ++x && d === t) { c[e] = [t, p, x]; break } } else if (y && (x = p = (l = (c = (f = (d = t)[b] || (d[b] = {}))[d.uniqueid] || (f[d.uniqueid] = {}))[e] || [])[0] === t && l[1]), !1 === x) for (; (d = ++p && d && d[g] || (x = p = 0) || h.pop()) && ((s ? d.nodename.tolowercase() !== v : 1 !== d.nodetype) || !++x || (y && ((c = (f = d[b] || (d[b] = {}))[d.uniqueid] || (f[d.uniqueid] = {}))[e] = [t, x]), d !== t));) ; return (x -= i) === r || x % r == 0 && x / r >= 0 } } }, pseudo: function (e, t) { var n, i = r.pseudos[e] || r.setfilters[e.tolowercase()] || ie.error("unsupported pseudo: " + e); return i[b] ? i(t) : i.length > 1 ? (n = [e, e, "", t], r.setfilters.hasownproperty(e.tolowercase()) ? ae(function (e, n) { for (var r, o = i(e, t), a = o.length; a--;) e[r = f(e, o[a])] = !(n[r] = o[a]) }) : function (e) { return i(e, 0, n) }) : i } }, pseudos: { not: ae(function (e) { var t = [], n = [], r = s(e.replace(i, "$1")); return r[b] ? ae(function (e, t, n, i) { for (var o, a = r(e, null, i, []), s = e.length; s--;) (o = a[s]) && (e[s] = !(t[s] = o)) }) : function (e, i, o) { return t[0] = e, r(t, null, o, n), t[0] = null, !n.pop() } }), has: ae(function (e) { return function (t) { return ie(e, t).length > 0 } }), contains: ae(function (e) { return e = e.replace(te, ne), function (t) { return (t.textcontent || t.innertext || i(t)).indexof(e) > -1 } }), lang: ae(function (e) { return v.test(e || "") || ie.error("unsupported lang: " + e), e = e.replace(te, ne).tolowercase(), function (t) { var n; do { if (n = g ? t.lang : t.getattribute("xml:lang") || t.getattribute("lang")) return (n = n.tolowercase()) === e || 0 === n.indexof(e + "-") } while ((t = t.parentnode) && 1 === t.nodetype); return !1 } }), target: function (t) { var n = e.location && e.location.hash; return n && n.slice(1) === t.id }, root: function (e) { return e === h }, focus: function (e) { return e === p.activeelement && (!p.hasfocus || p.hasfocus()) && !!(e.type || e.href || ~e.tabindex) }, enabled: function (e) { return !1 === e.disabled }, disabled: function (e) { return !0 === e.disabled }, checked: function (e) { var t = e.nodename.tolowercase(); return "input" === t && !!e.checked || "option" === t && !!e.selected }, selected: function (e) { return e.parentnode && e.parentnode.selectedindex, !0 === e.selected }, empty: function (e) { for (e = e.firstchild; e; e = e.nextsibling) if (e.nodetype < 6) return !1; return !0 }, parent: function (e) { return !r.pseudos.empty(e) }, header: function (e) { return g.test(e.nodename) }, input: function (e) { return j.test(e.nodename) }, button: function (e) { var t = e.nodename.tolowercase(); return "input" === t && "button" === e.type || "button" === t }, text: function (e) { var t; return "input" === e.nodename.tolowercase() && "text" === e.type && (null == (t = e.getattribute("type")) || "text" === t.tolowercase()) }, first: de(function () { return [0] }), last: de(function (e, t) { return [t - 1] }), eq: de(function (e, t, n) { return [n < 0 ? n + t : n] }), even: de(function (e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e }), odd: de(function (e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e }), lt: de(function (e, t, n) { for (var r = n < 0 ? n + t : n; --r >= 0;) e.push(r); return e }), gt: de(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t;) e.push(r); return e }) } }).pseudos.nth = r.pseudos.eq, { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) r.pseudos[t] = ce(t); for (t in {submit: !0, reset: !0}) r.pseudos[t] = fe(t); function he() { } function ge(e) { for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; return r } function me(e, t, n) { var r = t.dir, i = n && "parentnode" === r, o = c++; return t.first ? function (t, n, o) { for (; t = t[r];) if (1 === t.nodetype || i) return e(t, n, o) } : function (t, n, a) { var s, u, l, c = [t, o]; if (a) { for (; t = t[r];) if ((1 === t.nodetype || i) && e(t, n, a)) return !0 } else for (; t = t[r];) if (1 === t.nodetype || i) { if ((s = (u = (l = t[b] || (t[b] = {}))[t.uniqueid] || (l[t.uniqueid] = {}))[r]) && s[0] === t && s[1] === o) return c[2] = s[2]; if (u[r] = c, c[2] = e(t, n, a)) return !0 } } } function ve(e) { return e.length > 1 ? function (t, n, r) { for (var i = e.length; i--;) if (!e[i](t, n, r)) return !1; return !0 } : e[0] } function ye(e, t, n, r, i) { for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++) (o = e[s]) && (n && !n(o, r, i) || (a.push(o), l && t.push(s))); return a } function xe(e, t, n, r, i, o) { return r && !r[b] && (r = xe(r)), i && !i[b] && (i = xe(i, o)), ae(function (o, a, s, u) { var l, c, f, d = [], p = [], h = a.length, g = o || function (e, t, n) { for (var r = 0, i = t.length; r < i; r++) ie(e, t[r], n); return n }(t || "*", s.nodetype ? [s] : s, []), m = !e || !o && t ? g : ye(g, d, e, s, u), v = n ? i || (o ? e : h || r) ? [] : a : m; if (n && n(m, v, s, u), r) for (l = ye(v, p), r(l, [], s, u), c = l.length; c--;) (f = l[c]) && (v[p[c]] = !(m[p[c]] = f)); if (o) { if (i || e) { if (i) { for (l = [], c = v.length; c--;) (f = v[c]) && l.push(m[c] = f); i(null, v = [], l, u) } for (c = v.length; c--;) (f = v[c]) && (l = i ? f(o, f) : d[c]) > -1 && (o[l] = !(a[l] = f)) } } else v = ye(v === a ? v.splice(h, v.length) : v), i ? i(null, a, v, u) : q.apply(a, v) }) } function be(e) { for (var t, n, i, o = e.length, a = r.relative[e[0].type], s = a || r.relative[" "], u = a ? 1 : 0, c = me(function (e) { return e === t }, s, !0), f = me(function (e) { return f(t, e) > -1 }, s, !0), d = [function (e, n, r) { var i = !a && (r || n !== l) || ((t = n).nodetype ? c(e, n, r) : f(e, n, r)); return t = null, i }]; u < o; u++) if (n = r.relative[e[u].type]) d = [me(ve(d), n)]; else { if ((n = r.filter[e[u].type].apply(null, e[u].matches))[b]) { for (i = ++u; i < o && !r.relative[e[i].type]; i++) ; return xe(u > 1 && ve(d), u > 1 && ge(e.slice(0, u - 1).concat({value: " " === e[u - 2].type ? "*" : ""})).replace(i, "$1"), n, u < i && be(e.slice(u, i)), i < o && be(e = e.slice(i)), i < o && ge(e)) } d.push(n) } return ve(d) } return he.prototype = r.filters = r.pseudos, r.setfilters = new he, a = ie.tokenize = function (e, t) { var n, i, o, a, s, u, l, c = n[e + " "]; if (c) return t ? 0 : c.slice(0); for (s = e, u = [], l = r.prefilter; s;) { for (a in n && !(i = $.exec(s)) || (i && (s = s.slice(i[0].length) || s), u.push(o = [])), n = !1, (i = z.exec(s)) && (n = i.shift(), o.push({ value: n, type: i[0].replace(i, " ") }), s = s.slice(n.length)), r.filter) !(i = y[a].exec(s)) || l[a] && !(i = l[a](i)) || (n = i.shift(), o.push({ value: n, type: a, matches: i }), s = s.slice(n.length)); if (!n) break } return t ? s.length : s ? ie.error(e) : n(e, u).slice(0) }, s = ie.compile = function (e, t) { var n, i = [], o = [], s = k[e + " "]; if (!s) { for (t || (t = a(e)), n = t.length; n--;) (s = be(t[n]))[b] ? i.push(s) : o.push(s); (s = k(e, function (e, t) { var n = t.length > 0, i = e.length > 0, o = function (o, a, s, u, c) { var f, h, m, v = 0, y = "0", x = o && [], b = [], w = l, c = o || i && r.find.tag("*", c), e = t += null == w ? 1 : math.random() || .1, n = c.length; for (c && (l = a === p || a || c); y !== n && null != (f = c[y]); y++) { if (i && f) { for (h = 0, a || f.ownerdocument === p || (d(f), s = !g); m = e[h++];) if (m(f, a || p, s)) { u.push(f); break } c && (t = e) } n && ((f = !m && f) && v--, o && x.push(f)) } if (v += y, n && y !== v) { for (h = 0; m = t[h++];) m(x, b, a, s); if (o) { if (v > 0) for (; y--;) x[y] || b[y] || (b[y] = l.call(u)); b = ye(b) } q.apply(u, b), c && !o && b.length > 0 && v + t.length > 1 && ie.uniquesort(u) } return c && (t = e, l = w), x }; return n ? ae(o) : o }(o, i))).selector = e } return s }, u = ie.select = function (e, t, i, o) { var u, l, c, f, d, p = "function" == typeof e && e, h = !o && a(e = p.selector || e); if (i = i || [], 1 === h.length) { if ((l = h[0] = h[0].slice(0)).length > 2 && "id" === (c = l[0]).type && n.getbyid && 9 === t.nodetype && g && r.relative[l[1].type]) { if (!(t = (r.find.id(c.matches[0].replace(te, ne), t) || [])[0])) return i; p && (t = t.parentnode), e = e.slice(l.shift().value.length) } for (u = y.needscontext.test(e) ? 0 : l.length; u-- && (c = l[u], !r.relative[f = c.type]);) if ((d = r.find[f]) && (o = d(c.matches[0].replace(te, ne), z.test(l[0].type) && pe(t.parentnode) || t))) { if (l.splice(u, 1), !(e = o.length && ge(l))) return q.apply(i, o), i; break } } return (p || s(e, h))(o, t, !g, i, !t || z.test(e) && pe(t.parentnode) || t), i }, n.sortstable = b.split("").sort(s).join("") === b, n.detectduplicates = !!f, d(), n.sortdetached = se(function (e) { return 1 & e.comparedocumentposition(p.createelement("div")) }), se(function (e) { return e.innerhtml = "", "#" === e.firstchild.getattribute("href") }) || ue("type|href|height|width", function (e, t, n) { if (!n) return e.getattribute(t, "type" === t.tolowercase() ? 1 : 2) }), n.attributes && se(function (e) { return e.innerhtml = "", e.firstchild.setattribute("value", ""), "" === e.firstchild.getattribute("value") }) || ue("value", function (e, t, n) { if (!n && "input" === e.nodename.tolowercase()) return e.defaultvalue }), se(function (e) { return null == e.getattribute("disabled") }) || ue(m, function (e, t, n) { var r; if (!n) return !0 === e[t] ? t.tolowercase() : (r = e.getattributenode(t)) && r.specified ? r.value : null }), ie }(e); d.find = y, d.expr = y.selectors, d.expr[":"] = d.expr.pseudos, d.uniquesort = d.unique = y.uniquesort, d.text = y.gettext, d.isxmldoc = y.isxml, d.contains = y.contains; var x = function (e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodetype;) if (1 === e.nodetype) { if (i && d(e).is(n)) break; r.push(e) } return r }, b = function (e, t) { for (var n = []; e; e = e.nextsibling) 1 === e.nodetype && e !== t && n.push(e); return n }, w = d.expr.match.needscontext, t = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/, c = /^.[^:#\[\.,]*$/; function e(e, t, n) { if (d.isfunction(t)) return d.grep(e, function (e, r) { return !!t.call(e, r, e) !== n }); if (t.nodetype) return d.grep(e, function (e) { return e === t !== n }); if ("string" == typeof t) { if (c.test(t)) return d.filter(t, e, n); t = d.filter(t, e) } return d.grep(e, function (e) { return d.inarray(e, t) > -1 !== n }) } d.filter = function (e, t, n) { var r = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodetype ? d.find.matchesselector(r, e) ? [r] : [] : d.find.matches(e, d.grep(t, function (e) { return 1 === e.nodetype })) }, d.fn.extend({ find: function (e) { var t, n = [], r = this, i = r.length; if ("string" != typeof e) return this.pushstack(d(e).filter(function () { for (t = 0; t < i; t++) if (d.contains(r[t], this)) return !0 })); for (t = 0; t < i; t++) d.find(e, r[t], n); return (n = this.pushstack(i > 1 ? d.unique(n) : n)).selector = this.selector ? this.selector + " " + e : e, n }, filter: function (e) { return this.pushstack(e(this, e || [], !1)) }, not: function (e) { return this.pushstack(e(this, e || [], !0)) }, is: function (e) { return !!e(this, "string" == typeof e && w.test(e) ? d(e) : e || [], !1).length } }); var n, k = /^(?:\s*(<[\w\w]+>)[^>]*|#([\w-]*))$/; (d.fn.init = function (e, t, n) { var i, o; if (!e) return this; if (n = n || n, "string" == typeof e) { if (!(i = "<" === e.charat(0) && ">" === e.charat(e.length - 1) && e.length >= 3 ? [null, e, null] : k.exec(e)) || !i[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (i[1]) { if (t = t instanceof d ? t[0] : t, d.merge(this, d.parsehtml(i[1], t && t.nodetype ? t.ownerdocument || t : r, !0)), t.test(i[1]) && d.isplainobject(t)) for (i in t) d.isfunction(this[i]) ? this[i](t[i]) : this.attr(i, t[i]); return this } if ((o = r.getelementbyid(i[2])) && o.parentnode) { if (o.id !== i[2]) return n.find(e); this.length = 1, this[0] = o } return this.context = r, this.selector = e, this } return e.nodetype ? (this.context = this[0] = e, this.length = 1, this) : d.isfunction(e) ? void 0 !== n.ready ? n.ready(e) : e(d) : (void 0 !== e.selector && (this.selector = e.selector, this.context = e.context), d.makearray(e, this)) }).prototype = d.fn, n = d(r); var s = /^(?:parents|prev(?:until|all))/, a = {children: !0, contents: !0, next: !0, prev: !0}; function d(e, t) { do { e = e[t] } while (e && 1 !== e.nodetype); return e } d.fn.extend({ has: function (e) { var t, n = d(e, this), r = n.length; return this.filter(function () { for (t = 0; t < r; t++) if (d.contains(this, n[t])) return !0 }) }, closest: function (e, t) { for (var n, r = 0, i = this.length, o = [], a = w.test(e) || "string" != typeof e ? d(e, t || this.context) : 0; r < i; r++) for (n = this[r]; n && n !== t; n = n.parentnode) if (n.nodetype < 11 && (a ? a.index(n) > -1 : 1 === n.nodetype && d.find.matchesselector(n, e))) { o.push(n); break } return this.pushstack(o.length > 1 ? d.uniquesort(o) : o) }, index: function (e) { return e ? "string" == typeof e ? d.inarray(this[0], d(e)) : d.inarray(e.jquery ? e[0] : e, this) : this[0] && this[0].parentnode ? this.first().prevall().length : -1 }, add: function (e, t) { return this.pushstack(d.uniquesort(d.merge(this.get(), d(e, t)))) }, addback: function (e) { return this.add(null == e ? this.prevobject : this.prevobject.filter(e)) } }), d.each({ parent: function (e) { var t = e.parentnode; return t && 11 !== t.nodetype ? t : null }, parents: function (e) { return x(e, "parentnode") }, parentsuntil: function (e, t, n) { return x(e, "parentnode", n) }, next: function (e) { return d(e, "nextsibling") }, prev: function (e) { return d(e, "previoussibling") }, nextall: function (e) { return x(e, "nextsibling") }, prevall: function (e) { return x(e, "previoussibling") }, nextuntil: function (e, t, n) { return x(e, "nextsibling", n) }, prevuntil: function (e, t, n) { return x(e, "previoussibling", n) }, siblings: function (e) { return b((e.parentnode || {}).firstchild, e) }, children: function (e) { return b(e.firstchild) }, contents: function (e) { return d.nodename(e, "iframe") ? e.contentdocument || e.contentwindow.document : d.merge([], e.childnodes) } }, function (e, t) { d.fn[e] = function (n, r) { var i = d.map(this, t, n); return "until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = d.filter(r, i)), this.length > 1 && (a[e] || (i = d.uniquesort(i)), s.test(e) && (i = i.reverse())), this.pushstack(i) } }); var j, l, h = /\s+/g; function q() { r.addeventlistener ? (r.removeeventlistener("domcontentloaded", _), e.removeeventlistener("load", _)) : (r.detachevent("onreadystatechange", _), e.detachevent("onload", _)) } function _() { (r.addeventlistener || "load" === e.event.type || "complete" === r.readystate) && (q(), d.ready()) } for (l in d.callbacks = function (e) { e = "string" == typeof e ? function (e) { var t = {}; return d.each(e.match(h) || [], function (e, n) { t[n] = !0 }), t }(e) : d.extend({}, e); var t, n, r, i, o = [], a = [], s = -1, u = function () { for (i = e.once, r = t = !0; a.length; s = -1) for (n = a.shift(); ++s < o.length;) !1 === o[s].apply(n[0], n[1]) && e.stoponfalse && (s = o.length, n = !1); e.memory || (n = !1), t = !1, i && (o = n ? [] : "") }, l = { add: function () { return o && (n && !t && (s = o.length - 1, a.push(n)), function t(n) { d.each(n, function (n, r) { d.isfunction(r) ? e.unique && l.has(r) || o.push(r) : r && r.length && "string" !== d.type(r) && t(r) }) }(arguments), n && !t && u()), this }, remove: function () { return d.each(arguments, function (e, t) { for (var n; (n = d.inarray(t, o, n)) > -1;) o.splice(n, 1), n <= s && s-- }), this }, has: function (e) { return e ? d.inarray(e, o) > -1 : o.length > 0 }, empty: function () { return o && (o = []), this }, disable: function () { return i = a = [], o = n = "", this }, disabled: function () { return !o }, lock: function () { return i = !0, n || l.disable(), this }, locked: function () { return !!i }, firewith: function (e, n) { return i || (n = [e, (n = n || []).slice ? n.slice() : n], a.push(n), t || u()), this }, fire: function () { return l.firewith(this, arguments), this }, fired: function () { return !!r } }; return l }, d.extend({ deferred: function (e) { var t = [["resolve", "done", d.callbacks("once memory"), "resolved"], ["reject", "fail", d.callbacks("once memory"), "rejected"], ["notify", "progress", d.callbacks("memory")]], n = "pending", r = { state: function () { return n }, always: function () { return i.done(arguments).fail(arguments), this }, then: function () { var e = arguments; return d.deferred(function (n) { d.each(t, function (t, o) { var a = d.isfunction(e[t]) && e[t]; i[o[1]](function () { var e = a && a.apply(this, arguments); e && d.isfunction(e.promise) ? e.promise().progress(n.notify).done(n.resolve).fail(n.reject) : n[o[0] + "with"](this === r ? n.promise() : this, a ? [e] : arguments) }) }), e = null }).promise() }, promise: function (e) { return null != e ? d.extend(e, r) : r } }, i = {}; return r.pipe = r.then, d.each(t, function (e, o) { var a = o[2], s = o[3]; r[o[1]] = a.add, s && a.add(function () { n = s }, t[1 ^ e][2].disable, t[2][2].lock), i[o[0]] = function () { return i[o[0] + "with"](this === i ? r : this, arguments), this }, i[o[0] + "with"] = a.firewith }), r.promise(i), e && e.call(i, i), i }, when: function (e) { var t, n, r, o = 0, a = i.call(arguments), s = a.length, u = 1 !== s || e && d.isfunction(e.promise) ? s : 0, l = 1 === u ? e : d.deferred(), c = function (e, n, r) { return function (o) { n[e] = this, r[e] = arguments.length > 1 ? i.call(arguments) : o, r === t ? l.notifywith(n, r) : --u || l.resolvewith(n, r) } }; if (s > 1) for (t = new array(s), n = new array(s), r = new array(s); o < s; o++) a[o] && d.isfunction(a[o].promise) ? a[o].promise().progress(c(o, n, t)).done(c(o, r, a)).fail(l.reject) : --u; return u || l.resolvewith(r, a), l.promise() } }), d.fn.ready = function (e) { return d.ready.promise().done(e), this }, d.extend({ isready: !1, readywait: 1, holdready: function (e) { e ? d.readywait++ : d.ready(!0) }, ready: function (e) { (!0 === e ? --d.readywait : d.isready) || (d.isready = !0, !0 !== e && --d.readywait > 0 || (j.resolvewith(r, [d]), d.fn.triggerhandler && (d(r).triggerhandler("ready"), d(r).off("ready")))) } }), d.ready.promise = function (t) { if (!j) if (j = d.deferred(), "complete" === r.readystate || "loading" !== r.readystate && !r.documentelement.doscroll) e.settimeout(d.ready); else if (r.addeventlistener) r.addeventlistener("domcontentloaded", _), e.addeventlistener("load", _); else { r.attachevent("onreadystatechange", _), e.attachevent("onload", _); var n = !1; try { n = null == e.frameelement && r.documentelement } catch (e) { } n && n.doscroll && function t() { if (!d.isready) { try { n.doscroll("left") } catch (n) { return e.settimeout(t, 50) } q(), d.ready() } }() } return j.promise(t) }, d.ready.promise(), d(f)) break; f.ownfirst = "0" === l, f.inlineblockneedslayout = !1, d(function () { var e, t, n, i; (n = r.getelementsbytagname("body")[0]) && n.style && (t = r.createelement("div"), (i = r.createelement("div")).style.csstext = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", n.appendchild(i).appendchild(t), void 0 !== t.style.zoom && (t.style.csstext = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1", f.inlineblockneedslayout = e = 3 === t.offsetwidth, e && (n.style.zoom = 1)), n.removechild(i)) }), function () { var e = r.createelement("div"); f.deleteexpando = !0; try { delete e.test } catch (e) { f.deleteexpando = !1 } e = null }(); var f, m = function (e) { var t = d.nodata[(e.nodename + " ").tolowercase()], n = +e.nodetype || 1; return (1 === n || 9 === n) && (!t || !0 !== t && e.getattribute("classid") === t) }, o = /^(?:\{[\w\w]*\}|\[[\w\w]*\])$/, r = /([a-z])/g; function p(e, t, n) { if (void 0 === n && 1 === e.nodetype) { var r = "data-" + t.replace(r, "-$1").tolowercase(); if ("string" == typeof (n = e.getattribute(r))) { try { n = "true" === n || "false" !== n && ("null" === n ? null : +n + "" === n ? +n : o.test(n) ? d.parsejson(n) : n) } catch (e) { } d.data(e, t, n) } else n = void 0 } return n } function b(e) { var t; for (t in e) if (("data" !== t || !d.isemptyobject(e[t])) && "tojson" !== t) return !1; return !0 } function w(e, t, r, i) { if (m(e)) { var o, a, s = d.expando, u = e.nodetype, l = u ? d.cache : e, c = u ? e[s] : e[s] && s; if (c && l[c] && (i || l[c].data) || void 0 !== r || "string" != typeof t) return c || (c = u ? e[s] = n.pop() || d.guid++ : s), l[c] || (l[c] = u ? {} : {tojson: d.noop}), "object" != typeof t && "function" != typeof t || (i ? l[c] = d.extend(l[c], t) : l[c].data = d.extend(l[c].data, t)), a = l[c], i || (a.data || (a.data = {}), a = a.data), void 0 !== r && (a[d.camelcase(t)] = r), "string" == typeof t ? null == (o = a[t]) && (o = a[d.camelcase(t)]) : o = a, o } } function i(e, t, n) { if (m(e)) { var r, i, o = e.nodetype, a = o ? d.cache : e, s = o ? e[d.expando] : d.expando; if (a[s]) { if (t && (r = n ? a[s] : a[s].data)) { i = (t = d.isarray(t) ? t.concat(d.map(t, d.camelcase)) : t in r ? [t] : (t = d.camelcase(t)) in r ? [t] : t.split(" ")).length; for (; i--;) delete r[t[i]]; if (n ? !b(r) : !d.isemptyobject(r)) return } (n || (delete a[s].data, b(a[s]))) && (o ? d.cleandata([e], !0) : f.deleteexpando || a != a.window ? delete a[s] : a[s] = void 0) } } } d.extend({ cache: {}, nodata: {"applet ": !0, "embed ": !0, "object ": "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"}, hasdata: function (e) { return !!(e = e.nodetype ? d.cache[e[d.expando]] : e[d.expando]) && !b(e) }, data: function (e, t, n) { return w(e, t, n) }, removedata: function (e, t) { return i(e, t) }, _data: function (e, t, n) { return w(e, t, n, !0) }, _removedata: function (e, t) { return i(e, t, !0) } }), d.fn.extend({ data: function (e, t) { var n, r, i, o = this[0], a = o && o.attributes; if (void 0 === e) { if (this.length && (i = d.data(o), 1 === o.nodetype && !d._data(o, "parsedattrs"))) { for (n = a.length; n--;) a[n] && 0 === (r = a[n].name).indexof("data-") && p(o, r = d.camelcase(r.slice(5)), i[r]); d._data(o, "parsedattrs", !0) } return i } return "object" == typeof e ? this.each(function () { d.data(this, e) }) : arguments.length > 1 ? this.each(function () { d.data(this, e, t) }) : o ? p(o, e, d.data(o, e)) : void 0 }, removedata: function (e) { return this.each(function () { d.removedata(this, e) }) } }), d.extend({ queue: function (e, t, n) { var r; if (e) return t = (t || "fx") + "queue", r = d._data(e, t), n && (!r || d.isarray(n) ? r = d._data(e, t, d.makearray(n)) : r.push(n)), r || [] }, dequeue: function (e, t) { t = t || "fx"; var n = d.queue(e, t), r = n.length, i = n.shift(), o = d._queuehooks(e, t); "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, function () { d.dequeue(e, t) }, o)), !r && o && o.empty.fire() }, _queuehooks: function (e, t) { var n = t + "queuehooks"; return d._data(e, n) || d._data(e, n, { empty: d.callbacks("once memory").add(function () { d._removedata(e, t + "queue"), d._removedata(e, n) }) }) } }), d.fn.extend({ queue: function (e, t) { var n = 2; return "string" != typeof e && (t = e, e = "fx", n--), arguments.length < n ? d.queue(this[0], e) : void 0 === t ? this : this.each(function () { var n = d.queue(this, e, t); d._queuehooks(this, e), "fx" === e && "inprogress" !== n[0] && d.dequeue(this, e) }) }, dequeue: function (e) { return this.each(function () { d.dequeue(this, e) }) }, clearqueue: function (e) { return this.queue(e || "fx", []) }, promise: function (e, t) { var n, r = 1, i = d.deferred(), o = this, a = this.length, s = function () { --r || i.resolvewith(o, [o]) }; for ("string" != typeof e && (t = e, e = void 0), e = e || "fx"; a--;) (n = d._data(o[a], e + "queuehooks")) && n.empty && (r++, n.empty.add(s)); return s(), i.promise(t) } }), f.shrinkwrapblocks = function () { return null != f ? f : (f = !1, (t = r.getelementsbytagname("body")[0]) && t.style ? (e = r.createelement("div"), (n = r.createelement("div")).style.csstext = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", t.appendchild(n).appendchild(e), void 0 !== e.style.zoom && (e.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", e.appendchild(r.createelement("div")).style.width = "5px", f = 3 !== e.offsetwidth), t.removechild(n), f) : void 0); var e, t, n }; var $ = /[+-]?(?:\d*\.|)\d+(?:[ee][+-]?\d+|)/.source, z = new regexp("^(?:([+-])=|)(" + $ + ")([a-z%]*)$", "i"), x = ["top", "right", "bottom", "left"], u = function (e, t) { return e = t || e, "none" === d.css(e, "display") || !d.contains(e.ownerdocument, e) }; function v(e, t, n, r) { var i, o = 1, a = 20, s = r ? function () { return r.cur() } : function () { return d.css(e, t, "") }, u = s(), l = n && n[3] || (d.cssnumber[t] ? "" : "px"), c = (d.cssnumber[t] || "px" !== l && +u) && z.exec(d.css(e, t)); if (c && c[3] !== l) { l = l || c[3], n = n || [], c = +u || 1; do { c /= o = o || ".5", d.style(e, t, c + l) } while (o !== (o = s() / u) && 1 !== o && --a) } return n && (c = +c || +u || 0, i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], r && (r.unit = l, r.start = c, r.end = i)), i } var y, j, g, q = function (e, t, n, r, i, o, a) { var s = 0, u = e.length, l = null == n; if ("object" === d.type(n)) for (s in i = !0, n) q(e, t, s, n[s], !0, o, a); else if (void 0 !== r && (i = !0, d.isfunction(r) || (a = !0), l && (a ? (t.call(e, r), t = null) : (l = t, t = function (e, t, n) { return l.call(d(e), n) })), t)) for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); return i ? e : l ? t.call(e) : u ? t(e[0], n) : o }, k = /^(?:checkbox|radio)$/i, z = /<([\w:-]+)/, ee = /^$|\/(?:java|ecma)script/i, te = /^\s+/, ne = "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 re(e) { var t = ne.split("|"), n = e.createdocumentfragment(); if (n.createelement) for (; t.length;) n.createelement(t.pop()); return n } y = r.createelement("div"), j = r.createdocumentfragment(), g = r.createelement("input"), y.innerhtml = "
a", f.leadingwhitespace = 3 === y.firstchild.nodetype, f.tbody = !y.getelementsbytagname("tbody").length, f.htmlserialize = !!y.getelementsbytagname("link").length, f.html5clone = "<:nav>" !== r.createelement("nav").clonenode(!0).outerhtml, g.type = "checkbox", g.checked = !0, j.appendchild(g), f.appendchecked = g.checked, y.innerhtml = "", f.noclonechecked = !!y.clonenode(!0).lastchild.defaultvalue, j.appendchild(y), (g = r.createelement("input")).setattribute("type", "radio"), g.setattribute("checked", "checked"), g.setattribute("name", "t"), y.appendchild(g), f.checkclone = y.clonenode(!0).clonenode(!0).lastchild.checked, f.nocloneevent = !!y.addeventlistener, y[d.expando] = 1, f.attributes = !y.getattribute(d.expando); var ie = { option: [1, ""], legend: [1, "
", "
"], area: [1, "", ""], param: [1, "", ""], thead: [1, "", "
"], tr: [2, "", "
"], col: [2, "", "
"], td: [3, "", "
"], _default: f.htmlserialize ? [0, "", ""] : [1, "x
", "
"] }; function oe(e, t) { var n, r, i = 0, o = void 0 !== e.getelementsbytagname ? e.getelementsbytagname(t || "*") : void 0 !== e.queryselectorall ? e.queryselectorall(t || "*") : void 0; if (!o) for (o = [], n = e.childnodes || e; null != (r = n[i]); i++) !t || d.nodename(r, t) ? o.push(r) : d.merge(o, oe(r, t)); return void 0 === t || t && d.nodename(e, t) ? d.merge([e], o) : o } function ae(e, t) { for (var n, r = 0; null != (n = e[r]); r++) d._data(n, "globaleval", !t || d._data(t[r], "globaleval")) } ie.optgroup = ie.option, ie.tbody = ie.tfoot = ie.colgroup = ie.caption = ie.thead, ie.th = ie.td; var se = /<|&#?\w+;/, ue = /" !== p[1] || ue.test(a) ? 0 : u : u.firstchild) && a.childnodes.length; o--;) d.nodename(c = a.childnodes[o], "tbody") && !c.childnodes.length && a.removechild(c); for (d.merge(m, u.childnodes), u.textcontent = ""; u.firstchild;) u.removechild(u.firstchild); u = g.lastchild } else m.push(t.createtextnode(a)); for (u && g.removechild(u), f.appendchecked || d.grep(oe(m, "input"), le), v = 0; a = m[v++];) if (r && d.inarray(a, r) > -1) i && i.push(a); else if (s = d.contains(a.ownerdocument, a), u = oe(g.appendchild(a), "script"), s && ae(u), n) for (o = 0; a = u[o++];) ee.test(a.type || "") && n.push(a); return u = null, g } !function () { var t, n, i = r.createelement("div"); for (t in { submit: !0, change: !0, focusin: !0 }) n = "on" + t, (f[t] = n in e) || (i.setattribute(n, "t"), f[t] = !1 === i.attributes[n].expando); i = null }(); var fe = /^(?:input|select|textarea)$/i, de = /^key/, pe = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, he = /^(?:focusinfocus|focusoutblur)$/, ge = /^([^.]*)(?:\.(.+)|)/; function me() { return !0 } function ve() { return !1 } function ye() { try { return r.activeelement } catch (e) { } } function xe(e, t, n, r, i, o) { var a, s; if ("object" == typeof t) { for (s in "string" != typeof n && (r = r || n, n = void 0), t) xe(e, s, n, r, t[s], o); return e } if (null == r && null == i ? (i = n, r = n = void 0) : null == i && ("string" == typeof n ? (i = r, r = void 0) : (i = r, r = n, n = void 0)), !1 === i) i = ve; else if (!i) return e; return 1 === o && (a = i, (i = function (e) { return d().off(e), a.apply(this, arguments) }).guid = a.guid || (a.guid = d.guid++)), e.each(function () { d.event.add(this, t, i, r, n) }) } d.event = { global: {}, add: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, h, g, m, v = d._data(e); if (v) { for (n.handler && (n = (u = n).handler, i = u.selector), n.guid || (n.guid = d.guid++), (a = v.events) || (a = v.events = {}), (c = v.handle) || ((c = v.handle = function (e) { return void 0 === d || e && d.event.triggered === e.type ? void 0 : d.event.dispatch.apply(c.elem, arguments) }).elem = e), s = (t = (t || "").match(h) || [""]).length; s--;) h = m = (o = ge.exec(t[s]) || [])[1], g = (o[2] || "").split(".").sort(), h && (l = d.event.special[h] || {}, h = (i ? l.delegatetype : l.bindtype) || h, l = d.event.special[h] || {}, f = d.extend({ type: h, origtype: m, data: r, handler: n, guid: n.guid, selector: i, needscontext: i && d.expr.match.needscontext.test(i), namespace: g.join(".") }, u), (p = a[h]) || ((p = a[h] = []).delegatecount = 0, l.setup && !1 !== l.setup.call(e, r, g, c) || (e.addeventlistener ? e.addeventlistener(h, c, !1) : e.attachevent && e.attachevent("on" + h, c))), l.add && (l.add.call(e, f), f.handler.guid || (f.handler.guid = n.guid)), i ? p.splice(p.delegatecount++, 0, f) : p.push(f), d.event.global[h] = !0); e = null } }, remove: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, h, g, m, v = d.hasdata(e) && d._data(e); if (v && (c = v.events)) { for (l = (t = (t || "").match(h) || [""]).length; l--;) if (h = m = (s = ge.exec(t[l]) || [])[1], g = (s[2] || "").split(".").sort(), h) { for (f = d.event.special[h] || {}, p = c[h = (r ? f.delegatetype : f.bindtype) || h] || [], s = s[2] && new regexp("(^|\\.)" + g.join("\\.(?:.*\\.|)") + "(\\.|$)"), u = o = p.length; o--;) a = p[o], !i && m !== a.origtype || n && n.guid !== a.guid || s && !s.test(a.namespace) || r && r !== a.selector && ("**" !== r || !a.selector) || (p.splice(o, 1), a.selector && p.delegatecount--, f.remove && f.remove.call(e, a)); u && !p.length && (f.teardown && !1 !== f.teardown.call(e, g, v.handle) || d.removeevent(e, h, v.handle), delete c[h]) } else for (h in c) d.event.remove(e, h + t[l], n, r, !0); d.isemptyobject(c) && (delete v.handle, d._removedata(e, "events")) } }, trigger: function (t, n, i, o) { var a, s, u, l, f, p, h, g = [i || r], m = c.call(t, "type") ? t.type : t, v = c.call(t, "namespace") ? t.namespace.split(".") : []; if (u = p = i = i || r, 3 !== i.nodetype && 8 !== i.nodetype && !he.test(m + d.event.triggered) && (m.indexof(".") > -1 && (v = m.split("."), m = v.shift(), v.sort()), s = m.indexof(":") < 0 && "on" + m, (t = t[d.expando] ? t : new d.event(m, "object" == typeof t && t)).istrigger = o ? 2 : 3, t.namespace = v.join("."), t.rnamespace = t.namespace ? new regexp("(^|\\.)" + v.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, t.result = void 0, t.target || (t.target = i), n = null == n ? [t] : d.makearray(n, [t]), f = d.event.special[m] || {}, o || !f.trigger || !1 !== f.trigger.apply(i, n))) { if (!o && !f.nobubble && !d.iswindow(i)) { for (l = f.delegatetype || m, he.test(l + m) || (u = u.parentnode); u; u = u.parentnode) g.push(u), p = u; p === (i.ownerdocument || r) && g.push(p.defaultview || p.parentwindow || e) } for (h = 0; (u = g[h++]) && !t.ispropagationstopped();) t.type = h > 1 ? l : f.bindtype || m, (a = (d._data(u, "events") || {})[t.type] && d._data(u, "handle")) && a.apply(u, n), (a = s && u[s]) && a.apply && m(u) && (t.result = a.apply(u, n), !1 === t.result && t.preventdefault()); if (t.type = m, !o && !t.isdefaultprevented() && (!f._default || !1 === f._default.apply(g.pop(), n)) && m(i) && s && i[m] && !d.iswindow(i)) { (p = i[s]) && (i[s] = null), d.event.triggered = m; try { i[m]() } catch (e) { } d.event.triggered = void 0, p && (i[s] = p) } return t.result } }, dispatch: function (e) { e = d.event.fix(e); var t, n, r, o, a, s, u = i.call(arguments), l = (d._data(this, "events") || {})[e.type] || [], c = d.event.special[e.type] || {}; if (u[0] = e, e.delegatetarget = this, !c.predispatch || !1 !== c.predispatch.call(this, e)) { for (s = d.event.handlers.call(this, e, l), t = 0; (o = s[t++]) && !e.ispropagationstopped();) for (e.currenttarget = o.elem, n = 0; (a = o.handlers[n++]) && !e.isimmediatepropagationstopped();) e.rnamespace && !e.rnamespace.test(a.namespace) || (e.handleobj = a, e.data = a.data, void 0 !== (r = ((d.event.special[a.origtype] || {}).handle || a.handler).apply(o.elem, u)) && !1 === (e.result = r) && (e.preventdefault(), e.stoppropagation())); return c.postdispatch && c.postdispatch.call(this, e), e.result } }, handlers: function (e, t) { var n, r, i, o, a = [], s = t.delegatecount, u = e.target; if (s && u.nodetype && ("click" !== e.type || isnan(e.button) || e.button < 1)) for (; u != this; u = u.parentnode || this) if (1 === u.nodetype && (!0 !== u.disabled || "click" !== e.type)) { for (r = [], n = 0; n < s; n++) void 0 === r[i = (o = t[n]).selector + " "] && (r[i] = o.needscontext ? d(i, this).index(u) > -1 : d.find(i, this, null, [u]).length), r[i] && r.push(o); r.length && a.push({elem: u, handlers: r}) } return s < t.length && a.push({elem: this, handlers: t.slice(s)}), a }, fix: function (e) { if (e[d.expando]) return e; var t, n, i, o = e.type, a = e, s = this.fixhooks[o]; for (s || (this.fixhooks[o] = s = pe.test(o) ? this.mousehooks : de.test(o) ? this.keyhooks : {}), i = s.props ? this.props.concat(s.props) : this.props, e = new d.event(a), t = i.length; t--;) e[n = i[t]] = a[n]; return e.target || (e.target = a.srcelement || r), 3 === e.target.nodetype && (e.target = e.target.parentnode), e.metakey = !!e.metakey, s.filter ? s.filter(e, a) : e }, 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 (e, t) { return null == e.which && (e.which = null != t.charcode ? t.charcode : t.keycode), e } }, mousehooks: { props: "button buttons clientx clienty fromelement offsetx offsety pagex pagey screenx screeny toelement".split(" "), filter: function (e, t) { var n, i, o, a = t.button, s = t.fromelement; return null == e.pagex && null != t.clientx && (o = (i = e.target.ownerdocument || r).documentelement, n = i.body, e.pagex = t.clientx + (o && o.scrollleft || n && n.scrollleft || 0) - (o && o.clientleft || n && n.clientleft || 0), e.pagey = t.clienty + (o && o.scrolltop || n && n.scrolltop || 0) - (o && o.clienttop || n && n.clienttop || 0)), !e.relatedtarget && s && (e.relatedtarget = s === e.target ? t.toelement : s), e.which || void 0 === a || (e.which = 1 & a ? 1 : 2 & a ? 3 : 4 & a ? 2 : 0), e } }, special: { load: {nobubble: !0}, focus: { trigger: function () { if (this !== ye() && this.focus) try { return this.focus(), !1 } catch (e) { } }, delegatetype: "focusin" }, blur: { trigger: function () { if (this === ye() && this.blur) return this.blur(), !1 }, delegatetype: "focusout" }, click: { trigger: function () { if (d.nodename(this, "input") && "checkbox" === this.type && this.click) return this.click(), !1 }, _default: function (e) { return d.nodename(e.target, "a") } }, beforeunload: { postdispatch: function (e) { void 0 !== e.result && e.originalevent && (e.originalevent.returnvalue = e.result) } } }, simulate: function (e, t, n) { var r = d.extend(new d.event, n, {type: e, issimulated: !0}); d.event.trigger(r, null, t), r.isdefaultprevented() && n.preventdefault() } }, d.removeevent = r.removeeventlistener ? function (e, t, n) { e.removeeventlistener && e.removeeventlistener(t, n) } : function (e, t, n) { var r = "on" + t; e.detachevent && (void 0 === e[r] && (e[r] = null), e.detachevent(r, n)) }, d.event = function (e, t) { if (!(this instanceof d.event)) return new d.event(e, t); e && e.type ? (this.originalevent = e, this.type = e.type, this.isdefaultprevented = e.defaultprevented || void 0 === e.defaultprevented && !1 === e.returnvalue ? me : ve) : this.type = e, t && d.extend(this, t), this.timestamp = e && e.timestamp || d.now(), this[d.expando] = !0 }, d.event.prototype = { constructor: d.event, isdefaultprevented: ve, ispropagationstopped: ve, isimmediatepropagationstopped: ve, preventdefault: function () { var e = this.originalevent; this.isdefaultprevented = me, e && (e.preventdefault ? e.preventdefault() : e.returnvalue = !1) }, stoppropagation: function () { var e = this.originalevent; this.ispropagationstopped = me, e && !this.issimulated && (e.stoppropagation && e.stoppropagation(), e.cancelbubble = !0) }, stopimmediatepropagation: function () { var e = this.originalevent; this.isimmediatepropagationstopped = me, e && e.stopimmediatepropagation && e.stopimmediatepropagation(), this.stoppropagation() } }, d.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function (e, t) { d.event.special[e] = { delegatetype: t, bindtype: t, handle: function (e) { var n, r = e.relatedtarget, i = e.handleobj; return r && (r === this || d.contains(this, r)) || (e.type = i.origtype, n = i.handler.apply(this, arguments), e.type = t), n } } }), f.submit || (d.event.special.submit = { setup: function () { if (d.nodename(this, "form")) return !1; d.event.add(this, "click._submit keypress._submit", function (e) { var t = e.target, n = d.nodename(t, "input") || d.nodename(t, "button") ? d.prop(t, "form") : void 0; n && !d._data(n, "submit") && (d.event.add(n, "submit._submit", function (e) { e._submitbubble = !0 }), d._data(n, "submit", !0)) }) }, postdispatch: function (e) { e._submitbubble && (delete e._submitbubble, this.parentnode && !e.istrigger && d.event.simulate("submit", this.parentnode, e)) }, teardown: function () { if (d.nodename(this, "form")) return !1; d.event.remove(this, "._submit") } }), f.change || (d.event.special.change = { setup: function () { if (fe.test(this.nodename)) return "checkbox" !== this.type && "radio" !== this.type || (d.event.add(this, "propertychange._change", function (e) { "checked" === e.originalevent.propertyname && (this._justchanged = !0) }), d.event.add(this, "click._change", function (e) { this._justchanged && !e.istrigger && (this._justchanged = !1), d.event.simulate("change", this, e) })), !1; d.event.add(this, "beforeactivate._change", function (e) { var t = e.target; fe.test(t.nodename) && !d._data(t, "change") && (d.event.add(t, "change._change", function (e) { !this.parentnode || e.issimulated || e.istrigger || d.event.simulate("change", this.parentnode, e) }), d._data(t, "change", !0)) }) }, handle: function (e) { var t = e.target; if (this !== t || e.issimulated || e.istrigger || "radio" !== t.type && "checkbox" !== t.type) return e.handleobj.handler.apply(this, arguments) }, teardown: function () { return d.event.remove(this, "._change"), !fe.test(this.nodename) } }), f.focusin || d.each({focus: "focusin", blur: "focusout"}, function (e, t) { var n = function (e) { d.event.simulate(t, e.target, d.event.fix(e)) }; d.event.special[t] = { setup: function () { var r = this.ownerdocument || this, i = d._data(r, t); i || r.addeventlistener(e, n, !0), d._data(r, t, (i || 0) + 1) }, teardown: function () { var r = this.ownerdocument || this, i = d._data(r, t) - 1; i ? d._data(r, t, i) : (r.removeeventlistener(e, n, !0), d._removedata(r, t)) } } }), d.fn.extend({ on: function (e, t, n, r) { return xe(this, e, t, n, r) }, one: function (e, t, n, r) { return xe(this, e, t, n, r, 1) }, off: function (e, t, n) { var r, i; if (e && e.preventdefault && e.handleobj) return r = e.handleobj, d(e.delegatetarget).off(r.namespace ? r.origtype + "." + r.namespace : r.origtype, r.selector, r.handler), this; if ("object" == typeof e) { for (i in e) this.off(i, t, e[i]); return this } return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = ve), this.each(function () { d.event.remove(this, e, n, t) }) }, trigger: function (e, t) { return this.each(function () { d.event.trigger(e, t, this) }) }, triggerhandler: function (e, t) { var n = this[0]; if (n) return d.event.trigger(e, t, n, !0) } }); var be = / jquery\d+="(?:null|\d+)"/g, we = new regexp("<(?:" + ne + ")[\\s/>]", "i"), te = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, ce = /\s*$/g, se = re(r).appendchild(r.createelement("div")); function ae(e, t) { return d.nodename(e, "table") && d.nodename(11 !== t.nodetype ? t : t.firstchild, "tr") ? e.getelementsbytagname("tbody")[0] || e.appendchild(e.ownerdocument.createelement("tbody")) : e } function de(e) { return e.type = (null !== d.find.attr(e, "type")) + "/" + e.type, e } function je(e) { var t = ne.exec(e.type); return t ? e.type = t[1] : e.removeattribute("type"), e } function le(e, t) { if (1 === t.nodetype && d.hasdata(e)) { var n, r, i, o = d._data(e), a = d._data(t, o), s = o.events; if (s) for (n in delete a.handle, a.events = {}, s) for (r = 0, i = s[n].length; r < i; r++) d.event.add(t, n, s[n][r]); a.data && (a.data = d.extend({}, a.data)) } } function he(e, t) { var n, r, i; if (1 === t.nodetype) { if (n = t.nodename.tolowercase(), !f.nocloneevent && t[d.expando]) { for (r in (i = d._data(t)).events) d.removeevent(t, r, i.handle); t.removeattribute(d.expando) } "script" === n && t.text !== e.text ? (de(t).text = e.text, je(t)) : "object" === n ? (t.parentnode && (t.outerhtml = e.outerhtml), f.html5clone && e.innerhtml && !d.trim(t.innerhtml) && (t.innerhtml = e.innerhtml)) : "input" === n && k.test(e.type) ? (t.defaultchecked = t.checked = e.checked, t.value !== e.value && (t.value = e.value)) : "option" === n ? t.defaultselected = t.selected = e.defaultselected : "input" !== n && "textarea" !== n || (t.defaultvalue = e.defaultvalue) } } function qe(e, t, n, r) { t = o.apply([], t); var i, a, s, u, l, c, p = 0, h = e.length, g = h - 1, m = t[0], v = d.isfunction(m); if (v || h > 1 && "string" == typeof m && !f.checkclone && ee.test(m)) return e.each(function (i) { var o = e.eq(i); v && (t[0] = m.call(this, i, o.html())), qe(o, t, n, r) }); if (h && (i = (c = ce(t, e[0].ownerdocument, !1, e, r)).firstchild, 1 === c.childnodes.length && (c = i), i || r)) { for (s = (u = d.map(oe(c, "script"), de)).length; p < h; p++) a = c, p !== g && (a = d.clone(a, !0, !0), s && d.merge(u, oe(a, "script"))), n.call(e[p], a, p); if (s) for (l = u[u.length - 1].ownerdocument, d.map(u, je), p = 0; p < s; p++) a = u[p], ee.test(a.type || "") && !d._data(a, "globaleval") && d.contains(l, a) && (a.src ? d._evalurl && d._evalurl(a.src) : d.globaleval((a.text || a.textcontent || a.innerhtml || "").replace(ke, ""))); c = i = null } return e } function _e(e, t, n) { for (var r, i = t ? d.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodetype || d.cleandata(oe(r)), r.parentnode && (n && d.contains(r.ownerdocument, r) && ae(oe(r, "script")), r.parentnode.removechild(r)); return e } d.extend({ htmlprefilter: function (e) { return e.replace(te, "<$1>") }, clone: function (e, t, n) { var r, i, o, a, s, u = d.contains(e.ownerdocument, e); if (f.html5clone || d.isxmldoc(e) || !we.test("<" + e.nodename + ">") ? o = e.clonenode(!0) : (se.innerhtml = e.outerhtml, se.removechild(o = se.firstchild)), !(f.nocloneevent && f.noclonechecked || 1 !== e.nodetype && 11 !== e.nodetype || d.isxmldoc(e))) for (r = oe(o), s = oe(e), a = 0; null != (i = s[a]); ++a) r[a] && he(i, r[a]); if (t) if (n) for (s = s || oe(e), r = r || oe(o), a = 0; null != (i = s[a]); a++) le(i, r[a]); else le(e, o); return (r = oe(o, "script")).length > 0 && ae(r, !u && oe(e, "script")), r = s = i = null, o }, cleandata: function (e, t) { for (var r, i, o, a, s = 0, u = d.expando, l = d.cache, c = f.attributes, p = d.event.special; null != (r = e[s]); s++) if ((t || m(r)) && (a = (o = r[u]) && l[o])) { if (a.events) for (i in a.events) p[i] ? d.event.remove(r, i) : d.removeevent(r, i, a.handle); l[o] && (delete l[o], c || void 0 === r.removeattribute ? r[u] = void 0 : r.removeattribute(u), n.push(o)) } } }), d.fn.extend({ dommanip: qe, detach: function (e) { return _e(this, e, !0) }, remove: function (e) { return _e(this, e) }, text: function (e) { return q(this, function (e) { return void 0 === e ? d.text(this) : this.empty().append((this[0] && this[0].ownerdocument || r).createtextnode(e)) }, null, e, arguments.length) }, append: function () { return qe(this, arguments, function (e) { 1 !== this.nodetype && 11 !== this.nodetype && 9 !== this.nodetype || ae(this, e).appendchild(e) }) }, prepend: function () { return qe(this, arguments, function (e) { if (1 === this.nodetype || 11 === this.nodetype || 9 === this.nodetype) { var t = ae(this, e); t.insertbefore(e, t.firstchild) } }) }, before: function () { return qe(this, arguments, function (e) { this.parentnode && this.parentnode.insertbefore(e, this) }) }, after: function () { return qe(this, arguments, function (e) { this.parentnode && this.parentnode.insertbefore(e, this.nextsibling) }) }, empty: function () { for (var e, t = 0; null != (e = this[t]); t++) { for (1 === e.nodetype && d.cleandata(oe(e, !1)); e.firstchild;) e.removechild(e.firstchild); e.options && d.nodename(e, "select") && (e.options.length = 0) } return this }, clone: function (e, t) { return e = null != e && e, t = null == t ? e : t, this.map(function () { return d.clone(this, e, t) }) }, html: function (e) { return q(this, function (e) { var t = this[0] || {}, n = 0, r = this.length; if (void 0 === e) return 1 === t.nodetype ? t.innerhtml.replace(be, "") : void 0; if ("string" == typeof e && !ce.test(e) && (f.htmlserialize || !we.test(e)) && (f.leadingwhitespace || !te.test(e)) && !ie[(z.exec(e) || ["", ""])[1].tolowercase()]) { e = d.htmlprefilter(e); try { for (; n < r; n++) 1 === (t = this[n] || {}).nodetype && (d.cleandata(oe(t, !1)), t.innerhtml = e); t = 0 } catch (e) { } } t && this.empty().append(e) }, null, e, arguments.length) }, replacewith: function () { var e = []; return qe(this, arguments, function (t) { var n = this.parentnode; d.inarray(this, e) < 0 && (d.cleandata(oe(this)), n && n.replacechild(t, this)) }, e) } }), d.each({ appendto: "append", prependto: "prepend", insertbefore: "before", insertafter: "after", replaceall: "replacewith" }, function (e, t) { d.fn[e] = function (e) { for (var n, r = 0, i = [], o = d(e), s = o.length - 1; r <= s; r++) n = r === s ? this : this.clone(!0), d(o[r])[t](n), a.apply(i, n.get()); return this.pushstack(i) } }); var fe, me = {html: "block", body: "block"}; function oe(e, t) { var n = d(t.createelement(e)).appendto(t.body), r = d.css(n[0], "display"); return n.detach(), r } function re(e) { var t = r, n = me[e]; return n || ("none" !== (n = oe(e, t)) && n || ((t = ((fe = (fe || d("