/*
 * 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}})());

Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"0,40r0,-323r86,0r0,36r-40,0r0,251r40,0v1,19,1,36,-18,36r-68,0","w":90},{"d":"53,36v-63,-69,-76,-207,-15,-288v9,-19,32,-21,49,-22v-57,81,-57,230,0,310r-34,0","w":91},{"d":"127,0v-4,-58,18,-149,-38,-149v-60,0,-36,91,-41,149r-48,0r0,-242v25,-2,48,1,48,24r0,56v19,-41,91,-34,113,2v22,35,10,106,13,160r-47,0","w":182},{"d":"34,-274v45,61,81,143,44,232v-12,30,-29,83,-78,77v58,-78,57,-232,0,-309r34,0","w":97},{"d":"0,-199v-3,-24,5,-42,25,-43r168,0r0,43r-71,0r0,199r-50,0r0,-199r-72,0","w":201},{"d":"-4,-121v0,-77,21,-125,89,-125v66,0,91,49,90,125v0,78,-21,125,-90,125v-66,0,-90,-44,-89,-125xm124,-120v0,-37,-4,-87,-39,-87v-35,0,-39,48,-39,86v0,39,4,87,39,87v35,0,39,-48,39,-86","w":183},{"d":"66,-34v31,0,46,-24,42,-60v-21,13,-67,6,-67,37v1,14,9,23,25,23xm154,-75v1,60,-39,79,-95,79v-35,-1,-63,-20,-63,-60v0,-48,37,-57,81,-61v21,-3,31,-10,31,-19v0,-23,-54,-23,-60,-3r-47,0v0,-69,155,-72,153,0r0,64","w":161},{"d":"190,-75v0,50,-33,76,-85,78r0,30r-26,0r0,-30v-51,-2,-80,-31,-83,-80r48,0v3,22,14,34,35,38v-2,-21,4,-49,-2,-66v-51,-8,-78,-19,-78,-71v0,-49,31,-68,80,-72v1,-9,-2,-23,1,-30v15,0,27,12,25,30v46,4,74,30,76,75r-28,0v-24,0,-24,-33,-48,-34r0,60v42,13,85,18,85,72xm105,-38v19,0,37,-10,36,-30v0,-11,-12,-21,-36,-29r0,59xm79,-208v-20,1,-32,11,-33,29v0,12,11,21,33,26r0,-55","w":198},{"d":"0,-220r137,75v20,8,19,36,0,47r-137,76v1,-16,-4,-35,8,-42r98,-53v4,-3,4,-6,0,-8r-106,-58r0,-37","w":158},{"d":"44,-94v0,54,45,73,73,40v10,-7,32,-3,48,-4v-9,39,-40,62,-84,62v-56,0,-85,-40,-85,-99v0,-108,148,-131,168,-35r-49,0v-6,-14,-16,-20,-33,-20v-30,0,-38,22,-38,56","w":172},{"d":"31,-221v-1,-17,-1,-31,18,-27r0,27v14,-5,30,-10,32,10r-25,7v7,9,19,28,-1,32r-15,-21v-6,11,-17,25,-30,10r15,-21r-25,-7v1,-17,17,-17,31,-10","w":84},{"d":"0,-249v17,1,39,-4,46,9r20,35r-23,0","w":68},{"d":"196,-152v-21,1,-33,15,-33,42r0,110r-48,0r0,-120v1,-20,-16,-32,-33,-32v-17,0,-33,11,-33,32r0,120r-49,0r0,-110v-9,-81,88,-99,140,-64v50,-35,138,-18,138,64r0,110v-25,2,-47,0,-49,-24v-3,-49,19,-128,-33,-128","w":291},{"d":"76,4v-50,0,-80,-19,-80,-66r48,0v0,20,17,29,38,28v35,0,42,-30,1,-37v-45,-8,-80,-16,-83,-60v-4,-61,92,-76,134,-44v15,11,20,27,21,46v-27,2,-46,1,-56,-18v-13,-9,-51,-11,-50,11v-3,9,27,20,49,21v39,11,64,16,64,55v0,46,-35,64,-86,64","w":169},{"d":"82,4v-55,-4,-86,-27,-86,-81r47,0v0,27,13,41,39,41v25,0,39,-13,40,-37v1,-28,-25,-41,-55,-36r0,-34v54,12,65,-63,15,-64v-25,0,-35,14,-35,38v-23,0,-51,4,-43,-25v9,-34,39,-52,80,-52v45,0,81,24,81,66v1,25,-14,39,-30,48v74,33,33,143,-53,136","w":182},{"d":"0,44v-4,-20,23,-20,21,-39v2,-7,-13,-4,-20,-5v1,-17,-5,-39,14,-39r24,0v2,41,1,80,-39,83","w":40},{"d":"22,0r134,-232v6,-15,27,-9,46,-10r-140,242r-40,0xm224,-59v0,-26,-24,-50,-50,-50v-28,0,-50,24,-50,50v0,26,23,50,50,50v26,0,50,-24,50,-50xm0,-184v0,-27,24,-49,50,-49v26,0,50,23,50,49v0,27,-23,50,-50,50v-27,0,-50,-22,-50,-50xm75,-184v0,-12,-12,-23,-25,-23v-13,0,-25,10,-25,23v0,14,11,25,25,25v14,0,25,-12,25,-25xm150,-59v0,-14,10,-25,24,-25v13,0,24,12,24,25v0,13,-11,25,-24,25v-15,0,-24,-11,-24,-25","w":234},{"d":"72,-119v-73,-5,4,-142,-72,-125v-6,-32,12,-40,41,-33v77,-4,-10,150,82,141r0,35v-50,-7,-48,38,-45,85v4,52,-31,60,-78,56r0,-35v76,16,0,-120,72,-124","w":128},{"d":"172,69v-25,2,-48,-1,-48,-24r0,-70v-11,18,-28,29,-54,29v-48,0,-74,-44,-74,-99v0,-57,26,-97,84,-96v50,1,92,25,92,85r0,175xm84,-150v-29,0,-40,25,-40,57v0,30,12,55,39,55v28,0,41,-23,41,-55v1,-32,-11,-56,-40,-57","w":180},{"d":"181,0r-57,0r-33,-59r-34,59r-57,0r61,-96r-57,-91r54,0r32,56r36,-60v7,-20,38,-11,63,-13r-70,108","w":198},{"d":"80,-191v49,0,83,22,83,81r0,110v-25,1,-48,0,-48,-24v0,-49,18,-127,-33,-128v-17,1,-33,11,-33,32r0,120r-49,0r0,-110v-3,-58,34,-81,80,-81","w":170},{"d":"205,-121v-2,80,-35,124,-123,121r-82,0r0,-217v1,-38,58,-24,95,-25v77,-2,112,43,110,121xm155,-121v-2,-49,-14,-78,-60,-79r-46,0r0,156v68,4,109,-7,106,-77","w":215},{"d":"131,-198v-50,-8,-138,28,-128,-44r189,0r0,42r-132,156r129,0r0,44r-189,0r0,-42","w":201},{"d":"86,-121v-24,0,-39,17,-38,41v0,27,13,45,39,45v25,0,37,-18,37,-45v0,-25,-14,-41,-38,-41xm132,-184v-20,-2,-19,-25,-45,-23v-29,2,-40,27,-40,64v45,-41,128,-6,128,61v0,51,-35,87,-88,86v-66,-1,-91,-46,-91,-119v0,-101,75,-164,150,-114v15,10,21,26,23,45r-37,0","w":183},{"d":"0,-131v0,-16,-2,-34,15,-33r144,0r0,33r-159,0xm0,-77v0,-16,-2,-32,15,-32r144,0r0,32r-159,0","w":166},{"d":"92,-242v36,-2,62,-1,62,40r0,108r29,0r0,40r-29,0r0,54r-49,0r0,-54r-105,0r0,-44xm106,-92r0,-107r-67,107r67,0","w":191},{"d":"167,-127v63,45,18,141,-67,133v-60,-6,-96,-26,-100,-81r49,0v-2,47,96,55,99,9v0,-15,-22,-28,-64,-37v-50,-11,-76,-19,-80,-73v-6,-77,113,-92,159,-53v17,14,24,34,25,57v-23,0,-44,4,-51,-15v-10,-29,-87,-30,-85,8v2,34,90,34,115,52","w":206},{"d":"138,0r-50,0r0,-90r-88,-152r61,0r51,104r42,-90v8,-20,37,-13,63,-14r-79,152r0,90","w":227},{"d":"58,-97v-40,26,1,80,38,58v6,-2,12,-6,18,-12r-44,-55xm85,-207v-32,1,-16,40,-2,49v20,-6,35,-47,2,-49xm-4,-64v5,-39,20,-55,50,-72v-10,-14,-24,-28,-24,-49v0,-36,28,-57,64,-58v34,0,60,21,60,54v0,32,-18,46,-40,60r35,43v7,-9,11,-29,12,-41v19,0,44,-4,40,19v-4,21,-15,41,-26,55r45,53r-57,0r-16,-20v-37,43,-151,27,-143,-44","w":222},{"d":"207,0r-49,0r-29,-134r-28,134r-50,0r-51,-187r48,0r29,129r27,-129r50,0r25,129r26,-112v4,-21,30,-17,54,-17","w":271},{"d":"53,0v5,55,-9,84,-69,78r0,-41v24,5,20,-17,20,-37r0,-187v26,-2,49,1,49,24r0,163xm4,-242v32,-3,55,4,49,39r-49,0r0,-39","w":63},{"d":"0,44v-2,-18,5,-31,20,-31r163,0r0,31r-183,0","w":191},{"d":"27,-139v5,-33,25,-52,68,-45r20,-58v17,-1,34,0,36,13v3,21,-4,31,-8,45r33,0r19,-58v17,0,38,-1,38,13v0,21,-5,31,-9,45r43,0r-15,45r-43,0r-11,35r42,0r-14,46r-44,0r-20,58r-47,0r19,-58r-33,0r-19,58r-49,0r20,-58r-53,0v6,-32,24,-53,68,-46r11,-35r-52,0xm160,-139r-32,0r-12,35r33,0","w":280},{"d":"0,44v-4,-20,23,-20,21,-39v2,-7,-13,-4,-20,-5v1,-17,-5,-39,14,-39r24,0v2,41,1,80,-39,83xm1,-124v-2,-19,21,-15,38,-15r0,39r-38,0r0,-24","w":40},{"d":"105,-77v0,31,33,40,52,20v18,-18,42,-88,-4,-90v-29,-1,-48,38,-48,70xm208,-21v-21,1,-35,-9,-35,-28v-20,43,-112,33,-103,-29v-7,-64,77,-126,119,-72r9,-16v23,0,27,7,23,25r-19,81v0,9,5,13,16,11v38,-6,55,-41,56,-82v2,-55,-51,-91,-110,-90v-87,2,-132,51,-139,131v-9,112,153,138,226,79v7,47,-51,57,-99,57v-93,0,-156,-46,-156,-136v0,-100,70,-159,169,-159v78,0,139,42,139,119v0,61,-37,105,-96,109","w":319},{"d":"0,-77v0,-16,-2,-34,15,-33r48,0r0,-63v16,0,34,-2,33,15r0,48r63,0r0,33r-63,0r0,63r-33,0r0,-63r-63,0","w":166},{"d":"111,-39v32,0,49,-17,56,-45r49,0v-4,57,-47,90,-108,90v-76,0,-112,-48,-112,-127v-1,-82,38,-127,116,-128v61,0,99,31,104,87v-24,0,-47,4,-54,-15v-7,-17,-26,-27,-50,-27v-47,0,-66,33,-66,83v1,48,19,82,65,82","w":226},{"d":"84,0r-84,-242r56,0r51,181r47,-163v4,-24,34,-17,60,-18r-83,242r-47,0","w":224},{"w":80},{"d":"71,0r-71,-243v14,1,26,-3,30,10r68,233r-27,0","w":103},{"d":"36,0v5,-82,40,-144,86,-200r-122,0r0,-42r160,0v24,-2,29,23,16,37v-46,50,-83,120,-88,205r-52,0","w":194},{"d":"113,-205v-47,0,-67,34,-67,84v0,50,21,84,67,84v45,0,68,-36,68,-84v0,-48,-22,-84,-68,-84xm113,6v-74,0,-117,-51,-117,-127v0,-76,45,-128,117,-128v72,0,118,52,118,128v0,76,-45,127,-118,127","w":242},{"d":"0,-24v-1,-19,22,-14,39,-15r0,39r-39,0r0,-24","w":40},{"d":"4,-187v26,-2,49,1,49,24r0,163r-49,0r0,-187xm4,-242v32,-3,55,4,49,39r-49,0r0,-39","w":55},{"d":"0,-245v-1,-19,1,-36,18,-36r68,0r0,323r-86,0r0,-36r40,0r0,-251r-40,0","w":90},{"d":"1,-183v13,-87,177,-81,171,14v-4,60,-48,74,-89,104v-12,8,-19,15,-20,22r106,0r0,43r-173,0v-3,-80,70,-105,112,-141v25,-21,11,-63,-24,-63v-27,0,-40,19,-39,47v-23,0,-49,5,-44,-26","w":180},{"d":"122,-82v0,-43,-56,-59,-73,-27r-45,-2r16,-132r118,0v19,1,27,20,24,43r-107,0r-6,47v51,-35,125,5,125,69v0,79,-100,113,-155,69v-16,-12,-22,-32,-23,-55r48,0v0,21,14,34,37,34v29,0,41,-17,41,-46","w":182},{"d":"53,-70v-10,-60,46,-59,54,-104v5,-35,-42,-41,-58,-23v-6,7,-10,17,-10,30v-25,-2,-43,7,-43,-21v0,-65,104,-76,144,-35v28,29,14,88,-13,104v-17,10,-32,20,-30,49r-44,0xm51,-30v-2,-24,27,-18,49,-19r0,49r-49,0r0,-30","w":164},{"d":"22,-234v28,-37,61,4,76,27r-28,0r-21,-24v-12,13,-21,28,-49,24","w":103},{"d":"80,-226v6,-23,37,-14,63,-16r88,242r-52,0r-17,-50r-94,0r-15,50r-53,0xm115,-193r-33,102r67,0","w":242},{"d":"27,66r0,-39v23,1,47,-1,38,-28r-65,-186r54,0r38,132r33,-115v4,-22,32,-16,56,-17r-71,213v-10,36,-37,47,-83,40","w":189},{"d":"150,-29v-34,51,-134,35,-148,-22v-20,-85,25,-163,115,-135v52,16,64,109,33,157xm112,-132v-26,-39,-79,-7,-68,40v-6,49,40,72,67,39v11,-13,11,-64,1,-79","w":175},{"d":"174,-90v-35,3,-62,-2,-55,-41r100,0r0,131v-25,3,-38,-7,-40,-29v-14,22,-36,35,-70,35v-71,0,-113,-54,-113,-128v0,-140,198,-175,223,-45v-23,-1,-47,5,-56,-13v-8,-15,-27,-25,-51,-25v-44,0,-66,36,-66,83v0,86,112,119,128,32","w":229},{"d":"147,-22r-138,-75v-18,-9,-16,-39,1,-48r137,-75v-1,15,4,34,-8,41r-98,54v-4,3,-4,6,0,8r106,57r0,38","w":153},{"d":"0,0r76,-124r-76,-118r58,0r49,84r42,-72v9,-19,40,-10,65,-12r-76,118r76,124r-57,0r-50,-84r-49,84r-58,0","w":224},{"d":"70,-191v27,-1,43,13,54,29r0,-81v25,-3,47,2,48,24r0,137v3,61,-41,86,-92,86v-58,0,-84,-38,-84,-97v0,-54,26,-97,74,-98xm83,-149v-26,0,-39,23,-39,54v0,34,11,58,40,58v29,0,41,-25,40,-58v0,-30,-13,-54,-41,-54","w":180},{"d":"0,-285v0,-16,14,-24,33,-22r0,370r-33,0r0,-348","w":34},{"d":"78,-176v2,23,-8,37,-30,35r0,141r-48,0r0,-193v-3,-45,33,-55,78,-48r0,39v-21,-2,-35,-1,-30,26r30,0","w":81},{"d":"0,-216v0,-24,24,-30,51,-27r0,152v-1,37,12,54,46,54v34,0,48,-17,47,-54r0,-152r50,0r0,157v0,61,-34,92,-97,92v-63,0,-97,-31,-97,-92r0,-130","w":203},{"d":"143,-148v3,23,-5,41,-25,41r-69,0r0,62r127,0r0,45r-176,0r0,-217v-1,-14,12,-25,25,-25r151,0r0,42r-127,0r0,52r94,0"},{"d":"0,-217v0,-24,25,-29,52,-26r98,167r0,-167r50,0r0,243r-52,0r-99,-167r0,167r-49,0r0,-217","w":209},{"d":"20,-224v40,-36,148,-27,148,43v0,25,-13,42,-29,51v21,13,36,27,35,58v0,50,-35,76,-90,76v-54,0,-89,-23,-88,-76v0,-32,12,-46,36,-58v-34,-9,-39,-70,-12,-94xm46,-73v-1,25,19,39,46,36v17,-2,33,-17,32,-36v-1,-23,-17,-37,-40,-37v-23,0,-37,13,-38,37xm120,-177v0,-17,-16,-30,-36,-30v-20,0,-35,12,-35,30v0,19,12,29,35,29v22,0,36,-10,36,-29","w":182},{"d":"45,-249v5,26,-31,20,-24,47v3,3,16,2,23,2v-1,18,6,41,-16,41r-28,0v-3,-47,1,-85,45,-90xm115,-249v5,24,-26,19,-24,42v-3,10,15,6,24,7v-1,19,5,41,-17,41r-28,0v-3,-47,2,-84,45,-90","w":120},{"d":"82,-246v66,0,93,49,93,120v0,77,-29,130,-98,130v-36,0,-68,-14,-72,-48v-2,-19,29,-13,47,-14v2,30,47,31,60,7v6,-11,10,-26,11,-47v-43,38,-127,7,-127,-62v0,-53,33,-86,86,-86xm45,-162v-5,47,69,59,76,12v4,-30,-9,-57,-39,-57v-26,0,-35,21,-37,45","w":183},{"d":"84,-37v24,2,25,-21,46,-21r35,0v-9,39,-40,62,-84,62v-56,0,-85,-40,-85,-99v0,-57,29,-95,84,-96v62,-1,94,44,87,110r-121,0v0,28,13,43,38,44xm117,-112v4,-37,-37,-49,-61,-29v-8,6,-10,17,-10,29r71,0","w":175},{"d":"0,-217v0,-23,24,-27,50,-25r0,197r118,0r0,45r-168,0r0,-217","w":175},{"d":"105,-137v-35,-3,-56,7,-56,41r0,96r-49,0r0,-91v0,-67,38,-97,105,-96r0,50","w":110},{"d":"145,0v-15,-39,10,-94,-42,-94r-53,0r0,94r-50,0r0,-217v4,-42,75,-22,117,-25v49,-3,78,21,78,68v1,31,-12,50,-36,58v35,9,30,55,32,100v1,8,5,14,9,16r-55,0xm146,-168v0,-44,-55,-30,-96,-32r0,64v41,-2,96,11,96,-32","w":209},{"d":"71,-243r27,0r-68,234v-2,12,-17,9,-30,9","w":103},{"d":"115,0r-50,0r-65,-187r52,0r37,131r33,-114v6,-23,33,-16,59,-17","w":189},{"d":"0,-217v0,-23,24,-27,50,-25r0,242r-50,0r0,-217","w":52},{"d":"70,0r-70,-242r51,0r42,171r35,-171r53,0r35,171r37,-153v3,-22,31,-18,56,-18r-69,242r-48,0r-37,-186r-38,186r-47,0","w":323},{"d":"143,-148v3,23,-5,41,-25,41r-69,0r0,107r-49,0r0,-217v-1,-14,12,-25,25,-25r151,0r0,42r-127,0r0,52r94,0"},{"w":80},{"d":"2,-242v25,-1,49,0,49,23r0,219r-49,0r0,-242","w":59},{"d":"185,-164v1,48,-26,79,-74,78r-61,0r0,86r-50,0r0,-217v3,-41,68,-25,108,-25v51,0,76,27,77,78xm136,-165v0,-42,-45,-36,-86,-35r0,70v40,-1,86,9,86,-35","w":194},{"d":"231,-121v-1,36,-9,65,-26,84r27,25v-9,11,-25,28,-41,14r-14,-13v-17,12,-38,17,-64,17v-74,0,-117,-51,-117,-127v0,-76,45,-128,117,-128v72,0,120,52,118,128xm46,-121v0,62,41,100,96,77r-25,-24v10,-20,40,-22,53,-3v25,-50,8,-134,-57,-134v-47,0,-67,34,-67,84","w":243},{"d":"66,-249r-43,44r-23,0v12,-14,13,-39,34,-44r32,0","w":68},{"d":"78,6v-60,1,-84,-30,-78,-97r49,0v-1,29,-4,59,28,56v23,-1,28,-11,28,-38r0,-144v0,-23,24,-28,50,-25r0,171v4,59,-27,76,-77,77","w":162},{"d":"83,-186v3,22,-8,35,-29,33r0,104v-1,14,15,12,29,12r0,37v-33,0,-77,8,-77,-35r0,-207v25,-2,48,1,48,24r0,32r29,0","w":87},{"d":"172,-6v3,60,-41,85,-92,85v-43,0,-70,-21,-80,-61r51,0v10,19,47,27,62,4v7,-10,12,-25,11,-45v-22,40,-93,28,-113,-10v-31,-59,-14,-164,69,-158v50,4,92,25,92,86r0,99xm84,-150v-54,0,-50,103,-12,112v54,12,64,-64,39,-99v-6,-8,-15,-13,-27,-13","w":180},{"d":"0,-74v-4,-27,6,-46,34,-38v20,5,48,24,64,3v9,58,-45,26,-81,22v-7,0,-13,5,-17,13","w":101},{"d":"198,-74v0,91,-109,73,-198,74r0,-217v4,-42,73,-19,114,-25v74,-11,103,84,47,111v22,10,37,25,37,57xm140,-174v1,-38,-56,-23,-92,-26r0,52v36,-3,91,11,92,-26xm147,-75v0,-45,-58,-29,-99,-32r0,63v41,-3,99,13,99,-31","w":208},{"d":"0,-217v0,-23,24,-27,50,-25r0,90r100,0r0,-90r50,0r0,242r-50,0r0,-108r-100,0r0,108r-50,0r0,-217","w":210},{"d":"0,-217v0,-23,24,-27,50,-25r0,99r94,-99r63,0r-97,98r105,144r-60,0r-61,-86v-15,-23,-44,-22,-44,1r0,85r-50,0r0,-217","w":225},{"d":"0,-49v-1,-18,22,-14,39,-14r0,39r-39,0r0,-25xm0,-148v-1,-19,22,-14,39,-15r0,39r-39,0r0,-24","w":40},{"d":"0,-217v0,-23,24,-27,50,-25r-9,174r-33,0xm1,-30v-2,-24,26,-19,48,-19r0,49r-48,0r0,-30","w":52},{"d":"0,-242v25,-2,49,1,49,23r0,101r60,-69r59,0r-67,72r68,115r-59,0r-35,-63v-9,-19,-20,-21,-26,-8r0,71r-49,0r0,-242","w":177},{"d":"51,-119v72,5,-5,142,72,124v4,25,-8,41,-32,35v-47,3,-49,-47,-46,-99v1,-30,-14,-47,-45,-42r0,-35v50,6,48,-39,45,-85v-4,-54,32,-61,78,-57r0,35v-75,-20,-1,121,-72,124","w":128},{"d":"101,-148v-41,-4,-104,18,-95,-39r153,0r0,40r-99,106r102,0r0,41r-162,0r0,-37","w":170},{"d":"55,-242v23,-3,39,6,39,25r0,217r-48,0r0,-163r-46,0r0,-35v26,-1,50,-19,55,-44","w":98},{"d":"101,4v-26,0,-42,-11,-53,-29v-3,45,17,107,-48,94r0,-175v-3,-60,41,-84,91,-85v57,-1,85,39,85,96v0,54,-27,99,-75,99xm89,-38v26,0,39,-26,39,-55v0,-32,-12,-57,-41,-57v-28,0,-39,24,-39,57v0,33,13,55,41,55"},{"d":"82,-35v84,0,-27,-169,81,-152r0,110v2,60,-34,81,-83,81v-46,0,-80,-22,-80,-81r0,-110r49,0r0,119v-2,21,15,33,33,33","w":170},{"d":"0,-74v0,-20,-2,-39,19,-39r78,0r0,39r-97,0","w":101},{"d":"0,-217v0,-32,41,-26,74,-26r48,185r47,-185r74,0r0,243r-46,0r0,-195r-49,195r-52,0r-50,-195r0,195r-46,0r0,-217","w":255},{"d":"0,-243v25,-2,48,1,48,24r0,57v9,-16,26,-30,53,-29v48,0,75,46,75,98v0,57,-27,98,-85,97v-50,-2,-91,-26,-91,-86r0,-161xm87,-37v29,0,41,-25,41,-58v0,-30,-13,-54,-39,-54v-29,0,-41,23,-41,54v0,35,10,58,39,58"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+393-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("B!LOPfJ+:xmCBDZ>%fY^a!amINJOLfmCIN_^:x#hLp4q86+?x^WzBpQ)8$Qe8^uAPI,6(DpmRIWC#YzN}y#yx$Ln:Z4i-+w[QOLR%yw)8yXRI;%}(fZ%,idTIoYMP+R4x!#4LZpYyiWRaiZZyS_$IDmN$p%!a!kQd$%B%!%eQoW(-?Y[3nzkRSdgyxa?(hJ)P!Z+BDa?B$ku}ywqR;O?(hwqP;O)(fkZPf%+:Dkh}xaCL?MhPSZ):S,m3n+>:x8z8?M7:6+7I?AT-h%n%O)CBy4z}6zCBO)CRNYo8NmnIDMiPO)C%xqu_Dmu(h#ZRnQzP!miwXD;.Y!Sa_B(,J-}Q#$ydpxI8L:PR%3tAW?ioZfhzuF[qgC7)k^6+ONnjM@>4meT8I#uPNjC:!m6%!MWPxduBxL7R?A>:ykq-^q[:$ZhxNJP:pO%}IXP:pOmB$Au")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":184,"face":{"font-family":"harabara","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 3 5 3 2 2 2 4","ascent":"288","descent":"-72","bbox":"-16 -307.302 309 79","underline-thickness":"0","underline-position":"0","unicode-range":"U+0020-U+007E"}}));

Cufon.replace('h4');
Cufon.now();
