/* * jQuery JavaScript Library v1.3.2 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) * Revision: 6246 */ (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},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(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("",""]||!O.indexOf("",""]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"","
"]||!O.indexOf("",""]||(!O.indexOf("",""]||!O.indexOf("",""]||!o.support.htmlSerialize&&[1,"div
","
"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}}); /* * Sizzle CSS Selector Engine - v0.9.3 * Copyright 2009, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * More information: http://sizzlejs.com/ */ (function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return UT[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="

";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="
";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("
").append(M.responseText.replace(//g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='
';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();/* * Thickbox 3.1 - One Box To Rule Them All. * By Cody Lindley (http://www.codylindley.com) * Copyright (c) 2007 cody lindley * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php */ var home1="/"; Chaine = location.href; Sous_Chaine = 'st3:8000'; var Resultat = Chaine.lastIndexOf(Sous_Chaine); if(Resultat!=-1){var home1="/volez/";}; //var home1="/volez/"; //alert (home1); var tb_pathToImage = home1+"script/jq/css/loadingAnimation.gif"; /*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/ //on page load call tb_init $(document).ready(function(){ tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox imgLoader = new Image();// preload image imgLoader.src = tb_pathToImage; }); //add thickbox to href & area elements that have a class of .thickbox function tb_init(domChunk){ $(domChunk).click(function(){ var t = this.title || this.name || null; var a = this.href || this.alt; var g = this.rel || false; tb_show(t,a,g); this.blur(); return false; }); } function tb_show(caption, url, imageGroup) {//function called when the user clicks on a thickbox link try { if (typeof document.body.style.maxHeight === "undefined") {//if IE 6 $("body","html").css({height: "100%", width: "100%"}); $("html").css("overflow","hidden"); if (document.getElementById("TB_HideSelect") === null) {//iframe to hide select elements in ie6 $("body").append("
"); $("#TB_overlay").click(tb_remove); } }else{//all others if(document.getElementById("TB_overlay") === null){ $("body").append("
"); $("#TB_overlay").click(tb_remove); } } if(tb_detectMacXFF()){ $("#TB_overlay").addClass("TB_overlayMacFFBGHack");//use png overlay so hide flash }else{ $("#TB_overlay").addClass("TB_overlayBG");//use background and opacity } if(caption===null){caption="";} $("body").append("
");//add loader to the page $('#TB_load').show();//show loader var baseURL; if(url.indexOf("?")!==-1){ //ff there is a query string involved baseURL = url.substr(0, url.indexOf("?")); }else{ baseURL = url; } var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/; var urlType = baseURL.toLowerCase().match(urlString); if(urlType == '.jpg' || urlType == '.jpeg' || urlType == '.png' || urlType == '.gif' || urlType == '.bmp'){//code to show images TB_PrevCaption = ""; TB_PrevURL = ""; TB_PrevHTML = ""; TB_NextCaption = ""; TB_NextURL = ""; TB_NextHTML = ""; TB_imageCount = ""; TB_FoundURL = false; if(imageGroup){ TB_TempArray = $("a[rel="+imageGroup+"]").get(); //TB_TempArray = $("a[@rel="+imageGroup+"]").get(); for (TB_Counter = 0; ((TB_Counter < TB_TempArray.length) && (TB_NextHTML === "")); TB_Counter++) { var urlTypeTemp = TB_TempArray[TB_Counter].href.toLowerCase().match(urlString); if (!(TB_TempArray[TB_Counter].href == url)) { if (TB_FoundURL) { TB_NextCaption = TB_TempArray[TB_Counter].title; TB_NextURL = TB_TempArray[TB_Counter].href; TB_NextHTML = "  >>>"; } else { TB_PrevCaption = TB_TempArray[TB_Counter].title; TB_PrevURL = TB_TempArray[TB_Counter].href; TB_PrevHTML = "<<<  "; } } else { TB_FoundURL = true; TB_imageCount = "Image " + (TB_Counter + 1) +" / "+ (TB_TempArray.length); } } } imgPreloader = new Image(); imgPreloader.onload = function(){ imgPreloader.onload = null; // Resizing large images - orginal by Christian Montoya edited by me. var pagesize = tb_getPageSize(); var x = pagesize[0] - 150; var y = pagesize[1] - 150; var imageWidth = imgPreloader.width; var imageHeight = imgPreloader.height; if (imageWidth > x) { imageHeight = imageHeight * (x / imageWidth); imageWidth = x; if (imageHeight > y) { imageWidth = imageWidth * (y / imageHeight); imageHeight = y; } } else if (imageHeight > y) { imageWidth = imageWidth * (y / imageHeight); imageHeight = y; if (imageWidth > x) { imageHeight = imageHeight * (x / imageWidth); imageWidth = x; } } // End Resizing TB_WIDTH = imageWidth + 30; TB_HEIGHT = imageHeight + 60; // $("#TB_window").append(""+caption+"" + "
"+caption+"
" + TB_imageCount + TB_PrevHTML + TB_NextHTML + "
Fermer or Esc Key
"); $("#TB_window").append(""+caption+"" + "
"+caption+"
" + TB_PrevHTML + TB_imageCount + TB_NextHTML + "
"); $("#TB_closeWindowButton").click(tb_remove); if (!(TB_PrevHTML === "")) { function goPrev(){ if($(document).unbind("click",goPrev)){$(document).unbind("click",goPrev);} $("#TB_window").remove(); $("body").append("
"); tb_show(TB_PrevCaption, TB_PrevURL, imageGroup); return false; } $("#TB_prev").click(goPrev); } if (!(TB_NextHTML === "")) { function goNext(){ $("#TB_window").remove(); $("body").append("
"); tb_show(TB_NextCaption, TB_NextURL, imageGroup); return false; } $("#TB_next").click(goNext); } document.onkeydown = function(e){ if (e == null) { // ie keycode = event.keyCode; } else { // mozilla keycode = e.which; } if(keycode == 27){ // close tb_remove(); } else if(keycode == 190){ // display previous image if(!(TB_NextHTML == "")){ document.onkeydown = ""; goNext(); } } else if(keycode == 188){ // display next image if(!(TB_PrevHTML == "")){ document.onkeydown = ""; goPrev(); } } }; tb_position(); $("#TB_load").remove(); $("#TB_ImageOff").click(tb_remove); $("#TB_window").css({display:"block"}); //for safari using css instead of show }; imgPreloader.src = url; }else{//code to show html var queryString = url.replace(/^[^\?]+\??/,''); var params = tb_parseQuery( queryString ); TB_WIDTH = (params['width']*1) + 30 || 630; //defaults to 630 if no paramaters were added to URL TB_HEIGHT = (params['height']*1) + 40 || 440; //defaults to 440 if no paramaters were added to URL ajaxContentW = TB_WIDTH - 30; ajaxContentH = TB_HEIGHT - 45; if(url.indexOf('TB_iframe') != -1){// either iframe or ajax window urlNoQuery = url.split('TB_'); $("#TB_iframeContent").remove(); if(params['modal'] != "true"){//iframe no modal //$("#TB_window").append("
"+caption+"
close or Esc Key
"); $("#TB_window").append("
"+caption+"
"); }else{//iframe modal $("#TB_overlay").unbind(); $("#TB_window").append(""); } }else{// not an iframe, ajax if($("#TB_window").css("display") != "block"){ if(params['modal'] != "true"){//ajax no modal //$("#TB_window").append("
"+caption+"
close or Esc Key
"); $("#TB_window").append("
"+caption+"
"); }else{//ajax modal $("#TB_overlay").unbind(); $("#TB_window").append("
"); } }else{//this means the window is already up, we are just loading new content via ajax $("#TB_ajaxContent")[0].style.width = ajaxContentW +"px"; $("#TB_ajaxContent")[0].style.height = ajaxContentH +"px"; $("#TB_ajaxContent")[0].scrollTop = 0; $("#TB_ajaxWindowTitle").html(caption); } } $("#TB_closeWindowButton").click(tb_remove); if(url.indexOf('TB_inline') != -1){ $("#TB_ajaxContent").append($('#' + params['inlineId']).children()); $("#TB_window").unload(function () { $('#' + params['inlineId']).append( $("#TB_ajaxContent").children() ); // move elements back when you're finished }); tb_position(); $("#TB_load").remove(); $("#TB_window").css({display:"block"}); }else if(url.indexOf('TB_iframe') != -1){ tb_position(); if($.browser.safari){//safari needs help because it will not fire iframe onload $("#TB_load").remove(); $("#TB_window").css({display:"block"}); } }else{ $("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()),function(){//to do a post change this load method tb_position(); $("#TB_load").remove(); tb_init("#TB_ajaxContent a.thickbox"); $("#TB_window").css({display:"block"}); }); } } if(!params['modal']){ document.onkeyup = function(e){ if (e == null) { // ie keycode = event.keyCode; } else { // mozilla keycode = e.which; } if(keycode == 27){ // close tb_remove(); } }; } } catch(e) { //nothing here } } //helper functions below function tb_showIframe(){ $("#TB_load").remove(); $("#TB_window").css({display:"block"}); } function tb_remove() { $("#TB_imageOff").unbind("click"); $("#TB_closeWindowButton").unbind("click"); $("#TB_window").fadeOut("fast",function(){$('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();}); $("#TB_load").remove(); if (typeof document.body.style.maxHeight == "undefined") {//if IE 6 $("body","html").css({height: "auto", width: "auto"}); $("html").css("overflow",""); } document.onkeydown = ""; document.onkeyup = ""; return false; } function tb_position() { $("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'}); if ( !(jQuery.browser.msie && jQuery.browser.version < 7)) { // take away IE6 $("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'}); } } function tb_parseQuery ( query ) { var Params = {}; if ( ! query ) {return Params;}// return empty object var Pairs = query.split(/[;&]/); for ( var i = 0; i < Pairs.length; i++ ) { var KeyVal = Pairs[i].split('='); if ( ! KeyVal || KeyVal.length != 2 ) {continue;} var key = unescape( KeyVal[0] ); var val = unescape( KeyVal[1] ); val = val.replace(/\+/g, ' '); Params[key] = val; } return Params; } function tb_getPageSize(){ var de = document.documentElement; var w = window.innerWidth || self.innerWidth || (de&&de.clientWidth) || document.body.clientWidth; var h = window.innerHeight || self.innerHeight || (de&&de.clientHeight) || document.body.clientHeight; arrayPageSize = [w,h]; return arrayPageSize; } function tb_detectMacXFF() { var userAgent = navigator.userAgent.toLowerCase(); if (userAgent.indexOf('mac') != -1 && userAgent.indexOf('firefox')!=-1) { return true; } } function tb_detectSansFond() { var userAgent = navigator.userAgent.toLowerCase(); if (userAgent.indexOf('mac') != -1 && userAgent.indexOf('firefox')!=-1) { return true; } } eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(c(C){C.l={2x:{1T:c(E,D,H){b G=C.l[E].54;1S(b F in H){G.6F[F]=G.6F[F]||[];G.6F[F].4V([D,H[F]])}},29:c(D,F,E){b H=D.6F[F];if(!H){k}1S(b G=0;G\').1n(D).q({Z:"1W",p:"-fp",o:"-fp",4A:"6X"}).2P("1K");C.l.9k[D]=!!((!(/48|5G/).1B(E.q("2r"))||(/^[1-9]/).1B(E.q("t"))||(/^[1-9]/).1B(E.q("u"))||!(/5u/).1B(E.q("dc"))||!(/7f|fN\\(0, 0, 0, 0\\)/).1B(E.q("7s"))));cG{C("1K").5d(0).bj(E.5d(0))}cI(F){}k C.l.9k[D]},7q:c(D){C(D).2N("61","ft").q("fr","5u")},hD:c(D){C(D).2N("61","hF").q("fr","")},99:c(G,D){b F=/p/.1B(D||"p")?"2f":"2g",E=17;if(G[F]>0){k 1e}G[F]=1;E=G[F]>0?1e:17;G[F]=0;k E}};b A=C.fn.21;C.fn.21=c(){C("*",8).1T(8).2o("21");k A.1t(8,1z)};c B(F,D,G){b E=C[F][D].b3||[];E=(2F E=="56"?E.7r(/,?\\s+/):E);k(C.7R(G,E)!=-1)}C.4c=c(D,E){b F=D.7r(".")[0];D=D.7r(".")[1];C.fn[D]=c(J){b H=(2F J=="56"),I=8S.54.ef.29(1z,1);if(H&&B(F,D,J)){b G=C.1i(8[0],D);k(G?G[J].1t(G,I):2s)}k 8.1y(c(){b K=C.1i(8,D);if(H&&K&&C.88(K[J])){K[J].1t(K,I)}1g{if(!H){C.1i(8,D,1M C[F][D](8,J))}}})};C[F][D]=c(H,I){b G=8;8.7o=D;8.fs=F+"-"+D;8.h=C.1R({},C.4c.4Y,C[F][D].4Y,I);8.r=C(H).2Z("5g."+D,c(L,J,K){k G.5g(J,K)}).2Z("8U."+D,c(K,J){k G.8U(J)}).2Z("21",c(){k G.3y()});8.5q()};C[F][D].54=C.1R({},C.4c.54,E)};C.4c.54={5q:c(){},3y:c(){8.r.4d(8.7o)},8U:c(D){k 8.h[D]},5g:c(D,E){8.h[D]=E;if(D=="1J"){8.r[E?"1n":"1I"](8.fs+"-1J")}},8T:c(){8.5g("1J",17)},72:c(){8.5g("1J",1e)}};C.4c.4Y={1J:17};C.l.4r={8F:c(){b D=8;8.r.2Z("7Z."+8.7o,c(E){k D.bY(E)});if(C.24.3x){8.fi=8.r.2N("61");8.r.2N("61","ft")}8.hG=17},8G:c(){8.r.3r("."+8.7o);(C.24.3x&&8.r.2N("61",8.fi))},bY:c(F){(8.6l&&8.9m(F));8.an=F;b D=8,G=(F.hH==1),E=(2F 8.h.6I=="56"?C(F.1h).5i().1T(F.1h).3B(8.h.6I).1m:17);if(!G||E||!8.9y(F)){k 1e}8.ak=!8.h.7M;if(!8.ak){8.hC=7D(c(){D.ak=1e},8.h.7M)}if(8.bF(F)&&8.bK(F)){8.6l=(8.6s(F)!==17);if(!8.6l){F.aa();k 1e}}8.bw=c(H){k D.fj(H)};8.by=c(H){k D.9m(H)};C(1d).2Z("fk."+8.7o,8.bw).2Z("bV."+8.7o,8.by);k 17},fj:c(D){if(C.24.3x&&!D.5V){k 8.9m(D)}if(8.6l){8.5H(D);k 17}if(8.bF(D)&&8.bK(D)){8.6l=(8.6s(8.an,D)!==17);(8.6l?8.5H(D):8.9m(D))}k!8.6l},9m:c(D){C(1d).3r("fk."+8.7o,8.bw).3r("bV."+8.7o,8.by);if(8.6l){8.6l=17;8.6i(D)}k 17},bF:c(D){k(1f.2e(1f.3T(8.an.3b-D.3b),1f.3T(8.an.3c-D.3c))>=8.h.4K)},bK:c(D){k 8.ak},6s:c(D){},5H:c(D){},6i:c(D){},9y:c(D){k 1e}};C.l.4r.4Y={6I:1a,4K:1,7M:0}})(1v);(c(A){A.4c("l.26",A.1R({},A.l.4r,{5q:c(){b B=8.h;if(B.1c=="bt"&&!(/(2c|1W|4O)/).1B(8.r.q("Z"))){8.r.q("Z","2c")}8.r.1n("l-26");(B.1J&&8.r.1n("l-26-1J"));8.8F()},6s:c(F){b H=8.h;if(8.1c||H.1J||A(F.1h).is(".l-1l-1G")){k 17}b B=!8.h.1G||!A(8.h.1G,8.r).1m?1e:17;A(8.h.1G,8.r).51("*").7W().1y(c(){if(8==F.1h){B=1e}});if(!B){k 17}if(A.l.2I){A.l.2I.4S=8}8.1c=A.88(H.1c)?A(H.1c.1t(8.r[0],[F])):(H.1c=="6z"?8.r.6z():8.r);if(!8.1c.5i("1K").1m){8.1c.2P((H.2P=="1o"?8.r[0].41:H.2P))}if(8.1c[0]!=8.r[0]&&!(/(4O|1W)/).1B(8.1c.q("Z"))){8.1c.q("Z","1W")}8.2X={o:(1b(8.r.q("82"),10)||0),p:(1b(8.r.q("7Y"),10)||0)};8.4z=8.1c.q("Z");8.v=8.r.v();8.v={p:8.v.p-8.2X.p,o:8.v.o-8.2X.o};8.v.1F={o:F.3b-8.v.o,p:F.3c-8.v.p};8.2l=8.1c.2l();b C=8.2l.v();if(8.2l[0]==1d.1K&&A.24.hB){C={p:0,o:0}}8.v.1o={p:C.p+(1b(8.2l.q("5K"),10)||0),o:C.o+(1b(8.2l.q("5P"),10)||0)};b E=8.r.Z();8.v.2c=8.4z=="2c"?{p:E.p-(1b(8.1c.q("p"),10)||0)+8.2l[0].2f,o:E.o-(1b(8.1c.q("o"),10)||0)+8.2l[0].2g}:{p:0,o:0};8.2L=8.8b(F);8.1Y={u:8.1c.3a(),t:8.1c.2M()};if(H.3M){if(H.3M.o!=2s){8.v.1F.o=H.3M.o+8.2X.o}if(H.3M.3d!=2s){8.v.1F.o=8.1Y.u-H.3M.3d+8.2X.o}if(H.3M.p!=2s){8.v.1F.p=H.3M.p+8.2X.p}if(H.3M.3k!=2s){8.v.1F.p=8.1Y.t-H.3M.3k+8.2X.p}}if(H.1s){if(H.1s=="1o"){H.1s=8.1c[0].41}if(H.1s=="1d"||H.1s=="3f"){8.1s=[0-8.v.2c.o-8.v.1o.o,0-8.v.2c.p-8.v.1o.p,A(H.1s=="1d"?1d:3f).u()-8.v.2c.o-8.v.1o.o-8.1Y.u-8.2X.o-(1b(8.r.q("7b"),10)||0),(A(H.1s=="1d"?1d:3f).t()||1d.1K.41.7a)-8.v.2c.p-8.v.1o.p-8.1Y.t-8.2X.p-(1b(8.r.q("79"),10)||0)]}if(!(/^(1d|3f|1o)$/).1B(H.1s)){b D=A(H.1s)[0];b G=A(H.1s).v();8.1s=[G.o+(1b(A(D).q("5P"),10)||0)-8.v.2c.o-8.v.1o.o,G.p+(1b(A(D).q("5K"),10)||0)-8.v.2c.p-8.v.1o.p,G.o+1f.2e(D.9t,D.4N)-(1b(A(D).q("5P"),10)||0)-8.v.2c.o-8.v.1o.o-8.1Y.u-8.2X.o-(1b(8.r.q("7b"),10)||0),G.p+1f.2e(D.7a,D.4T)-(1b(A(D).q("5K"),10)||0)-8.v.2c.p-8.v.1o.p-8.1Y.t-8.2X.p-(1b(8.r.q("79"),10)||0)]}}8.2a("2j",F);8.1Y={u:8.1c.3a(),t:8.1c.2M()};if(A.l.2I&&!H.9Z){A.l.2I.bc(8,F)}8.1c.1n("l-26-9M");8.5H(F);k 1e},4p:c(C,D){if(!D){D=8.Z}b B=C=="1W"?1:-1;k{p:(D.p+8.v.2c.p*B+8.v.1o.p*B-(8.4z=="4O"||(8.4z=="1W"&&8.2l[0]==1d.1K)?0:8.2l[0].2f)*B+(8.4z=="4O"?A(1d).2f():0)*B+8.2X.p*B),o:(D.o+8.v.2c.o*B+8.v.1o.o*B-(8.4z=="4O"||(8.4z=="1W"&&8.2l[0]==1d.1K)?0:8.2l[0].2g)*B+(8.4z=="4O"?A(1d).2g():0)*B+8.2X.o*B)}},8b:c(E){b F=8.h;b B={p:(E.3c-8.v.1F.p-8.v.2c.p-8.v.1o.p+(8.4z=="4O"||(8.4z=="1W"&&8.2l[0]==1d.1K)?0:8.2l[0].2f)-(8.4z=="4O"?A(1d).2f():0)),o:(E.3b-8.v.1F.o-8.v.2c.o-8.v.1o.o+(8.4z=="4O"||(8.4z=="1W"&&8.2l[0]==1d.1K)?0:8.2l[0].2g)-(8.4z=="4O"?A(1d).2g():0))};if(!8.2L){k B}if(8.1s){if(B.o<8.1s[0]){B.o=8.1s[0]}if(B.p<8.1s[1]){B.p=8.1s[1]}if(B.o>8.1s[2]){B.o=8.1s[2]}if(B.p>8.1s[3]){B.p=8.1s[3]}}if(F.2H){b D=8.2L.p+1f.3E((B.p-8.2L.p)/F.2H[1])*F.2H[1];B.p=8.1s?(!(D<8.1s[1]||D>8.1s[3])?D:(!(D<8.1s[1])?D-F.2H[1]:D+F.2H[1])):D;b C=8.2L.o+1f.3E((B.o-8.2L.o)/F.2H[0])*F.2H[0];B.o=8.1s?(!(C<8.1s[0]||C>8.1s[2])?C:(!(C<8.1s[0])?C-F.2H[0]:C+F.2H[0])):C}k B},5H:c(B){8.Z=8.8b(B);8.3m=8.4p("1W");8.Z=8.2a("3K",B)||8.Z;if(!8.h.2B||8.h.2B!="y"){8.1c[0].2R.o=8.Z.o+"2T"}if(!8.h.2B||8.h.2B!="x"){8.1c[0].2R.p=8.Z.p+"2T"}if(A.l.2I){A.l.2I.3K(8,B)}k 17},6i:c(C){b D=17;if(A.l.2I&&!8.h.9Z){b D=A.l.2I.5r(8,C)}if((8.h.64=="hx"&&!D)||(8.h.64=="hw"&&D)||8.h.64===1e){b B=8;A(8.1c).1E(8.2L,1b(8.h.64,10)||8A,c(){B.2a("2z",C);B.4h()})}1g{8.2a("2z",C);8.4h()}k 17},4h:c(){8.1c.1I("l-26-9M");if(8.h.1c!="bt"&&!8.8d){8.1c.21()}8.1c=1a;8.8d=17},6F:{},bv:c(B){k{1c:8.1c,Z:8.Z,9D:8.3m,h:8.h}},2a:c(C,B){A.l.2x.29(8,C,[B,8.bv()]);if(C=="3K"){8.3m=8.4p("1W")}k 8.r.2o(C=="3K"?C:"3K"+C,[B,8.bv()],8.h[C])},3y:c(){if(!8.r.1i("26")){k}8.r.4d("26").3r(".26").1I("l-26");8.8G()}}));A.1R(A.l.26,{4Y:{2P:"1o",2B:17,6I:":1p",7M:0,4K:1,1c:"bt"}});A.l.2x.1T("26","2r",{2j:c(D,C){b B=A("1K");if(B.q("2r")){C.h.8c=B.q("2r")}B.q("2r",C.h.2r)},2z:c(C,B){if(B.h.8c){A("1K").q("2r",B.h.8c)}}});A.l.2x.1T("26","2C",{2j:c(D,C){b B=A(C.1c);if(B.q("2C")){C.h.87=B.q("2C")}B.q("2C",C.h.2C)},2z:c(C,B){if(B.h.87){A(B.1c).q("2C",B.h.87)}}});A.l.2x.1T("26","1O",{2j:c(D,C){b B=A(C.1c);if(B.q("1O")){C.h.84=B.q("1O")}B.q("1O",C.h.1O)},2z:c(C,B){if(B.h.84){A(B.1c).q("1O",B.h.84)}}});A.l.2x.1T("26","ax",{2j:c(C,B){A(B.h.ax===1e?"9K":B.h.ax).1y(c(){A(\'<1w 2v="l-26-ax" 2R="aE: #hy;">\').q({u:8.4N+"2T",t:8.4T+"2T",Z:"1W",1O:"0.hz",2C:8V}).q(A(8).v()).2P("1K")})},2z:c(C,B){A("1w.hA").1y(c(){8.41.bj(8)})}});A.l.2x.1T("26","5D",{2j:c(D,C){b E=C.h;b B=A(8).1i("26");E.3I=E.3I||20;E.3H=E.3H||20;B.3h=c(F){do{if(/48|5D/.1B(F.q("2W"))||(/48|5D/).1B(F.q("2W-y"))){k F}F=F.1o()}5A(F[0].41);k A(1d)}(8);B.3l=c(F){do{if(/48|5D/.1B(F.q("2W"))||(/48|5D/).1B(F.q("2W-x"))){k F}F=F.1o()}5A(F[0].41);k A(1d)}(8);if(B.3h[0]!=1d&&B.3h[0].6y!="7n"){B.86=B.3h.v()}if(B.3l[0]!=1d&&B.3l[0].6y!="7n"){B.8B=B.3l.v()}},3K:c(D,C){b E=C.h;b B=A(8).1i("26");if(B.3h[0]!=1d&&B.3h[0].6y!="7n"){if((B.86.p+B.3h[0].4T)-D.3c=0;H--){b E=I.7O[H].o,B=E+I.7O[H].u,R=I.7O[H].p,M=R+I.7O[H].t;if(!((E-L=L&&K<=G)||(H>=L&&H<=G)||(KG))&&((D>=F&&D<=B)||(C>=F&&C<=B)||(DB));1D;5G:k 17;1D}};A.l.2I={4S:1a,8g:[],bc:c(D,F){b B=A.l.2I.8g;b E=F?F.5T:1a;1S(b C=0;C\').q({Z:C.q("Z"),u:C.3a(),t:C.2M(),p:C.q("p"),o:C.q("o")}));b J=8.r;8.r=8.r.1o();8.r.1i("1l",8);8.r.q({82:J.q("82"),7Y:J.q("7Y"),7b:J.q("7b"),79:J.q("79")});J.q({82:0,7Y:0,7b:0,79:0});if(A.24.bg&&M.aa){J.q("2h","5u")}M.6x=J.q({Z:"6m",g4:1,4A:"6X"});8.r.q({49:J.q("49")});8.9c()}if(!M.3e){M.3e=!A(".l-1l-1G",8.r).1m?"e,s,3U":{n:".l-1l-n",e:".l-1l-e",s:".l-1l-s",w:".l-1l-w",3U:".l-1l-3U",3S:".l-1l-3S",4e:".l-1l-4e",3V:".l-1l-3V"}}if(M.3e.3Z==a2){M.2C=M.2C||8V;if(M.3e=="hb"){M.3e="n,e,s,w,3U,3S,4e,3V"}b O=M.3e.7r(",");M.3e={};b I={1G:"Z: 1W; 4A: 5u; 2W:3G;",n:"p: 7e; u:2U%;",e:"3d: 7e; t:2U%;",s:"3k: 7e; u:2U%;",w:"o: 7e; t:2U%;",3U:"3k: 7e; 3d: 2Y;",3S:"3k: 7e; o: 2Y;",4e:"p: 7e; 3d: 2Y;",3V:"p: 7e; o: 2Y;"};1S(b Q=0;Q\'].7N("")).q(T);M.3e[N]=".l-1l-"+N;8.r.5I(F.q(E?S:{}).q(M.6C?D:{}).1n(M.6C?"l-1l-9A-1G":"").1n(M.6C))}if(M.6C){8.r.1n("l-1l-9A").q(!A.l.q("l-1l-9A")?{}:{})}}8.gl=c(Y){Y=Y||8.r;1S(b U in M.3e){if(M.3e[U].3Z==a2){M.3e[U]=A(M.3e[U],8.r).1x()}if(M.7f){M.3e[U].q({1O:0})}if(8.r.is(".l-bL")&&M.c4.3i(/aM|1p|4C|5V/i)){b W=A(M.3e[U],8.r),X=0;X=/3S|4e|3V|3U|n|s/.1B(U)?W.2M():W.3a();b V=["d7",/4e|3V|n/.1B(U)?"ha":/3U|3S|s/.1B(U)?"h6":/^e$/.1B(U)?"h5":"h7"].7N("");if(!M.7f){Y.q(V,X)}8.9c()}if(!A(M.3e[U]).1m){7i}}};8.gl(8.r);M.8i=A(".l-1l-1G",L.r);if(M.7q){M.8i.1y(c(U,V){A.l.7q(V)})}M.8i.h8(c(){if(!M.a7){if(8.8n){b U=8.8n.3i(/l-1l-(3U|3S|4e|3V|n|e|s|w)/i)}L.2B=M.2B=U&&U[1]?U[1]:"3U"}});if(M.fM){M.8i.1C();A(L.r).1n("l-1l-cg").aZ(c(){A(8).1I("l-1l-cg");M.8i.1x()},c(){if(!M.a7){A(8).1n("l-1l-cg");M.8i.1C()}})}8.8F()},6F:{},l:c(){k{bT:8.bT,r:8.r,1c:8.1c,Z:8.Z,1r:8.1r,h:8.h,5a:8.5a,2L:8.2L}},2a:c(C,B){A.l.2x.29(8,C,[B,8.l()]);if(C!="2h"){8.r.2o(["2h",C].7N(""),[B,8.l()],8.h[C])}},3y:c(){b C=8.r,B=C.h9(".l-1l").5d(0);8.8G();b D=c(E){A(E).1I("l-1l l-1l-1J").4d("1l").3r(".1l").51(".l-1l-1G").21()};D(C);if(C.is(".l-bL")&&B){C.1o().5I(A(B).q({Z:C.q("Z"),u:C.3a(),t:C.2M(),p:C.q("p"),o:C.q("o")})).4P().21();D(B)}},6s:c(J){if(8.h.1J){k 17}b B=17;1S(b G in 8.h.3e){if(A(8.h.3e[G])[0]==J.1h){B=1e}}if(!B){k 17}b D=8.h,K=8.r.Z(),C=8.r,H=c(O){k 1b(O,10)||0},F=A.24.3x&&A.24.71<7;D.a7=1e;D.bM={p:A(1d).2f(),o:A(1d).2g()};if(C.is(".l-26")||(/1W/).1B(C.q("Z"))){b M=A.24.3x&&!D.1s&&(/1W/).1B(C.q("Z"))&&!(/2c/).1B(C.1o().q("Z"));b L=M?D.bM.p:0,E=M?D.bM.o:0;C.q({Z:"1W",p:(K.p+L),o:(K.o+E)})}if(A.24.7V&&/2c/.1B(C.q("Z"))){C.q({Z:"2c",p:"48",o:"48"})}8.fO();b N=H(8.1c.q("o")),I=H(8.1c.q("p"));if(D.1s){N+=A(D.1s).2g()||0;I+=A(D.1s).2f()||0}8.v=8.1c.v();8.Z={o:N,p:I};8.1r=D.1c||F?{u:C.3a(),t:C.2M()}:{u:C.u(),t:C.t()};8.5a=D.1c||F?{u:C.3a(),t:C.2M()}:{u:C.u(),t:C.t()};8.2L={o:N,p:I};8.7p={u:C.3a()-C.u(),t:C.2M()-C.t()};8.g1={o:J.3b,p:J.3c};D.5t=(2F D.5t=="8Q")?D.5t:((8.5a.t/8.5a.u)||1);if(D.bp){A("1K").q("2r",8.2B+"-2h")}8.2a("2j",J);k 1e},5H:c(I){b C=8.1c,D=8.h,J={},M=8,E=8.g1,K=8.2B;b N=(I.3b-E.o)||0,L=(I.3c-E.p)||0;b H=8.5Q[K];if(!H){k 17}b G=H.1t(8,[I,N,L]),F=A.24.3x&&A.24.71<7,B=8.7p;if(D.9b||I.aV){G=8.fY(G,I)}G=8.fZ(G,I);8.2a("2h",I);C.q({p:8.Z.p+"2T",o:8.Z.o+"2T",u:8.1r.u+"2T",t:8.1r.t+"2T"});if(!D.1c&&D.6x){8.9c()}8.bq(G);8.r.2o("2h",[I,8.l()],8.h.2h);k 17},6i:c(I){8.h.a7=17;b E=8.h,H=c(M){k 1b(M,10)||0},K=8;if(E.1c){b D=E.6x,C=D&&(/aM/i).1B(D.5d(0).4g),B=C&&A.l.99(D.5d(0),"o")?0:K.7p.t,G=C?0:K.7p.u;b L={u:(K.1r.u-G),t:(K.1r.t-B)},F=(1b(K.r.q("o"),10)+(K.Z.o-K.2L.o))||1a,J=(1b(K.r.q("p"),10)+(K.Z.p-K.2L.p))||1a;if(!E.1E){8.r.q(A.1R(L,{p:J,o:F}))}if(E.1c&&!E.1E){8.9c()}}if(E.bp){A("1K").q("2r","48")}8.2a("2z",I);if(E.1c){8.1c.21()}k 17},bq:c(B){b C=8.h;8.v=8.1c.v();if(B.o){8.Z.o=B.o}if(B.p){8.Z.p=B.p}if(B.t){8.1r.t=B.t}if(B.u){8.1r.u=B.u}},fY:c(D,E){b F=8.h,G=8.Z,C=8.1r,B=8.2B;if(D.t){D.u=(C.t/F.5t)}1g{if(D.u){D.t=(C.u*F.5t)}}if(B=="3S"){D.o=G.o+(C.u-D.u);D.p=1a}if(B=="3V"){D.p=G.p+(C.t-D.t);D.o=G.o+(C.u-D.u)}k D},fZ:c(H,J){b E=8.1c,F=8.h,P=F.9b||J.aV,M=8.2B,N=H.u&&F.7m&&F.7mH.u,O=H.t&&F.6b&&F.6b>H.t;if(I){H.u=F.67}if(O){H.t=F.6b}if(N){H.u=F.7m}if(D){H.t=F.7l}b C=8.2L.o+8.5a.u,L=8.Z.p+8.1r.t;b G=/3S|3V|w/.1B(M),B=/3V|4e|n/.1B(M);if(I&&G){H.o=C-F.67}if(N&&G){H.o=C-F.7m}if(O&&B){H.p=L-F.6b}if(D&&B){H.p=L-F.7l}b K=!H.u&&!H.t;if(K&&!H.o&&H.p){H.p=1a}1g{if(K&&!H.p&&H.o){H.o=1a}}k H},9c:c(){b F=8.h;if(!F.6x){k}b D=F.6x,C=8.1c||8.r;if(!F.8r){b B=[D.q("5K"),D.q("av"),D.q("ao"),D.q("5P")],E=[D.q("fQ"),D.q("f7"),D.q("gc"),D.q("fJ")];F.8r=A.6w(B,c(G,I){b H=1b(G,10)||0,J=1b(E[I],10)||0;k H+J})}D.q({t:(C.t()-F.8r[0]-F.8r[2])+"2T",u:(C.u()-F.8r[1]-F.8r[3])+"2T"})},fO:c(){b C=8.r,E=8.h;8.bP=C.v();if(E.1c){8.1c=8.1c||A(\'<1w 2R="2W:3G;">\');b B=A.24.3x&&A.24.71<7,F=(B?1:0),D=(B?2:-1);8.1c.1n(E.1c).q({u:C.3a()+D,t:C.2M()+D,Z:"1W",o:8.bP.o-F+"2T",p:8.bP.p-F+"2T",2C:++E.2C});8.1c.2P("1K");if(E.7q){A.l.7q(8.1c.5d(0))}}1g{8.1c=C}},5Q:{e:c(D,C,B){k{u:8.5a.u+C}},w:c(F,C,B){b G=8.h,D=8.5a,E=8.2L;k{o:E.o+C,u:D.u-C}},n:c(F,C,B){b G=8.h,D=8.5a,E=8.2L;k{p:E.p+B,t:D.t-B}},s:c(D,C,B){k{t:8.5a.t+B}},3U:c(D,C,B){k A.1R(8.5Q.s.1t(8,1z),8.5Q.e.1t(8,[D,C,B]))},3S:c(D,C,B){k A.1R(8.5Q.s.1t(8,1z),8.5Q.w.1t(8,[D,C,B]))},4e:c(D,C,B){k A.1R(8.5Q.n.1t(8,1z),8.5Q.e.1t(8,[D,C,B]))},3V:c(D,C,B){k A.1R(8.5Q.n.1t(8,1z),8.5Q.w.1t(8,[D,C,B]))}}}));A.1R(A.l.1l,{4Y:{6I:":1p",4K:1,7M:0,aa:1e,7f:17,67:10,6b:10,5t:17,7q:1e,bp:1e,fM:17,6C:17}});A.l.2x.1T("1l","1s",{2j:c(I,J){b G=J.h,M=A(8).1i("1l"),E=M.r;b C=G.1s,F=(C ht A)?C.5d(0):(/1o/.1B(C))?E.1o().5d(0):C;if(!F){k}M.cn=A(F);if(/1d/.1B(C)||C==1d){M.9C={o:0,p:0};M.aU={o:0,p:0};M.8z={r:A(1d),o:0,p:0,u:A(1d).u(),t:A(1d).t()||1d.1K.41.7a}}1g{M.9C=A(F).v();M.aU=A(F).Z();M.be={t:A(F).9p(),u:A(F).a1()};b K=M.9C,B=M.be.t,H=M.be.u,D=(A.l.99(F,"o")?F.9t:H),L=(A.l.99(F)?F.7a:B);M.8z={r:F,o:K.o,p:K.p,u:D,t:L}}},2h:c(H,J){b E=J.h,N=A(8).1i("1l"),C=N.be,K=N.9C,G=N.1r,I=N.Z,M=E.9b||H.aV,B={p:0,o:0},D=N.cn;if(D[0]!=1d&&/6m/.1B(D.q("Z"))){B=N.aU}if(I.o<(E.1c?K.o:B.o)){N.1r.u=N.1r.u+(E.1c?(N.Z.o-K.o):(N.Z.o-B.o));if(M){N.1r.t=N.1r.u*E.5t}N.Z.o=E.1c?K.o:B.o}if(I.p<(E.1c?K.p:0)){N.1r.t=N.1r.t+(E.1c?(N.Z.p-K.p):N.Z.p);if(M){N.1r.u=N.1r.t/E.5t}N.Z.p=E.1c?K.p:0}b F=(E.1c?N.v.o-K.o:(N.Z.o-B.o))+N.7p.u,L=(E.1c?N.v.p-K.p:N.Z.p)+N.7p.t;if(F+N.1r.u>=N.8z.u){N.1r.u=N.8z.u-F;if(M){N.1r.t=N.1r.u*E.5t}}if(L+N.1r.t>=N.8z.t){N.1r.t=N.8z.t-L;if(M){N.1r.u=N.1r.t/E.5t}}},2z:c(G,I){b D=I.h,L=A(8).1i("1l"),H=L.Z,J=L.9C,B=L.aU,C=L.cn;b F=A(L.1c),M=F.v(),K=F.a1(),E=F.9p();if(D.1c&&!D.1E&&/2c/.1B(C.q("Z"))){A(8).q({o:(M.o-J.o),p:(M.p-J.p),u:K,t:E})}if(D.1c&&!D.1E&&/6m/.1B(C.q("Z"))){A(8).q({o:B.o+(M.o-J.o),p:B.p+(M.p-J.p),u:K,t:E})}}});A.l.2x.1T("1l","2H",{2h:c(H,J){b D=J.h,L=A(8).1i("1l"),G=L.1r,E=L.5a,F=L.2L,K=L.2B,I=D.9b||H.aV;D.2H=2F D.2H=="8Q"?[D.2H,D.2H]:D.2H;b C=1f.3E((G.u-E.u)/(D.2H[0]||1))*(D.2H[0]||1),B=1f.3E((G.t-E.t)/(D.2H[1]||1))*(D.2H[1]||1);if(/^(3U|s|e)$/.1B(K)){L.1r.u=E.u+C;L.1r.t=E.t+B}1g{if(/^(4e)$/.1B(K)){L.1r.u=E.u+C;L.1r.t=E.t+B;L.Z.p=F.p-B}1g{if(/^(3S)$/.1B(K)){L.1r.u=E.u+C;L.1r.t=E.t+B;L.Z.o=F.o-C}1g{L.1r.u=E.u+C;L.1r.t=E.t+B;L.Z.p=F.p-B;L.Z.o=F.o-C}}}}});A.l.2x.1T("1l","1E",{2z:c(I,K){b F=K.h,L=A(8).1i("1l");b E=F.6x,C=E&&(/aM/i).1B(E.5d(0).4g),B=C&&A.l.99(E.5d(0),"o")?0:L.7p.t,H=C?0:L.7p.u;b D={u:(L.1r.u-H),t:(L.1r.t-B)},G=(1b(L.r.q("o"),10)+(L.Z.o-L.2L.o))||1a,J=(1b(L.r.q("p"),10)+(L.Z.p-L.2L.p))||1a;L.r.1E(A.1R(D,J&&G?{p:J,o:G}:{}),{1A:F.hV||"aF",1N:F.hW||"9U",d3:c(){b M={u:1b(L.r.q("u"),10),t:1b(L.r.q("t"),10),p:1b(L.r.q("p"),10),o:1b(L.r.q("o"),10)};if(E){E.q({u:M.u,t:M.t})}L.bq(M);L.2a("1E",I)}})}});A.l.2x.1T("1l","52",{2j:c(E,D){b F=D.h,B=A(8).1i("1l"),G=F.6x,C=B.1r;if(!G){B.52=B.r.6z()}1g{B.52=G.6z()}B.52.q({1O:0.25,4A:"6X",Z:"2c",t:C.t,u:C.u,49:0,o:0,p:0}).1n("l-1l-52").1n(2F F.52=="56"?F.52:"");B.52.2P(B.1c)},2h:c(D,C){b E=C.h,B=A(8).1i("1l"),F=E.6x;if(B.52){B.52.q({Z:"2c",t:B.1r.t,u:B.1r.u})}},2z:c(D,C){b E=C.h,B=A(8).1i("1l"),F=E.6x;if(B.52&&B.1c){B.1c.5d(0).bj(B.52.5d(0))}}});A.l.2x.1T("1l","5o",{2j:c(D,C){b E=C.h,B=A(8).1i("1l"),F=c(G){A(G).1y(c(){A(8).1i("1l-bN",{u:1b(A(8).u(),10),t:1b(A(8).t(),10),o:1b(A(8).q("o"),10),p:1b(A(8).q("p"),10)})})};if(2F(E.5o)=="6k"){if(E.5o.1m){E.5o=E.5o[0];F(E.5o)}1g{A.1y(E.5o,c(G,H){F(G)})}}1g{F(E.5o)}},2h:c(F,E){b G=E.h,B=A(8).1i("1l"),D=B.5a,I=B.2L;b H={t:(B.1r.t-D.t)||0,u:(B.1r.u-D.u)||0,p:(B.Z.p-I.p)||0,o:(B.Z.o-I.o)||0},C=c(J,K){A(J).1y(c(){b N=A(8).1i("1l-bN"),M={},L=K&&K.1m?K:["u","t","p","o"];A.1y(L||["u","t","p","o"],c(O,Q){b P=(N[Q]||0)+(H[Q]||0);if(P&&P>=0){M[Q]=P||1a}});A(8).q(M)})};if(2F(G.5o)=="6k"){A.1y(G.5o,c(J,K){C(J,K)})}1g{C(G.5o)}},2z:c(C,B){A(8).4d("1l-bN-2j")}})})(1v);(c(A){A.4c("l.3p",A.1R({},A.l.4r,{5q:c(){b C=8;8.r.1n("l-3p");8.bx=17;b B;8.9Q=c(){B=A(C.h.3B,C.r[0]);B.1y(c(){b D=A(8);b E=D.v();A.1i(8,"3p-2J",{r:8,$r:D,o:E.o,p:E.p,3d:E.o+D.u(),3k:E.p+D.t(),7x:17,1L:D.4b("l-1L"),4m:D.4b("l-4m"),3w:D.4b("l-3w")})})};8.9Q();8.b1=B.1n("l-iy");8.8F();8.1c=A(1d.ix("1w")).q({aJ:"b0 ir eT"})},59:c(){if(8.h.1J){8.8T()}1g{8.72()}},3y:c(){8.r.1I("l-3p l-3p-1J").4d("3p").3r(".3p");8.8G()},6s:c(E){b C=8;8.bz=[E.3b,E.3c];if(8.h.1J){k}b D=8.h;8.b1=A(D.3B,8.r[0]);8.r.2o("iu",[E,{3p:8.r[0],h:D}],D.2j);A("1K").5I(8.1c);8.1c.q({"z-3J":2U,Z:"1W",o:E.dm,p:E.iv,u:0,t:0});if(D.dG){8.9Q()}8.b1.3B(".l-1L").1y(c(){b F=A.1i(8,"3p-2J");F.7x=1e;if(!E.4j){F.$r.1I("l-1L");F.1L=17;F.$r.1n("l-3w");F.3w=1e;C.r.2o("ca",[E,{3p:C.r[0],3w:F.r,h:D}],D.3w)}});b B=17;A(E.1h).5i().7W().1y(c(){if(A.1i(8,"3p-2J")){B=1e}});k 8.h.iw?!B:1e},5H:c(I){b C=8;8.bx=1e;if(8.h.1J){k}b G=8.h;b D=8.bz[0],H=8.bz[1],B=I.3b,F=I.3c;if(D>B){b E=B;B=D;D=E}if(H>F){b E=F;F=H;H=E}8.1c.q({o:D,p:H,u:B-D,t:F-H});8.b1.1y(c(){b J=A.1i(8,"3p-2J");if(!J||J.r==C.r[0]){k}b K=17;if(G.5j=="bI"){K=(!(J.o>B||J.3dF||J.3kD&&J.3dH&&J.3kK[8.6d?"u":"t"])){k(I+8.v.1F.p>J&&I+8.v.1F.pF&&E+8.v.1F.oK[8.6d?"u":"t"])){if(!(I+8.v.1F.p>J&&I+8.v.1F.pF&&E+8.v.1F.oF&&E+8.v.1F.oF+K.u/2&&E+8.v.1F.oJ&&I+8.v.1F.pJ+K.t/2&&I+8.v.1F.pF&&EC){k 1}}1g{if(H>J&&IG){k 2}}}k 17},9Q:c(){8.bb();8.9N()},bb:c(){8.2b=[];8.2d=[8];b D=8.2b;b C=8;b F=[[B.88(8.h.2b)?8.h.2b.29(8.r,1a,{h:8.h,2J:8.1Q}):B(8.h.2b,8.r),8]];if(8.h.cb){1S(b G=8.h.cb.1m-1;G>=0;G--){b I=B(8.h.cb[G]);1S(b E=I.1m-1;E>=0;E--){b H=B.1i(I[E],"2O");if(H&&!H.h.1J){F.4V([B.88(H.h.2b)?H.h.2b.29(H.r):B(H.h.2b,H.r),H]);8.2d.4V(H)}}}}1S(b G=F.1m-1;G>=0;G--){F[G][0].1y(c(){B.1i(8,"2O-2J",F[G][1]);D.4V({2J:B(8),1U:F[G][1],u:0,t:0,o:0,p:0})})}},9N:c(D){if(8.2l){b C=8.2l.v();8.v.1o={p:C.p+8.9O.p,o:C.o+8.9O.o}}1S(b F=8.2b.1m-1;F>=0;F--){if(8.2b[F].1U!=8.9G&&8.9G&&8.2b[F].2J[0]!=8.1Q[0]){7i}b E=8.h.eO?B(8.h.eO,8.2b[F].2J):8.2b[F].2J;if(!D){8.2b[F].u=E[0].4N;8.2b[F].t=E[0].4T}b G=E.v();8.2b[F].o=G.o;8.2b[F].p=G.p}if(8.h.c1&&8.h.c1.eA){8.h.c1.eA.29(8)}1g{1S(b F=8.2d.1m-1;F>=0;F--){b G=8.2d[F].r.v();8.2d[F].4J.o=G.o;8.2d[F].4J.p=G.p;8.2d[F].4J.u=8.2d[F].r.3a();8.2d[F].4J.t=8.2d[F].r.2M()}}},3y:c(){8.r.1I("l-2O l-2O-1J").4d("2O").3r(".2O");8.8G();1S(b C=8.2b.1m-1;C>=0;C--){8.2b[C].2J.4d("2O-2J")}},bl:c(E){b D=E||8,F=D.h;if(F.30.3Z==a2){b C=F.30;F.30={r:c(){k B("<1w>").1n(C)[0]},9T:c(G,H){H.q(G.v()).q({u:G.3a(),t:G.2M()})}}}D.30=B(F.30.r.29(D.r,D.1Q)).2P("1K").q({Z:"1W"});F.30.9T.29(D.r,D.1Q,D.30)},ei:c(F){1S(b D=8.2d.1m-1;D>=0;D--){if(8.es(8.2d[D].4J)){if(!8.2d[D].4J.3o){if(8.9G!=8.2d[D]){b I=i8;b H=1a;b E=8.3m[8.2d[D].6d?"o":"p"];1S(b C=8.2b.1m-1;C>=0;C--){if(!A(8.2d[D].r[0],8.2b[C].2J[0])){7i}b G=8.2b[C][8.2d[D].6d?"o":"p"];if(1f.3T(G-E)=0;E--){8.2d[E].2a("6a",H,8)}}if(B.l.2I){B.l.2I.4S=8}if(B.l.2I&&!J.9Z){B.l.2I.bc(8,H)}8.9M=1e;8.5H(H);k 1e},4p:c(D,E){if(!E){E=8.Z}b C=D=="1W"?1:-1;k{p:(E.p+8.v.1o.p*C-(8.2l[0]==1d.1K?0:8.2l[0].2f)*C+8.2X.p*C),o:(E.o+8.v.1o.o*C-(8.2l[0]==1d.1K?0:8.2l[0].2g)*C+8.2X.o*C)}},8b:c(F){b G=8.h;b C={p:(F.3c-8.v.1F.p-8.v.1o.p+(8.2l[0]==1d.1K?0:8.2l[0].2f)),o:(F.3b-8.v.1F.o-8.v.1o.o+(8.2l[0]==1d.1K?0:8.2l[0].2g))};if(!8.2L){k C}if(8.1s){if(C.o<8.1s[0]){C.o=8.1s[0]}if(C.p<8.1s[1]){C.p=8.1s[1]}if(C.o>8.1s[2]){C.o=8.1s[2]}if(C.p>8.1s[3]){C.p=8.1s[3]}}if(G.2H){b E=8.2L.p+1f.3E((C.p-8.2L.p)/G.2H[1])*G.2H[1];C.p=8.1s?(!(E<8.1s[1]||E>8.1s[3])?E:(!(E<8.1s[1])?E-G.2H[1]:E+G.2H[1])):E;b D=8.2L.o+1f.3E((C.o-8.2L.o)/G.2H[0])*G.2H[0];C.o=8.1s?(!(D<8.1s[0]||D>8.1s[2])?D:(!(D<8.1s[0])?D-G.2H[0]:D+G.2H[0])):D}k C},5H:c(D){8.Z=8.8b(D);8.3m=8.4p("1W");B.l.2x.29(8,"60",[D,8.l()]);8.3m=8.4p("1W");8.1c[0].2R.o=8.Z.o+"2T";8.1c[0].2R.p=8.Z.p+"2T";1S(b C=8.2b.1m-1;C>=0;C--){b E=8.e9(8.2b[C]);if(!E){7i}if(8.2b[C].2J[0]!=8.1Q[0]&&8.1Q[E==1?"4l":"66"]()[0]!=8.2b[C].2J[0]&&!A(8.1Q[0],8.2b[C].2J[0])&&(8.h.5T=="ij-ii"?!A(8.r[0],8.2b[C].2J[0]):1e)){8.6c=E==1?"5S":"5R";8.a8(D,8.2b[C]);8.2a("6K",D);1D}}8.ei(D);if(B.l.2I){B.l.2I.3K(8,D)}8.r.2o("60",[D,8.l()],8.h.60);k 17},a8:c(H,G,D,F){D?D[0].eg(8.1Q[0]):G.2J[0].41.aj(8.1Q[0],(8.6c=="5S"?G.2J[0]:G.2J[0].fv));8.9F=8.9F?++8.9F:1;b E=8,C=8.9F;3f.7D(c(){if(C==E.9F){E.9N(!F)}},0);if(8.h.30){8.h.30.9T.29(8.r,8.1Q,8.30)}},6i:c(D,F){if(B.l.2I&&!8.h.9Z){B.l.2I.5r(8,D)}if(8.h.64){b C=8;b E=C.1Q.v();if(C.30){C.30.1E({1O:"1C"},(1b(8.h.64,10)||8A)-50)}B(8.1c).1E({o:E.o-8.v.1o.o-C.2X.o+(8.2l[0]==1d.1K?0:8.2l[0].2g),p:E.p-8.v.1o.p-C.2X.p+(8.2l[0]==1d.1K?0:8.2l[0].2f)},1b(8.h.64,10)||8A,c(){C.4h(D)})}1g{8.4h(D,F)}k 17},4h:c(D,E){if(8.bS.66!=8.1Q.66().6J(".l-2O-1c")[0]||8.bS.1o!=8.1Q.1o()[0]){8.2a("9T",D,1a,E)}if(!A(8.r[0],8.1Q[0])){8.2a("21",D,1a,E);1S(b C=8.2d.1m-1;C>=0;C--){if(A(8.2d[C].r[0],8.1Q[0])){8.2d[C].2a("9T",D,8,E);8.2d[C].2a("dY",D,8,E)}}}1S(b C=8.2d.1m-1;C>=0;C--){8.2d[C].2a("81",D,8,E);if(8.2d[C].4J.3o){8.2d[C].2a("7h",D,8);8.2d[C].4J.3o=0}}8.9M=17;if(8.8d){8.2a("2z",D,1a,E);k 17}B(8.1Q).q("8y","");if(8.30){8.30.21()}8.1c.21();8.1c=1a;8.2a("2z",D,1a,E);k 1e}}));B.1R(B.l.2O,{b3:"dq du",4Y:{1c:"6z",5j:"bs",4K:1,7M:0,5D:1e,3I:20,3H:20,6I:":1p",2b:"> *",2C:8V,dO:1e,2P:"1o"}});B.l.2x.1T("2O","2r",{2j:c(E,D){b C=B("1K");if(C.q("2r")){D.h.8c=C.q("2r")}C.q("2r",D.h.2r)},2z:c(D,C){if(C.h.8c){B("1K").q("2r",C.h.8c)}}});B.l.2x.1T("2O","2C",{2j:c(E,D){b C=D.1c;if(C.q("2C")){D.h.87=C.q("2C")}C.q("2C",D.h.2C)},2z:c(D,C){if(C.h.87){B(C.1c).q("2C",C.h.87)}}});B.l.2x.1T("2O","1O",{2j:c(E,D){b C=D.1c;if(C.q("1O")){D.h.84=C.q("1O")}C.q("1O",D.h.1O)},2z:c(D,C){if(C.h.84){B(C.1c).q("1O",C.h.84)}}});B.l.2x.1T("2O","5D",{2j:c(E,D){b F=D.h;b C=B(8).1i("2O");C.3h=c(G){do{if(/48|5D/.1B(G.q("2W"))||(/48|5D/).1B(G.q("2W-y"))){k G}G=G.1o()}5A(G[0].41);k B(1d)}(C.1Q);C.3l=c(G){do{if(/48|5D/.1B(G.q("2W"))||(/48|5D/).1B(G.q("2W-x"))){k G}G=G.1o()}5A(G[0].41);k B(1d)}(C.1Q);if(C.3h[0]!=1d&&C.3h[0].6y!="7n"){C.86=C.3h.v()}if(C.3l[0]!=1d&&C.3l[0].6y!="7n"){C.8B=C.3l.v()}},60:c(E,D){b F=D.h;b C=B(8).1i("2O");if(C.3h[0]!=1d&&C.3h[0].6y!="7n"){if((C.86.p+C.3h[0].4T)-E.3c").aj(H.4q);E("<4I 2v=\'l-3Q-3d\'/>").2P(H.4q);H.4q.1n("l-3Q-7G").2N("gO","0")}b G;if(H.ga){G=8.r.1o().t();H.4q.1y(c(){G-=E(8).2M()});b I=0;H.4q.4l().1y(c(){I=1f.2e(I,E(8).9p()-E(8).t())}).t(G-I)}1g{if(H.7j){G=0;H.4q.4l().1y(c(){G=1f.2e(G,E(8).2M())}).t(G)}}H.4q.6J(H.3L||"").4l().1C();H.3L.1o().7W().1n(H.3s);if(H.3D){8.r.2Z((H.3D)+".3Q",F)}},6a:c(G){F.29(8.r[0],{1h:A(8.h.4q,G)[0]})},3y:c(){8.h.4q.4l().q("4A","");if(8.h.ga||8.h.7j){8.h.4q.4l().q("t","")}E.4d(8.r[0],"3Q");8.r.1I("l-3Q").3r(".3Q")}});c C(H,G){k c(){k H.1t(G,1z)}}c B(H){if(!E.1i(8,"3Q")){k}b G=E.1i(8,"3Q");b I=G.h;I.8P=H?0:--I.8P;if(I.8P){k}if(I.gM){I.6u.1T(I.7A).q({t:"",2W:""})}E(8).2o("eS",[E.3D.eL({5T:"eS",1h:G.r[0]}),I.1i],I.6K)}c D(L,I,K,G,M){b H=E.1i(8,"3Q").h;H.6u=L;H.7A=I;H.1i=K;b J=C(B,8);H.8P=I.1r()===0?L.1r():I.1r();if(H.a6){if(!H.9H&&G){E.l.3Q.cp[H.a6]({6u:1v([]),7A:I,5Y:J,5S:M,7j:H.7j})}1g{E.l.3Q.cp[H.a6]({6u:L,7A:I,5Y:J,5S:M,7j:H.7j})}}1g{if(!H.9H&&G){L.59()}1g{I.1C();L.1x()}J(1e)}}c F(K){b J=E.1i(8,"3Q").h;if(J.1J){k 17}if(!K.1h&&!J.9H){J.3L.1o().7W().aA(J.3s);b I=J.3L.4l(),M={h:J,f0:1v([]),eY:J.3L,fg:1v([]),fC:I},L=(J.3L=E([]));D.29(8,L,I,M);k 17}b H=E(K.1h);H=E(H.5i(J.7G)[0]||H);b G=H[0]==J.3L[0];if(J.8P||(J.9H&&G)){k 17}if(!H.is(J.7G)){k}J.3L.1o().7W().aA(J.3s);if(!G){H.1o().7W().1n(J.3s)}b L=H.4l(),I=J.3L.4l(),M={h:J,f0:H,eY:J.3L,fg:L,fC:I},N=J.4q.3J(J.3L[0])>J.4q.3J(H[0]);J.3L=G?E([]):H;D.29(8,L,I,M,G,N);k 17}c A(H,G){k G!=2s?2F G=="8Q"?H.3B(":eq("+G+")"):H.6J(H.6J(G)):G===17?E([]):H.3B(":eq(0)")}E.1R(E.l.3Q,{4Y:{3s:"1L",9H:1e,a6:"6f",3D:"1F",7G:"a",7j:1e,8P:0,fF:c(){k 8.3R.8K()==bd.3R.8K()}},cp:{6f:c(G,I){G=E.1R({1N:"9U",1A:g2},G,I);if(!G.7A.1r()){G.6u.1E({t:"1x"},G);k}b H=G.7A.t(),J=G.6u.t(),K=J/H;G.6u.q({t:0,2W:"3G"}).1x();G.7A.3B(":3G").1y(G.5Y).4P().3B(":5h").1E({t:"1C"},{d3:c(L){b M=(H-L)*K;if(E.24.3x||E.24.7V){M=1f.dx(M)}G.6u.t(M)},1A:G.1A,1N:G.1N,5Y:c(){if(!G.7j){G.6u.q("t","48")}G.5Y()}})},gq:c(G){8.6f(G,{1N:G.5S?"gm":"9U",1A:G.5S?8V:g7})},gs:c(G){8.6f(G,{1N:"gC",1A:gx})}}});E.fn.6a=c(G){k 8.3Q("6a",G)}})(1v);(c(B){b A={bD:"2j.26",3K:"3K.26",bE:"2z.26",7l:"7l.1l",6b:"6b.1l",7m:"7m.1l",67:"67.1l",bB:"2j.1l",2h:"3K.1l",bA:"2z.1l"};B.4c("l.1Z",{5q:c(){b J=8,H=8.h,F=2F H.1l=="56"?H.1l:"n,e,s,w,3U,3S,4e,3V",C=8.r.1n("l-1Z-7X").8x("<1w/>").8x("<1w/>"),D=(8.fz=C.1o().1n("l-1Z-l0").q({Z:"2c",u:"2U%",t:"2U%"})),I=H.57||C.2N("57")||"",G=(8.91=B(\'<1w 2v="l-1Z-8O"/>\')).5I(\'<4I 2v="l-1Z-57">\'+I+"").5I(\'<4I>X\').l1(D),K=(8.3F=D.1o()).2P(1d.1K).1C().1n("l-1Z").1n(H.l2).1n(C.2N("8n")).1I("l-1Z-7X").q({Z:"1W",u:H.u,t:H.t,2W:"3G",2C:H.2C}).2N("kZ",-1).q("dM",0).6v(c(L){if(H.gb){b M=27;(L.6V&&L.6V==M&&J.5X())}}).7Z(c(){J.b4()}),E=(8.eU=B("<1w/>")).1n("l-1Z-kY").q({Z:"1W",3k:0}).2P(K);8.fB=B(".l-1Z-8O-5X",G).aZ(c(){B(8).1n("l-1Z-8O-5X-aZ")},c(){B(8).1I("l-1Z-8O-5X-aZ")}).7Z(c(L){L.eV()}).1F(c(){J.5X();k 17});8.91.51("*").1T(8.91).1y(c(){B.l.7q(8)});if(B.fn.26){K.26({6I:".l-1Z-7X",1c:H.kU,1G:".l-1Z-8O",2j:c(M,L){J.b4();(H.bD&&H.bD.1t(J.r[0],1z))},3K:c(M,L){(H.3K&&H.3K.1t(J.r[0],1z))},2z:c(M,L){(H.bE&&H.bE.1t(J.r[0],1z));B.l.1Z.2D.2h()}});(H.26||K.26("72"))}if(B.fn.1l){K.1l({6I:".l-1Z-7X",1c:H.lb,7m:H.7m,7l:H.7l,67:H.67,6b:H.6b,2j:c(){(H.bB&&H.bB.1t(J.r[0],1z))},2h:c(M,L){(H.b9&&J.1r.1t(J));(H.2h&&H.2h.1t(J.r[0],1z))},3e:F,2z:c(M,L){(H.b9&&J.1r.1t(J));(H.bA&&H.bA.1t(J.r[0],1z));B.l.1Z.2D.2h()}});(H.1l||K.1l("72"))}8.ci(H.bW);8.aQ=17;(H.7F&&B.fn.7F&&K.7F());(H.fb&&8.bn())},5g:c(C,D){(A[C]&&8.3F.1i(A[C],D));5F(C){1u"bW":8.ci(D);1D;1u"26":8.3F.26(D?"8T":"72");1D;1u"t":8.3F.t(D);1D;1u"Z":8.Z(D);1D;1u"1l":(2F D=="56"&&8.3F.1i("3e.1l",D));8.3F.1l(D?"8T":"72");1D;1u"57":B(".l-1Z-57",8.91).9J(D);1D;1u"u":8.3F.u(D);1D}B.4c.54.5g.1t(8,1z)},Z:c(H){b D=B(3f),F=B(1d),G=F.2f(),C=F.2g(),E=G;if(B.7R(H,["7I","p","3d","3k","o"])>=0){H=[H=="3d"||H=="o"?H:"7I",H=="p"||H=="3k"?H:"9v"]}if(H.3Z!=8S){H=["7I","9v"]}if(H[0].3Z==7T){C+=H[0]}1g{5F(H[0]){1u"o":C+=0;1D;1u"3d":C+=D.u()-8.3F.u();1D;5G:1u"7I":C+=(D.u()-8.3F.u())/2}}if(H[1].3Z==7T){G+=H[1]}1g{5F(H[1]){1u"p":G+=0;1D;1u"3k":G+=D.t()-8.3F.t();1D;5G:1u"9v":G+=(D.t()-8.3F.t())/2}}G=1f.2e(G,E);8.3F.q({p:G,o:C})},1r:c(){b F=8.fz,D=8.91,E=8.r,C=1b(E.q("49-p"),10)+1b(E.q("49-3k"),10),G=1b(E.q("49-o"),10)+1b(E.q("49-3d"),10);E.t(F.t()-D.2M()-C);E.u(F.u()-G)},bn:c(){if(8.aQ){k}8.2D=8.h.aS?1M B.l.1Z.2D(8):1a;(8.3F.4l().1m>0)&&8.3F.2P("1K");8.Z(8.h.Z);8.3F.1x(8.h.1x);8.h.b9&&8.1r();8.b4(1e);b D=1a;b C={h:8.h};8.fB.3t();8.r.2o("l5",[D,C],8.h.bn);8.aQ=1e},b4:c(E){if((8.h.aS&&!E)||(!8.h.7k&&!8.h.aS)){k 8.r.2o("eX",[1a,{h:8.h}],8.h.3t)}b D=8.h.2C,C=8.h;B(".l-1Z:5h").1y(c(){D=1f.2e(D,1b(B(8).q("z-3J"),10)||C.2C)});(8.2D&&8.2D.$el.q("z-3J",++D));8.3F.q("z-3J",++D);8.r.2o("eX",[1a,{h:8.h}],8.h.3t)},5X:c(){(8.2D&&8.2D.3y());8.3F.1C(8.h.1C);b D=1a;b C={h:8.h};8.r.2o("l7",[D,C],8.h.5X);B.l.1Z.2D.2h();8.aQ=17},3y:c(){(8.2D&&8.2D.3y());8.3F.1C();8.r.3r(".1Z").4d("1Z").1I("l-1Z-7X").1C().2P("1K");8.3F.21()},ci:c(F){b C=8,E=17,D=8.eU;D.bR().1C();B.1y(F,c(){k!(E=1e)});if(E){D.1x();B.1y(F,c(G,H){B("<5V/>").9J(G).1F(c(){H.1t(C.r[0],1z)}).2P(D)})}}});B.1R(B.l.1Z,{4Y:{fb:1e,b9:1e,7F:17,bW:{},gb:1e,26:1e,t:g7,6b:2U,67:a3,aS:17,2D:{},Z:"7I",1l:1e,7k:1e,u:g2,2C:8V},2D:c(C){8.$el=B.l.1Z.2D.eP(C)}});B.1R(B.l.1Z.2D,{7w:[],gj:B.6w("3t,7Z,bV,6v,bG,1F".7r(","),c(C){k C+".1Z-2D"}).7N(" "),eP:c(C){if(8.7w.1m===0){7D(c(){B("a, :1p").2Z(B.l.1Z.2D.gj,c(){b E=17;b H=B(8).5i(".l-1Z");if(H.1m){b G=B(".l-1Z-2D");if(G.1m){b F=1b(G.q("z-3J"),10);G.1y(c(){F=1f.2e(F,1b(B(8).q("z-3J"),10))});E=1b(H.q("z-3J"),10)>F}1g{E=1e}}k E})},1);B(1d).2Z("6v.1Z-2D",c(E){b F=27;(E.6V&&E.6V==F&&C.5X())});B(3f).2Z("2h.1Z-2D",B.l.1Z.2D.2h)}b D=B("<1w/>").2P(1d.1K).1n("l-1Z-2D").q(B.1R({lf:0,49:0,d7:0,Z:"1W",p:0,o:0,u:8.u(),t:8.t()},C.h.2D));(C.h.7F&&B.fn.7F&&D.7F());8.7w.4V(D);k D},3y:c(C){8.7w.cj(B.7R(8.7w,C),1);if(8.7w.1m===0){B("a, :1p").1T([1d,3f]).3r(".1Z-2D")}C.21()},t:c(){if(B.24.3x&&B.24.71<7){b D=1f.2e(1d.4a.7a,1d.1K.7a);b C=1f.2e(1d.4a.4T,1d.1K.4T);if(D").1n("l-4E-1G").2P(B.r);if(8.id){D.2N("id",8.id)}k D[0]})}b C=c(D){8.r=A(D);8.r.1i("4r",8);8.h=B.h;8.r.2Z("7Z",c(){if(B.2i){8.6W(B.2i)}B.3t(8,1)});8.8F()};A.1R(C.54,A.l.4r,{6s:c(D){k B.2j.29(B,D,8.r[0])},6i:c(D){k B.2z.29(B,D,8.r[0])},5H:c(D){k B.3K.29(B,D,8.r[0])},9y:c(){k 1e},6M:c(D){8.bY(D)}});A(8.1G).1y(c(){1M C(8)}).8x(\'\').1o().2Z("3t",c(D){B.3t(8.bX)}).2Z("6W",c(D){B.6W(8.bX)}).2Z("6v",c(D){if(!B.h.kQ){B.6v(D.6V,8.bX)}});8.r.2Z("7Z.4E",c(D){B.1F.1t(B,[D]);B.2i.1i("4r").6M(D);B.ah=B.ah+1});A.1y(8.h.3e||[],c(E,D){B.93(D.2j,E,1e)});if(!5E(8.h.dB)){8.93(8.h.dB,0,1e)}8.6O=A(8.1G[0]);if(8.1G.1m==2&&8.h.ag){8.cd()}},cc:c(){b B=8.r[0],C=8.h;8.6Q={u:8.r.3a(),t:8.r.2M()};A.1R(C,{2B:C.2B||(B.4N").1n("l-4E-ag").q({Z:"1W"}).2P(8.r);8.az()},dL:c(){8.5C.21();8.5C=1a},az:c(){b C=8.h.2B=="3N"?"p":"o";b B=8.h.2B=="3N"?"t":"u";8.5C.q(C,(1b(A(8.1G[0]).q(C),10)||0)+8.7S(0,8.h.2B=="3N"?"y":"x")/2);8.5C.q(B,(1b(A(8.1G[1]).q(C),10)||0)-(1b(A(8.1G[0]).q(C),10)||0))},dV:c(){k 8.5C?8.5N(1b(8.5C.q(8.h.2B=="3N"?"t":"u"),10),8.h.2B=="3N"?"y":"x"):1a},dr:c(){k 8.1G.3J(8.2i[0])},1H:c(B,D){if(8.1G.1m==1){8.2i=8.1G}if(!D){D=8.h.2B=="3N"?"y":"x"}b C=A(B!=2s&&B!==1a?8.1G[B]||B:8.2i);if(C.1i("4r").9Y){k 1b(C.1i("4r").9Y[D],10)}1g{k 1b(((1b(C.q(D=="x"?"o":"p"),10)/(8.6Q[D=="x"?"u":"t"]-8.7S(B,D)))*8.h.78[D])+8.h.2p[D],10)}},5N:c(C,B){k 8.h.2p[B]+(C/(8.6Q[B=="x"?"u":"t"]-8.7S(1a,B)))*8.h.78[B]},4U:c(C,B){k((C-8.h.2p[B])/8.h.78[B])*(8.6Q[B=="x"?"u":"t"]-8.7S(1a,B))},9o:c(D,C){if(8.5C){if(8.2i[0]==8.1G[0]&&D>=8.4U(8.1H(1),C)){D=8.4U(8.1H(1,C)-8.9j(C),C)}if(8.2i[0]==8.1G[1]&&D<=8.4U(8.1H(0),C)){D=8.4U(8.1H(0,C)+8.9j(C),C)}}if(8.h.3e){b B=8.h.3e[8.dr()];if(D<8.4U(B.2p,C)){D=8.4U(B.2p,C)}1g{if(D>8.4U(B.2e,C)){D=8.4U(B.2e,C)}}}k D},9f:c(C,B){if(C>=8.6Q[B=="x"?"u":"t"]-8.7S(1a,B)){C=8.6Q[B=="x"?"u":"t"]-8.7S(1a,B)}if(C<=0){C=0}k C},7S:c(B,C){k A(B!=2s&&B!==1a?8.1G[B]:8.2i)[0]["v"+(C=="x"?"kO":"kN")]},9j:c(B){k 8.h.3u[B]||1},2j:c(C,B){b D=8.h;if(D.1J){k 17}8.6Q={u:8.r.3a(),t:8.r.2M()};if(!8.2i){8.3t(8.6O,1e)}8.v=8.r.v();8.bO=8.2i.v();8.7Q={p:C.3c-8.bO.p,o:C.3b-8.bO.o};8.ah=8.1H();8.2a("2j",C);8.3K(C,B);k 1e},2z:c(B){8.2a("2z",B);if(8.ah!=8.1H()){8.2a("6K",B)}8.3t(8.2i,1e);k 17},3K:c(E,C){b F=8.h;b B={p:E.3c-8.v.p-8.7Q.p,o:E.3b-8.v.o-8.7Q.o};if(!8.2i){8.3t(8.6O,1e)}B.o=8.9f(B.o,"x");B.p=8.9f(B.p,"y");if(F.3u.x){b D=8.5N(B.o,"x");D=1f.3E(D/F.3u.x)*F.3u.x;B.o=8.4U(D,"x")}if(F.3u.y){b D=8.5N(B.p,"y");D=1f.3E(D/F.3u.y)*F.3u.y;B.p=8.4U(D,"y")}B.o=8.9o(B.o,"x");B.p=8.9o(B.p,"y");if(F.2B!="3N"){8.2i.q({o:B.o})}if(F.2B!="ac"){8.2i.q({p:B.p})}8.2i.1i("4r").9Y={x:1f.3E(8.5N(B.o,"x"))||0,y:1f.3E(8.5N(B.p,"y"))||0};if(8.5C){8.az()}8.2a("6f",E);k 17},93:c(F,C,I){b G=8.h;8.6Q={u:8.r.3a(),t:8.r.2M()};if(C==2s&&!8.2i&&8.1G.1m!=1){k 17}if(C==2s&&!8.2i){C=0}if(C!=2s){8.2i=8.6O=A(8.1G[C]||C)}if(F.x!==2s&&F.y!==2s){b B=F.x,H=F.y}1g{b B=F,H=F}if(B!==2s&&B.3Z!=7T){b E=/^\\-\\=/.1B(B),D=/^\\+\\=/.1B(B);if(E||D){B=8.1H(1a,"x")+1b(B.63(E?"=":"+=",""),10)}1g{B=5E(1b(B,10))?2s:1b(B,10)}}if(H!==2s&&H.3Z!=7T){b E=/^\\-\\=/.1B(H),D=/^\\+\\=/.1B(H);if(E||D){H=8.1H(1a,"y")+1b(H.63(E?"=":"+=",""),10)}1g{H=5E(1b(H,10))?2s:1b(H,10)}}if(G.2B!="3N"&&B!==2s){if(G.3u.x){B=1f.3E(B/G.3u.x)*G.3u.x}B=8.4U(B,"x");B=8.9f(B,"x");B=8.9o(B,"x");G.1E?8.2i.2z().1E({o:B},(1f.3T(1b(8.2i.q("o"))-B))*(!5E(1b(G.1E))?G.1E:5)):8.2i.q({o:B})}if(G.2B!="ac"&&H!==2s){if(G.3u.y){H=1f.3E(H/G.3u.y)*G.3u.y}H=8.4U(H,"y");H=8.9f(H,"y");H=8.9o(H,"y");G.1E?8.2i.2z().1E({p:H},(1f.3T(1b(8.2i.q("p"))-H))*(!5E(1b(G.1E))?G.1E:5)):8.2i.q({p:H})}if(8.5C){8.az()}8.2i.1i("4r").9Y={x:1f.3E(8.5N(B,"x"))||0,y:1f.3E(8.5N(H,"y"))||0};if(!I){8.2a("2j",1a);8.2a("2z",1a);8.2a("6K",1a);8.2a("6f",1a)}}});A.l.4E.b3="1H";A.l.4E.4Y={1G:".l-4E-1G",4K:1,1E:17}})(1v);(c(A){A.4c("l.1q",{5q:c(){8.h.3D+=".1q";8.9P(1e)},5g:c(B,C){if((/^1L/).1B(B)){8.4C(C)}1g{8.h[B]=C;8.9P()}},1m:c(){k 8.$1q.1m},bi:c(B){k B.57&&B.57.63(/\\s/g,"9r").63(/[^A-lA-lz-9\\-9r:\\.]/g,"")||8.h.eu+A.1i(B)},l:c(C,B){k{h:8.h,lD:C,ez:B,3J:8.$1q.3J(C)}},9P:c(P){8.$3X=A("li:lF(a[3R])",8.r);8.$1q=8.$3X.6w(c(){k A("a",8)[0]});8.$3j=A([]);b O=8,E=8.h;8.$1q.1y(c(R,Q){if(Q.6p&&Q.6p.63("#","")){O.$3j=O.$3j.1T(Q.6p)}1g{if(A(Q).2N("3R")!="#"){A.1i(Q,"3R.1q",Q.3R);A.1i(Q,"58.1q",Q.3R);b T=O.bi(Q);Q.3R="#"+T;b S=A("#"+T);if(!S.1m){S=A(E.ck).2N("id",T).1n(E.9I).lG(O.$3j[R-1]||O.r);S.1i("3y.1q",1e)}O.$3j=O.$3j.1T(S)}1g{E.1J.4V(R+1)}}});if(P){8.r.1n(E.co);8.$3j.1y(c(){b Q=A(8);Q.1n(E.9I)});if(E.1L===2s){if(bd.6p){8.$1q.1y(c(T,Q){if(Q.6p==bd.6p){E.1L=T;if(A.24.3x||A.24.7V){b S=A(bd.6p),R=S.2N("id");S.2N("id","");7D(c(){S.2N("id",R)},8A)}lH(0,0);k 17}})}1g{if(E.8a){b I=1b(A.8a("l-1q"+A.1i(O.r)),10);if(I&&O.$1q[I]){E.1L=I}}1g{if(O.$3X.3B("."+E.3s).1m){E.1L=O.$3X.3J(O.$3X.3B("."+E.3s)[0])}}}}E.1L=E.1L===1a||E.1L!==2s?E.1L:0;E.1J=A.lm(E.1J.5l(A.6w(8.$3X.3B("."+E.7H),c(R,Q){k O.$3X.3J(R)}))).60();if(A.7R(E.1L,E.1J)!=-1){E.1J.cj(A.7R(E.1L,E.1J),1)}8.$3j.1n(E.6S);8.$3X.1I(E.3s);if(E.1L!==1a){8.$3j.eq(E.1L).1x().1I(E.6S);8.$3X.eq(E.1L).1n(E.3s);b B=c(){A(O.r).2o("ae",[O.6t("ae"),O.l(O.$1q[E.1L],O.$3j[E.1L])],E.1x)};if(A.1i(8.$1q[E.1L],"58.1q")){8.58(E.1L,B)}1g{B()}}A(3f).2Z("ll",c(){O.$1q.3r(".1q");O.$3X=O.$1q=O.$3j=1a})}1S(b H=0,N;N=8.$3X[H];H++){A(N)[A.7R(H,E.1J)!=-1&&!A(N).4b(E.3s)?"1n":"1I"](E.7H)}if(E.6Y===17){8.$1q.4d("6Y.1q")}b J,D,K={"2p-u":0,1A:1},F="9h";if(E.fx&&E.fx.3Z==8S){J=E.fx[0]||K,D=E.fx[1]||K}1g{J=D=E.fx||K}b C={4A:"",2W:"",t:""};if(!A.24.3x){C.1O=""}c M(R,Q,S){Q.1E(J,J.1A||F,c(){Q.1n(E.6S).q(C);if(A.24.3x&&J.1O){Q[0].2R.3B=""}if(S){L(R,S,Q)}})}c L(R,S,Q){if(D===K){S.q("4A","6X")}S.1E(D,D.1A||F,c(){S.1I(E.6S).q(C);if(A.24.3x&&D.1O){S[0].2R.3B=""}A(O.r).2o("ae",[O.6t("ae"),O.l(R,S[0])],E.1x)})}c G(R,T,Q,S){T.1n(E.3s).7y().1I(E.3s);M(R,Q,S)}8.$1q.3r(".1q").2Z(E.3D,c(){b T=A(8).5i("li:eq(0)"),Q=O.$3j.3B(":5h"),S=A(8.6p);if((T.4b(E.3s)&&!E.aX)||T.4b(E.7H)||A(8).4b(E.92)||A(O.r).2o("ek",[O.6t("ek"),O.l(8,S[0])],E.4C)===17){8.6W();k 17}O.h.1L=O.$1q.3J(8);if(E.aX){if(T.4b(E.3s)){O.h.1L=1a;T.1I(E.3s);O.$3j.2z();M(8,Q);8.6W();k 17}1g{if(!Q.1m){O.$3j.2z();b R=8;O.58(O.$1q.3J(8),c(){T.1n(E.3s).1n(E.bJ);L(R,S)});8.6W();k 17}}}if(E.8a){A.8a("l-1q"+A.1i(O.r),O.h.1L,E.8a)}O.$3j.2z();if(S.1m){b R=8;O.58(O.$1q.3J(8),Q.1m?c(){G(R,T,Q,S)}:c(){T.1n(E.3s);L(R,S)})}1g{8l"1v lu lt: lq lr lw."}if(A.24.3x){8.6W()}k 17});if(!(/^1F/).1B(E.3D)){8.$1q.2Z("1F.1q",c(){k 17})}},1T:c(E,D,C){if(C==2s){C=8.$1q.1m}b G=8.h;b I=A(G.dX.63(/#\\{3R\\}/g,E).63(/#\\{6P\\}/g,D));I.1i("3y.1q",1e);b H=E.8L("#")==0?E.63("#",""):8.bi(A("a:fX-31",I)[0]);b F=A("#"+H);if(!F.1m){F=A(G.ck).2N("id",H).1n(G.6S).1i("3y.1q",1e)}F.1n(G.9I);if(C>=8.$3X.1m){I.2P(8.r);F.2P(8.r[0].41)}1g{I.aj(8.$3X[C]);F.aj(8.$3j[C])}G.1J=A.6w(G.1J,c(K,J){k K>=C?++K:K});8.9P();if(8.$1q.1m==1){I.1n(G.3s);F.1I(G.6S);b B=A.1i(8.$1q[0],"58.1q");if(B){8.58(C,B)}}8.r.2o("dZ",[8.6t("dZ"),8.l(8.$1q[C],8.$3j[C])],G.1T)},21:c(B){b D=8.h,E=8.$3X.eq(B).21(),C=8.$3j.eq(B).21();if(E.4b(D.3s)&&8.$1q.1m>1){8.4C(B+(B+1<8.$1q.1m?1:-1))}D.1J=A.6w(A.e7(D.1J,c(G,F){k G!=B}),c(G,F){k G>=B?--G:G});8.9P();8.r.2o("e4",[8.6t("e4"),8.l(E.51("a")[0],C[0])],D.21)},8T:c(B){b C=8.h;if(A.7R(B,C.1J)==-1){k}b D=8.$3X.eq(B).1I(C.7H);if(A.24.bg){D.q("4A","4i-6X");7D(c(){D.q("4A","6X")},0)}C.1J=A.e7(C.1J,c(F,E){k F!=B});8.r.2o("e6",[8.6t("e6"),8.l(8.$1q[B],8.$3j[B])],C.8T)},72:c(C){b B=8,D=8.h;if(C!=D.1L){8.$3X.eq(C).1n(D.7H);D.1J.4V(C);D.1J.60();8.r.2o("eo",[8.6t("eo"),8.l(8.$1q[C],8.$3j[C])],D.72)}},4C:c(B){if(2F B=="56"){B=8.$1q.3J(8.$1q.3B("[3R$="+B+"]")[0])}8.$1q.eq(B).6M(8.h.3D)},58:c(G,K){b L=8,D=8.h,E=8.$1q.eq(G),J=E[0],H=K==2s||K===17,B=E.1i("58.1q");K=K||c(){};if(!B||!H&&A.1i(J,"6Y.1q")){K();k}b M=c(N){b O=A(N),P=O.51("*:ly");k P.1m&&P.is(":6J(8j)")&&P||O};b C=c(){L.$1q.3B("."+D.92).1I(D.92).1y(c(){if(D.ba){M(8).1o().2w(M(8).1i("6P.1q"))}});L.af=1a};if(D.ba){b I=M(J).2w();M(J).lg("").51("em").1i("6P.1q",I).2w(D.ba)}b F=A.1R({},D.b8,{eI:B,c5:c(O,N){A(J.6p).2w(O);C();if(D.6Y){A.1i(J,"6Y.1q",1e)}A(L.r).2o("eH",[L.6t("eH"),L.l(L.$1q[G],L.$3j[G])],D.58);D.b8.c5&&D.b8.c5(O,N);K()}});if(8.af){8.af.lh();C()}E.1n(D.92);7D(c(){L.af=A.lj(F)},0)},eI:c(C,B){8.$1q.eq(C).4d("6Y.1q").1i("58.1q",B)},3y:c(){b B=8.h;8.r.3r(".1q").1I(B.co).4d("1q");8.$1q.1y(c(){b C=A.1i(8,"3R.1q");if(C){8.3R=C}b D=A(8).3r(".1q");A.1y(["3R","58","6Y"],c(F,E){D.4d(E+".1q")})});8.$3X.1T(8.$3j).1y(c(){if(A.1i(8,"3y.1q")){A(8).21()}1g{A(8).1I([B.3s,B.bJ,B.7H,B.9I,B.6S].7N(" "))}})},6t:c(B){k A.3D.eL({5T:B,1h:8.r[0]})}});A.l.1q.4Y={aX:17,3D:"1F",1J:[],8a:1a,ba:"lv&#ls;",6Y:17,eu:"l-1q-",b8:{},fx:1a,dX:\'
  • <4I>#{6P}
  • \',ck:"<1w>",co:"l-1q-lp",3s:"l-1q-1L",bJ:"l-1q-aX",7H:"l-1q-1J",9I:"l-1q-ez",6S:"l-1q-1C",92:"l-1q-lo"};A.l.1q.b3="1m";A.1R(A.l.1q.54,{br:1a,lk:c(C,F){F=F||17;b B=8,E=8.h.1L;c G(){B.br=lx(c(){E=++E\')}$.1R(9z.54,{6U:"kf",cH:c(){if(8.fU){kg.cH.1t("",1z)}},kh:c(1P){8Y(8.4H,1P||{});k 8},ee:c(1h,1P){b 8u=1a;1S(aW in 8.4H){b aN=1h.ki("19:"+aW);if(aN){8u=8u||{};cG{8u[aW]=ke(aN)}cI(kd){8u[aW]=aN}}}b 4g=1h.4g.8K();b 4i=(4g=="1w"||4g=="4I");if(!1h.id){1h.id="dp"+1M 1X().5n()}b f=8.bo($(1h),4i);f.1P=$.1R({},1P||{},8u||{});if(4g=="1p"){8.fR(1h,f)}1g{if(4i){8.g8(1h,f)}}},bo:c(1h,4i){k{id:1h[0].id,1p:1h,4G:0,4B:0,4Z:0,2q:0,2y:0,4i:4i,2A:(!4i?8.2A:$(\'<1w 2v="l-18-4i">\'))}},fR:c(1h,f){b 1p=$(1h);if(1p.4b(8.6U)){k}b 8Z=8.1k(f,"8Z");b 4M=8.1k(f,"4M");if(8Z){1p[4M?"g9":"c6"](\'<4I 2v="\'+8.bC+\'">\'+8Z+"")}b 7B=8.1k(f,"7B");if(7B=="3t"||7B=="5w"){1p.3t(8.8h)}if(7B=="5V"||7B=="5w"){b 73=8.1k(f,"73");b 8s=8.1k(f,"8s");b 6M=$(8.1k(f,"gi")?$("<8j/>").1n(8.6n).2N({d0:8s,gk:73,57:73}):$(\'<5V 5T="5V">\').1n(8.6n).2w(8s==""?73:$("<8j/>").2N({d0:8s,gk:73,57:73})));1p[4M?"g9":"c6"](6M);6M.1F(c(){if($.18.7L&&$.18.8m==1h){$.18.74()}1g{$.18.8h(1h)}k 17})}1p.1n(8.6U).6v(8.ad).bG(8.cm).2Z("5g.18",c(3D,5O,1H){f.1P[5O]=1H}).2Z("8U.18",c(3D,5O){k 8.1k(f,5O)});$.1i(1h,3C,f)},g8:c(1h,f){b 1p=$(1h);if(1p.4b(8.6U)){k}1p.1n(8.6U).5I(f.2A).2Z("5g.18",c(3D,5O,1H){f.1P[5O]=1H}).2Z("8U.18",c(3D,5O){k 8.1k(f,5O)});$.1i(1h,3C,f);8.cL(f,8.cA(f));8.5J(f)},kc:c(1p,gd,6R,1P,2u){b f=8.gf;if(!f){b id="dp"+1M 1X().5n();8.5W=$(\'<1p 5T="9J" id="\'+id+\'" 1r="1" 2R="Z: 1W; p: -fo;"/>\');8.5W.6v(8.ad);$("1K").5I(8.5W);f=8.gf=8.bo(8.5W,17);f.1P={};$.1i(8.5W[0],3C,f)}8Y(f.1P,1P||{});8.5W.8q(gd);8.4Q=(2u?(2u.1m?2u:[2u.3b,2u.3c]):1a);if(!8.4Q){b ab=3f.a1||1d.4a.cl||1d.1K.cl;b ay=3f.9p||1d.4a.cq||1d.1K.cq;b 7U=1d.4a.2g||1d.1K.2g;b 7J=1d.4a.2f||1d.1K.2f;8.4Q=[(ab/2)-2U+7U,(ay/2)-a3+7J]}8.5W.q("o",8.4Q[0]+"2T").q("p",8.4Q[1]+"2T");f.1P.6R=6R;8.6N=1e;8.2A.1n(8.bh);8.8h(8.5W[0]);if($.9l){$.9l(8.2A)}$.1i(8.5W[0],3C,f);k 8},kk:c(1h){b 4g=1h.4g.8K();b $1h=$(1h);$.4d(1h,3C);if(4g=="1p"){$1h.7y("."+8.bC).21().4P().7y("."+8.6n).21().4P().1I(8.6U).3r("3t",8.8h).3r("6v",8.ad).3r("bG",8.cm)}1g{if(4g=="1w"||4g=="4I"){$1h.1I(8.6U).bR()}}},ks:c(1h){1h.1J=17;$(1h).7y("5V."+8.6n).1y(c(){8.1J=17}).4P().7y("8j."+8.6n).q({1O:"1.0",2r:""});8.6E=$.6w(8.6E,c(1H){k(1H==1h?1a:1H)})},kt:c(1h){1h.1J=1e;$(1h).7y("5V."+8.6n).1y(c(){8.1J=1e}).4P().7y("8j."+8.6n).q({1O:"0.5",2r:"5G"});8.6E=$.6w(8.6E,c(1H){k(1H==1h?1a:1H)});8.6E[8.6E.1m]=1h},ff:c(1h){if(!1h){k 17}1S(b i=0;i<8.6E.1m;i++){if(8.6E[i]==1h){k 1e}}k 17},kq:c(1h,3Y,1H){b 1P=3Y||{};if(2F 3Y=="56"){1P={};1P[3Y]=1H}if(f=$.1i(1h,3C)){8Y(f.1P,1P);8.5J(f)}},kp:c(1h,19,5p){b f=$.1i(1h,3C);if(f){8.cL(f,19,5p);8.5J(f)}},kl:c(1h){b f=$.1i(1h,3C);if(f){8.cC(f)}k(f?8.a4(f):1a)},ad:c(e){b f=$.1i(e.1h,3C);b aL=1e;if($.18.7L){5F(e.6V){1u 9:$.18.74(1a,"");1D;1u 13:$.18.cM(e.1h,f.4B,f.4Z,$("4F.l-18-8w-7u-3o",f.2A)[0]);k 17;1D;1u 27:$.18.74(1a,$.18.1k(f,"1A"));1D;1u 33:$.18.5s(e.1h,(e.4j?-1:-$.18.1k(f,"6A")),(e.4j?"Y":"M"));1D;1u 34:$.18.5s(e.1h,(e.4j?+1:+$.18.1k(f,"6A")),(e.4j?"Y":"M"));1D;1u 35:if(e.4j){$.18.cR(e.1h)}1D;1u 36:if(e.4j){$.18.cw(e.1h)}1D;1u 37:if(e.4j){$.18.5s(e.1h,-1,"D")}1D;1u 38:if(e.4j){$.18.5s(e.1h,-7,"D")}1D;1u 39:if(e.4j){$.18.5s(e.1h,+1,"D")}1D;1u 40:if(e.4j){$.18.5s(e.1h,+7,"D")}1D;5G:aL=17}}1g{if(e.6V==36&&e.4j){$.18.8h(8)}1g{aL=17}}if(aL){e.aa();e.eV()}},cm:c(e){b f=$.1i(e.1h,3C);b 6G=$.18.fD($.18.1k(f,"7C"));b c3=a2.ko(e.eZ==2s?e.6V:e.eZ);k e.4j||(c3<" "||!6G||6G.8L(c3)>-1)},8h:c(1p){1p=1p.1h||1p;if(1p.4g.8K()!="1p"){1p=$("1p",1p.41)[0]}if($.18.ff(1p)||$.18.8m==1p){k}b f=$.1i(1p,3C);b 9w=$.18.1k(f,"9w");8Y(f.1P,(9w?9w.1t(1p,[1p,f]):{}));$.18.74(1a,"");$.18.8m=1p;$.18.cC(f);if($.18.6N){1p.1H=""}if(!$.18.4Q){$.18.4Q=$.18.bQ(1p);$.18.4Q[1]+=1p.4T}b 4o=17;$(1p).5i().1y(c(){4o|=$(8).q("Z")=="4O";k!4o});if(4o&&$.24.7V){$.18.4Q[0]-=1d.4a.2g;$.18.4Q[1]-=1d.4a.2f}b v={o:$.18.4Q[0],p:$.18.4Q[1]};$.18.4Q=1a;f.3O=1a;f.2A.q({Z:"1W",4A:"6X",p:"-k7"});$.18.5J(f);f.2A.u($.18.9L(f)[1]*$(".l-18",f.2A[0])[0].4N);v=$.18.fy(f,v,4o);f.2A.q({Z:($.18.6N&&$.9l?"6m":(4o?"4O":"1W")),4A:"5u",o:v.o+"2T",p:v.p+"2T"});if(!f.4i){b 5c=$.18.1k(f,"5c")||"1x";b 1A=$.18.1k(f,"1A");b 7P=c(){$.18.7L=1e;if($.24.3x&&1b($.24.71)<7){$("9K.l-18-cY").q({u:f.2A.u()+4,t:f.2A.t()+4})}};if($.1j&&$.1j[5c]){f.2A.1x(5c,$.18.1k(f,"cr"),1A,7P)}1g{f.2A[5c](1A,7P)}if(1A==""){7P()}if(f.1p[0].5T!="3G"){f.1p[0].3t()}$.18.9i=f}},5J:c(f){b bU={u:f.2A.u()+4,t:f.2A.t()+4};f.2A.bR().5I(8.f9(f)).51("9K.l-18-cY").q({u:bU.u,t:bU.t});b 4f=8.9L(f);f.2A[(4f[0]!=1||4f[1]!=1?"1T":"21")+"fw"]("l-18-k6");f.2A[(8.1k(f,"4M")?"1T":"21")+"fw"]("l-18-jP");if(f.1p&&f.1p[0].5T!="3G"){$(f.1p[0]).3t()}},fy:c(f,v,4o){b 2u=f.1p?8.bQ(f.1p[0]):1a;b ab=3f.a1||1d.4a.cl;b ay=3f.9p||1d.4a.cq;b 7U=1d.4a.2g||1d.1K.2g;b 7J=1d.4a.2f||1d.1K.2f;if(8.1k(f,"4M")||(v.o+f.2A.u()-7U)>ab){v.o=1f.2e((4o?0:7U),2u[0]+(f.1p?f.1p.u():0)-(4o?7U:0)-f.2A.u()-(4o&&$.24.7V?1d.4a.2g:0))}1g{v.o-=(4o?7U:0)}if((v.p+f.2A.t()-7J)>ay){v.p=1f.2e((4o?0:7J),2u[1]-(4o?7J:0)-(8.6N?0:f.2A.t())-(4o&&$.24.7V?1d.4a.2f:0))}1g{v.p-=(4o?7J:0)}k v},bQ:c(7K){5A(7K&&(7K.5T=="3G"||7K.jT!=1)){7K=7K.fv}b Z=$(7K).v();k[Z.o,Z.p]},74:c(1p,1A){b f=8.9i;if(!f){k}b 4R=8.1k(f,"4R");if(4R&&8.6o){8.ar("#"+f.id,8.7t(f,f.43,f.4w,f.4k))}8.6o=17;if(8.7L){1A=(1A!=1a?1A:8.1k(f,"1A"));b 5c=8.1k(f,"5c");b 7P=c(){$.18.bk(f)};if(1A!=""&&$.1j&&$.1j[5c]){f.2A.1C(5c,$.18.1k(f,"cr"),1A,7P)}1g{f.2A[(1A==""?"1C":(5c=="k3"?"k4":(5c=="k5"?"k1":"1C")))](1A,7P)}if(1A==""){8.bk(f)}b 9d=8.1k(f,"9d");if(9d){9d.1t((f.1p?f.1p[0]:1a),[8.a4(f),f])}8.7L=17;8.8m=1a;f.1P.8C=1a;if(8.6N){8.5W.q({Z:"1W",o:"0",p:"-fo"});if($.9l){$.jW();$("1K").5I(8.2A)}}8.6N=17}8.9i=1a},bk:c(f){f.2A.1I(8.bh).3r(".l-18");$("."+8.cV,f.2A).21()},eb:c(3D){if(!$.18.9i){k}b $1h=$(3D.1h);if(($1h.5i("#"+$.18.bH).1m==0)&&!$1h.4b($.18.6U)&&!$1h.4b($.18.6n)&&$.18.7L&&!($.18.6N&&$.9l)){$.18.74(1a,"")}},5s:c(id,v,69){b 1h=$(id);b f=$.1i(1h[0],3C);8.al(f,v,69);8.5J(f)},cw:c(id){b 1h=$(id);b f=$.1i(1h[0],3C);if(8.1k(f,"cz")&&f.43){f.4G=f.43;f.2q=f.4B=f.4w;f.2y=f.4Z=f.4k}1g{b 19=1M 1X();f.4G=19.2V();f.2q=f.4B=19.3z();f.2y=f.4Z=19.2K()}8.5s(1h);8.aq(f)},cv:c(id,4C,69){b 1h=$(id);b f=$.1i(1h[0],3C);f.ap=17;f[69=="M"?"2q":"2y"]=4C.h[4C.ky].1H-0;8.5s(1h);8.aq(f)},cB:c(id){b 1h=$(id);b f=$.1i(1h[0],3C);if(f.1p&&f.ap&&!$.24.3x){f.1p[0].3t()}f.ap=!f.ap},fT:c(id,2n){b 1h=$(id);b f=$.1i(1h[0],3C);f.1P.4D=2n;8.5J(f)},cM:c(id,2k,23,4F){if($(4F).4b(8.cO)){k}b 1h=$(id);b f=$.1i(1h[0],3C);b 4R=8.1k(f,"4R");if(4R){8.6o=!8.6o;if(8.6o){$(".l-18 4F").1I(8.aY);$(4F).1n(8.aY)}}f.4G=f.43=$("a",4F).2w();f.4B=f.4w=2k;f.4Z=f.4k=23;if(8.6o){f.5x=f.62=f.3A=1a}1g{if(4R){f.5x=f.43;f.62=f.4w;f.3A=f.4k}}8.ar(id,8.7t(f,f.43,f.4w,f.4k));if(8.6o){f.3O=8.3q(1M 1X(f.4k,f.4w,f.43));8.5J(f)}1g{if(4R){f.4G=f.43=f.3O.2V();f.4B=f.4w=f.3O.3z();f.4Z=f.4k=f.3O.2K();f.3O=1a;if(f.4i){8.5J(f)}}}},cR:c(id){b 1h=$(id);b f=$.1i(1h[0],3C);if(8.1k(f,"cP")){k}8.6o=17;f.5x=f.62=f.3A=f.3O=1a;8.ar(1h,"")},ar:c(id,5k){b 1h=$(id);b f=$.1i(1h[0],3C);5k=(5k!=1a?5k:8.7t(f));if(8.1k(f,"4R")&&5k){5k=(f.3O?8.7t(f,f.3O):5k)+8.1k(f,"9q")+5k}if(f.1p){f.1p.8q(5k)}8.fq(f);b 6R=8.1k(f,"6R");if(6R){6R.1t((f.1p?f.1p[0]:1a),[5k,f])}1g{if(f.1p){f.1p.6M("6K")}}if(f.4i){8.5J(f)}1g{if(!8.6o){8.74(1a,8.1k(f,"1A"));8.8m=f.1p[0];if(2F(f.1p[0])!="6k"){f.1p[0].3t()}8.8m=1a}}},fq:c(f){b 9n=8.1k(f,"9n");if(9n){b 8o=8.1k(f,"8o");b 19=8.a4(f);5k=(ed(19)?(!19[0]&&!19[1]?"":8.6B(8o,19[0],8.5Z(f))+8.1k(f,"9q")+8.6B(8o,19[1]||19[0],8.5Z(f))):8.6B(8o,19,8.5Z(f)));$(9n).1y(c(){$(8).8q(5k)})}},jZ:c(19){b 2n=19.8M();k[(2n>0&&2n<6),""]},8X:c(19){b 4v=1M 1X(19.2K(),19.3z(),19.2V());b 8p=1M 1X(4v.2K(),1-1,4);b 4D=8p.8M()||7;8p.8R(8p.2V()+1-4D);if(4D<4&&4v<8p){4v.8R(4v.2V()-3);k $.18.8X(4v)}1g{if(4v>1M 1X(4v.2K(),12-1,28)){4D=1M 1X(4v.2K()+1,1-1,4).8M()||7;if(4D>4&&(4v.8M()||7)<4D-3){4v.8R(4v.2V()+3);k $.18.8X(4v)}}}k 1f.8W(((4v-8p)/jY)/7)+1},7v:c(19,f){k $.18.6B($.18.1k(f,"7v"),19,$.18.5Z(f))},d2:c(3g,1H,1P){if(3g==1a||1H==1a){8l"cK 1z"}1H=(2F 1H=="6k"?1H.de():1H+"");if(1H==""){k 1a}b 53=(1P?1P.53:1a)||8.4H.53;b 4s=(1P?1P.4s:1a)||8.4H.4s;b 4n=(1P?1P.4n:1a)||8.4H.4n;b 5y=(1P?1P.5y:1a)||8.4H.5y;b 3W=(1P?1P.3W:1a)||8.4H.3W;b 23=-1;b 2k=-1;b 2n=-1;b 4L=17;b 4W=c(3i){b 4x=(2Q+1<3g.1m&&3g.3v(2Q+1)==3i);if(4x){2Q++}k 4x};b 9g=c(3i){4W(3i);b cs=(3i=="@"?14:(3i=="y"?4:2));b 1r=cs;b aG=0;5A(1r>0&&5e<1H.1m&&1H.3v(5e)>="0"&&1H.3v(5e)<="9"){aG=aG*10+(1H.3v(5e++)-0);1r--}if(1r==cs){8l"jX 8Q at Z "+5e}k aG};b d8=c(3i,aK,aC){b 9e=(4W(3i)?aC:aK);b 1r=0;1S(b j=0;j<9e.1m;j++){1r=1f.2e(1r,9e[j].1m)}b 3Y="";b fm=5e;5A(1r>0&&5e<1H.1m){3Y+=1H.3v(5e++);1S(b i=0;i<9e.1m;i++){if(3Y==9e[i]){k i+1}}1r--}8l"jV 3Y at Z "+fm};b aI=c(){if(1H.3v(5e)!=3g.3v(2Q)){8l"k0 4L at Z "+5e}5e++};b 5e=0;1S(b 2Q=0;2Q<3g.1m;2Q++){if(4L){if(3g.3v(2Q)=="\'"&&!4W("\'")){4L=17}1g{aI()}}1g{5F(3g.3v(2Q)){1u"d":2n=9g("d");1D;1u"D":d8("D",4s,4n);1D;1u"m":2k=9g("m");1D;1u"M":2k=d8("M",5y,3W);1D;1u"y":23=9g("y");1D;1u"@":b 19=1M 1X(9g("@"));23=19.2K();2k=19.3z()+1;2n=19.2V();1D;1u"\'":if(4W("\'")){aI()}1g{4L=1e}1D;5G:aI()}}}if(23<2U){23+=1M 1X().2K()-1M 1X().2K()%2U+(23<=53?0:-2U)}b 19=8.3q(1M 1X(23,2k-1,2n));if(19.2K()!=23||19.3z()+1!=2k||19.2V()!=2n){8l"cK 19"}k 19},k2:"80-aB-dd",jU:"D, dd M 80",jM:"80-aB-dd",jL:"D, d M y",jK:"97, dd-M-y",jI:"D, d M y",jJ:"D, d M 80",jN:"D, d M 80",jO:"D, d M y",jS:"@",jR:"80-aB-dd",6B:c(3g,19,1P){if(!19){k""}b 4s=(1P?1P.4s:1a)||8.4H.4s;b 4n=(1P?1P.4n:1a)||8.4H.4n;b 5y=(1P?1P.5y:1a)||8.4H.5y;b 3W=(1P?1P.3W:1a)||8.4H.3W;b 4W=c(3i){b 4x=(2Q+1<3g.1m&&3g.3v(2Q+1)==3i);if(4x){2Q++}k 4x};b dh=c(3i,1H){k(4W(3i)&&1H<10?"0":"")+1H};b da=c(3i,1H,aK,aC){k(4W(3i)?aC[1H]:aK[1H])};b 5z="";b 4L=17;if(19){1S(b 2Q=0;2Q<3g.1m;2Q++){if(4L){if(3g.3v(2Q)=="\'"&&!4W("\'")){4L=17}1g{5z+=3g.3v(2Q)}}1g{5F(3g.3v(2Q)){1u"d":5z+=dh("d",19.2V());1D;1u"D":5z+=da("D",19.8M(),4s,4n);1D;1u"m":5z+=dh("m",19.3z()+1);1D;1u"M":5z+=da("M",19.3z(),5y,3W);1D;1u"y":5z+=(4W("y")?19.2K():(19.fE()%2U<10?"0":"")+19.fE()%2U);1D;1u"@":5z+=19.5n();1D;1u"\'":if(4W("\'")){5z+="\'"}1g{4L=1e}1D;5G:5z+=3g.3v(2Q)}}}}k 5z},fD:c(3g){b 6G="";b 4L=17;1S(b 2Q=0;2Q<3g.1m;2Q++){if(4L){if(3g.3v(2Q)=="\'"&&!4W("\'")){4L=17}1g{6G+=3g.3v(2Q)}}1g{5F(3g.3v(2Q)){1u"d":1u"m":1u"y":1u"@":6G+="jQ";1D;1u"D":1u"M":k 1a;1u"\'":if(4W("\'")){6G+="\'"}1g{4L=1e}1D;5G:6G+=3g.3v(2Q)}}}k 6G},1k:c(f,3Y){k f.1P[3Y]!==2s?f.1P[3Y]:8.4H[3Y]},cC:c(f){b 7C=8.1k(f,"7C");b 6Z=f.1p?f.1p.8q().7r(8.1k(f,"9q")):1a;f.5x=f.62=f.3A=1a;b 19=5U=8.cA(f);if(6Z.1m>0){b 1P=8.5Z(f);if(6Z.1m>1){19=8.d2(7C,6Z[1],1P)||5U;f.5x=19.2V();f.62=19.3z();f.3A=19.2K()}cG{19=8.d2(7C,6Z[0],1P)||5U}cI(e){8.cH(e);19=5U}}f.4G=19.2V();f.2q=f.4B=19.3z();f.2y=f.4Z=19.2K();f.43=(6Z[0]?19.2V():0);f.4w=(6Z[0]?19.3z():0);f.4k=(6Z[0]?19.2K():0);8.al(f)},cA:c(f){b 19=8.9S(8.1k(f,"5U"),1M 1X());b 2E=8.6h(f,"2p",1e);b 2S=8.6h(f,"2e");19=(2E&&19<2E?2E:19);19=(2S&&19>2S?2S:19);k 19},9S:c(19,5U){b eW=c(v){b 19=1M 1X();19.8R(19.2V()+v);k 19};b f1=c(v,ct){b 19=1M 1X();b 23=19.2K();b 2k=19.3z();b 2n=19.2V();b cx=/([+-]?[0-9]+)\\s*(d|D|w|W|m|M|y|Y)?/g;b 4x=cx.7d(v);5A(4x){5F(4x[2]||"d"){1u"d":1u"D":2n+=(4x[1]-0);1D;1u"w":1u"W":2n+=(4x[1]*7);1D;1u"m":1u"M":2k+=(4x[1]-0);2n=1f.2p(2n,ct(23,2k));1D;1u"y":1u"Y":23+=(4x[1]-0);2n=1f.2p(2n,ct(23,2k));1D}4x=cx.7d(v)}k 1M 1X(23,2k,2n)};19=(19==1a?5U:(2F 19=="56"?f1(19,8.9R):(2F 19=="8Q"?(5E(19)?5U:eW(19)):19)));19=(19&&19.de()=="cK 1X"?5U:19);if(19){19.fe(0);19.kn(0);19.km(0);19.ku(0)}k 8.3q(19)},3q:c(19){if(!19){k 1a}19.fe(19.fa()>12?19.fa()+2:0);k 19},cL:c(f,19,5p){b 4h=!(19);19=8.9S(19,1M 1X());f.4G=f.43=19.2V();f.2q=f.4B=f.4w=19.3z();f.2y=f.4Z=f.4k=19.2K();if(8.1k(f,"4R")){if(5p){5p=8.9S(5p,1a);f.5x=5p.2V();f.62=5p.3z();f.3A=5p.2K()}1g{f.5x=f.43;f.62=f.4w;f.3A=f.4k}}8.al(f);if(f.1p){f.1p.8q(4h?"":8.7t(f)+(!8.1k(f,"4R")?"":8.1k(f,"9q")+8.7t(f,f.5x,f.62,f.3A)))}},a4:c(f){b a5=(!f.4k||(f.1p&&f.1p.8q()=="")?1a:8.3q(1M 1X(f.4k,f.4w,f.43)));if(8.1k(f,"4R")){k[f.3O||a5,(!f.3A?f.3O||a5:8.3q(1M 1X(f.3A,f.62,f.5x)))]}1g{k a5}},f9:c(f){b 6H=1M 1X();6H=8.3q(1M 1X(6H.2K(),6H.3z(),6H.2V()));b 46=8.1k(f,"46");b 4M=8.1k(f,"4M");b 4h=(8.1k(f,"cP")?"":\'<1w 2v="l-18-4h">"+8.1k(f,"f6")+"");b cZ=\'<1w 2v="l-18-kr">\'+(4M?"":4h)+\'<1w 2v="l-18-5X">"+8.1k(f,"fV")+""+(4M?4h:"")+"";b 8C=8.1k(f,"8C");b 9E=8.1k(f,"9E");b 9B=8.1k(f,"9B");b 8e=8.1k(f,"8e");b 4f=8.9L(f);b 6A=8.1k(f,"6A");b g3=(4f[0]!=1||4f[1]!=1);b b2=8.3q((!f.43?1M 1X(kj,9,9):1M 1X(f.4k,f.4w,f.43)));b 2E=8.6h(f,"2p",1e);b 2S=8.6h(f,"2e");b 2q=f.2q;b 2y=f.2y;if(2S){b 9u=8.3q(1M 1X(2S.2K(),2S.3z()-4f[1]+1,2S.2V()));9u=(2E&&9u<2E?2E:9u);5A(8.3q(1M 1X(2y,2q,1))>9u){2q--;if(2q<0){2q=11;2y--}}}b 6T=8.1k(f,"6T");6T=(!8e?6T:8.6B(6T,8.3q(1M 1X(2y,2q-6A,1)),8.5Z(f)));b 66=\'<1w 2v="l-18-66">\'+(8.d6(f,-1,2y,2q)?""+6T+"":(9B?"":"<6P>"+6T+""))+"";b 6L=8.1k(f,"6L");6L=(!8e?6L:8.6B(6L,8.3q(1M 1X(2y,2q+6A,1)),8.5Z(f)));b 4l=\'<1w 2v="l-18-4l">\'+(8.d6(f,+1,2y,2q)?""+6L+"":(9B?"":"<6P>"+6L+""))+"";b 7z=8.1k(f,"7z");7z=(!8e?7z:8.6B(7z,6H,8.5Z(f)));b 2w=(8C?\'<1w 2v="\'+8.cV+\'">\'+8C+"":"")+(9E&&!f.4i?cZ:"")+\'<1w 2v="l-18-kb">\'+(4M?4l:66)+(8.d5(f,(8.1k(f,"cz")&&f.43?b2:6H))?\'<1w 2v="l-18-4S">"+7z+"":"")+(4M?66:4l)+"";b 4D=8.1k(f,"4D");b 98=8.1k(f,"98");b 4n=8.1k(f,"4n");b 4s=8.1k(f,"4s");b aP=8.1k(f,"aP");b 3W=8.1k(f,"3W");b 90=8.1k(f,"90");b 8D=8.1k(f,"8D");b 77=8.1k(f,"77");b 95=8.1k(f,"95");b b6=8.1k(f,"b6")||8.8X;b 65=(46?8.1k(f,"aO")||"y;":"");b 7v=8.1k(f,"gg")||8.7v;b 5p=f.5x?8.3q(1M 1X(f.3A,f.62,f.5x)):b2;1S(b 7E=0;7E<4f[0];7E++){1S(b 8v=0;8v<4f[1];8v++){b 89=8.3q(1M 1X(2y,2q,f.4G));2w+=\'<1w 2v="l-18-ka-2k\'+(8v==0?" l-18-1M-7E":"")+\'">\'+8.et(f,2q,2y,2E,2S,89,7E>0||8v>0,46,3W)+\'\'+(95?"<4F>"+8.1k(f,"fS")+"":"");1S(b 6D=0;6D<7;6D++){b 2n=(6D+4D)%7;b aO=(65.8L("97")>-1?65.63(/97/,4n[2n]):65.63(/D/,4s[2n]));2w+="<4F"+((6D+4D+6)%7>=5?\' 2v="l-18-76-4P-7u"\':"")+">"+(!98?"<4I":"\'+aP[2n]+(98?"":"")+""}2w+="";b d9=8.9R(2y,2q);if(2y==f.4Z&&2q==f.4B){f.4G=1f.2p(f.4G,d9)}b cT=(8.e0(2y,2q)-4D+7)%7;b dt=(g3?6:1f.dx((cT+d9)/7));b 3P=8.3q(1M 1X(2y,2q,1-cT));1S(b cS=0;cS\'+(95?\'<4F 2v="l-18-76-8v">\'+b6(3P)+"":"");1S(b 6D=0;6D<7;6D++){b 94=(90?90.1t((f.1p?f.1p[0]:1a),[3P]):[1e,""]);b 6g=(3P.3z()!=2q);b 61=6g||!94[0]||(2E&&3P<2E)||(2S&&3P>2S);2w+=\'<4F 2v="l-18-8w-7u\'+((6D+4D+6)%7>=5?" l-18-76-4P-7u":"")+(6g?" l-18-6g":"")+(3P.5n()==89.5n()&&2q==f.4B?" l-18-8w-7u-3o":"")+(61?" "+8.cO:"")+(6g&&!77?"":" "+94[1]+(3P.5n()>=b2.5n()&&3P.5n()<=5p.5n()?" "+8.aY:"")+(3P.5n()==6H.5n()?" l-18-6H":""))+\'"\'+((!6g||77)&&94[2]?\' 57="\'+94[2]+\'"\':"")+(61?(8D?" cF=\\"1v(8).1o().1n(\'l-18-76-3o\');\\" cE=\\"1v(8).1o().1I(\'l-18-76-3o\');\\"":""):" cF=\\"1v(8).1n(\'l-18-8w-7u-3o\')"+(8D?".1o().1n(\'l-18-76-3o\')":"")+";"+(!46||(6g&&!77)?"":"1v(\'#l-18-65-"+f.id+"\').2w(\'"+(7v.1t((f.1p?f.1p[0]:1a),[3P,f])||"y;")+"\');")+"\\" cE=\\"1v(8).1I(\'l-18-8w-7u-3o\')"+(8D?".1o().1I(\'l-18-76-3o\')":"")+";"+(!46||(6g&&!77)?"":"1v(\'#l-18-65-"+f.id+"\').2w(\'y;\');")+\'" 6q="1v.18.cM(\\\'#\'+f.id+"\',"+2q+","+2y+\', 8);"\')+">"+(6g?(77?3P.2V():"y;"):(61?3P.2V():""+3P.2V()+""))+"";3P.8R(3P.2V()+1);3P=8.3q(3P)}2w+=""}2q++;if(2q>11){2q=0;2y++}2w+=""}}2w+=(46?\'<1w 2R="4h: 5w;"><1w id="l-18-65-\'+f.id+\'" 2v="l-18-65">\'+(8.1k(f,"ew")||"y;")+"":"")+(!9E&&!f.4i?cZ:"")+\'<1w 2R="4h: 5w;">\'+($.24.3x&&1b($.24.71)<7&&!f.4i?\'<9K d0="er:17;" 2v="l-18-cY">\':"");k 2w},et:c(f,2q,2y,2E,2S,89,cu,46,3W){2E=(f.3O&&2E&&89<2E?89:2E);b 2w=\'<1w 2v="l-18-7G">\';if(cu||!8.1k(f,"ev")){2w+=3W[2q]+"y;"}1g{b eD=(2E&&2E.2K()==2y);b eK=(2S&&2S.2K()==2y);2w+=\'<4C 2v="l-18-1M-2k" eJ="1v.18.cv(\\\'#\'+f.id+"\', 8, \'M\');\\" 6q=\\"1v.18.cB(\'#"+f.id+"\');\\""+(46?8.6j(f,8.1k(f,"eC")||"y;"):"")+">";1S(b 2k=0;2k<12;2k++){if((!eD||2k>=2E.3z())&&(!eK||2k<=2S.3z())){2w+=\'<9W 1H="\'+2k+\'"\'+(2k==2q?\' 1L="1L"\':"")+">"+3W[2k]+""}}2w+=""}if(cu||!8.1k(f,"eM")){2w+=2y}1g{b 70=8.1k(f,"eN").7r(":");b 23=0;b 3A=0;if(70.1m!=2){23=2y-10;3A=2y+10}1g{if(70[0].3v(0)=="+"||70[0].3v(0)=="-"){23=3A=1M 1X().2K();23+=1b(70[0],10);3A+=1b(70[1],10)}1g{23=1b(70[0],10);3A=1b(70[1],10)}}23=(2E?1f.2e(23,2E.2K()):23);3A=(2S?1f.2p(3A,2S.2K()):3A);2w+=\'<4C 2v="l-18-1M-23" eJ="1v.18.cv(\\\'#\'+f.id+"\', 8, \'Y\');\\" 6q=\\"1v.18.cB(\'#"+f.id+"\');\\""+(46?8.6j(f,8.1k(f,"eG")||"y;"):"")+">";1S(;23<=3A;23++){2w+=\'<9W 1H="\'+23+\'"\'+(23==2y?\' 1L="1L"\':"")+">"+23+""}2w+=""}2w+="";k 2w},6j:c(f,9J){k" cF=\\"1v(\'#l-18-65-"+f.id+"\').2w(\'"+9J+"\');\\" cE=\\"1v(\'#l-18-65-"+f.id+"\').2w(\'y;\');\\""},al:c(f,v,69){b 23=f.2y+(69=="Y"?v:0);b 2k=f.2q+(69=="M"?v:0);b 2n=1f.2p(f.4G,8.9R(23,2k))+(69=="D"?v:0);b 19=8.3q(1M 1X(23,2k,2n));b 2E=8.6h(f,"2p",1e);b 2S=8.6h(f,"2e");19=(2E&&19<2E?2E:19);19=(2S&&19>2S?2S:19);f.4G=19.2V();f.2q=f.4B=19.3z();f.2y=f.4Z=19.2K();if(69=="M"||69=="Y"){8.aq(f)}},aq:c(f){b dg=8.1k(f,"ep");if(dg){dg.1t((f.1p?f.1p[0]:1a),[1M 1X(f.4Z,f.4B,1),f])}},9L:c(f){b 4f=8.1k(f,"e5");k(4f==1a?[1,1]:(2F 4f=="8Q"?[1,4f]:4f))},6h:c(f,e8,e3){b 19=8.9S(8.1k(f,e8+"1X"),1a);k(!e3||!f.3O?19:(!19||f.3O>19?f.3O:19))},9R:c(23,2k){k 32-1M 1X(23,2k,32).2V()},e0:c(23,2k){k 1M 1X(23,2k,1).8M()},d6:c(f,v,ej,en){b 4f=8.9L(f);b 19=8.3q(1M 1X(ej,en+(v<0?v:4f[1]),1));if(v<0){19.8R(8.9R(19.2K(),19.3z()))}k 8.d5(f,19)},d5:c(f,19){b 8J=(!f.3O?1a:8.3q(1M 1X(f.4Z,f.4B,f.4G)));8J=(8J&&f.3O<8J?f.3O:8J);b 2E=8J||8.6h(f,"2p");b 2S=8.6h(f,"2e");k((!2E||19>=2E)&&(!2S||19<=2S))},5Z:c(f){b 53=8.1k(f,"53");53=(2F 53!="56"?53:1M 1X().2K()%2U+1b(53,10));k{53:53,4s:8.1k(f,"4s"),4n:8.1k(f,"4n"),5y:8.1k(f,"5y"),3W:8.1k(f,"3W")}},7t:c(f,2n,2k,23){if(!2n){f.43=f.4G;f.4w=f.4B;f.4k=f.4Z}b 19=(2n?(2F 2n=="6k"?2n:8.3q(1M 1X(23,2k,2n))):8.3q(1M 1X(f.4k,f.4w,f.43)));k 8.6B(8.1k(f,"7C"),19,8.5Z(f))}});c 8Y(1h,8I){$.1R(1h,8I);1S(b 3Y in 8I){if(8I[3Y]==1a||8I[3Y]==2s){1h[3Y]=8I[3Y]}}k 1h}c ed(a){k(a&&(($.24.bg&&2F a=="6k"&&a.1m)||(a.3Z&&a.3Z.de().3i(/\\8S\\(\\)/))))}$.fn.18=c(h){b df=8S.54.ef.29(1z,1);if(2F h=="56"&&(h=="lC"||h=="2V")){k $.18["9r"+h+"9z"].1t($.18,[8[0]].5l(df))}k 8.1y(c(){2F h=="56"?$.18["9r"+h+"9z"].1t($.18,[8].5l(df)):$.18.ee(8,h)})};$.18=1M 9z();$(1d).le(c(){$(1d.1K).5I($.18.2A).7Z($.18.eb)})})(1v);(c(C){C.1j=C.1j||{};C.1R(C.1j,{5B:c(F,G){1S(b E=0;E\');b I=F.1o();if(F.q("Z")=="6m"){I.q({Z:"2c"});F.q({Z:"2c"})}1g{b H=F.q("p");if(5E(1b(H))){H="48"}b G=F.q("o");if(5E(1b(G))){G="48"}I.q({Z:F.q("Z"),p:H,o:G,2C:F.q("z-3J")}).1x();F.q({Z:"2c",p:0,o:0})}I.q(E);k I},5L:c(E){if(E.1o().2N("id")=="d1"){k E.1o().kL(E)}k E},5m:c(F,G,E,H){H=H||{};C.1y(G,c(J,I){ai=F.dN(I);if(ai[0]>0){H[I]=ai[0]*E+ai[1]}});k H},9x:c(G,J,I,H){b E=(2F I=="c"?I:(H?H:1a));b F=(2F I=="6k"?I:1a);k 8.1y(c(){b O={};b M=C(8);b N=M.2N("2R")||"";if(2F N=="6k"){N=N.cJ}if(G.59){M.4b(G.59)?G.21=G.59:G.1T=G.59}b K=C.1R({},(1d.au?1d.au.eF(8,1a):8.eE));if(G.1T){M.1n(G.1T)}if(G.21){M.1I(G.21)}b L=C.1R({},(1d.au?1d.au.eF(8,1a):8.eE));if(G.1T){M.1I(G.1T)}if(G.21){M.1n(G.21)}1S(b P in L){if(2F L[P]!="c"&&L[P]&&P.8L("kK")==-1&&P.8L("1m")==-1&&L[P]!=K[P]&&(P.3i(/bf/i)||(!P.3i(/bf/i)&&!5E(1b(L[P],10))))&&(K.Z!="6m"||(K.Z=="6m"&&!P.3i(/o|p|3k|3d/)))){O[P]=L[P]}}M.1E(O,J,F,c(){if(2F C(8).2N("2R")=="6k"){C(8).2N("2R")["cJ"]="";C(8).2N("2R")["cJ"]=N}1g{C(8).2N("2R",N)}if(G.1T){C(8).1n(G.1T)}if(G.21){C(8).1I(G.21)}if(E){E.1t(8,1z)}})})}});C.fn.1R({dv:C.fn.1x,dn:C.fn.1C,dK:C.fn.59,dJ:C.fn.1n,dH:C.fn.1I,dI:C.fn.aA,5f:c(E,H,F,G){k C.1j[E]?C.1j[E].29(8,{kJ:E,h:H||{},1A:F,2m:G}):1a},1x:c(){if(!1z[0]||(1z[0].3Z==7T||/(aF|9h|cy)/.1B(1z[0]))){k 8.dv.1t(8,1z)}1g{b E=1z[1]||{};E.2G="1x";k 8.5f.1t(8,[1z[0],E,1z[2]||E.1A,1z[3]||E.2m])}},1C:c(){if(!1z[0]||(1z[0].3Z==7T||/(aF|9h|cy)/.1B(1z[0]))){k 8.dn.1t(8,1z)}1g{b E=1z[1]||{};E.2G="1C";k 8.5f.1t(8,[1z[0],E,1z[2]||E.1A,1z[3]||E.2m])}},59:c(){if(!1z[0]||(1z[0].3Z==7T||/(aF|9h|cy)/.1B(1z[0]))||(1z[0].3Z==dD)){k 8.dK.1t(8,1z)}1g{b E=1z[1]||{};E.2G="59";k 8.5f.1t(8,[1z[0],E,1z[2]||E.1A,1z[3]||E.2m])}},1n:c(H,E,G,F){k E?C.1j.9x.1t(8,[{1T:H},E,G,F]):8.dJ(H)},1I:c(H,E,G,F){k E?C.1j.9x.1t(8,[{21:H},E,G,F]):8.dH(H)},aA:c(H,E,G,F){k E?C.1j.9x.1t(8,[{59:H},E,G,F]):8.dI(H)},dR:c(F,I,E,H,G){k C.1j.9x.1t(8,[{1T:I,21:F},E,H,G])},kR:c(){k 8.dR.1t(8,1z)},dN:c(E){b F=8.q(E),G=[];C.1y(["em","2T","%","kI"],c(H,I){if(F.8L(I)>0){G=[aR(F),I]}});k G}});1v.1y(["7s","kH","kA","kz","iR","bf","kx"],c(F,E){1v.fx.d3[E]=c(G){if(G.kB==0){G.2j=D(G.ds,E);G.4P=A(G.4P)}G.ds.2R[E]="di("+[1f.2e(1f.2p(1b((G.2u*(G.4P[0]-G.2j[0]))+G.2j[0]),2t),0),1f.2e(1f.2p(1b((G.2u*(G.4P[1]-G.2j[1]))+G.2j[1]),2t),0),1f.2e(1f.2p(1b((G.2u*(G.4P[2]-G.2j[2]))+G.2j[2]),2t),0)].7N(",")+")"}});c A(E){b F;if(E&&E.3Z==8S&&E.1m==3){k E}if(F=/di\\(\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*\\)/.7d(E)){k[1b(F[1]),1b(F[2]),1b(F[3])]}if(F=/di\\(\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*\\)/.7d(E)){k[aR(F[1])*2.55,aR(F[2])*2.55,aR(F[3])*2.55]}if(F=/#([a-fA-8H-9]{2})([a-fA-8H-9]{2})([a-fA-8H-9]{2})/.7d(E)){k[1b(F[1],16),1b(F[2],16),1b(F[3],16)]}if(F=/#([a-fA-8H-9])([a-fA-8H-9])([a-fA-8H-9])/.7d(E)){k[1b(F[1]+F[1],16),1b(F[2]+F[2],16),1b(F[3]+F[3],16)]}if(F=/fN\\(0, 0, 0, 0\\)/.7d(E)){k B.7f}k B[1v.g0(E).8K()]}c D(G,E){b F;do{F=1v.kG(G,E);if(F!=""&&F!="7f"||1v.4g(G,"1K")){1D}E="7s"}5A(G=G.41);k A(F)}b B={kF:[0,2t,2t],kE:[dl,2t,2t],kD:[fd,fd,kS],eT:[0,0,0],kT:[0,0,2t],l8:[e1,42,42],l6:[0,2t,2t],l9:[0,0,8N],la:[0,8N,8N],ld:[cD,cD,cD],lc:[0,2U,0],l4:[l3,kX,fh],kW:[8N,0,8N],kV:[85,fh,47],i5:[2t,cW,0],gB:[go,50,gn],h3:[8N,0,0],gW:[gV,a3,gU],gS:[h1,0,am],h0:[2t,0,2t],gZ:[2t,gL,0],gR:[0,6r,0],gw:[75,0,gN],gu:[dl,dw,cW],gD:[gz,gt,dw],gp:[ey,2t,2t],gr:[dA,gT,dA],h2:[am,am,am],gE:[2t,gI,gH],gF:[2t,2t,ey],gP:[0,2t,0],gK:[2t,0,2t],gG:[6r,0,0],gQ:[0,0,6r],gY:[6r,6r,0],gX:[2t,e1,0],gy:[2t,9X,gv],gA:[6r,0,6r],iQ:[6r,0,6r],ih:[2t,0,0],ig:[9X,9X,9X],ie:[2t,2t,2t],ib:[2t,2t,0],7f:[2t,2t,2t]};1v.1N.ic=1v.1N.9U;1v.1R(1v.1N,{eh:"e2",9U:c(F,G,E,I,H){k 1v.1N[1v.1N.eh](F,G,E,I,H)},io:c(F,G,E,I,H){k I*(G/=H)*G+E},e2:c(F,G,E,I,H){k-I*(G/=H)*(G-2)+E},im:c(F,G,E,I,H){if((G/=H/2)<1){k I/2*G*G+E}k-I/2*((--G)*(G-2)-1)+E},il:c(F,G,E,I,H){k I*(G/=H)*G*G+E},ik:c(F,G,E,I,H){k I*((G=G/H-1)*G*G+1)+E},ia:c(F,G,E,I,H){if((G/=H/2)<1){k I/2*G*G*G+E}k I/2*((G-=2)*G*G+2)+E},i9:c(F,G,E,I,H){k I*(G/=H)*G*G*G+E},i1:c(F,G,E,I,H){k-I*((G=G/H-1)*G*G*G-1)+E},i0:c(F,G,E,I,H){if((G/=H/2)<1){k I/2*G*G*G*G+E}k-I/2*((G-=2)*G*G*G-2)+E},hZ:c(F,G,E,I,H){k I*(G/=H)*G*G*G*G+E},hX:c(F,G,E,I,H){k I*((G=G/H-1)*G*G*G*G+1)+E},hY:c(F,G,E,I,H){if((G/=H/2)<1){k I/2*G*G*G*G*G+E}k I/2*((G-=2)*G*G*G*G+2)+E},i2:c(F,G,E,I,H){k-I*1f.dF(G/H*(1f.68/2))+I+E},i3:c(F,G,E,I,H){k I*1f.9s(G/H*(1f.68/2))+E},i7:c(F,G,E,I,H){k-I/2*(1f.dF(1f.68*G/H)-1)+E},i6:c(F,G,E,I,H){k(G==0)?E:I*1f.7g(2,10*(G/H-1))+E},i4:c(F,G,E,I,H){k(G==H)?E+I:I*(-1f.7g(2,-10*G/H)+1)+E},h4:c(F,G,E,I,H){if(G==0){k E}if(G==H){k E+I}if((G/=H/2)<1){k I/2*1f.7g(2,10*(G-1))+E}k I/2*(-1f.7g(2,-10*--G)+2)+E},ip:c(F,G,E,I,H){k-I*(1f.8t(1-(G/=H)*G)-1)+E},iI:c(F,G,E,I,H){k I*1f.8t(1-(G=G/H-1)*G)+E},iF:c(F,G,E,I,H){if((G/=H/2)<1){k-I/2*(1f.8t(1-G*G)-1)+E}k I/2*(1f.8t(1-(G-=2)*G)+1)+E},iG:c(F,H,E,L,K){b I=1.8E;b J=0;b G=L;if(H==0){k E}if((H/=K)==1){k E+L}if(!J){J=K*0.3}if(G<1f.3T(L)){G=L;b I=J/4}1g{b I=J/(2*1f.68)*1f.db(L/G)}k-(G*1f.7g(2,10*(H-=1))*1f.9s((H*K-I)*(2*1f.68)/J))+E},iP:c(F,H,E,L,K){b I=1.8E;b J=0;b G=L;if(H==0){k E}if((H/=K)==1){k E+L}if(!J){J=K*0.3}if(G<1f.3T(L)){G=L;b I=J/4}1g{b I=J/(2*1f.68)*1f.db(L/G)}k G*1f.7g(2,-10*H)*1f.9s((H*K-I)*(2*1f.68)/J)+L+E},iO:c(F,H,E,L,K){b I=1.8E;b J=0;b G=L;if(H==0){k E}if((H/=K/2)==2){k E+L}if(!J){J=K*(0.3*1.5)}if(G<1f.3T(L)){G=L;b I=J/4}1g{b I=J/(2*1f.68)*1f.db(L/G)}if(H<1){k-0.5*(G*1f.7g(2,10*(H-=1))*1f.9s((H*K-I)*(2*1f.68)/J))+E}k G*1f.7g(2,-10*(H-=1))*1f.9s((H*K-I)*(2*1f.68)/J)*0.5+L+E},iE:c(F,G,E,J,I,H){if(H==2s){H=1.8E}k J*(G/=I)*G*((H+1)*G-H)+E},iD:c(F,G,E,J,I,H){if(H==2s){H=1.8E}k J*((G=G/I-1)*G*((H+1)*G+H)+1)+E},it:c(F,G,E,J,I,H){if(H==2s){H=1.8E}if((G/=I/2)<1){k J/2*(G*G*(((H*=(1.dk))+1)*G-H))+E}k J/2*((G-=2)*G*(((H*=(1.dk))+1)*G+H)+2)+E},dy:c(F,G,E,I,H){k I-1v.1N.dj(F,H-G,0,I,H)+E},dj:c(F,G,E,I,H){if((G/=H)<(1/2.75)){k I*(7.b7*G*G)+E}1g{if(G<(2/2.75)){k I*(7.b7*(G-=(1.5/2.75))*G+0.75)+E}1g{if(G<(2.5/2.75)){k I*(7.b7*(G-=(2.25/2.75))*G+0.iC)+E}1g{k I*(7.b7*(G-=(2.iB/2.75))*G+0.iA)+E}}}},iz:c(F,G,E,I,H){if(G").q({Z:"1W",8y:"5h",o:-C*(F/D),p:-E*(H/I)}).1o().1n("1j-cX").q({Z:"1W",2W:"3G",u:F/D,t:H/I,o:J.o+C*(F/D)+(B.h.2G=="1x"?(C-1f.8W(D/2))*(F/D):0),p:J.p+E*(H/I)+(B.h.2G=="1x"?(E-1f.8W(I/2))*(H/I):0),1O:B.h.2G=="1x"?0:1}).1E({o:J.o+C*(F/D)+(B.h.2G=="1x"?0:(C-1f.8W(D/2))*(F/D)),p:J.p+E*(H/I)+(B.h.2G=="1x"?0:(E-1f.8W(I/2))*(H/I)),1O:B.h.2G=="1x"?1:0},B.1A||8A)}}7D(c(){B.h.2G=="1x"?G.q({8y:"5h"}):G.q({8y:"5h"}).1C();if(B.2m){B.2m.1t(G[0])}G.44();A(".1j-cX").21()},B.1A||8A)})}})(1v);(c(A){A.1j.ho=c(B){k 8.3n(c(){b F=A(8),J=["Z","p","o"];b I=A.1j.4t(F,B.h.2G||"1C");b N=B.h.1r||15;b M=!(!B.h.hp);A.1j.5B(F,J);F.1x();b D=A.1j.6e(F).q({2W:"3G"});b H=((I=="1x")!=M);b G=H?["u","t"]:["t","u"];b C=H?[D.u(),D.t()]:[D.t(),D.u()];b E=/([0-9]+)%/.7d(N);if(E){N=1b(E[1])/2U*C[I=="1C"?0:1]}if(I=="1x"){D.q(M?{t:0,u:N}:{t:N,u:0})}b L={},K={};L[G[0]]=I=="1x"?C[0]:N;K[G[1]]=I=="1x"?C[1]:0;D.1E(L,B.1A/2,B.h.1N).1E(K,B.1A/2,B.h.1N,c(){if(I=="1C"){F.1C()}A.1j.4u(F,J);A.1j.5L(F);if(B.2m){B.2m.1t(F[0],1z)}F.44()})})}})(1v);(c(A){A.1j.hs=c(B){k 8.3n(c(){b E=A(8),D=["dc","7s","1O"];b H=A.1j.4t(E,B.h.2G||"1x");b C=B.h.bf||"#hr";b G=E.q("7s");A.1j.5B(E,D);E.1x();E.q({dc:"5u",7s:C});b F={7s:G};if(H=="1C"){F.1O=0}E.1E(F,{3n:17,1A:B.1A,1N:B.h.1N,5Y:c(){if(H=="1C"){E.1C()}A.1j.4u(E,D);if(H=="1x"&&1v.24.3x){8.2R.hq("3B")}if(B.2m){B.2m.1t(8,1z)}E.44()}})})}})(1v);(c(A){A.1j.hi=c(B){k 8.3n(c(){b D=A(8);b F=A.1j.4t(D,B.h.2G||"1x");b E=B.h.cU||5;if(F=="1C"){E--}if(D.is(":3G")){D.q("1O",0);D.1x();D.1E({1O:1},B.1A/2,B.h.1N);E=E-2}1S(b C=0;C\').2P(1d.1K);if(B.h.8n){D.1n(B.h.8n)}D.1n(B.h.8n);D.q({p:C.p,o:C.o,t:E.2M()-1b(D.q("5K"))-1b(D.q("ao")),u:E.3a()-1b(D.q("5P"))-1b(D.q("av")),Z:"1W"});C=G.v();fl={p:C.p,o:C.o,t:G.2M()-1b(D.q("5K"))-1b(D.q("ao")),u:G.3a()-1b(D.q("5P"))-1b(D.q("av"))};D.1E(fl,B.1A,B.h.1N,c(){D.21();if(B.2m){B.2m.1t(E[0],1z)}E.44()})})}})(1v);',62,1346,'||||||||this|||var|function|||inst||options|||return|ui|||left|top|css|element||height|width|offset||||||||||||||||||||||||||||||position||||||||false|datepicker|date|null|parseInt|helper|document|true|Math|else|target|data|effects|_get|resizable|length|addClass|parent|input|tabs|size|containment|apply|case|jQuery|div|show|each|arguments|duration|test|hide|break|animate|click|handle|value|removeClass|disabled|body|selected|new|easing|opacity|settings|currentItem|extend|for|add|instance|from|absolute|Date|helperProportions|dialog||remove|to|year|browser||draggable|||call|propagate|items|relative|containers|max|scrollTop|scrollLeft|resize|currentHandle|start|month|offsetParent|callback|day|triggerHandler|min|drawMonth|cursor|undefined|255|pos|class|html|plugin|drawYear|stop|dpDiv|axis|zIndex|overlay|minDate|typeof|mode|grid|ddmanager|item|getFullYear|originalPosition|outerHeight|attr|sortable|appendTo|iFormat|style|maxDate|px|100|getDate|overflow|margins|0px|bind|placeholder|child|||||||||outerWidth|pageX|pageY|right|handles|window|format|overflowY|match|panels|bottom|overflowX|positionAbs|queue|over|selectable|_daylightSavingAdjust|unbind|selectedClass|focus|stepping|charAt|unselecting|msie|destroy|getMonth|endYear|filter|PROP_NAME|event|round|uiDialog|hidden|scrollSpeed|scrollSensitivity|index|drag|active|cursorAt|vertical|rangeStart|printDate|accordion|href|sw|abs|se|nw|monthNames|lis|name|constructor||parentNode||currentDay|dequeue||showStatus||auto|margin|documentElement|hasClass|widget|removeData|ne|numMonths|nodeName|clear|inline|ctrlKey|currentYear|next|selecting|dayNames|isFixed|convertPositionTo|headers|mouse|dayNamesShort|setMode|restore|checkDate|currentMonth|matches|xa0|cssPosition|display|selectedMonth|select|firstDay|slider|td|selectedDay|_defaults|span|containerCache|distance|literal|isRTL|offsetWidth|fixed|end|_pos|rangeSelect|current|offsetHeight|translateValue|push|lookAhead|droppable|defaults|selectedYear||find|ghost|shortYearCutoff|prototype||string|title|load|toggle|originalSize|4px|showAnim|get|iValue|effect|setData|visible|parents|tolerance|dateStr|concat|setTransition|getTime|alsoResize|endDate|init|drop|_adjustDate|aspectRatio|none|isover|both|endDay|monthNamesShort|output|while|save|rangeElement|scroll|isNaN|switch|default|mouseDrag|append|_updateDatepicker|borderTopWidth|removeWrapper|accept|convertValue|key|borderLeftWidth|_change|up|down|type|defaultDate|button|_dialogInput|close|complete|_getFormatConfig|sort|unselectable|endMonth|replace|revert|status|prev|minWidth|PI|period|activate|minHeight|direction|floating|createWrapper|slide|otherMonth|_getMinMaxDate|mouseStop|_addStatus|object|_mouseStarted|static|_triggerClass|_stayOpen|hash|onclick|128|mouseStart|fakeEvent|toShow|keydown|map|proportionallyResize|tagName|clone|stepMonths|formatDate|knobHandles|dow|_disabledInputs|plugins|chars|today|cancel|not|change|nextText|trigger|_inDialog|previousHandle|label|actualSize|onSelect|hideClass|prevText|markerClassName|keyCode|blur|block|cache|dates|years|version|disable|buttonText|_hideDatepicker||week|showOtherMonths|realMax|marginBottom|scrollHeight|marginRight|isout|exec|0pt|transparent|pow|out|continue|autoHeight|stack|maxHeight|maxWidth|HTML|widgetName|sizeDiff|disableSelection|split|backgroundColor|_formatDate|cell|dateStatus|instances|startselected|siblings|currentText|toHide|showOn|dateFormat|setTimeout|row|bgiframe|header|disabledClass|center|scrollY|obj|_datepickerShowing|delay|join|snapElements|postProcess|clickOffset|inArray|handleSize|Number|scrollX|opera|andSelf|content|marginTop|mousedown|yy|deactivate|marginLeft|steps|_opacity||overflowYOffset|_zIndex|isFunction|selectedDate|cookie|generatePosition|_cursor|cancelHelperRemoval|navigationAsDateFormat|intersect|droppables|_showDatepicker|_handles|img|isOver|throw|_lastInput|className|altFormat|firstMon|val|borderDif|buttonImage|sqrt|inlineSettings|col|days|wrap|visibility|parentData|500|overflowXOffset|prompt|highlightWeek|70158|mouseInit|mouseDestroy|F0|props|newMinDate|toLowerCase|indexOf|getDay|139|titlebar|running|number|setDate|Array|enable|getData|1000|floor|iso8601Week|extendRemove|appendText|beforeShowDay|uiDialogTitlebar|loadingClass|moveTo|daySettings|showWeeks|Show|DD|changeFirstDay|hasScroll|the|_aspectRatio|_proportionallyResize|onClose|names|translateLimits|getNumber|normal|_curInst|oneStep|cssCache|blockUI|mouseUp|altField|translateRange|innerHeight|rangeSeparator|_|sin|scrollWidth|maxDraw|middle|beforeShow|animateClass|mouseCapture|Datepicker|knob|hideIfNoPrevNext|containerOffset|absolutePosition|closeAtTop|counter|currentContainer|alwaysOpen|panelClass|text|iframe|_getNumberOfMonths|dragging|refreshPositions|offsetParentBorders|tabify|refresh|_getDaysInMonth|_determineDate|update|swing|activeClass|option|192|sliderValue|dropBehaviour|hoverClass|innerWidth|String|150|_getDate|startDate|animated|resizing|rearrange|percent|preventDefault|browserWidth|horizontal|_doKeyDown|tabsshow|xhr|range|firstValue|unit|insertBefore|_mouseDelayMet|_adjustInstDate|211|_mouseDownEvent|borderBottomWidth|_selectingMonthYear|_notifyChange|_selectDate|||defaultView|borderRightWidth|neg|iframeFix|browserHeight|updateRange|toggleClass|mm|longNames|proportions|background|slow|num|sortables|checkLiteral|border|shortNames|handled|textarea|attrValue|dayStatus|dayNamesMin|isOpen|parseFloat|modal|pieces|containerPosition|shiftKey|attrName|unselect|_currentClass|hover|1px|selectees|currentDate|getter|moveToTop|tr|calculateWeek|5625|ajaxOptions|autoResize|spinner|refreshItems|prepareOffsets|location|containerSize|color|safari|_dialogClass|tabId|removeChild|_tidyDialog|createPlaceholder|unwrap|open|_newInst|preserveCursor|_updateCache|rotation|guess|original|snap|uiHash|_mouseMoveDelegate|dragged|_mouseUpDelegate|opos|resizeStop|resizeStart|_appendClass|dragStart|dragStop|mouseDistanceMet|keypress|_mainDivId|touch|unselectClass|mouseDelayMet|wrapper|documentScroll|alsoresize|handleOffset|elementOffset|_findPos|empty|domPosition|originalElement|dims|mouseup|buttons|firstChild|mouseDown|borderLeft|borderTop|custom|generated|chr|_nodeName|success|after|knobTheme|borderRight|borderBottom|selectableunselecting|connectWith|initBoundaries|createRange|_helper|regional|autohide|pointer|createButtons|splice|panelTemplate|clientWidth|_doKeyPress|containerElement|navClass|animations|clientHeight|showOptions|origSize|getDaysInMonth|secondary|_selectMonthYear|_gotoToday|pattern|fast|gotoCurrent|_getDefaultDate|_clickMonthYear|_setDateFromField|169|onmouseout|onmouseover|try|log|catch|cssText|Invalid|_setDate|_selectDay|origin|_unselectableClass|mandatory|scale|_clearDate|dRow|leadDays|times|_promptClass|140|explode|cover|controls|src|fxWrapper|parseDate|step|float|_isInRange|_canAdjustMonth|padding|getName|daysInMonth|formatName|asin|backgroundImage||toString|otherArgs|onChange|formatNumber|rgb|easeOutBounce|525|240|clientX|_hide|||serialize|handleIndex|elem|numRows|toArray|_show|230|ceil|easeInBounce|Close|144|startValue|unselected|Function|fit|cos|autoRefresh|_removeClass|_toggleClass|_addClass|__toggle|removeRange|outline|cssUnit|dropOnEmpty|sender|different|morph|May|contains|compareDocumentPosition|getRange|expression|tabTemplate|receive|tabsadd|_getFirstDayOfMonth|165|easeOutQuad|checkRange|tabsremove|numberOfMonths|tabsenable|grep|minMax|intersectsWithEdge|storage|_checkExternalClick||isArray|_attachDatepicker|slice|appendChild|def|contactContainers|curYear|tabsselect|||curMonth|tabsdisable|onChangeMonthYear||javascript|intersectsWith|_generateMonthYearHeader|idPrefix|changeMonth|initStatus|table|224|panel|refreshContainers|tbody|monthStatus|inMinYear|currentStyle|getComputedStyle|yearStatus|tabsload|url|onchange|inMaxYear|fix|changeYear|yearRange|toleranceElement|create|greedyChild|greedy|accordionchange|black|uiDialogButtonPane|stopPropagation|offsetNumeric|dialogfocus|oldHeader|charCode|newHeader|offsetString|getBaseline|F2F2F2|clearStatus|defaultTheme|clearText|paddingRight|closeStatus|_generateDatepicker|getHours|autoOpen|8px|245|setHours|_isDisabledDatepicker|newContent|107|_mouseUnselectable|mouseMove|mousemove|animation|iInit||100px|5000px|_updateAlternate|MozUserSelect|widgetBaseClass|on|transfer|nextSibling|Class||_checkOffset|uiDialogContainer||uiDialogTitlebarClose|oldContent|_possibleChars|getYear|navigationFilter|snapMode|connectToSortable|shouldRevert|paddingLeft|solid|fade|autoHide|rgba|_renderProxy|fontSize|paddingTop|_connectDatepicker|weekHeader|_changeFirstDay|debug|closeText|Select|first|_updateRatio|_respectSize|trim|originalMousePosition|300|isMultiMonth|zoom|thead|nextStatus|200|_inlineDatepicker|before|fillSpace|closeOnEscape|paddingBottom|dateText|prevStatus|_dialogInst|statusForDate|currentStatus|buttonImageOnly|events|alt|_renderAxis|bounceout|204|153|lightcyan|bounceslide|lightgreen|easeslide|216|khaki|203|indigo|700|pink|173|purple|darkorchid|easeinout|lightblue|lightpink|lightyellow|maroon|193|182|navigation|magenta|215|clearStyle|130|tabindex|lime|navy|green|darkviolet|238|122|233|darksalmon|orange|olive|gold|fuchsia|148|lightgrey|darkred|easeInOutExpo|Right|Bottom|Left|mouseover|children|Top|all|DEDEDE|proxy|box|808080|canvas|puff|pulsate|clip|IMG|250|bounce|blind|fold|horizFirst|removeAttribute|ffff99|highlight|instanceof|shake|sortactivate|valid|invalid|fff|001|DragDropIframeFix|mozilla|_mouseDelayTimer|enableSelection|gen|off|started|which|snapTolerance|inner|dropout|dropover|dropactivate|dropdeactivate|dragstart|group|makeArray|outer|sortreceive|toSortable|fromSortable|animateDuration|animateEasing|easeOutQuint|easeInOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInSine|easeOutSine|easeOutExpo|darkorange|easeInExpo|easeInOutSine|10000|easeInQuart|easeInOutCubic|yellow|jswing||white||silver|red|dynamic|semi|easeOutCubic|easeInCubic|easeInOutQuad||easeInQuad|easeInCirc|forcePointerForContainers|dotted||easeInOutBack|selectablestart|clientY|keyboard|createElement|selectee|easeInOutBounce|984375|625|9375|easeOutBack|easeInBack|easeInOutCirc|easeInElastic|522|easeOutCirc|attribute|selectablestop|selectableselected|selectableselecting|selectableunselected|easeInOutElastic|easeOutElastic|violet|borderTopColor|Wednesday|Tuesday|Thursday|Friday|Saturday|Monday|Sunday|Dec|weekStatus|Week|of|Sun|Mon|Tu|Mo|We|Th|Fr|Su|Sat|Tue|Wed|Thu|Fri|Nov|Oct|March|February|April|June|July|January|Today|Prev|previous|Next|x3e|August|September|Jun|Apr|Jul|Aug|Sep|Mar|Feb|October|November|December|Jan|Sa|Set|RFC_1036|RFC_1123|RFC_850|RFC_822|ISO_8601|RFC_2822|RSS|rtl|0123456789|W3C|TIMESTAMP|nodeType|COOKIE|Unknown|unblockUI|Missing|86400000|noWeekends|Unexpected|fadeOut|ATOM|slideDown|slideUp|fadeIn|multi|1000px|cellpadding|cellspacing|one|links|_dialogDatepicker|err|eval|hasDatepicker|console|setDefaults|getAttribute|9999|_destroyDatepicker|_getDateDatepicker|setSeconds|setMinutes|fromCharCode|_setDateDatepicker|_changeDatepicker|control|_enableDatepicker|_disableDatepicker|setMilliseconds|x3c|Wk|outlineColor|selectedIndex|borderRightColor|borderLeftColor|state|without|beige|azure|aqua|curCSS|borderBottomColor|pt|method|Moz|replaceWith|font|Height|Width|void|noKeyboard|switchClass|220|blue|dragHelper|darkolivegreen|darkmagenta|183|buttonpane|tabIndex|container|prependTo|dialogClass|189|darkkhaki|dialogopen|cyan|dialogclose|brown|darkblue|darkcyan|resizeHelper|darkgreen|darkgrey|ready|borderWidth|wrapInner|abort||ajax|rotate|unload|unique|clearInterval|loading|nav|Mismatching|fragment|8230|Tabs|UI|Loading|identifier|setInterval|last|z0|Za|Erase|isDisabled|tab|Clear|has|insertAfter|scrollTo'.split('|'),0,{})) ; /* Copyright (c) 2007 Paul Bakaus (paul.bakaus@googlemail.com) and Brandon Aaron (brandon.aaron@gmail.com || http://brandonaaron.net) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * $LastChangedDate$ * $Rev$ * * Version: @VERSION * * Requires: jQuery 1.2+ */ (function($){ $.dimensions = { version: '@VERSION' }; // Create innerHeight, innerWidth, outerHeight and outerWidth methods $.each( [ 'Height', 'Width' ], function(i, name){ // innerHeight and innerWidth $.fn[ 'inner' + name ] = function() { if (!this[0]) return; var torl = name == 'Height' ? 'Top' : 'Left', // top or left borr = name == 'Height' ? 'Bottom' : 'Right'; // bottom or right return this.is(':visible') ? this[0]['client' + name] : num( this, name.toLowerCase() ) + num(this, 'padding' + torl) + num(this, 'padding' + borr); }; // outerHeight and outerWidth $.fn[ 'outer' + name ] = function(options) { if (!this[0]) return; var torl = name == 'Height' ? 'Top' : 'Left', // top or left borr = name == 'Height' ? 'Bottom' : 'Right'; // bottom or right options = $.extend({ margin: false }, options || {}); var val = this.is(':visible') ? this[0]['offset' + name] : num( this, name.toLowerCase() ) + num(this, 'border' + torl + 'Width') + num(this, 'border' + borr + 'Width') + num(this, 'padding' + torl) + num(this, 'padding' + borr); return val + (options.margin ? (num(this, 'margin' + torl) + num(this, 'margin' + borr)) : 0); }; }); // Create scrollLeft and scrollTop methods $.each( ['Left', 'Top'], function(i, name) { $.fn[ 'scroll' + name ] = function(val) { if (!this[0]) return; return val != undefined ? // Set the scroll offset this.each(function() { this == window || this == document ? window.scrollTo( name == 'Left' ? val : $(window)[ 'scrollLeft' ](), name == 'Top' ? val : $(window)[ 'scrollTop' ]() ) : this[ 'scroll' + name ] = val; }) : // Return the scroll offset this[0] == window || this[0] == document ? self[ (name == 'Left' ? 'pageXOffset' : 'pageYOffset') ] || $.boxModel && document.documentElement[ 'scroll' + name ] || document.body[ 'scroll' + name ] : this[0][ 'scroll' + name ]; }; }); $.fn.extend({ position: function() { var left = 0, top = 0, elem = this[0], offset, parentOffset, offsetParent, results; if (elem) { // Get *real* offsetParent offsetParent = this.offsetParent(); // Get correct offsets offset = this.offset(); parentOffset = offsetParent.offset(); // Subtract element margins offset.top -= num(elem, 'marginTop'); offset.left -= num(elem, 'marginLeft'); // Add offsetParent borders parentOffset.top += num(offsetParent, 'borderTopWidth'); parentOffset.left += num(offsetParent, 'borderLeftWidth'); // Subtract the two offsets results = { top: offset.top - parentOffset.top, left: offset.left - parentOffset.left }; } return results; }, offsetParent: function() { var offsetParent = this[0].offsetParent; while ( offsetParent && (!/^body|html$/i.test(offsetParent.tagName) && $.css(offsetParent, 'position') == 'static') ) offsetParent = offsetParent.offsetParent; return $(offsetParent); } }); function num(el, prop) { return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0; }; })(jQuery);/* * positionBy 1.0.7 (2008-01-29) * * Copyright (c) 2006,2007 Jonathan Sharp (http://jdsharp.us) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://jdsharp.us/ * * Built upon jQuery 1.2.2 (http://jquery.com) * This also requires the jQuery dimensions plugin */ (function($){ /** * This function centers an absolutely positioned element */ /* $.fn.positionCenter = function(offsetLeft, offsetTop) { var offsetLeft = offsetLeft || 1; var offsetTop = offsetTop || 1; var ww = $(window).width(); var wh = $(window).height(); var sl = $(window).scrollLeft(); var st = $(window).scrollTop(); return this.each(function() { var $t = $(this); // If we are not visible we have to display our element (with a negative position offscreen) var left = Math.round( ( ww - $t.outerWidth() ) / 2 ); if ( left < 0 ) { left = 0; } else { left *= offsetLeft; } left += sl; var top = Math.round( ( wh - $t.outerHeight() ) / 2 ); if ( top < 0 ) { top = 0; } else { top *= offsetTop; } top += st; $(this).parents().each(function() { var $this = $(this); if ( $this.css('position') != 'static' ) { var o = $this.offset(); left += -o.left; top += -o.top; return false; } }); $t.css({left: left, top: top}); }); }; */ // Our range object is used in calculating positions var Range = function(x1, y1, x2, y2) { this.x1 = x1; this.x2 = x2; this.y1 = y1; this.y2 = y2; }; Range.prototype.contains = function(range) { return (this.x1 <= range.x1 && range.x2 <= this.x2) && (this.y1 <= range.y1 && range.y2 <= this.y2); }; Range.prototype.transform = function(x, y) { return new Range(this.x1 + x, this.y1 + y, this.x2 + x, this.y2 + y); }; $.fn.positionBy = function(args) { var date1 = new Date(); if ( this.length == 0 ) { return this; } var args = $.extend({ // The target element to position us relative to target: null, // The target's corner, possible values 0-3 targetPos: null, // The element's corner, possible values 0-3 elementPos: null, // A raw x,y coordinate x: null, y: null, // Pass in an array of positions that are valid 0-15 positions: null, // Add the final position class to the element (eg. positionBy0 through positionBy3, positionBy15) addClass: false, // Force our element to be at the location we specified (don't try to auto position it) force: false, // The element that we will make sure our element doesn't go outside of container: window, // Should the element be hidden after positioning? hideAfterPosition: false }, args); if ( args.x != null ) { var tLeft = args.x; var tTop = args.y; var tWidth = 0; var tHeight = 0; // Position in relation to an element } else { var $target = $( $( args.target )[0] ); var tWidth = $target.outerWidth(); var tHeight = $target.outerHeight(); var tOffset = $target.offset(); var tLeft = tOffset.left; var tTop = tOffset.top; } // Our target right, bottom coord var tRight = tLeft + tWidth; var tBottom = tTop + tHeight; return this.each(function() { var $element = $( this ); // Position our element in the top left so we can grab its width without triggering scrollbars if ( !$element.is(':visible') ) { $element.css({ left: -3000, top: -3000 }) .show(); } var eWidth = $element.outerWidth(); var eHeight = $element.outerHeight(); // Holds x1,y1,x2,y2 coordinates for a position in relation to our target element var position = []; // Holds a list of alternate positions to try if this one is not in the browser viewport var next = []; // Our Positions via ASCII ART /* 8 9 10 11 +------------+ 7 | 15 12 | 0 | | 6 | 14 13 | 1 +------------+ 5 4 3 2 */ position[0] = new Range(tRight, tTop, tRight + eWidth, tTop + eHeight); next[0] = [1,7,4]; position[1] = new Range(tRight, tBottom - eHeight, tRight + eWidth, tBottom); next[1] = [0,6,4]; position[2] = new Range(tRight, tBottom, tRight + eWidth, tBottom + eHeight); next[2] = [1,3,10]; position[3] = new Range(tRight - eWidth, tBottom, tRight, tBottom + eHeight); next[3] = [1,6,10]; position[4] = new Range(tLeft, tBottom, tLeft + eWidth, tBottom + eHeight); next[4] = [1,6,9]; position[5] = new Range(tLeft - eWidth, tBottom, tLeft, tBottom + eHeight); next[5] = [6,4,9]; position[6] = new Range(tLeft - eWidth, tBottom - eHeight, tLeft, tBottom); next[6] = [7,1,4]; position[7] = new Range(tLeft - eWidth, tTop, tLeft, tTop + eHeight); next[7] = [6,0,4]; position[8] = new Range(tLeft - eWidth, tTop - eHeight, tLeft, tTop); next[8] = [7,9,4]; position[9] = new Range(tLeft, tTop - eHeight, tLeft + eWidth, tTop); next[9] = [0,7,4]; position[10]= new Range(tRight - eWidth, tTop - eHeight, tRight, tTop); next[10] = [0,7,3]; position[11]= new Range(tRight, tTop - eHeight, tRight + eWidth, tTop); next[11] = [0,10,3]; position[12]= new Range(tRight - eWidth, tTop, tRight, tTop + eHeight); next[12] = [13,7,10]; position[13]= new Range(tRight - eWidth, tBottom - eHeight, tRight, tBottom); next[13] = [12,6,3]; position[14]= new Range(tLeft, tBottom - eHeight, tLeft + eWidth, tBottom); next[14] = [15,1,4]; position[15]= new Range(tLeft, tTop, tLeft + eWidth, tTop + eHeight); next[15] = [14,0,9]; if ( args.positions !== null ) { var pos = args.positions[0]; } else if ( args.targetPos != null && args.elementPos != null ) { var pos = []; pos[0] = []; pos[0][0] = 15; pos[0][1] = 7; pos[0][2] = 8; pos[0][3] = 9; pos[1] = []; pos[1][0] = 0; pos[1][1] = 12; pos[1][2] = 10; pos[1][3] = 11; pos[2] = []; pos[2][0] = 2; pos[2][1] = 3; pos[2][2] = 13; pos[2][3] = 1; pos[3] = []; pos[3][0] = 4; pos[3][1] = 5; pos[3][2] = 6; pos[3][3] = 14; var pos = pos[args.targetPos][args.elementPos]; } var ePos = position[pos]; var fPos = pos; if ( !args.force ) { // TODO: Do the args.container // window width & scroll offset $window = $( window ); var sx = $window.scrollLeft(); var sy = $window.scrollTop(); // TODO: Look at innerWidth & innerHeight var container = new Range( sx, sy, sx + $window.width(), sy + $window.height() ); // If we are outside of our viewport, see if we are outside vertically or horizontally and push onto the stack var stack; if ( args.positions ) { stack = args.positions; } else { stack = [pos]; } var test = []; // Keeps track of our positions we already tried while ( stack.length > 0 ) { var p = stack.shift(); if ( test[p] ) { continue; } test[p] = true; // If our current position is not within the viewport (eg. window) // add the next suggested position if ( !container.contains(position[p]) ) { if ( args.positions === null ) { stack = jQuery.merge( stack, next[p] ); } } else { ePos = position[p]; break; } } } // + TODO: Determine if we are going to use absolute left, top, bottom, right // positions relative to our target // Take into account any absolute or fixed positioning // to 'normalize' our coordinates $element.parents().each(function() { var $this = $(this); if ( $this.css('position') != 'static' ) { var abs = $this.offset(); ePos = ePos.transform( -abs.left, -abs.top ); return false; } }); // Finally position our element var css = { left: ePos.x1, top: ePos.y1 }; if ( args.hideAfterPosition ) { css['display'] = 'none'; } $element.css( css ); if ( args.addClass ) { $element.removeClass( 'positionBy0 positionBy1 positionBy2 positionBy3 positionBy4 positionBy5 ' + 'positionBy6 positionBy7 positionBy8 positionBy9 positionBy10 positionBy11 ' + 'positionBy12 positionBy13 positionBy14 positionBy15') .addClass('positionBy' + p); } }); }; })(jQuery); /* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * $LastChangedDate$ * $Rev$ * * Version 2.1.1 */ (function($){ /** * The bgiframe is chainable and applies the iframe hack to get * around zIndex issues in IE6. It will only apply itself in IE6 * and adds a class to the iframe called 'bgiframe'. The iframe * is appeneded as the first child of the matched element(s) * with a tabIndex and zIndex of -1. * * By default the plugin will take borders, sized with pixel units, * into account. If a different unit is used for the border's width, * then you will need to use the top and left settings as explained below. * * NOTICE: This plugin has been reported to cause perfromance problems * when used on elements that change properties (like width, height and * opacity) a lot in IE6. Most of these problems have been caused by * the expressions used to calculate the elements width, height and * borders. Some have reported it is due to the opacity filter. All * these settings can be changed if needed as explained below. * * @example $('div').bgiframe(); * @before

    Paragraph

    * @result