/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/* json2.js 
 * 2008-01-17
 * Public Domain
 * No warranty expressed or implied. Use at your own risk.
 * See http://www.JSON.org/js.html
*/
if(!this.JSON){JSON=function(){function f(n){return n<10?'0'+n:n;}
Date.prototype.toJSON=function(){return this.getUTCFullYear()+'-'+
f(this.getUTCMonth()+1)+'-'+
f(this.getUTCDate())+'T'+
f(this.getUTCHours())+':'+
f(this.getUTCMinutes())+':'+
f(this.getUTCSeconds())+'Z';};var m={'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'};function stringify(value,whitelist){var a,i,k,l,r=/["\\\x00-\x1f\x7f-\x9f]/g,v;switch(typeof value){case'string':return r.test(value)?'"'+value.replace(r,function(a){var c=m[a];if(c){return c;}
c=a.charCodeAt();return'\\u00'+Math.floor(c/16).toString(16)+
(c%16).toString(16);})+'"':'"'+value+'"';case'number':return isFinite(value)?String(value):'null';case'boolean':case'null':return String(value);case'object':if(!value){return'null';}
if(typeof value.toJSON==='function'){return stringify(value.toJSON());}
a=[];if(typeof value.length==='number'&&!(value.propertyIsEnumerable('length'))){l=value.length;for(i=0;i<l;i+=1){a.push(stringify(value[i],whitelist)||'null');}
return'['+a.join(',')+']';}
if(whitelist){l=whitelist.length;for(i=0;i<l;i+=1){k=whitelist[i];if(typeof k==='string'){v=stringify(value[k],whitelist);if(v){a.push(stringify(k)+':'+v);}}}}else{for(k in value){if(typeof k==='string'){v=stringify(value[k],whitelist);if(v){a.push(stringify(k)+':'+v);}}}}
return'{'+a.join(',')+'}';}}
return{stringify:stringify,parse:function(text,filter){var j;function walk(k,v){var i,n;if(v&&typeof v==='object'){for(i in v){if(Object.prototype.hasOwnProperty.apply(v,[i])){n=walk(i,v[i]);if(n!==undefined){v[i]=n;}}}}
return filter(k,v);}
if(/^[\],:{}\s]*$/.test(text.replace(/\\./g,'@').replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,']').replace(/(?:^|:|,)(?:\s*\[)+/g,''))){j=eval('('+text+')');return typeof filter==='function'?walk('',j):j;}
throw new SyntaxError('parseJSON');}};}();}

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2005 Adobe Systems Incorporated. All Rights Reserved.
 * 
 * Trademark:
 * Garamond Premier is a trademark of Adobe Systems Incorporated in the United
 * States and/or other countries.
 * 
 * Full name:
 * GaramondPremrPro-Smbd
 * 
 * Designer:
 * Robert Slimbach
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":178,"face":{"font-family":"Garamond Premiere Pro","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 6 2 6 5 6 2 4 3","ascent":"261","descent":"-99","cap-height":"1","bbox":"-28 -297 363 89","underline-thickness":"18","underline-position":"-18","stemh":"19","stemv":"37","unicode-range":"U+0020-U+00D6"},"glyphs":{" ":{"w":69},"!":{"d":"58,-220v52,15,10,93,7,138v-1,13,-14,20,-17,0v-5,-32,-40,-136,10,-138xm56,-50v35,0,34,54,0,54v-14,0,-26,-11,-26,-27v0,-16,13,-27,26,-27","w":103,"k":{"A":-9,"\u00c4":-9,"\u00c5":-9,"J":-34,"T":-3,"V":-11,"W":-7,"X":-15,"Y":3,"Z":-13,"B":-5,"D":-5,"E":-5,"F":-5,"H":-5,"I":-5,"K":-5,"L":-5,"N":-5,"P":-5,"R":-5,"\u00c9":-5,"M":-9,"C":-12,"G":-12,"O":-12,"Q":-12,"\u00d6":-12,"S":-4}},"\"":{"d":"24,-159v-6,-51,-17,-76,23,-85v3,0,6,4,6,11v0,20,-5,75,-22,84v-3,0,-7,-6,-7,-10xm81,-160v-4,-56,-17,-78,23,-88v3,0,7,3,7,11v0,21,-4,78,-24,87v-3,0,-6,-7,-6,-10","w":126,"k":{"A":30,"\u00c4":30,"\u00c5":30,",":52,"J":-4,".":53,"T":-9,"U":-5,"V":-15,"W":-15,"X":-2,"Y":-7,"Z":-6,"S":-2}},"#":{"d":"163,-168v5,8,-2,27,-6,27v-10,2,-26,-3,-30,5v-1,12,-11,27,-7,37v11,2,33,-7,30,9v1,23,-25,15,-39,22r-15,57v-1,3,-6,5,-10,5v-2,0,-5,-1,-4,-4v3,-20,15,-42,12,-60v-12,2,-30,-2,-38,4r-15,58v-4,6,-14,5,-14,-1v0,-19,15,-42,12,-59v-10,-2,-29,6,-28,-7v1,-7,5,-20,8,-20v10,-2,25,2,31,-4v2,-13,11,-28,7,-39v-14,-2,-36,10,-29,-14v1,-19,25,-9,38,-16r14,-51v2,-4,12,-8,14,-1v-3,17,-12,36,-12,53v13,-1,30,2,39,-3r14,-53v1,-2,15,-7,13,2v-3,17,-12,37,-12,53r27,0xm100,-98v9,-7,11,-31,12,-41v-12,2,-32,-3,-39,4v-1,13,-12,29,-6,39"},"$":{"d":"96,-86v-6,19,-10,55,-8,74v18,-2,38,-14,38,-37v0,-15,-8,-25,-30,-37xm86,-137v5,-19,9,-53,7,-73v-43,0,-46,61,-7,73xm26,-161v0,-41,37,-54,71,-61v2,-8,0,-21,5,-26v18,-1,1,20,8,28v13,1,27,5,33,8v7,3,13,38,5,44v-2,0,-5,-1,-6,-5v-8,-20,-21,-36,-36,-33v-1,25,-9,54,-5,76v36,17,60,32,60,68v0,36,-35,59,-74,61v-10,5,4,39,-18,30v0,-10,4,-21,2,-30v-18,-5,-46,-2,-51,-18v-6,-21,-7,-64,13,-26v13,23,26,34,41,31v2,-26,8,-54,7,-79v-30,-15,-55,-30,-55,-68"},"%":{"d":"69,-225v71,5,67,127,-2,128v-76,-4,-68,-129,2,-128xm70,-107v29,0,27,-108,-5,-108v-17,0,-20,30,-20,51v0,18,6,57,25,57xm196,-225v3,-9,17,-2,15,3r-148,232v-4,3,-15,-4,-10,-9xm196,-123v72,4,69,128,-2,128v-75,-5,-67,-127,2,-128xm198,-5v18,0,19,-36,19,-51v0,-20,-6,-57,-24,-57v-30,9,-27,101,5,108","w":262},"&":{"d":"45,-165v0,-73,108,-65,107,-9v0,21,-19,29,-34,39v-1,1,-1,3,0,4v13,8,39,33,55,52v18,-11,36,-39,41,-56v0,-3,-5,-6,-17,-8v-2,0,-4,-2,-4,-4v14,-11,64,-10,82,-7v0,3,-1,6,-7,7v-37,9,-59,52,-85,77v5,19,26,49,57,48v12,3,24,-14,28,-4v-13,35,-75,43,-98,16v-8,-9,-13,-28,-20,-25v-16,19,-37,42,-69,42v-40,0,-66,-29,-66,-64v0,-37,33,-49,51,-64v-6,-14,-21,-27,-21,-44xm95,-208v-33,0,-15,59,10,67v11,4,17,-17,18,-31v0,-9,-7,-36,-28,-36xm78,-114v-43,17,-26,97,25,91v12,-1,38,-10,40,-26v-18,-25,-56,-60,-65,-65","w":281},"(":{"d":"104,-248v-72,77,-71,228,-2,301v3,11,-13,20,-24,7v-36,-45,-53,-96,-53,-155v0,-73,35,-129,60,-159v8,-10,28,-4,19,6","w":119,"k":{"A":-3,"\u00c4":-3,"\u00c5":-3,"J":-37,"T":-9,"U":-4,"V":-13,"W":-14,"X":-7,"Y":-13,"Z":-11,"B":-5,"D":-5,"E":-5,"F":-5,"H":-5,"I":-5,"K":-5,"L":-5,"N":-5,"P":-5,"R":-5,"\u00c9":-5}},")":{"d":"45,-253v80,83,55,267,-18,319v-6,-2,-15,-5,-9,-11v73,-78,69,-229,1,-301v-3,-11,16,-18,26,-7","w":119},"*":{"d":"42,-174v-4,-9,-26,-13,-30,-24v9,-14,24,8,40,5v0,-19,-4,-34,4,-41v13,5,9,22,15,39v14,-2,28,-23,38,-12v-4,13,-16,17,-28,27v5,11,31,14,34,28v-10,11,-31,-9,-42,-7v-1,12,3,38,-5,40v-14,-2,-6,-29,-16,-40v-14,5,-28,20,-39,12v5,-14,20,-17,29,-27","w":116},"+":{"d":"100,-179v1,-3,23,-11,25,-2r-1,76v18,8,52,0,75,3v7,1,2,23,-1,21r-71,1v-8,19,0,54,-3,79v0,4,-11,6,-18,6v-3,0,-5,-2,-5,-5v-2,-26,2,-58,-3,-80r-70,0v-5,0,-6,-3,-6,-8v0,-5,2,-14,5,-14r71,0v6,-21,0,-53,2,-77","w":224},",":{"d":"46,1v-3,-20,-29,-5,-29,-31v0,-14,13,-21,22,-21v16,0,32,13,32,39v0,40,-43,62,-57,48v11,-10,34,-20,32,-35","w":86,"k":{"A":-15,"\u00c4":-15,"\u00c5":-15,"J":-18,"\"":47,"'":47,"T":27,"U":16,"V":38,"W":42,"X":-9,"Y":31,"Z":-1,"M":-7,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"S":-5}},"-":{"d":"14,-65v-7,-35,66,-21,80,-28v9,3,1,27,-4,27v-13,1,-48,5,-70,7v-3,0,-6,-4,-6,-6","w":111,"k":{"A":5,"\u00c4":5,"\u00c5":5,"J":5,"T":21,"U":7,"V":22,"W":29,"X":17,"Y":26,"M":3,"C":-8,"G":-8,"O":-8,"Q":-8,"\u00d6":-8,"S":-6}},".":{"d":"44,-48v36,3,26,54,0,52v-11,0,-25,-8,-25,-26v0,-19,17,-26,25,-26","w":86,"k":{"A":-9,"\u00c4":-9,"\u00c5":-9,"J":-3,"\"":41,"'":41,"T":29,"U":15,"V":28,"W":27,"X":-8,"Y":28,"Z":-4,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"S":-3}},"\/":{"d":"17,18r96,-251v2,-9,11,-7,18,-5v3,1,4,4,3,7r-97,249v-1,11,-20,7,-20,0","w":149},"0":{"d":"11,-110v0,-74,23,-115,80,-115v59,0,77,70,77,112v0,78,-22,118,-78,118v-61,0,-79,-72,-79,-115xm125,-109v0,-76,-7,-96,-39,-105v-9,0,-13,7,-19,15v-21,29,-20,193,27,193v12,0,18,-12,19,-14v6,-12,12,-36,12,-89"},"1":{"d":"42,-201v19,-11,53,-16,71,-25v8,7,2,19,2,50r0,132v0,24,0,27,24,33v9,1,11,14,-1,12v-25,-4,-95,8,-103,-4v8,-9,44,-12,35,-31v2,-7,4,-119,3,-149v-1,-14,-30,-6,-31,-18"},"2":{"d":"13,-172v16,-67,139,-73,134,10v-4,59,-55,82,-94,126v24,7,94,13,105,-10v3,-3,6,-7,8,-7v11,12,-14,41,-11,51v-15,11,-101,-3,-136,3v-3,0,-8,-4,-8,-6v27,-39,94,-86,94,-147v0,-63,-69,-44,-88,-15v-1,0,-4,-3,-4,-5"},"3":{"d":"21,-179v5,-18,38,-48,68,-46v52,3,66,49,41,75v-6,5,-12,10,-24,17v-1,1,-1,2,1,3v34,8,54,19,56,57v2,49,-57,94,-111,94v-18,0,-37,-8,-37,-19v0,-9,10,-19,16,-18v14,6,31,22,47,20v27,2,44,-33,44,-54v0,-38,-32,-65,-71,-47v-2,0,-3,-2,-3,-4v13,-22,63,-29,57,-61v0,-21,-16,-37,-34,-37v-18,0,-34,17,-47,25v-3,0,-3,-2,-3,-5"},"4":{"d":"98,-153v1,-9,41,-25,42,-6r1,73v11,1,30,-6,35,3v0,3,-4,15,-8,16v-9,1,-22,-4,-28,1v1,20,-7,56,19,56v10,0,12,10,-1,11r-82,0v-5,0,-9,-1,-9,-4v10,-12,33,-8,30,-33v-2,-13,5,-29,-2,-31v-28,-2,-80,3,-93,-3v36,-61,84,-116,123,-174v1,-7,16,-7,18,-2r-114,156v-1,2,0,3,1,3v8,1,34,1,66,1v5,-17,-1,-46,2,-67"},"5":{"d":"43,-154v52,13,115,31,115,87v0,61,-80,100,-132,87v0,-2,5,-8,7,-8v37,-4,86,-25,86,-65v0,-41,-54,-53,-93,-61v-16,-20,11,-77,23,-97v8,-2,78,-21,96,-10v0,12,-15,35,-22,37v-30,8,-94,-9,-80,30"},"6":{"d":"68,-102v3,-18,31,-31,50,-31v37,0,51,32,51,55v1,48,-39,84,-82,84v-49,0,-76,-35,-76,-83v0,-74,79,-159,152,-169v11,1,12,7,3,11v-45,16,-112,84,-112,152v0,45,22,73,50,73v47,0,35,-100,-11,-95v-6,-1,-22,9,-25,3"},"7":{"d":"24,-222v16,1,116,3,142,0v5,0,8,4,5,8v-17,24,-94,196,-118,230v-13,-2,-10,-10,-4,-22r89,-174v0,-9,-67,-5,-101,-3v-6,-2,-17,21,-27,25v-5,-14,9,-54,14,-64"},"8":{"d":"38,-128v-41,-38,-8,-103,50,-103v54,0,88,60,45,89v-6,7,-17,10,-19,18v24,17,45,36,45,66v0,39,-43,62,-76,62v-76,0,-86,-71,-45,-98v9,-6,18,-11,21,-16v-7,-5,-15,-12,-21,-18xm46,-55v0,25,21,47,44,47v22,0,31,-17,31,-36v1,-22,-28,-45,-52,-59v-10,6,-23,26,-23,48xm84,-220v-18,0,-30,14,-30,34v1,23,24,46,50,53v27,-18,23,-85,-20,-87"},"9":{"d":"12,-148v-4,-29,33,-77,79,-77v48,0,75,41,75,87v0,66,-64,150,-138,161v-5,1,-11,-5,-6,-8v47,-21,102,-87,101,-151v0,-33,-11,-75,-43,-75v-21,0,-31,25,-31,43v0,31,16,54,43,54v7,1,15,-6,18,-1v-18,49,-104,30,-98,-33"},":":{"d":"54,-139v17,0,24,18,24,26v-2,31,-47,35,-49,-1v0,-19,17,-25,25,-25xm54,-46v36,3,26,52,-1,50v-10,0,-24,-7,-24,-25v0,-19,17,-25,25,-25","w":106,"k":{"A":-19,"\u00c4":-19,"\u00c5":-19,"J":-20,"T":7,"U":9,"V":13,"W":12,"X":-13,"Y":16,"Z":-9,"B":-6,"D":-6,"E":-6,"F":-6,"H":-6,"I":-6,"K":-6,"L":-6,"N":-6,"P":-6,"R":-6,"\u00c9":-6,"M":-11,"C":-10,"G":-10,"O":-10,"Q":-10,"\u00d6":-10,"S":-7}},";":{"d":"54,-139v17,0,24,18,24,26v-2,32,-49,34,-49,-1v0,-19,17,-25,25,-25xm55,1v-3,-17,-28,-6,-28,-29v0,-13,13,-21,22,-21v16,0,31,14,31,38v0,38,-41,59,-54,47v7,-13,32,-18,29,-35","w":106,"k":{"A":-19,"\u00c4":-19,"\u00c5":-19,"J":-20,"T":7,"U":9,"V":13,"W":12,"X":-13,"Y":16,"Z":-9,"B":-6,"D":-6,"E":-6,"F":-6,"H":-6,"I":-6,"K":-6,"L":-6,"N":-6,"P":-6,"R":-6,"\u00c9":-6,"M":-11,"C":-10,"G":-10,"O":-10,"Q":-10,"\u00d6":-10,"S":-7}},"<":{"d":"167,-31v2,1,-1,13,-7,19v-2,2,-3,2,-6,0r-117,-64v-26,-11,-13,-17,-1,-28r117,-66v4,-3,5,-3,7,-1v4,4,11,16,6,19r-109,58v-1,0,-2,3,0,4","w":189},"=":{"d":"199,-137v8,0,2,24,0,22r-172,1v-10,0,-3,-21,0,-22xm199,-69v8,1,2,24,-1,22r-172,-1v-6,-1,-5,-21,1,-21r172,0","w":224},">":{"d":"153,-105v26,10,11,17,1,28r-119,66v-8,4,-16,-16,-13,-18r110,-59v1,-1,1,-2,0,-3r-110,-59v-2,-1,-1,-13,5,-19v1,-1,5,-3,6,-2","w":189},"?":{"d":"56,-67v-4,-4,-13,-28,-13,-42v0,-15,13,-26,42,-37v23,-9,20,-36,-8,-36v-4,0,-20,5,-27,5v-16,-1,-26,-45,0,-42v35,4,65,24,70,70v5,42,-26,43,-48,58v-12,4,-2,24,-16,24xm65,-48v38,1,29,53,-1,52v-14,0,-24,-11,-24,-26v0,-15,13,-26,25,-26","w":135},"@":{"d":"186,-109v-35,-23,-71,43,-69,67v2,20,12,13,28,-1v22,-20,42,-46,41,-66xm80,-18v-3,-29,73,-119,104,-117v6,-2,11,8,15,4v2,-18,26,-17,31,-4v-6,14,-32,77,-37,103v-1,10,2,14,12,14v37,0,68,-35,68,-81v0,-59,-44,-94,-103,-94v-87,0,-130,71,-130,142v0,53,33,111,110,111v30,0,61,-11,80,-27v2,-2,5,0,5,4v-15,31,-69,40,-94,40v-63,0,-128,-41,-128,-129v0,-96,87,-155,156,-155v156,0,159,204,16,206v-41,1,-24,-26,-17,-48v1,-1,0,-3,-2,-1v-25,26,-54,49,-73,49v-7,0,-13,-9,-13,-17","w":309},"A":{"d":"38,-42v19,-33,48,-162,90,-192v25,44,62,164,72,187v15,36,25,30,42,43v-16,12,-66,5,-95,5v-13,0,-16,-9,-2,-12v15,-3,15,-9,14,-15v-1,-9,-8,-29,-16,-52v-12,-13,-73,-3,-69,-5v-14,19,-20,53,-20,56v-5,11,25,15,28,23v-7,11,-58,0,-76,5v-15,0,-13,-8,-1,-11v18,-5,21,-12,33,-32xm134,-101v1,-18,-21,-61,-25,-75v-1,-3,-3,-2,-4,1v-5,20,-30,63,-24,75v14,0,41,-1,53,-1","w":243,"k":{"A":-4,"\u00c4":-4,"\u00c5":-4,":":-12,";":-12,",":-6,"!":-12,"J":-5,".":-7,"?":-8,"\"":38,"'":38,"T":38,"U":19,"V":35,"W":40,"X":8,"Y":33,"Z":-6,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"\u00c9":-3,"M":-5,")":3,"]":3,"}":3,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"S":-3}},"B":{"d":"21,-228v71,0,171,-17,171,53v0,30,-23,37,-28,49v25,10,43,28,43,59v0,80,-103,68,-188,68v-14,0,-13,-11,-1,-12v22,-4,23,-10,24,-22v1,-8,3,-44,3,-115v0,-53,14,-60,-24,-68v-11,-2,-14,-12,0,-12xm91,-128v31,1,60,-13,59,-43v-1,-34,-27,-52,-59,-44v-8,14,-2,14,-4,82v0,2,2,5,4,5xm89,-34v0,13,19,23,27,24v23,0,44,-23,44,-53v-1,-32,-23,-55,-58,-54v-14,4,-14,-3,-15,19v0,9,2,53,2,64","w":222,"k":{"X":9,"?":-5,":":-14,";":-14,"-":-11,"!":-10,"T":10,"U":3,"V":5,"W":10,"Y":11,"Z":3,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"\u00c9":-3,"M":-1,"C":-11,"G":-11,"O":-11,"Q":-11,"\u00d6":-11,"S":-5}},"C":{"d":"17,-115v0,-115,115,-133,209,-108v8,8,11,48,1,57v-9,-6,-13,-32,-22,-36v-58,-50,-137,1,-137,80v0,79,59,136,127,106v17,-8,29,-33,42,-44v4,47,-15,66,-84,66v-53,0,-91,-23,-106,-40v-14,-16,-30,-41,-30,-81","w":255,"k":{"A":-5,"\u00c4":-5,"\u00c5":-5,":":-5,";":-5,",":-1,"-":-3,"!":-10,"J":-4,".":2,"?":-12,"T":-2,"V":-7,"W":-6,"X":-2,"Z":-4,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d6":-2,"S":-6}},"D":{"d":"257,-118v-8,122,-107,119,-235,119v-15,0,-15,-10,-3,-12v36,5,22,-61,26,-91v-6,-32,17,-113,-23,-114v-11,0,-11,-12,1,-12r104,-3v91,6,120,42,130,113xm111,-218v-36,1,-18,25,-23,72v4,41,-6,97,9,127v56,36,111,-36,111,-99v0,-25,-10,-56,-28,-75v-16,-16,-44,-25,-69,-25","w":273,"k":{"A":5,"\u00c4":5,"\u00c5":5,":":-9,";":-9,",":4,"-":-7,"!":-14,"J":-4,".":10,"?":-12,"\"":3,"'":3,"T":9,"V":3,"W":8,"X":12,"Y":10,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d6":-5,"S":-4}},"E":{"d":"199,-55v8,10,-6,52,-19,57v-4,0,-93,-2,-120,-2v-29,0,-41,8,-54,-3v10,-12,41,-7,36,-34v2,-13,4,-140,2,-157v-1,-13,-4,-21,-19,-23v-15,-2,-13,-12,0,-12r151,-1v10,7,5,73,-8,44v-16,-40,-19,-25,-73,-29v-11,8,-4,62,-6,89v3,8,22,2,32,4v33,5,24,-17,40,-27v7,13,0,39,3,59v2,13,-9,14,-11,3v-5,-28,-34,-17,-60,-20v-11,15,-3,57,-4,84v21,20,90,13,99,-19v5,-9,8,-13,11,-13","w":211,"k":{"A":-9,"\u00c4":-9,"\u00c5":-9,":":-3,";":-3,",":-1,"-":-2,"!":-11,"J":-3,".":-2,"?":-5,"T":10,"U":3,"V":3,"W":5,"X":-5,"Y":8,"Z":-3,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"\u00c9":-2,"M":-4,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d6":-2,"S":-5}},"F":{"d":"89,-34v-5,22,26,17,33,30v-16,12,-73,0,-100,6v-7,0,-10,-2,-10,-4v4,-11,35,-12,30,-27r2,-167v4,-19,-26,-17,-31,-28v24,-12,134,1,164,-5v11,4,2,30,6,44v0,5,-1,10,-5,10v-10,-7,-14,-40,-33,-38v-14,1,-50,-6,-55,3v0,13,-7,73,2,90v26,-2,57,6,61,-18v2,-10,13,-12,12,0v-5,17,5,56,-7,62v-5,-3,-14,-31,-21,-27v-12,-1,-42,-7,-49,3v0,24,1,60,1,66","w":195,"k":{"?":-14,"A":19,"\u00c4":19,"\u00c5":19,",":25,"-":5,"!":-10,"J":-4,".":28,"\"":-3,"'":-3,"T":-6,"U":-3,"V":-12,"W":-12,"Y":-9,"Z":-5,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"\u00c9":-3,"M":2,"C":-4,"G":-4,"O":-4,"Q":-4,"\u00d6":-4,"S":-2}},"G":{"d":"16,-114v0,-74,62,-119,137,-120v32,-1,50,8,75,10v7,9,9,34,9,52v0,12,-9,11,-13,0v-10,-29,-26,-50,-71,-50v-54,0,-86,49,-86,105v0,62,37,110,91,111v13,-1,33,-8,30,-32v-4,-35,8,-44,-30,-50v-14,-1,-15,-12,1,-12v31,2,53,2,85,0v14,0,11,9,2,12v-25,6,-10,27,-15,57v-2,7,9,10,10,17v-12,14,-69,17,-91,20v-81,-6,-134,-29,-134,-120","w":267,"k":{"A":-4,"\u00c4":-4,"\u00c5":-4,":":-3,";":-3,"-":-11,"!":-10,"J":-5,".":4,"?":-19,"T":7,"U":4,"V":3,"W":6,"X":-1,"Y":6,"Z":-2,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"\u00c9":-3,"C":-7,"G":-7,"O":-7,"Q":-7,"\u00d6":-7,"S":-3}},"H":{"d":"118,-224v-5,11,-36,8,-28,32v1,17,-6,62,3,67v24,0,72,-2,110,-2v7,-9,2,-49,2,-70v4,-20,-21,-16,-28,-27v11,-12,67,-5,91,-5v7,0,11,1,11,4v-3,10,-32,10,-27,27v-4,16,-3,140,-1,167v-5,19,24,15,28,27v-15,12,-63,2,-92,6v-18,2,-13,-10,-2,-13v32,1,18,-65,21,-92v0,-3,-2,-5,-3,-5v-35,3,-110,-8,-115,5v-1,13,1,52,1,64v-7,26,23,22,29,35v-15,12,-60,1,-95,5v-19,2,-14,-9,-2,-12v16,-4,18,-9,20,-24v2,-21,5,-115,4,-162v4,-18,-24,-18,-28,-27v15,-12,63,-5,90,-5v8,0,11,2,11,5","w":294,"k":{"A":-4,"\u00c4":-4,"\u00c5":-4,":":-7,";":-7,"-":1,"!":-7,"?":-12,"T":2,"U":2,"V":-3,"X":-3,")":-5,"]":-5,"}":-5,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d6":-2}},"I":{"d":"43,-39v2,-31,3,-112,1,-151v7,-24,-22,-24,-30,-34v16,-12,66,-5,95,-5v6,0,12,1,12,5v-8,8,-38,13,-31,29r-1,154v1,21,4,26,24,31v6,1,10,3,10,7v-22,13,-63,4,-100,4v-17,0,-14,-10,0,-13v17,-3,19,-12,20,-27","w":132,"k":{"A":-4,"\u00c4":-4,"\u00c5":-4,":":-7,";":-7,"-":1,"!":-7,"?":-12,"T":2,"U":2,"V":-3,"X":-3,")":-5,"]":-5,"}":-5,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d6":-2}},"J":{"d":"118,-225v-4,12,-33,7,-28,33v0,30,-1,124,-2,155v-1,61,-43,114,-90,114v-11,0,-26,-7,-26,-17v2,-8,11,-23,22,-23v13,0,32,23,43,10v17,-33,9,-71,9,-142v0,-51,-1,-88,-2,-103v7,-12,-29,-18,-32,-26v13,-12,71,0,96,-5v5,0,10,1,10,4","w":128,"k":{"A":6,"\u00c4":6,"\u00c5":6,":":8,";":8,",":3,"-":10,"!":-15,"J":3,".":16,"?":-6,"T":34,"V":-6,"W":-3,"X":4,"Y":-4,"B":-1,"D":-1,"E":-1,"F":-1,"H":-1,"I":-1,"K":-1,"L":-1,"N":-1,"P":-1,"R":-1,"\u00c9":-1,")":-4,"]":-4,"}":-4,"C":-4,"G":-4,"O":-4,"Q":-4,"\u00d6":-4}},"K":{"d":"43,-192v6,-24,-22,-23,-28,-32v15,-12,60,-1,88,-5v16,-2,13,11,2,12v-34,3,-13,66,-18,96v0,2,1,2,3,2v21,-10,59,-55,81,-79v8,-9,9,-15,-6,-19v-11,0,-13,-11,0,-11v26,0,63,-6,82,3v0,3,-5,5,-13,7v-46,12,-72,50,-106,82v-1,19,68,80,90,108v12,16,29,13,42,24v-17,16,-72,-3,-102,4v-6,0,-8,-3,-8,-6v0,-2,3,-4,17,-8v-9,-27,-57,-74,-77,-97v-8,20,1,71,-1,83v-6,10,25,15,28,23v-17,14,-64,1,-97,6v-13,-1,-13,-9,1,-12v18,-4,22,-9,23,-30v2,-14,1,-147,-1,-151","w":253,"k":{":":-15,";":-15,",":-13,"-":4,"!":-18,"J":-12,".":-13,"?":-12,"\"":-3,"'":-3,"T":-4,"U":4,"V":13,"W":13,"X":-6,"Y":4,"Z":-14,"B":-9,"D":-9,"E":-9,"F":-9,"H":-9,"I":-9,"K":-9,"L":-9,"N":-9,"P":-9,"R":-9,"\u00c9":-9,"M":-9,"C":8,"G":8,"O":8,"Q":8,"\u00d6":8,"S":-7}},"L":{"d":"88,-96v0,49,-12,91,44,82v37,2,42,-7,60,-35v5,-8,16,-12,11,3v-6,17,-5,42,-19,49v-5,0,-38,-3,-111,-3v-23,0,-54,8,-64,-3v10,-11,39,-10,34,-32v2,-4,2,-138,1,-160v7,-18,-22,-20,-29,-29v16,-12,66,-5,95,-5v8,0,11,1,11,4v-4,10,-38,14,-31,21v-3,18,-2,55,-2,108","w":210,"k":{"A":-10,"\u00c4":-10,"\u00c5":-10,":":-5,";":-5,",":-8,"-":-7,"!":-14,"?":-11,"\"":24,"'":24,"T":34,"U":14,"V":32,"W":37,"X":-4,"Y":27,"Z":-3,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"\u00c9":-2,"M":-5,"S":-5}},"M":{"d":"58,-42v-6,28,23,25,33,38v-14,11,-51,2,-76,5v-13,2,-15,-9,-1,-11v20,-7,24,-12,27,-37v3,-27,12,-113,12,-145v6,-18,-28,-22,-36,-33v0,-3,2,-4,10,-4v22,0,30,1,58,1r77,155v1,1,3,1,3,1v8,-15,48,-95,60,-123v4,-6,7,-27,15,-33v36,2,56,-6,67,3v-12,15,-36,4,-36,42v0,60,3,131,5,149v-3,17,24,20,33,30v-14,15,-62,0,-96,5v-15,2,-12,-11,-1,-13v15,-3,16,-15,17,-29v1,-18,2,-110,2,-128v0,-4,-2,-6,-3,-3r-75,163v-7,16,-11,13,-17,3v-13,-44,-62,-147,-70,-163v-1,-2,-2,-2,-2,1v-3,24,-6,87,-6,126","w":318,"k":{"A":-9,"\u00c4":-9,"\u00c5":-9,":":-7,";":-7,"!":-9,"J":-3,"?":-11,"T":2,"U":4,"V":-2,"X":-3,"Y":3,"Z":-6,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"\u00c9":-2,"M":-3}},"N":{"d":"47,-180v0,-40,-20,-27,-39,-44v9,-11,40,-2,65,-4v16,9,19,18,39,40r107,115v10,-11,3,-89,2,-122v5,-12,-28,-20,-35,-29v12,-9,59,-2,77,-6v12,1,9,9,-1,12v-19,6,-20,13,-22,27v-1,13,-3,104,-3,135v0,20,10,57,-4,63v-22,-7,-30,-28,-43,-43r-124,-141v-2,-2,-4,1,-4,2v-3,26,-4,129,-2,141v-4,17,25,20,33,30v-12,12,-52,1,-77,5v-12,2,-13,-10,-2,-11v17,-5,26,-8,27,-35v2,-40,6,-109,6,-135","w":277,"k":{"A":3,"\u00c4":3,"\u00c5":3,",":2,"-":3,"!":-15,"J":-4,".":8,"?":-8,"\"":-3,"'":-3,"T":-3,"V":-4,"W":-5,"Y":-4,"Z":-3,"M":-1,"C":-3,"G":-3,"O":-3,"Q":-3,"\u00d6":-3,"S":1}},"O":{"d":"17,-114v0,-74,49,-120,123,-120v80,0,125,59,125,117v-1,79,-52,121,-124,123v-70,2,-124,-49,-124,-120xm131,-221v-50,4,-61,32,-66,99v-5,69,68,149,123,100v53,-47,28,-206,-57,-199","w":281,"k":{"A":5,"\u00c4":5,"\u00c5":5,":":-9,";":-9,",":4,"-":-7,"!":-14,"J":-4,".":10,"?":-12,"\"":3,"'":3,"T":9,"V":3,"W":8,"X":12,"Y":10,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d6":-5,"S":-4}},"P":{"d":"129,-91v-9,2,-42,-13,-16,-13v15,0,38,-19,38,-56v0,-29,-19,-59,-49,-59v-11,0,-13,2,-13,17v-1,10,0,138,0,158v0,22,1,30,22,34v14,3,12,12,-1,12v-21,-1,-59,-3,-85,-1v-17,2,-15,-10,-4,-12v36,-5,25,-46,25,-82v0,-12,0,-93,-1,-103v5,-18,-21,-17,-31,-26v15,-13,68,-7,88,-9v57,-7,94,29,94,69v0,51,-27,64,-67,71","w":210,"k":{"A":25,"\u00c4":25,"\u00c5":25,":":-3,";":-3,",":30,"-":2,"!":-21,".":26,"?":-12,"\"":-3,"'":-3,"T":-2,"V":-1,"W":3,"X":9,"Z":-4,"M":8,"C":-7,"G":-7,"O":-7,"Q":-7,"\u00d6":-7}},"Q":{"d":"17,-113v0,-75,47,-121,125,-121v66,0,123,47,123,117v0,68,-35,96,-82,116v13,29,86,77,129,60v3,0,6,1,6,3v-4,17,-33,21,-49,22v-74,1,-116,-62,-173,-86v-46,-20,-79,-58,-79,-111xm216,-103v1,-50,-28,-119,-83,-118v-50,1,-68,50,-68,105v0,46,41,106,83,109v52,4,67,-59,68,-96","w":281,"k":{"A":5,"\u00c4":5,"\u00c5":5,":":-9,";":-9,",":4,"-":-7,"!":-14,"J":-4,".":10,"?":-12,"\"":3,"'":3,"T":9,"V":3,"W":8,"X":12,"Y":10,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d6":-5,"S":-4}},"R":{"d":"24,-228v72,0,171,-18,171,57v0,24,-15,43,-39,53v-1,20,36,65,53,90v11,16,28,14,38,23v-21,22,-83,0,-85,-15v-13,-16,-35,-61,-55,-84v-3,-2,-18,-10,-21,-1v4,20,-15,97,21,95v13,3,10,13,-2,12v-18,-1,-63,-2,-81,-1v-16,1,-13,-8,-3,-11v17,-5,21,-9,22,-21v3,-42,2,-137,0,-167v5,-14,-24,-15,-30,-25v0,-3,5,-5,11,-5xm91,-119v43,-2,54,-11,59,-48v3,-17,-21,-55,-45,-51v-5,1,-19,3,-18,10v2,15,-9,85,4,89","w":234,"k":{"A":-11,"\u00c4":-11,"\u00c5":-11,":":-13,";":-13,",":-21,"!":-21,"J":-14,".":-19,"?":-18,"\"":4,"'":4,"T":17,"U":10,"V":14,"W":17,"X":4,"Y":14,"Z":-14,"B":-4,"D":-4,"E":-4,"F":-4,"H":-4,"I":-4,"K":-4,"L":-4,"N":-4,"P":-4,"R":-4,"\u00c9":-4,"M":-7,"S":-14,"0":-3}},"S":{"d":"24,-170v-2,-61,68,-72,124,-58v7,7,13,44,5,50v-12,-2,-18,-31,-26,-34v-24,-21,-64,-8,-65,27v0,21,16,34,48,54v44,28,53,50,53,72v0,58,-102,89,-143,46v-2,-16,-12,-38,-1,-46v3,0,9,8,14,19v11,22,33,34,51,34v17,0,37,-13,37,-36v0,-15,-8,-30,-41,-52v-37,-24,-56,-44,-56,-76","w":179,"k":{"A":-3,"\u00c4":-3,"\u00c5":-3,":":-8,";":-8,"-":-6,"!":-12,"J":-1,"?":-9,"T":3,"U":3,"X":4,"Y":4,"Z":-5,"C":-4,"G":-4,"O":-4,"Q":-4,"\u00d6":-4,"S":-1}},"T":{"d":"22,-241v13,19,59,13,101,13v37,0,93,5,111,-9v10,9,-5,34,-4,51v0,3,-3,9,-7,9v-11,-10,-7,-43,-32,-36v-10,2,-43,-3,-47,6r1,173v-6,17,26,20,37,31v-18,10,-78,0,-108,5v-16,2,-12,-9,-3,-12v23,-6,25,-10,26,-35r3,-163v-2,-12,-34,-4,-45,-6v-22,-3,-29,27,-40,37v-14,-9,4,-33,2,-57v0,-1,2,-7,5,-7","w":244,"k":{"A":28,"\u00c4":28,"\u00c5":28,":":9,";":9,",":27,"-":17,"!":-17,"J":-3,".":28,"?":-21,"\"":-13,"'":-13,"U":-3,"V":-13,"W":-12,"X":-2,"Y":-11,"Z":-1,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"\u00c9":-2,"M":2,")":-10,"]":-10,"}":-10,"C":6,"G":6,"O":6,"Q":6,"\u00d6":6,"S":1}},"U":{"d":"40,-201v3,-12,-23,-14,-28,-23v18,-12,65,-5,94,-5v16,0,13,10,0,12v-13,2,-18,7,-20,21v-2,12,-1,46,-1,97v0,65,22,83,64,83v25,0,53,-8,63,-47v4,-14,10,-101,5,-134v3,-16,-25,-17,-33,-28v12,-9,54,-4,76,-4v6,0,9,2,9,5v-13,11,-33,9,-33,40v0,17,-2,60,-3,79v-4,83,-32,111,-95,111v-32,0,-56,-11,-68,-22v-20,-19,-29,-40,-29,-98v0,-27,-1,-83,-1,-87","w":274,"k":{"A":19,"\u00c4":19,"\u00c5":19,":":4,";":4,",":21,"-":14,"!":-12,".":40,"?":-7,"\"":-9,"'":-9,"T":-3,"U":2,"V":-2,"W":4,"X":5,"B":2,"D":2,"E":2,"F":2,"H":2,"I":2,"K":2,"L":2,"N":2,"P":2,"R":2,"\u00c9":2,"M":3,")":-11,"]":-11,"}":-11,"S":2}},"V":{"d":"-1,-224v11,-14,66,1,96,-5v12,1,10,9,-1,12v-16,4,-16,10,-13,20v5,18,44,113,53,131v11,-1,41,-95,55,-123v13,-27,-15,-21,-24,-35v12,-11,49,-2,73,-5v13,-2,13,10,1,12v-16,3,-24,11,-33,30v-8,18,-30,61,-52,114v-12,28,-20,49,-27,71v-2,10,-16,12,-18,1v-12,-50,-51,-137,-72,-187v-8,-17,-13,-25,-29,-30v-4,-1,-9,-2,-9,-6","w":242,"k":{"A":37,"\u00c4":37,"\u00c5":37,":":13,";":13,",":39,"-":19,"!":-15,"J":-8,".":33,"?":-17,"\"":-19,"'":-19,"T":-10,"U":-3,"V":-3,"W":4,"X":4,"Y":-1,"Z":-5,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"N":4,"P":4,"R":4,"\u00c9":4,")":-19,"]":-19,"}":-19,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7}},"W":{"d":"8,-217v-10,-2,-14,-13,1,-12r76,0v27,9,-18,14,-8,26v7,18,38,85,66,146v7,1,22,-33,28,-55v-14,-33,-27,-55,-36,-77v-10,-24,-21,-23,-33,-35v7,-12,65,0,83,-5v13,0,10,10,0,12v-9,2,-11,6,-7,16v4,10,7,18,20,47v1,2,2,2,3,0v8,-19,36,-55,11,-63v-9,-3,-15,-12,2,-12v15,4,54,-5,62,4v-10,15,-30,8,-40,33v-4,6,-14,23,-29,51v8,28,29,64,37,83v1,2,3,1,4,-1v17,-37,35,-81,57,-131v11,-25,-11,-24,-21,-34v12,-12,44,-5,68,-5v6,0,11,1,11,4v-12,14,-30,7,-39,34v-7,9,-77,164,-85,187v-3,9,-13,14,-17,2v-10,-27,-27,-60,-41,-90v-1,-1,-1,-1,-2,0v-19,35,-34,67,-44,91v-5,7,-13,13,-17,1v-14,-39,-62,-150,-82,-189v-9,-18,-12,-25,-28,-28","w":353,"k":{"A":41,"\u00c4":41,"\u00c5":41,":":15,";":15,",":35,"-":23,"!":-19,"J":-8,".":35,"?":-22,"\"":-24,"'":-24,"T":-13,"U":-3,"V":1,"X":9,"Y":2,"Z":-8,"B":1,"D":1,"E":1,"F":1,"H":1,"I":1,"K":1,"L":1,"N":1,"P":1,"R":1,"\u00c9":1,")":-19,"]":-19,"}":-19,"C":6,"G":6,"O":6,"Q":6,"\u00d6":6}},"X":{"d":"22,-217v-13,-2,-14,-13,1,-13r84,1v7,0,10,1,10,4v2,8,-22,7,-15,20v8,14,26,46,37,62v17,-4,36,-48,47,-60v10,-11,-21,-13,-22,-21v14,-11,54,-1,81,-5v5,0,9,1,9,4v-16,15,-42,13,-56,33v-13,18,-32,37,-48,59v-1,18,37,63,52,88v12,20,21,29,47,35v13,3,12,12,-3,12r-94,-1v-14,-1,-11,-9,0,-11v7,-3,12,-4,12,-11v-9,-13,-38,-70,-47,-72v-10,12,-28,35,-36,48v-22,32,4,28,14,40v-10,14,-58,1,-82,6v-9,0,-12,-1,-12,-4v0,-4,4,-6,13,-8v51,-17,56,-49,95,-92v2,-17,-32,-58,-56,-95v-8,-12,-17,-17,-31,-19","w":258,"k":{"?":-17,"A":-1,"\u00c4":-1,"\u00c5":-1,":":-9,";":-9,",":-11,"-":4,"!":-16,"J":-4,".":-9,"\"":-5,"'":-5,"U":5,"V":8,"W":16,"Y":4,"Z":-10,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"\u00c9":-2,"M":-5,")":-12,"]":-12,"}":-12,"C":12,"G":12,"O":12,"Q":12,"\u00d6":12,"S":-5}},"Y":{"d":"59,-2v2,-9,42,-16,34,-24v0,-27,3,-68,-3,-87v-12,-16,-50,-101,-78,-105v-13,-2,-13,-13,1,-12v29,2,68,-3,90,6v-3,9,-29,10,-16,25v4,8,26,46,41,72v14,-6,33,-48,45,-68v7,-11,6,-19,-11,-22v-9,-2,-14,-14,-2,-12v23,3,61,-7,75,3v-13,13,-34,16,-46,36v-17,29,-46,54,-53,89v7,40,-15,85,26,91v14,2,11,11,-2,11v-27,0,-90,6,-101,-3","w":230,"k":{"A":28,"\u00c4":28,"\u00c5":28,":":17,";":17,",":35,"-":25,"!":-14,"J":-6,".":32,"?":-15,"\"":-14,"'":-14,"T":-12,"U":3,"V":-2,"X":8,"Y":2,"Z":-6,")":-15,"]":-15,"}":-15,"C":10,"G":10,"O":10,"Q":10,"\u00d6":10,"S":4}},"Z":{"d":"34,-239v23,24,144,5,169,12v-7,18,-18,26,-35,53v-32,51,-82,133,-90,150v5,18,53,7,79,10v21,2,43,-28,60,-49v14,13,-4,27,-14,58v-1,3,-7,7,-20,7r-166,-1v-3,0,-6,-2,-6,-5v29,-37,114,-178,127,-204v-3,-10,-32,-3,-56,-6v-36,-4,-47,19,-66,40v-12,-14,11,-36,14,-60v1,-4,1,-5,4,-5","w":227,"k":{"A":-9,"\u00c4":-9,"\u00c5":-9,":":-9,";":-9,",":-6,"-":-6,"!":-10,"J":-2,".":-6,"?":-18,"\"":3,"'":3,"T":8,"U":6,"V":4,"W":4,"X":-5,"Y":5,"Z":-2,"M":-3,")":-7,"]":-7,"}":-7,"S":-4}},"[":{"d":"36,-245v1,-7,1,-9,10,-8v29,2,53,-8,61,5v-2,17,-45,-1,-46,19v-3,63,1,168,1,256v0,35,37,10,48,28v-10,14,-45,4,-69,7v-2,0,-5,-3,-5,-12r0,-295","w":121,"k":{"A":-3,"\u00c4":-3,"\u00c5":-3,"J":-37,"T":-9,"U":-4,"V":-13,"W":-14,"X":-7,"Y":-13,"Z":-11,"B":-5,"D":-5,"E":-5,"F":-5,"H":-5,"I":-5,"K":-5,"L":-5,"N":-5,"P":-5,"R":-5,"\u00c9":-5}},"\\":{"d":"12,-232v2,-7,17,-12,21,-2r94,252v0,7,-19,15,-20,1","w":137},"]":{"d":"89,54v-6,17,-42,4,-61,8v-5,0,-10,-3,-10,-6v4,-15,44,-1,45,-19v3,-63,-1,-168,-1,-256v0,-33,-36,-11,-47,-28v4,-15,51,-2,69,-7v2,0,5,3,5,12r0,296","w":121},"^":{"d":"74,-210v9,-19,15,-19,25,-1r58,109v7,12,-19,18,-19,15r-50,-99v-1,-2,-3,-2,-4,0r-48,97v-2,4,-14,-1,-18,-6v-2,-2,-2,-3,0,-7","w":174},"_":{"d":"0,45r178,0r0,17r-178,0r0,-17"},"{":{"d":"10,-103v19,-10,43,-21,39,-37v0,-13,-9,-51,-9,-60v0,-29,49,-73,73,-55v-3,6,-9,8,-18,11v-38,12,-15,61,-15,97v0,19,-20,34,-43,43v-2,1,-2,3,-1,4v28,12,44,26,44,50v0,52,-24,94,30,107v0,5,-6,7,-9,7v-68,0,-67,-61,-54,-117v0,-23,-6,-32,-26,-38v-8,-3,-11,-9,-11,-12","w":124,"k":{"A":-3,"\u00c4":-3,"\u00c5":-3,"J":-37,"T":-9,"U":-4,"V":-13,"W":-14,"X":-7,"Y":-13,"Z":-11,"B":-5,"D":-5,"E":-5,"F":-5,"H":-5,"I":-5,"K":-5,"L":-5,"N":-5,"P":-5,"R":-5,"\u00c9":-5}},"|":{"d":"36,-267r26,0r0,356r-26,0r0,-356","w":97},"}":{"d":"44,-150v0,-47,25,-84,-26,-98v-2,0,-5,-3,-5,-4v0,-4,6,-7,9,-7v64,-1,69,58,55,110v0,23,6,32,25,39v10,4,16,11,7,15v-54,7,-29,67,-26,101v3,28,-48,73,-72,54v3,-7,9,-7,18,-11v38,-14,15,-60,15,-101v0,-21,19,-38,42,-46v2,-1,3,-3,1,-4v-28,-12,-43,-24,-43,-48","w":124},"~":{"d":"74,-101v-12,-3,-25,21,-36,41v-3,0,-16,-4,-15,-9v9,-29,25,-56,54,-56v28,0,57,41,73,41v14,4,22,-18,37,-41v5,0,17,6,15,11v-11,31,-27,54,-54,54v-30,0,-53,-41,-74,-41","w":224},"'":{"d":"17,-224v3,-9,36,-37,39,-11v-3,20,-5,74,-23,84v-15,-11,-9,-58,-16,-73","w":72,"k":{"A":30,"\u00c4":30,"\u00c5":30,",":52,"J":-4,".":53,"T":-9,"U":-5,"V":-15,"W":-15,"X":-2,"Y":-7,"Z":-6,"S":-2}},"`":{"d":"41,-218v-7,-14,5,-18,16,-18v14,10,20,42,29,65v6,14,-6,13,-11,6v-11,-16,-31,-47,-34,-53","w":144},"\u00c4":{"d":"38,-42v19,-33,48,-162,90,-192v25,44,62,164,72,187v15,36,25,30,42,43v-16,12,-66,5,-95,5v-13,0,-16,-9,-2,-12v15,-3,15,-9,14,-15v-1,-9,-8,-29,-16,-52v-12,-13,-73,-3,-69,-5v-14,19,-20,53,-20,56v-5,11,25,15,28,23v-7,11,-58,0,-76,5v-15,0,-13,-8,-1,-11v18,-5,21,-12,33,-32xm134,-101v1,-18,-21,-61,-25,-75v-1,-3,-3,-2,-4,1v-5,20,-30,63,-24,75v14,0,41,-1,53,-1xm89,-285v11,0,18,11,18,21v-2,23,-38,28,-39,-1v0,-10,10,-20,21,-20xm163,-285v25,1,21,42,-2,40v-8,0,-18,-7,-18,-20v0,-10,8,-20,20,-20","w":243,"k":{"A":-4,"\u00c4":-4,"\u00c5":-4,":":-12,";":-12,",":-6,"!":-12,"J":-5,".":-7,"?":-8,"\"":38,"'":38,"T":38,"U":19,"V":35,"W":40,"X":8,"Y":33,"Z":-6,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"\u00c9":-3,"M":-5,")":3,"]":3,"}":3,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"S":-3}},"\u00c5":{"d":"38,-42v19,-33,48,-162,90,-192v25,44,62,164,72,187v15,36,25,30,42,43v-16,12,-66,5,-95,5v-13,0,-16,-9,-2,-12v15,-3,15,-9,14,-15v-1,-9,-8,-29,-16,-52v-12,-13,-73,-3,-69,-5v-14,19,-20,53,-20,56v-5,11,25,15,28,23v-7,11,-58,0,-76,5v-15,0,-13,-8,-1,-11v18,-5,21,-12,33,-32xm134,-101v1,-18,-21,-61,-25,-75v-1,-3,-3,-2,-4,1v-5,20,-30,63,-24,75v14,0,41,-1,53,-1xm123,-297v17,0,29,14,29,29v0,15,-12,29,-29,29v-17,0,-29,-14,-29,-29v0,-15,12,-29,29,-29xm123,-285v-8,0,-15,7,-15,17v0,11,7,17,15,17v9,0,15,-6,15,-18v0,-9,-6,-16,-15,-16","w":243,"k":{"A":-4,"\u00c4":-4,"\u00c5":-4,":":-12,";":-12,",":-6,"!":-12,"J":-5,".":-7,"?":-8,"\"":38,"'":38,"T":38,"U":19,"V":35,"W":40,"X":8,"Y":33,"Z":-6,"B":-3,"D":-3,"E":-3,"F":-3,"H":-3,"I":-3,"K":-3,"L":-3,"N":-3,"P":-3,"R":-3,"\u00c9":-3,"M":-5,")":3,"]":3,"}":3,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"S":-3}},"\u00c9":{"d":"199,-55v8,10,-6,52,-19,57v-4,0,-93,-2,-120,-2v-29,0,-41,8,-54,-3v10,-12,41,-7,36,-34v2,-13,4,-140,2,-157v-1,-13,-4,-21,-19,-23v-15,-2,-13,-12,0,-12r151,-1v10,7,5,73,-8,44v-16,-40,-19,-25,-73,-29v-11,8,-4,62,-6,89v3,8,22,2,32,4v33,5,24,-17,40,-27v7,13,0,39,3,59v2,13,-9,14,-11,3v-5,-28,-34,-17,-60,-20v-11,15,-3,57,-4,84v21,20,90,13,99,-19v5,-9,8,-13,11,-13xm88,-255v18,-12,35,-36,60,-39v12,6,21,18,6,24v-24,10,-46,26,-70,24v-1,-1,0,-6,4,-9","w":211,"k":{"A":-9,"\u00c4":-9,"\u00c5":-9,":":-3,";":-3,",":-1,"-":-2,"!":-11,"J":-3,".":-2,"?":-5,"T":10,"U":3,"V":3,"W":5,"X":-5,"Y":8,"Z":-3,"B":-2,"D":-2,"E":-2,"F":-2,"H":-2,"I":-2,"K":-2,"L":-2,"N":-2,"P":-2,"R":-2,"\u00c9":-2,"M":-4,"C":-2,"G":-2,"O":-2,"Q":-2,"\u00d6":-2,"S":-5}},"\u00d6":{"d":"17,-114v0,-74,49,-120,123,-120v80,0,125,59,125,117v-1,79,-52,121,-124,123v-70,2,-124,-49,-124,-120xm131,-221v-50,4,-61,32,-66,99v-5,69,68,149,123,100v53,-47,28,-206,-57,-199xm103,-293v11,0,18,11,18,21v-1,24,-37,27,-38,-1v0,-10,9,-20,20,-20xm177,-293v25,1,21,42,-2,40v-8,0,-18,-7,-18,-20v0,-10,8,-20,20,-20","w":281,"k":{"A":5,"\u00c4":5,"\u00c5":5,":":-9,";":-9,",":4,"-":-7,"!":-14,"J":-4,".":10,"?":-12,"\"":3,"'":3,"T":9,"V":3,"W":8,"X":12,"Y":10,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00d6":-5,"S":-4}},"\u00a0":{"w":69}}});

$(document).ready(function(){
	try { 
		console.log('init console... done'); 
	} catch(e) { 
		console = { log: function() {} } 
	}
	
	var pathname = window.location.pathname;
	var path_array = pathname.split("/");
	console.log(path_array[1]);
	
	if ( $.browser.mozilla == true){
		$("a.nav").css({'margin': '-6px -10px -1px', 'padding': '6px 10px 1px'});
	}

	Cufon.replace("#nav_main li a", {hover: true});
	Cufon.replace('#nav_under li a', {hover: true});
	Cufon.replace('h3');				
	function flowerpower(){
		var wrapper = $('#wrapper');
		var wrapper_offset = wrapper.offset();
		var wrapper_right_edge = wrapper_offset.left + wrapper.width();
		nyposition = wrapper_right_edge - 150;
		$('#ranka_right').css('backgroundPosition', nyposition.toString() + 'px 370px');			
	}
	flowerpower();
	jQuery.event.add(window, "resize", flowerpower);
	
    function is_touch_device() {  
        try {  
            document.createEvent("TouchEvent");  
            return true;  
        } catch (e) {  
            return false;  
        }  
    }
    var is_touch = is_touch_device();
    if (!is_touch){
    	$(".thumb").hover(
    	  function () {
    	    $(this).children(":first").fadeIn();
    	  }, 
    	  function () {
    		$(this).children(":first").fadeOut(200);
    	  }
    	);        
    }	

	/*
    jQuery('#bildnav a')
        .bind( 'touchstart', function( event ) { $(this).parent().children(":first").fadeIn(300,function(){window.location.href = $(this).attr('href');})})
        .bind( 'touchend', function( event ) {
                //$(this).parent().children(":first").fadeOut(200);
    });	
    */
	$('#nav_under a[href="'+window.location.pathname+'"]').addClass('sub');

});	
