/*! jquery v2.1.1 | (c) 2005, 2013 jquery foundation, inc. | jquery.org/license //@ sourcemappingurl=jquery.min.map */ (function(e, undefined) { var t, n, r = typeof undefined, i = e.location, o = e.document, s = o.documentelement, a = e.jquery, u = e.$, l = {}, c = [], p = "2.0.3", f = c.concat, h = c.push, d = c.slice, g = c.indexof, m = l.tostring, y = l.hasownproperty, v = p.trim, x = function(e, n) { return new x.fn.init(e,n,t) }, b = /[+-]?(?:\d*\.|)\d+(?:[ee][+-]?\d+|)/.source, w = /\s+/g, t = /^(?:\s*(<[\w\w]+>)[^>]*|#([\w-]*))$/, c = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, k = /^-ms-/, n = /-([\da-z])/gi, e = function(e, t) { return t.touppercase() }, s = function() { o.removeeventlistener("domcontentloaded", s, !1), e.removeeventlistener("load", s, !1), x.ready() }; x.fn = x.prototype = { jquery: p, constructor: x, init: function(e, t, n) { var r, i; if (!e) return this; if ("string" == typeof e) { if (r = "<" === e.charat(0) && ">" === e.charat(e.length - 1) && e.length >= 3 ? [null, e, null] : t.exec(e), !r || !r[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (r[1]) { if (t = t instanceof x ? t[0] : t, x.merge(this, x.parsehtml(r[1], t && t.nodetype ? t.ownerdocument || t : o, !0)), c.test(r[1]) && x.isplainobject(t)) for (r in t) x.isfunction(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this } return i = o.getelementbyid(r[2]), i && i.parentnode && (this.length = 1, this[0] = i), this.context = o, this.selector = e, this } return e.nodetype ? (this.context = this[0] = e, this.length = 1, this) : x.isfunction(e) ? n.ready(e) : (e.selector !== undefined && (this.selector = e.selector, this.context = e.context), x.makearray(e, this)) }, selector: "", length: 0, toarray: function() { return d.call(this) }, get: function(e) { return null == e ? this.toarray() : 0 > e ? this[this.length + e] : this[e] }, pushstack: function(e) { var t = x.merge(this.constructor(), e); return t.prevobject = this, t.context = this.context, t }, each: function(e, t) { return x.each(this, e, t) }, ready: function(e) { return x.ready.promise().done(e), this }, slice: function() { return this.pushstack(d.apply(this, arguments)) }, first: function() { return this.eq(0) }, last: function() { return this.eq(-1) }, eq: function(e) { var t = this.length , n = +e + (0 > e ? t : 0); return this.pushstack(n >= 0 && t > n ? [this[n]] : []) }, map: function(e) { return this.pushstack(x.map(this, function(t, n) { return e.call(t, n, t) })) }, end: function() { return this.prevobject || this.constructor(null) }, push: h, sort: [].sort, splice: [].splice }, x.fn.init.prototype = x.fn, x.extend = x.fn.extend = function() { var e, t, n, r, i, o, s = arguments[0] || {}, a = 1, u = arguments.length, l = !1; for ("boolean" == typeof s && (l = s, s = arguments[1] || {}, a = 2), "object" == typeof s || x.isfunction(s) || (s = {}), u === a && (s = this, --a); u > a; a++) if (null != (e = arguments[a])) for (t in e) n = s[t], r = e[t], s !== r && (l && r && (x.isplainobject(r) || (i = x.isarray(r))) ? (i ? (i = !1, o = n && x.isarray(n) ? n : []) : o = n && x.isplainobject(n) ? n : {}, s[t] = x.extend(l, o, r)) : r !== undefined && (s[t] = r)); return s } , x.extend({ expando: "jquery" + (p + math.random()).replace(/\d/g, ""), noconflict: function(t) { return e.$ === x && (e.$ = u), t && e.jquery === x && (e.jquery = a), x }, isready: !1, readywait: 1, holdready: function(e) { e ? x.readywait++ : x.ready(!0) }, ready: function(e) { (e === !0 ? --x.readywait : x.isready) || (x.isready = !0, e !== !0 && --x.readywait > 0 || (n.resolvewith(o, [x]), x.fn.trigger && x(o).trigger("ready").off("ready"))) }, isfunction: function(e) { return "function" === x.type(e) }, isarray: array.isarray, iswindow: function(e) { return null != e && e === e.window }, isnumeric: function(e) { return !isnan(parsefloat(e)) && isfinite(e) }, type: function(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? l[m.call(e)] || "object" : typeof e }, isplainobject: function(e) { if ("object" !== x.type(e) || e.nodetype || x.iswindow(e)) return !1; try { if (e.constructor && !y.call(e.constructor.prototype, "isprototypeof")) return !1 } catch (t) { return !1 } return !0 }, isemptyobject: function(e) { var t; for (t in e) return !1; return !0 }, error: function(e) { throw error(e) }, parsehtml: function(e, t, n) { if (!e || "string" != typeof e) return null; "boolean" == typeof t && (n = t, t = !1), t = t || o; var r = c.exec(e) , i = !n && []; return r ? [t.createelement(r[1])] : (r = x.buildfragment([e], t, i), i && x(i).remove(), x.merge([], r.childnodes)) }, parsejson: json.parse, parsexml: function(e) { var t, n; if (!e || "string" != typeof e) return null; try { n = new domparser, t = n.parsefromstring(e, "text/xml") } catch (r) { t = undefined } return (!t || t.getelementsbytagname("parsererror").length) && x.error("invalid xml: " + e), t }, noop: function() {}, globaleval: function(e) { var t, n = eval; e = x.trim(e), e && (1 === e.indexof("use strict") ? (t = o.createelement("script"), t.text = e, o.head.appendchild(t).parentnode.removechild(t)) : n(e)) }, camelcase: function(e) { return e.replace(k, "ms-").replace(n, e) }, nodename: function(e, t) { return e.nodename && e.nodename.tolowercase() === t.tolowercase() }, each: function(e, t, n) { var r, i = 0, o = e.length, s = j(e); if (n) { if (s) { for (; o > i; i++) if (r = t.apply(e[i], n), r === !1) break } else for (i in e) if (r = t.apply(e[i], n), r === !1) break } else if (s) { for (; o > i; i++) if (r = t.call(e[i], i, e[i]), r === !1) break } else for (i in e) if (r = t.call(e[i], i, e[i]), r === !1) break; return e }, trim: function(e) { return null == e ? "" : v.call(e) }, makearray: function(e, t) { var n = t || []; return null != e && (j(object(e)) ? x.merge(n, "string" == typeof e ? [e] : e) : h.call(n, e)), n }, inarray: function(e, t, n) { return null == t ? -1 : g.call(t, e, n) }, merge: function(e, t) { var n = t.length , r = e.length , i = 0; if ("number" == typeof n) for (; n > i; i++) e[r++] = t[i]; else while (t[i] !== undefined) e[r++] = t[i++]; return e.length = r, e }, grep: function(e, t, n) { var r, i = [], o = 0, s = e.length; for (n = !!n; s > o; o++) r = !!t(e[o], o), n !== r && i.push(e[o]); return i }, map: function(e, t, n) { var r, i = 0, o = e.length, s = j(e), a = []; if (s) for (; o > i; i++) r = t(e[i], i, n), null != r && (a[a.length] = r); else for (i in e) r = t(e[i], i, n), null != r && (a[a.length] = r); return f.apply([], a) }, guid: 1, proxy: function(e, t) { var n, r, i; return "string" == typeof t && (n = e[t], t = e, e = n), x.isfunction(e) ? (r = d.call(arguments, 2), i = function() { return e.apply(t || this, r.concat(d.call(arguments))) } , i.guid = e.guid = e.guid || x.guid++, i) : undefined }, access: function(e, t, n, r, i, o, s) { var a = 0 , u = e.length , l = null == n; if ("object" === x.type(n)) { i = !0; for (a in n) x.access(e, t, a, n[a], !0, o, s) } else if (r !== undefined && (i = !0, x.isfunction(r) || (s = !0), l && (s ? (t.call(e, r), t = null) : (l = t, t = function(e, t, n) { return l.call(x(e), n) } )), t)) for (; u > a; a++) t(e[a], n, s ? r : r.call(e[a], a, t(e[a], n))); return i ? e : l ? t.call(e) : u ? t(e[0], n) : o }, now: date.now, swap: function(e, t, n, r) { var i, o, s = {}; for (o in t) s[o] = e.style[o], e.style[o] = t[o]; i = n.apply(e, r || []); for (o in t) e.style[o] = s[o]; return i } }), x.ready.promise = function(t) { return n || (n = x.deferred(), "complete" === o.readystate ? settimeout(x.ready) : (o.addeventlistener("domcontentloaded", s, !1), e.addeventlistener("load", s, !1))), n.promise(t) } , x.each("boolean number string function array date regexp object error".split(" "), function(e, t) { l["[object " + t + "]"] = t.tolowercase() }); function j(e) { var t = e.length , n = x.type(e); return x.iswindow(e) ? !1 : 1 === e.nodetype && t ? !0 : "array" === n || "function" !== n && (0 === t || "number" == typeof t && t > 0 && t - 1 in e) } t = x(o), function(e, undefined) { var t, n, r, i, o, s, a, u, l, c, p, f, h, d, g, m, y, v = "sizzle" + -new date, b = e.document, w = 0, t = 0, c = st(), k = st(), n = st(), e = !1, s = function(e, t) { return e === t ? (e = !0, 0) : 0 }, j = typeof undefined, d = 1 << 31, a = {}.hasownproperty, l = [], q = l.pop, h = l.push, o = l.push, f = l.slice, p = l.indexof || function(e) { var t = 0 , n = this.length; for (; n > t; t++) if (this[t] === e) return t; return -1 } , r = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", m = "[\\x20\\t\\r\\n\\f]", w = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", $ = w.replace("w", "w#"), b = "\\[" + m + "*(" + w + ")" + m + "*(?:([*^$|!~]?=)" + m + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + $ + ")|)|)" + m + "*\\]", i = ":(" + w + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + b.replace(3, 8) + ")*)|.*)\\)|)", z = regexp("^" + m + "+|((?:^|[^\\\\])(?:\\\\.)*)" + m + "+$", "g"), _ = regexp("^" + m + "*," + m + "*"), x = regexp("^" + m + "*([>+~]|" + m + ")" + m + "*"), u = regexp(m + "*[+~]"), y = regexp("=" + m + "*([^\\]'\"]*)" + m + "*\\]", "g"), v = regexp(i), g = regexp("^" + $ + "$"), j = { id: regexp("^#(" + w + ")"), class: regexp("^\\.(" + w + ")"), tag: regexp("^(" + w.replace("w", "w*") + ")"), attr: regexp("^" + b), pseudo: regexp("^" + i), child: regexp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + m + "*(even|odd|(([+-]|)(\\d*)n|)" + m + "*(?:([+-]|)" + m + "*(\\d+)|))" + m + "*\\)|)", "i"), bool: regexp("^(?:" + r + ")$", "i"), needscontext: regexp("^" + m + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + m + "*((?:-\\d)?\\d*)" + m + "*\\)|)(?=[^-]|$)", "i") }, q = /^[^{]+\{\s*\[native \w/, k = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, z = /^(?:input|select|textarea|button)$/i, et = /^h\d$/i, tt = /'|\\/g, nt = regexp("\\\\([\\da-f]{1,6}" + m + "?|(" + m + ")|.)", "ig"), rt = function(e, t, n) { var r = "0x" + t - 65536; return r !== r || n ? t : 0 > r ? string.fromcharcode(r + 65536) : string.fromcharcode(55296 | r >> 10, 56320 | 1023 & r) }; try { o.apply(l = f.call(b.childnodes), b.childnodes), l[b.childnodes.length].nodetype } catch (it) { o = { apply: l.length ? function(e, t) { h.apply(e, f.call(t)) } : function(e, t) { var n = e.length , r = 0; while (e[n++] = t[r++]) ; e.length = n - 1 } } } function ot(e, t, r, i) { var o, s, a, u, l, f, g, m, x, w; if ((t ? t.ownerdocument || t : b) !== p && c(t), t = t || p, r = r || [], !e || "string" != typeof e) return r; if (1 !== (u = t.nodetype) && 9 !== u) return []; if (h && !i) { if (o = k.exec(e)) if (a = o[1]) { if (9 === u) { if (s = t.getelementbyid(a), !s || !s.parentnode) return r; if (s.id === a) return r.push(s), r } else if (t.ownerdocument && (s = t.ownerdocument.getelementbyid(a)) && y(t, s) && s.id === a) return r.push(s), r } else { if (o[2]) return o.apply(r, t.getelementsbytagname(e)), r; if ((a = o[3]) && n.getelementsbyclassname && t.getelementsbyclassname) return o.apply(r, t.getelementsbyclassname(a)), r } if (n.qsa && (!d || !d.test(e))) { if (m = g = v, x = t, w = 9 === u && e, 1 === u && "object" !== t.nodename.tolowercase()) { f = gt(e), (g = t.getattribute("id")) ? m = g.replace(tt, "\\$&") : t.setattribute("id", m), m = "[id='" + m + "'] ", l = f.length; while (l--) f[l] = m + mt(f[l]); x = u.test(e) && t.parentnode || t, w = f.join(",") } if (w) try { return o.apply(r, x.queryselectorall(w)), r } catch (t) {} finally { g || t.removeattribute("id") } } } return kt(e.replace(z, "$1"), t, r, i) } function st() { var e = []; function t(n, r) { return e.push(n += " ") > i.cachelength && delete t[e.shift()], t[n] = r } return t } function at(e) { return e[v] = !0, e } function ut(e) { var t = p.createelement("div"); try { return !!e(t) } catch (n) { return !1 } finally { t.parentnode && t.parentnode.removechild(t), t = null } } function lt(e, t) { var n = e.split("|") , r = e.length; while (r--) i.attrhandle[n[r]] = t } function ct(e, t) { var n = t && e , r = n && 1 === e.nodetype && 1 === t.nodetype && (~t.sourceindex || d) - (~e.sourceindex || d); if (r) return r; if (n) while (n = n.nextsibling) if (n === t) return -1; return e ? 1 : -1 } function pt(e) { return function(t) { var n = t.nodename.tolowercase(); return "input" === n && t.type === e } } function ft(e) { return function(t) { var n = t.nodename.tolowercase(); return ("input" === n || "button" === n) && t.type === e } } function ht(e) { return at(function(t) { return t = +t, at(function(n, r) { var i, o = e([], n.length, t), s = o.length; while (s--) n[i = o[s]] && (n[i] = !(r[i] = n[i])) }) }) } s = ot.isxml = function(e) { var t = e && (e.ownerdocument || e).documentelement; return t ? "html" !== t.nodename : !1 } , n = ot.support = {}, c = ot.setdocument = function(e) { var t = e ? e.ownerdocument || e : b , r = t.defaultview; return t !== p && 9 === t.nodetype && t.documentelement ? (p = t, f = t.documentelement, h = !s(t), r && r.attachevent && r !== r.top && r.attachevent("onbeforeunload", function() { c() }), n.attributes = ut(function(e) { return e.classname = "i", !e.getattribute("classname") }), n.getelementsbytagname = ut(function(e) { return e.appendchild(t.createcomment("")), !e.getelementsbytagname("*").length }), n.getelementsbyclassname = ut(function(e) { return e.innerhtml = "
", e.firstchild.classname = "i", 2 === e.getelementsbyclassname("i").length }), n.getbyid = ut(function(e) { return f.appendchild(e).id = v, !t.getelementsbyname || !t.getelementsbyname(v).length }), n.getbyid ? (i.find.id = function(e, t) { if (typeof t.getelementbyid !== j && h) { var n = t.getelementbyid(e); return n && n.parentnode ? [n] : [] } } , i.filter.id = function(e) { var t = e.replace(nt, rt); return function(e) { return e.getattribute("id") === t } } ) : (delete i.find.id, i.filter.id = function(e) { var t = e.replace(nt, rt); return function(e) { var n = typeof e.getattributenode !== j && e.getattributenode("id"); return n && n.value === t } } ), i.find.tag = n.getelementsbytagname ? function(e, t) { return typeof t.getelementsbytagname !== j ? t.getelementsbytagname(e) : undefined } : function(e, t) { var n, r = [], i = 0, o = t.getelementsbytagname(e); if ("*" === e) { while (n = o[i++]) 1 === n.nodetype && r.push(n); return r } return o } , i.find.class = n.getelementsbyclassname && function(e, t) { return typeof t.getelementsbyclassname !== j && h ? t.getelementsbyclassname(e) : undefined } , g = [], d = [], (n.qsa = q.test(t.queryselectorall)) && (ut(function(e) { e.innerhtml = "", e.queryselectorall("[selected]").length || d.push("\\[" + m + "*(?:value|" + r + ")"), e.queryselectorall(":checked").length || d.push(":checked") }), ut(function(e) { var n = t.createelement("input"); n.setattribute("type", "hidden"), e.appendchild(n).setattribute("t", ""), e.queryselectorall("[t^='']").length && d.push("[*^$]=" + m + "*(?:''|\"\")"), e.queryselectorall(":enabled").length || d.push(":enabled", ":disabled"), e.queryselectorall("*,:x"), d.push(",.*:") })), (n.matchesselector = q.test(m = f.webkitmatchesselector || f.mozmatchesselector || f.omatchesselector || f.msmatchesselector)) && ut(function(e) { n.disconnectedmatch = m.call(e, "div"), m.call(e, "[s!='']:x"), g.push("!=", i) }), d = d.length && regexp(d.join("|")), g = g.length && regexp(g.join("|")), y = q.test(f.contains) || f.comparedocumentposition ? 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) while (t = t.parentnode) if (t === e) return !0; return !1 } , s = f.comparedocumentposition ? function(e, r) { if (e === r) return e = !0, 0; var i = r.comparedocumentposition && e.comparedocumentposition && e.comparedocumentposition(r); return i ? 1 & i || !n.sortdetached && r.comparedocumentposition(e) === i ? e === t || y(b, e) ? -1 : r === t || y(b, r) ? 1 : l ? p.call(l, e) - p.call(l, r) : 0 : 4 & i ? -1 : 1 : e.comparedocumentposition ? -1 : 1 } : function(e, n) { var r, i = 0, o = e.parentnode, s = n.parentnode, a = [e], u = [n]; if (e === n) return e = !0, 0; if (!o || !s) return e === t ? -1 : n === t ? 1 : o ? -1 : s ? 1 : l ? p.call(l, e) - p.call(l, n) : 0; if (o === s) return ct(e, n); r = e; while (r = r.parentnode) a.unshift(r); r = n; while (r = r.parentnode) u.unshift(r); while (a[i] === u[i]) i++; return i ? ct(a[i], u[i]) : a[i] === b ? -1 : u[i] === b ? 1 : 0 } , t) : p } , ot.matches = function(e, t) { return ot(e, null, null, t) } , ot.matchesselector = function(e, t) { if ((e.ownerdocument || e) !== p && c(e), t = t.replace(y, "='$1']"), !(!n.matchesselector || !h || g && g.test(t) || d && d.test(t))) try { var r = m.call(e, t); if (r || n.disconnectedmatch || e.document && 11 !== e.document.nodetype) return r } catch (i) {} return ot(t, p, null, [e]).length > 0 } , ot.contains = function(e, t) { return (e.ownerdocument || e) !== p && c(e), y(e, t) } , ot.attr = function(e, t) { (e.ownerdocument || e) !== p && c(e); var r = i.attrhandle[t.tolowercase()] , o = r && a.call(i.attrhandle, t.tolowercase()) ? r(e, t, !h) : undefined; return o === undefined ? n.attributes || !h ? e.getattribute(t) : (o = e.getattributenode(t)) && o.specified ? o.value : null : o } , ot.error = function(e) { throw error("syntax error, unrecognized expression: " + e) } , ot.uniquesort = function(e) { var t, r = [], i = 0, o = 0; if (e = !n.detectduplicates, l = !n.sortstable && e.slice(0), e.sort(s), e) { while (t = e[o++]) t === e[o] && (i = r.push(o)); while (i--) e.splice(r[i], 1) } return e } , o = ot.gettext = function(e) { var t, n = "", r = 0, i = e.nodetype; if (i) { if (1 === i || 9 === i || 11 === i) { if ("string" == typeof e.textcontent) return e.textcontent; for (e = e.firstchild; e; e = e.nextsibling) n += o(e) } else if (3 === i || 4 === i) return e.nodevalue } else for (; t = e[r]; r++) n += o(t); return n } , i = ot.selectors = { cachelength: 50, createpseudo: at, match: j, 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(nt, rt), e[3] = (e[4] || e[5] || "").replace(nt, rt), "~=" === 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] || ot.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] && ot.error(e[0]), e }, pseudo: function(e) { var t, n = !e[5] && e[2]; return j.child.test(e[0]) ? null : (e[3] && e[4] !== undefined ? e[2] = e[4] : n && v.test(n) && (t = gt(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(nt, rt).tolowercase(); return "*" === e ? function() { return !0 } : function(e) { return e.nodename && e.nodename.tolowercase() === t } }, class: function(e) { var t = c[e + " "]; return t || (t = regexp("(^|" + m + ")" + e + "(" + m + "|$)")) && c(e, function(e) { return t.test("string" == typeof e.classname && e.classname || typeof e.getattribute !== j && e.getattribute("class") || "") }) }, attr: function(e, t, n) { return function(r) { var i = ot.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 + " ").indexof(n) > -1 : "|=" === t ? i === n || i.slice(0, n.length + 1) === n + "-" : !1) : !0 } }, child: function(e, t, n, r, i) { var o = "nth" !== e.slice(0, 3) , s = "last" !== e.slice(-4) , a = "of-type" === t; return 1 === r && 0 === i ? function(e) { return !!e.parentnode } : function(t, n, u) { var l, c, p, f, h, d, g = o !== s ? "nextsibling" : "previoussibling", m = t.parentnode, y = a && t.nodename.tolowercase(), x = !u && !a; if (m) { if (o) { while (g) { p = t; while (p = p[g]) if (a ? p.nodename.tolowercase() === y : 1 === p.nodetype) return !1; d = g = "only" === e && !d && "nextsibling" } return !0 } if (d = [s ? m.firstchild : m.lastchild], s && x) { c = m[v] || (m[v] = {}), l = c[e] || [], h = l[0] === w && l[1], f = l[0] === w && l[2], p = h && m.childnodes[h]; while (p = ++h && p && p[g] || (f = h = 0) || d.pop()) if (1 === p.nodetype && ++f && p === t) { c[e] = [w, h, f]; break } } else if (x && (l = (t[v] || (t[v] = {}))[e]) && l[0] === w) f = l[1]; else while (p = ++h && p && p[g] || (f = h = 0) || d.pop()) if ((a ? p.nodename.tolowercase() === y : 1 === p.nodetype) && ++f && (x && ((p[v] || (p[v] = {}))[e] = [w, f]), p === t)) break; return f -= i, f === r || 0 === f % r && f / r >= 0 } } }, pseudo: function(e, t) { var n, r = i.pseudos[e] || i.setfilters[e.tolowercase()] || ot.error("unsupported pseudo: " + e); return r[v] ? r(t) : r.length > 1 ? (n = [e, e, "", t], i.setfilters.hasownproperty(e.tolowercase()) ? at(function(e, n) { var i, o = r(e, t), s = o.length; while (s--) i = p.call(e, o[s]), e[i] = !(n[i] = o[s]) }) : function(e) { return r(e, 0, n) } ) : r } }, pseudos: { not: at(function(e) { var t = [] , n = [] , r = a(e.replace(z, "$1")); return r[v] ? at(function(e, t, n, i) { var o, s = r(e, null, i, []), a = e.length; while (a--) (o = s[a]) && (e[a] = !(t[a] = o)) }) : function(e, i, o) { return t[0] = e, r(t, null, o, n), !n.pop() } }), has: at(function(e) { return function(t) { return ot(e, t).length > 0 } }), contains: at(function(e) { return function(t) { return (t.textcontent || t.innertext || o(t)).indexof(e) > -1 } }), lang: at(function(e) { return g.test(e || "") || ot.error("unsupported lang: " + e), e = e.replace(nt, rt).tolowercase(), function(t) { var n; do if (n = h ? t.lang : t.getattribute("xml:lang") || t.getattribute("lang")) return n = n.tolowercase(), n === 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 === f }, focus: function(e) { return e === p.activeelement && (!p.hasfocus || p.hasfocus()) && !!(e.type || e.href || ~e.tabindex) }, enabled: function(e) { return e.disabled === !1 }, disabled: function(e) { return e.disabled === !0 }, 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, e.selected === !0 }, empty: function(e) { for (e = e.firstchild; e; e = e.nextsibling) if (e.nodename > "@" || 3 === e.nodetype || 4 === e.nodetype) return !1; return !0 }, parent: function(e) { return !i.pseudos.empty(e) }, header: function(e) { return et.test(e.nodename) }, input: function(e) { return z.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")) || t.tolowercase() === e.type) }, first: ht(function() { return [0] }), last: ht(function(e, t) { return [t - 1] }), eq: ht(function(e, t, n) { return [0 > n ? n + t : n] }), even: ht(function(e, t) { var n = 0; for (; t > n; n += 2) e.push(n); return e }), odd: ht(function(e, t) { var n = 1; for (; t > n; n += 2) e.push(n); return e }), lt: ht(function(e, t, n) { var r = 0 > n ? n + t : n; for (; --r >= 0; ) e.push(r); return e }), gt: ht(function(e, t, n) { var r = 0 > n ? n + t : n; for (; t > ++r; ) e.push(r); return e }) } }, i.pseudos.nth = i.pseudos.eq; for (t in { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) i.pseudos[t] = pt(t); for (t in { submit: !0, reset: !0 }) i.pseudos[t] = ft(t); function dt() {} dt.prototype = i.filters = i.pseudos, i.setfilters = new dt; function gt(e, t) { var n, r, o, s, a, u, l, c = k[e + " "]; if (c) return t ? 0 : c.slice(0); a = e, u = [], l = i.prefilter; while (a) { (!n || (r = _.exec(a))) && (r && (a = a.slice(r[0].length) || a), u.push(o = [])), n = !1, (r = x.exec(a)) && (n = r.shift(), o.push({ value: n, type: r[0].replace(z, " ") }), a = a.slice(n.length)); for (s in i.filter) !(r = j[s].exec(a)) || l[s] && !(r = l[s](r)) || (n = r.shift(), o.push({ value: n, type: s, matches: r }), a = a.slice(n.length)); if (!n) break } return t ? a.length : a ? ot.error(e) : k(e, u).slice(0) } function mt(e) { var t = 0 , n = e.length , r = ""; for (; n > t; t++) r += e[t].value; return r } function yt(e, t, n) { var i = t.dir , o = n && "parentnode" === i , s = t++; return t.first ? function(t, n, r) { while (t = t[i]) if (1 === t.nodetype || o) return e(t, n, r) } : function(t, n, a) { var u, l, c, p = w + " " + s; if (a) { while (t = t[i]) if ((1 === t.nodetype || o) && e(t, n, a)) return !0 } else while (t = t[i]) if (1 === t.nodetype || o) if (c = t[v] || (t[v] = {}), (l = c[i]) && l[0] === p) { if ((u = l[1]) === !0 || u === r) return u === !0 } else if (l = c[i] = [p], l[1] = e(t, n, a) || r, l[1] === !0) return !0 } } function vt(e) { return e.length > 1 ? function(t, n, r) { var i = e.length; while (i--) if (!e[i](t, n, r)) return !1; return !0 } : e[0] } function xt(e, t, n, r, i) { var o, s = [], a = 0, u = e.length, l = null != t; for (; u > a; a++) (o = e[a]) && (!n || n(o, r, i)) && (s.push(o), l && t.push(a)); return s } function bt(e, t, n, r, i, o) { return r && !r[v] && (r = bt(r)), i && !i[v] && (i = bt(i, o)), at(function(o, s, a, u) { var l, c, p, f = [], h = [], d = s.length, g = o || ct(t || "*", a.nodetype ? [a] : a, []), m = !e || !o && t ? g : xt(g, f, e, a, u), y = n ? i || (o ? e : d || r) ? [] : s : m; if (n && n(m, y, a, u), r) { l = xt(y, h), r(l, [], a, u), c = l.length; while (c--) (p = l[c]) && (y[h[c]] = !(m[h[c]] = p)) } if (o) { if (i || e) { if (i) { l = [], c = y.length; while (c--) (p = y[c]) && l.push(m[c] = p); i(null, y = [], l, u) } c = y.length; while (c--) (p = y[c]) && (l = i ? p.call(o, p) : f[c]) > -1 && (o[l] = !(s[l] = p)) } } else y = xt(y === s ? y.splice(d, y.length) : y), i ? i(null, s, y, u) : o.apply(s, y) }) } function wt(e) { var t, n, r, o = e.length, s = i.relative[e[0].type], a = s || i.relative[" "], l = s ? 1 : 0, c = yt(function(e) { return e === t }, a, !0), p = yt(function(e) { return p.call(t, e) > -1 }, a, !0), f = [function(e, n, r) { return !s && (r || n !== u) || ((t = n).nodetype ? c(e, n, r) : p(e, n, r)) } ]; for (; o > l; l++) if (n = i.relative[e[l].type]) f = [yt(vt(f), n)]; else { if (n = i.filter[e[l].type].apply(null, e[l].matches), n[v]) { for (r = ++l; o > r; r++) if (i.relative[e[r].type]) break; return bt(l > 1 && vt(f), l > 1 && mt(e.slice(0, l - 1).concat({ value: " " === e[l - 2].type ? "*" : "" })).replace(z, "$1"), n, r > l && wt(e.slice(l, r)), o > r && wt(e = e.slice(r)), o > r && mt(e)) } f.push(n) } return vt(f) } function tt(e, t) { var n = 0 , o = t.length > 0 , s = e.length > 0 , a = function(a, l, c, f, h) { var d, g, m, y = [], v = 0, x = "0", b = a && [], t = null != h, c = u, k = a || s && i.find.tag("*", h && l.parentnode || l), n = w += null == c ? 1 : math.random() || .1; for (t && (u = l !== p && l, r = n); null != (d = k[x]); x++) { if (s && d) { g = 0; while (m = e[g++]) if (m(d, l, c)) { f.push(d); break } t && (w = n, r = ++n) } o && ((d = !m && d) && v--, a && b.push(d)) } if (v += x, o && x !== v) { g = 0; while (m = t[g++]) m(b, y, l, c); if (a) { if (v > 0) while (x--) b[x] || y[x] || (y[x] = q.call(f)); y = xt(y) } o.apply(f, y), t && !a && y.length > 0 && v + t.length > 1 && ot.uniquesort(f) } return t && (w = n, u = c), b }; return o ? at(a) : a } a = ot.compile = function(e, t) { var n, r = [], i = [], o = n[e + " "]; if (!o) { t || (t = gt(e)), n = t.length; while (n--) o = wt(t[n]), o[v] ? r.push(o) : i.push(o); o = n(e, tt(i, r)) } return o } ; function ct(e, t, n) { var r = 0 , i = t.length; for (; i > r; r++) ot(e, t[r], n); return n } function kt(e, t, r, o) { var s, u, l, c, p, f = gt(e); if (!o && 1 === f.length) { if (u = f[0] = f[0].slice(0), u.length > 2 && "id" === (l = u[0]).type && n.getbyid && 9 === t.nodetype && h && i.relative[u[1].type]) { if (t = (i.find.id(l.matches[0].replace(nt, rt), t) || [])[0], !t) return r; e = e.slice(u.shift().value.length) } s = j.needscontext.test(e) ? 0 : u.length; while (s--) { if (l = u[s], i.relative[c = l.type]) break; if ((p = i.find[c]) && (o = p(l.matches[0].replace(nt, rt), u.test(u[0].type) && t.parentnode || t))) { if (u.splice(s, 1), e = o.length && mt(u), !e) return o.apply(r, o), r; break } } } return a(e, f)(o, t, !h, r, u.test(e)), r } n.sortstable = v.split("").sort(s).join("") === v, n.detectduplicates = e, c(), n.sortdetached = ut(function(e) { return 1 & e.comparedocumentposition(p.createelement("div")) }), ut(function(e) { return e.innerhtml = "", "#" === e.firstchild.getattribute("href") }) || lt("type|href|height|width", function(e, t, n) { return n ? undefined : e.getattribute(t, "type" === t.tolowercase() ? 1 : 2) }), n.attributes && ut(function(e) { return e.innerhtml = "", e.firstchild.setattribute("value", ""), "" === e.firstchild.getattribute("value") }) || lt("value", function(e, t, n) { return n || "input" !== e.nodename.tolowercase() ? undefined : e.defaultvalue }), ut(function(e) { return null == e.getattribute("disabled") }) || lt(r, function(e, t, n) { var r; return n ? undefined : (r = e.getattributenode(t)) && r.specified ? r.value : e[t] === !0 ? t.tolowercase() : null }), x.find = ot, x.expr = ot.selectors, x.expr[":"] = x.expr.pseudos, x.unique = ot.uniquesort, x.text = ot.gettext, x.isxmldoc = ot.isxml, x.contains = ot.contains }(e); var d = {}; function a(e) { var t = d[e] = {}; return x.each(e.match(w) || [], function(e, n) { t[n] = !0 }), t } x.callbacks = function(e) { e = "string" == typeof e ? d[e] || a(e) : x.extend({}, e); var t, n, r, i, o, s, a = [], u = !e.once && [], l = function(p) { for (t = e.memory && p, n = !0, s = i || 0, i = 0, o = a.length, r = !0; a && o > s; s++) if (a[s].apply(p[0], p[1]) === !1 && e.stoponfalse) { t = !1; break } r = !1, a && (u ? u.length && l(u.shift()) : t ? a = [] : c.disable()) }, c = { add: function() { if (a) { var n = a.length; (function s(t) { x.each(t, function(t, n) { var r = x.type(n); "function" === r ? e.unique && c.has(n) || a.push(n) : n && n.length && "string" !== r && s(n) }) } )(arguments), r ? o = a.length : t && (i = n, l(t)) } return this }, remove: function() { return a && x.each(arguments, function(e, t) { var n; while ((n = x.inarray(t, a, n)) > -1) a.splice(n, 1), r && (o >= n && o--, s >= n && s--) }), this }, has: function(e) { return e ? x.inarray(e, a) > -1 : !(!a || !a.length) }, empty: function() { return a = [], o = 0, this }, disable: function() { return a = u = t = undefined, this }, disabled: function() { return !a }, lock: function() { return u = undefined, t || c.disable(), this }, locked: function() { return !u }, firewith: function(e, t) { return !a || n && !u || (t = t || [], t = [e, t.slice ? t.slice() : t], r ? u.push(t) : l(t)), this }, fire: function() { return c.firewith(this, arguments), this }, fired: function() { return !!n } }; return c } , x.extend({ deferred: function(e) { var t = [["resolve", "done", x.callbacks("once memory"), "resolved"], ["reject", "fail", x.callbacks("once memory"), "rejected"], ["notify", "progress", x.callbacks("memory")]] , n = "pending" , r = { state: function() { return n }, always: function() { return i.done(arguments).fail(arguments), this }, then: function() { var e = arguments; return x.deferred(function(n) { x.each(t, function(t, o) { var s = o[0] , a = x.isfunction(e[t]) && e[t]; i[o[1]](function() { var e = a && a.apply(this, arguments); e && x.isfunction(e.promise) ? e.promise().done(n.resolve).fail(n.reject).progress(n.notify) : n[s + "with"](this === r ? n.promise() : this, a ? [e] : arguments) }) }), e = null }).promise() }, promise: function(e) { return null != e ? x.extend(e, r) : r } } , i = {}; return r.pipe = r.then, x.each(t, function(e, o) { var s = o[2] , a = o[3]; r[o[1]] = s.add, a && s.add(function() { n = a }, 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"] = s.firewith }), r.promise(i), e && e.call(i, i), i }, when: function(e) { var t = 0, n = d.call(arguments), r = n.length, i = 1 !== r || e && x.isfunction(e.promise) ? r : 0, o = 1 === i ? e : x.deferred(), s = function(e, t, n) { return function(r) { t[e] = this, n[e] = arguments.length > 1 ? d.call(arguments) : r, n === a ? o.notifywith(t, n) : --i || o.resolvewith(t, n) } }, a, u, l; if (r > 1) for (a = array(r), u = array(r), l = array(r); r > t; t++) n[t] && x.isfunction(n[t].promise) ? n[t].promise().done(s(t, l, n)).fail(o.reject).progress(s(t, u, a)) : --i; return i || o.resolvewith(l, n), o.promise() } }), x.support = function(t) { var n = o.createelement("input") , r = o.createdocumentfragment() , i = o.createelement("div") , s = o.createelement("select") , a = s.appendchild(o.createelement("option")); return n.type ? (n.type = "checkbox", t.checkon = "" !== n.value, t.optselected = a.selected, t.reliablemarginright = !0, t.boxsizingreliable = !0, t.pixelposition = !1, n.checked = !0, t.noclonechecked = n.clonenode(!0).checked, s.disabled = !0, t.optdisabled = !a.disabled, n = o.createelement("input"), n.value = "t", n.type = "radio", t.radiovalue = "t" === n.value, n.setattribute("checked", "t"), n.setattribute("name", "t"), r.appendchild(n), t.checkclone = r.clonenode(!0).clonenode(!0).lastchild.checked, t.focusinbubbles = "onfocusin"in e, i.style.backgroundclip = "content-box", i.clonenode(!0).style.backgroundclip = "", t.clearclonestyle = "content-box" === i.style.backgroundclip, x(function() { var n, r, s = "padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box", a = o.getelementsbytagname("body")[0]; a && (n = o.createelement("div"), n.style.csstext = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px", a.appendchild(n).appendchild(i), i.innerhtml = "", i.style.csstext = "-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%", x.swap(a, null != a.style.zoom ? { zoom: 1 } : {}, function() { t.boxsizing = 4 === i.offsetwidth }), e.getcomputedstyle && (t.pixelposition = "1%" !== (e.getcomputedstyle(i, null) || {}).top, t.boxsizingreliable = "4px" === (e.getcomputedstyle(i, null) || { width: "4px" }).width, r = i.appendchild(o.createelement("div")), r.style.csstext = i.style.csstext = s, r.style.marginright = r.style.width = "0", i.style.width = "1px", t.reliablemarginright = !parsefloat((e.getcomputedstyle(r, null) || {}).marginright)), a.removechild(n)) }), t) : t }({}); var l, q, h = /(?:\{[\s\s]*\}|\[[\s\s]*\])$/, o = /([a-z])/g; function f() { object.defineproperty(this.cache = {}, 0, { get: function() { return {} } }), this.expando = x.expando + math.random() } f.uid = 1, f.accepts = function(e) { return e.nodetype ? 1 === e.nodetype || 9 === e.nodetype : !0 } , f.prototype = { key: function(e) { if (!f.accepts(e)) return 0; var t = {} , n = e[this.expando]; if (!n) { n = f.uid++; try { t[this.expando] = { value: n }, object.defineproperties(e, t) } catch (r) { t[this.expando] = n, x.extend(e, t) } } return this.cache[n] || (this.cache[n] = {}), n }, set: function(e, t, n) { var r, i = this.key(e), o = this.cache[i]; if ("string" == typeof t) o[t] = n; else if (x.isemptyobject(o)) x.extend(this.cache[i], t); else for (r in t) o[r] = t[r]; return o }, get: function(e, t) { var n = this.cache[this.key(e)]; return t === undefined ? n : n[t] }, access: function(e, t, n) { var r; return t === undefined || t && "string" == typeof t && n === undefined ? (r = this.get(e, t), r !== undefined ? r : this.get(e, x.camelcase(t))) : (this.set(e, t, n), n !== undefined ? n : t) }, remove: function(e, t) { var n, r, i, o = this.key(e), s = this.cache[o]; if (t === undefined) this.cache[o] = {}; else { x.isarray(t) ? r = t.concat(t.map(x.camelcase)) : (i = x.camelcase(t), t in s ? r = [t, i] : (r = i, r = r in s ? [r] : r.match(w) || [])), n = r.length; while (n--) delete s[r[n]] } }, hasdata: function(e) { return !x.isemptyobject(this.cache[e[this.expando]] || {}) }, discard: function(e) { e[this.expando] && delete this.cache[e[this.expando]] } }, l = new f, q = new f, x.extend({ acceptdata: f.accepts, hasdata: function(e) { return l.hasdata(e) || q.hasdata(e) }, data: function(e, t, n) { return l.access(e, t, n) }, removedata: function(e, t) { l.remove(e, t) }, _data: function(e, t, n) { return q.access(e, t, n) }, _removedata: function(e, t) { q.remove(e, t) } }), x.fn.extend({ data: function(e, t) { var n, r, i = this[0], o = 0, s = null; if (e === undefined) { if (this.length && (s = l.get(i), 1 === i.nodetype && !q.get(i, "hasdataattrs"))) { for (n = i.attributes; n.length > o; o++) r = n[o].name, 0 === r.indexof("data-") && (r = x.camelcase(r.slice(5)), p(i, r, s[r])); q.set(i, "hasdataattrs", !0) } return s } return "object" == typeof e ? this.each(function() { l.set(this, e) }) : x.access(this, function(t) { var n, r = x.camelcase(e); if (i && t === undefined) { if (n = l.get(i, e), n !== undefined) return n; if (n = l.get(i, r), n !== undefined) return n; if (n = p(i, r, undefined), n !== undefined) return n } else this.each(function() { var n = l.get(this, r); l.set(this, r, t), -1 !== e.indexof("-") && n !== undefined && l.set(this, e, t) }) }, null, t, arguments.length > 1, null, !0) }, removedata: function(e) { return this.each(function() { l.remove(this, e) }) } }); function p(e, t, n) { var r; if (n === undefined && 1 === e.nodetype) if (r = "data-" + t.replace(o, "-$1").tolowercase(), n = e.getattribute(r), "string" == typeof n) { try { n = "true" === n ? !0 : "false" === n ? !1 : "null" === n ? null : +n + "" === n ? +n : h.test(n) ? json.parse(n) : n } catch (i) {} l.set(e, t, n) } else n = undefined; return n } x.extend({ queue: function(e, t, n) { var r; return e ? (t = (t || "fx") + "queue", r = q.get(e, t), n && (!r || x.isarray(n) ? r = q.access(e, t, x.makearray(n)) : r.push(n)), r || []) : undefined }, dequeue: function(e, t) { t = t || "fx"; var n = x.queue(e, t) , r = n.length , i = n.shift() , o = x._queuehooks(e, t) , s = function() { x.dequeue(e, t) }; "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, s, o)), !r && o && o.empty.fire() }, _queuehooks: function(e, t) { var n = t + "queuehooks"; return q.get(e, n) || q.access(e, n, { empty: x.callbacks("once memory").add(function() { q.remove(e, [t + "queue", n]) }) }) } }), x.fn.extend({ queue: function(e, t) { var n = 2; return "string" != typeof e && (t = e, e = "fx", n--), n > arguments.length ? x.queue(this[0], e) : t === undefined ? this : this.each(function() { var n = x.queue(this, e, t); x._queuehooks(this, e), "fx" === e && "inprogress" !== n[0] && x.dequeue(this, e) }) }, dequeue: function(e) { return this.each(function() { x.dequeue(this, e) }) }, delay: function(e, t) { return e = x.fx ? x.fx.speeds[e] || e : e, t = t || "fx", this.queue(t, function(t, n) { var r = settimeout(t, e); n.stop = function() { cleartimeout(r) } }) }, clearqueue: function(e) { return this.queue(e || "fx", []) }, promise: function(e, t) { var n, r = 1, i = x.deferred(), o = this, s = this.length, a = function() { --r || i.resolvewith(o, [o]) }; "string" != typeof e && (t = e, e = undefined), e = e || "fx"; while (s--) n = q.get(o[s], e + "queuehooks"), n && n.empty && (r++, n.empty.add(a)); return a(), i.promise(t) } }); var r, m, w = /[\t\r\n\f]/g, $ = /\r/g, b = /^(?:input|select|textarea|button)$/i; x.fn.extend({ attr: function(e, t) { return x.access(this, x.attr, e, t, arguments.length > 1) }, removeattr: function(e) { return this.each(function() { x.removeattr(this, e) }) }, prop: function(e, t) { return x.access(this, x.prop, e, t, arguments.length > 1) }, removeprop: function(e) { return this.each(function() { delete this[x.propfix[e] || e] }) }, addclass: function(e) { var t, n, r, i, o, s = 0, a = this.length, u = "string" == typeof e && e; if (x.isfunction(e)) return this.each(function(t) { x(this).addclass(e.call(this, t, this.classname)) }); if (u) for (t = (e || "").match(w) || []; a > s; s++) if (n = this[s], r = 1 === n.nodetype && (n.classname ? (" " + n.classname + " ").replace(w, " ") : " ")) { o = 0; while (i = t[o++]) 0 > r.indexof(" " + i + " ") && (r += i + " "); n.classname = x.trim(r) } return this }, removeclass: function(e) { var t, n, r, i, o, s = 0, a = this.length, u = 0 === arguments.length || "string" == typeof e && e; if (x.isfunction(e)) return this.each(function(t) { x(this).removeclass(e.call(this, t, this.classname)) }); if (u) for (t = (e || "").match(w) || []; a > s; s++) if (n = this[s], r = 1 === n.nodetype && (n.classname ? (" " + n.classname + " ").replace(w, " ") : "")) { o = 0; while (i = t[o++]) while (r.indexof(" " + i + " ") >= 0) r = r.replace(" " + i + " ", " "); n.classname = e ? x.trim(r) : "" } return this }, toggleclass: function(e, t) { var n = typeof e; return "boolean" == typeof t && "string" === n ? t ? this.addclass(e) : this.removeclass(e) : x.isfunction(e) ? this.each(function(n) { x(this).toggleclass(e.call(this, n, this.classname, t), t) }) : this.each(function() { if ("string" === n) { var t, i = 0, o = x(this), s = e.match(w) || []; while (t = s[i++]) o.hasclass(t) ? o.removeclass(t) : o.addclass(t) } else (n === r || "boolean" === n) && (this.classname && q.set(this, "__classname__", this.classname), this.classname = this.classname || e === !1 ? "" : q.get(this, "__classname__") || "") }) }, hasclass: function(e) { var t = " " + e + " " , n = 0 , r = this.length; for (; r > n; n++) if (1 === this[n].nodetype && (" " + this[n].classname + " ").replace(w, " ").indexof(t) >= 0) return !0; return !1 }, val: function(e) { var t, n, r, i = this[0]; { if (arguments.length) return r = x.isfunction(e), this.each(function(n) { var i; 1 === this.nodetype && (i = r ? e.call(this, n, x(this).val()) : e, null == i ? i = "" : "number" == typeof i ? i += "" : x.isarray(i) && (i = x.map(i, function(e) { return null == e ? "" : e + "" })), t = x.valhooks[this.type] || x.valhooks[this.nodename.tolowercase()], t && "set"in t && t.set(this, i, "value") !== undefined || (this.value = i)) }); if (i) return t = x.valhooks[i.type] || x.valhooks[i.nodename.tolowercase()], t && "get"in t && (n = t.get(i, "value")) !== undefined ? n : (n = i.value, "string" == typeof n ? n.replace($, "") : null == n ? "" : n) } } }), x.extend({ valhooks: { option: { get: function(e) { var t = e.attributes.value; return !t || t.specified ? e.value : e.text } }, select: { get: function(e) { var t, n, r = e.options, i = e.selectedindex, o = "select-one" === e.type || 0 > i, s = o ? null : [], a = o ? i + 1 : r.length, u = 0 > i ? a : o ? i : 0; for (; a > u; u++) if (n = r[u], !(!n.selected && u !== i || (x.support.optdisabled ? n.disabled : null !== n.getattribute("disabled")) || n.parentnode.disabled && x.nodename(n.parentnode, "optgroup"))) { if (t = x(n).val(), o) return t; s.push(t) } return s }, set: function(e, t) { var n, r, i = e.options, o = x.makearray(t), s = i.length; while (s--) r = i[s], (r.selected = x.inarray(x(r).val(), o) >= 0) && (n = !0); return n || (e.selectedindex = -1), o } } }, attr: function(e, t, n) { var i, o, s = e.nodetype; if (e && 3 !== s && 8 !== s && 2 !== s) return typeof e.getattribute === r ? x.prop(e, t, n) : (1 === s && x.isxmldoc(e) || (t = t.tolowercase(), i = x.attrhooks[t] || (x.expr.match.bool.test(t) ? m : r)), n === undefined ? i && "get"in i && null !== (o = i.get(e, t)) ? o : (o = x.find.attr(e, t), null == o ? undefined : o) : null !== n ? i && "set"in i && (o = i.set(e, n, t)) !== undefined ? o : (e.setattribute(t, n + ""), n) : (x.removeattr(e, t), undefined)) }, removeattr: function(e, t) { var n, r, i = 0, o = t && t.match(w); if (o && 1 === e.nodetype) while (n = o[i++]) r = x.propfix[n] || n, x.expr.match.bool.test(n) && (e[r] = !1), e.removeattribute(n) }, attrhooks: { type: { set: function(e, t) { if (!x.support.radiovalue && "radio" === t && x.nodename(e, "input")) { var n = e.value; return e.setattribute("type", t), n && (e.value = n), t } } } }, propfix: { "for": "htmlfor", "class": "classname" }, prop: function(e, t, n) { var r, i, o, s = e.nodetype; if (e && 3 !== s && 8 !== s && 2 !== s) return o = 1 !== s || !x.isxmldoc(e), o && (t = x.propfix[t] || t, i = x.prophooks[t]), n !== undefined ? i && "set"in i && (r = i.set(e, n, t)) !== undefined ? r : e[t] = n : i && "get"in i && null !== (r = i.get(e, t)) ? r : e[t] }, prophooks: { tabindex: { get: function(e) { return e.hasattribute("tabindex") || b.test(e.nodename) || e.href ? e.tabindex : -1 } } } }), m = { set: function(e, t, n) { return t === !1 ? x.removeattr(e, n) : e.setattribute(n, n), n } }, x.each(x.expr.match.bool.source.match(/\w+/g), function(e, t) { var n = x.expr.attrhandle[t] || x.find.attr; x.expr.attrhandle[t] = function(e, t, r) { var i = x.expr.attrhandle[t] , o = r ? undefined : (x.expr.attrhandle[t] = undefined) != n(e, t, r) ? t.tolowercase() : null; return x.expr.attrhandle[t] = i, o } }), x.support.optselected || (x.prophooks.selected = { get: function(e) { var t = e.parentnode; return t && t.parentnode && t.parentnode.selectedindex, null } }), x.each(["tabindex", "readonly", "maxlength", "cellspacing", "cellpadding", "rowspan", "colspan", "usemap", "frameborder", "contenteditable"], function() { x.propfix[this.tolowercase()] = this }), x.each(["radio", "checkbox"], function() { x.valhooks[this] = { set: function(e, t) { return x.isarray(t) ? e.checked = x.inarray(x(e).val(), t) >= 0 : undefined } }, x.support.checkon || (x.valhooks[this].get = function(e) { return null === e.getattribute("value") ? "on" : e.value } ) }); var i = /^key/ , z = /^(?:mouse|contextmenu)|click/ , _ = /^(?:focusinfocus|focusoutblur)$/ , x = /^([^.]*)(?:\.(.+)|)$/; function u() { return !0 } function y() { return !1 } function v() { try { return o.activeelement } catch (e) {} } x.event = { global: {}, add: function(e, t, n, i, o) { var s, a, u, l, c, p, f, h, d, g, m, y = q.get(e); if (y) { n.handler && (s = n, n = s.handler, o = s.selector), n.guid || (n.guid = x.guid++), (l = y.events) || (l = y.events = {}), (a = y.handle) || (a = y.handle = function(e) { return typeof x === r || e && x.event.triggered === e.type ? undefined : x.event.dispatch.apply(a.elem, arguments) } , a.elem = e), t = (t || "").match(w) || [""], c = t.length; while (c--) u = x.exec(t[c]) || [], d = m = u[1], g = (u[2] || "").split(".").sort(), d && (f = x.event.special[d] || {}, d = (o ? f.delegatetype : f.bindtype) || d, f = x.event.special[d] || {}, p = x.extend({ type: d, origtype: m, data: i, handler: n, guid: n.guid, selector: o, needscontext: o && x.expr.match.needscontext.test(o), namespace: g.join(".") }, s), (h = l[d]) || (h = l[d] = [], h.delegatecount = 0, f.setup && f.setup.call(e, i, g, a) !== !1 || e.addeventlistener && e.addeventlistener(d, a, !1)), f.add && (f.add.call(e, p), p.handler.guid || (p.handler.guid = n.guid)), o ? h.splice(h.delegatecount++, 0, p) : h.push(p), x.event.global[d] = !0); e = null } }, remove: function(e, t, n, r, i) { var o, s, a, u, l, c, p, f, h, d, g, m = q.hasdata(e) && q.get(e); if (m && (u = m.events)) { t = (t || "").match(w) || [""], l = t.length; while (l--) if (a = x.exec(t[l]) || [], h = g = a[1], d = (a[2] || "").split(".").sort(), h) { p = x.event.special[h] || {}, h = (r ? p.delegatetype : p.bindtype) || h, f = u[h] || [], a = a[2] && regexp("(^|\\.)" + d.join("\\.(?:.*\\.|)") + "(\\.|$)"), s = o = f.length; while (o--) c = f[o], !i && g !== c.origtype || n && n.guid !== c.guid || a && !a.test(c.namespace) || r && r !== c.selector && ("**" !== r || !c.selector) || (f.splice(o, 1), c.selector && f.delegatecount--, p.remove && p.remove.call(e, c)); s && !f.length && (p.teardown && p.teardown.call(e, d, m.handle) !== !1 || x.removeevent(e, h, m.handle), delete u[h]) } else for (h in u) x.event.remove(e, h + t[l], n, r, !0); x.isemptyobject(u) && (delete m.handle, q.remove(e, "events")) } }, trigger: function(t, n, r, i) { var s, a, u, l, c, p, f, h = [r || o], d = y.call(t, "type") ? t.type : t, g = y.call(t, "namespace") ? t.namespace.split(".") : []; if (a = u = r = r || o, 3 !== r.nodetype && 8 !== r.nodetype && !_.test(d + x.event.triggered) && (d.indexof(".") >= 0 && (g = d.split("."), d = g.shift(), g.sort()), c = 0 > d.indexof(":") && "on" + d, t = t[x.expando] ? t : new x.event(d,"object" == typeof t && t), t.istrigger = i ? 2 : 3, t.namespace = g.join("."), t.namespace_re = t.namespace ? regexp("(^|\\.)" + g.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, t.result = undefined, t.target || (t.target = r), n = null == n ? [t] : x.makearray(n, [t]), f = x.event.special[d] || {}, i || !f.trigger || f.trigger.apply(r, n) !== !1)) { if (!i && !f.nobubble && !x.iswindow(r)) { for (l = f.delegatetype || d, _.test(l + d) || (a = a.parentnode); a; a = a.parentnode) h.push(a), u = a; u === (r.ownerdocument || o) && h.push(u.defaultview || u.parentwindow || e) } s = 0; while ((a = h[s++]) && !t.ispropagationstopped()) t.type = s > 1 ? l : f.bindtype || d, p = (q.get(a, "events") || {})[t.type] && q.get(a, "handle"), p && p.apply(a, n), p = c && a[c], p && x.acceptdata(a) && p.apply && p.apply(a, n) === !1 && t.preventdefault(); return t.type = d, i || t.isdefaultprevented() || f._default && f._default.apply(h.pop(), n) !== !1 || !x.acceptdata(r) || c && x.isfunction(r[d]) && !x.iswindow(r) && (u = r[c], u && (r[c] = null), x.event.triggered = d, r[d](), x.event.triggered = undefined, u && (r[c] = u)), t.result } }, dispatch: function(e) { e = x.event.fix(e); var t, n, r, i, o, s = [], a = d.call(arguments), u = (q.get(this, "events") || {})[e.type] || [], l = x.event.special[e.type] || {}; if (a[0] = e, e.delegatetarget = this, !l.predispatch || l.predispatch.call(this, e) !== !1) { s = x.event.handlers.call(this, e, u), t = 0; while ((i = s[t++]) && !e.ispropagationstopped()) { e.currenttarget = i.elem, n = 0; while ((o = i.handlers[n++]) && !e.isimmediatepropagationstopped()) (!e.namespace_re || e.namespace_re.test(o.namespace)) && (e.handleobj = o, e.data = o.data, r = ((x.event.special[o.origtype] || {}).handle || o.handler).apply(i.elem, a), r !== undefined && (e.result = r) === !1 && (e.preventdefault(), e.stoppropagation())) } return l.postdispatch && l.postdispatch.call(this, e), e.result } }, handlers: function(e, t) { var n, r, i, o, s = [], a = t.delegatecount, u = e.target; if (a && u.nodetype && (!e.button || "click" !== e.type)) for (; u !== this; u = u.parentnode || this) if (u.disabled !== !0 || "click" !== e.type) { for (r = [], n = 0; a > n; n++) o = t[n], i = o.selector + " ", r[i] === undefined && (r[i] = o.needscontext ? x(i, this).index(u) >= 0 : x.find(i, this, null, [u]).length), r[i] && r.push(o); r.length && s.push({ elem: u, handlers: r }) } return t.length > a && s.push({ elem: this, handlers: t.slice(a) }), s }, props: "altkey bubbles cancelable ctrlkey currenttarget 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 offsetx offsety pagex pagey screenx screeny toelement".split(" "), filter: function(e, t) { var n, r, i, s = t.button; return null == e.pagex && null != t.clientx && (n = e.target.ownerdocument || o, r = n.documentelement, i = n.body, e.pagex = t.clientx + (r && r.scrollleft || i && i.scrollleft || 0) - (r && r.clientleft || i && i.clientleft || 0), e.pagey = t.clienty + (r && r.scrolltop || i && i.scrolltop || 0) - (r && r.clienttop || i && i.clienttop || 0)), e.which || s === undefined || (e.which = 1 & s ? 1 : 2 & s ? 3 : 4 & s ? 2 : 0), e } }, fix: function(e) { if (e[x.expando]) return e; var t, n, r, i = e.type, s = e, a = this.fixhooks[i]; a || (this.fixhooks[i] = a = z.test(i) ? this.mousehooks : i.test(i) ? this.keyhooks : {}), r = a.props ? this.props.concat(a.props) : this.props, e = new x.event(s), t = r.length; while (t--) n = r[t], e[n] = s[n]; return e.target || (e.target = o), 3 === e.target.nodetype && (e.target = e.target.parentnode), a.filter ? a.filter(e, s) : e }, special: { load: { nobubble: !0 }, focus: { trigger: function() { return this !== v() && this.focus ? (this.focus(), !1) : undefined }, delegatetype: "focusin" }, blur: { trigger: function() { return this === v() && this.blur ? (this.blur(), !1) : undefined }, delegatetype: "focusout" }, click: { trigger: function() { return "checkbox" === this.type && this.click && x.nodename(this, "input") ? (this.click(), !1) : undefined }, _default: function(e) { return x.nodename(e.target, "a") } }, beforeunload: { postdispatch: function(e) { e.result !== undefined && (e.originalevent.returnvalue = e.result) } } }, simulate: function(e, t, n, r) { var i = x.extend(new x.event, n, { type: e, issimulated: !0, originalevent: {} }); r ? x.event.trigger(i, null, t) : x.event.dispatch.call(t, i), i.isdefaultprevented() && n.preventdefault() } }, x.removeevent = function(e, t, n) { e.removeeventlistener && e.removeeventlistener(t, n, !1) } , x.event = function(e, t) { return this instanceof x.event ? (e && e.type ? (this.originalevent = e, this.type = e.type, this.isdefaultprevented = e.defaultprevented || e.getpreventdefault && e.getpreventdefault() ? u : y) : this.type = e, t && x.extend(this, t), this.timestamp = e && e.timestamp || x.now(), this[x.expando] = !0, undefined) : new x.event(e,t) } , x.event.prototype = { isdefaultprevented: y, ispropagationstopped: y, isimmediatepropagationstopped: y, preventdefault: function() { var e = this.originalevent; this.isdefaultprevented = u, e && e.preventdefault && e.preventdefault() }, stoppropagation: function() { var e = this.originalevent; this.ispropagationstopped = u, e && e.stoppropagation && e.stoppropagation() }, stopimmediatepropagation: function() { this.isimmediatepropagationstopped = u, this.stoppropagation() } }, x.each({ mouseenter: "mouseover", mouseleave: "mouseout" }, function(e, t) { x.event.special[e] = { delegatetype: t, bindtype: t, handle: function(e) { var n, r = this, i = e.relatedtarget, o = e.handleobj; return (!i || i !== r && !x.contains(r, i)) && (e.type = o.origtype, n = o.handler.apply(this, arguments), e.type = t), n } } }), x.support.focusinbubbles || x.each({ focus: "focusin", blur: "focusout" }, function(e, t) { var n = 0 , r = function(e) { x.event.simulate(t, e.target, x.event.fix(e), !0) }; x.event.special[t] = { setup: function() { 0 === n++ && o.addeventlistener(e, r, !0) }, teardown: function() { 0 === --n && o.removeeventlistener(e, r, !0) } } }), x.fn.extend({ on: function(e, t, n, r, i) { var o, s; if ("object" == typeof e) { "string" != typeof t && (n = n || t, t = undefined); for (s in e) this.on(s, t, n, e[s], i); return this } if (null == n && null == r ? (r = t, n = t = undefined) : null == r && ("string" == typeof t ? (r = n, n = undefined) : (r = n, n = t, t = undefined)), r === !1) r = y; else if (!r) return this; return 1 === i && (o = r, r = function(e) { return x().off(e), o.apply(this, arguments) } , r.guid = o.guid || (o.guid = x.guid++)), this.each(function() { x.event.add(this, e, r, n, t) }) }, one: function(e, t, n, r) { return this.on(e, t, n, r, 1) }, off: function(e, t, n) { var r, i; if (e && e.preventdefault && e.handleobj) return r = e.handleobj, x(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 (t === !1 || "function" == typeof t) && (n = t, t = undefined), n === !1 && (n = y), this.each(function() { x.event.remove(this, e, n, t) }) }, trigger: function(e, t) { return this.each(function() { x.event.trigger(e, t, this) }) }, triggerhandler: function(e, t) { var n = this[0]; return n ? x.event.trigger(e, t, n, !0) : undefined } }); var g = /^.[^:#\[\.,]*$/ , j = /^(?:parents|prev(?:until|all))/ , q = x.expr.match.needscontext , k = { children: !0, contents: !0, next: !0, prev: !0 }; x.fn.extend({ find: function(e) { var t, n = [], r = this, i = r.length; if ("string" != typeof e) return this.pushstack(x(e).filter(function() { for (t = 0; i > t; t++) if (x.contains(r[t], this)) return !0 })); for (t = 0; i > t; t++) x.find(e, r[t], n); return n = this.pushstack(i > 1 ? x.unique(n) : n), n.selector = this.selector ? this.selector + " " + e : e, n }, has: function(e) { var t = x(e, this) , n = t.length; return this.filter(function() { var e = 0; for (; n > e; e++) if (x.contains(this, t[e])) return !0 }) }, not: function(e) { return this.pushstack(et(this, e || [], !0)) }, filter: function(e) { return this.pushstack(et(this, e || [], !1)) }, is: function(e) { return !!et(this, "string" == typeof e && q.test(e) ? x(e) : e || [], !1).length }, closest: function(e, t) { var n, r = 0, i = this.length, o = [], s = q.test(e) || "string" != typeof e ? x(e, t || this.context) : 0; for (; i > r; r++) for (n = this[r]; n && n !== t; n = n.parentnode) if (11 > n.nodetype && (s ? s.index(n) > -1 : 1 === n.nodetype && x.find.matchesselector(n, e))) { n = o.push(n); break } return this.pushstack(o.length > 1 ? x.unique(o) : o) }, index: function(e) { return e ? "string" == typeof e ? g.call(x(e), this[0]) : g.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentnode ? this.first().prevall().length : -1 }, add: function(e, t) { var n = "string" == typeof e ? x(e, t) : x.makearray(e && e.nodetype ? [e] : e) , r = x.merge(this.get(), n); return this.pushstack(x.unique(r)) }, addback: function(e) { return this.add(null == e ? this.prevobject : this.prevobject.filter(e)) } }); function z(e, t) { while ((e = e[t]) && 1 !== e.nodetype) ; return e } x.each({ parent: function(e) { var t = e.parentnode; return t && 11 !== t.nodetype ? t : null }, parents: function(e) { return x.dir(e, "parentnode") }, parentsuntil: function(e, t, n) { return x.dir(e, "parentnode", n) }, next: function(e) { return z(e, "nextsibling") }, prev: function(e) { return z(e, "previoussibling") }, nextall: function(e) { return x.dir(e, "nextsibling") }, prevall: function(e) { return x.dir(e, "previoussibling") }, nextuntil: function(e, t, n) { return x.dir(e, "nextsibling", n) }, prevuntil: function(e, t, n) { return x.dir(e, "previoussibling", n) }, siblings: function(e) { return x.sibling((e.parentnode || {}).firstchild, e) }, children: function(e) { return x.sibling(e.firstchild) }, contents: function(e) { return e.contentdocument || x.merge([], e.childnodes) } }, function(e, t) { x.fn[e] = function(n, r) { var i = x.map(this, t, n); return "until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = x.filter(r, i)), this.length > 1 && (k[e] || x.unique(i), j.test(e) && i.reverse()), this.pushstack(i) } }), x.extend({ filter: function(e, t, n) { var r = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodetype ? x.find.matchesselector(r, e) ? [r] : [] : x.find.matches(e, x.grep(t, function(e) { return 1 === e.nodetype })) }, dir: function(e, t, n) { var r = [] , i = n !== undefined; while ((e = e[t]) && 9 !== e.nodetype) if (1 === e.nodetype) { if (i && x(e).is(n)) break; r.push(e) } return r }, sibling: function(e, t) { var n = []; for (; e; e = e.nextsibling) 1 === e.nodetype && e !== t && n.push(e); return n } }); function et(e, t, n) { if (x.isfunction(t)) return x.grep(e, function(e, r) { return !!t.call(e, r, e) !== n }); if (t.nodetype) return x.grep(e, function(e) { return e === t !== n }); if ("string" == typeof t) { if (g.test(t)) return x.filter(t, e, n); t = x.filter(t, e) } return x.grep(e, function(e) { return g.call(t, e) >= 0 !== n }) } var tt = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi , nt = /<([\w:]+)/ , rt = /<|&#?\w+;/ , it = /<(?:script|style|link)/i , ot = /^(?:checkbox|radio)$/i , st = /checked\s*(?:[^=]|=\s*.checked.)/i , at = /^$|\/(?:java|ecma)script/i , ut = /^true\/(.*)/ , lt = /^\s*\s*$/g , ct = { option: [1, ""], thead: [1, "", "
"], col: [2, "", "
"], tr: [2, "", "
"], td: [3, "", "
"], _default: [0, "", ""] }; ct.optgroup = ct.option, ct.tbody = ct.tfoot = ct.colgroup = ct.caption = ct.thead, ct.th = ct.td, x.fn.extend({ text: function(e) { return x.access(this, function(e) { return e === undefined ? x.text(this) : this.empty().append((this[0] && this[0].ownerdocument || o).createtextnode(e)) }, null, e, arguments.length) }, append: function() { return this.dommanip(arguments, function(e) { if (1 === this.nodetype || 11 === this.nodetype || 9 === this.nodetype) { var t = pt(this, e); t.appendchild(e) } }) }, prepend: function() { return this.dommanip(arguments, function(e) { if (1 === this.nodetype || 11 === this.nodetype || 9 === this.nodetype) { var t = pt(this, e); t.insertbefore(e, t.firstchild) } }) }, before: function() { return this.dommanip(arguments, function(e) { this.parentnode && this.parentnode.insertbefore(e, this) }) }, after: function() { return this.dommanip(arguments, function(e) { this.parentnode && this.parentnode.insertbefore(e, this.nextsibling) }) }, remove: function(e, t) { var n, r = e ? x.filter(e, this) : this, i = 0; for (; null != (n = r[i]); i++) t || 1 !== n.nodetype || x.cleandata(mt(n)), n.parentnode && (t && x.contains(n.ownerdocument, n) && dt(mt(n, "script")), n.parentnode.removechild(n)); return this }, empty: function() { var e, t = 0; for (; null != (e = this[t]); t++) 1 === e.nodetype && (x.cleandata(mt(e, !1)), e.textcontent = ""); return this }, clone: function(e, t) { return e = null == e ? !1 : e, t = null == t ? e : t, this.map(function() { return x.clone(this, e, t) }) }, html: function(e) { return x.access(this, function(e) { var t = this[0] || {} , n = 0 , r = this.length; if (e === undefined && 1 === t.nodetype) return t.innerhtml; if ("string" == typeof e && !it.test(e) && !ct[(nt.exec(e) || ["", ""])[1].tolowercase()]) { e = e.replace(tt, "<$1>"); try { for (; r > n; n++) t = this[n] || {}, 1 === t.nodetype && (x.cleandata(mt(t, !1)), t.innerhtml = e); t = 0 } catch (i) {} } t && this.empty().append(e) }, null, e, arguments.length) }, replacewith: function() { var e = x.map(this, function(e) { return [e.nextsibling, e.parentnode] }) , t = 0; return this.dommanip(arguments, function(n) { var r = e[t++] , i = e[t++]; i && (r && r.parentnode !== i && (r = this.nextsibling), x(this).remove(), i.insertbefore(n, r)) }, !0), t ? this : this.remove() }, detach: function(e) { return this.remove(e, !0) }, dommanip: function(e, t, n) { e = f.apply([], e); var r, i, o, s, a, u, l = 0, c = this.length, p = this, h = c - 1, d = e[0], g = x.isfunction(d); if (g || !(1 >= c || "string" != typeof d || x.support.checkclone) && st.test(d)) return this.each(function(r) { var i = p.eq(r); g && (e[0] = d.call(this, r, i.html())), i.dommanip(e, t, n) }); if (c && (r = x.buildfragment(e, this[0].ownerdocument, !1, !n && this), i = r.firstchild, 1 === r.childnodes.length && (r = i), i)) { for (o = x.map(mt(r, "script"), ft), s = o.length; c > l; l++) a = r, l !== h && (a = x.clone(a, !0, !0), s && x.merge(o, mt(a, "script"))), t.call(this[l], a, l); if (s) for (u = o[o.length - 1].ownerdocument, x.map(o, ht), l = 0; s > l; l++) a = o[l], at.test(a.type || "") && !q.access(a, "globaleval") && x.contains(u, a) && (a.src ? x._evalurl(a.src) : x.globaleval(a.textcontent.replace(lt, ""))) } return this } }), x.each({ appendto: "append", prependto: "prepend", insertbefore: "before", insertafter: "after", replaceall: "replacewith" }, function(e, t) { x.fn[e] = function(e) { var n, r = [], i = x(e), o = i.length - 1, s = 0; for (; o >= s; s++) n = s === o ? this : this.clone(!0), x(i[s])[t](n), h.apply(r, n.get()); return this.pushstack(r) } }), x.extend({ clone: function(e, t, n) { var r, i, o, s, a = e.clonenode(!0), u = x.contains(e.ownerdocument, e); if (!(x.support.noclonechecked || 1 !== e.nodetype && 11 !== e.nodetype || x.isxmldoc(e))) for (s = mt(a), o = mt(e), r = 0, i = o.length; i > r; r++) yt(o[r], s[r]); if (t) if (n) for (o = o || mt(e), s = s || mt(a), r = 0, i = o.length; i > r; r++) gt(o[r], s[r]); else gt(e, a); return s = mt(a, "script"), s.length > 0 && dt(s, !u && mt(e, "script")), a }, buildfragment: function(e, t, n, r) { var i, o, s, a, u, l, c = 0, p = e.length, f = t.createdocumentfragment(), h = []; for (; p > c; c++) if (i = e[c], i || 0 === i) if ("object" === x.type(i)) x.merge(h, i.nodetype ? [i] : i); else if (rt.test(i)) { o = o || f.appendchild(t.createelement("div")), s = (nt.exec(i) || ["", ""])[1].tolowercase(), a = ct[s] || ct._default, o.innerhtml = a[1] + i.replace(tt, "<$1>") + a[2], l = a[0]; while (l--) o = o.lastchild; x.merge(h, o.childnodes), o = f.firstchild, o.textcontent = "" } else h.push(t.createtextnode(i)); f.textcontent = "", c = 0; while (i = h[c++]) if ((!r || -1 === x.inarray(i, r)) && (u = x.contains(i.ownerdocument, i), o = mt(f.appendchild(i), "script"), u && dt(o), n)) { l = 0; while (i = o[l++]) at.test(i.type || "") && n.push(i) } return f }, cleandata: function(e) { var t, n, r, i, o, s, a = x.event.special, u = 0; for (; (n = e[u]) !== undefined; u++) { if (f.accepts(n) && (o = n[q.expando], o && (t = q.cache[o]))) { if (r = object.keys(t.events || {}), r.length) for (s = 0; (i = r[s]) !== undefined; s++) a[i] ? x.event.remove(n, i) : x.removeevent(n, i, t.handle); q.cache[o] && delete q.cache[o] } delete l.cache[n[l.expando]] } }, _evalurl: function(e) { return x.ajax({ url: e, type: "get", datatype: "script", async: !1, global: !1, "throws": !0 }) } }); function pt(e, t) { return x.nodename(e, "table") && x.nodename(1 === t.nodetype ? t : t.firstchild, "tr") ? e.getelementsbytagname("tbody")[0] || e.appendchild(e.ownerdocument.createelement("tbody")) : e } function ft(e) { return e.type = (null !== e.getattribute("type")) + "/" + e.type, e } function ht(e) { var t = ut.exec(e.type); return t ? e.type = t[1] : e.removeattribute("type"), e } function dt(e, t) { var n = e.length , r = 0; for (; n > r; r++) q.set(e[r], "globaleval", !t || q.get(t[r], "globaleval")) } function gt(e, t) { var n, r, i, o, s, a, u, l; if (1 === t.nodetype) { if (q.hasdata(e) && (o = q.access(e), s = q.set(t, o), l = o.events)) { delete s.handle, s.events = {}; for (i in l) for (n = 0, r = l[i].length; r > n; n++) x.event.add(t, i, l[i][n]) } l.hasdata(e) && (a = l.access(e), u = x.extend({}, a), l.set(t, u)) } } function mt(e, t) { var n = e.getelementsbytagname ? e.getelementsbytagname(t || "*") : e.queryselectorall ? e.queryselectorall(t || "*") : []; return t === undefined || t && x.nodename(e, t) ? x.merge([e], n) : n } function yt(e, t) { var n = t.nodename.tolowercase(); "input" === n && ot.test(e.type) ? t.checked = e.checked : ("input" === n || "textarea" === n) && (t.defaultvalue = e.defaultvalue) } x.fn.extend({ wrapall: function(e) { var t; return x.isfunction(e) ? this.each(function(t) { x(this).wrapall(e.call(this, t)) }) : (this[0] && (t = x(e, this[0].ownerdocument).eq(0).clone(!0), this[0].parentnode && t.insertbefore(this[0]), t.map(function() { var e = this; while (e.firstelementchild) e = e.firstelementchild; return e }).append(this)), this) }, wrapinner: function(e) { return x.isfunction(e) ? this.each(function(t) { x(this).wrapinner(e.call(this, t)) }) : this.each(function() { var t = x(this) , n = t.contents(); n.length ? n.wrapall(e) : t.append(e) }) }, wrap: function(e) { var t = x.isfunction(e); return this.each(function(n) { x(this).wrapall(t ? e.call(this, n) : e) }) }, unwrap: function() { return this.parent().each(function() { x.nodename(this, "body") || x(this).replacewith(this.childnodes) }).end() } }); var vt, xt, bt = /^(none|table(?!-c[ea]).+)/, wt = /^margin/, tt = regexp("^(" + b + ")(.*)$", "i"), ct = regexp("^(" + b + ")(?!px)[a-z%]+$", "i"), kt = regexp("^([+-])=(" + b + ")", "i"), nt = { body: "block" }, et = { position: "absolute", visibility: "hidden", display: "block" }, st = { letterspacing: 0, fontweight: 400 }, jt = ["top", "right", "bottom", "left"], dt = ["webkit", "o", "moz", "ms"]; function at(e, t) { if (t in e) return t; var n = t.charat(0).touppercase() + t.slice(1) , r = t , i = dt.length; while (i--) if (t = dt[i] + n, t in e) return t; return r } function lt(e, t) { return e = t || e, "none" === x.css(e, "display") || !x.contains(e.ownerdocument, e) } function qt(t) { return e.getcomputedstyle(t, null) } function ht(e, t) { var n, r, i, o = [], s = 0, a = e.length; for (; a > s; s++) r = e[s], r.style && (o[s] = q.get(r, "olddisplay"), n = r.style.display, t ? (o[s] || "none" !== n || (r.style.display = ""), "" === r.style.display && lt(r) && (o[s] = q.access(r, "olddisplay", rt(r.nodename)))) : o[s] || (i = lt(r), (n && "none" !== n || !i) && q.set(r, "olddisplay", i ? n : x.css(r, "display")))); for (s = 0; a > s; s++) r = e[s], r.style && (t && "none" !== r.style.display && "" !== r.style.display || (r.style.display = t ? o[s] || "" : "none")); return e } x.fn.extend({ css: function(e, t) { return x.access(this, function(e, t, n) { var r, i, o = {}, s = 0; if (x.isarray(t)) { for (r = qt(e), i = t.length; i > s; s++) o[t[s]] = x.css(e, t[s], !1, r); return o } return n !== undefined ? x.style(e, t, n) : x.css(e, t) }, e, t, arguments.length > 1) }, show: function() { return ht(this, !0) }, hide: function() { return ht(this) }, toggle: function(e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function() { lt(this) ? x(this).show() : x(this).hide() }) } }), x.extend({ csshooks: { opacity: { get: function(e, t) { if (t) { var n = vt(e, "opacity"); return "" === n ? "1" : n } } } }, cssnumber: { columncount: !0, fillopacity: !0, fontweight: !0, lineheight: !0, opacity: !0, order: !0, orphans: !0, widows: !0, zindex: !0, zoom: !0 }, cssprops: { "float": "cssfloat" }, style: function(e, t, n, r) { if (e && 3 !== e.nodetype && 8 !== e.nodetype && e.style) { var i, o, s, a = x.camelcase(t), u = e.style; return t = x.cssprops[a] || (x.cssprops[a] = at(u, a)), s = x.csshooks[t] || x.csshooks[a], n === undefined ? s && "get"in s && (i = s.get(e, !1, r)) !== undefined ? i : u[t] : (o = typeof n, "string" === o && (i = kt.exec(n)) && (n = (i[1] + 1) * i[2] + parsefloat(x.css(e, t)), o = "number"), null == n || "number" === o && isnan(n) || ("number" !== o || x.cssnumber[a] || (n += "px"), x.support.clearclonestyle || "" !== n || 0 !== t.indexof("background") || (u[t] = "inherit"), s && "set"in s && (n = s.set(e, n, r)) === undefined || (u[t] = n)), undefined) } }, css: function(e, t, n, r) { var i, o, s, a = x.camelcase(t); return t = x.cssprops[a] || (x.cssprops[a] = at(e.style, a)), s = x.csshooks[t] || x.csshooks[a], s && "get"in s && (i = s.get(e, !0, n)), i === undefined && (i = vt(e, t, r)), "normal" === i && t in st && (i = st[t]), "" === n || n ? (o = parsefloat(i), n === !0 || x.isnumeric(o) ? o || 0 : i) : i } }), vt = function(e, t, n) { var r, i, o, s = n || qt(e), a = s ? s.getpropertyvalue(t) || s[t] : undefined, u = e.style; return s && ("" !== a || x.contains(e.ownerdocument, e) || (a = x.style(e, t)), ct.test(a) && wt.test(t) && (r = u.width, i = u.minwidth, o = u.maxwidth, u.minwidth = u.maxwidth = u.width = a, a = s.width, u.width = r, u.minwidth = i, u.maxwidth = o)), a } ; function ot(e, t, n) { var r = tt.exec(t); return r ? math.max(0, r[1] - (n || 0)) + (r[2] || "px") : t } function ft(e, t, n, r, i) { var o = n === (r ? "border" : "content") ? 4 : "width" === t ? 1 : 0 , s = 0; for (; 4 > o; o += 2) "margin" === n && (s += x.css(e, n + jt[o], !0, i)), r ? ("content" === n && (s -= x.css(e, "padding" + jt[o], !0, i)), "margin" !== n && (s -= x.css(e, "border" + jt[o] + "width", !0, i))) : (s += x.css(e, "padding" + jt[o], !0, i), "padding" !== n && (s += x.css(e, "border" + jt[o] + "width", !0, i))); return s } function pt(e, t, n) { var r = !0 , i = "width" === t ? e.offsetwidth : e.offsetheight , o = qt(e) , s = x.support.boxsizing && "border-box" === x.css(e, "boxsizing", !1, o); if (0 >= i || null == i) { if (i = vt(e, t, o), (0 > i || null == i) && (i = e.style[t]), ct.test(i)) return i; r = s && (x.support.boxsizingreliable || i === e.style[t]), i = parsefloat(i) || 0 } return i + ft(e, t, n || (s ? "border" : "content"), r, o) + "px" } function rt(e) { var t = o , n = nt[e]; return n || (n = mt(e, t), "none" !== n && n || (xt = (xt || x("