
jQuery.noConflict();

// 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}})());
// Copyright:  Copyright 2009 International Typeface Corporation. All rights reserved. Trademark:  "ITC" is a trademark of International Typeface Corporation Registered in the  U.S. Patent and Trademark Office and may be registered in certain jurisdictions;  "Chino" is a trademark of International Type Corporation and may be registered  in certain jurisdictions. Full name:  ChinoITCPro-BlackItalic Description:  Please review the description of this font at http://www.itcfonts.com. Manufacturer:  International Typeface Corporation. Designer:  Hannes von Döhren Vendor URL:  http://www.itcfonts.com License information:  http://www.itcfonts.com
Cufon.registerFont({"w":396,"face":{"font-family":"Chino","font-weight":900,"font-style":"italic","font-stretch":"normal","units-per-em":"720","panose-1":"2 11 9 4 4 2 4 9 4 4","ascent":"557","descent":"-163","x-height":"9","bbox":"-56 -569 706 158","underline-thickness":"36","underline-position":"-54","slope":"-8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":180},"!":{"d":"263,-500r-59,251v-9,39,-8,52,-8,52v0,0,-24,5,-54,5v-34,0,-55,-11,-54,-52r14,-256r1,-4r161,0xm202,-68v-7,48,-40,75,-90,75v-58,0,-77,-27,-70,-75v6,-41,33,-75,94,-75v42,0,72,30,66,75","w":264},"\"":{"d":"67,-504r92,0r-8,57r-33,102r-73,0xm197,-504r92,0r-7,57r-34,102r-74,0","w":255},"#":{"d":"76,-299r10,-73r95,0r52,-132r81,0r-1,6r-50,126r70,0r51,-132r81,0r-1,6r-49,126r90,0r-10,73r-108,0r-29,76r88,0r-10,72r-106,0r-58,151r-82,0r1,-6r57,-145r-68,0r-59,151r-81,0r1,-6r58,-145r-82,0r10,-72r98,0r30,-76r-79,0xm236,-299r-29,76r69,0r29,-76r-69,0","w":494},"$":{"d":"15,-22r30,-104v0,0,52,16,103,16v39,0,61,-19,64,-40v3,-22,-17,-40,-61,-62v-63,-32,-104,-74,-95,-139v12,-89,60,-141,148,-156r0,-1r9,-61r71,0r-8,59v64,3,108,20,108,20r-34,107v0,0,-44,-10,-84,-10v-40,0,-56,19,-60,42v-3,21,20,35,60,52v56,24,119,65,107,149v-12,80,-73,140,-169,154r-10,64r-71,0r9,-62v-81,-5,-117,-28,-117,-28","w":388,"k":{"x":18,"v":18,"X":14,"V":32,"C":7,"T":25,"W":22,"Y":32,"f":11,"t":11,"w":25,"y":25,"\"":25,"*":25,"'":25,"A":7,"Z":18,",":11,".":11,"z":7}},"%":{"d":"153,-377v19,0,37,-13,40,-35v3,-21,-12,-33,-31,-33v-19,0,-37,12,-40,33v-3,22,12,35,31,35xm143,-311v-55,0,-98,-36,-89,-101v9,-64,62,-99,117,-99v55,0,99,35,90,99v-9,65,-63,101,-118,101xm381,-62v22,0,38,-13,42,-37v4,-24,-10,-36,-32,-36v-21,0,-39,12,-43,36v-4,24,12,37,33,37xm371,7v-59,0,-104,-38,-95,-106v9,-68,65,-105,124,-105v59,0,104,37,95,105v-9,68,-65,106,-124,106xm70,-6r325,-498r62,0r-1,6r-325,498r-62,0","w":524},"&":{"d":"528,-204r-48,0v-3,55,-58,213,-247,213v-138,0,-211,-74,-198,-166v12,-88,103,-113,103,-113r1,-1v0,0,-67,-28,-55,-117v12,-71,74,-123,173,-123v76,0,146,29,146,29r-37,102v0,0,-33,-15,-82,-15v-32,0,-56,10,-59,34v-5,32,25,53,57,53r15,0r-15,105r-17,0v-39,0,-73,13,-77,50v-3,27,14,46,59,46v81,0,105,-92,104,-201r195,0v23,0,27,19,22,56v-4,27,-11,51,-11,51v0,0,-9,-3,-29,-3","w":572},"(":{"d":"165,-180v-25,178,55,291,55,291v0,0,-82,46,-83,47v0,0,-133,-110,-101,-339v32,-229,196,-338,196,-338v1,1,70,47,70,47v0,0,-113,114,-137,292","w":261},")":{"d":"106,-180v24,-178,-54,-292,-54,-292v0,0,82,-46,83,-47v0,0,132,109,100,338v-32,229,-195,339,-195,339v-1,-1,-70,-47,-70,-47v0,0,111,-113,136,-291","w":261},"*":{"d":"287,-314r-76,46r-36,-62r-4,0r-49,60r-64,-43r60,-58r-1,-3r-73,-19r37,-75r72,30r3,-3r5,-75r83,0r-17,78r2,2r83,-31r10,75r-78,20r-1,2","w":298},"+":{"d":"24,-190r12,-86r118,0r17,-117r96,0r-16,117r120,0r-12,86r-120,0r-17,119r-97,0r18,-119r-119,0"},",":{"d":"12,131r5,-72v37,1,62,-24,66,-50v-40,4,-67,-7,-59,-62v6,-41,30,-72,81,-72v58,0,70,46,63,99v-17,123,-90,158,-156,157","w":220,"k":{"F":11}},"-":{"d":"34,-191r11,-85r212,0r-11,85r-212,0","w":266},".":{"d":"179,-68v-7,48,-40,75,-90,75v-58,0,-76,-27,-69,-75v6,-41,33,-75,94,-75v42,0,71,30,65,75","w":220,"k":{"F":11}},"\/":{"d":"4,-6r188,-498r88,0r-1,6r-186,498r-89,0r0,-6","w":235},"0":{"d":"11,-246v24,-173,80,-252,224,-252v137,0,173,79,149,252v-24,174,-76,255,-220,255v-137,0,-177,-81,-153,-255xm150,-246v-13,96,-12,137,31,137v41,0,52,-41,65,-137v14,-94,14,-135,-27,-135v-43,0,-55,41,-69,135"},"1":{"d":"40,-123r93,1r18,-127v6,-45,25,-95,25,-95r-2,-1v0,0,-48,29,-93,43r-25,8r-19,-103r192,-93r101,0r-51,368r95,0r-18,122r-335,0"},"2":{"d":"230,-323v4,-31,-16,-57,-59,-57v-35,0,-102,20,-102,20r-13,-97v0,0,82,-41,171,-41v110,0,175,64,163,155v-14,97,-127,166,-207,234r0,2v0,0,40,-17,93,-17r80,0r-17,124r-335,0r13,-93v109,-110,204,-164,213,-230"},"3":{"d":"294,-264r0,2v0,0,92,31,80,115v-13,91,-98,156,-211,156v-92,0,-157,-26,-157,-26r34,-104v0,0,44,14,95,14v50,0,81,-19,85,-46v6,-37,-35,-42,-93,-42r-24,0r14,-105r23,0v43,0,95,-16,99,-48v4,-24,-24,-34,-60,-34v-45,0,-99,16,-99,16r-7,-102v0,0,82,-30,170,-30v91,0,154,52,145,123v-13,89,-94,111,-94,111"},"4":{"d":"330,0r-131,0r16,-117r-215,0r9,-66r98,-307r128,0r-1,8r-68,250r66,0r14,-98r12,-44r125,0r-20,142r34,0r-17,115r-34,0"},"5":{"d":"131,-202v-38,0,-68,3,-68,3r-14,-9r55,-282r286,0r-16,116r-170,0r-12,66v0,0,17,-1,29,-1v94,0,172,45,158,147v-14,96,-99,171,-221,171v-89,0,-153,-23,-153,-23r32,-106v0,0,52,14,96,14v47,0,86,-17,90,-49v4,-35,-28,-47,-92,-47"},"6":{"d":"9,-210v19,-131,144,-314,374,-282r-4,105v-164,-19,-214,115,-214,115r1,1v0,0,42,-42,99,-42v77,0,136,61,123,153v-14,101,-102,169,-208,169v-122,0,-192,-67,-171,-219xm202,-202v-18,0,-44,13,-44,13v0,0,-3,12,-6,26v-6,45,11,68,41,68v29,0,48,-22,52,-50v5,-37,-19,-57,-43,-57"},"7":{"d":"-1,0r1,-13r168,-290v33,-58,70,-79,70,-79r-1,-3v0,0,-30,11,-93,11r-121,0r16,-116r358,0r-10,77r-241,413r-147,0"},"8":{"d":"188,-96v30,0,51,-23,55,-49v6,-51,-39,-65,-39,-65v0,0,-53,14,-59,65v-4,26,11,49,43,49xm183,-362v-5,40,37,49,37,49v0,0,44,-9,50,-49v2,-18,-11,-35,-38,-35v-28,0,-46,17,-49,35xm174,9v-116,0,-187,-52,-173,-148v14,-99,111,-134,111,-134r0,-1v0,0,-63,-27,-52,-100v10,-75,85,-124,185,-124v92,0,162,41,150,124v-11,73,-80,100,-80,100r0,1v0,0,86,35,72,134v-14,96,-98,148,-213,148"},"9":{"d":"384,-274v-19,138,-139,310,-370,278r3,-106v164,19,213,-101,213,-101r-1,-1v0,0,-39,28,-87,28v-81,0,-146,-58,-132,-155v14,-97,94,-167,207,-167v120,0,186,85,167,224xm194,-279v19,0,46,-13,46,-13v0,0,6,-12,8,-26v6,-44,-12,-66,-46,-66v-31,0,-51,21,-55,48v-5,37,20,57,47,57"},":":{"d":"169,-60v-6,43,-35,67,-80,67v-51,0,-67,-24,-61,-67v5,-37,29,-66,83,-66v39,0,64,26,58,66xm203,-301v-6,43,-35,67,-80,67v-51,0,-67,-24,-61,-67v5,-37,29,-66,83,-66v39,0,64,26,58,66","w":220},";":{"d":"200,-301v-6,43,-35,67,-80,67v-51,0,-67,-24,-61,-67v5,-37,29,-66,83,-66v39,0,64,26,58,66xm12,131r5,-72v37,1,62,-24,66,-50v-40,4,-67,-7,-59,-62v6,-41,30,-72,81,-72v58,0,70,46,63,99v-17,123,-90,158,-156,157","w":220},"<":{"d":"280,-174r88,78r-1,6r-155,0r-165,-114r8,-57r198,-115r155,0r-1,5r-111,81v-71,49,-129,57,-129,57r-1,3v0,0,57,6,114,56"},"=":{"d":"54,-359r335,0r-12,86r-335,0xm30,-189r334,0r-11,86r-335,0"},">":{"d":"37,-96r110,-80v71,-50,130,-57,130,-57r1,-2v0,0,-56,-9,-114,-58r-88,-78r1,-5r156,0r164,115r-8,57r-197,114r-155,0r0,-6"},"?":{"d":"341,-401v-12,84,-128,117,-136,175v-2,12,1,24,1,24v0,0,-19,8,-51,8v-40,0,-66,-19,-61,-55v9,-61,86,-87,90,-118v3,-17,-7,-23,-36,-23v-38,0,-87,16,-87,16r-5,-106v0,0,67,-31,148,-31v95,0,146,46,137,110xm212,-68v-7,48,-39,75,-90,75v-57,0,-76,-27,-69,-75v6,-41,33,-75,93,-75v43,0,72,30,66,75","w":319},"@":{"d":"290,7v-86,0,-123,-64,-106,-182v17,-124,91,-199,170,-199v64,0,84,47,84,47r2,0r19,-33r72,0r-36,248v-4,28,6,41,23,41v34,0,74,-64,88,-160v18,-130,-65,-207,-206,-207v-135,0,-261,83,-283,241v-15,107,31,171,31,171r-72,51v0,0,-66,-72,-46,-219v29,-204,203,-317,380,-317v176,0,304,106,280,278v-20,140,-109,240,-223,240v-77,0,-80,-40,-80,-40r-2,-1v0,0,-35,41,-95,41xm366,-99r23,-159v0,0,-7,-12,-21,-12v-20,0,-40,32,-49,95v-9,67,-5,94,16,94v19,0,31,-18,31,-18","w":711,"k":{"X":18,"V":32,"T":32,"W":18,"Y":54}},"A":{"d":"292,0r-13,-89r-114,0r-38,89r-144,0r1,-7r213,-497r160,0r74,497r-1,7r-138,0xm274,-186r-5,-39v-11,-81,-3,-167,-3,-167r-2,0v0,0,-18,86,-51,167r-14,39r75,0","w":458,"k":{"v":25,"q":11,"V":47,"Q":18}},"B":{"d":"287,-356v5,-35,-12,-48,-41,-48v-17,0,-25,2,-25,2r-13,93v0,0,8,1,20,1v32,0,54,-13,59,-48xm25,0r71,-505v0,0,76,-6,153,-6v105,0,186,36,172,137v-12,79,-88,103,-88,103r0,2v0,0,92,25,78,129v-14,102,-107,147,-227,147v-91,0,-159,-7,-159,-7xm263,-156v6,-40,-12,-56,-46,-56r-22,0r-15,108v0,0,7,4,23,4v30,0,54,-16,60,-56","w":438,"k":{"'":11,"w":11,"Z":18,"Y":40,"W":25,"T":18,"J":18,"*":11,"\"":11,"x":7,"v":11,"X":7,"V":32,"M":7}},"C":{"d":"187,-253v-14,97,0,141,62,141v47,0,89,-15,89,-15r5,105v0,0,-54,31,-133,31v-134,0,-199,-88,-175,-262v24,-174,107,-260,248,-260v79,0,125,31,125,31r-34,105v0,0,-38,-15,-85,-15v-62,0,-88,42,-102,139","w":381,"k":{"v":32,"q":7,"d":18,"Q":11,"G":11,"O":11,"$":11,"S":11,"f":11,"g":18,"e":18,"c":18,"a":25,"o":18,"t":18,"u":14,"w":25,"y":18,"J":11,"s":7}},"D":{"d":"454,-252v-27,187,-122,259,-273,259v-94,0,-156,-7,-156,-7r71,-504v0,0,64,-7,158,-7v144,0,226,71,200,259xm302,-252v15,-111,-4,-148,-56,-148v-12,0,-23,1,-23,1r-41,294v0,0,10,1,22,1v52,0,82,-37,98,-148","w":465,"k":{"x":11,"X":18,"V":18,"M":14,"$":11,"S":11,"T":14,"W":18,"Y":40,"J":32,"A":11,"Z":11,",":18,".":18}},"E":{"d":"397,-380r-177,0r-10,68r130,0r-15,112r-130,0r-11,76r177,0r-18,124r-318,0r71,-504r318,0","k":{"v":11,"q":18,"d":11,"Q":11,"C":11,"G":11,"O":11,"$":18,"S":18,"f":11,"g":18,"e":18,"c":18,"a":25,"o":11,"t":11,"u":7,"w":11,"y":18,"J":11}},"F":{"d":"397,-380r-177,0r-13,90r137,0r-16,111r-136,0r-25,179r-142,0r71,-504r318,0","w":389,"k":{"z":25,"y":25,"w":18,"u":22,"t":18,"s":25,"r":25,"o":32,"n":32,"j":18,"g":32,"f":11,"e":25,"c":25,"a":40,"S":18,"O":11,"J":68,"G":11,"C":11,"A":40,";":18,":":18,".":76,"-":18,",":76,"+":18,"$":18,"x":18,"v":18,"q":32,"p":25,"m":18,"d":25,"Q":11,"M":14}},"G":{"d":"243,-109v20,0,27,-5,27,-5r8,-59r-42,-14r13,-90r171,0r-35,251v0,0,-67,35,-172,35v-130,0,-203,-86,-179,-262v25,-179,124,-260,272,-260v81,0,130,27,130,27r-34,102v0,0,-42,-11,-95,-11v-71,0,-102,35,-117,142v-15,109,-1,144,53,144","w":439,"k":{"v":11,"V":18,"$":11,"S":11,"T":18,"W":14,"Y":32,"w":18,"y":18,"\"":11,"*":11,"'":11}},"H":{"d":"289,0r27,-190r-121,0r-27,190r-143,0r71,-504r143,0r-27,195r121,0r27,-195r142,0r-71,504r-142,0","w":501},"I":{"d":"244,-504r-70,504r-144,0r71,-504r143,0","w":242},"J":{"d":"166,-504r144,0r-50,355v-14,93,-67,156,-169,156v-60,0,-91,-17,-91,-17r29,-99v0,0,17,3,37,3v32,0,47,-17,51,-52","w":304,"k":{"A":18,",":11,".":11}},"K":{"d":"239,-504r-28,202r26,-3r89,-199r158,0r-2,8r-128,245r79,244r-1,7r-152,0r-46,-199r-38,0r-28,199r-143,0r71,-504r143,0","w":462,"k":{"v":25,"q":18,"d":18,"Q":25,"B":11,"@":11,"C":25,"G":25,"O":25,"$":11,"S":11,"f":11,"g":18,"e":25,"c":25,"a":11,"o":18,"t":18,"u":25,"w":25,"y":25,"\"":18,"*":18,"'":18}},"L":{"d":"345,-124r-17,124r-303,0r71,-504r143,0r-53,380r159,0","w":366,"k":{"v":14,"q":7,"d":18,"V":61,"Q":18,"C":18,"G":18,"O":18,"$":11,"S":11,"T":68,"W":54,"Y":83,"U":25,"f":11,"g":18,"e":25,"c":11,"a":11,"o":7,"t":25,"u":7,"w":22,"y":32,"\"":104,"*":104,"'":104}},"M":{"d":"348,-66r-116,0v-12,-78,-30,-293,-30,-293r-3,0v0,0,-9,143,-33,305r-8,54r-140,0r86,-504r161,0r6,45v28,192,30,287,30,287r1,0v0,0,26,-96,110,-286r20,-46r168,0r-55,504r-140,0r6,-53v20,-163,53,-306,53,-306r-2,0v0,0,-79,215,-114,293","w":609,"k":{"Y":14,"W":7,"T":7,"O":7,"V":14,"Q":7}},"N":{"d":"433,0r-146,0v-55,-166,-95,-351,-95,-351r-2,0v0,0,5,159,-22,351r-143,0r71,-504r147,0v53,166,95,359,95,359r3,0v0,0,-7,-167,20,-359r143,0","w":503},"O":{"d":"451,-252v-24,174,-100,259,-244,259v-137,0,-196,-85,-172,-259v24,-174,101,-259,245,-259v137,0,195,85,171,259xm184,-252v-15,105,-4,142,40,142v42,0,63,-37,78,-142v14,-105,4,-142,-38,-142v-44,0,-66,37,-80,142","w":462,"k":{"X":22,"V":25,"M":7,"T":11,"W":7,"Y":32,"\"":11,"*":11,"'":11,"J":25,",":11,".":11}},"P":{"d":"430,-324v-16,112,-104,173,-206,173v-18,0,-35,-2,-35,-2r-21,153r-143,0r71,-504v0,0,77,-7,144,-7v129,0,209,48,190,187xm222,-395r-19,137v0,0,7,3,22,3v30,0,54,-20,61,-72v7,-52,-10,-70,-46,-70v-9,0,-18,2,-18,2","w":427,"k":{"u":11,"s":11,"o":11,"g":18,"e":14,"c":7,"a":18,"Z":29,"Y":18,"W":4,"T":11,"J":68,"A":32,".":83,",":83,"q":18,"d":11,"X":29,"V":11,"M":18}},"Q":{"d":"325,-36v29,27,89,70,140,70v12,0,30,-2,30,-2v20,92,-30,121,-74,121v-69,0,-111,-39,-214,-146v-137,0,-196,-86,-172,-260v24,-173,101,-258,245,-258v137,0,195,85,171,258v-14,104,-64,193,-126,217xm184,-252v-15,105,-4,142,40,142v42,0,63,-37,78,-142v14,-105,4,-142,-38,-142v-44,0,-66,37,-80,142","w":462,"k":{"'":11,"Y":40,"W":7,"T":14,"J":11,".":11,",":11,"*":11,"\"":11,"X":11,"V":25}},"R":{"d":"290,-335v6,-48,-11,-67,-46,-67v-11,0,-21,2,-21,2r-19,131r21,0v33,0,58,-18,65,-66xm357,-210r52,202r-1,8r-139,0r-36,-180r-39,0r-26,180r-143,0r71,-504v0,0,88,-7,169,-7v113,0,196,44,178,169v-13,96,-86,132,-86,132","w":444,"k":{"v":11,"q":18,"d":11,"V":18,"Q":4,"C":4,"G":4,"O":4,"$":11,"S":11,"T":11,"W":7,"Y":32,"U":11,"f":11,"g":11,"e":11,"c":18,"a":11,"o":18,"t":11,"u":11,"w":11,"y":11,"s":11}},"S":{"d":"15,-22r30,-104v0,0,52,16,103,16v39,0,64,-19,67,-40v3,-22,-20,-40,-64,-62v-63,-32,-104,-74,-95,-139v14,-106,80,-160,203,-160v73,0,125,21,125,21r-34,107v0,0,-44,-10,-84,-10v-40,0,-59,18,-63,41v-3,21,23,36,63,53v56,24,119,65,107,149v-13,91,-92,157,-214,157v-99,0,-144,-29,-144,-29","w":398,"k":{"x":18,"v":18,"X":14,"V":32,"C":7,"T":25,"W":22,"Y":32,"f":11,"t":11,"w":25,"y":25,"\"":25,"*":25,"'":25,"A":7,"Z":18,",":11,".":11,"z":7}},"T":{"d":"60,-504r385,0r-17,124r-121,0r-54,380r-143,0r53,-380r-121,0","w":407,"k":{"x":18,"v":18,"q":61,"p":25,"m":25,"d":40,"Q":7,"M":7,"@":32,"C":14,"G":4,"O":4,"$":7,"S":7,"W":-7,"f":11,"g":54,"e":61,"c":61,"a":61,"o":54,"t":18,"u":25,"w":11,"y":25,"J":47,"s":47,"A":32,",":47,".":47,"z":18,"i":32,"j":18,"n":25,"r":25,"+":40,"-":40,":":40,";":40}},"U":{"d":"234,-113v36,0,57,-24,66,-88r43,-303r142,0r-42,304v-19,132,-86,209,-226,209v-133,0,-186,-77,-167,-209r42,-304r143,0r-43,302v-8,55,6,89,42,89","w":480,"k":{"X":7,"W":11,"Y":11,"J":18,"A":11,"Z":11,",":11,".":11}},"V":{"d":"199,-504r10,121v12,157,1,276,1,276r2,0v0,0,25,-124,82,-281r42,-116r157,0r-1,7r-208,497r-163,0r-70,-497r2,-7r146,0","w":450,"k":{"z":25,"y":11,"w":18,"u":25,"t":25,"s":32,"r":25,"o":32,"n":32,"j":18,"i":18,"g":32,"f":18,"e":32,"c":32,"a":40,"Z":7,"S":14,"O":14,"J":47,"G":14,"C":14,"A":25,";":25,":":25,".":47,"-":25,",":47,"+":25,"$":14,"x":18,"v":11,"q":32,"p":18,"m":18,"d":40,"Q":14,"M":14,"@":32}},"W":{"d":"357,0r-1,-104v-1,-117,10,-286,10,-286r-2,0v0,0,-38,168,-72,286r-29,104r-177,0r-31,-497r1,-7r148,0r-4,116v-5,163,-14,295,-14,295r2,0v0,0,28,-131,115,-411r148,0v6,282,0,411,0,411r2,0v0,0,26,-132,68,-294r30,-117r155,0r-2,7r-170,497r-177,0","w":669,"k":{"x":11,"v":11,"q":25,"p":18,"m":18,"d":32,"Q":14,"M":7,"@":18,"C":4,"G":11,"O":14,"$":7,"S":7,"f":18,"g":32,"e":29,"c":32,"a":32,"o":25,"t":18,"u":18,"w":11,"y":11,"J":54,"s":18,"A":25,"Z":18,",":54,".":54,"z":18,"i":18,"j":18,"n":18,"r":18,"+":25,"-":25,":":25,";":25}},"X":{"d":"-12,-4r141,-248r-72,-248r1,-4r148,0r14,63v19,91,24,136,24,136r2,0v0,0,17,-45,63,-136r32,-63r157,0r0,4r-141,248r71,248r0,4r-147,0r-14,-68v-18,-88,-25,-131,-25,-131r-2,0v0,0,-16,45,-60,132r-34,67r-158,0r0,-4","w":460,"k":{"y":18,"w":25,"u":22,"t":25,"s":7,"o":18,"g":18,"f":11,"e":25,"c":18,"a":18,"S":7,"O":22,"G":22,"C":22,"$":7,"v":18,"q":25,"d":25,"Q":22,"@":18}},"Y":{"d":"198,-504r14,54v19,78,23,184,23,184r2,0v0,0,31,-105,75,-185r29,-53r158,0r-1,4r-196,314r-26,186r-143,0r26,-186r-109,-314r1,-4r147,0","w":454,"k":{"x":25,"v":25,"q":58,"p":40,"m":25,"d":68,"Q":25,"M":14,"D":7,"B":18,"@":47,"C":25,"G":32,"O":25,"$":18,"S":18,"f":25,"g":54,"e":68,"c":68,"a":76,"o":76,"t":45,"u":47,"w":25,"y":18,"J":65,"s":61,"A":47,"Z":14,",":83,".":83,"z":40,"i":18,"j":18,"n":47,"r":40,"+":40,"-":40,":":40,";":40}},"Z":{"d":"18,-79r163,-217v55,-73,76,-89,76,-89r-1,-3v0,0,-26,14,-101,14r-74,0r18,-130r336,0r-12,81r-149,205v-58,81,-87,104,-87,104r0,2v0,0,28,-18,110,-18r84,0r-18,130r-356,0","w":414,"k":{"v":18,"q":7,"d":11,"Q":11,"C":11,"G":18,"O":11,"f":11,"g":18,"e":18,"c":11,"a":18,"o":7,"t":18,"u":14,"w":11,"y":11}},"[":{"d":"202,-454r-72,512r83,14r-10,72r-191,0r96,-684r192,0r-11,72","w":249},"\\":{"d":"150,-540r65,678r-1,6r-89,0r-65,-677r1,-7r89,0","w":261},"]":{"d":"62,58r72,-512r-83,-14r10,-72r192,0r-97,684r-191,0r11,-72","w":249},"^":{"d":"279,-504r104,184r-1,5r-93,0r-39,-60v-12,-17,-16,-31,-17,-37r-2,0v-2,6,-10,20,-26,38r-54,59r-96,0r0,-5r156,-184r68,0","w":391},"_":{"d":"-4,54r368,0r0,36r-368,0r0,-36","w":360},"a":{"d":"158,-172v-9,68,12,76,29,76v14,0,28,-11,28,-11r22,-152v0,0,-8,-2,-15,-2v-30,0,-55,29,-64,89xm381,-345r-33,236v-6,38,3,43,17,43v3,35,-29,72,-83,72v-32,0,-54,-21,-56,-51r-2,0v0,0,-28,52,-96,52v-81,0,-117,-69,-103,-173v17,-120,100,-201,222,-201v83,0,134,22,134,22","w":389,"k":{"v":11,"f":11,"w":11,"y":11,"\"":18,"*":18,"'":18}},"b":{"d":"240,-180v10,-75,-6,-91,-28,-91v-14,0,-26,14,-26,14r-25,171v0,0,7,4,21,4v29,0,48,-28,58,-98xm188,-322r2,2v0,0,29,-47,84,-47v78,0,115,70,101,177v-19,134,-95,197,-219,197v-89,0,-134,-29,-134,-29r67,-477v4,-28,2,-41,2,-41v0,0,29,-6,66,-6v48,0,69,10,65,42r-13,93v-8,53,-21,89,-21,89","w":390,"k":{"'":25,"z":18,"y":18,"w":11,"t":11,"*":25,"\"":25,"x":11,"v":18}},"c":{"d":"22,-180v12,-90,63,-189,187,-189v13,0,25,2,36,3v48,7,84,24,52,100r-7,15v0,0,-30,-5,-55,-5v-43,0,-68,32,-74,75v-6,43,10,77,52,77v26,0,57,-5,57,-5r2,95v0,0,-45,23,-116,23v-117,0,-147,-99,-134,-189","w":303,"k":{"x":-7,"v":-4,"q":7,"d":11,"e":7,"o":7,"\"":11,"*":11,"'":11}},"d":{"d":"157,-180v-10,72,13,82,39,82v10,0,23,-6,23,-6r22,-160v0,0,-11,-4,-21,-4v-26,0,-53,12,-63,88xm129,7v-76,0,-124,-73,-107,-187v16,-114,75,-187,159,-187v45,0,68,26,68,26r2,0r23,-158v4,-28,1,-41,1,-41v0,0,29,-6,66,-6v52,0,74,10,70,42r-70,504r-100,0r-7,-37r-2,0v0,0,-43,44,-103,44","w":403},"e":{"d":"205,-278v-31,0,-44,27,-48,56r78,0v6,-39,-8,-56,-30,-56xm220,-96v40,0,83,-17,83,-17r6,89v0,0,-54,33,-135,33v-133,0,-164,-98,-152,-188v17,-122,86,-190,193,-190v116,0,146,93,114,214r-177,0v-6,47,20,59,68,59","w":353,"k":{"x":11,"v":4,"f":7,"t":11,"w":11,"y":14,"\"":18,"*":18,"'":18}},"f":{"d":"223,-382r-3,22r71,0r-13,90r-71,0r-57,414r-131,0r57,-414r-41,0r11,-76r43,-13r5,-36v16,-117,72,-152,168,-152v42,0,67,6,67,6r-20,92v0,0,-14,-1,-29,-1v-42,0,-51,22,-57,68","w":275,"k":{"q":18,"m":11,"d":18,"g":18,"e":18,"c":11,"a":18,"o":18,"u":11,"s":11,",":32,".":32,"z":11,"n":11,"r":11}},"g":{"d":"133,50v63,0,86,-26,95,-86r-2,0v0,0,-35,43,-101,43v-75,0,-120,-68,-103,-183v17,-122,77,-191,155,-191v63,0,96,40,96,40r2,0r20,-33r100,0r-45,318v-17,121,-81,195,-211,195v-15,0,-30,-2,-43,-3v-50,-6,-86,-31,-61,-95r7,-20v0,0,50,15,91,15xm225,-104r21,-152v0,0,-13,-8,-28,-8v-24,0,-49,10,-59,84v-11,74,13,84,35,84v15,0,31,-8,31,-8","w":399,"k":{"\"":18,"*":18,"'":18}},"h":{"d":"390,-224r-17,117v-3,24,2,35,26,34v5,35,-18,80,-89,80v-61,0,-84,-35,-75,-98r15,-111v5,-36,-6,-54,-30,-54v-14,0,-27,11,-27,11r-34,245r-137,0r70,-499v4,-28,2,-41,2,-41v0,0,29,-6,66,-6v52,0,74,10,70,42r-15,100v-7,53,-19,85,-19,85r1,1v0,0,37,-49,95,-49v78,0,110,57,98,143","w":424,"k":{"v":11,"f":7,"w":11,"y":25,"\"":40,"*":40,"'":40}},"i":{"d":"235,-479v-6,42,-34,65,-79,65v-50,0,-66,-23,-60,-65v5,-35,28,-63,82,-63v37,0,62,25,57,63xm204,-271r-38,271r-137,0r36,-255v4,-24,-1,-34,-25,-33v-5,-35,18,-81,89,-81v61,0,84,35,75,98","w":230},"j":{"d":"235,-479v-6,42,-34,65,-79,65v-50,0,-67,-23,-61,-65v5,-35,29,-63,82,-63v37,0,63,25,58,63xm211,-323r-45,322v-16,112,-98,152,-172,152v-37,0,-50,-4,-50,-4r18,-88v0,0,10,1,19,1v28,0,44,-25,49,-61r43,-317v4,-28,2,-41,2,-41v0,0,31,-5,68,-5v52,0,73,9,68,41","w":229},"k":{"d":"22,0r70,-499v4,-28,2,-41,2,-41v0,0,29,-6,66,-6v52,0,74,10,70,42r-39,278r19,-2r64,-132r146,0r-1,11r-93,155r53,180r-2,14r-140,0r-26,-146r-32,0r-20,146r-137,0","w":411,"k":{"q":18,"d":14,"f":7,"g":18,"e":18,"c":18,"a":11,"o":18,"u":11,"\"":18,"*":18,"'":18,"s":4}},"l":{"d":"27,-91r58,-408v4,-28,1,-41,1,-41v0,0,30,-6,67,-6v52,0,73,10,69,42r-56,397v-3,24,3,35,27,34v5,35,-18,80,-89,80v-61,0,-86,-35,-77,-98","w":225},"m":{"d":"223,-36r23,-166v5,-36,-4,-54,-28,-54v-14,0,-26,11,-26,11r-34,245r-139,0r50,-360r97,0r8,54r2,0v0,0,42,-61,114,-61v46,0,79,29,91,61r2,0v6,-8,42,-61,107,-61v78,0,109,61,97,143r-17,117v-4,24,1,35,25,34v5,35,-18,80,-89,80v-61,0,-85,-35,-76,-98r15,-111v5,-36,-4,-54,-27,-54v-16,0,-28,11,-28,11v-1,9,-1,19,-2,28r-24,176v-4,28,-1,41,-1,41v0,0,-42,6,-76,6v-48,0,-68,-10,-64,-42","w":621,"k":{"'":40,"y":25,"w":11,"f":7,"*":40,"\"":40,"v":11}},"n":{"d":"230,-91r16,-111v5,-36,-5,-54,-29,-54v-14,0,-28,11,-28,11r-33,245r-137,0r50,-360r99,0r8,54r2,0v0,0,37,-61,113,-61v79,0,106,61,95,143r-16,117v-3,24,1,35,25,34v5,35,-18,80,-89,80v-61,0,-85,-35,-76,-98","w":421,"k":{"v":11,"f":7,"w":11,"y":25,"\"":40,"*":40,"'":40}},"o":{"d":"23,-181v18,-130,79,-188,199,-188v112,0,164,58,146,188v-19,132,-79,190,-199,190v-112,0,-165,-58,-146,-190xm160,-181v-12,79,-2,97,22,97v23,0,36,-18,48,-97v11,-77,2,-95,-21,-95v-24,0,-38,18,-49,95","w":380,"k":{"x":7,"v":4,"f":11,"w":14,"y":11,"\"":40,"*":40,"'":40,",":11,".":11,"z":11}},"p":{"d":"69,-360r99,0r9,47r2,0v0,0,37,-54,108,-54v72,0,118,68,101,187v-17,114,-73,187,-173,187v-40,0,-55,-28,-57,-28r-23,165r-137,0xm190,-253r-23,165v0,0,10,5,22,5v26,0,50,-14,62,-92v11,-79,-12,-89,-33,-89v-15,0,-28,11,-28,11","w":407,"k":{"x":11,"v":4,"f":11,"w":11,"y":14,"\"":40,"*":40,"'":40,"s":11,",":11,".":11,"z":11}},"q":{"d":"156,-179v-11,78,5,91,27,91v13,0,28,-13,28,-13r24,-171v0,0,-11,-4,-23,-4v-27,0,-47,31,-56,97xm181,108r10,-66v7,-48,17,-76,17,-76r-2,-1v0,0,-29,42,-81,42v-81,0,-117,-69,-102,-176v19,-134,94,-198,216,-198v88,0,139,22,139,22r-63,448v-4,28,-2,41,-2,41v0,0,-28,6,-65,6v-52,0,-72,-10,-67,-42","w":385,"k":{"'":40,"*":40,"\"":40}},"r":{"d":"156,0r-137,0r50,-360r99,0r9,47r2,0v0,0,37,-56,110,-56v22,0,59,14,6,116r-7,13v0,0,-28,-10,-52,-10v-34,0,-47,10,-47,10","w":298,"k":{"v":-14,"q":11,"d":11,"g":11,"e":11,"c":4,"a":11,"o":11,",":40,".":40,"j":11}},"s":{"d":"114,-140v-58,-21,-85,-56,-77,-109v10,-69,61,-120,158,-120v17,0,34,3,48,5v48,7,91,29,50,100r-7,12v0,0,-38,-15,-75,-15v-23,0,-39,2,-41,16v-2,17,22,23,56,36v48,19,84,48,76,102v-11,73,-72,122,-164,122v-81,0,-131,-28,-131,-28r26,-90v0,0,42,20,87,20v27,0,44,-1,45,-17v2,-16,-22,-24,-51,-34","w":320,"k":{"x":-4,"v":7,"w":11,"y":11,"\"":40,"*":40,"'":40}},"t":{"d":"78,-270r-44,0r11,-76r57,-14r31,-91r107,0r-12,91r61,0r-13,90r-61,0r-21,148v-4,25,11,28,25,28v17,0,29,-2,29,-2r-5,83v0,0,-45,20,-100,20v-75,0,-100,-33,-86,-129","w":290,"k":{"v":11,"q":18,"d":18,"f":18,"g":18,"e":11,"a":11,"o":18,"u":11,"w":11,"y":11,"s":11}},"u":{"d":"244,-54r-2,0v0,0,-42,61,-117,61v-80,0,-105,-61,-93,-143r26,-183v4,-28,2,-41,2,-41v0,0,29,-6,66,-6v52,0,74,10,70,42r-24,166v-5,36,7,54,30,54v15,0,28,-11,28,-11r34,-245r137,0r-35,251v-5,38,4,43,18,43v3,35,-29,72,-83,72v-32,0,-55,-30,-57,-60","w":410,"k":{"f":7,"y":11,"\"":40,"*":40,"'":40}},"v":{"d":"84,0r-46,-320v-4,-27,-8,-40,-8,-40v0,0,32,-6,67,-6v50,0,70,10,72,42v9,143,5,251,5,251r1,0v0,0,27,-107,73,-251r11,-36r144,0r-1,6r-156,354r-162,0","w":378,"k":{"w":-7,"s":11,"o":14,"j":11,"g":11,"e":14,"c":11,"a":14,".":40,",":40,"v":-14,"q":14,"d":11}},"w":{"d":"469,0r-163,0r0,-36v0,-86,3,-236,3,-236r-2,0v0,0,-37,150,-61,236r-11,36r-166,0r-27,-320v-2,-27,-7,-40,-7,-40v0,0,32,-6,77,-6v38,0,73,10,71,42v-7,108,-18,245,-18,245r1,0r77,-248r11,-33r129,0r1,33v5,117,8,248,8,248r1,0v0,0,28,-138,55,-248r8,-33r150,0r0,6","w":588,"k":{"v":-7,"q":14,"d":11,"g":14,"e":14,"c":14,"a":17,"o":14,"w":-7,"s":4,",":40,".":40,"j":11}},"x":{"d":"221,-27r-19,-113r-2,0v0,0,-8,28,-53,115r-13,25r-151,0r0,-6r108,-178r-35,-136v-7,-27,-11,-40,-11,-40v0,0,24,-7,61,-7v50,0,77,12,81,34r18,114r2,0v0,0,9,-27,53,-113r14,-28r152,0r-1,6r-108,170r37,144v7,28,12,40,12,40v0,0,-25,7,-62,7v-51,0,-79,-7,-83,-34","w":401,"k":{"s":7,"o":11,"g":11,"e":11,"c":11,"a":14,"q":18,"d":14}},"y":{"d":"101,-366v49,0,71,10,75,42v16,151,5,241,5,241r3,0v0,0,19,-91,76,-241r14,-36r144,0r-1,6r-186,384v-45,90,-89,123,-166,123v-53,0,-101,-31,-69,-90r8,-16v0,0,23,6,44,6v30,0,43,-4,61,-44r-67,-329v-6,-27,-10,-40,-10,-40v0,0,32,-6,69,-6","w":388,"k":{"q":11,"d":14,"g":14,"e":11,"c":7,"a":14,"o":11,"s":11,",":47,".":47,"z":11}},"z":{"d":"112,-243r-24,0r-40,0r-2,-14v-6,-73,2,-103,62,-103r241,0r-13,94r-168,162r0,3v0,0,27,-16,91,-16r55,0r-16,117r-294,0r12,-88r166,-158r0,-3v0,0,-16,6,-70,6","w":345,"k":{"q":18,"d":18,"g":11,"e":11,"c":18,"o":18,"s":11}},"{":{"d":"71,58v8,-55,43,-113,49,-152v6,-45,-27,-59,-67,-59r13,-91v40,0,77,-14,83,-59v5,-39,-14,-96,-6,-151v10,-69,56,-95,124,-95v24,0,63,6,63,6r-17,83v0,0,-10,-2,-22,-2v-27,0,-37,15,-40,34v-7,50,12,107,7,143v-10,73,-82,86,-82,86r0,2v0,0,68,14,58,85v-5,36,-41,94,-48,144v-3,19,4,34,31,34v12,0,23,-2,23,-2r-7,83v0,0,-41,6,-65,6v-66,0,-106,-26,-97,-95","w":280},"|":{"d":"194,-567r-100,712r-72,0r100,-712r72,0","w":195},"}":{"d":"152,58v-9,69,-56,95,-124,95v-24,0,-63,-6,-63,-6r17,-83v0,0,10,2,22,2v26,0,36,-15,39,-34v7,-50,-12,-108,-7,-144v10,-71,83,-85,83,-85r0,-2v0,0,-69,-13,-59,-86v5,-36,41,-93,48,-143v3,-19,-4,-34,-30,-34v-12,0,-23,2,-23,2r6,-83v0,0,42,-6,66,-6v65,0,107,26,97,95v-8,55,-43,112,-48,151v-6,45,25,59,65,59r-13,91v-40,0,-76,14,-82,59v-6,39,14,97,6,152","w":280},"~":{"d":"266,-180v-53,0,-85,-45,-120,-45v-20,0,-48,35,-48,35r-54,-48v0,0,35,-100,98,-100v53,0,85,45,120,45v20,0,48,-35,48,-35r54,48v0,0,-35,100,-98,100","w":378},"'":{"d":"67,-504r92,0r-8,57r-33,102r-73,0","w":123},"`":{"d":"255,-527r39,109r0,4r-102,0r-63,-109r1,-4r125,0","w":324},"\u00a0":{"w":180}}});

jQuery(function($){

	// Google Analytics
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount','UA-12598321-1'],['_setDomainName','www.1stpage.co.nz'],['_trackPageview']);
	(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();

	// Mouseflow
	(function(){var mf=document.createElement('script');mf.type='text/javascript';mf.src=('https:'==document.location.protocol?'https':'http')+'://a.mouseflow.com/projects/8e63af1e-d169-4934-819a-99d60485b657.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(mf,s);})();

	// Remove the logo link on the home page
	$("body#p-index #head h1 a").css("cursor","default").attr({ "title":"" }).click(function(e){ e.preventDefault(); });

	// Sticking with Cufon because it renders nicer
	Cufon.replace("#head p.ft, #main h2, #main h3, #main p.intro");
	Cufon.replace("table.packages tr th, dl.package dt");
	Cufon.replace("#head ul#menu-pri li", { hover:true });

	$("a[href^=http]").each(function(){
		if (this.href.indexOf(location.hostname) == -1){ $(this).addClass("external"); }
	});

	$("a.external").each(function(){
		$(this).attr({ "target":"_blank", "rel":"external" });
		$(this).click(function(){ _gaq.push(['_trackEvent', '1st Page', 'Outgoing', $(this).attr('href')]); });
	});

});
