Advertisement
hekirei

casd

Aug 31st, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.41 KB | None | 0 0
  1. /*
  2. * (c) Barrykun
  3. * Do not use or modify this code.
  4. */
  5. function Visitlogger() {
  6. this.server = "https://vlold.barrykun.com/", this.data = !1, this.templates = {}, this.lang = {}, this.opt = {}, this.profile = !1, this.visitor = !1, this.session = Math.round(+new Date / 1e3) + "" + Math.floor(1e6 + 9e6 * Math.random()), this.ref = document.referrer || !1, this.script = !1, this.el = !1, this.page = "visits", this.subpage = 1, this.visitsperpage = 165, this.rankingpages = {
  7. 1: "Today",
  8. 2: "Week",
  9. 3: "Month"
  10. }, this.popupMouseover = !1
  11. }
  12. if ("undefined" != typeof VL) throw "Visitlogger already exists";
  13. Visitlogger.prototype.load = function() {
  14. console.log("[visitlogger] Load"), utils.addCss(this.server + "css/style.css"), utils.addCss("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css"), VL.init()
  15. }, Visitlogger.prototype.init = function() {
  16. return utils.removeAds(), this.script = $(document.currentScript), 0 == this.script.length ? (console.error("[visitlogger] Failed to find originating script, cannot initialize."), void 0) : (console.log("[visitlogger] Init"), this.profile = utils.getProfileByUrl(), this.visitor = utils.getVisitorByCookie(), this.visitor && "fpix_sellers" != this.visitor || (this.visitor = "_anon"), this.profile = this.profile.toLowerCase(), this.visitor = this.visitor.toLowerCase(), this.profile ? (this.opt["private"] = "true" == this.script.attr("private") ? !0 : !1, this.opt.showAnons = "true" == this.script.attr("anons") ? !0 : !1, this.opt.showComments = "false" == this.script.attr("comments") ? !1 : !0, this.opt.showVoting = "false" == this.script.attr("voting") ? !1 : !0, this.opt.showStats = "false" == this.script.attr("stats") ? !1 : !0, this.opt.template = this.script.attr("template") || "default", this.opt.lang = this.script.attr("lang") || "en", this.opt.bgColor = this.script.attr("bgcolor") || "#ffffff", this.opt.bgAlpha = this.script.attr("bgalpha") || "0.0", this.opt.borderColor = this.script.attr("bordercolor") || "#bdbdbd", this.opt.textColor = this.script.attr("textcolor") || "#000000", this.opt.linkColor = this.script.attr("linkcolor") || "#ff0000", this.opt["private"] && (this.opt.showComments = !1, this.opt.showVoting = !1), console.log("[visitlogger] Visitor " + this.visitor + " visited " + this.profile + ", sending request."), this.profileRequest()) : console.error("[visitlogger] Failed to detect profile name"), void 0)
  17. }, Visitlogger.prototype.profileRequest = function() {
  18. var self = this;
  19. $.post(this.server + "log", {
  20. p: this.profile,
  21. n: this.visitor,
  22. s: this.session,
  23. r: this.ref,
  24. opts: this.opt,
  25. sr: window.screen.width + "x" + window.screen.height,
  26. wi: window.innerWidth + "x" + window.innerHeight,
  27. wo: window.outerWidth + "x" + window.outerHeight
  28. }).done(function(result) {
  29. if (console.log("[visitlogger] Request complete"), self.data = utils.numerizeObject(result), console.log(self.data), result.action) return eval(result.action), void 0;
  30. if (self.data.profile.private && self.visitor != self.profile && self.data.access >= 2) alert("Profile has a hidden visitlogger. Displayed because you are moderator.");
  31. else if (self.data.profile.private && self.visitor != self.profile) return;
  32. utils.loadTemplates(["main", "visits", "stats", "rankings", "comments", "getcode", "user"], function() {
  33. self.render(), utils.addCss("https://cdnjs.cloudflare.com/ajax/libs/spectrum/1.3.0/css/spectrum.min.css")
  34. })
  35. }).error(function(a) {
  36. console.log("[visitlogger] Failed to process requets, switching to fallback method."), console.log(a);
  37. var b = document.createElement("img");
  38. b.setAttribute("src", self.server + "fallback?n=" + self.visitor + "&p=" + self.profile + "&r=" + document.referrer + "&sr=" + window.screen.width + "x" + window.screen.height + "&wi=" + window.innerWidth + "x" + window.innerHeight + "&wo=" + window.outerWidth + "x" + window.outerHeight);
  39. var c = document.getElementById("fpix_wrapper") || document.body;
  40. c.appendChild(b)
  41. })
  42. }, Visitlogger.prototype.render = function() {
  43. this.data && ($("#visitlogger").remove(), $("#left_container").css("min-height", "350px"), this.el = $('<div id="visitlogger"></div>'), this.el.html(_.template(this.templates.main, {})), this.el.css("background-color", "rgba(" + utils.hexToRgb(this.data.profile.bgColor) + ",0.0)"), $('<style type="text/css">#visitlogger, #vl_subheader, #vl_nav, .vl_visit, #vl_comment, #vl_menu ul{border-color: 1px solid ' + this.data.profile.borderColor + " !important;}" + "#visitlogger, #visitlogger table{color: " + this.data.profile.textColor + " !important;}" + "#visitlogger a, #visitlogger table a, .vl_link{color: " + this.data.profile.linkColor + " !important;}" + "</style>").appendTo("head"), "false" == this.data.profile.showVoting && this.el.find("#vl_voting").remove(), "false" == this.data.profile.showStats && this.el.find("#vl_nav_stats").remove(), "false" == this.data.profile.showComments && this.el.find("#vl_nav_comments").remove(), this.script.parent().hasClass("profile_text") && (this.el.css("float", "left"), this.el.css("margin", "0 5px 5px 0")), this.el.insertAfter(this.script), this.show("visits", 1))
  44. }, Visitlogger.prototype.show = function(a, b) {
  45. ~_.indexOf(["visits", "stats", "rankings", "comments"], a) && (this.page = a, b && (this.subpage = b), this.el.find("#vl_page").html(_.template(this.templates[this.page], VL)))
  46. }, Visitlogger.prototype.popup = function(a) {
  47. console.log("popup", a), ~_.indexOf(["getcode", "user"], a) && (this.el.find("#vl_overlay_content").html(_.template(this.templates[a], VL)).hover(function() {
  48. VL.popupMouseover = !0
  49. }, function() {
  50. VL.popupMouseover = !1
  51. }), $("#vl_overlay").fadeIn(500), "getcode" == a && ($(".color").spectrum({
  52. showInput: !0,
  53. clickoutFiresChange: !0,
  54. preferredFormat: "hex"
  55. }), VL.getCodeUpdate()))
  56. }, Visitlogger.prototype.hideOverlay = function() {
  57. this.popupMouseover || $("#vl_overlay").fadeOut(500)
  58. }, Visitlogger.prototype.getCodeUpdate = function() {
  59. var a = '<script src="//barrykun.com/vl.js"';
  60. a += $("#opt_private").prop("checked") ? ' private="true"' : "", a += $("#opt_showanons").prop("checked") ? ' anons="true"' : "", a += $("#opt_showcomments").prop("checked") ? "" : ' comments="false"', a += $("#opt_showvoting").prop("checked") ? "" : ' voting="false"', a += "#ffffff" == $("#opt_bgcolor").val() ? "" : ' bgcolor="' + $("#opt_bgcolor").val() + '"', a += "#bdbdbd" == $("#opt_bordercolor").val() ? "" : ' bordercolor="' + $("#opt_bordercolor").val() + '"', a += "#0000000" == $("#opt_textcolor").val() ? "" : ' textcolor="' + $("#opt_textcolor").val() + '"', a += "#db001a" == $("#opt_linkcolor").val() ? "" : ' linkcolor="' + $("#opt_linkcolor").val() + '"', a += "></script>", $("#vl_getcode_output").val(a)
  61. }, Visitlogger.prototype.onCommentPress = function(a) {
  62. 13 == a.which && a.ctrlKey && ($("#vl_comment_message").prop("disabled", !0), $.post(this.server + "comment", {
  63. s: this.session,
  64. b: $("#vl_comment_message").val()
  65. }).done(function(a) {
  66. VL.data.comments.push(a.comment), VL.show("comments")
  67. }).error(function(a) {
  68. console.log(a), alert(a.responseJSON.details), $("#vl_comment_message").prop("disabled", !1)
  69. }))
  70. }, Visitlogger.prototype.submitVote = function() {
  71. $.post(this.server + "vote", {
  72. s: this.session,
  73. v: $("#vl_vote").val()
  74. }).done(function(a) {
  75. alert(a.message), $("#vl_profile_rating").html(a.rating.toFixed(2)), $("#vl_profile_totalvotes").html(a.totalVotes)
  76. }).error(function(a) {
  77. alert(a.responseJSON.details)
  78. })
  79. }, Visitlogger.prototype.user = function(a) {
  80. this.el.find("#vl_overlay_content").html("Loading...").hover(function() {
  81. VL.popupMouseover = !0
  82. }, function() {
  83. VL.popupMouseover = !1
  84. }), $("#vl_overlay").fadeIn(500);
  85. var c = 1 == a.length ? a + "/" + a + "/" + a : a.substr(0, 1) + "/" + a.substr(1, 1) + "/" + a;
  86. $.get("https://ust.chatango.com/profileimg/" + c + "/mod1.xml").done(function(b) {
  87. var f = {
  88. name: a,
  89. mini: b.querySelector("body") ? b.querySelector("body").innerHTML : "",
  90. age: b.querySelector("b") ? b.querySelector("b").innerHTML : "",
  91. premium: b.querySelector("d") ? b.querySelector("d").innerHTML : "",
  92. location: b.querySelector("l") ? b.querySelector("l").innerHTML : "",
  93. gender: b.querySelector("s") ? b.querySelector("s").innerHTML : ""
  94. };
  95. if (f.age) {
  96. var g = parseInt(f.age.substr(0, 4)),
  97. h = parseInt(f.age.substr(5, 2)) - 1,
  98. i = parseInt(f.age.substr(8, 2));
  99. f.age = Math.round((+new Date / 1e3 - +new Date(g, h, i) / 1e3) / 31536e3)
  100. }
  101. if (f.mini && (f.mini = decodeURIComponent(f.mini)), f.premium) {
  102. var j = Math.round((parseInt(f.premium) - +new Date / 1e3) / 86400);
  103. f.premium = Math.abs(j) + " days" + (0 > j ? " ago" : "")
  104. } else f.premium = "Unknown";
  105. f.location._ && (f.location = f.location._), VL.userdetails = f, VL.popup("user");
  106. var k = '<style>font[size="7"],font[size="8"],font[size="9"]{font-size:9px;}font[size="10"]{font-size:10px;}font[size="11"]{font-size:11px;}font[size="12"]{font-size:12px;}font[size="13"]{font-size:13px;}font[size="14"]{font-size:14px;}font[size="15"]{font-size:15px;}font[size="16"]{font-size:16px;}font[size="17"]{font-size:17px;}font[size="18"]{font-size:18px;}font[size="19"]{font-size:19px;}font[size="20"]{font-size:20px;}font[size="21"]{font-size:21px;}font[size="22"]{font-size:22px;}font[size="23"]{font-size:23px;}font[size="24"]{font-size:24px;}font[size="25"]{font-size:25px;}font[size="26"]{font-size:26px;}font[size="27"]{font-size:27px;}font[size="28"]{font-size:28px;}font[size="29"]{font-size:29px;}font[size="30"]{font-size:30px;}</style>',
  107. l = '<link href="https://st.chatango.com/profileimg/' + c + '/custom_profile.css" rel="stylesheet" />',
  108. m = f.mini.replace(/<\s*\/?\s*title\s*>/gi, "").replace(/\r/g, "<br/>").replace(/style=".*?"/g, "");
  109. document.querySelector("#vl_user_mini").src = "data:text/html;charset=utf-8,<html><head>" + k + l + "</head><body>" + m + "</body></html>"
  110. }).error(function(a) {
  111. $("#vl_overlay_content").html(a.responseJSON.details)
  112. })
  113. };
  114. var utils = {
  115. nameToImage: function(a) {
  116. return a = String(a), "_anon" == a ? "https://st.chatango.com/profileimg/anon.jpg" : "https://st.chatango.com/profileimg/" + a.substr(0, 1) + "/" + a.substr(1, 1) + "/" + a + "/thumb.jpg"
  117. },
  118. nameToFullImage: function(a) {
  119. return a = String(a), "_anon" == a ? "https://st.chatango.com/profileimg/anon.jpg" : "https://fp.chatango.com/profileimg/" + a.substr(0, 1) + "/" + a.substr(1, 1) + "/" + a + "/full.jpg"
  120. },
  121. timeToDate: function(a) {
  122. var b = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
  123. c = new Date(1e3 * a);
  124. return (c.getDate() < 10 ? "0" + c.getDate() : c.getDate()) + " " + b[c.getMonth()] + " " + (c.getHours() < 10 ? "0" + c.getHours() : c.getHours()) + ":" + (c.getMinutes() < 10 ? "0" + c.getMinutes() : c.getMinutes())
  125. },
  126. addJs: function(a) {
  127. var b = document.createElement("script");
  128. b.setAttribute("src", decodeURIComponent(a)), document.body.appendChild(b)
  129. },
  130. addCss: function(a) {
  131. var b = document.createElement("link");
  132. b.rel = "stylesheet", b.type = "text/css", b.href = decodeURIComponent(a), document.getElementsByTagName("head")[0].appendChild(b)
  133. },
  134. loadTemplates: function(a, b) {
  135. var c = 0;
  136. _.each(a, function(a) {
  137. $.get(VL.server + "templates/" + VL.data.profile.template + "/" + a + ".tpl", function(b) {
  138. VL.templates[a] = b, c++
  139. })
  140. });
  141. var d = setInterval(function() {
  142. a.length === c && (clearInterval(d), b && b())
  143. }, 30)
  144. },
  145. removeAds: function() {
  146. $(".topad").remove(), _.reduce($("#left_container").children(), function(a, b) {
  147. return "chatbutton_div" == b.id && (a = !0), a && b.remove(), a
  148. }, !1)
  149. },
  150. getVisitorByCookie: function() {
  151. var a = new RegExp("id.chatango.com=([^;]*)").exec(document.cookie);
  152. return _.isString(a) ? (a.indexOf(",") < 0 ? a : a.split(",")[1], void 0) : _.isArray(a) ? a[1] : !1
  153. },
  154. getProfileByUrl: function() {
  155. var a = new RegExp("chatango\\.com/fpix\\?([^&]*)", "i").exec(window.location);
  156. if (_.isArray(a)) return a[1];
  157. var a = new RegExp("https?://(www\\.)?([^\\.]*?)\\.chatango.com", "i").exec(window.location);
  158. return _.isArray(a) ? a[2] : !1
  159. },
  160. hexToRgb: function(a) {
  161. var b = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(a);
  162. return b ? [parseInt(b[1], 16), parseInt(b[2], 16), parseInt(b[3], 16)].join(",") : null
  163. },
  164. numerizeObject: function(a) {
  165. return _.reduce(a, function(a, b, c) {
  166. return a[c] = _.isArray(b) || _.isObject(b) ? utils.numerizeObject(b) : _.isString(b) && /^[0-9]*$/.test(b) ? parseInt(b) : b, a
  167. }, _.isArray(a) ? [] : {})
  168. },
  169. ucFirst: function(a) {
  170. return a = String(a), a.charAt(0).toUpperCase() + a.slice(1)
  171. }
  172. };
  173. ! function(a, b) {
  174. "object" == typeof module && "object" == typeof module.exports ? module.exports = a.document ? b(a, !0) : function(a) {
  175. if (!a.document) throw new Error("jQuery requires a window with a document");
  176. return b(a)
  177. } : b(a)
  178. }("undefined" != typeof window ? window : this, function(a, b) {
  179. function s(a) {
  180. var b = a.length,
  181. c = o.type(a);
  182. return "function" === c || o.isWindow(a) ? !1 : 1 === a.nodeType && b ? !0 : "array" === c || 0 === b || "number" == typeof b && b > 0 && b - 1 in a
  183. }
  184.  
  185. function x(a, b, c) {
  186. if (o.isFunction(b)) return o.grep(a, function(a, d) {
  187. return !!b.call(a, d, a) !== c
  188. });
  189. if (b.nodeType) return o.grep(a, function(a) {
  190. return a === b !== c
  191. });
  192. if ("string" == typeof b) {
  193. if (w.test(b)) return o.filter(b, a, c);
  194. b = o.filter(b, a)
  195. }
  196. return o.grep(a, function(a) {
  197. return g.call(b, a) >= 0 !== c
  198. })
  199. }
  200.  
  201. function D(a, b) {
  202. for (;
  203. (a = a[b]) && 1 !== a.nodeType;);
  204. return a
  205. }
  206.  
  207. function G(a) {
  208. var b = F[a] = {};
  209. return o.each(a.match(E) || [], function(a, c) {
  210. b[c] = !0
  211. }), b
  212. }
  213.  
  214. function I() {
  215. m.removeEventListener("DOMContentLoaded", I, !1), a.removeEventListener("load", I, !1), o.ready()
  216. }
  217.  
  218. function K() {
  219. Object.defineProperty(this.cache = {}, 0, {
  220. get: function() {
  221. return {}
  222. }
  223. }), this.expando = o.expando + Math.random()
  224. }
  225.  
  226. function P(a, b, c) {
  227. var d;
  228. if (void 0 === c && 1 === a.nodeType)
  229. if (d = "data-" + b.replace(O, "-$1").toLowerCase(), c = a.getAttribute(d), "string" == typeof c) {
  230. try {
  231. c = "true" === c ? !0 : "false" === c ? !1 : "null" === c ? null : +c + "" === c ? +c : N.test(c) ? o.parseJSON(c) : c
  232. } catch (e) {}
  233. M.set(a, b, c)
  234. } else c = void 0;
  235. return c
  236. }
  237.  
  238. function Z() {
  239. return !0
  240. }
  241.  
  242. function $() {
  243. return !1
  244. }
  245.  
  246. function _() {
  247. try {
  248. return m.activeElement
  249. } catch (a) {}
  250. }
  251.  
  252. function jb(a, b) {
  253. return o.nodeName(a, "table") && o.nodeName(11 !== b.nodeType ? b : b.firstChild, "tr") ? a.getElementsByTagName("tbody")[0] || a.appendChild(a.ownerDocument.createElement("tbody")) : a
  254. }
  255.  
  256. function kb(a) {
  257. return a.type = (null !== a.getAttribute("type")) + "/" + a.type, a
  258. }
  259.  
  260. function lb(a) {
  261. var b = gb.exec(a.type);
  262. return b ? a.type = b[1] : a.removeAttribute("type"), a
  263. }
  264.  
  265. function mb(a, b) {
  266. for (var c = 0, d = a.length; d > c; c++) L.set(a[c], "globalEval", !b || L.get(b[c], "globalEval"))
  267. }
  268.  
  269. function nb(a, b) {
  270. var c, d, e, f, g, h, i, j;
  271. if (1 === b.nodeType) {
  272. if (L.hasData(a) && (f = L.access(a), g = L.set(b, f), j = f.events)) {
  273. delete g.handle, g.events = {};
  274. for (e in j)
  275. for (c = 0, d = j[e].length; d > c; c++) o.event.add(b, e, j[e][c])
  276. }
  277. M.hasData(a) && (h = M.access(a), i = o.extend({}, h), M.set(b, i))
  278. }
  279. }
  280.  
  281. function ob(a, b) {
  282. var c = a.getElementsByTagName ? a.getElementsByTagName(b || "*") : a.querySelectorAll ? a.querySelectorAll(b || "*") : [];
  283. return void 0 === b || b && o.nodeName(a, b) ? o.merge([a], c) : c
  284. }
  285.  
  286. function pb(a, b) {
  287. var c = b.nodeName.toLowerCase();
  288. "input" === c && T.test(a.type) ? b.checked = a.checked : ("input" === c || "textarea" === c) && (b.defaultValue = a.defaultValue)
  289. }
  290.  
  291. function sb(b, c) {
  292. var d = o(c.createElement(b)).appendTo(c.body),
  293. e = a.getDefaultComputedStyle ? a.getDefaultComputedStyle(d[0]).display : o.css(d[0], "display");
  294. return d.detach(), e
  295. }
  296.  
  297. function tb(a) {
  298. var b = m,
  299. c = rb[a];
  300. return c || (c = sb(a, b), "none" !== c && c || (qb = (qb || o("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement), b = qb[0].contentDocument, b.write(), b.close(), c = sb(a, b), qb.detach()), rb[a] = c), c
  301. }
  302.  
  303. function xb(a, b, c) {
  304. var d, e, f, g, h = a.style;
  305. return c = c || wb(a), c && (g = c.getPropertyValue(b) || c[b]), c && ("" !== g || o.contains(a.ownerDocument, a) || (g = o.style(a, b)), vb.test(g) && ub.test(b) && (d = h.width, e = h.minWidth, f = h.maxWidth, h.minWidth = h.maxWidth = h.width = g, g = c.width, h.width = d, h.minWidth = e, h.maxWidth = f)), void 0 !== g ? g + "" : g
  306. }
  307.  
  308. function yb(a, b) {
  309. return {
  310. get: function() {
  311. return a() ? void delete this.get : (this.get = b).apply(this, arguments)
  312. }
  313. }
  314. }
  315.  
  316. function Fb(a, b) {
  317. if (b in a) return b;
  318. for (var c = b[0].toUpperCase() + b.slice(1), d = b, e = Eb.length; e--;)
  319. if (b = Eb[e] + c, b in a) return b;
  320. return d
  321. }
  322.  
  323. function Gb(a, b, c) {
  324. var d = Ab.exec(b);
  325. return d ? Math.max(0, d[1] - (c || 0)) + (d[2] || "px") : b
  326. }
  327.  
  328. function Hb(a, b, c, d, e) {
  329. for (var f = c === (d ? "border" : "content") ? 4 : "width" === b ? 1 : 0, g = 0; 4 > f; f += 2) "margin" === c && (g += o.css(a, c + R[f], !0, e)), d ? ("content" === c && (g -= o.css(a, "padding" + R[f], !0, e)), "margin" !== c && (g -= o.css(a, "border" + R[f] + "Width", !0, e))) : (g += o.css(a, "padding" + R[f], !0, e), "padding" !== c && (g += o.css(a, "border" + R[f] + "Width", !0, e)));
  330. return g
  331. }
  332.  
  333. function Ib(a, b, c) {
  334. var d = !0,
  335. e = "width" === b ? a.offsetWidth : a.offsetHeight,
  336. f = wb(a),
  337. g = "border-box" === o.css(a, "boxSizing", !1, f);
  338. if (0 >= e || null == e) {
  339. if (e = xb(a, b, f), (0 > e || null == e) && (e = a.style[b]), vb.test(e)) return e;
  340. d = g && (l.boxSizingReliable() || e === a.style[b]), e = parseFloat(e) || 0
  341. }
  342. return e + Hb(a, b, c || (g ? "border" : "content"), d, f) + "px"
  343. }
  344.  
  345. function Jb(a, b) {
  346. for (var c, d, e, f = [], g = 0, h = a.length; h > g; g++) d = a[g], d.style && (f[g] = L.get(d, "olddisplay"), c = d.style.display, b ? (f[g] || "none" !== c || (d.style.display = ""), "" === d.style.display && S(d) && (f[g] = L.access(d, "olddisplay", tb(d.nodeName)))) : f[g] || (e = S(d), (c && "none" !== c || !e) && L.set(d, "olddisplay", e ? c : o.css(d, "display"))));
  347. for (g = 0; h > g; g++) d = a[g], d.style && (b && "none" !== d.style.display && "" !== d.style.display || (d.style.display = b ? f[g] || "" : "none"));
  348. return a
  349. }
  350.  
  351. function Kb(a, b, c, d, e) {
  352. return new Kb.prototype.init(a, b, c, d, e)
  353. }
  354.  
  355. function Sb() {
  356. return setTimeout(function() {
  357. Lb = void 0
  358. }), Lb = o.now()
  359. }
  360.  
  361. function Tb(a, b) {
  362. var c, d = 0,
  363. e = {
  364. height: a
  365. };
  366. for (b = b ? 1 : 0; 4 > d; d += 2 - b) c = R[d], e["margin" + c] = e["padding" + c] = a;
  367. return b && (e.opacity = e.width = a), e
  368. }
  369.  
  370. function Ub(a, b, c) {
  371. for (var d, e = (Rb[b] || []).concat(Rb["*"]), f = 0, g = e.length; g > f; f++)
  372. if (d = e[f].call(c, b, a)) return d
  373. }
  374.  
  375. function Vb(a, b, c) {
  376. var d, e, f, g, h, i, j, k = this,
  377. l = {},
  378. m = a.style,
  379. n = a.nodeType && S(a),
  380. p = L.get(a, "fxshow");
  381. c.queue || (h = o._queueHooks(a, "fx"), null == h.unqueued && (h.unqueued = 0, i = h.empty.fire, h.empty.fire = function() {
  382. h.unqueued || i()
  383. }), h.unqueued++, k.always(function() {
  384. k.always(function() {
  385. h.unqueued--, o.queue(a, "fx").length || h.empty.fire()
  386. })
  387. })), 1 === a.nodeType && ("height" in b || "width" in b) && (c.overflow = [m.overflow, m.overflowX, m.overflowY], j = o.css(a, "display"), "none" === j && (j = tb(a.nodeName)), "inline" === j && "none" === o.css(a, "float") && (m.display = "inline-block")), c.overflow && (m.overflow = "hidden", k.always(function() {
  388. m.overflow = c.overflow[0], m.overflowX = c.overflow[1], m.overflowY = c.overflow[2]
  389. }));
  390. for (d in b)
  391. if (e = b[d], Nb.exec(e)) {
  392. if (delete b[d], f = f || "toggle" === e, e === (n ? "hide" : "show")) {
  393. if ("show" !== e || !p || void 0 === p[d]) continue;
  394. n = !0
  395. }
  396. l[d] = p && p[d] || o.style(a, d)
  397. }
  398. if (!o.isEmptyObject(l)) {
  399. p ? "hidden" in p && (n = p.hidden) : p = L.access(a, "fxshow", {}), f && (p.hidden = !n), n ? o(a).show() : k.done(function() {
  400. o(a).hide()
  401. }), k.done(function() {
  402. var b;
  403. L.remove(a, "fxshow");
  404. for (b in l) o.style(a, b, l[b])
  405. });
  406. for (d in l) g = Ub(n ? p[d] : 0, d, k), d in p || (p[d] = g.start, n && (g.end = g.start, g.start = "width" === d || "height" === d ? 1 : 0))
  407. }
  408. }
  409.  
  410. function Wb(a, b) {
  411. var c, d, e, f, g;
  412. for (c in a)
  413. if (d = o.camelCase(c), e = b[d], f = a[c], o.isArray(f) && (e = f[1], f = a[c] = f[0]), c !== d && (a[d] = f, delete a[c]), g = o.cssHooks[d], g && "expand" in g) {
  414. f = g.expand(f), delete a[d];
  415. for (c in f) c in a || (a[c] = f[c], b[c] = e)
  416. } else b[d] = e
  417. }
  418.  
  419. function Xb(a, b, c) {
  420. var d, e, f = 0,
  421. g = Qb.length,
  422. h = o.Deferred().always(function() {
  423. delete i.elem
  424. }),
  425. i = function() {
  426. if (e) return !1;
  427. for (var b = Lb || Sb(), c = Math.max(0, j.startTime + j.duration - b), d = c / j.duration || 0, f = 1 - d, g = 0, i = j.tweens.length; i > g; g++) j.tweens[g].run(f);
  428. return h.notifyWith(a, [j, f, c]), 1 > f && i ? c : (h.resolveWith(a, [j]), !1)
  429. },
  430. j = h.promise({
  431. elem: a,
  432. props: o.extend({}, b),
  433. opts: o.extend(!0, {
  434. specialEasing: {}
  435. }, c),
  436. originalProperties: b,
  437. originalOptions: c,
  438. startTime: Lb || Sb(),
  439. duration: c.duration,
  440. tweens: [],
  441. createTween: function(b, c) {
  442. var d = o.Tween(a, j.opts, b, c, j.opts.specialEasing[b] || j.opts.easing);
  443. return j.tweens.push(d), d
  444. },
  445. stop: function(b) {
  446. var c = 0,
  447. d = b ? j.tweens.length : 0;
  448. if (e) return this;
  449. for (e = !0; d > c; c++) j.tweens[c].run(1);
  450. return b ? h.resolveWith(a, [j, b]) : h.rejectWith(a, [j, b]), this
  451. }
  452. }),
  453. k = j.props;
  454. for (Wb(k, j.opts.specialEasing); g > f; f++)
  455. if (d = Qb[f].call(j, a, k, j.opts)) return d;
  456. return o.map(k, Ub, j), o.isFunction(j.opts.start) && j.opts.start.call(a, j), o.fx.timer(o.extend(i, {
  457. elem: a,
  458. anim: j,
  459. queue: j.opts.queue
  460. })), j.progress(j.opts.progress).done(j.opts.done, j.opts.complete).fail(j.opts.fail).always(j.opts.always)
  461. }
  462.  
  463. function rc(a) {
  464. return function(b, c) {
  465. "string" != typeof b && (c = b, b = "*");
  466. var d, e = 0,
  467. f = b.toLowerCase().match(E) || [];
  468. if (o.isFunction(c))
  469. for (; d = f[e++];) "+" === d[0] ? (d = d.slice(1) || "*", (a[d] = a[d] || []).unshift(c)) : (a[d] = a[d] || []).push(c)
  470. }
  471. }
  472.  
  473. function sc(a, b, c, d) {
  474. function g(h) {
  475. var i;
  476. return e[h] = !0, o.each(a[h] || [], function(a, h) {
  477. var j = h(b, c, d);
  478. return "string" != typeof j || f || e[j] ? f ? !(i = j) : void 0 : (b.dataTypes.unshift(j), g(j), !1)
  479. }), i
  480. }
  481. var e = {},
  482. f = a === oc;
  483. return g(b.dataTypes[0]) || !e["*"] && g("*")
  484. }
  485.  
  486. function tc(a, b) {
  487. var c, d, e = o.ajaxSettings.flatOptions || {};
  488. for (c in b) void 0 !== b[c] && ((e[c] ? a : d || (d = {}))[c] = b[c]);
  489. return d && o.extend(!0, a, d), a
  490. }
  491.  
  492. function uc(a, b, c) {
  493. for (var d, e, f, g, h = a.contents, i = a.dataTypes;
  494. "*" === i[0];) i.shift(), void 0 === d && (d = a.mimeType || b.getResponseHeader("Content-Type"));
  495. if (d)
  496. for (e in h)
  497. if (h[e] && h[e].test(d)) {
  498. i.unshift(e);
  499. break
  500. }
  501. if (i[0] in c) f = i[0];
  502. else {
  503. for (e in c) {
  504. if (!i[0] || a.converters[e + " " + i[0]]) {
  505. f = e;
  506. break
  507. }
  508. g || (g = e)
  509. }
  510. f = f || g
  511. }
  512. return f ? (f !== i[0] && i.unshift(f), c[f]) : void 0
  513. }
  514.  
  515. function vc(a, b, c, d) {
  516. var e, f, g, h, i, j = {},
  517. k = a.dataTypes.slice();
  518. if (k[1])
  519. for (g in a.converters) j[g.toLowerCase()] = a.converters[g];
  520. for (f = k.shift(); f;)
  521. if (a.responseFields[f] && (c[a.responseFields[f]] = b), !i && d && a.dataFilter && (b = a.dataFilter(b, a.dataType)), i = f, f = k.shift())
  522. if ("*" === f) f = i;
  523. else if ("*" !== i && i !== f) {
  524. if (g = j[i + " " + f] || j["* " + f], !g)
  525. for (e in j)
  526. if (h = e.split(" "), h[1] === f && (g = j[i + " " + h[0]] || j["* " + h[0]])) {
  527. g === !0 ? g = j[e] : j[e] !== !0 && (f = h[0], k.unshift(h[1]));
  528. break
  529. }
  530. if (g !== !0)
  531. if (g && a["throws"]) b = g(b);
  532. else try {
  533. b = g(b)
  534. } catch (l) {
  535. return {
  536. state: "parsererror",
  537. error: g ? l : "No conversion from " + i + " to " + f
  538. }
  539. }
  540. }
  541. return {
  542. state: "success",
  543. data: b
  544. }
  545. }
  546.  
  547. function Bc(a, b, c, d) {
  548. var e;
  549. if (o.isArray(b)) o.each(b, function(b, e) {
  550. c || xc.test(a) ? d(a, e) : Bc(a + "[" + ("object" == typeof e ? b : "") + "]", e, c, d)
  551. });
  552. else if (c || "object" !== o.type(b)) d(a, b);
  553. else
  554. for (e in b) Bc(a + "[" + e + "]", b[e], c, d)
  555. }
  556.  
  557. function Kc(a) {
  558. return o.isWindow(a) ? a : 9 === a.nodeType && a.defaultView
  559. }
  560. var c = [],
  561. d = c.slice,
  562. e = c.concat,
  563. f = c.push,
  564. g = c.indexOf,
  565. h = {},
  566. i = h.toString,
  567. j = h.hasOwnProperty,
  568. k = "".trim,
  569. l = {},
  570. m = a.document,
  571. n = "2.1.0",
  572. o = function(a, b) {
  573. return new o.fn.init(a, b)
  574. },
  575. p = /^-ms-/,
  576. q = /-([\da-z])/gi,
  577. r = function(a, b) {
  578. return b.toUpperCase()
  579. };
  580. o.fn = o.prototype = {
  581. jquery: n,
  582. constructor: o,
  583. selector: "",
  584. length: 0,
  585. toArray: function() {
  586. return d.call(this)
  587. },
  588. get: function(a) {
  589. return null != a ? 0 > a ? this[a + this.length] : this[a] : d.call(this)
  590. },
  591. pushStack: function(a) {
  592. var b = o.merge(this.constructor(), a);
  593. return b.prevObject = this, b.context = this.context, b
  594. },
  595. each: function(a, b) {
  596. return o.each(this, a, b)
  597. },
  598. map: function(a) {
  599. return this.pushStack(o.map(this, function(b, c) {
  600. return a.call(b, c, b)
  601. }))
  602. },
  603. slice: function() {
  604. return this.pushStack(d.apply(this, arguments))
  605. },
  606. first: function() {
  607. return this.eq(0)
  608. },
  609. last: function() {
  610. return this.eq(-1)
  611. },
  612. eq: function(a) {
  613. var b = this.length,
  614. c = +a + (0 > a ? b : 0);
  615. return this.pushStack(c >= 0 && b > c ? [this[c]] : [])
  616. },
  617. end: function() {
  618. return this.prevObject || this.constructor(null)
  619. },
  620. push: f,
  621. sort: c.sort,
  622. splice: c.splice
  623. }, o.extend = o.fn.extend = function() {
  624. var a, b, c, d, e, f, g = arguments[0] || {},
  625. h = 1,
  626. i = arguments.length,
  627. j = !1;
  628. for ("boolean" == typeof g && (j = g, g = arguments[h] || {}, h++), "object" == typeof g || o.isFunction(g) || (g = {}), h === i && (g = this, h--); i > h; h++)
  629. if (null != (a = arguments[h]))
  630. for (b in a) c = g[b], d = a[b], g !== d && (j && d && (o.isPlainObject(d) || (e = o.isArray(d))) ? (e ? (e = !1, f = c && o.isArray(c) ? c : []) : f = c && o.isPlainObject(c) ? c : {}, g[b] = o.extend(j, f, d)) : void 0 !== d && (g[b] = d));
  631. return g
  632. }, o.extend({
  633. expando: "jQuery" + (n + Math.random()).replace(/\D/g, ""),
  634. isReady: !0,
  635. error: function(a) {
  636. throw new Error(a)
  637. },
  638. noop: function() {},
  639. isFunction: function(a) {
  640. return "function" === o.type(a)
  641. },
  642. isArray: Array.isArray,
  643. isWindow: function(a) {
  644. return null != a && a === a.window
  645. },
  646. isNumeric: function(a) {
  647. return a - parseFloat(a) >= 0
  648. },
  649. isPlainObject: function(a) {
  650. if ("object" !== o.type(a) || a.nodeType || o.isWindow(a)) return !1;
  651. try {
  652. if (a.constructor && !j.call(a.constructor.prototype, "isPrototypeOf")) return !1
  653. } catch (b) {
  654. return !1
  655. }
  656. return !0
  657. },
  658. isEmptyObject: function(a) {
  659. var b;
  660. for (b in a) return !1;
  661. return !0
  662. },
  663. type: function(a) {
  664. return null == a ? a + "" : "object" == typeof a || "function" == typeof a ? h[i.call(a)] || "object" : typeof a
  665. },
  666. globalEval: function(a) {
  667. var b, c = eval;
  668. a = o.trim(a), a && (1 === a.indexOf("use strict") ? (b = m.createElement("script"), b.text = a, m.head.appendChild(b).parentNode.removeChild(b)) : c(a))
  669. },
  670. camelCase: function(a) {
  671. return a.replace(p, "ms-").replace(q, r)
  672. },
  673. nodeName: function(a, b) {
  674. return a.nodeName && a.nodeName.toLowerCase() === b.toLowerCase()
  675. },
  676. each: function(a, b, c) {
  677. var d, e = 0,
  678. f = a.length,
  679. g = s(a);
  680. if (c) {
  681. if (g)
  682. for (; f > e && (d = b.apply(a[e], c), d !== !1); e++);
  683. else
  684. for (e in a)
  685. if (d = b.apply(a[e], c), d === !1) break
  686. } else if (g)
  687. for (; f > e && (d = b.call(a[e], e, a[e]), d !== !1); e++);
  688. else
  689. for (e in a)
  690. if (d = b.call(a[e], e, a[e]), d === !1) break;
  691. return a
  692. },
  693. trim: function(a) {
  694. return null == a ? "" : k.call(a)
  695. },
  696. makeArray: function(a, b) {
  697. var c = b || [];
  698. return null != a && (s(Object(a)) ? o.merge(c, "string" == typeof a ? [a] : a) : f.call(c, a)), c
  699. },
  700. inArray: function(a, b, c) {
  701. return null == b ? -1 : g.call(b, a, c)
  702. },
  703. merge: function(a, b) {
  704. for (var c = +b.length, d = 0, e = a.length; c > d; d++) a[e++] = b[d];
  705. return a.length = e, a
  706. },
  707. grep: function(a, b, c) {
  708. for (var d, e = [], f = 0, g = a.length, h = !c; g > f; f++) d = !b(a[f], f), d !== h && e.push(a[f]);
  709. return e
  710. },
  711. map: function(a, b, c) {
  712. var d, f = 0,
  713. g = a.length,
  714. h = s(a),
  715. i = [];
  716. if (h)
  717. for (; g > f; f++) d = b(a[f], f, c), null != d && i.push(d);
  718. else
  719. for (f in a) d = b(a[f], f, c), null != d && i.push(d);
  720. return e.apply([], i)
  721. },
  722. guid: 1,
  723. proxy: function(a, b) {
  724. var c, e, f;
  725. return "string" == typeof b && (c = a[b], b = a, a = c), o.isFunction(a) ? (e = d.call(arguments, 2), f = function() {
  726. return a.apply(b || this, e.concat(d.call(arguments)))
  727. }, f.guid = a.guid = a.guid || o.guid++, f) : void 0
  728. },
  729. now: Date.now,
  730. support: l
  731. }), o.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(a, b) {
  732. h["[object " + b + "]"] = b.toLowerCase()
  733. });
  734. var t = function(a) {
  735. function db(a, b, d, e) {
  736. var f, g, h, i, j, m, p, q, u, v;
  737. if ((b ? b.ownerDocument || b : t) !== l && k(b), b = b || l, d = d || [], !a || "string" != typeof a) return d;
  738. if (1 !== (i = b.nodeType) && 9 !== i) return [];
  739. if (n && !e) {
  740. if (f = Z.exec(a))
  741. if (h = f[1]) {
  742. if (9 === i) {
  743. if (g = b.getElementById(h), !g || !g.parentNode) return d;
  744. if (g.id === h) return d.push(g), d
  745. } else if (b.ownerDocument && (g = b.ownerDocument.getElementById(h)) && r(b, g) && g.id === h) return d.push(g), d
  746. } else {
  747. if (f[2]) return G.apply(d, b.getElementsByTagName(a)), d;
  748. if ((h = f[3]) && c.getElementsByClassName && b.getElementsByClassName) return G.apply(d, b.getElementsByClassName(h)), d
  749. }
  750. if (c.qsa && (!o || !o.test(a))) {
  751. if (q = p = s, u = b, v = 9 === i && a, 1 === i && "object" !== b.nodeName.toLowerCase()) {
  752. for (m = ob(a), (p = b.getAttribute("id")) ? q = p.replace(_, "\\$&") : b.setAttribute("id", q), q = "[id='" + q + "'] ", j = m.length; j--;) m[j] = q + pb(m[j]);
  753. u = $.test(a) && mb(b.parentNode) || b, v = m.join(",")
  754. }
  755. if (v) try {
  756. return G.apply(d, u.querySelectorAll(v)), d
  757. } catch (w) {} finally {
  758. p || b.removeAttribute("id")
  759. }
  760. }
  761. }
  762. return xb(a.replace(P, "$1"), b, d, e)
  763. }
  764.  
  765. function eb() {
  766. function b(c, e) {
  767. return a.push(c + " ") > d.cacheLength && delete b[a.shift()], b[c + " "] = e
  768. }
  769. var a = [];
  770. return b
  771. }
  772.  
  773. function fb(a) {
  774. return a[s] = !0, a
  775. }
  776.  
  777. function gb(a) {
  778. var b = l.createElement("div");
  779. try {
  780. return !!a(b)
  781. } catch (c) {
  782. return !1
  783. } finally {
  784. b.parentNode && b.parentNode.removeChild(b), b = null
  785. }
  786. }
  787.  
  788. function hb(a, b) {
  789. for (var c = a.split("|"), e = a.length; e--;) d.attrHandle[c[e]] = b
  790. }
  791.  
  792. function ib(a, b) {
  793. var c = b && a,
  794. d = c && 1 === a.nodeType && 1 === b.nodeType && (~b.sourceIndex || B) - (~a.sourceIndex || B);
  795. if (d) return d;
  796. if (c)
  797. for (; c = c.nextSibling;)
  798. if (c === b) return -1;
  799. return a ? 1 : -1
  800. }
  801.  
  802. function jb(a) {
  803. return function(b) {
  804. var c = b.nodeName.toLowerCase();
  805. return "input" === c && b.type === a
  806. }
  807. }
  808.  
  809. function kb(a) {
  810. return function(b) {
  811. var c = b.nodeName.toLowerCase();
  812. return ("input" === c || "button" === c) && b.type === a
  813. }
  814. }
  815.  
  816. function lb(a) {
  817. return fb(function(b) {
  818. return b = +b, fb(function(c, d) {
  819. for (var e, f = a([], c.length, b), g = f.length; g--;) c[e = f[g]] && (c[e] = !(d[e] = c[e]))
  820. })
  821. })
  822. }
  823.  
  824. function mb(a) {
  825. return a && typeof a.getElementsByTagName !== A && a
  826. }
  827.  
  828. function nb() {}
  829.  
  830. function ob(a, b) {
  831. var c, e, f, g, h, i, j, k = x[a + " "];
  832. if (k) return b ? 0 : k.slice(0);
  833. for (h = a, i = [], j = d.preFilter; h;) {
  834. (!c || (e = Q.exec(h))) && (e && (h = h.slice(e[0].length) || h), i.push(f = [])), c = !1, (e = R.exec(h)) && (c = e.shift(), f.push({
  835. value: c,
  836. type: e[0].replace(P, " ")
  837. }), h = h.slice(c.length));
  838. for (g in d.filter) !(e = V[g].exec(h)) || j[g] && !(e = j[g](e)) || (c = e.shift(), f.push({
  839. value: c,
  840. type: g,
  841. matches: e
  842. }), h = h.slice(c.length));
  843. if (!c) break
  844. }
  845. return b ? h.length : h ? db.error(a) : x(a, i).slice(0)
  846. }
  847.  
  848. function pb(a) {
  849. for (var b = 0, c = a.length, d = ""; c > b; b++) d += a[b].value;
  850. return d
  851. }
  852.  
  853. function qb(a, b, c) {
  854. var d = b.dir,
  855. e = c && "parentNode" === d,
  856. f = v++;
  857. return b.first ? function(b, c, f) {
  858. for (; b = b[d];)
  859. if (1 === b.nodeType || e) return a(b, c, f)
  860. } : function(b, c, g) {
  861. var h, i, j = [u, f];
  862. if (g) {
  863. for (; b = b[d];)
  864. if ((1 === b.nodeType || e) && a(b, c, g)) return !0
  865. } else
  866. for (; b = b[d];)
  867. if (1 === b.nodeType || e) {
  868. if (i = b[s] || (b[s] = {}), (h = i[d]) && h[0] === u && h[1] === f) return j[2] = h[2];
  869. if (i[d] = j, j[2] = a(b, c, g)) return !0
  870. }
  871. }
  872. }
  873.  
  874. function rb(a) {
  875. return a.length > 1 ? function(b, c, d) {
  876. for (var e = a.length; e--;)
  877. if (!a[e](b, c, d)) return !1;
  878. return !0
  879. } : a[0]
  880. }
  881.  
  882. function sb(a, b, c, d, e) {
  883. for (var f, g = [], h = 0, i = a.length, j = null != b; i > h; h++)(f = a[h]) && (!c || c(f, d, e)) && (g.push(f), j && b.push(h));
  884. return g
  885. }
  886.  
  887. function tb(a, b, c, d, e, f) {
  888. return d && !d[s] && (d = tb(d)), e && !e[s] && (e = tb(e, f)), fb(function(f, g, h, i) {
  889. var j, k, l, m = [],
  890. n = [],
  891. o = g.length,
  892. p = f || wb(b || "*", h.nodeType ? [h] : h, []),
  893. q = !a || !f && b ? p : sb(p, m, a, h, i),
  894. r = c ? e || (f ? a : o || d) ? [] : g : q;
  895. if (c && c(q, r, h, i), d)
  896. for (j = sb(r, n), d(j, [], h, i), k = j.length; k--;)(l = j[k]) && (r[n[k]] = !(q[n[k]] = l));
  897. if (f) {
  898. if (e || a) {
  899. if (e) {
  900. for (j = [], k = r.length; k--;)(l = r[k]) && j.push(q[k] = l);
  901. e(null, r = [], j, i)
  902. }
  903. for (k = r.length; k--;)(l = r[k]) && (j = e ? I.call(f, l) : m[k]) > -1 && (f[j] = !(g[j] = l))
  904. }
  905. } else r = sb(r === g ? r.splice(o, r.length) : r), e ? e(null, g, r, i) : G.apply(g, r)
  906. })
  907. }
  908.  
  909. function ub(a) {
  910. for (var b, c, e, f = a.length, g = d.relative[a[0].type], i = g || d.relative[" "], j = g ? 1 : 0, k = qb(function(a) {
  911. return a === b
  912. }, i, !0), l = qb(function(a) {
  913. return I.call(b, a) > -1
  914. }, i, !0), m = [function(a, c, d) {
  915. return !g && (d || c !== h) || ((b = c).nodeType ? k(a, c, d) : l(a, c, d))
  916. }]; f > j; j++)
  917. if (c = d.relative[a[j].type]) m = [qb(rb(m), c)];
  918. else {
  919. if (c = d.filter[a[j].type].apply(null, a[j].matches), c[s]) {
  920. for (e = ++j; f > e && !d.relative[a[e].type]; e++);
  921. return tb(j > 1 && rb(m), j > 1 && pb(a.slice(0, j - 1).concat({
  922. value: " " === a[j - 2].type ? "*" : ""
  923. })).replace(P, "$1"), c, e > j && ub(a.slice(j, e)), f > e && ub(a = a.slice(e)), f > e && pb(a))
  924. }
  925. m.push(c)
  926. }
  927. return rb(m)
  928. }
  929.  
  930. function vb(a, b) {
  931. var c = b.length > 0,
  932. e = a.length > 0,
  933. f = function(f, g, i, j, k) {
  934. var m, n, o, p = 0,
  935. q = "0",
  936. r = f && [],
  937. s = [],
  938. t = h,
  939. v = f || e && d.find.TAG("*", k),
  940. w = u += null == t ? 1 : Math.random() || .1,
  941. x = v.length;
  942. for (k && (h = g !== l && g); q !== x && null != (m = v[q]); q++) {
  943. if (e && m) {
  944. for (n = 0; o = a[n++];)
  945. if (o(m, g, i)) {
  946. j.push(m);
  947. break
  948. }
  949. k && (u = w)
  950. }
  951. c && ((m = !o && m) && p--, f && r.push(m))
  952. }
  953. if (p += q, c && q !== p) {
  954. for (n = 0; o = b[n++];) o(r, s, g, i);
  955. if (f) {
  956. if (p > 0)
  957. for (; q--;) r[q] || s[q] || (s[q] = E.call(j));
  958. s = sb(s)
  959. }
  960. G.apply(j, s), k && !f && s.length > 0 && p + b.length > 1 && db.uniqueSort(j)
  961. }
  962. return k && (u = w, h = t), r
  963. };
  964. return c ? fb(f) : f
  965. }
  966.  
  967. function wb(a, b, c) {
  968. for (var d = 0, e = b.length; e > d; d++) db(a, b[d], c);
  969. return c
  970. }
  971.  
  972. function xb(a, b, e, f) {
  973. var h, i, j, k, l, m = ob(a);
  974. if (!f && 1 === m.length) {
  975. if (i = m[0] = m[0].slice(0), i.length > 2 && "ID" === (j = i[0]).type && c.getById && 9 === b.nodeType && n && d.relative[i[1].type]) {
  976. if (b = (d.find.ID(j.matches[0].replace(ab, bb), b) || [])[0], !b) return e;
  977. a = a.slice(i.shift().value.length)
  978. }
  979. for (h = V.needsContext.test(a) ? 0 : i.length; h-- && (j = i[h], !d.relative[k = j.type]);)
  980. if ((l = d.find[k]) && (f = l(j.matches[0].replace(ab, bb), $.test(i[0].type) && mb(b.parentNode) || b))) {
  981. if (i.splice(h, 1), a = f.length && pb(i), !a) return G.apply(e, f), e;
  982. break
  983. }
  984. }
  985. return g(a, m)(f, b, !n, e, $.test(a) && mb(b.parentNode) || b), e
  986. }
  987. var b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s = "sizzle" + -new Date,
  988. t = a.document,
  989. u = 0,
  990. v = 0,
  991. w = eb(),
  992. x = eb(),
  993. y = eb(),
  994. z = function(a, b) {
  995. return a === b && (j = !0), 0
  996. },
  997. A = "undefined",
  998. B = 1 << 31,
  999. C = {}.hasOwnProperty,
  1000. D = [],
  1001. E = D.pop,
  1002. F = D.push,
  1003. G = D.push,
  1004. H = D.slice,
  1005. I = D.indexOf || function(a) {
  1006. for (var b = 0, c = this.length; c > b; b++)
  1007. if (this[b] === a) return b;
  1008. return -1
  1009. },
  1010. J = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
  1011. K = "[\\x20\\t\\r\\n\\f]",
  1012. L = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
  1013. M = L.replace("w", "w#"),
  1014. N = "\\[" + K + "*(" + L + ")" + K + "*(?:([*^$|!~]?=)" + K + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + M + ")|)|)" + K + "*\\]",
  1015. O = ":(" + L + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + N.replace(3, 8) + ")*)|.*)\\)|)",
  1016. P = new RegExp("^" + K + "+|((?:^|[^\\\\])(?:\\\\.)*)" + K + "+$", "g"),
  1017. Q = new RegExp("^" + K + "*," + K + "*"),
  1018. R = new RegExp("^" + K + "*([>+~]|" + K + ")" + K + "*"),
  1019. S = new RegExp("=" + K + "*([^\\]'\"]*?)" + K + "*\\]", "g"),
  1020. T = new RegExp(O),
  1021. U = new RegExp("^" + M + "$"),
  1022. V = {
  1023. ID: new RegExp("^#(" + L + ")"),
  1024. CLASS: new RegExp("^\\.(" + L + ")"),
  1025. TAG: new RegExp("^(" + L.replace("w", "w*") + ")"),
  1026. ATTR: new RegExp("^" + N),
  1027. PSEUDO: new RegExp("^" + O),
  1028. CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + K + "*(even|odd|(([+-]|)(\\d*)n|)" + K + "*(?:([+-]|)" + K + "*(\\d+)|))" + K + "*\\)|)", "i"),
  1029. bool: new RegExp("^(?:" + J + ")$", "i"),
  1030. needsContext: new RegExp("^" + K + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + K + "*((?:-\\d)?\\d*)" + K + "*\\)|)(?=[^-]|$)", "i")
  1031. },
  1032. W = /^(?:input|select|textarea|button)$/i,
  1033. X = /^h\d$/i,
  1034. Y = /^[^{]+\{\s*\[native \w/,
  1035. Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
  1036. $ = /[+~]/,
  1037. _ = /'|\\/g,
  1038. ab = new RegExp("\\\\([\\da-f]{1,6}" + K + "?|(" + K + ")|.)", "ig"),
  1039. bb = function(a, b, c) {
  1040. var d = "0x" + b - 65536;
  1041. return d !== d || c ? b : 0 > d ? String.fromCharCode(d + 65536) : String.fromCharCode(55296 | d >> 10, 56320 | 1023 & d)
  1042. };
  1043. try {
  1044. G.apply(D = H.call(t.childNodes), t.childNodes), D[t.childNodes.length].nodeType
  1045. } catch (cb) {
  1046. G = {
  1047. apply: D.length ? function(a, b) {
  1048. F.apply(a, H.call(b))
  1049. } : function(a, b) {
  1050. for (var c = a.length, d = 0; a[c++] = b[d++];);
  1051. a.length = c - 1
  1052. }
  1053. }
  1054. }
  1055. c = db.support = {}, f = db.isXML = function(a) {
  1056. var b = a && (a.ownerDocument || a).documentElement;
  1057. return b ? "HTML" !== b.nodeName : !1
  1058. }, k = db.setDocument = function(a) {
  1059. var b, e = a ? a.ownerDocument || a : t,
  1060. g = e.defaultView;
  1061. return e !== l && 9 === e.nodeType && e.documentElement ? (l = e, m = e.documentElement, n = !f(e), g && g !== g.top && (g.addEventListener ? g.addEventListener("unload", function() {
  1062. k()
  1063. }, !1) : g.attachEvent && g.attachEvent("onunload", function() {
  1064. k()
  1065. })), c.attributes = gb(function(a) {
  1066. return a.className = "i", !a.getAttribute("className")
  1067. }), c.getElementsByTagName = gb(function(a) {
  1068. return a.appendChild(e.createComment("")), !a.getElementsByTagName("*").length
  1069. }), c.getElementsByClassName = Y.test(e.getElementsByClassName) && gb(function(a) {
  1070. return a.innerHTML = "<div class='a'></div><div class='a i'></div>", a.firstChild.className = "i", 2 === a.getElementsByClassName("i").length
  1071. }), c.getById = gb(function(a) {
  1072. return m.appendChild(a).id = s, !e.getElementsByName || !e.getElementsByName(s).length
  1073. }), c.getById ? (d.find.ID = function(a, b) {
  1074. if (typeof b.getElementById !== A && n) {
  1075. var c = b.getElementById(a);
  1076. return c && c.parentNode ? [c] : []
  1077. }
  1078. }, d.filter.ID = function(a) {
  1079. var b = a.replace(ab, bb);
  1080. return function(a) {
  1081. return a.getAttribute("id") === b
  1082. }
  1083. }) : (delete d.find.ID, d.filter.ID = function(a) {
  1084. var b = a.replace(ab, bb);
  1085. return function(a) {
  1086. var c = typeof a.getAttributeNode !== A && a.getAttributeNode("id");
  1087. return c && c.value === b
  1088. }
  1089. }), d.find.TAG = c.getElementsByTagName ? function(a, b) {
  1090. return typeof b.getElementsByTagName !== A ? b.getElementsByTagName(a) : void 0
  1091. } : function(a, b) {
  1092. var c, d = [],
  1093. e = 0,
  1094. f = b.getElementsByTagName(a);
  1095. if ("*" === a) {
  1096. for (; c = f[e++];) 1 === c.nodeType && d.push(c);
  1097. return d
  1098. }
  1099. return f
  1100. }, d.find.CLASS = c.getElementsByClassName && function(a, b) {
  1101. return typeof b.getElementsByClassName !== A && n ? b.getElementsByClassName(a) : void 0
  1102. }, p = [], o = [], (c.qsa = Y.test(e.querySelectorAll)) && (gb(function(a) {
  1103. a.innerHTML = "<select t=''><option selected=''></option></select>", a.querySelectorAll("[t^='']").length && o.push("[*^$]=" + K + "*(?:''|\"\")"), a.querySelectorAll("[selected]").length || o.push("\\[" + K + "*(?:value|" + J + ")"), a.querySelectorAll(":checked").length || o.push(":checked")
  1104. }), gb(function(a) {
  1105. var b = e.createElement("input");
  1106. b.setAttribute("type", "hidden"), a.appendChild(b).setAttribute("name", "D"), a.querySelectorAll("[name=d]").length && o.push("name" + K + "*[*^$|!~]?="), a.querySelectorAll(":enabled").length || o.push(":enabled", ":disabled"), a.querySelectorAll("*,:x"), o.push(",.*:")
  1107. })), (c.matchesSelector = Y.test(q = m.webkitMatchesSelector || m.mozMatchesSelector || m.oMatchesSelector || m.msMatchesSelector)) && gb(function(a) {
  1108. c.disconnectedMatch = q.call(a, "div"), q.call(a, "[s!='']:x"), p.push("!=", O)
  1109. }), o = o.length && new RegExp(o.join("|")), p = p.length && new RegExp(p.join("|")), b = Y.test(m.compareDocumentPosition), r = b || Y.test(m.contains) ? function(a, b) {
  1110. var c = 9 === a.nodeType ? a.documentElement : a,
  1111. d = b && b.parentNode;
  1112. return a === d || !(!d || 1 !== d.nodeType || !(c.contains ? c.contains(d) : a.compareDocumentPosition && 16 & a.compareDocumentPosition(d)))
  1113. } : function(a, b) {
  1114. if (b)
  1115. for (; b = b.parentNode;)
  1116. if (b === a) return !0;
  1117. return !1
  1118. }, z = b ? function(a, b) {
  1119. if (a === b) return j = !0, 0;
  1120. var d = !a.compareDocumentPosition - !b.compareDocumentPosition;
  1121. return d ? d : (d = (a.ownerDocument || a) === (b.ownerDocument || b) ? a.compareDocumentPosition(b) : 1, 1 & d || !c.sortDetached && b.compareDocumentPosition(a) === d ? a === e || a.ownerDocument === t && r(t, a) ? -1 : b === e || b.ownerDocument === t && r(t, b) ? 1 : i ? I.call(i, a) - I.call(i, b) : 0 : 4 & d ? -1 : 1)
  1122. } : function(a, b) {
  1123. if (a === b) return j = !0, 0;
  1124. var c, d = 0,
  1125. f = a.parentNode,
  1126. g = b.parentNode,
  1127. h = [a],
  1128. k = [b];
  1129. if (!f || !g) return a === e ? -1 : b === e ? 1 : f ? -1 : g ? 1 : i ? I.call(i, a) - I.call(i, b) : 0;
  1130. if (f === g) return ib(a, b);
  1131. for (c = a; c = c.parentNode;) h.unshift(c);
  1132. for (c = b; c = c.parentNode;) k.unshift(c);
  1133. for (; h[d] === k[d];) d++;
  1134. return d ? ib(h[d], k[d]) : h[d] === t ? -1 : k[d] === t ? 1 : 0
  1135. }, e) : l
  1136. }, db.matches = function(a, b) {
  1137. return db(a, null, null, b)
  1138. }, db.matchesSelector = function(a, b) {
  1139. if ((a.ownerDocument || a) !== l && k(a), b = b.replace(S, "='$1']"), !(!c.matchesSelector || !n || p && p.test(b) || o && o.test(b))) try {
  1140. var d = q.call(a, b);
  1141. if (d || c.disconnectedMatch || a.document && 11 !== a.document.nodeType) return d
  1142. } catch (e) {}
  1143. return db(b, l, null, [a]).length > 0
  1144. }, db.contains = function(a, b) {
  1145. return (a.ownerDocument || a) !== l && k(a), r(a, b)
  1146. }, db.attr = function(a, b) {
  1147. (a.ownerDocument || a) !== l && k(a);
  1148. var e = d.attrHandle[b.toLowerCase()],
  1149. f = e && C.call(d.attrHandle, b.toLowerCase()) ? e(a, b, !n) : void 0;
  1150. return void 0 !== f ? f : c.attributes || !n ? a.getAttribute(b) : (f = a.getAttributeNode(b)) && f.specified ? f.value : null
  1151. }, db.error = function(a) {
  1152. throw new Error("Syntax error, unrecognized expression: " + a)
  1153. }, db.uniqueSort = function(a) {
  1154. var b, d = [],
  1155. e = 0,
  1156. f = 0;
  1157. if (j = !c.detectDuplicates, i = !c.sortStable && a.slice(0), a.sort(z), j) {
  1158. for (; b = a[f++];) b === a[f] && (e = d.push(f));
  1159. for (; e--;) a.splice(d[e], 1)
  1160. }
  1161. return i = null, a
  1162. }, e = db.getText = function(a) {
  1163. var b, c = "",
  1164. d = 0,
  1165. f = a.nodeType;
  1166. if (f) {
  1167. if (1 === f || 9 === f || 11 === f) {
  1168. if ("string" == typeof a.textContent) return a.textContent;
  1169. for (a = a.firstChild; a; a = a.nextSibling) c += e(a)
  1170. } else if (3 === f || 4 === f) return a.nodeValue
  1171. } else
  1172. for (; b = a[d++];) c += e(b);
  1173. return c
  1174. }, d = db.selectors = {
  1175. cacheLength: 50,
  1176. createPseudo: fb,
  1177. match: V,
  1178. attrHandle: {},
  1179. find: {},
  1180. relative: {
  1181. ">": {
  1182. dir: "parentNode",
  1183. first: !0
  1184. },
  1185. " ": {
  1186. dir: "parentNode"
  1187. },
  1188. "+": {
  1189. dir: "previousSibling",
  1190. first: !0
  1191. },
  1192. "~": {
  1193. dir: "previousSibling"
  1194. }
  1195. },
  1196. preFilter: {
  1197. ATTR: function(a) {
  1198. return a[1] = a[1].replace(ab, bb), a[3] = (a[4] || a[5] || "").replace(ab, bb), "~=" === a[2] && (a[3] = " " + a[3] + " "), a.slice(0, 4)
  1199. },
  1200. CHILD: function(a) {
  1201. return a[1] = a[1].toLowerCase(), "nth" === a[1].slice(0, 3) ? (a[3] || db.error(a[0]), a[4] = +(a[4] ? a[5] + (a[6] || 1) : 2 * ("even" === a[3] || "odd" === a[3])), a[5] = +(a[7] + a[8] || "odd" === a[3])) : a[3] && db.error(a[0]), a
  1202. },
  1203. PSEUDO: function(a) {
  1204. var b, c = !a[5] && a[2];
  1205. return V.CHILD.test(a[0]) ? null : (a[3] && void 0 !== a[4] ? a[2] = a[4] : c && T.test(c) && (b = ob(c, !0)) && (b = c.indexOf(")", c.length - b) - c.length) && (a[0] = a[0].slice(0, b), a[2] = c.slice(0, b)), a.slice(0, 3))
  1206. }
  1207. },
  1208. filter: {
  1209. TAG: function(a) {
  1210. var b = a.replace(ab, bb).toLowerCase();
  1211. return "*" === a ? function() {
  1212. return !0
  1213. } : function(a) {
  1214. return a.nodeName && a.nodeName.toLowerCase() === b
  1215. }
  1216. },
  1217. CLASS: function(a) {
  1218. var b = w[a + " "];
  1219. return b || (b = new RegExp("(^|" + K + ")" + a + "(" + K + "|$)")) && w(a, function(a) {
  1220. return b.test("string" == typeof a.className && a.className || typeof a.getAttribute !== A && a.getAttribute("class") || "")
  1221. })
  1222. },
  1223. ATTR: function(a, b, c) {
  1224. return function(d) {
  1225. var e = db.attr(d, a);
  1226. return null == e ? "!=" === b : b ? (e += "", "=" === b ? e === c : "!=" === b ? e !== c : "^=" === b ? c && 0 === e.indexOf(c) : "*=" === b ? c && e.indexOf(c) > -1 : "$=" === b ? c && e.slice(-c.length) === c : "~=" === b ? (" " + e + " ").indexOf(c) > -1 : "|=" === b ? e === c || e.slice(0, c.length + 1) === c + "-" : !1) : !0
  1227. }
  1228. },
  1229. CHILD: function(a, b, c, d, e) {
  1230. var f = "nth" !== a.slice(0, 3),
  1231. g = "last" !== a.slice(-4),
  1232. h = "of-type" === b;
  1233. return 1 === d && 0 === e ? function(a) {
  1234. return !!a.parentNode
  1235. } : function(b, c, i) {
  1236. var j, k, l, m, n, o, p = f !== g ? "nextSibling" : "previousSibling",
  1237. q = b.parentNode,
  1238. r = h && b.nodeName.toLowerCase(),
  1239. t = !i && !h;
  1240. if (q) {
  1241. if (f) {
  1242. for (; p;) {
  1243. for (l = b; l = l[p];)
  1244. if (h ? l.nodeName.toLowerCase() === r : 1 === l.nodeType) return !1;
  1245. o = p = "only" === a && !o && "nextSibling"
  1246. }
  1247. return !0
  1248. }
  1249. if (o = [g ? q.firstChild : q.lastChild], g && t) {
  1250. for (k = q[s] || (q[s] = {}), j = k[a] || [], n = j[0] === u && j[1], m = j[0] === u && j[2], l = n && q.childNodes[n]; l = ++n && l && l[p] || (m = n = 0) || o.pop();)
  1251. if (1 === l.nodeType && ++m && l === b) {
  1252. k[a] = [u, n, m];
  1253. break
  1254. }
  1255. } else if (t && (j = (b[s] || (b[s] = {}))[a]) && j[0] === u) m = j[1];
  1256. else
  1257. for (;
  1258. (l = ++n && l && l[p] || (m = n = 0) || o.pop()) && ((h ? l.nodeName.toLowerCase() !== r : 1 !== l.nodeType) || !++m || (t && ((l[s] || (l[s] = {}))[a] = [u, m]), l !== b)););
  1259. return m -= e, m === d || 0 === m % d && m / d >= 0
  1260. }
  1261. }
  1262. },
  1263. PSEUDO: function(a, b) {
  1264. var c, e = d.pseudos[a] || d.setFilters[a.toLowerCase()] || db.error("unsupported pseudo: " + a);
  1265. return e[s] ? e(b) : e.length > 1 ? (c = [a, a, "", b], d.setFilters.hasOwnProperty(a.toLowerCase()) ? fb(function(a, c) {
  1266. for (var d, f = e(a, b), g = f.length; g--;) d = I.call(a, f[g]), a[d] = !(c[d] = f[g])
  1267. }) : function(a) {
  1268. return e(a, 0, c)
  1269. }) : e
  1270. }
  1271. },
  1272. pseudos: {
  1273. not: fb(function(a) {
  1274. var b = [],
  1275. c = [],
  1276. d = g(a.replace(P, "$1"));
  1277. return d[s] ? fb(function(a, b, c, e) {
  1278. for (var f, g = d(a, null, e, []), h = a.length; h--;)(f = g[h]) && (a[h] = !(b[h] = f))
  1279. }) : function(a, e, f) {
  1280. return b[0] = a, d(b, null, f, c), !c.pop()
  1281. }
  1282. }),
  1283. has: fb(function(a) {
  1284. return function(b) {
  1285. return db(a, b).length > 0
  1286. }
  1287. }),
  1288. contains: fb(function(a) {
  1289. return function(b) {
  1290. return (b.textContent || b.innerText || e(b)).indexOf(a) > -1
  1291. }
  1292. }),
  1293. lang: fb(function(a) {
  1294. return U.test(a || "") || db.error("unsupported lang: " + a), a = a.replace(ab, bb).toLowerCase(),
  1295. function(b) {
  1296. var c;
  1297. do
  1298. if (c = n ? b.lang : b.getAttribute("xml:lang") || b.getAttribute("lang")) return c = c.toLowerCase(), c === a || 0 === c.indexOf(a + "-"); while ((b = b.parentNode) && 1 === b.nodeType);
  1299. return !1
  1300. }
  1301. }),
  1302. target: function(b) {
  1303. var c = a.location && a.location.hash;
  1304. return c && c.slice(1) === b.id
  1305. },
  1306. root: function(a) {
  1307. return a === m
  1308. },
  1309. focus: function(a) {
  1310. return a === l.activeElement && (!l.hasFocus || l.hasFocus()) && !!(a.type || a.href || ~a.tabIndex)
  1311. },
  1312. enabled: function(a) {
  1313. return a.disabled === !1
  1314. },
  1315. disabled: function(a) {
  1316. return a.disabled === !0
  1317. },
  1318. checked: function(a) {
  1319. var b = a.nodeName.toLowerCase();
  1320. return "input" === b && !!a.checked || "option" === b && !!a.selected
  1321. },
  1322. selected: function(a) {
  1323. return a.parentNode && a.parentNode.selectedIndex, a.selected === !0
  1324. },
  1325. empty: function(a) {
  1326. for (a = a.firstChild; a; a = a.nextSibling)
  1327. if (a.nodeType < 6) return !1;
  1328. return !0
  1329. },
  1330. parent: function(a) {
  1331. return !d.pseudos.empty(a)
  1332. },
  1333. header: function(a) {
  1334. return X.test(a.nodeName)
  1335. },
  1336. input: function(a) {
  1337. return W.test(a.nodeName)
  1338. },
  1339. button: function(a) {
  1340. var b = a.nodeName.toLowerCase();
  1341. return "input" === b && "button" === a.type || "button" === b
  1342. },
  1343. text: function(a) {
  1344. var b;
  1345. return "input" === a.nodeName.toLowerCase() && "text" === a.type && (null == (b = a.getAttribute("type")) || "text" === b.toLowerCase())
  1346. },
  1347. first: lb(function() {
  1348. return [0]
  1349. }),
  1350. last: lb(function(a, b) {
  1351. return [b - 1]
  1352. }),
  1353. eq: lb(function(a, b, c) {
  1354. return [0 > c ? c + b : c]
  1355. }),
  1356. even: lb(function(a, b) {
  1357. for (var c = 0; b > c; c += 2) a.push(c);
  1358. return a
  1359. }),
  1360. odd: lb(function(a, b) {
  1361. for (var c = 1; b > c; c += 2) a.push(c);
  1362. return a
  1363. }),
  1364. lt: lb(function(a, b, c) {
  1365. for (var d = 0 > c ? c + b : c; --d >= 0;) a.push(d);
  1366. return a
  1367. }),
  1368. gt: lb(function(a, b, c) {
  1369. for (var d = 0 > c ? c + b : c; ++d < b;) a.push(d);
  1370. return a
  1371. })
  1372. }
  1373. }, d.pseudos.nth = d.pseudos.eq;
  1374. for (b in {
  1375. radio: !0,
  1376. checkbox: !0,
  1377. file: !0,
  1378. password: !0,
  1379. image: !0
  1380. }) d.pseudos[b] = jb(b);
  1381. for (b in {
  1382. submit: !0,
  1383. reset: !0
  1384. }) d.pseudos[b] = kb(b);
  1385. return nb.prototype = d.filters = d.pseudos, d.setFilters = new nb, g = db.compile = function(a, b) {
  1386. var c, d = [],
  1387. e = [],
  1388. f = y[a + " "];
  1389. if (!f) {
  1390. for (b || (b = ob(a)), c = b.length; c--;) f = ub(b[c]), f[s] ? d.push(f) : e.push(f);
  1391. f = y(a, vb(e, d))
  1392. }
  1393. return f
  1394. }, c.sortStable = s.split("").sort(z).join("") === s, c.detectDuplicates = !!j, k(), c.sortDetached = gb(function(a) {
  1395. return 1 & a.compareDocumentPosition(l.createElement("div"))
  1396. }), gb(function(a) {
  1397. return a.innerHTML = "<a href='#'></a>", "#" === a.firstChild.getAttribute("href")
  1398. }) || hb("type|href|height|width", function(a, b, c) {
  1399. return c ? void 0 : a.getAttribute(b, "type" === b.toLowerCase() ? 1 : 2)
  1400. }), c.attributes && gb(function(a) {
  1401. return a.innerHTML = "<input/>", a.firstChild.setAttribute("value", ""), "" === a.firstChild.getAttribute("value")
  1402. }) || hb("value", function(a, b, c) {
  1403. return c || "input" !== a.nodeName.toLowerCase() ? void 0 : a.defaultValue
  1404. }), gb(function(a) {
  1405. return null == a.getAttribute("disabled")
  1406. }) || hb(J, function(a, b, c) {
  1407. var d;
  1408. return c ? void 0 : a[b] === !0 ? b.toLowerCase() : (d = a.getAttributeNode(b)) && d.specified ? d.value : null
  1409. }), db
  1410. }(a);
  1411. o.find = t, o.expr = t.selectors, o.expr[":"] = o.expr.pseudos, o.unique = t.uniqueSort, o.text = t.getText, o.isXMLDoc = t.isXML, o.contains = t.contains;
  1412. var u = o.expr.match.needsContext,
  1413. v = /^<(\w+)\s*\/?>(?:<\/\1>|)$/,
  1414. w = /^.[^:#\[\.,]*$/;
  1415. o.filter = function(a, b, c) {
  1416. var d = b[0];
  1417. return c && (a = ":not(" + a + ")"), 1 === b.length && 1 === d.nodeType ? o.find.matchesSelector(d, a) ? [d] : [] : o.find.matches(a, o.grep(b, function(a) {
  1418. return 1 === a.nodeType
  1419. }))
  1420. }, o.fn.extend({
  1421. find: function(a) {
  1422. var b, c = this.length,
  1423. d = [],
  1424. e = this;
  1425. if ("string" != typeof a) return this.pushStack(o(a).filter(function() {
  1426. for (b = 0; c > b; b++)
  1427. if (o.contains(e[b], this)) return !0
  1428. }));
  1429. for (b = 0; c > b; b++) o.find(a, e[b], d);
  1430. return d = this.pushStack(c > 1 ? o.unique(d) : d), d.selector = this.selector ? this.selector + " " + a : a, d
  1431. },
  1432. filter: function(a) {
  1433. return this.pushStack(x(this, a || [], !1))
  1434. },
  1435. not: function(a) {
  1436. return this.pushStack(x(this, a || [], !0))
  1437. },
  1438. is: function(a) {
  1439. return !!x(this, "string" == typeof a && u.test(a) ? o(a) : a || [], !1).length
  1440. }
  1441. });
  1442. var y, z = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,
  1443. A = o.fn.init = function(a, b) {
  1444. var c, d;
  1445. if (!a) return this;
  1446. if ("string" == typeof a) {
  1447. if (c = "<" === a[0] && ">" === a[a.length - 1] && a.length >= 3 ? [null, a, null] : z.exec(a), !c || !c[1] && b) return !b || b.jquery ? (b || y).find(a) : this.constructor(b).find(a);
  1448. if (c[1]) {
  1449. if (b = b instanceof o ? b[0] : b, o.merge(this, o.parseHTML(c[1], b && b.nodeType ? b.ownerDocument || b : m, !0)), v.test(c[1]) && o.isPlainObject(b))
  1450. for (c in b) o.isFunction(this[c]) ? this[c](b[c]) : this.attr(c, b[c]);
  1451. return this
  1452. }
  1453. return d = m.getElementById(c[2]), d && d.parentNode && (this.length = 1, this[0] = d), this.context = m, this.selector = a, this
  1454. }
  1455. return a.nodeType ? (this.context = this[0] = a, this.length = 1, this) : o.isFunction(a) ? "undefined" != typeof y.ready ? y.ready(a) : a(o) : (void 0 !== a.selector && (this.selector = a.selector, this.context = a.context), o.makeArray(a, this))
  1456. };
  1457. A.prototype = o.fn, y = o(m);
  1458. var B = /^(?:parents|prev(?:Until|All))/,
  1459. C = {
  1460. children: !0,
  1461. contents: !0,
  1462. next: !0,
  1463. prev: !0
  1464. };
  1465. o.extend({
  1466. dir: function(a, b, c) {
  1467. for (var d = [], e = void 0 !== c;
  1468. (a = a[b]) && 9 !== a.nodeType;)
  1469. if (1 === a.nodeType) {
  1470. if (e && o(a).is(c)) break;
  1471. d.push(a)
  1472. }
  1473. return d
  1474. },
  1475. sibling: function(a, b) {
  1476. for (var c = []; a; a = a.nextSibling) 1 === a.nodeType && a !== b && c.push(a);
  1477. return c
  1478. }
  1479. }), o.fn.extend({
  1480. has: function(a) {
  1481. var b = o(a, this),
  1482. c = b.length;
  1483. return this.filter(function() {
  1484. for (var a = 0; c > a; a++)
  1485. if (o.contains(this, b[a])) return !0
  1486. })
  1487. },
  1488. closest: function(a, b) {
  1489. for (var c, d = 0, e = this.length, f = [], g = u.test(a) || "string" != typeof a ? o(a, b || this.context) : 0; e > d; d++)
  1490. for (c = this[d]; c && c !== b; c = c.parentNode)
  1491. if (c.nodeType < 11 && (g ? g.index(c) > -1 : 1 === c.nodeType && o.find.matchesSelector(c, a))) {
  1492. f.push(c);
  1493. break
  1494. }
  1495. return this.pushStack(f.length > 1 ? o.unique(f) : f)
  1496. },
  1497. index: function(a) {
  1498. return a ? "string" == typeof a ? g.call(o(a), this[0]) : g.call(this, a.jquery ? a[0] : a) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1
  1499. },
  1500. add: function(a, b) {
  1501. return this.pushStack(o.unique(o.merge(this.get(), o(a, b))))
  1502. },
  1503. addBack: function(a) {
  1504. return this.add(null == a ? this.prevObject : this.prevObject.filter(a))
  1505. }
  1506. }), o.each({
  1507. parent: function(a) {
  1508. var b = a.parentNode;
  1509. return b && 11 !== b.nodeType ? b : null
  1510. },
  1511. parents: function(a) {
  1512. return o.dir(a, "parentNode")
  1513. },
  1514. parentsUntil: function(a, b, c) {
  1515. return o.dir(a, "parentNode", c)
  1516. },
  1517. next: function(a) {
  1518. return D(a, "nextSibling")
  1519. },
  1520. prev: function(a) {
  1521. return D(a, "previousSibling")
  1522. },
  1523. nextAll: function(a) {
  1524. return o.dir(a, "nextSibling")
  1525. },
  1526. prevAll: function(a) {
  1527. return o.dir(a, "previousSibling")
  1528. },
  1529. nextUntil: function(a, b, c) {
  1530. return o.dir(a, "nextSibling", c)
  1531. },
  1532. prevUntil: function(a, b, c) {
  1533. return o.dir(a, "previousSibling", c)
  1534. },
  1535. siblings: function(a) {
  1536. return o.sibling((a.parentNode || {}).firstChild, a)
  1537. },
  1538. children: function(a) {
  1539. return o.sibling(a.firstChild)
  1540. },
  1541. contents: function(a) {
  1542. return a.contentDocument || o.merge([], a.childNodes)
  1543. }
  1544. }, function(a, b) {
  1545. o.fn[a] = function(c, d) {
  1546. var e = o.map(this, b, c);
  1547. return "Until" !== a.slice(-5) && (d = c), d && "string" == typeof d && (e = o.filter(d, e)), this.length > 1 && (C[a] || o.unique(e), B.test(a) && e.reverse()), this.pushStack(e)
  1548. }
  1549. });
  1550. var E = /\S+/g,
  1551. F = {};
  1552. o.Callbacks = function(a) {
  1553. a = "string" == typeof a ? F[a] || G(a) : o.extend({}, a);
  1554. var b, c, d, e, f, g, h = [],
  1555. i = !a.once && [],
  1556. j = function(l) {
  1557. for (b = a.memory && l, c = !0, g = e || 0, e = 0, f = h.length, d = !0; h && f > g; g++)
  1558. if (h[g].apply(l[0], l[1]) === !1 && a.stopOnFalse) {
  1559. b = !1;
  1560. break
  1561. }
  1562. d = !1, h && (i ? i.length && j(i.shift()) : b ? h = [] : k.disable())
  1563. },
  1564. k = {
  1565. add: function() {
  1566. if (h) {
  1567. var c = h.length;
  1568. ! function g(b) {
  1569. o.each(b, function(b, c) {
  1570. var d = o.type(c);
  1571. "function" === d ? a.unique && k.has(c) || h.push(c) : c && c.length && "string" !== d && g(c)
  1572. })
  1573. }(arguments), d ? f = h.length : b && (e = c, j(b))
  1574. }
  1575. return this
  1576. },
  1577. remove: function() {
  1578. return h && o.each(arguments, function(a, b) {
  1579. for (var c;
  1580. (c = o.inArray(b, h, c)) > -1;) h.splice(c, 1), d && (f >= c && f--, g >= c && g--)
  1581. }), this
  1582. },
  1583. has: function(a) {
  1584. return a ? o.inArray(a, h) > -1 : !(!h || !h.length)
  1585. },
  1586. empty: function() {
  1587. return h = [], f = 0, this
  1588. },
  1589. disable: function() {
  1590. return h = i = b = void 0, this
  1591. },
  1592. disabled: function() {
  1593. return !h
  1594. },
  1595. lock: function() {
  1596. return i = void 0, b || k.disable(), this
  1597. },
  1598. locked: function() {
  1599. return !i
  1600. },
  1601. fireWith: function(a, b) {
  1602. return !h || c && !i || (b = b || [], b = [a, b.slice ? b.slice() : b], d ? i.push(b) : j(b)), this
  1603. },
  1604. fire: function() {
  1605. return k.fireWith(this, arguments), this
  1606. },
  1607. fired: function() {
  1608. return !!c
  1609. }
  1610. };
  1611. return k
  1612. }, o.extend({
  1613. Deferred: function(a) {
  1614. var b = [
  1615. ["resolve", "done", o.Callbacks("once memory"), "resolved"],
  1616. ["reject", "fail", o.Callbacks("once memory"), "rejected"],
  1617. ["notify", "progress", o.Callbacks("memory")]
  1618. ],
  1619. c = "pending",
  1620. d = {
  1621. state: function() {
  1622. return c
  1623. },
  1624. always: function() {
  1625. return e.done(arguments).fail(arguments), this
  1626. },
  1627. then: function() {
  1628. var a = arguments;
  1629. return o.Deferred(function(c) {
  1630. o.each(b, function(b, f) {
  1631. var g = o.isFunction(a[b]) && a[b];
  1632. e[f[1]](function() {
  1633. var a = g && g.apply(this, arguments);
  1634. a && o.isFunction(a.promise) ? a.promise().done(c.resolve).fail(c.reject).progress(c.notify) : c[f[0] + "With"](this === d ? c.promise() : this, g ? [a] : arguments)
  1635. })
  1636. }), a = null
  1637. }).promise()
  1638. },
  1639. promise: function(a) {
  1640. return null != a ? o.extend(a, d) : d
  1641. }
  1642. },
  1643. e = {};
  1644. return d.pipe = d.then, o.each(b, function(a, f) {
  1645. var g = f[2],
  1646. h = f[3];
  1647. d[f[1]] = g.add, h && g.add(function() {
  1648. c = h
  1649. }, b[1 ^ a][2].disable, b[2][2].lock), e[f[0]] = function() {
  1650. return e[f[0] + "With"](this === e ? d : this, arguments), this
  1651. }, e[f[0] + "With"] = g.fireWith
  1652. }), d.promise(e), a && a.call(e, e), e
  1653. },
  1654. when: function(a) {
  1655. var i, j, k, b = 0,
  1656. c = d.call(arguments),
  1657. e = c.length,
  1658. f = 1 !== e || a && o.isFunction(a.promise) ? e : 0,
  1659. g = 1 === f ? a : o.Deferred(),
  1660. h = function(a, b, c) {
  1661. return function(e) {
  1662. b[a] = this, c[a] = arguments.length > 1 ? d.call(arguments) : e, c === i ? g.notifyWith(b, c) : --f || g.resolveWith(b, c)
  1663. }
  1664. };
  1665. if (e > 1)
  1666. for (i = new Array(e), j = new Array(e), k = new Array(e); e > b; b++) c[b] && o.isFunction(c[b].promise) ? c[b].promise().done(h(b, k, c)).fail(g.reject).progress(h(b, j, i)) : --f;
  1667. return f || g.resolveWith(k, c), g.promise()
  1668. }
  1669. });
  1670. var H;
  1671. o.fn.ready = function(a) {
  1672. return o.ready.promise().done(a), this
  1673. }, o.extend({
  1674. isReady: !1,
  1675. readyWait: 1,
  1676. holdReady: function(a) {
  1677. a ? o.readyWait++ : o.ready(!0)
  1678. },
  1679. ready: function(a) {
  1680. (a === !0 ? --o.readyWait : o.isReady) || (o.isReady = !0, a !== !0 && --o.readyWait > 0 || (H.resolveWith(m, [o]), o.fn.trigger && o(m).trigger("ready").off("ready")))
  1681. }
  1682. }), o.ready.promise = function(b) {
  1683. return H || (H = o.Deferred(), "complete" === m.readyState ? setTimeout(o.ready) : (m.addEventListener("DOMContentLoaded", I, !1), a.addEventListener("load", I, !1))), H.promise(b)
  1684. }, o.ready.promise();
  1685. var J = o.access = function(a, b, c, d, e, f, g) {
  1686. var h = 0,
  1687. i = a.length,
  1688. j = null == c;
  1689. if ("object" === o.type(c)) {
  1690. e = !0;
  1691. for (h in c) o.access(a, b, h, c[h], !0, f, g)
  1692. } else if (void 0 !== d && (e = !0, o.isFunction(d) || (g = !0), j && (g ? (b.call(a, d), b = null) : (j = b, b = function(a, b, c) {
  1693. return j.call(o(a), c)
  1694. })), b))
  1695. for (; i > h; h++) b(a[h], c, g ? d : d.call(a[h], h, b(a[h], c)));
  1696. return e ? a : j ? b.call(a) : i ? b(a[0], c) : f
  1697. };
  1698. o.acceptData = function(a) {
  1699. return 1 === a.nodeType || 9 === a.nodeType || !+a.nodeType
  1700. }, K.uid = 1, K.accepts = o.acceptData, K.prototype = {
  1701. key: function(a) {
  1702. if (!K.accepts(a)) return 0;
  1703. var b = {},
  1704. c = a[this.expando];
  1705. if (!c) {
  1706. c = K.uid++;
  1707. try {
  1708. b[this.expando] = {
  1709. value: c
  1710. }, Object.defineProperties(a, b)
  1711. } catch (d) {
  1712. b[this.expando] = c, o.extend(a, b)
  1713. }
  1714. }
  1715. return this.cache[c] || (this.cache[c] = {}), c
  1716. },
  1717. set: function(a, b, c) {
  1718. var d, e = this.key(a),
  1719. f = this.cache[e];
  1720. if ("string" == typeof b) f[b] = c;
  1721. else if (o.isEmptyObject(f)) o.extend(this.cache[e], b);
  1722. else
  1723. for (d in b) f[d] = b[d];
  1724. return f
  1725. },
  1726. get: function(a, b) {
  1727. var c = this.cache[this.key(a)];
  1728. return void 0 === b ? c : c[b]
  1729. },
  1730. access: function(a, b, c) {
  1731. var d;
  1732. return void 0 === b || b && "string" == typeof b && void 0 === c ? (d = this.get(a, b), void 0 !== d ? d : this.get(a, o.camelCase(b))) : (this.set(a, b, c), void 0 !== c ? c : b)
  1733. },
  1734. remove: function(a, b) {
  1735. var c, d, e, f = this.key(a),
  1736. g = this.cache[f];
  1737. if (void 0 === b) this.cache[f] = {};
  1738. else {
  1739. o.isArray(b) ? d = b.concat(b.map(o.camelCase)) : (e = o.camelCase(b), b in g ? d = [b, e] : (d = e, d = d in g ? [d] : d.match(E) || [])), c = d.length;
  1740. for (; c--;) delete g[d[c]]
  1741. }
  1742. },
  1743. hasData: function(a) {
  1744. return !o.isEmptyObject(this.cache[a[this.expando]] || {})
  1745. },
  1746. discard: function(a) {
  1747. a[this.expando] && delete this.cache[a[this.expando]]
  1748. }
  1749. };
  1750. var L = new K,
  1751. M = new K,
  1752. N = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
  1753. O = /([A-Z])/g;
  1754. o.extend({
  1755. hasData: function(a) {
  1756. return M.hasData(a) || L.hasData(a)
  1757. },
  1758. data: function(a, b, c) {
  1759. return M.access(a, b, c)
  1760. },
  1761. removeData: function(a, b) {
  1762. M.remove(a, b)
  1763. },
  1764. _data: function(a, b, c) {
  1765. return L.access(a, b, c)
  1766. },
  1767. _removeData: function(a, b) {
  1768. L.remove(a, b)
  1769. }
  1770. }), o.fn.extend({
  1771. data: function(a, b) {
  1772. var c, d, e, f = this[0],
  1773. g = f && f.attributes;
  1774. if (void 0 === a) {
  1775. if (this.length && (e = M.get(f), 1 === f.nodeType && !L.get(f, "hasDataAttrs"))) {
  1776. for (c = g.length; c--;) d = g[c].name, 0 === d.indexOf("data-") && (d = o.camelCase(d.slice(5)), P(f, d, e[d]));
  1777. L.set(f, "hasDataAttrs", !0)
  1778. }
  1779. return e
  1780. }
  1781. return "object" == typeof a ? this.each(function() {
  1782. M.set(this, a)
  1783. }) : J(this, function(b) {
  1784. var c, d = o.camelCase(a);
  1785. if (f && void 0 === b) {
  1786. if (c = M.get(f, a), void 0 !== c) return c;
  1787. if (c = M.get(f, d), void 0 !== c) return c;
  1788. if (c = P(f, d, void 0), void 0 !== c) return c
  1789. } else this.each(function() {
  1790. var c = M.get(this, d);
  1791. M.set(this, d, b), -1 !== a.indexOf("-") && void 0 !== c && M.set(this, a, b)
  1792. })
  1793. }, null, b, arguments.length > 1, null, !0)
  1794. },
  1795. removeData: function(a) {
  1796. return this.each(function() {
  1797. M.remove(this, a)
  1798. })
  1799. }
  1800. }), o.extend({
  1801. queue: function(a, b, c) {
  1802. var d;
  1803. return a ? (b = (b || "fx") + "queue", d = L.get(a, b), c && (!d || o.isArray(c) ? d = L.access(a, b, o.makeArray(c)) : d.push(c)), d || []) : void 0
  1804. },
  1805. dequeue: function(a, b) {
  1806. b = b || "fx";
  1807. var c = o.queue(a, b),
  1808. d = c.length,
  1809. e = c.shift(),
  1810. f = o._queueHooks(a, b),
  1811. g = function() {
  1812. o.dequeue(a, b)
  1813. };
  1814. "inprogress" === e && (e = c.shift(), d--), e && ("fx" === b && c.unshift("inprogress"), delete f.stop, e.call(a, g, f)), !d && f && f.empty.fire()
  1815. },
  1816. _queueHooks: function(a, b) {
  1817. var c = b + "queueHooks";
  1818. return L.get(a, c) || L.access(a, c, {
  1819. empty: o.Callbacks("once memory").add(function() {
  1820. L.remove(a, [b + "queue", c])
  1821. })
  1822. })
  1823. }
  1824. }), o.fn.extend({
  1825. queue: function(a, b) {
  1826. var c = 2;
  1827. return "string" != typeof a && (b = a, a = "fx", c--), arguments.length < c ? o.queue(this[0], a) : void 0 === b ? this : this.each(function() {
  1828. var c = o.queue(this, a, b);
  1829. o._queueHooks(this, a), "fx" === a && "inprogress" !== c[0] && o.dequeue(this, a)
  1830. })
  1831. },
  1832. dequeue: function(a) {
  1833. return this.each(function() {
  1834. o.dequeue(this, a)
  1835. })
  1836. },
  1837. clearQueue: function(a) {
  1838. return this.queue(a || "fx", [])
  1839. },
  1840. promise: function(a, b) {
  1841. var c, d = 1,
  1842. e = o.Deferred(),
  1843. f = this,
  1844. g = this.length,
  1845. h = function() {
  1846. --d || e.resolveWith(f, [f])
  1847. };
  1848. for ("string" != typeof a && (b = a, a = void 0), a = a || "fx"; g--;) c = L.get(f[g], a + "queueHooks"), c && c.empty && (d++, c.empty.add(h));
  1849. return h(), e.promise(b)
  1850. }
  1851. });
  1852. var Q = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,
  1853. R = ["Top", "Right", "Bottom", "Left"],
  1854. S = function(a, b) {
  1855. return a = b || a, "none" === o.css(a, "display") || !o.contains(a.ownerDocument, a)
  1856. },
  1857. T = /^(?:checkbox|radio)$/i;
  1858. ! function() {
  1859. var a = m.createDocumentFragment(),
  1860. b = a.appendChild(m.createElement("div"));
  1861. b.innerHTML = "<input type='radio' checked='checked' name='t'/>", l.checkClone = b.cloneNode(!0).cloneNode(!0).lastChild.checked, b.innerHTML = "<textarea>x</textarea>", l.noCloneChecked = !!b.cloneNode(!0).lastChild.defaultValue
  1862. }();
  1863. var U = "undefined";
  1864. l.focusinBubbles = "onfocusin" in a;
  1865. var V = /^key/,
  1866. W = /^(?:mouse|contextmenu)|click/,
  1867. X = /^(?:focusinfocus|focusoutblur)$/,
  1868. Y = /^([^.]*)(?:\.(.+)|)$/;
  1869. o.event = {
  1870. global: {},
  1871. add: function(a, b, c, d, e) {
  1872. var f, g, h, i, j, k, l, m, n, p, q, r = L.get(a);
  1873. if (r)
  1874. for (c.handler && (f = c, c = f.handler, e = f.selector), c.guid || (c.guid = o.guid++), (i = r.events) || (i = r.events = {}), (g = r.handle) || (g = r.handle = function(b) {
  1875. return typeof o !== U && o.event.triggered !== b.type ? o.event.dispatch.apply(a, arguments) : void 0
  1876. }), b = (b || "").match(E) || [""], j = b.length; j--;) h = Y.exec(b[j]) || [], n = q = h[1], p = (h[2] || "").split(".").sort(), n && (l = o.event.special[n] || {}, n = (e ? l.delegateType : l.bindType) || n, l = o.event.special[n] || {}, k = o.extend({
  1877. type: n,
  1878. origType: q,
  1879. data: d,
  1880. handler: c,
  1881. guid: c.guid,
  1882. selector: e,
  1883. needsContext: e && o.expr.match.needsContext.test(e),
  1884. namespace: p.join(".")
  1885. }, f), (m = i[n]) || (m = i[n] = [], m.delegateCount = 0, l.setup && l.setup.call(a, d, p, g) !== !1 || a.addEventListener && a.addEventListener(n, g, !1)), l.add && (l.add.call(a, k), k.handler.guid || (k.handler.guid = c.guid)), e ? m.splice(m.delegateCount++, 0, k) : m.push(k), o.event.global[n] = !0)
  1886. },
  1887. remove: function(a, b, c, d, e) {
  1888. var f, g, h, i, j, k, l, m, n, p, q, r = L.hasData(a) && L.get(a);
  1889. if (r && (i = r.events)) {
  1890. for (b = (b || "").match(E) || [""], j = b.length; j--;)
  1891. if (h = Y.exec(b[j]) || [], n = q = h[1], p = (h[2] || "").split(".").sort(), n) {
  1892. for (l = o.event.special[n] || {}, n = (d ? l.delegateType : l.bindType) || n, m = i[n] || [], h = h[2] && new RegExp("(^|\\.)" + p.join("\\.(?:.*\\.|)") + "(\\.|$)"), g = f = m.length; f--;) k = m[f], !e && q !== k.origType || c && c.guid !== k.guid || h && !h.test(k.namespace) || d && d !== k.selector && ("**" !== d || !k.selector) || (m.splice(f, 1), k.selector && m.delegateCount--, l.remove && l.remove.call(a, k));
  1893. g && !m.length && (l.teardown && l.teardown.call(a, p, r.handle) !== !1 || o.removeEvent(a, n, r.handle), delete i[n])
  1894. } else
  1895. for (n in i) o.event.remove(a, n + b[j], c, d, !0);
  1896. o.isEmptyObject(i) && (delete r.handle, L.remove(a, "events"))
  1897. }
  1898. },
  1899. trigger: function(b, c, d, e) {
  1900. var f, g, h, i, k, l, n, p = [d || m],
  1901. q = j.call(b, "type") ? b.type : b,
  1902. r = j.call(b, "namespace") ? b.namespace.split(".") : [];
  1903. if (g = h = d = d || m, 3 !== d.nodeType && 8 !== d.nodeType && !X.test(q + o.event.triggered) && (q.indexOf(".") >= 0 && (r = q.split("."), q = r.shift(), r.sort()), k = q.indexOf(":") < 0 && "on" + q, b = b[o.expando] ? b : new o.Event(q, "object" == typeof b && b), b.isTrigger = e ? 2 : 3, b.namespace = r.join("."), b.namespace_re = b.namespace ? new RegExp("(^|\\.)" + r.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, b.result = void 0, b.target || (b.target = d), c = null == c ? [b] : o.makeArray(c, [b]), n = o.event.special[q] || {}, e || !n.trigger || n.trigger.apply(d, c) !== !1)) {
  1904. if (!e && !n.noBubble && !o.isWindow(d)) {
  1905. for (i = n.delegateType || q, X.test(i + q) || (g = g.parentNode); g; g = g.parentNode) p.push(g), h = g;
  1906. h === (d.ownerDocument || m) && p.push(h.defaultView || h.parentWindow || a)
  1907. }
  1908. for (f = 0;
  1909. (g = p[f++]) && !b.isPropagationStopped();) b.type = f > 1 ? i : n.bindType || q, l = (L.get(g, "events") || {})[b.type] && L.get(g, "handle"), l && l.apply(g, c), l = k && g[k], l && l.apply && o.acceptData(g) && (b.result = l.apply(g, c), b.result === !1 && b.preventDefault());
  1910. return b.type = q, e || b.isDefaultPrevented() || n._default && n._default.apply(p.pop(), c) !== !1 || !o.acceptData(d) || k && o.isFunction(d[q]) && !o.isWindow(d) && (h = d[k], h && (d[k] = null), o.event.triggered = q, d[q](), o.event.triggered = void 0, h && (d[k] = h)), b.result
  1911. }
  1912. },
  1913. dispatch: function(a) {
  1914. a = o.event.fix(a);
  1915. var b, c, e, f, g, h = [],
  1916. i = d.call(arguments),
  1917. j = (L.get(this, "events") || {})[a.type] || [],
  1918. k = o.event.special[a.type] || {};
  1919. if (i[0] = a, a.delegateTarget = this, !k.preDispatch || k.preDispatch.call(this, a) !== !1) {
  1920. for (h = o.event.handlers.call(this, a, j), b = 0;
  1921. (f = h[b++]) && !a.isPropagationStopped();)
  1922. for (a.currentTarget = f.elem, c = 0;
  1923. (g = f.handlers[c++]) && !a.isImmediatePropagationStopped();)(!a.namespace_re || a.namespace_re.test(g.namespace)) && (a.handleObj = g, a.data = g.data, e = ((o.event.special[g.origType] || {}).handle || g.handler).apply(f.elem, i), void 0 !== e && (a.result = e) === !1 && (a.preventDefault(), a.stopPropagation()));
  1924. return k.postDispatch && k.postDispatch.call(this, a), a.result
  1925. }
  1926. },
  1927. handlers: function(a, b) {
  1928. var c, d, e, f, g = [],
  1929. h = b.delegateCount,
  1930. i = a.target;
  1931. if (h && i.nodeType && (!a.button || "click" !== a.type))
  1932. for (; i !== this; i = i.parentNode || this)
  1933. if (i.disabled !== !0 || "click" !== a.type) {
  1934. for (d = [], c = 0; h > c; c++) f = b[c], e = f.selector + " ", void 0 === d[e] && (d[e] = f.needsContext ? o(e, this).index(i) >= 0 : o.find(e, this, null, [i]).length), d[e] && d.push(f);
  1935. d.length && g.push({
  1936. elem: i,
  1937. handlers: d
  1938. })
  1939. }
  1940. return h < b.length && g.push({
  1941. elem: this,
  1942. handlers: b.slice(h)
  1943. }), g
  1944. },
  1945. props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
  1946. fixHooks: {},
  1947. keyHooks: {
  1948. props: "char charCode key keyCode".split(" "),
  1949. filter: function(a, b) {
  1950. return null == a.which && (a.which = null != b.charCode ? b.charCode : b.keyCode), a
  1951. }
  1952. },
  1953. mouseHooks: {
  1954. props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
  1955. filter: function(a, b) {
  1956. var c, d, e, f = b.button;
  1957. return null == a.pageX && null != b.clientX && (c = a.target.ownerDocument || m, d = c.documentElement, e = c.body, a.pageX = b.clientX + (d && d.scrollLeft || e && e.scrollLeft || 0) - (d && d.clientLeft || e && e.clientLeft || 0), a.pageY = b.clientY + (d && d.scrollTop || e && e.scrollTop || 0) - (d && d.clientTop || e && e.clientTop || 0)), a.which || void 0 === f || (a.which = 1 & f ? 1 : 2 & f ? 3 : 4 & f ? 2 : 0), a
  1958. }
  1959. },
  1960. fix: function(a) {
  1961. if (a[o.expando]) return a;
  1962. var b, c, d, e = a.type,
  1963. f = a,
  1964. g = this.fixHooks[e];
  1965. for (g || (this.fixHooks[e] = g = W.test(e) ? this.mouseHooks : V.test(e) ? this.keyHooks : {}), d = g.props ? this.props.concat(g.props) : this.props, a = new o.Event(f), b = d.length; b--;) c = d[b], a[c] = f[c];
  1966. return a.target || (a.target = m), 3 === a.target.nodeType && (a.target = a.target.parentNode), g.filter ? g.filter(a, f) : a
  1967. },
  1968. special: {
  1969. load: {
  1970. noBubble: !0
  1971. },
  1972. focus: {
  1973. trigger: function() {
  1974. return this !== _() && this.focus ? (this.focus(), !1) : void 0
  1975. },
  1976. delegateType: "focusin"
  1977. },
  1978. blur: {
  1979. trigger: function() {
  1980. return this === _() && this.blur ? (this.blur(), !1) : void 0
  1981. },
  1982. delegateType: "focusout"
  1983. },
  1984. click: {
  1985. trigger: function() {
  1986. return "checkbox" === this.type && this.click && o.nodeName(this, "input") ? (this.click(), !1) : void 0
  1987. },
  1988. _default: function(a) {
  1989. return o.nodeName(a.target, "a")
  1990. }
  1991. },
  1992. beforeunload: {
  1993. postDispatch: function(a) {
  1994. void 0 !== a.result && (a.originalEvent.returnValue = a.result)
  1995. }
  1996. }
  1997. },
  1998. simulate: function(a, b, c, d) {
  1999. var e = o.extend(new o.Event, c, {
  2000. type: a,
  2001. isSimulated: !0,
  2002. originalEvent: {}
  2003. });
  2004. d ? o.event.trigger(e, null, b) : o.event.dispatch.call(b, e), e.isDefaultPrevented() && c.preventDefault()
  2005. }
  2006. }, o.removeEvent = function(a, b, c) {
  2007. a.removeEventListener && a.removeEventListener(b, c, !1)
  2008. }, o.Event = function(a, b) {
  2009. return this instanceof o.Event ? (a && a.type ? (this.originalEvent = a, this.type = a.type, this.isDefaultPrevented = a.defaultPrevented || void 0 === a.defaultPrevented && a.getPreventDefault && a.getPreventDefault() ? Z : $) : this.type = a, b && o.extend(this, b), this.timeStamp = a && a.timeStamp || o.now(), void(this[o.expando] = !0)) : new o.Event(a, b)
  2010. }, o.Event.prototype = {
  2011. isDefaultPrevented: $,
  2012. isPropagationStopped: $,
  2013. isImmediatePropagationStopped: $,
  2014. preventDefault: function() {
  2015. var a = this.originalEvent;
  2016. this.isDefaultPrevented = Z, a && a.preventDefault && a.preventDefault()
  2017. },
  2018. stopPropagation: function() {
  2019. var a = this.originalEvent;
  2020. this.isPropagationStopped = Z, a && a.stopPropagation && a.stopPropagation()
  2021. },
  2022. stopImmediatePropagation: function() {
  2023. this.isImmediatePropagationStopped = Z, this.stopPropagation()
  2024. }
  2025. }, o.each({
  2026. mouseenter: "mouseover",
  2027. mouseleave: "mouseout"
  2028. }, function(a, b) {
  2029. o.event.special[a] = {
  2030. delegateType: b,
  2031. bindType: b,
  2032. handle: function(a) {
  2033. var c, d = this,
  2034. e = a.relatedTarget,
  2035. f = a.handleObj;
  2036. return (!e || e !== d && !o.contains(d, e)) && (a.type = f.origType, c = f.handler.apply(this, arguments), a.type = b), c
  2037. }
  2038. }
  2039. }), l.focusinBubbles || o.each({
  2040. focus: "focusin",
  2041. blur: "focusout"
  2042. }, function(a, b) {
  2043. var c = function(a) {
  2044. o.event.simulate(b, a.target, o.event.fix(a), !0)
  2045. };
  2046. o.event.special[b] = {
  2047. setup: function() {
  2048. var d = this.ownerDocument || this,
  2049. e = L.access(d, b);
  2050. e || d.addEventListener(a, c, !0), L.access(d, b, (e || 0) + 1)
  2051. },
  2052. teardown: function() {
  2053. var d = this.ownerDocument || this,
  2054. e = L.access(d, b) - 1;
  2055. e ? L.access(d, b, e) : (d.removeEventListener(a, c, !0), L.remove(d, b))
  2056. }
  2057. }
  2058. }), o.fn.extend({
  2059. on: function(a, b, c, d, e) {
  2060. var f, g;
  2061. if ("object" == typeof a) {
  2062. "string" != typeof b && (c = c || b, b = void 0);
  2063. for (g in a) this.on(g, b, c, a[g], e);
  2064. return this
  2065. }
  2066. if (null == c && null == d ? (d = b, c = b = void 0) : null == d && ("string" == typeof b ? (d = c, c = void 0) : (d = c, c = b, b = void 0)), d === !1) d = $;
  2067. else if (!d) return this;
  2068. return 1 === e && (f = d, d = function(a) {
  2069. return o().off(a), f.apply(this, arguments)
  2070. }, d.guid = f.guid || (f.guid = o.guid++)), this.each(function() {
  2071. o.event.add(this, a, d, c, b)
  2072. })
  2073. },
  2074. one: function(a, b, c, d) {
  2075. return this.on(a, b, c, d, 1)
  2076. },
  2077. off: function(a, b, c) {
  2078. var d, e;
  2079. if (a && a.preventDefault && a.handleObj) return d = a.handleObj, o(a.delegateTarget).off(d.namespace ? d.origType + "." + d.namespace : d.origType, d.selector, d.handler), this;
  2080. if ("object" == typeof a) {
  2081. for (e in a) this.off(e, b, a[e]);
  2082. return this
  2083. }
  2084. return (b === !1 || "function" == typeof b) && (c = b, b = void 0), c === !1 && (c = $), this.each(function() {
  2085. o.event.remove(this, a, c, b)
  2086. })
  2087. },
  2088. trigger: function(a, b) {
  2089. return this.each(function() {
  2090. o.event.trigger(a, b, this)
  2091. })
  2092. },
  2093. triggerHandler: function(a, b) {
  2094. var c = this[0];
  2095. return c ? o.event.trigger(a, b, c, !0) : void 0
  2096. }
  2097. });
  2098. var ab = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,
  2099. bb = /<([\w:]+)/,
  2100. cb = /<|&#?\w+;/,
  2101. db = /<(?:script|style|link)/i,
  2102. eb = /checked\s*(?:[^=]|=\s*.checked.)/i,
  2103. fb = /^$|\/(?:java|ecma)script/i,
  2104. gb = /^true\/(.*)/,
  2105. hb = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
  2106. ib = {
  2107. option: [1, "<select multiple='multiple'>", "</select>"],
  2108. thead: [1, "<table>", "</table>"],
  2109. col: [2, "<table><colgroup>", "</colgroup></table>"],
  2110. tr: [2, "<table><tbody>", "</tbody></table>"],
  2111. td: [3, "<table><tbody><tr>", "</tr></tbody></table>"],
  2112. _default: [0, "", ""]
  2113. };
  2114. ib.optgroup = ib.option, ib.tbody = ib.tfoot = ib.colgroup = ib.caption = ib.thead, ib.th = ib.td, o.extend({
  2115. clone: function(a, b, c) {
  2116. var d, e, f, g, h = a.cloneNode(!0),
  2117. i = o.contains(a.ownerDocument, a);
  2118. if (!(l.noCloneChecked || 1 !== a.nodeType && 11 !== a.nodeType || o.isXMLDoc(a)))
  2119. for (g = ob(h), f = ob(a), d = 0, e = f.length; e > d; d++) pb(f[d], g[d]);
  2120. if (b)
  2121. if (c)
  2122. for (f = f || ob(a), g = g || ob(h), d = 0, e = f.length; e > d; d++) nb(f[d], g[d]);
  2123. else nb(a, h);
  2124. return g = ob(h, "script"), g.length > 0 && mb(g, !i && ob(a, "script")), h
  2125. },
  2126. buildFragment: function(a, b, c, d) {
  2127. for (var e, f, g, h, i, j, k = b.createDocumentFragment(), l = [], m = 0, n = a.length; n > m; m++)
  2128. if (e = a[m], e || 0 === e)
  2129. if ("object" === o.type(e)) o.merge(l, e.nodeType ? [e] : e);
  2130. else if (cb.test(e)) {
  2131. for (f = f || k.appendChild(b.createElement("div")), g = (bb.exec(e) || ["", ""])[1].toLowerCase(), h = ib[g] || ib._default, f.innerHTML = h[1] + e.replace(ab, "<$1></$2>") + h[2], j = h[0]; j--;) f = f.lastChild;
  2132. o.merge(l, f.childNodes), f = k.firstChild, f.textContent = ""
  2133. } else l.push(b.createTextNode(e));
  2134. for (k.textContent = "", m = 0; e = l[m++];)
  2135. if ((!d || -1 === o.inArray(e, d)) && (i = o.contains(e.ownerDocument, e), f = ob(k.appendChild(e), "script"), i && mb(f), c))
  2136. for (j = 0; e = f[j++];) fb.test(e.type || "") && c.push(e);
  2137. return k
  2138. },
  2139. cleanData: function(a) {
  2140. for (var b, c, d, e, f, g, h = o.event.special, i = 0; void 0 !== (c = a[i]); i++) {
  2141. if (o.acceptData(c) && (f = c[L.expando], f && (b = L.cache[f]))) {
  2142. if (d = Object.keys(b.events || {}), d.length)
  2143. for (g = 0; void 0 !== (e = d[g]); g++) h[e] ? o.event.remove(c, e) : o.removeEvent(c, e, b.handle);
  2144. L.cache[f] && delete L.cache[f]
  2145. }
  2146. delete M.cache[c[M.expando]]
  2147. }
  2148. }
  2149. }), o.fn.extend({
  2150. text: function(a) {
  2151. return J(this, function(a) {
  2152. return void 0 === a ? o.text(this) : this.empty().each(function() {
  2153. (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) && (this.textContent = a)
  2154. })
  2155. }, null, a, arguments.length)
  2156. },
  2157. append: function() {
  2158. return this.domManip(arguments, function(a) {
  2159. if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
  2160. var b = jb(this, a);
  2161. b.appendChild(a)
  2162. }
  2163. })
  2164. },
  2165. prepend: function() {
  2166. return this.domManip(arguments, function(a) {
  2167. if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
  2168. var b = jb(this, a);
  2169. b.insertBefore(a, b.firstChild)
  2170. }
  2171. })
  2172. },
  2173. before: function() {
  2174. return this.domManip(arguments, function(a) {
  2175. this.parentNode && this.parentNode.insertBefore(a, this)
  2176. })
  2177. },
  2178. after: function() {
  2179. return this.domManip(arguments, function(a) {
  2180. this.parentNode && this.parentNode.insertBefore(a, this.nextSibling)
  2181. })
  2182. },
  2183. remove: function(a, b) {
  2184. for (var c, d = a ? o.filter(a, this) : this, e = 0; null != (c = d[e]); e++) b || 1 !== c.nodeType || o.cleanData(ob(c)), c.parentNode && (b && o.contains(c.ownerDocument, c) && mb(ob(c, "script")), c.parentNode.removeChild(c));
  2185. return this
  2186. },
  2187. empty: function() {
  2188. for (var a, b = 0; null != (a = this[b]); b++) 1 === a.nodeType && (o.cleanData(ob(a, !1)), a.textContent = "");
  2189. return this
  2190. },
  2191. clone: function(a, b) {
  2192. return a = null == a ? !1 : a, b = null == b ? a : b, this.map(function() {
  2193. return o.clone(this, a, b)
  2194. })
  2195. },
  2196. html: function(a) {
  2197. return J(this, function(a) {
  2198. var b = this[0] || {},
  2199. c = 0,
  2200. d = this.length;
  2201. if (void 0 === a && 1 === b.nodeType) return b.innerHTML;
  2202. if ("string" == typeof a && !db.test(a) && !ib[(bb.exec(a) || ["", ""])[1].toLowerCase()]) {
  2203. a = a.replace(ab, "<$1></$2>");
  2204. try {
  2205. for (; d > c; c++) b = this[c] || {}, 1 === b.nodeType && (o.cleanData(ob(b, !1)), b.innerHTML = a);
  2206. b = 0
  2207. } catch (e) {}
  2208. }
  2209. b && this.empty().append(a)
  2210. }, null, a, arguments.length)
  2211. },
  2212. replaceWith: function() {
  2213. var a = arguments[0];
  2214. return this.domManip(arguments, function(b) {
  2215. a = this.parentNode, o.cleanData(ob(this)), a && a.replaceChild(b, this)
  2216. }), a && (a.length || a.nodeType) ? this : this.remove()
  2217. },
  2218. detach: function(a) {
  2219. return this.remove(a, !0)
  2220. },
  2221. domManip: function(a, b) {
  2222. a = e.apply([], a);
  2223. var c, d, f, g, h, i, j = 0,
  2224. k = this.length,
  2225. m = this,
  2226. n = k - 1,
  2227. p = a[0],
  2228. q = o.isFunction(p);
  2229. if (q || k > 1 && "string" == typeof p && !l.checkClone && eb.test(p)) return this.each(function(c) {
  2230. var d = m.eq(c);
  2231. q && (a[0] = p.call(this, c, d.html())), d.domManip(a, b)
  2232. });
  2233. if (k && (c = o.buildFragment(a, this[0].ownerDocument, !1, this), d = c.firstChild, 1 === c.childNodes.length && (c = d), d)) {
  2234. for (f = o.map(ob(c, "script"), kb), g = f.length; k > j; j++) h = c, j !== n && (h = o.clone(h, !0, !0), g && o.merge(f, ob(h, "script"))), b.call(this[j], h, j);
  2235. if (g)
  2236. for (i = f[f.length - 1].ownerDocument, o.map(f, lb), j = 0; g > j; j++) h = f[j], fb.test(h.type || "") && !L.access(h, "globalEval") && o.contains(i, h) && (h.src ? o._evalUrl && o._evalUrl(h.src) : o.globalEval(h.textContent.replace(hb, "")))
  2237. }
  2238. return this
  2239. }
  2240. }), o.each({
  2241. appendTo: "append",
  2242. prependTo: "prepend",
  2243. insertBefore: "before",
  2244. insertAfter: "after",
  2245. replaceAll: "replaceWith"
  2246. }, function(a, b) {
  2247. o.fn[a] = function(a) {
  2248. for (var c, d = [], e = o(a), g = e.length - 1, h = 0; g >= h; h++) c = h === g ? this : this.clone(!0), o(e[h])[b](c), f.apply(d, c.get());
  2249. return this.pushStack(d)
  2250. }
  2251. });
  2252. var qb, rb = {},
  2253. ub = /^margin/,
  2254. vb = new RegExp("^(" + Q + ")(?!px)[a-z%]+$", "i"),
  2255. wb = function(a) {
  2256. return a.ownerDocument.defaultView.getComputedStyle(a, null)
  2257. };
  2258. ! function() {
  2259. function h() {
  2260. g.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%", e.appendChild(f);
  2261. var d = a.getComputedStyle(g, null);
  2262. b = "1%" !== d.top, c = "4px" === d.width, e.removeChild(f)
  2263. }
  2264. var b, c, d = "padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box",
  2265. e = m.documentElement,
  2266. f = m.createElement("div"),
  2267. g = m.createElement("div");
  2268. g.style.backgroundClip = "content-box", g.cloneNode(!0).style.backgroundClip = "", l.clearCloneStyle = "content-box" === g.style.backgroundClip, f.style.cssText = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px", f.appendChild(g), a.getComputedStyle && o.extend(l, {
  2269. pixelPosition: function() {
  2270. return h(), b
  2271. },
  2272. boxSizingReliable: function() {
  2273. return null == c && h(), c
  2274. },
  2275. reliableMarginRight: function() {
  2276. var b, c = g.appendChild(m.createElement("div"));
  2277. return c.style.cssText = g.style.cssText = d, c.style.marginRight = c.style.width = "0", g.style.width = "1px", e.appendChild(f), b = !parseFloat(a.getComputedStyle(c, null).marginRight), e.removeChild(f), g.innerHTML = "", b
  2278. }
  2279. })
  2280. }(), o.swap = function(a, b, c, d) {
  2281. var e, f, g = {};
  2282. for (f in b) g[f] = a.style[f], a.style[f] = b[f];
  2283. e = c.apply(a, d || []);
  2284. for (f in b) a.style[f] = g[f];
  2285. return e
  2286. };
  2287. var zb = /^(none|table(?!-c[ea]).+)/,
  2288. Ab = new RegExp("^(" + Q + ")(.*)$", "i"),
  2289. Bb = new RegExp("^([+-])=(" + Q + ")", "i"),
  2290. Cb = {
  2291. position: "absolute",
  2292. visibility: "hidden",
  2293. display: "block"
  2294. },
  2295. Db = {
  2296. letterSpacing: 0,
  2297. fontWeight: 400
  2298. },
  2299. Eb = ["Webkit", "O", "Moz", "ms"];
  2300. o.extend({
  2301. cssHooks: {
  2302. opacity: {
  2303. get: function(a, b) {
  2304. if (b) {
  2305. var c = xb(a, "opacity");
  2306. return "" === c ? "1" : c
  2307. }
  2308. }
  2309. }
  2310. },
  2311. cssNumber: {
  2312. columnCount: !0,
  2313. fillOpacity: !0,
  2314. fontWeight: !0,
  2315. lineHeight: !0,
  2316. opacity: !0,
  2317. order: !0,
  2318. orphans: !0,
  2319. widows: !0,
  2320. zIndex: !0,
  2321. zoom: !0
  2322. },
  2323. cssProps: {
  2324. "float": "cssFloat"
  2325. },
  2326. style: function(a, b, c, d) {
  2327. if (a && 3 !== a.nodeType && 8 !== a.nodeType && a.style) {
  2328. var e, f, g, h = o.camelCase(b),
  2329. i = a.style;
  2330. return b = o.cssProps[h] || (o.cssProps[h] = Fb(i, h)), g = o.cssHooks[b] || o.cssHooks[h], void 0 === c ? g && "get" in g && void 0 !== (e = g.get(a, !1, d)) ? e : i[b] : (f = typeof c, "string" === f && (e = Bb.exec(c)) && (c = (e[1] + 1) * e[2] + parseFloat(o.css(a, b)), f = "number"), null != c && c === c && ("number" !== f || o.cssNumber[h] || (c += "px"), l.clearCloneStyle || "" !== c || 0 !== b.indexOf("background") || (i[b] = "inherit"), g && "set" in g && void 0 === (c = g.set(a, c, d)) || (i[b] = "", i[b] = c)), void 0)
  2331. }
  2332. },
  2333. css: function(a, b, c, d) {
  2334. var e, f, g, h = o.camelCase(b);
  2335. return b = o.cssProps[h] || (o.cssProps[h] = Fb(a.style, h)), g = o.cssHooks[b] || o.cssHooks[h], g && "get" in g && (e = g.get(a, !0, c)), void 0 === e && (e = xb(a, b, d)), "normal" === e && b in Db && (e = Db[b]), "" === c || c ? (f = parseFloat(e), c === !0 || o.isNumeric(f) ? f || 0 : e) : e
  2336. }
  2337. }), o.each(["height", "width"], function(a, b) {
  2338. o.cssHooks[b] = {
  2339. get: function(a, c, d) {
  2340. return c ? 0 === a.offsetWidth && zb.test(o.css(a, "display")) ? o.swap(a, Cb, function() {
  2341. return Ib(a, b, d)
  2342. }) : Ib(a, b, d) : void 0
  2343. },
  2344. set: function(a, c, d) {
  2345. var e = d && wb(a);
  2346. return Gb(a, c, d ? Hb(a, b, d, "border-box" === o.css(a, "boxSizing", !1, e), e) : 0)
  2347. }
  2348. }
  2349. }), o.cssHooks.marginRight = yb(l.reliableMarginRight, function(a, b) {
  2350. return b ? o.swap(a, {
  2351. display: "inline-block"
  2352. }, xb, [a, "marginRight"]) : void 0
  2353. }), o.each({
  2354. margin: "",
  2355. padding: "",
  2356. border: "Width"
  2357. }, function(a, b) {
  2358. o.cssHooks[a + b] = {
  2359. expand: function(c) {
  2360. for (var d = 0, e = {}, f = "string" == typeof c ? c.split(" ") : [c]; 4 > d; d++) e[a + R[d] + b] = f[d] || f[d - 2] || f[0];
  2361. return e
  2362. }
  2363. }, ub.test(a) || (o.cssHooks[a + b].set = Gb)
  2364. }), o.fn.extend({
  2365. css: function(a, b) {
  2366. return J(this, function(a, b, c) {
  2367. var d, e, f = {},
  2368. g = 0;
  2369. if (o.isArray(b)) {
  2370. for (d = wb(a), e = b.length; e > g; g++) f[b[g]] = o.css(a, b[g], !1, d);
  2371. return f
  2372. }
  2373. return void 0 !== c ? o.style(a, b, c) : o.css(a, b)
  2374. }, a, b, arguments.length > 1)
  2375. },
  2376. show: function() {
  2377. return Jb(this, !0)
  2378. },
  2379. hide: function() {
  2380. return Jb(this)
  2381. },
  2382. toggle: function(a) {
  2383. return "boolean" == typeof a ? a ? this.show() : this.hide() : this.each(function() {
  2384. S(this) ? o(this).show() : o(this).hide()
  2385. })
  2386. }
  2387. }), o.Tween = Kb, Kb.prototype = {
  2388. constructor: Kb,
  2389. init: function(a, b, c, d, e, f) {
  2390. this.elem = a, this.prop = c, this.easing = e || "swing", this.options = b, this.start = this.now = this.cur(), this.end = d, this.unit = f || (o.cssNumber[c] ? "" : "px")
  2391. },
  2392. cur: function() {
  2393. var a = Kb.propHooks[this.prop];
  2394. return a && a.get ? a.get(this) : Kb.propHooks._default.get(this)
  2395. },
  2396. run: function(a) {
  2397. var b, c = Kb.propHooks[this.prop];
  2398. return this.pos = b = this.options.duration ? o.easing[this.easing](a, this.options.duration * a, 0, 1, this.options.duration) : a, this.now = (this.end - this.start) * b + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), c && c.set ? c.set(this) : Kb.propHooks._default.set(this), this
  2399. }
  2400. }, Kb.prototype.init.prototype = Kb.prototype, Kb.propHooks = {
  2401. _default: {
  2402. get: function(a) {
  2403. var b;
  2404. return null == a.elem[a.prop] || a.elem.style && null != a.elem.style[a.prop] ? (b = o.css(a.elem, a.prop, ""), b && "auto" !== b ? b : 0) : a.elem[a.prop]
  2405. },
  2406. set: function(a) {
  2407. o.fx.step[a.prop] ? o.fx.step[a.prop](a) : a.elem.style && (null != a.elem.style[o.cssProps[a.prop]] || o.cssHooks[a.prop]) ? o.style(a.elem, a.prop, a.now + a.unit) : a.elem[a.prop] = a.now
  2408. }
  2409. }
  2410. }, Kb.propHooks.scrollTop = Kb.propHooks.scrollLeft = {
  2411. set: function(a) {
  2412. a.elem.nodeType && a.elem.parentNode && (a.elem[a.prop] = a.now)
  2413. }
  2414. }, o.easing = {
  2415. linear: function(a) {
  2416. return a
  2417. },
  2418. swing: function(a) {
  2419. return .5 - Math.cos(a * Math.PI) / 2
  2420. }
  2421. }, o.fx = Kb.prototype.init, o.fx.step = {};
  2422. var Lb, Mb, Nb = /^(?:toggle|show|hide)$/,
  2423. Ob = new RegExp("^(?:([+-])=|)(" + Q + ")([a-z%]*)$", "i"),
  2424. Pb = /queueHooks$/,
  2425. Qb = [Vb],
  2426. Rb = {
  2427. "*": [function(a, b) {
  2428. var c = this.createTween(a, b),
  2429. d = c.cur(),
  2430. e = Ob.exec(b),
  2431. f = e && e[3] || (o.cssNumber[a] ? "" : "px"),
  2432. g = (o.cssNumber[a] || "px" !== f && +d) && Ob.exec(o.css(c.elem, a)),
  2433. h = 1,
  2434. i = 20;
  2435. if (g && g[3] !== f) {
  2436. f = f || g[3], e = e || [], g = +d || 1;
  2437. do h = h || ".5", g /= h, o.style(c.elem, a, g + f); while (h !== (h = c.cur() / d) && 1 !== h && --i)
  2438. }
  2439. return e && (g = c.start = +g || +d || 0, c.unit = f, c.end = e[1] ? g + (e[1] + 1) * e[2] : +e[2]), c
  2440. }]
  2441. };
  2442. o.Animation = o.extend(Xb, {
  2443. tweener: function(a, b) {
  2444. o.isFunction(a) ? (b = a, a = ["*"]) : a = a.split(" ");
  2445. for (var c, d = 0, e = a.length; e > d; d++) c = a[d], Rb[c] = Rb[c] || [], Rb[c].unshift(b)
  2446. },
  2447. prefilter: function(a, b) {
  2448. b ? Qb.unshift(a) : Qb.push(a)
  2449. }
  2450. }), o.speed = function(a, b, c) {
  2451. var d = a && "object" == typeof a ? o.extend({}, a) : {
  2452. complete: c || !c && b || o.isFunction(a) && a,
  2453. duration: a,
  2454. easing: c && b || b && !o.isFunction(b) && b
  2455. };
  2456. return d.duration = o.fx.off ? 0 : "number" == typeof d.duration ? d.duration : d.duration in o.fx.speeds ? o.fx.speeds[d.duration] : o.fx.speeds._default, (null == d.queue || d.queue === !0) && (d.queue = "fx"), d.old = d.complete, d.complete = function() {
  2457. o.isFunction(d.old) && d.old.call(this), d.queue && o.dequeue(this, d.queue)
  2458. }, d
  2459. }, o.fn.extend({
  2460. fadeTo: function(a, b, c, d) {
  2461. return this.filter(S).css("opacity", 0).show().end().animate({
  2462. opacity: b
  2463. }, a, c, d)
  2464. },
  2465. animate: function(a, b, c, d) {
  2466. var e = o.isEmptyObject(a),
  2467. f = o.speed(b, c, d),
  2468. g = function() {
  2469. var b = Xb(this, o.extend({}, a), f);
  2470. (e || L.get(this, "finish")) && b.stop(!0)
  2471. };
  2472. return g.finish = g, e || f.queue === !1 ? this.each(g) : this.queue(f.queue, g)
  2473. },
  2474. stop: function(a, b, c) {
  2475. var d = function(a) {
  2476. var b = a.stop;
  2477. delete a.stop, b(c)
  2478. };
  2479. return "string" != typeof a && (c = b, b = a, a = void 0), b && a !== !1 && this.queue(a || "fx", []), this.each(function() {
  2480. var b = !0,
  2481. e = null != a && a + "queueHooks",
  2482. f = o.timers,
  2483. g = L.get(this);
  2484. if (e) g[e] && g[e].stop && d(g[e]);
  2485. else
  2486. for (e in g) g[e] && g[e].stop && Pb.test(e) && d(g[e]);
  2487. for (e = f.length; e--;) f[e].elem !== this || null != a && f[e].queue !== a || (f[e].anim.stop(c), b = !1, f.splice(e, 1));
  2488. (b || !c) && o.dequeue(this, a)
  2489. })
  2490. },
  2491. finish: function(a) {
  2492. return a !== !1 && (a = a || "fx"), this.each(function() {
  2493. var b, c = L.get(this),
  2494. d = c[a + "queue"],
  2495. e = c[a + "queueHooks"],
  2496. f = o.timers,
  2497. g = d ? d.length : 0;
  2498. for (c.finish = !0, o.queue(this, a, []), e && e.stop && e.stop.call(this, !0), b = f.length; b--;) f[b].elem === this && f[b].queue === a && (f[b].anim.stop(!0), f.splice(b, 1));
  2499. for (b = 0; g > b; b++) d[b] && d[b].finish && d[b].finish.call(this);
  2500. delete c.finish
  2501. })
  2502. }
  2503. }), o.each(["toggle", "show", "hide"], function(a, b) {
  2504. var c = o.fn[b];
  2505. o.fn[b] = function(a, d, e) {
  2506. return null == a || "boolean" == typeof a ? c.apply(this, arguments) : this.animate(Tb(b, !0), a, d, e)
  2507. }
  2508. }), o.each({
  2509. slideDown: Tb("show"),
  2510. slideUp: Tb("hide"),
  2511. slideToggle: Tb("toggle"),
  2512. fadeIn: {
  2513. opacity: "show"
  2514. },
  2515. fadeOut: {
  2516. opacity: "hide"
  2517. },
  2518. fadeToggle: {
  2519. opacity: "toggle"
  2520. }
  2521. }, function(a, b) {
  2522. o.fn[a] = function(a, c, d) {
  2523. return this.animate(b, a, c, d)
  2524. }
  2525. }), o.timers = [], o.fx.tick = function() {
  2526. var a, b = 0,
  2527. c = o.timers;
  2528. for (Lb = o.now(); b < c.length; b++) a = c[b], a() || c[b] !== a || c.splice(b--, 1);
  2529. c.length || o.fx.stop(), Lb = void 0
  2530. }, o.fx.timer = function(a) {
  2531. o.timers.push(a), a() ? o.fx.start() : o.timers.pop()
  2532. }, o.fx.interval = 13, o.fx.start = function() {
  2533. Mb || (Mb = setInterval(o.fx.tick, o.fx.interval))
  2534. }, o.fx.stop = function() {
  2535. clearInterval(Mb), Mb = null
  2536. }, o.fx.speeds = {
  2537. slow: 600,
  2538. fast: 200,
  2539. _default: 400
  2540. }, o.fn.delay = function(a, b) {
  2541. return a = o.fx ? o.fx.speeds[a] || a : a, b = b || "fx", this.queue(b, function(b, c) {
  2542. var d = setTimeout(b, a);
  2543. c.stop = function() {
  2544. clearTimeout(d)
  2545. }
  2546. })
  2547. },
  2548. function() {
  2549. var a = m.createElement("input"),
  2550. b = m.createElement("select"),
  2551. c = b.appendChild(m.createElement("option"));
  2552. a.type = "checkbox", l.checkOn = "" !== a.value, l.optSelected = c.selected, b.disabled = !0, l.optDisabled = !c.disabled, a = m.createElement("input"), a.value = "t", a.type = "radio", l.radioValue = "t" === a.value
  2553. }();
  2554. var Yb, Zb, $b = o.expr.attrHandle;
  2555. o.fn.extend({
  2556. attr: function(a, b) {
  2557. return J(this, o.attr, a, b, arguments.length > 1)
  2558. },
  2559. removeAttr: function(a) {
  2560. return this.each(function() {
  2561. o.removeAttr(this, a)
  2562. })
  2563. }
  2564. }), o.extend({
  2565. attr: function(a, b, c) {
  2566. var d, e, f = a.nodeType;
  2567. return a && 3 !== f && 8 !== f && 2 !== f ? typeof a.getAttribute === U ? o.prop(a, b, c) : (1 === f && o.isXMLDoc(a) || (b = b.toLowerCase(), d = o.attrHooks[b] || (o.expr.match.bool.test(b) ? Zb : Yb)), void 0 === c ? d && "get" in d && null !== (e = d.get(a, b)) ? e : (e = o.find.attr(a, b), null == e ? void 0 : e) : null !== c ? d && "set" in d && void 0 !== (e = d.set(a, c, b)) ? e : (a.setAttribute(b, c + ""), c) : void o.removeAttr(a, b)) : void 0
  2568. },
  2569. removeAttr: function(a, b) {
  2570. var c, d, e = 0,
  2571. f = b && b.match(E);
  2572. if (f && 1 === a.nodeType)
  2573. for (; c = f[e++];) d = o.propFix[c] || c, o.expr.match.bool.test(c) && (a[d] = !1), a.removeAttribute(c)
  2574. },
  2575. attrHooks: {
  2576. type: {
  2577. set: function(a, b) {
  2578. if (!l.radioValue && "radio" === b && o.nodeName(a, "input")) {
  2579. var c = a.value;
  2580. return a.setAttribute("type", b), c && (a.value = c), b
  2581. }
  2582. }
  2583. }
  2584. }
  2585. }), Zb = {
  2586. set: function(a, b, c) {
  2587. return b === !1 ? o.removeAttr(a, c) : a.setAttribute(c, c), c
  2588. }
  2589. }, o.each(o.expr.match.bool.source.match(/\w+/g), function(a, b) {
  2590. var c = $b[b] || o.find.attr;
  2591. $b[b] = function(a, b, d) {
  2592. var e, f;
  2593. return d || (f = $b[b], $b[b] = e, e = null != c(a, b, d) ? b.toLowerCase() : null, $b[b] = f), e
  2594. }
  2595. });
  2596. var _b = /^(?:input|select|textarea|button)$/i;
  2597. o.fn.extend({
  2598. prop: function(a, b) {
  2599. return J(this, o.prop, a, b, arguments.length > 1)
  2600. },
  2601. removeProp: function(a) {
  2602. return this.each(function() {
  2603. delete this[o.propFix[a] || a]
  2604. })
  2605. }
  2606. }), o.extend({
  2607. propFix: {
  2608. "for": "htmlFor",
  2609. "class": "className"
  2610. },
  2611. prop: function(a, b, c) {
  2612. var d, e, f, g = a.nodeType;
  2613. return a && 3 !== g && 8 !== g && 2 !== g ? (f = 1 !== g || !o.isXMLDoc(a), f && (b = o.propFix[b] || b, e = o.propHooks[b]), void 0 !== c ? e && "set" in e && void 0 !== (d = e.set(a, c, b)) ? d : a[b] = c : e && "get" in e && null !== (d = e.get(a, b)) ? d : a[b]) : void 0
  2614. },
  2615. propHooks: {
  2616. tabIndex: {
  2617. get: function(a) {
  2618. return a.hasAttribute("tabindex") || _b.test(a.nodeName) || a.href ? a.tabIndex : -1
  2619. }
  2620. }
  2621. }
  2622. }), l.optSelected || (o.propHooks.selected = {
  2623. get: function(a) {
  2624. var b = a.parentNode;
  2625. return b && b.parentNode && b.parentNode.selectedIndex, null
  2626. }
  2627. }), o.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function() {
  2628. o.propFix[this.toLowerCase()] = this
  2629. });
  2630. var ac = /[\t\r\n\f]/g;
  2631. o.fn.extend({
  2632. addClass: function(a) {
  2633. var b, c, d, e, f, g, h = "string" == typeof a && a,
  2634. i = 0,
  2635. j = this.length;
  2636. if (o.isFunction(a)) return this.each(function(b) {
  2637. o(this).addClass(a.call(this, b, this.className))
  2638. });
  2639. if (h)
  2640. for (b = (a || "").match(E) || []; j > i; i++)
  2641. if (c = this[i], d = 1 === c.nodeType && (c.className ? (" " + c.className + " ").replace(ac, " ") : " ")) {
  2642. for (f = 0; e = b[f++];) d.indexOf(" " + e + " ") < 0 && (d += e + " ");
  2643. g = o.trim(d), c.className !== g && (c.className = g)
  2644. }
  2645. return this
  2646. },
  2647. removeClass: function(a) {
  2648. var b, c, d, e, f, g, h = 0 === arguments.length || "string" == typeof a && a,
  2649. i = 0,
  2650. j = this.length;
  2651. if (o.isFunction(a)) return this.each(function(b) {
  2652. o(this).removeClass(a.call(this, b, this.className))
  2653. });
  2654. if (h)
  2655. for (b = (a || "").match(E) || []; j > i; i++)
  2656. if (c = this[i], d = 1 === c.nodeType && (c.className ? (" " + c.className + " ").replace(ac, " ") : "")) {
  2657. for (f = 0; e = b[f++];)
  2658. for (; d.indexOf(" " + e + " ") >= 0;) d = d.replace(" " + e + " ", " ");
  2659. g = a ? o.trim(d) : "", c.className !== g && (c.className = g)
  2660. }
  2661. return this
  2662. },
  2663. toggleClass: function(a, b) {
  2664. var c = typeof a;
  2665. return "boolean" == typeof b && "string" === c ? b ? this.addClass(a) : this.removeClass(a) : this.each(o.isFunction(a) ? function(c) {
  2666. o(this).toggleClass(a.call(this, c, this.className, b), b)
  2667. } : function() {
  2668. if ("string" === c)
  2669. for (var b, d = 0, e = o(this), f = a.match(E) || []; b = f[d++];) e.hasClass(b) ? e.removeClass(b) : e.addClass(b);
  2670. else(c === U || "boolean" === c) && (this.className && L.set(this, "__className__", this.className), this.className = this.className || a === !1 ? "" : L.get(this, "__className__") || "")
  2671. })
  2672. },
  2673. hasClass: function(a) {
  2674. for (var b = " " + a + " ", c = 0, d = this.length; d > c; c++)
  2675. if (1 === this[c].nodeType && (" " + this[c].className + " ").replace(ac, " ").indexOf(b) >= 0) return !0;
  2676. return !1
  2677. }
  2678. });
  2679. var bc = /\r/g;
  2680. o.fn.extend({
  2681. val: function(a) {
  2682. var b, c, d, e = this[0];
  2683. return arguments.length ? (d = o.isFunction(a), this.each(function(c) {
  2684. var e;
  2685. 1 === this.nodeType && (e = d ? a.call(this, c, o(this).val()) : a, null == e ? e = "" : "number" == typeof e ? e += "" : o.isArray(e) && (e = o.map(e, function(a) {
  2686. return null == a ? "" : a + ""
  2687. })), b = o.valHooks[this.type] || o.valHooks[this.nodeName.toLowerCase()], b && "set" in b && void 0 !== b.set(this, e, "value") || (this.value = e))
  2688. })) : e ? (b = o.valHooks[e.type] || o.valHooks[e.nodeName.toLowerCase()], b && "get" in b && void 0 !== (c = b.get(e, "value")) ? c : (c = e.value, "string" == typeof c ? c.replace(bc, "") : null == c ? "" : c)) : void 0
  2689. }
  2690. }), o.extend({
  2691. valHooks: {
  2692. select: {
  2693. get: function(a) {
  2694. for (var b, c, d = a.options, e = a.selectedIndex, f = "select-one" === a.type || 0 > e, g = f ? null : [], h = f ? e + 1 : d.length, i = 0 > e ? h : f ? e : 0; h > i; i++)
  2695. if (c = d[i], !(!c.selected && i !== e || (l.optDisabled ? c.disabled : null !== c.getAttribute("disabled")) || c.parentNode.disabled && o.nodeName(c.parentNode, "optgroup"))) {
  2696. if (b = o(c).val(), f) return b;
  2697. g.push(b)
  2698. }
  2699. return g
  2700. },
  2701. set: function(a, b) {
  2702. for (var c, d, e = a.options, f = o.makeArray(b), g = e.length; g--;) d = e[g], (d.selected = o.inArray(o(d).val(), f) >= 0) && (c = !0);
  2703. return c || (a.selectedIndex = -1), f
  2704. }
  2705. }
  2706. }
  2707. }), o.each(["radio", "checkbox"], function() {
  2708. o.valHooks[this] = {
  2709. set: function(a, b) {
  2710. return o.isArray(b) ? a.checked = o.inArray(o(a).val(), b) >= 0 : void 0
  2711. }
  2712. }, l.checkOn || (o.valHooks[this].get = function(a) {
  2713. return null === a.getAttribute("value") ? "on" : a.value
  2714. })
  2715. }), o.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "), function(a, b) {
  2716. o.fn[b] = function(a, c) {
  2717. return arguments.length > 0 ? this.on(b, null, a, c) : this.trigger(b)
  2718. }
  2719. }), o.fn.extend({
  2720. hover: function(a, b) {
  2721. return this.mouseenter(a).mouseleave(b || a)
  2722. },
  2723. bind: function(a, b, c) {
  2724. return this.on(a, null, b, c)
  2725. },
  2726. unbind: function(a, b) {
  2727. return this.off(a, null, b)
  2728. },
  2729. delegate: function(a, b, c, d) {
  2730. return this.on(b, a, c, d)
  2731. },
  2732. undelegate: function(a, b, c) {
  2733. return 1 === arguments.length ? this.off(a, "**") : this.off(b, a || "**", c)
  2734. }
  2735. });
  2736. var cc = o.now(),
  2737. dc = /\?/;
  2738. o.parseJSON = function(a) {
  2739. return JSON.parse(a + "")
  2740. }, o.parseXML = function(a) {
  2741. var b, c;
  2742. if (!a || "string" != typeof a) return null;
  2743. try {
  2744. c = new DOMParser, b = c.parseFromString(a, "text/xml")
  2745. } catch (d) {
  2746. b = void 0
  2747. }
  2748. return (!b || b.getElementsByTagName("parsererror").length) && o.error("Invalid XML: " + a), b
  2749. };
  2750. var ec, fc, gc = /#.*$/,
  2751. hc = /([?&])_=[^&]*/,
  2752. ic = /^(.*?):[ \t]*([^\r\n]*)$/gm,
  2753. jc = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,
  2754. kc = /^(?:GET|HEAD)$/,
  2755. lc = /^\/\//,
  2756. mc = /^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,
  2757. nc = {},
  2758. oc = {},
  2759. pc = "*/".concat("*");
  2760. try {
  2761. fc = location.href
  2762. } catch (qc) {
  2763. fc = m.createElement("a"), fc.href = "", fc = fc.href
  2764. }
  2765. ec = mc.exec(fc.toLowerCase()) || [], o.extend({
  2766. active: 0,
  2767. lastModified: {},
  2768. etag: {},
  2769. ajaxSettings: {
  2770. url: fc,
  2771. type: "GET",
  2772. isLocal: jc.test(ec[1]),
  2773. global: !0,
  2774. processData: !0,
  2775. async: !0,
  2776. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  2777. accepts: {
  2778. "*": pc,
  2779. text: "text/plain",
  2780. html: "text/html",
  2781. xml: "application/xml, text/xml",
  2782. json: "application/json, text/javascript"
  2783. },
  2784. contents: {
  2785. xml: /xml/,
  2786. html: /html/,
  2787. json: /json/
  2788. },
  2789. responseFields: {
  2790. xml: "responseXML",
  2791. text: "responseText",
  2792. json: "responseJSON"
  2793. },
  2794. converters: {
  2795. "* text": String,
  2796. "text html": !0,
  2797. "text json": o.parseJSON,
  2798. "text xml": o.parseXML
  2799. },
  2800. flatOptions: {
  2801. url: !0,
  2802. context: !0
  2803. }
  2804. },
  2805. ajaxSetup: function(a, b) {
  2806. return b ? tc(tc(a, o.ajaxSettings), b) : tc(o.ajaxSettings, a)
  2807. },
  2808. ajaxPrefilter: rc(nc),
  2809. ajaxTransport: rc(oc),
  2810. ajax: function(a, b) {
  2811. function x(a, b, f, h) {
  2812. var j, r, s, u, w, x = b;
  2813. 2 !== t && (t = 2, g && clearTimeout(g), c = void 0, e = h || "", v.readyState = a > 0 ? 4 : 0, j = a >= 200 && 300 > a || 304 === a, f && (u = uc(k, v, f)), u = vc(k, u, v, j), j ? (k.ifModified && (w = v.getResponseHeader("Last-Modified"), w && (o.lastModified[d] = w), w = v.getResponseHeader("etag"), w && (o.etag[d] = w)), 204 === a || "HEAD" === k.type ? x = "nocontent" : 304 === a ? x = "notmodified" : (x = u.state, r = u.data, s = u.error, j = !s)) : (s = x, (a || !x) && (x = "error", 0 > a && (a = 0))), v.status = a, v.statusText = (b || x) + "", j ? n.resolveWith(l, [r, x, v]) : n.rejectWith(l, [v, x, s]), v.statusCode(q), q = void 0, i && m.trigger(j ? "ajaxSuccess" : "ajaxError", [v, k, j ? r : s]), p.fireWith(l, [v, x]), i && (m.trigger("ajaxComplete", [v, k]), --o.active || o.event.trigger("ajaxStop")))
  2814. }
  2815. "object" == typeof a && (b = a, a = void 0), b = b || {};
  2816. var c, d, e, f, g, h, i, j, k = o.ajaxSetup({}, b),
  2817. l = k.context || k,
  2818. m = k.context && (l.nodeType || l.jquery) ? o(l) : o.event,
  2819. n = o.Deferred(),
  2820. p = o.Callbacks("once memory"),
  2821. q = k.statusCode || {},
  2822. r = {},
  2823. s = {},
  2824. t = 0,
  2825. u = "canceled",
  2826. v = {
  2827. readyState: 0,
  2828. getResponseHeader: function(a) {
  2829. var b;
  2830. if (2 === t) {
  2831. if (!f)
  2832. for (f = {}; b = ic.exec(e);) f[b[1].toLowerCase()] = b[2];
  2833. b = f[a.toLowerCase()]
  2834. }
  2835. return null == b ? null : b
  2836. },
  2837. getAllResponseHeaders: function() {
  2838. return 2 === t ? e : null
  2839. },
  2840. setRequestHeader: function(a, b) {
  2841. var c = a.toLowerCase();
  2842. return t || (a = s[c] = s[c] || a, r[a] = b), this
  2843. },
  2844. overrideMimeType: function(a) {
  2845. return t || (k.mimeType = a), this
  2846. },
  2847. statusCode: function(a) {
  2848. var b;
  2849. if (a)
  2850. if (2 > t)
  2851. for (b in a) q[b] = [q[b], a[b]];
  2852. else v.always(a[v.status]);
  2853. return this
  2854. },
  2855. abort: function(a) {
  2856. var b = a || u;
  2857. return c && c.abort(b), x(0, b), this
  2858. }
  2859. };
  2860. if (n.promise(v).complete = p.add, v.success = v.done, v.error = v.fail, k.url = ((a || k.url || fc) + "").replace(gc, "").replace(lc, ec[1] + "//"), k.type = b.method || b.type || k.method || k.type, k.dataTypes = o.trim(k.dataType || "*").toLowerCase().match(E) || [""], null == k.crossDomain && (h = mc.exec(k.url.toLowerCase()), k.crossDomain = !(!h || h[1] === ec[1] && h[2] === ec[2] && (h[3] || ("http:" === h[1] ? "80" : "443")) === (ec[3] || ("http:" === ec[1] ? "80" : "443")))), k.data && k.processData && "string" != typeof k.data && (k.data = o.param(k.data, k.traditional)), sc(nc, k, b, v), 2 === t) return v;
  2861. i = k.global, i && 0 === o.active++ && o.event.trigger("ajaxStart"), k.type = k.type.toUpperCase(), k.hasContent = !kc.test(k.type), d = k.url, k.hasContent || (k.data && (d = k.url += (dc.test(d) ? "&" : "?") + k.data, delete k.data), k.cache === !1 && (k.url = hc.test(d) ? d.replace(hc, "$1_=" + cc++) : d + (dc.test(d) ? "&" : "?") + "_=" + cc++)), k.ifModified && (o.lastModified[d] && v.setRequestHeader("If-Modified-Since", o.lastModified[d]), o.etag[d] && v.setRequestHeader("If-None-Match", o.etag[d])), (k.data && k.hasContent && k.contentType !== !1 || b.contentType) && v.setRequestHeader("Content-Type", k.contentType), v.setRequestHeader("Accept", k.dataTypes[0] && k.accepts[k.dataTypes[0]] ? k.accepts[k.dataTypes[0]] + ("*" !== k.dataTypes[0] ? ", " + pc + "; q=0.01" : "") : k.accepts["*"]);
  2862. for (j in k.headers) v.setRequestHeader(j, k.headers[j]);
  2863. if (k.beforeSend && (k.beforeSend.call(l, v, k) === !1 || 2 === t)) return v.abort();
  2864. u = "abort";
  2865. for (j in {
  2866. success: 1,
  2867. error: 1,
  2868. complete: 1
  2869. }) v[j](k[j]);
  2870. if (c = sc(oc, k, b, v)) {
  2871. v.readyState = 1, i && m.trigger("ajaxSend", [v, k]), k.async && k.timeout > 0 && (g = setTimeout(function() {
  2872. v.abort("timeout")
  2873. }, k.timeout));
  2874. try {
  2875. t = 1, c.send(r, x)
  2876. } catch (w) {
  2877. if (!(2 > t)) throw w;
  2878. x(-1, w)
  2879. }
  2880. } else x(-1, "No Transport");
  2881. return v
  2882. },
  2883. getJSON: function(a, b, c) {
  2884. return o.get(a, b, c, "json")
  2885. },
  2886. getScript: function(a, b) {
  2887. return o.get(a, void 0, b, "script")
  2888. }
  2889. }), o.each(["get", "post"], function(a, b) {
  2890. o[b] = function(a, c, d, e) {
  2891. return o.isFunction(c) && (e = e || d, d = c, c = void 0), o.ajax({
  2892. url: a,
  2893. type: b,
  2894. dataType: e,
  2895. data: c,
  2896. success: d
  2897. })
  2898. }
  2899. }), o.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function(a, b) {
  2900. o.fn[b] = function(a) {
  2901. return this.on(b, a)
  2902. }
  2903. }), o._evalUrl = function(a) {
  2904. return o.ajax({
  2905. url: a,
  2906. type: "GET",
  2907. dataType: "script",
  2908. async: !1,
  2909. global: !1,
  2910. "throws": !0
  2911. })
  2912. }, o.fn.extend({
  2913. wrapAll: function(a) {
  2914. var b;
  2915. return o.isFunction(a) ? this.each(function(b) {
  2916. o(this).wrapAll(a.call(this, b))
  2917. }) : (this[0] && (b = o(a, this[0].ownerDocument).eq(0).clone(!0), this[0].parentNode && b.insertBefore(this[0]), b.map(function() {
  2918. for (var a = this; a.firstElementChild;) a = a.firstElementChild;
  2919. return a
  2920. }).append(this)), this)
  2921. },
  2922. wrapInner: function(a) {
  2923. return this.each(o.isFunction(a) ? function(b) {
  2924. o(this).wrapInner(a.call(this, b))
  2925. } : function() {
  2926. var b = o(this),
  2927. c = b.contents();
  2928. c.length ? c.wrapAll(a) : b.append(a)
  2929. })
  2930. },
  2931. wrap: function(a) {
  2932. var b = o.isFunction(a);
  2933. return this.each(function(c) {
  2934. o(this).wrapAll(b ? a.call(this, c) : a)
  2935. })
  2936. },
  2937. unwrap: function() {
  2938. return this.parent().each(function() {
  2939. o.nodeName(this, "body") || o(this).replaceWith(this.childNodes)
  2940. }).end()
  2941. }
  2942. }), o.expr.filters.hidden = function(a) {
  2943. return a.offsetWidth <= 0 && a.offsetHeight <= 0
  2944. }, o.expr.filters.visible = function(a) {
  2945. return !o.expr.filters.hidden(a)
  2946. };
  2947. var wc = /%20/g,
  2948. xc = /\[\]$/,
  2949. yc = /\r?\n/g,
  2950. zc = /^(?:submit|button|image|reset|file)$/i,
  2951. Ac = /^(?:input|select|textarea|keygen)/i;
  2952. o.param = function(a, b) {
  2953. var c, d = [],
  2954. e = function(a, b) {
  2955. b = o.isFunction(b) ? b() : null == b ? "" : b, d[d.length] = encodeURIComponent(a) + "=" + encodeURIComponent(b)
  2956. };
  2957. if (void 0 === b && (b = o.ajaxSettings && o.ajaxSettings.traditional), o.isArray(a) || a.jquery && !o.isPlainObject(a)) o.each(a, function() {
  2958. e(this.name, this.value)
  2959. });
  2960. else
  2961. for (c in a) Bc(c, a[c], b, e);
  2962. return d.join("&").replace(wc, "+")
  2963. }, o.fn.extend({
  2964. serialize: function() {
  2965. return o.param(this.serializeArray())
  2966. },
  2967. serializeArray: function() {
  2968. return this.map(function() {
  2969. var a = o.prop(this, "elements");
  2970. return a ? o.makeArray(a) : this
  2971. }).filter(function() {
  2972. var a = this.type;
  2973. return this.name && !o(this).is(":disabled") && Ac.test(this.nodeName) && !zc.test(a) && (this.checked || !T.test(a))
  2974. }).map(function(a, b) {
  2975. var c = o(this).val();
  2976. return null == c ? null : o.isArray(c) ? o.map(c, function(a) {
  2977. return {
  2978. name: b.name,
  2979. value: a.replace(yc, "\r\n")
  2980. }
  2981. }) : {
  2982. name: b.name,
  2983. value: c.replace(yc, "\r\n")
  2984. }
  2985. }).get()
  2986. }
  2987. }), o.ajaxSettings.xhr = function() {
  2988. try {
  2989. return new XMLHttpRequest
  2990. } catch (a) {}
  2991. };
  2992. var Cc = 0,
  2993. Dc = {},
  2994. Ec = {
  2995. 0: 200,
  2996. 1223: 204
  2997. },
  2998. Fc = o.ajaxSettings.xhr();
  2999. a.ActiveXObject && o(a).on("unload", function() {
  3000. for (var a in Dc) Dc[a]()
  3001. }), l.cors = !!Fc && "withCredentials" in Fc, l.ajax = Fc = !!Fc, o.ajaxTransport(function(a) {
  3002. var b;
  3003. return l.cors || Fc && !a.crossDomain ? {
  3004. send: function(c, d) {
  3005. var e, f = a.xhr(),
  3006. g = ++Cc;
  3007. if (f.open(a.type, a.url, a.async, a.username, a.password), a.xhrFields)
  3008. for (e in a.xhrFields) f[e] = a.xhrFields[e];
  3009. a.mimeType && f.overrideMimeType && f.overrideMimeType(a.mimeType), a.crossDomain || c["X-Requested-With"] || (c["X-Requested-With"] = "XMLHttpRequest");
  3010. for (e in c) f.setRequestHeader(e, c[e]);
  3011. b = function(a) {
  3012. return function() {
  3013. b && (delete Dc[g], b = f.onload = f.onerror = null, "abort" === a ? f.abort() : "error" === a ? d(f.status, f.statusText) : d(Ec[f.status] || f.status, f.statusText, "string" == typeof f.responseText ? {
  3014. text: f.responseText
  3015. } : void 0, f.getAllResponseHeaders()))
  3016. }
  3017. }, f.onload = b(), f.onerror = b("error"), b = Dc[g] = b("abort"), f.send(a.hasContent && a.data || null)
  3018. },
  3019. abort: function() {
  3020. b && b()
  3021. }
  3022. } : void 0
  3023. }), o.ajaxSetup({
  3024. accepts: {
  3025. script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
  3026. },
  3027. contents: {
  3028. script: /(?:java|ecma)script/
  3029. },
  3030. converters: {
  3031. "text script": function(a) {
  3032. return o.globalEval(a), a
  3033. }
  3034. }
  3035. }), o.ajaxPrefilter("script", function(a) {
  3036. void 0 === a.cache && (a.cache = !1), a.crossDomain && (a.type = "GET")
  3037. }), o.ajaxTransport("script", function(a) {
  3038. if (a.crossDomain) {
  3039. var b, c;
  3040. return {
  3041. send: function(d, e) {
  3042. b = o("<script>").prop({
  3043. async: !0,
  3044. charset: a.scriptCharset,
  3045. src: a.url
  3046. }).on("load error", c = function(a) {
  3047. b.remove(), c = null, a && e("error" === a.type ? 404 : 200, a.type)
  3048. }), m.head.appendChild(b[0])
  3049. },
  3050. abort: function() {
  3051. c && c()
  3052. }
  3053. }
  3054. }
  3055. });
  3056. var Gc = [],
  3057. Hc = /(=)\?(?=&|$)|\?\?/;
  3058. o.ajaxSetup({
  3059. jsonp: "callback",
  3060. jsonpCallback: function() {
  3061. var a = Gc.pop() || o.expando + "_" + cc++;
  3062. return this[a] = !0, a
  3063. }
  3064. }), o.ajaxPrefilter("json jsonp", function(b, c, d) {
  3065. var e, f, g, h = b.jsonp !== !1 && (Hc.test(b.url) ? "url" : "string" == typeof b.data && !(b.contentType || "").indexOf("application/x-www-form-urlencoded") && Hc.test(b.data) && "data");
  3066. return h || "jsonp" === b.dataTypes[0] ? (e = b.jsonpCallback = o.isFunction(b.jsonpCallback) ? b.jsonpCallback() : b.jsonpCallback, h ? b[h] = b[h].replace(Hc, "$1" + e) : b.jsonp !== !1 && (b.url += (dc.test(b.url) ? "&" : "?") + b.jsonp + "=" + e), b.converters["script json"] = function() {
  3067. return g || o.error(e + " was not called"), g[0]
  3068. }, b.dataTypes[0] = "json", f = a[e], a[e] = function() {
  3069. g = arguments
  3070. }, d.always(function() {
  3071. a[e] = f, b[e] && (b.jsonpCallback = c.jsonpCallback, Gc.push(e)), g && o.isFunction(f) && f(g[0]), g = f = void 0
  3072. }), "script") : void 0
  3073. }), o.parseHTML = function(a, b, c) {
  3074. if (!a || "string" != typeof a) return null;
  3075. "boolean" == typeof b && (c = b, b = !1), b = b || m;
  3076. var d = v.exec(a),
  3077. e = !c && [];
  3078. return d ? [b.createElement(d[1])] : (d = o.buildFragment([a], b, e), e && e.length && o(e).remove(), o.merge([], d.childNodes))
  3079. };
  3080. var Ic = o.fn.load;
  3081. o.fn.load = function(a, b, c) {
  3082. if ("string" != typeof a && Ic) return Ic.apply(this, arguments);
  3083. var d, e, f, g = this,
  3084. h = a.indexOf(" ");
  3085. return h >= 0 && (d = a.slice(h), a = a.slice(0, h)), o.isFunction(b) ? (c = b, b = void 0) : b && "object" == typeof b && (e = "POST"), g.length > 0 && o.ajax({
  3086. url: a,
  3087. type: e,
  3088. dataType: "html",
  3089. data: b
  3090. }).done(function(a) {
  3091. f = arguments, g.html(d ? o("<div>").append(o.parseHTML(a)).find(d) : a)
  3092. }).complete(c && function(a, b) {
  3093. g.each(c, f || [a.responseText, b, a])
  3094. }), this
  3095. }, o.expr.filters.animated = function(a) {
  3096. return o.grep(o.timers, function(b) {
  3097. return a === b.elem
  3098. }).length
  3099. };
  3100. var Jc = a.document.documentElement;
  3101. o.offset = {
  3102. setOffset: function(a, b, c) {
  3103. var d, e, f, g, h, i, j, k = o.css(a, "position"),
  3104. l = o(a),
  3105. m = {};
  3106. "static" === k && (a.style.position = "relative"), h = l.offset(), f = o.css(a, "top"), i = o.css(a, "left"), j = ("absolute" === k || "fixed" === k) && (f + i).indexOf("auto") > -1, j ? (d = l.position(), g = d.top, e = d.left) : (g = parseFloat(f) || 0, e = parseFloat(i) || 0), o.isFunction(b) && (b = b.call(a, c, h)), null != b.top && (m.top = b.top - h.top + g), null != b.left && (m.left = b.left - h.left + e), "using" in b ? b.using.call(a, m) : l.css(m)
  3107. }
  3108. }, o.fn.extend({
  3109. offset: function(a) {
  3110. if (arguments.length) return void 0 === a ? this : this.each(function(b) {
  3111. o.offset.setOffset(this, a, b)
  3112. });
  3113. var b, c, d = this[0],
  3114. e = {
  3115. top: 0,
  3116. left: 0
  3117. },
  3118. f = d && d.ownerDocument;
  3119. return f ? (b = f.documentElement, o.contains(b, d) ? (typeof d.getBoundingClientRect !== U && (e = d.getBoundingClientRect()), c = Kc(f), {
  3120. top: e.top + c.pageYOffset - b.clientTop,
  3121. left: e.left + c.pageXOffset - b.clientLeft
  3122. }) : e) : void 0
  3123. },
  3124. position: function() {
  3125. if (this[0]) {
  3126. var a, b, c = this[0],
  3127. d = {
  3128. top: 0,
  3129. left: 0
  3130. };
  3131. return "fixed" === o.css(c, "position") ? b = c.getBoundingClientRect() : (a = this.offsetParent(), b = this.offset(), o.nodeName(a[0], "html") || (d = a.offset()), d.top += o.css(a[0], "borderTopWidth", !0), d.left += o.css(a[0], "borderLeftWidth", !0)), {
  3132. top: b.top - d.top - o.css(c, "marginTop", !0),
  3133. left: b.left - d.left - o.css(c, "marginLeft", !0)
  3134. }
  3135. }
  3136. },
  3137. offsetParent: function() {
  3138. return this.map(function() {
  3139. for (var a = this.offsetParent || Jc; a && !o.nodeName(a, "html") && "static" === o.css(a, "position");) a = a.offsetParent;
  3140. return a || Jc
  3141. })
  3142. }
  3143. }), o.each({
  3144. scrollLeft: "pageXOffset",
  3145. scrollTop: "pageYOffset"
  3146. }, function(b, c) {
  3147. var d = "pageYOffset" === c;
  3148. o.fn[b] = function(e) {
  3149. return J(this, function(b, e, f) {
  3150. var g = Kc(b);
  3151. return void 0 === f ? g ? g[c] : b[e] : void(g ? g.scrollTo(d ? a.pageXOffset : f, d ? f : a.pageYOffset) : b[e] = f)
  3152. }, b, e, arguments.length, null)
  3153. }
  3154. }), o.each(["top", "left"], function(a, b) {
  3155. o.cssHooks[b] = yb(l.pixelPosition, function(a, c) {
  3156. return c ? (c = xb(a, b), vb.test(c) ? o(a).position()[b] + "px" : c) : void 0
  3157. })
  3158. }), o.each({
  3159. Height: "height",
  3160. Width: "width"
  3161. }, function(a, b) {
  3162. o.each({
  3163. padding: "inner" + a,
  3164. content: b,
  3165. "": "outer" + a
  3166. }, function(c, d) {
  3167. o.fn[d] = function(d, e) {
  3168. var f = arguments.length && (c || "boolean" != typeof d),
  3169. g = c || (d === !0 || e === !0 ? "margin" : "border");
  3170. return J(this, function(b, c, d) {
  3171. var e;
  3172. return o.isWindow(b) ? b.document.documentElement["client" + a] : 9 === b.nodeType ? (e = b.documentElement, Math.max(b.body["scroll" + a], e["scroll" + a], b.body["offset" + a], e["offset" + a], e["client" + a])) : void 0 === d ? o.css(b, c, g) : o.style(b, c, d, g)
  3173. }, b, f ? d : void 0, f, null)
  3174. }
  3175. })
  3176. }), o.fn.size = function() {
  3177. return this.length
  3178. }, o.fn.andSelf = o.fn.addBack, "function" == typeof define && define.amd && define("jquery", [], function() {
  3179. return o
  3180. });
  3181. var Lc = a.jQuery,
  3182. Mc = a.$;
  3183. return o.noConflict = function(b) {
  3184. return a.$ === o && (a.$ = Mc), b && a.jQuery === o && (a.jQuery = Lc), o
  3185. }, typeof b === U && (a.jQuery = a.$ = o), o
  3186. }),
  3187. function() {
  3188. var a = this,
  3189. b = a._,
  3190. c = {},
  3191. d = Array.prototype,
  3192. e = Object.prototype,
  3193. f = Function.prototype,
  3194. g = d.push,
  3195. h = d.slice,
  3196. i = d.concat,
  3197. j = e.toString,
  3198. k = e.hasOwnProperty,
  3199. l = d.forEach,
  3200. m = d.map,
  3201. n = d.reduce,
  3202. o = d.reduceRight,
  3203. p = d.filter,
  3204. q = d.every,
  3205. r = d.some,
  3206. s = d.indexOf,
  3207. t = d.lastIndexOf,
  3208. u = Array.isArray,
  3209. v = Object.keys,
  3210. w = f.bind,
  3211. x = function(a) {
  3212. return a instanceof x ? a : this instanceof x ? void(this._wrapped = a) : new x(a)
  3213. };
  3214. "undefined" != typeof exports ? ("undefined" != typeof module && module.exports && (exports = module.exports = x), exports._ = x) : a._ = x, x.VERSION = "1.6.0";
  3215. var y = x.each = x.forEach = function(a, b, d) {
  3216. if (null == a) return a;
  3217. if (l && a.forEach === l) a.forEach(b, d);
  3218. else if (a.length === +a.length) {
  3219. for (var e = 0, f = a.length; f > e; e++)
  3220. if (b.call(d, a[e], e, a) === c) return
  3221. } else
  3222. for (var g = x.keys(a), e = 0, f = g.length; f > e; e++)
  3223. if (b.call(d, a[g[e]], g[e], a) === c) return;
  3224. return a
  3225. };
  3226. x.map = x.collect = function(a, b, c) {
  3227. var d = [];
  3228. return null == a ? d : m && a.map === m ? a.map(b, c) : (y(a, function(a, e, f) {
  3229. d.push(b.call(c, a, e, f))
  3230. }), d)
  3231. };
  3232. var z = "Reduce of empty array with no initial value";
  3233. x.reduce = x.foldl = x.inject = function(a, b, c, d) {
  3234. var e = arguments.length > 2;
  3235. if (null == a && (a = []), n && a.reduce === n) return d && (b = x.bind(b, d)), e ? a.reduce(b, c) : a.reduce(b);
  3236. if (y(a, function(a, f, g) {
  3237. e ? c = b.call(d, c, a, f, g) : (c = a, e = !0)
  3238. }), !e) throw new TypeError(z);
  3239. return c
  3240. }, x.reduceRight = x.foldr = function(a, b, c, d) {
  3241. var e = arguments.length > 2;
  3242. if (null == a && (a = []), o && a.reduceRight === o) return d && (b = x.bind(b, d)), e ? a.reduceRight(b, c) : a.reduceRight(b);
  3243. var f = a.length;
  3244. if (f !== +f) {
  3245. var g = x.keys(a);
  3246. f = g.length
  3247. }
  3248. if (y(a, function(h, i, j) {
  3249. i = g ? g[--f] : --f, e ? c = b.call(d, c, a[i], i, j) : (c = a[i], e = !0)
  3250. }), !e) throw new TypeError(z);
  3251. return c
  3252. }, x.find = x.detect = function(a, b, c) {
  3253. var d;
  3254. return A(a, function(a, e, f) {
  3255. return b.call(c, a, e, f) ? (d = a, !0) : void 0
  3256. }), d
  3257. }, x.filter = x.select = function(a, b, c) {
  3258. var d = [];
  3259. return null == a ? d : p && a.filter === p ? a.filter(b, c) : (y(a, function(a, e, f) {
  3260. b.call(c, a, e, f) && d.push(a)
  3261. }), d)
  3262. }, x.reject = function(a, b, c) {
  3263. return x.filter(a, function(a, d, e) {
  3264. return !b.call(c, a, d, e)
  3265. }, c)
  3266. }, x.every = x.all = function(a, b, d) {
  3267. b || (b = x.identity);
  3268. var e = !0;
  3269. return null == a ? e : q && a.every === q ? a.every(b, d) : (y(a, function(a, f, g) {
  3270. return (e = e && b.call(d, a, f, g)) ? void 0 : c
  3271. }), !!e)
  3272. };
  3273. var A = x.some = x.any = function(a, b, d) {
  3274. b || (b = x.identity);
  3275. var e = !1;
  3276. return null == a ? e : r && a.some === r ? a.some(b, d) : (y(a, function(a, f, g) {
  3277. return e || (e = b.call(d, a, f, g)) ? c : void 0
  3278. }), !!e)
  3279. };
  3280. x.contains = x.include = function(a, b) {
  3281. return null == a ? !1 : s && a.indexOf === s ? -1 != a.indexOf(b) : A(a, function(a) {
  3282. return a === b
  3283. })
  3284. }, x.invoke = function(a, b) {
  3285. var c = h.call(arguments, 2),
  3286. d = x.isFunction(b);
  3287. return x.map(a, function(a) {
  3288. return (d ? b : a[b]).apply(a, c)
  3289. })
  3290. }, x.pluck = function(a, b) {
  3291. return x.map(a, x.property(b))
  3292. }, x.where = function(a, b) {
  3293. return x.filter(a, x.matches(b))
  3294. }, x.findWhere = function(a, b) {
  3295. return x.find(a, x.matches(b))
  3296. }, x.max = function(a, b, c) {
  3297. if (!b && x.isArray(a) && a[0] === +a[0] && a.length < 65535) return Math.max.apply(Math, a);
  3298. var d = -1 / 0,
  3299. e = -1 / 0;
  3300. return y(a, function(a, f, g) {
  3301. var h = b ? b.call(c, a, f, g) : a;
  3302. h > e && (d = a, e = h)
  3303. }), d
  3304. }, x.min = function(a, b, c) {
  3305. if (!b && x.isArray(a) && a[0] === +a[0] && a.length < 65535) return Math.min.apply(Math, a);
  3306. var d = 1 / 0,
  3307. e = 1 / 0;
  3308. return y(a, function(a, f, g) {
  3309. var h = b ? b.call(c, a, f, g) : a;
  3310. e > h && (d = a, e = h)
  3311. }), d
  3312. }, x.shuffle = function(a) {
  3313. var b, c = 0,
  3314. d = [];
  3315. return y(a, function(a) {
  3316. b = x.random(c++), d[c - 1] = d[b], d[b] = a
  3317. }), d
  3318. }, x.sample = function(a, b, c) {
  3319. return null == b || c ? (a.length !== +a.length && (a = x.values(a)), a[x.random(a.length - 1)]) : x.shuffle(a).slice(0, Math.max(0, b))
  3320. };
  3321. var B = function(a) {
  3322. return null == a ? x.identity : x.isFunction(a) ? a : x.property(a)
  3323. };
  3324. x.sortBy = function(a, b, c) {
  3325. return b = B(b), x.pluck(x.map(a, function(a, d, e) {
  3326. return {
  3327. value: a,
  3328. index: d,
  3329. criteria: b.call(c, a, d, e)
  3330. }
  3331. }).sort(function(a, b) {
  3332. var c = a.criteria,
  3333. d = b.criteria;
  3334. if (c !== d) {
  3335. if (c > d || void 0 === c) return 1;
  3336. if (d > c || void 0 === d) return -1
  3337. }
  3338. return a.index - b.index
  3339. }), "value")
  3340. };
  3341. var C = function(a) {
  3342. return function(b, c, d) {
  3343. var e = {};
  3344. return c = B(c), y(b, function(f, g) {
  3345. var h = c.call(d, f, g, b);
  3346. a(e, h, f)
  3347. }), e
  3348. }
  3349. };
  3350. x.groupBy = C(function(a, b, c) {
  3351. x.has(a, b) ? a[b].push(c) : a[b] = [c]
  3352. }), x.indexBy = C(function(a, b, c) {
  3353. a[b] = c
  3354. }), x.countBy = C(function(a, b) {
  3355. x.has(a, b) ? a[b]++ : a[b] = 1
  3356. }), x.sortedIndex = function(a, b, c, d) {
  3357. c = B(c);
  3358. for (var e = c.call(d, b), f = 0, g = a.length; g > f;) {
  3359. var h = f + g >>> 1;
  3360. c.call(d, a[h]) < e ? f = h + 1 : g = h
  3361. }
  3362. return f
  3363. }, x.toArray = function(a) {
  3364. return a ? x.isArray(a) ? h.call(a) : a.length === +a.length ? x.map(a, x.identity) : x.values(a) : []
  3365. }, x.size = function(a) {
  3366. return null == a ? 0 : a.length === +a.length ? a.length : x.keys(a).length
  3367. }, x.first = x.head = x.take = function(a, b, c) {
  3368. return null == a ? void 0 : null == b || c ? a[0] : 0 > b ? [] : h.call(a, 0, b)
  3369. }, x.initial = function(a, b, c) {
  3370. return h.call(a, 0, a.length - (null == b || c ? 1 : b))
  3371. }, x.last = function(a, b, c) {
  3372. return null == a ? void 0 : null == b || c ? a[a.length - 1] : h.call(a, Math.max(a.length - b, 0))
  3373. }, x.rest = x.tail = x.drop = function(a, b, c) {
  3374. return h.call(a, null == b || c ? 1 : b)
  3375. }, x.compact = function(a) {
  3376. return x.filter(a, x.identity)
  3377. };
  3378. var D = function(a, b, c) {
  3379. return b && x.every(a, x.isArray) ? i.apply(c, a) : (y(a, function(a) {
  3380. x.isArray(a) || x.isArguments(a) ? b ? g.apply(c, a) : D(a, b, c) : c.push(a)
  3381. }), c)
  3382. };
  3383. x.flatten = function(a, b) {
  3384. return D(a, b, [])
  3385. }, x.without = function(a) {
  3386. return x.difference(a, h.call(arguments, 1))
  3387. }, x.partition = function(a, b) {
  3388. var c = [],
  3389. d = [];
  3390. return y(a, function(a) {
  3391. (b(a) ? c : d).push(a)
  3392. }), [c, d]
  3393. }, x.uniq = x.unique = function(a, b, c, d) {
  3394. x.isFunction(b) && (d = c, c = b, b = !1);
  3395. var e = c ? x.map(a, c, d) : a,
  3396. f = [],
  3397. g = [];
  3398. return y(e, function(c, d) {
  3399. (b ? d && g[g.length - 1] === c : x.contains(g, c)) || (g.push(c), f.push(a[d]))
  3400. }), f
  3401. }, x.union = function() {
  3402. return x.uniq(x.flatten(arguments, !0))
  3403. }, x.intersection = function(a) {
  3404. var b = h.call(arguments, 1);
  3405. return x.filter(x.uniq(a), function(a) {
  3406. return x.every(b, function(b) {
  3407. return x.contains(b, a)
  3408. })
  3409. })
  3410. }, x.difference = function(a) {
  3411. var b = i.apply(d, h.call(arguments, 1));
  3412. return x.filter(a, function(a) {
  3413. return !x.contains(b, a)
  3414. })
  3415. }, x.zip = function() {
  3416. for (var a = x.max(x.pluck(arguments, "length").concat(0)), b = new Array(a), c = 0; a > c; c++) b[c] = x.pluck(arguments, "" + c);
  3417. return b
  3418. }, x.object = function(a, b) {
  3419. if (null == a) return {};
  3420. for (var c = {}, d = 0, e = a.length; e > d; d++) b ? c[a[d]] = b[d] : c[a[d][0]] = a[d][1];
  3421. return c
  3422. }, x.indexOf = function(a, b, c) {
  3423. if (null == a) return -1;
  3424. var d = 0,
  3425. e = a.length;
  3426. if (c) {
  3427. if ("number" != typeof c) return d = x.sortedIndex(a, b), a[d] === b ? d : -1;
  3428. d = 0 > c ? Math.max(0, e + c) : c
  3429. }
  3430. if (s && a.indexOf === s) return a.indexOf(b, c);
  3431. for (; e > d; d++)
  3432. if (a[d] === b) return d;
  3433. return -1
  3434. }, x.lastIndexOf = function(a, b, c) {
  3435. if (null == a) return -1;
  3436. var d = null != c;
  3437. if (t && a.lastIndexOf === t) return d ? a.lastIndexOf(b, c) : a.lastIndexOf(b);
  3438. for (var e = d ? c : a.length; e--;)
  3439. if (a[e] === b) return e;
  3440. return -1
  3441. }, x.range = function(a, b, c) {
  3442. arguments.length <= 1 && (b = a || 0, a = 0), c = arguments[2] || 1;
  3443. for (var d = Math.max(Math.ceil((b - a) / c), 0), e = 0, f = new Array(d); d > e;) f[e++] = a, a += c;
  3444. return f
  3445. };
  3446. var E = function() {};
  3447. x.bind = function(a, b) {
  3448. var c, d;
  3449. if (w && a.bind === w) return w.apply(a, h.call(arguments, 1));
  3450. if (!x.isFunction(a)) throw new TypeError;
  3451. return c = h.call(arguments, 2), d = function() {
  3452. if (!(this instanceof d)) return a.apply(b, c.concat(h.call(arguments)));
  3453. E.prototype = a.prototype;
  3454. var e = new E;
  3455. E.prototype = null;
  3456. var f = a.apply(e, c.concat(h.call(arguments)));
  3457. return Object(f) === f ? f : e
  3458. }
  3459. }, x.partial = function(a) {
  3460. var b = h.call(arguments, 1);
  3461. return function() {
  3462. for (var c = 0, d = b.slice(), e = 0, f = d.length; f > e; e++) d[e] === x && (d[e] = arguments[c++]);
  3463. for (; c < arguments.length;) d.push(arguments[c++]);
  3464. return a.apply(this, d)
  3465. }
  3466. }, x.bindAll = function(a) {
  3467. var b = h.call(arguments, 1);
  3468. if (0 === b.length) throw new Error("bindAll must be passed function names");
  3469. return y(b, function(b) {
  3470. a[b] = x.bind(a[b], a)
  3471. }), a
  3472. }, x.memoize = function(a, b) {
  3473. var c = {};
  3474. return b || (b = x.identity),
  3475. function() {
  3476. var d = b.apply(this, arguments);
  3477. return x.has(c, d) ? c[d] : c[d] = a.apply(this, arguments)
  3478. }
  3479. }, x.delay = function(a, b) {
  3480. var c = h.call(arguments, 2);
  3481. return setTimeout(function() {
  3482. return a.apply(null, c)
  3483. }, b)
  3484. }, x.defer = function(a) {
  3485. return x.delay.apply(x, [a, 1].concat(h.call(arguments, 1)))
  3486. }, x.throttle = function(a, b, c) {
  3487. var d, e, f, g = null,
  3488. h = 0;
  3489. c || (c = {});
  3490. var i = function() {
  3491. h = c.leading === !1 ? 0 : x.now(), g = null, f = a.apply(d, e), d = e = null
  3492. };
  3493. return function() {
  3494. var j = x.now();
  3495. h || c.leading !== !1 || (h = j);
  3496. var k = b - (j - h);
  3497. return d = this, e = arguments, 0 >= k ? (clearTimeout(g), g = null, h = j, f = a.apply(d, e), d = e = null) : g || c.trailing === !1 || (g = setTimeout(i, k)), f
  3498. }
  3499. }, x.debounce = function(a, b, c) {
  3500. var d, e, f, g, h, i = function() {
  3501. var j = x.now() - g;
  3502. b > j ? d = setTimeout(i, b - j) : (d = null, c || (h = a.apply(f, e), f = e = null))
  3503. };
  3504. return function() {
  3505. f = this, e = arguments, g = x.now();
  3506. var j = c && !d;
  3507. return d || (d = setTimeout(i, b)), j && (h = a.apply(f, e), f = e = null), h
  3508. }
  3509. }, x.once = function(a) {
  3510. var b, c = !1;
  3511. return function() {
  3512. return c ? b : (c = !0, b = a.apply(this, arguments), a = null, b)
  3513. }
  3514. }, x.wrap = function(a, b) {
  3515. return x.partial(b, a)
  3516. }, x.compose = function() {
  3517. var a = arguments;
  3518. return function() {
  3519. for (var b = arguments, c = a.length - 1; c >= 0; c--) b = [a[c].apply(this, b)];
  3520. return b[0]
  3521. }
  3522. }, x.after = function(a, b) {
  3523. return function() {
  3524. return --a < 1 ? b.apply(this, arguments) : void 0
  3525. }
  3526. }, x.keys = function(a) {
  3527. if (!x.isObject(a)) return [];
  3528. if (v) return v(a);
  3529. var b = [];
  3530. for (var c in a) x.has(a, c) && b.push(c);
  3531. return b
  3532. }, x.values = function(a) {
  3533. for (var b = x.keys(a), c = b.length, d = new Array(c), e = 0; c > e; e++) d[e] = a[b[e]];
  3534. return d
  3535. }, x.pairs = function(a) {
  3536. for (var b = x.keys(a), c = b.length, d = new Array(c), e = 0; c > e; e++) d[e] = [b[e], a[b[e]]];
  3537. return d
  3538. }, x.invert = function(a) {
  3539. for (var b = {}, c = x.keys(a), d = 0, e = c.length; e > d; d++) b[a[c[d]]] = c[d];
  3540. return b
  3541. }, x.functions = x.methods = function(a) {
  3542. var b = [];
  3543. for (var c in a) x.isFunction(a[c]) && b.push(c);
  3544. return b.sort()
  3545. }, x.extend = function(a) {
  3546. return y(h.call(arguments, 1), function(b) {
  3547. if (b)
  3548. for (var c in b) a[c] = b[c]
  3549. }), a
  3550. }, x.pick = function(a) {
  3551. var b = {},
  3552. c = i.apply(d, h.call(arguments, 1));
  3553. return y(c, function(c) {
  3554. c in a && (b[c] = a[c])
  3555. }), b
  3556. }, x.omit = function(a) {
  3557. var b = {},
  3558. c = i.apply(d, h.call(arguments, 1));
  3559. for (var e in a) x.contains(c, e) || (b[e] = a[e]);
  3560. return b
  3561. }, x.defaults = function(a) {
  3562. return y(h.call(arguments, 1), function(b) {
  3563. if (b)
  3564. for (var c in b) void 0 === a[c] && (a[c] = b[c])
  3565. }), a
  3566. }, x.clone = function(a) {
  3567. return x.isObject(a) ? x.isArray(a) ? a.slice() : x.extend({}, a) : a
  3568. }, x.tap = function(a, b) {
  3569. return b(a), a
  3570. };
  3571. var F = function(a, b, c, d) {
  3572. if (a === b) return 0 !== a || 1 / a == 1 / b;
  3573. if (null == a || null == b) return a === b;
  3574. a instanceof x && (a = a._wrapped), b instanceof x && (b = b._wrapped);
  3575. var e = j.call(a);
  3576. if (e != j.call(b)) return !1;
  3577. switch (e) {
  3578. case "[object String]":
  3579. return a == String(b);
  3580. case "[object Number]":
  3581. return a != +a ? b != +b : 0 == a ? 1 / a == 1 / b : a == +b;
  3582. case "[object Date]":
  3583. case "[object Boolean]":
  3584. return +a == +b;
  3585. case "[object RegExp]":
  3586. return a.source == b.source && a.global == b.global && a.multiline == b.multiline && a.ignoreCase == b.ignoreCase
  3587. }
  3588. if ("object" != typeof a || "object" != typeof b) return !1;
  3589. for (var f = c.length; f--;)
  3590. if (c[f] == a) return d[f] == b;
  3591. var g = a.constructor,
  3592. h = b.constructor;
  3593. if (g !== h && !(x.isFunction(g) && g instanceof g && x.isFunction(h) && h instanceof h) && "constructor" in a && "constructor" in b) return !1;
  3594. c.push(a), d.push(b);
  3595. var i = 0,
  3596. k = !0;
  3597. if ("[object Array]" == e) {
  3598. if (i = a.length, k = i == b.length)
  3599. for (; i-- && (k = F(a[i], b[i], c, d)););
  3600. } else {
  3601. for (var l in a)
  3602. if (x.has(a, l) && (i++, !(k = x.has(b, l) && F(a[l], b[l], c, d)))) break;
  3603. if (k) {
  3604. for (l in b)
  3605. if (x.has(b, l) && !i--) break;
  3606. k = !i
  3607. }
  3608. }
  3609. return c.pop(), d.pop(), k
  3610. };
  3611. x.isEqual = function(a, b) {
  3612. return F(a, b, [], [])
  3613. }, x.isEmpty = function(a) {
  3614. if (null == a) return !0;
  3615. if (x.isArray(a) || x.isString(a)) return 0 === a.length;
  3616. for (var b in a)
  3617. if (x.has(a, b)) return !1;
  3618. return !0
  3619. }, x.isElement = function(a) {
  3620. return !(!a || 1 !== a.nodeType)
  3621. }, x.isArray = u || function(a) {
  3622. return "[object Array]" == j.call(a)
  3623. }, x.isObject = function(a) {
  3624. return a === Object(a)
  3625. }, y(["Arguments", "Function", "String", "Number", "Date", "RegExp"], function(a) {
  3626. x["is" + a] = function(b) {
  3627. return j.call(b) == "[object " + a + "]"
  3628. }
  3629. }), x.isArguments(arguments) || (x.isArguments = function(a) {
  3630. return !(!a || !x.has(a, "callee"))
  3631. }), "function" != typeof /./ && (x.isFunction = function(a) {
  3632. return "function" == typeof a
  3633. }), x.isFinite = function(a) {
  3634. return isFinite(a) && !isNaN(parseFloat(a))
  3635. }, x.isNaN = function(a) {
  3636. return x.isNumber(a) && a != +a
  3637. }, x.isBoolean = function(a) {
  3638. return a === !0 || a === !1 || "[object Boolean]" == j.call(a)
  3639. }, x.isNull = function(a) {
  3640. return null === a
  3641. }, x.isUndefined = function(a) {
  3642. return void 0 === a
  3643. }, x.has = function(a, b) {
  3644. return k.call(a, b)
  3645. }, x.noConflict = function() {
  3646. return a._ = b, this
  3647. }, x.identity = function(a) {
  3648. return a
  3649. }, x.constant = function(a) {
  3650. return function() {
  3651. return a
  3652. }
  3653. }, x.property = function(a) {
  3654. return function(b) {
  3655. return b[a]
  3656. }
  3657. }, x.matches = function(a) {
  3658. return function(b) {
  3659. if (b === a) return !0;
  3660. for (var c in a)
  3661. if (a[c] !== b[c]) return !1;
  3662. return !0
  3663. }
  3664. }, x.times = function(a, b, c) {
  3665. for (var d = Array(Math.max(0, a)), e = 0; a > e; e++) d[e] = b.call(c, e);
  3666. return d
  3667. }, x.random = function(a, b) {
  3668. return null == b && (b = a, a = 0), a + Math.floor(Math.random() * (b - a + 1))
  3669. }, x.now = Date.now || function() {
  3670. return (new Date).getTime()
  3671. };
  3672. var G = {
  3673. escape: {
  3674. "&": "&amp;",
  3675. "<": "&lt;",
  3676. ">": "&gt;",
  3677. '"': "&quot;",
  3678. "'": "&#x27;"
  3679. }
  3680. };
  3681. G.unescape = x.invert(G.escape);
  3682. var H = {
  3683. escape: new RegExp("[" + x.keys(G.escape).join("") + "]", "g"),
  3684. unescape: new RegExp("(" + x.keys(G.unescape).join("|") + ")", "g")
  3685. };
  3686. x.each(["escape", "unescape"], function(a) {
  3687. x[a] = function(b) {
  3688. return null == b ? "" : ("" + b).replace(H[a], function(b) {
  3689. return G[a][b]
  3690. })
  3691. }
  3692. }), x.result = function(a, b) {
  3693. if (null == a) return void 0;
  3694. var c = a[b];
  3695. return x.isFunction(c) ? c.call(a) : c
  3696. }, x.mixin = function(a) {
  3697. y(x.functions(a), function(b) {
  3698. var c = x[b] = a[b];
  3699. x.prototype[b] = function() {
  3700. var a = [this._wrapped];
  3701. return g.apply(a, arguments), M.call(this, c.apply(x, a))
  3702. }
  3703. })
  3704. };
  3705. var I = 0;
  3706. x.uniqueId = function(a) {
  3707. var b = ++I + "";
  3708. return a ? a + b : b
  3709. }, x.templateSettings = {
  3710. evaluate: /<%([\s\S]+?)%>/g,
  3711. interpolate: /<%=([\s\S]+?)%>/g,
  3712. escape: /<%-([\s\S]+?)%>/g
  3713. };
  3714. var J = /(.)^/,
  3715. K = {
  3716. "'": "'",
  3717. "\\": "\\",
  3718. "\r": "r",
  3719. "\n": "n",
  3720. " ": "t",
  3721. "\u2028": "u2028",
  3722. "\u2029": "u2029"
  3723. },
  3724. L = /\\|'|\r|\n|\t|\u2028|\u2029/g;
  3725. x.template = function(a, b, c) {
  3726. var d;
  3727. c = x.defaults({}, c, x.templateSettings);
  3728. var e = new RegExp([(c.escape || J).source, (c.interpolate || J).source, (c.evaluate || J).source].join("|") + "|$", "g"),
  3729. f = 0,
  3730. g = "__p+='";
  3731. a.replace(e, function(b, c, d, e, h) {
  3732. return g += a.slice(f, h).replace(L, function(a) {
  3733. return "\\" + K[a]
  3734. }), c && (g += "'+\n((__t=(" + c + "))==null?'':_.escape(__t))+\n'"), d && (g += "'+\n((__t=(" + d + "))==null?'':__t)+\n'"), e && (g += "';\n" + e + "\n__p+='"), f = h + b.length, b
  3735. }), g += "';\n", c.variable || (g = "with(obj||{}){\n" + g + "}\n"), g = "var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n" + g + "return __p;\n";
  3736. try {
  3737. d = new Function(c.variable || "obj", "_", g)
  3738. } catch (h) {
  3739. throw h.source = g, h
  3740. }
  3741. if (b) return d(b, x);
  3742. var i = function(a) {
  3743. return d.call(this, a, x)
  3744. };
  3745. return i.source = "function(" + (c.variable || "obj") + "){\n" + g + "}", i
  3746. }, x.chain = function(a) {
  3747. return x(a).chain()
  3748. };
  3749. var M = function(a) {
  3750. return this._chain ? x(a).chain() : a
  3751. };
  3752. x.mixin(x), y(["pop", "push", "reverse", "shift", "sort", "splice", "unshift"], function(a) {
  3753. var b = d[a];
  3754. x.prototype[a] = function() {
  3755. var c = this._wrapped;
  3756. return b.apply(c, arguments), "shift" != a && "splice" != a || 0 !== c.length || delete c[0], M.call(this, c)
  3757. }
  3758. }), y(["concat", "join", "slice"], function(a) {
  3759. var b = d[a];
  3760. x.prototype[a] = function() {
  3761. return M.call(this, b.apply(this._wrapped, arguments))
  3762. }
  3763. }), x.extend(x.prototype, {
  3764. chain: function() {
  3765. return this._chain = !0, this
  3766. },
  3767. value: function() {
  3768. return this._wrapped
  3769. }
  3770. }), "function" == typeof define && define.amd && define("underscore", [], function() {
  3771. return x
  3772. })
  3773. }.call(this),
  3774. function() {
  3775. function a(a) {
  3776. var c = {
  3777. focus: "visible",
  3778. a: "visible",
  3779. f: "visible",
  3780. blur: "hidden",
  3781. b: "hidden",
  3782. e: "hidden"
  3783. };
  3784. a = a || window.event, document.body.className = a.type in c ? c[a.type] : this[b] ? "hidden" : "visible"
  3785. }
  3786. var b = "hidden";
  3787. document.body.className = "visible", b in document ? document.addEventListener("visibilitychange", a) : (b = "mozHidden") in document ? document.addEventListener("mozvisibilitychange", a) : (b = "webkitHidden") in document ? document.addEventListener("webkitvisibilitychange", a) : (b = "msHidden") in document ? document.addEventListener("msvisibilitychange", a) : "onfocusin" in document ? document.onfocusin = document.onfocusout = a : window.d = window.c = window.onfocus = window.onblur = a
  3788. }();
  3789. var VL = new Visitlogger;
  3790. VL.load();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement