/* Copyright (c) 2009 Simo Kinnunen. Licensed under the MIT license */
var Cufon=(function(){var K=function(){return K.replace.apply(null,arguments)};var U=K.DOM={ready:(function(){var Z=false,b={loaded:1,complete:1};var Y=[],a=function(){if(Z){return}Z=true;for(var c;c=Y.shift();c()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}if(!window.opera&&document.readyState){(function(){b[document.readyState]?a():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");a()}catch(c){setTimeout(arguments.callee,1)}})()}O(window,"load",a);return function(c){if(!arguments.length){a()}else{Z?c():Y.push(c)}}})()};var L=K.CSS={Size:function(Z,Y){this.value=parseFloat(Z);this.unit=String(Z).match(/[a-z%]*$/)[0]||"px";this.convert=function(a){return a/Y*this.value};this.convertFrom=function(a){return a/this.value*Y};this.toString=function(){return this.value+this.unit}},getStyle:function(Z){var Y=document.defaultView;if(Y&&Y.getComputedStyle){return new A(Y.getComputedStyle(Z,null))}if(Z.currentStyle){return new A(Z.currentStyle)}return new A(Z.style)},ready:(function(){var a=false;var Z=[],b=function(){a=true;for(var d;d=Z.shift();d()){}};var Y=Object.prototype.propertyIsEnumerable?F("style"):{length:0};var c=F("link");U.ready(function(){var g=0,f;for(var e=0,d=c.length;f=c[e],e<d;++e){if(!f.disabled&&f.rel.toLowerCase()=="stylesheet"){++g}}if(document.styleSheets.length>=Y.length+g){b()}else{setTimeout(arguments.callee,10)}});return function(d){if(a){d()}else{Z.push(d)}}})(),supports:function(a,Z){var Y=document.createElement("span").style;if(Y[a]===undefined){return false}Y[a]=Z;return Y[a]===Z},textAlign:function(b,a,Y,Z){if(a.get("textAlign")=="right"){if(Y>0){b=" "+b}}else{if(Y<Z-1){b+=" "}}return b},textDecoration:function(d,c){if(!c){c=this.getStyle(d)}var Z={underline:null,overline:null,"line-through":null};for(var Y=d;Y.parentNode&&Y.parentNode.nodeType==1;){var b=true;for(var a in Z){if(Z[a]){continue}if(c.get("textDecoration").indexOf(a)!=-1){Z[a]=c.get("color")}b=false}if(b){break}c=this.getStyle(Y=Y.parentNode)}return Z},textShadow:I(function(c){if(c=="none"){return null}var b=[],d={},Y,Z=0;var a=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Y=a.exec(c)){if(Y[0]==","){b.push(d);d={},Z=0}else{if(Y[1]){d.color=Y[1]}else{d[["offX","offY","blur"][Z++]]=Y[2]}}}b.push(d);return b}),color:I(function(Z){var Y={};Y.color=Z.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(b,a,c){Y.opacity=parseFloat(c);return"rgb("+a+")"});return Y}),textTransform:function(Z,Y){return Z[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Y.get("textTransform")]||"toString"]()}};function Q(Z){var Y=this.face=Z.face;this.glyphs=Z.glyphs;this.w=Z.w;this.baseSize=parseInt(Y["units-per-em"],10);this.family=Y["font-family"].toLowerCase();this.weight=Y["font-weight"];this.style=Y["font-style"]||"normal";this.viewBox=(function(){var b=Y.bbox.split(/\s+/);var a={minX:parseInt(b[0],10),minY:parseInt(b[1],10),maxX:parseInt(b[2],10),maxY:parseInt(b[3],10)};a.width=a.maxX-a.minX,a.height=a.maxY-a.minY;a.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return a})();this.ascent=-parseInt(Y.ascent,10);this.descent=-parseInt(Y.descent,10);this.height=-this.ascent+this.descent}function E(){var Z={},Y={oblique:"italic",italic:"oblique"};this.add=function(a){(Z[a.style]||(Z[a.style]={}))[a.weight]=a};this.get=function(e,f){var d=Z[e]||Z[Y[e]]||Z.normal||Z.italic||Z.oblique;if(!d){return null}f={normal:400,bold:700}[f]||parseInt(f,10);if(d[f]){return d[f]}var b={1:1,99:0}[f%100],h=[],c,a;if(b===undefined){b=f>400}if(f==500){f=400}for(var g in d){g=parseInt(g,10);if(!c||g<c){c=g}if(!a||g>a){a=g}h.push(g)}if(f<c){f=c}if(f>a){f=a}h.sort(function(j,i){return(b?(j>f&&i>f)?j<i:j>i:(j<f&&i<f)?j>i:j<i)?-1:1});return d[h[0]]}}function P(){function a(c,d){if(c.contains){return c.contains(d)}return c.compareDocumentPosition(d)&16}function Y(d){var c=d.relatedTarget;if(!c||a(this,c)){return}Z(this)}function b(c){Z(this)}function Z(c){setTimeout(function(){K.replace(c,D.get(c).options,true)},10)}this.attach=function(c){if(c.onmouseenter===undefined){O(c,"mouseover",Y);O(c,"mouseout",Y)}else{O(c,"mouseenter",b);O(c,"mouseleave",b)}}}function X(){var a={},Y=0;function Z(b){return b.cufid||(b.cufid=++Y)}this.get=function(b){var c=Z(b);return a[c]||(a[c]={})}}function A(Y){var a={},Z={};this.get=function(b){return a[b]!=undefined?a[b]:Y[b]};this.getSize=function(c,b){return Z[c]||(Z[c]=new L.Size(this.get(c),b))};this.extend=function(b){for(var c in b){a[c]=b[c]}return this}}function O(Z,Y,a){if(Z.addEventListener){Z.addEventListener(Y,a,false)}else{if(Z.attachEvent){Z.attachEvent("on"+Y,function(){return a.call(Z,window.event)})}}}function R(Z,Y){var a=D.get(Z);if(a.options){return Z}if(Y.hover&&Y.hoverables[Z.nodeName.toLowerCase()]){B.attach(Z)}a.options=Y;return Z}function I(Y){var Z={};return function(a){if(!Z.hasOwnProperty(a)){Z[a]=Y.apply(null,arguments)}return Z[a]}}function C(d,c){if(!c){c=L.getStyle(d)}var Z=c.get("fontFamily").split(/\s*,\s*/),b;for(var a=0,Y=Z.length;a<Y;++a){b=Z[a].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(H[b]){return H[b].get(c.get("fontStyle"),c.get("fontWeight"))}}return null}function F(Y){return document.getElementsByTagName(Y)}function G(){var Y={},b;for(var a=0,Z=arguments.length;a<Z;++a){for(b in arguments[a]){Y[b]=arguments[a][b]}}return Y}function M(b,k,Z,m,c,a){var j=m.separate;if(j=="none"){return W[m.engine].apply(null,arguments)}var h=document.createDocumentFragment(),e;var f=k.split(N[j]),Y=(j=="words");if(Y&&S){if(/^\s/.test(k)){f.unshift("")}if(/\s$/.test(k)){f.push("")}}for(var g=0,d=f.length;g<d;++g){e=W[m.engine](b,Y?L.textAlign(f[g],Z,g,d):f[g],Z,m,c,a,g<d-1);if(e){h.appendChild(e)}}return h}function J(Z,g){var a,Y,d,f;for(var b=R(Z,g).firstChild;b;b=d){d=b.nextSibling;f=false;if(b.nodeType==1){if(!b.firstChild){continue}if(!/cufon/.test(b.className)){arguments.callee(b,g);continue}else{f=true}}if(!Y){Y=L.getStyle(Z).extend(g)}if(!a){a=C(Z,Y)}if(!a){continue}if(f){W[g.engine](a,null,Y,g,b,Z);continue}var e=b.data;if(e===""){continue}var c=M(a,e,Y,g,b,Z);if(c){b.parentNode.replaceChild(c,b)}else{b.parentNode.removeChild(b)}}}var S=" ".split(/\s+/).length==0;var D=new X();var B=new P();var V=[];var W={},H={},T={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||window.jQuery||(window.dojo&&dojo.query)||(window.$$&&function(Y){return $$(Y)})||(window.$&&function(Y){return $(Y)})||(document.querySelectorAll&&function(Y){return document.querySelectorAll(Y)})||F),separate:"words",textShadow:"none"};var N={words:/\s+/,characters:""};K.now=function(){U.ready();return K};K.refresh=function(){var a=V.splice(0,V.length);for(var Z=0,Y=a.length;Z<Y;++Z){K.replace.apply(null,a[Z])}return K};K.registerEngine=function(Z,Y){if(!Y){return K}W[Z]=Y;return K.set("engine",Z)};K.registerFont=function(a){var Y=new Q(a),Z=Y.family;if(!H[Z]){H[Z]=new E()}H[Z].add(Y);return K.set("fontFamily",Z)};K.replace=function(a,Z,Y){Z=G(T,Z);if(!Z.engine){return K}if(typeof Z.textShadow=="string"){Z.textShadow=L.textShadow(Z.textShadow)}if(!Y){V.push(arguments)}if(a.nodeType||typeof a=="string"){a=[a]}L.ready(function(){for(var c=0,b=a.length;c<b;++c){var d=a[c];if(typeof d=="string"){K.replace(Z.selector(d),Z,true)}else{J(d,Z)}}});return K};K.set=function(Y,Z){T[Y]=Z;return K};return K})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{position:absolute;left:-10000in;font-size:1px}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:group,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}function B(C,D){return A(C,/(?:em|ex|%)$/i.test(D)?"1em":D)}function A(F,G){if(/px$/i.test(G)){return parseFloat(G)}var E=F.style.left,D=F.runtimeStyle.left;F.runtimeStyle.left=F.currentStyle.left;F.style.left=G;var C=F.style.pixelLeft;F.style.left=E;F.runtimeStyle.left=D;return C}return function(r,U,m,R,Y,s,h){var F=(U===null);if(F){U=Y.alt}var W=r.viewBox;var G=m.computedFontSize||(m.computedFontSize=new Cufon.CSS.Size(B(s,m.get("fontSize"))+"px",r.baseSize));var g=m.computedLSpacing;if(g==undefined){g=m.get("letterSpacing");m.computedLSpacing=g=(g=="normal")?0:~~G.convertFrom(A(s,g))}var O,H;if(F){O=Y;H=Y.firstChild}else{O=document.createElement("span");O.className="cufon cufon-vml";O.alt=U;H=document.createElement("span");H.className="cufon-vml-canvas";O.appendChild(H);if(R.printable){var p=document.createElement("span");p.className="cufon-alt";p.appendChild(document.createTextNode(U));O.appendChild(p)}if(!h){O.appendChild(document.createElement("cvml:group"))}}var x=O.style;var b=H.style;var D=G.convert(W.height),u=Math.ceil(D);var f=u/D;var e=W.minX,d=W.minY;b.height=u;b.top=Math.round(G.convert(d-r.ascent));b.left=Math.round(G.convert(e));x.height=G.convert(r.height)+"px";var K=R.enableTextDecoration?Cufon.CSS.textDecoration(s,m):{};var T=m.get("color");var v=Cufon.CSS.textTransform(U,m).split("");var C=0,c=0,L=null;var S,M,V=R.textShadow;for(var q=0,o=0,n=v.length;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(S){C+=L=~~(S.w||r.w)+g}}if(L===null){return null}var N=-e+C+(W.width-L);var w=G.convert(N*f),j=Math.round(w);var a=N+","+W.height,E;var X="r"+a+"nsnf";for(q=0;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(!S){continue}if(F){M=H.childNodes[o];if(M.firstChild){M.removeChild(M.firstChild)}}else{M=document.createElement("cvml:shape");H.appendChild(M)}M.stroked="f";M.coordsize=a;M.coordorigin=E=(e-c)+","+d;M.path=(S.d?"m"+S.d+"xe":"")+"m"+E+X;M.fillcolor=T;var t=M.style;t.width=j;t.height=u;if(V){var J=V[0],I=V[1];var Q=Cufon.CSS.color(J.color),P;var Z=document.createElement("cvml:shadow");Z.on="t";Z.color=Q.color;Z.offset=J.offX+","+J.offY;if(I){P=Cufon.CSS.color(I.color);Z.type="double";Z.color2=P.color;Z.offset2=I.offX+","+I.offY}Z.opacity=Q.opacity||(P&&P.opacity)||1;M.appendChild(Z)}c+=~~(S.w||r.w)+g;++o}x.width=Math.max(Math.ceil(G.convert(C*f)),0);return O}})());
Cufon.registerFont({"w":581,"face":{"font-family":"Numbers Indicia","font-weight":400,"font-stretch":"normal","units-per-em":"1024","panose-1":"2 11 6 0 5 3 2 2 2 4","ascent":"819","descent":"-205","bbox":"46.7127 -732.188 544.107 17","underline-thickness":"0","underline-position":"-256","unicode-range":"U+002E-U+0039"},"glyphs":{" ":{},".":{"d":"225,-66r0,0v-1,20,-8,38,-22,55v-15,17,-34,26,-58,27v-25,-1,-44,-10,-57,-27v-14,-17,-21,-35,-21,-55v0,-21,7,-39,21,-56v13,-17,32,-25,57,-26v24,1,43,9,58,26v14,17,21,35,22,56r0,0r0,0r0,-1r0,1","w":291},"0":{"d":"522,-348r0,0v-1,91,-22,173,-63,246v-41,74,-98,113,-169,118v-71,-5,-127,-44,-168,-118v-41,-73,-62,-155,-63,-246v1,-91,22,-173,63,-246v41,-74,97,-113,168,-117v71,4,128,43,169,117v41,73,62,155,63,246r0,0xm392,-348r0,0v-1,-132,-11,-218,-30,-259v-20,-40,-44,-58,-72,-54v-27,-4,-51,14,-71,54v-19,41,-29,127,-30,259v1,132,11,218,30,259v20,40,44,58,71,54v28,4,52,-14,72,-54v19,-41,29,-127,30,-259r0,0r0,0r0,-1r0,1"},"1":{"d":"505,-27r0,0v0,21,-4,31,-13,31r-71,-3r-110,-1r-111,1r-70,3v-10,0,-15,-10,-14,-31v-1,-15,5,-23,17,-24r61,3r45,-5v5,-3,8,-11,11,-23v3,-11,4,-34,4,-67r0,-99r0,-177r2,-90r5,-57r-64,40v-22,12,-39,18,-52,19v-15,-5,-26,-14,-31,-29v-15,-33,-9,-49,19,-50v53,-2,94,-12,121,-31v15,-5,25,-28,30,-69v2,-19,7,-31,14,-37v7,-7,22,-10,43,-9v35,-1,53,13,52,44r-13,70v-7,35,-12,74,-13,116r0,89r0,169r0,101r4,67v3,12,6,20,11,23r45,5r61,-3v12,1,18,9,17,24r0,0r0,0r0,-1r0,1"},"2":{"d":"509,-250r0,0v-11,84,-30,149,-58,195v-28,47,-63,70,-104,71v-49,-5,-90,-27,-121,-64v-31,-37,-55,-59,-70,-64v-15,1,-24,8,-27,21v-3,13,-5,29,-4,47r-2,43v-3,11,-11,17,-25,18v-17,0,-25,-12,-24,-37v4,-75,30,-137,78,-187r145,-147v48,-49,74,-108,78,-178v1,-33,-8,-62,-25,-86v-17,-24,-45,-37,-85,-38v-21,1,-37,6,-50,17v-13,11,-20,23,-20,36v2,11,10,24,23,37v14,13,22,30,24,52v0,23,-6,43,-19,59v-12,16,-31,24,-56,25v-24,-1,-43,-11,-56,-30v-13,-19,-20,-39,-21,-61v1,-56,20,-101,55,-136v35,-35,84,-53,145,-54v80,3,135,27,166,71v30,44,44,85,43,122v-2,57,-24,104,-65,140v-41,37,-89,73,-142,108v-53,35,-98,79,-135,132v22,-9,43,-12,64,-11r69,13v21,7,47,11,76,12v39,-3,64,-21,73,-54v10,-32,16,-58,18,-77v6,-15,16,-20,30,-17v15,3,22,10,22,22r0,0r0,0r0,-1r0,1"},"3":{"d":"507,-180r0,0v-1,53,-20,98,-58,136v-38,38,-91,58,-159,60v-61,-1,-111,-18,-149,-51v-38,-33,-58,-77,-59,-132v0,-23,7,-43,21,-61v14,-19,33,-29,58,-30v24,1,42,9,55,25v13,16,19,35,19,58v-2,22,-10,40,-24,53v-14,13,-22,26,-24,37v1,29,30,45,87,50v81,-2,120,-53,117,-154v0,-42,-11,-77,-34,-105v-23,-27,-58,-42,-104,-43r-68,8v-9,-1,-14,-12,-14,-33v0,-14,6,-22,18,-23r67,7v92,-2,137,-56,135,-161v1,-33,-9,-62,-28,-86v-19,-23,-49,-35,-89,-36v-45,4,-69,21,-72,50v2,11,10,24,25,37v14,13,22,30,24,53v0,23,-6,42,-19,58v-13,16,-31,24,-56,25v-25,-1,-44,-11,-57,-29v-14,-19,-21,-39,-21,-62v1,-55,19,-99,55,-132v36,-33,84,-49,145,-50v80,3,135,26,166,67v30,42,44,81,43,118v-4,84,-59,139,-166,166v61,15,105,37,130,67v25,31,37,68,36,113r0,0r0,0r0,-1r0,1"},"4":{"d":"544,-27r0,0v0,21,-5,31,-14,31r-70,-3r-111,-1r-110,1r-71,3v-9,0,-13,-10,-13,-31v-1,-15,5,-23,17,-24r60,3r46,-5v5,-3,8,-11,10,-23v3,-11,4,-34,4,-67r0,-83r-139,1r-88,3v-5,0,-10,-3,-15,-10v-5,-7,-4,-14,1,-23v39,-41,78,-94,117,-160v38,-67,59,-161,62,-283v2,-11,16,-19,41,-24r75,-7v25,1,39,4,41,11v-1,28,-15,69,-43,124v-27,55,-61,112,-101,171v-40,59,-79,109,-118,148r80,1r87,1r0,-117v3,-23,17,-49,41,-77v17,-20,33,-33,48,-38v15,-5,24,1,25,19r0,213r106,-4v12,1,18,8,17,22v-1,22,-6,33,-15,33r-108,-4r0,83v0,33,1,56,4,67v2,12,6,20,11,23r45,5r60,-3v13,1,19,9,18,24r0,0r0,0r0,-1r0,1"},"5":{"d":"507,-683r0,0v-1,26,-21,54,-60,85v-39,30,-95,46,-168,49r-65,-4r-23,2v-4,3,-6,12,-5,28r-2,71r0,60v19,-39,59,-60,121,-64v59,1,107,22,142,61v36,39,54,90,55,153v-1,67,-24,126,-67,177v-44,51,-100,78,-169,81v-58,-1,-104,-17,-137,-46v-33,-29,-50,-64,-51,-105v0,-23,7,-44,21,-62v13,-18,32,-28,57,-29v49,5,74,33,75,82v-2,22,-10,38,-24,47v-14,10,-22,21,-24,32v-3,18,23,28,78,30v78,-1,120,-62,125,-185v2,-45,-3,-87,-14,-127v-11,-39,-39,-60,-84,-63v-36,1,-61,14,-76,38v-15,23,-22,49,-21,77v1,9,-9,14,-28,14v-14,0,-21,-6,-22,-18r0,-96r-5,-132r-3,-96v-1,-66,18,-98,58,-95v43,1,77,20,103,56v21,32,46,48,75,49v19,0,34,-7,46,-21v13,-14,26,-34,40,-61v7,-9,17,-11,30,-6v13,5,21,11,22,18r0,0r0,0r0,-1r0,1"},"6":{"d":"521,-218r0,0v-1,67,-21,122,-60,166v-39,43,-89,66,-150,68v-49,2,-97,-23,-142,-74v-45,-51,-69,-142,-72,-272v4,-148,32,-249,84,-304v53,-55,103,-80,151,-77v44,1,80,15,108,43v28,28,43,62,44,103v-1,54,-26,83,-74,87v-43,0,-66,-19,-68,-58v3,-22,12,-37,28,-46v17,-9,26,-18,29,-29v0,-29,-22,-46,-65,-50v-29,2,-52,21,-69,57v-17,37,-30,77,-37,122v-8,45,-12,81,-12,108v30,-39,68,-59,114,-58v59,2,106,24,139,66v34,41,51,91,52,148r0,0xm401,-207r0,0v1,-41,-4,-80,-15,-117v-11,-36,-38,-55,-80,-58v-34,1,-65,24,-94,68v-4,186,32,281,108,284v23,1,42,-12,57,-39v15,-26,23,-72,24,-138r0,0r0,0r0,-1r0,1"},"7":{"d":"533,-691r0,0v-5,89,-25,164,-61,224v-37,61,-63,126,-80,195r-19,193v-5,60,-33,92,-83,96v-51,-5,-75,-37,-72,-95v1,-33,13,-75,36,-126v23,-51,49,-95,78,-132v27,-35,54,-74,80,-118v27,-44,43,-76,49,-97v-24,13,-47,19,-70,18r-76,-10r-79,-11v-37,5,-61,22,-72,51r-5,47r-3,72v-3,13,-12,19,-27,19v-16,-1,-24,-6,-23,-16r3,-84r-2,-129r-2,-86v2,-17,12,-24,29,-21v17,3,27,10,30,19r-6,45v-4,21,-5,44,-3,69v16,-17,30,-45,43,-83v13,-38,42,-59,89,-63v46,5,77,25,93,61v16,36,39,56,68,61v26,-3,38,-16,36,-41v-3,-25,-3,-46,-2,-63v5,-14,14,-20,28,-17v13,3,21,10,23,22r0,0r0,0r0,-1r0,1"},"8":{"d":"501,-547r0,0v-3,68,-40,123,-111,164v83,49,126,113,130,193v-1,57,-22,106,-62,145v-40,39,-92,59,-155,61v-71,-3,-124,-23,-160,-60v-36,-37,-54,-77,-54,-119v5,-87,49,-149,133,-186v-47,-33,-77,-66,-90,-97v-13,-32,-18,-60,-17,-83v2,-58,22,-103,61,-135v38,-31,81,-47,130,-47v63,2,112,20,145,54v33,35,50,71,50,110r0,0xm413,-150r0,0v2,-25,-7,-50,-28,-76v-20,-27,-62,-60,-127,-100v-51,35,-76,85,-75,151v0,39,11,72,32,99v22,27,52,40,91,41v66,-5,102,-44,107,-115r0,0xm218,-573r0,0v-3,18,3,39,16,63v14,24,54,58,119,103v40,-39,60,-83,61,-132v-1,-78,-35,-119,-101,-123v-32,1,-56,11,-71,30v-16,19,-24,39,-24,59r0,0r0,0r0,-1r0,1"},"9":{"d":"512,-365r0,0v-5,147,-34,248,-88,303v-53,55,-101,81,-142,78v-51,-1,-93,-16,-125,-44v-31,-28,-47,-62,-48,-103v1,-55,26,-84,75,-88v42,0,64,20,66,60v-2,21,-11,36,-28,45v-17,9,-26,18,-28,29v4,29,29,45,76,50v31,-2,56,-21,74,-57v18,-37,31,-77,39,-122v7,-45,11,-81,10,-109v-32,40,-72,60,-119,59v-59,-2,-105,-24,-138,-66v-33,-41,-49,-91,-50,-149v1,-66,22,-121,63,-165v40,-43,91,-66,152,-67v58,0,107,30,148,89v41,59,62,145,63,257r0,0xm396,-382r0,0v1,-92,-7,-162,-22,-210v-15,-49,-43,-73,-82,-73v-23,-1,-43,11,-59,38v-17,26,-25,72,-26,138v-1,41,3,80,13,117v11,36,37,55,78,58v35,-1,67,-24,98,-68r0,0r0,0r0,-1r0,1"},"\u00a0":{}}});
Cufon.replace('#julian');
