/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Gabriola is either a registered trademark or a trademark of Microsoft
 * Corporation in the United States and/or other countries.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Designer:
 * John Hudson
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography/ctfonts
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/default.aspx
 */
Cufon.registerFont({"w":138,"face":{"font-family":"Gabriola","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"4 4 6 5 5 16 2 2 13 2","ascent":"246","descent":"-114","x-height":"5","cap-height":"3","bbox":"-56.0026 -239 339 91.449","underline-thickness":"12.3047","underline-position":"-18.457","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":62,"k":{"y":2,"w":5,"v":5,"j":-4,"f":-4,"T":3,"S":-4,"Q":-4,"O":-4}},"\u00a0":{"w":62},"A":{"d":"152,4v-33,-8,-31,-51,-41,-84r-65,2v-12,26,-17,58,-33,80v-6,0,-14,2,-19,0r39,-83v-2,-4,-4,-8,3,-9r53,-110v5,-4,14,-3,21,-1r33,156v5,21,16,41,42,31r2,8v-11,4,-22,9,-35,10xm109,-91r-18,-92r-40,93","w":178,"k":{"*":16,"B":3,"D":3,"E":3,"F":3,"H":3,"I":3,"K":3,"L":3,"P":3,"R":3,"C":7,"G":7,"M":3,"N":3,"O":5,"Q":5,"T":19,"U":7,"V":25,"W":24,"c":3,"e":3,"o":3,"d":2,"q":2,"g":3,"m":2,"n":2,"r":2,"t":4,"u":3,"v":8,"w":8,"y":8,"z":7,"X":9,"Y":20,"\u00ad":5,"?":7,"'":22,"\"":22}},"B":{"d":"126,-56v-1,-38,-33,-50,-72,-46r-5,91v39,8,78,-3,77,-45xm115,-158v1,-32,-27,-39,-59,-35r-2,81v34,-1,60,-11,61,-46xm28,1r4,-182v-3,-11,-16,-8,-28,-6r-1,-8v46,-8,133,-26,136,31v2,35,-26,45,-50,55v35,3,61,17,61,52v0,52,-55,66,-105,56","w":158,"k":{"T":3,"V":4,"W":4,"Z":5,"g":2,"y":3,"z":3,"X":9,"Y":4,"x":3,"\u00ad":-9}},"C":{"d":"11,-93v0,-66,34,-114,100,-114v27,0,60,3,53,36v0,6,-1,15,-1,24v-4,-1,-9,1,-7,-5v-2,-28,-21,-42,-51,-43v-93,0,-91,181,-2,186v28,2,50,-30,63,-21v-16,20,-37,36,-72,35v-56,-2,-83,-42,-83,-98","w":174,"k":{"C":5,"G":5,"O":5,"Q":5,"Z":4,"d":3,"q":3,"g":5,"u":2,"v":4,"w":4,"y":4,"z":4,"X":4,"\u00ad":10}},"D":{"d":"159,-105v0,-64,-35,-96,-103,-87r-7,181v68,17,110,-23,110,-94xm32,-132v0,-25,11,-69,-28,-55r-1,-8v84,-16,185,-16,181,83v-3,80,-56,131,-138,111r-19,2","w":195,"k":{"A":4,"T":2,"V":4,"W":3,"Z":10,"a":3,"d":4,"q":4,"g":3,"v":-4,"w":-4,"y":-4,"z":4,"X":15,"Y":4,",":13,".":13,"\u00ad":-5}},"E":{"d":"27,3r5,-184v-1,-10,-18,-7,-28,-6r-1,-8v36,-7,81,-7,125,-7v17,0,3,31,5,49r-9,0v11,-42,-27,-38,-68,-36r-2,81r66,-1v5,27,-44,13,-66,12v-2,28,-1,60,-6,85v22,-2,42,-1,65,-1v20,0,21,-15,24,-33r8,1v-1,26,-2,49,-26,49v-29,0,-63,-11,-92,-1","w":151,"k":{"C":4,"G":4,"O":2,"Q":2,"T":2,"U":2,"Z":2,"u":2,"v":2,"w":2,"y":2,"z":3,"X":2}},"F":{"d":"30,3v-4,-53,6,-123,2,-184v-1,-10,-18,-7,-28,-6r0,-8v36,-7,81,-7,125,-7v18,0,4,32,5,49r-8,0v10,-45,-30,-36,-70,-36r-2,83v22,-1,47,2,66,-2v7,14,-8,18,-21,17r-45,-4r-3,95","w":140,"k":{"*":-9,"A":20,"C":4,"G":4,"O":2,"Q":2,"Z":7,"a":14,"c":15,"e":15,"o":15,"d":19,"q":19,"g":14,"s":11,"u":2,"z":11,"X":3,"x":9,",":31,".":31,"\u00ad":11,"'":-5,"\"":-5}},"G":{"d":"11,-93v0,-67,36,-114,103,-114v28,0,61,3,54,36v0,10,0,9,-1,23r-8,0v4,-31,-20,-47,-51,-47v-52,0,-72,43,-72,95v0,54,21,90,74,93v30,2,34,-16,31,-46v3,-20,-14,-19,-33,-18v-2,-15,28,-6,48,-9v17,4,5,44,6,67v-6,17,-32,18,-54,18v-63,0,-97,-35,-97,-98","w":180,"k":{"A":-3,"Z":2,"y":2,"X":2,"\u00ad":-5}},"H":{"d":"3,-196v25,-4,55,-19,53,27r-2,59r94,-2r4,-83v1,-10,16,-9,23,-5r-7,155v-3,25,11,42,35,31v5,15,-22,14,-36,18v-34,-5,-15,-62,-20,-105r-93,3r-3,98v-8,0,-17,4,-23,2r4,-183v-2,-12,-16,-9,-28,-7","w":199,"k":{"V":2,"W":2,"Y":2}},"I":{"d":"30,3v-4,-53,2,-123,2,-184v0,-13,-18,-8,-28,-7r-1,-8v25,-4,54,-19,53,28r-5,168","w":78,"k":{"V":3,"Z":3,"a":3,"c":2,"e":2,"o":2,"d":3,"q":3,"g":4,"s":3,"z":4,"X":4,",":4,".":4}},"J":{"d":"2,-195v29,-10,60,-15,53,35v-14,97,15,227,-74,241v-21,3,-45,-19,-24,-32v13,0,16,22,33,17v62,-18,34,-128,43,-211v3,-25,5,-54,-31,-43r0,-7","w":78,"k":{"V":3,"Z":3,"a":3,"c":2,"e":2,"o":2,"d":3,"q":3,"g":4,"s":3,"z":4,"X":4,",":4,".":4}},"K":{"d":"161,-174v-41,-20,-63,38,-85,63v24,39,42,77,79,100v11,1,23,-8,25,4v-71,34,-92,-51,-123,-96v31,-33,46,-89,96,-100v18,-4,20,22,8,29xm30,3v-4,-53,6,-124,2,-184v-2,-12,-16,-9,-28,-7r-1,-8v23,-3,54,-19,53,24r-5,172","w":170,"k":{"A":9,"C":9,"G":9,"O":5,"Q":5,"U":5,"Z":4,"c":3,"e":3,"o":3,"d":3,"q":3,"s":4,"u":3,"v":5,"w":5,"y":7,"\u00ad":18}},"L":{"d":"27,3r5,-184v-1,-12,-17,-9,-28,-7r-1,-8v23,-3,55,-20,53,23r-7,161v20,-2,40,-1,62,-1v20,0,22,-16,25,-35r8,1v-1,26,-1,51,-26,51v-28,0,-62,-11,-91,-1","w":145,"k":{"*":24,"A":-4,"C":3,"G":3,"T":26,"U":4,"V":23,"W":20,"a":-3,"v":7,"w":7,"y":9,"X":2,"Y":26,"'":30,"\"":30}},"M":{"d":"204,-147v4,51,-29,147,31,133v5,15,-22,14,-36,18v-42,-16,-11,-111,-16,-172r-75,172v-27,-52,-40,-122,-64,-175r-2,83v0,23,-5,48,-5,67v0,16,-9,29,-27,23v20,-48,25,-114,23,-183v0,-12,-19,-7,-29,-6r0,-8v20,-4,51,-17,58,4r53,152r72,-161v5,-4,15,-3,21,0v-2,18,-5,35,-4,53","w":231,"k":{"V":2,"W":2,"Y":2}},"N":{"d":"3,-195v20,-4,52,-16,58,8r91,149r3,-142v-2,-17,15,-30,29,-19v-26,46,-18,128,-22,199v-25,3,-25,-27,-39,-40r-79,-130r-6,149v1,17,-9,29,-27,23v20,-48,21,-115,21,-183v-1,-11,-17,-8,-28,-7","w":190,"k":{"V":3,"a":3,"c":2,"e":2,"o":2,"d":3,"q":3,"g":4,"s":3,"z":4,",":4,".":4}},"O":{"d":"179,-110v-1,65,-25,115,-87,115v-56,0,-81,-39,-81,-97v0,-64,26,-115,88,-115v55,0,81,38,80,97xm37,-100v0,50,13,93,59,93v48,0,59,-46,59,-95v0,-49,-13,-93,-59,-93v-49,0,-59,45,-59,95","w":190,"k":{"A":3,"V":4,"W":3,"Z":7,"a":3,"d":4,"q":4,"g":3,"v":-4,"w":-4,"y":-4,"z":4,"X":12,"Y":4,"x":2,",":10,".":10,"\u00ad":-5,"'":2,"\"":2}},"P":{"d":"30,3v-4,-53,8,-124,2,-184v-1,-11,-16,-8,-28,-6r-1,-8v52,-7,140,-28,140,39v-1,46,-30,67,-74,69v-5,-1,-8,-3,-7,-9v36,-1,57,-16,57,-54v0,-37,-26,-48,-63,-43r-5,193","w":149,"k":{"*":-3,"A":22,"C":2,"G":2,"U":2,"Z":7,"a":15,"c":19,"e":19,"o":19,"d":24,"q":24,"g":18,"s":12,"u":2,"z":11,"X":12,"x":13,",":40,".":40,"\u00ad":18,"'":-7,"\"":-7}},"Q":{"d":"108,10v-57,-8,-100,-33,-97,-102v2,-64,26,-115,88,-115v55,0,80,38,80,97v0,61,-24,97,-69,112v62,14,95,61,166,61v27,0,45,-11,58,-27r5,4v-22,42,-88,54,-134,24v-31,-20,-61,-40,-97,-54xm37,-100v0,50,13,93,59,93v48,0,59,-46,59,-95v0,-49,-13,-93,-59,-93v-49,0,-59,45,-59,95","w":190,"k":{"A":3,"V":4,"W":3,"Z":7,"a":3,"d":4,"q":4,"g":3,"v":-4,"w":-4,"y":-4,"z":4,"X":12,"Y":4,"x":2,",":10,".":10,"\u00ad":-5,"'":2,"\"":2}},"R":{"d":"30,3v-4,-53,8,-124,2,-184v-1,-11,-16,-8,-28,-6r-1,-8v48,-8,138,-27,138,36v0,35,-24,52,-54,60v23,30,36,70,70,88v12,2,22,-8,23,5v-13,4,-26,12,-40,9v-40,-24,-55,-65,-79,-107v35,-1,56,-15,56,-49v1,-34,-26,-45,-61,-40r-5,193","w":170,"k":{"A":9,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"P":4,"R":4,"C":9,"G":9,"J":3,"O":8,"Q":8,"T":13,"U":9,"V":13,"W":12,"Z":9,"c":4,"e":4,"o":4,"d":3,"q":3,"s":3,"t":3,"u":3,"v":7,"w":7,"y":9,"S":4,"X":14,"Y":13,"\u00ad":16,"'":11,"\"":11}},"S":{"d":"105,-91v55,62,-51,125,-98,82r2,-43v6,0,10,-1,9,8v-2,26,13,35,38,37v45,3,55,-54,21,-73v-28,-16,-63,-24,-65,-66v-2,-51,62,-77,102,-49v2,10,1,29,0,42v-5,0,-11,0,-9,-7v0,-24,-13,-34,-35,-35v-43,-3,-49,56,-16,72v18,9,38,17,51,32","w":126,"k":{"V":2,"Z":8,"c":-1,"e":-1,"o":-1,"d":-1,"q":-1,"z":4,"X":7,"\u00ad":-9,"'":-4,"\"":-4}},"T":{"d":"66,-189v-37,-3,-61,1,-56,39r-9,0v-18,-83,78,-39,155,-53v7,31,-43,15,-67,16r-6,187v-7,0,-16,4,-22,2","w":147,"k":{"*":-9," ":4,"A":24,"C":13,"G":13,"O":11,"Q":11,"U":9,"V":9,"W":9,"Z":6,"a":26,"c":26,"e":26,"o":26,";":25,":":25,"d":30,"q":30,"f":7,"g":26,"i":4,"j":1,"m":26,"n":26,"p":26,"r":26,"s":27,"t":9,"u":26,"v":22,"w":22,"y":22,"z":33,"S":5,"X":9,"x":26,",":25,".":25,"\u00ad":18,"'":-5,"\"":-5}},"U":{"d":"83,-13v73,-12,65,-108,73,-185v4,-6,15,-6,22,-2r-7,161v-2,24,13,36,35,25r2,7v-23,15,-58,18,-58,-25v0,-12,3,-28,1,-38v-14,35,-30,75,-75,75v-79,0,-36,-122,-40,-188v-1,-11,-18,-6,-28,-5r-1,-8v21,-2,55,-18,52,18r-9,120v2,23,9,44,33,45","w":201,"k":{"V":2,"W":2,"Y":2}},"V":{"d":"-11,-196v25,-7,52,-14,58,15r35,161v22,-50,52,-92,62,-155v2,-14,-15,-26,-8,-31v52,1,18,66,5,92r-59,117v-6,0,-13,2,-17,0r-23,-113v-15,-45,-1,-81,-52,-78","w":164,"k":{"*":-9,"A":15,"C":2,"G":2,"T":-7,"Z":4,"a":14,"c":18,"e":18,"o":18,";":9,":":9,"d":21,"q":21,"g":18,"i":4,"j":3,"m":7,"n":7,"p":7,"r":7,"s":14,"t":4,"u":7,"v":4,"w":4,"y":3,"z":16,"X":7,"x":13,",":25,".":25,"\u00ad":7,"'":-11,"\"":-11}},"W":{"d":"222,-206v55,-5,23,65,10,95r-50,113r-17,1r-31,-152r-52,151r-17,1v-9,-47,-15,-86,-24,-114v-8,-26,-9,-63,-29,-78r-22,1r-1,-8v25,-7,51,-14,58,17r34,153r57,-170v30,31,27,120,44,170v18,-50,51,-93,51,-158v0,-10,-8,-15,-11,-22","w":255,"k":{"*":-9,"A":15,"C":2,"G":2,"T":-7,"Z":4,"a":14,"c":18,"e":18,"o":18,";":9,":":9,"d":21,"q":21,"g":18,"i":4,"j":3,"m":7,"n":7,"p":7,"r":7,"s":14,"t":4,"u":7,"v":4,"w":4,"y":3,"z":16,"X":7,"x":13,",":25,".":25,"\u00ad":7,"'":-11,"\"":-11}},"X":{"d":"8,-196v21,-5,42,-14,52,8r31,69v17,-27,30,-58,50,-82v8,-3,18,-2,24,3v-22,30,-49,60,-68,93v17,30,26,67,47,92v7,9,28,-9,29,6v-17,9,-46,19,-56,-3r-35,-78r-50,88v-9,0,-21,4,-29,2r73,-103v-14,-28,-26,-60,-42,-86v-6,-4,-15,-2,-25,-1","w":171,"k":{"A":4,"C":12,"G":12,"O":10,"Q":10,"T":5,"U":6,"V":9,"W":9,"Z":3,"a":4,"c":7,"e":7,"o":7,"d":7,"q":7,"f":7,"g":7,"i":2,"j":2,"m":5,"n":5,"p":4,"r":5,"s":3,"t":6,"u":11,"v":13,"w":13,"y":15,"z":3,"X":6,"Y":7,"x":4,"\u00ad":14}},"Y":{"d":"-10,-196v21,-5,45,-14,54,10r35,92r49,-105v6,-5,19,-5,25,0r-53,85v-18,27,-17,70,-19,114v-7,0,-16,4,-22,2v8,-81,-10,-144,-43,-189v-5,-4,-17,-2,-25,-1","w":147,"k":{"*":-5,"A":23,"C":15,"G":15,"O":11,"Q":11,"T":-5,"U":4,"Z":6,"a":25,"b":4,"h":4,"k":4,"l":4,"c":27,"e":27,"o":27,";":22,":":22,"d":28,"q":28,"f":9,"g":26,"i":5,"j":5,"m":20,"n":20,"p":19,"r":20,"s":29,"t":12,"u":20,"v":16,"w":16,"y":16,"z":25,"S":5,"X":7,"x":25,",":25,".":25,"\u00ad":18}},"Z":{"d":"119,-189v-46,2,-98,-12,-93,34r-8,0v0,-29,-2,-57,38,-47r95,-1v-30,66,-83,130,-114,192r84,-2v20,0,22,-16,25,-35r8,1v1,32,-6,58,-41,50v-32,-7,-75,-5,-108,0v32,-68,81,-126,114,-192","w":158,"k":{"C":4,"G":4,"O":4,"Q":4,"U":4,"Z":2,"d":2,"q":2,"m":2,"n":2,"r":2,"t":2,"u":3,"v":6,"w":7,"y":8,"X":3,"'":2,"\"":2}},"a":{"d":"58,-117v-22,-3,-27,22,-16,34v-9,7,-27,2,-25,-11v4,-23,28,-33,53,-34v46,-2,32,52,31,95v-1,22,15,33,32,21r3,4v-20,24,-62,7,-54,-28v-12,17,-20,40,-46,40v-17,0,-28,-10,-28,-27v0,-36,37,-43,75,-45v3,-25,1,-51,-25,-49xm82,-61v-28,1,-57,7,-51,38v19,24,51,-10,51,-38","w":128,"k":{"v":4,"w":4,"y":5,"z":2,"x":3,"'":14,"\"":14}},"b":{"d":"133,-90v11,74,-64,123,-105,74v-6,6,-6,21,-17,19v18,-67,10,-161,20,-237v4,-6,16,-6,23,-2r-14,178v15,-30,27,-63,63,-70v19,3,27,18,30,38xm69,-6v32,-2,42,-30,43,-65v2,-58,-45,-29,-55,-3v-6,14,-16,26,-17,45v4,13,11,24,29,23","w":143,"k":{"a":3,"d":2,"q":2,"s":1,"z":6,"x":6,",":7,".":7,"\u00ad":-7,"'":12,"\"":12}},"c":{"d":"73,-127v28,-4,49,34,19,39v-9,1,-7,-5,-6,-12v0,-11,-7,-18,-19,-17v-51,1,-49,104,0,107v17,1,25,-20,36,-15v-7,18,-24,30,-46,30v-33,0,-48,-24,-48,-55v0,-43,22,-71,64,-77","w":110,"k":{"z":3,"x":3,"'":3,"\"":3}},"d":{"d":"108,-120r8,-114v4,-6,15,-6,22,-2r-16,181v3,16,-5,42,12,44v8,3,19,-10,20,0v-11,7,-25,17,-42,14v-16,-11,-5,-54,-7,-76v-15,33,-27,69,-64,78v-23,-2,-30,-22,-30,-47v-1,-56,42,-101,97,-78xm107,-112v-53,-28,-97,48,-64,94v40,2,55,-55,64,-94","w":152,"k":{"v":3,"w":3,"y":3}},"e":{"d":"30,-63v-5,50,45,63,71,37r4,3v-10,15,-25,28,-48,28v-30,0,-48,-24,-48,-55v0,-43,22,-74,65,-77v19,-1,30,9,32,26v-5,32,-42,34,-76,38xm30,-70v24,-3,51,-4,53,-28v-6,-35,-45,-13,-48,6","w":110,"k":{"d":2,"q":2,"v":-4,"w":-4,"y":-5,"'":2,"\"":2}},"f":{"d":"109,-220v-50,-29,-62,42,-60,99v14,0,29,2,41,0v4,19,-22,10,-41,10v-10,81,6,188,-74,200v-18,3,-42,-16,-24,-29v13,0,15,21,33,16v57,-16,36,-113,43,-187v-10,-1,-24,2,-28,1v4,-9,16,-10,28,-11v4,-58,11,-113,68,-118v19,2,34,8,36,26v2,13,-14,21,-24,13v3,-6,5,-12,2,-20","w":83,"k":{"\\":-44,"*":-38,")":-49,"|":-18,"!":-22," ":-4,"a":3,"c":5,"e":5,"o":5,"d":7,"q":7,"g":2,"j":-5,"s":2,"z":3,"x":11,"]":-40,"}":-40,",":14,".":14,"\u00ad":5,"?":-21,"'":-33,"\"":-33}},"g":{"d":"125,-137v16,5,16,32,-6,29r-14,-2v23,35,-7,88,-53,79v-15,1,-18,19,-3,24v29,10,74,6,78,42v-4,38,-35,52,-75,56v-63,7,-71,-70,-15,-81v-6,-6,-18,-8,-17,-21v0,-14,12,-18,21,-23v-17,-6,-27,-19,-28,-40v-2,-45,51,-67,86,-44v15,4,25,-5,26,-19xm17,49v4,47,92,39,89,-7v-1,-25,-37,-21,-58,-29v-16,6,-33,14,-31,36xm92,-68v11,-48,-58,-69,-58,-22v0,27,6,50,32,50v16,0,23,-13,26,-28","w":135,"k":{"a":4,"c":5,"e":5,"o":5,"d":9,"q":9,"s":2,"z":6,"x":4,"'":3,"\"":3}},"h":{"d":"54,-236r-16,189v13,-37,22,-72,60,-81v42,4,22,66,22,106v0,16,21,12,30,6r2,5v-16,16,-61,26,-52,-18v-2,-26,16,-72,-10,-78v-37,14,-46,62,-53,107r-20,2r14,-236v4,-6,16,-6,23,-2","w":149,"k":{"v":6,"w":6,"y":7,"z":3,"x":3,"'":15,"\"":15}},"i":{"d":"39,-194v16,-1,16,24,5,29v-9,5,-19,-3,-19,-13v0,-10,5,-15,14,-16xm21,-25v7,-40,-19,-107,24,-99r-4,100v-1,17,20,15,30,8r2,5v-11,7,-26,17,-42,14v-8,-3,-9,-17,-10,-28","w":69,"k":{"v":3,"w":3,"y":3}},"j":{"d":"49,-180v1,19,-27,22,-27,2v-1,-18,28,-22,27,-2xm22,-119v1,-9,15,-8,23,-5r-6,111v-8,47,-14,97,-65,102v-23,2,-44,-23,-18,-32v5,10,15,17,27,17v56,-18,33,-116,39,-193","w":63,"k":{";":9,":":9,"z":3,"x":2,",":5,".":5}},"k":{"d":"106,4v-26,-10,-33,-35,-46,-61v20,-8,44,-15,47,-39v-2,-20,-29,-8,-34,2v-20,22,-32,56,-37,94r-19,2r14,-236v4,-6,16,-6,23,-2r-17,191v14,-36,27,-75,68,-83v12,1,22,7,21,21v-3,28,-24,38,-44,50v14,22,27,60,61,41r1,5v-10,7,-22,14,-38,15","w":139,"k":{"c":2,"e":2,"o":2,"f":2,"g":3,"x":4,"\u00ad":5,"'":8,"\"":8}},"l":{"d":"21,-21r10,-213v4,-6,16,-6,23,-2r-14,157v3,27,-11,85,30,63r2,5v-10,7,-22,15,-37,15v-12,0,-15,-12,-14,-25","w":69,"k":{"v":3,"w":3,"y":3}},"m":{"d":"24,2v-6,-44,24,-133,-23,-112r-1,-7v17,-3,50,-24,47,11v-1,19,-6,41,-4,58v12,-35,19,-72,56,-79v33,2,19,53,19,79v12,-36,20,-72,56,-80v39,7,19,64,19,106v0,16,22,12,31,6r1,5v-17,17,-55,24,-52,-18r4,-58v2,-28,-23,-19,-32,-3v-13,24,-26,54,-28,90r-20,2r5,-88v2,-27,-23,-19,-32,-4v-14,24,-24,55,-28,90","w":222,"k":{"v":6,"w":6,"y":7,"z":3,"x":3,"'":15,"\"":15}},"n":{"d":"95,-107v-37,14,-46,62,-53,107r-19,2r4,-109v-3,-11,-17,-6,-26,-3r-1,-7v23,-9,58,-19,46,27v0,14,-3,33,-3,44v12,-37,23,-73,60,-82v43,5,22,67,22,106v0,16,21,12,30,6r2,5v-12,10,-53,29,-51,-5v-7,-31,18,-82,-11,-91","w":154,"k":{"v":6,"w":6,"y":7,"z":3,"x":3,"'":15,"\"":15}},"o":{"d":"56,5v-31,0,-46,-25,-46,-56v0,-43,21,-77,63,-77v30,0,46,25,46,56v0,43,-21,77,-63,77xm89,-99v-24,-37,-62,-2,-58,40v3,26,9,51,35,51v38,0,39,-66,23,-91","w":127,"k":{"a":3,"d":2,"q":2,"s":1,"z":6,"x":6,",":7,".":7,"\u00ad":-7,"'":12,"\"":12}},"p":{"d":"18,88r9,-194v-2,-12,-18,-7,-29,-5r-1,-6v16,-4,28,-11,44,-9v14,11,1,48,4,69v15,-30,28,-63,63,-71v24,2,29,24,31,48v4,57,-53,109,-97,71r-3,95xm117,-71v5,-41,-32,-42,-47,-14v-11,20,-25,39,-28,67v34,29,83,-2,75,-53","w":148,"k":{"a":3,"d":2,"q":2,"s":1,"z":6,"x":6,",":7,".":7,"\u00ad":-7,"'":12,"\"":12}},"q":{"d":"125,-126r-10,184v-1,23,23,16,37,9r2,5v-15,9,-59,34,-58,-5r6,-134v-13,32,-26,64,-60,72v-24,-1,-31,-22,-32,-46v-1,-54,46,-105,93,-74v-3,-15,12,-17,22,-11xm32,-50v-5,33,25,43,42,18v13,-20,26,-44,29,-74v-35,-26,-76,12,-71,56","w":140,"k":{";":12,":":12,"z":3,",":5,".":5,"'":4,"\"":4}},"r":{"d":"112,-114v1,25,-23,0,-36,14v-20,24,-28,62,-34,100r-19,2r4,-109v0,-17,-27,5,-26,-10v14,-6,24,-7,35,-10v25,6,2,56,7,81v12,-33,16,-82,54,-82v9,0,15,5,15,14","w":106,"k":{" ":4,"a":4,"c":4,"e":4,"o":4,"d":7,"q":7,"g":4,"x":9,",":25,".":25,"\u00ad":9,"'":-7,"\"":-7}},"s":{"d":"49,5v-27,3,-58,-23,-32,-37r7,0v-2,29,52,36,55,7v-9,-35,-64,-23,-66,-66v-1,-40,75,-52,84,-14v-1,10,-13,18,-23,12v8,-13,-3,-27,-18,-24v-15,0,-25,6,-27,19v9,35,68,24,68,65v0,26,-23,36,-48,38","w":104,"k":{"g":2,"z":3,"x":2,"'":4,"\"":4}},"t":{"d":"26,-121v9,-22,-6,-78,30,-69r-10,70v13,0,28,1,39,-1v3,17,-23,11,-40,9v-4,42,-16,125,42,95v2,2,3,4,3,6v-12,7,-25,14,-42,16v-41,-5,-23,-74,-23,-117v-7,0,-18,3,-23,1v4,-7,13,-10,24,-10","w":87,"k":{"c":2,"e":2,"o":2,"g":2,"\u00ad":9}},"u":{"d":"-1,-117v15,-2,43,-20,48,0v0,30,-4,54,-5,81v-1,21,18,26,30,12v19,-21,31,-60,33,-100r20,-2r-4,71v-2,29,8,58,33,42r3,4v-31,31,-66,-1,-54,-53v-1,-3,3,-9,1,-11v-11,36,-20,71,-56,78v-45,-5,-22,-69,-22,-110v0,-14,-17,-8,-26,-5","w":149,"k":{"v":3,"w":3,"y":3,"'":10,"\"":10}},"v":{"d":"82,-128v39,-13,35,32,19,56v-17,25,-31,53,-50,76r-9,-1v-11,-38,-10,-88,-31,-116v-7,-3,-20,6,-20,-5v22,-11,46,-12,51,18r15,82v17,-27,56,-75,25,-110","w":116,"k":{"a":4,"b":3,"h":3,"k":3,"l":3,"c":3,"e":3,"o":3,";":5,":":5,"d":6,"q":6,"f":4,"g":5,"i":4,"j":4,"m":4,"n":4,"p":4,"r":4,"s":2,"t":4,"u":4,"z":5,"x":4,",":16,".":16}},"w":{"d":"143,-128v38,-12,32,30,19,55v-14,27,-31,53,-47,77r-10,-1r-14,-71v-12,27,-26,51,-41,72r-9,-1v-11,-38,-10,-88,-30,-116v-7,-3,-20,6,-20,-5v23,-12,50,-12,50,18r16,79v14,-23,36,-52,24,-91v-1,-8,13,-7,19,-4r21,95v15,-26,51,-74,22,-107","w":176,"k":{"a":4,"b":3,"h":3,"k":3,"l":3,"c":3,"e":3,"o":3,";":5,":":5,"d":6,"q":6,"f":4,"g":5,"i":4,"j":4,"m":4,"n":4,"p":4,"r":4,"s":2,"t":4,"u":4,"z":5,"x":4,",":16,".":16}},"x":{"d":"15,5v-15,3,-21,-16,-11,-25v30,13,44,-16,56,-36v-12,-23,-9,-67,-49,-56r-1,-6r34,-9v22,3,20,32,29,49v13,-19,19,-45,46,-49v17,-3,22,23,8,27v-23,-18,-41,15,-50,33v11,27,18,69,59,53v0,13,-21,18,-36,18v-25,0,-26,-28,-36,-49v-13,21,-23,45,-49,50","k":{"a":2,"b":3,"h":3,"k":3,"l":3,"c":3,"e":3,"o":3,"d":3,"q":3,"g":5,"i":2,"j":2,"p":-7,"x":4,"\u00ad":14,"'":4,"\"":4}},"y":{"d":"-12,75v0,-20,21,1,33,-10v17,-15,22,-40,33,-64v-24,-26,-15,-97,-49,-115v-6,0,-16,5,-15,-4v22,-12,50,-12,51,18r22,77v18,-33,20,-80,47,-104v6,0,11,0,14,2r-88,194v-6,16,-42,31,-48,6","w":119,"k":{" ":2,"a":5,"c":4,"e":4,"o":4,"d":7,"q":7,"g":6,"s":3,"z":4,"x":4,",":18,".":18,"'":-4,"\"":-4}},"z":{"d":"90,4v-27,-1,-57,-19,-79,-1v-12,-13,16,-27,22,-41r58,-67v-26,7,-70,-15,-69,21r-7,0v-12,-61,57,-29,95,-42v-1,40,-60,77,-79,109v27,-13,77,21,78,-22r6,1v-1,23,-3,42,-25,42","w":120,"k":{"z":2}},"&":{"d":"119,-175v0,32,-24,46,-45,60v15,26,35,52,57,71v11,-17,9,-51,-4,-65v-17,1,-24,-9,-7,-14v17,8,46,6,68,2v7,17,-15,15,-33,15v-3,0,-7,-1,-10,-1v15,20,5,53,-7,70v17,13,35,32,65,24v6,15,-19,13,-32,17v-19,-3,-33,-14,-46,-25v-27,39,-114,33,-112,-30v1,-33,19,-50,39,-63v-21,-35,-10,-91,36,-91v18,0,31,11,31,30xm56,-105v-47,32,-5,123,54,85v19,-12,-21,-27,-26,-43xm81,-193v-32,2,-23,50,-11,70v23,-9,47,-60,11,-70","w":192},"`":{"d":"59,-140v-17,3,-57,-46,-36,-66r4,1v8,23,18,45,32,65","w":70},",":{"d":"31,-33v39,14,3,74,-21,79r-3,-5v19,-8,34,-41,11,-55v-3,-9,3,-20,13,-19","w":59},";":{"d":"35,-33v38,14,3,74,-21,79r-4,-5v20,-8,35,-41,12,-55v-3,-9,3,-20,13,-19xm25,-106v-1,-19,29,-23,29,-3v2,20,-29,24,-29,3","w":62},":":{"d":"36,-28v16,-1,16,25,5,30v-10,5,-20,-3,-20,-13v0,-11,6,-16,15,-17xm25,-106v-1,-19,29,-23,29,-3v2,20,-29,24,-29,3","w":62},".":{"d":"32,-28v17,-1,17,24,5,30v-10,5,-19,-3,-19,-13v0,-11,5,-16,14,-17","w":59},"-":{"d":"7,-59v3,-28,45,-9,74,-16v6,30,-45,6,-74,16","w":89},"\u2010":{"d":"7,-59v3,-28,45,-9,74,-16v6,30,-45,6,-74,16","w":89},"\u00ad":{"d":"7,-59v3,-28,45,-9,74,-16v6,30,-45,6,-74,16","w":89,"k":{"C":-7,"G":-7,"O":-9,"Q":-9,"T":18,"V":11,"W":11,"Z":7,"c":-5,"e":-5,"o":-5,"d":-4,"q":-4,"X":12,"Y":18,"x":12}},"!":{"d":"46,-53r-9,1v1,-48,-5,-104,0,-149v3,-6,19,-5,26,-2xm41,-27v17,-1,17,23,5,29v-9,4,-19,-3,-19,-13v0,-10,5,-15,14,-16","w":82},"?":{"d":"12,-163v2,-49,104,-65,105,-5v1,55,-55,59,-57,105v3,7,16,7,9,16v-13,-3,-26,-5,-26,-19v10,-38,51,-48,51,-96v0,-35,-60,-44,-61,-9v-1,12,6,17,10,25v-14,8,-31,-1,-31,-17xm57,-27v22,0,15,30,0,31v-8,-1,-14,-6,-14,-15v0,-10,5,-15,14,-16","w":128},"\/":{"d":"94,-210v-32,75,-51,157,-75,243r-10,-2r58,-229v4,-10,14,-17,27,-12","w":98},"|":{"d":"57,84r-13,1r4,-321r9,1r0,319","w":100},"(":{"d":"86,-233v-64,61,-72,235,3,289v-84,11,-87,-199,-36,-258v10,-12,16,-25,26,-36","w":89,"k":{"j":-4,"g":-11,"f":-4,"J":-57}},")":{"d":"3,57v63,-60,74,-236,-3,-288v84,-8,87,192,37,257v-9,12,-17,25,-27,36","w":89},"[":{"d":"28,52v8,-92,-5,-225,12,-287r47,0r-1,9v-17,2,-35,-5,-35,19r-3,251v4,8,21,4,33,5r1,10v-17,-3,-48,8,-54,-7","w":95,"k":{"J":-45,"f":-44,"g":-5,"j":-44}},"]":{"d":"68,-228v-10,91,6,226,-12,287r-47,0r1,-10v17,-2,35,6,35,-19r3,-250v-4,-9,-23,-4,-34,-6r0,-9r47,0v5,-1,7,3,7,7","w":95},"{":{"d":"34,4v0,-37,22,-91,-22,-90r0,-9v42,2,26,-45,26,-83v0,-35,14,-59,52,-57v-1,4,1,11,-5,9v-61,3,5,122,-54,136v38,9,22,66,22,106v0,21,7,35,31,33v0,0,4,12,-4,10v-31,-1,-46,-24,-46,-55","w":97,"k":{"J":-45,"f":-44,"g":-5,"j":-44}},"}":{"d":"64,-182v0,38,-22,86,22,87r0,9v-72,-1,27,140,-77,145v1,-4,-2,-12,4,-10v63,-1,-6,-125,55,-140v-39,-9,-24,-66,-22,-103v1,-22,-10,-33,-32,-32v0,-5,-2,-11,5,-9v31,1,45,20,45,53","w":97},"*":{"d":"41,-163v-11,-8,-43,-21,-19,-34v8,9,15,20,24,28v2,-15,-3,-49,20,-34v-6,10,-8,23,-12,35v14,-4,38,-28,40,0v-14,1,-25,5,-37,7v10,8,42,20,20,35v-8,-11,-16,-19,-25,-28v-2,15,4,46,-20,34v4,-12,10,-22,12,-36v-12,3,-31,24,-38,7v-1,-2,-1,-4,-1,-7v12,-2,26,-3,36,-7","w":98},"^":{"d":"74,-202v7,37,51,88,43,117v-33,-15,-33,-67,-51,-101v-17,33,-23,77,-49,101v-7,1,-10,-2,-12,-6v24,-33,37,-74,58,-111v2,-1,8,-2,11,0","w":130},"\u2038":{"d":"74,-202v7,37,51,88,43,117v-33,-15,-33,-67,-51,-101v-17,33,-23,77,-49,101v-7,1,-10,-2,-12,-6v24,-33,37,-74,58,-111v2,-1,8,-2,11,0","w":130},"~":{"d":"124,-78v-8,67,-94,-20,-114,25v-2,-67,89,17,112,-25r2,0","w":132},"\\":{"d":"83,33v-24,-87,-43,-167,-76,-242v44,-10,42,66,52,104r34,136","w":96},"_":{"d":"76,23v7,12,-8,14,-21,14v-23,0,-47,0,-66,4v6,-28,54,-10,87,-18","w":57},"'":{"d":"22,-132v2,-25,-4,-59,3,-78v7,0,13,-2,18,1v-5,25,-9,50,-12,76","w":53,"k":{"!":5,"A":24,"B":-4,"D":-4,"E":-4,"F":-4,"H":-4,"I":-4,"K":-4,"L":-4,"P":-4,"R":-4,"C":4,"G":4,"J":-6,"M":-5,"N":-5,"O":3,"Q":3,"T":-5,"V":-7,"W":-9,"a":13,"c":18,"e":18,"o":18,";":11,":":11,"d":24,"q":24,"g":16,"s":11,"z":11,"S":-2,"Y":-7,"x":9,",":11,".":11}},"\"":{"d":"22,-132v2,-25,-4,-59,3,-78v7,0,13,-2,18,1v-5,25,-9,50,-12,76xm62,-132v2,-25,-4,-59,3,-78v7,0,13,-2,18,1v-5,25,-9,50,-12,76","w":94,"k":{"!":5,"A":24,"B":-4,"D":-4,"E":-4,"F":-4,"H":-4,"I":-4,"K":-4,"L":-4,"P":-4,"R":-4,"C":4,"G":4,"J":-6,"M":-5,"N":-5,"O":3,"Q":3,"T":-5,"V":-7,"W":-9,"a":13,"c":18,"e":18,"o":18,";":11,":":11,"d":24,"q":24,"g":16,"s":11,"z":11,"S":-2,"Y":-7,"x":9,",":11,".":11}},"@":{"d":"61,-43v-2,-51,45,-99,89,-70v-4,-14,11,-16,21,-11v-2,30,-10,60,-6,90v2,12,4,24,18,24v24,0,31,-30,31,-58v-2,-56,-29,-91,-85,-91v-65,0,-98,45,-98,112v0,59,33,94,89,94v38,0,64,-17,83,-39r5,5v-22,26,-50,47,-94,47v-62,0,-99,-36,-99,-99v0,-77,44,-132,120,-132v61,0,93,34,93,94v0,40,-13,77,-51,80v-36,3,-33,-46,-28,-72v-14,29,-25,63,-60,70v-23,0,-27,-22,-28,-44xm150,-104v-41,-32,-87,31,-63,79v35,18,56,-42,63,-79","w":243},"$":{"d":"95,-96v52,18,31,100,-25,97r0,21r-12,1v1,-11,5,-25,-12,-22v-21,-2,-38,-9,-39,-31v-1,-13,13,-22,24,-16v-8,21,7,37,28,37r3,-75v-44,-7,-67,-75,-16,-96v6,-3,13,-6,20,-7v1,-10,-3,-28,12,-21v1,6,-4,18,1,21v24,-1,43,8,45,27v2,12,-11,19,-23,15v4,-19,-6,-30,-24,-31r-3,71xm71,-10v37,2,48,-51,15,-64v-4,-2,-8,-5,-13,-7xm66,-175v-33,0,-44,44,-15,59v4,2,8,5,12,7","w":136},"#":{"d":"12,-95v-1,-18,21,-15,38,-15v4,-15,1,-37,8,-49v19,2,4,40,4,49r33,0v6,-18,-2,-54,22,-47r-9,48r30,-2v7,18,-14,14,-32,14r-5,37r32,-2v6,18,-16,14,-34,14v-2,16,-4,34,-6,51v-19,-2,-7,-33,-6,-51v-12,0,-24,1,-34,-1v-6,18,4,51,-21,51r9,-51v-12,1,-24,0,-34,3v0,-17,18,-15,36,-15r5,-37v-12,1,-26,0,-36,3xm89,-61r5,-36r-33,-1r-6,37r34,0","w":150},"0":{"d":"11,-58v0,-42,23,-72,64,-72v37,0,57,24,57,62v0,44,-22,73,-63,73v-38,0,-58,-25,-58,-63xm69,-118v-53,3,-46,112,6,111v54,-3,42,-114,-6,-111","w":143,"k":{"4":9}},"1":{"d":"39,-104v-2,-18,-25,-5,-38,-3r-2,-7v19,-5,36,-12,55,-15v16,22,-4,86,1,129r-21,2","w":82,"k":{"7":2,"5":2,"4":2,"3":3}},"2":{"d":"76,-20v18,-2,42,1,31,21v-32,-4,-67,-3,-99,0r-1,-8v29,-26,68,-40,75,-85v4,-29,-50,-39,-52,-10v0,8,4,14,8,20v-15,10,-34,-5,-25,-23v14,-27,91,-40,91,6v0,49,-47,61,-77,88v16,-4,32,-7,49,-9","w":118,"k":{"5":2}},"3":{"d":"88,10v0,-31,-21,-44,-55,-43r0,-6v23,-9,47,-21,49,-52v2,-30,-55,-40,-55,-11v0,8,3,15,9,19v-11,8,-27,1,-27,-12v0,-40,95,-52,95,-3v0,33,-26,44,-48,57v32,0,53,14,55,43v3,52,-77,82,-113,46v-5,-9,1,-22,12,-21v7,13,17,26,37,25v25,-1,41,-17,41,-42","w":118},"4":{"d":"103,-19v19,-1,44,-2,32,20v-11,-1,-21,-3,-33,-2r-2,62r-20,2r3,-65r-80,3r-1,-4v30,-46,61,-82,73,-142v36,5,4,49,-6,63r-49,70v20,-4,43,-4,64,-6v4,-23,-9,-76,23,-64","w":142,"k":{"9":6,"7":11,"6":4,"5":4,"4":-1,"1":4}},"5":{"d":"109,-118v-8,25,-56,12,-79,8v0,17,-5,42,-6,55v38,-19,88,-4,88,43v0,56,-57,95,-107,67v-11,-6,-8,-29,7,-28v19,46,77,20,77,-30v0,-41,-40,-59,-73,-40v-8,-19,7,-54,5,-83v29,0,58,3,85,-1v2,3,3,6,3,9","w":122,"k":{"6":5}},"6":{"d":"111,-51v2,-36,-32,-58,-63,-41v-2,-15,22,-18,36,-18v30,0,49,19,49,50v0,40,-23,65,-60,65v-42,0,-59,-33,-59,-78v0,-63,29,-110,88,-117v22,-2,42,18,18,28v-7,-8,-14,-14,-30,-13v-42,5,-53,45,-53,92v0,39,6,76,40,76v24,0,33,-20,34,-44","w":144,"k":{"4":6,"2":4}},"7":{"d":"8,-73v1,-35,1,-64,50,-51r73,-2r2,4v-31,56,-60,118,-84,185v-7,0,-16,2,-21,0r83,-168v-37,5,-94,-18,-94,32r-9,0","w":137,"k":{"9":7,"8":4,"6":2,"5":2,"4":25,"2":3,"1":-4,"0":9}},"8":{"d":"19,-140v0,-55,103,-71,103,-13v0,27,-20,42,-39,53v20,11,42,21,44,50v4,61,-117,79,-117,11v0,-30,20,-42,39,-55v-15,-10,-30,-21,-30,-46xm67,-7v36,0,51,-39,26,-60v-10,-9,-23,-16,-36,-22v-33,11,-38,82,10,82xm71,-179v-41,-2,-39,56,-10,67v4,3,9,5,14,8v30,-10,41,-73,-4,-75","w":137,"k":{"9":1,"4":4,"3":5,"2":4}},"9":{"d":"34,-77v-1,37,31,62,63,44v6,14,-22,18,-35,18v-31,0,-50,-20,-50,-53v0,-39,23,-62,60,-62v88,0,63,159,12,183v-18,21,-93,12,-70,-19v14,-3,18,19,41,16v43,-5,52,-45,52,-92v0,-39,-6,-74,-39,-76v-24,-2,-33,17,-34,41","w":143,"k":{"3":3}},"%":{"d":"250,-60v1,37,-14,64,-49,64v-32,0,-47,-19,-47,-51v0,-37,16,-64,51,-64v31,0,45,18,45,51xm202,-102v-41,2,-40,96,0,97v41,-2,42,-96,0,-97xm107,-155v0,36,-15,64,-50,64v-32,0,-47,-19,-47,-51v0,-37,16,-62,51,-64v33,-1,46,20,46,51xm59,-197v-42,2,-40,96,-1,97v40,-2,42,-95,1,-97xm63,14v-18,-12,0,-25,10,-42v36,-61,88,-129,131,-186v6,-1,10,-2,13,4r-116,163","w":260},"+":{"d":"127,-71v5,11,-3,15,-16,15r-34,0r-2,51r-13,2r0,-54v-17,1,-36,-1,-51,3v-2,-24,30,-14,51,-16v4,-19,-9,-59,20,-50r-5,50"},"=":{"d":"10,-34v7,-34,74,-6,116,-17v6,11,-2,17,-16,15v-33,1,-70,-3,-100,2xm11,-74v7,-35,70,-7,116,-17v2,33,-79,3,-116,17"},"<":{"d":"27,-63v36,17,70,25,97,47v0,17,-12,9,-20,3r-94,-43r1,-13r111,-52v17,27,-41,33,-63,46v-13,8,-14,5,-32,12"},">":{"d":"112,-63v-37,-15,-70,-24,-98,-46v3,-24,26,4,38,5r76,35r0,13v-38,17,-78,32,-111,52v-19,-27,41,-33,63,-46v13,-8,14,-6,32,-13"}}});

/* Cufon Replace */

Cufon.replace('h2');
Cufon.replace('.cufon');

