/*
 * jQuery JavaScript Library v1.3.1
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-01-21 20:42:16 -0500 (Wed, 21 Jan 2009)
 * Revision: 6158
 */
(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.makeArray(E))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(E){return E===g?o.makeArray(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,find:function(E){if(this.length===1&&!/,/.test(E)){var G=this.pushStack([],"find",E);G.length=0;o.find(E,this[0],G);return G}else{var F=o.map(this,function(H){return o.find(E,H)});return this.pushStack(/[^+>] [^+>]/.test(E)?o.unique(F):F,"find",E)}},clone:function(F){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return o.clean([H.innerHTML])[0]}else{return this.cloneNode(true)}});var G=E.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(F===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return}var H=o.data(this,"events");for(var K in H){for(var J in H[K]){o.event.add(G[I],K,H[K][J],H[K][J].data)}}})}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 F=o.expr.match.POS.test(E)?o(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:o(G).is(E)){return G}G=G.parentNode}})},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<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=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: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(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=o.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J)}}if(G){o.each(G,z)}}return this;function L(O,P){return N&&o.nodeName(O,"table")&&o.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O}}};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<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){G=o.trim(G);if(G){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-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(G,E,I){if(E=="width"||E=="height"){var K,F={position:"absolute",visibility:"hidden",display:"block"},J=E=="width"?["Left","Right"]:["Top","Bottom"];function H(){K=E=="width"?G.offsetWidth:G.offsetHeight;var M=0,L=0;o.each(J,function(){M+=parseFloat(o.curCSS(G,"padding"+this,true))||0;L+=parseFloat(o.curCSS(G,"border"+this+"Width",true))||0});K-=Math.round(M+L)}if(o(G).is(":visible")){H()}else{o.swap(G,F,H)}return Math.max(0,K)}return o.curCSS(G,E,I)},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,R){if(typeof R==="number"){R+=""}if(!R){return}if(typeof R==="string"){R=R.replace(/(<(\w+)[^>]*?)\/>/g,function(T,U,S){return S.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?T:U+"></"+S+">"});var O=o.trim(R).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+R+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var N=!O.indexOf("<table")&&O.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&O.indexOf("<tbody")<0?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(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=o.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=o.merge(G,R)}});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;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){o(G[H])[F](this)}})}});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).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 Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=function(X,T,aa,ab){aa=aa||[];T=T||document;if(T.nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return aa}var Y=[],V,ae,ah,S,ac,U,W=true;Q.lastIndex=0;while((V=Q.exec(X))!==null){Y.push(V[1]);if(V[2]){U=RegExp.rightContext;break}}if(Y.length>1&&L.exec(X)){if(Y.length===2&&H.relative[Y[0]]){ae=I(Y[0]+Y[1],T)}else{ae=H.relative[Y[0]]?[T]:F(Y.shift(),T);while(Y.length){X=Y.shift();if(H.relative[X]){X+=Y.shift()}ae=I(X,ae)}}}else{var ad=ab?{expr:Y.pop(),set:E(ab)}:F.find(Y.pop(),Y.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(ad.expr,ad.set);if(Y.length>0){ah=E(ae)}else{W=false}while(Y.length){var ag=Y.pop(),af=ag;if(!H.relative[ag]){ag=""}else{af=Y.pop()}if(af==null){af=T}H.relative[ag](ah,af,P(T))}}if(!ah){ah=ae}if(!ah){throw"Syntax error, unrecognized expression: "+(ag||X)}if(G.call(ah)==="[object Array]"){if(!W){aa.push.apply(aa,ah)}else{if(T.nodeType===1){for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&(ah[Z]===true||ah[Z].nodeType===1&&J(T,ah[Z]))){aa.push(ae[Z])}}}else{for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&ah[Z].nodeType===1){aa.push(ae[Z])}}}}}else{E(ah,aa)}if(U){F(U,T,aa,ab)}return aa};F.matches=function(S,T){return F(S,null,null,T)};F.find=function(Z,S,aa){var Y,W;if(!Z){return[]}for(var V=0,U=H.order.length;V<U;V++){var X=H.order[V],W;if((W=H.match[X].exec(Z))){var T=RegExp.leftContext;if(T.substr(T.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");Y=H.find[X](W,S,aa);if(Y!=null){Z=Z.replace(H.match[X],"");break}}}}if(!Y){Y=S.getElementsByTagName("*")}return{set:Y,expr:Z}};F.filter=function(ab,aa,ae,V){var U=ab,ag=[],Y=aa,X,S;while(ab&&aa.length){for(var Z in H.filter){if((X=H.match[Z].exec(ab))!=null){var T=H.filter[Z],af,ad;S=false;if(Y==ag){ag=[]}if(H.preFilter[Z]){X=H.preFilter[Z](X,Y,ae,ag,V);if(!X){S=af=true}else{if(X===true){continue}}}if(X){for(var W=0;(ad=Y[W])!=null;W++){if(ad){af=T(ad,X,W,Y);var ac=V^!!af;if(ae&&af!=null){if(ac){S=true}else{Y[W]=false}}else{if(ac){ag.push(ad);S=true}}}}}if(af!==g){if(!ae){Y=ag}ab=ab.replace(H.match[Z],"");if(!S){return[]}break}}}ab=ab.replace(/\s*,\s*/,"");if(ab==U){if(S==null){throw"Syntax error, unrecognized expression: "+ab}else{break}}U=ab}return Y};var H=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(S){return S.getAttribute("href")}},relative:{"+":function(W,T){for(var U=0,S=W.length;U<S;U++){var V=W[U];if(V){var X=V.previousSibling;while(X&&X.nodeType!==1){X=X.previousSibling}W[U]=typeof T==="string"?X||false:X===T}}if(typeof T==="string"){F.filter(T,W,true)}},">":function(X,T,Y){if(typeof T==="string"&&!/\W/.test(T)){T=Y?T:T.toUpperCase();for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){var V=W.parentNode;X[U]=V.nodeName===T?V:false}}}else{for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){X[U]=typeof T==="string"?W.parentNode:W.parentNode===T}}if(typeof T==="string"){F.filter(T,X,true)}}},"":function(V,T,X){var U="done"+(K++),S=R;if(!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("parentNode",T,U,V,W,X)},"~":function(V,T,X){var U="done"+(K++),S=R;if(typeof T==="string"&&!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("previousSibling",T,U,V,W,X)}},find:{ID:function(T,U,V){if(typeof U.getElementById!=="undefined"&&!V){var S=U.getElementById(T[1]);return S?[S]:[]}},NAME:function(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1])}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(V,T,U,S,Y){V=" "+V[1].replace(/\\/g,"")+" ";var X;for(var W=0;(X=T[W])!=null;W++){if(X){if(Y^(" "+X.className+" ").indexOf(V)>=0){if(!U){S.push(X)}}else{if(U){T[W]=false}}}}return false},ID:function(S){return S[1].replace(/\\/g,"")},TAG:function(T,S){for(var U=0;S[U]===false;U++){}return S[U]&&P(S[U])?T[1]:T[1].toUpperCase()},CHILD:function(S){if(S[1]=="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]=="even"&&"2n"||S[2]=="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0}S[0]="done"+(K++);return S},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S]}if(T[2]==="~="){T[4]=" "+T[4]+" "}return T},PSEUDO:function(W,T,U,S,X){if(W[1]==="not"){if(W[3].match(Q).length>1){W[3]=F(W[3],null,null,T)}else{var V=F.filter(W[3],T,U,true^X);if(!U){S.push.apply(S,V)}return false}}else{if(H.match.POS.test(W[0])){return true}}return W},POS:function(S){S.unshift(true);return S}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden"},disabled:function(S){return S.disabled===true},checked:function(S){return S.checked===true},selected:function(S){S.parentNode.selectedIndex;return S.selected===true},parent:function(S){return !!S.firstChild},empty:function(S){return !S.firstChild},has:function(U,T,S){return !!F(S[3],U).length},header:function(S){return/h\d/i.test(S.nodeName)},text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:function(S){return"checkbox"===S.type},file:function(S){return"file"===S.type},password:function(S){return"password"===S.type},submit:function(S){return"submit"===S.type},image:function(S){return"image"===S.type},reset:function(S){return"reset"===S.type},button:function(S){return"button"===S.type||S.nodeName.toUpperCase()==="BUTTON"},input:function(S){return/input|select|textarea|button/i.test(S.nodeName)}},setFilters:{first:function(T,S){return S===0},last:function(U,T,S,V){return T===V.length-1},even:function(T,S){return S%2===0},odd:function(T,S){return S%2===1},lt:function(U,T,S){return T<S[3]-0},gt:function(U,T,S){return T>S[3]-0},nth:function(U,T,S){return S[3]-0==T},eq:function(U,T,S){return S[3]-0==T}},filter:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++}}Z[X]=W-1}if(Y=="first"){return S.nodeIndex==1}else{if(Y=="last"){return S.nodeIndex==Z[X]}else{if(Y=="only"){return Z[X]==1}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true}if(U==0){if(S.nodeIndex==aa){ab=true}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true}}return ab}}}}},PSEUDO:function(Y,U,V,Z){var T=U[1],W=H.filters[T];if(W){return W(Y,V,U,Z)}else{if(T==="contains"){return(Y.textContent||Y.innerText||"").indexOf(U[3])>=0}else{if(T==="not"){var X=U[3];for(var V=0,S=X.length;V<S;V++){if(X[V]===Y){return false}}return true}}}},ID:function(T,S){return T.nodeType===1&&T.getAttribute("id")===S},TAG:function(T,S){return(S==="*"&&T.nodeType===1)||T.nodeName===S},CLASS:function(T,S){return S.test(T.className)},ATTR:function(W,U){var S=H.attrHandle[U[1]]?H.attrHandle[U[1]](W):W[U[1]]||W.getAttribute(U[1]),X=S+"",V=U[2],T=U[4];return S==null?V==="!=":V==="="?X===T:V==="*="?X.indexOf(T)>=0:V==="~="?(" "+X+" ").indexOf(T)>=0:!U[4]?S:V==="!="?X!=T:V==="^="?X.indexOf(T)===0:V==="$="?X.substr(X.length-T.length)===T:V==="|="?X===T||X.substr(0,T.length+1)===T+"-":false},POS:function(W,T,U,X){var S=T[2],V=H.setFilters[S];if(V){return V(W,U,T,X)}}}};var L=H.match.POS;for(var N in H.match){H.match[N]=RegExp(H.match[N].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(T,S){T=Array.prototype.slice.call(T);if(S){S.push.apply(S,T);return S}return T};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}else{if(typeof W.length==="number"){for(var U=0,S=W.length;U<S;U++){T.push(W[U])}}else{for(var U=0;W[U];U++){T.push(W[U])}}}return T}}(function(){var T=document.createElement("form"),U="script"+(new Date).getTime();T.innerHTML="<input name='"+U+"'/>";var S=document.documentElement;S.insertBefore(T,S.firstChild);if(!!document.getElementById(U)){H.find.ID=function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?V.id===W[1]||typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id").nodeValue===W[1]?[V]:g:[]}};H.filter.ID=function(X,V){var W=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&W&&W.nodeValue===V}}S.removeChild(T)})();(function(){var S=document.createElement("div");S.appendChild(document.createComment(""));if(S.getElementsByTagName("*").length>0){H.find.TAG=function(T,X){var W=X.getElementsByTagName(T[1]);if(T[1]==="*"){var V=[];for(var U=0;W[U];U++){if(W[U].nodeType===1){V.push(W[U])}}W=V}return W}}S.innerHTML="<a href='#'></a>";if(S.firstChild&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}F=function(X,W,U,V){W=W||document;if(!V&&W.nodeType===9&&!P(W)){try{return E(W.querySelectorAll(X),U)}catch(Y){}}return S(X,W,U,V)};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1])}}function O(T,Z,Y,ac,aa,ab){for(var W=0,U=ac.length;W<U;W++){var S=ac[W];if(S){S=S[T];var X=false;while(S&&S.nodeType){var V=S[Y];if(V){X=ac[V];break}if(S.nodeType===1&&!ab){S[Y]=W}if(S.nodeName===Z){X=S;break}S=S[T]}ac[W]=X}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break}if(S.nodeType===1){if(!aa){S[X]=V}if(typeof Y!=="string"){if(S===Y){W=true;break}}else{if(F.filter(Y,[S]).length>0){W=S;break}}}S=S[T]}ab[V]=W}}}var J=document.compareDocumentPosition?function(T,S){return T.compareDocumentPosition(S)&16}:function(T,S){return T!==S&&(T.contains?T.contains(S):true)};var P=function(S){return S.nodeType===9&&S.documentElement.nodeName!=="HTML"||!!S.ownerDocument&&P(S.ownerDocument)};var I=function(S,Z){var V=[],W="",X,U=Z.nodeType?[Z]:Z;while((X=H.match.PSEUDO.exec(S))){W+=X[0];S=S.replace(H.match.PSEUDO,"")}S=H.relative[S]?S+"*":S;for(var Y=0,T=U.length;Y<T;Y++){F(S,U[Y],V)}return F.filter(W,V)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||o.css(S,"display")==="none"||o.css(S,"visibility")==="hidden"};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&o.css(S,"display")!=="none"&&o.css(S,"visibility")!=="hidden"};F.selectors.filters.animated=function(S){return o.grep(o.timers,function(T){return S===T.elem}).length};o.multiFilter=function(U,S,T){if(T){U=":not("+U+")"}return F.matches(U,S)};o.dir=function(U,T){var S=[],V=U[T];while(V&&V!=document){if(V.nodeType==1){S.push(V)}V=V[T]}return S};o.nth=function(W,S,U,V){S=S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break}}return W};o.sibling=function(U,T){var S=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=T){S.push(U)}}return S};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);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<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){G=false}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&typeof l.frameElement==="undefined"){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width="1px";L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L)})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=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("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/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/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();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<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}this[H].style.display=o.data(this[H],"olddisplay",K)}}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;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)==1){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n)}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=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='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';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(H,F){var E=H?"Left":"Top",G=H?"Right":"Bottom";o.fn["inner"+F]=function(){return this[F.toLowerCase()]()+j(this,"padding"+E)+j(this,"padding"+G)};o.fn["outer"+F]=function(J){return this["inner"+F]()+j(this,"border"+E+"Width")+j(this,"border"+G+"Width")+(J?j(this,"margin"+E)+j(this,"margin"+G):0)};var I=F.toLowerCase();o.fn[I]=function(J){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+F]||document.body["client"+F]:this[0]==document?Math.max(document.documentElement["client"+F],document.body["scroll"+F],document.documentElement["scroll"+F],document.body["offset"+F],document.documentElement["offset"+F]):J===g?(this.length?o.css(this[0],I):null):this.css(I,typeof J==="string"?J:J+"px")}})})();

/*!
 * jQuery corner plugin: simple corner rounding
 * Examples and documentation at: http://jquery.malsup.com/corner/
 * version 1.99 (28-JUL-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */

/**
 *  corner() takes a single string argument:  $('#myDiv').corner("effect corners width")
 *
 *  effect:  name of the effect to apply, such as round, bevel, notch, bite, etc (default is round). 
 *  corners: one or more of: top, bottom, tr, tl, br, or bl. 
 *           by default, all four corners are adorned. 
 *  width:   width of the effect; in the case of rounded corners this is the radius. 
 *           specify this value using the px suffix such as 10px (and yes, it must be pixels).
 *
 * @name corner
 * @type jQuery
 * @param String options Options which control the corner style
 * @cat Plugins/Corner
 * @return jQuery
 * @author Dave Methvin (http://methvin.com/jquery/jq-corner.html)
 * @author Mike Alsup   (http://jquery.malsup.com/corner/)
 */
;(function($) { 

var expr = (function() {
	if (! $.browser.msie) return false;
    var div = document.createElement('div');
    try { div.style.setExpression('width','0+0'); }
    catch(e) { return false; }
    return true;
})();
    
function sz(el, p) { 
    return parseInt($.css(el,p))||0; 
};
function hex2(s) {
    var s = parseInt(s).toString(16);
    return ( s.length < 2 ) ? '0'+s : s;
};
function gpc(node) {
    for ( ; node && node.nodeName.toLowerCase() != 'html'; node = node.parentNode ) {
        var v = $.css(node,'backgroundColor');
        if (v == 'rgba(0, 0, 0, 0)')
            continue; // webkit
        if (v.indexOf('rgb') >= 0) { 
            var rgb = v.match(/\d+/g); 
            return '#'+ hex2(rgb[0]) + hex2(rgb[1]) + hex2(rgb[2]);
        }
        if ( v && v != 'transparent' )
            return v;
    }
    return '#ffffff';
};

function getWidth(fx, i, width) {
    switch(fx) {
    case 'round':  return Math.round(width*(1-Math.cos(Math.asin(i/width))));
    case 'cool':   return Math.round(width*(1+Math.cos(Math.asin(i/width))));
    case 'sharp':  return Math.round(width*(1-Math.cos(Math.acos(i/width))));
    case 'bite':   return Math.round(width*(Math.cos(Math.asin((width-i-1)/width))));
    case 'slide':  return Math.round(width*(Math.atan2(i,width/i)));
    case 'jut':    return Math.round(width*(Math.atan2(width,(width-i-1))));
    case 'curl':   return Math.round(width*(Math.atan(i)));
    case 'tear':   return Math.round(width*(Math.cos(i)));
    case 'wicked': return Math.round(width*(Math.tan(i)));
    case 'long':   return Math.round(width*(Math.sqrt(i)));
    case 'sculpt': return Math.round(width*(Math.log((width-i-1),width)));
    case 'dog':    return (i&1) ? (i+1) : width;
    case 'dog2':   return (i&2) ? (i+1) : width;
    case 'dog3':   return (i&3) ? (i+1) : width;
    case 'fray':   return (i%2)*width;
    case 'notch':  return width; 
    case 'bevel':  return i+1;
    }
};

$.fn.corner = function(o) {
    // in 1.3+ we can fix mistakes with the ready state
	if (this.length == 0) {
        if (!$.isReady && this.selector) {
            var s = this.selector, c = this.context;
            $(function() {
                $(s,c).corner(o);
            });
        }
        return this;
	}

    o = (o||"").toLowerCase();
    var keep = /keep/.test(o);                       // keep borders?
    var cc = ((o.match(/cc:(#[0-9a-f]+)/)||[])[1]);  // corner color
    var sc = ((o.match(/sc:(#[0-9a-f]+)/)||[])[1]);  // strip color
    var width = parseInt((o.match(/(\d+)px/)||[])[1]) || 10; // corner width
    var re = /round|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dog/;
    var fx = ((o.match(re)||['round'])[0]);
    var edges = { T:0, B:1 };
    var opts = {
        TL:  /top|tl/.test(o),       TR:  /top|tr/.test(o),
        BL:  /bottom|bl/.test(o),    BR:  /bottom|br/.test(o)
    };
    if ( !opts.TL && !opts.TR && !opts.BL && !opts.BR )
        opts = { TL:1, TR:1, BL:1, BR:1 };
    var strip = document.createElement('div');
    strip.style.overflow = 'hidden';
    strip.style.height = '1px';
    strip.style.backgroundColor = sc || 'transparent';
    strip.style.borderStyle = 'solid';
    return this.each(function(index){
        var pad = {
            T: parseInt($.css(this,'paddingTop'))||0,     R: parseInt($.css(this,'paddingRight'))||0,
            B: parseInt($.css(this,'paddingBottom'))||0,  L: parseInt($.css(this,'paddingLeft'))||0
        };

        if (typeof this.style.zoom != undefined) this.style.zoom = 1; // force 'hasLayout' in IE
        if (!keep) this.style.border = 'none';
        strip.style.borderColor = cc || gpc(this.parentNode);
        var cssHeight = $.curCSS(this, 'height');

        for (var j in edges) {
            var bot = edges[j];
            // only add stips if needed
            if ((bot && (opts.BL || opts.BR)) || (!bot && (opts.TL || opts.TR))) {
                strip.style.borderStyle = 'none '+(opts[j+'R']?'solid':'none')+' none '+(opts[j+'L']?'solid':'none');
                var d = document.createElement('div');
                $(d).addClass('jquery-corner');
                var ds = d.style;

                bot ? this.appendChild(d) : this.insertBefore(d, this.firstChild);

                if (bot && cssHeight != 'auto') {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.bottom = ds.left = ds.padding = ds.margin = '0';
                    if (expr)
                        ds.setExpression('width', 'this.parentNode.offsetWidth');
                    else
                        ds.width = '100%';
                }
                else if (!bot && $.browser.msie) {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.top = ds.left = ds.right = ds.padding = ds.margin = '0';
                    
                    // fix ie6 problem when blocked element has a border width
                    if (expr) {
                        var bw = sz(this,'borderLeftWidth') + sz(this,'borderRightWidth');
                        ds.setExpression('width', 'this.parentNode.offsetWidth - '+bw+'+ "px"');
                    }
                    else
                        ds.width = '100%';
                }
                else {
                	ds.position = 'relative';
                    ds.margin = !bot ? '-'+pad.T+'px -'+pad.R+'px '+(pad.T-width)+'px -'+pad.L+'px' : 
                                        (pad.B-width)+'px -'+pad.R+'px -'+pad.B+'px -'+pad.L+'px';                
                }

                for (var i=0; i < width; i++) {
                    var w = Math.max(0,getWidth(fx,i, width));
                    var e = strip.cloneNode(false);
                    e.style.borderWidth = '0 '+(opts[j+'R']?w:0)+'px 0 '+(opts[j+'L']?w:0)+'px';
                    bot ? d.appendChild(e) : d.insertBefore(e, d.firstChild);
                }
            }
        }
    });
};

$.fn.uncorner = function() { 
	$('div.jquery-corner', this).remove();
	return this;
};
    
})(jQuery);



$(document).ready( function () {
	$('.rc6').corner( '6px' );
	$('.rc6t').corner( '6px top' );
	$('.rc8').corner( '8px' );
	$('.rc10').corner( '10px' );
	
	realignFooter();
	
	$( 'div#latest_posts div.pages a.prev' ).click( function( e) {
		e.preventDefault();
		reloadLeftPaneDiscussions( 'prev' );
	} );

	$( 'div#latest_posts div.pages a.next' ).click( function( e ) {
		e.preventDefault();
		reloadLeftPaneDiscussions( 'next' );
	} );
	
	reloadLeftPaneDiscussions( '' );
	
	// check if post page
	if( $( 'div#relatedarticles' ).length ) {
		$postId = $( 'div#relatedarticles' ).attr( 'meta' );
		$( 'div#relatedarticles' ).load( '/xhr_related_threads.php?post_id=' + $postId );
	}

});

function reloadLeftPaneDiscussions( loadType ) {
	$( 'div#latest_posts h3' ).addClass( 'wait' ).text( 'loading ... '); 
	$.getJSON( '/xhr_leftpane_threads.php?type=' + loadType, function( data ) {
		$( 'div#latest_posts h3' ).text( data.title );
		$( 'div#latest_posts ul' ).empty();
		$.each( data.threads, function( i, thread ) {
			var flags = '';
			$.each( thread.classes, function( j, className ) {
				flags += '<small class="' + className + '"><span>' + className + '</span></small>';
			});
			$( '<li />' ).html( '<a title="' + thread.title + '" href="' + thread.url + '">' + thread.displayTitle + '</a>' + flags ).appendTo( 'div#latest_posts ul' );
		});
		$( 'div#latest_posts h3' ).removeClass( 'wait' );
		
		realignFooter();
	} );
}

function realignFooter() {
	if( $('div#panel').height() > $('div#content').height() ) {
		$('div#content').height( $('div#panel').height() );
	}
}

/**
 * Starts the "Loading..." prompt.
 */
function waitStart() {
	try {
		document.getElementById("loading").className = "load_wait visible";
	} catch(e) {}
}

/**
 * Removes the "Loading..." prompt.
 */
function waitEnd() {
	try {
		document.getElementById('loading').className = "load_wait hidden";		
	} catch(e) {}
}

/**
 * Encodes the HTML entities in the given string s.
 * @param {Object} string The string input that contains html entities.
 */
function html_entity_decode( string ) {
    var histogram = {}, histogram_r = {}, code = 0;
    var entity = chr = '';
    
    histogram['34'] = 'quot';
    histogram['38'] = 'amp';
    histogram['60'] = 'lt';
    histogram['62'] = 'gt';
    histogram['160'] = 'nbsp';
    histogram['161'] = 'iexcl';
    histogram['162'] = 'cent';
    histogram['163'] = 'pound';
    histogram['164'] = 'curren';
    histogram['165'] = 'yen';
    histogram['166'] = 'brvbar';
    histogram['167'] = 'sect';
    histogram['168'] = 'uml';
    histogram['169'] = 'copy';
    histogram['170'] = 'ordf';
    histogram['171'] = 'laquo';
    histogram['172'] = 'not';
    histogram['173'] = 'shy';
    histogram['174'] = 'reg';
    histogram['175'] = 'macr';
    histogram['176'] = 'deg';
    histogram['177'] = 'plusmn';
    histogram['178'] = 'sup2';
    histogram['179'] = 'sup3';
    histogram['180'] = 'acute';
    histogram['181'] = 'micro';
    histogram['182'] = 'para';
    histogram['183'] = 'middot';
    histogram['184'] = 'cedil';
    histogram['185'] = 'sup1';
    histogram['186'] = 'ordm';
    histogram['187'] = 'raquo';
    histogram['188'] = 'frac14';
    histogram['189'] = 'frac12';
    histogram['190'] = 'frac34';
    histogram['191'] = 'iquest';
    histogram['192'] = 'Agrave';
    histogram['193'] = 'Aacute';
    histogram['194'] = 'Acirc';
    histogram['195'] = 'Atilde';
    histogram['196'] = 'Auml';
    histogram['197'] = 'Aring';
    histogram['198'] = 'AElig';
    histogram['199'] = 'Ccedil';
    histogram['200'] = 'Egrave';
    histogram['201'] = 'Eacute';
    histogram['202'] = 'Ecirc';
    histogram['203'] = 'Euml';
    histogram['204'] = 'Igrave';
    histogram['205'] = 'Iacute';
    histogram['206'] = 'Icirc';
    histogram['207'] = 'Iuml';
    histogram['208'] = 'ETH';
    histogram['209'] = 'Ntilde';
    histogram['210'] = 'Ograve';
    histogram['211'] = 'Oacute';
    histogram['212'] = 'Ocirc';
    histogram['213'] = 'Otilde';
    histogram['214'] = 'Ouml';
    histogram['215'] = 'times';
    histogram['216'] = 'Oslash';
    histogram['217'] = 'Ugrave';
    histogram['218'] = 'Uacute';
    histogram['219'] = 'Ucirc';
    histogram['220'] = 'Uuml';
    histogram['221'] = 'Yacute';
    histogram['222'] = 'THORN';
    histogram['223'] = 'szlig';
    histogram['224'] = 'agrave';
    histogram['225'] = 'aacute';
    histogram['226'] = 'acirc';
    histogram['227'] = 'atilde';
    histogram['228'] = 'auml';
    histogram['229'] = 'aring';
    histogram['230'] = 'aelig';
    histogram['231'] = 'ccedil';
    histogram['232'] = 'egrave';
    histogram['233'] = 'eacute';
    histogram['234'] = 'ecirc';
    histogram['235'] = 'euml';
    histogram['236'] = 'igrave';
    histogram['237'] = 'iacute';
    histogram['238'] = 'icirc';
    histogram['239'] = 'iuml';
    histogram['240'] = 'eth';
    histogram['241'] = 'ntilde';
    histogram['242'] = 'ograve';
    histogram['243'] = 'oacute';
    histogram['244'] = 'ocirc';
    histogram['245'] = 'otilde';
    histogram['246'] = 'ouml';
    histogram['247'] = 'divide';
    histogram['248'] = 'oslash';
    histogram['249'] = 'ugrave';
    histogram['250'] = 'uacute';
    histogram['251'] = 'ucirc';
    histogram['252'] = 'uuml';
    histogram['253'] = 'yacute';
    histogram['254'] = 'thorn';
    histogram['255'] = 'yuml';
    
    // Reverse table. Cause for maintainability purposes, the histogram is 
    // identical to the one in htmlentities.
    for (code in histogram) {
        entity = histogram[code];
        histogram_r[entity] = code; 
    }
    
    return string.replace(/(\&([a-zA-Z]+)\;)/g, function(full, m1, m2){
        if (m2 in histogram_r) {
            return String.fromCharCode(histogram_r[m2]);
        } else {
            return m2;
        }
    });    
}

function htmlentities( string ){
    var histogram = {}, code = 0, tmp_arr = [];
    
    histogram['34'] = 'quot';
    histogram['38'] = 'amp';
    histogram['60'] = 'lt';
    histogram['62'] = 'gt';
    histogram['160'] = 'nbsp';
    histogram['161'] = 'iexcl';
    histogram['162'] = 'cent';
    histogram['163'] = 'pound';
    histogram['164'] = 'curren';
    histogram['165'] = 'yen';
    histogram['166'] = 'brvbar';
    histogram['167'] = 'sect';
    histogram['168'] = 'uml';
    histogram['169'] = 'copy';
    histogram['170'] = 'ordf';
    histogram['171'] = 'laquo';
    histogram['172'] = 'not';
    histogram['173'] = 'shy';
    histogram['174'] = 'reg';
    histogram['175'] = 'macr';
    histogram['176'] = 'deg';
    histogram['177'] = 'plusmn';
    histogram['178'] = 'sup2';
    histogram['179'] = 'sup3';
    histogram['180'] = 'acute';
    histogram['181'] = 'micro';
    histogram['182'] = 'para';
    histogram['183'] = 'middot';
    histogram['184'] = 'cedil';
    histogram['185'] = 'sup1';
    histogram['186'] = 'ordm';
    histogram['187'] = 'raquo';
    histogram['188'] = 'frac14';
    histogram['189'] = 'frac12';
    histogram['190'] = 'frac34';
    histogram['191'] = 'iquest';
    histogram['192'] = 'Agrave';
    histogram['193'] = 'Aacute';
    histogram['194'] = 'Acirc';
    histogram['195'] = 'Atilde';
    histogram['196'] = 'Auml';
    histogram['197'] = 'Aring';
    histogram['198'] = 'AElig';
    histogram['199'] = 'Ccedil';
    histogram['200'] = 'Egrave';
    histogram['201'] = 'Eacute';
    histogram['202'] = 'Ecirc';
    histogram['203'] = 'Euml';
    histogram['204'] = 'Igrave';
    histogram['205'] = 'Iacute';
    histogram['206'] = 'Icirc';
    histogram['207'] = 'Iuml';
    histogram['208'] = 'ETH';
    histogram['209'] = 'Ntilde';
    histogram['210'] = 'Ograve';
    histogram['211'] = 'Oacute';
    histogram['212'] = 'Ocirc';
    histogram['213'] = 'Otilde';
    histogram['214'] = 'Ouml';
    histogram['215'] = 'times';
    histogram['216'] = 'Oslash';
    histogram['217'] = 'Ugrave';
    histogram['218'] = 'Uacute';
    histogram['219'] = 'Ucirc';
    histogram['220'] = 'Uuml';
    histogram['221'] = 'Yacute';
    histogram['222'] = 'THORN';
    histogram['223'] = 'szlig';
    histogram['224'] = 'agrave';
    histogram['225'] = 'aacute';
    histogram['226'] = 'acirc';
    histogram['227'] = 'atilde';
    histogram['228'] = 'auml';
    histogram['229'] = 'aring';
    histogram['230'] = 'aelig';
    histogram['231'] = 'ccedil';
    histogram['232'] = 'egrave';
    histogram['233'] = 'eacute';
    histogram['234'] = 'ecirc';
    histogram['235'] = 'euml';
    histogram['236'] = 'igrave';
    histogram['237'] = 'iacute';
    histogram['238'] = 'icirc';
    histogram['239'] = 'iuml';
    histogram['240'] = 'eth';
    histogram['241'] = 'ntilde';
    histogram['242'] = 'ograve';
    histogram['243'] = 'oacute';
    histogram['244'] = 'ocirc';
    histogram['245'] = 'otilde';
    histogram['246'] = 'ouml';
    histogram['247'] = 'divide';
    histogram['248'] = 'oslash';
    histogram['249'] = 'ugrave';
    histogram['250'] = 'uacute';
    histogram['251'] = 'ucirc';
    histogram['252'] = 'uuml';
    histogram['253'] = 'yacute';
    histogram['254'] = 'thorn';
    histogram['255'] = 'yuml';
    
    for (i = 0; i < string.length; ++i) {
        code = string.charCodeAt(i);
        if (code in histogram) {
            tmp_arr[i] = '&'+histogram[code]+';';
        } else {
            tmp_arr[i] = string.charAt(i);
        }
    }
    
    return tmp_arr.join('');
}

/* Editor functions */


function showMsgBox( caption, text ) {
	$.prompt( text, {top: "40%", buttons : {OK : true} } );
}

function showYuiPrompt(caption, text, funcyes) {
	$.prompt( text, { 
		callback: function(v, m, f) { 
			if( v ) { 
				funcyes(); 
			} 
		}, 
		top: "40%",  
		buttons : { 
			Yes : true, No : false 
		}, 
		focus: 1
	} );
}


function showYuiWait($text) {
	$.blockUI( {
		message: 'Hold on!',
		baseZ: 1000, 
		css: { 
		  	width: '8%', 
	        top: '50%', 
	        left: '46%',
	        'font-size' : '0.9em',
			'font-weight' : 'bold',
	        border: 'none', 
	        padding: '10px', 
	        backgroundColor: '#000', 
	        '-webkit-border-radius': '10px', 
	        '-moz-border-radius': '10px', 
	        opacity: .5, 
	        color: '#fff'
    	} 
	} ); 
}

function hideYuiWait() {
	$.unblockUI();
}


function ToggleEditor(to, force) {
	var oEditor ;
	
	if (typeof(FCKeditorAPI) != 'undefined') {
		oEditor = FCKeditorAPI.GetInstance('DataFCKeditor');
	}
	
	var eTextareaDiv  = document.getElementById( 'Textarea' ) ;
	var eFCKeditorDiv = document.getElementById( 'FCKeditor' ) ;
	var editor_holder = document.getElementById( 'editor_holder' );

	if ( to ) {
		// If the _Textarea DIV is visible, switch to FCKeditor.
		if (eTextareaDiv.style.display == 'none') {
			// we're already in rich mode
			return;
		}
		
		var browser=navigator.appName;
		var version=parseFloat(navigator.appVersion);
		if (browser=="Opera" && version<9.5) {
			showMsgBox ("Incompatible Browser!",
				"Your version of Opera does not support our rich editor. Please download Opera 9.5 or higher. "+
				 "<br /><br /><a target='_blank' href='http://www.opera.com/download/'>Click here</a> if you would like to download it now."
				 );
			
			return;
		}
		
		
		var content =  document.getElementById('DataTextarea').value;
		
		content = htmlentities(content);	
		content = content.replace( /[\r\n]/g, "<br />" );
		if ( !oEditor ) {
			document.getElementById('DataFCKeditor').value = content; 
			createEditor() ;
		} else {
			// Set the current text in the textarea to the editor.
			oEditor.SetData( content ) ;
		}

		// Switch the DIVs display.
		eTextareaDiv.style.display = 'none' ;
		eFCKeditorDiv.style.display = '' ;

		// This is a hack for Gecko 1.0.x ... it stops editing when the editor is hidden.
		if ( oEditor && !document.all ) {
			if ( oEditor.EditMode == FCK_EDITMODE_WYSIWYG )
				oEditor.MakeEditable() ;
		}
		
		document.getElementById('editor_tab_plain').className = 'editor_tab';
		document.getElementById('editor_tab_rich').className  = 'editor_tab editor_tab_selected';
		document.getElementById('post_format').value  = 'rich';
		editor_holder.className = 'rich ';

	} else {		
	
		if (eTextareaDiv.style.display == '') {
			// we're already in simple mode
			return;
		}
		
		if (!force) {
			showYuiPrompt("Warning",
				"Switching to simple editor mode might clear any formatted text you have in the text. Are you sure to continue?",
				function() { ToggleEditor(0,1); }
				);
			return;
		}
	
		// Set the textarea value to the editor value.
		var content = oEditor.GetXHTML(false);
		content = content.replace( /<[bB][rR]\s\/>/g,'\n' );
		content = content.replace( /<[^<|>]+?>/gi,'' );
		content = html_entity_decode(content);
	
		
		document.getElementById('DataTextarea').value =  content;

		// Switch the DIVs display.
		eTextareaDiv.style.display = '' ;
		eFCKeditorDiv.style.display = 'none' ;

		document.getElementById('editor_tab_plain').className = 'editor_tab editor_tab_selected';
		document.getElementById('editor_tab_rich').className  = 'editor_tab ';
		document.getElementById('post_format').value  = 'text';
		editor_holder.className = 'simple ';
		
		realignFooter();
		
	}
}	

var isEditorScriptLoaded = false;
var richEditorActive = false;

function createEditor() {
	//waitStart();
	showYuiWait("Loading rich editor...");
	if (isEditorScriptLoaded ) {
		editorLoadComplete();
		return;
	}
	
	var head = document.getElementsByTagName('head')[0];
	var script = document.createElement('script');
	script.type = 'text/javascript';
	script.src  = '/utils/fckeditor/fckeditor.js';
	script.onreadystatechange= editorLoadComplete;
	script.onload= editorLoadComplete;		
	head.appendChild(script);
}

function FCKeditor_OnComplete( editorInstance ) {
	$("div#FCKeditor").css( { "visibility" : "visible" });
	hideYuiWait();
}

function editorLoadComplete() {
	isEditorScriptLoaded = true;
	if (!richEditorActive) {
		try {
			$("div#FCKeditor").css( { "visibility" : "hidden" });
			
			var fck = new FCKeditor('DataFCKeditor');
			fck.BasePath = "/utils/fckeditor/";
			fck.Width = '100%';
			fck.Height = '280';
			fck.Config["EnterMode"] = "br";
			fck.Config["ShiftEnterMode"] = "br";
			fck.ReplaceTextarea();
			richEditorActive = true;
			
			realignFooter();
		} 
		catch (err) {
		}
	}
}

function submitEditorForm() {
	document.getElementById('editor').submit();
}

function trim(str) {
	var	str = str.replace(/^\s\s*/, ''),
		ws = /\s/,
		i = str.length;
	while (ws.test(str.charAt(--i)));
	return str.slice(0, i + 1);
}

function PrepareSave() {
	// If the textarea isn't visible update the content from the editor.
	if ( document.getElementById( 'Textarea' ).style.display == 'none' ) {
		var oEditor = FCKeditorAPI.GetInstance( 'DataFCKeditor' ) ;
		document.getElementById( 'DataTextarea' ).value = oEditor.GetXHTML() ;
	}
	
	var post_tag_txtbox = document.getElementById('post_tags');
	if ( post_tag_txtbox && trim(post_tag_txtbox.value)=="") {
		showYuiPrompt("Warning",
				"Are you sure to continue without entering any tags for this post? "
				+"<br /><br />Tags make it easier for people to locate your post by specifying the "
				+"categories your post is related to. "
				+"If you would like to enter some tags beore submitting, click No. "
				+"Otherwise, click Yes to submit the post without entering tags.",
				function() { submitEditorForm(); }
				);
	} else {
		submitEditorForm();
	}
}	


/* Comment functions, mostly ajax */

function sayThanks(toComment) {
	waitStart();
	ajaxRequest('get', '/rpc_thanks.php?to='+toComment, sayThanksHandler);
}

function sayThanksHandler() {
	if(xmlhttp.readyState == 4) {
		
		if (xmlhttp.status == 200) {
	        var response = xmlhttp.responseText;
			
	        if(response.indexOf('|') != -1) {
	            update = response.split('|');
				if (update[0]<=0) {
					// call failed.
					showMsgBox( "Error occurred", update[1] );
				}
				else {
					// said thanks, update UI.
					sayThanksUpdateUI(update[1]);
				}
	        }
			
		}
		waitEnd();
	}
}

function sayThanksUpdateUI(update) {
		
	var fields = update.split(';');
	
	var thankful_div = document.getElementById('tf'+fields[2])
	if (thankful_div.innerHTML=="") {
		thankful_div.innerHTML="<span>Thankful users: </span>"
		thankful_div.className = "tf";
	}
	var new_thanks = document.createElement('a');
	new_thanks.setAttribute('href','/user/'+fields[1]);
	new_thanks.appendChild(document.createTextNode(fields[1]));
	thankful_div.appendChild(new_thanks);
	
}

function flagCommentWorker(commentId) {
	waitStart();
	ajaxRequest('get', '/rpc_flag.php?to='+commentId, flagHandler);
}

function flagComment(commentId) {
	showYuiPrompt("Flag this comment?",
				"Do you want to flag this comment as offensive or as a violation of any of the site policies?"
				+"<br /><br />Pressing OK will flag this comment as offensive and the administrators of the site will review this comment.",
				function() { flagCommentWorker(commentId); }
				);
}

function flagHandler() {
		
	if(xmlhttp.readyState == 4) {
		if (xmlhttp.status == 200) {
	        var response = xmlhttp.responseText;
	        
	        if(response.indexOf('|') != -1) {
	            update = response.split('|');
				if (update[0]<=0) {
					// call failed.
					showMsgBox ("Error occurred",
						update[1] );
				}
				else {
					// said thanks, update UI.
					flagUpdateUI(update[1]);
				}
	        }
			
		}
		waitEnd();
	}
}


function flagUpdateUI(update) {
	var fields = update.split(';');
	var flagged_div = document.getElementById('fl'+fields[0]);
	
	if (flagged_div.innerHTML=="") {
		var flagged_msg = "";
		if (parseInt(fields[2]) > 1) {
			flagged_msg = "Multiple users in the community have flagged the following comment as offensive or as a violation of the site policies.";
		} else {
			flagged_msg = "The following comment has been flagged as offensive or as a violation of the site policies by a community user.";
		}
		flagged_msg+="  An administrator will review the comment and remove it if necessary.";
		
		flagged_div.innerHTML = flagged_msg;
		flagged_div.className = "fl";
	}
	
}

function acceptAnswerWorker(commentId) {
	waitStart();
	ajaxRequest('get', '/rpc_acceptanswer.php?to='+commentId, acceptAnswerHandler);
}

function acceptAnswer(commentId) {
   
    showYuiPrompt( "Accept this solution?", 
                "Do you want to accept this comment as the answer to your question? "
                +"Doing so will help others in the community to identify this solution faster. "
                +"Also, this action cannot be changed or undone. "
                +"<br /><br />"
                +"Click OK to accept this comment as the answer to your question.",
				function() { acceptAnswerWorker(commentId); }
				);
}

function acceptAnswerHandler() {
	if(xmlhttp.readyState == 4) {
		if (xmlhttp.status == 200) {
	        var response = xmlhttp.responseText;
	        
	        if(response.indexOf('|') != -1) {
	            update = response.split('|');
				if (update[0]<=0) {
					// call failed.
					showMsgBox ("Error occurred",
						update[1]);
				}
				else {
					// said thanks, update UI.
					acceptAnsewrUpdateUI(update[1]);
				}
	        }
			
		}
		waitEnd();
	}
}


function acceptAnsewrUpdateUI(update) {
	var fields = update.split(';');
	
	var commentholder_div = document.getElementById('ch'+fields[0]);
	commentholder_div.className = "ch chaa";
	
}


function focusHideText(id) {
    var el = document.getElementById(id);
    if (el.value == el.defaultValue) {
        el.value = "";
        el.className = el.className.replace(/text_focustext/gi, '');
        
    }
}

function focusShowText(id) {
    var el = document.getElementById(id);
    if (el.value == "") {
        el.value = el.defaultValue;
        el.className += ' text_focustext';
    }
}


/* ajax */

var xmlhttp
	/*@cc_on @*/
	/*@if (@_jscript_version >= 5)
	  try {
	  xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")
	 } catch (e) {
	  try {
	    xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")
	  } catch (E) {
	   xmlhttp=false
	  }
	 }
	@else
	 xmlhttp=false
	@end @*/
	if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
	 try {
	  xmlhttp = new XMLHttpRequest();
	 } catch (e) {
	  xmlhttp=false
	 }
	}
	function myXMLHttpRequest() {
	  var xmlhttplocal;
	  try {
	    xmlhttplocal= new ActiveXObject("Msxml2.XMLHTTP")
	 } catch (e) {
	  try {
	    xmlhttplocal= new ActiveXObject("Microsoft.XMLHTTP")
	  } catch (E) {
	    xmlhttplocal=false;
	  }
	 }

	if (!xmlhttplocal && typeof XMLHttpRequest!='undefined') {
	 try {
	  var xmlhttplocal = new XMLHttpRequest();
	 } catch (e) {
	  var xmlhttplocal=false;
	  alert('couldn\'t create xmlhttp object');
	 }
	}
	return(xmlhttplocal);
}

function ajaxRequest(method, url, handler) {
    xmlhttp.open(method, url);
    xmlhttp.onreadystatechange = handler;
    xmlhttp.send(null);	
}

/* ajax end */
/* rating_behavior.js begin (orig at /rating_behavior.js. this stripped for optimum perf) */
var Behaviour = {
	list : new Array,
	
	register : function(sheet){
		Behaviour.list.push(sheet);
	},
	
	start : function(){
		Behaviour.addLoadEvent(function(){
			Behaviour.apply();
		});
	},
	
	apply : function(){
		for (h=0;sheet=Behaviour.list[h];h++){
			for (selector in sheet){
				list = document.getElementsBySelector(selector);
				
				if (!list){
					continue;
				}

				for (i=0;element=list[i];i++){
					sheet[selector](element);
				}
			}
		}
	},
	
	addLoadEvent : function(func){
		var oldonload = window.onload;
		
		if (typeof window.onload != 'function') {
			window.onload = func;
		} else {
			window.onload = function() {
				oldonload();
				func();
			}
		}
	}
}

Behaviour.start();

/*
   The following code is Copyright (C) Simon Willison 2004.

   document.getElementsBySelector(selector)
   - returns an array of element objects from the current document
     matching the CSS selector. Selectors can contain element names, 
     class names and ids and can be nested. For example:
     
       elements = document.getElementsBySelect('div#main p a.external')
     
     Will return an array of all 'a' elements with 'external' in their 
     class attribute that are contained inside 'p' elements that are 
     contained inside the 'div' element which has id="main"

   New in version 0.4: Support for CSS2 and CSS3 attribute selectors:
   See http://www.w3.org/TR/css3-selectors/#attribute-selectors

   Version 0.4 - Simon Willison, March 25th 2003
   -- Works in Phoenix 0.5, Mozilla 1.3, Opera 7, Internet Explorer 6, Internet Explorer 5 on Windows
   -- Opera 7 fails 
*/

function getAllChildren(e) {
  // Returns all children of element. Workaround required for IE5/Windows. Ugh.
  return e.all ? e.all : e.getElementsByTagName('*');
}

document.getElementsBySelector = function(selector) {
  // Attempt to fail gracefully in lesser browsers
  if (!document.getElementsByTagName) {
    return new Array();
  }
  // Split selector in to tokens
  var tokens = selector.split(' ');
  var currentContext = new Array(document);
  for (var i = 0; i < tokens.length; i++) {
    token = tokens[i].replace(/^\s+/,'').replace(/\s+$/,'');;
    if (token.indexOf('#') > -1) {
      // Token is an ID selector
      var bits = token.split('#');
      var tagName = bits[0];
      var id = bits[1];
      var element = document.getElementById(id);
      if (tagName && element.nodeName.toLowerCase() != tagName) {
        // tag with that ID not found, return false
        return new Array();
      }
      // Set currentContext to contain just this element
      currentContext = new Array(element);
      continue; // Skip to next token
    }
    if (token.indexOf('.') > -1) {
      // Token contains a class selector
      var bits = token.split('.');
      var tagName = bits[0];
      var className = bits[1];
      if (!tagName) {
        tagName = '*';
      }
      // Get elements matching tag, filter them for class selector
      var found = new Array;
      var foundCount = 0;
      for (var h = 0; h < currentContext.length; h++) {
        var elements;
        if (tagName == '*') {
            elements = getAllChildren(currentContext[h]);
        } else {
            elements = currentContext[h].getElementsByTagName(tagName);
        }
        for (var j = 0; j < elements.length; j++) {
          found[foundCount++] = elements[j];
        }
      }
      currentContext = new Array;
      var currentContextIndex = 0;
      for (var k = 0; k < found.length; k++) {
        if (found[k].className && found[k].className.match(new RegExp('\\b'+className+'\\b'))) {
          currentContext[currentContextIndex++] = found[k];
        }
      }
      continue; // Skip to next token
    }
    // Code to deal with attribute selectors
    if (token.match(/^(\w*)\[(\w+)([=~\|\^\$\*]?)=?"?([^\]"]*)"?\]$/)) {
      var tagName = RegExp.$1;
      var attrName = RegExp.$2;
      var attrOperator = RegExp.$3;
      var attrValue = RegExp.$4;
      if (!tagName) {
        tagName = '*';
      }
      // Grab all of the tagName elements within current context
      var found = new Array;
      var foundCount = 0;
      for (var h = 0; h < currentContext.length; h++) {
        var elements;
        if (tagName == '*') {
            elements = getAllChildren(currentContext[h]);
        } else {
            elements = currentContext[h].getElementsByTagName(tagName);
        }
        for (var j = 0; j < elements.length; j++) {
          found[foundCount++] = elements[j];
        }
      }
      currentContext = new Array;
      var currentContextIndex = 0;
      var checkFunction; // This function will be used to filter the elements
      switch (attrOperator) {
        case '=': // Equality
          checkFunction = function(e) { return (e.getAttribute(attrName) == attrValue); };
          break;
        case '~': // Match one of space seperated words 
          checkFunction = function(e) { return (e.getAttribute(attrName).match(new RegExp('\\b'+attrValue+'\\b'))); };
          break;
        case '|': // Match start with value followed by optional hyphen
          checkFunction = function(e) { return (e.getAttribute(attrName).match(new RegExp('^'+attrValue+'-?'))); };
          break;
        case '^': // Match starts with value
          checkFunction = function(e) { return (e.getAttribute(attrName).indexOf(attrValue) == 0); };
          break;
        case '$': // Match ends with value - fails with "Warning" in Opera 7
          checkFunction = function(e) { return (e.getAttribute(attrName).lastIndexOf(attrValue) == e.getAttribute(attrName).length - attrValue.length); };
          break;
        case '*': // Match ends with value
          checkFunction = function(e) { return (e.getAttribute(attrName).indexOf(attrValue) > -1); };
          break;
        default :
          // Just test for existence of attribute
          checkFunction = function(e) { return e.getAttribute(attrName); };
      }
      currentContext = new Array;
      var currentContextIndex = 0;
      for (var k = 0; k < found.length; k++) {
        if (checkFunction(found[k])) {
          currentContext[currentContextIndex++] = found[k];
        }
      }
      // alert('Attribute Selector: '+tagName+' '+attrName+' '+attrOperator+' '+attrValue);
      continue; // Skip to next token
    }
    
    if (!currentContext[0]){
    	return;
    }
    
    // If we get here, token is JUST an element (not a class or ID selector)
    tagName = token;
    var found = new Array;
    var foundCount = 0;
    for (var h = 0; h < currentContext.length; h++) {
      var elements = currentContext[h].getElementsByTagName(tagName);
      for (var j = 0; j < elements.length; j++) {
        found[foundCount++] = elements[j];
      }
    }
    currentContext = found;
  }
  return currentContext;
}

/* rating_behavior.js end */
/* rating.js begin (orig at /rating.js. this stripped for max perf) */

function sndReq(vote,id_num,ip_num,units) {
	var theUL = document.getElementById('unit_ul'+id_num);
	theUL.innerHTML = '<div class="loading"></div>';
    setTimeout( function() {
        // artificially delayed half a sec to give interactive illusion
        xmlhttp.open('get', '/rating_rpc.php?j='+vote+'&q='+id_num+'&t='+ip_num+'&c='+units);
        xmlhttp.onreadystatechange = handleResponse;
        xmlhttp.send(null);
    }, 500);
}

function handleResponse() {
  if(xmlhttp.readyState == 4){
		if (xmlhttp.status == 200){
        var response = xmlhttp.responseText;
        var update = new Array();
        if(response.indexOf('|') != -1) {
            update = response.split('|');
            changeText(update[0], update[1]);
        }
		}
    }
}

function changeText( div2show, text ) {
    var IE = (document.all) ? 1 : 0;
    var DOM = 0; 
    if (parseInt(navigator.appVersion) >=5) {DOM=1};
    if (DOM) {
        var viewer = document.getElementById(div2show);
        viewer.innerHTML = text;
    }  else if(IE) {
        document.all[div2show].innerHTML = text;
    }
}

var ratingAction = {
		'a.rater' : function(element){
			element.onclick = function(){

			var parameterString = this.href.replace(/.*\?(.*)/, "$1"); // onclick="sndReq('j=1&q=2&t=127.0.0.1&c=5');
			var parameterTokens = parameterString.split("&"); // onclick="sndReq('j=1,q=2,t=127.0.0.1,c=5');
			var parameterList = new Array();

			for (j = 0; j < parameterTokens.length; j++) {
				var parameterName = parameterTokens[j].replace(/(.*)=.*/, "$1"); // j
				var parameterValue = parameterTokens[j].replace(/.*=(.*)/, "$1"); // 1
				parameterList[parameterName] = parameterValue;
			}
			var theratingID = parameterList['q'];
			var theVote = parameterList['j'];
			var theuserIP = parameterList['t'];
			var theunits = parameterList['c'];
			
			//for testing	alert('sndReq('+theVote+','+theratingID+','+theuserIP+','+theunits+')'); return false;
			sndReq(theVote,theratingID,theuserIP,theunits); return false;		
			}
		}
		
	};
Behaviour.register(ratingAction);

function initializeFancyTooltips() {
	this.tooltip = function(){	
		/* CONFIG */		
			xOffset = 10;
			yOffset = 20;		
			// these 2 variable determine popup's distance from the cursor
			// you might want to adjust to get the right result		
		/* END CONFIG */		
		$("a.tooltip").hover(function(e){											  
			this.t = this.title;
			this.title = "";									  
			$("body").append("<p id='tooltip'>"+ this.t +"</p>");
			$("#tooltip")
				.css("top",(e.pageY - xOffset) + "px")
				.css("left",(e.pageX + yOffset) + "px")
				.fadeIn("fast");		
	    },
		function(){
			this.title = this.t;		
			$("#tooltip").remove();
	    });	
		$("a.tooltip").mousemove(function(e){
			$("#tooltip")
				.css("top",(e.pageY - xOffset) + "px")
				.css("left",(e.pageX + yOffset) + "px");
		});			
	};

	$(document).ready(function(){
		tooltip();
	});
}

function acceptConnection(cid) {
	showYuiPrompt("Accept this request",
			"Do you want to add this user to your friends list?",
			function() { acceptConnection_worker(cid); }
			);
}

function acceptConnection_worker(connectionId) {
	waitStart();
	ajaxRequest('get', '/rpc_acceptconnection.php?c='+connectionId, acceptConnectionHandler);
}

function acceptConnectionHandler() {
	if(xmlhttp.readyState == 4) {
		
		if (xmlhttp.status == 200) {
	        var response = xmlhttp.responseText;
			
	        if(response.indexOf('|') != -1) {
	            update = response.split('|');
				if (update[0]<=0) {
					// call failed.
					showMsgBox ("Error occurred",
						update[1]);
				} 
				else { 
					window.location.reload( true );
				}
	        }
			
		}
		waitEnd();
	}
}

function deleteConnection(cid) {
	showYuiPrompt("Delete this connection/request",
			"Are you sure to delete this contact? This user will no longer appear in your friends list.",
			function() { deleteConnection_worker(cid); }
			);
}

function deleteConnection_worker(connectionId) {
	waitStart();
	ajaxRequest('get', '/rpc_deleteconnection.php?c='+connectionId, acceptConnectionHandler);
}

function deleteConnectionHandler() {
	if(xmlhttp.readyState == 4) {
		
		if (xmlhttp.status == 200) {
	        var response = xmlhttp.responseText;
			
	        if(response.indexOf('|') != -1) {
	            update = response.split('|');
				if (update[0]<=0) {
					// call failed.
					showMsgBox ("Error occurred",
						update[1]);
				} 
				else { 
					window.location.reload( true );
				}
	        }
			
		}
		waitEnd();
	}
}
function rejectConnection(cid) {
	showYuiPrompt("Decline this request",
			"Are you sure to decline this request? This user will no longer appear in your friends list.",
			function() { rejectConnection_worker(cid); }
			);
}

function rejectConnection_worker(connectionId) {
	waitStart();
	ajaxRequest('get', '/rpc_rejectconnection.php?c='+connectionId, acceptConnectionHandler);
}

function rejectConnectionHandler() {
	if(xmlhttp.readyState == 4) {
		
		if (xmlhttp.status == 200) {
	        var response = xmlhttp.responseText;
			
	        if(response.indexOf('|') != -1) {
	            update = response.split('|');
				if (update[0]<=0) {
					// call failed.
					showMsgBox ("Error occurred",
						update[1]);
				} 
				else { 
					window.location.reload( true );
				}
	        }
			
		}
		waitEnd();
	}
}


function addConnection(redir) {
	showYuiPrompt("Add as a friend",
			"Do you want to add this user to your friends list?",
			function() { window.location.href=redir; }
			);
}

function deleteConnection_worker(connectionId) {
	waitStart();
	ajaxRequest('get', '/rpc_deleteconnection.php?c='+connectionId, acceptConnectionHandler);
}


function viewFullProfile() {
	$("#fullprofbut").hide(); 
	$("#fullprof").slideDown(); 
}

/* rating.js end */

/* =========================================================

// jquery.innerfade.js

// Datum: 2008-02-14
// Firma: Medienfreunde Hofmann & Baldes GbR
// Author: Torsten Baldes
// Mail: t.baldes@medienfreunde.com
// Web: http://medienfreunde.com

// based on the work of Matt Oakes http://portfolio.gizone.co.uk/applications/slideshow/
// and Ralf S. Engelschall http://trainofthoughts.org/

 *
 *  <ul id="news"> 
 *      <li>content 1</li>
 *      <li>content 2</li>
 *      <li>content 3</li>
 *  </ul>
 *  
 *  $('#news').innerfade({ 
 *	  animationtype: Type of animation 'fade' or 'slide' (Default: 'fade'), 
 *	  speed: Fading-/Sliding-Speed in milliseconds or keywords (slow, normal or fast) (Default: 'normal'), 
 *	  timeout: Time between the fades in milliseconds (Default: '2000'), 
 *	  type: Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence'), 
 * 		containerheight: Height of the containing element in any css-height-value (Default: 'auto'),
 *	  runningclass: CSS-Class which the container get’s applied (Default: 'innerfade'),
 *	  children: optional children selector (Default: null)
 *  }); 
 *

// ========================================================= */


(function($) {

    $.fn.innerfade = function(options) {
        return this.each(function() {   
            $.innerfade(this, options);
        });
    };

    $.innerfade = function(container, options) {
        var settings = {
        		'animationtype':    'fade',
            'speed':            'normal',
            'type':             'sequence',
            'timeout':          2000,
            'containerheight':  'auto',
            'runningclass':     'innerfade',
            'children':         null
        };
        if (options)
            $.extend(settings, options);
        if (settings.children === null)
            var elements = $(container).children();
        else
            var elements = $(container).children(settings.children);
        if (elements.length > 1) {
            $(container).css('position', 'relative').css('height', settings.containerheight).addClass(settings.runningclass);
            for (var i = 0; i < elements.length; i++) {
                $(elements[i]).css('z-index', String(elements.length-i)).css('position', 'absolute').hide();
            };
            if (settings.type == "sequence") {
                setTimeout(function() {
                    $.innerfade.next(elements, settings, 1, 0);
                }, settings.timeout);
                $(elements[0]).show();
            } else if (settings.type == "random") {
            		var last = Math.floor ( Math.random () * ( elements.length ) );
                setTimeout(function() {
                    do { 
												current = Math.floor ( Math.random ( ) * ( elements.length ) );
										} while (last == current );             
										$.innerfade.next(elements, settings, current, last);
                }, settings.timeout);
                $(elements[last]).show();
						} else if ( settings.type == 'random_start' ) {
								settings.type = 'sequence';
								var current = Math.floor ( Math.random () * ( elements.length ) );
								setTimeout(function(){
									$.innerfade.next(elements, settings, (current + 1) %  elements.length, current);
								}, settings.timeout);
								$(elements[current]).show();
						}	else {
							alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');
						}
				}
    };

    $.innerfade.next = function(elements, settings, current, last) {
        if (settings.animationtype == 'slide') {
            $(elements[last]).slideUp(settings.speed);
            $(elements[current]).slideDown(settings.speed);
        } else if (settings.animationtype == 'fade') {
            $(elements[last]).fadeOut(settings.speed);
            $(elements[current]).fadeIn(settings.speed, function() {
							removeFilter($(this)[0]);
						});
        } else
            alert('Innerfade-animationtype must either be \'slide\' or \'fade\'');
        if (settings.type == "sequence") {
            if ((current + 1) < elements.length) {
                current = current + 1;
                last = current - 1;
            } else {
                current = 0;
                last = elements.length - 1;
            }
        } else if (settings.type == "random") {
            last = current;
            while (current == last)
                current = Math.floor(Math.random() * elements.length);
        } else
            alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');
        setTimeout((function() {
            $.innerfade.next(elements, settings, current, last);
        }), settings.timeout);
    };

})(jQuery);

// **** remove Opacity-Filter in ie ****
function removeFilter(element) {
	if(element.style.removeAttribute){
		element.style.removeAttribute('filter');
	}
}


eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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.j={1V:{1z:c(E,D,H){b G=C.j[E].4r;1Y(b F 7s H){G.4S[F]=G.4S[F]||[];G.4S[F].3k([D,H[F]])}},1L:c(D,F,E){b H=D.4S[F];8(!H){k}1Y(b G=0;G<H.1g;G++){8(D.d[H[G][0]]){H[G][1].1i(D.m,E)}}}},6u:{},l:c(D){8(C.j.6u[D]){k C.j.6u[D]}b E=C(\'<29 3Q="j-aM">\').1b(D).l({r:"1I",h:"-as",f:"-as",3B:"4X"}).2a("1C");C.j.6u[D]=!!((!(/2P|5Y/).1k(E.l("1T"))||(/^[1-9]/).1k(E.l("o"))||(/^[1-9]/).1k(E.l("p"))||!(/54/).1k(E.l("7T"))||!(/4P|9F\\(0, 0, 0, 0\\)/).1k(E.l("52"))));aZ{C("1C").3t(0).7G(E.3t(0))}aQ(F){}k C.j.6u[D]},5f:c(D){C(D).2g("6x","9D").l("ax","54")},aX:c(D){C(D).2g("6x","b4").l("ax","")},6g:c(G,D){b F=/h/.1k(D||"h")?"1Q":"1R",E=u;8(G[F]>0){k 13}G[F]=1;E=G[F]>0?13:u;G[F]=0;k E}};b A=C.3a.1P;C.3a.1P=c(){C("*",6).1z(6).1O("1P");k A.1i(6,1f)};c B(F,D,G){b E=C[F][D].8D||[];E=(2J E=="5k"?E.63(/,?\\s+/):E);k(C.5n(G,E)!=-1)}C.3e=c(D,E){b F=D.63(".")[0];D=D.63(".")[1];C.3a[D]=c(J){b H=(2J J=="5k"),I=7j.4r.aW.1L(1f,1);8(H&&B(F,D,J)){b G=C.19(6[0],D);k(G?G[J].1i(G,I):2W)}k 6.1j(c(){b K=C.19(6,D);8(H&&K&&C.5J(K[J])){K[J].1i(K,I)}1a{8(!H){C.19(6,D,99 C[F][D](6,J))}}})};C[F][D]=c(H,I){b G=6;6.4K=D;6.ah=F+"-"+D;6.d=C.1H({},C.3e.3u,C[F][D].3u,I);6.m=C(H).38("4A."+D,c(L,J,K){k G.4A(J,K)}).38("80."+D,c(K,J){k G.80(J)}).38("1P",c(){k G.2G()});6.3Y()};C[F][D].4r=C.1H({},C.3e.4r,E)};C.3e.4r={3Y:c(){},2G:c(){6.m.3c(6.4K)},80:c(D){k 6.d[D]},4A:c(D,E){6.d[D]=E;8(D=="1v"){6.m[E?"1b":"1A"](6.ah+"-1v")}},5z:c(){6.4A("1v",u)},4Q:c(){6.4A("1v",13)}};C.3e.3u={1v:u};C.j.5t={6a:c(){b D=6;6.m.38("6Y."+6.4K,c(E){k D.9K(E)});8(C.1S.2O){6.9C=6.m.2g("6x");6.m.2g("6x","9D")}6.aR=u},64:c(){6.m.2Z("."+6.4K);(C.1S.2O&&6.m.2g("6x",6.9C))},9K:c(F){(6.4b&&6.6r(F));6.6T=F;b D=6,G=(F.aP==1),E=(2J 6.d.4e=="5k"?C(F.2X).4o().1z(F.2X).2A(6.d.4e).1g:u);8(!G||E||!6.6D(F)){k 13}6.74=!6.d.4Z;8(!6.74){6.b1=5e(c(){D.74=13},6.d.4Z)}8(6.7H(F)&&6.7R(F)){6.4b=(6.4B(F)!==u);8(!6.4b){F.8J();k 13}}6.8a=c(H){k D.a1(H)};6.8j=c(H){k D.6r(H)};C(v).38("9Z."+6.4K,6.8a).38("7K."+6.4K,6.8j);k u},a1:c(D){8(C.1S.2O&&!D.6R){k 6.6r(D)}8(6.4b){6.3P(D);k u}8(6.7H(D)&&6.7R(D)){6.4b=(6.4B(6.6T,D)!==u);(6.4b?6.3P(D):6.6r(D))}k!6.4b},6r:c(D){C(v).2Z("9Z."+6.4K,6.8a).2Z("7K."+6.4K,6.8j);8(6.4b){6.4b=u;6.4s(D)}k u},7H:c(D){k(14.2Q(14.36(6.6T.2L-D.2L),14.36(6.6T.2M-D.2M))>=6.d.3H)},7R:c(D){k 6.74},4B:c(D){},3P:c(D){},4s:c(D){},6D:c(D){k 13}};C.j.5t.3u={4e:1n,3H:1,4Z:0}})(1x);(c(A){A.3e("j.1B",A.1H({},A.j.5t,{3Y:c(){b B=6.d;8(B.t=="7N"&&!(/(1E|1I|3G)/).1k(6.m.l("r"))){6.m.l("r","1E")}6.m.1b("j-1B");(B.1v&&6.m.1b("j-1B-1v"));6.6a()},4B:c(F){b H=6.d;8(6.t||H.1v||A(F.2X).44(".j-Z-2z")){k u}b B=!6.d.2z||!A(6.d.2z,6.m).1g?13:u;A(6.d.2z,6.m).3p("*").5g().1j(c(){8(6==F.2X){B=13}});8(!B){k u}8(A.j.23){A.j.23.4l=6}6.t=A.5J(H.t)?A(H.t.1i(6.m[0],[F])):(H.t=="4n"?6.m.4n():6.m);8(!6.t.4o("1C").1g){6.t.2a((H.2a=="18"?6.m[0].31:H.2a))}8(6.t[0]!=6.m[0]&&!(/(3G|1I)/).1k(6.t.l("r"))){6.t.l("r","1I")}6.2h={f:(12(6.m.l("5b"),10)||0),h:(12(6.m.l("5c"),10)||0)};6.3d=6.t.l("r");6.q=6.m.q();6.q={h:6.q.h-6.2h.h,f:6.q.f-6.2h.f};6.q.1l={f:F.2L-6.q.f,h:F.2M-6.q.h};6.1K=6.t.1K();b C=6.1K.q();8(6.1K[0]==v.1C&&A.1S.aY){C={h:0,f:0}}6.q.18={h:C.h+(12(6.1K.l("3O"),10)||0),f:C.f+(12(6.1K.l("3M"),10)||0)};b E=6.m.r();6.q.1E=6.3d=="1E"?{h:E.h-(12(6.t.l("h"),10)||0)+6.1K[0].1Q,f:E.f-(12(6.t.l("f"),10)||0)+6.1K[0].1R}:{h:0,f:0};6.26=6.5p(F);6.1u={p:6.t.2v(),o:6.t.2f()};8(H.2H){8(H.2H.f!=2W){6.q.1l.f=H.2H.f+6.2h.f}8(H.2H.2l!=2W){6.q.1l.f=6.1u.p-H.2H.2l+6.2h.f}8(H.2H.h!=2W){6.q.1l.h=H.2H.h+6.2h.h}8(H.2H.2r!=2W){6.q.1l.h=6.1u.o-H.2H.2r+6.2h.h}}8(H.1c){8(H.1c=="18"){H.1c=6.t[0].31}8(H.1c=="v"||H.1c=="2D"){6.1c=[0-6.q.1E.f-6.q.18.f,0-6.q.1E.h-6.q.18.h,A(H.1c=="v"?v:2D).p()-6.q.1E.f-6.q.18.f-6.1u.p-6.2h.f-(12(6.m.l("4F"),10)||0),(A(H.1c=="v"?v:2D).o()||v.1C.31.4I)-6.q.1E.h-6.q.18.h-6.1u.o-6.2h.h-(12(6.m.l("4E"),10)||0)]}8(!(/^(v|2D|18)$/).1k(H.1c)){b D=A(H.1c)[0];b G=A(H.1c).q();6.1c=[G.f+(12(A(D).l("3M"),10)||0)-6.q.1E.f-6.q.18.f,G.h+(12(A(D).l("3O"),10)||0)-6.q.1E.h-6.q.18.h,G.f+14.2Q(D.62,D.3X)-(12(A(D).l("3M"),10)||0)-6.q.1E.f-6.q.18.f-6.1u.p-6.2h.f-(12(6.m.l("4F"),10)||0),G.h+14.2Q(D.4I,D.3S)-(12(A(D).l("3O"),10)||0)-6.q.1E.h-6.q.18.h-6.1u.o-6.2h.h-(12(6.m.l("4E"),10)||0)]}}6.1X("1U",F);6.1u={p:6.t.2v(),o:6.t.2f()};8(A.j.23&&!H.6J){A.j.23.6C(6,F)}6.t.1b("j-1B-6v");6.3P(F);k 13},3g:c(C,D){8(!D){D=6.r}b B=C=="1I"?1:-1;k{h:(D.h+6.q.1E.h*B+6.q.18.h*B-(6.3d=="3G"||(6.3d=="1I"&&6.1K[0]==v.1C)?0:6.1K[0].1Q)*B+(6.3d=="3G"?A(v).1Q():0)*B+6.2h.h*B),f:(D.f+6.q.1E.f*B+6.q.18.f*B-(6.3d=="3G"||(6.3d=="1I"&&6.1K[0]==v.1C)?0:6.1K[0].1R)*B+(6.3d=="3G"?A(v).1R():0)*B+6.2h.f*B)}},5p:c(E){b F=6.d;b B={h:(E.2M-6.q.1l.h-6.q.1E.h-6.q.18.h+(6.3d=="3G"||(6.3d=="1I"&&6.1K[0]==v.1C)?0:6.1K[0].1Q)-(6.3d=="3G"?A(v).1Q():0)),f:(E.2L-6.q.1l.f-6.q.1E.f-6.q.18.f+(6.3d=="3G"||(6.3d=="1I"&&6.1K[0]==v.1C)?0:6.1K[0].1R)-(6.3d=="3G"?A(v).1R():0))};8(!6.26){k B}8(6.1c){8(B.f<6.1c[0]){B.f=6.1c[0]}8(B.h<6.1c[1]){B.h=6.1c[1]}8(B.f>6.1c[2]){B.f=6.1c[2]}8(B.h>6.1c[3]){B.h=6.1c[3]}}8(F.21){b D=6.26.h+14.4z((B.h-6.26.h)/F.21[1])*F.21[1];B.h=6.1c?(!(D<6.1c[1]||D>6.1c[3])?D:(!(D<6.1c[1])?D-F.21[1]:D+F.21[1])):D;b C=6.26.f+14.4z((B.f-6.26.f)/F.21[0])*F.21[0];B.f=6.1c?(!(C<6.1c[0]||C>6.1c[2])?C:(!(C<6.1c[0])?C-F.21[0]:C+F.21[0])):C}k B},3P:c(B){6.r=6.5p(B);6.2s=6.3g("1I");6.r=6.1X("35",B)||6.r;8(!6.d.37||6.d.37!="y"){6.t[0].2w.f=6.r.f+"2x"}8(!6.d.37||6.d.37!="x"){6.t[0].2w.h=6.r.h+"2x"}8(A.j.23){A.j.23.35(6,B)}k u},4s:c(C){b D=u;8(A.j.23&&!6.d.6J){b D=A.j.23.3I(6,C)}8((6.d.3L=="b2"&&!D)||(6.d.3L=="aS"&&D)||6.d.3L===13){b B=6;A(6.t).1p(6.26,12(6.d.3L,10)||5C,c(){B.1X("2b",C);B.4Y()})}1a{6.1X("2b",C);6.4Y()}k u},4Y:c(){6.t.1A("j-1B-6v");8(6.d.t!="7N"&&!6.5F){6.t.1P()}6.t=1n;6.5F=u},4S:{},7Q:c(B){k{t:6.t,r:6.r,6d:6.2s,d:6.d}},1X:c(C,B){A.j.1V.1L(6,C,[B,6.7Q()]);8(C=="35"){6.2s=6.3g("1I")}k 6.m.1O(C=="35"?C:"35"+C,[B,6.7Q()],6.d[C])},2G:c(){8(!6.m.19("1B")){k}6.m.3c("1B").2Z(".1B").1A("j-1B");6.64()}}));A.1H(A.j.1B,{3u:{2a:"18",37:u,4e:":4G",4Z:0,3H:1,t:"7N"}});A.j.1V.1z("1B","1T",{1U:c(D,C){b B=A("1C");8(B.l("1T")){C.d.5H=B.l("1T")}B.l("1T",C.d.1T)},2b:c(C,B){8(B.d.5H){A("1C").l("1T",B.d.5H)}}});A.j.1V.1z("1B","1W",{1U:c(D,C){b B=A(C.t);8(B.l("1W")){C.d.5I=B.l("1W")}B.l("1W",C.d.1W)},2b:c(C,B){8(B.d.5I){A(B.t).l("1W",B.d.5I)}}});A.j.1V.1z("1B","1r",{1U:c(D,C){b B=A(C.t);8(B.l("1r")){C.d.5K=B.l("1r")}B.l("1r",C.d.1r)},2b:c(C,B){8(B.d.5K){A(B.t).l("1r",B.d.5K)}}});A.j.1V.1z("1B","7c",{1U:c(C,B){A(B.d.7c===13?"b0":B.d.7c).1j(c(){A(\'<29 3Q="j-1B-7c" 2w="7m: #b3;"></29>\').l({p:6.3X+"2x",o:6.3S+"2x",r:"1I",1r:"0.aU",1W:65}).l(A(6).q()).2a("1C")})},2b:c(C,B){A("29.aN").1j(c(){6.31.7G(6)})}});A.j.1V.1z("1B","3E",{1U:c(D,C){b E=C.d;b B=A(6).19("1B");E.2E=E.2E||20;E.2F=E.2F||20;B.2n=c(F){do{8(/2P|3E/.1k(F.l("2j"))||(/2P|3E/).1k(F.l("2j-y"))){k F}F=F.18()}5q(F[0].31);k A(v)}(6);B.2p=c(F){do{8(/2P|3E/.1k(F.l("2j"))||(/2P|3E/).1k(F.l("2j-x"))){k F}F=F.18()}5q(F[0].31);k A(v)}(6);8(B.2n[0]!=v&&B.2n[0].4k!="4V"){B.5y=B.2n.q()}8(B.2p[0]!=v&&B.2p[0].4k!="4V"){B.5B=B.2p.q()}},35:c(D,C){b E=C.d;b B=A(6).19("1B");8(B.2n[0]!=v&&B.2n[0].4k!="4V"){8((B.5y.h+B.2n[0].3S)-D.2M<E.2E){B.2n[0].1Q=B.2n[0].1Q+E.2F}8(D.2M-B.5y.h<E.2E){B.2n[0].1Q=B.2n[0].1Q-E.2F}}1a{8(D.2M-A(v).1Q()<E.2E){A(v).1Q(A(v).1Q()-E.2F)}8(A(2D).o()-(D.2M-A(v).1Q())<E.2E){A(v).1Q(A(v).1Q()+E.2F)}}8(B.2p[0]!=v&&B.2p[0].4k!="4V"){8((B.5B.f+B.2p[0].3X)-D.2L<E.2E){B.2p[0].1R=B.2p[0].1R+E.2F}8(D.2L-B.5B.f<E.2E){B.2p[0].1R=B.2p[0].1R-E.2F}}1a{8(D.2L-A(v).1R()<E.2E){A(v).1R(A(v).1R()-E.2F)}8(A(2D).p()-(D.2L-A(v).1R())<E.2E){A(v).1R(A(v).1R()+E.2F)}}}});A.j.1V.1z("1B","7S",{1U:c(D,C){b B=A(6).19("1B");B.5l=[];A(C.d.7S===13?".j-1B":C.d.7S).1j(c(){b F=A(6);b E=F.q();8(6!=B.m[0]){B.5l.3k({22:6,p:F.2v(),o:F.2f(),h:E.h,f:E.f})}})},35:c(J,O){b I=A(6).19("1B");b L=O.d.aL||20;b D=O.6d.f,C=D+I.1u.p,P=O.6d.h,N=P+I.1u.o;1Y(b H=I.5l.1g-1;H>=0;H--){b E=I.5l[H].f,B=E+I.5l[H].p,R=I.5l[H].h,M=R+I.5l[H].o;8(!((E-L<D&&D<B+L&&R-L<P&&P<M+L)||(E-L<D&&D<B+L&&R-L<N&&N<M+L)||(E-L<C&&C<B+L&&R-L<P&&P<M+L)||(E-L<C&&C<B+L&&R-L<N&&N<M+L))){4D}8(O.d.9V!="aO"){b K=14.36(R-N)<=20;b Q=14.36(M-P)<=20;b G=14.36(E-C)<=20;b F=14.36(B-D)<=20;8(K){O.r.h=I.3g("1E",{h:R-I.1u.o,f:0}).h}8(Q){O.r.h=I.3g("1E",{h:M,f:0}).h}8(G){O.r.f=I.3g("1E",{h:0,f:E-I.1u.p}).f}8(F){O.r.f=I.3g("1E",{h:0,f:B}).f}}8(O.d.9V!="aT"){b K=14.36(R-P)<=20;b Q=14.36(M-N)<=20;b G=14.36(E-D)<=20;b F=14.36(B-C)<=20;8(K){O.r.h=I.3g("1E",{h:R,f:0}).h}8(Q){O.r.h=I.3g("1E",{h:M-I.1u.o,f:0}).h}8(G){O.r.f=I.3g("1E",{h:0,f:E}).f}8(F){O.r.f=I.3g("1E",{h:0,f:B-I.1u.p}).f}}}}});A.j.1V.1z("1B","9U",{1U:c(D,C){b B=A(6).19("1B");B.76=[];A(C.d.9U).1j(c(){8(A.19(6,"28")){b E=A.19(6,"28");B.76.3k({1s:E,9S:E.d.3L});E.6O();E.1X("3R",D,B)}})},2b:c(D,C){b B=A(6).19("1B");A.1j(B.76,c(){8(6.1s.5V){6.1s.5V=0;B.5F=13;6.1s.5F=u;8(6.9S){6.1s.d.3L=13}6.1s.4s(D);6.1s.m.1O("aV",[D,A.1H(6.1s.j(),{ar:B.m})],6.1s.d.95);6.1s.d.t=6.1s.d.8T}1a{6.1s.1X("58",D,B)}})},35:c(F,E){b D=A(6).19("1B"),B=6;b C=c(K){b H=K.f,J=H+K.p,I=K.h,G=I+K.o;k(H<(6.2s.f+6.q.1l.f)&&(6.2s.f+6.q.1l.f)<J&&I<(6.2s.h+6.q.1l.h)&&(6.2s.h+6.q.1l.h)<G)};A.1j(D.76,c(G){8(C.1L(D,6.1s.3i)){8(!6.1s.5V){6.1s.5V=1;6.1s.1o=A(B).4n().2a(6.1s.m).19("28-22",13);6.1s.d.8T=6.1s.d.t;6.1s.d.t=c(){k E.t[0]};F.2X=6.1s.1o[0];6.1s.6D(F,13);6.1s.4B(F,13,13);6.1s.q.1l.h=D.q.1l.h;6.1s.q.1l.f=D.q.1l.f;6.1s.q.18.f-=D.q.18.f-6.1s.q.18.f;6.1s.q.18.h-=D.q.18.h-6.1s.q.18.h;D.1X("bJ",F)}8(6.1s.1o){6.1s.3P(F)}}1a{8(6.1s.5V){6.1s.5V=0;6.1s.5F=13;6.1s.d.3L=u;6.1s.4s(F,13);6.1s.d.t=6.1s.d.8T;6.1s.1o.1P();8(6.1s.2d){6.1s.2d.1P()}D.1X("bw",F)}}})}});A.j.1V.1z("1B","4U",{1U:c(D,B){b C=A.bx(A(B.d.4U.by)).49(c(F,E){k(12(A(F).l("1W"),10)||B.d.4U.4L)-(12(A(E).l("1W"),10)||B.d.4U.4L)});A(C).1j(c(E){6.2w.1W=B.d.4U.4L+E});6[0].2w.1W=B.d.4U.4L+C.1g}})})(1x);(c(A){A.3e("j.3l",{3Y:c(){6.m.1b("j-3l");6.3J=0;6.4T=1;b C=6.d,B=C.43;C=A.1H(C,{43:C.43&&C.43.3o==aA?C.43:c(D){k A(D).44(B)}});6.6E={p:6.m[0].3X,o:6.m[0].3S};A.j.23.5W.3k(6)},4S:{},j:c(B){k{1B:(B.1o||B.m),t:B.t,r:B.r,6d:B.2s,d:6.d,m:6.m}},2G:c(){b B=A.j.23.5W;1Y(b C=0;C<B.1g;C++){8(B[C]==6){B.8e(C,1)}}6.m.1A("j-3l j-3l-1v").3c("3l").2Z(".3l")},3j:c(C){b B=A.j.23.4l;8(!B||(B.1o||B.m)[0]==6.m[0]){k}8(6.d.43.1L(6.m,(B.1o||B.m))){A.j.1V.1L(6,"3j",[C,6.j(B)]);6.m.1O("bv",[C,6.j(B)],6.d.3j)}},4H:c(C){b B=A.j.23.4l;8(!B||(B.1o||B.m)[0]==6.m[0]){k}8(6.d.43.1L(6.m,(B.1o||B.m))){A.j.1V.1L(6,"4H",[C,6.j(B)]);6.m.1O("bu",[C,6.j(B)],6.d.4H)}},3I:c(E,B){b C=B||A.j.23.4l;8(!C||(C.1o||C.m)[0]==6.m[0]){k u}b D=u;6.m.3p(".j-3l").4N(".j-1B-6v").1j(c(){b F=A.19(6,"3l");8(F.d.9M&&A.j.5U(C,A.1H(F,{q:F.m.q()}),F.d.3v)){D=13;k u}});8(D){k u}8(6.d.43.1L(6.m,(C.1o||C.m))){A.j.1V.1L(6,"3I",[E,6.j(C)]);6.m.1O("3I",[E,6.j(C)],6.d.3I);k 13}k u},3R:c(C){b B=A.j.23.4l;A.j.1V.1L(6,"3R",[C,6.j(B)]);8(B){6.m.1O("br",[C,6.j(B)],6.d.3R)}},58:c(C){b B=A.j.23.4l;A.j.1V.1L(6,"58",[C,6.j(B)]);8(B){6.m.1O("bs",[C,6.j(B)],6.d.58)}}});A.1H(A.j.3l,{3u:{1v:u,3v:"5U"}});A.j.5U=c(I,E,J){8(!E.q){k u}b D=(I.2s||I.r.1I).f,C=D+I.1u.p,K=(I.2s||I.r.1I).h,H=K+I.1u.o;b F=E.q.f,B=F+E.6E.p,L=E.q.h,G=L+E.6E.o;5S(J){2m"aG":k(F<D&&C<B&&L<K&&H<G);2e;2m"5U":k(F<D+(I.1u.p/2)&&C-(I.1u.p/2)<B&&L<K+(I.1u.o/2)&&H-(I.1u.o/2)<G);2e;2m"8c":k(F<((I.2s||I.r.1I).f+(I.6Q||I.q.1l).f)&&((I.2s||I.r.1I).f+(I.6Q||I.q.1l).f)<B&&L<((I.2s||I.r.1I).h+(I.6Q||I.q.1l).h)&&((I.2s||I.r.1I).h+(I.6Q||I.q.1l).h)<G);2e;2m"8L":k((K>=L&&K<=G)||(H>=L&&H<=G)||(K<L&&H>G))&&((D>=F&&D<=B)||(C>=F&&C<=B)||(D<F&&C>B));2e;5Y:k u;2e}};A.j.23={4l:1n,5W:[],6C:c(D,F){b B=A.j.23.5W;b E=F?F.68:1n;1Y(b C=0;C<B.1g;C++){8(B[C].d.1v||(D&&!B[C].d.43.1L(B[C].m,(D.1o||D.m)))){4D}B[C].3r=B[C].m.l("3B")!="54";8(!B[C].3r){4D}B[C].q=B[C].m.q();B[C].6E={p:B[C].m[0].3X,o:B[C].m[0].3S};8(E=="bt"||E=="bz"){B[C].3R.1L(B[C],F)}}},3I:c(B,C){b D=u;A.1j(A.j.23.5W,c(){8(!6.d){k}8(!6.d.1v&&6.3r&&A.j.5U(B,6,6.d.3v)){D=6.3I.1L(6,C)}8(!6.d.1v&&6.3r&&6.d.43.1L(6.m,(B.1o||B.m))){6.4T=1;6.3J=0;6.58.1L(6,C)}});k D},35:c(B,C){8(B.d.6p){A.j.23.6C(B,C)}A.1j(A.j.23.5W,c(){8(6.d.1v||6.9O||!6.3r){k}b D=A.j.5U(B,6,6.d.3v);b G=!D&&6.3J==1?"4T":(D&&6.3J==0?"3J":1n);8(!G){k}b F;8(6.d.9M){b E=6.m.4o(".j-3l:eq(0)");8(E.1g){F=A.19(E[0],"3l");F.9O=(G=="3J"?1:0)}}8(F&&G=="3J"){F.3J=0;F.4T=1;F.4H.1L(F,C)}6[G]=1;6[G=="4T"?"3J":"4T"]=0;6[G=="3J"?"3j":"4H"].1L(6,C);8(F&&G=="4T"){F.4T=0;F.3J=1;F.3j.1L(F,C)}})}};A.j.1V.1z("3l","6B",{3R:c(C,B){A(6).1b(B.d.6B)},58:c(C,B){A(6).1A(B.d.6B)},3I:c(C,B){A(6).1A(B.d.6B)}});A.j.1V.1z("3l","6z",{3j:c(C,B){A(6).1b(B.d.6z)},4H:c(C,B){A(6).1A(B.d.6z)},3I:c(C,B){A(6).1A(B.d.6z)}})})(1x);(c(A){A.3e("j.Z",A.1H({},A.j.5t,{3Y:c(){b L=6,M=6.d;b P=6.m.l("r");6.88=6.m;6.m.1b("j-Z").l({r:/4O/.1k(P)?"1E":P});A.1H(M,{6s:!!(M.3z),t:M.t||M.3n||M.1p?M.t||"bA":1n,4d:M.4d===13?"j-Z-6n-2z":M.4d});b H="7B 9X #bG";M.a2={"j-Z":{3B:"4X"},"j-Z-2z":{r:"1I",7m:"#9W",9y:"0.7B"},"j-Z-n":{1T:"n-1J",o:"3s",f:"2c",2l:"2c",8m:H},"j-Z-s":{1T:"s-1J",o:"3s",f:"2c",2l:"2c",8t:H},"j-Z-e":{1T:"e-1J",p:"3s",h:"2c",2r:"2c",8K:H},"j-Z-w":{1T:"w-1J",p:"3s",h:"2c",2r:"2c",8q:H},"j-Z-2S":{1T:"2S-1J",p:"3s",o:"3s",8K:H,8t:H},"j-Z-2R":{1T:"2R-1J",p:"3s",o:"3s",8t:H,8q:H},"j-Z-32":{1T:"32-1J",p:"3s",o:"3s",8K:H,8m:H},"j-Z-2N":{1T:"2N-1J",p:"3s",o:"3s",8q:H,8m:H}};M.8I={"j-Z-2z":{7m:"#9W",8v:"7B 9X #bH",o:"a6",p:"a6"},"j-Z-n":{1T:"n-1J",h:"2c",f:"45%"},"j-Z-s":{1T:"s-1J",2r:"2c",f:"45%"},"j-Z-e":{1T:"e-1J",2l:"2c",h:"45%"},"j-Z-w":{1T:"w-1J",f:"2c",h:"45%"},"j-Z-2S":{1T:"2S-1J",2l:"2c",2r:"2c"},"j-Z-2R":{1T:"2R-1J",f:"2c",2r:"2c"},"j-Z-2N":{1T:"2N-1J",f:"2c",h:"2c"},"j-Z-32":{1T:"32-1J",2l:"2c",h:"2c"}};M.8E=6.m[0].7k;8(M.8E.5m(/bI|7l|4G|4W|6R|a9/i)){b C=6.m;8(/1E/.1k(C.l("r"))&&A.1S.79){C.l({r:"1E",h:"2P",f:"2P"})}C.6k(A(\'<29 3Q="j-8A"	2w="2j: 34;"></29>\').l({r:C.l("r"),p:C.2v(),o:C.2f(),h:C.l("h"),f:C.l("f")}));b J=6.m;6.m=6.m.18();6.m.19("Z",6);6.m.l({5b:J.l("5b"),5c:J.l("5c"),4F:J.l("4F"),4E:J.l("4E")});J.l({5b:0,5c:0,4F:0,4E:0});8(A.1S.7M&&M.8J){J.l("1J","54")}M.4m=J.l({r:"4O",8Y:1,3B:"4X"});6.m.l({2U:J.l("2U")});6.6m()}8(!M.2B){M.2B=!A(".j-Z-2z",6.m).1g?"e,s,2S":{n:".j-Z-n",e:".j-Z-e",s:".j-Z-s",w:".j-Z-w",2S:".j-Z-2S",2R:".j-Z-2R",32:".j-Z-32",2N:".j-Z-2N"}}8(M.2B.3o==8g){M.1W=M.1W||65;8(M.2B=="bF"){M.2B="n,e,s,w,2S,2R,32,2N"}b O=M.2B.63(",");M.2B={};b I={2z:"r: 1I; 3B: 54; 2j:34;",n:"h: 4u; p:2Y%;",e:"2l: 4u; o:2Y%;",s:"2r: 4u; p:2Y%;",w:"f: 4u; o:2Y%;",2S:"2r: 4u; 2l: 2c;",2R:"2r: 4u; f: 2c;",32:"h: 4u; 2l: 2c;",2N:"h: 4u; f: 2c;"};1Y(b Q=0;Q<O.1g;Q++){b N=A.9G(O[Q]),K=M.a2,G="j-Z-"+N,E=!A.j.l(G)&&!M.4d,R=A.j.l("j-Z-6n-2z"),S=A.1H(K[G],K["j-Z-2z"]),D=A.1H(M.8I[G],!R?M.8I["j-Z-2z"]:{});b T=/2R|2S|32|2N/.1k(N)?{1W:++M.1W}:{};b B=(E?I[N]:""),F=A([\'<29 3Q="j-Z-2z \',G,\'" 2w="\',B,I.2z,\'"></29>\'].5d("")).l(T);M.2B[N]=".j-Z-"+N;6.m.6q(F.l(E?S:{}).l(M.4d?D:{}).1b(M.4d?"j-Z-6n-2z":"").1b(M.4d))}8(M.4d){6.m.1b("j-Z-6n").l(!A.j.l("j-Z-6n")?{}:{})}}6.9L=c(Y){Y=Y||6.m;1Y(b U 7s M.2B){8(M.2B[U].3o==8g){M.2B[U]=A(M.2B[U],6.m).1e()}8(M.4P){M.2B[U].l({1r:0})}8(6.m.44(".j-8A")&&M.8E.5m(/7l|4G|4W|6R/i)){b W=A(M.2B[U],6.m),X=0;X=/2R|32|2N|2S|n|s/.1k(U)?W.2f():W.2v();b V=["8s",/32|2N|n/.1k(U)?"bB":/2S|2R|s/.1k(U)?"bC":/^e$/.1k(U)?"b5":"bq"].5d("");8(!M.4P){Y.l(V,X)}6.6m()}8(!A(M.2B[U]).1g){4D}}};6.9L(6.m);M.5R=A(".j-Z-2z",L.m);8(M.5f){M.5R.1j(c(U,V){A.j.5f(V)})}M.5R.bp(c(){8(!M.7y){8(6.5O){b U=6.5O.5m(/j-Z-(2S|2R|32|2N|n|e|s|w)/i)}L.37=M.37=U&&U[1]?U[1]:"2S"}});8(M.9r){M.5R.1h();A(L.m).1b("j-Z-8C").7x(c(){A(6).1A("j-Z-8C");M.5R.1e()},c(){8(!M.7y){A(6).1b("j-Z-8C");M.5R.1h()}})}6.6a()},4S:{},j:c(){k{88:6.88,m:6.m,t:6.t,r:6.r,1d:6.1d,d:6.d,3q:6.3q,26:6.26}},1X:c(C,B){A.j.1V.1L(6,C,[B,6.j()]);8(C!="1J"){6.m.1O(["1J",C].5d(""),[B,6.j()],6.d[C])}},2G:c(){b C=6.m,B=C.bc(".j-Z").3t(0);6.64();b D=c(E){A(E).1A("j-Z j-Z-1v").3c("Z").2Z(".Z").3p(".j-Z-2z").1P()};D(C);8(C.44(".j-8A")&&B){C.18().6q(A(B).l({r:C.l("r"),p:C.2v(),o:C.2f(),h:C.l("h"),f:C.l("f")})).53().1P();D(B)}},4B:c(J){8(6.d.1v){k u}b B=u;1Y(b G 7s 6.d.2B){8(A(6.d.2B[G])[0]==J.2X){B=13}}8(!B){k u}b D=6.d,K=6.m.r(),C=6.m,H=c(O){k 12(O,10)||0},F=A.1S.2O&&A.1S.5G<7;D.7y=13;D.8z={h:A(v).1Q(),f:A(v).1R()};8(C.44(".j-1B")||(/1I/).1k(C.l("r"))){b M=A.1S.2O&&!D.1c&&(/1I/).1k(C.l("r"))&&!(/1E/).1k(C.18().l("r"));b L=M?D.8z.h:0,E=M?D.8z.f:0;C.l({r:"1I",h:(K.h+L),f:(K.f+E)})}8(A.1S.79&&/1E/.1k(C.l("r"))){C.l({r:"1E",h:"2P",f:"2P"})}6.9p();b N=H(6.t.l("f")),I=H(6.t.l("h"));8(D.1c){N+=A(D.1c).1R()||0;I+=A(D.1c).1Q()||0}6.q=6.t.q();6.r={f:N,h:I};6.1d=D.t||F?{p:C.2v(),o:C.2f()}:{p:C.p(),o:C.o()};6.3q=D.t||F?{p:C.2v(),o:C.2f()}:{p:C.p(),o:C.o()};6.26={f:N,h:I};6.4y={p:C.2v()-C.p(),o:C.2f()-C.o()};6.9w={f:J.2L,h:J.2M};D.3z=(2J D.3z=="8U")?D.3z:((6.3q.o/6.3q.p)||1);8(D.8S){A("1C").l("1T",6.37+"-1J")}6.1X("1U",J);k 13},3P:c(I){b C=6.t,D=6.d,J={},M=6,E=6.9w,K=6.37;b N=(I.2L-E.f)||0,L=(I.2M-E.h)||0;b H=6.46[K];8(!H){k u}b G=H.1i(6,[I,N,L]),F=A.1S.2O&&A.1S.5G<7,B=6.4y;8(D.6s||I.7C){G=6.9x(G,I)}G=6.9u(G,I);6.1X("1J",I);C.l({h:6.r.h+"2x",f:6.r.f+"2x",p:6.1d.p+"2x",o:6.1d.o+"2x"});8(!D.t&&D.4m){6.6m()}6.7I(G);6.m.1O("1J",[I,6.j()],6.d.1J);k u},4s:c(I){6.d.7y=u;b E=6.d,H=c(M){k 12(M,10)||0},K=6;8(E.t){b D=E.4m,C=D&&(/7l/i).1k(D.3t(0).7k),B=C&&A.j.6g(D.3t(0),"f")?0:K.4y.o,G=C?0:K.4y.p;b L={p:(K.1d.p-G),o:(K.1d.o-B)},F=(12(K.m.l("f"),10)+(K.r.f-K.26.f))||1n,J=(12(K.m.l("h"),10)+(K.r.h-K.26.h))||1n;8(!E.1p){6.m.l(A.1H(L,{h:J,f:F}))}8(E.t&&!E.1p){6.6m()}}8(E.8S){A("1C").l("1T","2P")}6.1X("2b",I);8(E.t){6.t.1P()}k u},7I:c(B){b C=6.d;6.q=6.t.q();8(B.f){6.r.f=B.f}8(B.h){6.r.h=B.h}8(B.o){6.1d.o=B.o}8(B.p){6.1d.p=B.p}},9x:c(D,E){b F=6.d,G=6.r,C=6.1d,B=6.37;8(D.o){D.p=(C.o/F.3z)}1a{8(D.p){D.o=(C.p*F.3z)}}8(B=="2R"){D.f=G.f+(C.p-D.p);D.h=1n}8(B=="2N"){D.h=G.h+(C.o-D.o);D.f=G.f+(C.p-D.p)}k D},9u:c(H,J){b E=6.t,F=6.d,P=F.6s||J.7C,M=6.37,N=H.p&&F.4M&&F.4M<H.p,D=H.o&&F.4J&&F.4J<H.o,I=H.p&&F.3K&&F.3K>H.p,O=H.o&&F.3N&&F.3N>H.o;8(I){H.p=F.3K}8(O){H.o=F.3N}8(N){H.p=F.4M}8(D){H.o=F.4J}b C=6.26.f+6.3q.p,L=6.r.h+6.1d.o;b G=/2R|2N|w/.1k(M),B=/2N|32|n/.1k(M);8(I&&G){H.f=C-F.3K}8(N&&G){H.f=C-F.4M}8(O&&B){H.h=L-F.3N}8(D&&B){H.h=L-F.4J}b K=!H.p&&!H.o;8(K&&!H.f&&H.h){H.h=1n}1a{8(K&&!H.h&&H.f){H.f=1n}}k H},6m:c(){b F=6.d;8(!F.4m){k}b D=F.4m,C=6.t||6.m;8(!F.5X){b B=[D.l("3O"),D.l("7A"),D.l("7a"),D.l("3M")],E=[D.l("9t"),D.l("9J"),D.l("9s"),D.l("9I")];F.5X=A.5u(B,c(G,I){b H=12(G,10)||0,J=12(E[I],10)||0;k H+J})}D.l({o:(C.o()-F.5X[0]-F.5X[2])+"2x",p:(C.p()-F.5X[1]-F.5X[3])+"2x"})},9p:c(){b C=6.m,E=6.d;6.8F=C.q();8(E.t){6.t=6.t||A(\'<29 2w="2j:34;"></29>\');b B=A.1S.2O&&A.1S.5G<7,F=(B?1:0),D=(B?2:-1);6.t.1b(E.t).l({p:C.2v()+D,o:C.2f()+D,r:"1I",f:6.8F.f-F+"2x",h:6.8F.h-F+"2x",1W:++E.1W});6.t.2a("1C");8(E.5f){A.j.5f(6.t.3t(0))}}1a{6.t=C}},46:{e:c(D,C,B){k{p:6.3q.p+C}},w:c(F,C,B){b G=6.d,D=6.3q,E=6.26;k{f:E.f+C,p:D.p-C}},n:c(F,C,B){b G=6.d,D=6.3q,E=6.26;k{h:E.h+B,o:D.o-B}},s:c(D,C,B){k{o:6.3q.o+B}},2S:c(D,C,B){k A.1H(6.46.s.1i(6,1f),6.46.e.1i(6,[D,C,B]))},2R:c(D,C,B){k A.1H(6.46.s.1i(6,1f),6.46.w.1i(6,[D,C,B]))},32:c(D,C,B){k A.1H(6.46.n.1i(6,1f),6.46.e.1i(6,[D,C,B]))},2N:c(D,C,B){k A.1H(6.46.n.1i(6,1f),6.46.w.1i(6,[D,C,B]))}}}));A.1H(A.j.Z,{3u:{4e:":4G",3H:1,4Z:0,8J:13,4P:u,3K:10,3N:10,3z:u,5f:13,8S:13,9r:u,4d:u}});A.j.1V.1z("Z","1c",{1U:c(I,J){b G=J.d,M=A(6).19("Z"),E=M.m;b C=G.1c,F=(C bb A)?C.3t(0):(/18/.1k(C))?E.18().3t(0):C;8(!F){k}M.8u=A(F);8(/v/.1k(C)||C==v){M.6i={f:0,h:0};M.7n={f:0,h:0};M.5x={m:A(v),f:0,h:0,p:A(v).p(),o:A(v).o()||v.1C.31.4I}}1a{M.6i=A(F).q();M.7n=A(F).r();M.7o={o:A(F).8Q(),p:A(F).9z()};b K=M.6i,B=M.7o.o,H=M.7o.p,D=(A.j.6g(F,"f")?F.62:H),L=(A.j.6g(F)?F.4I:B);M.5x={m:F,f:K.f,h:K.h,p:D,o:L}}},1J:c(H,J){b E=J.d,N=A(6).19("Z"),C=N.7o,K=N.6i,G=N.1d,I=N.r,M=E.6s||H.7C,B={h:0,f:0},D=N.8u;8(D[0]!=v&&/4O/.1k(D.l("r"))){B=N.7n}8(I.f<(E.t?K.f:B.f)){N.1d.p=N.1d.p+(E.t?(N.r.f-K.f):(N.r.f-B.f));8(M){N.1d.o=N.1d.p*E.3z}N.r.f=E.t?K.f:B.f}8(I.h<(E.t?K.h:0)){N.1d.o=N.1d.o+(E.t?(N.r.h-K.h):N.r.h);8(M){N.1d.p=N.1d.o/E.3z}N.r.h=E.t?K.h:0}b F=(E.t?N.q.f-K.f:(N.r.f-B.f))+N.4y.p,L=(E.t?N.q.h-K.h:N.r.h)+N.4y.o;8(F+N.1d.p>=N.5x.p){N.1d.p=N.5x.p-F;8(M){N.1d.o=N.1d.p*E.3z}}8(L+N.1d.o>=N.5x.o){N.1d.o=N.5x.o-L;8(M){N.1d.p=N.1d.o/E.3z}}},2b:c(G,I){b D=I.d,L=A(6).19("Z"),H=L.r,J=L.6i,B=L.7n,C=L.8u;b F=A(L.t),M=F.q(),K=F.9z(),E=F.8Q();8(D.t&&!D.1p&&/1E/.1k(C.l("r"))){A(6).l({f:(M.f-J.f),h:(M.h-J.h),p:K,o:E})}8(D.t&&!D.1p&&/4O/.1k(C.l("r"))){A(6).l({f:B.f+(M.f-J.f),h:B.h+(M.h-J.h),p:K,o:E})}}});A.j.1V.1z("Z","21",{1J:c(H,J){b D=J.d,L=A(6).19("Z"),G=L.1d,E=L.3q,F=L.26,K=L.37,I=D.6s||H.7C;D.21=2J D.21=="8U"?[D.21,D.21]:D.21;b C=14.4z((G.p-E.p)/(D.21[0]||1))*(D.21[0]||1),B=14.4z((G.o-E.o)/(D.21[1]||1))*(D.21[1]||1);8(/^(2S|s|e)$/.1k(K)){L.1d.p=E.p+C;L.1d.o=E.o+B}1a{8(/^(32)$/.1k(K)){L.1d.p=E.p+C;L.1d.o=E.o+B;L.r.h=F.h-B}1a{8(/^(2R)$/.1k(K)){L.1d.p=E.p+C;L.1d.o=E.o+B;L.r.f=F.f-C}1a{L.1d.p=E.p+C;L.1d.o=E.o+B;L.r.h=F.h-B;L.r.f=F.f-C}}}}});A.j.1V.1z("Z","1p",{2b:c(I,K){b F=K.d,L=A(6).19("Z");b E=F.4m,C=E&&(/7l/i).1k(E.3t(0).7k),B=C&&A.j.6g(E.3t(0),"f")?0:L.4y.o,H=C?0:L.4y.p;b D={p:(L.1d.p-H),o:(L.1d.o-B)},G=(12(L.m.l("f"),10)+(L.r.f-L.26.f))||1n,J=(12(L.m.l("h"),10)+(L.r.h-L.26.h))||1n;L.m.1p(A.1H(D,J&&G?{h:J,f:G}:{}),{1w:F.ba||"7r",1m:F.b6||"6h",7U:c(){b M={p:12(L.m.l("p"),10),o:12(L.m.l("o"),10),h:12(L.m.l("h"),10),f:12(L.m.l("f"),10)};8(E){E.l({p:M.p,o:M.o})}L.7I(M);L.1X("1p",I)}})}});A.j.1V.1z("Z","3n",{1U:c(E,D){b F=D.d,B=A(6).19("Z"),G=F.4m,C=B.1d;8(!G){B.3n=B.m.4n()}1a{B.3n=G.4n()}B.3n.l({1r:0.25,3B:"4X",r:"1E",o:C.o,p:C.p,2U:0,f:0,h:0}).1b("j-Z-3n").1b(2J F.3n=="5k"?F.3n:"");B.3n.2a(B.t)},1J:c(D,C){b E=C.d,B=A(6).19("Z"),F=E.4m;8(B.3n){B.3n.l({r:"1E",o:B.1d.o,p:B.1d.p})}},2b:c(D,C){b E=C.d,B=A(6).19("Z"),F=E.4m;8(B.3n&&B.t){B.t.3t(0).7G(B.3n.3t(0))}}});A.j.1V.1z("Z","3D",{1U:c(D,C){b E=C.d,B=A(6).19("Z"),F=c(G){A(G).1j(c(){A(6).19("Z-7V",{p:12(A(6).p(),10),o:12(A(6).o(),10),f:12(A(6).l("f"),10),h:12(A(6).l("h"),10)})})};8(2J(E.3D)=="69"){8(E.3D.1g){E.3D=E.3D[0];F(E.3D)}1a{A.1j(E.3D,c(G,H){F(G)})}}1a{F(E.3D)}},1J:c(F,E){b G=E.d,B=A(6).19("Z"),D=B.3q,I=B.26;b H={o:(B.1d.o-D.o)||0,p:(B.1d.p-D.p)||0,h:(B.r.h-I.h)||0,f:(B.r.f-I.f)||0},C=c(J,K){A(J).1j(c(){b N=A(6).19("Z-7V"),M={},L=K&&K.1g?K:["p","o","h","f"];A.1j(L||["p","o","h","f"],c(O,Q){b P=(N[Q]||0)+(H[Q]||0);8(P&&P>=0){M[Q]=P||1n}});A(6).l(M)})};8(2J(G.3D)=="69"){A.1j(G.3D,c(J,K){C(J,K)})}1a{C(G.3D)}},2b:c(C,B){A(6).3c("Z-7V-1U")}})})(1x);(c(A){A.3e("j.2u",A.1H({},A.j.5t,{3Y:c(){b C=6;6.m.1b("j-2u");6.8H=u;b B;6.6f=c(){B=A(C.d.2A,C.m[0]);B.1j(c(){b D=A(6);b E=D.q();A.19(6,"2u-22",{m:6,$m:D,f:E.f,h:E.h,2l:E.f+D.p(),2r:E.h+D.o(),5h:u,1q:D.3F("j-1q"),39:D.3F("j-39"),2y:D.3F("j-2y")})})};6.6f();6.7v=B.1b("j-b7");6.6a();6.t=A(v.b8("29")).l({8v:"7B b9 9A"})},3w:c(){8(6.d.1v){6.5z()}1a{6.4Q()}},2G:c(){6.m.1A("j-2u j-2u-1v").3c("2u").2Z(".2u");6.64()},4B:c(E){b C=6;6.7F=[E.2L,E.2M];8(6.d.1v){k}b D=6.d;6.7v=A(D.2A,6.m[0]);6.m.1O("bf",[E,{2u:6.m[0],d:D}],D.1U);A("1C").6q(6.t);6.t.l({"z-2I":2Y,r:"1I",f:E.aK,h:E.bg,p:0,o:0});8(D.ag){6.6f()}6.7v.2A(".j-1q").1j(c(){b F=A.19(6,"2u-22");F.5h=13;8(!E.8N){F.$m.1A("j-1q");F.1q=u;F.$m.1b("j-2y");F.2y=13;C.m.1O("8l",[E,{2u:C.m[0],2y:F.m,d:D}],D.2y)}});b B=u;A(E.2X).4o().5g().1j(c(){8(A.19(6,"2u-22")){B=13}});k 6.d.bm?!B:13},3P:c(I){b C=6;6.8H=13;8(6.d.1v){k}b G=6.d;b D=6.7F[0],H=6.7F[1],B=I.2L,F=I.2M;8(D>B){b E=B;B=D;D=E}8(H>F){b E=F;F=H;H=E}6.t.l({f:D,h:H,p:B-D,o:F-H});6.7v.1j(c(){b J=A.19(6,"2u-22");8(!J||J.m==C.m[0]){k}b K=u;8(G.3v=="8L"){K=(!(J.f>B||J.2l<D||J.h>F||J.2r<H))}1a{8(G.3v=="aG"){K=(J.f>D&&J.2l<B&&J.h>H&&J.2r<F)}}8(K){8(J.1q){J.$m.1A("j-1q");J.1q=u}8(J.2y){J.$m.1A("j-2y");J.2y=u}8(!J.39){J.$m.1b("j-39");J.39=13;C.m.1O("bn",[I,{2u:C.m[0],39:J.m,d:G}],G.39)}}1a{8(J.39){8(I.8N&&J.5h){J.$m.1A("j-39");J.39=u;J.$m.1b("j-1q");J.1q=13}1a{J.$m.1A("j-39");J.39=u;8(J.5h){J.$m.1b("j-2y");J.2y=13}C.m.1O("8l",[I,{2u:C.m[0],2y:J.m,d:G}],G.2y)}}8(J.1q){8(!I.8N&&!J.5h){J.$m.1A("j-1q");J.1q=u;J.$m.1b("j-2y");J.2y=13;C.m.1O("8l",[I,{2u:C.m[0],2y:J.m,d:G}],G.2y)}}}});k u},4s:c(D){b B=6;6.8H=u;b C=6.d;A(".j-2y",6.m[0]).1j(c(){b E=A.19(6,"2u-22");E.$m.1A("j-2y");E.2y=u;E.5h=u;B.m.1O("bo",[D,{2u:B.m[0],aI:E.m,d:C}],C.aI)});A(".j-39",6.m[0]).1j(c(){b E=A.19(6,"2u-22");E.$m.1A("j-39").1b("j-1q");E.39=u;E.1q=13;E.5h=13;B.m.1O("bl",[D,{2u:B.m[0],1q:E.m,d:C}],C.1q)});6.m.1O("bk",[D,{2u:B.m[0],d:6.d}],6.d.2b);6.t.1P();k u}}));A.1H(A.j.2u,{3u:{3H:1,4Z:0,4e:":4G",2a:"1C",ag:13,2A:"*",3v:"8L"}})})(1x);(c(B){c A(E,D){b C=B.1S.7M&&B.1S.5G<bh;8(E.ad&&!C){k E.ad(D)}8(E.aa){k!!(E.aa(D)&16)}5q(D=D.31){8(D==E){k 13}}k u}B.3e("j.28",B.1H({},B.j.5t,{3Y:c(){b C=6.d;6.3i={};6.m.1b("j-28");6.6f();6.4i=6.1F.1g?(/f|2l/).1k(6.1F[0].22.l("8x")):u;8(!(/(1E|1I|3G)/).1k(6.m.l("r"))){6.m.l("r","1E")}6.q=6.m.q();6.6a()},4S:{},j:c(C){k{t:(C||6)["t"],2d:(C||6)["2d"]||B([]),r:(C||6)["r"],6d:(C||6)["2s"],d:6.d,m:6.m,22:(C||6)["1o"],ar:C?C.m:1n}},1X:c(F,D,C,E){B.j.1V.1L(6,F,[D,6.j(C)]);8(!E){6.m.1O(F=="49"?F:"49"+F,[D,6.j(C)],6.d[F])}},8X:c(E){b C=(B.5J(6.d.1F)?6.d.1F.1L(6.m):B(6.d.1F,6.m)).4N(".j-28-t");b D=[];E=E||{};C.1j(c(){b F=(B(6).2g(E.bi||"3T")||"").5m(E.ao||(/(.+)[-=8f](.+)/));8(F){D.3k((E.ap||F[1])+"[]="+(E.ap&&E.ao?F[1]:F[2]))}});k D.5d("&")},93:c(C){b D=(B.5J(6.d.1F)?6.d.1F.1L(6.m):B(6.d.1F,6.m)).4N(".j-28-t");b E=[];D.1j(c(){E.3k(B(6).2g(C||"3T"))});k E},an:c(K){b E=6.2s.f,D=E+6.1u.p,I=6.2s.h,H=I+6.1u.o;b F=K.f,C=F+K.p,J=K.h,G=J+K.o;8(6.d.3v=="8c"||6.d.bj||(6.d.3v=="86"&&6.1u[6.4i?"p":"o"]>K[6.4i?"p":"o"])){k(I+6.q.1l.h>J&&I+6.q.1l.h<G&&E+6.q.1l.f>F&&E+6.q.1l.f<C)}1a{k(F<E+(6.1u.p/2)&&D-(6.1u.p/2)<C&&J<I+(6.1u.o/2)&&H-(6.1u.o/2)<G)}},9d:c(K){b E=6.2s.f,D=E+6.1u.p,I=6.2s.h,H=I+6.1u.o;b F=K.f,C=F+K.p,J=K.h,G=J+K.o;8(6.d.3v=="8c"||(6.d.3v=="86"&&6.1u[6.4i?"p":"o"]>K[6.4i?"p":"o"])){8(!(I+6.q.1l.h>J&&I+6.q.1l.h<G&&E+6.q.1l.f>F&&E+6.q.1l.f<C)){k u}8(6.4i){8(E+6.q.1l.f>F&&E+6.q.1l.f<F+K.p/2){k 2}8(E+6.q.1l.f>F+K.p/2&&E+6.q.1l.f<C){k 1}}1a{8(I+6.q.1l.h>J&&I+6.q.1l.h<J+K.o/2){k 2}8(I+6.q.1l.h>J+K.o/2&&I+6.q.1l.h<G){k 1}}}1a{8(!(F<E+(6.1u.p/2)&&D-(6.1u.p/2)<C&&J<I+(6.1u.o/2)&&H-(6.1u.o/2)<G)){k u}8(6.4i){8(D>F&&E<F){k 2}8(E<C&&D>C){k 1}}1a{8(H>J&&I<J){k 1}8(I<G&&H>G){k 2}}}k u},6f:c(){6.6O();6.6p()},6O:c(){6.1F=[];6.1G=[6];b D=6.1F;b C=6;b F=[[B.5J(6.d.1F)?6.d.1F.1L(6.m,1n,{d:6.d,22:6.1o}):B(6.d.1F,6.m),6]];8(6.d.8b){1Y(b G=6.d.8b.1g-1;G>=0;G--){b I=B(6.d.8b[G]);1Y(b E=I.1g-1;E>=0;E--){b H=B.19(I[E],"28");8(H&&!H.d.1v){F.3k([B.5J(H.d.1F)?H.d.1F.1L(H.m):B(H.d.1F,H.m),H]);6.1G.3k(H)}}}}1Y(b G=F.1g-1;G>=0;G--){F[G][0].1j(c(){B.19(6,"28-22",F[G][1]);D.3k({22:B(6),1s:F[G][1],p:0,o:0,f:0,h:0})})}},6p:c(D){8(6.1K){b C=6.1K.q();6.q.18={h:C.h+6.6e.h,f:C.f+6.6e.f}}1Y(b F=6.1F.1g-1;F>=0;F--){8(6.1F[F].1s!=6.6c&&6.6c&&6.1F[F].22[0]!=6.1o[0]){4D}b E=6.d.al?B(6.d.al,6.1F[F].22):6.1F[F].22;8(!D){6.1F[F].p=E[0].3X;6.1F[F].o=E[0].3S}b G=E.q();6.1F[F].f=G.f;6.1F[F].h=G.h}8(6.d.8i&&6.d.8i.am){6.d.8i.am.1L(6)}1a{1Y(b F=6.1G.1g-1;F>=0;F--){b G=6.1G[F].m.q();6.1G[F].3i.f=G.f;6.1G[F].3i.h=G.h;6.1G[F].3i.p=6.1G[F].m.2v();6.1G[F].3i.o=6.1G[F].m.2f()}}},2G:c(){6.m.1A("j-28 j-28-1v").3c("28").2Z(".28");6.64();1Y(b C=6.1F.1g-1;C>=0;C--){6.1F[C].22.3c("28-22")}},8y:c(E){b D=E||6,F=D.d;8(F.2d.3o==8g){b C=F.2d;F.2d={m:c(){k B("<29></29>").1b(C)[0]},6t:c(G,H){H.l(G.q()).l({p:G.2v(),o:G.2f()})}}}D.2d=B(F.2d.m.1L(D.m,D.1o)).2a("1C").l({r:"1I"});F.2d.6t.1L(D.m,D.1o,D.2d)},97:c(F){1Y(b D=6.1G.1g-1;D>=0;D--){8(6.an(6.1G[D].3i)){8(!6.1G[D].3i.3j){8(6.6c!=6.1G[D]){b I=bD;b H=1n;b E=6.2s[6.1G[D].4i?"f":"h"];1Y(b C=6.1F.1g-1;C>=0;C--){8(!A(6.1G[D].m[0],6.1F[C].22[0])){4D}b G=6.1F[C][6.1G[D].4i?"f":"h"];8(14.36(G-E)<I){I=14.36(G-E);H=6.1F[C]}}8(!H&&!6.d.98){4D}8(6.2d){6.2d.1P()}8(6.1G[D].d.2d){6.1G[D].8y(6)}1a{6.2d=1n}6.6c=6.1G[D];H?6.7e(F,H,1n,13):6.7e(F,1n,6.1G[D].m,13);6.1X("77",F);6.1G[D].1X("77",F,6)}6.1G[D].1X("3j",F,6);6.1G[D].3i.3j=1}}1a{8(6.1G[D].3i.3j){6.1G[D].1X("4H",F,6);6.1G[D].3i.3j=0}}}},6D:c(G,C){8(6.d.1v||6.d.68=="4O"){k u}6.6O();b F=1n,E=6,D=B(G.2X).4o().1j(c(){8(B.19(6,"28-22")==E){F=B(6);k u}});8(B.19(G.2X,"28-22")==E){F=B(G.2X)}8(!F){k u}8(6.d.2z&&!C){b H=u;B(6.d.2z,F).3p("*").5g().1j(c(){8(6==G.2X){H=13}});8(!H){k u}}6.1o=F;k 13},4B:c(H,C,F){b J=6.d;6.6c=6;6.6p();6.t=2J J.t=="c"?B(J.t.1i(6.m[0],[H,6.1o])):6.1o.4n();8(!6.t.4o("1C").1g){B(J.2a!="18"?J.2a:6.1o[0].31)[0].96(6.t[0])}6.t.l({r:"1I",4Y:"5E"}).1b("j-28-t");6.2h={f:(12(6.1o.l("5b"),10)||0),h:(12(6.1o.l("5c"),10)||0)};6.q=6.1o.q();6.q={h:6.q.h-6.2h.h,f:6.q.f-6.2h.f};6.q.1l={f:H.2L-6.q.f,h:H.2M-6.q.h};6.1K=6.t.1K();b D=6.1K.q();6.6e={h:(12(6.1K.l("3O"),10)||0),f:(12(6.1K.l("3M"),10)||0)};6.q.18={h:D.h+6.6e.h,f:D.f+6.6e.f};6.26=6.5p(H);6.8M={5L:6.1o.5L()[0],18:6.1o.18()[0]};6.1u={p:6.t.2v(),o:6.t.2f()};8(J.2d){6.8y()}6.1X("1U",H);6.1u={p:6.t.2v(),o:6.t.2f()};8(J.2H){8(J.2H.f!=2W){6.q.1l.f=J.2H.f}8(J.2H.2l!=2W){6.q.1l.f=6.1u.p-J.2H.2l}8(J.2H.h!=2W){6.q.1l.h=J.2H.h}8(J.2H.2r!=2W){6.q.1l.h=6.1u.o-J.2H.2r}}8(J.1c){8(J.1c=="18"){J.1c=6.t[0].31}8(J.1c=="v"||J.1c=="2D"){6.1c=[0-6.q.18.f,0-6.q.18.h,B(J.1c=="v"?v:2D).p()-6.q.18.f-6.1u.p-6.2h.f-(12(6.m.l("4F"),10)||0),(B(J.1c=="v"?v:2D).o()||v.1C.31.4I)-6.q.18.h-6.1u.o-6.2h.h-(12(6.m.l("4E"),10)||0)]}8(!(/^(v|2D|18)$/).1k(J.1c)){b G=B(J.1c)[0];b I=B(J.1c).q();6.1c=[I.f+(12(B(G).l("3M"),10)||0)-6.q.18.f,I.h+(12(B(G).l("3O"),10)||0)-6.q.18.h,I.f+14.2Q(G.62,G.3X)-(12(B(G).l("3M"),10)||0)-6.q.18.f-6.1u.p-6.2h.f-(12(6.1o.l("4F"),10)||0),I.h+14.2Q(G.4I,G.3S)-(12(B(G).l("3O"),10)||0)-6.q.18.h-6.1u.o-6.2h.h-(12(6.1o.l("4E"),10)||0)]}}8(6.d.2d!="4n"){6.1o.l("5w","34")}8(!F){1Y(b E=6.1G.1g-1;E>=0;E--){6.1G[E].1X("3R",H,6)}}8(B.j.23){B.j.23.4l=6}8(B.j.23&&!J.6J){B.j.23.6C(6,H)}6.6v=13;6.3P(H);k 13},3g:c(D,E){8(!E){E=6.r}b C=D=="1I"?1:-1;k{h:(E.h+6.q.18.h*C-(6.1K[0]==v.1C?0:6.1K[0].1Q)*C+6.2h.h*C),f:(E.f+6.q.18.f*C-(6.1K[0]==v.1C?0:6.1K[0].1R)*C+6.2h.f*C)}},5p:c(F){b G=6.d;b C={h:(F.2M-6.q.1l.h-6.q.18.h+(6.1K[0]==v.1C?0:6.1K[0].1Q)),f:(F.2L-6.q.1l.f-6.q.18.f+(6.1K[0]==v.1C?0:6.1K[0].1R))};8(!6.26){k C}8(6.1c){8(C.f<6.1c[0]){C.f=6.1c[0]}8(C.h<6.1c[1]){C.h=6.1c[1]}8(C.f>6.1c[2]){C.f=6.1c[2]}8(C.h>6.1c[3]){C.h=6.1c[3]}}8(G.21){b E=6.26.h+14.4z((C.h-6.26.h)/G.21[1])*G.21[1];C.h=6.1c?(!(E<6.1c[1]||E>6.1c[3])?E:(!(E<6.1c[1])?E-G.21[1]:E+G.21[1])):E;b D=6.26.f+14.4z((C.f-6.26.f)/G.21[0])*G.21[0];C.f=6.1c?(!(D<6.1c[0]||D>6.1c[2])?D:(!(D<6.1c[0])?D-G.21[0]:D+G.21[0])):D}k C},3P:c(D){6.r=6.5p(D);6.2s=6.3g("1I");B.j.1V.1L(6,"49",[D,6.j()]);6.2s=6.3g("1I");6.t[0].2w.f=6.r.f+"2x";6.t[0].2w.h=6.r.h+"2x";1Y(b C=6.1F.1g-1;C>=0;C--){b E=6.9d(6.1F[C]);8(!E){4D}8(6.1F[C].22[0]!=6.1o[0]&&6.1o[E==1?"3Z":"5L"]()[0]!=6.1F[C].22[0]&&!A(6.1o[0],6.1F[C].22[0])&&(6.d.68=="be-bd"?!A(6.m[0],6.1F[C].22[0]):13)){6.4h=E==1?"3W":"3V";6.7e(D,6.1F[C]);6.1X("77",D);2e}}6.97(D);8(B.j.23){B.j.23.35(6,D)}6.m.1O("49",[D,6.j()],6.d.49);k u},7e:c(H,G,D,F){D?D[0].96(6.1o[0]):G.22[0].31.6W(6.1o[0],(6.4h=="3W"?G.22[0]:G.22[0].bE));6.6o=6.6o?++6.6o:1;b E=6,C=6.6o;2D.5e(c(){8(C==E.6o){E.6p(!F)}},0);8(6.d.2d){6.d.2d.6t.1L(6.m,6.1o,6.2d)}},4s:c(D,F){8(B.j.23&&!6.d.6J){B.j.23.3I(6,D)}8(6.d.3L){b C=6;b E=C.1o.q();8(C.2d){C.2d.1p({1r:"1h"},(12(6.d.3L,10)||5C)-50)}B(6.t).1p({f:E.f-6.q.18.f-C.2h.f+(6.1K[0]==v.1C?0:6.1K[0].1R),h:E.h-6.q.18.h-C.2h.h+(6.1K[0]==v.1C?0:6.1K[0].1Q)},12(6.d.3L,10)||5C,c(){C.4Y(D)})}1a{6.4Y(D,F)}k u},4Y:c(D,E){8(6.8M.5L!=6.1o.5L().4N(".j-28-t")[0]||6.8M.18!=6.1o.18()[0]){6.1X("6t",D,1n,E)}8(!A(6.m[0],6.1o[0])){6.1X("1P",D,1n,E);1Y(b C=6.1G.1g-1;C>=0;C--){8(A(6.1G[C].m[0],6.1o[0])){6.1G[C].1X("6t",D,6,E);6.1G[C].1X("95",D,6,E)}}}1Y(b C=6.1G.1g-1;C>=0;C--){6.1G[C].1X("58",D,6,E);8(6.1G[C].3i.3j){6.1G[C].1X("4H",D,6);6.1G[C].3i.3j=0}}6.6v=u;8(6.5F){6.1X("2b",D,1n,E);k u}B(6.1o).l("5w","");8(6.2d){6.2d.1P()}6.t.1P();6.t=1n;6.1X("2b",D,1n,E);k 13}}));B.1H(B.j.28,{8D:"8X 93",3u:{t:"4n",3v:"86",3H:1,4Z:0,3E:13,2E:20,2F:20,4e:":4G",1F:"> *",1W:65,98:13,2a:"18"}});B.j.1V.1z("28","1T",{1U:c(E,D){b C=B("1C");8(C.l("1T")){D.d.5H=C.l("1T")}C.l("1T",D.d.1T)},2b:c(D,C){8(C.d.5H){B("1C").l("1T",C.d.5H)}}});B.j.1V.1z("28","1W",{1U:c(E,D){b C=D.t;8(C.l("1W")){D.d.5I=C.l("1W")}C.l("1W",D.d.1W)},2b:c(D,C){8(C.d.5I){B(C.t).l("1W",C.d.5I)}}});B.j.1V.1z("28","1r",{1U:c(E,D){b C=D.t;8(C.l("1r")){D.d.5K=C.l("1r")}C.l("1r",D.d.1r)},2b:c(D,C){8(C.d.5K){B(C.t).l("1r",C.d.5K)}}});B.j.1V.1z("28","3E",{1U:c(E,D){b F=D.d;b C=B(6).19("28");C.2n=c(G){do{8(/2P|3E/.1k(G.l("2j"))||(/2P|3E/).1k(G.l("2j-y"))){k G}G=G.18()}5q(G[0].31);k B(v)}(C.1o);C.2p=c(G){do{8(/2P|3E/.1k(G.l("2j"))||(/2P|3E/).1k(G.l("2j-x"))){k G}G=G.18()}5q(G[0].31);k B(v)}(C.1o);8(C.2n[0]!=v&&C.2n[0].4k!="4V"){C.5y=C.2n.q()}8(C.2p[0]!=v&&C.2p[0].4k!="4V"){C.5B=C.2p.q()}},49:c(E,D){b F=D.d;b C=B(6).19("28");8(C.2n[0]!=v&&C.2n[0].4k!="4V"){8((C.5y.h+C.2n[0].3S)-E.2M<F.2E){C.2n[0].1Q=C.2n[0].1Q+F.2F}8(E.2M-C.5y.h<F.2E){C.2n[0].1Q=C.2n[0].1Q-F.2F}}1a{8(E.2M-B(v).1Q()<F.2E){B(v).1Q(B(v).1Q()-F.2F)}8(B(2D).o()-(E.2M-B(v).1Q())<F.2E){B(v).1Q(B(v).1Q()+F.2F)}}8(C.2p[0]!=v&&C.2p[0].4k!="4V"){8((C.5B.f+C.2p[0].3X)-E.2L<F.2E){C.2p[0].1R=C.2p[0].1R+F.2F}8(E.2L-C.5B.f<F.2E){C.2p[0].1R=C.2p[0].1R-F.2F}}1a{8(E.2L-B(v).1R()<F.2E){B(v).1R(B(v).1R()-F.2F)}8(B(2D).p()-(E.2L-B(v).1R())<F.2E){B(v).1R(B(v).1R()+F.2F)}}}});B.j.1V.1z("28","37",{49:c(E,D){b C=B(6).19("28");8(D.d.37=="y"){C.r.f=C.26.f}8(D.d.37=="x"){C.r.h=C.26.h}}})})(1x);(c(E){E.3e("j.2K",{3Y:c(){b H=6.d;8(H.eb){b J=6.m.3p("a").2A(H.9h);8(J.1g){8(J.2A(H.5P).1g){H.30=J}1a{H.30=J.18().18().5L();J.1b("4l")}}}H.3h=6.m.3p(H.5P);H.30=A(H.3h,H.30);8(E.1S.2O){6.m.3p("a").l("8Y","1")}8(!6.m.3F("j-2K")){6.m.1b("j-2K");E("<4x 3Q=\'j-2K-f\'/>").6W(H.3h);E("<4x 3Q=\'j-2K-2l\'/>").2a(H.3h);H.3h.1b("j-2K-5P").2g("en","0")}b G;8(H.91){G=6.m.18().o();H.3h.1j(c(){G-=E(6).2f()});b I=0;H.3h.3Z().1j(c(){I=14.2Q(I,E(6).8Q()-E(6).o())}).o(G-I)}1a{8(H.4v){G=0;H.3h.3Z().1j(c(){G=14.2Q(G,E(6).2f())}).o(G)}}H.3h.4N(H.30||"").3Z().1h();H.30.18().5g().1b(H.2t);8(H.3m){6.m.38((H.3m)+".2K",F)}},3R:c(G){F.1L(6.m[0],{2X:A(6.d.3h,G)[0]})},2G:c(){6.d.3h.3Z().l("3B","");8(6.d.91||6.d.4v){6.d.3h.3Z().l("o","")}E.3c(6.m[0],"2K");6.m.1A("j-2K").2Z(".2K")}});c C(H,G){k c(){k H.1i(G,1f)}}c B(H){8(!E.19(6,"2K")){k}b G=E.19(6,"2K");b I=G.d;I.5Q=H?0:--I.5Q;8(I.5Q){k}8(I.er){I.4p.1z(I.5i).l({o:"",2j:""})}E(6).1O("90",[E.3m.af({68:"90",2X:G.m[0]}),I.19],I.77)}c D(L,I,K,G,M){b H=E.19(6,"2K").d;H.4p=L;H.5i=I;H.19=K;b J=C(B,6);H.5Q=I.1d()===0?L.1d():I.1d();8(H.7g){8(!H.6l&&G){E.j.2K.8p[H.7g]({4p:1x([]),5i:I,48:J,3W:M,4v:H.4v})}1a{E.j.2K.8p[H.7g]({4p:L,5i:I,48:J,3W:M,4v:H.4v})}}1a{8(!H.6l&&G){L.3w()}1a{I.1h();L.1e()}J(13)}}c F(K){b J=E.19(6,"2K").d;8(J.1v){k u}8(!K.2X&&!J.6l){J.30.18().5g().7w(J.2t);b I=J.30.3Z(),M={d:J,8Z:1x([]),9k:J.30,9l:1x([]),9g:I},L=(J.30=E([]));D.1L(6,L,I,M);k u}b H=E(K.2X);H=E(H.4o(J.5P)[0]||H);b G=H[0]==J.30[0];8(J.5Q||(J.6l&&G)){k u}8(!H.44(J.5P)){k}J.30.18().5g().7w(J.2t);8(!G){H.18().5g().1b(J.2t)}b L=H.3Z(),I=J.30.3Z(),M={d:J,8Z:H,9k:J.30,9l:L,9g:I},N=J.3h.2I(J.30[0])>J.3h.2I(H[0]);J.30=G?E([]):H;D.1L(6,L,I,M,G,N);k u}c A(H,G){k G!=2W?2J G=="8U"?H.2A(":eq("+G+")"):H.4N(H.4N(G)):G===u?E([]):H.2A(":eq(0)")}E.1H(E.j.2K,{3u:{2t:"1q",6l:13,7g:"6y",3m:"1l",5P:"a",4v:13,5Q:0,9h:c(){k 6.33.7D()==6Z.33.7D()}},8p:{6y:c(G,I){G=E.1H({1m:"6h",1w:9n},G,I);8(!G.5i.1d()){G.4p.1p({o:"1e"},G);k}b H=G.5i.o(),J=G.4p.o(),K=J/H;G.4p.l({o:0,2j:"34"}).1e();G.5i.2A(":34").1j(G.48).53().2A(":3r").1p({o:"1h"},{7U:c(L){b M=(H-L)*K;8(E.1S.2O||E.1S.79){M=14.dB(M)}G.4p.o(M)},1w:G.1w,1m:G.1m,48:c(){8(!G.4v){G.4p.l("o","2P")}G.48()}})},e3:c(G){6.6y(G,{1m:G.3W?"dy":"6h",1w:G.3W?65:94})},dq:c(G){6.6y(G,{1m:"dv",1w:du})}}});E.3a.3R=c(G){k 6.2K("3R",G)}})(1x);(c(B){b A={7W:"1U.1B",35:"35.1B",81:"2b.1B",4J:"4J.Z",3N:"3N.Z",4M:"4M.Z",3K:"3K.Z",84:"1U.Z",1J:"35.Z",7Z:"2b.Z"};B.3e("j.1y",{3Y:c(){b J=6,H=6.d,F=2J H.Z=="5k"?H.Z:"n,e,s,w,2S,2R,32,2N",C=6.m.1b("j-1y-57").6k("<29/>").6k("<29/>"),D=(6.9c=C.18().1b("j-1y-dK").l({r:"1E",p:"2Y%",o:"2Y%"})),I=H.56||C.2g("56")||"",G=(6.66=B(\'<29 3Q="j-1y-5r"/>\')).6q(\'<4x 3Q="j-1y-56">\'+I+"</4x>").6q(\'<a 33="#" 3Q="j-1y-5r-4f"><4x>X</4x></a>\').dJ(D),K=(6.2C=D.18()).2a(v.1C).1h().1b("j-1y").1b(H.dQ).1b(C.2g("5O")).1A("j-1y-57").l({r:"1I",p:H.p,o:H.o,2j:"34",1W:H.1W}).2g("dz",-1).l("dP",0).87(c(L){8(H.8W){b M=27;(L.7t&&L.7t==M&&J.4f())}}).6Y(c(){J.7z()}),E=(6.9b=B("<29/>")).1b("j-1y-dR").l({r:"1I",2r:0}).2a(K);6.9i=B(".j-1y-5r-4f",G).7x(c(){B(6).1b("j-1y-5r-4f-7x")},c(){B(6).1A("j-1y-5r-4f-7x")}).6Y(c(L){L.dO()}).1l(c(){J.4f();k u});6.66.3p("*").1z(6.66).1j(c(){B.j.5f(6)});8(B.3a.1B){K.1B({4e:".j-1y-57",t:H.dN,2z:".j-1y-5r",1U:c(M,L){J.7z();(H.7W&&H.7W.1i(J.m[0],1f))},35:c(M,L){(H.35&&H.35.1i(J.m[0],1f))},2b:c(M,L){(H.81&&H.81.1i(J.m[0],1f));B.j.1y.1Z.1J()}});(H.1B||K.1B("4Q"))}8(B.3a.Z){K.Z({4e:".j-1y-57",t:H.dL,4M:H.4M,4J:H.4J,3K:H.3K,3N:H.3N,1U:c(){(H.84&&H.84.1i(J.m[0],1f))},1J:c(M,L){(H.7f&&J.1d.1i(J));(H.1J&&H.1J.1i(J.m[0],1f))},2B:F,2b:c(M,L){(H.7f&&J.1d.1i(J));(H.7Z&&H.7Z.1i(J.m[0],1f));B.j.1y.1Z.1J()}});(H.Z||K.Z("4Q"))}6.8r(H.8P);6.6K=u;(H.59&&B.3a.59&&K.59());(H.9j&&6.8G())},4A:c(C,D){(A[C]&&6.2C.19(A[C],D));5S(C){2m"8P":6.8r(D);2e;2m"1B":6.2C.1B(D?"5z":"4Q");2e;2m"o":6.2C.o(D);2e;2m"r":6.r(D);2e;2m"Z":(2J D=="5k"&&6.2C.19("2B.Z",D));6.2C.Z(D?"5z":"4Q");2e;2m"56":B(".j-1y-56",6.66).9a(D);2e;2m"p":6.2C.p(D);2e}B.3e.4r.4A.1i(6,1f)},r:c(H){b D=B(2D),F=B(v),G=F.1Q(),C=F.1R(),E=G;8(B.5n(H,["51","h","2l","2r","f"])>=0){H=[H=="2l"||H=="f"?H:"51",H=="h"||H=="2r"?H:"6w"]}8(H.3o!=7j){H=["51","6w"]}8(H[0].3o==6b){C+=H[0]}1a{5S(H[0]){2m"f":C+=0;2e;2m"2l":C+=D.p()-6.2C.p();2e;5Y:2m"51":C+=(D.p()-6.2C.p())/2}}8(H[1].3o==6b){G+=H[1]}1a{5S(H[1]){2m"h":G+=0;2e;2m"2r":G+=D.o()-6.2C.o();2e;5Y:2m"6w":G+=(D.o()-6.2C.o())/2}}G=14.2Q(G,E);6.2C.l({h:G,f:C})},1d:c(){b F=6.9c,D=6.66,E=6.m,C=12(E.l("2U-h"),10)+12(E.l("2U-2r"),10),G=12(E.l("2U-f"),10)+12(E.l("2U-2l"),10);E.o(F.o()-D.2f()-C);E.p(F.p()-G)},8G:c(){8(6.6K){k}6.1Z=6.d.7b?99 B.j.1y.1Z(6):1n;(6.2C.3Z().1g>0)&&6.2C.2a("1C");6.r(6.d.r);6.2C.1e(6.d.1e);6.d.7f&&6.1d();6.7z(13);b D=1n;b C={d:6.d};6.9i.6X();6.m.1O("dM",[D,C],6.d.8G);6.6K=13},7z:c(E){8((6.d.7b&&!E)||(!6.d.4U&&!6.d.7b)){k 6.m.1O("92",[1n,{d:6.d}],6.d.6X)}b D=6.d.1W,C=6.d;B(".j-1y:3r").1j(c(){D=14.2Q(D,12(B(6).l("z-2I"),10)||C.1W)});(6.1Z&&6.1Z.$el.l("z-2I",++D));6.2C.l("z-2I",++D);6.m.1O("92",[1n,{d:6.d}],6.d.6X)},4f:c(){(6.1Z&&6.1Z.2G());6.2C.1h(6.d.1h);b D=1n;b C={d:6.d};6.m.1O("dS",[D,C],6.d.4f);B.j.1y.1Z.1J();6.6K=u},2G:c(){(6.1Z&&6.1Z.2G());6.2C.1h();6.m.2Z(".1y").3c("1y").1A("j-1y-57").1h().2a("1C");6.2C.1P()},8r:c(F){b C=6,E=u,D=6.9b;D.dT().1h();B.1j(F,c(){k!(E=13)});8(E){D.1e();B.1j(F,c(G,H){B("<6R/>").9a(G).1l(c(){H.1i(C.m[0],1f)}).2a(D)})}}});B.1H(B.j.1y,{3u:{9j:13,7f:13,59:u,8P:{},8W:13,1B:13,o:94,3N:2Y,3K:8d,7b:u,1Z:{},r:"51",Z:13,4U:13,p:9n,1W:65},1Z:c(C){6.$el=B.j.1y.1Z.9f(C)}});B.1H(B.j.1y.1Z,{5a:[],9m:B.5u("6X,6Y,7K,87,dZ,1l".63(","),c(C){k C+".1y-1Z"}).5d(" "),9f:c(C){8(6.5a.1g===0){5e(c(){B("a, :4G").38(B.j.1y.1Z.9m,c(){b E=u;b H=B(6).4o(".j-1y");8(H.1g){b G=B(".j-1y-1Z");8(G.1g){b F=12(G.l("z-2I"),10);G.1j(c(){F=14.2Q(F,12(B(6).l("z-2I"),10))});E=12(H.l("z-2I"),10)>F}1a{E=13}}k E})},1);B(v).38("87.1y-1Z",c(E){b F=27;(E.7t&&E.7t==F&&C.4f())});B(2D).38("1J.1y-1Z",B.j.1y.1Z.1J)}b D=B("<29/>").2a(v.1C).1b("j-1y-1Z").l(B.1H({e0:0,2U:0,8s:0,r:"1I",h:0,f:0,p:6.p(),o:6.o()},C.d.1Z));(C.d.59&&B.3a.59&&D.59());6.5a.3k(D);k D},2G:c(C){6.5a.8e(B.5n(6.5a,C),1);8(6.5a.1g===0){B("a, :4G").1z([v,2D]).2Z(".1y-1Z")}C.1P()},o:c(){8(B.1S.2O&&B.1S.5G<7){b D=14.2Q(v.6A.4I,v.1C.4I);b C=14.2Q(v.6A.3S,v.1C.3S);8(D<C){k B(2D).o()+"2x"}1a{k D+"2x"}}1a{k B(v).o()+"2x"}},p:c(){8(B.1S.2O&&B.1S.5G<7){b C=14.2Q(v.6A.62,v.1C.62);b D=14.2Q(v.6A.3X,v.1C.3X);8(C<D){k B(2D).p()+"2x"}1a{k C+"2x"}}1a{k B(v).p()+"2x"}},1J:c(){b C=B([]);B.1j(B.j.1y.1Z.5a,c(){C=C.1z(6)});C.l({p:0,o:0}).l({p:B.j.1y.1Z.p(),o:B.j.1y.1Z.o()})}});B.1H(B.j.1y.1Z.4r,{2G:c(){B.j.1y.1Z.2G(6.$el)}})})(1x);(c(A){A.3e("j.17",{3Y:c(){6.d.3m+=".17";6.67(13)},4A:c(B,C){8((/^1q/).1k(B)){6.4W(C)}1a{6.d[B]=C;6.67()}},1g:c(){k 6.$17.1g},7P:c(B){k B.56&&B.56.5v(/\\s/g,"8f").5v(/[^A-e1-dY-9\\-8f:\\.]/g,"")||6.d.at+A.19(B)},j:c(C,B){k{d:6.d,dX:C,aJ:B,2I:6.$17.2I(C)}},67:c(P){6.$2T=A("6N:dU(a[33])",6.m);6.$17=6.$2T.5u(c(){k A("a",6)[0]});6.$2q=A([]);b O=6,E=6.d;6.$17.1j(c(R,Q){8(Q.4q&&Q.4q.5v("#","")){O.$2q=O.$2q.1z(Q.4q)}1a{8(A(Q).2g("33")!="#"){A.19(Q,"33.17",Q.33);A.19(Q,"3x.17",Q.33);b T=O.7P(Q);Q.33="#"+T;b S=A("#"+T);8(!S.1g){S=A(E.8n).2g("3T",T).1b(E.60).dV(O.$2q[R-1]||O.m);S.19("2G.17",13)}O.$2q=O.$2q.1z(S)}1a{E.1v.3k(R+1)}}});8(P){6.m.1b(E.8o);6.$2q.1j(c(){b Q=A(6);Q.1b(E.60)});8(E.1q===2W){8(6Z.4q){6.$17.1j(c(T,Q){8(Q.4q==6Z.4q){E.1q=T;8(A.1S.2O||A.1S.79){b S=A(6Z.4q),R=S.2g("3T");S.2g("3T","");5e(c(){S.2g("3T",R)},5C)}dW(0,0);k u}})}1a{8(E.5T){b I=12(A.5T("j-17"+A.19(O.m)),10);8(I&&O.$17[I]){E.1q=I}}1a{8(O.$2T.2A("."+E.2t).1g){E.1q=O.$2T.2I(O.$2T.2A("."+E.2t)[0])}}}}E.1q=E.1q===1n||E.1q!==2W?E.1q:0;E.1v=A.dI(E.1v.4c(A.5u(6.$2T.2A("."+E.5j),c(R,Q){k O.$2T.2I(R)}))).49();8(A.5n(E.1q,E.1v)!=-1){E.1v.8e(A.5n(E.1q,E.1v),1)}6.$2q.1b(E.4t);6.$2T.1A(E.2t);8(E.1q!==1n){6.$2q.eq(E.1q).1e().1A(E.4t);6.$2T.eq(E.1q).1b(E.2t);b B=c(){A(O.m).1O("71",[O.4a("71"),O.j(O.$17[E.1q],O.$2q[E.1q])],E.1e)};8(A.19(6.$17[E.1q],"3x.17")){6.3x(E.1q,B)}1a{B()}}A(2D).38("dH",c(){O.$17.2Z(".17");O.$2T=O.$17=O.$2q=1n})}1Y(b H=0,N;N=6.$2T[H];H++){A(N)[A.5n(H,E.1v)!=-1&&!A(N).3F(E.2t)?"1b":"1A"](E.5j)}8(E.4w===u){6.$17.3c("4w.17")}b J,D,K={"4L-p":0,1w:1},F="7i";8(E.3U&&E.3U.3o==7j){J=E.3U[0]||K,D=E.3U[1]||K}1a{J=D=E.3U||K}b C={3B:"",2j:"",o:""};8(!A.1S.2O){C.1r=""}c M(R,Q,S){Q.1p(J,J.1w||F,c(){Q.1b(E.4t).l(C);8(A.1S.2O&&J.1r){Q[0].2w.2A=""}8(S){L(R,S,Q)}})}c L(R,S,Q){8(D===K){S.l("3B","4X")}S.1p(D,D.1w||F,c(){S.1A(E.4t).l(C);8(A.1S.2O&&D.1r){S[0].2w.2A=""}A(O.m).1O("71",[O.4a("71"),O.j(R,S[0])],E.1e)})}c G(R,T,Q,S){T.1b(E.2t).dt().1A(E.2t);M(R,Q,S)}6.$17.2Z(".17").38(E.3m,c(){b T=A(6).4o("6N:eq(0)"),Q=O.$2q.2A(":3r"),S=A(6.4q);8((T.3F(E.2t)&&!E.6M)||T.3F(E.5j)||A(6).3F(E.5Z)||A(O.m).1O("ak",[O.4a("ak"),O.j(6,S[0])],E.4W)===u){6.6U();k u}O.d.1q=O.$17.2I(6);8(E.6M){8(T.3F(E.2t)){O.d.1q=1n;T.1A(E.2t);O.$2q.2b();M(6,Q);6.6U();k u}1a{8(!Q.1g){O.$2q.2b();b R=6;O.3x(O.$17.2I(6),c(){T.1b(E.2t).1b(E.8w);L(R,S)});6.6U();k u}}}8(E.5T){A.5T("j-17"+A.19(O.m),O.d.1q,E.5T)}O.$2q.2b();8(S.1g){b R=6;O.3x(O.$17.2I(6),Q.1g?c(){G(R,T,Q,S)}:c(){T.1b(E.2t);L(R,S)})}1a{ds"1x bK dr: dm dn dp."}8(A.1S.2O){6.6U()}k u});8(!(/^1l/).1k(E.3m)){6.$17.38("1l.17",c(){k u})}},1z:c(E,D,C){8(C==2W){C=6.$17.1g}b G=6.d;b I=A(G.aH.5v(/#\\{33\\}/g,E).5v(/#\\{6P\\}/g,D));I.19("2G.17",13);b H=E.7u("#")==0?E.5v("#",""):6.7P(A("a:dw-2i",I)[0]);b F=A("#"+H);8(!F.1g){F=A(G.8n).2g("3T",H).1b(G.4t).19("2G.17",13)}F.1b(G.60);8(C>=6.$2T.1g){I.2a(6.m);F.2a(6.m[0].31)}1a{I.6W(6.$2T[C]);F.6W(6.$2q[C])}G.1v=A.5u(G.1v,c(K,J){k K>=C?++K:K});6.67();8(6.$17.1g==1){I.1b(G.2t);F.1A(G.4t);b B=A.19(6.$17[0],"3x.17");8(B){6.3x(C,B)}}6.m.1O("aq",[6.4a("aq"),6.j(6.$17[C],6.$2q[C])],G.1z)},1P:c(B){b D=6.d,E=6.$2T.eq(B).1P(),C=6.$2q.eq(B).1P();8(E.3F(D.2t)&&6.$17.1g>1){6.4W(B+(B+1<6.$17.1g?1:-1))}D.1v=A.5u(A.ai(D.1v,c(G,F){k G!=B}),c(G,F){k G>=B?--G:G});6.67();6.m.1O("aj",[6.4a("aj"),6.j(E.3p("a")[0],C[0])],D.1P)},5z:c(B){b C=6.d;8(A.5n(B,C.1v)==-1){k}b D=6.$2T.eq(B).1A(C.5j);8(A.1S.7M){D.l("3B","dx-4X");5e(c(){D.l("3B","4X")},0)}C.1v=A.ai(C.1v,c(F,E){k F!=B});6.m.1O("ac",[6.4a("ac"),6.j(6.$17[B],6.$2q[B])],C.5z)},4Q:c(C){b B=6,D=6.d;8(C!=D.1q){6.$2T.eq(C).1b(D.5j);D.1v.3k(C);D.1v.49();6.m.1O("ab",[6.4a("ab"),6.j(6.$17[C],6.$2q[C])],D.4Q)}},4W:c(B){8(2J B=="5k"){B=6.$17.2I(6.$17.2A("[33$="+B+"]")[0])}6.$17.eq(B).dE(6.d.3m)},3x:c(G,K){b L=6,D=6.d,E=6.$17.eq(G),J=E[0],H=K==2W||K===u,B=E.19("3x.17");K=K||c(){};8(!B||!H&&A.19(J,"4w.17")){K();k}b M=c(N){b O=A(N),P=O.3p("*:dF");k P.1g&&P.44(":4N(a9)")&&P||O};b C=c(){L.$17.2A("."+D.5Z).1A(D.5Z).1j(c(){8(D.6G){M(6).18().78(M(6).19("6P.17"))}});L.6S=1n};8(D.6G){b I=M(J).78();M(J).dG("<em></em>").3p("em").19("6P.17",I).78(D.6G)}b F=A.1H({},D.6I,{au:B,8O:c(O,N){A(J.4q).78(O);C();8(D.4w){A.19(J,"4w.17",13)}A(L.m).1O("ae",[L.4a("ae"),L.j(L.$17[G],L.$2q[G])],D.3x);D.6I.8O&&D.6I.8O(O,N);K()}});8(6.6S){6.6S.dD();C()}E.1b(D.5Z);5e(c(){L.6S=A.dC(F)},0)},au:c(C,B){6.$17.eq(C).3c("4w.17").19("3x.17",B)},2G:c(){b B=6.d;6.m.2Z(".17").1A(B.8o).3c("17");6.$17.1j(c(){b C=A.19(6,"33.17");8(C){6.33=C}b D=A(6).2Z(".17");A.1j(["33","3x","4w"],c(F,E){D.3c(E+".17")})});6.$2T.1z(6.$2q).1j(c(){8(A.19(6,"2G.17")){A(6).1P()}1a{A(6).1A([B.2t,B.8w,B.5j,B.60,B.4t].5d(" "))}})},4a:c(B){k A.3m.af({68:B,2X:6.m[0]})}});A.j.17.3u={6M:u,3m:"1l",1v:[],5T:1n,6G:"dA&#e2;",4w:u,at:"j-17-",6I:{},3U:1n,aH:\'<6N><a 33="#{33}"><4x>#{6P}</4x></a></6N>\',8n:"<29></29>",8o:"j-17-e6",2t:"j-17-1q",8w:"j-17-6M",5j:"j-17-1v",60:"j-17-aJ",4t:"j-17-1h",5Z:"j-17-eu"};A.j.17.8D="1g";A.1H(A.j.17.4r,{8B:1n,ew:c(C,F){F=F||u;b B=6,E=6.d.1q;c G(){B.8B=ev(c(){E=++E<B.$17.1g?E:0;B.4W(E)},C)}c D(H){8(!H||H.aK){es(B.8B)}}8(C){G();8(!F){6.$17.38(6.d.3m,D)}1a{6.$17.38(6.d.3m,c(){D();E=B.d.1q;G()})}}1a{D();6.$17.2Z(6.d.3m,D)}}})})(1x);(c(C){C.11=C.11||{};C.1H(C.11,{3A:c(F,G){1Y(b E=0;E<G.1g;E++){8(G[E]!==1n){C.19(F[0],"ec.ay."+G[E],F[0].2w[G[E]])}}},3b:c(F,G){1Y(b E=0;E<G.1g;E++){8(G[E]!==1n){F.l(G[E],C.19(F[0],"ec.ay."+G[E]))}}},3f:c(E,F){8(F=="3w"){F=E.44(":34")?"1e":"1h"}k F},9B:c(G,F){b H,E;5S(G[0]){2m"h":H=0;2e;2m"6w":H=0.5;2e;2m"2r":H=1;2e;5Y:H=G[0]/F.o}5S(G[1]){2m"f":E=0;2e;2m"51":E=0.5;2e;2m"2l":E=1;2e;5Y:E=G[1]/F.p}k{x:E,y:H}},4g:c(F){8(F.18().2g("3T")=="8R"){k F}b E={p:F.2v({2U:13}),o:F.2f({2U:13}),"8x":F.l("8x")};F.6k(\'<29 3T="8R" 2w="ep-1d:2Y%;7m:4P;8v:54;2U:0;8s:0"></29>\');b I=F.18();8(F.l("r")=="4O"){I.l({r:"1E"});F.l({r:"1E"})}1a{b H=F.l("h");8(7J(12(H))){H="2P"}b G=F.l("f");8(7J(12(G))){G="2P"}I.l({r:F.l("r"),h:H,f:G,1W:F.l("z-2I")}).1e();F.l({r:"1E",h:0,f:0})}I.l(E);k I},40:c(E){8(E.18().2g("3T")=="8R"){k E.18().eo(E)}k E},3C:c(F,G,E,H){H=H||{};C.1j(G,c(J,I){7q=F.9E(I);8(7q[0]>0){H[I]=7q[0]*E+7q[1]}});k H},61:c(G,J,I,H){b E=(2J I=="c"?I:(H?H:1n));b F=(2J I=="69"?I:1n);k 6.1j(c(){b O={};b M=C(6);b N=M.2g("2w")||"";8(2J N=="69"){N=N.7O}8(G.3w){M.3F(G.3w)?G.1P=G.3w:G.1z=G.3w}b K=C.1H({},(v.7h?v.7h.aw(6,1n):6.9o));8(G.1z){M.1b(G.1z)}8(G.1P){M.1A(G.1P)}b L=C.1H({},(v.7h?v.7h.aw(6,1n):6.9o));8(G.1z){M.1A(G.1z)}8(G.1P){M.1b(G.1P)}1Y(b P 7s L){8(2J L[P]!="c"&&L[P]&&P.7u("et")==-1&&P.7u("1g")==-1&&L[P]!=K[P]&&(P.5m(/72/i)||(!P.5m(/72/i)&&!7J(12(L[P],10))))&&(K.r!="4O"||(K.r=="4O"&&!P.5m(/f|h|2r|2l/)))){O[P]=L[P]}}M.1p(O,J,F,c(){8(2J C(6).2g("2w")=="69"){C(6).2g("2w")["7O"]="";C(6).2g("2w")["7O"]=N}1a{C(6).2g("2w",N)}8(G.1z){C(6).1b(G.1z)}8(G.1P){C(6).1A(G.1P)}8(E){E.1i(6,1f)}})})}});C.3a.1H({av:C.3a.1e,az:C.3a.1h,aE:C.3a.3w,aD:C.3a.1b,aC:C.3a.1A,aB:C.3a.7w,3y:c(E,H,F,G){k C.11[E]?C.11[E].1L(6,{ex:E,d:H||{},1w:F,1M:G}):1n},1e:c(){8(!1f[0]||(1f[0].3o==6b||/(7r|7i|8h)/.1k(1f[0]))){k 6.av.1i(6,1f)}1a{b E=1f[1]||{};E.24="1e";k 6.3y.1i(6,[1f[0],E,1f[2]||E.1w,1f[3]||E.1M])}},1h:c(){8(!1f[0]||(1f[0].3o==6b||/(7r|7i|8h)/.1k(1f[0]))){k 6.az.1i(6,1f)}1a{b E=1f[1]||{};E.24="1h";k 6.3y.1i(6,[1f[0],E,1f[2]||E.1w,1f[3]||E.1M])}},3w:c(){8(!1f[0]||(1f[0].3o==6b||/(7r|7i|8h)/.1k(1f[0]))||(1f[0].3o==aA)){k 6.aE.1i(6,1f)}1a{b E=1f[1]||{};E.24="3w";k 6.3y.1i(6,[1f[0],E,1f[2]||E.1w,1f[3]||E.1M])}},1b:c(H,E,G,F){k E?C.11.61.1i(6,[{1z:H},E,G,F]):6.aD(H)},1A:c(H,E,G,F){k E?C.11.61.1i(6,[{1P:H},E,G,F]):6.aC(H)},7w:c(H,E,G,F){k E?C.11.61.1i(6,[{3w:H},E,G,F]):6.aB(H)},a7:c(F,I,E,H,G){k C.11.61.1i(6,[{1z:I,1P:F},E,H,G])},ej:c(){k 6.a7.1i(6,1f)},9E:c(E){b F=6.l(E),G=[];C.1j(["em","2x","%","e8"],c(H,I){8(F.7u(I)>0){G=[7p(F),I]}});k G}});1x.1j(["52","e9","e7","ek","e4","72","e5"],c(F,E){1x.3U.7U[E]=c(G){8(G.ea==0){G.1U=D(G.a8,E);G.53=A(G.53)}G.a8.2w[E]="89("+[14.2Q(14.4L(12((G.2k*(G.53[0]-G.1U[0]))+G.1U[0]),1N),0),14.2Q(14.4L(12((G.2k*(G.53[1]-G.1U[1]))+G.1U[1]),1N),0),14.2Q(14.4L(12((G.2k*(G.53[2]-G.1U[2]))+G.1U[2]),1N),0)].5d(",")+")"}});c A(E){b F;8(E&&E.3o==7j&&E.1g==3){k E}8(F=/89\\(\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*,\\s*([0-9]{1,3})\\s*\\)/.5D(E)){k[12(F[1]),12(F[2]),12(F[3])]}8(F=/89\\(\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*,\\s*([0-9]+(?:\\.[0-9]+)?)\\%\\s*\\)/.5D(E)){k[7p(F[1])*2.55,7p(F[2])*2.55,7p(F[3])*2.55]}8(F=/#([a-5o-5s-9]{2})([a-5o-5s-9]{2})([a-5o-5s-9]{2})/.5D(E)){k[12(F[1],16),12(F[2],16),12(F[3],16)]}8(F=/#([a-5o-5s-9])([a-5o-5s-9])([a-5o-5s-9])/.5D(E)){k[12(F[1]+F[1],16),12(F[2]+F[2],16),12(F[3]+F[3],16)]}8(F=/9F\\(0, 0, 0, 0\\)/.5D(E)){k B.4P}k B[1x.9G(E).7D()]}c D(G,E){b F;do{F=1x.eh(G,E);8(F!=""&&F!="4P"||1x.7k(G,"1C")){2e}E="52"}5q(G=G.31);k A(F)}b B={ei:[0,1N,1N],eg:[a0,1N,1N],ef:[9H,9H,ed],9A:[0,0,0],ee:[0,0,1N],dk:[9P,42,42],ch:[0,1N,1N],ci:[0,0,5N],cj:[0,5N,5N],ck:[8V,8V,8V],cg:[0,2Y,0],cf:[cb,ca,9q],cc:[5N,0,5N],cd:[85,9q,47],ce:[1N,82,0],cl:[dl,50,cm],ct:[5N,0,0],cu:[cv,8d,cw],cs:[cr,0,6L],cn:[1N,0,1N],co:[1N,cp,0],cq:[0,4j,0],c9:[75,0,c8],bS:[a0,9Y,82],bT:[bU,bV,9Y],bR:[a4,1N,1N],bQ:[a3,bM,a3],bL:[6L,6L,6L],bN:[1N,bO,bP],bW:[1N,1N,a4],bX:[0,1N,0],c4:[1N,0,1N],c5:[4j,0,0],c6:[0,0,4j],c7:[4j,4j,0],c3:[1N,9P,0],c2:[1N,6H,bY],bZ:[4j,0,4j],c0:[4j,0,4j],c1:[1N,0,0],cx:[6H,6H,6H],cy:[1N,1N,1N],d4:[1N,1N,0],4P:[1N,1N,1N]};1x.1m.d5=1x.1m.6h;1x.1H(1x.1m,{9N:"9Q",6h:c(F,G,E,I,H){k 1x.1m[1x.1m.9N](F,G,E,I,H)},d6:c(F,G,E,I,H){k I*(G/=H)*G+E},9Q:c(F,G,E,I,H){k-I*(G/=H)*(G-2)+E},d7:c(F,G,E,I,H){8((G/=H/2)<1){k I/2*G*G+E}k-I/2*((--G)*(G-2)-1)+E},d3:c(F,G,E,I,H){k I*(G/=H)*G*G+E},d2:c(F,G,E,I,H){k I*((G=G/H-1)*G*G+1)+E},cY:c(F,G,E,I,H){8((G/=H/2)<1){k I/2*G*G*G+E}k I/2*((G-=2)*G*G+2)+E},cZ:c(F,G,E,I,H){k I*(G/=H)*G*G*G+E},d0:c(F,G,E,I,H){k-I*((G=G/H-1)*G*G*G-1)+E},d1:c(F,G,E,I,H){8((G/=H/2)<1){k I/2*G*G*G*G+E}k-I/2*((G-=2)*G*G*G-2)+E},d8:c(F,G,E,I,H){k I*(G/=H)*G*G*G*G+E},d9:c(F,G,E,I,H){k I*((G=G/H-1)*G*G*G*G+1)+E},dg:c(F,G,E,I,H){8((G/=H/2)<1){k I/2*G*G*G*G*G+E}k I/2*((G-=2)*G*G*G*G+2)+E},dh:c(F,G,E,I,H){k-I*14.9T(G/H*(14.41/2))+I+E},di:c(F,G,E,I,H){k I*14.6j(G/H*(14.41/2))+E},dj:c(F,G,E,I,H){k-I/2*(14.9T(14.41*G/H)-1)+E},df:c(F,G,E,I,H){k(G==0)?E:I*14.4R(2,10*(G/H-1))+E},de:c(F,G,E,I,H){k(G==H)?E+I:I*(-14.4R(2,-10*G/H)+1)+E},da:c(F,G,E,I,H){8(G==0){k E}8(G==H){k E+I}8((G/=H/2)<1){k I/2*14.4R(2,10*(G-1))+E}k I/2*(-14.4R(2,-10*--G)+2)+E},db:c(F,G,E,I,H){k-I*(14.5M(1-(G/=H)*G)-1)+E},dc:c(F,G,E,I,H){k I*14.5M(1-(G=G/H-1)*G)+E},dd:c(F,G,E,I,H){8((G/=H/2)<1){k-I/2*(14.5M(1-G*G)-1)+E}k I/2*(14.5M(1-(G-=2)*G)+1)+E},cX:c(F,H,E,L,K){b I=1.5A;b J=0;b G=L;8(H==0){k E}8((H/=K)==1){k E+L}8(!J){J=K*0.3}8(G<14.36(L)){G=L;b I=J/4}1a{b I=J/(2*14.41)*14.8k(L/G)}k-(G*14.4R(2,10*(H-=1))*14.6j((H*K-I)*(2*14.41)/J))+E},cW:c(F,H,E,L,K){b I=1.5A;b J=0;b G=L;8(H==0){k E}8((H/=K)==1){k E+L}8(!J){J=K*0.3}8(G<14.36(L)){G=L;b I=J/4}1a{b I=J/(2*14.41)*14.8k(L/G)}k G*14.4R(2,-10*H)*14.6j((H*K-I)*(2*14.41)/J)+L+E},cG:c(F,H,E,L,K){b I=1.5A;b J=0;b G=L;8(H==0){k E}8((H/=K/2)==2){k E+L}8(!J){J=K*(0.3*1.5)}8(G<14.36(L)){G=L;b I=J/4}1a{b I=J/(2*14.41)*14.8k(L/G)}8(H<1){k-0.5*(G*14.4R(2,10*(H-=1))*14.6j((H*K-I)*(2*14.41)/J))+E}k G*14.4R(2,-10*(H-=1))*14.6j((H*K-I)*(2*14.41)/J)*0.5+L+E},cH:c(F,G,E,J,I,H){8(H==2W){H=1.5A}k J*(G/=I)*G*((H+1)*G-H)+E},cI:c(F,G,E,J,I,H){8(H==2W){H=1.5A}k J*((G=G/I-1)*G*((H+1)*G+H)+1)+E},cJ:c(F,G,E,J,I,H){8(H==2W){H=1.5A}8((G/=I/2)<1){k J/2*(G*G*(((H*=(1.9R))+1)*G-H))+E}k J/2*((G-=2)*G*(((H*=(1.9R))+1)*G+H)+2)+E},a5:c(F,G,E,I,H){k I-1x.1m.7L(F,H-G,0,I,H)+E},7L:c(F,G,E,I,H){8((G/=H)<(1/2.75)){k I*(7.7d*G*G)+E}1a{8(G<(2/2.75)){k I*(7.7d*(G-=(1.5/2.75))*G+0.75)+E}1a{8(G<(2.5/2.75)){k I*(7.7d*(G-=(2.25/2.75))*G+0.cF)+E}1a{k I*(7.7d*(G-=(2.cE/2.75))*G+0.cA)+E}}}},cz:c(F,G,E,I,H){8(G<H/2){k 1x.1m.a5(F,G*2,0,I,H)*0.5+E}k 1x.1m.7L(F,G*2-H,0,I,H)*0.5+I*0.5+E}})})(1x);(c(A){A.11.cB=c(B){k 6.2o(c(){b D=A(6),C=["r","h","f"];b G=A.11.3f(D,B.d.24||"1h");b J=B.d.4h||"4C";A.11.3A(D,C);D.1e();b I=A.11.4g(D).l({2j:"34"});b E=(J=="4C")?"o":"p";b H=(J=="4C")?I.o():I.p();8(G=="1e"){I.l(E,0)}b F={};F[E]=G=="1e"?H:0;I.1p(F,B.1w,B.d.1m,c(){8(G=="1h"){D.1h()}A.11.3b(D,C);A.11.40(D);8(B.1M){B.1M.1i(D[0],1f)}D.2V()})})}})(1x);(c(A){A.11.cC=c(B){k 6.2o(c(){b E=A(6),K=["r","h","f"];b J=A.11.3f(E,B.d.24||"3y");b O=B.d.4h||"3V";b D=B.d.3H||20;b C=B.d.83||5;b G=B.1w||cD;8(/1e|1h/.1k(J)){K.3k("1r")}A.11.3A(E,K);E.1e();A.11.4g(E);b F=(O=="3V"||O=="3W")?"h":"f";b M=(O=="3V"||O=="f")?"2k":"6F";b D=B.d.3H||(F=="h"?E.2f({2U:13})/3:E.2v({2U:13})/3);8(J=="1e"){E.l("1r",0).l(F,M=="2k"?-D:D)}8(J=="1h"){D=D/(C*2)}8(J!="1h"){C--}8(J=="1e"){b H={1r:1};H[F]=(M=="2k"?"+=":"-=")+D;E.1p(H,G/2,B.d.1m);D=D/2;C--}1Y(b I=0;I<C;I++){b N={},L={};N[F]=(M=="2k"?"-=":"+=")+D;L[F]=(M=="2k"?"+=":"-=")+D;E.1p(N,G/2,B.d.1m).1p(L,G/2,B.d.1m);D=(J=="1h")?D*2:D/2}8(J=="1h"){b H={1r:0};H[F]=(M=="2k"?"-=":"+=")+D;E.1p(H,G/2,B.d.1m,c(){E.1h();A.11.3b(E,K);A.11.40(E);8(B.1M){B.1M.1i(6,1f)}})}1a{b N={},L={};N[F]=(M=="2k"?"-=":"+=")+D;L[F]=(M=="2k"?"+=":"-=")+D;E.1p(N,G/2,B.d.1m).1p(L,G/2,B.d.1m,c(){A.11.3b(E,K);A.11.40(E);8(B.1M){B.1M.1i(6,1f)}})}E.2o("3U",c(){E.2V()});E.2V()})}})(1x);(c(A){A.11.cK=c(B){k 6.2o(c(){b E=A(6),J=["r","h","f","o","p"];b H=A.11.3f(E,B.d.24||"1h");b K=B.d.4h||"4C";A.11.3A(E,J);E.1e();b D=A.11.4g(E).l({2j:"34"});b I=E[0].4k=="cL"?D:E;b F={1d:(K=="4C")?"o":"p",r:(K=="4C")?"h":"f"};b C=(K=="4C")?I.o():I.p();8(H=="1e"){I.l(F.1d,0);I.l(F.r,C/2)}b G={};G[F.1d]=H=="1e"?C:0;G[F.r]=H=="1e"?0:C/2;I.1p(G,{2o:u,1w:B.1w,1m:B.d.1m,48:c(){8(H=="1h"){E.1h()}A.11.3b(E,J);A.11.40(E);8(B.1M){B.1M.1i(E[0],1f)}E.2V()}})})}})(1x);(c(A){A.11.3I=c(B){k 6.2o(c(){b D=A(6),C=["r","h","f","1r"];b H=A.11.3f(D,B.d.24||"1h");b J=B.d.4h||"f";A.11.3A(D,C);D.1e();A.11.4g(D);b F=(J=="3V"||J=="3W")?"h":"f";b E=(J=="3V"||J=="f")?"2k":"6F";b I=B.d.3H||(F=="h"?D.2f({2U:13})/2:D.2v({2U:13})/2);8(H=="1e"){D.l("1r",0).l(F,E=="2k"?-I:I)}b G={1r:H=="1e"?1:0};G[F]=(H=="1e"?(E=="2k"?"+=":"-="):(E=="2k"?"-=":"+="))+I;D.1p(G,{2o:u,1w:B.1w,1m:B.d.1m,48:c(){8(H=="1h"){D.1h()}A.11.3b(D,C);A.11.40(D);8(B.1M){B.1M.1i(6,1f)}D.2V()}})})}})(1x);(c(A){A.11.7E=c(B){k 6.2o(c(){b I=B.d.73?14.4z(14.5M(B.d.73)):3;b D=B.d.73?14.4z(14.5M(B.d.73)):3;B.d.24=B.d.24=="3w"?(A(6).44(":3r")?"1h":"1e"):B.d.24;b G=A(6).1e().l("5w","34");b J=G.q();J.h-=12(G.l("5c"))||0;J.f-=12(G.l("5b"))||0;b F=G.2v(13);b H=G.2f(13);1Y(b E=0;E<I;E++){1Y(b C=0;C<D;C++){G.4n().2a("1C").6k("<29></29>").l({r:"1I",5w:"3r",f:-C*(F/D),h:-E*(H/I)}).18().1b("11-7E").l({r:"1I",2j:"34",p:F/D,o:H/I,f:J.f+C*(F/D)+(B.d.24=="1e"?(C-14.6V(D/2))*(F/D):0),h:J.h+E*(H/I)+(B.d.24=="1e"?(E-14.6V(I/2))*(H/I):0),1r:B.d.24=="1e"?0:1}).1p({f:J.f+C*(F/D)+(B.d.24=="1e"?0:(C-14.6V(D/2))*(F/D)),h:J.h+E*(H/I)+(B.d.24=="1e"?0:(E-14.6V(I/2))*(H/I)),1r:B.d.24=="1e"?1:0},B.1w||5C)}}5e(c(){B.d.24=="1e"?G.l({5w:"3r"}):G.l({5w:"3r"}).1h();8(B.1M){B.1M.1i(G[0])}G.2V();A(".11-7E").1P()},B.1w||5C)})}})(1x);(c(A){A.11.cS=c(B){k 6.2o(c(){b F=A(6),J=["r","h","f"];b I=A.11.3f(F,B.d.24||"1h");b N=B.d.1d||15;b M=!(!B.d.cT);A.11.3A(F,J);F.1e();b D=A.11.4g(F).l({2j:"34"});b H=((I=="1e")!=M);b G=H?["p","o"]:["o","p"];b C=H?[D.p(),D.o()]:[D.o(),D.p()];b E=/([0-9]+)%/.5D(N);8(E){N=12(E[1])/2Y*C[I=="1h"?0:1]}8(I=="1e"){D.l(M?{o:0,p:N}:{o:N,p:0})}b L={},K={};L[G[0]]=I=="1e"?C[0]:N;K[G[1]]=I=="1e"?C[1]:0;D.1p(L,B.1w/2,B.d.1m).1p(K,B.1w/2,B.d.1m,c(){8(I=="1h"){F.1h()}A.11.3b(F,J);A.11.40(F);8(B.1M){B.1M.1i(F[0],1f)}F.2V()})})}})(1x);(c(A){A.11.cU=c(B){k 6.2o(c(){b E=A(6),D=["7T","52","1r"];b H=A.11.3f(E,B.d.24||"1e");b C=B.d.72||"#cV";b G=E.l("52");A.11.3A(E,D);E.1e();E.l({7T:"54",52:C});b F={52:G};8(H=="1h"){F.1r=0}E.1p(F,{2o:u,1w:B.1w,1m:B.d.1m,48:c(){8(H=="1h"){E.1h()}A.11.3b(E,D);8(H=="1e"&&1x.1S.2O){6.2w.cR("2A")}8(B.1M){B.1M.1i(6,1f)}E.2V()}})})}})(1x);(c(A){A.11.cQ=c(B){k 6.2o(c(){b D=A(6);b F=A.11.3f(D,B.d.24||"1e");b E=B.d.83||5;8(F=="1h"){E--}8(D.44(":34")){D.l("1r",0);D.1e();D.1p({1r:1},B.1w/2,B.d.1m);E=E-2}1Y(b C=0;C<E;C++){D.1p({1r:0},B.1w/2,B.d.1m).1p({1r:1},B.1w/2,B.d.1m)}8(F=="1h"){D.1p({1r:0},B.1w/2,B.d.1m,c(){D.1h();8(B.1M){B.1M.1i(6,1f)}})}1a{D.1p({1r:0},B.1w/2,B.d.1m).1p({1r:1},B.1w/2,B.d.1m,c(){8(B.1M){B.1M.1i(6,1f)}})}D.2o("3U",c(){D.2V()});D.2V()})}})(1x);(c(A){A.11.cM=c(B){k 6.2o(c(){b G=A(6);b F=A.1H(13,{},B.d);b H=A.11.3f(G,B.d.24||"1h");b C=12(B.d.70)||8d;F.9v=13;b E={o:G.o(),p:G.p()};b D=C/2Y;G.1t=(H=="1h")?E:{o:E.o*D,p:E.p*D};F.1t=G.1t;F.70=(H=="1h")?C:2Y;F.24=H;G.3y("7Y",F,B.1w,B.1M);G.2V()})};A.11.7Y=c(B){k 6.2o(c(){b H=A(6);b F=A.1H(13,{},B.d);b I=A.11.3f(H,B.d.24||"3y");b C=12(B.d.70)||(12(B.d.70)==0?0:(I=="1h"?0:2Y));b J=B.d.4h||"5E";b G=B.d.7X;8(I!="3y"){F.7X=G||["6w","51"];F.3b=13}b E={o:H.o(),p:H.p()};H.1t=B.d.1t||(I=="1e"?{o:0,p:0}:E);b D={y:J!="cN"?(C/2Y):1,x:J!="4C"?(C/2Y):1};H.1D={o:E.o*D.y,p:E.p*D.x};8(B.d.9v){8(I=="1e"){H.1t.1r=0;H.1D.1r=1}8(I=="1h"){H.1t.1r=1;H.1D.1r=0}}F.1t=H.1t;F.1D=H.1D;F.24=I;H.3y("1d",F,B.1w,B.1M);H.2V()})};A.11.1d=c(B){k 6.2o(c(){b H=A(6),N=["r","h","f","p","o","2j","1r"];b D=["r","h","f","2j","1r"];b F=["p","o","2j"];b O=["9y"];b E=["3O","7a","9t","9s"];b K=["3M","7A","9I","9J"];b L=A.11.3f(H,B.d.24||"3y");b M=B.d.3b||u;b J=B.d.7Y||"5E";b P=B.d.7X;b I={o:H.o(),p:H.p()};H.1t=B.d.1t||I;H.1D=B.d.1D||I;8(P){b G=A.11.9B(P,I);H.1t.h=(I.o-H.1t.o)*G.y;H.1t.f=(I.p-H.1t.p)*G.x;H.1D.h=(I.o-H.1D.o)*G.y;H.1D.f=(I.p-H.1D.p)*G.x}b C={1t:{y:H.1t.o/I.o,x:H.1t.p/I.p},1D:{y:H.1D.o/I.o,x:H.1D.p/I.p}};8(J=="cO"||J=="5E"){8(C.1t.y!=C.1D.y){N=N.4c(E);H.1t=A.11.3C(H,E,C.1t.y,H.1t);H.1D=A.11.3C(H,E,C.1D.y,H.1D)}8(C.1t.x!=C.1D.x){N=N.4c(K);H.1t=A.11.3C(H,K,C.1t.x,H.1t);H.1D=A.11.3C(H,K,C.1D.x,H.1D)}}8(J=="57"||J=="5E"){8(C.1t.y!=C.1D.y){N=N.4c(O);H.1t=A.11.3C(H,O,C.1t.y,H.1t);H.1D=A.11.3C(H,O,C.1D.y,H.1D)}}A.11.3A(H,M?N:D);H.1e();A.11.4g(H);H.l("2j","34").l(H.1t);8(J=="57"||J=="5E"){E=E.4c(["5c","4E"]).4c(O);K=K.4c(["5b","4F"]);F=N.4c(E).4c(K);H.3p("*[p]").1j(c(){2i=A(6);8(M){A.11.3A(2i,F)}b Q={o:2i.o(),p:2i.p()};2i.1t={o:Q.o*C.1t.y,p:Q.p*C.1t.x};2i.1D={o:Q.o*C.1D.y,p:Q.p*C.1D.x};8(C.1t.y!=C.1D.y){2i.1t=A.11.3C(2i,E,C.1t.y,2i.1t);2i.1D=A.11.3C(2i,E,C.1D.y,2i.1D)}8(C.1t.x!=C.1D.x){2i.1t=A.11.3C(2i,K,C.1t.x,2i.1t);2i.1D=A.11.3C(2i,K,C.1D.x,2i.1D)}2i.l(2i.1t);2i.1p(2i.1D,B.1w,B.d.1m,c(){8(M){A.11.3b(2i,F)}})})}H.1p(H.1D,{2o:u,1w:B.1w,1m:B.d.1m,48:c(){8(L=="1h"){H.1h()}A.11.3b(H,M?N:D);A.11.40(H);8(B.1M){B.1M.1i(6,1f)}H.2V()}})})}})(1x);(c(A){A.11.cP=c(B){k 6.2o(c(){b E=A(6),K=["r","h","f"];b J=A.11.3f(E,B.d.24||"3y");b O=B.d.4h||"f";b D=B.d.3H||20;b C=B.d.83||3;b G=B.1w||B.d.1w||82;A.11.3A(E,K);E.1e();A.11.4g(E);b F=(O=="3V"||O=="3W")?"h":"f";b M=(O=="3V"||O=="f")?"2k":"6F";b H={},N={},L={};H[F]=(M=="2k"?"-=":"+=")+D;N[F]=(M=="2k"?"+=":"-=")+D*2;L[F]=(M=="2k"?"-=":"+=")+D*2;E.1p(H,G,B.d.1m);1Y(b I=1;I<C;I++){E.1p(N,G,B.d.1m).1p(L,G,B.d.1m)}E.1p(N,G,B.d.1m).1p(H,G/2,B.d.1m,c(){A.11.3b(E,K);A.11.40(E);8(B.1M){B.1M.1i(6,1f)}});E.2o("3U",c(){E.2V()});E.2V()})}})(1x);(c(A){A.11.6y=c(B){k 6.2o(c(){b D=A(6),C=["r","h","f"];b H=A.11.3f(D,B.d.24||"1e");b J=B.d.4h||"f";A.11.3A(D,C);D.1e();A.11.4g(D).l({2j:"34"});b F=(J=="3V"||J=="3W")?"h":"f";b E=(J=="3V"||J=="f")?"2k":"6F";b I=B.d.3H||(F=="h"?D.2f({2U:13}):D.2v({2U:13}));8(H=="1e"){D.l(F,E=="2k"?-I:I)}b G={};G[F]=(H=="1e"?(E=="2k"?"+=":"-="):(E=="2k"?"-=":"+="))+I;D.1p(G,{2o:u,1w:B.1w,1m:B.d.1m,48:c(){8(H=="1h"){D.1h()}A.11.3b(D,C);A.11.40(D);8(B.1M){B.1M.1i(6,1f)}D.2V()}})})}})(1x);(c(A){A.11.aF=c(B){k 6.2o(c(){b E=A(6);b F=A.11.3f(E,B.d.24||"3y");b G=A(B.d.1D);b C=E.q();b D=A(\'<29 3Q="j-11-aF"></29>\').2a(v.1C);8(B.d.5O){D.1b(B.d.5O)}D.1b(B.d.5O);D.l({h:C.h,f:C.f,o:E.2f()-12(D.l("3O"))-12(D.l("7a")),p:E.2v()-12(D.l("3M"))-12(D.l("7A")),r:"1I"});C=G.q();9e={h:C.h,f:C.f,o:G.2f()-12(D.l("3O"))-12(D.l("7a")),p:G.2v()-12(D.l("3M"))-12(D.l("7A"))};D.1p(9e,B.1w,B.d.1m,c(){D.1P();8(B.1M){B.1M.1i(E[0],1f)}E.2V()})})}})(1x);',62,902,'||||||this||if|||var|function|options||left||top||ui|return|css|element||height|width|offset|position||helper|false|document||||||||||||||||||||||||||||||resizable||effects|parseInt|true|Math|||tabs|parent|data|else|addClass|containment|size|show|arguments|length|hide|apply|each|test|click|easing|null|currentItem|animate|selected|opacity|instance|from|helperProportions|disabled|duration|jQuery|dialog|add|removeClass|draggable|body|to|relative|items|containers|extend|absolute|resize|offsetParent|call|callback|255|triggerHandler|remove|scrollTop|scrollLeft|browser|cursor|start|plugin|zIndex|propagate|for|overlay||grid|item|ddmanager|mode||originalPosition||sortable|div|appendTo|stop|0px|placeholder|break|outerHeight|attr|margins|child|overflow|pos|right|case|overflowY|queue|overflowX|panels|bottom|positionAbs|selectedClass|selectable|outerWidth|style|px|unselecting|handle|filter|handles|uiDialog|window|scrollSensitivity|scrollSpeed|destroy|cursorAt|index|typeof|accordion|pageX|pageY|nw|msie|auto|max|sw|se|lis|margin|dequeue|undefined|target|100|unbind|active|parentNode|ne|href|hidden|drag|abs|axis|bind|selecting|fn|restore|removeData|cssPosition|widget|setMode|convertPositionTo|headers|containerCache|over|push|droppable|event|ghost|constructor|find|originalSize|visible|4px|get|defaults|tolerance|toggle|load|effect|aspectRatio|save|display|setTransition|alsoResize|scroll|hasClass|fixed|distance|drop|isover|minWidth|revert|borderLeftWidth|minHeight|borderTopWidth|mouseDrag|class|activate|offsetHeight|id|fx|up|down|offsetWidth|init|next|removeWrapper|PI||accept|is||_change||complete|sort|fakeEvent|_mouseStarted|concat|knobHandles|cancel|close|createWrapper|direction|floating|128|tagName|current|proportionallyResize|clone|parents|toShow|hash|prototype|mouseStop|hideClass|0pt|autoHeight|cache|span|sizeDiff|round|setData|mouseStart|vertical|continue|marginBottom|marginRight|input|out|scrollHeight|maxHeight|widgetName|min|maxWidth|not|static|transparent|disable|pow|plugins|isout|stack|HTML|select|block|clear|delay||center|backgroundColor|end|none||title|content|deactivate|bgiframe|instances|marginLeft|marginTop|join|setTimeout|disableSelection|andSelf|startselected|toHide|disabledClass|string|snapElements|match|inArray|fA|generatePosition|while|titlebar|F0|mouse|map|replace|visibility|parentData|overflowYOffset|enable|70158|overflowXOffset|500|exec|both|cancelHelperRemoval|version|_cursor|_zIndex|isFunction|_opacity|prev|sqrt|139|className|header|running|_handles|switch|cookie|intersect|isOver|droppables|borderDif|default|loadingClass|panelClass|animateClass|scrollWidth|split|mouseDestroy|1000|uiDialogTitlebar|tabify|type|object|mouseInit|Number|currentContainer|absolutePosition|offsetParentBorders|refresh|hasScroll|swing|containerOffset|sin|wrap|alwaysOpen|_proportionallyResize|knob|counter|refreshPositions|append|mouseUp|_aspectRatio|update|cssCache|dragging|middle|unselectable|slide|hoverClass|documentElement|activeClass|prepareOffsets|mouseCapture|proportions|neg|spinner|192|ajaxOptions|dropBehaviour|isOpen|211|unselect|li|refreshItems|label|clickOffset|button|xhr|_mouseDownEvent|blur|floor|insertBefore|focus|mousedown|location|percent|tabsshow|color|pieces|_mouseDelayMet||sortables|change|html|opera|borderBottomWidth|modal|iframeFix|5625|rearrange|autoResize|animated|defaultView|normal|Array|nodeName|textarea|background|containerPosition|containerSize|parseFloat|unit|slow|in|keyCode|indexOf|selectees|toggleClass|hover|resizing|moveToTop|borderRightWidth|1px|shiftKey|toLowerCase|explode|opos|removeChild|mouseDistanceMet|_updateCache|isNaN|mouseup|easeOutBounce|safari|original|cssText|tabId|uiHash|mouseDelayMet|snap|backgroundImage|step|alsoresize|dragStart|origin|scale|resizeStop|getData|dragStop|140|times|resizeStart||guess|keydown|originalElement|rgb|_mouseMoveDelegate|connectWith|pointer|150|splice|_|String|fast|custom|_mouseUpDelegate|asin|selectableunselecting|borderTop|panelTemplate|navClass|animations|borderLeft|createButtons|padding|borderBottom|containerElement|border|unselectClass|float|createPlaceholder|documentScroll|wrapper|rotation|autohide|getter|_nodeName|elementOffset|open|dragged|knobTheme|preventDefault|borderRight|touch|domPosition|ctrlKey|success|buttons|innerHeight|fxWrapper|preserveCursor|_helper|number|169|closeOnEscape|serialize|zoom|newHeader|accordionchange|fillSpace|dialogfocus|toArray|200|receive|appendChild|contactContainers|dropOnEmpty|new|text|uiDialogButtonPane|uiDialogContainer|intersectsWithEdge|animation|create|oldContent|navigationFilter|uiDialogTitlebarClose|autoOpen|oldHeader|newContent|events|300|currentStyle|_renderProxy|107|autoHide|paddingBottom|paddingTop|_respectSize|fade|originalMousePosition|_updateRatio|fontSize|innerWidth|black|getBaseline|_mouseUnselectable|on|cssUnit|rgba|trim|245|paddingLeft|paddingRight|mouseDown|_renderAxis|greedy|def|greedyChild|165|easeOutQuad|525|shouldRevert|cos|connectToSortable|snapMode|F2F2F2|solid|230|mousemove|240|mouseMove|defaultTheme|144|224|easeInBounce|8px|morph|elem|img|compareDocumentPosition|tabsdisable|tabsenable|contains|tabsload|fix|autoRefresh|widgetBaseClass|grep|tabsremove|tabsselect|toleranceElement|refreshContainers|intersectsWith|expression|key|tabsadd|sender|5000px|idPrefix|url|_show|getComputedStyle|MozUserSelect|storage|_hide|Function|_toggleClass|_removeClass|_addClass|__toggle|transfer|fit|tabTemplate|unselected|panel|clientX|snapTolerance|gen|DragDropIframeFix|inner|which|catch|started|valid|outer|001|sortreceive|slice|enableSelection|mozilla|try|iframe|_mouseDelayTimer|invalid|fff|off|Right|animateEasing|selectee|createElement|dotted|animateDuration|instanceof|children|dynamic|semi|selectablestart|clientY|522|attribute|forcePointerForContainers|selectablestop|selectableselected|keyboard|selectableselecting|selectableunselected|mouseover|Left|dropactivate|dropdeactivate|dragstart|dropout|dropover|fromSortable|makeArray|group|sortactivate|proxy|Top|Bottom|10000|nextSibling|all|DEDEDE|808080|canvas|toSortable|UI|lightgrey|238|lightpink|182|193|lightgreen|lightcyan|khaki|lightblue|173|216|lightyellow|lime|203|purple|violet|red|pink|orange|magenta|maroon|navy|olive|130|indigo|183|189|darkmagenta|darkolivegreen|darkorange|darkkhaki|darkgreen|cyan|darkblue|darkcyan|darkgrey|darkorchid|204|fuchsia|gold|215|green|148|darkviolet|darkred|darksalmon|233|122|silver|white|easeInOutBounce|984375|blind|bounce|250|625|9375|easeInOutElastic|easeInBack|easeOutBack|easeInOutBack|clip|IMG|puff|horizontal|box|shake|pulsate|removeAttribute|fold|horizFirst|highlight|ffff99|easeOutElastic|easeInElastic|easeInOutCubic|easeInQuart|easeOutQuart|easeInOutQuart|easeOutCubic|easeInCubic|yellow|jswing|easeInQuad|easeInOutQuad|easeInQuint|easeOutQuint|easeInOutExpo|easeInCirc|easeOutCirc|easeInOutCirc|easeOutExpo|easeInExpo|easeInOutQuint|easeInSine|easeOutSine|easeInOutSine|brown|153|Mismatching|fragment||identifier|easeslide|Tabs|throw|siblings|700|easeinout|first|inline|bounceout|tabIndex|Loading|ceil|ajax|abort|trigger|last|wrapInner|unload|unique|prependTo|container|resizeHelper|dialogopen|dragHelper|stopPropagation|outline|dialogClass|buttonpane|dialogclose|empty|has|insertAfter|scrollTo|tab|z0|keypress|borderWidth|Za|8230|bounceslide|borderTopColor|outlineColor|nav|borderLeftColor|pt|borderBottomColor|state|navigation||220|blue|beige|azure|curCSS|aqua|switchClass|borderRightColor|||tabindex|replaceWith|font||clearStyle|clearInterval|Moz|loading|setInterval|rotate|method'.split('|'),0,{}))


function preload_images(){
	try {
		var imageUrls = ["2009t.jpg", "everything.jpg", "daretoask.jpg", "answers.jpg", "stuck.jpg"];
		var images = [];
		for(var i=0;i<imageUrls.length;i++){
			var image = new Image();
			image.src = "/images/banners/"+imageUrls[i];
			images.push(image);
		}
	} catch (ex) {}
}


$(document).ready(
	function() {
		$("div#hsrchbox input.gobt").hover(function() {
		    $(this).css("color", "#000");
		}, function() {
		    $(this).css("color", "#fff");
		});

		$("input.more").hover(function() {
		    $(this).css("color", "#000");
		}, function() {
		    $(this).css("color", "#fff");
		});

		$("#rpost_tabs").attr("style", "");

		$("#rpost_tabs").tabs({
				spinner:"Loading",
				fx:{height:"toggle",opacity:"toggle",duration:"normal"}
			});

		preload_images();

		$("#banners").innerfade({
			animationtype: "fade",
			speed: "slow",
			timeout: 10000,
			type: "random",
			containerheight: "160px"
		});
	}
);

