(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();jQuery.noConflict();jQuery.fn.fontsizemanager=function(){var startFontSize=parseFloat(jQuery("body").css("font-size"));jQuery('.fontsizemanager_add').css("cursor","pointer");jQuery('.fontsizemanager_minus').css("cursor","pointer");jQuery('.fontsizemanager_reset').css("cursor","pointer");jQuery('.fontsizemanager_add').click(function(){var newFontSize=parseFloat(jQuery("body").css("font-size"))
if(newFontSize<=22){newFontSize=newFontSize*1.1;jQuery('body').css("font-size",newFontSize);}});jQuery('.fontsizemanager_minus').click(function(){var newFontSize=parseFloat(jQuery("body").css("font-size"))
if(newFontSize>=16){newFontSize=newFontSize*0.95;jQuery('body').css("font-size",newFontSize);}});jQuery('.fontsizemanager_reset').click(function(){jQuery('body').css("font-size",startFontSize);});}
jQuery(document).ready(function(){jQuery(".fontmanager").fontsizemanager();});(function($){$.dimensions={version:'1.2'};$.each(['Height','Width'],function(i,name){$.fn['inner'+name]=function(){if(!this[0])return;var torl=name=='Height'?'Top':'Left',borr=name=='Height'?'Bottom':'Right';return this.is(':visible')?this[0]['client'+name]:num(this,name.toLowerCase())+num(this,'padding'+torl)+num(this,'padding'+borr);};$.fn['outer'+name]=function(options){if(!this[0])return;var torl=name=='Height'?'Top':'Left',borr=name=='Height'?'Bottom':'Right';options=$.extend({margin:false},options||{});var val=this.is(':visible')?this[0]['offset'+name]:num(this,name.toLowerCase())+num(this,'border'+torl+'Width')+num(this,'border'+borr+'Width')+num(this,'padding'+torl)+num(this,'padding'+borr);return val+(options.margin?(num(this,'margin'+torl)+num(this,'margin'+borr)):0);};});$.each(['Left','Top'],function(i,name){$.fn['scroll'+name]=function(val){if(!this[0])return;return val!=undefined?this.each(function(){this==window||this==document?window.scrollTo(name=='Left'?val:$(window)['scrollLeft'](),name=='Top'?val:$(window)['scrollTop']()):this['scroll'+name]=val;}):this[0]==window||this[0]==document?self[(name=='Left'?'pageXOffset':'pageYOffset')]||$.boxModel&&document.documentElement['scroll'+name]||document.body['scroll'+name]:this[0]['scroll'+name];};});$.fn.extend({position:function(){var left=0,top=0,elem=this[0],offset,parentOffset,offsetParent,results;if(elem){offsetParent=this.offsetParent();offset=this.offset();parentOffset=offsetParent.offset();offset.top-=num(elem,'marginTop');offset.left-=num(elem,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};}return results;},offsetParent:function(){var offsetParent=this[0].offsetParent;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&$.css(offsetParent,'position')=='static'))offsetParent=offsetParent.offsetParent;return $(offsetParent);}});function num(el,prop){return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;};})(jQuery);(function($){$.fn.bgIframe=$.fn.bgiframe=function(s){if($.browser.msie&&parseInt($.browser.version)<=6){s=$.extend({top:'auto',left:'auto',width:'auto',height:'auto',opacity:true,src:'javascript:false;'},s||{});var prop=function(n){return n&&n.constructor==Number?n+'px':n;},html='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+s.src+'"'+'style="display:block;position:absolute;z-index:-1;'+
(s.opacity!==false?'filter:Alpha(Opacity=\'0\');':'')+'top:'+(s.top=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+\'px\')':prop(s.top))+';'+'left:'+(s.left=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+\'px\')':prop(s.left))+';'+'width:'+(s.width=='auto'?'expression(this.parentNode.offsetWidth+\'px\')':prop(s.width))+';'+'height:'+(s.height=='auto'?'expression(this.parentNode.offsetHeight+\'px\')':prop(s.height))+';'+'"/>';return this.each(function(){if($('> iframe.bgiframe',this).length==0)
this.insertBefore(document.createElement(html),this.firstChild);});}
return this;};if(!$.browser.version)
$.browser.version=navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)[1];})(jQuery);(function($){$.fn.lightBox=function(settings){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:lightbox_path+'images/lightbox-ico-loading.gif',imageBtnPrev:lightbox_path+'images/lightbox-btn-prev.gif',imageBtnNext:lightbox_path+'images/lightbox-btn-next.gif',imageBtnClose:lightbox_path+'images/lightbox-btn-close.gif',imageBlank:lightbox_path+'images/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'Image',txtOf:'of',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0,captionPosition:''},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){if(settings.captionPosition=='gallery')var position=jQuery(objClicked).parent().next().html();else var position=objClicked.getAttribute('title');settings.imageArray.push(new Array(objClicked.getAttribute('href'),position));}else{for(var i=0;i<jQueryMatchedObj.length;i++){if(settings.captionPosition!='gallery'){var position=jQueryMatchedObj[i].getAttribute('title');settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),position));}else{if(i>1){if(!(jQueryMatchedObj[i-1].getAttribute('href')!=jQueryMatchedObj[i].getAttribute('href')&&jQuery(jQueryMatchedObj[i-1]).parent().parent().children().children().attr('href')==jQuery(jQueryMatchedObj[i]).parent().parent().children().children().attr('href'))){var position=jQuery(jQueryMatchedObj[i]).parent().next().html();settings.imageArray.push(new Array(jQuery(jQueryMatchedObj[i]).parent().parent().children().children().attr('href'),position));}}else{var position=jQuery(jQueryMatchedObj[i]).parent().next().html();settings.imageArray.push(new Array(jQuery(jQueryMatchedObj[i]).parent().parent().children().children().attr('href'),position));}}}}
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);;(function(jQuery){var helper={},current,title,tID,IE=jQuery.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),track=false;jQuery.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){jQuery.tooltip.blocked=!jQuery.tooltip.blocked;}};jQuery.fn.extend({tooltip:function(settings){settings=jQuery.extend({},jQuery.tooltip.defaults,settings);createHelper(settings);return this.each(function(){jQuery.data(this,"tooltip",settings);this.tOpacity=helper.parent.css("opacity");this.tooltipText=this.title;jQuery(this).removeAttr("title");this.alt="";}).mouseover(save).mouseout(hide).click(hide);},fixPNG:IE?function(){return this.each(function(){var image=jQuery(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)jQuery/i)){image=RegExp.jQuery1;jQuery(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+image+"')"}).each(function(){var position=jQuery(this).css('position');if(position!='absolute'&&position!='relative')
jQuery(this).css('position','relative');});}});}:function(){return this;},unfixPNG:IE?function(){return this.each(function(){jQuery(this).css({'filter':'',backgroundImage:''});});}:function(){return this;},hideWhenEmpty:function(){return this.each(function(){jQuery(this)[jQuery(this).html()?"show":"hide"]();});},url:function(){return this.attr('href')||this.attr('src');}});function createHelper(settings){if(helper.parent)
return;helper.parent=jQuery('<div id="'+settings.id+'"><h3></h3><div class="body"></div><div class="url"></div></div>').appendTo(document.body).hide();if(jQuery.fn.bgiframe)
helper.parent.bgiframe();helper.title=jQuery('h3',helper.parent);helper.body=jQuery('div.body',helper.parent);helper.url=jQuery('div.url',helper.parent);}
function settings(element){return jQuery.data(element,"tooltip");}
function handle(event){if(settings(this).delay)
tID=setTimeout(show,settings(this).delay);else
show();track=!!settings(this).track;jQuery(document.body).bind('mousemove',update);update(event);}
function save(){if(jQuery.tooltip.blocked||this==current||(!this.tooltipText&&!settings(this).bodyHandler))
return;current=this;title=this.tooltipText;if(settings(this).bodyHandler){helper.title.hide();var bodyContent=settings(this).bodyHandler.call(this);if(bodyContent.nodeType||bodyContent.jquery){helper.body.empty().append(bodyContent)}else{helper.body.html(bodyContent);}
helper.body.show();}else if(settings(this).showBody){var parts=title.split(settings(this).showBody);helper.title.html(parts.shift()).show();helper.body.empty();for(var i=0,part;(part=parts[i]);i++){if(i>0)
helper.body.append("<br/>");helper.body.append(part);}
helper.body.hideWhenEmpty();}else{helper.title.html(title).show();helper.body.hide();}
if(settings(this).showURL&&jQuery(this).url())
helper.url.html(jQuery(this).url().replace('http://','')).show();else
helper.url.hide();helper.parent.addClass(settings(this).extraClass);if(settings(this).fixPNG)
helper.parent.fixPNG();handle.apply(this,arguments);}
function show(){tID=null;if((!IE||!jQuery.fn.bgiframe)&&settings(current).fade){if(helper.parent.is(":animated"))
helper.parent.stop().show().fadeTo(settings(current).fade,current.tOpacity);else
helper.parent.is(':visible')?helper.parent.fadeTo(settings(current).fade,current.tOpacity):helper.parent.fadeIn(settings(current).fade);}else{helper.parent.show();}
update();}
function update(event){if(jQuery.tooltip.blocked)
return;if(event&&event.target.tagName=="OPTION"){return;}
if(!track&&helper.parent.is(":visible")){jQuery(document.body).unbind('mousemove',update)}
if(current==null){jQuery(document.body).unbind('mousemove',update);return;}
helper.parent.removeClass("viewport-right").removeClass("viewport-bottom");var left=helper.parent[0].offsetLeft;var top=helper.parent[0].offsetTop;if(event){left=event.pageX+settings(current).left;top=event.pageY+settings(current).top;var right='auto';if(settings(current).positionLeft){right=jQuery(window).width()-left;left='auto';}
helper.parent.css({left:left,right:right,top:top});}
var v=viewport(),h=helper.parent[0];if(v.x+v.cx<h.offsetLeft+h.offsetWidth){left-=h.offsetWidth+20+settings(current).left;helper.parent.css({left:left+'px'}).addClass("viewport-right");}
if(v.y+v.cy<h.offsetTop+h.offsetHeight){top-=h.offsetHeight+20+settings(current).top;helper.parent.css({top:top+'px'}).addClass("viewport-bottom");}}
function viewport(){return{x:jQuery(window).scrollLeft(),y:jQuery(window).scrollTop(),cx:jQuery(window).width(),cy:jQuery(window).height()};}
function hide(event){if(jQuery.tooltip.blocked)
return;if(tID)
clearTimeout(tID);current=null;var tsettings=settings(this);function complete(){helper.parent.removeClass(tsettings.extraClass).hide().css("opacity","");}
if((!IE||!jQuery.fn.bgiframe)&&tsettings.fade){if(helper.parent.is(':animated'))
helper.parent.stop().fadeTo(tsettings.fade,0,complete);else
helper.parent.stop().fadeOut(tsettings.fade,complete);}else
complete();if(settings(this).fixPNG)
helper.parent.unfixPNG();}})(jQuery);var lightbox_path='http://'+location.hostname+'/wp-content/plugins/lightbox-gallery/';if(typeof hs!="undefined")hs.graphicsDir='http://'+location.hostname+'/wp-content/plugins/lightbox-gallery/graphics/';if(typeof hs=="undefined"){jQuery(document).ready(function(){jQuery('a[rel*=lightbox]').lightBox();jQuery('.gallery a').tooltip({track:true,delay:0,showURL:false});jQuery('.gallery1 a').lightBox({captionPosition:'gallery'});});function showImg(i){if(i==jQuery('img').length){return;}else{jQuery(jQuery('img')[i]).animate({opacity:'show'},"normal",function(){i++;showImg(i)});}}}
var Hyphenator=(function(){var languageHint='cs, da, bn, de, en, es, fi, fr, gu, hi, hu, hy, it, kn, lt, ml, nl, or, pa, pl, pt, ru, sv, ta, te, tr, uk',supportedLang=(function(){var k,i=0,a=languageHint.split(', '),r={};while(!!(k=a[i++])){r[k]=true;}return r;}()),prompterStrings={'cs':'Jazyk této internetové stránky nebyl automaticky rozpoznán. Určete prosím její jazyk:','da':'Denne websides sprog kunne ikke bestemmes. Angiv venligst sprog:','de':'Die Sprache dieser Webseite konnte nicht automatisch bestimmt werden. Bitte Sprache angeben:','en':'The language of this website could not be determined automatically. Please indicate the main language:','es':'El idioma del sitio no pudo determinarse autom%E1ticamente. Por favor, indique el idioma principal:','fi':'Sivun kielt%E4 ei tunnistettu automaattisesti. M%E4%E4rit%E4 sivun p%E4%E4kieli:','fr':'La langue de ce site n%u2019a pas pu %EAtre d%E9termin%E9e automatiquement. Veuillez indiquer une langue, s.v.p.%A0:','hu':'A weboldal nyelvét nem sikerült automatikusan megállapítani. Kérem adja meg a nyelvet:','hy':'Չհաջողվեց հայտնաբերել այս կայքի լեզուն։ Խնդրում ենք նշեք հիմնական լեզուն՝','it':'Lingua del sito sconosciuta. Indicare una lingua, per favore:','lt':'Nepavyko automatiškai nustatyti šios svetainės kalbos. Prašome įvesti kalbą:','ml':'ഈ വെ%u0D2C%u0D4D%u200Cസൈറ്റിന്റെ ഭാഷ കണ്ടുപിടിയ്ക്കാ%u0D28%u0D4D%u200D കഴിഞ്ഞില്ല. ഭാഷ ഏതാണെന്നു തിരഞ്ഞെടുക്കുക:','nl':'De taal van deze website kan niet automatisch worden bepaald. Geef de hoofdtaal op:','pt':'A língua deste site não pôde ser determinada automaticamente. Por favor indique a língua principal:','ru':'Язык этого сайта не может быть определен автоматически. Пожалуйста укажите язык:','sv':'Spr%E5ket p%E5 den h%E4r webbplatsen kunde inte avg%F6ras automatiskt. V%E4nligen ange:','tr':'Bu web sitesinin dilini otomatik olarak tespit edilememiştir. Lütfen ana dili gösterir:','uk':'Мова цього веб-сайту не може бути визначена автоматично. Будь ласка, вкажіть головну мову:'},basePath=(function(){var s=document.getElementsByTagName('script'),i=0,p,src,t;while(!!(t=s[i++])){if(!t.src){continue;}src=t.src;p=src.indexOf('Hyphenator.js');if(p!==-1){return src.substring(0,p);}}return'http://hyphenator.googlecode.com/svn/trunk/';}()),isLocal=(function(){var re=false;if(window.location.href.indexOf(basePath)!==-1){re=true;}return re;}()),documentLoaded=false,dontHyphenate={'script':true,'code':true,'pre':true,'img':true,'br':true,'samp':true,'kbd':true,'var':true,'abbr':true,'acronym':true,'sub':true,'sup':true,'button':true,'option':true,'label':true,'textarea':true},enableCache=true,enableReducedPatternSet=false,enableRemoteLoading=true,displayToggleBox=false,hyphenateClass='hyphenate',dontHyphenateClass='donthyphenate',min=6,isBookmarklet=(function(){var loc=null,re=false,jsArray=document.getElementsByTagName('script'),i,l;for(i=0,l=jsArray.length;i<l;i++){if(!!jsArray[i].getAttribute('src')){loc=jsArray[i].getAttribute('src');}if(!loc){continue;}else if(loc.indexOf('Hyphenator.js?bm=true')!==-1){re=true;}}return re;}()),mainLanguage=null,elements=[],exceptions={},docLanguages={},state=0,url='(\\w*:\/\/)?((\\w*:)?(\\w*)@)?((([\\d]{1,3}\\.){3}([\\d]{1,3}))|((www\\.|[a-zA-Z]\\.)?[a-zA-Z0-9\\-\\.]+\\.([a-z]{2,4})))(:\\d*)?(\/[\\w#!:\\.?\\+=&%@!\\-]*)*',mail='[\\w-\\.]+@[\\w\\.]+',urlOrMailRE=new RegExp('('+url+')|('+mail+')','i'),zeroWidthSpace=(function(){var zws,ua=navigator.userAgent.toLowerCase();zws=String.fromCharCode(8203);if(ua.indexOf('msie 6')!==-1){zws='';}if(ua.indexOf('opera')!==-1&&ua.indexOf('version/10.00')!==-1){zws='';}return zws;}()),createElem=function(tagname){if(document.createElementNS){return document.createElementNS('http://www.w3.org/1999/xhtml',tagname);}else if(document.createElement){return document.createElement(tagname);}},onHyphenationDone=function(){},onError=function(e){window.alert("Hyphenator.js says:\n\nAn Error ocurred:\n"+e.message);},selectorFunction=function(){var tmp,el=[],i,l;if(document.getElementsByClassName){el=document.getElementsByClassName(hyphenateClass);}else{tmp=document.getElementsByTagName('*');l=tmp.length;for(i=0;i<l;i++){if(tmp[i].className.indexOf(hyphenateClass)!==-1&&tmp[i].className.indexOf(dontHyphenateClass)===-1){el.push(tmp[i]);}}}return el;},intermediateState='hidden',hyphen=String.fromCharCode(173),urlhyphen=zeroWidthSpace,Expando=(function(){var container={},name="HyphenatorExpando_"+Math.random(),uuid=0;return{getDataForElem:function(elem){return container[elem[name]];},setDataForElem:function(elem,data){var id;if(elem[name]&&elem[name]!==''){id=elem[name];}else{id=uuid++;elem[name]=id;}container[id]=data;},appendDataForElem:function(elem,data){var k;for(k in data){if(data.hasOwnProperty(k)){container[elem[name]][k]=data[k];}}},delDataOfElem:function(elem){delete container[elem[name]];}};}()),runOnContentLoaded=function(w,f){var DOMContentLoaded,toplevel;if(documentLoaded){f();return;}function init(){if(!documentLoaded){documentLoaded=true;f();}}function doScrollCheck(){try{document.documentElement.doScroll("left");}catch(error){setTimeout(doScrollCheck,1);return;}init();}if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);init();};}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);init();}};}if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",init,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",init);toplevel=false;try{toplevel=window.frameElement===null;}catch(e){}if(document.documentElement.doScroll&&toplevel){doScrollCheck();}}},getLang=function(el,fallback){if(!!el.getAttribute('lang')){return el.getAttribute('lang').substring(0,2).toLowerCase();}try{if(!!el.getAttribute('xml:lang')){return el.getAttribute('xml:lang').substring(0,2).toLowerCase();}}catch(ex){}if(el.tagName!=='HTML'){return getLang(el.parentNode,true);}if(fallback){return mainLanguage;}return null;},autoSetMainLanguage=function(){var el=document.getElementsByTagName('html')[0],m=document.getElementsByTagName('meta'),i,text,lang,e,ul;mainLanguage=getLang(el);if(!mainLanguage){for(i=0;i<m.length;i++){if(!!m[i].getAttribute('http-equiv')&&(m[i].getAttribute('http-equiv')==='content-language')){mainLanguage=m[i].getAttribute('content').substring(0,2).toLowerCase();}if(!!m[i].getAttribute('name')&&(m[i].getAttribute('name')==='DC.language')){mainLanguage=m[i].getAttribute('content').substring(0,2).toLowerCase();}if(!!m[i].getAttribute('name')&&(m[i].getAttribute('name')==='language')){mainLanguage=m[i].getAttribute('content').substring(0,2).toLowerCase();}}}if(!mainLanguage){text='';ul=navigator.language?navigator.language:navigator.userLanguage;ul=ul.substring(0,2);if(prompterStrings.hasOwnProperty(ul)){text=prompterStrings[ul];}else{text=prompterStrings.en;}text+=' (ISO 639-1)\n\n'+languageHint;lang=window.prompt(unescape(text),ul).toLowerCase();if(supportedLang[lang]){mainLanguage=lang;}else{e=new Error('The language "'+lang+'" is not yet supported.');throw e;}}},gatherDocumentInfos=function(){var elToProcess,tmp,i=0,process=function(el,hide,lang){var n,i=0,hyphenatorSettings={};if(hide&&intermediateState==='hidden'){if(!!el.getAttribute('style')){hyphenatorSettings.hasOwnStyle=true;}else{hyphenatorSettings.hasOwnStyle=false;}hyphenatorSettings.isHidden=true;el.style.visibility='hidden';}if(el.lang&&typeof(el.lang)==='string'){hyphenatorSettings.language=el.lang.toLowerCase();}else if(lang){hyphenatorSettings.language=lang.toLowerCase();}else{hyphenatorSettings.language=getLang(el,true);}lang=hyphenatorSettings.language;if(supportedLang[lang]){docLanguages[lang]=true;}else{if(!Hyphenator.isBookmarklet()){onError(new Error('Language '+lang+' is not yet supported.'));}}Expando.setDataForElem(el,hyphenatorSettings);elements.push(el);while(!!(n=el.childNodes[i++])){if(n.nodeType===1&&!dontHyphenate[n.nodeName.toLowerCase()]&&n.className.indexOf(dontHyphenateClass)===-1&&!(n in elToProcess)){process(n,false,lang);}}};if(Hyphenator.isBookmarklet()){elToProcess=document.getElementsByTagName('body')[0];process(elToProcess,false,mainLanguage);}else{elToProcess=selectorFunction();while(!!(tmp=elToProcess[i++])){process(tmp,true);}}if(!Hyphenator.languages.hasOwnProperty(mainLanguage)){docLanguages[mainLanguage]=true;}else if(!Hyphenator.languages[mainLanguage].prepared){docLanguages[mainLanguage]=true;}if(elements.length>0){Expando.appendDataForElem(elements[elements.length-1],{isLast:true});}},convertPatterns=function(lang){var plen,anfang,pats,pat,key,tmp={};pats=Hyphenator.languages[lang].patterns;for(plen in pats){if(pats.hasOwnProperty(plen)){plen=parseInt(plen,10);anfang=0;while(!!(pat=pats[plen].substr(anfang,plen))){key=pat.replace(/\d/g,'');tmp[key]=pat;anfang+=plen;}}}Hyphenator.languages[lang].patterns=tmp;Hyphenator.languages[lang].patternsConverted=true;},convertExceptionsToObject=function(exc){var w=exc.split(', '),r={},i,l,key;for(i=0,l=w.length;i<l;i++){key=w[i].replace(/-/g,'');if(!r.hasOwnProperty(key)){r[key]=w[i];}}return r;},loadPatterns=function(lang){var url,xhr,head,script;if(supportedLang[lang]&&!Hyphenator.languages[lang]){url=basePath+'patterns/'+lang+'.js';}else{return;}if(isLocal&&!isBookmarklet){xhr=null;if(typeof XMLHttpRequest!=='undefined'){xhr=new XMLHttpRequest();}if(!xhr){try{xhr=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){xhr=null;}}if(xhr){xhr.open('HEAD',url,false);xhr.setRequestHeader('Cache-Control','no-cache');xhr.send(null);if(xhr.status===404){onError(new Error('Could not load\n'+url));delete docLanguages[lang];return;}}}if(createElem){head=document.getElementsByTagName('head').item(0);script=createElem('script');script.src=url;script.type='text/javascript';head.appendChild(script);}},prepareLanguagesObj=function(lang){var lo=Hyphenator.languages[lang],wrd;if(!lo.prepared){if(enableCache){lo.cache={};}if(enableReducedPatternSet){lo.redPatSet={};}if(lo.hasOwnProperty('exceptions')){Hyphenator.addExceptions(lang,lo.exceptions);delete lo.exceptions;}if(exceptions.hasOwnProperty('global')){if(exceptions.hasOwnProperty(lang)){exceptions[lang]+=', '+exceptions.global;}else{exceptions[lang]=exceptions.global;}}if(exceptions.hasOwnProperty(lang)){lo.exceptions=convertExceptionsToObject(exceptions[lang]);delete exceptions[lang];}else{lo.exceptions={};}convertPatterns(lang);wrd='[\\w'+lo.specialChars+'@'+String.fromCharCode(173)+'-]{'+min+',}';lo.genRegExp=new RegExp('('+url+')|('+mail+')|('+wrd+')','gi');lo.prepared=true;}},prepare=function(callback){var lang,docLangEmpty=true,interval;if(!enableRemoteLoading){for(lang in Hyphenator.languages){if(Hyphenator.languages.hasOwnProperty(lang)){prepareLanguagesObj(lang);}}state=2;callback();return;}state=1;for(lang in docLanguages){if(docLanguages.hasOwnProperty(lang)){loadPatterns(lang);docLangEmpty=false;}}if(docLangEmpty){state=2;callback();return;}interval=window.setInterval(function(){var finishedLoading=false,lang;for(lang in docLanguages){if(docLanguages.hasOwnProperty(lang)){if(!Hyphenator.languages[lang]){finishedLoading=false;break;}else{finishedLoading=true;delete docLanguages[lang];prepareLanguagesObj(lang);}}}if(finishedLoading){window.clearInterval(interval);state=2;callback();}},100);},toggleBox=function(s){var myBox,bdy,myIdAttribute,myTextNode,myClassAttribute;if(!!(myBox=document.getElementById('HyphenatorToggleBox'))){if(s){myBox.firstChild.data='Hy-phe-na-ti-on';}else{myBox.firstChild.data='Hyphenation';}}else{bdy=document.getElementsByTagName('body')[0];myBox=createElem('div');myIdAttribute=document.createAttribute('id');myIdAttribute.nodeValue='HyphenatorToggleBox';myClassAttribute=document.createAttribute('class');myClassAttribute.nodeValue=dontHyphenateClass;myTextNode=document.createTextNode('Hy-phe-na-ti-on');myBox.appendChild(myTextNode);myBox.setAttributeNode(myIdAttribute);myBox.setAttributeNode(myClassAttribute);myBox.onclick=Hyphenator.toggleHyphenation;myBox.style.position='absolute';myBox.style.top='0px';myBox.style.right='0px';myBox.style.margin='0';myBox.style.backgroundColor='#AAAAAA';myBox.style.color='#FFFFFF';myBox.style.font='6pt Arial';myBox.style.letterSpacing='0.2em';myBox.style.padding='3px';myBox.style.cursor='pointer';myBox.style.WebkitBorderBottomLeftRadius='4px';myBox.style.MozBorderRadiusBottomleft='4px';bdy.appendChild(myBox);}},hyphenateWord=function(lang,word){var lo=Hyphenator.languages[lang],parts,i,l,w,wl,s,hypos,p,maxwins,win,pat=false,patk,patl,c,digits,z,numb3rs,n,inserted,hyphenatedword;if(word===''){return'';}if(word.indexOf(hyphen)!==-1){return word;}if(enableCache&&lo.cache.hasOwnProperty(word)){return lo.cache[word];}if(lo.exceptions.hasOwnProperty(word)){return lo.exceptions[word].replace(/-/g,hyphen);}if(word.indexOf('-')!==-1){parts=word.split('-');for(i=0,l=parts.length;i<l;i++){parts[i]=hyphenateWord(lang,parts[i]);}return parts.join('-');}w='_'+word+'_';wl=w.length;s=w.split('');w=w.toLowerCase();hypos=[];numb3rs={'0':true,'1':true,'2':true,'3':true,'4':true,'5':true,'6':true,'7':true,'8':true,'9':true};n=wl-lo.shortestPattern;for(p=0;p<=n;p++){maxwins=Math.min((wl-p),lo.longestPattern);for(win=lo.shortestPattern;win<=maxwins;win++){if(lo.patterns.hasOwnProperty(patk=w.substr(p,win))){pat=lo.patterns[patk];}else{continue;}if(enableReducedPatternSet){lo.redPatSet[patk]=pat;}digits=1;patl=pat.length;for(i=0;i<patl;i++){c=pat.charAt(i);if(numb3rs[c]){if(i===0){z=p-1;if(!hypos[z]||hypos[z]<c){hypos[z]=c;}}else{z=p+i-digits;if(!hypos[z]||hypos[z]<c){hypos[z]=c;}}digits++;}}}}inserted=0;for(i=lo.leftmin;i<=(word.length-lo.rightmin);i++){if(!!(hypos[i]&1)){s.splice(i+inserted+1,0,hyphen);inserted++;}}hyphenatedword=s.slice(1,-1).join('');if(enableCache){lo.cache[word]=hyphenatedword;}return hyphenatedword;},hyphenateURL=function(url){return url.replace(/([:\/\.\?#&_,;!@]+)/gi,'$&'+urlhyphen);},hyphenateElement=function(el){var hyphenatorSettings=Expando.getDataForElem(el),lang=hyphenatorSettings.language,hyphenate,n,i;if(Hyphenator.languages.hasOwnProperty(lang)){hyphenate=function(word){if(urlOrMailRE.test(word)){return hyphenateURL(word);}else{return hyphenateWord(lang,word);}};i=0;while(!!(n=el.childNodes[i++])){if(n.nodeType===3&&n.data.length>=min){n.data=n.data.replace(Hyphenator.languages[lang].genRegExp,hyphenate);}}}if(hyphenatorSettings.isHidden&&intermediateState==='hidden'){el.style.visibility='visible';if(!hyphenatorSettings.hasOwnStyle){el.setAttribute('style','');el.removeAttribute('style');}else{if(el.style.removeProperty){el.style.removeProperty('visibility');}else if(el.style.removeAttribute){el.style.removeAttribute('visibility');}}}if(hyphenatorSettings.isLast){state=3;onHyphenationDone();}},removeHyphenationFromElement=function(el){var h,i=0,n;switch(hyphen){case'|':h='\\|';break;case'+':h='\\+';break;case'*':h='\\*';break;default:h=hyphen;}while(!!(n=el.childNodes[i++])){if(n.nodeType===3){n.data=n.data.replace(new RegExp(h,'g'),'');n.data=n.data.replace(new RegExp(zeroWidthSpace,'g'),'');}else if(n.nodeType===1){removeHyphenationFromElement(n);}}},hyphenateDocument=function(){function bind(fun,arg){return function(){return fun(arg);};}var i=0,el;while(!!(el=elements[i++])){window.setTimeout(bind(hyphenateElement,el),0);}},removeHyphenationFromDocument=function(){var i=0,el;while(!!(el=elements[i++])){removeHyphenationFromElement(el);}state=4;};return{version:'2.5.0',languages:{},config:function(obj){var assert=function(name,type){if(typeof obj[name]===type){return true;}else{onError(new Error('Config onError: '+name+' must be of type '+type));return false;}},key;for(key in obj){if(obj.hasOwnProperty(key)){switch(key){case'classname':if(assert('classname','string')){hyphenateClass=obj.classname;}break;case'donthyphenateclassname':if(assert('donthyphenateclassname','string')){dontHyphenateClass=obj.donthyphenateclassname;}break;case'minwordlength':if(assert('minwordlength','number')){min=obj.minwordlength;}break;case'hyphenchar':if(assert('hyphenchar','string')){if(obj.hyphenchar==='&shy;'){obj.hyphenchar=String.fromCharCode(173);}hyphen=obj.hyphenchar;}break;case'urlhyphenchar':if(obj.hasOwnProperty('urlhyphenchar')){if(assert('urlhyphenchar','string')){urlhyphen=obj.urlhyphenchar;}}break;case'togglebox':if(assert('togglebox','function')){toggleBox=obj.togglebox;}break;case'displaytogglebox':if(assert('displaytogglebox','boolean')){displayToggleBox=obj.displaytogglebox;}break;case'remoteloading':if(assert('remoteloading','boolean')){enableRemoteLoading=obj.remoteloading;}break;case'enablecache':if(assert('enablecache','boolean')){enableCache=obj.enablecache;}break;case'enablereducedpatternset':if(assert('enablereducedpatternset','boolean')){enableReducedPatternSet=obj.enablereducedpatternset;}break;case'onhyphenationdonecallback':if(assert('onhyphenationdonecallback','function')){onHyphenationDone=obj.onhyphenationdonecallback;}break;case'onerrorhandler':if(assert('onerrorhandler','function')){onError=obj.onerrorhandler;}break;case'intermediatestate':if(assert('intermediatestate','string')){intermediateState=obj.intermediatestate;}break;case'selectorfunction':if(assert('selectorfunction','function')){selectorFunction=obj.selectorfunction;}break;default:onError(new Error('Hyphenator.config: property '+key+' not known.'));}}}},run:function(){var process=function(){try{autoSetMainLanguage();gatherDocumentInfos();prepare(hyphenateDocument);if(displayToggleBox){toggleBox(true);}}catch(e){onError(e);}};if(!documentLoaded){runOnContentLoaded(window,process);}if(Hyphenator.isBookmarklet()||documentLoaded){process();}},addExceptions:function(lang,words){if(lang===''){lang='global';}if(exceptions.hasOwnProperty[lang]){exceptions[lang]+=", "+words;}else{exceptions[lang]=words;}},hyphenate:function(target,lang){var hyphenate,n,i;if(Hyphenator.languages.hasOwnProperty(lang)){if(!Hyphenator.languages[lang].prepared){prepareLanguagesObj(lang);}hyphenate=function(word){if(urlOrMailRE.test(word)){return hyphenateURL(word);}else{return hyphenateWord(lang,word);}};if(typeof target==='string'||target.constructor===String){return target.replace(Hyphenator.languages[lang].genRegExp,hyphenate);}else if(typeof target==='object'){i=0;while(!!(n=target.childNodes[i++])){if(n.nodeType===3&&n.data.length>=min){n.data=n.data.replace(Hyphenator.languages[lang].genRegExp,hyphenate);}else if(n.nodeType===1){if(n.lang!==''){lang=n.lang;}Hyphenator.hyphenate(n,lang);}}}}else{onError(new Error('Language "'+lang+'" is not loaded.'));}},getRedPatternSet:function(lang){return Hyphenator.languages[lang].redPatSet;},isBookmarklet:function(){return isBookmarklet;},toggleHyphenation:function(){switch(state){case 3:removeHyphenationFromDocument();toggleBox(false);break;case 4:hyphenateDocument();toggleBox(true);break;}}};}());if(Hyphenator.isBookmarklet()){Hyphenator.config({displaytogglebox:true,intermediatestate:'visible'});Hyphenator.run();}Hyphenator.languages.de={leftmin:2,rightmin:2,shortestPattern:2,longestPattern:12,specialChars:"äöüß",patterns:{3:"2aaa1äa1ba1da1g2aia1j2aoa1öa1p2aqa1ßa2ua1xä1aä1bä1dä1gä1jä1k1äqä1ßä1v1äxä1z1bibl21cac4h1cic4k3co2cs3cu1cy1de1did1ö1due1be1d2eee1fe1ge1ke1me1pe1ße1te1üe1wey1e1z1fa1fä1fe1fi1fo1fö1fu1fü1fy2gd1geg1lh1j4hl2hnh1q2hr4hsh2ü2hwh1zi1a2iä2ici1d2ifi1ji1si1ßi1üi1x1ka1käkl21ko1kök1q1ku1kü1le1li4ln1lo1lö1ly1ma3mä1me1mi1mo1mö1mu1mü1my1na1nä1ne1nin1j1noo1b2oco1d2oi2ol2omo1qo1vo1xö1cö1dö1e1öfö1k2önöo1ö1ßö1tö1vö1wö1z1pä1php1j1po1puqu42rc1re1ri4rnr1q1ru1rür1x1ry1sa1sä1sc1se1si1so1sös1t1su1sü1ße1ßiß1j1ta1tä1tet1h1ti1to2tö2ts1tu2tü2ua4ucu1h2uiu1ju1lun1u1q2usu1wu1x1üb2üc2üdü1gü1ß2ütü1zve2v2r2vsw2a2wnw2rw2ux1a1xe1xix1jx1q2xyx1zy1by1dy1ey1gy1hy1jy1ly1py1ry1vy1wy1yza2zä2zu1zw2",4:"_ax2_äm3_en1_eu1_gd2_he2_in3_oa3_öd2_pf4_ph4_ps2_st4_th4_ts4_um3_ur1_xe1a1aba3au2abaab1ä1abd1abf3abg1abh2abi1abkab1l1abnab3r1abs2abü1abw2aby1abz2ac_2aca2acca1cr2acu4ad_1add5adjae2ca2eka2etae2xaf1a2afe2afia2föaf1u2ag_2agaagd12agmag2n2agt2ah_2ahsa1huah1wa1hyaib3ai1eaif2a2ilai3o2ak_2akb2akc2akd2ako2aks2aku1akza1laa1lä2ale2ali2aloa1lu4aly2am_2amäam4ea2mö2amu1anb2ane1anf1anh2anj1anl2ann2anoa1nö1anra1nü1anwa1nyao1ia1opa1or2apea2pfap3lap2n2apra3pu2ar_a1raa1rä1arb2are2arf2arh2ari2arr2arua2rü2arv2ary2asc4asea2söaße22a1tata1at2cat2h3atmat1ö4atra3tü4atz2au_2aub4auc2aue2aug2auj4aum2aunau1oaup22aux2a1ü2a1vav4a4avia2vr2a1wax2e2a1zaz2oäb2sä1ckä2daä2dräd2s2ä1eäf3läf3räf2säg2näh1aä3hi2ähm2ähsä1huäh1wä1imä1la2äleä1lu2ämläm2s2än_2äne2änsä1onä1paär1aär1äär1c2äreä1rö2ärtä2saä3suät2häu1cä2uf1äug4äulä2un2äur1äuß3bah3bal3basb2ärb2äs4b1bb3bebb2sbbu12b1cbch21be_3bebbe1c3bek3bel1bem3bet3bew1bezbge3bib2biz24b1j2bl_b2leb2lo3blü2b3mbni2bo4abo2cboe1b1op2böf2b1qb2r43brä3brü4b1sb3säb5scb4slb2söbss2bs2t4b3tb5teb4thbt4rbtü1bu2fbü1c2b1v2b1w3by1by3pca1h3camc4an2c1c2cec2cefce1i2cek1cen1cerce1s1cetce1u4ch_2chb2chc2chd2chf2chg2chh2chj2chk2chp4chs2cht4chü2chv4chw2chzci2s4ck_ck1ack1ä2ckb2ckc2ckd1cke2ckf2ckg2ckh1cki4ckk2ckm2ckp2cks4ckt1cku2ckw1cky2ckzco2cco2dco4rcos4co2u2c1qc2r2cre2cst24c1tcti43da_da1ad1afd1ag2d1cd3dhd5dodeb4de1cd1ei3demdes1det2dga2d3gld3hedi2e2d1j2d1ld3ladni23do_d1obdo2o2d1qd2r4d3rid3rö2d1s4dsb4dsld2södss4dst42d1td2thd3tidto2d3tödt3rd3tüdu2fdu1idu1odur2dus33düf3dün3dür2d1wdwa22e1aea2ce2ade2ape1ä22eba2ebl2ebre3bue3cae1ce2eclec1s2ected2eed2öe3dyee1ce2edee1eeeg2e1eie1ene2ete2ew2ef_2efa2efe2efi2eflefs22efue3gee2gn2egue1hee1hi2ehme1hoehs2e1hue1hüeh1we1hy4eibe4idei1ee2ilei1p2eire2it2e1jek4a1ekdek4nek2oek4r2ektek2ue1lae1lä2eloe1lü2elz2ema2eme2emm2emüen1aen3f2enie4nre4nten1ue1nüe1ny2e1oe2odeo2ve1ö22epee3pu2e1qer1ae1räer1c2ereer3h2eri2eru2esbes2c2esfes3l2esmes2ö2esp2esres3ze3teet2he3ti2etoe3tö2etre3tü2etz1euke1um2euneu1p2eut2eux2e1ve3vo2ewae3wä2eweew2s2ex_3exp2exu1exzey4neys4ez2wfab43facf4ahf2alf2arf3atfä1cf1äu2f1cfe2c3fet3fewf1ex3fez2f1fff2efff4ff3lff2sfid2fi2r3fis2f1jf2l22fl_1fläf3löf4lü2föf2f1qf2r2f3ruf3rü4f1sf3scf3sifs2tf2süf3sy4f1tf2thf3tö3fugf1umf2ur3fut2fübfü2r2f1v2f1w2f1zfz2afz2öfzu33ga_ga1cga1kgäs5gä4ugbi22g1cg1dag1dog1dögd3rgdt4gd1uge1cged4gef4g2el3gen4g1ggg3lgg4r2g1hgh2egh1lg2hugh1wgi2m2g1j2gl_g2lag2lä2gls2glug2lyg1n22gn_g2nag2no2gns2gnug2nüg2nygo4a2goggo1igo1y2g1qg2r4gse2g4slgso2gsp4g4swg3syg3tegt3hg3tigt4rgt3tg3tügu1cgu2egu2sgu2t2gübgür1güs32g1v2g3w3haah1ahh1aph2as2h1c2heahe3x2hi_h1ia2hikhi2n2hio2hiph2ishlb4hld4hlg4h2lohlt22h1mh2moh3möhm2sh2muh2nähn2eh1nu2ho_2hodhoe22hoih2on2hoo3hov1h2öhö2ch4örhr1chr3dhrg2h2rih3rührz2hss24h1tht1ah2thhto2htt2h3tühu1chu2n2hurhüs32h1vhvi23hyg3hyphz2ahz2o2ia_i2ab2iaci2afi2ahi2aj2ial2iani2apia1qi3aui1ämiär2i1ät2i1bib2oib1ridt4id2ui2dyie1ci1eiieo2i1exif3lif3rif2s2i1gi2gl4i1hi3heih3nih3rih1wi3i2ii4gii4s2i1ki2kni1la6ilbilf22ilo2im_2imo2imt2imu2inein3fi1nö2inpin1ui1ny2i1oio1cio2dion2i2ori2oui2ovio2x2ip_i1pai1pei1pr2ips2ipu2i1qi1räir1cir2e2irki1ro2is_2isei2sü4itäi3töi3tüi3u2ium12i1v2i1wi2xaix2eix3t2i1zi2zöja1c2jatje2aje1cje2gjit3joa3jo2iju2kjus33ka_ka1ck2adka2o3kaskär2kby42k3c2keoki1ckik4ki3o3kir2kiz2k1jk2lek1lu2k1mk2n4k3nek3nu3knü3komk2onk2osko2wkö2fk1ölk2r42k1skst42k1tk2thktt2k3tüku1ckuh12kübkü1c2k1v2k1w3la_laa21lad2laf2lawlä1c3läd2läf1läs4lät1läu2l1blb2slb2u2l1c4l1dld3rl4dsldt4l2dü3le_2lec3ledle2e3leh2leple2u3lev2l1f2l1gl3goli1clid2l2ie3lig2limli2o2lir3liu4l3j2l1klk2llk2s2l1lllb4llg4llk4ll3t2l1mlm3plm3tlnd2l1nul1nü3loe3lok2löd4lög4löß2l1plp2fl3pu2l1q4l1sl2st4l1tl2thl3til4tsltt2l3tü1luf4luo2lur3lux2lüb5lüd2l1v2l3wly3cly1u2l1zl2zöm1abma1f3mas3maßm4aym3br2m3c2m1dmd1ameb43mehme3o3mesmeu12m1h3migmi2o3mit2m1jmk4n2m1lm3lam3li4m1mmmd2mmm2mm3pmm2sm3ni3mohmom2m2on3mos3motmo2umo1ymö2c4mökm1öl2m1pm2pf2m1q2m1sm3säm3scm3semss2m2süm3sy2m1tm2thm3tömts1mtt2m3tümt3zmu1a3mun2müb3mün3müt2m1v2m1wmwa2my1amy4s2m1z3na_n2acn2ag3nas3näs2näu4n1cn2ck2n1dn2dön2dü3ne_2necn1efne2l3nenne2one2un2ew3nez2n1fnf2änff4n3finf4lnf4rnf3s4n1gngg4ng3mn2gnn3hän3hen3hu3nian4ie3niknin1n2ip2nitni3v3nix2n1k4n1nnn3fn3ni3no_no1cn1of3nov3noz2nödn2öt2n1q4n1snsp4n3sy2n1tn3tin3ton3tön4tsn3tü1nud3nuenuf21nug1nuinu2n2nup2nur1nut1nuu1nuz3nü_3nüs1nüt4n1w1nyh1nyr1nys1nyw2n1znz3so4aco4adoa4go4aho2aro2aso4ato5au2obbob2e1objob1l2obüo1ceo1ck2odrodt42o1eoe2bo2ecoe2doe2hoe2lo2eso2etoe2x2ofa2ofiof3l2ofo2oft2o1go3ghog4nogs2o1häo1heo3hio1hooh1soh3to1huoh1wo3ieo1imo1inoi4roi1t2o1j2o1kokt2o1lao1läol2io3loo1luoms22ona2onä2onc2oneong2o1nuon3v1onyon3zoof2o1opo1or2opho1pi2oplo1pr2or_or1aor1c2ore2orf2orh2orm2orq2orr2orso3ruo2rü2orw2osios1po3sy2o1t4oteot2hot2i4otoo3tüo1uh2oulo1um2our2ouv2o1ü2o1wo3wiox2aox2eo2xuo1yoo3ziö1b2öbs3ödi3öf3lög3lög3rö1heö1huök2s3öl_öl3söm2sön2eö3niön2sö1nuö1peör1cör1oöru4ö2sa2öseö2spö3suöt2höze31paa1pacpag41pak1papp2ar2paß1pat1pau3päd3pär3päs2p1b2p3cpda41pe_pe2a1pedpei11pel1pem1pen3pet4pf_pff4pf3r2p1g4ph_ph2a2phä2phb2phf2phgph2iph2l2phmph2n2phöph4r2phs2phzpid23pik1pilpi2o3pip3pispku22pl_3pläp4lo2p1npo1c3podpo2i3pok3polp2oppo2wpo3xpö2c2p1ppp3lppt2p2r2p4rä2p1s4ps_p3sep2söps2pp2st2p1tpt1ap3tep2thp3tiptt2ptü4pt3zpu1apub42puc2pur3put1püf2pülpün22p1v2p1w3py1pys4py3t2p1zr1abr2afr2alr2apr1arr2as2raß1rat1raür2ax4räf4räg2räh2rämrä2u2r1brbb2rb2orb2srb2urby4r1cer2ckr1cr2r1dr2dördt43re_2reäre1e3regre2u2reür1ew3rez2r1frf2är3ferf2u2r1grgt4r1h22rh_2rha2rhä2rhö2rhsr2ie3rigr2isr2it2r1j2r1krk4n4r1lr3lar3lerl2or3lörl3t4r1mrm2urnd4r3nern3frng2r3nirn1ör1nur1nür1nyro1c3roir2on4roßr1ök1röl4röpr1örrp4arp4erpf4r3por3pu2r1rrrb2rr1cr3ru4r1sr3sorss24r1tr3tir3tör4tsr3türt3zru1a3ruf2rumru2n3rut4ruz2rüb2r1v2r1wry2c2r1zrz2ö3sa_s1an3sats1aus3av3säls2ci4scl2sco3see3seq3set2s1hsh2as3häsh3ns3hösh4rsib43sig3sio2s3j4sk_sk4a4skbs3kesk4lsk4n4skö4skss3läsl3bs3les3li4sna4snö3so_so1c3sogso2h3somso3o3sos3sov3sowsö2csö2fs1öks1ös1sp2s2pä2spl2spt4spy2s1q6s1ss3sessp46st_s2ta2stb2stdst2e2stf2stg2stj2stk2stl2stm2stns2to3stö2stp2stqs2tr3stü2stv2stwsu2nsu2s3süc3sün4s3v2s3w1s4ysyl12s1zs3zü2ß1c2ß1d2ß1f2ß1h2ß1l2ß1mß1o2ßst22ß1tß3ti2ß1ü2ß1v2ß1w2ß1z3ta_4taatah22tam3tav3tax4täbtä1c4täd3täe3täg2täh4tämt1äptä2st2ät2täx4t1ct3cr3te_t2ef2teh3ten3testet22th_2thcth2eth2i2thk4thö2thp2ths2thü2thvt2hy3tig3tik2tim3tio3tip3tis3tiv2t1jtl4e4t3m3to_to1c3tod3ton3too4toß3tow4töftö4l3tön4tößtpf42t1q2tr_try1ts1ot2söt3sy4t1tt3tit3tot3töt3tut3tü2tub3tuc2tud3tue4tuf2tuh2tuk3tus4tüb3tüf3tüm4t3v4t3wtwa21ty13typtys44t1ztz1äu1amu1auu1ayu1ämu1äu2u1bub2lub1r2u1dud2s2u1eue2cu2eguen1u2ep2uffuf3luf3r2u1gu2glugo3u2göu2güu3heuh1wu1ieu3iguk4au1keu1kiuk4nuk2öu1krulg4u2lü1umf1umg1umk1uml4ummum3n1umr1umz2un_u3ne2ung2unku3no1unruns21unt1unw2unzu3ofu1pau1piu1pr2ur_u1raurd2u1rou1röur3purt2u3ruurü2u2sü2u1ß2u1tu3teuto1u3töu3tüu1ü2u3v4ux2eux3tu1ya2u1zuz2e2übc2übdübe2üb3lüb3rüd3rüf3lü2gnüg3süh1aü1heüh1iüh1sü1huüh1wü1k2ül1aül2cül4eü1luün2sünt2ü1nuü1peü1piür1aürr2ür2süs2ava1cvas2v4at2v1b2v1dve3bve3cve3dve3hve4ive3over1ves3ve3v2v1g2v1hvi2cvig22v1k2v1l2v1m3vol2v1pvs2e2v3t2v1v2v1w2v1z1waa1wag1wah1walwa2p3was1wäh1wäl3wäswbu22w1c2w1d1weg1wehwe2i1wet2w1g2w3h1widwi2ewik21wil2w1k2w1l2w1mwn3s1wohwot21wöc2w1pw3ro2w1sws2t2w3twti21wucwul4wus21wühwül4wün32w1w1xa_1xaexa2m2x1b2x1cx1emxen33xes2x1f2x1g2x1hxib4xi1cxi3gxil12x1l2x1m2x1nx1or4x1p2x1r4x1txt1äxts21xu12x1v2x1w3xy_3xys1yacy1ary1äty1c2yd4ry2efye2ty1f2ygi2yg2ly1i4y1k2yl3cynt2y1nuy1ofy1ouypa2ype2y2pfy3phypo3y3riy3royrr2ys2cyse1ys2py1t2yu2ry1z2za3cz1ad3zahz1anz1arz1asz1är2z3czdä13ze_zem22z1hzi2o2z1jz3la3zolzo2oz1orz1öl2z1qz3saz3shz3skz3sz2z1tz3tiz3töz3tüzu3azub4zud4zu3kzuz22züb2z1v4z1zz3zizz2ö",5:"_ab1a_ab3l_abo2_ack2_ag4n_ag4r_ag2u_ai2s_al2e_ang2_an3s_aps2_as3t_au3d_ät2s_bik2_by4t_dab4_de1i_de1s_eke2_enn2_epi1_er1e_erf4_er1i_ers2_es1p_et2s_eu3t_exa4_ext4_fe2i_fi2s_ga4t_ge3u_im3s_inn2_jor3_ka2i_ki2e_kus2_mäu2_ne2s_ni4e_nob4_nus4_ob1a_obe2_om2a_or2a_ort2_ozo2_pro1_ro4a_ro3m_rü1b_sch4_sha2_te2e_te2f_te2s_ti2a_ti2s_tit2_to2w_umo2_un3d_un3e_un3g_un3s_ur2i_ut2a_ut3r_übe4_vol2_vo4r_wa2s_wi4e_zi2e_zwe23aa1caa2gr4a1an4a2araa3reaart4ab2äuab1ebabe1eabei32abel2abew3abfiab1irab1it2ableab3liab4loa2bo_ab2ofa2bona4bräa2bre2abs_abs2aabst4ab3sz2a3buab1uraby4ta1cem2ach_ach1a2achba1che4achfa1chiach3lach3ma1choach3öach3ra4chtach3ü2achv2ada_ad2agad1an3adap4adav1a2dä2ade_2aden4a3diad2obad3ru2ads2ad3stad3szad2t1ad4tead4tiad4tr2a1e1a3e2da3e2ia3el_a2eliae2o3a2faka2fana3faraf4ata2faua2fexaf2fl2af3la3f2oafo1saf3raaf3räaf3reaf3röaf2spag1araga3sag1auag2daag2diag2duage1i2ages1aggr2a2glag4laa4glöag3naago2b2agorag4roag3säags3p2a1ha2a1heahe1sa1h2iahin3ah2löa1hom1ahorah1osa2h3öahr1aah3riaht3said2sa3ik_a1indain4ea1ingai2saais2iais2pais3saive3a3ivla3ivs2akalak4at4a1kea2kes2a1ki2ak3lak4li2a1kr3akroak3sh2akta2aktba2kun4a3kü2ala_al1abal1afal1ama2larala4s2alatal1aual1ämalb3sal2däal2drald3sal3dualen1ale2pale4t3algialk3s3almba2l1öal3öfal2ös1alphal2ufa2lumal1ur2am2aamab4ama3gama1s2ame_a2meba3meta2mew2amir4amml2am2sam3saam3sp3amt_am4tö2anaba3nad2anam2anana3natan1äs4and_2andua3nee2anfian3fu4ang_2angf2angoang1r2ank_an3klank1ran2ky2anmu3annäan1oda3nolan1ora3nos2anshant2i2anto1antr3antw2a3nu2anzb2anzg2anzs1anzü2anzwa1os32a3paa3pela3phäapo1sa2pot3appla3ra_ar2abarad22arb_2arbiar2bl2arbr2arbt2arbu1ar1card2ia2reaa4rega2reha3renare3uar2ewarf1rar2glar2gnarks4arm2äarms4arn2e2a1roar1oba3rolar1opar2rh2arsa2arsi2artoart3r2artsar1uhar1umarwa2ar2zä4arzeas3aua2s1äa2scaa2sebas2era3ses2asisa2s1pas2phas2pia3spuas2stas3teas3tias3to2astraßen3at1adat4agata3la3tamat1aua2t1ä4ate_a2tebate1cat2ei4atena2tep4atesat3haathe13athl4a3tiat3räat3reat2saat2siat2soat3taat2tha3tubat2zoatz3tau1a2au2draue2bau2faauff41aufnau3ha4au1iau2isau3lüaums2aun2eau1nu2ausc1ausd1ausg1auslau2so1ausü1ausz2aut_2aute1autoauz2wawi3eax2am2a1yaa1yeuaz2a3ä2b3lä1cheä1chiäch3lä2chrä1chuäck2eäf2fläge1iäge3sä2g3lä2g3räg4ra1ä2gy2ä3heähl1aähl2eäh3neäh3riä3is_ä1iskä2k3lä2k3rälbe2äl2bläl2p3ämt2eän2dräne1sän2f5än2glän2gr2ä3niänk2eän2kränk2säp2pläp2präp4stäre2när2grärk2sär3meärm2sär4spär2stär2thä5s4eäse3tä2s1päs4tr2ä3teätma3ät1obä2t3rät2saät2säät2siät2trät2zwäu2bräude1äuf2eäug3läu2maäun2eäu1nuä3us_äu3seä3usnäu2trba2bl2babsba2da2b1afba2kabak1r2b1amb1ang2banlban3tb1anzbar3bbard2bar3nbarz2ba2scbau3gbau1sba1yobben3bbe4pbb2läbb2lö2b3d4bde1sbe3arb2ebebedi4be1eh3bef4be3g2beib4beil2be3libel3t1ben_ben2iben3nbe1ra3be1sbes2pbe1ur2b1ex2b5f4bfal22b1g22b5h2bhut2bibe2bie2sbik2abil2abi2lubi3nabin2ebi2o1bio3dbi3onbiri1bi3seb1isob2it_bi2tu2b1k4b3lad3blatb3leb3blem3blenb3leub2lie2bligb2linb3lisb2litb4locb3los2blun3blut2b3n2bnis1bo5asb1ob3bo2blbo2brbo3d2bo2ei2b1ofbo3febo1isbond1bo2nebor2sb1ortbo2scbo3thbo2xibö2b32b1p2bpa2gb4ra_b4rahb4ralbrä4u2bre_3brea2bregb3rekb4rer2brigb4rilb4riob3rohb4ronbru4sbs3arbsat2b4särbs2äubs2cabs4cub3se_bse2bbsi4tbs2kubso2rbs2plb3stobtal3b4ts2bu2e3bu3libung4b2urgbu2sabwel32b3z22c1abca3g2ca2pece1nuce3sh2ceta2chac3chaoch1äs1chef4chei2chic2chil2chl2ch2lech2lu2ch2m2chn22chobcho2fch1ohch2r22chra2chrech3rh2chuf2chuh2chum1cka_2ckac2ckal2ckehck1im4ck3l2ck3nck1o22ck3r3c4l2clet4co3dictur6cu2p32d1ab2d1acdagi4da1inda1isda3löd1altd2an_dan2cd1ang2danh2danwd1anz2d1apd2aph2darbda2rod3arrda2rud2arwda1s2da3shdas4t4datmdat2s2dauk2d1äh2d1äpdä3us2d1b4dbe2edbu2c2d1d2ddar2de3brde4cade1e2de3g2deh2ad2eic2deinde2löd2en_de2nadend2de2nide1nu2deolde3osd4er_de1rode3rude2spdes3sde2sude1unde3usd1exi2dexp2d1f42d1g2d2ge_d3gem2d1h2d2hisdi2amdi1cedik2adi2obdi2spdist2di2tadit3sdi2tu3di5v2d1k4d3l2edli2f2d3m22d3n2dob4ld2obrdo3na2dope2dopfd2opp2dorc2dord2dorgd2orp2dortdot4hdö2l13d2ördös1c2d3p2d3rai2drädd4räh4dre_2dreg4drem2d3rhd4ri_d4ried4rifd4rikd4rild3robd3rocd4roidrom2d3roud5rubdrü1bd2sandsch4d3seids2had4shed4shidso2rd2späds2peds2pods2puds3std3stad3stod3strd2sundta2dd5teadt3hodt5s2du1ar2d1uhd1um1d2um_2dumb2dumd2dumf2dumg2dumld2ump2dumr2dumvdung42dunr2duntdus4c2dü4b2d1v22d1z2e3a2beab3lea2g4ea3gaea4geea3gleakt2ea2lae2ameeam1oea2nae3ar_ea2rae3arre3arveas3se3atheau2fe3augebe2i2ebeleb2en2ebeteb2läeb3loeb2lö2eb2oebot2ebö2seb4rueb2s1ebse2ech1äech3lech3mech3ne1chuech1weci2ae3d2aed2dre3deiede2red2gee3d2oeds3tedu2see3a2eeb2lee2ceeede3e1effeef4leef3seeh2aee1imeel2ee1empeena2e2enäe2enbe2ence2enoeen3se2enwee1rae1erde1erke1erlee1roeert2e1erzee3taee2the1e2xe2fate2fäuef1emef2er2eff_1effief2flefi2s1efkuef4rüef3soe3funeg1d4ege1ue2gloeg3nieg2thegus32e1hae3hal2e1häeh2eceh2ele3hereh1läeh3loeh3mueh3naeh3rieh3sheh3übei2blei3de2eidn1eifrei3gl2eigt2eiguei2kl2eil_eil3de1impei4näeink4ei3o2eip2fei3ree1irr2eitäei3teei2theitt4e3ke_e3kene3kese3keye3k2le3k2wela2cel1afela2sel2da2ele_elea2ele2c2eleh2elei1eleke3lepe3let2elev1elf_el3feelf4l1elfm1elftel3leel3naelö2selto22e1luel1urelu2se2lyaema2kem2daeme2ieme2se3mone2mop3empfem2saem2stem3t21emul4ena_2enac4enahe4nake2nap2ene_ene2c2enem2enen2enesenf2aenf2uen2gl1engpe3nice3niee3nioe3nite2nofen1ohe3noteno2w2e1nö4enpuen3sp1entb1entd1entnen3tu2entü1entw1entz2enut4enwüeo2b1eo2fee3on_e3onfe3onle3onre3onse3opfeop4te3orbe2o1se3os_eo1ulepa2gep3leep2paep4plep2prept2aepu2se1ra_era2ge1raie2rake1rale1rape2rare1rasera2ße1rawe1razer1äher1ämerb2eer3brer3da1erdber3de4ere_ere2le3rem4ereserf4rerg2lerg3s2erhüe3ribe3rio2erk_erk3t2ernie1ro_er3oae1roge1roke1role1rome3rone1rose1rouer1oxe1rozerö2de1röh4eröker1öser3p4er3rä2erru2errüer3sker3sner3sz2ertier3uzerü4bes3abe3safes3akesa2vesch2e3se_es2eles2hue2siles3kae4skees3kles3kue3spiess2aess2e2essoes2spe1stre1stues1umetab4et4ag3etapet4atet2auet1ähet2ene3thaet3hüeti2met2inet4riet4shet2stet2thetwa4et2zäet2zweu1a2eu2gaeugs4euil4eu1ine3um_e3umle3umseun2eeu1o23euroeu3speust4eut2heu3toeu2zw4everewä2se2we_e3wirewi2se3witex3atex1er2exie1exis2e3xye3z2aezi2sfab5sfa2dafa2drfaib4fa2ke2fanb2fanf2fanlf1anp2fanrfan3s2fanw2f1apfa3shfa2tof3aug3f4avfa2xa2f1b22f3d4f2echfe2drfe2eife1emfef4lf4eiefel3tf2em_fem4m2fempfe2nafe2näfen3gfe2nof1entf2er_fe1raf2ernfe1rof2ertf1erwfe2st2fexpff3arff1auffe2eff3eiffe2mff4enf2fexff4laff4lof3fluf3flüff3roffs3t4f3g2fge3s2f1h2fi4dsfien3fi2krfil3dfilg4fi3lif2inafi3nifin2sfi3olfi3rafis2afi3sofis2pfi3tu4f1k4f3ladf3lapf4läcf3länf4leef3lerf4limf3lonflo2wf4luc2f3m22f3n2fni2s2f1ob2f1offo2nafo2nu2f1op3form2f1ölför2s4f1p2f4racf5radf5rap2fre_f3rec2fregf4reufri2e2frig1frisf3rocfro2sf3rotf2sanfs3arfse2tfs3olfs1prfs3s4fst2af3tabft1afft1anft1arf3tatft3hoft1opft2s1ft3scftse4ft3stf2tumf3tü1ftü2bftwa4ft3z23f2uhfung42funm2funt2gabfgab4r2gabz2gadlga1flga3gega2kagal2a2ganbgan3d2ganh2ganlgans2g2ant2garb2garcga3ruga2sag3ascga2siga3spgas3sgat3h2gatmgau1cg2aukg1aus2g1äp2g3b2gber2gby4tgd2eng2dergd2esgd3s2ge3a2geb2age1e2ge1imge1irge3lege3lüge3migem2uge3nagen3ggenk4gen3ngeo2rge3p4ge1ragerm4ge1roge3siget2aget3sge1ul2g1f4gga4tgg4log2g3n3gh2rgie3bgie3ggi2elgi2gugi3negi3tigi3tugi4us4g3k2g3lacg2l4e2gle_3gleag3lecg3leg2glehg3len2glesg2lia2glibg2lik4gling2lio2glisg2lizglo3gg2lomglu2t3g2lü2g1m2g4na_2gnacg4nat3g2näg3nehg3ner2gneug2nieg2nifgno1r2gn3t2g1ob2g1ofgol2ago1rago2s1go3th2g1p2g3räng4rebg4remg4rerg3revg3ridgri2e2grig2grohgron2g4rosgro2ug4ruf2grut4g2s1gsa4gg3salgs3angs3arg3säug3s2cg4scagsch4g4scogsen1gs3ergse4tgsi2dg3silg3solgs3plgsrü2gs5s2gs3thg3stogs3trg3stugs3tügs3un2g1t2gti2mguet42g1uhgu1isgus3agu3segu4stgut1a2g3z2hab2ahab2eh2absh1akahaki3ha1kl2haleh1alph1amth2an_ha3nah1ansha2prh2ardhasi1h1äffh1ärz2h3b22h3d4he3behe2blhe3brhe1chhe3fehe3guhe3heh1eieh1eifh1eighe2im2heiohe3lihe3lohe2lö3hemdhe3mi3hemmh2en_he4nahe2nähen3z4he2ohe3onhe3ph2hera2hermhe3roh1eröhert2he3thh2e2uheu3g2h1f4hfi2s2h3g22h1h2hi2achi2anhi1ce2hi3dh2i2ehi2krhimä3h1infh1inhhi3nihi4onhi3oshi2phh2i2rhi3rehi3rihirn1hi3rohir2shis2ahi2sehis2ihis2phi4sthi1th2h1k4h2lach1lash3lawhl1ärh3lebhle3eh3lerh3lesh3lexh2lieh2lifh2liph2lish2lith3lochl1ofhl1oph4lorh3löch3lufh1lüfh3magh3manh4mäch4mähh4mälh4mäuhme1ehm3sahms1ph2n2ahn3adh3namhn3anhn1ärhn3d4h2nelh3nerhn3exh2nich2niehn1imh2niphn3k4h2norhnts2h2nuch2nulho2blho2efho4fahok4l3hole4holo3holzhom2eho2piho1ra2horeh1orgho4saho3slho2spho4st2hot_ho1y2hö3ckhö2s12h3p2hr1achr3adh1raih3rath3räuh2rech3redh3refh3rephre4th3revh3richri4eh3rinh2robh2rofh3rohh3rolh4ronh3rouhr3r4hrs3khr2suhr4swhrs3zhr2thhr2toh3ruhh4rübh2sanh2sauh1stah1stoh1strh1stüh2s1uh2tabh2takht2alh2tarht2ash2tauht1ehh3teth2toph3töpht4riht2soht2sphtti2ht1unht3z2hu2bahu2buhuko5hu2lähu2lohu3mah1umsh1unah1up_h1upshurg2hu3sahut2th4übsh3übuhvil4h2wälhwe1c2hy2thzug4iab4liaf4li3ak_ia2läial3bial3dialk2i5allia2luia2nai3anni3anziap2fi3ar_ia2rai3as_i2asiias3siast4i3at_i4atei3ath1iatri3atsi1är_i1ärsibe2nibi2ki3blai3blei2b1öib3rai4bräich1aich1äi1chei1chiich3lich3mi1choi1chuich1wi3dami2deei2deii2dioidni3i2d3rie3a4ie2bäie2ckie2drie1e2ie2fuie2gaie3heiel3di2elii1elli2elsielt42i1eni3en_ie2näi3endi2enei3enfi3enhi3enji3enki3enpi3enrien2sie1nui3enwi3enzi4eriier3ki1ernie2röies2pi1ettieu2eie1unif1arif4atif1auife2iif2enif2flif4läi1flui1flüif4rai1freif4rüif3seif3spif2taiga3iig3läig4noi3g2oig4raig3säig4seig3soihe4ni4is_i4i3tik1arik1ini3klaik3leiko5si2kölik3räik3reik3soiks2tikum4i2kunil1aui1lä1il2dail2drile2hill2ei1lu2i2lumi3lusil3v4im4ati2meji3men1immo1impoimp4s1impuim2sti4nabin2afina4sin1äs2indri2nedin3eiine2x2ingain2gl2ings2inig2inis2inn_2innlin1odin1orin3suint2hi2odaio3e4iof4li2o3hio3k4i3ol_i3om_i3omsi3on_io3nai2onyi2o1pio2pfi3opsi3or_i3orci3orpi3orsi3orti3os_i3ot_i3oz_i1ö2ki1ös_ipen3i3per2i1piipi2si3p4lip2plip3pui1r2ai3radirat2ir2bli5reeir2glirg4sir2heir4mäir2no1ironiro2sir3seir3shir2stiru3si3saci2scaise3eise2nisi2ais1inis1opis1pais1peis3sais2sti2s3tis4töis4tüi3takit1ani3tatität22itelite2ni2tex1itiii2tobit3rei3truit2sait2säit2soit1uhit2zäitz2iiu3seive4niwur2iz1apiz1auize2niz2eri2z1wja3nejani1ja1stjet3tjo2b1joni1jord2jo2scjou4lju2blju3nijur2ojute1k3a2aka3ar2kabh2kabska1frka1inka3kak1allk3ama3kampka3nakand4kan2e2kanlk1anskanu32kanw2karbk2ardk2argk2ark2karnk2arskar3tkaru2k2arwka3sekasi1kas3t2katt2k1ähkäse3kä1th2k3b2kbo4n2k1d2kdrü3k1effkege2ke2glk1einkei3skeit2ke2läk4eltke2nake2noke2plk2er_ke1rak2erck2erlk1erokerz2k6es_ket3sketz22k1ex2k3f42k1g22k1h4kho3mki3a4ki2elki3liki3lok2imik2in_2kinhk2inik2innkin3skio4skis2pkist2ki3zi2k1k44kla_4kle_4klehkle2ik3les2klic2kligk2link3lip4klizk4lopklö2sk2lötk4neiko2al2kobjkoff4ko1i4ko3leko4muko3nu2kop_ko1pe2kops2kopzko3riko2spko4stko3tako3ti2k1ouk1o2x2k1p2k4raz2kre_2kreg2k3rh2krib3krit2krufkrü1bk2sank2sauk3senk3shok3sofks2puks3s2ks2tik2s1uks3unkt1amktä3skte3ek2texkt3hok3topkt4rokt3s2kts4tkt3z2kul2a4kulpkung42kuntku2roku2spkus3tku2sukür4s2k1z2la3ba2labb2labf2labg2labh3labu2labwla1celad2i2ladm3ladula2falaf3sla2gala2gn2laho1lai12l1al3lalil2amil2ampla2na2lanb2lanf2lanll1anp2lans2larclar3sla2rula2sala3se2lash2lasila2so2laspla4stlat2ala3telat2ilat2s1laug3ländl1ärzlä2sc2läuc2läue3läufl3baclben1l3blälb3lel3blolb4rülb3salb3selb4sklb3splbs4tlch2ald3ablda4gld1all3daml3datld1auld1ärl2deil2dexld2ö2l2dreld4rüld3sald4shld3thl2dumle2asle2bl4leddle3dele3eilef2ale2gäle2gl4lehs4lehtl2eicl2eidl2eitlel3s4lemplem3sl2en_le2nale2näl2enfl2enk3lepa3lepf3leprl2er_lerb4lerk2le1rol1errler3tl1erzle3shlesi1le3sk4lesw2lesyle3th2leto4leudleu2k3leut2lexe2lexzlfe1elf3lolf2trlfur1lga3tlg1d4lg3rel3grolgs3t2l3h2li3acli3arlia1slibi34lickli3da3lie_lig4nli3keli2krli3l2l1imb3limol2in_4lishli2spli3teli3tulk3lolk4nelk4ralk3salk3sälk3sclk3shl3k2ül3lapll3d4ll2esl2lexll3l2l2lopl5lowll3shllt4rllts2llu2fll1urll3z2l2möllmpf4lms2tlm3szl3n4e3lobb2lobjlob2slo1f4lo2fe3lophlo1ralo4räl1ord3lorq3los_lo4sa3loselo2talö2b3l2ö2fl1öhrl1ö4l2lösslp3t42l3r2lre1slrom2lrut4lrü1bl3sexl4shals2pels2pols3s2l3stil3stol3strls1uml2sunlsu3sl2tabltag4lta1ilt1aklt1amlt1ehlt2enlt3hol2toblt1oplto2wlt1öll3törlt1öslt1ötl3trält3sclt2solt1uhlu2drlu2es2lufflu2golu2gu2l1uhlume22lumf2lumll2umpl1umw1lu2n2lunt2lunwl1urnl1urt2luselu2splu2tälüh1l2lymp3ly3nlzo2flz3t2l2z1wm2abe2mabk2mabs2mabtma2drm1agoma2kumali12mall2manbm2anfm2anh2manlm4annm1ansmanu12manzm2app3markmar2om3arzmata2ma3unm1ähnmä1i2m1ärg2m1b4mbe2em2d1äm2deimds2em2dumm2e1c2mecom2eil3meldmell2m2ens2meou3mer_me1ra3mersme4sä4mesumete22m1ex2m1f4mfi4l2m1g2mi2admibi1mi3dami2ermie1smi2ki3milcmi3nami3nimi1nu3mir_3miri3mirs3mirwmise1mi2tami3timi2tu4mitz2m1k2m3k4am3ma_m2mabmm1eimm3simm3spm2mummmül22m1n22mobj3m2odmo2dr4mog_mo3ne3mo2o2moptm1o2xmp2flmp3ta2m3r2m4sapms1asm2saumso2rm2späms2poms2pum3stoms4tümt1abmt1akm3tammt1armt3homt1immti2smt1ösmt2samt2semt1um2m3uhmu3la2mulsmu3namu3nim4unk4munzmu3ramu2spmu2sumwa4rmwel42n1abna2bän3abf4nabgna3bina2bln2abo2naddn2adena2dr2n1af3n2ahn3ahnnai2en3air2n1akna2ka3nakon3aktn2al_n4alena2lu4naly3name3namonam4s2nanbn1and2nanh2nani4nank2nanln1anp2nanr2n1ar3nar_n2ard4narg3nari4narmn2arpn3arzn2as_4naspn4ata3nate2natt2n1au4naufn3aug5naui3n2äcn1ähn2n1ännär4sn1ärznä2scn2ässn1äus2n3b4nbes2nbu2sn3cenn3cernch3mnd2agnd1aun2dein2dobnd1opnd1orn2drönd3shnd2stnd3thndt4r2neaune2bl3necane1ckne2de2nee3ne3g43nehm2n1ein2eidne2kenel3bne3lin2em_n4en_n2enbn2encn2enhne2nine2non2envn2enwne3osne1ranere2n1erfn1erh3nerin1erkn2erpn2erv3n2esne2sänes4cnesi1ne4thneu1cneu3g2n1exnexa4nf1aknfe2in4fo_nft2onft4sn2f1ung1adng1d4n3ge_n3gefng2enn3glän2glon2glöng3neng3tsn2gum2n1h2n3hann3harn3haunhe2rni3atnib4l2n1idni2deni1elnig2anig3rnik3t3n2ilnim2oni2obni3olni3os3n2is3nita3nitäni2tinit4sni3tun3kalnk2amnke2cnk2lonk2lunk4nank2öfn2kölnk3ti4n3l22n1m4nna2bn3narnn2exnn3g4n2nofnn3senn2thnn1ur2nobm2no2dno3drnol2eno3na3nor_nor2a2norc3norh3norm3norsn1ortno3shno2spno2täno2tr2nö2f2n3p4npa2gnpro1npsy32n3r2nre1sns1ebn3sexn3siln4sphn2sponsrü2ns3s2ns2tunst2ün2styns2umnt2alnt1ämn3tärnte1ent1ehnt2enn3ternteu3nti3cnti1tntmo2nto1snt3sants2onts2pnts2tntum4nt3z21nu3anu4alnubi11nu1cnu2esnu2fe2n1uhnu3k4n2um_2numf2numg1numm2numr2numz2nuna4nuntnurs41nu2snu3scnu3senu3slnus1pnu2ta2nü4bnür1cnürs22n1v2n3ver2nymu2n1yon2zadn2zann2zarn2zärnz1ecn2zornz2öln2zwön2zwu2o3a2oa3deo4a3ioa3keoa4kloa3seob2alo3bar2o3biobi4t2o3boob3roob3skobs2pobu2s2oby4och1ao1cheoch1ioch3loch3moch1ooch3roch1socht2o1chuoch1wo3ckeo3ckio2ckoock3to3d2aod2dro3debode2so3diro2donodo4so2dre2o3duoe2n1o3etsof1amof1auof2eno3ferof2fuof1laof4läof3raof3räof4rüof3thoga3dog2glog2loog3spo1h4aohl1aoh3looh2lu1ohngoh2ni1ohnmoh2noo2h3öohr1aoh1ro2o1hyo1i2do2isco1ismoki4ool2arol4droler2ol2flol2glol2grol2klolk3rol2lu3olymo2mabo2mebome3co2melo2mepom2esom3maomtu3o2naeon1apo3natone2ionen3on3f2ong4rong3son3gu4o3nion3k2onli4on3ne2ono1ons1pon3taont2hont3s2onukoo2k3oo2tr2o1ö22o1paopab4opa5so1peiope2no1pes2opf_o2pfeopf1lop3li2o3poop4plop2pr1opsiop3sz1opt2op3tho1ra_2orakor2amo1raso3r2äor3ätorb2lor2ce4orda1ordnor2do2ordr2ords2ordwore2aore2hor1eror2glor2gn2orgr2oritork2aork2s2o1roor1opor1or2o1röor3rhor3saors2cor2ufo3s2aos3ados4anosa1sos4co2o3seose2no3s2kos2loosmo3os2saos4säost3hot1äro2tebote2so3theotli4ot2oroto1sot3reot3scots1pot2thotz2eou2ceou2geouri22o3vi2o3voo3weco2xidoy1s42o1z2ozon1ö2bleö2b3röch1lö2chröch2söcht4öd2stöf2flöh3leöh3riö2ko5ö2k3röl1a2öl1eiöl1emöl1imöl1inöl3laöl1o2öls2zönn2eön3scön3spöpf3lör3a2ör2drör2glör2klör2trös2stös3teös3tröt2trpa2drpa2elpa3ghpa1ho1pala1paläpa3li2palt2panlpapi23para1parc2parg2parppa4stpat4cpat4epat4rp1auf3pä2cpät3hpä2to2p1d2pea4rpech1pe2en2pef42peicpe1im1peitpena4pen3zpe1ra1perl3perope3sapes3sp2fadpf3aip3fe_p2feipf3lopf3lup2forpf1ra2pfs2pf3slpf3sz2pf3tpgra2p1hopphu4s2p1hüpi2a3pias4pi2elpi4em3pierpi3lepin2epi3oipi2pe4pisopi1thpit2s2pitz2p1k2pkur11p2l23p4lap5la_p5lad2ple_p4legp4lemple3x2pligp4likp4liz2p3lu2p1m22p1ohpo3id2poilpo3li2pondpont2po2plpo3pt2pornpor3spos2epo3ta3potepö2blpöl4sp2p1hp3phopp1läp2plep2pripp3sa1prak1prax1präd1präg3präm3präs4pre_2prec1pred1preipri4e2prig1p4ro2proc3prod3prog3proj1prüfps4anp3s2hps1idp3stapst3rps2tu3p2syps2zept2abpt3atpte4lp2tospto2wp2t3rpt3s2pt1um3p2typu2dr2p1uh4pundpun2s2puntput2spwa4rra2ab2raacr3aalra3ar2rabd2rabfra2br2rabs2rabt2rabw1rabyra1cer2ack1r2ad3radf3radl1ra2era3erra3gera2gn4raht2raicra3ke3raküra3le2ralgr4aliralk2r4alsr3altra2lu3ralyra3mar2amer2amir2amm2ramt4ranc2ranf2ranl2ranr2rans2rapfr2arar2arkr2arpras2ar4at_r3atlrat4r4rau_4raud2rauf2raug3raum3r2äd3rän_3räni3räns2r1ärrä1raräu2s4räutr2bakr3blärb2lörb4rirb3serbs1orb3sprch3lrch3mrch3rrch1wr2dafr4dapr2deir3donrd1osrd4rird3tard3thrdwa4re3adre2amreb1rre2bür2ech4redd3refe4reff3refl3refo5reg_rehl4r1ehrr2ei_2reigr1einre2kere3larel2ere3lorelu2r4em_r2emi4remur4en_re2nir2enz3repe3repo4reppr1erfr1ergr1erkr1erlrer2nr1erör1ertr1erwre2sa2ress3rest3resu2reta2reulre2wi4rezirf4lör3flürf4rurf4rürf2sarf2targ2abr3ge_r3gerr3gesrg3lurg3nar2ha_r3her2rholrhu2sri2amria1sri3at4rickri1elri1euri2frrif3s5rig_5rige5rigjrig3l4rigrrik1l2rimpr2ina2rink3rinn2rins2rintr1inw2rion4r1irris2ari3so3rissrit4r5riturk4amrk4lork2lurk2sprk2umrku2nrle2arle2ir3l2irli2srm3d2rmo1srmt2arna2brna4nr3natrn3drrn2ehrn2eirne2nr5nesr4nexr3nodr1nötrn1ur2robj1robo2robsro3e4roh1lroh3nro1irro3lerol3s2roly4rom_4romm4romt3ronnrons2ro1nyro3phr2oraro2ro1rosero3shros2pro3tu3rout3römir2ös_2r1p2r2plirpro1rps3trr2abrr2arrr1ämr3r2er4rewrr2herrik2rrn3arr2str3r2ürrü1brs2anrs2aursen1r3s2irs2klr4skor4skrrs4nor3stor3strrs2turs4türtal2rt1amrt1ärr2thirto1prt1orrt2sart2sorube2ru2drru2fa3ruinru1isru2mi4rumz2rund4runn2runwru3prrur1eru2strut3hru2toru2zwrü1ch4rümmrves4ry2l3rz2anr2zarr2zasrz1idrz1oprz3terz2thr3zwä3s4aa2s1abs3abbsa2besa2blsa2br4sabss1adm3safasa2fe3sagasa2gr3s4ai2s1aksa2ka3sal_s1all3s2am5samms2an_s2and2s1apsa2po3sapr2s1ar3sar_3saris3arrsat2as4atesat2i4satmsa2trsa3ts3sau_3saue3saum3saurs3auss3ähns1ält2s1äm2s1är3s2ät2säuß4s3b4sba4nsber22scams2cans2cap4s3ce6sch_s4chä4schb4schc2schd2schf2schg2schh2schks4chl2schp2schq6schss2chu3schü2schvsch2w2schz3scor4s3d4sde1sse3adse3ap4sedese2els1effse2glseg4r3s2ehse3heseh1lseh1sseh3ts1ein3s2eks2el_s2elns2elsse3mase2näse2noseo2r3ser_3seraser3gs1erh3seriseru25ses_2s1ex3sex_se2xe4sexpsex3t4s3f4sflo44s3g2sha2k4shals3h2e3shidshi4r3showsi2adsi2am2siat5si1c3s2iesien3si1f4sig4nsi2grsi2klsik3tsi2ku3silos2in_sion43s2issi2sasis3s3s2itsit3rsi3tusive32s1k24skam4skass4keps2kifs2kig4skirski3s3skiz4skom4skor2s1l23slal4slan2s3m21smog2s3n4snab4so3et3softs1oheso3la3s2onsone23sor_s1orc3sorsso4rus4os_3s4oz2spaa4spaks2pan4spap3spaß2spat4spaus2paz3spähs2pee2spel4spet4s3pf2sphas3phe2sphispi2k4spil3spio4spip4spis4spla4splä4sple2spod2spog2spok4spol4spr_3spru2s3ps2spun2spup3spur4sput4s3r4srom2ss1acs5safs3sagss1ajs3sals3s2äss1ecss2erss4ess4s3ls3spiss3s2sst2ass2tis3sto6sta_3staast2ac4stag3stah2stakst1as2stax3s2tä4stäg2st3c4ste_2steas2ted4stees2tegs2tel2stem6stens2tep2ster4stes2stetst3ev2stex4s2ths4thist3ho2stia2stibs2ticsti2e2stig2stiks2til2stio2stip4stiss2tit2stiv2sto_s3tobsto3d1stof4ston4stoo1stop3stoß4stou2stow4stoz4stöns4tör1stub4stuc2stue3stuf3stuhstu2n2stus1stüc1stütsu1ansubs23su1c2s1uhsu1issult2s2ume3summsu4nes1unf4sunt3s2upsup3psu2rasu3sasus1esu3sh2sü2bsü2d1süd3usweh24swie4swilsy4n34s3zas2zes4szets2zis4s3zu2ß1a22ß1b22ß1ec2ß1eiße2naße2niße2noßer3t2ß3g2ßig4s2ß1in2ß1k4ßler32ß1n22ß1p22ß3r22ß1s22ß1um5taan4tab_t1abb4tabf2tabg2tabh2tabkt3abnta2br4tabsta2bü2tabw2tabz2t1ac3tacutadi33taf_t1afgt1afr3t2agta2gat3agotai4r2takzta2latal3d3talo2talt3tameta2mot1amt3tan_4tanb4tandta3ne4tanf2tang3tanit2ank4tanlt1ans2tanwta3or2tapfta2pl4tarb2tarkta2ruta3sa3tasct1aspta2tht3atlt4atm2tattt1auft1auk3taum4tägyt1ämtt2är_2tärm2tärz4tätt4t3b2t3chat3chetch2itch3lt2chutch1w4t3d4tdun2te2a22teakte3alte3an3tebat2ech2teckte1em3teha3tehä3tei_teik43teiltekt23tel_3telg3telk3teln3telp3tels3tem_3tema2temmtem3st6en_te2nät4enbten3gt4enhte2nit4enjtenk2t4enmten3nterd2t4erit4erot3erötert2teru2t2est4tetl3teuf3teumte1unte2vite1xa4texp3text2texz4t1f44t1g2tger22th2at2hag2t3hät4he_2thebt2hec2theit2hen3theot2hest2heut3him4th3l4th3m2th3n1t2hot3hoft3horthou22thub2thylti2adtia2m3tib4ti1ce2tieb2tiehti1elti2er2tießti1etti1euti1fr4tiftti2kl3tilgti2luti3nat1inf2tinkt1insti1nuti1rhti2spti3tutium2tive3ti2za4t3k44t3l26t5litmal22t5n4to4asto5at4tobjtob2l3tok43tole2tomg3topo3tor_to1ra4torct1ord3tore3torsto2ruto3scto3shto4sktos2p4tossto1ßu3totrtots23t4ou3töch4t1ökt1öst4t3p21t2r43trag3trak3tral4traß3träc3träg4träs4träß4trec3tref4tregt4remt4rert4reut3rev2trez2t3rh3trie3triot4rip3triu3tro_3troe3tront4rop3troyt3röc3trös3trua4truktrum2t4rübt4rügt4sabt3sacts1adts1alt2sants1ast2sauts1änts3ehts1emtsen1ts3krt3soltso2rt3sout2spät2spht2spots3s4t1st4ts3thts2tut2s1uts3untt1abtt2actt1akt3tantta1st3telttes1tt3rütt2sotu1antuf2etuff3tul2at2um_2tumf2tumg2tumk2tumr2tumz3tun_2tund3tungtun2i2tuntt1up_tu2rätur1c3turntu2rotu4rutu2satu2sotu3ta3tüch3tür_tür1c3türe3türg4tütztwi4ety2pat2za4tz1agtz1altz1aut3zestz1int2zortz2thtzug4tz1wätz1witz1wuu1a2bu1a2cuad4ru1al_u1alfu1alsual3tua2luu3ar_u1arsua3sauat2iu3b4iu2bopub3räu2bübu1ce2uch1auch1äu1cheu1chiuch3luch3much3nu1chuuch3üuch1wu3d2au2donud3rau3druud3scue2enu2elaue2leueli4ue2miue2naue2näue2nouer3ou3erru2escue2tau3fahuf1akuf3aru3fasuf1auuff4luffs4ufo2ruf3säu2fumug1afug1akuga4sug1auug3d2ug2glug3huug3laug3läug3lou4gluu2g3nug1orug3roug3seug3siuh2auuhe3suh1lauhr1auh3riuhrt4uh2ruuh4rüui2chui1emu4igeu1in_u1insu1k2luku2sul1abul1amula2sul1ämul2drule2nule2tu2lexul5f4uli2kul2knull3sulo2iul1or2ultaul3thult3sum2anum2enum1irumm2aum2suum3t2um2un2una_1unabun3acun2alun3anun3at1unda1undd1undf1undn1undv1undzune2bung5hun2grungs3u2ni_un2idu2nifun2imuni2r2unis3unkuunna2uno4run2osun3se1unsiun3skun3spun3taun3trunt3su1o2bu3or_u3orsu1os_uote2u1pe2uper1up2faup2plup2prupt1oup4tru2rab2u1räur1änurch1ur3diure2turf3tur1imurk2sur3oau3rolur1oruro1sur3teur2zaur2zäur2ziur2zous4eluske2u3sohus1opus1ouu2spou2spuus3tru1stuut1egut2eiut2esut2etu4tevutfi4u2thiu2thuuto3cu3tomuto3nut2orut3rüuts2put3teutts2ut2zo2u3u2uz1weuz3z4über3ü1cheüch3lüd3a4üd1o4üd3s2üdsa1üd3t4ü2f1aüfer2üf2flü2f1iüf2toü2g3lüg4stühl2eüh3moüh3neühn2süh1roühs2püh3teül2laül2loü2n1aün2daün2dründ3sünen3ün2faün2frünn2sün3scün3seün3spüp2plür2flür2frü1ro1ür3scür3seürt2hüse3hüse3lüse1süs2stüt2s1üt2trütz2e2v1abval2s2varbvat3t2v1auve3arveau1ve3lave3leve3love3maven2cve3neve3nive3növer3averd2vere2verf4verg4ve3river3kvers2vert2ver3uve3tavete1ve3trve3x22v1f2vi3arvi2elvima2vi3v22v1obvo3gavo2gu2v1opvo2r1vor3avor3dvo3rivor3kvor3ovors22v3ra2v3re2v3rov1stav3s2zvu2et2vumfwa5gewa2gnwa3gowai2bwa3nawa3sawa3sewa3sh2wängwäs2c2w1b2we2baweb3swe2e4weed3we2flwe3niwerd22wergwe2röwer2swe2spwe4stwet2s3wettwie3l4wing1wi4r3wirtwi2sp1wisswi3th1wo1c3wolfw3s2kwun2s4wur_wur2s2xa2b1x2adxa1fl1x2ag1x2as4x1d2x1e4gx2em_xens4x2er_2x3euxich2xide2xil2axi2loxiso2xis3s2x1k22x3s2x2t1ax2tänxtfi4x2t1ux1u2ny1al_y1a2myan2gy1anky2chiych3ny2es_yes2pygie5yk3s2y4le_yli4nyl3s2y2l1uyma4tym3p4ympi1y2n1oyno4dy1ontyp1any4p3sy3r2eys3t4y3s2zy3to12z3abzab3l2z1afza3geza3gr2z3akzale3za3li2z1amza3noza3ra2zarbza3reza3ri3zaubz3aug3zaun2z1äc3z2äh2z1äm4z3b4zbü1b2z3d2zeik4ze3me5zen_zen3nze2no3zentz1ergzers2ze3sczes3tze2tr2z1ex2z1f42z1g2zger2z2henzhir3zi3arzig4szil2ez2in_zin2ez2ing2zinhz2innzi3opzirk22z3k42z1l22z1m2zme2e2z3n4znei32z1ofzo2gl2z1oh2zopezo2ri2z3ot2zö2f2z3p42z3r24z1s2zt3hozt3s2zu4chzudi4zu2elzu3f4zu3gl2zumf2zumg2zumlzun2ezung42zuntzu3s4zu3t2zür1cz1wac2zwag2zwahz1war4zwäl2zweg2zwet4zwir2z1woz1wörz1wur2z1wüz3z4azze3s",6:"_ab3ol_ab1or_al3br_alt3s_ampe4_an3d2_angs4_ans2p_ans2t_ari1e_ark2a_ar2sc_au2f3_au4s3_be3ra_ber2e_boge2_da4r1_de2al_de3sk_ehe1i_ei3e2_ei2sp_ei4st_ei2tr_el2bi_elb3s_em3m2_en4gl_en2t3_en4tr_er2da_ere3c_es3ta_es3to_es3tr_eu3g4_eve4r_flug1_for2t_fu2sc_ge3ne_ger2e_ges4a_guss3_he3ri_kamp2_kopf1_le3ni_li4tu_lut2h_mi4t1_näs1c_no4th_ohr5s_oper4_oste2_ost3r_poka2_ram3s_reli1_rom2a_rö2s1_sali1_se3ck_sen3s_se2t1_ski1e_ta2to_tehe3_te3no_te4st_ti2d1_ti5ta_tite4_to2ni_to4pl_tu3ra_tu3ri_uf2e2_ufer1_un3a2_uni4t_uns4t_ur3s2_ver3s_vie2r_voll1_wah4laa2r1aaar3f4aat4s3ab1eilabe2laabe2na2a3berab1erkab1errab1erzab1ins1a2blaab5lag1a2bläab4le_3a2blö2absarab3s2iab3s2p2abst_ab3ste1abteia1chalach1eia3cho_ach1ora1chu2ach1uf4ach1wa1ckarack2enack2seack3sla3d2aba2da2mad3amaade2ra4ade1sades4sadi3enad4resa2f1eca2fentaf1erlaf4fluaf3s2aaf2t1aaf2teiaf2t3raf2tura2f3urag1a2bag1a2dage4naage2saage2seage4siag4ne_a2g3rea2g3riag4setag4spoag3staag3stea2gundahl3a2ahl3szah4n3aah3r2eahrta4ain3spai3s2eais4se2a3kam1a2kazaken2nak1ernak3rauak5tan2aktikak2t3rak3tri2aktstal1a2ga3lalaalami5al3ampal1anaal1ansal1anzal2armal3arral1asial1assal2b1lal2bohal2b3ralds2ta4l1eha2l1eia4leina2l1ela2lengal1epoal1etaal1etha2l1eua4leur3a2lexal2glial2imbali4naal1insalk1ar1alkohal2laball1anal3les1allgäal1opeal3sunal2takal3tamal2tatal2trialt2seal1umbama3d2ama3stame2n1a2meriame3rua4mesea4mesh2ammalam2meiam2minam3stram2t1aam2t1äam4telam2t3ram4tream2t1ua3na3canadi3an1algan2dexand2suand1uran1e2can2ei_an1e4kan1erban1ethanft5san2gan1angeb2angie4angs_2a3n2i3a4niman2keian4klö3an3naan3n2ean2seuans1paan3s2z1anteian3t2h2anwet1anzeian2zwiar3abta2r3alar1ans2a2rara2r1auar2bauar2bec2arbenar2brearbrü32arbs2ar2danar2droar1effa2reinar2erfa2reriar2erwa2r1imar1insar1intar2kalar2korar2kriark3saark3shar2nanar1o2da2r1orarre4narr3he2ar2star3t2ear2thear2trear2z1was1alaa3schea3schiasch1la2schma3schua3s2hiaska1sas3panas3s2aass4auas3s2ias2s1pass3tias4stoas3stras3stu2as3taas4tauas4tofast3räas3triaswa2s3a2syla2t1abat1apfa2tausat3eiga2teliater3nati4st4atmusatra4tat3romat2s1pat4takat4tauat2teiatt3s4at2zinat2z1wau2bliau2bloau2briau3en_auer4nauf1an2aufehauf1er3aufga4augehau2m1oaum3p2au3n4a2au3r2au2sanau2sauau2spr2auts4ava3t4äch2späch4stäch3teä2d1iaäft4s32äh3t4äl2l1aämi3enäne2n1äng3seän2k3län2s1cänse3häp2s1cä2r1eiä3ren_är1eneär4s3iär3t4eärt2s3äse3g2äser2iäskop2ä3s2kräs6s1cäs2s3tä4s3t2äß1erkä2t1a2ät2e1iätein2ät2s1pät2s3täum4s1äu2s1pbacks4b1a2drbah2nuba2kerba2k1iba2kraba3l2abal3thba3n2aban2drba3n2eban4klban2kr2b1ansba2reibar2enbar3zwba3s2abaum3sbau3sp3b2ä1cbbens2bb3lerbbru2cbe3a2nbe2delbe1erbbe3etabei1f4bei3labe1indbei3scbeis2ebeit2sbe3lasbe3lecbe3leibe4letbel3label3szbe2nalben3arbe3nei3ben3g2bentbbent4r2bentwben3unben3z2ber3ambe2ranbe3renbere4sber3nab1erntbe3rumbe3s4abe3s4lbe3s4zbe2tapbien3sbi2kesbi2lau2b1inb2b1inf2b1intbi2solbi4s5tb2it2abi4turb2itusbla3b4b2latt2b3lawbläs1c3ble2a2b3legb3leinb3leseble3sz2blich3blickbo3ch2bo2lanbon2debo1r2abo4rigbo4s3p2b3radb4ra3k2b3ref3b4rem2b3repbri2er2b3rolbrust3bru2thb2s1adb3sandbsatz1b3sel_bse2n1b3s2esb2s1ofb3s2pubst3acbs3tätbst3erb4stodb4stübb2s1unbu2chibul2la2b3umkbu3r4ibu2sinbu2s1pbu2s3ucha2ck2ch1ak3chanc4chanz4char_3characha2sc3chatoch1ärmche1er3chef_3chefich1eimch1ess2cheta2chinf2chinhch1insch1int1chiruch1offch1orcchre3s1chron2chunt2ck3ancka4r14ckeffck1ehe4ck1eick1entck1erhck2ern2ckeseck1ind2ck1upcussi4da2b1a3d2abäda2ben3d2abldal3b2d1amma2d1amt2dange3d2ankdan4kl2d1ansd2anze4danzida2r1a3d2arld2ar3s4d3atld3a2to4daush2d1ämt2d1änd2d1äng2d1ärz2d1effdehas5de3he22d1ehrdein2ddein2sdel1ändel1ec2delek2delem2delfmdel2sodel3t4de2mag4d1emp3d2enhden3th2dentwde3onod1epi2de2rapder2bl2derdbde3recderer3de4ruhde4rumde2s3ade3sacdesa4gde4samdes2äcde4sehde2seide2sende4setde2sinde2sorde3spede2sto2d1etwde1urlde2xisdgas3tdge4tedha1s4di2ch1di3enidie2t5dil4s32d1imbdi3n2a2d1ind2d1inf2d1inh2d1ins2d1intdion3sdi4re_di2rendi2ris2d1irl2d1isrdi2t3rdkuri2dle2radmess62d1o2fdo2mard2o3rado2rie3d4ra_2d3rad2drahm3d4ramd3rand2d3räud4rea_d4reas3d4rehdrei3td4reiv4d3ren2d3rep4d3rer4dres_d4resc3d4ria2d5ricd5riegd4rin_2drindd4risc3d4rit4dritu2d3rod2d3rotdrö2s13d4ruc2d3ruh2d5rutd2sau2d2s1änds2eigd2serhds1errd2s1imds2infd3skulds1orids1pasd2sprods3tabd3steid3steld4stemd3s4tid4stodd3s2tuds1umsds2zend4theidtran22d1ufe2du2me2d3umk2d1unfdun3kedun2klduns3t2d1url2dursadwest3eadli4e3aleieat4e2eater3eat3s2eb4leue3blieeb4reaebs3paeb3staebs3thebs3tieb3str2e3cheech1eie2ch3rech3taech1uheck2areck3seede2aledens1ed2s1ped4streed3s2ee3lenee2nagee3n2ie1e2piee3resee1r2öe1ertree3r2ue2e3s2ee4tate2e3u2eewa4re2f1ade2fente3f4lu2e3f2oef3romef2tanege2raeg4saleg4stoegung4eh1anteh1auf1e2hepehe1raeh1inteh1lamehl2e2eh5lerehl2seeh2reieh1ro2ehr1obehr1ofeh1stee2hunt2ei3a2ei2barei2choei2d1aei3dra4eien3ei3g2aeig2er2eigew2eigrueik2arei3kauei2larei2laueil3f41eilzuei2moreim2plei2n1aei4nasein5deein3dr2einfoein3g2e1initei2sa4eis2ineis2peeis4thei3stoei2sumei2tabei2tanei2tarei2troeit3ume2l1akel1ansel1anze2l1apel3ariel1asiel1aspel2ast3elbiseld3s2el1eine2l1el1e2leme3lem_el1empel1erfel1erkel1erle2lerr2eles2el1esse2l1ideli4neel1itael5le_ell3spe4l1ofe2l1orelo2riel2sanel2sumel6tarel4tinel2t3re2l1umel3usee2m1ade2mans3emanze2metie2m1imem1intemma3uem2meiem3pflem2spr4e2namen4ameen3aree3natien3atte3nauee2n1ären4ce_en2dalend3siend3szend2umen1eche2neffe4neine2n1el4ener_e2nerfe4nerhe4nerk1engad3engagen3g2ien3gloeng3rieng3seen1i4me2n1inen2ingen3k2üen1o2be2n1one2n1open3sacen2sebens2el1ensemen2simen3skaens2po2enstoent4agen2thien4tid3entlaen2zwa2e3p2ae3p2f42epist1e2pocep4taler3admeraf4aera1frer3aicer3alle2rampe3ranee2ranher3anoer3apfe3rarie3ratie2ratme1rauber3aueerau2fer3augerb4sper3chlere2cker1effer1eiger1elee3renz4erer_e2rerke4rerl4ererne3reroer1errer1erse2rerter1esser1eul1ergol1erhabe2riat4e5ric4e3riee3rik4er1inber1inker1inser1inter1ita1erklä2erkreer1o2be2r1ofe1r1ohe2r1opers4auer5sener3smoert2akert2auer2thoert4raerts2eeruf4ser1u4mer1underung42erweges4aches3anze3s4ase4satoes3cape3schae2se2bes3ehres3eines3erfes3erzes3evaes2hares3intes2ortes2pekes2sau2es3sces3s2ies2sofess1paess2poes3stu1estase1state1stele1stiles2ture1s4tüet1a2metari1e4teineten3det3halet3heieti2tae2t1ofetons4et3rece2treset2seiet3stuet2t1aett3auet2teiet2t3ret4troett3szetze4seu4neie3un2geu2nioeu1staeu1stoeu1stre2vent1e2xeme2x1inex2tinfa2chof1aderfa3l2afal2klfal3tefalt2sfan2grf1an3zfar2brfarr3s3f4artfa3s4a2f1auff1ausb2f1ärmfä2ßerfeatu42f1eckfe1inifek2tafe2l1afel2drfe2lesfe2l1ofer2anfe2rauferde3fer2erf1erfaf2erl_f2ers_f2f3efffe1inff1rakf3f4räff3shoff3strfid3scfi2kinfik1o2fi2kobfi2lesfi4linfil2ip2f1intfi4s5tfit1o2fi2tor2f5läd2f3läufli4ne1f4lop1f4lot1f4lug2f1orgfo3rinfor4stfor2thfor3tu2f1o2xfra1st1f4ränfreik22f3ricf4risc1f4ronfro4nafs4ammf2s1asfs1e2bf2s1erf2si2df2s1o2f3spanf3s2plfs2porf2sprefs2prifs2pruf2stasf3steifs4tref2s3unft1a4lft1eigft1eisf4theif2t3rof3t4rufts3a4ft4samft4sehfts2tift1url2f1unffun2klfun2kofus2safzu4gaga2b5l2ga2drgal3lo2g1amtgan2gr2g1armga3r2og1arti2g1arzga4spega4sprga3t2a2g1auf2g1aut2g1ärzg3d2adge3g2lge2in_gein2sge2intgein2vgei3shgelb1rge5lehgels2tgel3szge3lumgel3z2ge4narge4natgen1ebge3necgens2egen3th4gentwger2erger3noge1r2öge3r2ug2e1s2ges4amge2serge3sesges4pige3ste2getapge3t2ugge2ne3g2het3g2hiegi3alogi2e1igie1stgi4mes2g1indgin2ga2g1ins2g3lag3glanzgläs1c4gläuf2g3leb4g5lerg3lese3g2lid3g2lie2g3lif4glisc3g2lit3g2loag3loch3g4lok3g4lop3g2lotgoa3ligo3n2a2gonis2g1ope2g1ordgra2bigra2bl2gradl2g3rah2g3rak2g3räu2g5re_2g3rec2g3redg4re2eg3reitg3rese2g3ret2g3ric3g4rif2gring2g3röh2g3rui2g3rumg3run_3gruns3g4rup2g3rücg3s2ahgs3a2kg4saltgs3ambgs3augg4s3crgs5erkgs4piegst2akg3starg4s3täg5stämg3stelg1steugs4thag3stirg4stolgst4ragst4rig4sturgs4tücgu1ant2g1u2f2g1unfg4ung_gunge2g4un4s2gunt2gurt3sgus4stha2choha2delha4dinh1adle2h2al_ha2lauhal2bahal2lahalt3rh4a3rah1arm_har2thh1arti2ha3sa2haufmh1aukthau2schau2trh1echthe3ckehe2e3lheere2heim3phei4muh1einkhe1ismhe1isthe2l3ahel1eche3len4h1emphend2she2nethe2nobhenst2hen3szh1entshe3rasherb4she2relh1erfüh1erkeher3thher2zwhe1stahe2strhe2tapheter2he3t4she1x2ahfell1h1i4dihi3enshier1ihil2frh1induhi3nelhin2enhin3n2hin3s2hl1anzh1lauth5len_hlen3ghle2rahl1erghl1erwh4lerzh4lesihl1indh3listhlo2reh3losihl2sanhl2serhl3skuhl3slohme1inhmen2shme2rahme1sth3nachh3natihn3eighn3einhne4n1hn1unfho2ch3ho2ckaho2f3r4holdyho2leihol3g4ho4lor3hol3sh3o2lyho2medho4sei2ho2w1h1raneh3rechh4rei_h3reich3r2enhr1etah4rinehr1insh4risth4romeh2r1orhr2sanhr2tabhr2tanhrt3rihr2trohrt2sehr1umsh2s1ech3s2exhs2penhs2porh2spräh2sprohst2anh1stech1stelhs3theh1s2tih2storhst3rih1stunht3alth4ta2mh2ta4nht3aneh3tankh2tasyh2t1ärht1e2chte2heh2teifh2temph7ter_h2t1euh2t1exht3henhthe3uh2tolyh2trith2t3ruh2t3rüht2senhts2tihu2b3lhu4b3rhu2h1ahu2h1ihuk3t4hu2l3ahu2lerhu2lethung4shu3ni1hus4sahus2sphu2tabhu3t2hhühne4h3weibi4a3g2i3aleiial3laia2lorial3t4ial3z2i3a4taibela2iben3ai2blisib4stei2bunki2buntibu2s1ich1eii2chini3chloi2ch3ri3ck2eid2ab4i2d1auidel2äiden3gide3soi3d2scid2s1pie2b3lie2b3rieb6scie2choie2fauief3f4ie2f3lie2froie4g5lie2g3riegs3cie3lasiel3auiel3sziel3tai3emeti3e2naiena2bien1ebie3neri3en3gie2nimi3e2noien3scien3siier3a2ie2radie2rapier1ecie3resi3ereuierin3i3ern_ier5niiers2eifens2if1ergif1erhi1f4lai1frauif4reiif2topift3szig1artiga1s4ige4naig1erzi2g1imig3reiig4salig3sprig3staig4stöig3strigung4i2h1umi4i3a4i2k1akik1amtik1anzik3atti2k1aui2k1äri2k1eiike2l1ike2rei2kindikot3ti2k3raik2t3ri2l3abil1a2di2l1akil1ansil1aspil3ausi2lautild2eril2d1oil1e2cil1eheileid4il1einilen1ei2lerrilfe3sil2f3lilf4s3i2l1ipi3lip_i3lipsil3l2ail3lenil3leril3l2iil2makil2mini2l1oril2seril3t2hilung4il2zarim1alli2manwi2melei2melfi4meshi2metiim2meiim1orgim3pseim3staimt3s2imul3tin3a2ci2n1adin2arain2arsin2dalin2dan1indexind4riin3drü1indusi2nehein2erhi2n1euine3un1info_in3gla1inhab2inhar2inhaui3nitzin2nor1inntaino1s2in1ö2dins4aminsch22insenins2id1insta1insuf1integin3t4ri3n2umin3unzinvil4inz2e2io2i3dio4naui3ons3ion4stiore2ni2o3s2ipi3elipi3en1i2rakiral2sir2k3lirli4nir2makir2mumir4narir2nerirpla4irt2stis3arei2sau2i2s1äni3schei2schmis1chyi2s1crise3haise3hiisen3si2serhis2hasi2s1idis3indis3infis2ingi2s1ofis1org3i2soti2sparis1picis2piti2sprois4sacis4sauiss2pois3staiss3tris3stuis2sumis4tabis4tamist2aniste4nistes3is4teuis4tocis5törist4raist3rei3struit1ab_ital1ait1altit1a2mi2t1aui3tauci4taufi4t1axi2t1äsi2t1eii4teigit2eili4teinite2lai4tepoi2t1init2innitmen2i2t1ofit3rafit3rasit3rauit3räuit3ricit3romit4ronit3runit2speit2stoit2tarit2tebit2triitt2spi2t1umi2tunsit1urgit2z1wi2v1aki2v1ani2v1eiiv1elti2v1urizei3ci2z1irjahr4sja3l2ajean2sjek2trje4s3tje2t1aje2t3hje2t3rjet3s2jugen2kab2blka2ben2kabla2kabläka3b4r2k3adaka1f4lkaf3t2kaken42kala_kal2abka3leikal2kakal2krkal4trkan2al2kanda2k1angka2norkan4thk2anz_2k1apf3k2araka3r2i2k1armk2arp3kar2pfka3tanka3t4hka2t3r4kaufr2k1auskau3t22kautok1ä2mikä2s1ckdamp22k1e1cke2he_2k1eic2k1eig2keinhke2lan4keletkell4e2k1empken3au2kenläkens2kken3szk2enteken3thk2entrk2entu2kentwke2radke2ranke2rauker2nak1e2seke4t3ake4t3hki3d4rki1f4lki1f4r2kil2a2k1intkis4tok3leitk3lem_2k3ler2k3leukle3usklit2s2k3locklo2i3klost4klung42k1lüc2k5nerkno4bl2k5norkol2k5ko3n2ekon3s2ko3r2a2k1orckot3s22k3radk3rats2kraum2k3rät2k3rec2k3refk3reick3reihk3ries3k4ronks2allks1e2bks2eink2s1emk4sentks1erlk3s2hik2s1idk2s1ink2s1o2k2s1pak3s2pek2spenks2pork2stork2sträk2stumks2zenk2t1adkt1aktkt1anzkta4rek2t1auk2tempkte3ruk4theik2t1idkt1innk2t1ofkt1opekt4rankt3rask4trefktro1skt3run2k1uhrku3l2eku3l2i2k3umlkum2s1kun4s4kunst3kur2blku2reikur4spkur2stlab4ri2l3absla2ce_2l1advla2giola2k1ila1k4l1lammf2l1amtlamt4sla4nau3l2andlangs42lanhä2l3annl2ant_2lantrlan2zwl3artilast1olau2fol2aufz2lausl2lauss2lauto2l1ähnl4betal2b1idl2b3lil4bre_lbst3elb4stol2b3uflch3lel3d2acl2d1akld1ammld3aril2delel3der_ld1erpl2d1idl2d1imldo2r2l2dranl3d4rule3arilech1ale2gaule3g4r4l1eigl2eindl2eine2leinkl2eint3l2ela3lemeslem2ma2lengll2e2nolen3szl1ents4lentzlen2zil2e1rale2raul1erfol2erfrl2erfül2erkal2erkol4ers_lers2klers2tl2erzales4amle2saule1stolet4tu2leurole2xisl2f1ecl3f4läl3f4lulgen2alge3ral2getili3chili2ckalien3sli2grelik2spli3m2ali3n1a2lindu2l1inflings52l1inhlin2kal2ins_l2insal2insc2linsp2linst2l1int2l1invli3s2a2l1islli3t2ali4talli1t2hlit1s2lit3szlk1alpl3k2anl3kar_lken3tl2k3rol2k3rulk4stüll1abbll1affll1aktl3l2alll3amall2anwll1anzll1armll1arzll3augl2l1ämll1echlle3enl2l1efll1eiml3l2eml3len_llen3al3ler_lle2rall2errl2lerzll1impll1insl2l1ofll1opfl3lor_l3lorel2l1oul2l3öfll3s2kll2sprll3szellti2ml2marclm1indlm1inslm3steln3a4r3l2ob_lo2ckulo2gaulo3h2e2l1ohrlo2n1o2l1orclo3ren2l1orglo4skelo4stelo4thr2l1o2v2l3öfelpe2n3l2p1holrat4sls3ampl3sarel2sau2l2s1emls3erels1ergl2serhls1erlls1erwls2logl3s2pil2sprol3s2pul3st2alstab6ls4tafl3steil3stells2tiel4stitlstro2l3s2tuls2zenlta4lal4tamelt1andlt1angl5tarblt1artlt3atol2t1aul5ten_lter3alt4erölte2thl2t1eul4theiltimo4l2t1ofltra3llt3räul2t3rel2t3rol2t3röl2t1umltur1altu2ri4lu4b32l1ufeluf2trlu2g1alu4g3llu2g3rlug3salug3splu1id_2l1una2l1unf2l1unilu2s1ulu2t1alu4teglu2toplu2t3rlü3ckel2z3acl3z2anlz2erklz1indm2ab4rma2ge_2m1aggma3g4n2m1aktma2lanma2lau2m1aldman3d2ma2netman4nam2ans_2mansc2mantwmanu3s2m3arbmaro3dma3r2uma1strma2tanma2telma2tromat3sp2mausg4m1ändmä2renmee2n12m1eif2m1eigme2lekme2lermelet42melf_mel2semel3t43m2en_mena2bme2nanmen3armen3glme2nimmen4skmen2so2mentnmer2er3merin2me3shmes2stmeste2mien3smi2kar2m1impmin2gaming3smis2sami2t3rmit5s4m2m1akm2m1almm1angm2mansmm1anzmma1stm2m1aumme2namme2samm1inbmm1infmm1inhmm1insmm1intmmi3scmm3stamm3strmmüll1m4nesimo2desmo2g1amo2k1lmon2s32m1opemo1r2a2m1orcmor2drmo2rermos4tampf3limpf1orm2s3anmsch2lm4s1efms1erwms1inims1orim2spedm2spotm2sprom3stelm3s2tim3s2tum3s2zemt3aremt1eltm2t1eum2tinsmtmen2mt2sprmu3cke4m3unfmu4s3amu2s1omut2s3mvoll1mwelt34n3abh4n3abs4n3abtna2ch13nachmnach3s3nachwna1f4rna2gemna2h1ana2letnalmo2na2lopnal2phn2als_nal3t4n2amenna3m4n2n3amtnamt4s2n1an_4n1ang2n1ans4n3anwnap2sina2r1an2arle4n3artna3r2unasyl2na3t4hnat2s1nat4sanat4sc3n2auln2auso4nauss4nauswnau5te2n1ä2m3nä1umnbe2ernbe2innber2en2d1akn2danlnd1annn2danzn5der_nde2sendo1stn2d3ren2drobnd3rolnd3rosn2druind2sornd2spr2n1ebnne2ei4n1e2henehe2r4n1ehr3neigtn3einknek3t42n1ele4nelek4nelemne3lennel4la3ne3lo3ne3lu2n1embn1e2mi2n1emp2n1emsnen1ecnen3einenen14nengb4nengs4nengtnens4enen3sk4nentn5nentrn1ents4nentz2n1epone2pos3n2er_ne2rapne2rau2nerfü3nergrn2erlin1ermän2ern_ne1rös2n1errn2ert_n1ertrne2rup2n1erzne2s1one2s1pne1stanes3tine2tap2n1eupnfalt4nf5linng2absn2g1acn2g1akng1andng1anzn2g1älngen2an3glasn2glicng4setng4stünich1sni3de_nie3b4nie4n3ni3eneni1eroni2grenig4spni2kalni2karni2kleni2k3r4n1imp3n2in_n2in4a4n3ind2n1inf3ning42n1inh2n1ins4n1int2n1invni2s1eni2s1pni3spinis3s4ni2s1uni3tscn2k1aknk4amtnk1anzn2k1ärnk1inhnk3lenn2klienk2lisn2k3ronk3s2znk2taknk2tannkt1itnk4topnk2trunkuri2nmen2sn2nadann1alln2n1annn2ensnn2erhnne2rönner2znne2s1nne4stnn1o2rnn3s2pno2bla2no2feno1rakno3ral3n2os_n2ostenost3rno3tabno2telnot3ha2n1o2x4n1ö4lnräu3snre3szn2salln2sangn2santn2saufn2sausn2s1änns1e2dn2s1epns1ergn2serhns1ersn2sethnsfi4lnsho2fns1i2dnsi4tensi2trns2kaln2s1opn4spatns2peins2penn3s2pins4piens3ponn4sprän4spron3starn3statns2tiens2tinnstü1bn2s1unnt1angn5tarbnt1arkn3tarznt2aufn2t1äunte3aun3t4ebnte3g6n2teignt4enent4entnt4ernnt4ersnt4ertn2t3hon3t4huntini1nt2insntmen2nt3recnt4rign5tropn2t3rünt4saunt2sto3n4tu_2n3umb2n1ums1nung43nung_n3ungl2n1uninu2t3rn2z1aun2z1ännze3rinzi2ganz1inin2z1wäoa3cheo4a3lao4a3mioanne42o3be_ob3einob1iteo2b3li2o3bloob3s2hob2staoche4boch1eioch3ö2och3teoch3toochu2fo2ckarock4shock3szode2n1odene22o3diaof1a2co2f1eiof2f1a1offizof2f5lof2f3r2o1f1rof2s3aof4samof2speof2sprof2s1uof2teio2g1eiohen3soh3lecohl1eioh3lemoh3lenoh3lepohls2eoho2lao2h1opoh4rinoimmu4okale4ok2s1po2l1akol1antolars2ol4damol1ei_ol1eieol1einol1eisol2lakol3lerol3lesol3lusolo3p2ol1ortol4strol2z1aol2zinom2anwom1arto2m1auo2m1eio2meruom1erzomiet1o4munton3arbon3auson3d2aon2e3honens2on1ergon1eröon3g4lo4nikro4n1imon1ingonlo2con1orconsa4gon2sebonse2lon4stüo2p1adop1aktopa3u2op2f3aop3fahopf3laop1flüopi5a4op5lago2p3le2o1ralor4altor3attor3ändor2baror2damor2dauorde2lor2deuor2dumor1eigo2reino2rerfor1ethor3g2a2orget2orgiaorgi1eor3gle2o3rico3rier4o5ril2orin1or1insor5ne_oro5naor2stuor3s2zor2tauor2tefor3teror2theor4tinor2torort3reo4r3uno3scheo2s1eio3s2hio4s3kao3s2pooss3anos4seios2s3oos4sonos2s1pos4s3tost1anosta4sost1auos4teioster1os3tilo2s3toost3räost3reost1ufo3s2zeo2ß1elota2goo3tarko2t1auot3augotei4not4em3otemp2ot3helo2t3hio2t3hoot3i2mot1opfot3rinot4spaot2tauot2t3rou4le_o1undsove1raoviso3owe2r1öl3z2wöp4s3tö2r3ecö2r1eiör2ergö2rerlör2erwör2f3lö2r1imörner2ör3s2kör3t2eö2schlö2s1eiös2s1cöte4n1pa1f4rpa1k4lpala3tpa3neipa2neupan3k43pa2nopan3sl3panz4pa5reg1park_par2klpar2kr1pa2ro1partn1partypar3z2pa3s2ppä3ckepät3s4pekt4spe2l1ape3l2ipeli4npen2alpen3dape4nenpe2n1o3pensiper2an1pere2per4na3pers2perwa4pf1ansp2fa4rpf3arep2f1aupf1eimpf1einp2fentp3fer_pf2erwp3f2esp2f3läpf3leipf3lie2p1heiphen3dphi2ka2ph3t2pi3chlping3s3pinse3pirinpi3t2apla3napo1o2bpo2pakpo1raupor4thpo4stapo4stäpos4trp2p1abppe2n1p2p1f4p2p3rap2p3repre2e13preis2p3rer3p4res1prinz4prosspro1stp3steap3stelp3s2tipt3albp4t3ecp4t1eip4telept1urspu2s3tra2barrab2blra2chura2dan2radapraf3arra2ferra3gle3r2ahmrail4l2r3airr3a2kr2raktira2la2ral3abrala4gr3alar3r4aldral3larall2e2rallgr3alp_ra2merram4muramt4sr4aner1rangirani1eran2kr2r1anmra2nor2r1anpr2ans_r2ansp2rantr2r3anwrar3f4r3asphra2stara2t1arat2serat2st3raub_rau2mi2rausgrau2sprau2taraut5srä2s1c3rätser2b1abrba3rerb1artrb1aufrb1echr4belärber2er3b2larbla2dr2ble_rb3lerrb4seirb3skarb4stärb3strr1che_r1chenrch1s2rch3sprch3tar3d2acr2d1akr2d1alrd1amerdani1rd1antrden3drde3rerde3sprdi3a2rdia4lrd1irir2d1itr2do2brd3ratre2altre3at_re3atsre2b1are2b1lreb3ra2reditrei4blreim2p2reina2reinb2reinf4reing2reinh2reink4reinn4reinr2reins2reint2reinw2reinz2r1elbre3lei2relek2r1elf2r1elt4rempfrena2bre2nanren3drren4glren3sar1ense2rentw3r4er_2r1erbr2erbr2r1erdr4eremr4erenr4erer2rerfo2r1ermr2e1rore2robr2erse2rersp2r1erzrer5zer2erzy3r4es_3resolre1stare2stureu3g2re3uni2r1eurrewa4rrf3licrf3linrf2s1ärf2s3tr2g1ahr2g1akrge4anrge2blr2getor2glanr2gleur2g3nor2gregr2gresrg3rinrg3s2prgs4tr3r4he_3r4henrho2i3ri3am_rib2bl4ri1ceri1chari2danri3elsriene4ri3enirien3srie2nuri1er_ri4ereri2f1ari2ferri2f1ori4kla2r1ind2r1infring3lrin2gr2r1inh2rinitrin5ner1innurin2sp3risikrismu2ri4s1pris4sari3t2ir3klaur2k5nurk3räurk3rinrk2s1erks3tirk2takrk2tinrk2t3rrk3trar2k1uhrk1unirl2s1prl3ster2mansrm1anzrm1a2pr2maphr2m1efrm3starm3umsrn2andrn3anirn3arern3arir4nerkr4n1inrn2ingr2n1opr2n1orrn3s2ärn3s2prn3s2zrn3t2ero2bei3rock_r2o3de3r2ohrro2madro2merro2munro3n2aro2ratro2reiro3s2iro3smoro5starost3rro4tagrote3iro2trirots2orö2b3lrpe2rerr1amtrrer4srre2strro3m2rr3sturs3antr3schersch2lrs2endrse4ners1erörs1ersr3s2hors3insrs2kalrs2kanrs2kiers2kisr4sordr3s2p4r4s3phr2stinrs4tobrs4todr3s2wirs2zenr2t1adrtals1rt1angrt1annrt1antr2t1arrt3attrte1e2rt4eifr2temorte2n1rt1erlrt3holrt2humr4tinsrto2rirt3recr2tresrt1rosrt4samrt2sparts2pert2sprrude2aruf2s32r1uhr4r3uml2r1unar2unde2r1unf2r1unirun2kr2r1unl2r1unm4r3unt4r3u2rrus4stru2t3rrü1benrwun3srz1a4cr5zenerz1engr2zergr3z2ofrzug4usa3blesa2chu2s1ada2s1affsa1f4rsa3i2k4s3aktsal2se2s1alt3s4alz4s3amn2s3anbs2an2c3sang_2s3anh3s4ani2s3anl2s3anp2s3anssan4sk2s3anw3s2ara4s3arb3s2ard3s2ars4sarti4s3ath4s3atlsau2grsauri1s4ause2s1änds2chad2schaksch2al2schaos2chau3sche_sch2en3sches4schexschi4es2chim3schis2schmö2schn_4s4chtscht4rsch2upsda3mese3at_see3igseein2se1er_se2galse2ha4seh1abseh1agse4helse2hinseh3rese2hüb2s1ei_2s1eig2seinb2seing4seinh2seink4seinl2seinn2seinw4s3eis3s2eitsek3tose2l1ase3ladsela4gse3lamsel1ec2self_sel1inse2l3ösel3szsel3tr4s1emp3s2en_se3nacse2nansen3gl3s4eni3s2ens2sentw2sentzse2n3use5refser2ers1erfos3erfüs2ergr2serhös1erklse1rot4seröfs2ers_2sersas1erse3s4ervse2selse2tapse1u2nse2van4sexa4sges4a3s2ha_4s3hoc4s3hof3s2hopsho4resi2achs2ide_2sideosi3dersi3enesi1errsi3gnusig4st2s1imm2s1ind2s1infsin3ghsin2gr4s3inhsin1i13sinn_3sinnl2s1inq2s1ins2s1int2s1invsi2s1esi2s1osi2s1psi2tra3skala4skanz3s2ki_3s2kiks2krip3skulpsler3ssli4tu4s5not2s1o2b4sohng2s1ohrso2leiso2ner2s3ordso2rei4s1ost2s1ö2l2spara4sparo3sparu2sperl4spers3s2pez3s2pli4s3poss2potts2pran2sprax2spräm4spräs2spred2spres2sprob4sprüfsrat2ssre4t3ssa2cks4samts4sangs4sansss3attss3aufsse1e2sse3has5sen_ss3erös4setass1offs2s1opss1oris2spros5stads3steis3stelss2turss1ums2stabb4stabl3s4tad2stafe1staffst1akt2stales3tali2stalkst1almst1alp2stan_sta4na1stand2stani2stans2stanws4tar_4staris4tarss3tat_3statis4tau_2staufs3taug2staum2stauss4tänd5stätts3täus3steckste2gr3s4tehs2te2i4steil4stel_2steln4stels4stem_st4ens6ster_ste2ras3tere4stermste4st3s2teu1steue4steuf2stie_2stien3s2tif3s4tims4tinfst1iso1stitus4toffs4t3om4stopo4stor_4store2storg2storis3tort4stote4stöch4s3töts3trac2strad2strai4strak2stral5straß2sträg4strefstri2k2strua3struk2strup2st3t43s4tudstum2s2stun_4stunn2stuntstu3rest1url4stüch4stür_4stüre4stürg4stürs2st3z23su2b3su4ba2su2cha2s1u2fsu1it_su3l2asu2marsu2mausu2mels3umsa2s1uni2s1urlsüden24s3zeis2zena4szent2ß1e2gßge2bl3tabel2taben3table2t3abt2t1adat1a2drta3d2s3taf2e4ta3gltag4sttah3leta3i2kt1a2kata3kesta2krotak6ta3taktb3t2al_ta3lagta3lakta3lart1alb_t1albk3talbu3t4aletal2enta2mert1a2nat3ankl2t1anm3tans_4tansit2ant_t2anz_t1anzat1anzuta2pes2t1armtar2tat1artitar2to2t1arz3t2as_3t2asttata2bta2tanta2tautat3eita2temtat3heta2tom4tatue2taufwt1ausb3tausct2auset1ausft1auskt1ausrtaxi3s2t1ältte3cha3technteck2ete2ckite2en3te1erwteg3ret3eifr2t1ein4teinzt3eis_t3eisbte2kel3te3le4telemtel1ente4leute2littell2e4tellute2l1ö3telt4tel3tate2marte2min2tempfte4m1ute2n3atena2bte3nactena2dtena4gte4naste4naut6endotend2sten1ecte2neftens2et3entb4tentdt3entzten3zwt3e2pi3t4er_tera2bte2radte1rafter3am4terbs4terbtte2relt4erfrte3riat4erli4terlö2ternct2errat2ers_terst4tesa2ctesä2cte2sprte2s1u3t2et_te2tatte4tik3teur_3t4ha_3thal_4t3hau3t4heat2hein3t2hek3t2hem4themd4themmt4henet4heni3these2t3hoc2t3hoh4tholz2t3hot3th2r2tiden23tief_2tieg43tierati2kamti2karti2kinti2kräti2larti2lauti2leiti2lel4t1imp3t2in_2t1inb4t1indti3n2e2t1injt2ins_4tinse2t1int4t1invti2seiti2solti3stati2velti2v1oti2v3rtnes2s3tochtto4d3ut1o2fetom1e2to2mento2pakto2patto2ranto2rauto4ränto3ren2t1org3tost43to3tetouil44tractt3rad_2trahm3t4rai2trandt3rann3transt3rase3träne4t5re_tre2brt3recht4reck2t3red5t4ree4trefe4trefo4treic2treift3reigt3reint3reist3reiz2t3rek4t3relt4ren_3trendt3rent2trepe2trepot4res_t3rese3t4ret3treuh4trieg4triemtri2ertri1es5trigg2tring3trink3trip_trizi13t4roitro2ke4trom_tro2mi4tromltro1pe3tropf2t3röttrums12trund3t4ruptru2thtrü1betrü1bu2t3rüct2s1aht4s3art3schats2chots4corts1engt2s1erts1init2s1irt3spalts1parts2pedt2spert3s2pits3takts4talts3tept2stitts3tocts3tort2stritta2bet3t2altt2anttt1arttt1ebett1eiftt1eistte2satte2sät2tetit2t3hott3rast3tro1tt2sentt2spett2sprtu1almtu2chitu3fent1u2kr3t2umetum2situm2so2t1umt2t1una3t2une2t1unft3ungatung4s2tuniftu2rantu2re_tu2reitu2resture4tturin1tü3cketück2s3tür3s3tütentze2n1tz2enetz1erltzgel2tz4tinua2lauu3a2louara2bua2t3hu2be2cub3licu2b3luub3ritub2sanub2s1oub2spau1cha_uch1eiu3chesuch1iluch1inu2ch3ruch2souchst4u2ckemuck2eru2ck1iuder2eudi3enuditi4uenge4u3e2niuen2zuue2r3aue2r1äu3erehu3ereru3erexuer3g2uer2neuer3scuer3t2u3erumue4teku2f1äsu2f1eiu2f1emu3fen_u2fentuf2frouf1oriuf4sinuf2spouft3s2u2g1apu2g1eiu3g2löug3rüsug4serug3spaug3spiug4sprug4spuug3staug5stäug3struh2reruh4rinui4s5tukle3iuk2t1auk2tinuk2t3ruld2seu2l1elul1erful1erhul1erwul1etaul1insul2lesul2p1hul4samul5s2eul2tarul2triul3z2wu2m3akum1allum3anzu2mausu2maut1um3d2umer2aum1insum4serum2simu2m1uru3n2am2un2asun4dabun4deiun2dorun2d3r2unds_und3spund3stun2ei_un3einunen2tun4es43unget3ungewung3raung3riung4saun3ideun3islu3n2it1u2nivun2ka2unk1apun2keiun2kneun3n2eunst1runvol2u1or3cu2pf2eu2pf1iupt3a2ura2beur1anaur2anbur1angur2anhu2r1auur3b2aur1effu2releu4r1epur1erhur1etaur2griurg3s4ur1iniur3insur1int1urlauur3sacur2sanur2seiur2serur4sinurst4rur3szeur2z1wu4s1afus4annu2s1ecu2s1efu2s1eiu3seiduse1rau2serpu3spekus1picus2porus4secusse2nus4sezus2sofu1stalus3tauu1stelust2inu2stunu2sturut1altut3a2mu2t1apu2t1aru2t1ärute4geu4tentu4t1exut3heiu2t3hout1opfu2topsuto3s4ut3reaut3s2aut2s1äut5t4lutu4reutu5ruutz2erut2zinut2z1wuve3räüb2s3tücht4eü3ckenück4shü3den_üdwes2ü2f1eiü2h1eiüh3r2eühr3taü2mentün2fliün2g3lün3strü2r1eiü2schlüs2s1cva2teiva2t3hva2t3rvat3s4va2t1uve3li5ve3nalve3radver3b2ve4rinver3teveter2vie3levie2w1vi2l1avi4leh2v1i2m2v1intvi3s2ov1steuwab2blwa3chewaffe2wah2liwal4dawal2tawal2towang4s3war2eware1iwart4ewe2b3lwe2g3lwe2g3rweg3s4wei4blwei2flwei3tawei4trwel2t1wel4trwe2r3awer2bl3werbuwerer2wer2fl3werk_wer2ka3werkewer2klwer2kuwer2tawer2to3wertswest1awest3rwes4tuwett3swi1ckawien2ewim2mawim4muwin2drwi3s2e3witzlwoche4woh2lewo2r1iwo4r1uwört2hwur2fa3wurstwus3te1wu4t1x1i2doxi2l3ux2i2s1xi3s2cxis4täx1i4tux3t2asxtblo4x2t1eix4tentx2t3evx3t2ury3chisy2la2myloni1y2p1iny1s4ty2z1all2z3anf2z3anlzar2trza1st42z3at3z1au2fzbübe32zecho2z1eck2z1effzei3lazeile42z1einzei3s4zeist4zeit1azei2trzel1erzel1inzel3szzel3th2z1empze2nanzent3sze2r3az1erfo2zergäzer3k2z2erl_2zerlözerne22z1erq2z1erz3zerzaz3erziz2e2s1ze3skuzes2stze3sta2zettszi3alozi1erhziers1zi1es_2z1impzin4er2z1infzin1itzin2sa2z1invzi3s2zzi1t2hzor4ne2z1oszz2t1auz4tehez3therzt3reczu3ckezug3un2z1uhr2z1um_zumen22z1umszup2fizu3r2a2z1urk2z1url2z1urs2z1urtzü3ckez1weis2z1wel2z1wen2z1wer2z1weszzi3s4",7:"_al4tei_amt4s3_and4ri_an3gli_angst3_an4tag_ausch3_bo4s3k_ebe2r1_en2d3r_en4tei_er4dan_er4dar_er4dei_er4der_es5t4e_es3t2h_fi3est_fi4len_ge5nar_ge3r2a_haft5s_hau2t1_ho4met_ka2b5l_orts3e_pa4r1e_reb3s2_re3cha_rein4t_reli3e_res4tr_sim3p4_sto4re_to4nin_ul4mei_urin4s_ur3o2m_ur3o2p_wei4ta_wor4tu_zin4stab3essea4chenta4cherka4cheröach1o2bach2t1oa3d2ar3ade3s2p2ad3recaf4t5reage4nebage4ralage2s3pa2h1erhah4l1eiahner4eahre4s3ahr4tria3isch_1a2k4adala5ch2a2l1angalb3einalb3eisal4berha2l1e2b3a2l1efal3endsa2l1erba2l1erfa2l1erhaler3ina2l1erla2l1ert3a2lerza2l1eskal2l1aual3lenda2l1o2balt3eigalt3ricalt4stüalzer4zamer2a1amp2fa2am4schlana4lin2ana1s4an2d3rüan2g1eiang3erfan2g3laan2g3raa4n3insan2k1anan2k3noan2k3raan2k3räan3s2krant3rina3ra3lia2r1anga2r1anza2r3appar2b3unaren4seare3r2aa2r1erhar2f3raari3erdari3ergarin3itar2k5amar2k1arark3aueark3lagark4trear3m2orar2r3adart3erlar4trama4scheca2s1e2ma2s1o2fa2s1o2ras4t3rea2t1aktater3s2ato4mana2t1ortat4schnatt3angat2t3räat4zerkauch3taau4e3reaum3angaup4terau2s1ahau4schmau4schoaus3erp1aus3s4aus4se_au4terkaut2o3fäg3s4trä3isch_äl4schläser4eiäse4renäskopf3ät4schlät4schräu4schmäus2s1cban3g4lban2k1abau3s2k2b1eier2b1eimebe1in2hbei3s4tbe2l1enben3dorbens4eiben4sprber4ei_be4rengber4in_ber3issb3esst_2b1illubis2s1cbjek4to2b3leid3b4litzbor2d1ibor2t3rbra1st42b3riembrü3ckeb6schanb6schefb4s1erfb4s1ersbst1a2bb2s3träbs3treubtast3rbunde4sbu4schlbu4schmbu4schwbu2s1erbügel3ebzei2t1ch3a2bi3charta4chelemche4ler4chents4chentwche4recche3rei2ch1e4x2ch1invch3lein2ch1unf4ckense4ckentw2ck1errck4stro2ck1um32d1al2a2d1ammä2d1a2na3d2anz_2d1au2f2d1aus33d2e1imdelei4gde2l1obdel2s1edel2s1pden4sender3edider4erf4derklä4derneude3stande3stardie4nebdie2s3c2d1i2radi3s4trdi4tengdo1st1r2d3rast2d3rauc3d4reck2d3reicdrü3cked4s3amtd4schefd4seinsd2s1engd2s1entd2s1erfd2s1erkd3s2kan2d1un3de3ak3toe4aler_e3at5t4eb4stätebs3temech1o2bede3n2eeden4seeden4sped2s1eseein4see2f1e2bege4l1äege4streher4anehe3strehl3eineh2r1a2ehr1e2cehr4erleienge44eigeno1ei2g3nei4leineil3ins2e1induei4neng3eingabein4habei2n1o23einsate4inverekt3erfela4bene2l1a2me2l1a2re4leinge4leinh2e3len_e4lensee2l1ente2l1ergel1e4tael3l2an3elternelt3s2kelt3s2pe2m3anfe3m2e2nemen4the2m1erwem2p3leena3l2ien3d2acend4ortend3romend3s2pene4bene4n1enten4entre2n1erd1e2nerge2n1erle2n1erse2n1erte2n3erue2n1erwe4n3esseni3er_enob4lee2n1o2ren4terb3entspr4entweten4zergenz3erherd3erwere4dite2r1e2h4e3rei_4e3ren_e4rensee4rentner4ergee2r1erhe4rerscere4vid3ergebn4ergehäe2r1i2d4e3rin_e2r1ini3erlebnermen4serm3erser2n1ose4r1o2rer4res_erri3erers4tecer4terl3erweckese4lere3s2pore3s4prae4starbe1s2teces3trope2s3umseße3r2eeter4tre4traumet4tangette4n1et4t1umeu3ereieu4genteu3g2ere2u3r2eeve5r2ifa4chebfa2ch1ifan4gerfäh2r3ufeh4lei4f1einhfe2l1erfel4sohfer3erzfest1a2fest3eifet4t3afeuer3ef2f3emifi1er2ffi2l1anfil4auf2f3leinflu4gerfor4teifor2t3r2f3ra2mfrei3n4f4scheff4s1ehrf2s1entf4s1etaf2s1pasf4stechf3s4telf3sternf4t1entf2t1erlf2t1etift4scheft4s3täft4streft4stri2f1u2nifun2k3rfus4serfus2s1pfus2s3tfu2ß1ergan2g1a4gangeb2g1ankugebe4amge4lessgel3stegel3t2agen4auggen2d1rgen3eidgen3ern2g1entfge4renggerin4fger4inngerin4tger4stoges3s2tge4t1ergien2e12g3isel3g4laub2g3lauf4g3lein2gni2s12g3reic2g3rein2g3renng3rieseg4schefg3s2eilg3s2pekg3s2porgs4tellgst3entgst3errg4s3tor4gungew2g3unglgus4serhaf3f4lhalan4chal4beihas4serhau4spahäu2s1chba2r3ahe4b1eihe5ch2eheit4s3h3e2lekhel3ershel4meihen3endhen3erg2h3entwher3a2bher3eck4hereighe4rerwherin4shie4reihie4rinhi2l3a4hin4t1ahir4nerhle3runhner3eih3nunge2hot3s2hrei4bah4r3eigh3re2s1h3rieslhr2s1achr2s3auhr4s1ofhr4stechrü3ckeh2s1achh4schanhse4lerh2s1erlh2s1parhst3alth2s3tauh3steinhst3ranh3taktsh2t3assh2t3a2th4teilzh2t1eimh2t1eisht3erfoh2t1erhh4terklh2t1errht3erscht3ersth2t1erzh4t1essht3ort_ht3randh2t3rath2t5rinh2t3rosh4t3rösht3spriht4stabh2t1urshu2b1eihu2b1enhu2l3eihul3enghu4lenthu2l1inhut4zenia2l1a4i3alenti3alerfi3alerhi3a2leti3a2liai2b1aufi2b1eigi2b1eisich2t3rieb4strie2f1akie2f1anie3g4raie4l1ecien4erfienge4fien3s2eie4rerfier3staies2s3tie4tertie2t3hoie4t3ö4i2f3armift3erkif2t3riift3s2pi2g1angi4gefari3g4neuig3steiig4s3toig4strei2k3anoi4kanzei2k1etaik2o3p4i2l3a2mil4aufbi4lentsi2l1erfi2l1ergil2f3reili3e4ni2l1indil4mangil2m3atil2m1auilz3erki2m1armimat5scima4turi2m1erfi2m1erzi2m1infi2m1insi4n3au2in4deneind4stai2n1engin3erbeiner4lö1in4fosing4sami3n2i3d3inkarninn4stains3ertin3s2kain3stel1in3s2zional3aion4spiir2m1auir2m1eii4s3amtisch3ari4schefi2sch1lisch3leisch3obisch3otisch3reisch3rui4schwai4schwoisch3wuise3infi4seinti2s1ermi2s1essi3s4tati3s4teli3s4tilit3a4reiten3s2iti4kani2t3ranits1a4git2s1e4its3er1it4zergi2v1enei2v1enti2z1enejek4terjekt1o2jektor4je2t1u2jugend3jung3s42k1a2bo2k3a2drka3len_kal3eri2k1annakari3es2k1artikau2f1okauf4spke1in2d2k1eise2ke2lekkel3s2kk3enten2k1entsker4kenker4neu2k1i2deki3n2o32k1inse4k1last2k1o2fekop4fenkord3erkot4tak2k3räum2k3redek6s3ammk4s3amtk2s1ersk2s1erwk3stat4k2t3a2rk2t1ergk2t1erkk2t1ingkti4terkuri4erku4schl4l3aben4l1a2bl2l1a2drland4spla2r1eila4rene3l2ar3glar3ini2l1ar3t3lasserla2t3ralat4t1alat2t3rlaub4s3lau4fer2l1ausrlär2m1al2b1edel2b1insld3a2ckl2d1a2dl2d3a2nl2d1a2rleben4slecht4e4leier_lein4duleins4e2le2lekle2m1o24lendet4lenerglen4sem2l3entwlent4wäle2ra4gle4rers3lergehl3ergen2l1ergilerin4s2l1er2ö3l2erral4f1eislgeräu33lichem3licher2l1i2doli3e2neli4schu2l1i2soll1a2bel2l1abtl2l1a2ml2l1ausl4lentsl4lergoll3erntll3ertrl2l1indl2l1o2bl2l1o2rllus5t6l2m3a2blm3einsl2m1e2pl2m1erz2l1o2bllos3t4rl2s1a2dl4s3ambl4schinl4schmül2s1e2bl2s1ersl2s1impls3ohnel2t1eislte4leml3t2erglt4stablt4stoclug3stelung4sclus4s3alus2s1clus2s1olus2s3plus4s3tlust3rema4gentma2l1ak2m1analman4ce_man3ers2m1angrma3s2pa4m1aspemas4tel2m1au2fmäu2s1cmein4dame1i2some2r3apmer3eckme4rensmerin4dmerin4tmerz4en4m1essamierer4minde4smis2s1cmme4linm4mentwmme2ra2mme4recmmi3s4tmo4n1ermor2d3amp4ferfmpf3erpmpf3errmpf3erzm2t1erfm2t1ergm2t1erlm2t1ersm2t1ertm2t1etamt3s2kana3chenna2l1a23n2al3dna4lentnal3l2a4n1a2nana4schw4n1a2synauf4frn4austende4al_nde4lännde4robn2d3ratn4d3runnd4sparnd4stabnds3tau4n3eingne2n3a24n1endb4n1endd4n1endf4n1endh4n1endk4n1endp4n1endt4n1endwne4nenenen4ge_nen4gen5n2enta4n1entl4n3entw2ne4p3fne2ra2bne3r4alne2r3am4nerbe_4nerben2n1erbine2r1eb4n5erfonerfor42n1erlöner4mit4n1ernt3n2ers_4n3ersa4n3essi2n1etatnett4sc2n1e2tun2g1a2mn2g1einnge4zänn2g1i2dn3g2locng3sendnie3l2ani4kingni4schwn4k1algnke4leinke2r3un2k1insn2k1ortn4nentsn2n1unfn2o3ble2n1ob2sno2m1annor2d5rno4t3eino2t3inno2t1opn2s1äusn6schefnsen4spns3erfan4serfon2s1erkn2s1erwn2s1erznsi3de_n2s1inin4stat_n3stemmnst4erön4stracn4strien3t2a3cn4tanzan4t1essnti3k4ln4t1inhnton2s1nt3reifn5t4repntu4re_ntu4resn2z1a4gn4zensen4zentwnz3erwe2o3b4enoben3d4obe4riso2ch1ecocher4kof2f1ino2h1eiso2h1erto2h1erzoh4lergoh4lerwo3isch_ol2l1auoll1e2col2l1eiol4lerkoma4nero3m2eiso2m1indo2m1into2n1erbo2n1erdon3n2anont3erwon2t3riop4ferdopi3er_o4r3almo4r3alpor2d1iror2d3reord3s2to2r1e2cor2k3arormen4sor4mentor3n2o1ors4tinor2t1akor4t1anort3eigort3erfor2t3evor4trauort3ricor2t1umo2s3perost1a2bos4ta2gost3ageos4t1amos3tarrost3einost3rano2ß1enzo2ß3ereo2ß1erfo3t2e1iote2l1aote4leio2t1erwot3s2peot4terkozen4taöchs4tuögen4s3öl2f1eiöl2k3leö2r1e2lö3r2erzö2r1unepa2r3afpar3akt2par2erpar4kaupe4leinper2r1ap2f1a2b2ph1erspie4leipie4reipil4zerpingen4pi2z1in3ple5n4po2p3arpor4tripo2s3tepost3rap4t1entpt3ereip4t1erwp4t1erzp4t1in12r1acetra4chinracht3r3ra1k4l2r3alm_r4al3thram4manram2p3lran4dep4r3aneiran4spara2r1inra4schlrau3e2nrau4manra3umsa2raus5sr2d1elbrder4errderin4r2d1innre3alerrech3arreier4trei3l2arei3necre1in2v2r1entl2r1ents3r2erki2r1ernä2r1erns2r1ernt3r2ers_2r1ersa3r2ertu2r3evid2r1e2x1rfi4le_rfolg4srf4s1idrf2s3prr2g1a2drge4ralrge4taprgi4selr2g3ralrg5s2turi2f1eirif4terri4generin4dexrin4diz4rinnta3r4ins_rin4tegrin4t5r2r1inveri4schori4schwr3i2talr2k3reark4stecrk2t1anrk2t1o2rl4s3tor2m1ider2n1anzr3n2a2rrn3ebenr4n3eisr4n1ener4n1ergrn4erhir4n1ertrol4lanron4tanro2r3alros2s1crre4aler2s1a2dr4s3amtr2s3angr2s1e2br4stantrs4temprs4terbr3s2tierst3ingrst3ranr2t1almrt3a4rertei3lartei3s4r4t3elfrten3s2rt3ereir4terfar4terfor4t3erhr4t1erkr2t1ersrte3s4kr4t1i2dr4t1imar4t1rakr4treisrt4s1ehr2t1urtru3a2r3ruch3strun2d1arund3er4r3uniorus2s1pr2z1erfr2z1erkr2z1erwrz2t3ror3z2wecsa2cho22s1a2drsa2l1id6s3amma2s3a2nasan4dri4s5a2sy2s5aufb2s5ausb4schanc4schangsch3ei_4schemp4schess3sching4schiru4schle_4schre_4schrinsch3romsch3s2ksch3t2a4schunt4schwetsdien4e2s1echo2s1echt4s1e2ckse2e1i4se4h1eise4herk5s4ein_sein4dusei3n2esein4fo4s3einr4seinstsel3erdse4lerlsel3ers4s1endlsen3eck2s1entg2s1entsse2r3als3ereigser3eimse4reinser3eis2s1ernt4sersehse4r1ufse3r2umse3rung4s1e2thsi3ach_siege4ssi2k1absin3g4lsing3sasi4schuska4te_4skategska4tes4s3klassni3er_sni3erssol4ler4s3o2ly2s1orga5s4orgeso2r1o24spensi4s1peri3s2pi4e4spier44s3p4lu5s2prac3s4prec3sprosssrat4scs4s1alas4s1albs3sa1s2s4s1egasse3infs4sentsss3erhöss3erses3s4tipst1a2mi4s3tann3staus_4stechn3steilh3sternc3s4tett3s2tiel1s2ti2r2s3tosesto3s2t3s4trah4strans3s4tras4straum4stränest4reifst3renn2s4trig2s3trisst3roll4st3run2s4t3s4stum4sc3s4tunds2t1uni2s3tuns2st1urtsu2m1o23s4zene2ß1erseta2b1antab4bauta4bendta2g1eitage4s3tahl3sk4taktiv3t2aktutaler4ita2l1op2t1anna4t3ansp4tanzeita4rens3t4a3rita2t1erta2t1um2t3ausg4t3auss2t1ausw4teilhet3eingete2l1aute4l1ecte4l1ehte4leinte2l1inte2m1ei4t3endf4t1endl4t3endpten3d4rten3eid4tenerg4t1eng_ten4ge_ten4gla4tensem4t3entwten4zerter3endte4rengterer4z4terfol4terkläter4mert3erneuter4re_3t2erroter4sert4erst_t4erstit4erstute4r1ufter4wähter3z2a2t3erzbtes4sertes3tantest3eiteu3ereteu3eriteu2r3a2t3e2xe2t1e2xi4thrin_4thrinsti3e4n3tie4recti4gerzti2ma2gtim2m1at1in1ittin2k1lti4que_ti4schatisch3w3ti3t2etle2r3ato2d1ertor3inttra3chatra4demtra4far3t4ran_3t4reib2t3reihtre2t3rt4riche4t3rose3t4runkt4schart3sch2et4schefts4chemtsch4lit4schrot2s1e2bt4seindt2s1entt2s1i2dts4paret3s2pont3s2port4spreits3tätits3tradts3traut2s3trät4stropt2s3trütte4lent1u2fert3umsattu2r1ertur3eretu4schlt2z1e2ct2z1eiet2z1eistz3entsuben4seuch4spruch4toruch2t3ruden3s2u4erinnu3erunfu3eruntu2f1ä2ßu2f1erhu4ferleufs3temu4gabteu2g1erfu2g1erlugge4stu3isch_u3ischsulm3einu2m1artument4su2m1ergu2m1erlu2m1erwum2p3leum2s1peun2d1idun2d3umunk4titunk2t3run2n3adunte4riunvoll3upt3ergu2r3a2mur1an5su2r3a4rurgros4ur2s3auu2s1eseusi3er_us3partu2s1pasu5s4pizuss3erkust3abeu5strasu4t1erhuto4berut4schlut2s3pautz3engüch2s1cück3eriü4ckersück4speü3d2ensü2f1ergü2h1engü2h1erkü2h1erzühr3ei_ül2l1eiün2f1eiüste3neva2t3a4va4t1inve4l1auviel4ervi2l1invollen4waffel3wah4lerwalt4stwar3stewa4schawass4e2we3cke_we3ckeswei3strwen2k3rwer4gelwe4r3iowest3eiwest1o2wolf2s3wol4lerwor2t3rwuch4scxi4d1emx2t1e2dxtra3b4x2t3ranyl4anteyri3ersze2l1a2ze2n3aczen4sem4zergeb2z1erhözerin4tzer4neb2z1ersazert1a4zert4anzessen4zie4leizin4ser4zinsufzon4terzu2g1arzu4gentzwan2d1",8:"_alb6rec_al5l4en_anden6k_ar4m3ac_ar4t3ei_bei6ge__ber4g3r_de3r4en_einen6g_en4d3er_er4zen4_ka4t3io_ost5end_par3t4h_richt6e_rücker6_sucher6_tan4k3la4ch3erwach6stuback5sta43a2er2o1al4b3erwal2l3a4rall5erfaalli5er_al4t3erfam4t3ernan4g3erlan4g3erzang4s3poani5ers_an2t3a4ran2z1i4nari5ers_at4z3erwau5ereinau4s3erwauster6mau4ten4gäs4s3erkbach7t4ebal4l3ehbe4r3eiwber3st4abe6steinbe4s3tolbote3n4ebse4r3inbu4s3chach3e4ben6chergebcher6zie4d3achse2d1an3d22d1e2bendel5sterde4n3end4den4semde4r3eckde3r4erbde4r3ero4d3erhöh4d3ersat2d1in1itdi4t3erldi4t3ermdi4t3ersd4s3chind4s3tätid3s4terne3a4reneech3t4eiege4n3a4eg4se4r1eh4l3entei2b3u4tei4d3errei2m1a4gein6stalei6schinei6schwuei4s3erweister6reld5erstel4d3erwel5eier_e4ler4fae4ler4laelgi5er_elgi5ersel4l3eine6mentspen4d3esseni5ers_en5sch4een4t3rolen4z3erfen4z3erke4r3entfer4g3an_eri3e4n3eri5ers_ess4e3reess5erwees4t3enges4t3erhes4t3essestmo6deest3o4riet4sch3wet4z3enteue6reifeut6schnfal6schafal6schmfrach6trf4s3tüteft4s3tangas4t3el2g1eise2gel4b3ragel6ders4g3ereigge4ren4sge4r3entge4s3terglei4t5rgrammen6gros6selhaft4s3phal6lerfhau3f4lihau5steihel4l3auhe2n1e2bhe4r3eishe4r3o4bhfel6lerh6l3ernäho6ckerlhol6zeneh6rerlebh3s4terbh3t4akt_h4t3entfh4t3entsh4t3erfüh4t3erkeh6terstaht6ersteht6raumeht4s3turht4s3türhut4z3eri2e2l1a2ie2l3o4bie4n3ergier4s3ehiesen3s4im4m3enti2n1e2bei4ner4trin2g1a4gin4n3ermir4m3untir4sch3wi4sch3eii6schwiriso6nendis4s3chejah4r3eikehr4s3o4ken4gagken5steik3er4lauk3er4lebkeu6schlkor6dergkre1i2e4k4s3tanzk4t3erfolat4t3inl2d1e2selei6nerble4n3end5lentwet4l3ereig4l3ergeb3l4ergewli2g1a2b2l1in1itl6lergenl4s3ort_l4s3tätils6ternels6ternsl4t1e4skl2t1o2rilu2g1e2blus4s3erlu4t3erglu4t3ersl2z1u4fema4t3erd4m3entwi4m3ergänmp4f3erg4m3ungebnacht6ra4n1a2mernavi5er_navi5ersn4d3entsnder5stene2n1e2bn4g3erseng4s3e4hnich6ter2n3i2geln4k3erfanseh5erens6eins_n4s3prien4s3tatenst5opfenten6te_nt4s3parober3in4oh4l3erhol4z3ernon4t3endopf5erdeopi5ers_or4d3engor2m1a4gorni5er_orsch5lior4t3entor4t3ereor4t3offor4t3räuos4s3enzos4s3erfoste4r3eo2ß1en2kpargel6dpä4t1e2hpä4t3entp2f1in3srach6trä2r3a2d3rrali5er_rali5ersran4d3errau4m3agräu5scher2b1a2der4b3lastrch6terwr4d3erntre4n3end4r3erlaures6serwrge4l3err4g1en4g4r3innerrkstati6r2m1o2rirpe4r3inr4s3ort_r6steingrst3er4wr6strangr4ter4laru6ckerlrun6derlrun6dersrun6derwr4z3entssat4z3en2s1e2bense2r3a2d6sereignse4r3enk4s1e2tatson5ende2s1o2riesrücker6sse3in4ts4t3endss4t3englstes6se_sun6derhta4r3eretau3f4litau6schrtau6schwtblock5e4t1e2bentein3e4ctel4l3änte4l3ostte2m1o2rte2n1e2bte3n4ei_ten4t3ri4t3erde_te2r1e2b4t3ereigter4n3art6erscha6terwerbtes6terkti4v3erlto6ckenttrücker6t4s3amt4t4s3esset3s4tero2t1u2niou2ch1e4cu3erin4tuern3s4tu4g3reisun4d3erfund5erhaunge3n4eu6schentusch5werusi5ers_ü2ck1e2rüge6leisve4n1en2wach4t4rwahl5entwandels6we5cken_weis4s3pwel6schlwel6schrwel4t3a4xpor6terx2t1er2fx2t1il2l2z1e2benzei4t3erze2r1e2bzer4n3ei4z3erstezer4t3ag",9:"_ber6g5ab_er8stein_he6r5inn_men8schl_wort5en6_wor8tendach8traumalli7ers_al5s6terbäh4l3e4be6b5rechtechner8ei_den6s5taue6ch5erzierg3el4s3got6t5erggren6z5eihä6s5chenhe6rin6nuherin8terh6t5erspaieler8gebil4d3en4tke6rin6nulepositi86mel6ternn4n3er4waos4s3en4kpapieren8ram6m5ersr8blasserris6t5erssfal6l5erspani7er_su6m5ents4t3a4genttan6z5erhtblocken8tes6ter6gvati8ons_wer6t5ermwin4d3e4czer6t5rauzes6s5end",10:"_er8brecht_os8ten8deder6t5en6deren8z7endgram8m7endin6n5er6scos6t5er6wewel6t5en6d",11:"_er8stritt__spiege8leiach8träume_lei8t7er8scpapie8r7endpiegelei8en",12:"ach8träumen_",13:"_er8stritten_"}};Hyphenator.run();if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"S":{"x_min":28.21875,"x_max":655,"ha":723,"o":"m 655 257 q 565 50 655 128 q 349 -25 479 -25 q 28 190 136 -25 l 187 287 q 353 155 259 155 q 430 180 396 155 q 468 249 468 207 q 418 346 468 293 q 332 420 398 367 q 166 571 210 521 q 75 770 75 674 q 158 953 75 880 q 349 1023 237 1023 q 637 862 498 1023 l 496 737 q 346 841 422 841 q 290 824 315 841 q 262 775 262 805 q 278 728 262 750 q 417 600 302 697 q 548 485 527 507 q 655 257 655 377 "},"Â¦":{"x_min":364,"x_max":471,"ha":833,"o":"m 471 542 l 364 504 l 364 1023 l 471 1023 l 471 542 m 471 -270 l 364 -270 l 364 347 l 471 384 l 471 -270 "},"/":{"x_min":40.6875,"x_max":665.28125,"ha":706,"o":"m 665 982 l 205 -12 l 40 -12 l 500 982 l 665 982 "},"y":{"x_min":11.53125,"x_max":794.140625,"ha":806,"o":"m 794 738 l 331 -270 l 140 -270 l 292 54 l 11 738 l 200 738 l 392 274 l 604 738 l 794 738 "},"g":{"x_min":61.3125,"x_max":824,"ha":918,"o":"m 824 105 q 748 -169 824 -80 q 444 -289 646 -289 q 136 -182 239 -289 q 61 -53 85 -129 l 265 -53 q 436 -117 320 -117 q 621 -34 578 -117 q 639 91 639 2 q 415 0 547 0 q 159 112 259 0 q 62 378 62 220 q 170 660 62 554 q 405 757 269 757 q 639 656 532 757 l 639 738 l 824 738 l 824 105 m 649 376 q 593 525 649 467 q 447 584 538 584 q 302 525 359 584 q 246 378 246 466 q 303 227 246 287 q 450 168 360 168 q 595 228 540 168 q 649 376 649 285 "},"Â²":{"x_min":77.90625,"x_max":560.640625,"ha":639,"o":"m 560 657 l 542 513 l 77 513 q 177 729 89 635 l 334 865 q 417 1007 417 937 q 315 1113 417 1113 q 229 1076 256 1113 q 203 1007 216 1058 q 175 971 193 971 l 113 971 q 95 975 103 971 q 92 998 92 985 q 158 1160 92 1100 q 324 1218 222 1218 q 479 1167 419 1218 q 544 1019 544 1113 q 473 851 544 927 q 332 735 449 825 q 227 617 246 670 l 454 617 q 458 659 458 655 q 486 684 465 684 l 535 684 q 560 657 563 684 "},"â€“":{"x_min":-8,"x_max":703,"ha":695,"o":"m 703 318 l -8 318 l -8 482 l 703 482 l 703 318 "},"Æ’":{"x_min":48.828125,"x_max":731.0625,"ha":778,"o":"m 731 985 l 708 823 q 614 864 653 864 q 558 815 575 864 q 542 735 551 795 l 528 634 l 680 634 l 657 475 l 503 475 l 432 -38 q 322 -262 407 -209 q 229 -289 280 -289 q 48 -227 153 -289 l 71 -63 q 180 -114 136 -114 q 231 -74 216 -114 q 246 -4 238 -59 l 318 475 l 164 475 l 187 634 l 341 634 l 364 802 q 563 1042 396 1042 q 731 985 644 1042 "},"e":{"x_min":59,"x_max":835,"ha":889,"o":"m 835 350 l 835 315 l 238 315 q 308 188 251 233 q 449 144 365 144 q 628 216 553 144 l 784 143 q 451 -19 670 -19 q 169 88 280 -19 q 59 364 59 195 q 166 644 59 532 q 440 757 274 757 q 724 645 615 757 q 835 350 835 530 m 647 461 q 573 562 628 525 q 449 600 518 600 q 314 556 372 600 q 246 461 277 529 l 647 461 "},"J":{"x_min":25.625,"x_max":553,"ha":667,"o":"m 553 335 q 540 156 553 212 q 445 12 517 59 q 306 -25 387 -25 q 25 119 141 -25 l 162 247 q 301 161 239 161 q 356 213 344 161 q 362 300 362 236 l 362 998 l 553 998 l 553 335 "},"Â»":{"x_min":16.953125,"x_max":621.875,"ha":639,"o":"m 621 371 l 497 0 l 324 0 l 450 371 l 324 738 l 497 738 l 621 371 m 314 371 l 189 0 l 16 0 l 142 371 l 16 738 l 189 738 l 314 371 "},"â‚ª":{"x_min":113,"x_max":1161,"ha":1230,"o":"m 1161 0 l 432 0 l 432 541 l 534 541 l 534 104 l 1059 104 l 1059 818 l 1161 818 l 1161 0 m 841 279 l 739 279 l 739 717 l 215 717 l 215 0 l 113 0 l 113 819 l 841 819 l 841 279 "},"Â©":{"x_min":-5,"x_max":1034,"ha":1028,"o":"m 1034 513 q 964 253 1034 374 q 774 64 894 133 q 514 -5 653 -5 q 254 64 374 -5 q 64 254 134 133 q -5 513 -5 374 q 64 772 -5 652 q 254 961 134 892 q 514 1031 374 1031 q 774 961 654 1031 q 964 772 894 892 q 1034 513 1034 652 m 927 511 q 807 803 927 683 q 515 924 687 924 q 307 869 403 924 q 156 719 211 814 q 102 514 102 623 q 156 310 102 404 q 307 160 211 215 q 513 106 403 106 q 720 160 624 106 q 871 309 816 215 q 927 511 927 403 m 784 418 q 701 269 772 324 q 536 214 631 214 q 323 302 403 214 q 245 522 245 388 q 323 736 245 652 q 532 821 402 821 q 784 622 740 821 l 664 622 q 533 727 641 727 q 402 665 450 727 q 360 524 360 609 q 404 377 360 439 q 535 309 453 309 q 622 338 586 309 q 664 418 658 368 l 784 418 "},"^":{"x_min":41,"x_max":647,"ha":688,"o":"m 647 596 q 626 546 647 567 q 577 526 606 526 q 508 568 544 526 l 342 765 l 179 568 q 110 526 144 526 q 61 546 81 526 q 41 596 41 567 q 71 658 41 621 l 342 985 l 616 658 q 647 596 647 621 "},"Â«":{"x_min":16.953125,"x_max":621.875,"ha":639,"o":"m 621 0 l 448 0 l 324 366 l 448 738 l 621 738 l 496 366 l 621 0 m 314 0 l 141 0 l 16 366 l 141 738 l 314 738 l 188 366 l 314 0 "},"D":{"x_min":115,"x_max":906,"ha":972,"o":"m 906 485 q 762 112 906 248 q 567 12 680 35 q 343 0 500 0 l 115 0 l 115 998 l 340 998 q 627 959 527 998 q 837 768 758 908 q 906 485 906 647 m 714 489 q 368 815 714 815 l 304 815 l 304 186 l 392 186 q 557 206 502 186 q 676 316 633 234 q 714 489 714 386 "},"w":{"x_min":11.53125,"x_max":1099.3125,"ha":1111,"o":"m 1099 738 l 830 0 l 712 0 l 555 420 l 393 0 l 277 0 l 11 738 l 192 738 l 341 318 l 501 738 l 611 738 l 768 322 l 916 738 l 1099 738 "},"$":{"x_min":60,"x_max":731,"ha":791,"o":"m 731 837 q 707 775 731 810 q 657 737 683 737 q 545 777 649 737 q 377 818 440 818 q 241 710 241 818 q 362 582 241 635 q 588 480 575 489 q 711 263 711 401 q 649 82 711 153 q 481 0 588 11 q 481 -34 481 -11 q 481 -68 481 -57 q 407 -151 481 -151 q 336 -130 355 -151 q 322 -74 322 -114 q 322 -41 322 -65 q 322 0 322 -17 q 170 30 255 0 q 60 118 60 70 q 79 181 60 146 q 128 221 102 221 q 240 182 137 221 q 405 143 343 143 q 539 251 539 143 q 417 383 539 330 q 192 481 305 432 q 71 692 71 557 q 141 880 71 807 q 322 965 207 948 q 322 1000 322 977 q 322 1034 322 1023 q 399 1118 322 1118 q 467 1094 449 1118 q 481 1034 481 1076 q 481 1002 481 1025 q 481 967 481 979 q 627 926 553 956 q 731 837 731 885 "},"\\":{"x_min":40.6875,"x_max":665.28125,"ha":706,"o":"m 665 -12 l 500 -12 l 40 982 l 205 982 l 665 -12 "},"Âµ":{"x_min":60,"x_max":740,"ha":800,"o":"m 740 0 l 550 0 l 550 85 q 399 -20 495 -20 q 248 80 303 -20 l 248 -270 l 60 -270 l 60 738 l 248 738 l 248 350 q 258 244 248 279 q 319 162 273 192 q 401 137 357 137 q 532 226 495 137 q 550 355 550 270 l 550 738 l 740 738 l 740 0 "},"â€™":{"x_min":105,"x_max":276,"ha":389,"o":"m 276 929 q 179 642 276 768 l 113 694 q 173 829 153 754 l 105 829 l 105 1023 l 276 1023 l 276 929 "},"-":{"x_min":57,"x_max":638,"ha":696,"o":"m 638 331 l 57 331 l 57 458 l 638 458 l 638 331 "},"Q":{"x_min":65,"x_max":1143.046875,"ha":1166,"o":"m 1143 -79 l 917 -79 l 829 34 q 586 -25 720 -25 q 215 126 365 -25 q 65 499 65 278 q 133 761 65 641 q 324 952 201 881 q 584 1023 445 1023 q 951 868 801 1023 q 1101 496 1101 713 q 969 146 1101 293 l 1143 -79 m 911 497 q 818 736 911 637 q 584 837 723 837 q 347 739 439 837 q 256 495 256 641 q 374 234 256 330 q 585 159 467 159 q 713 185 653 159 l 534 415 l 761 415 l 850 299 q 911 497 911 388 "},"M":{"x_min":37.984375,"x_max":1211.890625,"ha":1250,"o":"m 1211 0 l 1028 0 l 921 630 l 709 0 l 541 0 l 332 630 l 223 0 l 37 0 l 210 998 l 396 998 l 626 301 l 860 998 l 1043 998 l 1211 0 "},"C":{"x_min":64,"x_max":1030.171875,"ha":1082,"o":"m 1030 821 l 897 694 q 592 838 761 838 q 350 740 448 838 q 253 499 253 643 q 419 201 253 293 q 595 157 498 157 q 761 194 687 157 q 897 300 824 227 l 1026 165 q 830 22 923 65 q 592 -25 727 -25 q 212 121 360 -25 q 64 500 64 268 q 325 952 64 805 q 595 1023 450 1023 q 1030 821 857 1023 "},"!":{"x_min":90,"x_max":283,"ha":373,"o":"m 266 905 l 266 393 q 249 338 266 353 q 189 324 232 324 q 129 336 144 324 q 107 393 107 350 l 107 905 q 157 967 107 967 l 211 967 q 266 905 266 967 m 283 125 q 259 40 283 75 q 186 0 233 0 q 112 40 138 0 q 90 125 90 75 q 112 209 90 175 q 186 250 138 250 q 259 209 233 250 q 283 125 283 175 "},"{":{"x_min":73.6875,"x_max":511.3125,"ha":552,"o":"m 511 -122 q 486 -182 511 -159 q 424 -206 461 -206 q 274 -139 338 -206 q 210 13 210 -73 l 210 312 q 198 360 210 346 q 154 377 187 373 q 73 461 73 386 q 154 545 73 536 q 198 563 187 549 q 210 609 210 576 l 210 901 q 273 1054 210 989 q 423 1120 336 1120 q 486 1096 461 1120 q 511 1036 511 1073 q 429 952 511 959 q 375 888 375 947 l 375 609 q 325 461 375 514 q 368 385 358 426 q 375 297 375 356 l 375 25 q 429 -39 375 -34 q 511 -122 511 -46 "},"X":{"x_min":27.8125,"x_max":915.53125,"ha":945,"o":"m 915 0 l 701 0 l 471 350 l 242 0 l 27 0 l 364 514 l 48 998 l 262 998 l 471 678 l 682 998 l 895 998 l 578 514 l 915 0 "},"Â¼":{"x_min":35.15625,"x_max":1059,"ha":1073,"o":"m 1059 172 q 1032 136 1059 141 l 982 136 q 982 87 982 115 q 982 50 982 58 q 968 11 982 21 q 908 0 953 0 q 860 62 860 0 q 862 100 860 75 q 864 136 864 125 l 697 136 q 644 148 653 136 q 636 207 636 159 q 660 267 636 235 l 853 523 q 888 551 873 547 l 938 551 q 980 508 980 551 l 980 240 q 1045 231 1034 240 q 1059 172 1059 221 m 865 983 l 404 -11 l 240 -11 l 699 983 l 865 983 m 396 477 q 385 439 396 447 q 345 433 377 433 l 97 433 q 58 451 65 433 q 54 497 54 460 q 106 546 54 546 q 134 546 115 546 q 164 546 153 546 l 164 837 q 117 837 144 837 q 81 837 89 837 q 44 851 54 837 q 35 911 35 865 q 77 945 35 945 q 98 945 83 945 q 121 945 113 945 q 183 983 172 945 l 283 983 l 283 545 q 319 545 297 545 q 348 545 341 545 q 385 533 375 545 q 396 477 396 519 m 865 240 l 865 371 l 764 240 l 865 240 "},"#":{"x_min":40,"x_max":867,"ha":906,"o":"m 867 236 l 664 236 l 609 -14 l 463 -14 l 518 236 l 293 236 l 240 -14 l 94 -14 l 147 236 l 40 236 l 40 383 l 177 383 l 216 569 l 40 569 l 40 716 l 244 716 l 300 969 l 446 969 l 390 716 l 613 716 l 668 969 l 814 969 l 759 716 l 867 716 l 867 569 l 731 569 l 693 383 l 867 383 l 867 236 m 585 569 l 362 569 l 324 383 l 546 383 l 585 569 "},"ï£¿":{"x_min":23.421875,"x_max":420,"ha":556,"o":"m 420 89 q 398 24 420 50 q 340 -1 377 -1 l 70 -1 q 23 43 23 -1 l 23 106 q 60 150 23 150 l 220 150 q 254 188 254 150 l 254 778 q 226 818 254 818 l 126 818 q 83 828 95 818 q 71 868 71 838 l 71 920 q 100 967 71 964 q 196 969 112 969 l 345 969 q 420 884 420 969 l 420 89 "},")":{"x_min":41,"x_max":372,"ha":446,"o":"m 372 457 q 340 162 372 284 q 221 -107 307 38 q 179 -171 191 -157 q 115 -206 150 -206 q 62 -184 84 -206 q 41 -132 41 -163 q 100 -1 41 -124 q 174 162 164 129 q 207 457 207 272 q 172 758 207 647 q 99 917 162 787 q 41 1046 41 1037 q 62 1098 41 1077 q 115 1120 84 1120 q 267 936 182 1120 q 355 688 338 786 q 372 457 372 590 "},"}":{"x_min":40.6875,"x_max":478.3125,"ha":552,"o":"m 478 461 q 397 377 478 386 q 353 360 364 373 q 342 312 342 346 l 342 13 q 277 -139 342 -73 q 127 -206 213 -206 q 65 -182 90 -206 q 40 -122 40 -159 q 122 -39 40 -46 q 177 25 177 -34 l 177 297 q 183 385 177 356 q 226 461 193 426 q 177 609 177 514 l 177 888 q 122 952 177 947 q 40 1036 40 959 q 65 1096 40 1073 q 128 1120 90 1120 q 278 1054 215 1120 q 342 901 342 989 l 342 609 q 353 563 342 576 q 397 545 364 549 q 478 461 478 536 "},"â€°":{"x_min":28,"x_max":1750,"ha":1778,"o":"m 1750 211 q 1680 42 1750 112 q 1512 -27 1611 -27 q 1343 42 1413 -27 q 1274 211 1274 112 q 1343 380 1274 310 q 1512 450 1413 450 q 1680 380 1611 450 q 1750 211 1750 310 m 1165 211 q 1095 42 1165 112 q 927 -27 1025 -27 q 758 42 828 -27 q 689 211 689 112 q 758 380 689 310 q 927 450 827 450 q 1095 380 1025 450 q 1165 211 1165 310 m 1053 1042 l 262 -67 l 125 -67 l 801 885 q 588 865 679 865 q 489 869 541 865 q 504 783 504 822 q 435 614 504 683 q 267 546 367 546 q 97 614 167 546 q 28 782 28 683 q 147 989 28 918 q 259 1023 203 1023 q 375 1006 300 1023 q 605 978 505 978 q 916 1042 785 978 l 1053 1042 m 1627 211 q 1593 293 1627 259 q 1511 327 1559 327 q 1429 293 1463 327 q 1396 211 1396 259 q 1429 129 1396 163 q 1511 96 1463 96 q 1593 129 1559 96 q 1627 211 1627 163 m 1041 211 q 1007 293 1041 259 q 926 327 973 327 q 844 293 878 327 q 811 211 811 259 q 844 129 811 163 q 926 96 878 96 q 1007 129 973 96 q 1041 211 1041 163 m 381 784 q 347 865 381 832 q 266 899 314 899 q 184 865 218 899 q 151 784 151 832 q 184 703 151 737 q 266 670 218 670 q 347 703 313 670 q 381 784 381 737 "},"Â¸":{"x_min":56.46875,"x_max":381,"ha":471,"o":"m 381 -124 q 324 -226 381 -189 q 206 -258 275 -258 q 56 -226 140 -258 l 80 -139 q 176 -155 129 -155 q 245 -108 245 -155 q 191 -69 245 -69 l 153 -69 l 177 11 l 291 11 l 283 -20 q 351 -55 324 -29 q 381 -124 381 -85 "},"a":{"x_min":60,"x_max":824,"ha":918,"o":"m 824 0 l 639 0 l 639 78 q 411 -19 536 -19 q 156 99 258 -19 q 60 367 60 212 q 152 638 60 527 q 406 757 250 757 q 639 656 540 757 l 639 738 l 824 738 l 824 0 m 648 370 q 592 524 648 463 q 444 586 536 586 q 298 522 354 586 q 244 369 244 461 q 298 216 244 279 q 445 151 355 151 q 594 215 537 151 q 648 370 648 277 "},"â€”":{"x_min":-8,"x_max":1397,"ha":1389,"o":"m 1397 318 l -8 318 l -8 482 l 1397 482 l 1397 318 "},"=":{"x_min":49,"x_max":772,"ha":822,"o":"m 772 539 l 49 539 l 49 698 l 772 698 l 772 539 m 772 229 l 49 229 l 49 388 l 772 388 l 772 229 "},"N":{"x_min":115,"x_max":915,"ha":1028,"o":"m 915 0 l 732 0 l 305 654 l 305 0 l 115 0 l 115 998 l 296 998 l 725 341 l 725 998 l 915 998 l 915 0 "},"2":{"x_min":68.328125,"x_max":741.578125,"ha":822,"o":"m 741 199 l 715 0 l 68 0 q 206 302 83 171 l 426 490 q 541 689 541 589 q 503 795 541 755 q 399 835 465 835 q 286 794 324 835 q 249 710 262 767 q 229 641 236 650 q 203 638 218 638 l 118 638 q 92 644 103 638 q 87 676 87 658 q 180 901 87 818 q 412 982 269 982 q 628 911 544 982 q 718 706 718 836 q 618 471 718 577 q 422 308 584 433 q 277 144 304 217 l 593 144 l 598 205 q 638 237 606 237 l 706 237 q 741 199 745 237 "},"Â¯":{"x_min":98,"x_max":484,"ha":583,"o":"m 484 873 l 98 873 l 98 1023 l 484 1023 l 484 873 "},"Z":{"x_min":31.84375,"x_max":665.0625,"ha":695,"o":"m 665 998 l 308 182 l 642 182 l 642 0 l 31 0 l 386 810 l 61 810 l 61 998 l 665 998 "},"u":{"x_min":93,"x_max":741,"ha":833,"o":"m 741 425 q 710 160 741 231 q 416 -19 633 -19 q 114 186 179 -19 q 93 430 93 255 l 93 738 l 280 738 l 280 382 q 286 269 280 303 q 340 175 298 204 q 417 153 371 153 q 543 240 511 153 q 555 376 555 272 l 555 738 l 741 738 l 741 425 "},"k":{"x_min":95,"x_max":823.21875,"ha":806,"o":"m 823 0 l 593 0 l 280 339 l 280 0 l 95 0 l 95 1023 l 280 1023 l 280 433 l 552 738 l 784 738 l 467 383 l 823 0 "},"Â¢":{"x_min":57,"x_max":713,"ha":778,"o":"m 713 599 l 561 510 q 526 550 546 531 l 353 159 q 426 145 390 145 q 576 211 510 145 l 694 96 q 413 -19 582 -19 q 284 0 348 -19 l 209 -164 l 105 -120 l 186 58 q 57 369 57 186 q 236 708 57 605 q 426 757 321 757 q 491 751 455 757 l 557 899 l 662 853 l 598 711 q 713 599 673 664 m 420 587 q 282 519 329 587 q 241 366 241 460 q 266 241 241 299 l 420 587 "},"s":{"x_min":34.875,"x_max":558,"ha":610,"o":"m 558 210 q 477 38 558 102 q 292 -20 403 -20 q 34 106 131 -20 l 148 230 q 302 146 221 146 q 356 159 332 146 q 384 204 384 176 q 303 287 384 247 l 241 319 q 62 545 62 408 q 135 700 62 640 q 301 757 204 757 q 544 634 453 757 l 430 519 q 303 589 360 589 q 237 542 237 589 q 303 481 237 514 l 371 447 q 503 356 462 401 q 558 210 558 296 "},"B":{"x_min":114,"x_max":738,"ha":806,"o":"m 738 291 q 696 140 738 210 q 582 34 654 69 q 393 0 514 0 l 114 0 l 114 998 l 270 998 q 469 980 404 998 q 610 894 557 956 q 665 740 665 829 q 563 549 665 626 q 738 291 738 467 m 481 715 q 352 817 481 817 l 304 817 l 304 607 l 345 607 q 481 715 481 607 m 552 297 q 343 437 552 437 l 304 437 l 304 181 l 351 181 q 483 197 440 181 q 552 297 552 223 "},"â€¦":{"x_min":125,"x_max":1264,"ha":1389,"o":"m 1264 87 q 1232 12 1264 43 q 1157 -19 1201 -19 q 1082 12 1113 -19 q 1051 87 1051 43 q 1082 162 1051 131 q 1157 193 1113 193 q 1232 162 1201 193 q 1264 87 1264 131 m 800 87 q 768 12 800 43 q 693 -19 737 -19 q 618 12 649 -19 q 588 87 588 43 q 618 162 588 131 q 693 193 649 193 q 768 162 737 193 q 800 87 800 131 m 338 87 q 306 12 338 43 q 231 -19 275 -19 q 156 12 187 -19 q 125 87 125 43 q 156 162 125 131 q 231 193 187 193 q 306 162 275 193 q 338 87 338 131 "},"?":{"x_min":89.78125,"x_max":548,"ha":638,"o":"m 548 762 q 466 565 548 677 q 384 362 384 454 q 369 323 384 333 q 319 314 354 314 q 253 337 269 314 q 242 405 242 355 q 319 598 242 489 q 397 755 397 707 q 315 848 397 848 q 238 803 252 848 q 225 721 232 762 q 158 677 213 677 q 101 696 116 677 q 89 754 89 713 q 156 913 89 855 q 322 970 220 970 q 483 917 422 970 q 548 762 548 862 m 417 124 q 321 1 417 1 q 248 41 275 1 q 226 124 226 75 q 248 208 226 174 q 321 249 274 249 q 394 208 368 249 q 417 124 417 174 "},"H":{"x_min":113,"x_max":831,"ha":944,"o":"m 831 0 l 639 0 l 639 437 l 306 437 l 306 0 l 113 0 l 113 998 l 306 998 l 306 621 l 639 621 l 639 998 l 831 998 l 831 0 "},"c":{"x_min":58,"x_max":816.03125,"ha":889,"o":"m 816 588 l 662 504 q 476 584 584 584 q 311 525 375 584 q 245 363 245 464 q 308 207 245 266 q 468 150 370 150 q 662 234 592 150 l 807 135 q 472 -19 689 -19 q 180 84 296 -19 q 58 366 58 192 q 111 564 58 474 q 261 705 165 653 q 475 757 357 757 q 816 588 700 757 "},"Â¶":{"x_min":110.203125,"x_max":716,"ha":833,"o":"m 716 948 l 660 948 l 660 -256 l 566 -256 l 566 948 l 468 948 l 468 -256 l 374 -256 l 374 482 q 179 552 248 482 q 110 749 110 623 q 431 1027 110 1027 l 716 1027 l 716 948 "},"â€¢":{"x_min":208,"x_max":624,"ha":833,"o":"m 624 505 q 563 358 624 419 q 416 297 502 297 q 268 358 329 297 q 208 505 208 419 q 268 653 208 592 q 416 714 329 714 q 563 653 502 714 q 624 505 624 592 "},"Â¥":{"x_min":32.484375,"x_max":745.875,"ha":778,"o":"m 745 997 l 535 528 l 714 528 l 714 417 l 485 417 l 485 331 l 714 331 l 714 216 l 485 216 l 485 0 l 293 0 l 293 216 l 63 216 l 63 331 l 293 331 l 293 417 l 63 417 l 63 528 l 242 528 l 32 997 l 229 997 l 389 642 l 548 997 l 745 997 "},"(":{"x_min":74,"x_max":406,"ha":447,"o":"m 406 -132 q 384 -184 406 -163 q 331 -206 362 -206 q 266 -171 296 -206 q 224 -107 254 -157 q 105 162 139 38 q 74 457 74 284 q 91 688 74 590 q 178 937 108 787 q 331 1120 263 1120 q 384 1098 362 1120 q 406 1046 406 1077 q 346 917 406 1039 q 274 758 283 787 q 239 457 239 647 q 269 172 239 281 q 344 0 279 134 q 406 -132 406 -127 "},"U":{"x_min":107,"x_max":783,"ha":889,"o":"m 783 403 q 774 232 783 279 q 701 81 758 145 q 445 -25 607 -25 q 267 18 348 -25 q 141 149 180 65 q 107 402 107 224 l 107 998 l 298 998 l 298 352 q 306 255 298 285 q 361 179 319 204 q 441 158 394 158 q 578 240 545 158 q 592 375 592 275 l 592 998 l 783 998 l 783 403 "},"F":{"x_min":117,"x_max":612.203125,"ha":667,"o":"m 612 449 l 305 449 l 305 0 l 117 0 l 117 998 l 612 998 l 612 813 l 305 813 l 305 631 l 612 631 l 612 449 "},"Â­":{"x_min":78,"x_max":756,"ha":834,"o":"m 756 414 l 78 414 l 78 584 l 756 584 l 756 414 "},":":{"x_min":105,"x_max":299,"ha":403,"o":"m 299 659 q 278 566 299 604 q 202 518 252 518 q 126 566 153 518 q 106 659 106 604 q 126 751 106 712 q 202 800 153 800 q 278 751 252 800 q 299 659 299 713 m 298 142 q 277 49 298 87 q 201 1 251 1 q 126 49 151 1 q 105 142 105 88 q 126 235 105 196 q 201 284 152 284 q 277 236 252 284 q 298 142 298 198 "},"*":{"x_min":56.75,"x_max":662.265625,"ha":720,"o":"m 662 747 q 585 667 662 697 q 471 635 528 651 l 527 562 q 574 473 574 498 q 553 424 574 444 q 503 404 533 404 q 418 467 467 404 l 359 553 q 300 467 330 510 q 215 404 250 404 q 166 424 186 404 q 146 474 146 445 q 191 562 146 497 q 246 635 219 598 l 134 667 q 56 747 56 697 q 76 795 56 773 q 121 817 95 817 q 208 798 154 817 q 288 767 249 782 q 288 808 288 775 q 288 861 288 840 q 359 987 288 987 q 431 861 431 987 q 431 807 431 840 q 431 767 431 775 q 510 798 469 782 q 595 817 564 817 q 642 795 623 817 q 662 747 662 774 "},"â€ ":{"x_min":27.421875,"x_max":755.9375,"ha":778,"o":"m 755 500 l 465 537 l 465 -270 l 317 -270 l 317 537 l 27 500 l 27 684 l 333 651 l 300 1023 l 481 1023 l 448 651 l 755 684 l 755 500 "},"â€�":{"x_min":43.125,"x_max":488,"ha":564,"o":"m 488 0 l 369 0 l 369 561 l 271 561 l 271 411 l 43 622 l 271 833 l 271 681 l 488 681 l 488 0 "},"Â°":{"x_min":57,"x_max":490,"ha":548,"o":"m 490 767 q 426 614 490 677 q 273 551 363 551 q 120 614 183 551 q 57 767 57 677 q 120 919 57 856 q 273 983 183 983 q 426 920 363 983 q 490 767 490 857 m 377 767 q 346 839 377 809 q 273 870 316 870 q 200 839 231 870 q 170 767 170 809 q 200 694 170 724 q 273 664 231 664 q 347 694 317 664 q 377 767 377 724 "},"V":{"x_min":37.984375,"x_max":933.84375,"ha":973,"o":"m 933 998 l 574 0 l 391 0 l 37 998 l 233 998 l 484 289 l 738 998 l 933 998 "},"Â ":{"x_min":0,"x_max":0,"ha":1042},"0":{"x_min":73,"x_max":749,"ha":822,"o":"m 749 471 q 413 -14 749 -14 q 73 474 73 -14 q 420 981 73 981 q 749 471 749 981 m 573 486 q 410 834 573 834 q 276 696 316 834 q 251 479 251 609 q 410 132 251 132 q 547 269 506 132 q 573 486 573 357 "},"â€�":{"x_min":108,"x_max":556,"ha":667,"o":"m 556 929 q 458 642 556 767 l 393 694 q 452 829 434 755 l 385 829 l 385 1023 l 556 1023 l 556 929 m 279 929 q 182 642 279 768 l 116 694 q 176 829 156 754 l 108 829 l 108 1023 l 279 1023 l 279 929 "},"Â¾":{"x_min":32.140625,"x_max":1060,"ha":1073,"o":"m 1060 172 q 1032 136 1060 141 l 982 136 q 982 86 982 115 q 982 49 982 57 q 968 11 982 21 q 908 0 953 0 q 861 62 861 0 q 863 101 861 75 q 865 136 865 126 l 698 136 q 645 148 654 136 q 637 207 637 159 q 661 267 637 235 l 854 523 q 889 551 872 547 l 939 551 q 981 508 981 551 l 981 240 q 1046 231 1035 240 q 1060 172 1060 221 m 865 983 l 406 -12 l 241 -12 l 700 983 l 865 983 m 409 591 q 353 467 409 512 q 220 426 301 426 q 32 602 32 426 q 54 639 32 633 q 104 640 58 640 q 149 589 136 640 q 212 539 163 539 q 279 598 279 539 q 242 656 279 642 q 190 672 216 664 q 182 737 182 678 q 224 781 182 770 q 267 824 267 792 q 212 870 267 870 q 158 838 175 870 q 123 807 142 807 l 77 807 q 41 842 41 807 q 95 947 41 909 q 212 983 143 983 q 338 947 289 983 q 395 834 395 907 q 337 722 395 765 q 409 591 409 678 m 866 240 l 866 370 l 765 240 l 866 240 "},"@":{"x_min":5,"x_max":1022,"ha":1027,"o":"m 1022 609 q 803 246 1022 357 q 673 207 725 207 q 610 228 634 207 q 592 279 592 243 q 445 214 531 214 q 279 288 341 214 q 221 465 221 358 q 298 688 221 595 q 509 788 381 788 q 676 698 617 788 l 690 770 l 823 770 l 756 374 q 750 327 750 334 q 773 307 750 307 q 852 354 810 307 q 903 435 886 393 q 929 570 929 496 q 742 896 929 797 q 535 945 652 945 q 161 736 279 945 q 105 515 105 635 q 159 295 105 394 q 321 137 216 193 q 550 82 423 82 q 832 204 695 82 l 962 204 q 846 82 897 123 q 697 5 782 32 q 539 -18 621 -18 q 272 51 395 -18 q 75 245 146 122 q 5 511 5 367 q 74 779 5 656 q 269 975 145 905 q 538 1045 391 1045 q 871 924 728 1045 q 1022 609 1022 796 m 637 515 q 607 600 637 565 q 526 635 576 635 q 426 585 466 635 q 388 478 388 539 q 417 392 388 425 q 500 357 448 357 q 600 407 560 357 q 637 515 637 453 "},"i":{"x_min":48,"x_max":285,"ha":333,"o":"m 285 921 q 250 836 285 871 q 167 802 216 802 q 82 837 117 802 q 48 924 48 873 q 82 1007 48 972 q 166 1042 117 1042 q 250 1006 215 1042 q 285 921 285 971 m 259 0 l 73 0 l 73 738 l 259 738 l 259 0 "},"]":{"x_min":40.4375,"x_max":415,"ha":554,"o":"m 415 -189 l 151 -189 q 40 -106 40 -189 q 151 -23 40 -23 l 250 -23 l 250 940 l 151 940 q 41 1022 41 940 q 151 1105 41 1105 l 415 1105 l 415 -189 "},"m":{"x_min":92,"x_max":1222,"ha":1305,"o":"m 1222 0 l 1036 0 l 1036 374 q 1019 516 1036 470 q 911 589 990 589 q 770 487 809 589 q 752 333 752 439 l 752 0 l 565 0 l 565 357 q 506 567 565 523 q 436 589 477 589 q 296 484 336 589 q 278 328 278 434 l 278 0 l 92 0 l 92 738 l 278 738 l 278 653 q 509 757 372 757 q 724 624 654 757 q 972 757 814 757 q 1104 723 1045 757 q 1196 624 1167 688 q 1222 432 1222 565 l 1222 0 "},"8":{"x_min":66,"x_max":756,"ha":822,"o":"m 756 277 q 651 53 756 129 q 408 -14 560 -14 q 166 57 257 -14 q 66 283 66 137 q 227 510 66 437 q 103 736 103 589 q 204 929 103 866 q 424 981 288 981 q 628 920 548 981 q 717 732 717 852 q 592 511 717 593 q 756 277 756 441 m 545 706 q 409 833 545 833 q 311 800 348 833 q 275 706 275 767 q 313 612 275 647 q 409 579 350 579 q 506 613 467 579 q 545 706 545 648 m 577 283 q 528 394 577 353 q 411 433 483 433 q 295 393 341 433 q 247 283 247 352 q 294 170 247 210 q 412 133 338 133 q 529 171 485 133 q 577 283 577 211 "},"R":{"x_min":127,"x_max":766.796875,"ha":806,"o":"m 766 0 l 559 0 l 334 423 l 317 423 l 317 0 l 127 0 l 127 998 l 328 998 q 523 981 461 998 q 677 870 625 954 q 720 708 720 802 q 530 444 720 511 l 766 0 m 536 710 q 473 801 536 778 q 369 812 445 812 l 317 812 l 317 608 l 376 608 q 485 622 451 608 q 536 710 536 645 "},"Ã—":{"x_min":65.78125,"x_max":756.15625,"ha":822,"o":"m 756 692 l 524 459 l 754 229 l 642 118 l 411 347 l 181 118 l 68 229 l 299 459 l 65 693 l 178 805 l 410 573 l 643 805 l 756 692 "},"o":{"x_min":58,"x_max":832,"ha":890,"o":"m 832 369 q 780 174 832 265 q 639 32 728 83 q 441 -19 549 -19 q 169 93 280 -19 q 58 368 58 206 q 184 656 58 541 q 440 757 295 757 q 636 705 545 757 q 780 563 728 653 q 832 369 832 473 m 645 369 q 590 522 645 461 q 443 583 535 583 q 296 520 353 583 q 242 369 242 460 q 296 216 242 276 q 442 153 351 153 q 590 216 533 153 q 645 369 645 277 "},"5":{"x_min":72.1875,"x_max":731,"ha":823,"o":"m 731 317 q 639 75 731 165 q 395 -14 547 -14 q 164 57 249 -14 q 72 275 72 133 q 108 299 72 299 l 197 299 q 224 294 211 299 q 229 277 228 288 q 273 167 241 200 q 386 130 310 130 q 508 183 462 130 q 553 311 553 234 q 396 501 553 501 q 281 461 339 501 l 169 461 q 140 465 154 461 q 147 481 147 472 q 147 723 147 577 q 147 967 147 845 l 668 967 q 701 961 686 967 q 707 866 707 948 q 706 844 707 853 q 666 823 701 823 l 299 823 q 292 711 299 786 q 285 599 285 636 q 432 643 356 643 q 653 548 571 643 q 731 317 731 458 "},"7":{"x_min":107,"x_max":713,"ha":822,"o":"m 713 832 l 457 30 q 406 0 447 0 l 306 0 q 275 19 275 0 q 402 403 275 38 q 551 823 477 613 l 249 823 q 238 736 249 793 q 217 730 228 730 l 139 730 q 107 753 107 730 q 126 967 107 765 l 713 967 l 713 832 "},"K":{"x_min":115,"x_max":840.046875,"ha":861,"o":"m 840 0 l 614 0 l 307 443 l 307 0 l 115 0 l 115 998 l 307 998 l 307 654 l 577 998 l 806 998 l 457 552 l 840 0 "},",":{"x_min":47.15625,"x_max":287,"ha":373,"o":"m 287 140 q 220 -130 287 -28 q 125 -233 153 -233 l 114 -228 q 47 -144 83 -192 q 89 -82 53 -127 q 117 -9 117 -49 q 104 70 117 17 q 92 150 92 122 q 114 238 92 201 q 187 285 140 285 q 287 140 287 285 "},"d":{"x_min":60,"x_max":824,"ha":918,"o":"m 824 0 l 639 0 l 639 78 q 411 -19 536 -19 q 156 99 258 -19 q 60 367 60 212 q 152 638 60 527 q 406 757 250 757 q 639 656 540 757 l 639 1023 l 824 1023 l 824 0 m 648 370 q 592 524 648 463 q 444 586 536 586 q 298 522 354 586 q 244 369 244 461 q 298 216 244 279 q 445 151 355 151 q 594 215 537 151 q 648 370 648 277 "},"Â¨":{"x_min":100,"x_max":595,"ha":695,"o":"m 595 969 q 566 900 595 929 q 497 872 537 872 q 428 900 456 872 q 400 969 400 929 q 428 1038 400 1009 q 497 1067 457 1067 q 566 1038 537 1067 q 595 969 595 1010 m 295 969 q 266 900 295 929 q 197 872 237 872 q 128 900 156 872 q 100 969 100 929 q 128 1038 100 1009 q 197 1067 157 1067 q 266 1038 237 1067 q 295 969 295 1010 "},"E":{"x_min":115,"x_max":660.046875,"ha":723,"o":"m 660 0 l 115 0 l 115 998 l 660 998 l 660 812 l 304 812 l 304 631 l 660 631 l 660 449 l 304 449 l 304 187 l 660 187 l 660 0 "},"Y":{"x_min":43.03125,"x_max":818.609375,"ha":861,"o":"m 818 998 l 527 432 l 527 0 l 336 0 l 336 432 l 43 998 l 247 998 l 432 639 l 617 998 l 818 998 "},"\"":{"x_min":46,"x_max":693,"ha":724,"o":"m 693 910 q 679 866 693 889 l 476 532 q 398 480 444 480 q 340 530 340 480 q 475 898 340 539 q 523 957 493 944 q 602 968 545 968 q 693 910 693 968 m 399 911 q 385 866 399 889 l 182 532 q 104 481 151 481 q 46 530 46 481 q 180 898 46 540 q 228 957 198 944 q 307 968 251 968 q 399 911 399 968 "},"â€¹":{"x_min":18.3125,"x_max":315.34375,"ha":333,"o":"m 315 0 l 142 0 l 18 366 l 142 738 l 315 738 l 189 366 l 315 0 "},"â€ž":{"x_min":108,"x_max":556,"ha":667,"o":"m 556 100 q 458 -185 556 -61 l 393 -134 q 452 0 435 -71 l 385 0 l 385 194 l 556 194 l 556 100 m 279 100 q 182 -185 279 -61 l 116 -134 q 176 0 157 -72 l 108 0 l 108 194 l 279 194 l 279 100 "},"Â´":{"x_min":162.078125,"x_max":543.21875,"ha":583,"o":"m 543 1139 l 295 873 l 162 873 l 324 1139 l 543 1139 "},"Â±":{"x_min":49,"x_max":773,"ha":822,"o":"m 773 382 l 490 382 l 490 148 l 331 148 l 331 382 l 49 382 l 49 542 l 331 542 l 331 824 l 490 824 l 490 542 l 773 542 l 773 382 m 773 -95 l 49 -95 l 49 65 l 773 65 l 773 -95 "},"|":{"x_min":140,"x_max":276,"ha":416,"o":"m 276 -134 q 255 -188 276 -170 q 209 -206 235 -206 q 165 -191 185 -206 q 141 -154 144 -176 q 140 -72 140 -136 l 140 1048 q 163 1103 140 1084 q 207 1120 181 1120 q 250 1105 230 1120 q 274 1068 271 1090 q 276 986 276 1050 l 276 -134 "},"Â§":{"x_min":74,"x_max":730.0625,"ha":803,"o":"m 730 976 q 709 917 730 951 q 664 879 687 879 q 546 924 647 879 q 377 970 445 970 q 254 868 254 970 q 375 745 254 803 q 599 635 593 639 q 721 441 721 556 q 624 251 721 335 q 712 70 712 178 q 621 -140 712 -64 q 400 -210 537 -210 q 210 -173 320 -210 q 75 -68 75 -128 q 100 -8 75 -44 q 147 27 125 27 q 252 -17 154 27 q 416 -61 349 -61 q 546 47 546 -61 q 424 178 546 119 l 196 288 q 74 482 74 366 q 177 671 74 579 q 88 858 88 754 q 177 1052 88 979 q 383 1121 260 1121 q 572 1088 488 1121 q 730 976 730 1026 m 556 418 q 442 535 556 474 l 290 604 q 242 512 242 555 q 350 390 242 451 q 501 321 426 355 q 556 418 556 364 "},"b":{"x_min":94,"x_max":857.46875,"ha":917,"o":"m 857 367 q 760 99 857 212 q 505 -19 658 -19 q 278 78 380 -19 l 278 0 l 94 0 l 94 1023 l 278 1023 l 278 656 q 511 757 378 757 q 765 638 667 757 q 857 367 857 527 m 673 369 q 618 522 673 461 q 472 586 563 586 q 324 523 381 586 q 270 370 270 463 q 323 215 270 277 q 472 151 380 151 q 618 216 561 151 q 673 369 673 279 "},"q":{"x_min":60,"x_max":824,"ha":918,"o":"m 824 -270 l 639 -270 l 639 78 q 411 -19 536 -19 q 156 99 258 -19 q 60 367 60 212 q 152 638 60 527 q 406 757 250 757 q 639 656 540 757 l 639 738 l 824 738 l 824 -270 m 648 370 q 592 524 648 463 q 444 586 536 586 q 298 522 354 586 q 244 369 244 461 q 298 216 244 279 q 445 151 355 151 q 594 215 537 151 q 648 370 648 277 "},"z":{"x_min":11.125,"x_max":627.984375,"ha":639,"o":"m 627 738 l 295 157 l 609 157 l 609 0 l 11 0 l 344 581 l 62 581 l 62 738 l 627 738 "},"â„¢":{"x_min":68,"x_max":1291,"ha":1388,"o":"m 1291 428 l 1172 428 l 1172 896 l 985 428 l 925 428 l 745 896 l 745 428 l 626 428 l 626 998 l 806 998 l 955 631 l 1111 998 l 1291 998 l 1291 428 m 548 898 l 370 898 l 370 428 l 247 428 l 247 898 l 68 898 l 68 998 l 548 998 l 548 898 "},"Â®":{"x_min":-5,"x_max":1034,"ha":1028,"o":"m 1034 512 q 964 253 1034 373 q 774 64 895 133 q 514 -5 654 -5 q 254 64 375 -5 q 64 253 134 133 q -5 513 -5 373 q 64 772 -5 652 q 254 961 133 892 q 514 1031 374 1031 q 774 961 654 1031 q 964 772 894 892 q 1034 512 1034 652 m 927 510 q 807 803 927 683 q 515 924 688 924 q 223 804 344 924 q 102 514 102 685 q 156 309 102 403 q 307 160 211 215 q 514 106 403 106 q 720 160 624 106 q 872 308 817 214 q 927 510 927 403 m 773 226 l 631 226 q 616 319 616 261 q 615 384 616 378 q 586 439 609 426 q 525 448 571 448 l 424 448 l 424 227 l 299 227 l 299 796 l 550 796 q 650 784 615 796 q 727 722 699 768 q 750 631 750 684 q 683 500 750 547 q 732 451 718 481 q 741 383 741 431 q 741 299 741 341 q 773 226 746 247 m 628 620 q 598 677 628 663 q 529 687 578 687 l 424 687 l 424 552 l 528 552 q 598 562 577 552 q 628 620 628 577 "},"~":{"x_min":31,"x_max":791,"ha":822,"o":"m 791 447 q 574 351 681 351 q 376 415 506 351 q 239 459 287 459 q 31 357 138 459 l 31 530 q 252 626 141 626 q 435 568 317 626 q 589 519 538 519 q 791 619 681 519 l 791 447 "},"Â³":{"x_min":81.265625,"x_max":547,"ha":639,"o":"m 547 706 q 477 553 547 608 q 313 505 414 505 q 81 723 81 505 q 84 743 81 733 q 100 747 91 747 l 164 747 q 187 711 179 747 q 214 644 199 663 q 307 609 243 609 q 387 636 355 609 q 419 711 419 663 q 384 801 419 773 q 320 826 366 816 q 286 849 286 834 l 286 913 q 315 936 286 928 q 372 957 358 948 q 402 1026 402 978 q 302 1111 402 1111 q 231 1088 256 1111 q 203 1047 217 1076 q 181 1025 191 1025 l 118 1025 q 94 1046 94 1025 q 158 1174 94 1127 q 299 1217 216 1217 q 457 1176 395 1217 q 529 1037 529 1128 q 419 885 529 925 q 547 706 547 830 "},"Â¡":{"x_min":90,"x_max":283,"ha":373,"o":"m 283 492 q 259 407 283 441 q 186 367 233 367 q 112 407 138 367 q 90 492 90 441 q 112 576 90 541 q 186 617 138 617 q 259 576 233 617 q 283 492 283 541 m 266 -288 q 211 -350 266 -350 l 157 -350 q 107 -288 107 -350 l 107 223 q 129 280 107 266 q 189 293 144 293 q 249 278 232 293 q 266 223 266 263 l 266 -288 "},"[":{"x_min":139,"x_max":513.546875,"ha":554,"o":"m 513 -106 q 402 -189 513 -189 l 139 -189 l 139 1105 l 402 1105 q 512 1022 512 1105 q 402 940 512 940 l 304 940 l 304 -23 l 402 -23 q 513 -106 513 -23 "},"L":{"x_min":114,"x_max":580.703125,"ha":611,"o":"m 580 0 l 114 0 l 114 997 l 304 997 l 304 181 l 580 181 l 580 0 "}," ":{"x_min":0,"x_max":0,"ha":463},"%":{"x_min":57,"x_max":1058,"ha":1116,"o":"m 1058 203 q 995 50 1058 113 q 842 -12 932 -12 q 689 50 752 -12 q 626 203 626 113 q 689 355 626 292 q 842 419 752 419 q 994 355 931 419 q 1058 203 1058 292 m 870 982 l 410 -11 l 245 -11 l 705 982 l 870 982 m 489 767 q 425 614 489 677 q 272 552 362 552 q 120 615 183 552 q 57 767 57 678 q 119 920 57 857 q 272 983 182 983 q 425 919 362 983 q 489 767 489 856 m 939 203 q 910 272 939 244 q 842 300 882 300 q 773 271 802 300 q 745 203 745 243 q 773 135 745 163 q 842 107 802 107 q 910 135 882 107 q 939 203 939 163 m 369 767 q 340 835 369 807 q 272 864 312 864 q 204 835 232 864 q 176 767 176 807 q 204 699 176 727 q 272 671 232 671 q 340 699 312 671 q 369 767 369 727 "},"P":{"x_min":113,"x_max":706,"ha":778,"o":"m 706 708 q 653 536 706 607 q 503 438 600 466 q 303 423 448 423 l 303 0 l 113 0 l 113 998 l 314 998 q 509 980 445 998 q 664 870 613 953 q 706 708 706 802 m 522 708 q 477 792 522 765 q 356 812 444 812 l 303 812 l 303 608 l 363 608 q 506 652 476 608 q 522 708 522 675 "},"_":{"x_min":-82,"x_max":867,"ha":786,"o":"m 867 -282 q 774 -351 867 -351 l 10 -351 q -82 -282 -82 -351 q 10 -213 -82 -213 l 774 -213 q 867 -282 867 -213 "},"+":{"x_min":49,"x_max":773,"ha":822,"o":"m 773 382 l 490 382 l 490 101 l 331 101 l 331 382 l 49 382 l 49 542 l 331 542 l 331 824 l 490 824 l 490 542 l 773 542 l 773 382 "},"â€š":{"x_min":105,"x_max":276,"ha":389,"o":"m 276 100 q 179 -185 276 -61 l 113 -134 q 173 0 154 -72 l 105 0 l 105 194 l 276 194 l 276 100 "},"Â½":{"x_min":35.15625,"x_max":1039,"ha":1072,"o":"m 1039 127 l 1023 0 l 647 0 q 722 183 657 107 q 838 284 739 202 q 898 379 898 332 q 841 438 898 438 q 792 416 809 438 q 775 372 782 403 q 763 341 769 345 q 700 334 756 334 q 659 369 659 334 q 712 501 659 452 q 847 551 764 551 q 977 506 927 551 q 1027 385 1027 462 q 986 271 1027 321 q 897 194 964 244 q 809 112 834 145 l 935 112 q 953 155 935 146 q 1002 160 964 160 q 1039 127 1039 160 m 839 983 l 379 -11 l 215 -11 l 674 983 l 839 983 m 396 477 q 385 439 396 447 q 345 433 377 433 l 97 433 q 58 450 65 433 q 54 497 54 459 q 106 546 54 546 q 134 546 115 546 q 164 546 153 546 l 164 837 q 117 837 144 837 q 81 837 89 837 q 44 851 54 837 q 35 911 35 865 q 77 945 35 945 q 98 945 83 945 q 121 945 113 945 q 183 983 172 945 l 283 983 l 283 545 q 319 545 297 545 q 348 545 341 545 q 385 533 375 545 q 396 477 396 519 "},"'":{"x_min":49,"x_max":402,"ha":433,"o":"m 402 912 q 388 867 402 890 l 185 533 q 107 482 154 482 q 49 531 49 482 q 183 899 49 541 q 231 958 201 945 q 310 969 254 969 q 402 912 402 969 "},"Âª":{"x_min":32,"x_max":447,"ha":500,"o":"m 447 550 l 311 550 l 311 588 q 207 539 266 539 q 74 621 124 539 q 32 780 32 692 q 72 940 32 870 q 204 1023 120 1023 q 311 972 264 1023 l 311 1012 l 447 1012 l 447 550 m 316 782 q 300 858 316 825 q 241 902 280 902 q 183 857 203 902 q 168 782 168 824 q 183 704 168 738 q 242 660 203 660 q 301 704 280 660 q 316 782 316 738 "},"T":{"x_min":16,"x_max":567,"ha":583,"o":"m 567 811 l 386 811 l 386 0 l 193 0 l 193 811 l 16 811 l 16 998 l 567 998 l 567 811 "},"":{"x_min":28,"x_max":805.65625,"ha":833,"o":"m 805 40 l 607 40 l 607 357 l 649 357 l 649 77 l 805 77 l 805 40 m 566 40 l 329 40 l 329 358 l 558 358 l 558 320 l 371 320 l 371 223 l 547 223 l 547 186 l 371 186 l 371 77 l 566 77 l 566 40 m 291 200 q 260 89 291 131 q 194 45 236 55 q 142 40 171 40 l 28 40 l 28 358 l 137 358 q 194 353 174 358 q 278 275 254 339 q 291 200 291 242 m 248 201 q 191 313 248 292 q 137 320 174 320 l 70 320 l 70 77 l 137 77 q 216 99 193 77 q 248 201 248 131 "},"j":{"x_min":-59.15625,"x_max":300,"ha":361,"o":"m 300 921 q 265 836 300 871 q 182 801 231 801 q 97 836 132 801 q 63 923 63 872 q 97 1007 63 973 q 180 1042 131 1042 q 265 1006 230 1042 q 300 921 300 971 m 273 -24 q 186 -261 273 -207 q 79 -289 142 -289 q -59 -261 23 -289 l -59 -114 q 17 -136 -15 -136 q 88 -37 88 -136 l 88 738 l 273 738 l 273 -24 "},"1":{"x_min":111.4375,"x_max":737,"ha":823,"o":"m 737 35 q 730 5 737 18 q 695 0 714 0 l 196 0 q 152 47 152 0 q 152 73 152 55 q 152 101 152 91 q 192 146 152 146 l 361 146 l 361 773 l 155 773 q 111 820 111 773 q 113 853 111 830 q 116 887 116 876 q 159 908 116 908 q 206 908 172 908 q 258 908 239 908 q 390 980 367 908 l 520 980 l 520 148 q 617 148 565 148 q 680 148 670 148 q 729 131 720 148 q 737 35 737 112 "},"â€º":{"x_min":18.3125,"x_max":315.34375,"ha":333,"o":"m 315 371 l 191 0 l 18 0 l 143 371 l 18 738 l 191 738 l 315 371 "},"<":{"x_min":49,"x_max":772,"ha":822,"o":"m 772 90 l 49 390 l 49 535 l 772 836 l 772 664 l 267 463 l 772 263 l 772 90 "},"Â£":{"x_min":41,"x_max":824,"ha":865,"o":"m 824 84 q 790 9 824 25 q 701 0 770 0 l 135 0 q 64 14 82 0 q 42 86 42 31 q 63 154 42 136 q 121 168 80 168 q 155 168 131 168 q 193 168 180 168 l 193 400 q 153 400 178 400 q 118 400 128 400 q 61 415 77 400 q 41 489 41 434 q 62 554 41 536 q 118 569 79 569 q 154 569 129 569 q 193 569 179 569 q 193 618 193 584 q 193 669 193 651 q 211 820 193 764 q 302 939 236 897 q 483 986 374 986 q 666 943 566 986 q 788 821 788 893 q 757 766 788 800 q 704 733 726 733 q 618 780 692 733 q 488 827 543 827 q 375 758 401 827 q 361 617 361 720 l 361 570 q 419 570 382 570 q 473 570 457 570 q 542 553 520 570 q 569 480 569 533 q 469 399 569 399 q 416 399 453 399 q 361 399 379 399 l 361 168 l 711 168 q 795 159 778 168 q 824 84 824 143 "},"Â¹":{"x_min":118.34375,"x_max":563,"ha":639,"o":"m 563 537 q 558 517 563 526 q 533 513 547 513 l 174 513 q 143 537 147 513 q 144 585 144 534 q 172 617 144 617 l 294 617 l 294 1066 q 239 1066 288 1066 q 171 1066 196 1066 q 122 1072 135 1066 q 118 1148 118 1082 q 148 1164 118 1164 q 182 1164 157 1164 q 220 1164 206 1164 q 315 1216 298 1164 l 408 1216 l 408 619 q 478 619 440 619 q 523 619 516 619 q 560 590 553 619 q 563 537 563 582 "},"t":{"x_min":21,"x_max":410,"ha":416,"o":"m 410 579 l 300 579 l 300 0 l 116 0 l 116 579 l 21 579 l 21 738 l 116 738 l 116 1010 l 300 1010 l 300 738 l 410 738 l 410 579 "},"Â¬":{"x_min":78.375,"x_max":756,"ha":834,"o":"m 756 268 l 587 268 l 587 559 l 78 559 l 78 729 l 756 729 l 756 268 "},"W":{"x_min":37.984375,"x_max":1215.28125,"ha":1250,"o":"m 1215 998 l 990 0 l 808 0 l 624 645 l 444 0 l 263 0 l 37 998 l 225 998 l 368 360 l 547 998 l 705 998 l 885 360 l 1028 998 l 1215 998 "},"â€Ž":{"x_min":77,"x_max":520.859375,"ha":564,"o":"m 520 622 l 293 411 l 293 561 l 196 561 l 196 0 l 77 0 l 77 681 l 293 681 l 293 833 l 520 622 "},">":{"x_min":49,"x_max":772,"ha":822,"o":"m 772 390 l 49 90 l 49 263 l 553 463 l 49 664 l 49 836 l 772 535 l 772 390 "},"v":{"x_min":14.234375,"x_max":762.9375,"ha":778,"o":"m 762 738 l 448 0 l 328 0 l 14 738 l 202 738 l 389 302 l 575 738 l 762 738 "},"&":{"x_min":82,"x_max":843,"ha":973,"o":"m 843 0 l 431 0 q 188 43 267 0 q 82 255 82 101 q 279 487 82 442 q 160 570 206 506 q 116 708 116 632 q 212 918 116 843 q 438 987 299 987 q 669 915 582 987 q 755 798 755 844 q 717 747 755 779 q 657 716 678 716 q 571 773 642 716 q 437 830 499 830 q 333 795 373 830 q 292 694 292 758 q 331 596 292 628 q 411 566 357 576 q 471 548 463 556 q 483 493 483 536 q 469 426 483 439 q 397 402 456 412 q 308 374 335 392 q 265 276 265 344 q 337 166 265 189 q 482 156 371 156 l 678 156 l 678 406 q 598 414 616 406 q 568 482 568 429 q 592 552 568 535 q 667 565 610 565 l 843 565 l 843 0 "},"I":{"x_min":100,"x_max":289,"ha":389,"o":"m 289 0 l 100 0 l 100 998 l 289 998 l 289 0 "},"G":{"x_min":69,"x_max":1107,"ha":1166,"o":"m 1107 463 q 1035 215 1107 339 q 607 -25 896 -25 q 336 39 456 -25 q 140 234 212 106 q 69 504 69 359 q 199 848 69 702 q 603 1023 355 1023 q 1034 834 860 1023 l 900 702 q 605 837 773 837 q 361 742 461 837 q 260 502 260 645 q 364 254 260 353 q 616 157 467 157 q 891 328 811 157 l 602 328 l 602 506 l 1107 506 l 1107 463 "},"`":{"x_min":40.015625,"x_max":421.140625,"ha":583,"o":"m 421 873 l 288 873 l 40 1139 l 259 1139 l 421 873 "},"Â·":{"x_min":88,"x_max":301,"ha":388,"o":"m 301 498 q 269 423 301 454 q 194 392 238 392 q 119 423 150 392 q 88 498 88 454 q 119 573 88 542 q 194 605 150 605 q 269 573 238 605 q 301 498 301 542 "},"r":{"x_min":50,"x_max":446.359375,"ha":444,"o":"m 446 738 l 388 578 q 335 595 356 595 q 264 542 293 595 q 232 334 232 484 l 232 298 l 232 0 l 50 0 l 50 738 l 209 738 l 209 645 q 371 757 261 757 q 446 738 407 757 "},"Â¿":{"x_min":90,"x_max":548.203125,"ha":638,"o":"m 411 534 q 388 450 411 484 q 315 410 362 410 q 242 450 268 410 q 220 534 220 484 q 315 658 220 658 q 388 617 361 658 q 411 534 411 583 m 548 -96 q 480 -254 548 -196 q 315 -311 417 -311 q 154 -258 214 -311 q 90 -104 90 -203 q 171 92 90 -19 q 253 295 253 204 q 267 334 253 325 q 317 344 282 344 q 383 321 367 344 q 395 253 395 303 q 318 59 395 169 q 241 -96 241 -49 q 322 -189 241 -189 q 399 -144 384 -189 q 411 -63 405 -104 q 479 -19 423 -19 q 535 -38 520 -19 q 548 -96 548 -54 "},"x":{"x_min":0.671875,"x_max":777.1875,"ha":778,"o":"m 777 0 l 562 0 l 386 242 l 212 0 l 0 0 l 280 388 l 27 738 l 242 738 l 386 536 l 533 738 l 745 738 l 493 388 l 777 0 "},"Âº":{"x_min":31,"x_max":470,"ha":500,"o":"m 470 781 q 409 612 470 681 q 248 539 346 539 q 90 613 153 539 q 31 780 31 683 q 90 947 31 876 q 247 1023 153 1023 q 409 949 344 1023 q 470 781 470 879 m 333 781 q 314 859 333 826 q 249 900 291 900 q 186 859 209 900 q 168 781 168 825 q 185 702 168 735 q 249 661 207 661 q 314 702 291 661 q 333 781 333 735 "},"Ã·":{"x_min":49,"x_max":773,"ha":822,"o":"m 502 733 q 474 667 502 694 q 408 640 447 640 q 342 667 369 640 q 315 733 315 694 q 342 799 315 772 q 408 827 369 827 q 474 799 447 827 q 502 733 502 772 m 773 387 l 49 387 l 49 538 l 773 538 l 773 387 m 505 196 q 477 129 505 157 q 410 102 449 102 q 343 129 370 102 q 316 196 316 157 q 343 263 316 235 q 410 291 371 291 q 477 263 449 291 q 505 196 505 235 "},"h":{"x_min":94,"x_max":748,"ha":833,"o":"m 748 0 l 566 0 l 566 323 q 561 451 566 420 q 512 564 551 534 q 438 587 482 587 q 286 448 320 587 q 278 296 278 414 l 278 0 l 94 0 l 94 1023 l 278 1023 l 278 663 q 498 757 386 757 q 684 680 617 757 q 748 487 748 607 l 748 0 "},".":{"x_min":90,"x_max":283,"ha":373,"o":"m 283 142 q 262 49 283 87 q 186 1 236 1 q 111 49 136 1 q 90 142 90 88 q 111 235 90 196 q 186 284 137 284 q 262 236 236 284 q 283 142 283 198 "},";":{"x_min":59.234375,"x_max":299,"ha":403,"o":"m 297 660 q 276 567 297 606 q 200 519 250 519 q 124 567 151 519 q 104 660 104 606 q 124 753 104 714 q 200 802 151 802 q 276 754 250 802 q 297 660 297 715 m 299 140 q 232 -130 299 -28 q 137 -233 165 -233 l 126 -228 q 59 -144 95 -192 q 101 -82 66 -127 q 129 -9 129 -49 q 116 70 129 17 q 104 150 104 122 q 126 238 104 201 q 198 285 152 285 q 299 140 299 285 "},"f":{"x_min":5,"x_max":381,"ha":388,"o":"m 381 874 q 314 886 340 886 q 268 874 281 886 q 256 830 256 862 l 256 738 l 373 738 l 373 581 l 256 581 l 256 0 l 71 0 l 71 581 l 5 581 l 5 738 l 71 738 q 75 909 71 878 q 250 1042 93 1042 q 381 1015 308 1042 l 381 874 "},"â€œ":{"x_min":111,"x_max":559,"ha":668,"o":"m 559 642 l 388 642 l 388 736 q 484 1022 388 899 l 550 970 q 490 837 509 910 l 559 837 l 559 642 m 282 642 l 111 642 l 111 736 q 207 1022 111 897 l 273 970 q 213 837 232 910 l 282 837 l 282 642 "},"A":{"x_min":33.234375,"x_max":994.203125,"ha":1027,"o":"m 994 0 l 796 0 l 718 206 l 311 206 l 230 0 l 33 0 l 417 998 l 610 998 l 994 0 m 647 391 l 515 733 l 382 391 l 647 391 "},"6":{"x_min":87,"x_max":761,"ha":822,"o":"m 761 311 q 673 73 761 161 q 436 -14 586 -14 q 87 468 87 -14 q 162 814 87 681 q 452 981 255 981 q 641 934 566 981 q 732 771 732 878 q 698 748 732 748 l 598 748 q 565 770 578 748 q 533 812 545 803 q 451 835 505 835 q 310 751 360 835 q 270 584 270 683 q 458 648 347 648 q 681 548 598 648 q 761 311 761 455 m 584 315 q 545 443 584 393 q 427 499 502 499 q 310 443 352 499 q 273 315 273 393 q 312 190 273 241 q 428 134 356 134 q 544 189 501 134 q 584 315 584 240 "},"â€˜":{"x_min":113,"x_max":284,"ha":388,"o":"m 284 642 l 113 642 l 113 736 q 209 1022 113 897 l 275 970 q 215 837 234 910 l 284 837 l 284 642 "},"O":{"x_min":65,"x_max":1101,"ha":1166,"o":"m 1101 495 q 952 126 1101 278 q 586 -25 804 -25 q 215 126 366 -25 q 65 499 65 278 q 133 761 65 641 q 324 953 201 881 q 584 1023 445 1023 q 952 867 801 1023 q 1101 495 1101 713 m 911 497 q 818 736 911 638 q 582 837 723 837 q 346 737 439 837 q 256 495 256 640 q 374 234 256 330 q 586 159 466 159 q 819 259 725 159 q 911 497 911 356 "},"n":{"x_min":94,"x_max":748,"ha":833,"o":"m 748 0 l 565 0 l 565 323 q 561 451 565 424 q 512 565 551 534 q 439 588 482 588 q 286 446 319 588 q 278 296 278 411 l 278 0 l 94 0 l 94 738 l 278 738 l 278 662 q 497 757 390 757 q 683 680 607 757 q 748 487 748 615 l 748 0 "},"3":{"x_min":78.34375,"x_max":727,"ha":823,"o":"m 727 266 q 630 53 727 128 q 400 -14 542 -14 q 78 291 78 -14 q 82 318 78 305 q 105 324 93 324 l 193 324 q 217 318 206 324 q 223 296 221 309 q 270 174 234 212 q 393 132 310 132 q 503 168 461 132 q 549 274 549 207 q 394 439 549 415 q 366 448 375 442 q 361 557 361 458 q 367 582 361 570 q 468 612 417 597 q 522 715 522 637 q 383 833 522 833 q 284 801 320 833 q 244 744 265 784 q 214 713 229 713 l 127 713 q 94 742 94 713 q 182 921 94 856 q 379 981 262 981 q 598 924 513 981 q 698 730 698 858 q 546 520 698 576 q 727 266 727 443 "},"9":{"x_min":62,"x_max":735,"ha":822,"o":"m 735 498 q 659 152 735 285 q 369 -14 565 -14 q 180 31 254 -14 q 90 195 90 86 q 123 219 90 219 l 224 219 q 257 196 243 219 q 288 154 277 163 q 370 132 316 132 q 511 215 461 132 q 551 382 551 283 q 364 319 474 319 q 140 418 224 319 q 62 654 62 511 q 148 893 62 805 q 383 981 234 981 q 735 498 735 981 m 550 650 q 510 776 550 724 q 394 833 465 833 q 278 777 321 833 q 239 650 239 726 q 277 522 239 573 q 394 468 319 468 q 511 523 469 468 q 550 650 550 573 "},"l":{"x_min":74,"x_max":259,"ha":333,"o":"m 259 0 l 74 0 l 74 1023 l 259 1023 l 259 0 "},"Â¤":{"x_min":64.859375,"x_max":771.109375,"ha":834,"o":"m 771 288 l 690 205 l 618 276 q 418 208 525 208 q 218 276 311 208 l 146 205 l 65 288 l 135 358 q 73 554 73 453 q 136 752 73 664 l 64 822 l 146 907 l 218 835 q 419 901 313 901 q 616 837 522 901 l 688 907 l 769 822 l 698 754 q 765 554 765 664 q 700 358 765 448 l 771 288 m 631 555 q 569 708 631 644 q 419 772 508 772 q 267 707 329 772 q 206 553 206 643 q 268 401 206 464 q 418 338 330 338 q 569 401 508 338 q 631 555 631 465 "},"4":{"x_min":35.609375,"x_max":774,"ha":822,"o":"m 774 35 q 768 7 774 21 q 742 1 756 1 l 309 1 q 259 51 259 1 q 259 80 259 60 q 259 111 259 100 q 270 142 259 135 q 303 147 277 147 l 473 147 l 473 251 l 92 251 q 35 306 35 251 q 35 341 35 315 q 35 381 35 366 q 64 439 35 404 l 456 954 q 502 979 474 979 l 592 979 q 624 944 624 979 l 624 392 q 679 392 648 392 q 719 392 711 392 q 765 374 756 392 q 774 286 774 356 q 771 267 774 274 q 740 252 767 252 l 624 252 l 624 148 q 680 148 649 148 q 720 148 712 148 q 767 128 759 148 q 774 35 774 112 m 475 761 q 200 390 438 704 l 471 390 q 471 514 471 426 q 471 638 471 593 q 475 761 471 705 "},"p":{"x_min":94,"x_max":857.46875,"ha":917,"o":"m 857 367 q 760 99 857 212 q 505 -19 658 -19 q 278 78 380 -19 l 278 -270 l 94 -270 l 94 738 l 278 738 l 278 656 q 511 757 378 757 q 765 638 667 757 q 857 367 857 527 m 673 369 q 618 522 673 461 q 472 586 563 586 q 324 523 381 586 q 270 370 270 463 q 323 215 270 277 q 472 151 380 151 q 618 216 561 151 q 673 369 673 279 "},"â€¡":{"x_min":26,"x_max":753,"ha":777,"o":"m 753 5 l 445 41 l 479 -270 l 297 -270 l 330 41 l 26 5 l 26 191 l 330 153 l 297 371 l 330 591 l 26 555 l 26 738 l 330 705 l 297 1023 l 479 1023 l 445 705 l 753 738 l 753 555 l 445 591 l 479 371 l 445 153 l 753 191 l 753 5 "}},"cssFontWeight":"bold","ascender":1312,"underlinePosition":-217,"cssFontStyle":"normal","boundingBox":{"yMin":-351,"xMin":-82,"yMax":1218,"xMax":1750},"resolution":1000,"original_font_information":{"postscript_name":"LevenimMT-Bold","version_string":"Version 5.02","vendor_url":"","full_font_name":"Levenim MT Bold","font_family_name":"Levenim MT","copyright":"Â© 1991-1993 Kivun Computers Ltd. Portions Â© The Monotype Corporation","description":"","trademark":"","designer":"","designer_url":"","unique_font_identifier":"Levenim MT Bold","license_url":"http://www.microsoft.com/typography/fonts","license_description":"You may use this font to display and print content as permitted by the license terms for the product in which this font is included. You may only (i) embed this font in content as permitted by the embedding restrictions included in this font; and (ii) temporarily download this font to a printer or other output device to help print content.","manufacturer_name":"","font_sub_family_name":"Bold"},"descender":-633,"familyName":"Levenim MT","lineHeight":1944,"underlineThickness":150});if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"S":{"x_min":28.21875,"x_max":655,"ha":723,"o":"m 655 257 q 565 50 655 128 q 349 -25 479 -25 q 28 190 136 -25 l 187 287 q 353 155 259 155 q 430 180 396 155 q 468 249 468 207 q 418 346 468 293 q 332 420 398 367 q 166 571 210 521 q 75 770 75 674 q 158 953 75 880 q 349 1023 237 1023 q 637 862 498 1023 l 496 737 q 346 841 422 841 q 290 824 315 841 q 262 775 262 805 q 278 728 262 750 q 417 600 302 697 q 548 485 527 507 q 655 257 655 377 "},"Â¦":{"x_min":364,"x_max":471,"ha":833,"o":"m 471 542 l 364 504 l 364 1023 l 471 1023 l 471 542 m 471 -270 l 364 -270 l 364 347 l 471 384 l 471 -270 "},"/":{"x_min":40.6875,"x_max":665.28125,"ha":706,"o":"m 665 982 l 205 -12 l 40 -12 l 500 982 l 665 982 "},"y":{"x_min":11.53125,"x_max":794.140625,"ha":806,"o":"m 794 738 l 331 -270 l 140 -270 l 292 54 l 11 738 l 200 738 l 392 274 l 604 738 l 794 738 "},"g":{"x_min":61.3125,"x_max":824,"ha":918,"o":"m 824 105 q 748 -169 824 -80 q 444 -289 646 -289 q 136 -182 239 -289 q 61 -53 85 -129 l 265 -53 q 436 -117 320 -117 q 621 -34 578 -117 q 639 91 639 2 q 415 0 547 0 q 159 112 259 0 q 62 378 62 220 q 170 660 62 554 q 405 757 269 757 q 639 656 532 757 l 639 738 l 824 738 l 824 105 m 649 376 q 593 525 649 467 q 447 584 538 584 q 302 525 359 584 q 246 378 246 466 q 303 227 246 287 q 450 168 360 168 q 595 228 540 168 q 649 376 649 285 "},"Â²":{"x_min":77.90625,"x_max":560.640625,"ha":639,"o":"m 560 657 l 542 513 l 77 513 q 177 729 89 635 l 334 865 q 417 1007 417 937 q 315 1113 417 1113 q 229 1076 256 1113 q 203 1007 216 1058 q 175 971 193 971 l 113 971 q 95 975 103 971 q 92 998 92 985 q 158 1160 92 1100 q 324 1218 222 1218 q 479 1167 419 1218 q 544 1019 544 1113 q 473 851 544 927 q 332 735 449 825 q 227 617 246 670 l 454 617 q 458 659 458 655 q 486 684 465 684 l 535 684 q 560 657 563 684 "},"â€“":{"x_min":-8,"x_max":703,"ha":695,"o":"m 703 318 l -8 318 l -8 482 l 703 482 l 703 318 "},"Æ’":{"x_min":48.828125,"x_max":731.0625,"ha":778,"o":"m 731 985 l 708 823 q 614 864 653 864 q 558 815 575 864 q 542 735 551 795 l 528 634 l 680 634 l 657 475 l 503 475 l 432 -38 q 322 -262 407 -209 q 229 -289 280 -289 q 48 -227 153 -289 l 71 -63 q 180 -114 136 -114 q 231 -74 216 -114 q 246 -4 238 -59 l 318 475 l 164 475 l 187 634 l 341 634 l 364 802 q 563 1042 396 1042 q 731 985 644 1042 "},"e":{"x_min":59,"x_max":835,"ha":889,"o":"m 835 350 l 835 315 l 238 315 q 308 188 251 233 q 449 144 365 144 q 628 216 553 144 l 784 143 q 451 -19 670 -19 q 169 88 280 -19 q 59 364 59 195 q 166 644 59 532 q 440 757 274 757 q 724 645 615 757 q 835 350 835 530 m 647 461 q 573 562 628 525 q 449 600 518 600 q 314 556 372 600 q 246 461 277 529 l 647 461 "},"J":{"x_min":25.625,"x_max":553,"ha":667,"o":"m 553 335 q 540 156 553 212 q 445 12 517 59 q 306 -25 387 -25 q 25 119 141 -25 l 162 247 q 301 161 239 161 q 356 213 344 161 q 362 300 362 236 l 362 998 l 553 998 l 553 335 "},"Â»":{"x_min":16.953125,"x_max":621.875,"ha":639,"o":"m 621 371 l 497 0 l 324 0 l 450 371 l 324 738 l 497 738 l 621 371 m 314 371 l 189 0 l 16 0 l 142 371 l 16 738 l 189 738 l 314 371 "},"â‚ª":{"x_min":113,"x_max":1161,"ha":1230,"o":"m 1161 0 l 432 0 l 432 541 l 534 541 l 534 104 l 1059 104 l 1059 818 l 1161 818 l 1161 0 m 841 279 l 739 279 l 739 717 l 215 717 l 215 0 l 113 0 l 113 819 l 841 819 l 841 279 "},"Â©":{"x_min":-5,"x_max":1034,"ha":1028,"o":"m 1034 513 q 964 253 1034 374 q 774 64 894 133 q 514 -5 653 -5 q 254 64 374 -5 q 64 254 134 133 q -5 513 -5 374 q 64 772 -5 652 q 254 961 134 892 q 514 1031 374 1031 q 774 961 654 1031 q 964 772 894 892 q 1034 513 1034 652 m 927 511 q 807 803 927 683 q 515 924 687 924 q 307 869 403 924 q 156 719 211 814 q 102 514 102 623 q 156 310 102 404 q 307 160 211 215 q 513 106 403 106 q 720 160 624 106 q 871 309 816 215 q 927 511 927 403 m 784 418 q 701 269 772 324 q 536 214 631 214 q 323 302 403 214 q 245 522 245 388 q 323 736 245 652 q 532 821 402 821 q 784 622 740 821 l 664 622 q 533 727 641 727 q 402 665 450 727 q 360 524 360 609 q 404 377 360 439 q 535 309 453 309 q 622 338 586 309 q 664 418 658 368 l 784 418 "},"^":{"x_min":41,"x_max":647,"ha":688,"o":"m 647 596 q 626 546 647 567 q 577 526 606 526 q 508 568 544 526 l 342 765 l 179 568 q 110 526 144 526 q 61 546 81 526 q 41 596 41 567 q 71 658 41 621 l 342 985 l 616 658 q 647 596 647 621 "},"Â«":{"x_min":16.953125,"x_max":621.875,"ha":639,"o":"m 621 0 l 448 0 l 324 366 l 448 738 l 621 738 l 496 366 l 621 0 m 314 0 l 141 0 l 16 366 l 141 738 l 314 738 l 188 366 l 314 0 "},"D":{"x_min":115,"x_max":906,"ha":972,"o":"m 906 485 q 762 112 906 248 q 567 12 680 35 q 343 0 500 0 l 115 0 l 115 998 l 340 998 q 627 959 527 998 q 837 768 758 908 q 906 485 906 647 m 714 489 q 368 815 714 815 l 304 815 l 304 186 l 392 186 q 557 206 502 186 q 676 316 633 234 q 714 489 714 386 "},"w":{"x_min":11.53125,"x_max":1099.3125,"ha":1111,"o":"m 1099 738 l 830 0 l 712 0 l 555 420 l 393 0 l 277 0 l 11 738 l 192 738 l 341 318 l 501 738 l 611 738 l 768 322 l 916 738 l 1099 738 "},"$":{"x_min":60,"x_max":731,"ha":791,"o":"m 731 837 q 707 775 731 810 q 657 737 683 737 q 545 777 649 737 q 377 818 440 818 q 241 710 241 818 q 362 582 241 635 q 588 480 575 489 q 711 263 711 401 q 649 82 711 153 q 481 0 588 11 q 481 -34 481 -11 q 481 -68 481 -57 q 407 -151 481 -151 q 336 -130 355 -151 q 322 -74 322 -114 q 322 -41 322 -65 q 322 0 322 -17 q 170 30 255 0 q 60 118 60 70 q 79 181 60 146 q 128 221 102 221 q 240 182 137 221 q 405 143 343 143 q 539 251 539 143 q 417 383 539 330 q 192 481 305 432 q 71 692 71 557 q 141 880 71 807 q 322 965 207 948 q 322 1000 322 977 q 322 1034 322 1023 q 399 1118 322 1118 q 467 1094 449 1118 q 481 1034 481 1076 q 481 1002 481 1025 q 481 967 481 979 q 627 926 553 956 q 731 837 731 885 "},"\\":{"x_min":40.6875,"x_max":665.28125,"ha":706,"o":"m 665 -12 l 500 -12 l 40 982 l 205 982 l 665 -12 "},"Âµ":{"x_min":60,"x_max":740,"ha":800,"o":"m 740 0 l 550 0 l 550 85 q 399 -20 495 -20 q 248 80 303 -20 l 248 -270 l 60 -270 l 60 738 l 248 738 l 248 350 q 258 244 248 279 q 319 162 273 192 q 401 137 357 137 q 532 226 495 137 q 550 355 550 270 l 550 738 l 740 738 l 740 0 "},"â€™":{"x_min":105,"x_max":276,"ha":389,"o":"m 276 929 q 179 642 276 768 l 113 694 q 173 829 153 754 l 105 829 l 105 1023 l 276 1023 l 276 929 "},"-":{"x_min":57,"x_max":638,"ha":696,"o":"m 638 331 l 57 331 l 57 458 l 638 458 l 638 331 "},"Q":{"x_min":65,"x_max":1143.046875,"ha":1166,"o":"m 1143 -79 l 917 -79 l 829 34 q 586 -25 720 -25 q 215 126 365 -25 q 65 499 65 278 q 133 761 65 641 q 324 952 201 881 q 584 1023 445 1023 q 951 868 801 1023 q 1101 496 1101 713 q 969 146 1101 293 l 1143 -79 m 911 497 q 818 736 911 637 q 584 837 723 837 q 347 739 439 837 q 256 495 256 641 q 374 234 256 330 q 585 159 467 159 q 713 185 653 159 l 534 415 l 761 415 l 850 299 q 911 497 911 388 "},"M":{"x_min":37.984375,"x_max":1211.890625,"ha":1250,"o":"m 1211 0 l 1028 0 l 921 630 l 709 0 l 541 0 l 332 630 l 223 0 l 37 0 l 210 998 l 396 998 l 626 301 l 860 998 l 1043 998 l 1211 0 "},"C":{"x_min":64,"x_max":1030.171875,"ha":1082,"o":"m 1030 821 l 897 694 q 592 838 761 838 q 350 740 448 838 q 253 499 253 643 q 419 201 253 293 q 595 157 498 157 q 761 194 687 157 q 897 300 824 227 l 1026 165 q 830 22 923 65 q 592 -25 727 -25 q 212 121 360 -25 q 64 500 64 268 q 325 952 64 805 q 595 1023 450 1023 q 1030 821 857 1023 "},"!":{"x_min":90,"x_max":283,"ha":373,"o":"m 266 905 l 266 393 q 249 338 266 353 q 189 324 232 324 q 129 336 144 324 q 107 393 107 350 l 107 905 q 157 967 107 967 l 211 967 q 266 905 266 967 m 283 125 q 259 40 283 75 q 186 0 233 0 q 112 40 138 0 q 90 125 90 75 q 112 209 90 175 q 186 250 138 250 q 259 209 233 250 q 283 125 283 175 "},"{":{"x_min":73.6875,"x_max":511.3125,"ha":552,"o":"m 511 -122 q 486 -182 511 -159 q 424 -206 461 -206 q 274 -139 338 -206 q 210 13 210 -73 l 210 312 q 198 360 210 346 q 154 377 187 373 q 73 461 73 386 q 154 545 73 536 q 198 563 187 549 q 210 609 210 576 l 210 901 q 273 1054 210 989 q 423 1120 336 1120 q 486 1096 461 1120 q 511 1036 511 1073 q 429 952 511 959 q 375 888 375 947 l 375 609 q 325 461 375 514 q 368 385 358 426 q 375 297 375 356 l 375 25 q 429 -39 375 -34 q 511 -122 511 -46 "},"X":{"x_min":27.8125,"x_max":915.53125,"ha":945,"o":"m 915 0 l 701 0 l 471 350 l 242 0 l 27 0 l 364 514 l 48 998 l 262 998 l 471 678 l 682 998 l 895 998 l 578 514 l 915 0 "},"Â¼":{"x_min":35.15625,"x_max":1059,"ha":1073,"o":"m 1059 172 q 1032 136 1059 141 l 982 136 q 982 87 982 115 q 982 50 982 58 q 968 11 982 21 q 908 0 953 0 q 860 62 860 0 q 862 100 860 75 q 864 136 864 125 l 697 136 q 644 148 653 136 q 636 207 636 159 q 660 267 636 235 l 853 523 q 888 551 873 547 l 938 551 q 980 508 980 551 l 980 240 q 1045 231 1034 240 q 1059 172 1059 221 m 865 983 l 404 -11 l 240 -11 l 699 983 l 865 983 m 396 477 q 385 439 396 447 q 345 433 377 433 l 97 433 q 58 451 65 433 q 54 497 54 460 q 106 546 54 546 q 134 546 115 546 q 164 546 153 546 l 164 837 q 117 837 144 837 q 81 837 89 837 q 44 851 54 837 q 35 911 35 865 q 77 945 35 945 q 98 945 83 945 q 121 945 113 945 q 183 983 172 945 l 283 983 l 283 545 q 319 545 297 545 q 348 545 341 545 q 385 533 375 545 q 396 477 396 519 m 865 240 l 865 371 l 764 240 l 865 240 "},"#":{"x_min":40,"x_max":867,"ha":906,"o":"m 867 236 l 664 236 l 609 -14 l 463 -14 l 518 236 l 293 236 l 240 -14 l 94 -14 l 147 236 l 40 236 l 40 383 l 177 383 l 216 569 l 40 569 l 40 716 l 244 716 l 300 969 l 446 969 l 390 716 l 613 716 l 668 969 l 814 969 l 759 716 l 867 716 l 867 569 l 731 569 l 693 383 l 867 383 l 867 236 m 585 569 l 362 569 l 324 383 l 546 383 l 585 569 "},"ï£¿":{"x_min":23.421875,"x_max":420,"ha":556,"o":"m 420 89 q 398 24 420 50 q 340 -1 377 -1 l 70 -1 q 23 43 23 -1 l 23 106 q 60 150 23 150 l 220 150 q 254 188 254 150 l 254 778 q 226 818 254 818 l 126 818 q 83 828 95 818 q 71 868 71 838 l 71 920 q 100 967 71 964 q 196 969 112 969 l 345 969 q 420 884 420 969 l 420 89 "},")":{"x_min":41,"x_max":372,"ha":446,"o":"m 372 457 q 340 162 372 284 q 221 -107 307 38 q 179 -171 191 -157 q 115 -206 150 -206 q 62 -184 84 -206 q 41 -132 41 -163 q 100 -1 41 -124 q 174 162 164 129 q 207 457 207 272 q 172 758 207 647 q 99 917 162 787 q 41 1046 41 1037 q 62 1098 41 1077 q 115 1120 84 1120 q 267 936 182 1120 q 355 688 338 786 q 372 457 372 590 "},"}":{"x_min":40.6875,"x_max":478.3125,"ha":552,"o":"m 478 461 q 397 377 478 386 q 353 360 364 373 q 342 312 342 346 l 342 13 q 277 -139 342 -73 q 127 -206 213 -206 q 65 -182 90 -206 q 40 -122 40 -159 q 122 -39 40 -46 q 177 25 177 -34 l 177 297 q 183 385 177 356 q 226 461 193 426 q 177 609 177 514 l 177 888 q 122 952 177 947 q 40 1036 40 959 q 65 1096 40 1073 q 128 1120 90 1120 q 278 1054 215 1120 q 342 901 342 989 l 342 609 q 353 563 342 576 q 397 545 364 549 q 478 461 478 536 "},"â€°":{"x_min":28,"x_max":1750,"ha":1778,"o":"m 1750 211 q 1680 42 1750 112 q 1512 -27 1611 -27 q 1343 42 1413 -27 q 1274 211 1274 112 q 1343 380 1274 310 q 1512 450 1413 450 q 1680 380 1611 450 q 1750 211 1750 310 m 1165 211 q 1095 42 1165 112 q 927 -27 1025 -27 q 758 42 828 -27 q 689 211 689 112 q 758 380 689 310 q 927 450 827 450 q 1095 380 1025 450 q 1165 211 1165 310 m 1053 1042 l 262 -67 l 125 -67 l 801 885 q 588 865 679 865 q 489 869 541 865 q 504 783 504 822 q 435 614 504 683 q 267 546 367 546 q 97 614 167 546 q 28 782 28 683 q 147 989 28 918 q 259 1023 203 1023 q 375 1006 300 1023 q 605 978 505 978 q 916 1042 785 978 l 1053 1042 m 1627 211 q 1593 293 1627 259 q 1511 327 1559 327 q 1429 293 1463 327 q 1396 211 1396 259 q 1429 129 1396 163 q 1511 96 1463 96 q 1593 129 1559 96 q 1627 211 1627 163 m 1041 211 q 1007 293 1041 259 q 926 327 973 327 q 844 293 878 327 q 811 211 811 259 q 844 129 811 163 q 926 96 878 96 q 1007 129 973 96 q 1041 211 1041 163 m 381 784 q 347 865 381 832 q 266 899 314 899 q 184 865 218 899 q 151 784 151 832 q 184 703 151 737 q 266 670 218 670 q 347 703 313 670 q 381 784 381 737 "},"Â¸":{"x_min":56.46875,"x_max":381,"ha":471,"o":"m 381 -124 q 324 -226 381 -189 q 206 -258 275 -258 q 56 -226 140 -258 l 80 -139 q 176 -155 129 -155 q 245 -108 245 -155 q 191 -69 245 -69 l 153 -69 l 177 11 l 291 11 l 283 -20 q 351 -55 324 -29 q 381 -124 381 -85 "},"a":{"x_min":60,"x_max":824,"ha":918,"o":"m 824 0 l 639 0 l 639 78 q 411 -19 536 -19 q 156 99 258 -19 q 60 367 60 212 q 152 638 60 527 q 406 757 250 757 q 639 656 540 757 l 639 738 l 824 738 l 824 0 m 648 370 q 592 524 648 463 q 444 586 536 586 q 298 522 354 586 q 244 369 244 461 q 298 216 244 279 q 445 151 355 151 q 594 215 537 151 q 648 370 648 277 "},"â€”":{"x_min":-8,"x_max":1397,"ha":1389,"o":"m 1397 318 l -8 318 l -8 482 l 1397 482 l 1397 318 "},"=":{"x_min":49,"x_max":772,"ha":822,"o":"m 772 539 l 49 539 l 49 698 l 772 698 l 772 539 m 772 229 l 49 229 l 49 388 l 772 388 l 772 229 "},"N":{"x_min":115,"x_max":915,"ha":1028,"o":"m 915 0 l 732 0 l 305 654 l 305 0 l 115 0 l 115 998 l 296 998 l 725 341 l 725 998 l 915 998 l 915 0 "},"2":{"x_min":68.328125,"x_max":741.578125,"ha":822,"o":"m 741 199 l 715 0 l 68 0 q 206 302 83 171 l 426 490 q 541 689 541 589 q 503 795 541 755 q 399 835 465 835 q 286 794 324 835 q 249 710 262 767 q 229 641 236 650 q 203 638 218 638 l 118 638 q 92 644 103 638 q 87 676 87 658 q 180 901 87 818 q 412 982 269 982 q 628 911 544 982 q 718 706 718 836 q 618 471 718 577 q 422 308 584 433 q 277 144 304 217 l 593 144 l 598 205 q 638 237 606 237 l 706 237 q 741 199 745 237 "},"Â¯":{"x_min":98,"x_max":484,"ha":583,"o":"m 484 873 l 98 873 l 98 1023 l 484 1023 l 484 873 "},"Z":{"x_min":31.84375,"x_max":665.0625,"ha":695,"o":"m 665 998 l 308 182 l 642 182 l 642 0 l 31 0 l 386 810 l 61 810 l 61 998 l 665 998 "},"u":{"x_min":93,"x_max":741,"ha":833,"o":"m 741 425 q 710 160 741 231 q 416 -19 633 -19 q 114 186 179 -19 q 93 430 93 255 l 93 738 l 280 738 l 280 382 q 286 269 280 303 q 340 175 298 204 q 417 153 371 153 q 543 240 511 153 q 555 376 555 272 l 555 738 l 741 738 l 741 425 "},"k":{"x_min":95,"x_max":823.21875,"ha":806,"o":"m 823 0 l 593 0 l 280 339 l 280 0 l 95 0 l 95 1023 l 280 1023 l 280 433 l 552 738 l 784 738 l 467 383 l 823 0 "},"Â¢":{"x_min":57,"x_max":713,"ha":778,"o":"m 713 599 l 561 510 q 526 550 546 531 l 353 159 q 426 145 390 145 q 576 211 510 145 l 694 96 q 413 -19 582 -19 q 284 0 348 -19 l 209 -164 l 105 -120 l 186 58 q 57 369 57 186 q 236 708 57 605 q 426 757 321 757 q 491 751 455 757 l 557 899 l 662 853 l 598 711 q 713 599 673 664 m 420 587 q 282 519 329 587 q 241 366 241 460 q 266 241 241 299 l 420 587 "},"s":{"x_min":34.875,"x_max":558,"ha":610,"o":"m 558 210 q 477 38 558 102 q 292 -20 403 -20 q 34 106 131 -20 l 148 230 q 302 146 221 146 q 356 159 332 146 q 384 204 384 176 q 303 287 384 247 l 241 319 q 62 545 62 408 q 135 700 62 640 q 301 757 204 757 q 544 634 453 757 l 430 519 q 303 589 360 589 q 237 542 237 589 q 303 481 237 514 l 371 447 q 503 356 462 401 q 558 210 558 296 "},"B":{"x_min":114,"x_max":738,"ha":806,"o":"m 738 291 q 696 140 738 210 q 582 34 654 69 q 393 0 514 0 l 114 0 l 114 998 l 270 998 q 469 980 404 998 q 610 894 557 956 q 665 740 665 829 q 563 549 665 626 q 738 291 738 467 m 481 715 q 352 817 481 817 l 304 817 l 304 607 l 345 607 q 481 715 481 607 m 552 297 q 343 437 552 437 l 304 437 l 304 181 l 351 181 q 483 197 440 181 q 552 297 552 223 "},"â€¦":{"x_min":125,"x_max":1264,"ha":1389,"o":"m 1264 87 q 1232 12 1264 43 q 1157 -19 1201 -19 q 1082 12 1113 -19 q 1051 87 1051 43 q 1082 162 1051 131 q 1157 193 1113 193 q 1232 162 1201 193 q 1264 87 1264 131 m 800 87 q 768 12 800 43 q 693 -19 737 -19 q 618 12 649 -19 q 588 87 588 43 q 618 162 588 131 q 693 193 649 193 q 768 162 737 193 q 800 87 800 131 m 338 87 q 306 12 338 43 q 231 -19 275 -19 q 156 12 187 -19 q 125 87 125 43 q 156 162 125 131 q 231 193 187 193 q 306 162 275 193 q 338 87 338 131 "},"?":{"x_min":89.78125,"x_max":548,"ha":638,"o":"m 548 762 q 466 565 548 677 q 384 362 384 454 q 369 323 384 333 q 319 314 354 314 q 253 337 269 314 q 242 405 242 355 q 319 598 242 489 q 397 755 397 707 q 315 848 397 848 q 238 803 252 848 q 225 721 232 762 q 158 677 213 677 q 101 696 116 677 q 89 754 89 713 q 156 913 89 855 q 322 970 220 970 q 483 917 422 970 q 548 762 548 862 m 417 124 q 321 1 417 1 q 248 41 275 1 q 226 124 226 75 q 248 208 226 174 q 321 249 274 249 q 394 208 368 249 q 417 124 417 174 "},"H":{"x_min":113,"x_max":831,"ha":944,"o":"m 831 0 l 639 0 l 639 437 l 306 437 l 306 0 l 113 0 l 113 998 l 306 998 l 306 621 l 639 621 l 639 998 l 831 998 l 831 0 "},"c":{"x_min":58,"x_max":816.03125,"ha":889,"o":"m 816 588 l 662 504 q 476 584 584 584 q 311 525 375 584 q 245 363 245 464 q 308 207 245 266 q 468 150 370 150 q 662 234 592 150 l 807 135 q 472 -19 689 -19 q 180 84 296 -19 q 58 366 58 192 q 111 564 58 474 q 261 705 165 653 q 475 757 357 757 q 816 588 700 757 "},"Â¶":{"x_min":110.203125,"x_max":716,"ha":833,"o":"m 716 948 l 660 948 l 660 -256 l 566 -256 l 566 948 l 468 948 l 468 -256 l 374 -256 l 374 482 q 179 552 248 482 q 110 749 110 623 q 431 1027 110 1027 l 716 1027 l 716 948 "},"â€¢":{"x_min":208,"x_max":624,"ha":833,"o":"m 624 505 q 563 358 624 419 q 416 297 502 297 q 268 358 329 297 q 208 505 208 419 q 268 653 208 592 q 416 714 329 714 q 563 653 502 714 q 624 505 624 592 "},"Â¥":{"x_min":32.484375,"x_max":745.875,"ha":778,"o":"m 745 997 l 535 528 l 714 528 l 714 417 l 485 417 l 485 331 l 714 331 l 714 216 l 485 216 l 485 0 l 293 0 l 293 216 l 63 216 l 63 331 l 293 331 l 293 417 l 63 417 l 63 528 l 242 528 l 32 997 l 229 997 l 389 642 l 548 997 l 745 997 "},"(":{"x_min":74,"x_max":406,"ha":447,"o":"m 406 -132 q 384 -184 406 -163 q 331 -206 362 -206 q 266 -171 296 -206 q 224 -107 254 -157 q 105 162 139 38 q 74 457 74 284 q 91 688 74 590 q 178 937 108 787 q 331 1120 263 1120 q 384 1098 362 1120 q 406 1046 406 1077 q 346 917 406 1039 q 274 758 283 787 q 239 457 239 647 q 269 172 239 281 q 344 0 279 134 q 406 -132 406 -127 "},"U":{"x_min":107,"x_max":783,"ha":889,"o":"m 783 403 q 774 232 783 279 q 701 81 758 145 q 445 -25 607 -25 q 267 18 348 -25 q 141 149 180 65 q 107 402 107 224 l 107 998 l 298 998 l 298 352 q 306 255 298 285 q 361 179 319 204 q 441 158 394 158 q 578 240 545 158 q 592 375 592 275 l 592 998 l 783 998 l 783 403 "},"F":{"x_min":117,"x_max":612.203125,"ha":667,"o":"m 612 449 l 305 449 l 305 0 l 117 0 l 117 998 l 612 998 l 612 813 l 305 813 l 305 631 l 612 631 l 612 449 "},"Â­":{"x_min":78,"x_max":756,"ha":834,"o":"m 756 414 l 78 414 l 78 584 l 756 584 l 756 414 "},":":{"x_min":105,"x_max":299,"ha":403,"o":"m 299 659 q 278 566 299 604 q 202 518 252 518 q 126 566 153 518 q 106 659 106 604 q 126 751 106 712 q 202 800 153 800 q 278 751 252 800 q 299 659 299 713 m 298 142 q 277 49 298 87 q 201 1 251 1 q 126 49 151 1 q 105 142 105 88 q 126 235 105 196 q 201 284 152 284 q 277 236 252 284 q 298 142 298 198 "},"*":{"x_min":56.75,"x_max":662.265625,"ha":720,"o":"m 662 747 q 585 667 662 697 q 471 635 528 651 l 527 562 q 574 473 574 498 q 553 424 574 444 q 503 404 533 404 q 418 467 467 404 l 359 553 q 300 467 330 510 q 215 404 250 404 q 166 424 186 404 q 146 474 146 445 q 191 562 146 497 q 246 635 219 598 l 134 667 q 56 747 56 697 q 76 795 56 773 q 121 817 95 817 q 208 798 154 817 q 288 767 249 782 q 288 808 288 775 q 288 861 288 840 q 359 987 288 987 q 431 861 431 987 q 431 807 431 840 q 431 767 431 775 q 510 798 469 782 q 595 817 564 817 q 642 795 623 817 q 662 747 662 774 "},"â€ ":{"x_min":27.421875,"x_max":755.9375,"ha":778,"o":"m 755 500 l 465 537 l 465 -270 l 317 -270 l 317 537 l 27 500 l 27 684 l 333 651 l 300 1023 l 481 1023 l 448 651 l 755 684 l 755 500 "},"â€�":{"x_min":43.125,"x_max":488,"ha":564,"o":"m 488 0 l 369 0 l 369 561 l 271 561 l 271 411 l 43 622 l 271 833 l 271 681 l 488 681 l 488 0 "},"Â°":{"x_min":57,"x_max":490,"ha":548,"o":"m 490 767 q 426 614 490 677 q 273 551 363 551 q 120 614 183 551 q 57 767 57 677 q 120 919 57 856 q 273 983 183 983 q 426 920 363 983 q 490 767 490 857 m 377 767 q 346 839 377 809 q 273 870 316 870 q 200 839 231 870 q 170 767 170 809 q 200 694 170 724 q 273 664 231 664 q 347 694 317 664 q 377 767 377 724 "},"V":{"x_min":37.984375,"x_max":933.84375,"ha":973,"o":"m 933 998 l 574 0 l 391 0 l 37 998 l 233 998 l 484 289 l 738 998 l 933 998 "},"Â ":{"x_min":0,"x_max":0,"ha":1042},"0":{"x_min":73,"x_max":749,"ha":822,"o":"m 749 471 q 413 -14 749 -14 q 73 474 73 -14 q 420 981 73 981 q 749 471 749 981 m 573 486 q 410 834 573 834 q 276 696 316 834 q 251 479 251 609 q 410 132 251 132 q 547 269 506 132 q 573 486 573 357 "},"â€�":{"x_min":108,"x_max":556,"ha":667,"o":"m 556 929 q 458 642 556 767 l 393 694 q 452 829 434 755 l 385 829 l 385 1023 l 556 1023 l 556 929 m 279 929 q 182 642 279 768 l 116 694 q 176 829 156 754 l 108 829 l 108 1023 l 279 1023 l 279 929 "},"Â¾":{"x_min":32.140625,"x_max":1060,"ha":1073,"o":"m 1060 172 q 1032 136 1060 141 l 982 136 q 982 86 982 115 q 982 49 982 57 q 968 11 982 21 q 908 0 953 0 q 861 62 861 0 q 863 101 861 75 q 865 136 865 126 l 698 136 q 645 148 654 136 q 637 207 637 159 q 661 267 637 235 l 854 523 q 889 551 872 547 l 939 551 q 981 508 981 551 l 981 240 q 1046 231 1035 240 q 1060 172 1060 221 m 865 983 l 406 -12 l 241 -12 l 700 983 l 865 983 m 409 591 q 353 467 409 512 q 220 426 301 426 q 32 602 32 426 q 54 639 32 633 q 104 640 58 640 q 149 589 136 640 q 212 539 163 539 q 279 598 279 539 q 242 656 279 642 q 190 672 216 664 q 182 737 182 678 q 224 781 182 770 q 267 824 267 792 q 212 870 267 870 q 158 838 175 870 q 123 807 142 807 l 77 807 q 41 842 41 807 q 95 947 41 909 q 212 983 143 983 q 338 947 289 983 q 395 834 395 907 q 337 722 395 765 q 409 591 409 678 m 866 240 l 866 370 l 765 240 l 866 240 "},"@":{"x_min":5,"x_max":1022,"ha":1027,"o":"m 1022 609 q 803 246 1022 357 q 673 207 725 207 q 610 228 634 207 q 592 279 592 243 q 445 214 531 214 q 279 288 341 214 q 221 465 221 358 q 298 688 221 595 q 509 788 381 788 q 676 698 617 788 l 690 770 l 823 770 l 756 374 q 750 327 750 334 q 773 307 750 307 q 852 354 810 307 q 903 435 886 393 q 929 570 929 496 q 742 896 929 797 q 535 945 652 945 q 161 736 279 945 q 105 515 105 635 q 159 295 105 394 q 321 137 216 193 q 550 82 423 82 q 832 204 695 82 l 962 204 q 846 82 897 123 q 697 5 782 32 q 539 -18 621 -18 q 272 51 395 -18 q 75 245 146 122 q 5 511 5 367 q 74 779 5 656 q 269 975 145 905 q 538 1045 391 1045 q 871 924 728 1045 q 1022 609 1022 796 m 637 515 q 607 600 637 565 q 526 635 576 635 q 426 585 466 635 q 388 478 388 539 q 417 392 388 425 q 500 357 448 357 q 600 407 560 357 q 637 515 637 453 "},"i":{"x_min":48,"x_max":285,"ha":333,"o":"m 285 921 q 250 836 285 871 q 167 802 216 802 q 82 837 117 802 q 48 924 48 873 q 82 1007 48 972 q 166 1042 117 1042 q 250 1006 215 1042 q 285 921 285 971 m 259 0 l 73 0 l 73 738 l 259 738 l 259 0 "},"]":{"x_min":40.4375,"x_max":415,"ha":554,"o":"m 415 -189 l 151 -189 q 40 -106 40 -189 q 151 -23 40 -23 l 250 -23 l 250 940 l 151 940 q 41 1022 41 940 q 151 1105 41 1105 l 415 1105 l 415 -189 "},"m":{"x_min":92,"x_max":1222,"ha":1305,"o":"m 1222 0 l 1036 0 l 1036 374 q 1019 516 1036 470 q 911 589 990 589 q 770 487 809 589 q 752 333 752 439 l 752 0 l 565 0 l 565 357 q 506 567 565 523 q 436 589 477 589 q 296 484 336 589 q 278 328 278 434 l 278 0 l 92 0 l 92 738 l 278 738 l 278 653 q 509 757 372 757 q 724 624 654 757 q 972 757 814 757 q 1104 723 1045 757 q 1196 624 1167 688 q 1222 432 1222 565 l 1222 0 "},"8":{"x_min":66,"x_max":756,"ha":822,"o":"m 756 277 q 651 53 756 129 q 408 -14 560 -14 q 166 57 257 -14 q 66 283 66 137 q 227 510 66 437 q 103 736 103 589 q 204 929 103 866 q 424 981 288 981 q 628 920 548 981 q 717 732 717 852 q 592 511 717 593 q 756 277 756 441 m 545 706 q 409 833 545 833 q 311 800 348 833 q 275 706 275 767 q 313 612 275 647 q 409 579 350 579 q 506 613 467 579 q 545 706 545 648 m 577 283 q 528 394 577 353 q 411 433 483 433 q 295 393 341 433 q 247 283 247 352 q 294 170 247 210 q 412 133 338 133 q 529 171 485 133 q 577 283 577 211 "},"R":{"x_min":127,"x_max":766.796875,"ha":806,"o":"m 766 0 l 559 0 l 334 423 l 317 423 l 317 0 l 127 0 l 127 998 l 328 998 q 523 981 461 998 q 677 870 625 954 q 720 708 720 802 q 530 444 720 511 l 766 0 m 536 710 q 473 801 536 778 q 369 812 445 812 l 317 812 l 317 608 l 376 608 q 485 622 451 608 q 536 710 536 645 "},"Ã—":{"x_min":65.78125,"x_max":756.15625,"ha":822,"o":"m 756 692 l 524 459 l 754 229 l 642 118 l 411 347 l 181 118 l 68 229 l 299 459 l 65 693 l 178 805 l 410 573 l 643 805 l 756 692 "},"o":{"x_min":58,"x_max":832,"ha":890,"o":"m 832 369 q 780 174 832 265 q 639 32 728 83 q 441 -19 549 -19 q 169 93 280 -19 q 58 368 58 206 q 184 656 58 541 q 440 757 295 757 q 636 705 545 757 q 780 563 728 653 q 832 369 832 473 m 645 369 q 590 522 645 461 q 443 583 535 583 q 296 520 353 583 q 242 369 242 460 q 296 216 242 276 q 442 153 351 153 q 590 216 533 153 q 645 369 645 277 "},"5":{"x_min":72.1875,"x_max":731,"ha":823,"o":"m 731 317 q 639 75 731 165 q 395 -14 547 -14 q 164 57 249 -14 q 72 275 72 133 q 108 299 72 299 l 197 299 q 224 294 211 299 q 229 277 228 288 q 273 167 241 200 q 386 130 310 130 q 508 183 462 130 q 553 311 553 234 q 396 501 553 501 q 281 461 339 501 l 169 461 q 140 465 154 461 q 147 481 147 472 q 147 723 147 577 q 147 967 147 845 l 668 967 q 701 961 686 967 q 707 866 707 948 q 706 844 707 853 q 666 823 701 823 l 299 823 q 292 711 299 786 q 285 599 285 636 q 432 643 356 643 q 653 548 571 643 q 731 317 731 458 "},"7":{"x_min":107,"x_max":713,"ha":822,"o":"m 713 832 l 457 30 q 406 0 447 0 l 306 0 q 275 19 275 0 q 402 403 275 38 q 551 823 477 613 l 249 823 q 238 736 249 793 q 217 730 228 730 l 139 730 q 107 753 107 730 q 126 967 107 765 l 713 967 l 713 832 "},"K":{"x_min":115,"x_max":840.046875,"ha":861,"o":"m 840 0 l 614 0 l 307 443 l 307 0 l 115 0 l 115 998 l 307 998 l 307 654 l 577 998 l 806 998 l 457 552 l 840 0 "},",":{"x_min":47.15625,"x_max":287,"ha":373,"o":"m 287 140 q 220 -130 287 -28 q 125 -233 153 -233 l 114 -228 q 47 -144 83 -192 q 89 -82 53 -127 q 117 -9 117 -49 q 104 70 117 17 q 92 150 92 122 q 114 238 92 201 q 187 285 140 285 q 287 140 287 285 "},"d":{"x_min":60,"x_max":824,"ha":918,"o":"m 824 0 l 639 0 l 639 78 q 411 -19 536 -19 q 156 99 258 -19 q 60 367 60 212 q 152 638 60 527 q 406 757 250 757 q 639 656 540 757 l 639 1023 l 824 1023 l 824 0 m 648 370 q 592 524 648 463 q 444 586 536 586 q 298 522 354 586 q 244 369 244 461 q 298 216 244 279 q 445 151 355 151 q 594 215 537 151 q 648 370 648 277 "},"Â¨":{"x_min":100,"x_max":595,"ha":695,"o":"m 595 969 q 566 900 595 929 q 497 872 537 872 q 428 900 456 872 q 400 969 400 929 q 428 1038 400 1009 q 497 1067 457 1067 q 566 1038 537 1067 q 595 969 595 1010 m 295 969 q 266 900 295 929 q 197 872 237 872 q 128 900 156 872 q 100 969 100 929 q 128 1038 100 1009 q 197 1067 157 1067 q 266 1038 237 1067 q 295 969 295 1010 "},"E":{"x_min":115,"x_max":660.046875,"ha":723,"o":"m 660 0 l 115 0 l 115 998 l 660 998 l 660 812 l 304 812 l 304 631 l 660 631 l 660 449 l 304 449 l 304 187 l 660 187 l 660 0 "},"Y":{"x_min":43.03125,"x_max":818.609375,"ha":861,"o":"m 818 998 l 527 432 l 527 0 l 336 0 l 336 432 l 43 998 l 247 998 l 432 639 l 617 998 l 818 998 "},"\"":{"x_min":46,"x_max":693,"ha":724,"o":"m 693 910 q 679 866 693 889 l 476 532 q 398 480 444 480 q 340 530 340 480 q 475 898 340 539 q 523 957 493 944 q 602 968 545 968 q 693 910 693 968 m 399 911 q 385 866 399 889 l 182 532 q 104 481 151 481 q 46 530 46 481 q 180 898 46 540 q 228 957 198 944 q 307 968 251 968 q 399 911 399 968 "},"â€¹":{"x_min":18.3125,"x_max":315.34375,"ha":333,"o":"m 315 0 l 142 0 l 18 366 l 142 738 l 315 738 l 189 366 l 315 0 "},"â€ž":{"x_min":108,"x_max":556,"ha":667,"o":"m 556 100 q 458 -185 556 -61 l 393 -134 q 452 0 435 -71 l 385 0 l 385 194 l 556 194 l 556 100 m 279 100 q 182 -185 279 -61 l 116 -134 q 176 0 157 -72 l 108 0 l 108 194 l 279 194 l 279 100 "},"Â´":{"x_min":162.078125,"x_max":543.21875,"ha":583,"o":"m 543 1139 l 295 873 l 162 873 l 324 1139 l 543 1139 "},"Â±":{"x_min":49,"x_max":773,"ha":822,"o":"m 773 382 l 490 382 l 490 148 l 331 148 l 331 382 l 49 382 l 49 542 l 331 542 l 331 824 l 490 824 l 490 542 l 773 542 l 773 382 m 773 -95 l 49 -95 l 49 65 l 773 65 l 773 -95 "},"|":{"x_min":140,"x_max":276,"ha":416,"o":"m 276 -134 q 255 -188 276 -170 q 209 -206 235 -206 q 165 -191 185 -206 q 141 -154 144 -176 q 140 -72 140 -136 l 140 1048 q 163 1103 140 1084 q 207 1120 181 1120 q 250 1105 230 1120 q 274 1068 271 1090 q 276 986 276 1050 l 276 -134 "},"Â§":{"x_min":74,"x_max":730.0625,"ha":803,"o":"m 730 976 q 709 917 730 951 q 664 879 687 879 q 546 924 647 879 q 377 970 445 970 q 254 868 254 970 q 375 745 254 803 q 599 635 593 639 q 721 441 721 556 q 624 251 721 335 q 712 70 712 178 q 621 -140 712 -64 q 400 -210 537 -210 q 210 -173 320 -210 q 75 -68 75 -128 q 100 -8 75 -44 q 147 27 125 27 q 252 -17 154 27 q 416 -61 349 -61 q 546 47 546 -61 q 424 178 546 119 l 196 288 q 74 482 74 366 q 177 671 74 579 q 88 858 88 754 q 177 1052 88 979 q 383 1121 260 1121 q 572 1088 488 1121 q 730 976 730 1026 m 556 418 q 442 535 556 474 l 290 604 q 242 512 242 555 q 350 390 242 451 q 501 321 426 355 q 556 418 556 364 "},"b":{"x_min":94,"x_max":857.46875,"ha":917,"o":"m 857 367 q 760 99 857 212 q 505 -19 658 -19 q 278 78 380 -19 l 278 0 l 94 0 l 94 1023 l 278 1023 l 278 656 q 511 757 378 757 q 765 638 667 757 q 857 367 857 527 m 673 369 q 618 522 673 461 q 472 586 563 586 q 324 523 381 586 q 270 370 270 463 q 323 215 270 277 q 472 151 380 151 q 618 216 561 151 q 673 369 673 279 "},"q":{"x_min":60,"x_max":824,"ha":918,"o":"m 824 -270 l 639 -270 l 639 78 q 411 -19 536 -19 q 156 99 258 -19 q 60 367 60 212 q 152 638 60 527 q 406 757 250 757 q 639 656 540 757 l 639 738 l 824 738 l 824 -270 m 648 370 q 592 524 648 463 q 444 586 536 586 q 298 522 354 586 q 244 369 244 461 q 298 216 244 279 q 445 151 355 151 q 594 215 537 151 q 648 370 648 277 "},"z":{"x_min":11.125,"x_max":627.984375,"ha":639,"o":"m 627 738 l 295 157 l 609 157 l 609 0 l 11 0 l 344 581 l 62 581 l 62 738 l 627 738 "},"â„¢":{"x_min":68,"x_max":1291,"ha":1388,"o":"m 1291 428 l 1172 428 l 1172 896 l 985 428 l 925 428 l 745 896 l 745 428 l 626 428 l 626 998 l 806 998 l 955 631 l 1111 998 l 1291 998 l 1291 428 m 548 898 l 370 898 l 370 428 l 247 428 l 247 898 l 68 898 l 68 998 l 548 998 l 548 898 "},"Â®":{"x_min":-5,"x_max":1034,"ha":1028,"o":"m 1034 512 q 964 253 1034 373 q 774 64 895 133 q 514 -5 654 -5 q 254 64 375 -5 q 64 253 134 133 q -5 513 -5 373 q 64 772 -5 652 q 254 961 133 892 q 514 1031 374 1031 q 774 961 654 1031 q 964 772 894 892 q 1034 512 1034 652 m 927 510 q 807 803 927 683 q 515 924 688 924 q 223 804 344 924 q 102 514 102 685 q 156 309 102 403 q 307 160 211 215 q 514 106 403 106 q 720 160 624 106 q 872 308 817 214 q 927 510 927 403 m 773 226 l 631 226 q 616 319 616 261 q 615 384 616 378 q 586 439 609 426 q 525 448 571 448 l 424 448 l 424 227 l 299 227 l 299 796 l 550 796 q 650 784 615 796 q 727 722 699 768 q 750 631 750 684 q 683 500 750 547 q 732 451 718 481 q 741 383 741 431 q 741 299 741 341 q 773 226 746 247 m 628 620 q 598 677 628 663 q 529 687 578 687 l 424 687 l 424 552 l 528 552 q 598 562 577 552 q 628 620 628 577 "},"~":{"x_min":31,"x_max":791,"ha":822,"o":"m 791 447 q 574 351 681 351 q 376 415 506 351 q 239 459 287 459 q 31 357 138 459 l 31 530 q 252 626 141 626 q 435 568 317 626 q 589 519 538 519 q 791 619 681 519 l 791 447 "},"Â³":{"x_min":81.265625,"x_max":547,"ha":639,"o":"m 547 706 q 477 553 547 608 q 313 505 414 505 q 81 723 81 505 q 84 743 81 733 q 100 747 91 747 l 164 747 q 187 711 179 747 q 214 644 199 663 q 307 609 243 609 q 387 636 355 609 q 419 711 419 663 q 384 801 419 773 q 320 826 366 816 q 286 849 286 834 l 286 913 q 315 936 286 928 q 372 957 358 948 q 402 1026 402 978 q 302 1111 402 1111 q 231 1088 256 1111 q 203 1047 217 1076 q 181 1025 191 1025 l 118 1025 q 94 1046 94 1025 q 158 1174 94 1127 q 299 1217 216 1217 q 457 1176 395 1217 q 529 1037 529 1128 q 419 885 529 925 q 547 706 547 830 "},"Â¡":{"x_min":90,"x_max":283,"ha":373,"o":"m 283 492 q 259 407 283 441 q 186 367 233 367 q 112 407 138 367 q 90 492 90 441 q 112 576 90 541 q 186 617 138 617 q 259 576 233 617 q 283 492 283 541 m 266 -288 q 211 -350 266 -350 l 157 -350 q 107 -288 107 -350 l 107 223 q 129 280 107 266 q 189 293 144 293 q 249 278 232 293 q 266 223 266 263 l 266 -288 "},"[":{"x_min":139,"x_max":513.546875,"ha":554,"o":"m 513 -106 q 402 -189 513 -189 l 139 -189 l 139 1105 l 402 1105 q 512 1022 512 1105 q 402 940 512 940 l 304 940 l 304 -23 l 402 -23 q 513 -106 513 -23 "},"L":{"x_min":114,"x_max":580.703125,"ha":611,"o":"m 580 0 l 114 0 l 114 997 l 304 997 l 304 181 l 580 181 l 580 0 "}," ":{"x_min":0,"x_max":0,"ha":463},"%":{"x_min":57,"x_max":1058,"ha":1116,"o":"m 1058 203 q 995 50 1058 113 q 842 -12 932 -12 q 689 50 752 -12 q 626 203 626 113 q 689 355 626 292 q 842 419 752 419 q 994 355 931 419 q 1058 203 1058 292 m 870 982 l 410 -11 l 245 -11 l 705 982 l 870 982 m 489 767 q 425 614 489 677 q 272 552 362 552 q 120 615 183 552 q 57 767 57 678 q 119 920 57 857 q 272 983 182 983 q 425 919 362 983 q 489 767 489 856 m 939 203 q 910 272 939 244 q 842 300 882 300 q 773 271 802 300 q 745 203 745 243 q 773 135 745 163 q 842 107 802 107 q 910 135 882 107 q 939 203 939 163 m 369 767 q 340 835 369 807 q 272 864 312 864 q 204 835 232 864 q 176 767 176 807 q 204 699 176 727 q 272 671 232 671 q 340 699 312 671 q 369 767 369 727 "},"P":{"x_min":113,"x_max":706,"ha":778,"o":"m 706 708 q 653 536 706 607 q 503 438 600 466 q 303 423 448 423 l 303 0 l 113 0 l 113 998 l 314 998 q 509 980 445 998 q 664 870 613 953 q 706 708 706 802 m 522 708 q 477 792 522 765 q 356 812 444 812 l 303 812 l 303 608 l 363 608 q 506 652 476 608 q 522 708 522 675 "},"_":{"x_min":-82,"x_max":867,"ha":786,"o":"m 867 -282 q 774 -351 867 -351 l 10 -351 q -82 -282 -82 -351 q 10 -213 -82 -213 l 774 -213 q 867 -282 867 -213 "},"+":{"x_min":49,"x_max":773,"ha":822,"o":"m 773 382 l 490 382 l 490 101 l 331 101 l 331 382 l 49 382 l 49 542 l 331 542 l 331 824 l 490 824 l 490 542 l 773 542 l 773 382 "},"â€š":{"x_min":105,"x_max":276,"ha":389,"o":"m 276 100 q 179 -185 276 -61 l 113 -134 q 173 0 154 -72 l 105 0 l 105 194 l 276 194 l 276 100 "},"Â½":{"x_min":35.15625,"x_max":1039,"ha":1072,"o":"m 1039 127 l 1023 0 l 647 0 q 722 183 657 107 q 838 284 739 202 q 898 379 898 332 q 841 438 898 438 q 792 416 809 438 q 775 372 782 403 q 763 341 769 345 q 700 334 756 334 q 659 369 659 334 q 712 501 659 452 q 847 551 764 551 q 977 506 927 551 q 1027 385 1027 462 q 986 271 1027 321 q 897 194 964 244 q 809 112 834 145 l 935 112 q 953 155 935 146 q 1002 160 964 160 q 1039 127 1039 160 m 839 983 l 379 -11 l 215 -11 l 674 983 l 839 983 m 396 477 q 385 439 396 447 q 345 433 377 433 l 97 433 q 58 450 65 433 q 54 497 54 459 q 106 546 54 546 q 134 546 115 546 q 164 546 153 546 l 164 837 q 117 837 144 837 q 81 837 89 837 q 44 851 54 837 q 35 911 35 865 q 77 945 35 945 q 98 945 83 945 q 121 945 113 945 q 183 983 172 945 l 283 983 l 283 545 q 319 545 297 545 q 348 545 341 545 q 385 533 375 545 q 396 477 396 519 "},"'":{"x_min":49,"x_max":402,"ha":433,"o":"m 402 912 q 388 867 402 890 l 185 533 q 107 482 154 482 q 49 531 49 482 q 183 899 49 541 q 231 958 201 945 q 310 969 254 969 q 402 912 402 969 "},"Âª":{"x_min":32,"x_max":447,"ha":500,"o":"m 447 550 l 311 550 l 311 588 q 207 539 266 539 q 74 621 124 539 q 32 780 32 692 q 72 940 32 870 q 204 1023 120 1023 q 311 972 264 1023 l 311 1012 l 447 1012 l 447 550 m 316 782 q 300 858 316 825 q 241 902 280 902 q 183 857 203 902 q 168 782 168 824 q 183 704 168 738 q 242 660 203 660 q 301 704 280 660 q 316 782 316 738 "},"T":{"x_min":16,"x_max":567,"ha":583,"o":"m 567 811 l 386 811 l 386 0 l 193 0 l 193 811 l 16 811 l 16 998 l 567 998 l 567 811 "},"":{"x_min":28,"x_max":805.65625,"ha":833,"o":"m 805 40 l 607 40 l 607 357 l 649 357 l 649 77 l 805 77 l 805 40 m 566 40 l 329 40 l 329 358 l 558 358 l 558 320 l 371 320 l 371 223 l 547 223 l 547 186 l 371 186 l 371 77 l 566 77 l 566 40 m 291 200 q 260 89 291 131 q 194 45 236 55 q 142 40 171 40 l 28 40 l 28 358 l 137 358 q 194 353 174 358 q 278 275 254 339 q 291 200 291 242 m 248 201 q 191 313 248 292 q 137 320 174 320 l 70 320 l 70 77 l 137 77 q 216 99 193 77 q 248 201 248 131 "},"j":{"x_min":-59.15625,"x_max":300,"ha":361,"o":"m 300 921 q 265 836 300 871 q 182 801 231 801 q 97 836 132 801 q 63 923 63 872 q 97 1007 63 973 q 180 1042 131 1042 q 265 1006 230 1042 q 300 921 300 971 m 273 -24 q 186 -261 273 -207 q 79 -289 142 -289 q -59 -261 23 -289 l -59 -114 q 17 -136 -15 -136 q 88 -37 88 -136 l 88 738 l 273 738 l 273 -24 "},"1":{"x_min":111.4375,"x_max":737,"ha":823,"o":"m 737 35 q 730 5 737 18 q 695 0 714 0 l 196 0 q 152 47 152 0 q 152 73 152 55 q 152 101 152 91 q 192 146 152 146 l 361 146 l 361 773 l 155 773 q 111 820 111 773 q 113 853 111 830 q 116 887 116 876 q 159 908 116 908 q 206 908 172 908 q 258 908 239 908 q 390 980 367 908 l 520 980 l 520 148 q 617 148 565 148 q 680 148 670 148 q 729 131 720 148 q 737 35 737 112 "},"â€º":{"x_min":18.3125,"x_max":315.34375,"ha":333,"o":"m 315 371 l 191 0 l 18 0 l 143 371 l 18 738 l 191 738 l 315 371 "},"<":{"x_min":49,"x_max":772,"ha":822,"o":"m 772 90 l 49 390 l 49 535 l 772 836 l 772 664 l 267 463 l 772 263 l 772 90 "},"Â£":{"x_min":41,"x_max":824,"ha":865,"o":"m 824 84 q 790 9 824 25 q 701 0 770 0 l 135 0 q 64 14 82 0 q 42 86 42 31 q 63 154 42 136 q 121 168 80 168 q 155 168 131 168 q 193 168 180 168 l 193 400 q 153 400 178 400 q 118 400 128 400 q 61 415 77 400 q 41 489 41 434 q 62 554 41 536 q 118 569 79 569 q 154 569 129 569 q 193 569 179 569 q 193 618 193 584 q 193 669 193 651 q 211 820 193 764 q 302 939 236 897 q 483 986 374 986 q 666 943 566 986 q 788 821 788 893 q 757 766 788 800 q 704 733 726 733 q 618 780 692 733 q 488 827 543 827 q 375 758 401 827 q 361 617 361 720 l 361 570 q 419 570 382 570 q 473 570 457 570 q 542 553 520 570 q 569 480 569 533 q 469 399 569 399 q 416 399 453 399 q 361 399 379 399 l 361 168 l 711 168 q 795 159 778 168 q 824 84 824 143 "},"Â¹":{"x_min":118.34375,"x_max":563,"ha":639,"o":"m 563 537 q 558 517 563 526 q 533 513 547 513 l 174 513 q 143 537 147 513 q 144 585 144 534 q 172 617 144 617 l 294 617 l 294 1066 q 239 1066 288 1066 q 171 1066 196 1066 q 122 1072 135 1066 q 118 1148 118 1082 q 148 1164 118 1164 q 182 1164 157 1164 q 220 1164 206 1164 q 315 1216 298 1164 l 408 1216 l 408 619 q 478 619 440 619 q 523 619 516 619 q 560 590 553 619 q 563 537 563 582 "},"t":{"x_min":21,"x_max":410,"ha":416,"o":"m 410 579 l 300 579 l 300 0 l 116 0 l 116 579 l 21 579 l 21 738 l 116 738 l 116 1010 l 300 1010 l 300 738 l 410 738 l 410 579 "},"Â¬":{"x_min":78.375,"x_max":756,"ha":834,"o":"m 756 268 l 587 268 l 587 559 l 78 559 l 78 729 l 756 729 l 756 268 "},"W":{"x_min":37.984375,"x_max":1215.28125,"ha":1250,"o":"m 1215 998 l 990 0 l 808 0 l 624 645 l 444 0 l 263 0 l 37 998 l 225 998 l 368 360 l 547 998 l 705 998 l 885 360 l 1028 998 l 1215 998 "},"â€Ž":{"x_min":77,"x_max":520.859375,"ha":564,"o":"m 520 622 l 293 411 l 293 561 l 196 561 l 196 0 l 77 0 l 77 681 l 293 681 l 293 833 l 520 622 "},">":{"x_min":49,"x_max":772,"ha":822,"o":"m 772 390 l 49 90 l 49 263 l 553 463 l 49 664 l 49 836 l 772 535 l 772 390 "},"v":{"x_min":14.234375,"x_max":762.9375,"ha":778,"o":"m 762 738 l 448 0 l 328 0 l 14 738 l 202 738 l 389 302 l 575 738 l 762 738 "},"&":{"x_min":82,"x_max":843,"ha":973,"o":"m 843 0 l 431 0 q 188 43 267 0 q 82 255 82 101 q 279 487 82 442 q 160 570 206 506 q 116 708 116 632 q 212 918 116 843 q 438 987 299 987 q 669 915 582 987 q 755 798 755 844 q 717 747 755 779 q 657 716 678 716 q 571 773 642 716 q 437 830 499 830 q 333 795 373 830 q 292 694 292 758 q 331 596 292 628 q 411 566 357 576 q 471 548 463 556 q 483 493 483 536 q 469 426 483 439 q 397 402 456 412 q 308 374 335 392 q 265 276 265 344 q 337 166 265 189 q 482 156 371 156 l 678 156 l 678 406 q 598 414 616 406 q 568 482 568 429 q 592 552 568 535 q 667 565 610 565 l 843 565 l 843 0 "},"I":{"x_min":100,"x_max":289,"ha":389,"o":"m 289 0 l 100 0 l 100 998 l 289 998 l 289 0 "},"G":{"x_min":69,"x_max":1107,"ha":1166,"o":"m 1107 463 q 1035 215 1107 339 q 607 -25 896 -25 q 336 39 456 -25 q 140 234 212 106 q 69 504 69 359 q 199 848 69 702 q 603 1023 355 1023 q 1034 834 860 1023 l 900 702 q 605 837 773 837 q 361 742 461 837 q 260 502 260 645 q 364 254 260 353 q 616 157 467 157 q 891 328 811 157 l 602 328 l 602 506 l 1107 506 l 1107 463 "},"`":{"x_min":40.015625,"x_max":421.140625,"ha":583,"o":"m 421 873 l 288 873 l 40 1139 l 259 1139 l 421 873 "},"Â·":{"x_min":88,"x_max":301,"ha":388,"o":"m 301 498 q 269 423 301 454 q 194 392 238 392 q 119 423 150 392 q 88 498 88 454 q 119 573 88 542 q 194 605 150 605 q 269 573 238 605 q 301 498 301 542 "},"r":{"x_min":50,"x_max":446.359375,"ha":444,"o":"m 446 738 l 388 578 q 335 595 356 595 q 264 542 293 595 q 232 334 232 484 l 232 298 l 232 0 l 50 0 l 50 738 l 209 738 l 209 645 q 371 757 261 757 q 446 738 407 757 "},"Â¿":{"x_min":90,"x_max":548.203125,"ha":638,"o":"m 411 534 q 388 450 411 484 q 315 410 362 410 q 242 450 268 410 q 220 534 220 484 q 315 658 220 658 q 388 617 361 658 q 411 534 411 583 m 548 -96 q 480 -254 548 -196 q 315 -311 417 -311 q 154 -258 214 -311 q 90 -104 90 -203 q 171 92 90 -19 q 253 295 253 204 q 267 334 253 325 q 317 344 282 344 q 383 321 367 344 q 395 253 395 303 q 318 59 395 169 q 241 -96 241 -49 q 322 -189 241 -189 q 399 -144 384 -189 q 411 -63 405 -104 q 479 -19 423 -19 q 535 -38 520 -19 q 548 -96 548 -54 "},"x":{"x_min":0.671875,"x_max":777.1875,"ha":778,"o":"m 777 0 l 562 0 l 386 242 l 212 0 l 0 0 l 280 388 l 27 738 l 242 738 l 386 536 l 533 738 l 745 738 l 493 388 l 777 0 "},"Âº":{"x_min":31,"x_max":470,"ha":500,"o":"m 470 781 q 409 612 470 681 q 248 539 346 539 q 90 613 153 539 q 31 780 31 683 q 90 947 31 876 q 247 1023 153 1023 q 409 949 344 1023 q 470 781 470 879 m 333 781 q 314 859 333 826 q 249 900 291 900 q 186 859 209 900 q 168 781 168 825 q 185 702 168 735 q 249 661 207 661 q 314 702 291 661 q 333 781 333 735 "},"Ã·":{"x_min":49,"x_max":773,"ha":822,"o":"m 502 733 q 474 667 502 694 q 408 640 447 640 q 342 667 369 640 q 315 733 315 694 q 342 799 315 772 q 408 827 369 827 q 474 799 447 827 q 502 733 502 772 m 773 387 l 49 387 l 49 538 l 773 538 l 773 387 m 505 196 q 477 129 505 157 q 410 102 449 102 q 343 129 370 102 q 316 196 316 157 q 343 263 316 235 q 410 291 371 291 q 477 263 449 291 q 505 196 505 235 "},"h":{"x_min":94,"x_max":748,"ha":833,"o":"m 748 0 l 566 0 l 566 323 q 561 451 566 420 q 512 564 551 534 q 438 587 482 587 q 286 448 320 587 q 278 296 278 414 l 278 0 l 94 0 l 94 1023 l 278 1023 l 278 663 q 498 757 386 757 q 684 680 617 757 q 748 487 748 607 l 748 0 "},".":{"x_min":90,"x_max":283,"ha":373,"o":"m 283 142 q 262 49 283 87 q 186 1 236 1 q 111 49 136 1 q 90 142 90 88 q 111 235 90 196 q 186 284 137 284 q 262 236 236 284 q 283 142 283 198 "},";":{"x_min":59.234375,"x_max":299,"ha":403,"o":"m 297 660 q 276 567 297 606 q 200 519 250 519 q 124 567 151 519 q 104 660 104 606 q 124 753 104 714 q 200 802 151 802 q 276 754 250 802 q 297 660 297 715 m 299 140 q 232 -130 299 -28 q 137 -233 165 -233 l 126 -228 q 59 -144 95 -192 q 101 -82 66 -127 q 129 -9 129 -49 q 116 70 129 17 q 104 150 104 122 q 126 238 104 201 q 198 285 152 285 q 299 140 299 285 "},"f":{"x_min":5,"x_max":381,"ha":388,"o":"m 381 874 q 314 886 340 886 q 268 874 281 886 q 256 830 256 862 l 256 738 l 373 738 l 373 581 l 256 581 l 256 0 l 71 0 l 71 581 l 5 581 l 5 738 l 71 738 q 75 909 71 878 q 250 1042 93 1042 q 381 1015 308 1042 l 381 874 "},"â€œ":{"x_min":111,"x_max":559,"ha":668,"o":"m 559 642 l 388 642 l 388 736 q 484 1022 388 899 l 550 970 q 490 837 509 910 l 559 837 l 559 642 m 282 642 l 111 642 l 111 736 q 207 1022 111 897 l 273 970 q 213 837 232 910 l 282 837 l 282 642 "},"A":{"x_min":33.234375,"x_max":994.203125,"ha":1027,"o":"m 994 0 l 796 0 l 718 206 l 311 206 l 230 0 l 33 0 l 417 998 l 610 998 l 994 0 m 647 391 l 515 733 l 382 391 l 647 391 "},"6":{"x_min":87,"x_max":761,"ha":822,"o":"m 761 311 q 673 73 761 161 q 436 -14 586 -14 q 87 468 87 -14 q 162 814 87 681 q 452 981 255 981 q 641 934 566 981 q 732 771 732 878 q 698 748 732 748 l 598 748 q 565 770 578 748 q 533 812 545 803 q 451 835 505 835 q 310 751 360 835 q 270 584 270 683 q 458 648 347 648 q 681 548 598 648 q 761 311 761 455 m 584 315 q 545 443 584 393 q 427 499 502 499 q 310 443 352 499 q 273 315 273 393 q 312 190 273 241 q 428 134 356 134 q 544 189 501 134 q 584 315 584 240 "},"â€˜":{"x_min":113,"x_max":284,"ha":388,"o":"m 284 642 l 113 642 l 113 736 q 209 1022 113 897 l 275 970 q 215 837 234 910 l 284 837 l 284 642 "},"O":{"x_min":65,"x_max":1101,"ha":1166,"o":"m 1101 495 q 952 126 1101 278 q 586 -25 804 -25 q 215 126 366 -25 q 65 499 65 278 q 133 761 65 641 q 324 953 201 881 q 584 1023 445 1023 q 952 867 801 1023 q 1101 495 1101 713 m 911 497 q 818 736 911 638 q 582 837 723 837 q 346 737 439 837 q 256 495 256 640 q 374 234 256 330 q 586 159 466 159 q 819 259 725 159 q 911 497 911 356 "},"n":{"x_min":94,"x_max":748,"ha":833,"o":"m 748 0 l 565 0 l 565 323 q 561 451 565 424 q 512 565 551 534 q 439 588 482 588 q 286 446 319 588 q 278 296 278 411 l 278 0 l 94 0 l 94 738 l 278 738 l 278 662 q 497 757 390 757 q 683 680 607 757 q 748 487 748 615 l 748 0 "},"3":{"x_min":78.34375,"x_max":727,"ha":823,"o":"m 727 266 q 630 53 727 128 q 400 -14 542 -14 q 78 291 78 -14 q 82 318 78 305 q 105 324 93 324 l 193 324 q 217 318 206 324 q 223 296 221 309 q 270 174 234 212 q 393 132 310 132 q 503 168 461 132 q 549 274 549 207 q 394 439 549 415 q 366 448 375 442 q 361 557 361 458 q 367 582 361 570 q 468 612 417 597 q 522 715 522 637 q 383 833 522 833 q 284 801 320 833 q 244 744 265 784 q 214 713 229 713 l 127 713 q 94 742 94 713 q 182 921 94 856 q 379 981 262 981 q 598 924 513 981 q 698 730 698 858 q 546 520 698 576 q 727 266 727 443 "},"9":{"x_min":62,"x_max":735,"ha":822,"o":"m 735 498 q 659 152 735 285 q 369 -14 565 -14 q 180 31 254 -14 q 90 195 90 86 q 123 219 90 219 l 224 219 q 257 196 243 219 q 288 154 277 163 q 370 132 316 132 q 511 215 461 132 q 551 382 551 283 q 364 319 474 319 q 140 418 224 319 q 62 654 62 511 q 148 893 62 805 q 383 981 234 981 q 735 498 735 981 m 550 650 q 510 776 550 724 q 394 833 465 833 q 278 777 321 833 q 239 650 239 726 q 277 522 239 573 q 394 468 319 468 q 511 523 469 468 q 550 650 550 573 "},"l":{"x_min":74,"x_max":259,"ha":333,"o":"m 259 0 l 74 0 l 74 1023 l 259 1023 l 259 0 "},"Â¤":{"x_min":64.859375,"x_max":771.109375,"ha":834,"o":"m 771 288 l 690 205 l 618 276 q 418 208 525 208 q 218 276 311 208 l 146 205 l 65 288 l 135 358 q 73 554 73 453 q 136 752 73 664 l 64 822 l 146 907 l 218 835 q 419 901 313 901 q 616 837 522 901 l 688 907 l 769 822 l 698 754 q 765 554 765 664 q 700 358 765 448 l 771 288 m 631 555 q 569 708 631 644 q 419 772 508 772 q 267 707 329 772 q 206 553 206 643 q 268 401 206 464 q 418 338 330 338 q 569 401 508 338 q 631 555 631 465 "},"4":{"x_min":35.609375,"x_max":774,"ha":822,"o":"m 774 35 q 768 7 774 21 q 742 1 756 1 l 309 1 q 259 51 259 1 q 259 80 259 60 q 259 111 259 100 q 270 142 259 135 q 303 147 277 147 l 473 147 l 473 251 l 92 251 q 35 306 35 251 q 35 341 35 315 q 35 381 35 366 q 64 439 35 404 l 456 954 q 502 979 474 979 l 592 979 q 624 944 624 979 l 624 392 q 679 392 648 392 q 719 392 711 392 q 765 374 756 392 q 774 286 774 356 q 771 267 774 274 q 740 252 767 252 l 624 252 l 624 148 q 680 148 649 148 q 720 148 712 148 q 767 128 759 148 q 774 35 774 112 m 475 761 q 200 390 438 704 l 471 390 q 471 514 471 426 q 471 638 471 593 q 475 761 471 705 "},"p":{"x_min":94,"x_max":857.46875,"ha":917,"o":"m 857 367 q 760 99 857 212 q 505 -19 658 -19 q 278 78 380 -19 l 278 -270 l 94 -270 l 94 738 l 278 738 l 278 656 q 511 757 378 757 q 765 638 667 757 q 857 367 857 527 m 673 369 q 618 522 673 461 q 472 586 563 586 q 324 523 381 586 q 270 370 270 463 q 323 215 270 277 q 472 151 380 151 q 618 216 561 151 q 673 369 673 279 "},"â€¡":{"x_min":26,"x_max":753,"ha":777,"o":"m 753 5 l 445 41 l 479 -270 l 297 -270 l 330 41 l 26 5 l 26 191 l 330 153 l 297 371 l 330 591 l 26 555 l 26 738 l 330 705 l 297 1023 l 479 1023 l 445 705 l 753 738 l 753 555 l 445 591 l 479 371 l 445 153 l 753 191 l 753 5 "}},"cssFontWeight":"bold","ascender":1312,"underlinePosition":-217,"cssFontStyle":"normal","boundingBox":{"yMin":-351,"xMin":-82,"yMax":1218,"xMax":1750},"resolution":1000,"original_font_information":{"postscript_name":"LevenimMT-Bold","version_string":"Version 5.02","vendor_url":"","full_font_name":"Levenim MT Bold","font_family_name":"Levenim MT","copyright":"Â© 1991-1993 Kivun Computers Ltd. Portions Â© The Monotype Corporation","description":"","trademark":"","designer":"","designer_url":"","unique_font_identifier":"Levenim MT Bold","license_url":"http://www.microsoft.com/typography/fonts","license_description":"You may use this font to display and print content as permitted by the license terms for the product in which this font is included. You may only (i) embed this font in content as permitted by the embedding restrictions included in this font; and (ii) temporarily download this font to a printer or other output device to help print content.","manufacturer_name":"","font_sub_family_name":"Bold"},"descender":-633,"familyName":"Levenim MT","lineHeight":1944,"underlineThickness":150});(function(){var _typeface_js={faces:{},loadFace:function(typefaceData){var familyName=typefaceData.familyName.toLowerCase();if(!this.faces[familyName]){this.faces[familyName]={};}
if(!this.faces[familyName][typefaceData.cssFontWeight]){this.faces[familyName][typefaceData.cssFontWeight]={};}
var face=this.faces[familyName][typefaceData.cssFontWeight][typefaceData.cssFontStyle]=typefaceData;face.loaded=true;},log:function(message){if(this.quiet){return;}
message="typeface.js: "+message;if(this.customLogFn){this.customLogFn(message);}else if(window.console&&window.console.log){window.console.log(message);}},pixelsFromPoints:function(face,style,points,dimension){var pixels=points*parseInt(style.fontSize)*72/(face.resolution*100);if(dimension=='horizontal'&&style.fontStretchPercent){pixels*=style.fontStretchPercent;}
return pixels;},pointsFromPixels:function(face,style,pixels,dimension){var points=pixels*face.resolution/(parseInt(style.fontSize)*72/100);if(dimension=='horizontal'&&style.fontStretchPrecent){points*=style.fontStretchPercent;}
return points;},cssFontWeightMap:{normal:'normal',bold:'bold',400:'normal',700:'bold'},cssFontStretchMap:{'ultra-condensed':0.55,'extra-condensed':0.77,'condensed':0.85,'semi-condensed':0.93,'normal':1,'semi-expanded':1.07,'expanded':1.15,'extra-expanded':1.23,'ultra-expanded':1.45,'default':1},fallbackCharacter:'.',configure:function(args){var configurableOptionNames=['customLogFn','customClassNameRegex','customTypefaceElementsList','quiet','verbose','disableSelection'];for(var i=0;i<configurableOptionNames.length;i++){var optionName=configurableOptionNames[i];if(args[optionName]){if(optionName=='customLogFn'){if(typeof args[optionName]!='function'){throw"customLogFn is not a function";}else{this.customLogFn=args.customLogFn;}}else{this[optionName]=args[optionName];}}}},getTextExtents:function(face,style,text){var extentX=0;var extentY=0;var horizontalAdvance;var textLength=text.length;for(var i=0;i<textLength;i++){var glyph=face.glyphs[text.charAt(i)]?face.glyphs[text.charAt(i)]:face.glyphs[this.fallbackCharacter];var letterSpacingAdjustment=this.pointsFromPixels(face,style,style.letterSpacing);extentX+=Math.max(glyph.ha,glyph.x_max)+letterSpacingAdjustment;horizontalAdvance+=glyph.ha+letterSpacingAdjustment;}
return{x:extentX,y:extentY,ha:horizontalAdvance};},pixelsFromCssAmount:function(cssAmount,defaultValue,element){var matches=undefined;if(cssAmount=='normal'){return defaultValue;}else if(matches=cssAmount.match(/([\-\d+\.]+)px/)){return matches[1];}else{var pixelAmount;var leftInlineStyle=element.style.left;var leftRuntimeStyle=element.runtimeStyle.left;element.runtimeStyle.left=element.currentStyle.left;if(!cssAmount.match(/\d(px|pt)$/)){element.style.left='1em';}else{element.style.left=cssAmount||0;}
pixelAmount=element.style.pixelLeft;element.style.left=leftInlineStyle;element.runtimeStyle.left=leftRuntimeStyle;return pixelAmount||defaultValue;}},capitalizeText:function(text){return text.replace(/(^|\s)[a-z]/g,function(match){return match.toUpperCase()});},getElementStyle:function(e){if(window.getComputedStyle){return window.getComputedStyle(e,'');}else if(e.currentStyle){return e.currentStyle;}},getRenderedText:function(e){var browserStyle=this.getElementStyle(e.parentNode);var inlineStyleAttribute=e.parentNode.getAttribute('style');if(inlineStyleAttribute&&typeof(inlineStyleAttribute)=='object'){inlineStyleAttribute=inlineStyleAttribute.cssText;}
if(inlineStyleAttribute){var inlineStyleDeclarations=inlineStyleAttribute.split(/\s*\;\s*/);var inlineStyle={};for(var i=0;i<inlineStyleDeclarations.length;i++){var declaration=inlineStyleDeclarations[i];var declarationOperands=declaration.split(/\s*\:\s*/);inlineStyle[declarationOperands[0]]=declarationOperands[1];}}
var style={color:browserStyle.color,fontFamily:browserStyle.fontFamily.split(/\s*,\s*/)[0].replace(/(^"|^'|'$|"$)/g,'').toLowerCase(),fontSize:this.pixelsFromCssAmount(browserStyle.fontSize,12,e.parentNode),fontWeight:this.cssFontWeightMap[browserStyle.fontWeight],fontStyle:browserStyle.fontStyle?browserStyle.fontStyle:'normal',fontStretchPercent:this.cssFontStretchMap[inlineStyle&&inlineStyle['font-stretch']?inlineStyle['font-stretch']:'default'],textDecoration:browserStyle.textDecoration,lineHeight:this.pixelsFromCssAmount(browserStyle.lineHeight,'normal',e.parentNode),letterSpacing:this.pixelsFromCssAmount(browserStyle.letterSpacing,0,e.parentNode),textTransform:browserStyle.textTransform};var face;if(this.faces[style.fontFamily]&&this.faces[style.fontFamily][style.fontWeight]){face=this.faces[style.fontFamily][style.fontWeight][style.fontStyle];}
var text=e.nodeValue;if(e.previousSibling&&e.previousSibling.nodeType==1&&e.previousSibling.tagName!='BR'&&this.getElementStyle(e.previousSibling).display.match(/inline/)){text=text.replace(/^\s+/,' ');}else{text=text.replace(/^\s+/,'');}
if(e.nextSibling&&e.nextSibling.nodeType==1&&e.nextSibling.tagName!='BR'&&this.getElementStyle(e.nextSibling).display.match(/inline/)){text=text.replace(/\s+$/,' ');}else{text=text.replace(/\s+$/,'');}
text=text.replace(/\s+/g,' ');if(style.textTransform&&style.textTransform!='none'){switch(style.textTransform){case'capitalize':text=this.capitalizeText(text);break;case'uppercase':text=text.toUpperCase();break;case'lowercase':text=text.toLowerCase();break;}}
if(!face){var excerptLength=12;var textExcerpt=text.substring(0,excerptLength);if(text.length>excerptLength){textExcerpt+='...';}
var fontDescription=style.fontFamily;if(style.fontWeight!='normal')fontDescription+=' '+style.fontWeight;if(style.fontStyle!='normal')fontDescription+=' '+style.fontStyle;this.log("couldn't find typeface font: "+fontDescription+' for text "'+textExcerpt+'"');return;}
var words=text.split(/\b(?=\w)/);var containerSpan=document.createElement('span');containerSpan.className='typeface-js-vector-container';var wordsLength=words.length
for(var i=0;i<wordsLength;i++){var word=words[i];var vector=this.renderWord(face,style,word);if(vector){containerSpan.appendChild(vector.element);if(!this.disableSelection){var selectableSpan=document.createElement('span');selectableSpan.className='typeface-js-selected-text';var wordNode=document.createTextNode(word);selectableSpan.appendChild(wordNode);if(this.vectorBackend!='vml'){selectableSpan.style.marginLeft=-1*(vector.width+1)+'px';}
selectableSpan.targetWidth=vector.width;if(this.vectorBackend=='vml'){vector.element.appendChild(selectableSpan);}else{containerSpan.appendChild(selectableSpan);}}}}
return containerSpan;},renderDocument:function(callback){if(!callback)
callback=function(e){e.style.visibility='visible'};var elements=document.getElementsByTagName('*');var elementsLength=elements.length;for(var i=0;i<elements.length;i++){if(elements[i].className.match(/(^|\s)typeface-js(\s|$)/)||elements[i].tagName.match(/^(H1|H2|H3|H4|H5|H6)$/)){this.replaceText(elements[i]);if(typeof callback=='function'){callback(elements[i]);}}}
if(this.vectorBackend=='vml'){var dummyShape=document.createElement('v:shape');dummyShape.style.display='none';document.body.appendChild(dummyShape);}},replaceText:function(e){var childNodes=[];var childNodesLength=e.childNodes.length;for(var i=0;i<childNodesLength;i++){this.replaceText(e.childNodes[i]);}
if(e.nodeType==3&&e.nodeValue.match(/\S/)){var parentNode=e.parentNode;if(parentNode.className=='typeface-js-selected-text'){return;}
var renderedText=this.getRenderedText(e);if(parentNode.tagName=='A'&&this.vectorBackend=='vml'&&this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';parentNode.style.cursor='pointer';}
if(this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';}
if(renderedText){if(parentNode.replaceChild){parentNode.replaceChild(renderedText,e);}else{parentNode.insertBefore(renderedText,e);parentNode.removeChild(e);}
if(this.vectorBackend=='vml'){renderedText.innerHTML=renderedText.innerHTML;}
var childNodesLength=renderedText.childNodes.length
for(var i;i<childNodesLength;i++){var e=renderedText.childNodes[i];if(e.hasChildNodes()&&!e.targetWidth){e=e.childNodes[0];}
if(e&&e.targetWidth){var letterSpacingCount=e.innerHTML.length;var wordSpaceDelta=e.targetWidth-e.offsetWidth;var letterSpacing=wordSpaceDelta/(letterSpacingCount||1);if(this.vectorBackend=='vml'){letterSpacing=Math.ceil(letterSpacing);}
e.style.letterSpacing=letterSpacing+'px';e.style.width=e.targetWidth+'px';}}}}},applyElementVerticalMetrics:function(face,style,e){if(style.lineHeight=='normal'){style.lineHeight=this.pixelsFromPoints(face,style,face.lineHeight);}
var cssLineHeightAdjustment=style.lineHeight-this.pixelsFromPoints(face,style,face.lineHeight);e.style.marginTop=Math.round(cssLineHeightAdjustment/2)+'px';e.style.marginBottom=Math.round(cssLineHeightAdjustment/2)+'px';},vectorBackends:{canvas:{_initializeSurface:function(face,style,text){var extents=this.getTextExtents(face,style,text);var canvas=document.createElement('canvas');if(this.disableSelection){canvas.innerHTML=text;}
canvas.height=Math.round(this.pixelsFromPoints(face,style,face.lineHeight));canvas.width=Math.round(this.pixelsFromPoints(face,style,extents.x,'horizontal'));this.applyElementVerticalMetrics(face,style,canvas);if(extents.x>extents.ha)
canvas.style.marginRight=Math.round(this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal'))+'px';var ctx=canvas.getContext('2d');var pointScale=this.pixelsFromPoints(face,style,1);ctx.scale(pointScale*style.fontStretchPercent,-1*pointScale);ctx.translate(0,-1*face.ascender);ctx.fillStyle=style.color;return{context:ctx,canvas:canvas};},_renderGlyph:function(ctx,face,char,style){var glyph=face.glyphs[char];if(!glyph){return this.renderGlyph(ctx,face,this.fallbackCharacter,style);}
if(glyph.o){var outline;if(glyph.cached_outline){outline=glyph.cached_outline;}else{outline=glyph.o.split(' ');glyph.cached_outline=outline;}
var outlineLength=outline.length;for(var i=0;i<outlineLength;){var action=outline[i++];switch(action){case'm':ctx.moveTo(outline[i++],outline[i++]);break;case'l':ctx.lineTo(outline[i++],outline[i++]);break;case'q':var cpx=outline[i++];var cpy=outline[i++];ctx.quadraticCurveTo(outline[i++],outline[i++],cpx,cpy);break;}}}
if(glyph.ha){var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;ctx.translate(glyph.ha+letterSpacingPoints,0);}},_renderWord:function(face,style,text){var surface=this.initializeSurface(face,style,text);var ctx=surface.context;var canvas=surface.canvas;ctx.beginPath();ctx.save();var chars=text.split('');var charsLength=chars.length;for(var i=0;i<charsLength;i++){this.renderGlyph(ctx,face,chars[i],style);}
ctx.fill();if(style.textDecoration=='underline'){ctx.beginPath();ctx.moveTo(0,face.underlinePosition);ctx.restore();ctx.lineTo(0,face.underlinePosition);ctx.strokeStyle=style.color;ctx.lineWidth=face.underlineThickness;ctx.stroke();}
return{element:ctx.canvas,width:Math.floor(canvas.width)};}},vml:{_initializeSurface:function(face,style,text){var shape=document.createElement('v:shape');var extents=this.getTextExtents(face,style,text);shape.style.width=shape.style.height=style.fontSize+'px';shape.style.marginLeft='-1px';if(extents.x>extents.ha){shape.style.marginRight=this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal')+'px';}
this.applyElementVerticalMetrics(face,style,shape);var resolutionScale=face.resolution*100/72;shape.coordsize=(resolutionScale/style.fontStretchPercent)+","+resolutionScale;shape.coordorigin='0,'+face.ascender;shape.style.flip='y';shape.fillColor=style.color;shape.stroked=false;shape.path='hh m 0,'+face.ascender+' l 0,'+face.descender+' ';return shape;},_renderGlyph:function(shape,face,char,offsetX,style,vmlSegments){var glyph=face.glyphs[char];if(!glyph){this.log("glyph not defined: "+char);this.renderGlyph(shape,face,this.fallbackCharacter,offsetX,style);return;}
vmlSegments.push('m');if(glyph.o){var outline,outlineLength;if(glyph.cached_outline){outline=glyph.cached_outline;outlineLength=outline.length;}else{outline=glyph.o.split(' ');outlineLength=outline.length;for(var i=0;i<outlineLength;){switch(outline[i++]){case'q':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);case'm':case'l':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);break;}}
glyph.cached_outline=outline;}
var prevX,prevY;for(var i=0;i<outlineLength;){var action=outline[i++];var x=outline[i++]+offsetX;var y=outline[i++];switch(action){case'm':vmlSegments.push('xm ',x,',',y);break;case'l':vmlSegments.push('l ',x,',',y);break;case'q':var cpx=outline[i++]+offsetX;var cpy=outline[i++];var cp1x=Math.round(prevX+2.0/3.0*(cpx-prevX));var cp1y=Math.round(prevY+2.0/3.0*(cpy-prevY));var cp2x=Math.round(cp1x+(x-prevX)/3.0);var cp2y=Math.round(cp1y+(y-prevY)/3.0);vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;}
prevX=x;prevY=y;}}
vmlSegments.push('x e');return vmlSegments;},_renderWord:function(face,style,text){var offsetX=0;var shape=this.initializeSurface(face,style,text);var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;letterSpacingPoints=Math.round(letterSpacingPoints);var chars=text.split('');var vmlSegments=[];for(var i=0;i<chars.length;i++){var char=chars[i];vmlSegments=this.renderGlyph(shape,face,char,offsetX,style,vmlSegments);offsetX+=face.glyphs[char].ha+letterSpacingPoints;}
shape.path+=vmlSegments.join('')+'m '+offsetX+' 0 l '+offsetX+' '+face.ascender;return{element:shape,width:Math.floor(this.pixelsFromPoints(face,style,offsetX,'horizontal'))};}}},setVectorBackend:function(backend){this.vectorBackend=backend;var backendFunctions=['renderWord','initializeSurface','renderGlyph'];for(var i=0;i<backendFunctions.length;i++){var backendFunction=backendFunctions[i];this[backendFunction]=this.vectorBackends[backend]['_'+backendFunction];}},initialize:function(){if(arguments.callee.done)return;arguments.callee.done=true;if(window._typefaceTimer)clearInterval(_typefaceTimer);this.renderDocument(function(e){e.style.visibility='visible'});}};var typefaceSelectors=['.typeface-js','h1','h2','h3','h4','h5','h6'];if(document.createStyleSheet){var styleSheet=document.createStyleSheet();for(var i=0;i<typefaceSelectors.length;i++){var selector=typefaceSelectors[i];styleSheet.addRule(selector,'visibility: hidden');}
styleSheet.addRule('.typeface-js-selected-text','-ms-filter: \
   "Chroma(color=black) \
   progid:DXImageTransform.Microsoft.MaskFilter(Color=white) \
   progid:DXImageTransform.Microsoft.MaskFilter(Color=blue) \
   alpha(opacity=30)" !important; \
  color: black; \
  font-family: Modern; \
  position: absolute; \
  white-space: pre; \
  filter: alpha(opacity=0);');styleSheet.addRule('.typeface-js-vector-container','position: relative');}else if(document.styleSheets&&document.styleSheets.length){var styleSheet=document.styleSheets[0];document.styleSheets[0].insertRule(typefaceSelectors.join(',')+' { visibility: hidden; }',styleSheet.cssRules.length);document.styleSheets[0].insertRule('.typeface-js-selected-text { \
   color: rgba(128, 128, 128, 0); \
   opacity: 0.30; \
   position: absolute; \
   font-family: Arial, sans-serif; \
   white-space: pre \
  }',styleSheet.cssRules.length);try{document.styleSheets[0].insertRule('.typeface-js-selected-text::-moz-selection { background: blue; }',styleSheet.cssRules.length);}catch(e){};try{document.styleSheets[0].insertRule('.typeface-js-selected-text::selection { background: blue; }',styleSheet.cssRules.length);}catch(e){};if(/WebKit/i.test(navigator.userAgent)){document.styleSheets[0].insertRule('.typeface-js-vector-container { position: relative }',styleSheet.cssRules.length);}}
var backend=!!(window.attachEvent&&!window.opera)?'vml':window.CanvasRenderingContext2D||document.createElement('canvas').getContext?'canvas':null;if(backend=='vml'){document.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML");var styleSheet=document.createStyleSheet();styleSheet.addRule('v\\:shape',"display: inline-block;");}
_typeface_js.setVectorBackend(backend);window._typeface_js=_typeface_js;if(/WebKit/i.test(navigator.userAgent)){var _typefaceTimer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){_typeface_js.initialize();}},10);}
if(document.addEventListener){window.addEventListener('DOMContentLoaded',function(){_typeface_js.initialize()},false);}
try{console.log('initializing typeface.js')}catch(e){};})();