/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */(function(L,He){typeof module=="object"&&typeof module.exports=="object"?module.exports=L.document?He(L,!0):function(Z){if(!Z.document)throw new Error("jQuery requires a window with a document");return He(Z)}:He(L)})(typeof window!="undefined"?window:this,function(L,He){var Z=[],se=Z.slice,Lt=Z.concat,nt=Z.push,Ht=Z.indexOf,We={},Fn=We.toString,ke=We.hasOwnProperty,C={},qt="1.11.1",r=function(e,t){return new r.fn.init(e,t)},Bn=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,Pn=/^-ms-/,Rn=/-([\da-z])/gi,Wn=function(e,t){return t.toUpperCase()};r.fn=r.prototype={jquery:qt,constructor:r,selector:"",length:0,toArray:function(){return se.call(this)},get:function(e){return e!=null?0>e?this[e+this.length]:this[e]:se.call(this)},pushStack:function(e){var t=r.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return r.each(this,e,t)},map:function(e){return this.pushStack(r.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(se.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:nt,sort:Z.sort,splice:Z.splice},r.extend=r.fn.extend=function(){var e,t,n,i,o,s,l=arguments[0]||{},c=1,f=arguments.length,p=!1;for(typeof l=="boolean"&&(p=l,l=arguments[c]||{},c++),typeof l=="object"||r.isFunction(l)||(l={}),c===f&&(l=this,c--);f>c;c++)if((o=arguments[c])!=null)for(i in o)e=l[i],n=o[i],l!==n&&(p&&n&&(r.isPlainObject(n)||(t=r.isArray(n)))?(t?(t=!1,s=e&&r.isArray(e)?e:[]):s=e&&r.isPlainObject(e)?e:{},l[i]=r.extend(p,s,n)):n!==void 0&&(l[i]=n));return l},r.extend({expando:"jQuery"+(qt+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return r.type(e)==="function"},isArray:Array.isArray||function(e){return r.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!r.isArray(e)&&e-parseFloat(e)>=0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},isPlainObject:function(e){var t;if(!e||r.type(e)!=="object"||e.nodeType||r.isWindow(e))return!1;try{if(e.constructor&&!ke.call(e,"constructor")&&!ke.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(C.ownLast)for(t in e)return ke.call(e,t);for(t in e);return t===void 0||ke.call(e,t)},type:function(e){return e==null?e+"":typeof e=="object"||typeof e=="function"?We[Fn.call(e)]||"object":typeof e},globalEval:function(e){e&&r.trim(e)&&(L.execScript||function(t){L.eval.call(L,t)})(e)},camelCase:function(e){return e.replace(Pn,"ms-").replace(Rn,Wn)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var i,o=0,s=e.length,l=rt(e);if(n){if(l)for(;s>o&&(i=t.apply(e[o],n),i!==!1);o++);else for(o in e)if(i=t.apply(e[o],n),i===!1)break}else if(l)for(;s>o&&(i=t.call(e[o],o,e[o]),i!==!1);o++);else for(o in e)if(i=t.call(e[o],o,e[o]),i===!1)break;return e},trim:function(e){return e==null?"":(e+"").replace(Bn,"")},makeArray:function(e,t){var n=t||[];return e!=null&&(rt(Object(e))?r.merge(n,typeof e=="string"?[e]:e):nt.call(n,e)),n},inArray:function(e,t,n){var i;if(t){if(Ht)return Ht.call(t,e,n);for(i=t.length,n=n?0>n?Math.max(0,i+n):n:0;i>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,t){for(var n=+t.length,i=0,o=e.length;n>i;)e[o++]=t[i++];if(n!==n)for(;t[i]!==void 0;)e[o++]=t[i++];return e.length=o,e},grep:function(e,t,n){for(var i,o=[],s=0,l=e.length,c=!n;l>s;s++)i=!t(e[s],s),i!==c&&o.push(e[s]);return o},map:function(e,t,n){var i,o=0,s=e.length,l=rt(e),c=[];if(l)for(;s>o;o++)i=t(e[o],o,n),i!=null&&c.push(i);else for(o in e)i=t(e[o],o,n),i!=null&&c.push(i);return Lt.apply([],c)},guid:1,proxy:function(e,t){var n,i,o;return typeof t=="string"&&(o=e[t],t=e,e=o),r.isFunction(e)?(n=se.call(arguments,2),i=function(){return e.apply(t||this,n.concat(se.call(arguments)))},i.guid=e.guid=e.guid||r.guid++,i):void 0},now:function(){return+new Date},support:C}),r.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){We["[object "+t+"]"]=t.toLowerCase()});function rt(e){var t=e.length,n=r.type(e);return n==="function"||r.isWindow(e)?!1:e.nodeType===1&&t?!0:n==="array"||t===0||typeof t=="number"&&t>0&&t-1 in e}var Se=function(e){var t,n,i,o,s,l,c,f,p,m,w,x,T,H,D,M,Y,b,ae,k="sizzle"+-new Date,X=e.document,_=0,$=0,de=Nt(),Qe=Nt(),re=Nt(),Ce=function(u,a){return u===a&&(w=!0),0},K="undefined",oe=1<<31,fe={}.hasOwnProperty,z=[],Or=z.pop,Fr=z.push,pe=z.push,Hn=z.slice,Ne=z.indexOf||function(u){for(var a=0,d=this.length;d>a;a++)if(this[a]===u)return a;return-1},wt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",F="[\\x20\\t\\r\\n\\f]",Le="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",qn=Le.replace("w","w#"),_n="\\["+F+"*("+Le+")(?:"+F+"*([*^$|!~]?=)"+F+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+qn+"))|)"+F+"*\\]",Tt=":("+Le+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+_n+")*)|.*)\\)|)",Ke=new RegExp("^"+F+"+|((?:^|[^\\\\])(?:\\\\.)*)"+F+"+$","g"),Br=new RegExp("^"+F+"*,"+F+"*"),Pr=new RegExp("^"+F+"*([>+~]|"+F+")"+F+"*"),Rr=new RegExp("="+F+`*([^\\]'"]*?)`+F+"*\\]","g"),Wr=new RegExp(Tt),$r=new RegExp("^"+qn+"$"),Ze={ID:new RegExp("^#("+Le+")"),CLASS:new RegExp("^\\.("+Le+")"),TAG:new RegExp("^("+Le.replace("w","w*")+")"),ATTR:new RegExp("^"+_n),PSEUDO:new RegExp("^"+Tt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+F+"*(even|odd|(([+-]|)(\\d*)n|)"+F+"*(?:([+-]|)"+F+"*(\\d+)|))"+F+"*\\)|)","i"),bool:new RegExp("^(?:"+wt+")$","i"),needsContext:new RegExp("^"+F+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+F+"*((?:-\\d)?\\d*)"+F+"*\\)|)(?=[^-]|$)","i")},zr=/^(?:input|select|textarea|button)$/i,Ir=/^h\d$/i,Be=/^[^{]+\{\s*\[native \w/,br=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Ct=/[+~]/,Xr=/'|\\/g,he=new RegExp("\\\\([\\da-f]{1,6}"+F+"?|("+F+")|.)","ig"),me=function(u,a,d){var g="0x"+a-65536;return g!==g||d?a:0>g?String.fromCharCode(g+65536):String.fromCharCode(g>>10|55296,1023&g|56320)};try{pe.apply(z=Hn.call(X.childNodes),X.childNodes),z[X.childNodes.length].nodeType}catch(u){pe={apply:z.length?function(a,d){Fr.apply(a,Hn.call(d))}:function(a,d){for(var g=a.length,h=0;a[g++]=d[h++];);a.length=g-1}}}function P(u,a,d,g){var h,v,y,N,S,q,j,A,R,O;if((a?a.ownerDocument||a:X)!==T&&x(a),a=a||T,d=d||[],!u||typeof u!="string")return d;if((N=a.nodeType)!==1&&N!==9)return[];if(D&&!g){if(h=br.exec(u))if(y=h[1]){if(N===9){if(v=a.getElementById(y),!v||!v.parentNode)return d;if(v.id===y)return d.push(v),d}else if(a.ownerDocument&&(v=a.ownerDocument.getElementById(y))&&ae(a,v)&&v.id===y)return d.push(v),d}else{if(h[2])return pe.apply(d,a.getElementsByTagName(u)),d;if((y=h[3])&&n.getElementsByClassName&&a.getElementsByClassName)return pe.apply(d,a.getElementsByClassName(y)),d}if(n.qsa&&(!M||!M.test(u))){if(A=j=k,R=a,O=N===9&&u,N===1&&a.nodeName.toLowerCase()!=="object"){for(q=l(u),(j=a.getAttribute("id"))?A=j.replace(Xr,"\\$&"):a.setAttribute("id",A),A="[id='"+A+"'] ",S=q.length;S--;)q[S]=A+et(q[S]);R=Ct.test(u)&&kt(a.parentNode)||a,O=q.join(",")}if(O)try{return pe.apply(d,R.querySelectorAll(O)),d}catch(B){}finally{j||a.removeAttribute("id")}}}return f(u.replace(Ke,"$1"),a,d,g)}function Nt(){var u=[];function a(d,g){return u.push(d+" ")>i.cacheLength&&delete a[u.shift()],a[d+" "]=g}return a}function te(u){return u[k]=!0,u}function ne(u){var a=T.createElement("div");try{return!!u(a)}catch(d){return!1}finally{a.parentNode&&a.parentNode.removeChild(a),a=null}}function Et(u,a){for(var d=u.split("|"),g=u.length;g--;)i.attrHandle[d[g]]=a}function Mn(u,a){var d=a&&u,g=d&&u.nodeType===1&&a.nodeType===1&&(~a.sourceIndex||oe)-(~u.sourceIndex||oe);if(g)return g;if(d){for(;d=d.nextSibling;)if(d===a)return-1}return u?1:-1}function Ur(u){return function(a){var d=a.nodeName.toLowerCase();return d==="input"&&a.type===u}}function Vr(u){return function(a){var d=a.nodeName.toLowerCase();return(d==="input"||d==="button")&&a.type===u}}function Ee(u){return te(function(a){return a=+a,te(function(d,g){for(var h,v=u([],d.length,a),y=v.length;y--;)d[h=v[y]]&&(d[h]=!(g[h]=d[h]))})})}function kt(u){return u&&typeof u.getElementsByTagName!==K&&u}n=P.support={},s=P.isXML=function(u){var a=u&&(u.ownerDocument||u).documentElement;return a?a.nodeName!=="HTML":!1},x=P.setDocument=function(u){var a,d=u?u.ownerDocument||u:X,g=d.defaultView;return d!==T&&d.nodeType===9&&d.documentElement?(T=d,H=d.documentElement,D=!s(d),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){x()},!1):g.attachEvent&&g.attachEvent("onunload",function(){x()})),n.attributes=ne(function(h){return h.className="i",!h.getAttribute("className")}),n.getElementsByTagName=ne(function(h){return h.appendChild(d.createComment("")),!h.getElementsByTagName("*").length}),n.getElementsByClassName=Be.test(d.getElementsByClassName)&&ne(function(h){return h.innerHTML="
",h.firstChild.className="i",h.getElementsByClassName("i").length===2}),n.getById=ne(function(h){return H.appendChild(h).id=k,!d.getElementsByName||!d.getElementsByName(k).length}),n.getById?(i.find.ID=function(h,v){if(typeof v.getElementById!==K&&D){var y=v.getElementById(h);return y&&y.parentNode?[y]:[]}},i.filter.ID=function(h){var v=h.replace(he,me);return function(y){return y.getAttribute("id")===v}}):(delete i.find.ID,i.filter.ID=function(h){var v=h.replace(he,me);return function(y){var N=typeof y.getAttributeNode!==K&&y.getAttributeNode("id");return N&&N.value===v}}),i.find.TAG=n.getElementsByTagName?function(h,v){return typeof v.getElementsByTagName!==K?v.getElementsByTagName(h):void 0}:function(h,v){var y,N=[],S=0,q=v.getElementsByTagName(h);if(h==="*"){for(;y=q[S++];)y.nodeType===1&&N.push(y);return N}return q},i.find.CLASS=n.getElementsByClassName&&function(h,v){return typeof v.getElementsByClassName!==K&&D?v.getElementsByClassName(h):void 0},Y=[],M=[],(n.qsa=Be.test(d.querySelectorAll))&&(ne(function(h){h.innerHTML="",h.querySelectorAll("[msallowclip^='']").length&&M.push("[*^$]="+F+`*(?:''|"")`),h.querySelectorAll("[selected]").length||M.push("\\["+F+"*(?:value|"+wt+")"),h.querySelectorAll(":checked").length||M.push(":checked")}),ne(function(h){var v=d.createElement("input");v.setAttribute("type","hidden"),h.appendChild(v).setAttribute("name","D"),h.querySelectorAll("[name=d]").length&&M.push("name"+F+"*[*^$|!~]?="),h.querySelectorAll(":enabled").length||M.push(":enabled",":disabled"),h.querySelectorAll("*,:x"),M.push(",.*:")})),(n.matchesSelector=Be.test(b=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&ne(function(h){n.disconnectedMatch=b.call(h,"div"),b.call(h,"[s!='']:x"),Y.push("!=",Tt)}),M=M.length&&new RegExp(M.join("|")),Y=Y.length&&new RegExp(Y.join("|")),a=Be.test(H.compareDocumentPosition),ae=a||Be.test(H.contains)?function(h,v){var y=h.nodeType===9?h.documentElement:h,N=v&&v.parentNode;return h===N||!(!N||N.nodeType!==1||!(y.contains?y.contains(N):h.compareDocumentPosition&&16&h.compareDocumentPosition(N)))}:function(h,v){if(v){for(;v=v.parentNode;)if(v===h)return!0}return!1},Ce=a?function(h,v){if(h===v)return w=!0,0;var y=!h.compareDocumentPosition-!v.compareDocumentPosition;return y||(y=(h.ownerDocument||h)===(v.ownerDocument||v)?h.compareDocumentPosition(v):1,1&y||!n.sortDetached&&v.compareDocumentPosition(h)===y?h===d||h.ownerDocument===X&&ae(X,h)?-1:v===d||v.ownerDocument===X&&ae(X,v)?1:m?Ne.call(m,h)-Ne.call(m,v):0:4&y?-1:1)}:function(h,v){if(h===v)return w=!0,0;var y,N=0,S=h.parentNode,q=v.parentNode,j=[h],A=[v];if(!S||!q)return h===d?-1:v===d?1:S?-1:q?1:m?Ne.call(m,h)-Ne.call(m,v):0;if(S===q)return Mn(h,v);for(y=h;y=y.parentNode;)j.unshift(y);for(y=v;y=y.parentNode;)A.unshift(y);for(;j[N]===A[N];)N++;return N?Mn(j[N],A[N]):j[N]===X?-1:A[N]===X?1:0},d):T},P.matches=function(u,a){return P(u,null,null,a)},P.matchesSelector=function(u,a){if((u.ownerDocument||u)!==T&&x(u),a=a.replace(Rr,"='$1']"),!(!n.matchesSelector||!D||Y&&Y.test(a)||M&&M.test(a)))try{var d=b.call(u,a);if(d||n.disconnectedMatch||u.document&&u.document.nodeType!==11)return d}catch(g){}return P(a,T,null,[u]).length>0},P.contains=function(u,a){return(u.ownerDocument||u)!==T&&x(u),ae(u,a)},P.attr=function(u,a){(u.ownerDocument||u)!==T&&x(u);var d=i.attrHandle[a.toLowerCase()],g=d&&fe.call(i.attrHandle,a.toLowerCase())?d(u,a,!D):void 0;return g!==void 0?g:n.attributes||!D?u.getAttribute(a):(g=u.getAttributeNode(a))&&g.specified?g.value:null},P.error=function(u){throw new Error("Syntax error, unrecognized expression: "+u)},P.uniqueSort=function(u){var a,d=[],g=0,h=0;if(w=!n.detectDuplicates,m=!n.sortStable&&u.slice(0),u.sort(Ce),w){for(;a=u[h++];)a===u[h]&&(g=d.push(h));for(;g--;)u.splice(d[g],1)}return m=null,u},o=P.getText=function(u){var a,d="",g=0,h=u.nodeType;if(h){if(h===1||h===9||h===11){if(typeof u.textContent=="string")return u.textContent;for(u=u.firstChild;u;u=u.nextSibling)d+=o(u)}else if(h===3||h===4)return u.nodeValue}else for(;a=u[g++];)d+=o(a);return d},i=P.selectors={cacheLength:50,createPseudo:te,match:Ze,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(u){return u[1]=u[1].replace(he,me),u[3]=(u[3]||u[4]||u[5]||"").replace(he,me),u[2]==="~="&&(u[3]=" "+u[3]+" "),u.slice(0,4)},CHILD:function(u){return u[1]=u[1].toLowerCase(),u[1].slice(0,3)==="nth"?(u[3]||P.error(u[0]),u[4]=+(u[4]?u[5]+(u[6]||1):2*(u[3]==="even"||u[3]==="odd")),u[5]=+(u[7]+u[8]||u[3]==="odd")):u[3]&&P.error(u[0]),u},PSEUDO:function(u){var a,d=!u[6]&&u[2];return Ze.CHILD.test(u[0])?null:(u[3]?u[2]=u[4]||u[5]||"":d&&Wr.test(d)&&(a=l(d,!0))&&(a=d.indexOf(")",d.length-a)-d.length)&&(u[0]=u[0].slice(0,a),u[2]=d.slice(0,a)),u.slice(0,3))}},filter:{TAG:function(u){var a=u.replace(he,me).toLowerCase();return u==="*"?function(){return!0}:function(d){return d.nodeName&&d.nodeName.toLowerCase()===a}},CLASS:function(u){var a=de[u+" "];return a||(a=new RegExp("(^|"+F+")"+u+"("+F+"|$)"))&&de(u,function(d){return a.test(typeof d.className=="string"&&d.className||typeof d.getAttribute!==K&&d.getAttribute("class")||"")})},ATTR:function(u,a,d){return function(g){var h=P.attr(g,u);return h==null?a==="!=":a?(h+="",a==="="?h===d:a==="!="?h!==d:a==="^="?d&&h.indexOf(d)===0:a==="*="?d&&h.indexOf(d)>-1:a==="$="?d&&h.slice(-d.length)===d:a==="~="?(" "+h+" ").indexOf(d)>-1:a==="|="?h===d||h.slice(0,d.length+1)===d+"-":!1):!0}},CHILD:function(u,a,d,g,h){var v=u.slice(0,3)!=="nth",y=u.slice(-4)!=="last",N=a==="of-type";return g===1&&h===0?function(S){return!!S.parentNode}:function(S,q,j){var A,R,O,B,U,V,G=v!==y?"nextSibling":"previousSibling",W=S.parentNode,Pe=N&&S.nodeName.toLowerCase(),Re=!j&&!N;if(W){if(v){for(;G;){for(O=S;O=O[G];)if(N?O.nodeName.toLowerCase()===Pe:O.nodeType===1)return!1;V=G=u==="only"&&!V&&"nextSibling"}return!0}if(V=[y?W.firstChild:W.lastChild],y&&Re){for(R=W[k]||(W[k]={}),A=R[u]||[],U=A[0]===_&&A[1],B=A[0]===_&&A[2],O=U&&W.childNodes[U];O=++U&&O&&O[G]||(B=U=0)||V.pop();)if(O.nodeType===1&&++B&&O===S){R[u]=[_,U,B];break}}else if(Re&&(A=(S[k]||(S[k]={}))[u])&&A[0]===_)B=A[1];else for(;(O=++U&&O&&O[G]||(B=U=0)||V.pop())&&!((N?O.nodeName.toLowerCase()===Pe:O.nodeType===1)&&++B&&(Re&&((O[k]||(O[k]={}))[u]=[_,B]),O===S)););return B-=h,B===g||B%g==0&&B/g>=0}}},PSEUDO:function(u,a){var d,g=i.pseudos[u]||i.setFilters[u.toLowerCase()]||P.error("unsupported pseudo: "+u);return g[k]?g(a):g.length>1?(d=[u,u,"",a],i.setFilters.hasOwnProperty(u.toLowerCase())?te(function(h,v){for(var y,N=g(h,a),S=N.length;S--;)y=Ne.call(h,N[S]),h[y]=!(v[y]=N[S])}):function(h){return g(h,0,d)}):g}},pseudos:{not:te(function(u){var a=[],d=[],g=c(u.replace(Ke,"$1"));return g[k]?te(function(h,v,y,N){for(var S,q=g(h,null,N,[]),j=h.length;j--;)(S=q[j])&&(h[j]=!(v[j]=S))}):function(h,v,y){return a[0]=h,g(a,null,y,d),!d.pop()}}),has:te(function(u){return function(a){return P(u,a).length>0}}),contains:te(function(u){return function(a){return(a.textContent||a.innerText||o(a)).indexOf(u)>-1}}),lang:te(function(u){return $r.test(u||"")||P.error("unsupported lang: "+u),u=u.replace(he,me).toLowerCase(),function(a){var d;do if(d=D?a.lang:a.getAttribute("xml:lang")||a.getAttribute("lang"))return d=d.toLowerCase(),d===u||d.indexOf(u+"-")===0;while((a=a.parentNode)&&a.nodeType===1);return!1}}),target:function(u){var a=e.location&&e.location.hash;return a&&a.slice(1)===u.id},root:function(u){return u===H},focus:function(u){return u===T.activeElement&&(!T.hasFocus||T.hasFocus())&&!!(u.type||u.href||~u.tabIndex)},enabled:function(u){return u.disabled===!1},disabled:function(u){return u.disabled===!0},checked:function(u){var a=u.nodeName.toLowerCase();return a==="input"&&!!u.checked||a==="option"&&!!u.selected},selected:function(u){return u.parentNode&&u.parentNode.selectedIndex,u.selected===!0},empty:function(u){for(u=u.firstChild;u;u=u.nextSibling)if(u.nodeType<6)return!1;return!0},parent:function(u){return!i.pseudos.empty(u)},header:function(u){return Ir.test(u.nodeName)},input:function(u){return zr.test(u.nodeName)},button:function(u){var a=u.nodeName.toLowerCase();return a==="input"&&u.type==="button"||a==="button"},text:function(u){var a;return u.nodeName.toLowerCase()==="input"&&u.type==="text"&&((a=u.getAttribute("type"))==null||a.toLowerCase()==="text")},first:Ee(function(){return[0]}),last:Ee(function(u,a){return[a-1]}),eq:Ee(function(u,a,d){return[0>d?d+a:d]}),even:Ee(function(u,a){for(var d=0;a>d;d+=2)u.push(d);return u}),odd:Ee(function(u,a){for(var d=1;a>d;d+=2)u.push(d);return u}),lt:Ee(function(u,a,d){for(var g=0>d?d+a:d;--g>=0;)u.push(g);return u}),gt:Ee(function(u,a,d){for(var g=0>d?d+a:d;++ga;a++)g+=u[a].value;return g}function St(u,a,d){var g=a.dir,h=d&&g==="parentNode",v=$++;return a.first?function(y,N,S){for(;y=y[g];)if(y.nodeType===1||h)return u(y,N,S)}:function(y,N,S){var q,j,A=[_,v];if(S){for(;y=y[g];)if((y.nodeType===1||h)&&u(y,N,S))return!0}else for(;y=y[g];)if(y.nodeType===1||h){if(j=y[k]||(y[k]={}),(q=j[g])&&q[0]===_&&q[1]===v)return A[2]=q[2];if(j[g]=A,A[2]=u(y,N,S))return!0}}}function jt(u){return u.length>1?function(a,d,g){for(var h=u.length;h--;)if(!u[h](a,d,g))return!1;return!0}:u[0]}function Jr(u,a,d){for(var g=0,h=a.length;h>g;g++)P(u,a[g],d);return d}function tt(u,a,d,g,h){for(var v,y=[],N=0,S=u.length,q=a!=null;S>N;N++)(v=u[N])&&(!d||d(v,g,h))&&(y.push(v),q&&a.push(N));return y}function At(u,a,d,g,h,v){return g&&!g[k]&&(g=At(g)),h&&!h[k]&&(h=At(h,v)),te(function(y,N,S,q){var j,A,R,O=[],B=[],U=N.length,V=y||Jr(a||"*",S.nodeType?[S]:S,[]),G=!u||!y&&a?V:tt(V,O,u,S,q),W=d?h||(y?u:U||g)?[]:N:G;if(d&&d(G,W,S,q),g)for(j=tt(W,B),g(j,[],S,q),A=j.length;A--;)(R=j[A])&&(W[B[A]]=!(G[B[A]]=R));if(y){if(h||u){if(h){for(j=[],A=W.length;A--;)(R=W[A])&&j.push(G[A]=R);h(null,W=[],j,q)}for(A=W.length;A--;)(R=W[A])&&(j=h?Ne.call(y,R):O[A])>-1&&(y[j]=!(N[j]=R))}}else W=tt(W===N?W.splice(U,W.length):W),h?h(null,N,W,q):pe.apply(N,W)})}function Dt(u){for(var a,d,g,h=u.length,v=i.relative[u[0].type],y=v||i.relative[" "],N=v?1:0,S=St(function(A){return A===a},y,!0),q=St(function(A){return Ne.call(a,A)>-1},y,!0),j=[function(A,R,O){return!v&&(O||R!==p)||((a=R).nodeType?S(A,R,O):q(A,R,O))}];h>N;N++)if(d=i.relative[u[N].type])j=[St(jt(j),d)];else{if(d=i.filter[u[N].type].apply(null,u[N].matches),d[k]){for(g=++N;h>g&&!i.relative[u[g].type];g++);return At(N>1&&jt(j),N>1&&et(u.slice(0,N-1).concat({value:u[N-2].type===" "?"*":""})).replace(Ke,"$1"),d,g>N&&Dt(u.slice(N,g)),h>g&&Dt(u=u.slice(g)),h>g&&et(u))}j.push(d)}return jt(j)}function Yr(u,a){var d=a.length>0,g=u.length>0,h=function(v,y,N,S,q){var j,A,R,O=0,B="0",U=v&&[],V=[],G=p,W=v||g&&i.find.TAG("*",q),Pe=_+=G==null?1:Math.random()||.1,Re=W.length;for(q&&(p=y!==T&&y);B!==Re&&(j=W[B])!=null;B++){if(g&&j){for(A=0;R=u[A++];)if(R(j,y,N)){S.push(j);break}q&&(_=Pe)}d&&((j=!R&&j)&&O--,v&&U.push(j))}if(O+=B,d&&B!==O){for(A=0;R=a[A++];)R(U,V,y,N);if(v){if(O>0)for(;B--;)U[B]||V[B]||(V[B]=Or.call(S));V=tt(V)}pe.apply(S,V),q&&!v&&V.length>0&&O+a.length>1&&P.uniqueSort(S)}return q&&(_=Pe,p=G),U};return d?te(h):h}return c=P.compile=function(u,a){var d,g=[],h=[],v=re[u+" "];if(!v){for(a||(a=l(u)),d=a.length;d--;)v=Dt(a[d]),v[k]?g.push(v):h.push(v);v=re(u,Yr(h,g)),v.selector=u}return v},f=P.select=function(u,a,d,g){var h,v,y,N,S,q=typeof u=="function"&&u,j=!g&&l(u=q.selector||u);if(d=d||[],j.length===1){if(v=j[0]=j[0].slice(0),v.length>2&&(y=v[0]).type==="ID"&&n.getById&&a.nodeType===9&&D&&i.relative[v[1].type]){if(a=(i.find.ID(y.matches[0].replace(he,me),a)||[])[0],!a)return d;q&&(a=a.parentNode),u=u.slice(v.shift().value.length)}for(h=Ze.needsContext.test(u)?0:v.length;h--&&(y=v[h],!i.relative[N=y.type]);)if((S=i.find[N])&&(g=S(y.matches[0].replace(he,me),Ct.test(v[0].type)&&kt(a.parentNode)||a))){if(v.splice(h,1),u=g.length&&et(v),!u)return pe.apply(d,g),d;break}}return(q||c(u,j))(g,a,!D,d,Ct.test(u)&&kt(a.parentNode)||a),d},n.sortStable=k.split("").sort(Ce).join("")===k,n.detectDuplicates=!!w,x(),n.sortDetached=ne(function(u){return 1&u.compareDocumentPosition(T.createElement("div"))}),ne(function(u){return u.innerHTML="",u.firstChild.getAttribute("href")==="#"})||Et("type|href|height|width",function(u,a,d){return d?void 0:u.getAttribute(a,a.toLowerCase()==="type"?1:2)}),n.attributes&&ne(function(u){return u.innerHTML="",u.firstChild.setAttribute("value",""),u.firstChild.getAttribute("value")===""})||Et("value",function(u,a,d){return d||u.nodeName.toLowerCase()!=="input"?void 0:u.defaultValue}),ne(function(u){return u.getAttribute("disabled")==null})||Et(wt,function(u,a,d){var g;return d?void 0:u[a]===!0?a.toLowerCase():(g=u.getAttributeNode(a))&&g.specified?g.value:null}),P}(L);r.find=Se,r.expr=Se.selectors,r.expr[":"]=r.expr.pseudos,r.unique=Se.uniqueSort,r.text=Se.getText,r.isXMLDoc=Se.isXML,r.contains=Se.contains;var _t=r.expr.match.needsContext,Mt=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,$n=/^.[^:#\[\.,]*$/;function it(e,t,n){if(r.isFunction(t))return r.grep(e,function(i,o){return!!t.call(i,o,i)!==n});if(t.nodeType)return r.grep(e,function(i){return i===t!==n});if(typeof t=="string"){if($n.test(t))return r.filter(t,e,n);t=r.filter(t,e)}return r.grep(e,function(i){return r.inArray(i,t)>=0!==n})}r.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),t.length===1&&i.nodeType===1?r.find.matchesSelector(i,e)?[i]:[]:r.find.matches(e,r.grep(t,function(o){return o.nodeType===1}))},r.fn.extend({find:function(e){var t,n=[],i=this,o=i.length;if(typeof e!="string")return this.pushStack(r(e).filter(function(){for(t=0;o>t;t++)if(r.contains(i[t],this))return!0}));for(t=0;o>t;t++)r.find(e,i[t],n);return n=this.pushStack(o>1?r.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},filter:function(e){return this.pushStack(it(this,e||[],!1))},not:function(e){return this.pushStack(it(this,e||[],!0))},is:function(e){return!!it(this,typeof e=="string"&&_t.test(e)?r(e):e||[],!1).length}});var qe,E=L.document,zn=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,In=r.fn.init=function(e,t){var n,i;if(!e)return this;if(typeof e=="string"){if(n=e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?[null,e,null]:zn.exec(e),!n||!n[1]&&t)return!t||t.jquery?(t||qe).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof r?t[0]:t,r.merge(this,r.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),Mt.test(n[1])&&r.isPlainObject(t))for(n in t)r.isFunction(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}if(i=E.getElementById(n[2]),i&&i.parentNode){if(i.id!==n[2])return qe.find(e);this.length=1,this[0]=i}return this.context=E,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):r.isFunction(e)?typeof qe.ready!="undefined"?qe.ready(e):e(r):(e.selector!==void 0&&(this.selector=e.selector,this.context=e.context),r.makeArray(e,this))};In.prototype=r.fn,qe=r(E);var bn=/^(?:parents|prev(?:Until|All))/,Xn={children:!0,contents:!0,next:!0,prev:!0};r.extend({dir:function(e,t,n){for(var i=[],o=e[t];o&&o.nodeType!==9&&(n===void 0||o.nodeType!==1||!r(o).is(n));)o.nodeType===1&&i.push(o),o=o[t];return i},sibling:function(e,t){for(var n=[];e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}}),r.fn.extend({has:function(e){var t,n=r(e,this),i=n.length;return this.filter(function(){for(t=0;i>t;t++)if(r.contains(this,n[t]))return!0})},closest:function(e,t){for(var n,i=0,o=this.length,s=[],l=_t.test(e)||typeof e!="string"?r(e,t||this.context):0;o>i;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(l?l.index(n)>-1:n.nodeType===1&&r.find.matchesSelector(n,e))){s.push(n);break}return this.pushStack(s.length>1?r.unique(s):s)},index:function(e){return e?typeof e=="string"?r.inArray(this[0],r(e)):r.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(r.unique(r.merge(this.get(),r(e,t))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function Ot(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}r.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return r.dir(e,"parentNode")},parentsUntil:function(e,t,n){return r.dir(e,"parentNode",n)},next:function(e){return Ot(e,"nextSibling")},prev:function(e){return Ot(e,"previousSibling")},nextAll:function(e){return r.dir(e,"nextSibling")},prevAll:function(e){return r.dir(e,"previousSibling")},nextUntil:function(e,t,n){return r.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return r.dir(e,"previousSibling",n)},siblings:function(e){return r.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return r.sibling(e.firstChild)},contents:function(e){return r.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:r.merge([],e.childNodes)}},function(e,t){r.fn[e]=function(n,i){var o=r.map(this,t,n);return e.slice(-5)!=="Until"&&(i=n),i&&typeof i=="string"&&(o=r.filter(i,o)),this.length>1&&(Xn[e]||(o=r.unique(o)),bn.test(e)&&(o=o.reverse())),this.pushStack(o)}});var ie=/\S+/g,Ft={};function Un(e){var t=Ft[e]={};return r.each(e.match(ie)||[],function(n,i){t[i]=!0}),t}r.Callbacks=function(e){e=typeof e=="string"?Ft[e]||Un(e):r.extend({},e);var t,n,i,o,s,l,c=[],f=!e.once&&[],p=function(w){for(n=e.memory&&w,i=!0,s=l||0,l=0,o=c.length,t=!0;c&&o>s;s++)if(c[s].apply(w[0],w[1])===!1&&e.stopOnFalse){n=!1;break}t=!1,c&&(f?f.length&&p(f.shift()):n?c=[]:m.disable())},m={add:function(){if(c){var w=c.length;(function x(T){r.each(T,function(H,D){var M=r.type(D);M==="function"?e.unique&&m.has(D)||c.push(D):D&&D.length&&M!=="string"&&x(D)})})(arguments),t?o=c.length:n&&(l=w,p(n))}return this},remove:function(){return c&&r.each(arguments,function(w,x){for(var T;(T=r.inArray(x,c,T))>-1;)c.splice(T,1),t&&(o>=T&&o--,s>=T&&s--)}),this},has:function(w){return w?r.inArray(w,c)>-1:!(!c||!c.length)},empty:function(){return c=[],o=0,this},disable:function(){return c=f=n=void 0,this},disabled:function(){return!c},lock:function(){return f=void 0,n||m.disable(),this},locked:function(){return!f},fireWith:function(w,x){return!c||i&&!f||(x=x||[],x=[w,x.slice?x.slice():x],t?f.push(x):p(x)),this},fire:function(){return m.fireWith(this,arguments),this},fired:function(){return!!i}};return m},r.extend({Deferred:function(e){var t=[["resolve","done",r.Callbacks("once memory"),"resolved"],["reject","fail",r.Callbacks("once memory"),"rejected"],["notify","progress",r.Callbacks("memory")]],n="pending",i={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},then:function(){var s=arguments;return r.Deferred(function(l){r.each(t,function(c,f){var p=r.isFunction(s[c])&&s[c];o[f[1]](function(){var m=p&&p.apply(this,arguments);m&&r.isFunction(m.promise)?m.promise().done(l.resolve).fail(l.reject).progress(l.notify):l[f[0]+"With"](this===i?l.promise():this,p?[m]:arguments)})}),s=null}).promise()},promise:function(s){return s!=null?r.extend(s,i):i}},o={};return i.pipe=i.then,r.each(t,function(s,l){var c=l[2],f=l[3];i[l[1]]=c.add,f&&c.add(function(){n=f},t[1^s][2].disable,t[2][2].lock),o[l[0]]=function(){return o[l[0]+"With"](this===o?i:this,arguments),this},o[l[0]+"With"]=c.fireWith}),i.promise(o),e&&e.call(o,o),o},when:function(e){var t=0,n=se.call(arguments),i=n.length,o=i!==1||e&&r.isFunction(e.promise)?i:0,s=o===1?e:r.Deferred(),l=function(m,w,x){return function(T){w[m]=this,x[m]=arguments.length>1?se.call(arguments):T,x===c?s.notifyWith(w,x):--o||s.resolveWith(w,x)}},c,f,p;if(i>1)for(c=new Array(i),f=new Array(i),p=new Array(i);i>t;t++)n[t]&&r.isFunction(n[t].promise)?n[t].promise().done(l(t,p,n)).fail(s.reject).progress(l(t,f,c)):--o;return o||s.resolveWith(p,n),s.promise()}});var $e;r.fn.ready=function(e){return r.ready.promise().done(e),this},r.extend({isReady:!1,readyWait:1,holdReady:function(e){e?r.readyWait++:r.ready(!0)},ready:function(e){if(e===!0?!--r.readyWait:!r.isReady){if(!E.body)return setTimeout(r.ready);r.isReady=!0,e!==!0&&--r.readyWait>0||($e.resolveWith(E,[r]),r.fn.triggerHandler&&(r(E).triggerHandler("ready"),r(E).off("ready")))}}});function Bt(){E.addEventListener?(E.removeEventListener("DOMContentLoaded",le,!1),L.removeEventListener("load",le,!1)):(E.detachEvent("onreadystatechange",le),L.detachEvent("onload",le))}function le(){(E.addEventListener||event.type==="load"||E.readyState==="complete")&&(Bt(),r.ready())}r.ready.promise=function(e){if(!$e)if($e=r.Deferred(),E.readyState==="complete")setTimeout(r.ready);else if(E.addEventListener)E.addEventListener("DOMContentLoaded",le,!1),L.addEventListener("load",le,!1);else{E.attachEvent("onreadystatechange",le),L.attachEvent("onload",le);var t=!1;try{t=L.frameElement==null&&E.documentElement}catch(n){}t&&t.doScroll&&function n(){if(!r.isReady){try{t.doScroll("left")}catch(i){return setTimeout(n,50)}Bt(),r.ready()}}()}return $e.promise(e)};var ee="undefined",Pt;for(Pt in r(C))break;C.ownLast=Pt!=="0",C.inlineBlockNeedsLayout=!1,r(function(){var e,t,n,i;n=E.getElementsByTagName("body")[0],n&&n.style&&(t=E.createElement("div"),i=E.createElement("div"),i.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(i).appendChild(t),typeof t.style.zoom!==ee&&(t.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",C.inlineBlockNeedsLayout=e=t.offsetWidth===3,e&&(n.style.zoom=1)),n.removeChild(i))}),function(){var e=E.createElement("div");if(C.deleteExpando==null){C.deleteExpando=!0;try{delete e.test}catch(t){C.deleteExpando=!1}}e=null}(),r.acceptData=function(e){var t=r.noData[(e.nodeName+" ").toLowerCase()],n=+e.nodeType||1;return n!==1&&n!==9?!1:!t||t!==!0&&e.getAttribute("classid")===t};var Vn=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Jn=/([A-Z])/g;function Rt(e,t,n){if(n===void 0&&e.nodeType===1){var i="data-"+t.replace(Jn,"-$1").toLowerCase();if(n=e.getAttribute(i),typeof n=="string"){try{n=n==="true"?!0:n==="false"?!1:n==="null"?null:+n+""===n?+n:Vn.test(n)?r.parseJSON(n):n}catch(o){}r.data(e,t,n)}else n=void 0}return n}function ot(e){var t;for(t in e)if((t!=="data"||!r.isEmptyObject(e[t]))&&t!=="toJSON")return!1;return!0}function Wt(e,t,n,i){if(r.acceptData(e)){var o,s,l=r.expando,c=e.nodeType,f=c?r.cache:e,p=c?e[l]:e[l]&&l;if(p&&f[p]&&(i||f[p].data)||n!==void 0||typeof t!="string")return p||(p=c?e[l]=Z.pop()||r.guid++:l),f[p]||(f[p]=c?{}:{toJSON:r.noop}),(typeof t=="object"||typeof t=="function")&&(i?f[p]=r.extend(f[p],t):f[p].data=r.extend(f[p].data,t)),s=f[p],i||(s.data||(s.data={}),s=s.data),n!==void 0&&(s[r.camelCase(t)]=n),typeof t=="string"?(o=s[t],o==null&&(o=s[r.camelCase(t)])):o=s,o}}function $t(e,t,n){if(r.acceptData(e)){var i,o,s=e.nodeType,l=s?r.cache:e,c=s?e[r.expando]:r.expando;if(l[c]){if(t&&(i=n?l[c]:l[c].data)){for(r.isArray(t)?t=t.concat(r.map(t,r.camelCase)):(t in i)?t=[t]:(t=r.camelCase(t),t=t in i?[t]:t.split(" ")),o=t.length;o--;)delete i[t[o]];if(n?!ot(i):!r.isEmptyObject(i))return}(n||(delete l[c].data,ot(l[c])))&&(s?r.cleanData([e],!0):C.deleteExpando||l!=l.window?delete l[c]:l[c]=null)}}}r.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?r.cache[e[r.expando]]:e[r.expando],!!e&&!ot(e)},data:function(e,t,n){return Wt(e,t,n)},removeData:function(e,t){return $t(e,t)},_data:function(e,t,n){return Wt(e,t,n,!0)},_removeData:function(e,t){return $t(e,t,!0)}}),r.fn.extend({data:function(e,t){var n,i,o,s=this[0],l=s&&s.attributes;if(e===void 0){if(this.length&&(o=r.data(s),s.nodeType===1&&!r._data(s,"parsedAttrs"))){for(n=l.length;n--;)l[n]&&(i=l[n].name,i.indexOf("data-")===0&&(i=r.camelCase(i.slice(5)),Rt(s,i,o[i])));r._data(s,"parsedAttrs",!0)}return o}return typeof e=="object"?this.each(function(){r.data(this,e)}):arguments.length>1?this.each(function(){r.data(this,e,t)}):s?Rt(s,e,r.data(s,e)):void 0},removeData:function(e){return this.each(function(){r.removeData(this,e)})}}),r.extend({queue:function(e,t,n){var i;return e?(t=(t||"fx")+"queue",i=r._data(e,t),n&&(!i||r.isArray(n)?i=r._data(e,t,r.makeArray(n)):i.push(n)),i||[]):void 0},dequeue:function(e,t){t=t||"fx";var n=r.queue(e,t),i=n.length,o=n.shift(),s=r._queueHooks(e,t),l=function(){r.dequeue(e,t)};o==="inprogress"&&(o=n.shift(),i--),o&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,o.call(e,l,s)),!i&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return r._data(e,n)||r._data(e,n,{empty:r.Callbacks("once memory").add(function(){r._removeData(e,t+"queue"),r._removeData(e,n)})})}}),r.fn.extend({queue:function(e,t){var n=2;return typeof e!="string"&&(t=e,e="fx",n--),arguments.lengthc;c++)t(e[c],n,l?i:i.call(e[c],c,t(e[c],n)));return o?e:p?t.call(e):f?t(e[0],n):s},st=/^(?:checkbox|radio)$/i;(function(){var e=E.createElement("input"),t=E.createElement("div"),n=E.createDocumentFragment();if(t.innerHTML="
a",C.leadingWhitespace=t.firstChild.nodeType===3,C.tbody=!t.getElementsByTagName("tbody").length,C.htmlSerialize=!!t.getElementsByTagName("link").length,C.html5Clone=E.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",e.type="checkbox",e.checked=!0,n.appendChild(e),C.appendChecked=e.checked,t.innerHTML="",C.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,n.appendChild(t),t.innerHTML="",C.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,C.noCloneEvent=!0,t.attachEvent&&(t.attachEvent("onclick",function(){C.noCloneEvent=!1}),t.cloneNode(!0).click()),C.deleteExpando==null){C.deleteExpando=!0;try{delete t.test}catch(i){C.deleteExpando=!1}}})(),function(){var e,t,n=E.createElement("div");for(e in{submit:!0,change:!0,focusin:!0})t="on"+e,(C[e+"Bubbles"]=t in L)||(n.setAttribute(t,"t"),C[e+"Bubbles"]=n.attributes[t].expando===!1);n=null}();var lt=/^(?:input|select|textarea)$/i,Yn=/^key/,Gn=/^(?:mouse|pointer|contextmenu)|click/,zt=/^(?:focusinfocus|focusoutblur)$/,It=/^([^.]*)(?:\.(.+)|)$/;function Ie(){return!0}function je(){return!1}function bt(){try{return E.activeElement}catch(e){}}r.event={global:{},add:function(e,t,n,i,o){var s,l,c,f,p,m,w,x,T,H,D,M=r._data(e);if(M){for(n.handler&&(f=n,n=f.handler,o=f.selector),n.guid||(n.guid=r.guid++),(l=M.events)||(l=M.events={}),(m=M.handle)||(m=M.handle=function(Y){return typeof r===ee||Y&&r.event.triggered===Y.type?void 0:r.event.dispatch.apply(m.elem,arguments)},m.elem=e),t=(t||"").match(ie)||[""],c=t.length;c--;)s=It.exec(t[c])||[],T=D=s[1],H=(s[2]||"").split(".").sort(),T&&(p=r.event.special[T]||{},T=(o?p.delegateType:p.bindType)||T,p=r.event.special[T]||{},w=r.extend({type:T,origType:D,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&r.expr.match.needsContext.test(o),namespace:H.join(".")},f),(x=l[T])||(x=l[T]=[],x.delegateCount=0,p.setup&&p.setup.call(e,i,H,m)!==!1||(e.addEventListener?e.addEventListener(T,m,!1):e.attachEvent&&e.attachEvent("on"+T,m))),p.add&&(p.add.call(e,w),w.handler.guid||(w.handler.guid=n.guid)),o?x.splice(x.delegateCount++,0,w):x.push(w),r.event.global[T]=!0);e=null}},remove:function(e,t,n,i,o){var s,l,c,f,p,m,w,x,T,H,D,M=r.hasData(e)&&r._data(e);if(M&&(m=M.events)){for(t=(t||"").match(ie)||[""],p=t.length;p--;)if(c=It.exec(t[p])||[],T=D=c[1],H=(c[2]||"").split(".").sort(),T){for(w=r.event.special[T]||{},T=(i?w.delegateType:w.bindType)||T,x=m[T]||[],c=c[2]&&new RegExp("(^|\\.)"+H.join("\\.(?:.*\\.|)")+"(\\.|$)"),f=s=x.length;s--;)l=x[s],!o&&D!==l.origType||n&&n.guid!==l.guid||c&&!c.test(l.namespace)||i&&i!==l.selector&&(i!=="**"||!l.selector)||(x.splice(s,1),l.selector&&x.delegateCount--,w.remove&&w.remove.call(e,l));f&&!x.length&&(w.teardown&&w.teardown.call(e,H,M.handle)!==!1||r.removeEvent(e,T,M.handle),delete m[T])}else for(T in m)r.event.remove(e,T+t[p],n,i,!0);r.isEmptyObject(m)&&(delete M.handle,r._removeData(e,"events"))}},trigger:function(e,t,n,i){var o,s,l,c,f,p,m,w=[n||E],x=ke.call(e,"type")?e.type:e,T=ke.call(e,"namespace")?e.namespace.split("."):[];if(l=p=n=n||E,n.nodeType!==3&&n.nodeType!==8&&!zt.test(x+r.event.triggered)&&(x.indexOf(".")>=0&&(T=x.split("."),x=T.shift(),T.sort()),s=x.indexOf(":")<0&&"on"+x,e=e[r.expando]?e:new r.Event(x,typeof e=="object"&&e),e.isTrigger=i?2:3,e.namespace=T.join("."),e.namespace_re=e.namespace?new RegExp("(^|\\.)"+T.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=t==null?[e]:r.makeArray(t,[e]),f=r.event.special[x]||{},i||!f.trigger||f.trigger.apply(n,t)!==!1)){if(!i&&!f.noBubble&&!r.isWindow(n)){for(c=f.delegateType||x,zt.test(c+x)||(l=l.parentNode);l;l=l.parentNode)w.push(l),p=l;p===(n.ownerDocument||E)&&w.push(p.defaultView||p.parentWindow||L)}for(m=0;(l=w[m++])&&!e.isPropagationStopped();)e.type=m>1?c:f.bindType||x,o=(r._data(l,"events")||{})[e.type]&&r._data(l,"handle"),o&&o.apply(l,t),o=s&&l[s],o&&o.apply&&r.acceptData(l)&&(e.result=o.apply(l,t),e.result===!1&&e.preventDefault());if(e.type=x,!i&&!e.isDefaultPrevented()&&(!f._default||f._default.apply(w.pop(),t)===!1)&&r.acceptData(n)&&s&&n[x]&&!r.isWindow(n)){p=n[s],p&&(n[s]=null),r.event.triggered=x;try{n[x]()}catch(H){}r.event.triggered=void 0,p&&(n[s]=p)}return e.result}},dispatch:function(e){e=r.event.fix(e);var t,n,i,o,s,l=[],c=se.call(arguments),f=(r._data(this,"events")||{})[e.type]||[],p=r.event.special[e.type]||{};if(c[0]=e,e.delegateTarget=this,!p.preDispatch||p.preDispatch.call(this,e)!==!1){for(l=r.event.handlers.call(this,e,f),t=0;(o=l[t++])&&!e.isPropagationStopped();)for(e.currentTarget=o.elem,s=0;(i=o.handlers[s++])&&!e.isImmediatePropagationStopped();)(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,n=((r.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,c),n!==void 0&&(e.result=n)===!1&&(e.preventDefault(),e.stopPropagation()));return p.postDispatch&&p.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,i,o,s,l=[],c=t.delegateCount,f=e.target;if(c&&f.nodeType&&(!e.button||e.type!=="click")){for(;f!=this;f=f.parentNode||this)if(f.nodeType===1&&(f.disabled!==!0||e.type!=="click")){for(o=[],s=0;c>s;s++)i=t[s],n=i.selector+" ",o[n]===void 0&&(o[n]=i.needsContext?r(n,this).index(f)>=0:r.find(n,this,null,[f]).length),o[n]&&o.push(i);o.length&&l.push({elem:f,handlers:o})}}return c]","i"),ut=/^\s+/,Jt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Yt=/<([\w:]+)/,Gt=/\s*$/g,Q={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:C.htmlSerialize?[0,"",""]:[1,"X
","
"]},rr=Xt(E),ct=rr.appendChild(E.createElement("div"));Q.optgroup=Q.option,Q.tbody=Q.tfoot=Q.colgroup=Q.caption=Q.thead,Q.th=Q.td;function I(e,t){var n,i,o=0,s=typeof e.getElementsByTagName!==ee?e.getElementsByTagName(t||"*"):typeof e.querySelectorAll!==ee?e.querySelectorAll(t||"*"):void 0;if(!s)for(s=[],n=e.childNodes||e;(i=n[o])!=null;o++)!t||r.nodeName(i,t)?s.push(i):r.merge(s,I(i,t));return t===void 0||t&&r.nodeName(e,t)?r.merge([e],s):s}function ir(e){st.test(e.type)&&(e.defaultChecked=e.checked)}function Kt(e,t){return r.nodeName(e,"table")&&r.nodeName(t.nodeType!==11?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function Zt(e){return e.type=(r.find.attr(e,"type")!==null)+"/"+e.type,e}function en(e){var t=tr.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function at(e,t){for(var n,i=0;(n=e[i])!=null;i++)r._data(n,"globalEval",!t||r._data(t[i],"globalEval"))}function tn(e,t){if(t.nodeType===1&&r.hasData(e)){var n,i,o,s=r._data(e),l=r._data(t,s),c=s.events;if(c){delete l.handle,l.events={};for(n in c)for(i=0,o=c[n].length;o>i;i++)r.event.add(t,n,c[n][i])}l.data&&(l.data=r.extend({},l.data))}}function or(e,t){var n,i,o;if(t.nodeType===1){if(n=t.nodeName.toLowerCase(),!C.noCloneEvent&&t[r.expando]){o=r._data(t);for(i in o.events)r.removeEvent(t,i,o.handle);t.removeAttribute(r.expando)}n==="script"&&t.text!==e.text?(Zt(t).text=e.text,en(t)):n==="object"?(t.parentNode&&(t.outerHTML=e.outerHTML),C.html5Clone&&e.innerHTML&&!r.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):n==="input"&&st.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):n==="option"?t.defaultSelected=t.selected=e.defaultSelected:(n==="input"||n==="textarea")&&(t.defaultValue=e.defaultValue)}}r.extend({clone:function(e,t,n){var i,o,s,l,c,f=r.contains(e.ownerDocument,e);if(C.html5Clone||r.isXMLDoc(e)||!Vt.test("<"+e.nodeName+">")?s=e.cloneNode(!0):(ct.innerHTML=e.outerHTML,ct.removeChild(s=ct.firstChild)),!(C.noCloneEvent&&C.noCloneChecked||e.nodeType!==1&&e.nodeType!==11||r.isXMLDoc(e)))for(i=I(s),c=I(e),l=0;(o=c[l])!=null;++l)i[l]&&or(o,i[l]);if(t)if(n)for(c=c||I(e),i=i||I(s),l=0;(o=c[l])!=null;l++)tn(o,i[l]);else tn(e,s);return i=I(s,"script"),i.length>0&&at(i,!f&&I(e,"script")),i=c=o=null,s},buildFragment:function(e,t,n,i){for(var o,s,l,c,f,p,m,w=e.length,x=Xt(t),T=[],H=0;w>H;H++)if(s=e[H],s||s===0)if(r.type(s)==="object")r.merge(T,s.nodeType?[s]:s);else if(Kn.test(s)){for(c=c||x.appendChild(t.createElement("div")),f=(Yt.exec(s)||["",""])[1].toLowerCase(),m=Q[f]||Q._default,c.innerHTML=m[1]+s.replace(Jt,"<$1>")+m[2],o=m[0];o--;)c=c.lastChild;if(!C.leadingWhitespace&&ut.test(s)&&T.push(t.createTextNode(ut.exec(s)[0])),!C.tbody)for(s=f!=="table"||Gt.test(s)?m[1]!==""||Gt.test(s)?0:c:c.firstChild,o=s&&s.childNodes.length;o--;)r.nodeName(p=s.childNodes[o],"tbody")&&!p.childNodes.length&&s.removeChild(p);for(r.merge(T,c.childNodes),c.textContent="";c.firstChild;)c.removeChild(c.firstChild);c=x.lastChild}else T.push(t.createTextNode(s));for(c&&x.removeChild(c),C.appendChecked||r.grep(I(T,"input"),ir),H=0;s=T[H++];)if((!i||r.inArray(s,i)===-1)&&(l=r.contains(s.ownerDocument,s),c=I(x.appendChild(s),"script"),l&&at(c),n))for(o=0;s=c[o++];)Qt.test(s.type||"")&&n.push(s);return c=null,x},cleanData:function(e,t){for(var n,i,o,s,l=0,c=r.expando,f=r.cache,p=C.deleteExpando,m=r.event.special;(n=e[l])!=null;l++)if((t||r.acceptData(n))&&(o=n[c],s=o&&f[o])){if(s.events)for(i in s.events)m[i]?r.event.remove(n,i):r.removeEvent(n,i,s.handle);f[o]&&(delete f[o],p?delete n[c]:typeof n.removeAttribute!==ee?n.removeAttribute(c):n[c]=null,Z.push(o))}}}),r.fn.extend({text:function(e){return ve(this,function(t){return t===void 0?r.text(this):this.empty().append((this[0]&&this[0].ownerDocument||E).createTextNode(t))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Kt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Kt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){for(var n,i=e?r.filter(e,this):this,o=0;(n=i[o])!=null;o++)t||n.nodeType!==1||r.cleanData(I(n)),n.parentNode&&(t&&r.contains(n.ownerDocument,n)&&at(I(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){for(var e,t=0;(e=this[t])!=null;t++){for(e.nodeType===1&&r.cleanData(I(e,!1));e.firstChild;)e.removeChild(e.firstChild);e.options&&r.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return r.clone(this,e,t)})},html:function(e){return ve(this,function(t){var n=this[0]||{},i=0,o=this.length;if(t===void 0)return n.nodeType===1?n.innerHTML.replace(Qn,""):void 0;if(!(typeof t!="string"||Zn.test(t)||!C.htmlSerialize&&Vt.test(t)||!C.leadingWhitespace&&ut.test(t)||Q[(Yt.exec(t)||["",""])[1].toLowerCase()])){t=t.replace(Jt,"<$1>");try{for(;o>i;i++)n=this[i]||{},n.nodeType===1&&(r.cleanData(I(n,!1)),n.innerHTML=t);n=0}catch(s){}}n&&this.empty().append(t)},null,e,arguments.length)},replaceWith:function(){var e=arguments[0];return this.domManip(arguments,function(t){e=this.parentNode,r.cleanData(I(this)),e&&e.replaceChild(t,this)}),e&&(e.length||e.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t){e=Lt.apply([],e);var n,i,o,s,l,c,f=0,p=this.length,m=this,w=p-1,x=e[0],T=r.isFunction(x);if(T||p>1&&typeof x=="string"&&!C.checkClone&&er.test(x))return this.each(function(H){var D=m.eq(H);T&&(e[0]=x.call(this,H,D.html())),D.domManip(e,t)});if(p&&(c=r.buildFragment(e,this[0].ownerDocument,!1,this),n=c.firstChild,c.childNodes.length===1&&(c=n),n)){for(s=r.map(I(c,"script"),Zt),o=s.length;p>f;f++)i=c,f!==w&&(i=r.clone(i,!0,!0),o&&r.merge(s,I(i,"script"))),t.call(this[f],i,f);if(o)for(l=s[s.length-1].ownerDocument,r.map(s,en),f=0;o>f;f++)i=s[f],Qt.test(i.type||"")&&!r._data(i,"globalEval")&&r.contains(l,i)&&(i.src?r._evalUrl&&r._evalUrl(i.src):r.globalEval((i.text||i.textContent||i.innerHTML||"").replace(nr,"")));c=n=null}return this}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){r.fn[e]=function(n){for(var i,o=0,s=[],l=r(n),c=l.length-1;c>=o;o++)i=o===c?this:this.clone(!0),r(l[o])[t](i),nt.apply(s,i.get());return this.pushStack(s)}});var Me,nn={};function rn(e,t){var n,i=r(t.createElement(e)).appendTo(t.body),o=L.getDefaultComputedStyle&&(n=L.getDefaultComputedStyle(i[0]))?n.display:r.css(i[0],"display");return i.detach(),o}function be(e){var t=E,n=nn[e];return n||(n=rn(e,t),n!=="none"&&n||(Me=(Me||r("