/**
* Juicebox-Pro 1.5.1
*
* Copyright (c) 2017 Juicebox. All rights reserved.
* http://www.juicebox.net
*
* BY USING THIS SOFTWARE, YOU AGREE TO THE JUICEBOX TERMS OF USE
* http://www.juicebox.net/terms
*
* Support and Documentation: http://www.juicebox.net/support
*
* Build Time: 08/12/2017 10:50:25 AM
*/
var juicebox_lib = juicebox_lib ? juicebox_lib : {};
(function(ao, an) {
var al = ao.document,
bH = ao.navigator,
by = ao.location;
var aj = (function() {
var bN = function(bY, bX) {
return new bN.fn.init(bY, bX, E)
},
bR = ao.jQuery,
H = ao.$,
E, bV = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
bI = /\S/,
J = /^\s+/,
F = /\s+$/,
I = /\d/,
B = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,
bJ = /^[\],:{}\s]*$/,
bT = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,
bL = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
K = /(?:^|:|,)(?:\s*\[)+/g,
z = /(webkit)[ \/]([\w.]+)/,
bO = /(opera)(?:.*version)?[ \/]([\w.]+)/,
bM = /(msie) ([\w.]+)/,
bP = /(mozilla)(?:.*? rv:([\w.]+))?/,
C = /-([a-z]|[0-9])/ig,
bW = /^-ms-/,
bQ = function(bY, bX) {
return (bX + "").toUpperCase()
},
bU = bH.userAgent,
bS, D, e, M = Object.prototype.toString,
G = Object.prototype.hasOwnProperty,
A = Array.prototype.push,
L = Array.prototype.slice,
bK = String.prototype.trim,
w = Array.prototype.indexOf,
y = {};
bN.fn = bN.prototype = {
constructor: bN,
init: function(bY, bX, b3) {
var b2, b0, bZ, b1;
if (!bY) {
return this
}
if (bY.nodeType) {
this.context = this[0] = bY;
this.length = 1;
return this
}
if (bY === "body" && !bX && al.body) {
this.context = al;
this[0] = al.body;
this.selector = bY;
this.length = 1;
return this
}
if (typeof bY === "string") {
if (bY.charAt(0) === "<" && bY.charAt(bY.length - 1) === ">" && bY.length >= 3) {
b2 = [null, bY, null]
} else {
b2 = bV.exec(bY)
}
if (b2 && (b2[1] || !bX)) {
if (b2[1]) {
bX = bX instanceof bN ? bX[0] : bX;
b1 = (bX ? bX.ownerDocument || bX : al);
bZ = B.exec(bY);
if (bZ) {
if (bN.isPlainObject(bX)) {
bY = [al.createElement(bZ[1])];
bN.fn.attr.call(bY, bX, true)
} else {
bY = [b1.createElement(bZ[1])]
}
} else {
bZ = bN.buildFragment([b2[1]], [b1]);
bY = (bZ.cacheable ? bN.clone(bZ.fragment) : bZ.fragment).childNodes
}
return bN.merge(this, bY)
} else {
b0 = al.getElementById(b2[2]);
if (b0 && b0.parentNode) {
if (b0.id !== b2[2]) {
return b3.find(bY)
}
this.length = 1;
this[0] = b0
}
this.context = al;
this.selector = bY;
return this
}
} else {
if (!bX || bX.jquery) {
return (bX || b3).find(bY)
} else {
return this.constructor(bX).find(bY)
}
}
} else {
if (bN.isFunction(bY)) {
return b3.ready(bY)
}
}
if (bY.selector !== an) {
this.selector = bY.selector;
this.context = bY.context
}
return bN.makeArray(bY, this)
},
selector: "",
jquery: "1.7",
length: 0,
size: function() {
return this.length
},
toArray: function() {
return L.call(this, 0)
},
get: function(bX) {
return bX == null ? this.toArray() : (bX < 0 ? this[this.length + bX] : this[bX])
},
pushStack: function(bY, bX, b0) {
var bZ = this.constructor();
if (bN.isArray(bY)) {
A.apply(bZ, bY)
} else {
bN.merge(bZ, bY)
}
bZ.prevObject = this;
bZ.context = this.context;
if (bX === "find") {
bZ.selector = this.selector + (this.selector ? " " : "") + b0
} else {
if (bX) {
bZ.selector = this.selector + "." + bX + "(" + b0 + ")"
}
}
return bZ
},
each: function(bY, bX) {
return bN.each(this, bY, bX)
},
ready: function(bX) {
bN.bindReady();
D.add(bX);
return this
},
eq: function(bX) {
return bX === -1 ? this.slice(bX) : this.slice(bX, +bX + 1)
},
first: function() {
return this.eq(0)
},
last: function() {
return this.eq(-1)
},
slice: function() {
return this.pushStack(L.apply(this, arguments), "slice", L.call(arguments).join(","))
},
map: function(bX) {
return this.pushStack(bN.map(this, function(bY, bZ) {
return bX.call(bY, bZ, bY)
}))
},
end: function() {
return this.prevObject || this.constructor(null)
},
push: A,
sort: [].sort,
splice: [].splice
};
bN.fn.init.prototype = bN.fn;
bN.extend = bN.fn.extend = function() {
var b5, bZ, bX, bY, b3, b4, b2 = arguments[0] || {},
b1 = 1,
b0 = arguments.length,
b6 = false;
if (typeof b2 === "boolean") {
b6 = b2;
b2 = arguments[1] || {};
b1 = 2
}
if (typeof b2 !== "object" && !bN.isFunction(b2)) {
b2 = {}
}
if (b0 === b1) {
b2 = this;
--b1
}
for (; b1 < b0; b1++) {
if ((b5 = arguments[b1]) != null) {
for (bZ in b5) {
bX = b2[bZ];
bY = b5[bZ];
if (b2 === bY) {
continue
}
if (b6 && bY && (bN.isPlainObject(bY) || (b3 = bN.isArray(bY)))) {
if (b3) {
b3 = false;
b4 = bX && bN.isArray(bX) ? bX : []
} else {
b4 = bX && bN.isPlainObject(bX) ? bX : {}
}
b2[bZ] = bN.extend(b6, b4, bY)
} else {
if (bY !== an) {
b2[bZ] = bY
}
}
}
}
}
return b2
};
bN.extend({
noConflict: function(bX) {
if (ao.$ === bN) {
ao.$ = H
}
if (bX && ao.jQuery === bN) {
ao.jQuery = bR
}
return bN
},
isReady: false,
readyWait: 1,
holdReady: function(bX) {
if (bX) {
bN.readyWait++
} else {
bN.ready(true)
}
},
ready: function(bX) {
if ((bX === true && !--bN.readyWait) || (bX !== true && !bN.isReady)) {
if (!al.body) {
return setTimeout(bN.ready, 1)
}
bN.isReady = true;
if (bX !== true && --bN.readyWait > 0) {
return
}
D.fireWith(al, [bN]);
if (bN.fn.trigger) {
bN(al).trigger("ready").unbind("ready")
}
}
},
bindReady: function() {
if (D) {
return
}
D = bN.Callbacks("once memory");
if (al.readyState === "complete") {
return setTimeout(bN.ready, 1)
}
if (al.addEventListener) {
al.addEventListener("DOMContentLoaded", e, false);
ao.addEventListener("load", bN.ready, false)
} else {
if (al.attachEvent) {
al.attachEvent("onreadystatechange", e);
ao.attachEvent("onload", bN.ready);
var bX = false;
try {
bX = ao.frameElement == null
} catch (bY) {}
if (al.documentElement.doScroll && bX) {
x()
}
}
}
},
isFunction: function(bX) {
return bN.type(bX) === "function"
},
isArray: Array.isArray || function(bX) {
return bN.type(bX) === "array"
},
isWindow: function(bX) {
return bX && typeof bX === "object" && "setInterval" in bX
},
isNumeric: function(bX) {
return bX != null && I.test(bX) && !isNaN(bX)
},
type: function(bX) {
return bX == null ? String(bX) : y[M.call(bX)] || "object"
},
isPlainObject: function(bY) {
if (!bY || bN.type(bY) !== "object" || bY.nodeType || bN.isWindow(bY)) {
return false
}
try {
if (bY.constructor && !G.call(bY, "constructor") && !G.call(bY.constructor.prototype, "isPrototypeOf")) {
return false
}
} catch (bZ) {
return false
}
var bX;
for (bX in bY) {}
return bX === an || G.call(bY, bX)
},
isEmptyObject: function(bY) {
for (var bX in bY) {
return false
}
return true
},
error: function(bX) {
throw bX
},
parseJSON: function(bX) {
if (typeof bX !== "string" || !bX) {
return null
}
bX = bN.trim(bX);
if (ao.JSON && ao.JSON.parse) {
return ao.JSON.parse(bX)
}
if (bJ.test(bX.replace(bT, "@").replace(bL, "]").replace(K, ""))) {
return (new Function("return " + bX))()
}
bN.error("Invalid JSON: " + bX)
},
noop: function() {},
globalEval: function(bX) {
if (bX && bI.test(bX)) {
(ao.execScript || function(bY) {
ao["eval"].call(ao, bY)
})(bX)
}
},
camelCase: function(bX) {
return bX.replace(bW, "ms-").replace(C, bQ)
},
nodeName: function(bY, bX) {
return bY.nodeName && bY.nodeName.toUpperCase() === bX.toUpperCase()
},
each: function(bY, bX, b3) {
var b2, b0 = 0,
b1 = bY.length,
bZ = b1 === an || bN.isFunction(bY);
if (b3) {
if (bZ) {
for (b2 in bY) {
if (bX.apply(bY[b2], b3) === false) {
break
}
}
} else {
for (; b0 < b1;) {
if (bX.apply(bY[b0++], b3) === false) {
break
}
}
}
} else {
if (bZ) {
for (b2 in bY) {
if (bX.call(bY[b2], b2, bY[b2]) === false) {
break
}
}
} else {
for (; b0 < b1;) {
if (bX.call(bY[b0], b0, bY[b0++]) === false) {
break
}
}
}
}
return bY
},
trim: bK ? function(bX) {
return bX == null ? "" : bK.call(bX)
} : function(bX) {
return bX == null ? "" : bX.toString().replace(J, "").replace(F, "")
},
makeArray: function(bY, bX) {
var b0 = bX || [];
if (bY != null) {
var bZ = bN.type(bY);
if (bY.length == null || bZ === "string" || bZ === "function" || bZ === "regexp" || bN.isWindow(bY)) {
A.call(b0, bY)
} else {
bN.merge(b0, bY)
}
}
return b0
},
inArray: function(bY, bX, bZ) {
var b0;
if (bX) {
if (w) {
return w.call(bX, bY, bZ)
}
b0 = bX.length;
bZ = bZ ? bZ < 0 ? Math.max(0, b0 + bZ) : bZ : 0;
for (; bZ < b0; bZ++) {
if (bZ in bX && bX[bZ] === bY) {
return bZ
}
}
}
return -1
},
merge: function(bZ, bX) {
var b1 = bZ.length,
b0 = 0;
if (typeof bX.length === "number") {
for (var bY = bX.length; b0 < bY; b0++) {
bZ[b1++] = bX[b0]
}
} else {
while (bX[b0] !== an) {
bZ[b1++] = bX[b0++]
}
}
bZ.length = b1;
return bZ
},
grep: function(bY, bX, b3) {
var b2 = [],
b1;
b3 = !!b3;
for (var bZ = 0, b0 = bY.length; bZ < b0; bZ++) {
b1 = !!bX(bY[bZ], bZ);
if (b3 !== b1) {
b2.push(bY[bZ])
}
}
return b2
},
map: function(b4, b3, b2) {
var b1, b5, b0 = [],
bY = 0,
bX = b4.length,
bZ = b4 instanceof bN || bX !== an && typeof bX === "number" && ((bX > 0 && b4[0] && b4[bX - 1]) || bX === 0 || bN.isArray(b4));
if (bZ) {
for (; bY < bX; bY++) {
b1 = b3(b4[bY], bY, b2);
if (b1 != null) {
b0[b0.length] = b1
}
}
} else {
for (b5 in b4) {
b1 = b3(b4[b5], b5, b2);
if (b1 != null) {
b0[b0.length] = b1
}
}
}
return b0.concat.apply([], b0)
},
guid: 1,
access: function(b5, b4, b3, b2, b1, b0) {
var bZ = b5.length;
if (typeof b4 === "object") {
for (var bX in b4) {
bN.access(b5, bX, b4[bX], b2, b1, b3)
}
return b5
}
if (b3 !== an) {
b2 = !b0 && b2 && bN.isFunction(b3);
for (var bY = 0; bY < bZ; bY++) {
b1(b5[bY], b4, b2 ? b3.call(b5[bY], bY, b1(b5[bY], b4)) : b3, b0)
}
return b5
}
return bZ ? b1(b5[0], b4) : an
},
now: function() {
return (new Date()).getTime()
},
uaMatch: function(bY) {
bY = bY.toLowerCase();
var bX = z.exec(bY) || bO.exec(bY) || bM.exec(bY) || bY.indexOf("compatible") < 0 && bP.exec(bY) || [];
return {
browser: bX[1] || "",
version: bX[2] || "0"
}
},
sub: function() {
function bX(b1, b0) {
return new bX.fn.init(b1, b0)
}
bN.extend(true, bX, this);
bX.superclass = this;
bX.fn = bX.prototype = this();
bX.fn.constructor = bX;
bX.sub = this.sub;
bX.fn.init = function bY(b1, b0) {
if (b0 && b0 instanceof bN && !(b0 instanceof bX)) {
b0 = bX(b0)
}
return bN.fn.init.call(this, b1, b0, bZ)
};
bX.fn.init.prototype = bX.fn;
var bZ = bX(al);
return bX
},
browser: {}
});
bN.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(bY, bX) {
y["[object " + bX + "]"] = bX.toLowerCase()
});
bS = bN.uaMatch(bU);
if (bS.browser) {
bN.browser[bS.browser] = true;
bN.browser.version = bS.version
}
if (bN.browser.webkit) {
bN.browser.safari = true
}
if (bI.test("\xA0")) {
J = /^[\s\xA0]+/;
F = /[\s\xA0]+$/
}
E = bN(al);
if (al.addEventListener) {
e = function() {
al.removeEventListener("DOMContentLoaded", e, false);
bN.ready()
}
} else {
if (al.attachEvent) {
e = function() {
if (al.readyState === "complete") {
al.detachEvent("onreadystatechange", e);
bN.ready()
}
}
}
}
function x() {
if (bN.isReady) {
return
}
try {
al.documentElement.doScroll("left")
} catch (bX) {
setTimeout(x, 1);
return
}
bN.ready()
}
if (typeof define === "function" && define.amd && define.amd.jQuery) {
define("jquery", [], function() {
return bN
})
}
return bN
})();
var a8 = {};
function ag(w) {
var e = a8[w] = {},
x, y;
w = w.split(/\s+/);
for (x = 0, y = w.length; x < y; x++) {
e[w[x]] = true
}
return e
}
aj.Callbacks = function(C) {
C = C ? (a8[C] || ag(C)) : {};
var B = [],
D = [],
x, y, w, z, A, F = function(G) {
var H, K, J, I, L;
for (H = 0, K = G.length; H < K; H++) {
J = G[H];
I = aj.type(J);
if (I === "array") {
F(J)
} else {
if (I === "function") {
if (!C.unique || !E.has(J)) {
B.push(J)
}
}
}
}
},
e = function(H, G) {
G = G || [];
x = !C.memory || [H, G];
y = true;
A = w || 0;
w = 0;
z = B.length;
for (; B && A < z; A++) {
if (B[A].apply(H, G) === false && C.stopOnFalse) {
x = true;
break
}
}
y = false;
if (B) {
if (!C.once) {
if (D && D.length) {
x = D.shift();
E.fireWith(x[0], x[1])
}
} else {
if (x === true) {
E.disable()
} else {
B = []
}
}
}
},
E = {
add: function() {
if (B) {
var G = B.length;
F(arguments);
if (y) {
z = B.length
} else {
if (x && x !== true) {
w = G;
e(x[0], x[1])
}
}
}
return this
},
remove: function() {
if (B) {
var G = arguments,
I = 0,
J = G.length;
for (; I < J; I++) {
for (var H = 0; H < B.length; H++) {
if (G[I] === B[H]) {
if (y) {
if (H <= z) {
z--;
if (H <= A) {
A--
}
}
}
B.splice(H--, 1);
if (C.unique) {
break
}
}
}
}
}
return this
},
has: function(G) {
if (B) {
var H = 0,
I = B.length;
for (; H < I; H++) {
if (G === B[H]) {
return true
}
}
}
return false
},
empty: function() {
B = [];
return this
},
disable: function() {
B = D = x = an;
return this
},
disabled: function() {
return !B
},
lock: function() {
D = an;
if (!x || x === true) {
E.disable()
}
return this
},
locked: function() {
return !D
},
fireWith: function(H, G) {
if (D) {
if (y) {
if (!C.once) {
D.push([H, G])
}
} else {
if (!(C.once && x)) {
e(H, G)
}
}
}
return this
},
fire: function() {
E.fireWith(this, arguments);
return this
},
fired: function() {
return !!x
}
};
return E
};
var a7 = [].slice;
aj.extend({
Deferred: function(z) {
var y = aj.Callbacks("once memory"),
x = aj.Callbacks("once memory"),
w = aj.Callbacks("memory"),
e = "pending",
B = {
resolve: y,
reject: x,
notify: w
},
D = {
done: y.add,
fail: x.add,
progress: w.add,
state: function() {
return e
},
isResolved: y.fired,
isRejected: x.fired,
then: function(F, E, G) {
C.done(F).fail(E).progress(G);
return this
},
always: function() {
return C.done.apply(C, arguments).fail.apply(C, arguments)
},
pipe: function(G, F, E) {
return aj.Deferred(function(H) {
aj.each({
done: [G, "resolve"],
fail: [F, "reject"],
progress: [E, "notify"]
}, function(J, I) {
var M = I[0],
L = I[1],
K;
if (aj.isFunction(M)) {
C[J](function() {
K = M.apply(this, arguments);
if (K && aj.isFunction(K.promise)) {
K.promise().then(H.resolve, H.reject, H.notify)
} else {
H[L + "With"](this === C ? H : this, [K])
}
})
} else {
C[J](H[L])
}
})
}).promise()
},
promise: function(F) {
if (F == null) {
F = D
} else {
for (var E in D) {
F[E] = D[E]
}
}
return F
}
},
C = D.promise({}),
A;
for (A in B) {
C[A] = B[A].fire;
C[A + "With"] = B[A].fireWith
}
C.done(function() {
e = "resolved"
}, x.disable, w.lock).fail(function() {
e = "rejected"
}, y.disable, w.lock);
if (z) {
z.call(C, C)
}
return C
}
});
aj.support = (function() {
var M = al.createElement("div"),
bI = al.documentElement,
z, bJ, G, x, F, A, D, w, E, H, C, L, J, y, B, I, bK;
M.setAttribute("className", "t");
M.innerHTML = "
a";
z = M.getElementsByTagName("*");
bJ = M.getElementsByTagName("a")[0];
if (!z || !z.length || !bJ) {
return {}
}
G = al.createElement("select");
x = G.appendChild(al.createElement("option"));
F = M.getElementsByTagName("input")[0];
D = {
leadingWhitespace: (M.firstChild.nodeType === 3),
tbody: !M.getElementsByTagName("tbody").length,
htmlSerialize: !!M.getElementsByTagName("link").length,
style: /top/.test(bJ.getAttribute("style")),
hrefNormalized: (bJ.getAttribute("href") === "/a"),
opacity: /^0.55/.test(bJ.style.opacity),
cssFloat: !!bJ.style.cssFloat,
unknownElems: !!M.getElementsByTagName("nav").length,
checkOn: (F.value === "on"),
optSelected: x.selected,
getSetAttribute: M.className !== "t",
enctype: !!al.createElement("form").enctype,
submitBubbles: true,
changeBubbles: true,
focusinBubbles: false,
deleteExpando: true,
noCloneEvent: true,
inlineBlockNeedsLayout: false,
shrinkWrapBlocks: false,
reliableMarginRight: true
};
F.checked = true;
D.noCloneChecked = F.cloneNode(true).checked;
G.disabled = true;
D.optDisabled = !x.disabled;
try {
delete M.test
} catch (K) {
D.deleteExpando = false
}
if (!M.addEventListener && M.attachEvent && M.fireEvent) {
M.attachEvent("onclick", function() {
D.noCloneEvent = false
});
M.cloneNode(true).fireEvent("onclick")
}
F = al.createElement("input");
F.value = "t";
F.setAttribute("type", "radio");
D.radioValue = F.value === "t";
F.setAttribute("checked", "checked");
M.appendChild(F);
w = al.createDocumentFragment();
w.appendChild(M.lastChild);
D.checkClone = w.cloneNode(true).cloneNode(true).lastChild.checked;
M.innerHTML = "";
M.style.width = M.style.paddingLeft = "1px";
E = al.getElementsByTagName("body")[0];
C = al.createElement(E ? "div" : "body");
L = {
visibility: "hidden",
width: 0,
height: 0,
border: 0,
margin: 0,
background: "none"
};
if (E) {
aj.extend(L, {
position: "absolute",
left: "-999px",
top: "-999px"
})
}
for (I in L) {
C.style[I] = L[I]
}
C.appendChild(M);
H = E || bI;
H.insertBefore(C, H.firstChild);
D.appendChecked = F.checked;
D.boxModel = M.offsetWidth === 2;
if ("zoom" in M.style) {
M.style.display = "inline";
M.style.zoom = 1;
D.inlineBlockNeedsLayout = (M.offsetWidth === 2);
M.style.display = "";
M.innerHTML = "";
D.shrinkWrapBlocks = (M.offsetWidth !== 2)
}
M.innerHTML = "";
J = M.getElementsByTagName("td");
bK = (J[0].offsetHeight === 0);
J[0].style.display = "";
J[1].style.display = "none";
D.reliableHiddenOffsets = bK && (J[0].offsetHeight === 0);
M.innerHTML = "";
if (al.defaultView && al.defaultView.getComputedStyle) {
A = al.createElement("div");
A.style.width = "0";
A.style.marginRight = "0";
M.appendChild(A);
D.reliableMarginRight = (parseInt((al.defaultView.getComputedStyle(A, null) || {
marginRight: 0
}).marginRight, 10) || 0) === 0
}
if (M.attachEvent) {
for (I in {
submit: 1,
change: 1,
focusin: 1
}) {
B = "on" + I;
bK = (B in M);
if (!bK) {
M.setAttribute(B, "return;");
bK = (typeof M[B] === "function")
}
D[I + "Bubbles"] = bK
}
}
aj(function() {
var bR, bT, bU, bS, bM, bN, bL = 1,
bQ = "position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",
bP = "visibility:hidden;border:0;",
e = "style='" + bQ + "border:5px solid #000;padding:0;'",
bO = "";
E = al.getElementsByTagName("body")[0];
if (!E) {
return
}
bR = al.createElement("div");
bR.style.cssText = bP + "width:0;height:0;position:static;top:0;margin-top:" + bL + "px";
E.insertBefore(bR, E.firstChild);
C = al.createElement("div");
C.style.cssText = bQ + bP;
C.innerHTML = bO;
bR.appendChild(C);
bT = C.firstChild;
bU = bT.firstChild;
bM = bT.nextSibling.firstChild.firstChild;
bN = {
doesNotAddBorder: (bU.offsetTop !== 5),
doesAddBorderForTableAndCells: (bM.offsetTop === 5)
};
bU.style.position = "fixed";
bU.style.top = "20px";
bN.fixedPosition = (bU.offsetTop === 20 || bU.offsetTop === 15);
bU.style.position = bU.style.top = "";
bT.style.overflow = "hidden";
bT.style.position = "relative";
bN.subtractsBorderForOverflowNotVisible = (bU.offsetTop === -5);
bN.doesNotIncludeMarginInBodyOffset = (E.offsetTop !== bL);
E.removeChild(bR);
C = bR = null;
aj.extend(D, bN)
});
C.innerHTML = "";
H.removeChild(C);
C = w = G = x = E = A = M = F = null;
return D
})();
aj.boxModel = aj.support.boxModel;
var a5 = /^(?:\{.*\}|\[.*\])$/,
aI = /([A-Z])/g;
aj.extend({
cache: {},
uuid: 0,
expando: "jQuery" + (aj.fn.jquery + Math.random()).replace(/\D/g, ""),
noData: {
embed: true,
object: "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",
applet: true
},
hasData: function(e) {
e = e.nodeType ? aj.cache[e[aj.expando]] : e[aj.expando];
return !!e && !ad(e)
},
data: function(H, F, E, D) {
if (!aj.acceptData(H)) {
return
}
var B, y, C, G = aj.expando,
A = typeof F === "string",
I = H.nodeType,
w = I ? aj.cache : H,
x = I ? H[aj.expando] : H[aj.expando] && aj.expando,
z = F === "events";
if ((!x || !w[x] || (!z && !D && !w[x].data)) && A && E === an) {
return
}
if (!x) {
if (I) {
H[aj.expando] = x = ++aj.uuid
} else {
x = aj.expando
}
}
if (!w[x]) {
w[x] = {};
if (!I) {
w[x].toJSON = aj.noop
}
}
if (typeof F === "object" || typeof F === "function") {
if (D) {
w[x] = aj.extend(w[x], F)
} else {
w[x].data = aj.extend(w[x].data, F)
}
}
B = y = w[x];
if (!D) {
if (!y.data) {
y.data = {}
}
y = y.data
}
if (E !== an) {
y[aj.camelCase(F)] = E
}
if (z && !y[F]) {
return B.events
}
if (A) {
C = y[F];
if (C == null) {
C = y[aj.camelCase(F)]
}
} else {
C = y
}
return C
},
removeData: function(D, B, A) {
if (!aj.acceptData(D)) {
return
}
var z, y, x, C = aj.expando,
E = D.nodeType,
e = E ? aj.cache : D,
w = E ? D[aj.expando] : aj.expando;
if (!e[w]) {
return
}
if (B) {
z = A ? e[w] : e[w].data;
if (z) {
if (aj.isArray(B)) {
B = B
} else {
if (B in z) {
B = [B]
} else {
B = aj.camelCase(B);
if (B in z) {
B = [B]
} else {
B = B.split(" ")
}
}
}
for (y = 0, x = B.length; y < x; y++) {
delete z[B[y]]
}
if (!(A ? ad : aj.isEmptyObject)(z)) {
return
}
}
}
if (!A) {
delete e[w].data;
if (!ad(e[w])) {
return
}
}
if (aj.support.deleteExpando || !e.setInterval) {
delete e[w]
} else {
e[w] = null
}
if (E) {
if (aj.support.deleteExpando) {
delete D[aj.expando]
} else {
if (D.removeAttribute) {
D.removeAttribute(aj.expando)
} else {
D[aj.expando] = null
}
}
}
},
_data: function(w, e, x) {
return aj.data(w, e, x, true)
},
acceptData: function(w) {
if (w.nodeName) {
var e = aj.noData[w.nodeName.toLowerCase()];
if (e) {
return !(e === true || w.getAttribute("classid") !== e)
}
}
return true
}
});
aj.fn.extend({
data: function(w, C) {
var B, e, y, A = null;
if (typeof w === "undefined") {
if (this.length) {
A = aj.data(this[0]);
if (this[0].nodeType === 1 && !aj._data(this[0], "parsedAttrs")) {
e = this[0].attributes;
for (var z = 0, x = e.length; z < x; z++) {
y = e[z].name;
if (y.indexOf("data-") === 0) {
y = aj.camelCase(y.substring(5));
bk(this[0], y, A[y])
}
}
aj._data(this[0], "parsedAttrs", true)
}
}
return A
} else {
if (typeof w === "object") {
return this.each(function() {
aj.data(this, w)
})
}
}
B = w.split(".");
B[1] = B[1] ? "." + B[1] : "";
if (C === an) {
A = this.triggerHandler("getData" + B[1] + "!", [B[0]]);
if (A === an && this.length) {
A = aj.data(this[0], w);
A = bk(this[0], w, A)
}
return A === an && B[1] ? this.data(B[0]) : A
} else {
return this.each(function() {
var D = aj(this),
E = [B[0], C];
D.triggerHandler("setData" + B[1] + "!", E);
aj.data(this, w, C);
D.triggerHandler("changeData" + B[1] + "!", E)
})
}
},
removeData: function(e) {
return this.each(function() {
aj.removeData(this, e)
})
}
});
function bk(x, w, A) {
if (A === an && x.nodeType === 1) {
var z = "data-" + w.replace(aI, "-$1").toLowerCase();
A = x.getAttribute(z);
if (typeof A === "string") {
try {
A = A === "true" ? true : A === "false" ? false : A === "null" ? null : aj.isNumeric(A) ? parseFloat(A) : a5.test(A) ? aj.parseJSON(A) : A
} catch (y) {}
aj.data(x, w, A)
} else {
A = an
}
}
return A
}
function ad(w) {
for (var e in w) {
if (e === "data" && aj.isEmptyObject(w[e])) {
continue
}
if (e !== "toJSON") {
return false
}
}
return true
}
function bv(y, e, B) {
var A = e + "defer",
x = e + "queue",
w = e + "mark",
z = aj._data(y, A);
if (z && (B === "queue" || !aj._data(y, x)) && (B === "mark" || !aj._data(y, w))) {
setTimeout(function() {
if (!aj._data(y, x) && !aj._data(y, w)) {
aj.removeData(y, A, true);
z.fire()
}
}, 0)
}
}
aj.extend({
_mark: function(w, e) {
if (w) {
e = (e || "fx") + "mark";
aj._data(w, e, (aj._data(w, e) || 0) + 1)
}
},
_unmark: function(w, e, z) {
if (w !== true) {
z = e;
e = w;
w = false
}
if (e) {
z = z || "fx";
var y = z + "mark",
x = w ? 0 : ((aj._data(e, y) || 1) - 1);
if (x) {
aj._data(e, y, x)
} else {
aj.removeData(e, y, true);
bv(e, z, "mark")
}
}
},
queue: function(w, e, y) {
var x;
if (w) {
e = (e || "fx") + "queue";
x = aj._data(w, e);
if (y) {
if (!x || aj.isArray(y)) {
x = aj._data(w, e, aj.makeArray(y))
} else {
x.push(y)
}
}
return x || []
}
},
dequeue: function(x, w) {
w = w || "fx";
var z = aj.queue(x, w),
y = z.shift(),
e = {};
if (y === "inprogress") {
y = z.shift()
}
if (y) {
if (w === "fx") {
z.unshift("inprogress")
}
aj._data(x, w + ".run", e);
y.call(x, function() {
aj.dequeue(x, w)
}, e)
}
if (!z.length) {
aj.removeData(x, w + "queue " + w + ".run", true);
bv(x, w, "queue")
}
}
});
aj.fn.extend({
queue: function(e, w) {
if (typeof e !== "string") {
w = e;
e = "fx"
}
if (w === an) {
return aj.queue(this[0], e)
}
return this.each(function() {
var x = aj.queue(this, e, w);
if (e === "fx" && x[0] !== "inprogress") {
aj.dequeue(this, e)
}
})
},
dequeue: function(e) {
return this.each(function() {
aj.dequeue(this, e)
})
},
delay: function(x, w) {
x = aj.fx ? aj.fx.speeds[x] || x : x;
w = w || "fx";
return this.queue(w, function(y, e) {
var z = setTimeout(y, x);
e.stop = function() {
clearTimeout(z)
}
})
},
clearQueue: function(e) {
return this.queue(e || "fx", [])
}
});
var a4 = /[\n\t\r]/g,
ar = /\s+/,
ba = /\r/g,
f = /^(?:button|input)$/i,
Q = /^(?:button|input|object|select|textarea)$/i,
j = /^a(?:rea)?$/i,
ay = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
S = aj.support.getSetAttribute,
br, be, aM;
aj.fn.extend({
attr: function(w, e) {
return aj.access(this, w, e, true, aj.attr)
},
removeAttr: function(e) {
return this.each(function() {
aj.removeAttr(this, e)
})
},
addClass: function(y) {
var e, z, x, A, B, C, w;
if (aj.isFunction(y)) {
return this.each(function(D) {
aj(this).addClass(y.call(this, D, this.className))
})
}
if (y && typeof y === "string") {
e = y.split(ar);
for (z = 0, x = this.length; z < x; z++) {
A = this[z];
if (A.nodeType === 1) {
if (!A.className && e.length === 1) {
A.className = y
} else {
B = " " + A.className + " ";
for (C = 0, w = e.length; C < w; C++) {
if (!~B.indexOf(" " + e[C] + " ")) {
B += e[C] + " "
}
}
A.className = aj.trim(B)
}
}
}
}
return this
},
removeClass: function(y) {
var e, z, x, B, A, C, w;
if (aj.isFunction(y)) {
return this.each(function(D) {
aj(this).removeClass(y.call(this, D, this.className))
})
}
if ((y && typeof y === "string") || y === an) {
e = (y || "").split(ar);
for (z = 0, x = this.length; z < x; z++) {
B = this[z];
if (B.nodeType === 1 && B.className) {
if (y) {
A = (" " + B.className + " ").replace(a4, " ");
for (C = 0, w = e.length; C < w; C++) {
A = A.replace(" " + e[C] + " ", " ")
}
B.className = aj.trim(A)
} else {
B.className = ""
}
}
}
}
return this
},
toggleClass: function(e, y) {
var x = typeof e,
w = typeof y === "boolean";
if (aj.isFunction(e)) {
return this.each(function(z) {
aj(this).toggleClass(e.call(this, z, this.className, y), y)
})
}
return this.each(function() {
if (x === "string") {
var z, B = 0,
A = aj(this),
C = y,
D = e.split(ar);
while ((z = D[B++])) {
C = w ? C : !A.hasClass(z);
A[C ? "addClass" : "removeClass"](z)
}
} else {
if (x === "undefined" || x === "boolean") {
if (this.className) {
aj._data(this, "__className__", this.className)
}
this.className = this.className || e === false ? "" : aj._data(this, "__className__") || ""
}
}
})
},
hasClass: function(x) {
var e = " " + x + " ",
y = 0,
w = this.length;
for (; y < w; y++) {
if (this[y].nodeType === 1 && (" " + this[y].className + " ").replace(a4, " ").indexOf(e) > -1) {
return true
}
}
return false
},
val: function(z) {
var y, e, x, w = this[0];
if (!arguments.length) {
if (w) {
y = aj.valHooks[w.nodeName.toLowerCase()] || aj.valHooks[w.type];
if (y && "get" in y && (e = y.get(w, "value")) !== an) {
return e
}
e = w.value;
return typeof e === "string" ? e.replace(ba, "") : e == null ? "" : e
}
return an
}
x = aj.isFunction(z);
return this.each(function(B) {
var A = aj(this),
C;
if (this.nodeType !== 1) {
return
}
if (x) {
C = z.call(this, B, A.val())
} else {
C = z
}
if (C == null) {
C = ""
} else {
if (typeof C === "number") {
C += ""
} else {
if (aj.isArray(C)) {
C = aj.map(C, function(D) {
return D == null ? "" : D + ""
})
}
}
}
y = aj.valHooks[this.nodeName.toLowerCase()] || aj.valHooks[this.type];
if (!y || !("set" in y) || y.set(this, C, "value") === an) {
this.value = C
}
})
}
});
aj.extend({
valHooks: {
option: {
get: function(w) {
var e = w.attributes.value;
return !e || e.specified ? w.value : w.text
}
},
select: {
get: function(B) {
var z, e, A, x, y = B.selectedIndex,
C = [],
D = B.options,
w = B.type === "select-one";
if (y < 0) {
return null
}
e = w ? y : 0;
A = w ? y + 1 : D.length;
for (; e < A; e++) {
x = D[e];
if (x.selected && (aj.support.optDisabled ? !x.disabled : x.getAttribute("disabled") === null) && (!x.parentNode.disabled || !aj.nodeName(x.parentNode, "optgroup"))) {
z = aj(x).val();
if (w) {
return z
}
C.push(z)
}
}
if (w && !C.length && D.length) {
return aj(D[y]).val()
}
return C
},
set: function(w, e) {
var x = aj.makeArray(e);
aj(w).find("option").each(function() {
this.selected = aj.inArray(aj(this).val(), x) >= 0
});
if (!x.length) {
w.selectedIndex = -1
}
return x
}
}
},
attrFn: {
val: true,
css: true,
html: true,
text: true,
data: true,
width: true,
height: true,
offset: true
},
attr: function(y, x, D, C) {
var B, w, A, z = y.nodeType;
if (!y || z === 3 || z === 8 || z === 2) {
return an
}
if (C && x in aj.attrFn) {
return aj(y)[x](D)
}
if (!("getAttribute" in y)) {
return aj.prop(y, x, D)
}
A = z !== 1 || !aj.isXMLDoc(y);
if (A) {
x = x.toLowerCase();
w = aj.attrHooks[x] || (ay.test(x) ? be : br)
}
if (D !== an) {
if (D === null) {
aj.removeAttr(y, x);
return an
} else {
if (w && "set" in w && A && (B = w.set(y, D, x)) !== an) {
return B
} else {
y.setAttribute(x, "" + D);
return D
}
}
} else {
if (w && "get" in w && A && (B = w.get(y, x)) !== null) {
return B
} else {
B = y.getAttribute(x);
return B === null ? an : B
}
}
},
removeAttr: function(x, e) {
var B, A, y, w, z = 0;
if (x.nodeType === 1) {
A = (e || "").split(ar);
w = A.length;
for (; z < w; z++) {
y = A[z].toLowerCase();
B = aj.propFix[y] || y;
aj.attr(x, y, "");
x.removeAttribute(S ? y : B);
if (ay.test(y) && B in x) {
x[B] = false
}
}
}
},
attrHooks: {
type: {
set: function(w, e) {
if (f.test(w.nodeName) && w.parentNode) {
aj.error("type property can't be changed")
} else {
if (!aj.support.radioValue && e === "radio" && aj.nodeName(w, "input")) {
var x = w.value;
w.setAttribute("type", e);
if (x) {
w.value = x
}
return e
}
}
}
},
value: {
get: function(w, e) {
if (br && aj.nodeName(w, "button")) {
return br.get(w, e)
}
return e in w ? w.value : null
},
set: function(w, e, x) {
if (br && aj.nodeName(w, "button")) {
return br.set(w, e, x)
}
w.value = e
}
}
},
propFix: {
tabindex: "tabIndex",
readonly: "readOnly",
"for": "htmlFor",
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",
frameborder: "frameBorder",
contenteditable: "contentEditable"
},
prop: function(x, w, B) {
var A, e, z, y = x.nodeType;
if (!x || y === 3 || y === 8 || y === 2) {
return an
}
z = y !== 1 || !aj.isXMLDoc(x);
if (z) {
w = aj.propFix[w] || w;
e = aj.propHooks[w]
}
if (B !== an) {
if (e && "set" in e && (A = e.set(x, B, w)) !== an) {
return A
} else {
return (x[w] = B)
}
} else {
if (e && "get" in e && (A = e.get(x, w)) !== null) {
return A
} else {
return x[w]
}
}
},
propHooks: {
tabIndex: {
get: function(w) {
var e = w.getAttributeNode("tabindex");
return e && e.specified ? parseInt(e.value, 10) : Q.test(w.nodeName) || j.test(w.nodeName) && w.href ? 0 : an
}
}
}
});
aj.attrHooks.tabindex = aj.propHooks.tabIndex;
be = {
get: function(w, e) {
var y, x = aj.prop(w, e);
return x === true || typeof x !== "boolean" && (y = w.getAttributeNode(e)) && y.nodeValue !== false ? e.toLowerCase() : an
},
set: function(w, e, y) {
var x;
if (e === false) {
aj.removeAttr(w, y)
} else {
x = aj.propFix[y] || y;
if (x in w) {
w[x] = true
}
w.setAttribute(y, y.toLowerCase())
}
return y
}
};
if (!S) {
aM = {
name: true,
id: true
};
br = aj.valHooks.button = {
get: function(w, e) {
var x;
x = w.getAttributeNode(e);
return x && (aM[e] ? x.nodeValue !== "" : x.specified) ? x.nodeValue : an
},
set: function(w, e, y) {
var x = w.getAttributeNode(y);
if (!x) {
x = al.createAttribute(y);
w.setAttributeNode(x)
}
return (x.nodeValue = e + "")
}
};
aj.attrHooks.tabindex.set = br.set;
aj.each(["width", "height"], function(e, w) {
aj.attrHooks[w] = aj.extend(aj.attrHooks[w], {
set: function(y, x) {
if (x === "") {
y.setAttribute(w, "auto");
return x
}
}
})
});
aj.attrHooks.contenteditable = {
get: br.get,
set: function(w, e, x) {
if (e === "") {
e = "false"
}
br.set(w, e, x)
}
}
}
if (!aj.support.hrefNormalized) {
aj.each(["href", "src", "width", "height"], function(e, w) {
aj.attrHooks[w] = aj.extend(aj.attrHooks[w], {
get: function(y) {
var x = y.getAttribute(w, 2);
return x === null ? an : x
}
})
})
}
if (!aj.support.style) {
aj.attrHooks.style = {
get: function(e) {
return e.style.cssText.toLowerCase() || an
},
set: function(w, e) {
return (w.style.cssText = "" + e)
}
}
}
if (!aj.support.optSelected) {
aj.propHooks.selected = aj.extend(aj.propHooks.selected, {
get: function(w) {
var e = w.parentNode;
if (e) {
e.selectedIndex;
if (e.parentNode) {
e.parentNode.selectedIndex
}
}
return null
}
})
}
if (!aj.support.enctype) {
aj.propFix.enctype = "encoding"
}
if (!aj.support.checkOn) {
aj.each(["radio", "checkbox"], function() {
aj.valHooks[this] = {
get: function(e) {
return e.getAttribute("value") === null ? "on" : e.value
}
}
})
}
aj.each(["radio", "checkbox"], function() {
aj.valHooks[this] = aj.extend(aj.valHooks[this], {
set: function(w, e) {
if (aj.isArray(e)) {
return (w.checked = aj.inArray(aj(w).val(), e) >= 0)
}
}
})
});
var a3 = /^([^\.]*)?(?:\.(.+))?$/,
W = /\bhover(\.\S+)?/,
a2 = /^key/,
bs = /^(?:mouse|contextmenu)|click/,
ae = /^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,
ah = function(w) {
var e = ae.exec(w);
if (e) {
e[1] = (e[1] || "").toLowerCase();
e[3] = e[3] && new RegExp("(?:^|\\s)" + e[3] + "(?:\\s|$)")
}
return e
},
i = function(w, e) {
return ((!e[1] || w.nodeName.toLowerCase() === e[1]) && (!e[2] || w.id === e[2]) && (!e[3] || e[3].test(w.className)))
},
bG = function(e) {
return aj.event.special.hover ? e : e.replace(W, "mouseenter$1 mouseleave$1")
};
aj.event = {
add: function(I, G, F, D, B) {
var z, A, L, K, J, E, e, H, w, y, x, C;
if (I.nodeType === 3 || I.nodeType === 8 || !G || !F || !(z = aj._data(I))) {
return
}
if (F.handler) {
w = F;
F = w.handler
}
if (!F.guid) {
F.guid = aj.guid++
}
L = z.events;
if (!L) {
z.events = L = {}
}
A = z.handle;
if (!A) {
z.handle = A = function(M) {
return typeof aj !== "undefined" && (!M || aj.event.triggered !== M.type) ? aj.event.dispatch.apply(A.elem, arguments) : an
};
A.elem = I
}
G = bG(G).split(" ");
for (K = 0; K < G.length; K++) {
J = a3.exec(G[K]) || [];
E = J[1];
e = (J[2] || "").split(".").sort();
C = aj.event.special[E] || {};
E = (B ? C.delegateType : C.bindType) || E;
C = aj.event.special[E] || {};
H = aj.extend({
type: E,
origType: J[1],
data: D,
handler: F,
guid: F.guid,
selector: B,
namespace: e.join(".")
}, w);
if (B) {
H.quick = ah(B);
if (!H.quick && aj.expr.match.POS.test(B)) {
H.isPositional = true
}
}
x = L[E];
if (!x) {
x = L[E] = [];
x.delegateCount = 0;
if (!C.setup || C.setup.call(I, D, e, A) === false) {
if (I.addEventListener) {
I.addEventListener(E, A, false)
} else {
if (I.attachEvent) {
I.attachEvent("on" + E, A)
}
}
}
}
if (C.add) {
C.add.call(I, H);
if (!H.handler.guid) {
H.handler.guid = F.guid
}
}
if (B) {
x.splice(x.delegateCount++, 0, H)
} else {
x.push(H)
}
aj.event.global[E] = true
}
I = null
},
global: {},
remove: function(I, G, E, D) {
var B = aj.hasData(I) && aj._data(I),
K, L, F, x, y, z, J, C, A, w, H;
if (!B || !(J = B.events)) {
return
}
G = bG(G || "").split(" ");
for (K = 0; K < G.length; K++) {
L = a3.exec(G[K]) || [];
F = L[1];
x = L[2];
if (!F) {
x = x ? "." + x : "";
for (z in J) {
aj.event.remove(I, z + x, E, D)
}
return
}
C = aj.event.special[F] || {};
F = (D ? C.delegateType : C.bindType) || F;
w = J[F] || [];
y = w.length;
x = x ? new RegExp("(^|\\.)" + x.split(".").sort().join("\\.(?:.*\\.)?") + "(\\.|$)") : null;
if (E || x || D || C.remove) {
for (z = 0; z < w.length; z++) {
H = w[z];
if (!E || E.guid === H.guid) {
if (!x || x.test(H.namespace)) {
if (!D || D === H.selector || D === "**" && H.selector) {
w.splice(z--, 1);
if (H.selector) {
w.delegateCount--
}
if (C.remove) {
C.remove.call(I, H)
}
}
}
}
}
} else {
w.length = 0
}
if (w.length === 0 && y !== w.length) {
if (!C.teardown || C.teardown.call(I, x) === false) {
aj.removeEvent(I, F, B.handle)
}
delete J[F]
}
}
if (aj.isEmptyObject(J)) {
A = B.handle;
if (A) {
A.elem = null
}
aj.removeData(I, ["events", "handle"], true)
}
},
customEvent: {
getData: true,
setData: true,
changeData: true
},
trigger: function(J, I, H, G) {
if (H && (H.nodeType === 3 || H.nodeType === 8)) {
return
}
var E = J.type || J,
y = [],
w, x, C, K, A, z, F, D, B, L;
if (E.indexOf("!") >= 0) {
E = E.slice(0, -1);
x = true
}
if (E.indexOf(".") >= 0) {
y = E.split(".");
E = y.shift();
y.sort()
}
if ((!H || aj.event.customEvent[E]) && !aj.event.global[E]) {
return
}
J = typeof J === "object" ? J[aj.expando] ? J : new aj.Event(E, J) : new aj.Event(E);
J.type = E;
J.isTrigger = true;
J.exclusive = x;
J.namespace = y.join(".");
J.namespace_re = J.namespace ? new RegExp("(^|\\.)" + y.join("\\.(?:.*\\.)?") + "(\\.|$)") : null;
z = E.indexOf(":") < 0 ? "on" + E : "";
if (G || !H) {
J.preventDefault()
}
if (!H) {
w = aj.cache;
for (C in w) {
if (w[C].events && w[C].events[E]) {
aj.event.trigger(J, I, w[C].handle.elem, true)
}
}
return
}
J.result = an;
if (!J.target) {
J.target = H
}
I = I != null ? aj.makeArray(I) : [];
I.unshift(J);
F = aj.event.special[E] || {};
if (F.trigger && F.trigger.apply(H, I) === false) {
return
}
B = [
[H, F.bindType || E]
];
if (!G && !F.noBubble && !aj.isWindow(H)) {
L = F.delegateType || E;
A = null;
for (K = H.parentNode; K; K = K.parentNode) {
B.push([K, L]);
A = K
}
if (A && A === H.ownerDocument) {
B.push([A.defaultView || A.parentWindow || ao, L])
}
}
for (C = 0; C < B.length; C++) {
K = B[C][0];
J.type = B[C][1];
D = (aj._data(K, "events") || {})[J.type] && aj._data(K, "handle");
if (D) {
D.apply(K, I)
}
D = z && K[z];
if (D && aj.acceptData(K)) {
D.apply(K, I)
}
if (J.isPropagationStopped()) {
break
}
}
J.type = E;
if (!J.isDefaultPrevented()) {
if ((!F._default || F._default.apply(H.ownerDocument, I) === false) && !(E === "click" && aj.nodeName(H, "a")) && aj.acceptData(H)) {
if (z && H[E] && ((E !== "focus" && E !== "blur") || J.target.offsetWidth !== 0) && !aj.isWindow(H)) {
A = H[z];
if (A) {
H[z] = null
}
aj.event.triggered = E;
H[E]();
aj.event.triggered = an;
if (A) {
H[z] = A
}
}
}
}
return J.result
},
dispatch: function(K) {
K = aj.event.fix(K || ao.event);
var J = ((aj._data(this, "events") || {})[K.type] || []),
C = J.delegateCount,
y = [].slice.call(arguments, 0),
D = !K.exclusive && !K.namespace,
A = (aj.event.special[K.type] || {}).handle,
w = [],
H, F, z, L, G, B, x, e, E, I, M;
y[0] = K;
K.delegateTarget = this;
if (C && !K.target.disabled && !(K.button && K.type === "click")) {
for (z = K.target; z != this; z = z.parentNode || this) {
G = {};
x = [];
for (H = 0; H < C; H++) {
e = J[H];
E = e.selector;
I = G[E];
if (e.isPositional) {
I = (I || (G[E] = aj(E))).index(z) >= 0
} else {
if (I === an) {
I = G[E] = (e.quick ? i(z, e.quick) : aj(z).is(E))
}
}
if (I) {
x.push(e)
}
}
if (x.length) {
w.push({
elem: z,
matches: x
})
}
}
}
if (J.length > C) {
w.push({
elem: this,
matches: J.slice(C)
})
}
for (H = 0; H < w.length && !K.isPropagationStopped(); H++) {
B = w[H];
K.currentTarget = B.elem;
for (F = 0; F < B.matches.length && !K.isImmediatePropagationStopped(); F++) {
e = B.matches[F];
if (D || (!K.namespace && !e.namespace) || K.namespace_re && K.namespace_re.test(e.namespace)) {
K.data = e.data;
K.handleObj = e;
L = (A || e.handler).apply(B.elem, y);
if (L !== an) {
K.result = L;
if (L === false) {
K.preventDefault();
K.stopPropagation()
}
}
}
}
}
return K.result
},
props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
fixHooks: {},
keyHooks: {
props: "char charCode key keyCode".split(" "),
filter: function(w, e) {
if (w.which == null) {
w.which = e.charCode != null ? e.charCode : e.keyCode
}
return w
}
},
mouseHooks: {
props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement wheelDelta".split(" "),
filter: function(x, w) {
var B, z, e, y = w.button,
A = w.fromElement;
if (x.pageX == null && w.clientX != null) {
B = x.target.ownerDocument || al;
z = B.documentElement;
e = B.body;
x.pageX = w.clientX + (z && z.scrollLeft || e && e.scrollLeft || 0) - (z && z.clientLeft || e && e.clientLeft || 0);
x.pageY = w.clientY + (z && z.scrollTop || e && e.scrollTop || 0) - (z && z.clientTop || e && e.clientTop || 0)
}
if (!x.relatedTarget && A) {
x.relatedTarget = A === x.target ? w.toElement : A
}
if (!x.which && y !== an) {
x.which = (y & 1 ? 1 : (y & 2 ? 3 : (y & 4 ? 2 : 0)))
}
return x
}
},
fix: function(w) {
if (w[aj.expando]) {
return w
}
var x, A, e = w,
y = aj.event.fixHooks[w.type] || {},
z = y.props ? this.props.concat(y.props) : this.props;
w = aj.Event(e);
for (x = z.length; x;) {
A = z[--x];
w[A] = e[A]
}
if (!w.target) {
w.target = e.srcElement || al
}
if (w.target.nodeType === 3) {
w.target = w.target.parentNode
}
if (w.metaKey === an) {
w.metaKey = w.ctrlKey
}
return y.filter ? y.filter(w, e) : w
},
special: {
ready: {
setup: aj.bindReady
},
focus: {
delegateType: "focusin",
noBubble: true
},
blur: {
delegateType: "focusout",
noBubble: true
},
beforeunload: {
setup: function(w, e, x) {
if (aj.isWindow(this)) {
this.onbeforeunload = x
}
},
teardown: function(w, e) {
if (this.onbeforeunload === e) {
this.onbeforeunload = null
}
}
}
}
};
aj.event.handle = aj.event.dispatch;
aj.removeEvent = al.removeEventListener ? function(w, e, x) {
if (w.removeEventListener) {
w.removeEventListener(e, x, false)
}
} : function(w, e, x) {
if (w.detachEvent) {
w.detachEvent("on" + e, x)
}
};
aj.Event = function(w, e) {
if (!(this instanceof aj.Event)) {
return new aj.Event(w, e)
}
if (w && w.type) {
this.originalEvent = w;
this.type = w.type;
this.isDefaultPrevented = (w.defaultPrevented || w.returnValue === false || w.defaultPrevented && w.defaultPrevented()) ? h : bx
} else {
this.type = w
}
if (e) {
aj.extend(this, e)
}
this.timeStamp = w && w.timeStamp || aj.now();
this[aj.expando] = true
};
function bx() {
return false
}
function h() {
return true
}
aj.Event.prototype = {
preventDefault: function() {
this.isDefaultPrevented = h;
var w = this.originalEvent;
if (!w) {
return
}
if (w.preventDefault) {
w.preventDefault()
} else {
w.returnValue = false
}
},
stopPropagation: function() {
this.isPropagationStopped = h;
var w = this.originalEvent;
if (!w) {
return
}
if (w.stopPropagation) {
w.stopPropagation()
}
w.cancelBubble = true
},
isDefaultPrevented: bx,
isPropagationStopped: bx,
isImmediatePropagationStopped: bx
};
aj.each({
mouseenter: "mouseover",
mouseleave: "mouseout"
}, function(w, e) {
aj.event.special[w] = aj.event.special[e] = {
delegateType: e,
bindType: e,
handle: function(z) {
var y = this,
D = z.relatedTarget,
B = z.handleObj,
x = B.selector,
C, A;
if (!D || B.origType === z.type || (D !== y && !aj.contains(y, D))) {
C = z.type;
z.type = B.origType;
A = B.handler.apply(this, arguments);
z.type = C
}
return A
}
}
});
aj.fn.extend({
on: function(w, C, B, A, z) {
var y, x;
if (typeof w === "object") {
if (typeof C !== "string") {
B = C;
C = an
}
for (x in w) {
this.on(x, C, B, w[x], z)
}
return this
}
if (B == null && A == null) {
A = C;
B = C = an
} else {
if (A == null) {
if (typeof C === "string") {
A = B;
B = an
} else {
A = B;
B = C;
C = an
}
}
}
if (A === false) {
A = bx
} else {
if (!A) {
return this
}
}
if (z === 1) {
y = A;
A = function(e) {
aj().off(e);
return y.apply(this, arguments)
};
A.guid = y.guid || (y.guid = aj.guid++)
}
return this.each(function() {
aj.event.add(this, w, A, B, C)
})
},
one: function(w, e, y, x) {
return this.on.call(this, w, e, y, x, 1)
},
off: function(x, w, A) {
if (x && x.preventDefault && x.handleObj) {
var z = x.handleObj;
aj(x.delegateTarget).off(z.namespace ? z.type + "." + z.namespace : z.type, z.selector, z.handler);
return this
}
if (typeof x === "object") {
for (var y in x) {
this.off(y, w, x[y])
}
return this
}
if (w === false || typeof w === "function") {
A = w;
w = an
}
if (A === false) {
A = bx
}
return this.each(function() {
aj.event.remove(this, x, A, w)
})
},
bind: function(w, e, x) {
return this.on(w, null, e, x)
},
unbind: function(w, e) {
return this.off(w, null, e)
},
live: function(w, e, x) {
aj(this.context).on(w, this.selector, e, x);
return this
},
die: function(w, e) {
aj(this.context).off(w, this.selector || "**", e);
return this
},
delegate: function(w, e, y, x) {
return this.on(e, w, y, x)
},
undelegate: function(w, e, x) {
return arguments.length == 1 ? this.off(w, "**") : this.off(e, w, x)
},
trigger: function(w, e) {
return this.each(function() {
aj.event.trigger(w, e, this)
})
},
triggerHandler: function(w, e) {
if (this[0]) {
return aj.event.trigger(w, e, this[0], true)
}
},
toggle: function(z) {
var y = arguments,
e = z.guid || aj.guid++,
w = 0,
x = function(B) {
var A = (aj._data(this, "lastToggle" + z.guid) || 0) % w;
aj._data(this, "lastToggle" + z.guid, A + 1);
B.preventDefault();
return y[A].apply(this, arguments) || false
};
x.guid = e;
while (w < y.length) {
y[w++].guid = e
}
return this.click(x)
},
hover: function(w, e) {
return this.mouseenter(w).mouseleave(e || w)
}
});
aj.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(e, w) {
aj.fn[w] = function(y, x) {
if (x == null) {
x = y;
y = null
}
return arguments.length > 0 ? this.bind(w, y, x) : this.trigger(w)
};
if (aj.attrFn) {
aj.attrFn[w] = true
}
if (a2.test(w)) {
aj.event.fixHooks[w] = aj.event.keyHooks
}
if (bs.test(w)) {
aj.event.fixHooks[w] = aj.event.mouseHooks
}
});
(function() {
var bI = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
A = "sizcache" + (Math.random() + "").replace(".", ""),
G = 0,
M = Object.prototype.toString,
z = false,
y = true,
K = /\\/g,
bK = /\r\n/g,
bM = /\W/;
[0, 0].sort(function() {
y = false;
return 0
});
var L = function(bZ, bY, bX, bW) {
bX = bX || [];
bY = bY || al;
var bV = bY;
if (bY.nodeType !== 1 && bY.nodeType !== 9) {
return []
}
if (!bZ || typeof bZ !== "string") {
return bX
}
var bO, b0, b3, bN, bU, b2, b1, bS, bQ = true,
bP = L.isXML(bY),
bR = [],
bT = bZ;
do {
bI.exec("");
bO = bI.exec(bT);
if (bO) {
bT = bO[3];
bR.push(bO[1]);
if (bO[2]) {
bN = bO[3];
break
}
}
} while (bO);
if (bR.length > 1 && H.exec(bZ)) {
if (bR.length === 2 && I.relative[bR[0]]) {
b0 = C(bR[0] + bR[1], bY, bW)
} else {
b0 = I.relative[bR[0]] ? [bY] : L(bR.shift(), bY);
while (bR.length) {
bZ = bR.shift();
if (I.relative[bZ]) {
bZ += bR.shift()
}
b0 = C(bZ, b0, bW)
}
}
} else {
if (!bW && bR.length > 1 && bY.nodeType === 9 && !bP && I.match.ID.test(bR[0]) && !I.match.ID.test(bR[bR.length - 1])) {
bU = L.find(bR.shift(), bY, bP);
bY = bU.expr ? L.filter(bU.expr, bU.set)[0] : bU.set[0]
}
if (bY) {
bU = bW ? {
expr: bR.pop(),
set: E(bW)
} : L.find(bR.pop(), bR.length === 1 && (bR[0] === "~" || bR[0] === "+") && bY.parentNode ? bY.parentNode : bY, bP);
b0 = bU.expr ? L.filter(bU.expr, bU.set) : bU.set;
if (bR.length > 0) {
b3 = E(b0)
} else {
bQ = false
}
while (bR.length) {
b2 = bR.pop();
b1 = b2;
if (!I.relative[b2]) {
b2 = ""
} else {
b1 = bR.pop()
}
if (b1 == null) {
b1 = bY
}
I.relative[b2](b3, b1, bP)
}
} else {
b3 = bR = []
}
}
if (!b3) {
b3 = b0
}
if (!b3) {
L.error(b2 || bZ)
}
if (M.call(b3) === "[object Array]") {
if (!bQ) {
bX.push.apply(bX, b3)
} else {
if (bY && bY.nodeType === 1) {
for (bS = 0; b3[bS] != null; bS++) {
if (b3[bS] && (b3[bS] === true || b3[bS].nodeType === 1 && L.contains(bY, b3[bS]))) {
bX.push(b0[bS])
}
}
} else {
for (bS = 0; b3[bS] != null; bS++) {
if (b3[bS] && b3[bS].nodeType === 1) {
bX.push(b0[bS])
}
}
}
}
} else {
E(b3, bX)
}
if (bN) {
L(bN, bV, bX, bW);
L.uniqueSort(bX)
}
return bX
};
L.uniqueSort = function(e) {
if (D) {
z = y;
e.sort(D);
if (z) {
for (var bN = 1; bN < e.length; bN++) {
if (e[bN] === e[bN - 1]) {
e.splice(bN--, 1)
}
}
}
}
return e
};
L.matches = function(bN, e) {
return L(bN, null, null, e)
};
L.matchesSelector = function(bN, e) {
return L(e, null, null, [bN]).length > 0
};
L.find = function(bU, bT, bS) {
var bR, bO, bQ, bP, e, bN;
if (!bU) {
return []
}
for (bO = 0, bQ = I.order.length; bO < bQ; bO++) {
e = I.order[bO];
if ((bP = I.leftMatch[e].exec(bU))) {
bN = bP[1];
bP.splice(1, 1);
if (bN.substr(bN.length - 1) !== "\\") {
bP[1] = (bP[1] || "").replace(K, "");
bR = I.find[e](bP, bT, bS);
if (bR != null) {
bU = bU.replace(I.match[e], "");
break
}
}
}
}
if (!bR) {
bR = typeof bT.getElementsByTagName !== "undefined" ? bT.getElementsByTagName("*") : []
}
return {
set: bR,
expr: bU
}
};
L.filter = function(bZ, bY, bX, bW) {
var bV, bO, bN, b3, b1, bP, bR, bS, b0, bQ = bZ,
b2 = [],
bU = bY,
bT = bY && bY[0] && L.isXML(bY[0]);
while (bZ && bY.length) {
for (bN in I.filter) {
if ((bV = I.leftMatch[bN].exec(bZ)) != null && bV[2]) {
bP = I.filter[bN];
bR = bV[1];
bO = false;
bV.splice(1, 1);
if (bR.substr(bR.length - 1) === "\\") {
continue
}
if (bU === b2) {
b2 = []
}
if (I.preFilter[bN]) {
bV = I.preFilter[bN](bV, bU, bX, b2, bW, bT);
if (!bV) {
bO = b3 = true
} else {
if (bV === true) {
continue
}
}
}
if (bV) {
for (bS = 0;
(b1 = bU[bS]) != null; bS++) {
if (b1) {
b3 = bP(b1, bV, bS, bU);
b0 = bW ^ b3;
if (bX && b3 != null) {
if (b0) {
bO = true
} else {
bU[bS] = false
}
} else {
if (b0) {
b2.push(b1);
bO = true
}
}
}
}
}
if (b3 !== an) {
if (!bX) {
bU = b2
}
bZ = bZ.replace(I.match[bN], "");
if (!bO) {
return []
}
break
}
}
}
if (bZ === bQ) {
if (bO == null) {
L.error(bZ)
} else {
break
}
}
bQ = bZ
}
return bU
};
L.error = function(e) {
throw "Syntax error, unrecognized expression: " + e
};
var J = L.getText = function(bN) {
var bP, bQ, e = bN.nodeType,
bO = "";
if (e) {
if (e === 1) {
if (typeof bN.textContent === "string") {
return bN.textContent
} else {
if (typeof bN.innerText === "string") {
return bN.innerText.replace(bK, "")
} else {
for (bN = bN.firstChild; bN; bN = bN.nextSibling) {
bO += J(bN)
}
}
}
} else {
if (e === 3 || e === 4) {
return bN.nodeValue
}
}
} else {
for (bP = 0;
(bQ = bN[bP]); bP++) {
if (bQ.nodeType !== 8) {
bO += J(bQ)
}
}
}
return bO
};
var I = L.selectors = {
order: ["ID", "NAME", "TAG"],
match: {
ID: /#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,
CLASS: /\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,
NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,
ATTR: /\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,
TAG: /^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,
CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,
POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/
},
leftMatch: {},
attrMap: {
"class": "className",
"for": "htmlFor"
},
attrHandle: {
href: function(e) {
return e.getAttribute("href")
},
type: function(e) {
return e.getAttribute("type")
}
},
relative: {
"+": function(bO, e) {
var bT = typeof e === "string",
bR = bT && !bM.test(e),
bS = bT && !bR;
if (bR) {
e = e.toLowerCase()
}
for (var bP = 0, bN = bO.length, bQ; bP < bN; bP++) {
if ((bQ = bO[bP])) {
while ((bQ = bQ.previousSibling) && bQ.nodeType !== 1) {}
bO[bP] = bS || bQ && bQ.nodeName.toLowerCase() === e ? bQ || false : bQ === e
}
}
if (bS) {
L.filter(e, bO, true)
}
},
">": function(bO, e) {
var bS, bQ = typeof e === "string",
bP = 0,
bN = bO.length;
if (bQ && !bM.test(e)) {
e = e.toLowerCase();
for (; bP < bN; bP++) {
bS = bO[bP];
if (bS) {
var bR = bS.parentNode;
bO[bP] = bR.nodeName.toLowerCase() === e ? bR : false
}
}
} else {
for (; bP < bN; bP++) {
bS = bO[bP];
if (bS) {
bO[bP] = bQ ? bS.parentNode : bS.parentNode === e
}
}
if (bQ) {
L.filter(e, bO, true)
}
}
},
"": function(bO, bN, bR) {
var bQ, bP = G++,
e = bJ;
if (typeof bN === "string" && !bM.test(bN)) {
bN = bN.toLowerCase();
bQ = bN;
e = w
}
e("parentNode", bN, bP, bO, bQ, bR)
},
"~": function(bO, bN, bR) {
var bQ, bP = G++,
e = bJ;
if (typeof bN === "string" && !bM.test(bN)) {
bN = bN.toLowerCase();
bQ = bN;
e = w
}
e("previousSibling", bN, bP, bO, bQ, bR)
}
},
find: {
ID: function(bO, bN, bP) {
if (typeof bN.getElementById !== "undefined" && !bP) {
var e = bN.getElementById(bO[1]);
return e && e.parentNode ? [e] : []
}
},
NAME: function(bO, e) {
if (typeof e.getElementsByName !== "undefined") {
var bR = [],
bQ = e.getElementsByName(bO[1]);
for (var bP = 0, bN = bQ.length; bP < bN; bP++) {
if (bQ[bP].getAttribute("name") === bO[1]) {
bR.push(bQ[bP])
}
}
return bR.length === 0 ? null : bR
}
},
TAG: function(bN, e) {
if (typeof e.getElementsByTagName !== "undefined") {
return e.getElementsByTagName(bN[1])
}
}
},
preFilter: {
CLASS: function(bO, bN, bU, bT, bS, bR) {
bO = " " + bO[1].replace(K, "") + " ";
if (bR) {
return bO
}
for (var bP = 0, bQ;
(bQ = bN[bP]) != null; bP++) {
if (bQ) {
if (bS ^ (bQ.className && (" " + bQ.className + " ").replace(/[\t\n\r]/g, " ").indexOf(bO) >= 0)) {
if (!bU) {
bT.push(bQ)
}
} else {
if (bU) {
bN[bP] = false
}
}
}
}
return false
},
ID: function(e) {
return e[1].replace(K, "")
},
TAG: function(bN, e) {
return bN[1].replace(K, "").toLowerCase()
},
CHILD: function(bN) {
if (bN[1] === "nth") {
if (!bN[2]) {
L.error(bN[0])
}
bN[2] = bN[2].replace(/^\+|\s*/g, "");
var e = /(-?)(\d*)(?:n([+\-]?\d*))?/.exec(bN[2] === "even" && "2n" || bN[2] === "odd" && "2n+1" || !/\D/.test(bN[2]) && "0n+" + bN[2] || bN[2]);
bN[2] = (e[1] + (e[2] || 1)) - 0;
bN[3] = e[3] - 0
} else {
if (bN[2]) {
L.error(bN[0])
}
}
bN[0] = G++;
return bN
},
ATTR: function(bO, bN, bT, bS, bR, bQ) {
var bP = bO[1] = bO[1].replace(K, "");
if (!bQ && I.attrMap[bP]) {
bO[1] = I.attrMap[bP]
}
bO[4] = (bO[4] || bO[5] || "").replace(K, "");
if (bO[2] === "~=") {
bO[4] = " " + bO[4] + " "
}
return bO
},
PSEUDO: function(bO, bN, bS, bR, bQ) {
if (bO[1] === "not") {
if ((bI.exec(bO[3]) || "").length > 1 || /^\w/.test(bO[3])) {
bO[3] = L(bO[3], null, null, bN)
} else {
var bP = L.filter(bO[3], bN, bS, true ^ bQ);
if (!bS) {
bR.push.apply(bR, bP)
}
return false
}
} else {
if (I.match.POS.test(bO[0]) || I.match.CHILD.test(bO[0])) {
return true
}
}
return bO
},
POS: function(e) {
e.unshift(true);
return e
}
},
filters: {
enabled: function(e) {
return e.disabled === false && e.type !== "hidden"
},
disabled: function(e) {
return e.disabled === true
},
checked: function(e) {
return e.checked === true
},
selected: function(e) {
if (e.parentNode) {
e.parentNode.selectedIndex
}
return e.selected === true
},
parent: function(e) {
return !!e.firstChild
},
empty: function(e) {
return !e.firstChild
},
has: function(bN, bO, e) {
return !!L(e[3], bN).length
},
header: function(e) {
return (/h\d/i).test(e.nodeName)
},
text: function(bN) {
var e = bN.getAttribute("type"),
bO = bN.type;
return bN.nodeName.toLowerCase() === "input" && "text" === bO && (e === bO || e === null)
},
radio: function(e) {
return e.nodeName.toLowerCase() === "input" && "radio" === e.type
},
checkbox: function(e) {
return e.nodeName.toLowerCase() === "input" && "checkbox" === e.type
},
file: function(e) {
return e.nodeName.toLowerCase() === "input" && "file" === e.type
},
password: function(e) {
return e.nodeName.toLowerCase() === "input" && "password" === e.type
},
submit: function(bN) {
var e = bN.nodeName.toLowerCase();
return (e === "input" || e === "button") && "submit" === bN.type
},
image: function(e) {
return e.nodeName.toLowerCase() === "input" && "image" === e.type
},
reset: function(bN) {
var e = bN.nodeName.toLowerCase();
return (e === "input" || e === "button") && "reset" === bN.type
},
button: function(bN) {
var e = bN.nodeName.toLowerCase();
return e === "input" && "button" === bN.type || e === "button"
},
input: function(e) {
return (/input|select|textarea|button/i).test(e.nodeName)
},
focus: function(e) {
return e === e.ownerDocument.activeElement
}
},
setFilters: {
first: function(e, bN) {
return bN === 0
},
last: function(bN, bO, e, bP) {
return bO === bP.length - 1
},
even: function(e, bN) {
return bN % 2 === 0
},
odd: function(e, bN) {
return bN % 2 === 1
},
lt: function(bN, bO, e) {
return bO < e[3] - 0
},
gt: function(bN, bO, e) {
return bO > e[3] - 0
},
nth: function(bN, bO, e) {
return e[3] - 0 === bO
},
eq: function(bN, bO, e) {
return e[3] - 0 === bO
}
},
filter: {
PSEUDO: function(bV, bU, bQ, bT) {
var bS = bU[1],
bN = I.filters[bS];
if (bN) {
return bN(bV, bQ, bU, bT)
} else {
if (bS === "contains") {
return (bV.textContent || bV.innerText || J([bV]) || "").indexOf(bU[3]) >= 0
} else {
if (bS === "not") {
var bR = bU[3];
for (var bP = 0, bO = bR.length; bP < bO; bP++) {
if (bR[bP] === bV) {
return false
}
}
return true
} else {
L.error(bS)
}
}
}
},
CHILD: function(bT, bS) {
var bR, bW, bQ, bV, bN, bP, bU, e = bS[1],
bO = bT;
switch (e) {
case "only":
case "first":
while ((bO = bO.previousSibling)) {
if (bO.nodeType === 1) {
return false
}
}
if (e === "first") {
return true
}
bO = bT;
case "last":
while ((bO = bO.nextSibling)) {
if (bO.nodeType === 1) {
return false
}
}
return true;
case "nth":
bR = bS[2];
bW = bS[3];
if (bR === 1 && bW === 0) {
return true
}
bQ = bS[0];
bV = bT.parentNode;
if (bV && (bV[A] !== bQ || !bT.nodeIndex)) {
bP = 0;
for (bO = bV.firstChild; bO; bO = bO.nextSibling) {
if (bO.nodeType === 1) {
bO.nodeIndex = ++bP
}
}
bV[A] = bQ
}
bU = bT.nodeIndex - bW;
if (bR === 0) {
return bU === 0
} else {
return (bU % bR === 0 && bU / bR >= 0)
}
}
},
ID: function(bN, e) {
return bN.nodeType === 1 && bN.getAttribute("id") === e
},
TAG: function(bN, e) {
return (e === "*" && bN.nodeType === 1) || !!bN.nodeName && bN.nodeName.toLowerCase() === e
},
CLASS: function(bN, e) {
return (" " + (bN.className || bN.getAttribute("class")) + " ").indexOf(e) > -1
},
ATTR: function(bP, bN) {
var bS = bN[1],
e = L.attr ? L.attr(bP, bS) : I.attrHandle[bS] ? I.attrHandle[bS](bP) : bP[bS] != null ? bP[bS] : bP.getAttribute(bS),
bR = e + "",
bQ = bN[2],
bO = bN[4];
return e == null ? bQ === "!=" : !bQ && L.attr ? e != null : bQ === "=" ? bR === bO : bQ === "*=" ? bR.indexOf(bO) >= 0 : bQ === "~=" ? (" " + bR + " ").indexOf(bO) >= 0 : !bO ? bR && e !== false : bQ === "!=" ? bR !== bO : bQ === "^=" ? bR.indexOf(bO) === 0 : bQ === "$=" ? bR.substr(bR.length - bO.length) === bO : bQ === "|=" ? bR === bO || bR.substr(0, bO.length + 1) === bO + "-" : false
},
POS: function(bN, e, bO, bR) {
var bQ = e[2],
bP = I.setFilters[bQ];
if (bP) {
return bP(bN, bO, e, bR)
}
}
}
};
var H = I.match.POS,
x = function(bN, e) {
return "\\" + (e - 0 + 1)
};
for (var F in I.match) {
I.match[F] = new RegExp(I.match[F].source + (/(?![^\[]*\])(?![^\(]*\))/.source));
I.leftMatch[F] = new RegExp(/(^(?:.|\r|\n)*?)/.source + I.match[F].source.replace(/\\(\d+)/g, x))
}
var E = function(bN, e) {
bN = Array.prototype.slice.call(bN, 0);
if (e) {
e.push.apply(e, bN);
return e
}
return bN
};
try {
Array.prototype.slice.call(al.documentElement.childNodes, 0)[0].nodeType
} catch (bL) {
E = function(bO, e) {
var bQ = 0,
bP = e || [];
if (M.call(bO) === "[object Array]") {
Array.prototype.push.apply(bP, bO)
} else {
if (typeof bO.length === "number") {
for (var bN = bO.length; bQ < bN; bQ++) {
bP.push(bO[bQ])
}
} else {
for (; bO[bQ]; bQ++) {
bP.push(bO[bQ])
}
}
}
return bP
}
}
var D, B;
if (al.documentElement.compareDocumentPosition) {
D = function(bN, e) {
if (bN === e) {
z = true;
return 0
}
if (!bN.compareDocumentPosition || !e.compareDocumentPosition) {
return bN.compareDocumentPosition ? -1 : 1
}
return bN.compareDocumentPosition(e) & 4 ? -1 : 1
}
} else {
D = function(bU, bT) {
if (bU === bT) {
z = true;
return 0
} else {
if (bU.sourceIndex && bT.sourceIndex) {
return bU.sourceIndex - bT.sourceIndex
}
}
var bR, bN, bO = [],
e = [],
bQ = bU.parentNode,
bS = bT.parentNode,
bV = bQ;
if (bQ === bS) {
return B(bU, bT)
} else {
if (!bQ) {
return -1
} else {
if (!bS) {
return 1
}
}
}
while (bV) {
bO.unshift(bV);
bV = bV.parentNode
}
bV = bS;
while (bV) {
e.unshift(bV);
bV = bV.parentNode
}
bR = bO.length;
bN = e.length;
for (var bP = 0; bP < bR && bP < bN; bP++) {
if (bO[bP] !== e[bP]) {
return B(bO[bP], e[bP])
}
}
return bP === bR ? B(bU, e[bP], -1) : B(bO[bP], bT, 1)
};
B = function(bN, e, bP) {
if (bN === e) {
return bP
}
var bO = bN.nextSibling;
while (bO) {
if (bO === e) {
return -1
}
bO = bO.nextSibling
}
return 1
}
}(function() {
var bN = al.createElement("div"),
bO = "script" + (new Date()).getTime(),
e = al.documentElement;
bN.innerHTML = "";
e.insertBefore(bN, e.firstChild);
if (al.getElementById(bO)) {
I.find.ID = function(bR, bQ, bS) {
if (typeof bQ.getElementById !== "undefined" && !bS) {
var bP = bQ.getElementById(bR[1]);
return bP ? bP.id === bR[1] || typeof bP.getAttributeNode !== "undefined" && bP.getAttributeNode("id").nodeValue === bR[1] ? [bP] : an : []
}
};
I.filter.ID = function(bQ, bP) {
var bR = typeof bQ.getAttributeNode !== "undefined" && bQ.getAttributeNode("id");
return bQ.nodeType === 1 && bR && bR.nodeValue === bP
}
}
e.removeChild(bN);
e = bN = null
})();
(function() {
var bN = al.createElement("div");
bN.appendChild(al.createComment(""));
if (bN.getElementsByTagName("*").length > 0) {
I.find.TAG = function(bO, e) {
var bR = e.getElementsByTagName(bO[1]);
if (bO[1] === "*") {
var bQ = [];
for (var bP = 0; bR[bP]; bP++) {
if (bR[bP].nodeType === 1) {
bQ.push(bR[bP])
}
}
bR = bQ
}
return bR
}
}
bN.innerHTML = "";
if (bN.firstChild && typeof bN.firstChild.getAttribute !== "undefined" && bN.firstChild.getAttribute("href") !== "#") {
I.attrHandle.href = function(e) {
return e.getAttribute("href", 2)
}
}
bN = null
})();
if (al.querySelectorAll) {
(function() {
var bN = L,
bP = al.createElement("div"),
bO = "__sizzle__";
bP.innerHTML = "";
if (bP.querySelectorAll && bP.querySelectorAll(".TEST").length === 0) {
return
}
L = function(b1, bZ, bY, bX) {
bZ = bZ || al;
if (!bX && !L.isXML(bZ)) {
var bW = /^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b1);
if (bW && (bZ.nodeType === 1 || bZ.nodeType === 9)) {
if (bW[1]) {
return E(bZ.getElementsByTagName(b1), bY)
} else {
if (bW[2] && I.find.CLASS && bZ.getElementsByClassName) {
return E(bZ.getElementsByClassName(bW[2]), bY)
}
}
}
if (bZ.nodeType === 9) {
if (b1 === "body" && bZ.body) {
return E([bZ.body], bY)
} else {
if (bW && bW[3]) {
var bV = bZ.getElementById(bW[3]);
if (bV && bV.parentNode) {
if (bV.id === bW[3]) {
return E([bV], bY)
}
} else {
return E([], bY)
}
}
}
try {
return E(bZ.querySelectorAll(b1), bY)
} catch (bS) {}
} else {
if (bZ.nodeType === 1 && bZ.nodeName.toLowerCase() !== "object") {
var bU = bZ,
bR = bZ.getAttribute("id"),
bQ = bR || bO,
b2 = bZ.parentNode,
b0 = /^\s*[+~]/.test(b1);
if (!bR) {
bZ.setAttribute("id", bQ)
} else {
bQ = bQ.replace(/'/g, "\\$&")
}
if (b0 && b2) {
bZ = bZ.parentNode
}
try {
if (!b0 || b2) {
return E(bZ.querySelectorAll("[id='" + bQ + "'] " + b1), bY)
}
} catch (bT) {} finally {
if (!bR) {
bU.removeAttribute("id")
}
}
}
}
}
return bN(b1, bZ, bY, bX)
};
for (var e in bN) {
L[e] = bN[e]
}
bP = null
})()
}(function() {
var bQ = al.documentElement,
bO = bQ.matchesSelector || bQ.mozMatchesSelector || bQ.webkitMatchesSelector || bQ.msMatchesSelector;
if (bO) {
var bN = !bO.call(al.createElement("div"), "div"),
e = false;
try {
bO.call(al.documentElement, "[test!='']:sizzle")
} catch (bP) {
e = true
}
L.matchesSelector = function(bS, bR) {
bR = bR.replace(/\=\s*([^'"\]]*)\s*\]/g, "='$1']");
if (!L.isXML(bS)) {
try {
if (e || !I.match.PSEUDO.test(bR) && !/!=/.test(bR)) {
var bU = bO.call(bS, bR);
if (bU || !bN || bS.document && bS.document.nodeType !== 11) {
return bU
}
}
} catch (bT) {}
}
return L(bR, null, null, [bS]).length > 0
}
}
})();
(function() {
var e = al.createElement("div");
e.innerHTML = "";
if (!e.getElementsByClassName || e.getElementsByClassName("e").length === 0) {
return
}
e.lastChild.className = "e";
if (e.getElementsByClassName("e").length === 1) {
return
}
I.order.splice(1, 0, "CLASS");
I.find.CLASS = function(bO, bN, bP) {
if (typeof bN.getElementsByClassName !== "undefined" && !bP) {
return bN.getElementsByClassName(bO[1])
}
};
e = null
})();
function w(bW, bV, bU, bT, bS, bR) {
for (var bO = 0, bN = bT.length; bO < bN; bO++) {
var bQ = bT[bO];
if (bQ) {
var bP = false;
bQ = bQ[bW];
while (bQ) {
if (bQ[A] === bU) {
bP = bT[bQ.sizset];
break
}
if (bQ.nodeType === 1 && !bR) {
bQ[A] = bU;
bQ.sizset = bO
}
if (bQ.nodeName.toLowerCase() === bV) {
bP = bQ;
break
}
bQ = bQ[bW]
}
bT[bO] = bP
}
}
}
function bJ(bW, bV, bU, bT, bS, bR) {
for (var bO = 0, bN = bT.length; bO < bN; bO++) {
var bQ = bT[bO];
if (bQ) {
var bP = false;
bQ = bQ[bW];
while (bQ) {
if (bQ[A] === bU) {
bP = bT[bQ.sizset];
break
}
if (bQ.nodeType === 1) {
if (!bR) {
bQ[A] = bU;
bQ.sizset = bO
}
if (typeof bV !== "string") {
if (bQ === bV) {
bP = true;
break
}
} else {
if (L.filter(bV, [bQ]).length > 0) {
bP = bQ;
break
}
}
}
bQ = bQ[bW]
}
bT[bO] = bP
}
}
}
if (al.documentElement.contains) {
L.contains = function(bN, e) {
return bN !== e && (bN.contains ? bN.contains(e) : true)
}
} else {
if (al.documentElement.compareDocumentPosition) {
L.contains = function(bN, e) {
return !!(bN.compareDocumentPosition(e) & 16)
}
} else {
L.contains = function() {
return false
}
}
}
L.isXML = function(bN) {
var e = (bN ? bN.ownerDocument || bN : 0).documentElement;
return e ? e.nodeName !== "HTML" : false
};
var C = function(bU, bT, bQ) {
var bP, bR = [],
bO = "",
bS = bT.nodeType ? [bT] : bT;
while ((bP = I.match.PSEUDO.exec(bU))) {
bO += bP[0];
bU = bU.replace(I.match.PSEUDO, "")
}
bU = I.relative[bU] ? bU + "*" : bU;
for (var bN = 0, e = bS.length; bN < e; bN++) {
L(bU, bS[bN], bR, bQ)
}
return L.filter(bO, bR)
};
L.attr = aj.attr;
L.selectors.attrMap = {};
aj.find = L;
aj.expr = L.selectors;
aj.expr[":"] = aj.expr.filters;
aj.unique = L.uniqueSort;
aj.text = L.getText;
aj.isXMLDoc = L.isXML;
aj.contains = L.contains
})();
var aZ = /Until$/,
aA = /^(?:parents|prevUntil|prevAll)/,
bo = /,/,
bC = /^.[^:#\[\.,]*$/,
ab = Array.prototype.slice,
U = aj.expr.match.POS,
aG = {
children: true,
contents: true,
next: true,
prev: true
};
aj.fn.extend({
find: function(x) {
var e = this,
y, w;
if (typeof x !== "string") {
return aj(x).filter(function() {
for (y = 0, w = e.length; y < w; y++) {
if (aj.contains(e[y], this)) {
return true
}
}
})
}
var C = this.pushStack("", "find", x),
A, B, z;
for (y = 0, w = this.length; y < w; y++) {
A = C.length;
aj.find(x, this[y], C);
if (y > 0) {
for (B = A; B < C.length; B++) {
for (z = 0; z < A; z++) {
if (C[z] === C[B]) {
C.splice(B--, 1);
break
}
}
}
}
}
return C
},
has: function(w) {
var e = aj(w);
return this.filter(function() {
for (var y = 0, x = e.length; y < x; y++) {
if (aj.contains(this, e[y])) {
return true
}
}
})
},
not: function(e) {
return this.pushStack(aN(this, e, false), "not", e)
},
filter: function(e) {
return this.pushStack(aN(this, e, true), "filter", e)
},
is: function(e) {
return !!e && (typeof e === "string" ? U.test(e) ? aj(e, this.context).index(this[0]) >= 0 : aj.filter(e, this).length > 0 : this.filter(e).length > 0)
},
closest: function(y, w) {
var D = [],
z, x, C = this[0];
if (aj.isArray(y)) {
var B = 1;
while (C && C.ownerDocument && C !== w) {
for (z = 0; z < y.length; z++) {
if (aj(C).is(y[z])) {
D.push({
selector: y[z],
elem: C,
level: B
})
}
}
C = C.parentNode;
B++
}
return D
}
var A = U.test(y) || typeof y !== "string" ? aj(y, w || this.context) : 0;
for (z = 0, x = this.length; z < x; z++) {
C = this[z];
while (C) {
if (A ? A.index(C) > -1 : aj.find.matchesSelector(C, y)) {
D.push(C);
break
} else {
C = C.parentNode;
if (!C || !C.ownerDocument || C === w || C.nodeType === 11) {
break
}
}
}
}
D = D.length > 1 ? aj.unique(D) : D;
return this.pushStack(D, "closest", y)
},
index: function(e) {
if (!e) {
return (this[0] && this[0].parentNode) ? this.prevAll().length : -1
}
if (typeof e === "string") {
return aj.inArray(this[0], aj(e))
}
return aj.inArray(e.jquery ? e[0] : e, this)
},
add: function(w, e) {
var y = typeof w === "string" ? aj(w, e) : aj.makeArray(w && w.nodeType ? [w] : w),
x = aj.merge(this.get(), y);
return this.pushStack(P(y[0]) || P(x[0]) ? x : aj.unique(x))
},
andSelf: function() {
return this.add(this.prevObject)
}
});
function P(e) {
return !e || !e.parentNode || e.parentNode.nodeType === 11
}
aj.each({
parent: function(w) {
var e = w.parentNode;
return e && e.nodeType !== 11 ? e : null
},
parents: function(e) {
return aj.dir(e, "parentNode")
},
parentsUntil: function(w, x, e) {
return aj.dir(w, "parentNode", e)
},
next: function(e) {
return aj.nth(e, 2, "nextSibling")
},
prev: function(e) {
return aj.nth(e, 2, "previousSibling")
},
nextAll: function(e) {
return aj.dir(e, "nextSibling")
},
prevAll: function(e) {
return aj.dir(e, "previousSibling")
},
nextUntil: function(w, x, e) {
return aj.dir(w, "nextSibling", e)
},
prevUntil: function(w, x, e) {
return aj.dir(w, "previousSibling", e)
},
siblings: function(e) {
return aj.sibling(e.parentNode.firstChild, e)
},
children: function(e) {
return aj.sibling(e.firstChild)
},
contents: function(e) {
return aj.nodeName(e, "iframe") ? e.contentDocument || e.contentWindow.document : aj.makeArray(e.childNodes)
}
}, function(x, w) {
aj.fn[x] = function(y, e) {
var A = aj.map(this, w, y),
z = ab.call(arguments);
if (!aZ.test(x)) {
e = y
}
if (e && typeof e === "string") {
A = aj.filter(e, A)
}
A = this.length > 1 && !aG[x] ? aj.unique(A) : A;
if ((this.length > 1 || bo.test(e)) && aA.test(x)) {
A = A.reverse()
}
return this.pushStack(A, x, z.join(","))
}
});
aj.extend({
filter: function(w, e, x) {
if (x) {
w = ":not(" + w + ")"
}
return e.length === 1 ? aj.find.matchesSelector(e[0], w) ? [e[0]] : [] : aj.find.matches(w, e)
},
dir: function(w, e, z) {
var y = [],
x = w[e];
while (x && x.nodeType !== 9 && (z === an || x.nodeType !== 1 || !aj(x).is(z))) {
if (x.nodeType === 1) {
y.push(x)
}
x = x[e]
}
return y
},
nth: function(x, w, A, z) {
w = w || 1;
var y = 0;
for (; x; x = x[A]) {
if (x.nodeType === 1 && ++y === w) {
break
}
}
return x
},
sibling: function(x, e) {
var w = [];
for (; x; x = x.nextSibling) {
if (x.nodeType === 1 && x !== e) {
w.push(x)
}
}
return w
}
});
function aN(z, y, x) {
y = y || 0;
if (aj.isFunction(y)) {
return aj.grep(z, function(A, B) {
var e = !!y.call(A, B, A);
return e === x
})
} else {
if (y.nodeType) {
return aj.grep(z, function(e, A) {
return (e === y) === x
})
} else {
if (typeof y === "string") {
var w = aj.grep(z, function(e) {
return e.nodeType === 1
});
if (bC.test(y)) {
return aj.filter(y, w, !x)
} else {
y = aj.filter(y, w)
}
}
}
}
return aj.grep(z, function(e, A) {
return (aj.inArray(e, y) >= 0) === x
})
}
function a(w) {
var e = aY.split(" "),
x = w.createDocumentFragment();
if (x.createElement) {
while (e.length) {
x.createElement(e.pop())
}
}
return x
}
var aY = "abbr article aside audio canvas datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",
at = / jQuery\d+="(?:\d+|null)"/g,
aB = /^\s+/,
ac = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,
c = /<([\w:]+)/,
t = /", ""],
legend: [1, ""],
thead: [1, ""],
tr: [2, ""],
td: [3, ""],
col: [2, ""],
area: [1, ""],
_default: [0, "", ""]
},
am = a(al);
aF.optgroup = aF.option;
aF.tbody = aF.tfoot = aF.colgroup = aF.caption = aF.thead;
aF.th = aF.td;
if (!aj.support.htmlSerialize) {
aF._default = [1, "div", "
"]
}
aj.fn.extend({
text: function(e) {
if (aj.isFunction(e)) {
return this.each(function(x) {
var w = aj(this);
w.text(e.call(this, x, w.text()))
})
}
if (typeof e !== "object" && e !== an) {
return this.empty().append((this[0] && this[0].ownerDocument || al).createTextNode(e))
}
return aj.text(this)
},
wrapAll: function(e) {
if (aj.isFunction(e)) {
return this.each(function(x) {
aj(this).wrapAll(e.call(this, x))
})
}
if (this[0]) {
var w = aj(e, this[0].ownerDocument).eq(0).clone(true);
if (this[0].parentNode) {
w.insertBefore(this[0])
}
w.map(function() {
var x = this;
while (x.firstChild && x.firstChild.nodeType === 1) {
x = x.firstChild
}
return x
}).append(this)
}
return this
},
wrapInner: function(e) {
if (aj.isFunction(e)) {
return this.each(function(w) {
aj(this).wrapInner(e.call(this, w))
})
}
return this.each(function() {
var w = aj(this),
x = w.contents();
if (x.length) {
x.wrapAll(e)
} else {
w.append(e)
}
})
},
wrap: function(e) {
return this.each(function() {
aj(this).wrapAll(e)
})
},
unwrap: function() {
return this.parent().each(function() {
if (!aj.nodeName(this, "body")) {
aj(this).replaceWith(this.childNodes)
}
}).end()
},
append: function() {
return this.domManip(arguments, true, function(e) {
if (this.nodeType === 1) {
this.appendChild(e)
}
})
},
prepend: function() {
return this.domManip(arguments, true, function(e) {
if (this.nodeType === 1) {
this.insertBefore(e, this.firstChild)
}
})
},
before: function() {
if (this[0] && this[0].parentNode) {
return this.domManip(arguments, false, function(w) {
this.parentNode.insertBefore(w, this)
})
} else {
if (arguments.length) {
var e = aj(arguments[0]);
e.push.apply(e, this.toArray());
return this.pushStack(e, "before", arguments)
}
}
},
after: function() {
if (this[0] && this[0].parentNode) {
return this.domManip(arguments, false, function(w) {
this.parentNode.insertBefore(w, this.nextSibling)
})
} else {
if (arguments.length) {
var e = this.pushStack(this, "after", arguments);
e.push.apply(e, aj(arguments[0]).toArray());
return e
}
}
},
remove: function(w, e) {
for (var x = 0, y;
(y = this[x]) != null; x++) {
if (!w || aj.filter(w, [y]).length) {
if (!e && y.nodeType === 1) {
aj.cleanData(y.getElementsByTagName("*"));
aj.cleanData([y])
}
if (y.parentNode) {
y.parentNode.removeChild(y)
}
}
}
return this
},
empty: function() {
for (var e = 0, w;
(w = this[e]) != null; e++) {
if (w.nodeType === 1) {
aj.cleanData(w.getElementsByTagName("*"))
}
while (w.firstChild) {
w.removeChild(w.firstChild)
}
}
return this
},
clone: function(w, e) {
w = w == null ? false : w;
e = e == null ? w : e;
return this.map(function() {
return aj.clone(this, w, e)
})
},
html: function(w) {
if (w === an) {
return this[0] && this[0].nodeType === 1 ? this[0].innerHTML.replace(at, "") : null
} else {
if (typeof w === "string" && !aq.test(w) && (aj.support.leadingWhitespace || !aB.test(w)) && !aF[(c.exec(w) || ["", ""])[1].toLowerCase()]) {
w = w.replace(ac, "<$1>$2>");
try {
for (var y = 0, x = this.length; y < x; y++) {
if (this[y].nodeType === 1) {
aj.cleanData(this[y].getElementsByTagName("*"));
this[y].innerHTML = w
}
}
} catch (z) {
this.empty().append(w)
}
} else {
if (aj.isFunction(w)) {
this.each(function(A) {
var e = aj(this);
e.html(w.call(this, A, e.html()))
})
} else {
this.empty().append(w)
}
}
}
return this
},
detach: function(e) {
return this.remove(e, true)
},
domManip: function(F, E, D) {
var B, z, C, H, G = F[0],
x = [];
if (!aj.support.checkClone && arguments.length === 3 && typeof G === "string" && l.test(G)) {
return this.each(function() {
aj(this).domManip(F, E, D, true)
})
}
if (aj.isFunction(G)) {
return this.each(function(I) {
var e = aj(this);
F[0] = G.call(this, I, E ? e.html() : an);
e.domManip(F, E, D)
})
}
if (this[0]) {
H = G && G.parentNode;
if (aj.support.parentNode && H && H.nodeType === 11 && H.childNodes.length === this.length) {
B = {
fragment: H
}
} else {
B = aj.buildFragment(F, this, x)
}
C = B.fragment;
if (C.childNodes.length === 1) {
z = C = C.firstChild
} else {
z = C.firstChild
}
if (z) {
E = E && aj.nodeName(z, "tr");
for (var y = 0, w = this.length, A = w - 1; y < w; y++) {
D.call(E ? bp(this[y], z) : this[y], B.cacheable || (w > 1 && y < A) ? aj.clone(C, true, true) : C)
}
}
if (x.length) {
aj.each(x, bB)
}
}
return this
}
});
function bp(w, e) {
return aj.nodeName(w, "table") ? (w.getElementsByTagName("tbody")[0] || w.appendChild(w.ownerDocument.createElement("tbody"))) : w
}
function q(x, e) {
if (e.nodeType !== 1 || !aj.hasData(x)) {
return
}
var C, z, w, B = aj._data(x),
A = aj._data(e, B),
y = B.events;
if (y) {
delete A.handle;
A.events = {};
for (C in y) {
for (z = 0, w = y[C].length; z < w; z++) {
aj.event.add(e, C + (y[C][z].namespace ? "." : "") + y[C][z].namespace, y[C][z], y[C][z].data)
}
}
}
if (A.data) {
A.data = aj.extend({}, A.data)
}
}
aj.buildFragment = function(x, w, C) {
var B, e, y, z, A = x[0];
if (w && w[0]) {
z = w[0].ownerDocument || w[0]
}
if (!z.createDocumentFragment) {
z = al
}
if (x.length === 1 && typeof A === "string" && A.length < 512 && z === al && A.charAt(0) === "<" && !aa.test(A) && (aj.support.checkClone || !l.test(A)) && (!aj.support.unknownElems && au.test(A))) {
e = true;
y = aj.fragments[A];
if (y && y !== 1) {
B = y
}
}
if (!B) {
B = z.createDocumentFragment();
aj.clean(x, z, B, C)
}
if (e) {
aj.fragments[A] = y ? B : 1
}
return {
fragment: B,
cacheable: e
}
};
aj.fragments = {};
aj.each({
appendTo: "append",
prependTo: "prepend",
insertBefore: "before",
insertAfter: "after",
replaceAll: "replaceWith"
}, function(x, w) {
aj.fn[x] = function(z) {
var e = [],
C = aj(z),
B = this.length === 1 && this[0].parentNode;
if (B && B.nodeType === 11 && B.childNodes.length === 1 && C.length === 1) {
C[w](this[0]);
return this
} else {
for (var A = 0, y = C.length; A < y; A++) {
var D = (A > 0 ? this.clone(true) : this).get();
aj(C[A])[w](D);
e = e.concat(D)
}
return this.pushStack(e, x, C.selector)
}
}
});
function bt(e) {
if (typeof e.getElementsByTagName !== "undefined") {
return e.getElementsByTagName("*")
} else {
if (typeof e.querySelectorAll !== "undefined") {
return e.querySelectorAll("*")
} else {
return []
}
}
}
function aH(e) {
if (e.type === "checkbox" || e.type === "radio") {
e.defaultChecked = e.checked
}
}
function R(w) {
var e = (w.nodeName || "").toLowerCase();
if (e === "input") {
aH(w)
} else {
if (e !== "script" && typeof w.getElementsByTagName !== "undefined") {
aj.grep(w.getElementsByTagName("input"), aH)
}
}
}
aj.extend({
clean: function(M, L, K, J) {
var I;
L = L || al;
if (typeof L.createElement === "undefined") {
L = L.ownerDocument || L[0] && L[0].ownerDocument || al
}
var H = [],
C;
for (var F = 0, z;
(z = M[F]) != null; F++) {
if (typeof z === "number") {
z += ""
}
if (!z) {
continue
}
if (typeof z === "string") {
if (!af.test(z)) {
z = L.createTextNode(z)
} else {
z = z.replace(ac, "<$1>$2>");
var G = (c.exec(z) || ["", ""])[1].toLowerCase(),
x = aF[G] || aF._default,
E = x[0],
w = L.createElement("div");
if (L === al) {
am.appendChild(w)
} else {
a(L).appendChild(w)
}
w.innerHTML = x[1] + z + x[2];
while (E--) {
w = w.lastChild
}
if (!aj.support.tbody) {
var B = t.test(z),
D = G === "table" && !B ? w.firstChild && w.firstChild.childNodes : x[1] === "" && !B ? w.childNodes : [];
for (C = D.length - 1; C >= 0; --C) {
if (aj.nodeName(D[C], "tbody") && !D[C].childNodes.length) {
D[C].parentNode.removeChild(D[C])
}
}
}
if (!aj.support.leadingWhitespace && aB.test(z)) {
w.insertBefore(L.createTextNode(aB.exec(z)[0]), w.firstChild)
}
z = w.childNodes
}
}
var A;
if (!aj.support.appendChecked) {
if (z[0] && typeof(A = z.length) === "number") {
for (C = 0; C < A; C++) {
R(z[C])
}
} else {
R(z)
}
}
if (z.nodeType) {
H.push(z)
} else {
H = aj.merge(H, z)
}
}
if (K) {
I = function(e) {
return !e.type || bz.test(e.type)
};
for (F = 0; H[F]; F++) {
if (J && aj.nodeName(H[F], "script") && (!H[F].type || H[F].type.toLowerCase() === "text/javascript")) {
J.push(H[F].parentNode ? H[F].parentNode.removeChild(H[F]) : H[F])
} else {
if (H[F].nodeType === 1) {
var y = aj.grep(H[F].getElementsByTagName("script"), I);
H.splice.apply(H, [F + 1, 0].concat(y))
}
K.appendChild(H[F])
}
}
}
return H
},
cleanData: function(D) {
var C, w, e = aj.cache,
A = aj.event.special,
z = aj.support.deleteExpando;
for (var y = 0, x;
(x = D[y]) != null; y++) {
if (x.nodeName && aj.noData[x.nodeName.toLowerCase()]) {
continue
}
w = x[aj.expando];
if (w) {
C = e[w];
if (C && C.events) {
for (var B in C.events) {
if (A[B]) {
aj.event.remove(x, B)
} else {
aj.removeEvent(x, B, C.handle)
}
}
if (C.handle) {
C.handle.elem = null
}
}
if (z) {
delete x[aj.expando]
} else {
if (x.removeAttribute) {
x.removeAttribute(aj.expando)
}
}
delete e[w]
}
}
}
});
function bB(w, e) {
if (e.src) {
aj.ajax({
url: e.src,
async: false,
dataType: "script"
})
} else {
aj.globalEval((e.text || e.textContent || e.innerHTML || "").replace(a1, "/*$0*/"))
}
if (e.parentNode) {
e.parentNode.removeChild(e)
}
}
var aX = /alpha\([^)]*\)/i,
aD = /opacity=([^)]*)/,
N = /([A-Z]|^ms)/g,
bq = /^-?\d+(?:px)?$/i,
bA = /^-?\d/,
V = /^([\-+])=([\-+.\de]+)/,
bm = {
position: "absolute",
visibility: "hidden",
display: "block"
},
ax = ["Left", "Right"],
bh = ["Top", "Bottom"],
ai, aP, bd;
aj.fn.css = function(x, w) {
if (arguments.length === 2 && w === an) {
return this
}
return aj.access(this, x, w, true, function(y, e, z) {
return z !== an ? aj.style(y, e, z) : aj.css(y, e)
})
};
aj.extend({
cssHooks: {
opacity: {
get: function(w, e) {
if (e) {
var x = ai(w, "opacity", "opacity");
return x === "" ? "1" : x
} else {
return w.style.opacity
}
}
}
},
cssNumber: {
fillOpacity: true,
fontWeight: true,
lineHeight: true,
opacity: true,
orphans: true,
widows: true,
zIndex: true,
zoom: true
},
cssProps: {
"float": aj.support.cssFloat ? "cssFloat" : "styleFloat"
},
style: function(E, D, B, A) {
if (!E || E.nodeType === 3 || E.nodeType === 8 || !E.style) {
return
}
var x, C, y = aj.camelCase(D),
w = E.style,
F = aj.cssHooks[y];
D = aj.cssProps[y] || y;
if (B !== an) {
C = typeof B;
if (C === "string" && (x = V.exec(B))) {
B = (+(x[1] + 1) * +x[2]) + parseFloat(aj.css(E, D));
C = "number"
}
if (B == null || C === "number" && isNaN(B)) {
return
}
if (C === "number" && !aj.cssNumber[y]) {
B += "px"
}
if (!F || !("set" in F) || (B = F.set(E, B)) !== an) {
try {
w[D] = B
} catch (z) {}
}
} else {
if (F && "get" in F && (x = F.get(E, false, A)) !== an) {
return x
}
return w[D]
}
},
css: function(x, w, z) {
var y, e;
w = aj.camelCase(w);
e = aj.cssHooks[w];
w = aj.cssProps[w] || w;
if (w === "cssFloat") {
w = "float"
}
if (e && "get" in e && (y = e.get(x, true, z)) !== an) {
return y
} else {
if (ai) {
return ai(x, w)
}
}
},
swap: function(x, w, A) {
var z = {};
for (var y in w) {
z[y] = x.style[y];
x.style[y] = w[y]
}
A.call(x);
for (y in w) {
x.style[y] = z[y]
}
}
});
aj.curCSS = aj.css;
aj.each(["height", "width"], function(w, x) {
aj.cssHooks[x] = {
get: function(y, e, A) {
var z;
if (e) {
if (y.offsetWidth !== 0) {
return m(y, x, A)
} else {
aj.swap(y, bm, function() {
z = m(y, x, A)
})
}
return z
}
},
set: function(y, e) {
if (bq.test(e)) {
e = parseFloat(e);
if (e >= 0) {
return e + "px"
}
} else {
return e
}
}
}
});
if (!aj.support.opacity) {
aj.cssHooks.opacity = {
get: function(w, e) {
return aD.test((e && w.currentStyle ? w.currentStyle.filter : w.style.filter) || "") ? (parseFloat(RegExp.$1) / 100) + "" : e ? "1" : ""
},
set: function(w, e) {
var A = w.style,
y = w.currentStyle,
x = aj.isNumeric(e) ? "alpha(opacity=" + e * 100 + ")" : "",
z = y && y.filter || A.filter || "";
A.zoom = 1;
if (e >= 1 && aj.trim(z.replace(aX, "")) === "") {
A.removeAttribute("filter");
if (y && !y.filter) {
return
}
}
A.filter = aX.test(z) ? z.replace(aX, x) : z + " " + x
}
}
}
aj(function() {
if (!aj.support.reliableMarginRight) {
aj.cssHooks.marginRight = {
get: function(w, e) {
var x;
aj.swap(w, {
display: "inline-block"
}, function() {
if (e) {
x = ai(w, "margin-right", "marginRight")
} else {
x = w.style.marginRight
}
});
return x
}
}
}
});
if (al.defaultView && al.defaultView.getComputedStyle) {
aP = function(w, e) {
var z, y, x;
e = e.replace(N, "-$1").toLowerCase();
if (!(y = w.ownerDocument.defaultView)) {
return an
}
if ((x = y.getComputedStyle(w, null))) {
z = x.getPropertyValue(e);
if (z === "" && !aj.contains(w.ownerDocument.documentElement, w)) {
z = aj.style(w, e)
}
}
return z
}
}
if (al.documentElement.currentStyle) {
bd = function(x, w) {
var B, e, A, y = x.currentStyle && x.currentStyle[w],
z = x.style;
if (y === null && z && (A = z[w])) {
y = A
}
if (!bq.test(y) && bA.test(y)) {
B = z.left;
e = x.runtimeStyle && x.runtimeStyle.left;
if (e) {
x.runtimeStyle.left = x.currentStyle.left
}
z.left = w === "fontSize" ? "1em" : (y || 0);
y = z.pixelLeft + "px";
z.left = B;
if (e) {
x.runtimeStyle.left = e
}
}
return y === "" ? "auto" : y
}
}
ai = aP || bd;
function m(w, e, z) {
var y = e === "width" ? w.offsetWidth : w.offsetHeight,
x = e === "width" ? ax : bh;
if (y > 0) {
if (z !== "border") {
aj.each(x, function() {
if (!z) {
y -= parseFloat(aj.css(w, "padding" + this)) || 0
}
if (z === "margin") {
y += parseFloat(aj.css(w, z + this)) || 0
} else {
y -= parseFloat(aj.css(w, "border" + this + "Width")) || 0
}
})
}
return y + "px"
}
y = ai(w, e, e);
if (y < 0 || y == null) {
y = w.style[e] || 0
}
y = parseFloat(y) || 0;
if (z) {
aj.each(x, function() {
y += parseFloat(aj.css(w, "padding" + this)) || 0;
if (z !== "padding") {
y += parseFloat(aj.css(w, "border" + this + "Width")) || 0
}
if (z === "margin") {
y += parseFloat(aj.css(w, z + this)) || 0
}
})
}
return y + "px"
}
if (aj.expr && aj.expr.filters) {
aj.expr.filters.hidden = function(x) {
var w = x.offsetWidth,
e = x.offsetHeight;
return (w === 0 && e === 0) || (!aj.support.reliableHiddenOffsets && ((x.style && x.style.display) || aj.css(x, "display")) === "none")
};
aj.expr.filters.visible = function(e) {
return !aj.expr.filters.hidden(e)
}
}
var aW = /%20/g,
az = /\[\]$/,
bF = /\r?\n/g,
bD = /#.*$/,
aK = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg,
bf = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
a0 = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
a6 = /^(?:GET|HEAD)$/,
b = /^\/\//,
Y = /\?/,
bl = /