
function str_repeat(i,m){for(var o=[];m>0;o[--m]=i);return(o.join(''));}
function sprintf(){var i=0,a,f=arguments[i++],o=[],m,p,c,x;while(f){if(m=/^[^\x25]+/.exec(f))o.push(m[0]);else if(m=/^\x25{2}/.exec(f))o.push('%');else if(m=/^\x25(?:(\d+)\$)?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(f)){if(((a=arguments[m[1]||i++])==null)||(a==undefined))throw("Too few arguments.");if(/[^s]/.test(m[7])&&(typeof(a)!='number'))
throw("Expecting number but found "+typeof(a));switch(m[7]){case'b':a=a.toString(2);break;case'c':a=String.fromCharCode(a);break;case'd':a=parseInt(a);break;case'e':a=m[6]?a.toExponential(m[6]):a.toExponential();break;case'f':a=m[6]?parseFloat(a).toFixed(m[6]):parseFloat(a);break;case'o':a=a.toString(8);break;case's':a=((a=String(a))&&m[6]?a.substring(0,m[6]):a);break;case'u':a=Math.abs(a);break;case'x':a=a.toString(16);break;case'X':a=a.toString(16).toUpperCase();break;}
a=(/[def]/.test(m[7])&&m[2]&&a>0?'+'+a:a);c=m[3]?m[3]=='0'?'0':m[3].charAt(1):' ';x=m[5]-String(a).length;p=m[5]?str_repeat(c,x):'';o.push(m[4]?a+p:p+a);}
else throw("Huh ?!");f=f.substring(m[0].length);}
return o.join('');}
(function(){var l=this,g,x=l.jQuery,o=l.$,n=l.jQuery=l.$=function(D,E){return new n.fn.init(D,E)},C=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;n.fn=n.prototype={init:function(D,G){D=D||document;if(D.nodeType){this[0]=D;this.length=1;this.context=D;return this}if(typeof D==="string"){var F=C.exec(D);if(F&&(F[1]||!G)){if(F[1]){D=n.clean([F[1]],G)}else{var H=document.getElementById(F[3]);if(H){if(H.id!=F[3]){return n().find(D)}var E=n(H);E.context=document;E.selector=D;return E}D=[]}}else{return n(G).find(D)}}else{if(n.isFunction(D)){return n(document).ready(D)}}if(D.selector&&D.context){this.selector=D.selector;this.context=D.context}return this.setArray(n.makeArray(D))},selector:"",jquery:"1.3",size:function(){return this.length},get:function(D){return D===g?n.makeArray(this):this[D]},pushStack:function(E,G,D){var F=n(E);F.prevObject=this;F.context=this.context;if(G==="find"){F.selector=this.selector+(this.selector?" ":"")+D}else{if(G){F.selector=this.selector+"."+G+"("+D+")"}}return F},setArray:function(D){this.length=0;Array.prototype.push.apply(this,D);return this},each:function(E,D){return n.each(this,E,D)},index:function(D){return n.inArray(D&&D.jquery?D[0]:D,this)},attr:function(E,G,F){var D=E;if(typeof E==="string"){if(G===g){return this[0]&&n[F||"attr"](this[0],E)}else{D={};D[E]=G}}return this.each(function(H){for(E in D){n.attr(F?this.style:this,E,n.prop(this,D[E],F,H,E))}})},css:function(D,E){if((D=="width"||D=="height")&&parseFloat(E)<0){E=g}return this.attr(D,E,"curCSS")},text:function(E){if(typeof E!=="object"&&E!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(E))}var D="";n.each(E||this,function(){n.each(this.childNodes,function(){if(this.nodeType!=8){D+=this.nodeType!=1?this.nodeValue:n.fn.text([this])}})});return D},wrapAll:function(D){if(this[0]){var E=n(D,this[0].ownerDocument).clone();if(this[0].parentNode){E.insertBefore(this[0])}E.map(function(){var F=this;while(F.firstChild){F=F.firstChild}return F}).append(this)}return this},wrapInner:function(D){return this.each(function(){n(this).contents().wrapAll(D)})},wrap:function(D){return this.each(function(){n(this).wrapAll(D)})},append:function(){return this.domManip(arguments,true,function(D){if(this.nodeType==1){this.appendChild(D)}})},prepend:function(){return this.domManip(arguments,true,function(D){if(this.nodeType==1){this.insertBefore(D,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(D){this.parentNode.insertBefore(D,this)})},after:function(){return this.domManip(arguments,false,function(D){this.parentNode.insertBefore(D,this.nextSibling)})},end:function(){return this.prevObject||n([])},push:[].push,find:function(D){if(this.length===1&&!/,/.test(D)){var F=this.pushStack([],"find",D);F.length=0;n.find(D,this[0],F);return F}else{var E=n.map(this,function(G){return n.find(D,G)});return this.pushStack(/[^+>] [^+>]/.test(D)?n.unique(E):E,"find",D)}},clone:function(E){var D=this.map(function(){if(!n.support.noCloneEvent&&!n.isXMLDoc(this)){var H=this.cloneNode(true),G=document.createElement("div");G.appendChild(H);return n.clean([G.innerHTML])[0]}else{return this.cloneNode(true)}});var F=D.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(E===true){this.find("*").andSelf().each(function(H){if(this.nodeType==3){return}var G=n.data(this,"events");for(var J in G){for(var I in G[J]){n.event.add(F[H],J,G[J][I],G[J][I].data)}}})}return D},filter:function(D){return this.pushStack(n.isFunction(D)&&n.grep(this,function(F,E){return D.call(F,E)})||n.multiFilter(D,n.grep(this,function(E){return E.nodeType===1})),"filter",D)},closest:function(D){var E=n.expr.match.POS.test(D)?n(D):null;return this.map(function(){var F=this;while(F&&F.ownerDocument){if(E?E.index(F)>-1:n(F).is(D)){return F}F=F.parentNode}})},not:function(D){if(typeof D==="string"){if(f.test(D)){return this.pushStack(n.multiFilter(D,this,true),"not",D)}else{D=n.multiFilter(D,this)}}var E=D.length&&D[D.length-1]!==g&&!D.nodeType;return this.filter(function(){return E?n.inArray(this,D)<0:this!=D})},add:function(D){return this.pushStack(n.unique(n.merge(this.get(),typeof D==="string"?n(D):n.makeArray(D))))},is:function(D){return!!D&&n.multiFilter(D,this).length>0},hasClass:function(D){return!!D&&this.is("."+D)},val:function(J){if(J===g){var D=this[0];if(D){if(n.nodeName(D,"option")){return(D.attributes.value||{}).specified?D.value:D.text}if(n.nodeName(D,"select")){var H=D.selectedIndex,K=[],L=D.options,G=D.type=="select-one";if(H<0){return null}for(var E=G?H:0,I=G?H+1:L.length;E<I;E++){var F=L[E];if(F.selected){J=n(F).val();if(G){return J}K.push(J)}}return K}return(D.value||"").replace(/\r/g,"")}return g}if(typeof J==="number"){J+=""}return this.each(function(){if(this.nodeType!=1){return}if(n.isArray(J)&&/radio|checkbox/.test(this.type)){this.checked=(n.inArray(this.value,J)>=0||n.inArray(this.name,J)>=0)}else{if(n.nodeName(this,"select")){var M=n.makeArray(J);n("option",this).each(function(){this.selected=(n.inArray(this.value,M)>=0||n.inArray(this.text,M)>=0)});if(!M.length){this.selectedIndex=-1}}else{this.value=J}}})},html:function(D){return D===g?(this[0]?this[0].innerHTML:null):this.empty().append(D)},replaceWith:function(D){return this.after(D).remove()},eq:function(D){return this.slice(D,+D+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(D){return this.pushStack(n.map(this,function(F,E){return D.call(F,E,F)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=n.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild,D=this.length>1?I.cloneNode(true):I;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),G>0?D.cloneNode(true):I)}}if(F){n.each(F,y)}}return this;function K(N,O){return M&&n.nodeName(N,"table")&&n.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};n.fn.init.prototype=n.fn;function y(D,E){if(E.src){n.ajax({url:E.src,async:false,dataType:"script"})}else{n.globalEval(E.text||E.textContent||E.innerHTML||"")}if(E.parentNode){E.parentNode.removeChild(E)}}function e(){return+new Date}n.extend=n.fn.extend=function(){var I=arguments[0]||{},G=1,H=arguments.length,D=false,F;if(typeof I==="boolean"){D=I;I=arguments[1]||{};G=2}if(typeof I!=="object"&&!n.isFunction(I)){I={}}if(H==G){I=this;--G}for(;G<H;G++){if((F=arguments[G])!=null){for(var E in F){var J=I[E],K=F[E];if(I===K){continue}if(D&&K&&typeof K==="object"&&!K.nodeType){I[E]=n.extend(D,J||(K.length!=null?[]:{}),K)}else{if(K!==g){I[E]=K}}}}}return I};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,p=document.defaultView||{},r=Object.prototype.toString;n.extend({noConflict:function(D){l.$=o;if(D){l.jQuery=x}return n},isFunction:function(D){return r.call(D)==="[object Function]"},isArray:function(D){return r.call(D)==="[object Array]"},isXMLDoc:function(D){return D.documentElement&&!D.body||D.tagName&&D.ownerDocument&&!D.ownerDocument.body},globalEval:function(F){F=n.trim(F);if(F){var E=document.getElementsByTagName("head")[0]||document.documentElement,D=document.createElement("script");D.type="text/javascript";if(n.support.scriptEval){D.appendChild(document.createTextNode(F))}else{D.text=F}E.insertBefore(D,E.firstChild);E.removeChild(D)}},nodeName:function(E,D){return E.nodeName&&E.nodeName.toUpperCase()==D.toUpperCase()},each:function(F,J,E){var D,G=0,H=F.length;if(E){if(H===g){for(D in F){if(J.apply(F[D],E)===false){break}}}else{for(;G<H;){if(J.apply(F[G++],E)===false){break}}}}else{if(H===g){for(D in F){if(J.call(F[D],D,F[D])===false){break}}}else{for(var I=F[0];G<H&&J.call(I,G,I)!==false;I=F[++G]){}}}return F},prop:function(G,H,F,E,D){if(n.isFunction(H)){H=H.call(G,E)}return typeof H==="number"&&F=="curCSS"&&!b.test(D)?H+"px":H},className:{add:function(D,E){n.each((E||"").split(/\s+/),function(F,G){if(D.nodeType==1&&!n.className.has(D.className,G)){D.className+=(D.className?" ":"")+G}})},remove:function(D,E){if(D.nodeType==1){D.className=E!==g?n.grep(D.className.split(/\s+/),function(F){return!n.className.has(E,F)}).join(" "):""}},has:function(E,D){return n.inArray(D,(E.className||E).toString().split(/\s+/))>-1}},swap:function(G,F,H){var D={};for(var E in F){D[E]=G.style[E];G.style[E]=F[E]}H.call(G);for(var E in F){G.style[E]=D[E]}},css:function(F,D,H){if(D=="width"||D=="height"){var J,E={position:"absolute",visibility:"hidden",display:"block"},I=D=="width"?["Left","Right"]:["Top","Bottom"];function G(){J=D=="width"?F.offsetWidth:F.offsetHeight;var L=0,K=0;n.each(I,function(){L+=parseFloat(n.curCSS(F,"padding"+this,true))||0;K+=parseFloat(n.curCSS(F,"border"+this+"Width",true))||0});J-=Math.round(L+K)}if(n(F).is(":visible")){G()}else{n.swap(F,E,G)}return Math.max(0,J)}return n.curCSS(F,D,H)},curCSS:function(H,E,F){var K,D=H.style;if(E=="opacity"&&!n.support.opacity){K=n.attr(D,"opacity");return K==""?"1":K}if(E.match(/float/i)){E=v}if(!F&&D&&D[E]){K=D[E]}else{if(p.getComputedStyle){if(E.match(/float/i)){E="float"}E=E.replace(/([A-Z])/g,"-$1").toLowerCase();var L=p.getComputedStyle(H,null);if(L){K=L.getPropertyValue(E)}if(E=="opacity"&&K==""){K="1"}}else{if(H.currentStyle){var I=E.replace(/\-(\w)/g,function(M,N){return N.toUpperCase()});K=H.currentStyle[E]||H.currentStyle[I];if(!/^\d+(px)?$/i.test(K)&&/^\d/.test(K)){var G=D.left,J=H.runtimeStyle.left;H.runtimeStyle.left=H.currentStyle.left;D.left=K||0;K=D.pixelLeft+"px";D.left=G;H.runtimeStyle.left=J}}}}return K},clean:function(E,J,H){J=J||document;if(typeof J.createElement==="undefined"){J=J.ownerDocument||J[0]&&J[0].ownerDocument||document}if(!H&&E.length===1&&typeof E[0]==="string"){var G=/^<(\w+)\s*\/?>$/.exec(E[0]);if(G){return[J.createElement(G[1])]}}var F=[],D=[],K=J.createElement("div");n.each(E,function(O,Q){if(typeof Q==="number"){Q+=""}if(!Q){return}if(typeof Q==="string"){Q=Q.replace(/(<(\w+)[^>]*?)\/>/g,function(S,T,R){return R.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?S:T+"></"+R+">"});var N=n.trim(Q).toLowerCase();var P=!N.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!N.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||N.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!N.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!N.indexOf("<td")||!N.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!N.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!n.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];K.innerHTML=P[1]+Q+P[2];while(P[0]--){K=K.lastChild}if(!n.support.tbody){var M=!N.indexOf("<table")&&N.indexOf("<tbody")<0?K.firstChild&&K.firstChild.childNodes:P[1]=="<table>"&&N.indexOf("<tbody")<0?K.childNodes:[];for(var L=M.length-1;L>=0;--L){if(n.nodeName(M[L],"tbody")&&!M[L].childNodes.length){M[L].parentNode.removeChild(M[L])}}}if(!n.support.leadingWhitespace&&/^\s/.test(Q)){K.insertBefore(J.createTextNode(Q.match(/^\s*/)[0]),K.firstChild)}Q=n.makeArray(K.childNodes)}if(Q.nodeType){F.push(Q)}else{F=n.merge(F,Q)}});if(H){for(var I=0;F[I];I++){if(n.nodeName(F[I],"script")&&(!F[I].type||F[I].type.toLowerCase()==="text/javascript")){D.push(F[I].parentNode?F[I].parentNode.removeChild(F[I]):F[I])}else{if(F[I].nodeType===1){F.splice.apply(F,[I+1,0].concat(n.makeArray(F[I].getElementsByTagName("script"))))}H.appendChild(F[I])}}return D}return F},attr:function(I,F,J){if(!I||I.nodeType==3||I.nodeType==8){return g}var G=!n.isXMLDoc(I),K=J!==g;F=G&&n.props[F]||F;if(I.tagName){var E=/href|src|style/.test(F);if(F=="selected"&&I.parentNode){I.parentNode.selectedIndex}if(F in I&&G&&!E){if(K){if(F=="type"&&n.nodeName(I,"input")&&I.parentNode){throw"type property can't be changed"}I[F]=J}if(n.nodeName(I,"form")&&I.getAttributeNode(F)){return I.getAttributeNode(F).nodeValue}if(F=="tabIndex"){var H=I.getAttributeNode("tabIndex");return H&&H.specified?H.value:I.nodeName.match(/^(a|area|button|input|object|select|textarea)$/i)?0:g}return I[F]}if(!n.support.style&&G&&F=="style"){return n.attr(I.style,"cssText",J)}if(K){I.setAttribute(F,""+J)}var D=!n.support.hrefNormalized&&G&&E?I.getAttribute(F,2):I.getAttribute(F);return D===null?g:D}if(!n.support.opacity&&F=="opacity"){if(K){I.zoom=1;I.filter=(I.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(J)+""=="NaN"?"":"alpha(opacity="+J*100+")")}return I.filter&&I.filter.indexOf("opacity=")>=0?(parseFloat(I.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}F=F.replace(/-([a-z])/ig,function(L,M){return M.toUpperCase()});if(K){I[F]=J}return I[F]},trim:function(D){return(D||"").replace(/^\s+|\s+$/g,"")},makeArray:function(F){var D=[];if(F!=null){var E=F.length;if(E==null||typeof F==="string"||n.isFunction(F)||F.setInterval){D[0]=F}else{while(E){D[--E]=F[E]}}}return D},inArray:function(F,G){for(var D=0,E=G.length;D<E;D++){if(G[D]===F){return D}}return-1},merge:function(G,D){var E=0,F,H=G.length;if(!n.support.getAll){while((F=D[E++])!=null){if(F.nodeType!=8){G[H++]=F}}}else{while((F=D[E++])!=null){G[H++]=F}}return G},unique:function(J){var E=[],D={};try{for(var F=0,G=J.length;F<G;F++){var I=n.data(J[F]);if(!D[I]){D[I]=true;E.push(J[F])}}}catch(H){E=J}return E},grep:function(E,I,D){var F=[];for(var G=0,H=E.length;G<H;G++){if(!D!=!I(E[G],G)){F.push(E[G])}}return F},map:function(D,I){var E=[];for(var F=0,G=D.length;F<G;F++){var H=I(D[F],F);if(H!=null){E[E.length]=H}}return E.concat.apply([],E)}});var B=navigator.userAgent.toLowerCase();n.browser={version:(B.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(B),opera:/opera/.test(B),msie:/msie/.test(B)&&!/opera/.test(B),mozilla:/mozilla/.test(B)&&!/(compatible|webkit)/.test(B)};n.each({parent:function(D){return D.parentNode},parents:function(D){return n.dir(D,"parentNode")},next:function(D){return n.nth(D,2,"nextSibling")},prev:function(D){return n.nth(D,2,"previousSibling")},nextAll:function(D){return n.dir(D,"nextSibling")},prevAll:function(D){return n.dir(D,"previousSibling")},siblings:function(D){return n.sibling(D.parentNode.firstChild,D)},children:function(D){return n.sibling(D.firstChild)},contents:function(D){return n.nodeName(D,"iframe")?D.contentDocument||D.contentWindow.document:n.makeArray(D.childNodes)}},function(D,E){n.fn[D]=function(F){var G=n.map(this,E);if(F&&typeof F=="string"){G=n.multiFilter(F,G)}return this.pushStack(n.unique(G),D,F)}});n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(D,E){n.fn[D]=function(){var F=arguments;return this.each(function(){for(var G=0,H=F.length;G<H;G++){n(F[G])[E](this)}})}});n.each({removeAttr:function(D){n.attr(this,D,"");if(this.nodeType==1){this.removeAttribute(D)}},addClass:function(D){n.className.add(this,D)},removeClass:function(D){n.className.remove(this,D)},toggleClass:function(E,D){if(typeof D!=="boolean"){D=!n.className.has(this,E)}n.className[D?"add":"remove"](this,E)},remove:function(D){if(!D||n.filter(D,[this]).length){n("*",this).add([this]).each(function(){n.event.remove(this);n.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){n(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(D,E){n.fn[D]=function(){return this.each(E,arguments)}});function j(D,E){return D[0]&&parseInt(n.curCSS(D[0],E,true),10)||0}var h="jQuery"+e(),u=0,z={};n.extend({cache:{},data:function(E,D,F){E=E==l?z:E;var G=E[h];if(!G){G=E[h]=++u}if(D&&!n.cache[G]){n.cache[G]={}}if(F!==g){n.cache[G][D]=F}return D?n.cache[G][D]:G},removeData:function(E,D){E=E==l?z:E;var G=E[h];if(D){if(n.cache[G]){delete n.cache[G][D];D="";for(D in n.cache[G]){break}if(!D){n.removeData(E)}}}else{try{delete E[h]}catch(F){if(E.removeAttribute){E.removeAttribute(h)}}delete n.cache[G]}},queue:function(E,D,G){if(E){D=(D||"fx")+"queue";var F=n.data(E,D);if(!F||n.isArray(G)){F=n.data(E,D,n.makeArray(G))}else{if(G){F.push(G)}}}return F},dequeue:function(G,F){var D=n.queue(G,F),E=D.shift();if(!F||F==="fx"){E=D[0]}if(E!==g){E.call(G)}}});n.fn.extend({data:function(D,F){var G=D.split(".");G[1]=G[1]?"."+G[1]:"";if(F===g){var E=this.triggerHandler("getData"+G[1]+"!",[G[0]]);if(E===g&&this.length){E=n.data(this[0],D)}return E===g&&G[1]?this.data(G[0]):E}else{return this.trigger("setData"+G[1]+"!",[G[0],F]).each(function(){n.data(this,D,F)})}},removeData:function(D){return this.each(function(){n.removeData(this,D)})},queue:function(D,E){if(typeof D!=="string"){E=D;D="fx"}if(E===g){return n.queue(this[0],D)}return this.each(function(){var F=n.queue(this,D,E);if(D=="fx"&&F.length==1){F[0].call(this)}})},dequeue:function(D){return this.each(function(){n.dequeue(this,D)})}});(function(){var N=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|[^[\]]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,I=0,F=Object.prototype.toString;var E=function(ae,S,aa,V){aa=aa||[];S=S||document;if(S.nodeType!==1&&S.nodeType!==9){return[]}if(!ae||typeof ae!=="string"){return aa}var ab=[],ac,Y,ah,ag,Z,R,Q=true;N.lastIndex=0;while((ac=N.exec(ae))!==null){ab.push(ac[1]);if(ac[2]){R=RegExp.rightContext;break}}if(ab.length>1&&G.match.POS.exec(ae)){if(ab.length===2&&G.relative[ab[0]]){var U="",X;while((X=G.match.POS.exec(ae))){U+=X[0];ae=ae.replace(G.match.POS,"")}Y=E.filter(U,E(/\s$/.test(ae)?ae+"*":ae,S))}else{Y=G.relative[ab[0]]?[S]:E(ab.shift(),S);while(ab.length){var P=[];ae=ab.shift();if(G.relative[ae]){ae+=ab.shift()}for(var af=0,ad=Y.length;af<ad;af++){E(ae,Y[af],P)}Y=P}}}else{var ai=V?{expr:ab.pop(),set:D(V)}:E.find(ab.pop(),ab.length===1&&S.parentNode?S.parentNode:S);Y=E.filter(ai.expr,ai.set);if(ab.length>0){ah=D(Y)}else{Q=false}while(ab.length){var T=ab.pop(),W=T;if(!G.relative[T]){T=""}else{W=ab.pop()}if(W==null){W=S}G.relative[T](ah,W,M(S))}}if(!ah){ah=Y}if(!ah){throw"Syntax error, unrecognized expression: "+(T||ae)}if(F.call(ah)==="[object Array]"){if(!Q){aa.push.apply(aa,ah)}else{if(S.nodeType===1){for(var af=0;ah[af]!=null;af++){if(ah[af]&&(ah[af]===true||ah[af].nodeType===1&&H(S,ah[af]))){aa.push(Y[af])}}}else{for(var af=0;ah[af]!=null;af++){if(ah[af]&&ah[af].nodeType===1){aa.push(Y[af])}}}}}else{D(ah,aa)}if(R){E(R,S,aa,V)}return aa};E.matches=function(P,Q){return E(P,null,null,Q)};E.find=function(V,S){var W,Q;if(!V){return[]}for(var R=0,P=G.order.length;R<P;R++){var T=G.order[R],Q;if((Q=G.match[T].exec(V))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){Q[1]=(Q[1]||"").replace(/\\/g,"");W=G.find[T](Q,S);if(W!=null){V=V.replace(G.match[T],"");break}}}}if(!W){W=S.getElementsByTagName("*")}return{set:W,expr:V}};E.filter=function(S,ac,ad,T){var Q=S,Y=[],ah=ac,V,ab;while(S&&ac.length){for(var U in G.filter){if((V=G.match[U].exec(S))!=null){var Z=G.filter[U],R=null,X=0,aa,ag;ab=false;if(ah==Y){Y=[]}if(G.preFilter[U]){V=G.preFilter[U](V,ah,ad,Y,T);if(!V){ab=aa=true}else{if(V===true){continue}else{if(V[0]===true){R=[];var W=null,af;for(var ae=0;(af=ah[ae])!==g;ae++){if(af&&W!==af){R.push(af);W=af}}}}}}if(V){for(var ae=0;(ag=ah[ae])!==g;ae++){if(ag){if(R&&ag!=R[X]){X++}aa=Z(ag,V,X,R);var P=T^!!aa;if(ad&&aa!=null){if(P){ab=true}else{ah[ae]=false}}else{if(P){Y.push(ag);ab=true}}}}}if(aa!==g){if(!ad){ah=Y}S=S.replace(G.match[U],"");if(!ab){return[]}break}}}S=S.replace(/\s*,\s*/,"");if(S==Q){if(ab==null){throw"Syntax error, unrecognized expression: "+S}else{break}}Q=S}return ah};var G=E.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(P){return P.getAttribute("href")}},relative:{"+":function(T,Q){for(var R=0,P=T.length;R<P;R++){var S=T[R];if(S){var U=S.previousSibling;while(U&&U.nodeType!==1){U=U.previousSibling}T[R]=typeof Q==="string"?U||false:U===Q}}if(typeof Q==="string"){E.filter(Q,T,true)}},">":function(U,Q,V){if(typeof Q==="string"&&!/\W/.test(Q)){Q=V?Q:Q.toUpperCase();for(var R=0,P=U.length;R<P;R++){var T=U[R];if(T){var S=T.parentNode;U[R]=S.nodeName===Q?S:false}}}else{for(var R=0,P=U.length;R<P;R++){var T=U[R];if(T){U[R]=typeof Q==="string"?T.parentNode:T.parentNode===Q}}if(typeof Q==="string"){E.filter(Q,U,true)}}},"":function(S,Q,U){var R="done"+(I++),P=O;if(!Q.match(/\W/)){var T=Q=U?Q:Q.toUpperCase();P=L}P("parentNode",Q,R,S,T,U)},"~":function(S,Q,U){var R="done"+(I++),P=O;if(typeof Q==="string"&&!Q.match(/\W/)){var T=Q=U?Q:Q.toUpperCase();P=L}P("previousSibling",Q,R,S,T,U)}},find:{ID:function(Q,R){if(R.getElementById){var P=R.getElementById(Q[1]);return P?[P]:[]}},NAME:function(P,Q){return Q.getElementsByName?Q.getElementsByName(P[1]):null},TAG:function(P,Q){return Q.getElementsByTagName(P[1])}},preFilter:{CLASS:function(S,Q,R,P,U){S=" "+S[1].replace(/\\/g,"")+" ";for(var T=0;Q[T];T++){if(U^(" "+Q[T].className+" ").indexOf(S)>=0){if(!R){P.push(Q[T])}}else{if(R){Q[T]=false}}}return false},ID:function(P){return P[1].replace(/\\/g,"")},TAG:function(Q,P){for(var R=0;!P[R];R++){}return M(P[R])?Q[1]:Q[1].toUpperCase()},CHILD:function(P){if(P[1]=="nth"){var Q=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(P[2]=="even"&&"2n"||P[2]=="odd"&&"2n+1"||!/\D/.test(P[2])&&"0n+"+P[2]||P[2]);P[2]=(Q[1]+(Q[2]||1))-0;P[3]=Q[3]-0}P[0]="done"+(I++);return P},ATTR:function(Q){var P=Q[1];if(G.attrMap[P]){Q[1]=G.attrMap[P]}if(Q[2]==="~="){Q[4]=" "+Q[4]+" "}return Q},PSEUDO:function(T,Q,R,P,U){if(T[1]==="not"){if(T[3].match(N).length>1){T[3]=E(T[3],null,null,Q)}else{var S=E.filter(T[3],Q,R,true^U);if(!R){P.push.apply(P,S)}return false}}else{if(G.match.POS.test(T[0])){return true}}return T},POS:function(P){P.unshift(true);return P}},filters:{enabled:function(P){return P.disabled===false&&P.type!=="hidden"},disabled:function(P){return P.disabled===true},checked:function(P){return P.checked===true},selected:function(P){P.parentNode.selectedIndex;return P.selected===true},parent:function(P){return!!P.firstChild},empty:function(P){return!P.firstChild},has:function(R,Q,P){return!!E(P[3],R).length},header:function(P){return/h\d/i.test(P.nodeName)},text:function(P){return"text"===P.type},radio:function(P){return"radio"===P.type},checkbox:function(P){return"checkbox"===P.type},file:function(P){return"file"===P.type},password:function(P){return"password"===P.type},submit:function(P){return"submit"===P.type},image:function(P){return"image"===P.type},reset:function(P){return"reset"===P.type},button:function(P){return"button"===P.type||P.nodeName.toUpperCase()==="BUTTON"},input:function(P){return/input|select|textarea|button/i.test(P.nodeName)}},setFilters:{first:function(Q,P){return P===0},last:function(R,Q,P,S){return Q===S.length-1},even:function(Q,P){return P%2===0},odd:function(Q,P){return P%2===1},lt:function(R,Q,P){return Q<P[3]-0},gt:function(R,Q,P){return Q>P[3]-0},nth:function(R,Q,P){return P[3]-0==Q},eq:function(R,Q,P){return P[3]-0==Q}},filter:{CHILD:function(P,S){var V=S[1],W=P.parentNode;var U="child"+W.childNodes.length;if(W&&(!W[U]||!P.nodeIndex)){var T=1;for(var Q=W.firstChild;Q;Q=Q.nextSibling){if(Q.nodeType==1){Q.nodeIndex=T++}}W[U]=T-1}if(V=="first"){return P.nodeIndex==1}else{if(V=="last"){return P.nodeIndex==W[U]}else{if(V=="only"){return W[U]==1}else{if(V=="nth"){var Y=false,R=S[2],X=S[3];if(R==1&&X==0){return true}if(R==0){if(P.nodeIndex==X){Y=true}}else{if((P.nodeIndex-X)%R==0&&(P.nodeIndex-X)/R>=0){Y=true}}return Y}}}}},PSEUDO:function(V,R,S,W){var Q=R[1],T=G.filters[Q];if(T){return T(V,S,R,W)}else{if(Q==="contains"){return(V.textContent||V.innerText||"").indexOf(R[3])>=0}else{if(Q==="not"){var U=R[3];for(var S=0,P=U.length;S<P;S++){if(U[S]===V){return false}}return true}}}},ID:function(Q,P){return Q.nodeType===1&&Q.getAttribute("id")===P},TAG:function(Q,P){return(P==="*"&&Q.nodeType===1)||Q.nodeName===P},CLASS:function(Q,P){return P.test(Q.className)},ATTR:function(T,R){var P=G.attrHandle[R[1]]?G.attrHandle[R[1]](T):T[R[1]]||T.getAttribute(R[1]),U=P+"",S=R[2],Q=R[4];return P==null?false:S==="="?U===Q:S==="*="?U.indexOf(Q)>=0:S==="~="?(" "+U+" ").indexOf(Q)>=0:!R[4]?P:S==="!="?U!=Q:S==="^="?U.indexOf(Q)===0:S==="$="?U.substr(U.length-Q.length)===Q:S==="|="?U===Q||U.substr(0,Q.length+1)===Q+"-":false},POS:function(T,Q,R,U){var P=Q[2],S=G.setFilters[P];if(S){return S(T,R,Q,U)}}}};for(var K in G.match){G.match[K]=RegExp(G.match[K].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var D=function(Q,P){Q=Array.prototype.slice.call(Q);if(P){P.push.apply(P,Q);return P}return Q};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(J){D=function(T,S){var Q=S||[];if(F.call(T)==="[object Array]"){Array.prototype.push.apply(Q,T)}else{if(typeof T.length==="number"){for(var R=0,P=T.length;R<P;R++){Q.push(T[R])}}else{for(var R=0;T[R];R++){Q.push(T[R])}}}return Q}}(function(){var Q=document.createElement("form"),R="script"+(new Date).getTime();Q.innerHTML="<input name='"+R+"'/>";var P=document.documentElement;P.insertBefore(Q,P.firstChild);if(!!document.getElementById(R)){G.find.ID=function(T,U){if(U.getElementById){var S=U.getElementById(T[1]);return S?S.id===T[1]||S.getAttributeNode&&S.getAttributeNode("id").nodeValue===T[1]?[S]:g:[]}};G.filter.ID=function(U,S){var T=U.getAttributeNode&&U.getAttributeNode("id");return U.nodeType===1&&T&&T.nodeValue===S}}P.removeChild(Q)})();(function(){var P=document.createElement("div");P.appendChild(document.createComment(""));if(P.getElementsByTagName("*").length>0){G.find.TAG=function(Q,U){var T=U.getElementsByTagName(Q[1]);if(Q[1]==="*"){var S=[];for(var R=0;T[R];R++){if(T[R].nodeType===1){S.push(T[R])}}T=S}return T}}P.innerHTML="<a href='#'></a>";if(P.firstChild.getAttribute("href")!=="#"){G.attrHandle.href=function(Q){return Q.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var P=E;E=function(T,S,Q,R){S=S||document;if(!R&&S.nodeType===9){try{return D(S.querySelectorAll(T),Q)}catch(U){}}return P(T,S,Q,R)};E.find=P.find;E.filter=P.filter;E.selectors=P.selectors;E.matches=P.matches})()}if(document.documentElement.getElementsByClassName){G.order.splice(1,0,"CLASS");G.find.CLASS=function(P,Q){return Q.getElementsByClassName(P[1])}}function L(Q,W,V,Z,X,Y){for(var T=0,R=Z.length;T<R;T++){var P=Z[T];if(P){P=P[Q];var U=false;while(P&&P.nodeType){var S=P[V];if(S){U=Z[S];break}if(P.nodeType===1&&!Y){P[V]=T}if(P.nodeName===W){U=P;break}P=P[Q]}Z[T]=U}}}function O(Q,V,U,Y,W,X){for(var S=0,R=Y.length;S<R;S++){var P=Y[S];if(P){P=P[Q];var T=false;while(P&&P.nodeType){if(P[U]){T=Y[P[U]];break}if(P.nodeType===1){if(!X){P[U]=S}if(typeof V!=="string"){if(P===V){T=true;break}}else{if(E.filter(V,[P]).length>0){T=P;break}}}P=P[Q]}Y[S]=T}}}var H=document.compareDocumentPosition?function(Q,P){return Q.compareDocumentPosition(P)&16}:function(Q,P){return Q!==P&&(Q.contains?Q.contains(P):true)};var M=function(P){return P.documentElement&&!P.body||P.tagName&&P.ownerDocument&&!P.ownerDocument.body};n.find=E;n.filter=E.filter;n.expr=E.selectors;n.expr[":"]=n.expr.filters;E.selectors.filters.hidden=function(P){return"hidden"===P.type||n.css(P,"display")==="none"||n.css(P,"visibility")==="hidden"};E.selectors.filters.visible=function(P){return"hidden"!==P.type&&n.css(P,"display")!=="none"&&n.css(P,"visibility")!=="hidden"};E.selectors.filters.animated=function(P){return n.grep(n.timers,function(Q){return P===Q.elem}).length};n.multiFilter=function(R,P,Q){if(Q){R=":not("+R+")"}return E.matches(R,P)};n.dir=function(R,Q){var P=[],S=R[Q];while(S&&S!=document){if(S.nodeType==1){P.push(S)}S=S[Q]}return P};n.nth=function(T,P,R,S){P=P||1;var Q=0;for(;T;T=T[R]){if(T.nodeType==1&&++Q==P){break}}return T};n.sibling=function(R,Q){var P=[];for(;R;R=R.nextSibling){if(R.nodeType==1&&R!=Q){P.push(R)}}return P};return;l.Sizzle=E})();n.event={add:function(H,E,G,J){if(H.nodeType==3||H.nodeType==8){return}if(H.setInterval&&H!=l){H=l}if(!G.guid){G.guid=this.guid++}if(J!==g){var F=G;G=this.proxy(F);G.data=J}var D=n.data(H,"events")||n.data(H,"events",{}),I=n.data(H,"handle")||n.data(H,"handle",function(){return typeof n!=="undefined"&&!n.event.triggered?n.event.handle.apply(arguments.callee.elem,arguments):g});I.elem=H;n.each(E.split(/\s+/),function(L,M){var N=M.split(".");M=N.shift();G.type=N.slice().sort().join(".");var K=D[M];if(n.event.specialAll[M]){n.event.specialAll[M].setup.call(H,J,N)}if(!K){K=D[M]={};if(!n.event.special[M]||n.event.special[M].setup.call(H,J,N)===false){if(H.addEventListener){H.addEventListener(M,I,false)}else{if(H.attachEvent){H.attachEvent("on"+M,I)}}}}K[G.guid]=G;n.event.global[M]=true});H=null},guid:1,global:{},remove:function(J,G,I){if(J.nodeType==3||J.nodeType==8){return}var F=n.data(J,"events"),E,D;if(F){if(G===g||(typeof G==="string"&&G.charAt(0)==".")){for(var H in F){this.remove(J,H+(G||""))}}else{if(G.type){I=G.handler;G=G.type}n.each(G.split(/\s+/),function(L,N){var P=N.split(".");N=P.shift();var M=RegExp("(^|\\.)"+P.slice().sort().join(".*\\.")+"(\\.|$)");if(F[N]){if(I){delete F[N][I.guid]}else{for(var O in F[N]){if(M.test(F[N][O].type)){delete F[N][O]}}}if(n.event.specialAll[N]){n.event.specialAll[N].teardown.call(J,P)}for(E in F[N]){break}if(!E){if(!n.event.special[N]||n.event.special[N].teardown.call(J,P)===false){if(J.removeEventListener){J.removeEventListener(N,n.data(J,"handle"),false)}else{if(J.detachEvent){J.detachEvent("on"+N,n.data(J,"handle"))}}}E=null;delete F[N]}}})}for(E in F){break}if(!E){var K=n.data(J,"handle");if(K){K.elem=null}n.removeData(J,"events");n.removeData(J,"handle")}}},trigger:function(H,J,G,D){var F=H.type||H;if(!D){H=typeof H==="object"?H[h]?H:n.extend(n.Event(F),H):n.Event(F);if(F.indexOf("!")>=0){H.type=F=F.slice(0,-1);H.exclusive=true}if(!G){H.stopPropagation();if(this.global[F]){n.each(n.cache,function(){if(this.events&&this.events[F]){n.event.trigger(H,J,this.handle.elem)}})}}if(!G||G.nodeType==3||G.nodeType==8){return g}H.result=g;H.target=G;J=n.makeArray(J);J.unshift(H)}H.currentTarget=G;var I=n.data(G,"handle");if(I){I.apply(G,J)}if((!G[F]||(n.nodeName(G,"a")&&F=="click"))&&G["on"+F]&&G["on"+F].apply(G,J)===false){H.result=false}if(!D&&G[F]&&!H.isDefaultPrevented()&&!(n.nodeName(G,"a")&&F=="click")){this.triggered=true;try{G[F]()}catch(K){}}this.triggered=false;if(!H.isPropagationStopped()){var E=G.parentNode||G.ownerDocument;if(E){n.event.trigger(H,J,E,true)}}},handle:function(J){var I,D;J=arguments[0]=n.event.fix(J||l.event);var K=J.type.split(".");J.type=K.shift();I=!K.length&&!J.exclusive;var H=RegExp("(^|\\.)"+K.slice().sort().join(".*\\.")+"(\\.|$)");D=(n.data(this,"events")||{})[J.type];for(var F in D){var G=D[F];if(I||H.test(G.type)){J.handler=G;J.data=G.data;var E=G.apply(this,arguments);if(E!==g){J.result=E;if(E===false){J.preventDefault();J.stopPropagation()}}if(J.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(G){if(G[h]){return G}var E=G;G=n.Event(E);for(var F=this.props.length,I;F;){I=this.props[--F];G[I]=E[I]}if(!G.target){G.target=G.srcElement||document}if(G.target.nodeType==3){G.target=G.target.parentNode}if(!G.relatedTarget&&G.fromElement){G.relatedTarget=G.fromElement==G.target?G.toElement:G.fromElement}if(G.pageX==null&&G.clientX!=null){var H=document.documentElement,D=document.body;G.pageX=G.clientX+(H&&H.scrollLeft||D&&D.scrollLeft||0)-(H.clientLeft||0);G.pageY=G.clientY+(H&&H.scrollTop||D&&D.scrollTop||0)-(H.clientTop||0)}if(!G.which&&((G.charCode||G.charCode===0)?G.charCode:G.keyCode)){G.which=G.charCode||G.keyCode}if(!G.metaKey&&G.ctrlKey){G.metaKey=G.ctrlKey}if(!G.which&&G.button){G.which=(G.button&1?1:(G.button&2?3:(G.button&4?2:0)))}return G},proxy:function(E,D){D=D||function(){return E.apply(this,arguments)};D.guid=E.guid=E.guid||D.guid||this.guid++;return D},special:{ready:{setup:A,teardown:function(){}}},specialAll:{live:{setup:function(D,E){n.event.add(this,E[0],c)},teardown:function(F){if(F.length){var D=0,E=RegExp("(^|\\.)"+F[0]+"(\\.|$)");n.each((n.data(this,"events").live||{}),function(){if(E.test(this.type)){D++}});if(D<1){n.event.remove(this,F[0],c)}}}}}};n.Event=function(D){if(!this.preventDefault){return new n.Event(D)}if(D&&D.type){this.originalEvent=D;this.type=D.type;this.timeStamp=D.timeStamp}else{this.type=D}if(!this.timeStamp){this.timeStamp=e()}this[h]=true};function k(){return false}function t(){return true}n.Event.prototype={preventDefault:function(){this.isDefaultPrevented=t;var D=this.originalEvent;if(!D){return}if(D.preventDefault){D.preventDefault()}D.returnValue=false},stopPropagation:function(){this.isPropagationStopped=t;var D=this.originalEvent;if(!D){return}if(D.stopPropagation){D.stopPropagation()}D.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=t;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(E){var D=E.relatedTarget;while(D&&D!=this){try{D=D.parentNode}catch(F){D=this}}if(D!=this){E.type=E.data;n.event.handle.apply(this,arguments)}};n.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(E,D){n.event.special[D]={setup:function(){n.event.add(this,E,a,D)},teardown:function(){n.event.remove(this,E,a)}}});n.fn.extend({bind:function(E,F,D){return E=="unload"?this.one(E,F,D):this.each(function(){n.event.add(this,E,D||F,D&&F)})},one:function(F,G,E){var D=n.event.proxy(E||G,function(H){n(this).unbind(H,D);return(E||G).apply(this,arguments)});return this.each(function(){n.event.add(this,F,D,E&&G)})},unbind:function(E,D){return this.each(function(){n.event.remove(this,E,D)})},trigger:function(D,E){return this.each(function(){n.event.trigger(D,E,this)})},triggerHandler:function(D,F){if(this[0]){var E=n.Event(D);E.preventDefault();E.stopPropagation();n.event.trigger(E,F,this[0]);return E.result}},toggle:function(F){var D=arguments,E=1;while(E<D.length){n.event.proxy(F,D[E++])}return this.click(n.event.proxy(F,function(G){this.lastToggle=(this.lastToggle||0)%E;G.preventDefault();return D[this.lastToggle++].apply(this,arguments)||false}))},hover:function(D,E){return this.mouseenter(D).mouseleave(E)},ready:function(D){A();if(n.isReady){D.call(document,n)}else{n.readyList.push(D)}return this},live:function(F,E){var D=n.event.proxy(E);D.guid+=this.selector+F;n(document).bind(i(F,this.selector),this.selector,D);return this},die:function(E,D){n(document).unbind(i(E,this.selector),D?{guid:D.guid+this.selector+E}:null);return this}});function c(G){var D=RegExp("(^|\\.)"+G.type+"(\\.|$)"),F=true,E=[];n.each(n.data(this,"events").live||[],function(H,I){if(D.test(I.type)){var J=n(G.target).closest(I.data)[0];if(J){E.push({elem:J,fn:I})}}});n.each(E,function(){if(!G.isImmediatePropagationStopped()&&this.fn.call(this.elem,G,this.fn.data)===false){F=false}});return F}function i(E,D){return["live",E,D.replace(/\./g,"`").replace(/ /g,"|")].join(".")}n.extend({isReady:false,readyList:[],ready:function(){if(!n.isReady){n.isReady=true;if(n.readyList){n.each(n.readyList,function(){this.call(document,n)});n.readyList=null}n(document).triggerHandler("ready")}}});var w=false;function A(){if(w){return}w=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);n.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);n.ready()}});if(document.documentElement.doScroll&&!l.frameElement){(function(){if(n.isReady){return}try{document.documentElement.doScroll("left")}catch(D){setTimeout(arguments.callee,0);return}n.ready()})()}}}n.event.add(l,"load",n.ready)}n.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(E,D){n.fn[D]=function(F){return F?this.bind(D,F):this.trigger(D)}});n(l).bind("unload",function(){for(var D in n.cache){if(D!=1&&n.cache[D].handle){n.event.remove(n.cache[D].handle.elem)}}});(function(){n.support={};var E=document.documentElement,F=document.createElement("script"),J=document.createElement("div"),I="script"+(new Date).getTime();J.style.display="none";J.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 G=J.getElementsByTagName("*"),D=J.getElementsByTagName("a")[0];if(!G||!G.length||!D){return}n.support={leadingWhitespace:J.firstChild.nodeType==3,tbody:!J.getElementsByTagName("tbody").length,objectAll:!!J.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!J.getElementsByTagName("link").length,style:/red/.test(D.getAttribute("style")),hrefNormalized:D.getAttribute("href")==="/a",opacity:D.style.opacity==="0.5",cssFloat:!!D.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};F.type="text/javascript";try{F.appendChild(document.createTextNode("window."+I+"=1;"))}catch(H){}E.insertBefore(F,E.firstChild);if(l[I]){n.support.scriptEval=true;delete l[I]}E.removeChild(F);if(J.attachEvent&&J.fireEvent){J.attachEvent("onclick",function(){n.support.noCloneEvent=false;J.detachEvent("onclick",arguments.callee)});J.cloneNode(true).fireEvent("onclick")}n(function(){var K=document.createElement("div");K.style.width="1px";K.style.paddingLeft="1px";document.body.appendChild(K);n.boxModel=n.support.boxModel=K.offsetWidth===2;document.body.removeChild(K)})})();var v=n.support.cssFloat?"cssFloat":"styleFloat";n.props={"for":"htmlFor","class":"className","float":v,cssFloat:v,styleFloat:v,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};n.fn.extend({_load:n.fn.load,load:function(F,I,J){if(typeof F!=="string"){return this._load(F)}var H=F.indexOf(" ");if(H>=0){var D=F.slice(H,F.length);F=F.slice(0,H)}var G="GET";if(I){if(n.isFunction(I)){J=I;I=null}else{if(typeof I==="object"){I=n.param(I);G="POST"}}}var E=this;n.ajax({url:F,type:G,dataType:"html",data:I,complete:function(L,K){if(K=="success"||K=="notmodified"){E.html(D?n("<div/>").append(L.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(D):L.responseText)}if(J){E.each(J,[L.responseText,K,L])}}});return this},serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?n.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(D,E){var F=n(this).val();return F==null?null:n.isArray(F)?n.map(F,function(H,G){return{name:E.name,value:H}}):{name:E.name,value:F}}).get()}});n.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(D,E){n.fn[E]=function(F){return this.bind(E,F)}});var q=e();n.extend({get:function(D,F,G,E){if(n.isFunction(F)){G=F;F=null}return n.ajax({type:"GET",url:D,data:F,success:G,dataType:E})},getScript:function(D,E){return n.get(D,null,E,"script")},getJSON:function(D,E,F){return n.get(D,E,F,"json")},post:function(D,F,G,E){if(n.isFunction(F)){G=F;F={}}return n.ajax({type:"POST",url:D,data:F,success:G,dataType:E})},ajaxSetup:function(D){n.extend(n.ajaxSettings,D)},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(L){L=n.extend(true,L,n.extend(true,{},n.ajaxSettings,L));var V,E=/=\?(&|$)/g,Q,U,F=L.type.toUpperCase();if(L.data&&L.processData&&typeof L.data!=="string"){L.data=n.param(L.data)}if(L.dataType=="jsonp"){if(F=="GET"){if(!L.url.match(E)){L.url+=(L.url.match(/\?/)?"&":"?")+(L.jsonp||"callback")+"=?"}}else{if(!L.data||!L.data.match(E)){L.data=(L.data?L.data+"&":"")+(L.jsonp||"callback")+"=?"}}L.dataType="json"}if(L.dataType=="json"&&(L.data&&L.data.match(E)||L.url.match(E))){V="jsonp"+q++;if(L.data){L.data=(L.data+"").replace(E,"="+V+"$1")}L.url=L.url.replace(E,"="+V+"$1");L.dataType="script";l[V]=function(W){U=W;H();K();l[V]=g;try{delete l[V]}catch(X){}if(G){G.removeChild(S)}}}if(L.dataType=="script"&&L.cache==null){L.cache=false}if(L.cache===false&&F=="GET"){var D=e();var T=L.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+D+"$2");L.url=T+((T==L.url)?(L.url.match(/\?/)?"&":"?")+"_="+D:"")}if(L.data&&F=="GET"){L.url+=(L.url.match(/\?/)?"&":"?")+L.data;L.data=null}if(L.global&&!n.active++){n.event.trigger("ajaxStart")}var P=/^(\w+:)?\/\/([^\/?#]+)/.exec(L.url);if(L.dataType=="script"&&F=="GET"&&P&&(P[1]&&P[1]!=location.protocol||P[2]!=location.host)){var G=document.getElementsByTagName("head")[0];var S=document.createElement("script");S.src=L.url;if(L.scriptCharset){S.charset=L.scriptCharset}if(!V){var N=false;S.onload=S.onreadystatechange=function(){if(!N&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){N=true;H();K();G.removeChild(S)}}}G.appendChild(S);return g}var J=false;var I=L.xhr();if(L.username){I.open(F,L.url,L.async,L.username,L.password)}else{I.open(F,L.url,L.async)}try{if(L.data){I.setRequestHeader("Content-Type",L.contentType)}if(L.ifModified){I.setRequestHeader("If-Modified-Since",n.lastModified[L.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}I.setRequestHeader("X-Requested-With","XMLHttpRequest");I.setRequestHeader("Accept",L.dataType&&L.accepts[L.dataType]?L.accepts[L.dataType]+", */*":L.accepts._default)}catch(R){}if(L.beforeSend&&L.beforeSend(I,L)===false){if(L.global&&!--n.active){n.event.trigger("ajaxStop")}I.abort();return false}if(L.global){n.event.trigger("ajaxSend",[I,L])}var M=function(W){if(I.readyState==0){if(O){clearInterval(O);O=null;if(L.global&&!--n.active){n.event.trigger("ajaxStop")}}}else{if(!J&&I&&(I.readyState==4||W=="timeout")){J=true;if(O){clearInterval(O);O=null}Q=W=="timeout"?"timeout":!n.httpSuccess(I)?"error":L.ifModified&&n.httpNotModified(I,L.url)?"notmodified":"success";if(Q=="success"){try{U=n.httpData(I,L.dataType,L)}catch(Y){Q="parsererror"}}if(Q=="success"){var X;try{X=I.getResponseHeader("Last-Modified")}catch(Y){}if(L.ifModified&&X){n.lastModified[L.url]=X}if(!V){H()}}else{n.handleError(L,I,Q)}K();if(L.async){I=null}}}};if(L.async){var O=setInterval(M,13);if(L.timeout>0){setTimeout(function(){if(I){if(!J){M("timeout")}if(I){I.abort()}}},L.timeout)}}try{I.send(L.data)}catch(R){n.handleError(L,I,null,R)}if(!L.async){M()}function H(){if(L.success){L.success(U,Q)}if(L.global){n.event.trigger("ajaxSuccess",[I,L])}}function K(){if(L.complete){L.complete(I,Q)}if(L.global){n.event.trigger("ajaxComplete",[I,L])}if(L.global&&!--n.active){n.event.trigger("ajaxStop")}}return I},handleError:function(E,G,D,F){if(E.error){E.error(G,D,F)}if(E.global){n.event.trigger("ajaxError",[G,E,F])}},active:0,httpSuccess:function(E){try{return!E.status&&location.protocol=="file:"||(E.status>=200&&E.status<300)||E.status==304||E.status==1223}catch(D){}return false},httpNotModified:function(F,D){try{var G=F.getResponseHeader("Last-Modified");return F.status==304||G==n.lastModified[D]}catch(E){}return false},httpData:function(I,G,F){var E=I.getResponseHeader("content-type"),D=G=="xml"||!G&&E&&E.indexOf("xml")>=0,H=D?I.responseXML:I.responseText;if(D&&H.documentElement.tagName=="parsererror"){throw"parsererror"}if(F&&F.dataFilter){H=F.dataFilter(H,G)}if(typeof H==="string"){if(G=="script"){n.globalEval(H)}if(G=="json"){H=l["eval"]("("+H+")")}}return H},param:function(D){var F=[];function G(H,I){F[F.length]=encodeURIComponent(H)+"="+encodeURIComponent(I)}if(n.isArray(D)||D.jquery){n.each(D,function(){G(this.name,this.value)})}else{for(var E in D){if(n.isArray(D[E])){n.each(D[E],function(){G(E,this)})}else{G(E,n.isFunction(D[E])?D[E]():D[E])}}}return F.join("&").replace(/%20/g,"+")}});var m={},d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function s(E,D){var F={};n.each(d.concat.apply([],d.slice(0,D)),function(){F[this]=E});return F}n.fn.extend({show:function(I,K){if(I){return this.animate(s("show",3),I,K)}else{for(var G=0,E=this.length;G<E;G++){var D=n.data(this[G],"olddisplay");this[G].style.display=D||"";if(n.css(this[G],"display")==="none"){var F=this[G].tagName,J;if(m[F]){J=m[F]}else{var H=n("<"+F+" />").appendTo("body");J=H.css("display");if(J==="none"){J="block"}H.remove();m[F]=J}this[G].style.display=n.data(this[G],"olddisplay",J)}}return this}},hide:function(G,H){if(G){return this.animate(s("hide",3),G,H)}else{for(var F=0,E=this.length;F<E;F++){var D=n.data(this[F],"olddisplay");if(!D&&D!=="none"){n.data(this[F],"olddisplay",n.css(this[F],"display"))}this[F].style.display="none"}return this}},_toggle:n.fn.toggle,toggle:function(F,E){var D=typeof F==="boolean";return n.isFunction(F)&&n.isFunction(E)?this._toggle.apply(this,arguments):F==null||D?this.each(function(){var G=D?F:n(this).is(":hidden");n(this)[G?"show":"hide"]()}):this.animate(s("toggle",3),F,E)},fadeTo:function(D,F,E){return this.animate({opacity:F},D,E)},animate:function(H,E,G,F){var D=n.speed(E,G,F);return this[D.queue===false?"each":"queue"](function(){var J=n.extend({},D),L,K=this.nodeType==1&&n(this).is(":hidden"),I=this;for(L in H){if(H[L]=="hide"&&K||H[L]=="show"&&!K){return J.complete.call(this)}if((L=="height"||L=="width")&&this.style){J.display=n.css(this,"display");J.overflow=this.style.overflow}}if(J.overflow!=null){this.style.overflow="hidden"}J.curAnim=n.extend({},H);n.each(H,function(N,R){var Q=new n.fx(I,J,N);if(/toggle|show|hide/.test(R)){Q[R=="toggle"?K?"show":"hide":R](H)}else{var P=R.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),S=Q.cur(true)||0;if(P){var M=parseFloat(P[2]),O=P[3]||"px";if(O!="px"){I.style[N]=(M||1)+O;S=((M||1)/Q.cur(true))*S;I.style[N]=S+O}if(P[1]){M=((P[1]=="-="?-1:1)*M)+S}Q.custom(S,M,O)}else{Q.custom(S,R,"")}}});return true})},stop:function(E,D){var F=n.timers;if(E){this.queue([])}this.each(function(){for(var G=F.length-1;G>=0;G--){if(F[G].elem==this){if(D){F[G](true)}F.splice(G,1)}}});if(!D){this.dequeue()}return this}});n.each({slideDown:s("show",1),slideUp:s("hide",1),slideToggle:s("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(D,E){n.fn[D]=function(F,G){return this.animate(E,F,G)}});n.extend({speed:function(F,G,E){var D=typeof F==="object"?F:{complete:E||!E&&G||n.isFunction(F)&&F,duration:F,easing:E&&G||G&&!n.isFunction(G)&&G};D.duration=n.fx.off?0:typeof D.duration==="number"?D.duration:n.fx.speeds[D.duration]||n.fx.speeds._default;D.old=D.complete;D.complete=function(){if(D.queue!==false){n(this).dequeue()}if(n.isFunction(D.old)){D.old.call(this)}};return D},easing:{linear:function(F,G,D,E){return D+E*F},swing:function(F,G,D,E){return((-Math.cos(F*Math.PI)/2)+0.5)*E+D}},timers:[],timerId:null,fx:function(E,D,F){this.options=D;this.elem=E;this.prop=F;if(!D.orig){D.orig={}}}});n.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(n.fx.step[this.prop]||n.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(E){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var D=parseFloat(n.css(this.elem,this.prop,E));return D&&D>-10000?D:parseFloat(n.curCSS(this.elem,this.prop))||0},custom:function(H,G,F){this.startTime=e();this.start=H;this.end=G;this.unit=F||this.unit||"px";this.now=this.start;this.pos=this.state=0;var D=this;function E(I){return D.step(I)}E.elem=this.elem;n.timers.push(E);if(E()&&n.timerId==null){n.timerId=setInterval(function(){var J=n.timers;for(var I=0;I<J.length;I++){if(!J[I]()){J.splice(I--,1)}}if(!J.length){clearInterval(n.timerId);n.timerId=null}},13)}},show:function(){this.options.orig[this.prop]=n.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());n(this.elem).show()},hide:function(){this.options.orig[this.prop]=n.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(G){var F=e();if(G||F>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var D=true;for(var E in this.options.curAnim){if(this.options.curAnim[E]!==true){D=false}}if(D){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(n.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){n(this.elem).hide()}if(this.options.hide||this.options.show){for(var H in this.options.curAnim){n.attr(this.elem.style,H,this.options.orig[H])}}}if(D){this.options.complete.call(this.elem)}return false}else{var I=F-this.startTime;this.state=I/this.options.duration;this.pos=n.easing[this.options.easing||(n.easing.swing?"swing":"linear")](this.state,I,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};n.extend(n.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(D){n.attr(D.elem.style,"opacity",D.now)},_default:function(D){if(D.elem.style&&D.elem.style[D.prop]!=null){D.elem.style[D.prop]=D.now+D.unit}else{D.elem[D.prop]=D.now}}}});if(document.documentElement.getBoundingClientRect){n.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return n.offset.bodyOffset(this[0])}var F=this[0].getBoundingClientRect(),I=this[0].ownerDocument,E=I.body,D=I.documentElement,K=D.clientTop||E.clientTop||0,J=D.clientLeft||E.clientLeft||0,H=F.top+(self.pageYOffset||n.boxModel&&D.scrollTop||E.scrollTop)-K,G=F.left+(self.pageXOffset||n.boxModel&&D.scrollLeft||E.scrollLeft)-J;return{top:H,left:G}}}else{n.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return n.offset.bodyOffset(this[0])}n.offset.initialized||n.offset.initialize();var I=this[0],F=I.offsetParent,E=I,N=I.ownerDocument,L,G=N.documentElement,J=N.body,K=N.defaultView,D=K.getComputedStyle(I,null),M=I.offsetTop,H=I.offsetLeft;while((I=I.parentNode)&&I!==J&&I!==G){L=K.getComputedStyle(I,null);M-=I.scrollTop,H-=I.scrollLeft;if(I===F){M+=I.offsetTop,H+=I.offsetLeft;if(n.offset.doesNotAddBorder&&!(n.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(I.tagName))){M+=parseInt(L.borderTopWidth,10)||0,H+=parseInt(L.borderLeftWidth,10)||0}E=F,F=I.offsetParent}if(n.offset.subtractsBorderForOverflowNotVisible&&L.overflow!=="visible"){M+=parseInt(L.borderTopWidth,10)||0,H+=parseInt(L.borderLeftWidth,10)||0}D=L}if(D.position==="relative"||D.position==="static"){M+=J.offsetTop,H+=J.offsetLeft}if(D.position==="fixed"){M+=Math.max(G.scrollTop,J.scrollTop),H+=Math.max(G.scrollLeft,J.scrollLeft)}return{top:M,left:H}}}n.offset={initialize:function(){if(this.initialized){return}var K=document.body,E=document.createElement("div"),G,F,M,H,L,D,I=K.style.marginTop,J='<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>';L={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(D in L){E.style[D]=L[D]}E.innerHTML=J;K.insertBefore(E,K.firstChild);G=E.firstChild,F=G.firstChild,H=G.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(F.offsetTop!==5);this.doesAddBorderForTableAndCells=(H.offsetTop===5);G.style.overflow="hidden",G.style.position="relative";this.subtractsBorderForOverflowNotVisible=(F.offsetTop===-5);K.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(K.offsetTop===0);K.style.marginTop=I;K.removeChild(E);this.initialized=true},bodyOffset:function(D){n.offset.initialized||n.offset.initialize();var F=D.offsetTop,E=D.offsetLeft;if(n.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(n.curCSS(D,"marginTop",true),10)||0,E+=parseInt(n.curCSS(D,"marginLeft",true),10)||0}return{top:F,left:E}}};n.fn.extend({position:function(){var H=0,G=0,E;if(this[0]){var F=this.offsetParent(),I=this.offset(),D=/^body|html$/i.test(F[0].tagName)?{top:0,left:0}:F.offset();I.top-=j(this,"marginTop");I.left-=j(this,"marginLeft");D.top+=j(F,"borderTopWidth");D.left+=j(F,"borderLeftWidth");E={top:I.top-D.top,left:I.left-D.left}}return E},offsetParent:function(){var D=this[0].offsetParent||document.body;while(D&&(!/^body|html$/i.test(D.tagName)&&n.css(D,"position")=="static")){D=D.offsetParent}return n(D)}});n.each(["Left","Top"],function(E,D){var F="scroll"+D;n.fn[F]=function(G){if(!this[0]){return null}return G!==g?this.each(function(){this==l||this==document?l.scrollTo(!E?G:n(l).scrollLeft(),E?G:n(l).scrollTop()):this[F]=G}):this[0]==l||this[0]==document?self[E?"pageYOffset":"pageXOffset"]||n.boxModel&&document.documentElement[F]||document.body[F]:this[0][F]}});n.each(["Height","Width"],function(G,E){var D=G?"Left":"Top",F=G?"Right":"Bottom";n.fn["inner"+E]=function(){return this[E.toLowerCase()]()+j(this,"padding"+D)+j(this,"padding"+F)};n.fn["outer"+E]=function(I){return this["inner"+E]()+j(this,"border"+D+"Width")+j(this,"border"+F+"Width")+(I?j(this,"margin"+D)+j(this,"margin"+F):0)};var H=E.toLowerCase();n.fn[H]=function(I){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+E]||document.body["client"+E]:this[0]==document?Math.max(document.documentElement["client"+E],document.body["scroll"+E],document.documentElement["scroll"+E],document.body["offset"+E],document.documentElement["offset"+E]):I===g?(this.length?n.css(this[0],H):null):this.css(H,typeof I==="string"?I:I+"px")}})})();function keys(dict)
{_keys=new Array();for(k in dict)_keys.push(k);return _keys;}
function dict_count(dict)
{count=0;for(k in dict)count+=1;return count;}
function confirm_url(msg,url)
{if(confirm(msg))document.location.href=url;}
function selection_value(sel)
{sel=$(sel)[0];return sel.options[sel.selectedIndex].value;}
function load_ajax_content(url,target)
{$(target).load(url);}
function gather_input_values(container)
{params={};fields=$(container).find("input");for(i=0;i<fields.length;i++)
{field=fields[i];if(field.type=="checkbox")
{if(field.checked){params[field.name]="1";}}else{params[field.name]=field.value;}}
fields=$(container).find("select");for(i=0;i<fields.length;i++)
{field=fields[i];params[field.name]=selection_value(field);}
return params;}
function toggle_proposals_preview(shell,container,url)
{shell=$(shell);if(shell.hasClass("invisible")&&shell.hasClass("no-content"))
{load_ajax_content(url,container)
shell.removeClass("no-content");}
shell.toggleClass("invisible");}
function autoredirect(anchor)
{if(!autoredirect_enabled)return;href=$(anchor)[0].href;$(document).ready(function(){window.setTimeout(function(){document.location.href=href;},800);});}
function submit_form_and_wait(form,elm_to_hide,waiting_img)
{$(waiting_img).replaceAll(elm_to_hide);$(form)[0].submit();}
function url_add_parameters(url,params)
{if(dict_count(params)==0)return url;if(url.indexOf("?")<0)
url+="?";if(url.indexOf("=")>=0)
url+="&";return url+jQuery.param(params);}
function block_window_navigation(message)
{window.onbeforeunload=function()
{return message;};}
function unblock_window_navigation()
{window.onbeforeunload=null;}
function setup_tables_stripes(table_class,table_with_header_class)
{function spread_attr(tables,attr_name,ofs)
{for(i=0;i<tables.length;i++)
{table=tables[i];$(table).find("tr:nth-child(2n+"+(3+ofs)+")").attr(attr_name,$(table).find("tr:nth-child("+(1+ofs)+")").attr(attr_name));$(table).find("tr:nth-child(2n+"+(4+ofs)+")").attr(attr_name,$(table).find("tr:nth-child("+(2+ofs)+")").attr(attr_name));}}
$(document).ready(function(){spread_attr($("table."+table_class),"style",0)
spread_attr($("table."+table_class),"class",0)
spread_attr($("table."+table_with_header_class),"style",1)
spread_attr($("table."+table_with_header_class),"class",1)});}
function GridEditor(rawdata_input,container)
{this.container=$(container);this.rawdata_input=$(rawdata_input)[0];this.original_content=$(container).html();this.load_content=function(url){container=this.container;rawdata_input=this.rawdata_input;params={};params[rawdata_input.name]=rawdata_input.value;url=url_add_parameters(url,params);container.html(this.original_content);jQuery.getJSON(url,function(data,text_status){container.html(data.html);rawdata_input.value=data.rawdata;});}
this.add_row=function(url,block_with_new_values){params=gather_input_values(block_with_new_values);url=url_add_parameters(url,params);this.load_content(url);}}
tabs={};function tabs_register(tabs_name,tab_id,body_id)
{if(!(tabs_name in tabs))tabs[tabs_name]=new Array();tabs[tabs_name].push({tab_id:tab_id,body_id:body_id});}
function tabs_activate(tabs_name,tab_id)
{tbs=tabs[tabs_name];for(i=0;i<tbs.length;i++)
{tab=tbs[i];div_tab=$(tab.tab_id)
if(tab.tab_id==tab_id)
{div_tab[0].className="active";$(tab.body_id).show();}else{div_tab[0].className="";$(tab.body_id).hide();}}}
g_ping_planned=false;function plan_ping()
{if(g_ping_planned)return;g_ping_planned=true;window.setTimeout(function(){doSimpleXMLHttpRequest(g_root+"ping");},1000*60*10);}
function tinymce_event_handler(e)
{plan_ping();}
function setup_tinymce()
{if(!need_wysiwyg_editor)return;tinyMCE.init({editor_selector:"mceEditor",theme:"advanced",mode:"textareas",plugins:"contextmenu,insertdatetime,layer,paste,searchreplace,table,style,nonbreaking,visualchars,fullscreen,advlink,advimage,media,autonbsp",theme_advanced_buttons1:"cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,insertlayer,moveforward,movebackward,absolute,|,link,unlink,anchor,image,media,|,insertdate,inserttime,charmap,hr,nonbreaking,autonbsp,visualchars",theme_advanced_buttons2:"bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,styleselect,|,bullist,numlist,|,sub,sup,|,outdent,indent",theme_advanced_buttons3:"forecolor,backcolor,|,styleprops,code,removeformat,cleanup,|,tablecontrols,|,fullscreen",theme_advanced_toolbar_location:"top",theme_advanced_toolbar_align:"left",theme_advanced_statusbar_location:"none",theme_advanced_resizing:true,theme_advanced_resize_horizontal:false,theme_advanced_resizing_use_cookie:false,theme_advanced_path:true,theme_advanced_fonts:"Arial=sans-serif;Times=Times New Roman, Times, serif;Courier=courier new,courier,monospace",theme_advanced_blockformats:"p,h1,h2,h3",theme_advanced_styles:tinymce_styles,plugin_insertdate_dateFormat:"%d.%m.%Y",plugin_insertdate_timeFormat:"%H:%M:%S",language:"cs",accessibility_warnings:false,convert_fonts_to_spans:true,entities:"160,nbsp,38,amp,34,quot,60,lt,62,gt",entity_encoding:"named",convert_urls:false,verify_html:false,apply_source_formatting:true,cleanup_on_startup:true,invalid_elements:"",auto_reset_designmode:true,handle_event_callback:"tinymce_event_handler"});}
setup_tinymce();setup_tables_stripes("table-stripes","table-header-stripes");function show_sub_items(node){submenu=get_sub_menu_box(node);$(submenu).css("display","block");}
function hide_sub_menu(node){submenu=get_sub_menu_box(node);$(submenu).css("display","none");}
function get_sub_menu_box(node){return $(node).children(".sub-menu")[0];}
function setup_cufon(){Cufon.replace('h1');Cufon.replace('h2');Cufon.replace('h3');}
(function($){$.fn.lightBox=function(settings,root){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:root+'imgs/lightbox/lightbox-ico-loading.gif',imageBtnPrev:root+'imgs/lightbox/lightbox-btn-prev.gif',imageBtnNext:root+'imgs/lightbox/lightbox-btn-next.gif',imageBtnClose:root+'imgs/lightbox/lightbox-btn-close.gif',imageBlank:root+'imgs/lightbox/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'',txtOf:'/',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0},settings);var jQueryMatchedObj=this;function _initialize(){_start(this,jQueryMatchedObj);return false;}
function _start(objClicked,jQueryMatchedObj){$('embed, object, select').css({'visibility':'hidden'});_set_interface();settings.imageArray.length=0;settings.activeImage=0;if(jQueryMatchedObj.length==1){settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')));}else{for(var i=0;i<jQueryMatchedObj.length;i++){settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title')));}}
while(settings.imageArray[settings.activeImage][0]!=objClicked.getAttribute('href')){settings.activeImage++;}
_set_image_to_view();}
function _set_interface(){$('body').append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+settings.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+settings.imageBtnClose+'"></a></div></div></div></div>');var arrPageSizes=___getPageSize();$('#jquery-overlay').css({backgroundColor:settings.overlayBgColor,opacity:settings.overlayOpacity,width:arrPageSizes[0],height:arrPageSizes[1]}).fadeIn();var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]}).show();$('#jquery-overlay,#jquery-lightbox').click(function(){_finish();});$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function(){_finish();return false;});$(window).resize(function(){var arrPageSizes=___getPageSize();$('#jquery-overlay').css({width:arrPageSizes[0],height:arrPageSizes[1]});var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]});});}
function _set_image_to_view(){$('#lightbox-loading').show();if(settings.fixedNavigation){$('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}else{$('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}
var objImagePreloader=new Image();objImagePreloader.onload=function(){$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);objImagePreloader.onload=function(){};};objImagePreloader.src=settings.imageArray[settings.activeImage][0];};function _resize_container_image_box(intImageWidth,intImageHeight){var intCurrentWidth=$('#lightbox-container-image-box').width();var intCurrentHeight=$('#lightbox-container-image-box').height();var intWidth=(intImageWidth+(settings.containerBorderSize*2));var intHeight=(intImageHeight+(settings.containerBorderSize*2));var intDiffW=intCurrentWidth-intWidth;var intDiffH=intCurrentHeight-intHeight;$('#lightbox-container-image-box').animate({width:intWidth,height:intHeight},settings.containerResizeSpeed,function(){_show_image();});if((intDiffW==0)&&(intDiffH==0)){if($.browser.msie){___pause(250);}else{___pause(100);}}
$('#lightbox-container-image-data-box').css({width:intImageWidth});$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({height:intImageHeight+(settings.containerBorderSize*2)});};function _show_image(){$('#lightbox-loading').hide();$('#lightbox-image').fadeIn(function(){_show_image_data();_set_navigation();});_preload_neighbor_images();};function _show_image_data(){$('#lightbox-container-image-data-box').slideDown('fast');$('#lightbox-image-details-caption').hide();if(settings.imageArray[settings.activeImage][1]){$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();}
if(settings.imageArray.length>1){$('#lightbox-image-details-currentNumber').html(settings.txtImage+' '+(settings.activeImage+1)+' '+settings.txtOf+' '+settings.imageArray.length).show();}}
function _set_navigation(){$('#lightbox-nav').show();$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({'background':'transparent url('+settings.imageBlank+') no-repeat'});if(settings.activeImage!=0){if(settings.fixedNavigation){$('#lightbox-nav-btnPrev').css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnPrev').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}}
if(settings.activeImage!=(settings.imageArray.length-1)){if(settings.fixedNavigation){$('#lightbox-nav-btnNext').css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnNext').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}}
_enable_keyboard_navigation();}
function _enable_keyboard_navigation(){$(document).keydown(function(objEvent){_keyboard_action(objEvent);});}
function _disable_keyboard_navigation(){$(document).unbind();}
function _keyboard_action(objEvent){if(objEvent==null){keycode=event.keyCode;escapeKey=27;}else{keycode=objEvent.keyCode;escapeKey=objEvent.DOM_VK_ESCAPE;}
key=String.fromCharCode(keycode).toLowerCase();if((key==settings.keyToClose)||(key=='x')||(keycode==escapeKey)){_finish();}
if((key==settings.keyToPrev)||(keycode==37)){if(settings.activeImage!=0){settings.activeImage=settings.activeImage-1;_set_image_to_view();_disable_keyboard_navigation();}}
if((key==settings.keyToNext)||(keycode==39)){if(settings.activeImage!=(settings.imageArray.length-1)){settings.activeImage=settings.activeImage+1;_set_image_to_view();_disable_keyboard_navigation();}}}
function _preload_neighbor_images(){if((settings.imageArray.length-1)>settings.activeImage){objNext=new Image();objNext.src=settings.imageArray[settings.activeImage+1][0];}
if(settings.activeImage>0){objPrev=new Image();objPrev.src=settings.imageArray[settings.activeImage-1][0];}}
function _finish(){$('#jquery-lightbox').remove();$('#jquery-overlay').fadeOut(function(){$('#jquery-overlay').remove();});$('embed, object, select').css({'visibility':'visible'});}
function ___getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;}
var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;}
windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;}
if(yScroll<windowHeight){pageHeight=windowHeight;}else{pageHeight=yScroll;}
if(xScroll<windowWidth){pageWidth=xScroll;}else{pageWidth=windowWidth;}
arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize;};function ___getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft;}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft;}
arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll;};function ___pause(ms){var date=new Date();curDate=null;do{var curDate=new Date();}
while(curDate-date<ms);};return this.unbind('click').click(_initialize);};})(jQuery);/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());Cufon.registerFont({"w":217,"face":{"font-family":"Neo Sans CE","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-13.6188 -342.5 285.024 76","underline-thickness":"20.52","underline-position":"-7.56","stemh":"26","stemv":"23","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":88},"A":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-3,-6,-5r-23,-83r-94,0r-23,83v-2,8,-31,9,-34,-1r67,-237v15,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0","w":227,"k":{"\u00fd":19,"\u016f":4,"\u00fa":4,"\u0165":16,"\u00f3":4,"\u011b":4,"\u00e9":4,"\u010f":4,"\u010d":4,"\u00e1":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u00dd":31,"\u016e":9,"\u00da":9,"\u0164":32,"\u0160":6,"\u00d3":9,"\u010c":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"B":{"d":"28,-254v5,-24,36,-16,69,-16v59,0,105,15,105,75v0,27,-14,47,-38,57v27,9,40,31,40,64v0,82,-93,82,-164,73v-8,-1,-12,-4,-12,-13r0,-240xm61,-152v53,3,121,1,109,-49v4,-45,-61,-42,-109,-40r0,89xm61,-27v54,5,110,5,110,-53v0,-24,-12,-46,-54,-46r-56,0r0,99","w":221,"k":{"\u00dd":12,"\u0164":12,"\u00c1":7,"Y":12,"T":12,"A":7}},"C":{"d":"184,-24v1,38,-29,27,-67,27v-45,0,-95,-24,-95,-112r0,-50v4,-116,73,-119,155,-105v10,-1,5,15,6,23v-9,10,-41,1,-66,1v-35,0,-63,20,-63,81r0,50v-1,91,57,85,124,79v4,0,6,2,6,6","w":196,"k":{"\u00fd":8,"\u00f3":4,"y":8,"o":4,"\u00d3":10,"\u010c":6,"Q":10,"O":10,"G":10,"C":6}},"D":{"d":"101,3v-35,0,-66,6,-73,-13r0,-247v7,-20,38,-10,73,-13v85,-6,109,62,109,161v0,77,-42,112,-109,112xm177,-109r0,-49v-1,-83,-49,-88,-116,-83r0,215v70,3,114,-1,116,-83","w":230,"k":{"\u017d":8,"\u00dd":11,"\u0164":13,"\u00c1":8,"Z":8,"Y":11,"X":11,"W":4,"V":7,"T":13,"A":8}},"E":{"d":"105,-270v28,6,83,-17,74,25v0,3,-2,5,-4,5v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0v7,2,3,15,4,23v-8,12,-50,7,-74,7v-51,0,-77,-20,-77,-67r0,-139v0,-48,26,-67,77,-67","w":198},"F":{"d":"105,-270v28,6,83,-17,74,25v0,3,-2,5,-4,5v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0r0,118v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r0,-196v0,-48,26,-67,77,-67","w":198,"k":{".":33,",":33,"\u00f3":10,"o":10,"\u00d3":4,"\u00c1":22,"O":4,"A":22}},"G":{"d":"192,-11v0,4,-2,7,-6,8v-81,15,-166,10,-165,-106r0,-49v0,-119,83,-118,165,-107v9,1,5,14,6,23v0,3,-3,4,-6,4v-68,-3,-134,-17,-132,80r0,49v-1,81,47,88,105,80r0,-103v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,121","w":220,"k":{"V":5}},"H":{"d":"217,-7v-1,11,-31,11,-33,0r0,-120r-123,0r0,120v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r0,-253v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,104r123,0r0,-104v0,-11,30,-11,33,0r0,253","w":244},"I":{"d":"64,-7v0,10,-16,6,-26,7v-3,0,-6,-3,-6,-7r0,-254v0,-10,17,-5,26,-6v4,0,6,2,6,6r0,254","w":96},"J":{"d":"9,65v-17,0,-25,-2,-22,-20v9,-14,53,3,45,-32r0,-274v1,-9,30,-10,32,0r0,274v0,35,-16,52,-55,52","w":92},"K":{"d":"201,-8v3,3,3,8,-3,8v-13,-1,-29,4,-36,-4r-101,-123r0,120v0,10,-16,7,-26,7v-4,0,-7,-3,-7,-7r0,-254v1,-9,31,-10,33,0r0,117r104,-120v7,-5,30,-5,38,0v-34,45,-74,83,-110,126","w":218,"k":{"-":14,"\u00fd":20,"\u016f":15,"\u00fa":15,"\u0165":10,"\u00f3":13,"\u011b":16,"\u00e9":16,"\u010f":16,"\u010d":16,"y":20,"w":18,"v":21,"u":15,"t":10,"q":13,"o":13,"f":5,"e":16,"d":16,"c":16,"\u016e":6,"\u00da":6,"\u0164":5,"\u00d3":17,"\u011a":13,"\u00c9":13,"\u010c":25,"V":4,"U":6,"T":5,"Q":17,"O":17,"L":6,"G":25,"E":13,"C":25}},"L":{"d":"175,-27v7,3,6,24,0,26v-49,3,-147,25,-147,-63r0,-196v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,196v-10,52,69,34,114,37","w":185,"k":{"-":14,"\u00fd":19,"\u00f3":9,"\u011b":8,"\u00e9":8,"y":19,"w":10,"v":18,"o":9,"e":8,"\u00dd":37,"\u016e":14,"\u00da":14,"\u0164":36,"\u0160":6,"\u00d3":16,"\u011a":7,"\u00c9":7,"\u010c":12,"Y":37,"W":13,"V":33,"U":14,"T":36,"S":6,"Q":16,"O":16,"G":14,"E":7,"C":12}},"M":{"d":"246,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-215r-52,108v-5,15,-42,15,-49,0r-53,-108r0,215v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-250v0,-15,39,-15,45,-4r64,127v25,-38,41,-86,64,-127v5,-9,45,-12,45,4r0,250","w":273,"k":{"\u00dd":13,"Y":13,"V":6}},"N":{"d":"217,-10v0,14,-39,15,-45,4r-112,-212r0,211v0,11,-27,10,-32,3r0,-253v0,-15,40,-14,45,-3r111,211v4,-67,-1,-142,1,-212v1,-9,29,-9,32,0r0,251","w":244,"k":{"\u00dd":6,"\u0164":12,"Y":6,"V":8,"T":12}},"O":{"d":"216,-111v0,80,-40,114,-97,114v-56,0,-97,-34,-97,-114r0,-46v0,-80,41,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,61,25,84,64,84","w":237,"k":{"\u017d":13,"\u00dd":14,"\u0164":16,"\u00c1":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"P":{"d":"197,-192v0,77,-61,90,-137,84r0,101v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-251v0,-5,3,-8,9,-9v74,-9,160,-5,160,75xm60,-135v58,5,114,-2,105,-57v6,-48,-53,-54,-105,-49r0,106","w":213,"k":{".":39,",":39,"\u00f3":6,"\u011b":6,"\u00e9":6,"\u00e1":8,"o":6,"e":6,"a":8,"\u017d":12,"\u00c1":22,"Z":12,"A":22}},"Q":{"d":"216,-157v0,87,-18,158,-81,159v0,21,-3,36,22,36v15,0,34,-5,29,18v0,6,-11,9,-29,9v-42,2,-58,-19,-54,-64v-62,-2,-81,-71,-81,-158v0,-80,41,-113,97,-113v57,0,97,33,97,113xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,61,25,84,64,84","w":237,"k":{"\u017d":13,"\u00dd":14,"\u0164":16,"\u00c1":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"R":{"d":"210,-8v3,3,0,8,-4,8v-12,-2,-27,5,-32,-5r-65,-107r-49,-1r0,106v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-252v0,-5,2,-7,9,-8v75,-8,164,-7,164,77v0,40,-24,64,-57,73xm60,-141v59,3,108,4,108,-52v0,-50,-57,-49,-108,-46r0,98","w":225,"k":{"\u00fd":7,"\u00f3":9,"\u011b":8,"\u00e9":8,"\u010d":5,"y":7,"o":9,"g":5,"e":8,"c":5,"\u00dd":15,"\u0164":15,"\u00d3":7,"\u010c":7,"Y":15,"W":3,"V":12,"T":15,"Q":7,"O":7,"G":7,"C":7}},"S":{"d":"104,-270v29,0,75,-13,69,26v0,4,-3,6,-7,6v-39,0,-122,-15,-115,32v7,49,142,76,129,137v0,34,-18,72,-89,72v-25,0,-44,-4,-60,-6v-11,-1,-5,-11,-7,-20v8,-15,48,-2,67,-4v77,-7,69,-61,12,-91v-34,-18,-85,-47,-85,-88v0,-44,31,-64,86,-64","w":198,"k":{"\u00fd":6,"\u0165":14,"y":6,"x":5,"v":8,"t":14,"\u00dd":8,"\u00c1":6,"Y":8,"W":5,"V":9,"A":6}},"T":{"d":"193,-267v12,1,10,29,0,28r-70,0r0,232v0,10,-33,12,-33,0r0,-232r-70,0v-10,1,-6,-13,-7,-22v0,-4,3,-6,7,-6r173,0","w":212,"k":{".":27,",":27,"\u017e":13,"\u00fd":23,"\u016f":15,"\u00fa":15,"\u0165":12,"\u0161":28,"\u0159":17,"\u00f3":32,"\u0148":14,"\u011b":29,"\u00e9":29,"\u010f":30,"\u010d":28,"\u00e1":31,"z":13,"y":23,"x":14,"w":12,"v":12,"u":15,"t":12,"s":28,"r":17,"q":29,"p":14,"o":32,"n":14,"m":14,"g":23,"e":29,"d":30,"c":28,"a":31,"\u00d3":16,"\u011a":10,"\u00c9":10,"\u010c":14,"\u00c1":32,"Q":16,"O":16,"G":11,"F":6,"E":10,"C":14,"A":32}},"U":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,31,-10,33,0r0,164v0,46,15,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,31,-10,33,0r0,164","w":238,"k":{"\u00c1":9,"A":9}},"V":{"d":"186,-262v5,-9,36,-9,33,3r-66,234v-15,40,-62,41,-74,0r-67,-236v1,-10,29,-9,34,-1r63,229v1,10,11,10,14,0","w":231,"k":{".":27,",":27,"\u017e":10,"\u00fd":12,"\u016f":13,"\u00fa":13,"\u0161":18,"\u0159":12,"\u00f3":18,"\u0148":9,"\u011b":18,"\u00e9":18,"\u010d":17,"\u00e1":19,"z":10,"y":12,"x":14,"w":9,"v":9,"u":13,"s":18,"r":12,"q":18,"p":9,"o":18,"n":9,"m":9,"g":17,"e":18,"c":17,"a":19,"\u0160":8,"\u00d3":8,"\u011a":9,"\u00c9":9,"\u010c":9,"\u00c1":25,"S":8,"Q":8,"O":8,"G":8,"E":9,"C":9,"A":25}},"W":{"d":"252,-261v3,-11,34,-9,33,1r-40,243v-3,28,-52,24,-59,0r-38,-136v-15,42,-26,91,-37,136v-6,23,-53,28,-58,0r-40,-244v1,-9,29,-10,33,0r36,234v16,-42,24,-93,38,-138v2,-22,51,-23,57,0r38,138","w":297,"k":{"\u00f3":13,"\u011b":11,"\u00e9":11,"\u00e1":9,"o":13,"e":11,"a":9,"\u00d3":5,"\u010c":4,"\u00c1":16,"Q":5,"O":5,"G":4,"C":4,"A":16}},"X":{"d":"216,-9v2,4,2,9,-4,9v-12,-1,-26,4,-31,-5r-65,-105r-65,105v-5,10,-18,3,-29,5v-6,0,-6,-5,-4,-9r80,-127r-81,-126v2,-9,28,-6,36,-2r64,103r63,-103v5,-5,37,-7,33,5r-78,124","w":232,"k":{"\u00fd":13,"\u016f":12,"\u00fa":12,"\u00f3":12,"\u011b":10,"\u00e9":10,"y":13,"v":15,"u":12,"o":12,"e":10,"\u00d3":16,"\u010c":13,"Q":16,"O":16,"G":13,"C":13}},"Y":{"d":"170,-267v11,1,32,-4,27,9r-56,125v-7,14,-13,21,-20,24r0,102v0,10,-16,6,-26,7v-4,0,-6,-4,-6,-7r0,-102v-7,-3,-13,-10,-20,-24r-56,-129v2,-8,30,-9,34,0r50,116v6,14,10,14,16,0r50,-116v2,-3,4,-5,7,-5","w":209,"k":{"\/":33,"-":28,".":33,",":33,"\u017e":25,"\u00fd":19,"\u016f":26,"\u00fa":26,"\u0165":13,"\u0161":26,"\u0159":27,"\u00f3":35,"\u0148":17,"\u011b":34,"\u00e9":34,"\u010f":33,"\u010d":33,"\u00e1":31,"z":25,"y":19,"x":19,"w":20,"v":21,"u":26,"t":13,"s":26,"r":27,"q":35,"p":27,"o":35,"n":17,"m":17,"g":33,"f":13,"e":34,"d":33,"c":33,"a":31,"\u0160":8,"\u00d3":14,"\u011a":10,"\u00c9":10,"\u010c":16,"\u00c1":31,"S":8,"Q":14,"O":14,"G":16,"E":10,"C":16,"A":31}},"Z":{"d":"189,-30v12,2,10,31,0,30r-139,0v-34,5,-36,-27,-24,-45r130,-191v-36,-6,-84,-2,-124,-2v-10,0,-7,-14,-7,-23v0,-4,3,-6,7,-6r129,0v31,-5,37,26,24,45r-129,190v38,7,91,-1,133,2","w":214,"k":{"\u00fd":11,"\u016f":12,"\u00fa":12,"\u00f3":11,"\u011b":12,"\u00e9":12,"\u010d":14,"\u00e1":8,"y":11,"v":12,"u":12,"o":11,"g":14,"e":12,"c":14,"a":8,"\u00d3":11,"\u010c":9,"W":4,"Q":11,"O":11,"G":11,"C":9}},"\u00c1":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-3,-6,-5r-23,-83r-94,0r-23,83v-2,8,-31,9,-34,-1r67,-237v15,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm141,-342v8,1,31,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v4,-4,5,-5,9,-5","w":227,"k":{"\u00fd":19,"\u016f":4,"\u00fa":4,"\u0165":16,"\u00f3":4,"\u011b":4,"\u00e9":4,"\u010f":4,"\u010d":4,"\u00e1":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u00dd":31,"\u016e":9,"\u00da":9,"\u0164":32,"\u0160":6,"\u00d3":9,"\u010c":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u010c":{"d":"184,-24v1,38,-29,27,-67,27v-45,0,-95,-24,-95,-112r0,-50v4,-116,73,-119,155,-105v10,-1,5,15,6,23v-9,10,-41,1,-66,1v-35,0,-63,20,-63,81r0,50v-1,91,57,85,124,79v4,0,6,2,6,6xm158,-342v7,1,28,-3,21,6r-35,45v-7,9,-38,8,-48,0r-37,-48v30,-15,46,24,61,37v13,-12,23,-31,38,-40","w":196,"k":{"\u00fd":8,"\u00f3":4,"y":8,"o":4,"\u00d3":10,"\u010c":6,"Q":10,"O":10,"G":10,"C":6}},"\u010e":{"d":"101,3v-35,0,-66,6,-73,-13r0,-247v7,-20,38,-10,73,-13v85,-6,109,62,109,161v0,77,-42,112,-109,112xm177,-109r0,-49v-1,-83,-49,-88,-116,-83r0,215v70,3,114,-1,116,-83xm145,-342v7,1,28,-4,21,6r-35,45v-7,9,-38,8,-48,0r-37,-48v30,-15,46,24,61,37v13,-12,23,-31,38,-40","w":230,"k":{"\u017d":8,"\u00dd":11,"\u0164":13,"\u00c1":8,"Z":8,"Y":11,"X":11,"W":4,"V":7,"T":13,"A":8}},"\u00c9":{"d":"105,-270v28,6,83,-17,74,25v0,3,-2,5,-4,5v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0v7,2,3,15,4,23v-8,12,-50,7,-74,7v-51,0,-77,-20,-77,-67r0,-139v0,-48,26,-67,77,-67xm129,-342v8,1,30,-4,27,5v-17,16,-29,38,-49,51v-7,-1,-26,5,-22,-6v15,-16,25,-38,44,-50","w":198},"\u011a":{"d":"105,-270v28,6,83,-17,74,25v0,3,-2,5,-4,5v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0v7,2,3,15,4,23v-8,12,-50,7,-74,7v-51,0,-77,-20,-77,-67r0,-139v0,-48,26,-67,77,-67xm152,-342v8,1,26,-4,21,6r-35,45v-8,9,-38,8,-48,0v-12,-16,-27,-30,-37,-48v30,-15,46,24,61,37v13,-12,22,-32,38,-40","w":198},"\u00cd":{"d":"64,-7v0,10,-16,6,-26,7v-3,0,-6,-3,-6,-7r0,-254v0,-10,17,-5,26,-6v4,0,6,2,6,6r0,254xm70,-342v9,1,33,-3,26,5v-16,17,-28,38,-48,51v-7,-1,-26,5,-22,-6v15,-16,25,-38,44,-50","w":96},"\u0147":{"d":"217,-10v0,14,-39,15,-45,4r-112,-212r0,211v0,11,-27,10,-32,3r0,-253v0,-15,40,-14,45,-3r111,211v4,-67,-1,-142,1,-212v1,-9,29,-9,32,0r0,251xm164,-342v8,1,26,-4,21,6r-35,45v-8,9,-37,8,-48,0r-37,-48v30,-15,46,24,61,37v13,-12,23,-31,38,-40","w":244,"k":{"\u00dd":6,"\u0164":12,"Y":6,"V":8,"T":12}},"\u00d3":{"d":"216,-111v0,80,-40,114,-97,114v-56,0,-97,-34,-97,-114r0,-46v0,-80,41,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,61,25,84,64,84xm137,-342v8,1,31,-4,26,5v-17,16,-29,38,-49,51v-7,-1,-28,4,-21,-6r35,-45v3,-4,4,-5,9,-5","w":237,"k":{"\u017d":13,"\u00dd":14,"\u0164":16,"\u00c1":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u0158":{"d":"210,-8v3,3,0,8,-4,8v-12,-2,-27,5,-32,-5r-65,-107r-49,-1r0,106v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-252v0,-5,2,-7,9,-8v75,-8,164,-7,164,77v0,40,-24,64,-57,73xm60,-141v59,3,108,4,108,-52v0,-50,-57,-49,-108,-46r0,98xm145,-342v7,1,28,-4,21,6r-35,45v-7,9,-38,8,-48,0r-37,-48v30,-15,46,24,61,37v13,-12,23,-31,38,-40","w":225,"k":{"\u00fd":7,"\u00f3":9,"\u011b":8,"\u00e9":8,"\u010d":5,"y":7,"o":9,"g":5,"e":8,"c":5,"\u00dd":15,"\u0164":15,"\u00d3":7,"\u010c":7,"Y":15,"W":3,"V":12,"T":15,"Q":7,"O":7,"G":7,"C":7}},"\u0160":{"d":"104,-270v29,0,75,-13,69,26v0,4,-3,6,-7,6v-39,0,-122,-15,-115,32v7,49,142,76,129,137v0,34,-18,72,-89,72v-25,0,-44,-4,-60,-6v-11,-1,-5,-11,-7,-20v8,-15,48,-2,67,-4v77,-7,69,-61,12,-91v-34,-18,-85,-47,-85,-88v0,-44,31,-64,86,-64xm141,-342v8,1,27,-4,22,6r-35,45v-8,9,-38,8,-48,0v-12,-16,-27,-30,-37,-48v30,-15,46,24,61,37v12,-12,22,-31,37,-40","w":198,"k":{"\u00fd":6,"\u0165":14,"y":6,"x":5,"v":8,"t":14,"\u00dd":8,"\u00c1":6,"Y":8,"W":5,"V":9,"A":6}},"\u0164":{"d":"193,-267v12,1,10,29,0,28r-70,0r0,232v0,10,-33,12,-33,0r0,-232r-70,0v-10,1,-6,-13,-7,-22v0,-4,3,-6,7,-6r173,0xm144,-342v8,1,27,-4,22,6v-18,22,-38,67,-84,45v-12,-16,-26,-30,-36,-48v29,-15,46,24,61,37v13,-12,22,-31,37,-40","w":212,"k":{".":27,",":27,"\u017e":13,"\u00fd":23,"\u016f":15,"\u00fa":15,"\u0165":12,"\u0161":28,"\u0159":17,"\u00f3":32,"\u0148":14,"\u011b":29,"\u00e9":29,"\u010f":30,"\u010d":28,"\u00e1":31,"z":13,"y":23,"x":14,"w":12,"v":12,"u":15,"t":12,"s":28,"r":17,"q":29,"p":14,"o":32,"n":14,"m":14,"g":23,"e":29,"d":30,"c":28,"a":31,"\u00d3":16,"\u011a":10,"\u00c9":10,"\u010c":14,"\u00c1":32,"Q":16,"O":16,"G":11,"F":6,"E":10,"C":14,"A":32}},"\u00da":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,31,-10,33,0r0,164v0,46,15,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,31,-10,33,0r0,164xm145,-342v8,1,29,-4,26,5v-17,16,-29,38,-49,51v-7,-1,-28,4,-21,-6r35,-45v3,-4,4,-5,9,-5","w":238,"k":{"\u00c1":9,"A":9}},"\u016e":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,31,-10,33,0r0,164v0,46,15,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,31,-10,33,0r0,164xm156,-305v0,21,-17,37,-37,37v-20,0,-37,-16,-37,-37v0,-20,17,-36,37,-36v20,0,37,16,37,36xm138,-305v0,-10,-8,-19,-19,-19v-10,0,-19,9,-19,19v0,11,9,19,19,19v11,0,19,-8,19,-19","w":238,"k":{"\u00c1":9,"A":9}},"\u00dd":{"d":"170,-267v11,1,32,-4,27,9r-56,125v-7,14,-13,21,-20,24r0,102v0,10,-16,6,-26,7v-4,0,-6,-4,-6,-7r0,-102v-7,-3,-13,-10,-20,-24r-56,-129v2,-8,30,-9,34,0r50,116v6,14,10,14,16,0r50,-116v2,-3,4,-5,7,-5xm130,-342v8,1,31,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v4,-4,5,-5,9,-5","w":209,"k":{"\/":33,"-":28,".":33,",":33,"\u017e":25,"\u00fd":19,"\u016f":26,"\u00fa":26,"\u0165":13,"\u0161":26,"\u0159":27,"\u00f3":35,"\u0148":17,"\u011b":34,"\u00e9":34,"\u010f":33,"\u010d":33,"\u00e1":31,"z":25,"y":19,"x":19,"w":20,"v":21,"u":26,"t":13,"s":26,"r":27,"q":35,"p":27,"o":35,"n":17,"m":17,"g":33,"f":13,"e":34,"d":33,"c":33,"a":31,"\u0160":8,"\u00d3":14,"\u011a":10,"\u00c9":10,"\u010c":16,"\u00c1":31,"S":8,"Q":14,"O":14,"G":16,"E":10,"C":16,"A":31}},"\u017d":{"d":"189,-30v12,2,10,31,0,30r-139,0v-34,5,-36,-27,-24,-45r130,-191v-36,-6,-84,-2,-124,-2v-10,0,-7,-14,-7,-23v0,-4,3,-6,7,-6r129,0v31,-5,37,26,24,45r-129,190v38,7,91,-1,133,2xm147,-342v8,1,26,-4,21,6r-35,45v-8,9,-38,8,-48,0v-12,-16,-27,-30,-37,-48v30,-15,46,24,61,37v13,-12,22,-32,38,-40","w":214,"k":{"\u00fd":11,"\u016f":12,"\u00fa":12,"\u00f3":11,"\u011b":12,"\u00e9":12,"\u010d":14,"\u00e1":8,"y":11,"v":12,"u":12,"o":11,"g":14,"e":12,"c":14,"a":8,"\u00d3":11,"\u010c":9,"W":4,"Q":11,"O":11,"G":11,"C":9}},"a":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,1,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-2,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v1,49,53,35,82,18","w":186,"k":{"\u00fd":8,"\u0165":9,"y":8,"v":11,"t":9,"f":7}},"b":{"d":"177,-112v0,68,-15,115,-79,115v-21,0,-44,-2,-66,-7v-6,-1,-8,-3,-8,-8r0,-252v0,-9,15,-7,25,-7v4,0,7,3,7,7r0,67v71,-15,121,10,121,85xm98,-25v46,2,47,-39,47,-87v0,-59,-36,-68,-89,-58r0,143v12,1,30,2,42,2","w":194,"k":{"\u0165":11,"x":8,"t":11,"f":7}},"c":{"d":"95,-201v23,0,58,-8,52,25v-8,14,-34,-1,-52,3v-38,-4,-45,40,-45,88v0,62,39,65,91,57v8,0,6,11,6,19v-5,15,-32,11,-52,12v-59,2,-77,-48,-77,-116v0,-53,27,-88,77,-88","w":162,"k":{"\u00f3":13,"o":13}},"d":{"d":"170,-12v0,5,-1,7,-7,8v-23,5,-45,7,-67,7v-62,0,-78,-47,-78,-115v0,-75,49,-101,121,-85r0,-67v0,-10,15,-6,25,-7v3,0,6,3,6,7r0,252xm139,-27r0,-143v-51,-9,-89,-2,-89,58v0,47,1,90,46,87v13,0,30,-1,43,-2","w":194},"e":{"d":"177,-116v0,10,4,27,-7,27r-120,0v-8,76,57,66,116,60v5,1,11,23,-2,25v-71,12,-142,16,-146,-80v-3,-69,16,-117,80,-117v52,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0","w":195,"k":{"\u00fd":7,"\u0165":11,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"\u0164":33,"T":33}},"f":{"d":"101,-274v20,1,29,0,27,20v-8,15,-53,-8,-46,30r0,26v19,3,53,-11,45,21v-3,12,-31,4,-45,6r0,164v0,10,-14,7,-24,7v-4,0,-7,-4,-7,-7r0,-164v-16,-5,-48,5,-42,-21v2,-12,29,-4,42,-6v-4,-47,8,-79,50,-76","w":137,"k":{".":20,",":20,"\u0161":5,"\u00f3":8,"\u011b":9,"\u00e9":9,"\u010f":4,"\u010d":8,"s":5,"q":7,"o":8,"g":8,"e":9,"d":4,"c":8}},"g":{"d":"42,-34v-23,-9,-26,-42,-4,-56v-34,-41,-21,-110,63,-108r79,0v7,0,9,8,8,17v0,10,-12,7,-19,10v27,41,8,110,-68,101v-25,3,-46,-17,-51,5v0,6,3,10,12,12v46,15,122,14,122,69v0,35,-23,56,-82,56v-86,0,-103,-67,-60,-106xm101,-95v40,-1,50,-15,49,-39v0,-22,-10,-39,-49,-39v-41,1,-48,19,-48,42v0,15,7,36,48,36xm102,48v42,-3,52,-11,51,-35v5,-22,-60,-30,-85,-38v-26,22,-32,77,34,73","w":201},"h":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v0,-61,-45,-51,-88,-37r0,156v0,10,-32,12,-32,0r0,-257v0,-9,15,-7,25,-7v4,0,7,4,7,7r0,75v58,-24,120,-16,120,63r0,119","w":200,"k":{"\u00fd":7,"\u0165":7,"y":7,"t":7,"f":7}},"i":{"d":"54,-273v12,4,11,42,0,43v-10,-1,-26,4,-26,-7v0,-13,-6,-36,7,-36r19,0xm60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184","w":88},"j":{"d":"54,-273v12,3,11,42,0,43v-10,-1,-25,4,-26,-7v0,-21,-5,-44,26,-36xm60,23v1,45,-27,52,-64,46v-11,1,-6,-11,-7,-19v8,-14,46,8,39,-27r0,-214v0,-10,16,-7,26,-7v4,0,6,3,6,7r0,214","w":88},"k":{"d":"165,-8v3,12,-17,7,-29,8v-4,0,-5,-1,-8,-5r-72,-88r0,86v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-257v0,-10,31,-11,32,0r0,150r72,-81v6,-5,43,-8,36,5r-79,86","w":178,"k":{"\u00f3":12,"\u011b":13,"\u00e9":13,"\u010f":9,"\u010d":10,"\u00e1":5,"q":10,"o":12,"e":13,"d":9,"c":10,"a":5}},"l":{"d":"60,-7v0,9,-15,7,-25,7v-4,0,-7,-3,-7,-7r0,-257v0,-9,15,-7,25,-7v4,0,7,3,7,7r0,257","w":87},"m":{"d":"263,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-128v0,-51,-43,-40,-75,-28v7,45,1,105,3,156v0,10,-15,6,-25,7v-4,0,-6,-3,-6,-7r0,-128v2,-57,-42,-38,-72,-24r0,152v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v24,-16,68,-28,89,-2v52,-24,118,-28,118,51r0,128","w":287,"k":{"\u00fd":5,"\u0165":7,"y":5,"t":7,"f":7}},"n":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v3,-62,-51,-51,-88,-33r0,152v0,10,-32,12,-32,0r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v52,-33,120,-18,120,58r0,119","w":200,"k":{"\u00fd":8,"\u0165":7,"y":8,"w":7,"v":8,"t":7,"f":7}},"o":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-36,-15,-60,-49,-60v-44,0,-48,40,-48,88v0,36,14,60,48,60","w":196,"k":{"\u017e":6,"\u00fd":8,"\u0165":11,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"p":{"d":"177,-112v0,88,-36,131,-121,111r0,65v0,9,-15,7,-25,7v-4,0,-7,-3,-7,-7r0,-248v0,-5,2,-7,8,-8v19,-5,44,-9,66,-9v54,0,79,35,79,89xm98,-24v45,2,47,-40,47,-88v0,-37,-11,-62,-47,-62v-15,0,-32,2,-42,4r0,142v12,2,31,4,42,4","w":194,"k":{"\u00fd":7,"\u0165":11,"y":7,"x":11,"w":5,"t":11,"f":7}},"q":{"d":"170,64v0,10,-15,6,-25,7v-3,0,-6,-3,-6,-7r0,-65v-81,18,-121,-19,-121,-111v0,-54,24,-89,78,-89v22,0,48,4,67,9v6,1,7,3,7,8r0,248xm139,-28r0,-142v-10,-2,-27,-4,-43,-4v-44,-2,-46,41,-46,88v0,60,38,70,89,58","w":194},"r":{"d":"106,-201v12,0,10,28,0,28v-17,0,-32,4,-50,15r0,151v0,10,-32,12,-32,0r0,-184v0,-10,14,-6,24,-7v7,0,8,7,7,15v18,-13,35,-18,51,-18","w":123,"k":{".":11,",":11,"\u00f3":9,"\u011b":9,"\u00e9":9,"\u010f":10,"\u010d":9,"\u00e1":10,"q":10,"o":9,"g":9,"e":9,"d":10,"c":9,"a":10}},"s":{"d":"82,3v-17,-4,-71,8,-64,-26v22,-16,104,21,100,-27v-4,-40,-100,-49,-100,-103v0,-57,73,-51,121,-43v10,1,6,10,7,19v0,5,-2,6,-7,6v-24,1,-90,-17,-89,18v9,39,100,54,100,103v0,37,-27,53,-68,53","w":167,"k":{"\u00fd":4,"\u0165":5,"y":4,"v":5,"t":5,"f":4}},"t":{"d":"130,-18v6,22,-15,21,-30,21v-33,0,-49,-9,-49,-49r0,-125v-16,-5,-48,5,-42,-21v2,-12,29,-4,42,-6v2,-14,-6,-38,6,-42v9,0,25,-9,25,3r0,39v19,3,53,-12,47,19v-3,15,-31,5,-47,8r0,125v-2,29,17,22,40,23v5,0,8,1,8,5","w":138,"k":{"\u00f3":5,"\u010f":4,"\u010d":4,"q":5,"o":5,"g":4,"d":4,"c":4}},"u":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-51,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-4,61,52,52,88,33r0,-152v0,-10,31,-12,32,0r0,184","w":200},"v":{"d":"151,-198v11,0,29,-4,25,9r-48,171v-8,29,-57,29,-65,0r-49,-174v1,-9,30,-11,32,1r42,157v3,15,12,13,15,0r41,-157v2,-5,4,-7,7,-7","w":190,"k":{".":18,",":18,"\u00f3":8,"\u011b":7,"\u00e9":7,"\u00e1":8,"q":8,"o":8,"e":7,"a":8}},"w":{"d":"237,-192v3,-11,35,-9,32,3r-35,167v-4,22,-8,25,-30,25v-19,0,-24,-4,-29,-26r-34,-125r-33,125v-5,20,-10,26,-29,26v-22,0,-26,-3,-30,-25r-35,-169v0,-10,30,-11,32,-1r30,164v2,7,4,5,6,0r35,-138v3,-16,43,-18,49,0r38,142v16,-50,20,-114,33,-168","w":282,"k":{"\u00f3":6,"\u011b":5,"\u00e9":5,"\u010d":6,"o":6,"e":5,"c":6}},"x":{"d":"183,-8v2,4,2,8,-4,8v-10,-1,-25,4,-30,-3r-51,-75r-52,74v-3,7,-27,7,-32,0r67,-97r-63,-93v4,-6,30,-8,36,1r46,68r46,-68v4,-9,26,-7,33,-1v-18,33,-42,60,-62,91","w":196,"k":{"\u00f3":13,"\u011b":13,"\u00e9":13,"\u010f":13,"\u010d":10,"q":13,"o":13,"g":13,"f":2,"e":13,"d":13,"c":10}},"y":{"d":"53,71v-19,0,-43,4,-38,-22v3,-13,28,-1,40,-4v26,5,34,-21,39,-45v-17,0,-25,0,-32,-25r-48,-167v0,-9,17,-5,26,-6v3,0,6,3,6,6r43,156v3,10,5,8,13,8r43,-165v3,-7,37,-10,33,4r-60,207v-11,39,-24,53,-65,53","w":192,"k":{",":13,"\u00f3":8,"\u011b":7,"\u00e9":7,"\u010d":9,"q":7,"o":8,"g":9,"e":7,"c":9}},"z":{"d":"148,-27v12,0,12,28,0,27r-108,0v-29,0,-26,-34,-14,-50r94,-119v-25,-6,-62,0,-91,-2v-8,0,-7,-11,-7,-20v0,-4,3,-7,7,-7r106,0v27,-1,24,32,12,46r-97,122v0,2,1,3,3,3r95,0","w":173,"k":{"\u00f3":6,"\u011b":7,"\u00e9":7,"\u010f":5,"\u010d":4,"q":4,"o":6,"e":7,"d":5,"c":4}},"\u00e1":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,1,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-2,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v1,49,53,35,82,18xm121,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,4,-21,-6r35,-45v3,-4,4,-5,9,-5","w":186,"k":{"\u00fd":8,"\u0165":9,"y":8,"v":11,"t":9,"f":7}},"\u010d":{"d":"95,-201v23,0,58,-8,52,25v-8,14,-34,-1,-52,3v-38,-4,-45,40,-45,88v0,62,39,65,91,57v8,0,6,11,6,19v-5,15,-32,11,-52,12v-59,2,-77,-48,-77,-116v0,-53,27,-88,77,-88xm132,-280v8,1,27,-4,22,6v-15,16,-25,38,-44,50v-14,-2,-32,5,-39,-6v-11,-17,-28,-29,-37,-48v32,-12,45,23,61,38v12,-13,21,-31,37,-40","w":162,"k":{"\u00f3":13,"o":13}},"\u010f":{"d":"170,-12v0,5,-1,7,-7,8v-23,5,-45,7,-67,7v-62,0,-78,-47,-78,-115v0,-75,49,-101,121,-85r0,-67v0,-10,15,-6,25,-7v3,0,6,3,6,7r0,252xm139,-27r0,-143v-51,-9,-89,-2,-89,58v0,47,1,90,46,87v13,0,30,-1,43,-2xm197,-271v8,1,27,-3,22,6r-16,62v-1,9,-10,5,-18,6v-2,0,-4,-1,-3,-3r8,-65v2,-4,4,-6,7,-6","w":201,"k":{"-":7,".":7,";":7,",":7,"\u017e":7,"\u00fd":7,"\u016f":7,"\u00fa":7,"\u0161":7,"\u0159":7,"\u00f3":7,"\u0148":7,"\u011b":7,"\u00e9":7,"\u010f":7,"\u010d":7,"\u00e1":7,"z":7,"y":7,"x":7,"w":7,"v":7,"u":7,"s":7,"r":7,"q":7,"p":7,"o":7,"n":7,"m":7,"g":7,"e":7,"d":7,"c":7,"a":7}},"\u00e9":{"d":"177,-116v0,10,4,27,-7,27r-120,0v-8,76,57,66,116,60v5,1,11,23,-2,25v-71,12,-142,16,-146,-80v-3,-69,16,-117,80,-117v52,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm129,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,4,-21,-6r35,-45v3,-4,4,-5,9,-5","w":195,"k":{"\u00fd":7,"\u0165":11,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"\u0164":33,"T":33}},"\u011b":{"d":"177,-116v0,10,4,27,-7,27r-120,0v-8,76,57,66,116,60v5,1,11,23,-2,25v-71,12,-142,16,-146,-80v-3,-69,16,-117,80,-117v52,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm137,-280v8,1,29,-3,21,6v-15,16,-25,38,-44,50v-14,-2,-32,5,-39,-6v-11,-17,-27,-29,-36,-48v32,-12,44,24,60,38v13,-13,22,-31,38,-40","w":195,"k":{"\u00fd":7,"\u0165":11,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"\u0164":33,"T":33}},"\u00ed":{"d":"60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184xm70,-280v8,1,32,-4,26,5v-17,16,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":88},"\u0148":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v3,-62,-51,-51,-88,-33r0,152v0,10,-32,12,-32,0r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v52,-33,120,-18,120,58r0,119xm138,-280v7,1,28,-4,21,6v-15,16,-24,38,-43,50v-15,-2,-33,5,-40,-6v-11,-17,-27,-29,-36,-48v32,-12,45,23,60,38v13,-13,22,-31,38,-40","w":200,"k":{"\u00fd":8,"\u0165":7,"y":8,"w":7,"v":8,"t":7,"f":7}},"\u00f3":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-36,-15,-60,-49,-60v-44,0,-48,40,-48,88v0,36,14,60,48,60xm126,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r35,-45v3,-4,4,-5,9,-5","w":196,"k":{"\u017e":6,"\u00fd":8,"\u0165":11,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"\u0159":{"d":"106,-201v12,0,10,28,0,28v-17,0,-32,4,-50,15r0,151v0,10,-32,12,-32,0r0,-184v0,-10,14,-6,24,-7v7,0,8,7,7,15v18,-13,35,-18,51,-18xm103,-280v8,1,27,-4,22,6v-15,16,-25,38,-44,50v-15,-2,-33,5,-40,-6v-11,-17,-27,-29,-36,-48v32,-12,46,23,61,38v13,-13,21,-31,37,-40","w":123,"k":{".":11,",":11,"\u00f3":9,"\u011b":9,"\u00e9":9,"\u010f":10,"\u010d":9,"\u00e1":10,"q":10,"o":9,"g":9,"e":9,"d":10,"c":9,"a":10}},"\u0161":{"d":"82,3v-17,-4,-71,8,-64,-26v22,-16,104,21,100,-27v-4,-40,-100,-49,-100,-103v0,-57,73,-51,121,-43v10,1,6,10,7,19v0,5,-2,6,-7,6v-24,1,-90,-17,-89,18v9,39,100,54,100,103v0,37,-27,53,-68,53xm120,-280v7,1,29,-3,21,6v-14,17,-25,38,-44,50v-14,-2,-34,5,-39,-6v-12,-16,-26,-31,-37,-48v33,-12,45,23,61,38v13,-13,22,-31,38,-40","w":167,"k":{"\u00fd":4,"\u0165":5,"y":4,"v":5,"t":5,"f":4}},"\u0165":{"d":"130,-18v6,22,-15,21,-30,21v-33,0,-49,-9,-49,-49r0,-125v-16,-5,-48,5,-42,-21v2,-12,29,-4,42,-6v2,-14,-6,-38,6,-42v9,0,25,-9,25,3r0,39v19,3,53,-12,47,19v-3,15,-31,5,-47,8r0,125v-2,29,17,22,40,23v5,0,8,1,8,5xm122,-296v8,1,25,-4,22,6r-16,61v-1,10,-10,6,-19,7v-5,-17,6,-47,6,-68v1,-4,3,-6,7,-6","w":138,"k":{"\u00f3":5,"\u010f":4,"\u010d":4,"q":5,"o":5,"g":4,"d":4,"c":4}},"\u00fa":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-51,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-4,61,52,52,88,33r0,-152v0,-10,31,-12,32,0r0,184xm129,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,4,-21,-6r35,-45v3,-4,4,-5,9,-5","w":200},"\u016f":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-51,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-4,61,52,52,88,33r0,-152v0,-10,31,-12,32,0r0,184xm137,-253v0,20,-16,36,-37,36v-20,0,-36,-16,-36,-36v0,-20,16,-37,36,-37v21,0,37,17,37,37xm120,-253v0,-11,-9,-19,-20,-19v-10,0,-18,8,-18,19v0,10,8,19,18,19v11,0,20,-9,20,-19","w":200},"\u00fd":{"d":"53,71v-19,0,-43,4,-38,-22v3,-13,28,-1,40,-4v26,5,34,-21,39,-45v-17,0,-25,0,-32,-25r-48,-167v0,-9,17,-5,26,-6v3,0,6,3,6,6r43,156v3,10,5,8,13,8r43,-165v3,-7,37,-10,33,4r-60,207v-11,39,-24,53,-65,53xm133,-280v8,1,32,-4,26,5v-17,16,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":192,"k":{",":13,"\u00f3":8,"\u011b":7,"\u00e9":7,"\u010d":9,"q":7,"o":8,"g":9,"e":7,"c":9}},"\u017e":{"d":"148,-27v12,0,12,28,0,27r-108,0v-29,0,-26,-34,-14,-50r94,-119v-25,-6,-62,0,-91,-2v-8,0,-7,-11,-7,-20v0,-4,3,-7,7,-7r106,0v27,-1,24,32,12,46r-97,122v0,2,1,3,3,3r95,0xm126,-280v8,1,29,-3,21,6v-15,16,-25,38,-44,50v-14,-2,-34,5,-39,-6v-12,-16,-26,-31,-37,-48v33,-12,45,23,61,38v13,-13,22,-31,38,-40","w":173,"k":{"\u00f3":6,"\u011b":7,"\u00e9":7,"\u010f":5,"\u010d":4,"q":4,"o":6,"e":7,"d":5,"c":4}},"&":{"d":"229,-8v3,3,2,8,-2,8v-26,4,-38,-7,-49,-22v-42,40,-159,37,-159,-44v0,-30,16,-48,52,-71v-31,-36,-40,-57,-40,-76v0,-38,29,-57,76,-57v41,0,72,19,71,60v5,24,-26,53,-65,78r65,70v11,-18,14,-41,14,-68v0,-9,13,-5,21,-6v6,0,8,4,7,11v0,31,-8,61,-23,83xm95,-152v30,-18,60,-37,53,-61v0,-24,-17,-33,-41,-33v-29,0,-48,8,-47,36v-3,11,10,32,35,58xm161,-41r-72,-76v-30,19,-37,28,-37,54v0,51,84,49,109,22","w":244},"`":{"d":"86,-230v2,2,1,6,-2,6v-11,-1,-23,4,-27,-6r-43,-48v8,-3,30,-6,37,3","w":133},",":{"d":"35,-46v9,1,29,-4,25,6r-27,68v-1,11,-21,9,-26,3r21,-71v2,-4,3,-6,7,-6","w":77,"k":{"\"":23,"'":23}},";":{"d":"55,-191v-1,20,9,48,-24,41v-13,-2,-7,-27,-7,-41v0,-9,14,-7,24,-7v4,0,7,3,7,7xm31,-46v9,1,30,-4,25,7r-27,68v-1,10,-23,11,-26,2r21,-70v2,-5,3,-7,7,-7","w":78},":":{"d":"48,-198v12,5,11,46,0,48v-10,-1,-24,3,-24,-7v1,-20,-9,-48,24,-41xm48,-48v12,5,11,46,0,48v-10,-1,-24,3,-24,-7v1,-20,-9,-48,24,-41","w":78},".":{"d":"54,-41v-1,21,8,48,-24,41v-13,-3,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7","w":77,"k":{"\"":23,"'":23}},"-":{"d":"96,-119v11,1,10,28,0,27r-72,0v-10,1,-7,-11,-7,-20v0,-4,3,-7,7,-7r72,0","w":119},"!":{"d":"55,-264r-2,187v0,9,-11,7,-20,7v-4,0,-7,-3,-7,-7r-3,-187v0,-10,32,-12,32,0xm48,-48v12,5,11,46,0,48v-10,-1,-24,3,-24,-7v1,-20,-9,-48,24,-41","w":78},"?":{"d":"139,-216v12,46,-75,76,-68,139v1,10,-14,6,-23,7v-10,0,-6,-14,-7,-24v-8,-48,63,-75,63,-122v0,-36,-55,-22,-87,-22v-7,0,-10,-25,1,-27v52,-10,123,-10,121,49xm64,-48v12,6,11,45,0,48v-10,-1,-24,3,-24,-7v0,-21,-8,-48,24,-41","w":160},"\/":{"d":"90,-260v2,-12,33,-10,30,0r-82,253v0,10,-26,10,-30,2","w":127,"k":{"\/":12}},"|":{"d":"61,63v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-324v1,-9,30,-10,32,0r0,324","w":89},"(":{"d":"100,69v1,3,2,6,-3,6v-10,-1,-20,4,-25,-4v-66,-79,-66,-258,0,-338v5,-6,23,-6,29,-1v-61,88,-66,247,-1,337","w":109},")":{"d":"14,72v64,-90,63,-250,0,-340v4,-5,24,-5,29,1v66,79,67,258,0,338v-5,7,-22,6,-29,1","w":109},"[":{"d":"102,44v11,0,10,27,0,26r-67,0v-4,0,-6,-3,-6,-7r0,-324v0,-3,2,-6,6,-6r67,0v9,0,7,11,7,19v-4,14,-33,4,-48,7r0,285r41,0","w":117},"]":{"d":"89,63v0,4,-3,7,-6,7r-67,0v-9,0,-7,-11,-7,-19v4,-14,33,-4,48,-7r0,-285v-19,-4,-54,12,-48,-19v0,-4,3,-7,7,-7r67,0v3,0,6,3,6,6r0,324","w":117},"{":{"d":"102,44v11,0,10,26,0,26v-48,0,-73,-5,-73,-50v0,-44,11,-92,-22,-108r0,-21v60,-27,-38,-158,95,-158v9,0,7,11,7,19v-6,18,-58,-6,-48,30v-2,50,10,99,-26,120v35,20,26,69,26,118v0,26,17,24,41,24","w":119},"}":{"d":"112,-88v-60,28,37,158,-95,158v-9,0,-7,-11,-7,-19v6,-17,58,5,48,-31v2,-49,-9,-99,26,-118v-36,-21,-24,-70,-26,-120v4,-26,-17,-23,-41,-23v-9,0,-7,-11,-7,-19v0,-10,15,-6,25,-7v100,-15,20,117,77,158r0,21","w":119},"*":{"d":"143,-231v6,3,12,19,3,21r-45,14v9,17,44,41,16,55v-15,-10,-21,-29,-33,-42v-11,13,-18,32,-33,42v-5,-5,-18,-7,-12,-17r28,-38v-16,-9,-60,-6,-46,-32v14,-6,35,10,52,12v5,-19,-13,-58,16,-54v13,7,2,37,5,54","w":167},"^":{"d":"180,-210v3,3,3,7,-2,7v-41,7,-47,-30,-69,-49v-20,17,-32,61,-73,46v13,-21,29,-38,43,-58v9,-12,32,-3,49,-6v5,0,7,1,11,6"},"~":{"d":"185,-178v9,49,-34,70,-67,46v-12,-9,-32,-29,-45,-32v-30,-4,3,43,-33,38v-7,0,-7,-9,-7,-17v0,-44,39,-58,67,-37v14,11,27,28,46,32v28,6,-4,-42,32,-37v4,0,7,3,7,7"},"\\":{"d":"120,-7v1,11,-15,6,-24,7v-3,0,-5,-4,-6,-7r-82,-255v1,-8,26,-9,30,2","w":127},"_":{"d":"189,23v0,7,1,16,-7,15r-186,0v-8,1,-7,-7,-7,-15v0,-4,3,-5,7,-5r186,0v4,0,7,1,7,5","w":177},"'":{"d":"35,-271v9,1,26,-4,23,7r-21,68v-1,11,-13,6,-23,7v-4,1,-5,-4,-3,-7r16,-68v1,-5,4,-7,8,-7","w":69,"k":{".":23,",":23}},"\"":{"d":"96,-271v9,1,27,-4,24,7r-21,68v-3,11,-13,6,-24,7v-4,1,-3,-4,-3,-7r17,-68v1,-5,3,-7,7,-7xm35,-271v9,1,26,-4,23,7r-21,68v-1,11,-13,6,-23,7v-4,1,-5,-4,-3,-7r16,-68v1,-5,4,-7,8,-7","w":130,"k":{".":23,",":23}},"@":{"d":"184,19v3,30,-26,20,-56,20v-73,0,-115,-40,-113,-108v3,-96,34,-167,136,-167v74,0,111,51,111,104v0,88,-45,111,-131,113v-58,1,-62,-47,-54,-99v6,-37,27,-57,66,-57v18,0,49,-3,54,14r-11,113v45,-7,52,-39,52,-84v0,-45,-29,-83,-88,-83v-92,-2,-108,70,-112,157v-3,62,68,87,143,75v3,0,3,2,3,2xm165,-147v-30,-5,-55,-2,-58,30v-4,40,-11,85,49,71","w":276},"$":{"d":"190,-69v0,30,-14,63,-66,70v-1,20,9,48,-24,41v-13,-2,-5,-26,-7,-39v-21,-1,-38,-4,-52,-6v-11,-2,-4,-12,-6,-21v0,-4,2,-6,7,-6v45,8,119,8,114,-39v-6,-51,-128,-71,-128,-137v0,-38,23,-58,65,-63v1,-20,-7,-44,24,-38v13,3,5,24,7,37v20,1,41,3,53,5v8,0,6,13,6,21v0,4,-3,6,-7,6v-38,-1,-122,-16,-115,32v7,50,142,75,129,137"},"#":{"d":"179,-191v16,2,46,-8,40,15v-4,13,-28,4,-42,7r-7,73v16,3,46,-11,41,15v-3,14,-28,5,-43,7r-6,67v1,10,-13,6,-22,7v-4,0,-6,-3,-6,-7r6,-67r-56,0r-6,67v1,10,-13,6,-22,7v-3,0,-6,-3,-6,-7r6,-67v-15,-3,-44,10,-39,-15v3,-14,27,-5,41,-7r6,-73v-15,-2,-44,9,-38,-15v3,-13,27,-5,40,-7r6,-70v1,-8,27,-10,29,0r-6,70r55,0r7,-70v0,-9,14,-5,22,-6v4,0,6,2,6,6xm149,-169r-56,0r-7,73r56,0","w":237},"0":{"d":"197,-109v0,79,-34,112,-88,112v-71,0,-88,-70,-88,-161v0,-80,34,-112,88,-112v54,0,88,32,88,112r0,49xm109,-25v50,0,56,-68,56,-133v0,-61,-22,-84,-56,-84v-50,0,-55,68,-55,133v0,60,21,84,55,84"},"1":{"d":"134,-7v0,10,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-227v-18,7,-33,16,-52,22v-5,-3,-6,-24,1,-27v26,-9,41,-28,76,-28v4,0,7,2,7,6r0,254"},"2":{"d":"32,-244v-3,-35,46,-24,71,-26v103,-10,110,93,40,134v-39,23,-96,56,-85,108r121,0v10,-1,6,13,7,22v0,3,-3,6,-7,6r-143,0v-13,-1,-5,-24,-7,-36v-6,-51,50,-94,91,-119v31,-19,37,-29,37,-51v0,-48,-75,-38,-119,-31v-3,0,-6,-3,-6,-7"},"3":{"d":"30,-243v-3,-35,40,-21,68,-27v56,0,92,18,90,75v0,24,-12,45,-35,56v28,16,35,36,35,64v0,78,-86,88,-151,70v-9,0,-7,-11,-7,-19v0,-4,3,-6,7,-6v57,8,117,15,117,-52v0,-19,-9,-44,-42,-44r-66,0v-9,0,-5,-11,-6,-19v0,-4,2,-7,6,-7r66,0v37,-1,42,-24,42,-48v0,-52,-70,-45,-118,-37v-3,0,-6,-2,-6,-6"},"4":{"d":"197,-99v11,1,10,29,0,28r-31,0r0,64v0,11,-17,6,-27,7v-4,0,-6,-3,-6,-7r0,-64r-104,0v-21,3,-19,-29,-11,-41r107,-150v4,-7,38,-10,41,2r0,161r31,0xm133,-99r-2,-125r-87,123v24,6,61,0,89,2"},"5":{"d":"190,-87v0,83,-80,103,-155,83v-9,0,-7,-11,-7,-20v0,-5,2,-6,7,-6v61,11,129,10,122,-57v7,-50,-61,-50,-118,-48v-4,0,-6,-3,-6,-6r10,-120v0,-4,3,-6,7,-6r124,0v10,-1,6,12,7,21v0,4,-3,6,-7,6r-103,0r-6,78v72,-2,125,12,125,75"},"6":{"d":"197,-91v0,58,-28,94,-88,94v-54,0,-87,-32,-87,-103r0,-63v-8,-104,75,-116,155,-101v11,2,9,10,9,21v0,5,-4,6,-9,6v-18,-3,-38,-6,-61,-6v-58,0,-62,35,-62,84v61,-14,143,-12,143,68xm109,-24v34,1,56,-18,55,-67v0,-61,-65,-51,-110,-43v-4,61,9,119,55,110"},"7":{"d":"165,-267v30,0,31,22,22,41r-103,221v-4,7,-30,9,-35,0r110,-232v-36,-6,-86,0,-126,-2v-9,0,-7,-13,-7,-22v0,-3,4,-6,7,-6r132,0","k":{"\/":36}},"8":{"d":"198,-81v2,59,-38,85,-91,84v-50,0,-90,-27,-87,-84v0,-22,12,-46,35,-59v-24,-12,-35,-32,-34,-59v0,-51,38,-72,90,-71v50,0,88,22,87,74v0,24,-12,45,-35,56v23,13,35,37,35,59xm98,-153v42,0,68,-13,68,-46v0,-30,-21,-45,-59,-44v-36,0,-56,15,-55,47v0,22,13,43,46,43xm107,-25v41,1,59,-19,59,-56v0,-28,-26,-50,-68,-46v-35,4,-45,25,-45,52v0,31,19,50,54,50"},"9":{"d":"193,-105v8,105,-76,120,-156,101v-10,0,-8,-10,-8,-20v0,-6,3,-7,8,-7v19,4,39,6,62,6v58,0,62,-35,62,-84v-62,15,-143,11,-143,-70v0,-57,29,-91,88,-91v54,0,87,32,87,102r0,63xm161,-134v4,-60,-9,-118,-55,-109v-35,-1,-57,17,-56,66v0,62,67,53,111,43"},"%":{"d":"270,-89v0,50,-6,92,-49,92v-42,0,-48,-43,-48,-92v0,-40,18,-59,48,-59v31,0,49,19,49,59xm213,-267v7,1,25,-4,19,6r-150,255v-4,11,-19,8,-29,5v46,-90,101,-173,151,-260v3,-6,5,-6,9,-6xm113,-212v0,49,-6,92,-48,92v-42,0,-49,-42,-49,-92v0,-40,19,-58,49,-58v30,0,48,18,48,58xm221,-18v28,0,27,-40,26,-71v0,-28,-9,-38,-26,-38v-27,0,-26,40,-26,71v0,28,10,38,26,38xm65,-141v27,0,26,-40,26,-71v0,-27,-10,-38,-26,-38v-27,0,-26,40,-26,71v0,28,10,38,26,38","w":285},"+":{"d":"184,-154v12,0,10,26,0,26r-62,0r0,62v1,10,-11,7,-20,7v-4,0,-6,-3,-6,-7r0,-62r-62,0v-10,1,-7,-11,-7,-20v0,-4,3,-6,7,-6r62,0r0,-62v-1,-10,11,-7,20,-7v4,0,6,3,6,7r0,62r62,0"},"=":{"d":"178,-194v12,0,10,26,0,26r-138,0v-10,1,-8,-11,-8,-20v0,-4,4,-6,8,-6r138,0xm178,-114v12,0,10,26,0,26r-138,0v-10,1,-8,-11,-8,-20v0,-4,4,-6,8,-6r138,0"},"<":{"d":"170,-60v4,3,6,10,-1,10v-13,0,-23,3,-32,-5r-87,-74v-8,-7,-8,-17,0,-24r87,-73v8,-8,27,-7,37,-2v-27,34,-67,57,-98,87"},">":{"d":"167,-153v10,8,9,17,0,24r-86,74v-8,7,-29,8,-37,1v29,-33,67,-57,98,-87r-94,-80v-5,-4,-7,-10,1,-10v13,0,24,-3,32,5"},"\u00a0":{"w":88}}});