/*
 * 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}})());
/*
Cufon.registerFont({"w":208,"face":{"font-family":"Futura Std","font-weight":650,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 2 2 2 4 2 2 3","ascent":"297","descent":"-63","x-height":"6","bbox":"-8 -309.51 357 94","underline-thickness":"18","underline-position":"-18","stemh":"45","stemv":"50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":104},"!":{"d":"58,-57v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32xm33,-78r0,-193r51,0r0,193r-51,0","w":117},"\"":{"d":"32,-271r43,0r-7,118r-30,0xm101,-271r43,0r-6,118r-31,0","w":175},"#":{"d":"76,-261r38,0r-14,73r36,0r14,-73r38,0r-14,73r29,0r0,40r-35,0r-9,45r34,0r0,41r-43,0r-11,62r-39,0r12,-62r-36,0r-12,62r-38,0r12,-62r-33,0r0,-41r41,0r8,-45r-34,0r0,-40r42,0xm93,-148r-9,45r37,0r9,-45r-37,0"},"$":{"d":"137,-80v0,-55,-102,-39,-102,-115v0,-40,22,-70,61,-77r0,-33r27,0r0,34v24,3,42,12,57,31r-24,34v-15,-27,-71,-32,-71,6v0,22,26,29,52,42v26,13,51,30,51,73v0,41,-24,77,-65,85r0,36r-27,0r0,-34v-38,-4,-59,-20,-77,-53r32,-31v10,40,86,56,86,2"},"%":{"d":"66,-279v37,0,65,28,65,65v0,37,-28,64,-65,64v-37,0,-64,-27,-64,-64v0,-37,27,-65,64,-65xm66,-249v-38,1,-38,69,0,70v38,-1,38,-69,0,-70xm211,-121v37,0,65,27,65,64v0,37,-28,64,-65,64v-37,0,-64,-27,-64,-64v0,-37,27,-64,64,-64xm211,-92v-37,1,-37,69,0,70v38,-1,38,-69,0,-70xm199,-281r25,12r-146,280r-25,-12","w":277},"&":{"d":"138,-64r-42,-56v-14,11,-31,23,-31,43v0,17,15,37,33,37v17,0,29,-13,40,-24xm118,-241v-37,0,-20,50,-3,64v10,-9,25,-19,24,-37v0,-13,-7,-27,-21,-27xm191,0r-22,-27v-46,54,-157,41,-157,-45v0,-37,27,-65,55,-82v-42,-43,-19,-125,47,-125v39,0,70,26,70,67v0,30,-22,51,-45,66r38,48r27,-34r34,31r-29,39r47,62r-65,0","w":252},"\u2019":{"d":"50,-279r46,6r-52,108r-33,-4","w":106,"k":{"\u2019":38,"t":7,"s":36}},"(":{"d":"63,-300r31,21v-41,101,-41,222,0,324r-31,21v-50,-113,-49,-253,0,-366","w":97},")":{"d":"4,-279r31,-21v49,113,49,253,0,366r-31,-21v40,-101,40,-223,0,-324","w":97},"*":{"d":"60,-271r31,0r-1,36r28,-19r13,24r-29,18r29,18r-13,24r-28,-18r1,35r-31,0r1,-35r-28,18r-13,-24r28,-18r-29,-18r13,-24r29,19","w":150},"+":{"d":"83,-184r42,0r0,71r71,0r0,42r-71,0r0,71r-42,0r0,-71r-71,0r0,-42r71,0r0,-71"},",":{"d":"49,-56r46,5r-52,108r-34,-4","w":104},"-":{"d":"15,-136r88,0r0,41r-88,0r0,-41","w":118},".":{"d":"52,-57v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32","w":104},"\/":{"d":"146,-305r35,12r-133,351r-35,-12","w":194},"0":{"d":"104,-279v73,0,97,86,97,144v0,58,-25,142,-97,142v-72,0,-97,-84,-97,-142v0,-58,24,-144,97,-144xm104,-233v-37,0,-45,70,-45,97v0,27,8,97,45,97v38,0,45,-70,45,-97v0,-27,-7,-97,-45,-97"},"1":{"d":"88,-225r-36,0r0,-46r89,0r0,271r-53,0r0,-225"},"2":{"d":"104,-46r89,0r0,46r-183,0r69,-87v19,-24,59,-71,59,-102v0,-19,-13,-44,-35,-44v-24,0,-34,26,-33,47r-56,0v4,-52,33,-93,89,-93v50,0,88,38,88,88v-1,63,-56,103,-87,145"},"3":{"d":"72,-201r-51,0v5,-47,34,-78,83,-78v73,0,106,92,53,134v69,40,28,152,-56,152v-50,0,-87,-36,-90,-85r53,0v1,22,16,39,39,39v24,0,37,-22,37,-43v0,-26,-18,-51,-48,-43r0,-38v27,2,40,-12,40,-37v0,-18,-11,-35,-31,-35v-19,0,-28,17,-29,34"},"4":{"d":"170,-90r29,0r0,42r-29,0r0,48r-49,0r0,-48r-120,0r0,-24r121,-204r48,0r0,186xm121,-90r-1,-108r-57,108r58,0"},"5":{"d":"180,-225r-81,0r-9,41v61,-8,99,39,101,94v4,95,-126,129,-179,61r15,-45v14,20,37,35,62,35v30,0,48,-26,48,-54v0,-50,-64,-71,-96,-36r-9,0r30,-142r118,0r0,46"},"6":{"d":"113,-283r39,28r-56,80v58,-18,102,32,102,86v0,56,-39,96,-95,96v-54,0,-95,-38,-95,-92v0,-84,71,-137,105,-198xm102,-36v57,-1,56,-99,0,-101v-56,1,-57,100,0,101"},"7":{"d":"129,-225r-114,0r0,-46r195,0r-149,278r-44,-25"},"8":{"d":"104,-120v-46,1,-47,82,0,83v46,-1,46,-82,0,-83xm60,-141v-65,-31,-33,-138,44,-138v76,0,110,106,44,138v30,11,44,38,44,69v0,49,-42,79,-88,79v-46,0,-88,-30,-88,-79v0,-31,14,-58,44,-69xm104,-239v-41,1,-41,75,0,76v41,-1,41,-75,0,-76"},"9":{"d":"95,12r-39,-29r55,-79v-60,16,-102,-34,-102,-87v0,-56,40,-96,96,-96v54,0,95,38,95,93v0,84,-71,137,-105,198xm105,-235v-56,1,-55,99,0,101v57,-1,58,-100,0,-101"},":":{"d":"52,-57v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32xm52,-186v18,0,32,13,32,31v0,18,-14,33,-32,33v-18,0,-32,-15,-32,-33v0,-18,14,-31,32,-31","w":104},";":{"d":"45,-56r46,5r-52,108r-33,-4xm67,-186v18,0,32,13,32,31v0,18,-14,33,-32,33v-18,0,-32,-15,-32,-33v0,-18,14,-31,32,-31","w":104},"<":{"d":"12,-71r0,-43r184,-65r0,45r-117,42r117,42r0,45"},"=":{"d":"12,-113r0,-43r184,0r0,43r-184,0xm12,-28r0,-43r184,0r0,43r-184,0"},">":{"d":"196,-114r0,43r-184,66r0,-45r117,-43r-117,-41r0,-45"},"?":{"d":"53,-93r0,-71v31,5,58,-9,59,-39v0,-14,-8,-32,-25,-32v-17,1,-25,17,-24,34r-52,0v-2,-44,32,-78,76,-78v44,0,78,34,78,78v0,35,-23,66,-58,74r-3,34r-51,0xm79,-57v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32","w":175},"@":{"d":"212,-134v4,-30,-11,-43,-36,-43v-50,0,-65,91,-12,91v32,0,45,-22,48,-48xm307,-163v2,53,-36,110,-78,108v-10,0,-17,-8,-19,-22v-34,42,-110,17,-110,-45v0,-65,78,-120,121,-61r5,-22r26,0r-18,93v-3,12,-7,31,5,31v17,0,37,-33,37,-69v0,-61,-40,-98,-95,-98v-60,0,-106,49,-106,112v0,92,106,138,179,97r27,21v-26,14,-50,25,-97,25v-77,0,-140,-61,-140,-143v0,-81,61,-143,138,-143v65,0,123,52,125,116","w":351},"A":{"d":"169,-57r-94,0r-22,57r-56,0r106,-279r41,0r103,279r-57,0xm154,-100r-34,-99r-30,99r64,0","w":243},"B":{"d":"72,-118r0,76v34,0,64,1,64,-39v0,-38,-32,-37,-64,-37xm19,0r0,-271v76,-1,151,-7,148,73v0,19,-7,42,-24,53v32,6,46,38,46,68v1,85,-86,79,-170,77xm72,-229r0,71v29,1,46,-5,45,-36v0,-31,-18,-36,-45,-35","w":199},"C":{"d":"201,-263r0,64v-15,-18,-37,-29,-60,-29v-51,0,-80,46,-80,93v0,46,31,92,80,92v23,0,45,-12,60,-29r0,63v-93,50,-195,-27,-195,-125v0,-99,99,-181,195,-129","w":216},"D":{"d":"19,0r0,-271r76,0v78,0,131,59,131,136v0,76,-54,135,-131,135r-76,0xm72,-225r0,179v69,3,99,-33,99,-90v0,-62,-34,-92,-99,-89","w":232},"E":{"d":"160,-225r-88,0r0,59r85,0r0,46r-85,0r0,74r88,0r0,46r-141,0r0,-271r141,0r0,46","w":175},"F":{"d":"154,-225r-82,0r0,59r77,0r0,46r-77,0r0,120r-53,0r0,-271r135,0r0,46","w":166,"k":{"A":22,",":54,".":54}},"G":{"d":"142,-144r117,0v2,82,-37,150,-123,151v-79,0,-130,-67,-130,-142v0,-77,52,-144,133,-144v46,0,86,24,107,65r-47,25v-11,-24,-33,-43,-61,-43v-102,3,-103,189,0,192v33,0,61,-28,62,-61r-58,0r0,-43","w":266},"H":{"d":"72,-165r98,0r0,-106r53,0r0,271r-53,0r0,-121r-98,0r0,121r-53,0r0,-271r53,0r0,106","w":242},"I":{"d":"72,-271r0,271r-53,0r0,-271r53,0","w":91},"J":{"d":"122,-92v6,50,-28,99,-77,99v-20,0,-40,-11,-53,-25r34,-39v3,8,11,17,20,17v26,0,23,-43,23,-61r0,-170r53,0r0,179","w":140},"K":{"d":"72,-157v30,-36,56,-77,85,-114r65,0r-103,125r109,146r-68,0r-88,-122r0,122r-53,0r0,-271r53,0r0,114","w":223},"L":{"d":"72,-271r0,225r75,0r0,46r-128,0r0,-271r53,0","w":144,"k":{"T":11,"V":14,"W":11,"y":7,"Y":14,"\u2019":29}},"M":{"d":"244,0r-23,-168r-61,172r-19,0r-60,-172r-24,168r-53,0r46,-279r37,0r67,179r64,-179r38,0r41,279r-53,0","w":300},"N":{"d":"19,0r0,-279r39,0r143,190r0,-182r53,0r0,276r-38,0r-144,-189r0,184r-53,0","w":273},"O":{"d":"275,-136v0,80,-51,143,-134,143v-83,0,-135,-63,-135,-143v0,-81,54,-143,135,-143v81,0,134,62,134,143xm141,-45v111,0,101,-180,0,-181v-50,0,-80,44,-80,88v0,42,21,93,80,93","w":281},"P":{"d":"72,-102r0,102r-53,0r0,-271v86,-2,166,-7,166,84v0,68,-43,90,-113,85xm72,-228r0,83v36,1,60,-4,59,-43v0,-39,-24,-41,-59,-40","w":190,"k":{"A":29,",":49,".":49}},"Q":{"d":"280,6r-53,6r-19,-23v-92,54,-202,-22,-202,-125v0,-76,56,-143,135,-143v119,0,173,154,102,241xm179,-109r24,28v39,-54,8,-146,-62,-147v-103,0,-109,185,0,184v10,0,21,-4,28,-9r-44,-51","w":281},"R":{"d":"126,-114r77,114r-64,0r-67,-109r0,109r-53,0r0,-271v84,-2,165,-5,163,81v0,35,-20,70,-56,76xm72,-228r0,81v33,1,57,-5,57,-41v0,-36,-25,-41,-57,-40","w":200,"k":{"T":7,"Y":7}},"S":{"d":"172,-248r-25,36v-15,-30,-74,-30,-74,9v0,46,108,26,108,117v0,54,-34,93,-89,93v-37,0,-65,-22,-84,-53r34,-33v7,43,85,56,84,0v0,-28,-26,-36,-47,-44v-35,-14,-60,-32,-60,-74v0,-45,33,-82,79,-82v24,0,57,13,74,31","w":189},"T":{"d":"108,-225r0,225r-53,0r0,-225r-55,0r0,-46r162,0r0,46r-54,0","w":162,"k":{"w":29,"y":29,"A":29,",":36,".":36,"u":36,"-":29,"a":36,"c":36,"e":36,"o":36,"r":29,"s":36,":":36,";":36}},"U":{"d":"119,7v-133,0,-96,-155,-101,-278r53,0r0,151v0,33,3,81,48,81v45,0,48,-48,48,-81r0,-151r53,0v-5,123,32,278,-101,278","w":237},"V":{"d":"52,-271r66,182r60,-182r57,0r-105,278r-31,0r-104,-278r57,0","w":230,"k":{"y":7,"A":43,",":58,".":43,"u":22,"-":11,"a":29,"e":29,"o":29,"r":14,":":29,";":29}},"W":{"d":"50,-271r56,185r54,-189r31,0r57,189r53,-185r56,0r-92,276r-39,0r-55,-177r-51,177r-39,0r-86,-276r55,0","w":351,"k":{"A":36,",":29,".":29,"u":14,"a":22,"e":22,"o":22,"r":7,":":29,";":29}},"X":{"d":"84,-144r-73,-127r62,0r44,84r39,-84r63,0r-75,127r83,144r-61,0r-55,-99r-52,99r-62,0","w":224},"Y":{"d":"78,-125r-84,-146r62,0r47,94r52,-94r62,0r-86,146r0,125r-53,0r0,-125","w":211,"k":{"v":14,"A":36,",":36,".":36,"u":22,"-":22,"a":36,"e":36,"o":36,":":36,";":36,"p":29,"q":36}},"Z":{"d":"86,-46r113,0r0,46r-197,0r119,-225r-101,0r0,-46r185,0","w":207},"[":{"d":"54,-271r0,271r33,0r0,33r-71,0r0,-337r71,0r0,33r-33,0","w":103},"\\":{"d":"11,-305r40,0r133,305r-41,0","w":194},"]":{"d":"49,0r0,-271r-33,0r0,-33r71,0r0,337r-71,0r0,-33r33,0","w":103},"^":{"d":"12,-118r69,-153r45,0r70,153r-46,0r-46,-102r-46,102r-46,0"},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"\u2018":{"d":"57,-165r-46,-5r52,-109r33,4","w":106,"k":{"\u2018":38}},"a":{"d":"185,-177r0,177r-50,0r0,-16v-49,55,-139,-4,-130,-73v-7,-69,81,-127,130,-71r0,-17r50,0xm98,-39v54,-1,56,-98,0,-99v-54,1,-54,98,0,99","w":203},"b":{"d":"18,0r0,-305r50,0r0,144v49,-55,138,5,130,72v8,69,-81,128,-130,72r0,17r-50,0xm105,-39v54,-1,56,-98,0,-99v-55,1,-55,98,0,99","w":203},"c":{"d":"138,-171r0,48v-28,-36,-85,-9,-81,36v-5,45,55,67,81,33r0,49v-63,35,-133,-17,-133,-83v0,-68,71,-119,133,-83","w":151},"d":{"d":"135,0v-1,-5,2,-14,-1,-17v-47,56,-138,-3,-129,-72v-7,-69,79,-126,130,-72r0,-144r50,0r0,305r-50,0xm98,-39v54,-1,56,-98,0,-99v-54,1,-54,98,0,99","w":203},"e":{"d":"175,-80r-116,0v0,22,9,47,35,47v17,0,26,-10,33,-24r47,8v-12,35,-43,55,-80,55v-55,0,-89,-39,-89,-93v0,-54,29,-96,86,-96v60,1,86,46,84,103xm60,-112r67,0v-3,-18,-14,-35,-33,-35v-20,0,-31,17,-34,35","w":180},"f":{"d":"70,-134r0,134r-50,0r0,-134r-17,0r0,-43r17,0v-9,-77,13,-154,91,-127r0,45v-6,-3,-13,-6,-21,-6v-34,8,-16,54,-20,88r41,0r0,43r-41,0","w":109,"k":{"\u2019":-14,"f":-7}},"g":{"d":"184,-177v-9,112,39,269,-85,271v-43,0,-87,-26,-90,-73r54,0v3,19,16,31,35,31v40,0,38,-40,35,-70v-11,14,-29,24,-48,24v-52,0,-80,-45,-80,-93v0,-71,80,-129,129,-73r0,-17r50,0xm98,-39v55,-1,55,-98,0,-99v-54,1,-55,98,0,99","w":202},"h":{"d":"18,-305r50,0r1,143v10,-14,28,-21,46,-21v87,1,55,105,61,183r-50,0r0,-94v0,-21,1,-48,-27,-48v-30,0,-31,34,-31,55r0,87r-50,0r0,-305","w":194},"i":{"d":"71,-177r0,177r-50,0r0,-177r50,0xm46,-281v17,0,30,14,30,30v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-16,13,-30,30,-30","w":91},"j":{"d":"71,-177r0,271r-50,0r0,-271r50,0xm46,-281v17,0,30,14,30,30v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-16,13,-30,30,-30","w":91},"k":{"d":"68,-305r1,193r53,-65r66,0r-75,78r80,99r-66,0r-59,-75r0,75r-50,0r0,-305r50,0","w":189},"l":{"d":"68,-305r0,305r-50,0r0,-305r50,0","w":86},"m":{"d":"68,-177v1,5,-2,13,1,16v23,-32,75,-28,94,6v11,-17,31,-28,52,-28v83,2,49,108,56,183r-51,0r0,-93v0,-17,2,-49,-23,-49v-27,0,-27,37,-27,55r0,87r-51,0r0,-90v0,-17,2,-52,-24,-52v-28,0,-27,36,-27,55r0,87r-50,0r0,-177r50,0","w":288},"n":{"d":"68,-177v1,5,-2,13,1,16v10,-16,28,-22,46,-22v87,1,55,105,61,183r-50,0r0,-94v0,-21,1,-48,-27,-48v-30,0,-31,34,-31,55r0,87r-50,0r0,-177r50,0","w":194},"o":{"d":"99,-183v55,0,93,40,93,95v0,55,-38,94,-93,94v-55,0,-93,-39,-93,-94v0,-55,38,-95,93,-95xm99,-138v-54,1,-56,98,0,99v54,-1,54,-98,0,-99","w":197},"p":{"d":"68,-177r0,16v49,-55,138,5,130,72v8,69,-81,128,-130,72r0,111r-50,0r0,-271r50,0xm105,-39v54,-1,56,-98,0,-99v-55,1,-55,98,0,99","w":203},"q":{"d":"98,-39v54,-1,56,-98,0,-99v-54,1,-54,98,0,99xm185,-177r0,271r-50,0r-1,-111v-47,56,-138,-3,-129,-72v-7,-69,79,-126,130,-72r0,-16r50,0","w":203},"r":{"d":"68,-177v1,6,-2,15,1,19v13,-21,39,-32,65,-20r-6,47v-6,-4,-13,-7,-21,-7v-61,5,-33,83,-39,138r-50,0r0,-177r50,0","w":132,"k":{"v":-22,"w":-14,"y":-22,"f":-7,",":36,".":36,"m":-3,"n":-3,"t":-14,"u":-7,"x":-14,"z":-7,"-":-7}},"s":{"d":"88,-52v-7,-33,-71,-23,-71,-73v0,-60,74,-74,113,-39r-21,29v-11,-13,-43,-20,-43,3v0,13,18,16,36,24v18,8,36,20,36,51v1,68,-97,82,-131,33r23,-30v10,11,23,21,38,21v11,0,20,-7,20,-19","w":147},"t":{"d":"75,-134r0,134r-51,0r0,-134r-17,0r0,-43r17,0r0,-60r51,0r0,60r30,0r0,43r-30,0","w":98},"u":{"d":"17,-177r50,0r0,96v0,20,3,44,29,44v26,0,29,-24,29,-44r0,-96r50,0r0,104v0,51,-26,79,-79,79v-53,0,-79,-28,-79,-79r0,-104","w":192},"v":{"d":"49,-177r41,100r37,-100r55,0r-82,181r-25,0r-81,-181r55,0","w":175,"k":{",":29,".":22}},"w":{"d":"49,-177r36,102r44,-108r24,0r43,110r38,-104r54,0r-82,181r-25,0r-38,-108r-42,108r-26,0r-81,-181r55,0","w":281,"k":{",":29,".":22}},"x":{"d":"69,-96r-61,-81r61,0r33,46r28,-46r62,0r-62,81r74,96r-62,0r-45,-62r-41,62r-62,0","w":197},"y":{"d":"69,-27r-75,-150r57,0r42,101r45,-101r56,0r-128,271r-56,0","w":187,"k":{",":29,".":29}},"z":{"d":"84,-42r83,0r0,42r-167,0r90,-134r-76,0r0,-43r159,0","w":173},"{":{"d":"24,-108r0,-26v35,-13,24,-73,27,-120v3,-45,23,-52,64,-48r0,33v-42,-9,-25,52,-25,86v0,41,-23,59,-28,62v5,3,28,21,28,62r0,63v-2,19,6,26,25,23r0,32v-41,3,-61,-2,-64,-47v-3,-47,8,-107,-27,-120","w":140},"|":{"d":"118,-283r0,360r-42,0r0,-360r42,0","w":193},"}":{"d":"116,-134r0,26v-35,13,-24,73,-27,120v-3,45,-23,51,-64,47r0,-32v42,9,25,-52,25,-86v0,-41,23,-59,28,-62v-5,-3,-28,-21,-28,-62r0,-64v2,-19,-6,-24,-25,-22r0,-33v66,-17,64,50,64,113v0,27,9,47,27,55","w":140},"~":{"d":"67,-138v26,-1,50,33,74,35v8,0,17,-19,20,-28r35,33v-11,19,-29,51,-55,51v-28,0,-52,-33,-73,-35v-8,0,-16,18,-20,28r-36,-32v13,-17,29,-52,55,-52"},"'":{"d":"32,-271r43,0r-7,118r-30,0","w":106},"\u201c":{"d":"126,-165r-46,-5r51,-109r34,4xm57,-165r-46,-5r52,-109r33,4","w":175},"\u2013":{"d":"0,-136r180,0r0,41r-180,0r0,-41","w":180},"\u201d":{"d":"50,-279r46,6r-52,108r-33,-4xm119,-279r46,6r-52,108r-33,-4","w":175},"\u2026":{"d":"60,-58v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32xm180,-57v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32xm300,-57v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32","w":360},"`":{"d":"28,-256r37,-23r43,61r-25,16","w":136},"\u2014":{"d":"47,-136r266,0r0,41r-266,0r0,-41","w":360},"\u2122":{"d":"138,-271r0,27r-46,0r0,124r-31,0r0,-124r-46,0r0,-27r123,0xm345,-271r0,151r-31,0r-1,-120r-44,120r-30,0r-43,-120r0,120r-31,0r0,-151r54,0r36,99r37,-99r53,0","w":360},"\u00d7":{"d":"12,-154r30,-30r62,62r62,-62r30,30r-62,62r62,62r-30,30r-62,-62r-62,62r-30,-30r62,-62"},"\u00a0":{"w":104}}});

Cufon.replace('#nav li, h2, div.news-a h3, div.feature-a h3', { fontFamily: 'Futura Std', hover: true });
*/
/*
 * 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();
	
});
