/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}else{v.fillStyle=o.get("color")}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,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:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());

Cufon.registerFont({"w":164,"face":{"font-family":"Arial Narrow","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 6 2 2 2 3 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-14 -281 289 76.0242","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":82},"\u00a0":{"w":82},"!":{"d":"34,-64r-8,-137r0,-57r32,0v1,68,-4,130,-7,194r-17,0xm27,0r0,-36r30,0r0,36r-30,0","w":82},"\"":{"d":"21,-166v-5,-28,-10,-57,-8,-92r30,0v1,34,-2,64,-7,92r-15,0xm68,-166v-4,-29,-9,-57,-7,-92r30,0v1,34,-2,64,-7,92r-16,0","w":104},"#":{"d":"14,4r13,-74r-24,0r0,-27r28,0r11,-63r-39,0r0,-27r43,0r13,-75r22,0r-13,75r45,0r13,-75r22,0r-13,75r25,0r0,27r-29,0r-11,63r40,0r0,27r-44,0r-13,74r-22,0r13,-74r-45,0r-13,74r-22,0xm53,-97r45,0r11,-63r-45,0"},"$":{"d":"150,-73v2,42,-25,75,-62,78r0,32r-15,0r0,-32v-43,-5,-59,-33,-63,-77r26,-6v4,30,13,52,37,57r0,-101v-32,-8,-60,-29,-58,-73v1,-40,19,-68,58,-71r0,-15r15,0r0,15v36,4,52,28,57,63r-27,5v-3,-23,-13,-37,-30,-42r0,92v41,10,60,29,62,75xm73,-240v-42,6,-45,78,0,88r0,-88xm88,-21v29,-2,45,-50,28,-78v-5,-7,-14,-13,-28,-19r0,97"},"%":{"d":"61,-126v-31,0,-44,-31,-44,-70v0,-37,14,-66,44,-66v31,0,46,29,46,68v0,37,-15,68,-46,68xm62,-148v31,0,32,-91,0,-92v-33,0,-32,92,0,92xm62,9r115,-271r21,0r-115,271r-21,0xm198,9v-30,0,-45,-31,-45,-69v0,-36,15,-67,44,-67v31,0,47,30,47,68v0,36,-16,68,-46,68xm199,-12v30,-1,32,-94,-1,-93v-29,0,-33,94,1,93","w":262},"&":{"d":"92,-262v29,0,50,25,49,55v0,24,-13,45,-40,63r38,59v4,-11,7,-22,10,-36r27,7v-5,22,-11,41,-19,55v10,16,21,29,33,40r-17,25v-11,-8,-21,-20,-33,-36v-17,23,-37,34,-60,34v-40,0,-67,-38,-67,-75v0,-32,17,-58,50,-77v-14,-21,-23,-31,-24,-57v-1,-30,23,-57,53,-57xm91,-236v-39,3,-23,56,-3,71v29,-11,38,-64,3,-71xm41,-73v-2,32,32,65,63,41v8,-6,15,-14,20,-23r-47,-72v-22,15,-34,27,-36,54","w":196},"'":{"d":"19,-166v-5,-28,-8,-58,-7,-92r30,0v1,34,-2,64,-7,92r-16,0","w":56},"(":{"d":"88,-262v-57,100,-59,229,0,338r-19,0v-59,-87,-73,-238,0,-338r19,0","w":98},")":{"d":"29,-262v73,102,62,248,0,338r-18,0v58,-109,55,-238,0,-338r18,0","w":98},"*":{"d":"9,-210r6,-25v16,6,27,12,34,17v-2,-22,-3,-36,-3,-44r21,0v0,11,-2,26,-4,44v10,-6,21,-12,34,-17r7,25v-12,5,-24,8,-36,9v6,7,14,18,25,34r-17,15v-6,-9,-12,-22,-20,-38v-7,16,-14,29,-19,38r-17,-15v11,-17,19,-28,24,-34v-12,-2,-24,-6,-35,-9","w":114},"+":{"d":"74,-42r0,-70r-58,0r0,-30r58,0r0,-70r24,0r0,70r58,0r0,30r-58,0r0,70r-24,0","w":172},",":{"d":"27,0r0,-36r29,0v0,37,3,76,-24,87r-7,-14v12,-6,17,-17,16,-37r-14,0","w":82},"-":{"d":"9,-77r0,-32r80,0r0,32r-80,0","w":98},"\u00ad":{"d":"9,-77r0,-32r80,0r0,32r-80,0","w":98},".":{"d":"27,0r0,-36r30,0r0,36r-30,0","w":82},"\/":{"d":"0,4r61,-266r21,0r-61,266r-21,0","w":82},"0":{"d":"81,4v-57,0,-69,-56,-69,-131v0,-71,12,-132,69,-132v57,0,69,60,69,132v0,70,-12,131,-69,131xm80,-233v-38,9,-42,44,-42,106v0,63,4,97,43,105v38,-8,42,-45,42,-105v0,-63,-4,-97,-43,-106"},"1":{"d":"32,-194v25,-13,50,-40,61,-65r17,0r0,259r-27,0r0,-202v-10,14,-36,31,-51,39r0,-31"},"2":{"d":"148,-187v0,69,-78,107,-103,157r104,0r0,30r-140,0v1,-80,108,-114,113,-188v1,-24,-18,-45,-40,-45v-26,0,-43,22,-42,52r-26,-3v3,-46,25,-74,69,-75v40,-1,65,33,65,72"},"3":{"d":"150,-76v3,64,-73,108,-117,61v-12,-13,-19,-31,-21,-53r26,-4v4,74,85,57,85,-4v0,-34,-27,-60,-60,-46r3,-28v27,5,47,-17,47,-43v0,-21,-14,-40,-34,-40v-25,0,-35,20,-39,47r-25,-6v4,-38,26,-65,63,-67v62,-4,84,95,33,119v25,8,37,31,39,64"},"4":{"d":"95,0r0,-62r-92,0r0,-29r97,-167r21,0r0,167r29,0r0,29r-29,0r0,62r-26,0xm95,-91r0,-116r-66,116r66,0"},"5":{"d":"152,-87v0,67,-69,121,-119,72v-12,-12,-19,-30,-21,-53r27,-2v3,27,16,48,40,48v29,0,45,-29,45,-63v0,-57,-63,-77,-83,-33r-25,-4r21,-132r105,0r0,30r-84,0r-12,69v48,-41,106,5,106,68"},"6":{"d":"11,-121v0,-79,16,-138,75,-138v36,0,57,28,60,64r-25,3v-5,-47,-55,-55,-73,-13v-8,17,-11,40,-12,72v11,-19,27,-34,52,-34v37,0,64,40,62,84v-2,46,-22,87,-66,87v-56,0,-73,-52,-73,-125xm82,-139v-26,0,-42,26,-42,56v0,30,18,61,44,61v25,0,40,-28,40,-60v0,-32,-15,-57,-42,-57"},"7":{"d":"43,0v3,-85,36,-171,74,-224r-103,0r0,-30r136,0r0,24v-38,50,-77,147,-80,230r-27,0"},"8":{"d":"81,4v-74,8,-95,-126,-29,-144v-55,-19,-33,-127,29,-119v60,-6,85,98,30,119v65,20,46,152,-30,144xm81,-233v-18,0,-34,18,-34,40v0,22,14,41,34,41v21,0,35,-17,35,-40v0,-22,-15,-40,-35,-41xm81,-126v-26,0,-43,24,-43,52v0,27,18,52,43,52v25,0,43,-23,43,-51v0,-28,-17,-53,-43,-53"},"9":{"d":"151,-134v-1,76,-12,138,-76,138v-36,0,-57,-27,-59,-64r25,-2v4,27,15,40,35,40v41,0,48,-52,49,-99v-10,17,-27,34,-50,34v-38,0,-63,-39,-63,-85v0,-48,26,-87,66,-87v59,0,73,53,73,125xm81,-115v57,0,53,-118,0,-118v-54,2,-59,118,0,118"},":":{"d":"27,-151r0,-36r30,0r0,36r-30,0xm27,0r0,-36r30,0r0,36r-30,0","w":82},";":{"d":"27,-151r0,-36r29,0r0,36r-29,0xm27,0r0,-36r29,0v0,37,3,76,-24,87r-7,-14v12,-6,17,-17,16,-37r-14,0","w":82},"\u037e":{"d":"27,-151r0,-36r29,0r0,36r-29,0xm27,0r0,-36r29,0v0,37,3,76,-24,87r-7,-14v12,-6,17,-17,16,-37r-14,0","w":82},"<":{"d":"16,-113r0,-29r140,-72r0,31r-111,56r111,56r0,31","w":172},"=":{"d":"156,-152r-140,0r0,-29r140,0r0,29xm156,-73r-140,0r0,-30r140,0r0,30","w":172},">":{"d":"156,-113r-140,73r0,-31r111,-56r-111,-56r0,-31r140,72r0,29","w":172},"?":{"d":"149,-192v1,59,-62,64,-57,129r-24,0v-12,-64,49,-76,54,-127v2,-24,-18,-47,-40,-46v-28,1,-40,22,-43,52r-27,-4v5,-43,26,-73,69,-74v40,0,67,31,68,70xm66,0r0,-36r29,0r0,36r-29,0"},"@":{"d":"195,1v-21,0,-26,-10,-28,-30v-11,15,-25,28,-44,30v-87,-15,-56,-192,23,-192v21,0,34,15,43,33r5,-27r26,0r-25,145v0,6,4,11,10,11v32,-8,55,-54,55,-97v0,-65,-40,-111,-102,-111v-81,0,-121,69,-121,152v0,84,43,134,125,135v47,0,83,-22,101,-53r26,0v-22,42,-63,80,-127,79v-97,-1,-146,-61,-146,-158v0,-98,45,-180,143,-180v78,0,120,60,123,136v2,55,-37,127,-87,127xm147,-164v-51,0,-73,125,-19,139v34,-5,52,-48,53,-89v1,-27,-12,-50,-34,-50","w":299},"A":{"d":"0,0r81,-258r30,0r86,258r-32,0r-24,-78r-88,0r-24,78r-29,0xm61,-106r71,0r-37,-125v-6,45,-23,85,-34,125","w":196},"B":{"d":"101,-258v73,-9,90,93,41,121v23,8,40,30,39,62v-2,50,-25,76,-79,75r-80,0r0,-258r79,0xm144,-188v0,-46,-47,-39,-94,-39r0,78v45,-1,94,8,94,-39xm152,-75v0,-50,-52,-44,-102,-44r0,89v50,0,102,7,102,-45","w":196},"C":{"d":"111,-25v36,0,57,-28,62,-65r28,8v-10,50,-36,86,-89,86v-72,0,-93,-61,-98,-135v-6,-95,78,-167,152,-112v16,12,25,31,31,56r-27,8v-10,-36,-28,-54,-57,-54v-52,0,-69,45,-70,102v0,60,18,106,68,106","w":213},"D":{"d":"197,-130v0,75,-24,131,-99,130r-76,0r0,-258r73,0v81,-1,102,52,102,128xm168,-131v0,-58,-12,-99,-74,-96r-44,0r0,197r45,0v62,2,73,-43,73,-101","w":213},"E":{"d":"23,0r0,-258r153,0r0,31r-125,0r0,79r117,0r0,30r-117,0r0,88r130,0r0,30r-158,0","w":196},"F":{"d":"25,0r0,-258r142,0r0,31r-114,0r0,80r99,0r0,30r-99,0r0,117r-28,0","w":180},"G":{"d":"123,-26v23,0,50,-15,61,-27r0,-48r-62,0r0,-30r90,0r0,95v-24,23,-48,40,-88,40v-73,0,-106,-55,-108,-132v-2,-89,59,-160,147,-125v26,10,39,34,45,67r-25,9v-6,-37,-23,-56,-61,-56v-56,0,-75,45,-77,103v-1,62,25,102,78,104","w":229},"H":{"d":"23,0r0,-258r28,0r0,106r109,0r0,-106r28,0r0,258r-28,0r0,-121r-109,0r0,121r-28,0","w":213},"I":{"d":"28,0r0,-258r28,0r0,258r-28,0","w":82},"J":{"d":"124,-82v0,55,-13,85,-59,86v-44,1,-56,-33,-57,-77r25,-4v2,32,6,51,32,51v26,0,32,-22,31,-54r0,-178r28,0r0,176","w":147},"K":{"d":"22,0r0,-258r28,0r0,128r105,-128r38,0r-89,105r93,153r-37,0r-76,-130r-34,41r0,89r-28,0","w":196},"L":{"d":"21,0r0,-258r28,0r0,228r104,0r0,30r-132,0"},"M":{"d":"22,0r0,-258r42,0r60,221r62,-221r38,0r0,258r-27,0r0,-216r-62,216r-25,0r-61,-219r0,219r-27,0","w":245},"N":{"d":"22,0r0,-258r29,0r111,203r0,-203r26,0r0,258r-28,0r-111,-202r0,202r-27,0","w":213},"O":{"d":"116,4v-63,1,-101,-64,-101,-130v0,-75,35,-136,101,-136v69,0,100,59,101,133v1,72,-36,132,-101,133xm116,-233v-51,0,-72,46,-72,108v0,55,26,100,72,100v49,0,72,-47,72,-104v0,-56,-20,-104,-72,-104","w":229},"P":{"d":"184,-184v0,51,-24,80,-79,79r-54,0r0,105r-28,0r0,-258r79,0v58,-2,82,24,82,74xm155,-182v0,-54,-51,-46,-104,-45r0,92v51,1,104,7,104,-47","w":196},"Q":{"d":"115,-262v107,-4,126,167,69,234v13,11,25,19,36,24r-9,24v-15,-7,-30,-17,-45,-32v-79,51,-158,-26,-153,-117v4,-74,32,-131,102,-133xm42,-129v0,68,39,122,101,97v-9,-7,-18,-11,-28,-14r7,-25v16,5,29,13,40,24v42,-48,33,-188,-47,-186v-49,2,-73,46,-73,104","w":229},"R":{"d":"192,-188v0,42,-23,64,-60,71v40,25,52,77,77,117r-35,0r-28,-54v-23,-45,-29,-65,-95,-60r0,114r-28,0r0,-258r93,0v53,-2,76,24,76,70xm163,-187v0,-52,-62,-41,-112,-42r0,85v51,-1,112,10,112,-43","w":213},"S":{"d":"143,-137v67,32,39,142,-43,142v-53,0,-86,-36,-87,-88r27,-3v-9,70,115,82,115,16v0,-72,-134,-27,-134,-121v0,-75,113,-96,144,-35v6,12,10,25,10,41r-27,2v-2,-31,-18,-49,-51,-49v-39,0,-63,36,-40,62v10,12,71,26,86,33","w":196},"T":{"d":"77,0r0,-227r-70,0r0,-31r168,0r0,31r-70,0r0,227r-28,0","w":180},"U":{"d":"104,-26v48,0,57,-26,57,-83r0,-149r28,0v-7,109,33,262,-83,262v-116,0,-76,-155,-83,-262r28,0r0,149v-2,53,9,83,53,83","w":213},"V":{"d":"83,0r-82,-258r31,0r66,230r68,-230r29,0r-83,258r-29,0","w":196},"W":{"d":"60,0r-56,-258r29,0r41,222r50,-222r33,0r31,131v7,31,12,62,16,91r44,-222r28,0r-58,258r-27,0r-51,-227r-51,227r-29,0","w":278},"X":{"d":"1,0r82,-134r-72,-124r33,0r56,98v17,-34,40,-66,59,-98r30,0r-74,122r80,136r-34,0r-63,-109r-63,109r-34,0","w":196},"Y":{"d":"82,0r0,-109r-81,-149r34,0r63,122v18,-39,44,-83,64,-122r33,0r-85,149r0,109r-28,0","w":196},"Z":{"d":"6,0r0,-32r131,-195r-119,0r0,-31r152,0r0,31r-132,197r135,0r0,30r-167,0","w":180},"[":{"d":"21,72r0,-330r57,0r0,26r-32,0r0,277r32,0r0,27r-57,0","w":82},"\\":{"d":"61,4r-61,-266r21,0r61,266r-21,0","w":82},"]":{"d":"64,72r-58,0r0,-27r32,0r0,-277r-32,0r0,-26r58,0r0,330","w":82},"^":{"d":"34,-121r-26,0r51,-141r21,0r51,141r-26,0r-36,-105","w":138},"_":{"d":"-2,27r168,0r0,18r-168,0r0,-18"},"`":{"d":"67,-210r-21,0r-33,-49r35,0","w":98},"a":{"d":"143,-120v0,45,-4,96,8,120r-27,0v-3,-6,-4,-14,-5,-23v-27,39,-109,37,-109,-26v0,-59,67,-57,107,-69v2,-31,-9,-48,-37,-47v-27,1,-34,10,-40,36r-25,-4v6,-38,26,-58,69,-58v46,0,59,21,59,71xm69,-21v37,-2,51,-29,48,-73v-21,15,-81,4,-79,44v1,18,12,30,31,29"},"b":{"d":"152,-95v10,75,-71,134,-109,72r0,23r-24,0r0,-258r26,0r0,92v44,-58,115,0,107,71xm84,-165v-28,0,-41,34,-41,70v0,43,6,73,41,73v55,0,57,-143,0,-143"},"c":{"d":"81,-22v24,0,35,-20,38,-46r26,4v-4,39,-26,68,-65,68v-47,0,-69,-43,-69,-98v0,-97,115,-138,131,-38r-25,5v-4,-22,-14,-38,-35,-38v-32,0,-45,30,-44,71v0,41,10,72,43,72","w":147},"d":{"d":"75,-191v19,0,34,12,42,26r0,-93r26,0r0,258r-25,0r0,-24v-7,15,-21,28,-42,28v-42,-1,-67,-45,-66,-97v1,-55,17,-98,65,-98xm76,-165v-56,0,-54,143,2,143v28,0,41,-31,41,-68v0,-42,-11,-75,-43,-75"},"e":{"d":"37,-85v-5,63,71,89,87,25r26,4v-7,36,-28,60,-67,60v-49,0,-73,-41,-73,-96v0,-57,24,-99,72,-99v49,0,72,48,69,106r-114,0xm124,-111v2,-47,-44,-71,-72,-39v-8,9,-13,22,-14,39r86,0"},"f":{"d":"89,-231v-31,-10,-41,10,-37,44r30,0r0,25r-30,0r0,162r-26,0r0,-162r-23,0r0,-25r23,0v-6,-53,15,-87,67,-72","w":82},"g":{"d":"144,-187v-9,101,36,262,-69,263v-39,0,-61,-23,-61,-61r25,5v1,30,43,39,63,21v15,-14,16,-28,16,-65v-10,14,-22,24,-43,24v-88,-1,-90,-190,0,-191v22,1,35,12,45,27r0,-23r24,0xm76,-165v-27,1,-40,33,-40,68v0,41,11,71,42,71v55,0,58,-141,-2,-139"},"h":{"d":"85,-164v-59,0,-35,103,-40,164r-26,0r0,-258r26,0r0,93v30,-46,99,-28,99,47r0,118r-26,0r0,-118v0,-28,-9,-46,-33,-46"},"i":{"d":"19,-221r0,-37r26,0r0,37r-26,0xm19,0r0,-187r26,0r0,187r-26,0","w":65},"j":{"d":"19,-221r0,-37r26,0r0,37r-26,0xm45,10v3,51,-17,75,-59,62r5,-26v25,6,29,-6,28,-37r0,-196r26,0r0,197","w":65},"k":{"d":"20,0r0,-258r26,0r0,147r61,-76r34,0r-59,70r64,117r-31,0r-51,-95r-18,21r0,74r-26,0","w":147},"l":{"d":"18,0r0,-258r26,0r0,258r-26,0","w":65},"m":{"d":"83,-163v-58,0,-33,104,-38,163r-26,0r0,-187r24,0r0,27v11,-39,83,-42,89,2v10,-18,23,-33,47,-33v75,0,40,120,48,191r-26,0r0,-118v1,-28,-4,-45,-27,-45v-59,0,-32,104,-38,163r-26,0r0,-121v0,-27,-5,-42,-27,-42","w":245},"n":{"d":"86,-163v-63,0,-35,103,-41,163r-26,0r0,-187r23,0r0,27v10,-18,25,-30,49,-31v78,0,45,116,52,191r-26,0r0,-114v1,-30,-6,-49,-31,-49"},"o":{"d":"81,4v-48,0,-72,-42,-72,-97v0,-57,24,-98,72,-98v46,0,72,42,72,96v0,57,-23,99,-72,99xm80,-165v-30,0,-44,33,-44,72v0,40,14,71,46,71v30,0,44,-32,44,-71v0,-40,-14,-72,-46,-72"},"p":{"d":"152,-95v5,73,-64,132,-107,76r0,91r-26,0r0,-259r24,0r0,25v10,-18,21,-29,44,-29v46,0,61,45,65,96xm84,-166v-54,2,-59,144,0,144v56,-1,57,-143,0,-144"},"q":{"d":"75,-191v22,1,35,13,44,29r0,-25r23,0r0,259r-25,0r0,-92v-44,58,-107,-3,-107,-75v0,-49,19,-96,65,-96xm76,-166v-56,0,-54,144,3,144v28,0,40,-31,40,-68v0,-42,-12,-76,-43,-76"},"r":{"d":"93,-151v-32,-24,-48,19,-48,53r0,98r-26,0r0,-187r23,0r0,29v11,-30,32,-43,60,-23","w":98},"s":{"d":"116,-97v41,31,14,101,-43,101v-37,0,-58,-20,-64,-60r26,-5v-6,46,73,52,75,10v2,-31,-63,-30,-75,-44v-40,-23,-20,-101,36,-96v36,4,56,18,59,52r-25,5v3,-40,-64,-41,-67,-7v-2,30,66,30,78,44","w":147},"t":{"d":"51,-53v-2,24,6,28,26,25r3,28v-41,7,-55,-6,-55,-55r0,-107r-19,0r0,-25r19,0r0,-46r26,-19r0,65r26,0r0,25r-26,0r0,109","w":82},"u":{"d":"76,-23v60,0,36,-102,41,-164r26,0r0,187r-24,0r0,-27v-10,17,-24,31,-48,31v-78,-1,-47,-116,-53,-191r26,0v7,57,-23,164,32,164"},"v":{"d":"62,0r-58,-187r27,0r43,150v11,-50,29,-102,43,-150r27,0r-58,187r-24,0","w":147},"w":{"d":"47,0r-47,-187r27,0r33,148r33,-148r27,0r30,144r35,-144r25,0r-48,187r-26,0r-31,-144r-31,144r-27,0","w":213},"x":{"d":"2,0r56,-97r-52,-90r33,0r34,65r37,-65r31,0r-53,88r57,99r-31,0r-40,-74r-40,74r-32,0","w":147},"y":{"d":"18,72r-3,-30v36,7,38,-4,48,-42r-58,-187r28,0r43,152v11,-54,29,-101,43,-152r26,0r-58,190v-16,47,-19,80,-69,69","w":147},"z":{"d":"6,0r0,-26r97,-136v-31,2,-59,0,-91,1r0,-26r125,0r0,21r-99,140v34,-2,68,-1,103,-1r0,27r-135,0","w":147},"{":{"d":"38,-11v-1,-42,1,-63,-30,-68r0,-29v31,-5,30,-26,30,-68v0,-57,1,-87,54,-86r0,28v-27,0,-30,6,-30,36v0,64,2,83,-30,105v25,14,30,34,30,79v0,49,-8,60,30,62r0,28v-54,1,-54,-29,-54,-87","w":98},"|":{"d":"27,76r0,-338r23,0r0,338r-23,0","w":76},"}":{"d":"60,-176v0,42,-1,63,30,68r0,29v-31,5,-30,27,-30,68v0,57,-1,88,-53,87r0,-28v26,1,29,-8,29,-36v0,-65,-2,-83,30,-105v-25,-17,-28,-33,-30,-79v-2,-47,9,-60,-29,-62r0,-28v53,-1,53,29,53,86","w":98},"~":{"d":"50,-122v-19,2,-24,9,-37,24r0,-36v26,-42,77,-7,110,3v18,-1,28,-13,37,-25r0,38v-29,41,-76,4,-110,-4","w":172}}});Cufon.registerFont({"w":164,"face":{"font-family":"Arial Narrow","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 2 2 2 3 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-13 -278 287 76.0381","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":82},"!":{"d":"37,-66r-11,-131r0,-61r44,0v2,69,-6,129,-10,192r-23,0xm28,0r0,-49r41,0r0,49r-41,0","w":98},"\"":{"d":"24,-166v-5,-28,-10,-57,-8,-92r44,0v1,34,-2,64,-6,92r-30,0xm89,-166v-5,-28,-10,-57,-8,-92r44,0v1,34,-2,64,-6,92r-30,0","w":140},"#":{"d":"22,-64r-19,0r0,-39r26,0r8,-52r-34,0r0,-39r41,0r11,-68r32,0r-11,68r32,0r11,-68r33,0r-11,68r20,0r0,39r-27,0r-8,52r35,0r0,39r-42,0r-11,68r-32,0r11,-68r-32,0r-12,68r-32,0xm70,-155r-9,52r32,0r9,-52r-32,0"},"$":{"d":"151,-77v1,43,-23,74,-60,80r0,33r-20,0r0,-32v-35,-5,-55,-30,-61,-76r38,-5v2,17,11,33,23,39r0,-74v-73,-13,-72,-143,0,-149r0,-17r20,0r0,17v31,4,51,27,54,61r-36,6v-2,-14,-8,-23,-18,-28r0,69v42,13,59,30,60,76xm71,-223v-23,8,-27,52,0,61r0,-61xm91,-36v30,-5,36,-61,0,-68r0,68"},"%":{"d":"60,-126v-35,0,-47,-28,-47,-68v-1,-41,12,-68,46,-68v34,0,47,28,47,68v0,39,-12,68,-46,68xm59,-234v-22,1,-21,78,0,80v22,-1,22,-81,0,-80xm90,10r-30,0r113,-272r29,0xm202,10v-34,0,-47,-28,-47,-68v0,-40,13,-68,47,-68v34,0,47,28,47,68v0,41,-13,68,-47,68xm202,-98v-22,1,-22,79,0,80v21,-2,20,-78,0,-80","w":262},"&":{"d":"175,-61v7,8,26,24,33,30r-24,38v-12,-7,-24,-17,-35,-30v-16,18,-31,27,-61,28v-47,2,-74,-33,-75,-76v0,-33,16,-59,48,-79v-37,-44,-24,-112,38,-112v33,0,59,25,58,58v-2,33,-16,43,-39,62r30,47v3,-7,6,-17,9,-29r36,10v-5,25,-11,43,-18,53xm100,-227v-35,2,-16,42,-2,55v20,-10,36,-51,2,-55xm82,-118v-32,13,-41,81,4,82v12,0,25,-7,38,-20","w":213},"'":{"d":"21,-166v-5,-28,-10,-57,-8,-92r44,0v1,34,-2,64,-6,92r-30,0","w":70},"(":{"d":"89,-262v-46,104,-45,233,-1,338r-28,0v-56,-89,-59,-252,1,-338r28,0","w":98},")":{"d":"37,-262v59,88,58,249,1,338r-28,0v44,-104,45,-235,0,-338r27,0","w":98},"*":{"d":"35,-139r-21,-21r27,-34r-37,-11r8,-31v13,6,24,13,34,21v-2,-19,-3,-35,-3,-47r25,0v0,8,-1,24,-3,47v11,-7,26,-15,36,-19r8,32v-11,3,-24,5,-37,8r25,36r-22,18r-20,-40v-5,12,-12,26,-20,41","w":114},"+":{"d":"68,-37r0,-67r-56,0r0,-46r56,0r0,-67r36,0r0,67r56,0r0,46r-56,0r0,67r-36,0","w":172},",":{"d":"20,-49r41,0v1,50,1,95,-36,106r-8,-20v16,-7,22,-16,23,-37r-20,0r0,-49","w":82},"-":{"d":"9,-69r0,-49r80,0r0,49r-80,0","w":98},"\u00ad":{"d":"9,-69r0,-49r80,0r0,49r-80,0","w":98},".":{"d":"21,0r0,-49r41,0r0,49r-41,0","w":82},"\/":{"d":"0,4r52,-266r30,0r-52,266r-30,0","w":82},"0":{"d":"81,4v-56,-6,-69,-54,-69,-132v0,-77,14,-124,69,-131v56,7,69,54,69,132v0,78,-12,125,-69,131xm81,-37v42,2,26,-134,19,-165v-3,-11,-11,-16,-19,-16v-29,9,-26,37,-26,91v0,55,-3,81,26,90"},"1":{"d":"23,-194v24,-9,53,-37,60,-65r33,0r0,259r-40,0r0,-186v-15,17,-33,29,-53,37r0,-45"},"2":{"d":"149,-188v0,68,-58,99,-80,142r80,0r0,46r-142,0v1,-79,102,-111,102,-184v0,-20,-9,-34,-28,-34v-18,0,-27,14,-29,40r-40,-4v5,-48,24,-75,70,-77v42,-2,67,32,67,71"},"3":{"d":"111,-139v69,19,42,143,-30,143v-41,0,-67,-32,-70,-72r39,-6v1,20,12,37,30,37v20,0,30,-20,30,-43v0,-29,-20,-49,-47,-36r5,-40v20,0,33,-13,33,-34v1,-17,-8,-28,-23,-28v-16,1,-26,15,-26,34r-38,-7v6,-41,24,-66,65,-68v63,-4,85,96,32,120"},"4":{"d":"92,0r0,-52r-87,0r0,-43r92,-164r34,0r0,164r26,0r0,43r-26,0r0,52r-39,0xm92,-95r0,-88r-49,88r49,0"},"5":{"d":"155,-86v0,42,-26,92,-72,90v-41,-1,-66,-30,-70,-70r41,-5v1,19,13,36,29,36v22,0,31,-22,31,-51v0,-46,-41,-63,-63,-28r-33,-6r21,-134r107,0r0,46r-76,0r-7,44v52,-28,92,24,92,78"},"6":{"d":"13,-126v0,-77,18,-133,77,-133v36,0,55,28,60,64r-39,6v-1,-34,-32,-37,-45,-15v-6,10,-10,29,-11,58v35,-50,99,1,99,63v0,48,-26,87,-68,87v-56,0,-73,-54,-73,-130xm86,-131v-40,1,-37,94,2,94v35,-1,36,-95,-2,-94"},"7":{"d":"41,0v3,-80,28,-156,64,-208r-93,0r0,-46r139,0r0,36v-37,46,-71,134,-71,218r-39,0"},"8":{"d":"83,5v-75,0,-95,-117,-36,-144v-51,-23,-32,-128,34,-120v67,-7,83,96,34,120v59,24,42,144,-32,144xm81,-220v-15,0,-25,14,-25,31v0,18,9,31,25,31v15,0,25,-13,25,-31v0,-18,-10,-30,-25,-31xm81,-118v-39,0,-38,84,1,83v19,0,30,-19,29,-43v0,-21,-10,-40,-30,-40"},"9":{"d":"150,-129v0,79,-18,134,-77,134v-37,0,-55,-27,-60,-65r40,-5v0,34,32,38,45,14v5,-9,9,-28,11,-58v-35,52,-100,0,-100,-62v0,-48,26,-88,68,-88v56,0,73,55,73,130xm77,-123v40,-1,36,-95,-2,-95v-37,1,-35,95,2,95"},":":{"d":"29,-137r0,-50r40,0r0,50r-40,0xm29,0r0,-49r40,0r0,49r-40,0","w":98},";":{"d":"28,-137r0,-50r40,0r0,50r-40,0xm28,-49r40,0v1,50,2,95,-36,106r-8,-20v16,-6,23,-16,23,-37r-19,0r0,-49","w":98},"\u037e":{"d":"28,-137r0,-50r40,0r0,50r-40,0xm28,-49r40,0v1,50,2,95,-36,106r-8,-20v16,-6,23,-16,23,-37r-19,0r0,-49","w":98},"<":{"d":"159,-29r-145,-77r0,-43r145,-76r0,50r-101,47r101,49r0,50","w":172},"=":{"d":"12,-143r0,-46r148,0r0,46r-148,0xm12,-65r0,-46r148,0r0,46r-148,0","w":172},">":{"d":"14,-29r0,-50r101,-48r-101,-48r0,-50r145,77r0,42","w":172},"?":{"d":"91,-260v54,0,94,55,68,105v-7,24,-58,43,-51,89r-36,0v-14,-65,51,-76,55,-122v2,-20,-14,-35,-35,-35v-21,0,-35,15,-40,44r-37,-6v1,-42,33,-75,76,-75xm72,0r0,-49r40,0r0,49r-40,0","w":180},"@":{"d":"157,43v48,0,80,-17,99,-46r31,0v-19,47,-62,79,-127,79v-100,0,-151,-60,-151,-161v0,-100,50,-177,147,-177v79,0,122,57,123,135v1,60,-39,129,-95,127v-16,-1,-23,-6,-26,-20v-37,45,-99,6,-95,-53v4,-58,24,-118,78,-118v20,0,31,10,38,24r4,-19r38,0r-24,142v-1,3,2,8,5,8v31,-8,51,-52,51,-92v0,-62,-34,-102,-97,-102v-82,0,-121,64,-121,148v0,76,42,125,122,125xm145,-159v-32,0,-44,50,-45,83v0,27,8,41,27,44v32,-4,43,-50,44,-86v1,-22,-9,-41,-26,-41","w":287},"A":{"d":"212,0r-46,0r-19,-59r-84,0r-18,59r-45,0r82,-258r45,0xm133,-102r-29,-96r-28,96r57,0","w":213},"B":{"d":"198,-75v-5,60,-26,81,-105,75r-72,0r0,-258r85,0v85,-17,104,89,52,121v25,8,42,30,40,62xm147,-186v0,-38,-40,-27,-83,-29r0,60v35,-2,83,9,83,-31xm154,-77v0,-45,-46,-33,-90,-35r0,69v42,-1,90,10,90,-34","w":213},"C":{"d":"110,-40v29,0,41,-25,47,-55r41,16v-10,50,-36,83,-87,83v-66,0,-97,-61,-97,-131v0,-74,30,-135,99,-135v48,0,75,31,85,75r-43,13v-4,-25,-20,-44,-44,-44v-40,0,-53,37,-53,88v0,54,12,90,52,90","w":213},"D":{"d":"198,-126v0,74,-21,127,-97,126r-80,0r0,-258r78,0v81,0,99,53,99,132xm154,-128v2,-66,-16,-94,-90,-86r0,171r32,0v54,2,56,-34,58,-85","w":213},"E":{"d":"22,0r0,-258r156,0r0,44r-114,0r0,57r106,0r0,43r-106,0r0,71r118,0r0,43r-160,0","w":196},"F":{"d":"22,0r0,-258r145,0r0,44r-103,0r0,61r89,0r0,43r-89,0r0,110r-42,0","w":180},"G":{"d":"119,-40v20,0,39,-11,50,-22r0,-33r-49,0r0,-43r92,0r0,102v-16,20,-55,40,-91,40v-73,-2,-107,-57,-107,-133v0,-77,32,-131,105,-133v53,-1,83,29,90,76r-42,9v-5,-23,-22,-41,-48,-41v-42,0,-62,36,-61,86v0,51,16,92,61,92","w":229},"H":{"d":"22,0r0,-258r42,0r0,102r84,0r0,-102r43,0r0,258r-43,0r0,-113r-84,0r0,113r-42,0","w":213},"I":{"d":"20,0r0,-258r43,0r0,258r-43,0","w":82},"J":{"d":"72,-40v25,0,26,-19,26,-51r0,-167r42,0r0,163v2,64,-15,99,-70,99v-45,0,-66,-33,-65,-84r40,-5v1,27,6,45,27,45"},"K":{"d":"22,0r0,-258r43,0r0,115r86,-115r57,0r-79,101r84,157r-56,0r-58,-121r-34,43r0,78r-43,0","w":213},"L":{"d":"23,0r0,-256r42,0r0,213r106,0r0,43r-148,0","w":180},"M":{"d":"21,0r0,-258r64,0r38,176r38,-176r64,0r0,258r-40,0r0,-203r-42,203r-41,0r-41,-203r0,203r-40,0","w":245},"N":{"d":"22,0r0,-258r41,0r87,172r0,-172r40,0r0,258r-43,0r-85,-168r0,168r-40,0","w":213},"O":{"d":"116,4v-71,1,-104,-58,-103,-131v2,-78,28,-135,102,-135v68,0,103,57,103,133v0,74,-33,133,-102,133xm116,-218v-42,0,-59,37,-59,89v0,50,18,89,59,89v40,0,58,-40,58,-90v0,-51,-17,-88,-58,-88","w":229},"P":{"d":"183,-178v3,68,-42,87,-119,81r0,97r-43,0r0,-258r69,0v72,-4,90,21,93,80xm139,-178v0,-39,-32,-37,-75,-36r0,73v41,1,75,3,75,-37","w":196},"Q":{"d":"116,-262v104,-5,127,157,76,229v10,9,21,17,34,22r-16,37v-22,-11,-18,-8,-47,-33v-84,38,-150,-27,-150,-122v0,-77,34,-130,103,-133xm57,-129v0,57,24,101,74,86v-8,-7,-17,-12,-26,-16r12,-29v14,5,28,14,40,26v30,-43,23,-160,-42,-156v-41,2,-58,39,-58,89","w":229},"R":{"d":"194,-186v2,42,-20,66,-55,72v33,24,50,73,72,114r-50,0r-54,-94v-8,-13,-20,-15,-43,-14r0,108r-42,0r0,-258r89,0v60,-2,81,21,83,72xm150,-182v0,-43,-45,-30,-86,-32r0,65v42,-2,86,11,86,-33","w":213},"S":{"d":"153,-141v53,45,30,146,-56,146v-52,0,-80,-30,-86,-89r41,-5v5,33,20,50,46,50v37,0,59,-47,26,-61v-39,-17,-106,-28,-106,-90v0,-70,92,-92,136,-52v14,14,22,33,22,58r-42,2v4,-45,-75,-49,-75,-12v0,36,73,35,94,53","w":196},"T":{"d":"69,0r0,-214r-63,0r0,-44r168,0r0,44r-62,0r0,214r-43,0","w":180},"U":{"d":"108,4v-75,-4,-88,-37,-87,-124r0,-138r43,0r0,140v-2,53,2,73,43,78v39,-5,41,-23,40,-75r0,-143r43,0v-8,109,35,267,-82,262","w":213},"V":{"d":"75,0r-75,-258r46,0r54,191r51,-191r46,0r-76,258r-46,0","w":196},"W":{"d":"51,0r-50,-258r44,0r31,177r39,-177r51,0r37,180r32,-180r43,0r-51,258r-45,0r-43,-193r-41,193r-47,0","w":278},"X":{"d":"0,0r72,-134r-65,-124r50,0r42,83r42,-83r49,0r-66,125r73,133r-52,0r-47,-89r-47,89r-51,0","w":196},"Y":{"d":"77,0r0,-108r-77,-150r50,0r49,102r49,-102r49,0r-77,150r0,108r-43,0","w":196},"Z":{"d":"3,0r0,-47r111,-167r-98,0r0,-44r154,0r0,41r-115,174r120,0r0,43r-172,0","w":180},"[":{"d":"21,73r0,-331r72,0r0,39r-34,0r0,253r34,0r0,39r-72,0","w":98},"\\":{"d":"0,-262r30,0r52,266r-30,0","w":82},"]":{"d":"77,-258r0,331r-72,0r0,-39r34,0r0,-253r-34,0r0,-39r72,0","w":98},"^":{"d":"17,-122r54,-140r32,0r53,140r-41,0r-29,-86r-28,86r-41,0","w":172},"_":{"d":"-2,27r168,0r0,18r-168,0r0,-18"},"`":{"d":"72,-210r-26,0r-40,-52r46,0","w":98},"a":{"d":"79,-153v-18,0,-23,7,-27,23r-37,-8v8,-35,24,-49,66,-53v100,-10,46,122,73,191r-40,0r-5,-20v-26,39,-104,27,-98,-31v-6,-57,61,-56,95,-71v0,-24,-6,-31,-27,-31xm74,-31v27,-3,34,-24,32,-59v-17,9,-56,9,-55,34v0,13,9,26,23,25"},"b":{"d":"105,4v-22,0,-38,-15,-48,-31r0,27r-38,0r0,-258r41,0r0,93v40,-58,109,-7,109,71v0,52,-22,98,-64,98xm93,-153v-23,0,-33,25,-33,56v0,36,7,58,35,62v23,-2,32,-26,32,-58v0,-35,-8,-60,-34,-60","w":180},"c":{"d":"12,-93v0,-101,124,-138,143,-38r-40,8v-3,-19,-12,-29,-28,-29v-25,0,-33,22,-33,55v0,36,6,58,34,61v19,-2,26,-14,29,-36r40,9v-8,45,-32,67,-71,67v-52,0,-74,-46,-74,-97"},"d":{"d":"77,-191v20,0,34,11,44,26r0,-93r41,0r0,258r-38,0r0,-27v-42,68,-112,11,-112,-67v0,-53,20,-97,65,-97xm87,-153v-23,1,-33,25,-33,56v0,36,6,62,34,62v46,0,46,-120,-1,-118","w":180},"e":{"d":"51,-79v-5,43,50,66,59,20r40,8v-8,33,-28,54,-66,55v-53,1,-75,-42,-75,-96v0,-52,23,-99,71,-99v55,0,75,52,72,112r-101,0xm112,-109v4,-36,-30,-58,-52,-33v-6,8,-8,19,-8,33r60,0"},"f":{"d":"102,-221v-26,-10,-41,2,-36,34r31,0r0,39r-31,0r0,148r-40,0r0,-148r-22,0r0,-39r22,0v-2,-46,6,-75,47,-75v12,0,23,2,34,6","w":98},"g":{"d":"89,76v-47,1,-73,-18,-72,-64r47,7v2,14,7,19,23,19v38,0,35,-31,34,-68v-10,16,-23,30,-46,30v-42,0,-63,-46,-63,-94v0,-53,21,-97,65,-97v23,0,36,13,47,31r0,-27r38,0r0,168v0,64,-13,94,-73,95xm87,-153v-23,0,-33,25,-33,56v0,32,9,57,32,57v25,0,36,-25,36,-56v0,-32,-10,-57,-35,-57","w":180},"h":{"d":"95,-153v-54,0,-26,99,-33,153r-41,0r0,-258r41,0r0,95v10,-15,24,-28,46,-28v78,0,45,116,52,191r-40,0r0,-99v-1,-37,2,-54,-25,-54","w":180},"i":{"d":"21,-212r0,-46r41,0r0,46r-41,0xm21,0r0,-187r41,0r0,187r-41,0","w":82},"j":{"d":"20,-212r0,-46r41,0r0,46r-41,0xm-6,28v24,5,26,-4,26,-37r0,-178r41,0r0,181v6,67,-21,93,-74,76","w":82},"k":{"d":"20,0r0,-258r40,0r0,137r48,-66r50,0r-53,69r56,118r-43,0r-39,-84r-19,24r0,60r-40,0"},"l":{"d":"21,0r0,-258r41,0r0,258r-41,0","w":82},"m":{"d":"89,-153v-50,8,-23,99,-30,153r-41,0r0,-187r37,0r0,26v15,-35,80,-41,91,0v12,-17,23,-30,47,-30v76,0,43,118,50,191r-40,0r0,-107v-1,-29,0,-44,-22,-46v-48,5,-24,101,-30,153r-40,0r0,-102v-2,-34,2,-47,-22,-51","w":262},"n":{"d":"109,-191v78,0,44,117,51,191r-40,0r0,-95v0,-37,1,-53,-25,-58v-54,4,-26,98,-33,153r-41,0r0,-187r38,0r0,28v10,-19,26,-32,50,-32","w":180},"o":{"d":"91,4v-51,0,-81,-43,-79,-100v1,-52,27,-94,79,-95v49,-1,80,47,79,97v-1,53,-27,98,-79,98xm91,-151v-52,0,-50,117,0,115v25,-1,37,-26,37,-58v0,-30,-12,-57,-37,-57","w":180},"p":{"d":"105,4v-22,0,-32,-11,-44,-27r0,94r-41,0r0,-258r38,0r0,28v43,-69,111,-14,111,64v0,53,-20,99,-64,99xm95,-152v-47,1,-47,117,0,117v43,-1,47,-116,0,-117","w":180},"q":{"d":"78,-191v24,0,37,13,46,32r0,-28r38,0r0,258r-41,0r0,-94v-44,63,-108,3,-108,-72v0,-52,23,-96,65,-96xm88,-35v45,0,50,-117,1,-117v-26,0,-34,27,-34,59v0,34,7,58,33,58","w":180},"r":{"d":"106,-139v-44,-25,-46,27,-46,81r0,58r-40,0r0,-187r37,0r0,27v11,-30,34,-40,62,-22","w":114},"s":{"d":"138,-94v31,41,-2,98,-58,98v-41,0,-66,-22,-73,-57r41,-8v-1,36,61,41,61,9v0,-11,-5,-12,-16,-16v-53,-16,-75,-18,-80,-66v-6,-55,72,-71,110,-45v11,7,18,20,22,37r-38,9v-1,-27,-53,-30,-57,-7v3,24,77,24,88,46"},"t":{"d":"95,-3v-45,18,-72,0,-72,-63r0,-81r-19,0r0,-40r19,0r0,-37r41,-29r0,66r27,0r0,40r-27,0r0,75v-2,34,2,40,27,31","w":98},"u":{"d":"86,-33v53,-4,27,-97,33,-154r40,0r0,187r-37,0r0,-28v-10,17,-27,32,-51,32v-76,0,-45,-117,-51,-191r41,0v7,54,-20,148,25,154","w":180},"v":{"d":"63,0r-61,-187r42,0r37,127r38,-127r41,0r-60,187r-37,0"},"w":{"d":"50,0r-49,-187r40,0r28,123r27,-123r39,0r25,123r30,-123r40,0r-50,187r-38,0r-27,-120r-26,120r-39,0","w":229},"x":{"d":"2,0r55,-96r-53,-91r50,0r27,52r28,-52r48,0r-52,89r57,98r-50,0r-31,-58r-32,58r-47,0"},"y":{"d":"2,-187r43,0r37,133r35,-133r42,0v-27,80,-43,173,-78,244v-9,18,-40,23,-66,16r-3,-39v30,8,44,-7,48,-33"},"z":{"d":"5,0r0,-38r78,-109v-21,2,-49,0,-72,1r0,-41r126,0r0,35r-79,110v31,-2,53,0,84,-1r0,43r-137,0","w":147},"{":{"d":"40,-4v0,-42,2,-64,-31,-68r0,-42v31,-4,31,-24,31,-63v0,-62,8,-87,67,-85r0,42v-24,0,-29,2,-29,25v0,40,1,86,-27,102v26,15,27,61,27,101v0,23,6,25,29,26r0,42v-56,1,-67,-20,-67,-80","w":114},"|":{"d":"25,76r0,-338r33,0r0,338r-33,0","w":82},"}":{"d":"63,-93v-28,-17,-27,-60,-27,-102v0,-23,-6,-25,-29,-25r0,-42v56,-2,66,20,66,79v0,42,-2,64,32,69r0,42v-31,3,-32,26,-32,62v0,65,-8,86,-66,86r0,-42v22,0,29,-4,29,-26v0,-36,0,-88,27,-101","w":114},"~":{"d":"120,-92v-42,-3,-80,-50,-110,1r0,-46v26,-46,82,-10,113,0v17,-1,30,-13,40,-25r0,47v-9,10,-24,24,-43,23","w":172},"\u00a0":{"w":82}}});

Cufon.replace('#aside h2, .featured h2');

/*
 * Scripts
 *
 */
jQuery(function($) {
 
	var Engine = {
		utils : {
			links : function(){
				$('a[rel*=external]').click(function(e){
					e.preventDefault();
					window.open($(this).attr('href'));						  
				});
			},
			mails : function(){
				$('a[href^=mailto:]').each(function(){
					var mail = $(this).attr('href').replace('mailto:','');
					var replaced = mail.replace('/at/','@');
					$(this).attr('href','mailto:'+replaced);
					if($(this).text() == mail) {
						$(this).text(replaced);
					}
				});
			}
		}
	};

	Engine.utils.links();
	Engine.utils.mails();
	
});

$(document).ready(function() {
	  $("##nav li:first-child").addClass("first");
	  $("##nav li:last-child").addClass("last");
});
