!function (t, e) { var n = function (t, e) { return new n.fn.init(t, e, rootjQuery) }; n.Animation = function (t, e, r) { var o, i, s = 0, a = animationPrefilters.length, u = n.Deferred().always(function () { delete l.elem }), l = function () { if (i) return !1; for (var e = fxNow || createFxNow(), n = Math.max(0, c.startTime + c.duration - e), r = n / c.duration || 0, o = 1 - r, s = 0, a = c.tweens.length; a > s; s++) c.tweens[s].run(o); return u.notifyWith(t, [c, o, n]), 1 > o && a ? n : (u.resolveWith(t, [c]), !1) }, c = u.promise({ elem: t, props: n.extend({}, e), opts: n.extend(!0, { specialEasing: {} }, r), originalProperties: e, originalOptions: r, startTime: fxNow || createFxNow(), duration: r.duration, tweens: [], createTween: function (e, r) { var o = n.Tween(t, c.opts, e, r, c.opts.specialEasing[e] || c.opts.easing); return c.tweens.push(o), o }, stop: function (e) { var n = 0, r = e ? c.tweens.length : 0; if (i) return this; for (i = !0; r > n; n++) c.tweens[n].run(1); return e ? u.resolveWith(t, [c, e]) : u.rejectWith(t, [c, e]), this } }), p = c.props; for (propFilter(p, c.opts.specialEasing); a > s; s++) if (o = animationPrefilters[s].call(c, t, p, c.opts)) return o; return createTweens(c, p), n.isFunction(c.opts.start) && c.opts.start.call(t, c), n.fx.timer(n.extend(l, { elem: t, anim: c, queue: c.opts.queue })), c.progress(c.opts.progress).done(c.opts.done, c.opts.complete).fail(c.opts.fail).always(c.opts.always) }, n.Callbacks = function (t) { t = "string" == typeof t ? optionsCache[t] || createOptions(t) : n.extend({}, t); var r, o, i, s, a, u, l = [], c = !t.once && [], p = function (e) { for (r = t.memory && e, o = !0, u = s || 0, s = 0, a = l.length, i = !0; l && a > u; u++) if (l[u].apply(e[0], e[1]) === !1 && t.stopOnFalse) { r = !1; break } i = !1, l && (c ? c.length && p(c.shift()) : r ? l = [] : f.disable()) }, f = { add: function () { if (l) { var e = l.length; !function o(e) { n.each(e, function (e, r) { var i = n.type(r); "function" === i ? t.unique && f.has(r) || l.push(r) : r && r.length && "string" !== i && o(r) }) } (arguments), i ? a = l.length : r && (s = e, p(r)) } return this }, remove: function () { return l && n.each(arguments, function (t, e) { for (var r; (r = n.inArray(e, l, r)) > -1; ) l.splice(r, 1), i && (a >= r && a--, u >= r && u--) }), this }, has: function (t) { return t ? n.inArray(t, l) > -1 : !(!l || !l.length) }, empty: function () { return l = [], a = 0, this }, disable: function () { return l = c = r = e, this }, disabled: function () { return !l }, lock: function () { return c = e, r || f.disable(), this }, locked: function () { return !c }, fireWith: function (t, e) { return e = e || [], e = [t, e.slice ? e.slice() : e], !l || o && !c || (i ? c.push(e) : p(e)), this }, fire: function () { return f.fireWith(this, arguments), this }, fired: function () { return !!o } }; return f }, n.Deferred = function (t) { var e = [["resolve", "done", n.Callbacks("once memory"), "resolved"], ["reject", "fail", n.Callbacks("once memory"), "rejected"], ["notify", "progress", n.Callbacks("memory")]], r = "pending", o = { state: function () { return r }, always: function () { return i.done(arguments).fail(arguments), this }, then: function () { var t = arguments; return n.Deferred(function (r) { n.each(e, function (e, s) { var a = s[0], u = n.isFunction(t[e]) && t[e]; i[s[1]](function () { var t = u && u.apply(this, arguments); t && n.isFunction(t.promise) ? t.promise().done(r.resolve).fail(r.reject).progress(r.notify) : r[a + "With"](this === o ? r.promise() : this, u ? [t] : arguments) }) }), t = null }).promise() }, promise: function (t) { return null != t ? n.extend(t, o) : o } }, i = {}; return o.pipe = o.then, n.each(e, function (t, n) { var s = n[2], a = n[3]; o[n[1]] = s.add, a && s.add(function () { r = a }, e[1 ^ t][2].disable, e[2][2].lock), i[n[0]] = function () { return i[n[0] + "With"](this === i ? o : this, arguments), this }, i[n[0] + "With"] = s.fireWith }), o.promise(i), t && t.call(i, i), i }, n.Event = function (t, e) { return this instanceof n.Event ? (t && t.type ? (this.originalEvent = t, this.type = t.type, this.isDefaultPrevented = t.defaultPrevented || t.getPreventDefault && t.getPreventDefault() ? returnTrue : returnFalse) : this.type = t, e && n.extend(this, e), this.timeStamp = t && t.timeStamp || n.now(), void (this[n.expando] = !0)) : new n.Event(t, e) }, n.Tween = function r(t, e, n, o, i) { return new r.prototype.init(t, e, n, o, i) }, n._data = function (t, e, n) { return data_priv.access(t, e, n) }, n._evalUrl = function (t) { return n.ajax({ url: t, type: "GET", dataType: "text", async: !1, global: !1, success: n.globalEval }) }, n._queueHooks = function (t, e) { var r = e + "queueHooks"; return data_priv.get(t, r) || data_priv.access(t, r, { empty: n.Callbacks("once memory").add(function () { data_priv.remove(t, [e + "queue", r]) }) }) }, n._removeData = function (t, e) { data_priv.remove(t, e) }, n.acceptData = function (t) { return t.nodeType ? 1 === t.nodeType || 9 === t.nodeType : !0 }, n.access = function (t, r, o, i, s, a, u) { var l = 0, c = t.length, p = null == o; if ("object" === n.type(o)) { s = !0; for (l in o) n.access(t, r, l, o[l], !0, a, u) } else if (i !== e && (s = !0, n.isFunction(i) || (u = !0), p && (u ? (r.call(t, i), r = null) : (p = r, r = function (t, e, r) { return p.call(n(t), r) })), r)) for (; c > l; l++) r(t[l], o, u ? i : i.call(t[l], l, r(t[l], o))); return s ? t : p ? r.call(t) : c ? r(t[0], o) : a }, n.active = 0, n.ajax = function (t, r) { function o(t, r, o, u) { var c, f, x, b, w, j = r; 2 !== T && (T = 2, l && clearTimeout(l), i = e, a = u || "", k.readyState = t > 0 ? 4 : 0, c = t >= 200 && 300 > t || 304 === t, o && (b = ajaxHandleResponses(h, k, o)), b = ajaxConvert(h, b, k, c), c ? (h.ifModified && (w = k.getResponseHeader("Last-Modified"), w && (n.lastModified[s] = w), w = k.getResponseHeader("etag"), w && (n.etag[s] = w)), 204 === t ? j = "nocontent" : 304 === t ? j = "notmodified" : (j = b.state, f = b.data, x = b.error, c = !x)) : (x = j, (t || !j) && (j = "error", 0 > t && (t = 0))), k.status = t, k.statusText = (r || j) + "", c ? g.resolveWith(m, [f, j, k]) : g.rejectWith(m, [k, j, x]), k.statusCode(v), v = e, p && d.trigger(c ? "ajaxSuccess" : "ajaxError", [k, h, c ? f : x]), y.fireWith(m, [k, j]), p && (d.trigger("ajaxComplete", [k, h]), --n.active || n.event.trigger("ajaxStop"))) } "object" == typeof t && (r = t, t = e), r = r || {}; var i, s, a, u, l, c, p, f, h = n.ajaxSetup({}, r), m = h.context || h, d = h.context && (m.nodeType || m.jquery) ? n(m) : n.event, g = n.Deferred(), y = n.Callbacks("once memory"), v = h.statusCode || {}, x = {}, b = {}, T = 0, w = "canceled", k = { readyState: 0, getResponseHeader: function (t) { var e; if (2 === T) { if (!u) for (u = {}; e = rheaders.exec(a); ) u[e[1].toLowerCase()] = e[2]; e = u[t.toLowerCase()] } return null == e ? null : e }, getAllResponseHeaders: function () { return 2 === T ? a : null }, setRequestHeader: function (t, e) { var n = t.toLowerCase(); return T || (t = b[n] = b[n] || t, x[t] = e), this }, overrideMimeType: function (t) { return T || (h.mimeType = t), this }, statusCode: function (t) { var e; if (t) if (2 > T) for (e in t) v[e] = [v[e], t[e]]; else k.always(t[k.status]); return this }, abort: function (t) { var e = t || w; return i && i.abort(e), o(0, e), this } }; if (g.promise(k).complete = y.add, k.success = k.done, k.error = k.fail, h.url = ((t || h.url || ajaxLocation) + "").replace(rhash, "").replace(rprotocol, ajaxLocParts[1] + "//"), h.type = r.method || r.type || h.method || h.type, h.dataTypes = n.trim(h.dataType || "*").toLowerCase().match(core_rnotwhite) || [""], null == h.crossDomain && (c = rurl.exec(h.url.toLowerCase()), h.crossDomain = !(!c || c[1] === ajaxLocParts[1] && c[2] === ajaxLocParts[2] && (c[3] || ("http:" === c[1] ? "80" : "443")) === (ajaxLocParts[3] || ("http:" === ajaxLocParts[1] ? "80" : "443")))), h.data && h.processData && "string" != typeof h.data && (h.data = n.param(h.data, h.traditional)), inspectPrefiltersOrTransports(prefilters, h, r, k), 2 === T) return k; p = h.global, p && 0 === n.active++ && n.event.trigger("ajaxStart"), h.type = h.type.toUpperCase(), h.hasContent = !rnoContent.test(h.type), s = h.url, h.hasContent || (h.data && (s = h.url += (ajax_rquery.test(s) ? "&" : "?") + h.data, delete h.data), h.cache === !1 && (h.url = rts.test(s) ? s.replace(rts, "$1_=" + ajax_nonce++) : s + (ajax_rquery.test(s) ? "&" : "?") + "_=" + ajax_nonce++)), h.ifModified && (n.lastModified[s] && k.setRequestHeader("If-Modified-Since", n.lastModified[s]), n.etag[s] && k.setRequestHeader("If-None-Match", n.etag[s])), (h.data && h.hasContent && h.contentType !== !1 || r.contentType) && k.setRequestHeader("Content-Type", h.contentType), k.setRequestHeader("Accept", h.dataTypes[0] && h.accepts[h.dataTypes[0]] ? h.accepts[h.dataTypes[0]] + ("*" !== h.dataTypes[0] ? ", " + allTypes + "; q=0.01" : "") : h.accepts["*"]); for (f in h.headers) k.setRequestHeader(f, h.headers[f]); if (h.beforeSend && (h.beforeSend.call(m, k, h) === !1 || 2 === T)) return k.abort(); w = "abort"; for (f in { success: 1, error: 1, complete: 1 }) k[f](h[f]); if (i = inspectPrefiltersOrTransports(transports, h, r, k)) { k.readyState = 1, p && d.trigger("ajaxSend", [k, h]), h.async && h.timeout > 0 && (l = setTimeout(function () { k.abort("timeout") }, h.timeout)); try { T = 1, i.send(x, o) } catch (j) { if (!(2 > T)) throw j; o(-1, j) } } else o(-1, "No Transport"); return k }, n.ajaxPrefilter = function (t, e) { "string" != typeof t && (e = t, t = "*"); var r, o = 0, i = t.toLowerCase().match(core_rnotwhite) || []; if (n.isFunction(e)) for (; r = i[o++]; ) "+" === r[0] ? (r = r.slice(1) || "*", (structure[r] = structure[r] || []).unshift(e)) : (structure[r] = structure[r] || []).push(e) }, n.ajaxSettings = { url: "http://localhost:25812/?ver=2.1.0&newLineMethod=xml", type: "GET", isLocal: !1, global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: {}, contents: {}, responseFields: {}, converters: {}, flatOptions: {}, jsonp: "callback" }, n.ajaxSetup = function (t, e) { return e ? ajaxExtend(ajaxExtend(t, n.ajaxSettings), e) : ajaxExtend(n.ajaxSettings, t) }, n.ajaxTransport = function (t, e) { "string" != typeof t && (e = t, t = "*"); var r, o = 0, i = t.toLowerCase().match(core_rnotwhite) || []; if (n.isFunction(e)) for (; r = i[o++]; ) "+" === r[0] ? (r = r.slice(1) || "*", (structure[r] = structure[r] || []).unshift(e)) : (structure[r] = structure[r] || []).push(e) }, n.attr = function (t, r, o) { var i, s, a = t.nodeType; if (t && 3 !== a && 8 !== a && 2 !== a) return typeof t.getAttribute === core_strundefined ? n.prop(t, r, o) : (1 === a && n.isXMLDoc(t) || (r = r.toLowerCase(), i = n.attrHooks[r] || (n.expr.match["boolean"].test(r) ? boolHook : nodeHook)), o === e ? i && "get" in i && null !== (s = i.get(t, r)) ? s : (s = n.find.attr(t, r), null == s ? e : s) : null !== o ? i && "set" in i && (s = i.set(t, o, r)) !== e ? s : (t.setAttribute(r, o + ""), o) : void n.removeAttr(t, r)) }, n.attrHooks = { type: {} }, n.buildFragment = function (t, e, r, o) { for (var i, s, a, u, l, c, p = 0, f = t.length, h = e.createDocumentFragment(), m = []; f > p; p++) if (i = t[p], i || 0 === i) if ("object" === n.type(i)) n.merge(m, i.nodeType ? [i] : i); else if (rhtml.test(i)) { for (s = s || h.appendChild(e.createElement("div")), a = (rtagName.exec(i) || ["", ""])[1].toLowerCase(), u = wrapMap[a] || wrapMap._default, s.innerHTML = u[1] + i.replace(rxhtmlTag, "<$1>") + u[2], c = u[0]; c--; ) s = s.firstChild; n.merge(m, s.childNodes), s = h.firstChild, s.textContent = "" } else m.push(e.createTextNode(i)); for (h.textContent = "", p = 0; i = m[p++]; ) if ((!o || -1 === n.inArray(i, o)) && (l = n.contains(i.ownerDocument, i), s = getAll(h.appendChild(i), "script"), l && setGlobalEval(s), r)) for (c = 0; i = s[c++]; ) rscriptType.test(i.type || "") && r.push(i); return h }, n.camelCase = function (t) { return t.replace(rmsPrefix, "ms-").replace(rdashAlpha, fcamelCase) }, n.cleanData = function (t) { for (var e, r, o, i = t.length, s = 0, a = n.event.special; i > s; s++) { if (r = t[s], n.acceptData(r) && (e = data_priv.access(r))) for (o in e.events) a[o] ? n.event.remove(r, o) : n.removeEvent(r, o, e.handle); data_user.discard(r), data_priv.discard(r) } }, n.clone = function (t, e, r) { var o, i, s, a, u = t.cloneNode(!0), l = n.contains(t.ownerDocument, t); if (!(n.support.noCloneChecked || 1 !== t.nodeType && 11 !== t.nodeType || n.isXMLDoc(t))) for (a = getAll(u), s = getAll(t), o = 0, i = s.length; i > o; o++) fixInput(s[o], a[o]); if (e) if (r) for (s = s || getAll(t), a = a || getAll(u), o = 0, i = s.length; i > o; o++) cloneCopyEvent(s[o], a[o]); else cloneCopyEvent(t, u); return a = getAll(u, "script"), a.length > 0 && setGlobalEval(a, !l && getAll(t, "script")), u }, n.contains = function (t, e) { return (t.ownerDocument || t) !== document && setDocument(t), contains(t, e) }, n.css = function (t, r, o, i) { var s, a, u, l = n.camelCase(r); return r = n.cssProps[l] || (n.cssProps[l] = vendorPropName(t.style, l)), u = n.cssHooks[r] || n.cssHooks[l], u && "get" in u && (s = u.get(t, !0, o)), s === e && (s = curCSS(t, r, i)), "normal" === s && r in cssNormalTransform && (s = cssNormalTransform[r]), "" === o || o ? (a = parseFloat(s), o === !0 || n.isNumeric(a) ? a || 0 : s) : s }, n.cssHooks = { opacity: {}, height: {}, width: {}, margin: {}, padding: {}, borderWidth: {}, top: {}, left: {} }, n.cssNumber = { columnCount: !0, fillOpacity: !0, fontWeight: !0, lineHeight: !0, opacity: !0, orphans: !0, widows: !0, zIndex: !0, zoom: !0 }, n.cssProps = { "float": "cssFloat", display: "display", visibility: "visibility" }, n.data = function (t, e, n) { return data_user.access(t, e, n) }, n.dequeue = function (t, e) { e = e || "fx"; var r = n.queue(t, e), o = r.length, i = r.shift(), s = n._queueHooks(t, e), a = function () { n.dequeue(t, e) }; "inprogress" === i && (i = r.shift(), o--), s.cur = i, i && ("fx" === e && r.unshift("inprogress"), delete s.stop, i.call(t, a, s)), !o && s && s.empty.fire() }, n.dir = function (t, r, o) { for (var i = [], s = o !== e; (t = t[r]) && 9 !== t.nodeType; ) if (1 === t.nodeType) { if (s && n(t).is(o)) break; i.push(t) } return i }, n.each = function (t, e, n) { var r, o = 0, i = t.length, s = isArraylike(t); if (n) { if (s) for (; i > o && (r = e.apply(t[o], n), r !== !1); o++); else for (o in t) if (r = e.apply(t[o], n), r === !1) break } else if (s) for (; i > o && (r = e.call(t[o], o, t[o]), r !== !1); o++); else for (o in t) if (r = e.call(t[o], o, t[o]), r === !1) break; return t }, n.easing = {}, n.error = function (t) { throw new Error(t) }, n.etag = {}, n.event = { global: {}, props: ["altKey", "bubbles", "cancelable", "ctrlKey", "currentTarget", "eventPhase", "metaKey", "relatedTarget", "shiftKey", "target", "timeStamp", "view", "which"], fixHooks: {}, keyHooks: {}, mouseHooks: {}, special: {}, triggered: {} }, n.expr = { cacheLength: 50, match: {}, attrHandle: {}, find: {}, relative: {}, preFilter: {}, filter: {}, pseudos: {}, filters: {}, setFilters: {}, ":": {} }, n.extend = function () { var t, r, o, i, s, a, u = arguments[0] || {}, l = 1, c = arguments.length, p = !1; for ("boolean" == typeof u && (p = u, u = arguments[1] || {}, l = 2), "object" == typeof u || n.isFunction(u) || (u = {}), c === l && (u = this, --l); c > l; l++) if (null != (t = arguments[l])) for (r in t) o = u[r], i = t[r], u !== i && (p && i && (n.isPlainObject(i) || (s = n.isArray(i))) ? (s ? (s = !1, a = o && n.isArray(o) ? o : []) : a = o && n.isPlainObject(o) ? o : {}, u[r] = n.extend(p, a, i)) : i !== e && (u[r] = i)); return u }, n.filter = function (t, e, r) { var o = e[0]; return r && (t = ":not(" + t + ")"), 1 === e.length && 1 === o.nodeType ? n.find.matchesSelector(o, t) ? [o] : [] : n.find.matches(t, n.grep(e, function (t) { return 1 === t.nodeType })) }, n.find = function (t, e, n, r) { var o, i, s, a, u, l, c, p, f, h; if ((e ? e.ownerDocument || e : preferredDoc) !== document && setDocument(e), e = e || document, n = n || [], !t || "string" != typeof t) return n; if (1 !== (a = e.nodeType) && 9 !== a) return []; if (documentIsHTML && !r) { if (o = rquickExpr.exec(t)) if (s = o[1]) { if (9 === a) { if (i = e.getElementById(s), !i || !i.parentNode) return n; if (i.id === s) return n.push(i), n } else if (e.ownerDocument && (i = e.ownerDocument.getElementById(s)) && contains(e, i) && i.id === s) return n.push(i), n } else { if (o[2]) return push.apply(n, e.getElementsByTagName(t)), n; if ((s = o[3]) && support.getElementsByClassName && e.getElementsByClassName) return push.apply(n, e.getElementsByClassName(s)), n } if (support.qsa && (!rbuggyQSA || !rbuggyQSA.test(t))) { if (p = c = expando, f = e, h = 9 === a && t, 1 === a && "object" !== e.nodeName.toLowerCase()) { for (l = tokenize(t), (c = e.getAttribute("id")) ? p = c.replace(rescape, "\\$&") : e.setAttribute("id", p), p = "[id='" + p + "'] ", u = l.length; u--; ) l[u] = p + toSelector(l[u]); f = rsibling.test(t) && e.parentNode || e, h = l.join(",") } if (h) try { return push.apply(n, f.querySelectorAll(h)), n } catch (m) { } finally { c || e.removeAttribute("id") } } } return select(t.replace(rtrim, "$1"), e, n, r) }, n.fn = { jquery: "2.1.0", selector: "", length: 0 }, n.fx = function (t, e, r, o, i, s) { this.elem = t, this.prop = r, this.easing = i || "swing", this.options = e, this.start = this.now = this.cur(), this.end = o, this.unit = s || (n.cssNumber[r] ? "" : "px") }, n.get = function (t, r, o, i) { return n.isFunction(r) && (i = i || o, o = r, r = e), n.ajax({ url: t, type: method, dataType: i, data: r, success: o }) }, n.getJSON = function (t, e, r) { return n.get(t, e, r, "json") }, n.getScript = function (t, r) { return n.get(t, e, r, "script") }, n.globalEval = function (t) { var e, r = eval; t = n.trim(t), t && (1 === t.indexOf("use strict") ? (e = document.createElement("script"), e.text = t, document.head.appendChild(e).parentNode.removeChild(e)) : r(t)) }, n.grep = function (t, e, n) { var r, o = [], i = 0, s = t.length; for (n = !!n; s > i; i++) r = !!e(t[i], i), n !== r && o.push(t[i]); return o }, n.guid = 1, n.hasData = function (t) { return data_user.hasData(t) || data_priv.hasData(t) }, n.holdReady = function (t) { t ? n.readyWait++ : n.ready(!0) }, n.inArray = function (t, e, n) { return null == e ? -1 : core_indexOf.call(e, t, n) }, n.isEmptyObject = function (t) { var e; for (e in t) return !1; return !0 }, n.isFunction = function (t) { return "function" === n.type(t) }, n.isNumeric = function (t) { return !isNaN(parseFloat(t)) && isFinite(t) }, n.isPlainObject = function (t) { if ("object" !== n.type(t) || t.nodeType || n.isWindow(t)) return !1; try { if (t.constructor && !core_hasOwn.call(t.constructor.prototype, "isPrototypeOf")) return !1 } catch (e) { return !1 } return !0 }, n.isReady = !0, n.isWindow = function (t) { return null != t && t === t.window }, n.isXMLDoc = function (t) { var e = t && (t.ownerDocument || t).documentElement; return e ? "HTML" !== e.nodeName : !1 }, n.lastModified = {}, n.makeArray = function (t, e) { var r = e || []; return null != t && (isArraylike(Object(t)) ? n.merge(r, "string" == typeof t ? [t] : t) : core_push.call(r, t)), r }, n.map = function (t, e, n) { var r, o = 0, i = t.length, s = isArraylike(t), a = []; if (s) for (; i > o; o++) r = e(t[o], o, n), null != r && (a[a.length] = r); else for (o in t) r = e(t[o], o, n), null != r && (a[a.length] = r); return core_concat.apply([], a) }, n.merge = function (t, n) { var r = n.length, o = t.length, i = 0; if ("number" == typeof r) for (; r > i; i++) t[o++] = n[i]; else for (; n[i] !== e; ) t[o++] = n[i++]; return t.length = o, t }, n.noConflict = function (e) { return t.$ === n && (t.$ = _$), e && t.jQuery === n && (t.jQuery = _jQuery), n }, n.nodeName = function (t, e) { return t.nodeName && t.nodeName.toLowerCase() === e.toLowerCase() }, n.noop = function () { }, n.offset = {}, n.param = function (t, r) { var o, i = [], s = function (t, e) { e = n.isFunction(e) ? e() : null == e ? "" : e, i[i.length] = encodeURIComponent(t) + "=" + encodeURIComponent(e) }; if (r === e && (r = n.ajaxSettings && n.ajaxSettings.traditional), n.isArray(t) || t.jquery && !n.isPlainObject(t)) n.each(t, function () { s(this.name, this.value) }); else for (o in t) buildParams(o, t[o], r, s); return i.join("&").replace(r20, "+") }, n.parseHTML = function (t, e, r) { if (!t || "string" != typeof t) return null; "boolean" == typeof e && (r = e, e = !1), e = e || document; var o = rsingleTag.exec(t), i = !r && []; return o ? [e.createElement(o[1])] : (o = n.buildFragment([t], e, i), i && n(i).remove(), n.merge([], o.childNodes)) }, n.parseXML = function (t) { var r, o; if (!t || "string" != typeof t) return null; try { o = new DOMParser, r = o.parseFromString(t, "text/xml") } catch (i) { r = e } return (!r || r.getElementsByTagName("parsererror").length) && n.error("Invalid XML: " + t), r }, n.post = function (t, r, o, i) { return n.isFunction(r) && (i = i || o, o = r, r = e), n.ajax({ url: t, type: method, dataType: i, data: r, success: o }) }, n.prop = function (t, r, o) { var i, s, a, u = t.nodeType; if (t && 3 !== u && 8 !== u && 2 !== u) return a = 1 !== u || !n.isXMLDoc(t), a && (r = n.propFix[r] || r, s = n.propHooks[r]), o !== e ? s && "set" in s && (i = s.set(t, o, r)) !== e ? i : t[r] = o : s && "get" in s && null !== (i = s.get(t, r)) ? i : t[r] }, n.propFix = { "for": "htmlFor", "class": "className", tabindex: {}, readonly: {}, maxlength: {}, cellspacing: {}, cellpadding: {}, rowspan: {}, colspan: {}, usemap: {}, frameborder: {}, contenteditable: {} }, n.propHooks = { tabIndex: {} }, n.proxy = function (t, r) { var o, i, s; return "string" == typeof r && (o = t[r], r = t, t = o), n.isFunction(t) ? (i = core_slice.call(arguments, 2), s = function () { return t.apply(r || this, i.concat(core_slice.call(arguments))) }, s.guid = t.guid = t.guid || n.guid++, s) : e }, n.queue = function (t, e, r) { var o; return t ? (e = (e || "fx") + "queue", o = data_priv.get(t, e), r && (!o || n.isArray(r) ? o = data_priv.access(t, e, n.makeArray(r)) : o.push(r)), o || []) : void 0 }, n.ready = function (t) { (t === !0 ? --n.readyWait : n.isReady) || (n.isReady = !0, t !== !0 && --n.readyWait > 0 || (readyList.resolveWith(document, [n]), n.fn.trigger && n(document).trigger("ready").off("ready"))) }, n.readyWait = 0, n.removeAttr = function (t, e) { var r, o, i = 0, s = e && e.match(core_rnotwhite); if (s && 1 === t.nodeType) for (; r = s[i++]; ) o = n.propFix[r] || r, n.expr.match["boolean"].test(r) && (t[o] = !1), t.removeAttribute(r) }, n.removeData = function (t, e) { data_user.remove(t, e) }, n.removeEvent = function (t, e, n) { t.removeEventListener && t.removeEventListener(e, n, !1) }, n.sibling = function (t, e) { for (var n = []; t; t = t.nextSibling) 1 === t.nodeType && t !== e && n.push(t); return n }, n.speed = function (t, e, r) { var o = t && "object" == typeof t ? n.extend({}, t) : { complete: r || !r && e || n.isFunction(t) && t, duration: t, easing: r && e || e && !n.isFunction(e) && e }; return o.duration = n.fx.off ? 0 : "number" == typeof o.duration ? o.duration : o.duration in n.fx.speeds ? n.fx.speeds[o.duration] : n.fx.speeds._default, (null == o.queue || o.queue === !0) && (o.queue = "fx"), o.old = o.complete, o.complete = function () { n.isFunction(o.old) && o.old.call(this), o.queue && n.dequeue(this, o.queue) }, o }, n.style = function (t, r, o, i) { if (t && 3 !== t.nodeType && 8 !== t.nodeType && t.style) { var s, a, u, l = n.camelCase(r), c = t.style; return r = n.cssProps[l] || (n.cssProps[l] = vendorPropName(c, l)), u = n.cssHooks[r] || n.cssHooks[l], o === e ? u && "get" in u && (s = u.get(t, !1, i)) !== e ? s : c[r] : (a = typeof o, "string" === a && (s = rrelNum.exec(o)) && (o = (s[1] + 1) * s[2] + parseFloat(n.css(t, r)), a = "number"), null == o || "number" === a && isNaN(o) || ("number" !== a || n.cssNumber[l] || (o += "px"), n.support.clearCloneStyle || "" !== o || 0 !== r.indexOf("background") || (c[r] = "inherit"), u && "set" in u && (o = u.set(t, o, i)) === e || (c[r] = o)), void 0) } }, n.support = { checkOn: !0, optSelected: !0, reliableMarginRight: !0, boxSizingReliable: !0, pixelPosition: !1, noCloneChecked: !0, optDisabled: !0, radioValue: !0, checkClone: !0, focusinBubbles: !1, clearCloneStyle: !0, cors: !0, ajax: !0, boxSizing: !0 }, n.swap = function (t, e, n, r) { var o, i, s = {}; for (i in e) s[i] = t.style[i], t.style[i] = e[i]; o = n.apply(t, r || []); for (i in e) t.style[i] = s[i]; return o }, n.text = function (t) { var e, n = "", r = 0, o = t.nodeType; if (o) { if (1 === o || 9 === o || 11 === o) { if ("string" == typeof t.textContent) return t.textContent; for (t = t.firstChild; t; t = t.nextSibling) n += getText(t) } else if (3 === o || 4 === o) return t.nodeValue } else for (; e = t[r]; r++) n += getText(e); return n }, n.trim = function (t) { return null == t ? "" : core_trim.call(t) }, n.type = function (t) { return null == t ? String(t) : "object" == typeof t || "function" == typeof t ? class2type[core_toString.call(t)] || "object" : typeof t }, n.unique = function (t) { var e, n = [], r = 0, o = 0; if (hasDuplicate = !support.detectDuplicates, sortInput = !support.sortStable && t.slice(0), t.sort(sortOrder), hasDuplicate) { for (; e = t[o++]; ) e === t[o] && (r = n.push(o)); for (; r--; ) t.splice(n[r], 1) } return t }, n.valHooks = { option: {}, select: {}, radio: {}, checkbox: {} }, n.when = function (t) { var e, r, o, i = 0, s = core_slice.call(arguments), a = s.length, u = 1 !== a || t && n.isFunction(t.promise) ? a : 0, l = 1 === u ? t : n.Deferred(), c = function (t, n, r) { return function (o) { n[t] = this, r[t] = arguments.length > 1 ? core_slice.call(arguments) : o, r === e ? l.notifyWith(n, r) : --u || l.resolveWith(n, r) } }; if (a > 1) for (e = new Array(a), r = new Array(a), o = new Array(a); a > i; i++) s[i] && n.isFunction(s[i].promise) ? s[i].promise().done(c(i, o, s)).fail(l.reject).progress(c(i, r, e)) : --u; return u || l.resolveWith(o, s), l.promise() }, n.Event.prototype.isDefaultPrevented = function () { return !1 }, n.Event.prototype.isImmediatePropagationStopped = function () { return !1 }, n.Event.prototype.isPropagationStopped = function () { return !1 }, n.Event.prototype.preventDefault = function () { var t = this.originalEvent; this.isDefaultPrevented = returnTrue, t && t.preventDefault && t.preventDefault() }, n.Event.prototype.stopImmediatePropagation = function () { this.isImmediatePropagationStopped = returnTrue, this.stopPropagation() }, n.Event.prototype.stopPropagation = function () { var t = this.originalEvent; this.isPropagationStopped = returnTrue, t && t.stopPropagation && t.stopPropagation() }, n.prototype.add = function (t, e) { var r = "string" == typeof t ? n(t, e) : n.makeArray(t && t.nodeType ? [t] : t), o = n.merge(this.get(), r); return this.pushStack(n.unique(o)) }, n.prototype.addBack = function (t) { return this.add(null == t ? this.prevObject : this.prevObject.filter(t)) }, n.prototype.addClass = function (t) { var e, r, o, i, s, a = 0, u = this.length, l = "string" == typeof t && t; if (n.isFunction(t)) return this.each(function (e) { n(this).addClass(t.call(this, e, this.className)) }); if (l) for (e = (t || "").match(core_rnotwhite) || []; u > a; a++) if (r = this[a], o = 1 === r.nodeType && (r.className ? (" " + r.className + " ").replace(rclass, " ") : " ")) { for (s = 0; i = e[s++]; ) o.indexOf(" " + i + " ") < 0 && (o += i + " "); r.className = n.trim(o) } return this }, n.prototype.after = function () { return this.domManip(arguments, function (t) { this.parentNode && this.parentNode.insertBefore(t, this.nextSibling) }) }, n.prototype.ajaxComplete = function (t) { return this.on(type, t) }, n.prototype.ajaxError = function (t) { return this.on(type, t) }, n.prototype.ajaxSend = function (t) { return this.on(type, t) }, n.prototype.ajaxStart = function (t) { return this.on(type, t) }, n.prototype.ajaxStop = function (t) { return this.on(type, t) }, n.prototype.ajaxSuccess = function (t) { return this.on(type, t) }, n.prototype.andSelf = function (t) { return this.add(null == t ? this.prevObject : this.prevObject.filter(t)) }, n.prototype.animate = function (t, e, r, o) { var i = n.isEmptyObject(t), s = n.speed(e, r, o), a = function () { var e = Animation(this, n.extend({}, t), s); a.finish = function () { e.stop(!0) }, (i || data_priv.get(this, "finish")) && e.stop(!0) }; return a.finish = a, i || s.queue === !1 ? this.each(a) : this.queue(s.queue, a) }, n.prototype.append = function () { return this.domManip(arguments, function (t) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var e = manipulationTarget(this, t); e.appendChild(t) } }) }, n.prototype.appendTo = function (t) { for (var e, r = [], o = n(t), i = o.length - 1, s = 0; i >= s; s++) e = s === i ? this : this.clone(!0), n(o[s])[original](e), core_push.apply(r, e.get()); return this.pushStack(r) }, n.prototype.attr = function (t, e) { return n.access(this, n.attr, t, e, arguments.length > 1) }, n.prototype.before = function () { return this.domManip(arguments, function (t) { this.parentNode && this.parentNode.insertBefore(t, this) }) }, n.prototype.bind = function (t, e, n) { return this.on(t, null, e, n) }, n.prototype.blur = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.change = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.children = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.clearQueue = function (t) { return this.queue(t || "fx", []) }, n.prototype.click = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.clone = function (t, e) { return t = null == t ? !1 : t, e = null == e ? t : e, this.map(function () { return n.clone(this, t, e) }) }, n.prototype.closest = function (t, e) { for (var r, o = 0, i = this.length, s = [], a = rneedsContext.test(t) || "string" != typeof t ? n(t, e || this.context) : 0; i > o; o++) for (r = this[o]; r && r !== e; r = r.parentNode) if (r.nodeType < 11 && (a ? a.index(r) > -1 : 1 === r.nodeType && n.find.matchesSelector(r, t))) { r = s.push(r); break } return this.pushStack(s.length > 1 ? n.unique(s) : s) }, n.prototype.constructor = function (t, e) { return new n.fn.init(t, e, rootjQuery) }, n.prototype.contents = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.contextmenu = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.css = function (t, r) { return n.access(this, function (t, r, o) { var i, s, a = {}, u = 0; if (n.isArray(r)) { for (i = getStyles(t), s = r.length; s > u; u++) a[r[u]] = n.css(t, r[u], !1, i); return a } return o !== e ? n.style(t, r, o) : n.css(t, r) }, t, r, arguments.length > 1) }, n.prototype.data = function (t, r) { var o, i, s = this[0], a = 0, u = null; if (t === e) { if (this.length && (u = data_user.get(s), 1 === s.nodeType && !data_priv.get(s, "hasDataAttrs"))) { for (o = s.attributes; a < o.length; a++) i = o[a].name, 0 === i.indexOf("data-") && (i = n.camelCase(i.substring(5)), dataAttr(s, i, u[i])); data_priv.set(s, "hasDataAttrs", !0) } return u } return "object" == typeof t ? this.each(function () { data_user.set(this, t) }) : n.access(this, function (r) { var o, i = n.camelCase(t); if (s && r === e) { if (o = data_user.get(s, t), o !== e) return o; if (o = data_user.get(s, i), o !== e) return o; if (o = dataAttr(s, i, e), o !== e) return o } else this.each(function () { var n = data_user.get(this, i); data_user.set(this, i, r), -1 !== t.indexOf("-") && n !== e && data_user.set(this, t, r) }) }, null, r, arguments.length > 1, null, !0) }, n.prototype.dblclick = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.delay = function (t, e) { return t = n.fx ? n.fx.speeds[t] || t : t, e = e || "fx", this.queue(e, function (e, n) { var r = setTimeout(e, t); n.stop = function () { clearTimeout(r) } }) }, n.prototype.delegate = function (t, e, n, r) { return this.on(e, t, n, r) }, n.prototype.dequeue = function (t) { return this.each(function () { n.dequeue(this, t) }) }, n.prototype.detach = function (t) { return this.remove(t, !0) }, n.prototype.domManip = function (t, e, r) { t = core_concat.apply([], t); var o, i, s, a, u, l, c = 0, p = this.length, f = this, h = p - 1, m = t[0], d = n.isFunction(m); if (d || !(1 >= p || "string" != typeof m || n.support.checkClone) && rchecked.test(m)) return this.each(function (n) { var o = f.eq(n); d && (t[0] = m.call(this, n, o.html())), o.domManip(t, e, r) }); if (p && (o = n.buildFragment(t, this[0].ownerDocument, !1, !r && this), i = o.firstChild, 1 === o.childNodes.length && (o = i), i)) { for (s = n.map(getAll(o, "script"), disableScript), a = s.length; p > c; c++) u = o, c !== h && (u = n.clone(u, !0, !0), a && n.merge(s, getAll(u, "script"))), e.call(this[c], u, c); if (a) for (l = s[s.length - 1].ownerDocument, n.map(s, restoreScript), c = 0; a > c; c++) u = s[c], rscriptType.test(u.type || "") && !data_priv.access(u, "globalEval") && n.contains(l, u) && (u.src ? n._evalUrl(u.src) : n.globalEval(u.textContent.replace(rcleanScript, ""))) } return this }, n.prototype.each = function (t, e) { return n.each(this, t, e) }, n.prototype.empty = function () { for (var t, e = 0; null != (t = this[e]); e++) 1 === t.nodeType && (n.cleanData(getAll(t, !1)), t.textContent = ""); return this }, n.prototype.end = function () { return this.prevObject || this.constructor(null) }, n.prototype.eq = function (t) { var e = this.length, n = +t + (0 > t ? e : 0); return this.pushStack(n >= 0 && e > n ? [this[n]] : []) }, n.prototype.error = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.extend = function () { var t, r, o, i, s, a, u = arguments[0] || {}, l = 1, c = arguments.length, p = !1; for ("boolean" == typeof u && (p = u, u = arguments[1] || {}, l = 2), "object" == typeof u || n.isFunction(u) || (u = {}), c === l && (u = this, --l); c > l; l++) if (null != (t = arguments[l])) for (r in t) o = u[r], i = t[r], u !== i && (p && i && (n.isPlainObject(i) || (s = n.isArray(i))) ? (s ? (s = !1, a = o && n.isArray(o) ? o : []) : a = o && n.isPlainObject(o) ? o : {}, u[r] = n.extend(p, a, i)) : i !== e && (u[r] = i)); return u }, n.prototype.fadeIn = function (t, e, n) { return this.animate(props, t, e, n) }, n.prototype.fadeOut = function (t, e, n) { return this.animate(props, t, e, n) }, n.prototype.fadeTo = function (t, e, n, r) { return this.filter(isHidden).css("opacity", 0).show().end().animate({ opacity: e }, t, n, r) }, n.prototype.fadeToggle = function (t, e, n) { return this.animate(props, t, e, n) }, n.prototype.filter = function (t) { return this.pushStack(winnow(this, t || [], !1)) }, n.prototype.find = function (t) { var e, r, o, i = this.length; if ("string" != typeof t) return e = this, this.pushStack(n(t).filter(function () { for (o = 0; i > o; o++) if (n.contains(e[o], this)) return !0 })); for (r = [], o = 0; i > o; o++) n.find(t, this[o], r); return r = this.pushStack(i > 1 ? n.unique(r) : r), r.selector = (this.selector ? this.selector + " " : "") + t, r }, n.prototype.finish = function (t) { return t !== !1 && (t = t || "fx"), this.each(function () { var e, r = data_priv.get(this), o = r[t + "queue"], i = r[t + "queueHooks"], s = n.timers, a = o ? o.length : 0; for (r.finish = !0, n.queue(this, t, []), i && i.cur && i.cur.finish && i.cur.finish.call(this), e = s.length; e--; ) s[e].elem === this && s[e].queue === t && (s[e].anim.stop(!0), s.splice(e, 1)); for (e = 0; a > e; e++) o[e] && o[e].finish && o[e].finish.call(this); delete r.finish }) }, n.prototype.first = function () { return this.eq(0) }, n.prototype.focus = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.focusin = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.focusout = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.get = function (t) { return null == t ? this.toArray() : 0 > t ? this[this.length + t] : this[t] }, n.prototype.has = function (t) { var e = n(t, this), r = e.length; return this.filter(function () { for (var t = 0; r > t; t++) if (n.contains(this, e[t])) return !0 }) }, n.prototype.hasClass = function (t) { for (var e = " " + t + " ", n = 0, r = this.length; r > n; n++) if (1 === this[n].nodeType && (" " + this[n].className + " ").replace(rclass, " ").indexOf(e) >= 0) return !0; return !1 }, n.prototype.height = function (t, r) { var o = arguments.length && (defaultExtra || "boolean" != typeof t), i = defaultExtra || (t === !0 || r === !0 ? "margin" : "border"); return n.access(this, function (t, r, o) { var s; return n.isWindow(t) ? t.document.documentElement["client" + name] : 9 === t.nodeType ? (s = t.documentElement, Math.max(t.body["scroll" + name], s["scroll" + name], t.body["offset" + name], s["offset" + name], s["client" + name])) : o === e ? n.css(t, r, i) : n.style(t, r, o, i) }, type, o ? t : e, o, null) }, n.prototype.hide = function (t, e, n) { return null == t || "boolean" == typeof t ? cssFn.apply(this, arguments) : this.animate(genFx(name, !0), t, e, n) }, n.prototype.hover = function (t, e) { return this.mouseenter(t).mouseleave(e || t) }, n.prototype.html = function (t) { return n.access(this, function (t) { var r = this[0] || {}, o = 0, i = this.length; if (t === e && 1 === r.nodeType) return r.innerHTML; if ("string" == typeof t && !rnoInnerhtml.test(t) && !wrapMap[(rtagName.exec(t) || ["", ""])[1].toLowerCase()]) { t = t.replace(rxhtmlTag, "<$1>"); try { for (; i > o; o++) r = this[o] || {}, 1 === r.nodeType && (n.cleanData(getAll(r, !1)), r.innerHTML = t); r = 0 } catch (s) { } } r && this.empty().append(t) }, null, t, arguments.length) }, n.prototype.index = function (t) { return t ? "string" == typeof t ? core_indexOf.call(n(t), this[0]) : core_indexOf.call(this, t.jquery ? t[0] : t) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, n.prototype.init = function (t, r, o) { var i, s; if (!t) return this; if ("string" == typeof t) { if (i = "<" === t.charAt(0) && ">" === t.charAt(t.length - 1) && t.length >= 3 ? [null, t, null] : rquickExpr.exec(t), !i || !i[1] && r) return !r || r.jquery ? (r || o).find(t) : this.constructor(r).find(t); if (i[1]) { if (r = r instanceof n ? r[0] : r, n.merge(this, n.parseHTML(i[1], r && r.nodeType ? r.ownerDocument || r : document, !0)), rsingleTag.test(i[1]) && n.isPlainObject(r)) for (i in r) n.isFunction(this[i]) ? this[i](r[i]) : this.attr(i, r[i]); return this } return s = document.getElementById(i[2]), s && s.parentNode && (this.length = 1, this[0] = s), this.context = document, this.selector = t, this } return t.nodeType ? (this.context = this[0] = t, this.length = 1, this) : n.isFunction(t) ? o.ready(t) : (t.selector !== e && (this.selector = t.selector, this.context = t.context), n.makeArray(t, this)) }, n.prototype.innerHeight = function (t, r) { var o = arguments.length && (defaultExtra || "boolean" != typeof t), i = defaultExtra || (t === !0 || r === !0 ? "margin" : "border"); return n.access(this, function (t, r, o) { var s; return n.isWindow(t) ? t.document.documentElement["client" + name] : 9 === t.nodeType ? (s = t.documentElement, Math.max(t.body["scroll" + name], s["scroll" + name], t.body["offset" + name], s["offset" + name], s["client" + name])) : o === e ? n.css(t, r, i) : n.style(t, r, o, i) }, type, o ? t : e, o, null) }, n.prototype.innerWidth = function (t, r) { var o = arguments.length && (defaultExtra || "boolean" != typeof t), i = defaultExtra || (t === !0 || r === !0 ? "margin" : "border"); return n.access(this, function (t, r, o) { var s; return n.isWindow(t) ? t.document.documentElement["client" + name] : 9 === t.nodeType ? (s = t.documentElement, Math.max(t.body["scroll" + name], s["scroll" + name], t.body["offset" + name], s["offset" + name], s["client" + name])) : o === e ? n.css(t, r, i) : n.style(t, r, o, i) }, type, o ? t : e, o, null) }, n.prototype.insertAfter = function (t) { for (var e, r = [], o = n(t), i = o.length - 1, s = 0; i >= s; s++) e = s === i ? this : this.clone(!0), n(o[s])[original](e), core_push.apply(r, e.get()); return this.pushStack(r) }, n.prototype.insertBefore = function (t) { for (var e, r = [], o = n(t), i = o.length - 1, s = 0; i >= s; s++) e = s === i ? this : this.clone(!0), n(o[s])[original](e), core_push.apply(r, e.get()); return this.pushStack(r) }, n.prototype.is = function (t) { return !!t && ("string" == typeof t ? rneedsContext.test(t) ? n(t, this.context).index(this[0]) >= 0 : n.filter(t, this).length > 0 : this.filter(t).length > 0) }, n.prototype.keydown = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.keypress = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.keyup = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.last = function () { return this.eq(-1) }, n.prototype.length = 0, n.prototype.load = function (t, r, o) { if ("string" != typeof t && _load) return _load.apply(this, arguments); var i, s, a, u = this, l = t.indexOf(" "); return l >= 0 && (i = t.slice(l), t = t.slice(0, l)), n.isFunction(r) ? (o = r, r = e) : r && "object" == typeof r && (s = "POST"), u.length > 0 && n.ajax({ url: t, type: s, dataType: "html", data: r }).done(function (t) { a = arguments, u.html(i ? n("
").append(n.parseHTML(t)).find(i) : t) }).complete(o && function (t, e) { u.each(o, a || [t.responseText, e, t]) }), this }, n.prototype.map = function (t) { return this.pushStack(n.map(this, function (e, n) { return t.call(e, n, e) })) }, n.prototype.mousedown = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.mouseenter = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.mouseleave = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.mousemove = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.mouseout = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.mouseover = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.mouseup = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.next = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.nextAll = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.nextUntil = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.not = function (t) { return this.pushStack(winnow(this, t || [], !0)) }, n.prototype.off = function (t, r, o) { var i, s; if (t && t.preventDefault && t.handleObj) return i = t.handleObj, n(t.delegateTarget).off(i.namespace ? i.origType + "." + i.namespace : i.origType, i.selector, i.handler), this; if ("object" == typeof t) { for (s in t) this.off(s, r, t[s]); return this } return (r === !1 || "function" == typeof r) && (o = r, r = e), o === !1 && (o = returnFalse), this.each(function () { n.event.remove(this, t, o, r) }) }, n.prototype.offset = function (t) { if (arguments.length) return t === e ? this : this.each(function (e) { n.offset.setOffset(this, t, e) }); var r, o, i = this[0], s = { top: 0, left: 0 }, a = i && i.ownerDocument; if (a) return r = a.documentElement, n.contains(r, i) ? (typeof i.getBoundingClientRect !== core_strundefined && (s = i.getBoundingClientRect()), o = getWindow(a), { top: s.top + o.pageYOffset - r.clientTop, left: s.left + o.pageXOffset - r.clientLeft }) : s }, n.prototype.offsetParent = function () { return this.map(function () { for (var t = this.offsetParent || docElem; t && !n.nodeName(t, "html") && "static" === n.css(t, "position"); ) t = t.offsetParent; return t || docElem }) }, n.prototype.on = function (t, r, o, i, s) { var a, u; if ("object" == typeof t) { "string" != typeof r && (o = o || r, r = e); for (u in t) this.on(u, r, o, t[u], s); return this } if (null == o && null == i ? (i = r, o = r = e) : null == i && ("string" == typeof r ? (i = o, o = e) : (i = o, o = r, r = e)), i === !1) i = returnFalse; else if (!i) return this; return 1 === s && (a = i, i = function (t) { return n().off(t), a.apply(this, arguments) }, i.guid = a.guid || (a.guid = n.guid++)), this.each(function () { n.event.add(this, t, i, o, r) }) }, n.prototype.one = function (t, e, n, r) { return this.on(t, e, n, r, 1) }, n.prototype.outerHeight = function (t, r) { var o = arguments.length && (defaultExtra || "boolean" != typeof t), i = defaultExtra || (t === !0 || r === !0 ? "margin" : "border"); return n.access(this, function (t, r, o) { var s; return n.isWindow(t) ? t.document.documentElement["client" + name] : 9 === t.nodeType ? (s = t.documentElement, Math.max(t.body["scroll" + name], s["scroll" + name], t.body["offset" + name], s["offset" + name], s["client" + name])) : o === e ? n.css(t, r, i) : n.style(t, r, o, i) }, type, o ? t : e, o, null) }, n.prototype.outerWidth = function (t, r) { var o = arguments.length && (defaultExtra || "boolean" != typeof t), i = defaultExtra || (t === !0 || r === !0 ? "margin" : "border"); return n.access(this, function (t, r, o) { var s; return n.isWindow(t) ? t.document.documentElement["client" + name] : 9 === t.nodeType ? (s = t.documentElement, Math.max(t.body["scroll" + name], s["scroll" + name], t.body["offset" + name], s["offset" + name], s["client" + name])) : o === e ? n.css(t, r, i) : n.style(t, r, o, i) }, type, o ? t : e, o, null) }, n.prototype.parent = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.parents = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.parentsUntil = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.position = function () { if (this[0]) { var t, e, r = this[0], o = { top: 0, left: 0 }; return "fixed" === n.css(r, "position") ? e = r.getBoundingClientRect() : (t = this.offsetParent(), e = this.offset(), n.nodeName(t[0], "html") || (o = t.offset()), o.top += n.css(t[0], "borderTopWidth", !0), o.left += n.css(t[0], "borderLeftWidth", !0)), { top: e.top - o.top - n.css(r, "marginTop", !0), left: e.left - o.left - n.css(r, "marginLeft", !0)} } }, n.prototype.prepend = function () { return this.domManip(arguments, function (t) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var e = manipulationTarget(this, t); e.insertBefore(t, e.firstChild) } }) }, n.prototype.prependTo = function (t) { for (var e, r = [], o = n(t), i = o.length - 1, s = 0; i >= s; s++) e = s === i ? this : this.clone(!0), n(o[s])[original](e), core_push.apply(r, e.get()); return this.pushStack(r) }, n.prototype.prev = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.prevAll = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.prevUntil = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.promise = function (t, r) { var o, i = 1, s = n.Deferred(), a = this, u = this.length, l = function () { --i || s.resolveWith(a, [a]) }; for ("string" != typeof t && (r = t, t = e), t = t || "fx"; u--; ) o = data_priv.get(a[u], t + "queueHooks"), o && o.empty && (i++, o.empty.add(l)); return l(), s.promise(r) }, n.prototype.prop = function (t, e) { return n.access(this, n.prop, t, e, arguments.length > 1) }, n.prototype.pushStack = function (t) { var e = n.merge(this.constructor(), t); return e.prevObject = this, e.context = this.context, e }, n.prototype.queue = function (t, r) { var o = 2; return "string" != typeof t && (r = t, t = "fx", o--), arguments.length < o ? n.queue(this[0], t) : r === e ? this : this.each(function () { var e = n.queue(this, t, r); n._queueHooks(this, t), "fx" === t && "inprogress" !== e[0] && n.dequeue(this, t) }) }, n.prototype.ready = function (t) { return n.ready.promise().done(t), this }, n.prototype.remove = function (t, e) { for (var r, o = t ? n.filter(t, this) : this, i = 0; null != (r = o[i]); i++) e || 1 !== r.nodeType || n.cleanData(getAll(r)), r.parentNode && (e && n.contains(r.ownerDocument, r) && setGlobalEval(getAll(r, "script")), r.parentNode.removeChild(r)); return this }, n.prototype.removeAttr = function (t) { return this.each(function () { n.removeAttr(this, t) }) }, n.prototype.removeClass = function (t) { var e, r, o, i, s, a = 0, u = this.length, l = 0 === arguments.length || "string" == typeof t && t; if (n.isFunction(t)) return this.each(function (e) { n(this).removeClass(t.call(this, e, this.className)) }); if (l) for (e = (t || "").match(core_rnotwhite) || []; u > a; a++) if (r = this[a], o = 1 === r.nodeType && (r.className ? (" " + r.className + " ").replace(rclass, " ") : "")) { for (s = 0; i = e[s++]; ) for (; o.indexOf(" " + i + " ") >= 0; ) o = o.replace(" " + i + " ", " "); r.className = t ? n.trim(o) : "" } return this }, n.prototype.removeData = function (t) { return this.each(function () { data_user.remove(this, t) }) }, n.prototype.removeProp = function (t) { return this.each(function () { delete this[n.propFix[t] || t] }) }, n.prototype.replaceAll = function (t) { for (var e, r = [], o = n(t), i = o.length - 1, s = 0; i >= s; s++) e = s === i ? this : this.clone(!0), n(o[s])[original](e), core_push.apply(r, e.get()); return this.pushStack(r) }, n.prototype.replaceWith = function () { var t = n.map(this, function (t) { return [t.nextSibling, t.parentNode] }), e = 0; return this.domManip(arguments, function (r) { var o = t[e++], i = t[e++]; i && (n(this).remove(), i.insertBefore(r, o)) }, !0), e ? this : this.remove() }, n.prototype.resize = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.scroll = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.scrollLeft = function (r) { return n.access(this, function (n, r, o) { var i = getWindow(n); return o === e ? i ? i[prop] : n[r] : void (i ? i.scrollTo(top ? t.pageXOffset : o, top ? o : t.pageYOffset) : n[r] = o) }, method, r, arguments.length, null) }, n.prototype.scrollTop = function (r) { return n.access(this, function (n, r, o) { var i = getWindow(n); return o === e ? i ? i[prop] : n[r] : void (i ? i.scrollTo(top ? t.pageXOffset : o, top ? o : t.pageYOffset) : n[r] = o) }, method, r, arguments.length, null) }, n.prototype.select = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.serialize = function () { return n.param(this.serializeArray()) }, n.prototype.serializeArray = function () { return this.map(function () { var t = n.prop(this, "elements"); return t ? n.makeArray(t) : this }).filter(function () { var t = this.type; return this.name && !n(this).is(":disabled") && rsubmittable.test(this.nodeName) && !rsubmitterTypes.test(t) && (this.checked || !manipulation_rcheckableType.test(t)) }).map(function (t, e) { var r = n(this).val(); return null == r ? null : n.isArray(r) ? n.map(r, function (t) { return { name: e.name, value: t.replace(rCRLF, "\r\n")} }) : { name: e.name, value: r.replace(rCRLF, "\r\n")} }).get() }, n.prototype.show = function (t, e, n) { return null == t || "boolean" == typeof t ? cssFn.apply(this, arguments) : this.animate(genFx(name, !0), t, e, n) }, n.prototype.siblings = function (t, e) { var r = n.map(this, fn, t); return "Until" !== name.slice(-5) && (e = t), e && "string" == typeof e && (r = n.filter(e, r)), this.length > 1 && (guaranteedUnique[name] || n.unique(r), "p" === name[0] && r.reverse()), this.pushStack(r) }, n.prototype.size = function () { return this.length }, n.prototype.slice = function () { return this.pushStack(core_slice.apply(this, arguments)) }, n.prototype.slideDown = function (t, e, n) { return this.animate(props, t, e, n) }, n.prototype.slideToggle = function (t, e, n) { return this.animate(props, t, e, n) }, n.prototype.slideUp = function (t, e, n) { return this.animate(props, t, e, n) }, n.prototype.stop = function (t, r, o) { var i = function (t) { var e = t.stop; delete t.stop, e(o) }; return "string" != typeof t && (o = r, r = t, t = e), r && t !== !1 && this.queue(t || "fx", []), this.each(function () { var e = !0, r = null != t && t + "queueHooks", s = n.timers, a = data_priv.get(this); if (r) a[r] && a[r].stop && i(a[r]); else for (r in a) a[r] && a[r].stop && rrun.test(r) && i(a[r]); for (r = s.length; r--; ) s[r].elem !== this || null != t && s[r].queue !== t || (s[r].anim.stop(o), e = !1, s.splice(r, 1)); (e || !o) && n.dequeue(this, t) }) }, n.prototype.submit = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.text = function (t) { return n.access(this, function (t) { return t === e ? n.text(this) : this.empty().append((this[0] && this[0].ownerDocument || document).createTextNode(t)) }, null, t, arguments.length) }, n.prototype.toArray = function () { return core_slice.call(this) }, n.prototype.toggle = function (t, e, n) { return null == t || "boolean" == typeof t ? cssFn.apply(this, arguments) : this.animate(genFx(name, !0), t, e, n) }, n.prototype.toggleClass = function (t, e) { var r = typeof t, o = "boolean" == typeof e; return this.each(n.isFunction(t) ? function (r) { n(this).toggleClass(t.call(this, r, this.className, e), e) } : function () { if ("string" === r) for (var i, s = 0, a = n(this), u = e, l = t.match(core_rnotwhite) || []; i = l[s++]; ) u = o ? u : !a.hasClass(i), a[u ? "addClass" : "removeClass"](i); else (r === core_strundefined || "boolean" === r) && (this.className && data_priv.set(this, "__className__", this.className), this.className = this.className || t === !1 ? "" : data_priv.get(this, "__className__") || "") }) }, n.prototype.trigger = function (t, e) { return this.each(function () { n.event.trigger(t, e, this) }) }, n.prototype.triggerHandler = function (t, e) { var r = this[0]; return r ? n.event.trigger(t, e, r, !0) : void 0 }, n.prototype.unbind = function (t, e) { return this.off(t, null, e) }, n.prototype.undelegate = function (t, e, n) { return 1 === arguments.length ? this.off(t, "**") : this.off(e, t || "**", n) }, n.prototype.unload = function (t, e) { return arguments.length > 0 ? this.on(name, null, t, e) : this.trigger(name) }, n.prototype.unwrap = function () { return this.parent().each(function () { n.nodeName(this, "body") || n(this).replaceWith(this.childNodes) }).end() }, n.prototype.val = function (t) { var r, o, i, s = this[0]; { if (arguments.length) return i = n.isFunction(t), this.each(function (o) { var s, a = n(this); 1 === this.nodeType && (s = i ? t.call(this, o, a.val()) : t, null == s ? s = "" : "number" == typeof s ? s += "" : n.isArray(s) && (s = n.map(s, function (t) { return null == t ? "" : t + "" })), r = n.valHooks[this.type] || n.valHooks[this.nodeName.toLowerCase()], r && "set" in r && r.set(this, s, "value") !== e || (this.value = s)) }); if (s) return r = n.valHooks[s.type] || n.valHooks[s.nodeName.toLowerCase()], r && "get" in r && (o = r.get(s, "value")) !== e ? o : (o = s.value, "string" == typeof o ? o.replace(rreturn, "") : null == o ? "" : o) } }, n.prototype.width = function (t, r) { var o = arguments.length && (defaultExtra || "boolean" != typeof t), i = defaultExtra || (t === !0 || r === !0 ? "margin" : "border"); return n.access(this, function (t, r, o) { var s; return n.isWindow(t) ? t.document.documentElement["client" + name] : 9 === t.nodeType ? (s = t.documentElement, Math.max(t.body["scroll" + name], s["scroll" + name], t.body["offset" + name], s["offset" + name], s["client" + name])) : o === e ? n.css(t, r, i) : n.style(t, r, o, i) }, type, o ? t : e, o, null) }, n.prototype.wrap = function (t) { var e = n.isFunction(t); return this.each(function (r) { n(this).wrapAll(e ? t.call(this, r) : t) }) }, n.prototype.wrapAll = function (t) { var e; return n.isFunction(t) ? this.each(function (e) { n(this).wrapAll(t.call(this, e)) }) : (this[0] && (e = n(t, this[0].ownerDocument).eq(0).clone(!0), this[0].parentNode && e.insertBefore(this[0]), e.map(function () { for (var t = this; t.firstElementChild; ) t = t.firstElementChild; return t }).append(this)), this) }, n.prototype.wrapInner = function (t) { return this.each(n.isFunction(t) ? function (e) { n(this).wrapInner(t.call(this, e)) } : function () { var e = n(this), r = e.contents(); r.length ? r.wrapAll(t) : e.append(t) }) }, n.fn = n.prototype, n.fn.init.prototype = n.fn, t.jQuery = t.$ = n } (window);