/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 by Jos Buivenga. All rights reserved.
 * 
 * Trademark:
 * Museo Slab is a trademark of Jos Buivenga.
 * 
 * Full name:
 * MuseoSlab-500
 * 
 * Description:
 * Spaced and kerned with iKern.
 * 
 * Manufacturer:
 * Jos Buivenga
 * 
 * Designer:
 * Jos Buivenga
 * 
 * Vendor URL:
 * http://www.exljbris.com
 */
Cufon.registerFont({"w":613,"face":{"font-family":"Museo Slab 500","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"750","descent":"-250","x-height":"12","bbox":"-16 -882 993 210","underline-thickness":"50","underline-position":"-50","stemh":"75","stemv":"97","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":250},"!":{"d":"80,-194r-7,-512r100,0r-6,512r-87,0xm74,0r0,-98r100,0r0,98r-100,0","w":247},"\"":{"d":"204,-506r0,-212r76,0r0,212r-76,0xm64,-506r0,-212r76,0r0,212r-76,0","w":344,"k":{",":84,".":84,"4":12,"A":46,"J":44,"d":13,"e":13,"g":9,"c":15,"o":15,"q":11}},"#":{"d":"139,0r34,-191r-131,0r12,-74r131,0r30,-168r-130,0r12,-73r130,0r35,-200r81,0r-35,200r155,0r35,-200r82,0r-35,200r130,0r-12,73r-131,0r-30,168r130,0r-12,74r-130,0r-33,191r-82,0r34,-191r-155,0r-34,191r-81,0xm266,-265r155,0r30,-168r-155,0","w":717},"$":{"d":"42,-96r54,-71v0,0,78,76,180,76v68,0,124,-39,124,-104v0,-139,-346,-103,-346,-321v0,-93,75,-168,186,-184r0,-109r71,0r0,108v112,8,171,69,171,69r-43,77v0,0,-68,-61,-155,-61v-79,0,-130,42,-130,98v0,148,346,105,346,317v0,98,-71,183,-189,196r0,107r-71,0r0,-107v-128,-13,-198,-91,-198,-91","w":543},"%":{"d":"194,-422v-84,0,-151,-66,-151,-148v0,-81,67,-148,151,-148v84,0,152,67,152,148v0,82,-68,148,-152,148xm58,0r540,-706r94,0r-540,706r-94,0xm194,-496v42,0,74,-32,74,-74v0,-41,-32,-75,-74,-75v-42,0,-74,34,-74,75v0,42,32,74,74,74xm405,-136v0,-81,67,-148,152,-148v83,0,151,67,151,148v0,82,-68,148,-151,148v-85,0,-152,-66,-152,-148xm483,-136v0,42,32,74,74,74v41,0,74,-32,74,-74v0,-41,-33,-75,-74,-75v-42,0,-74,34,-74,75","w":750},"&":{"d":"49,-197v0,-82,51,-154,128,-184v0,0,-98,-32,-98,-155v0,-117,97,-182,226,-182v42,0,88,11,88,11r-25,79v0,0,-29,-6,-53,-6v-76,0,-135,39,-135,108v0,46,21,113,131,113r150,0r0,-98r97,0r0,98r93,0r0,82r-93,0r0,96v0,157,-98,247,-253,247v-154,0,-256,-91,-256,-209xm150,-205v0,73,58,128,155,128v94,0,156,-50,156,-162r0,-92r-155,0v-101,0,-156,48,-156,126","w":675,"k":{"V":10}},"'":{"d":"64,-506r0,-212r77,0r0,212r-77,0","w":205,"k":{",":84,".":84,"4":12,"A":46,"J":44,"d":13,"e":13,"g":9,"c":15,"o":15,"q":11}},"(":{"d":"185,95v-72,-120,-116,-274,-116,-435v0,-144,42,-277,116,-395r85,0v-155,250,-146,569,0,830r-85,0","w":314},")":{"d":"44,95v145,-261,156,-580,0,-830r85,0v74,118,116,251,116,395v0,161,-44,315,-116,435r-85,0","w":314},"*":{"d":"161,-329r-72,-52r89,-112r-137,-37r27,-84r133,50r-8,-142r91,0r-8,142r134,-50r28,84v-45,14,-96,22,-138,39r89,110r-72,52r-77,-118r-2,0","w":479,"k":{"A":27,"J":43}},"+":{"d":"42,-246r0,-78r224,0r0,-246r82,0r0,246r223,0r0,78r-223,0r0,246r-82,0r0,-246r-224,0","k":{"7":19,"3":10}},",":{"d":"20,124r70,-229r102,0r-95,229r-77,0","w":261,"k":{"4":13,"\"":83,"'":83}},"-":{"d":"92,-242r0,-86r292,0r0,86r-292,0","w":476,"k":{"7":23,"3":26,"2":13,"1":21,"Y":66,"A":23,"B":17,"D":17,"E":17,"F":17,"H":17,"I":17,"K":17,"L":17,"N":17,"P":17,"R":17,"M":18,"T":70,"U":14,"V":39,"W":29,"X":34,"Z":32}},".":{"d":"76,0r0,-105r104,0r0,105r-104,0","w":256,"k":{"v":19,"V":66,"4":14,"Y":32,"\"":84,"'":84,"T":32,"U":20,"W":43,"C":14,"G":14,"O":14,"Q":14,"w":12,"y":21}},"\/":{"d":"41,42r255,-786r86,0r-255,786r-86,0","w":424,"k":{"A":15}},"0":{"d":"310,12v-189,0,-250,-162,-250,-366v0,-203,61,-364,250,-364v188,0,250,161,250,364v0,204,-62,366,-250,366xm310,-77v115,0,148,-121,148,-277v0,-154,-33,-276,-148,-276v-116,0,-148,122,-148,276v0,156,32,277,148,277","w":620},"1":{"d":"51,0r0,-82r156,0r1,-503v-6,-1,-8,13,-36,40r-66,65r-60,-62r169,-164r88,0r0,624r154,0r0,82r-406,0","w":479},"2":{"d":"54,0v-56,-294,345,-329,346,-511v0,-73,-52,-119,-127,-119v-93,0,-146,94,-146,94r-70,-48v0,0,64,-134,224,-134v129,0,223,81,223,203v0,227,-345,264,-347,433r288,0r0,-94r87,0r0,176r-478,0","w":586},"3":{"d":"69,-534r0,-172r431,0r0,69r-187,220v88,9,200,66,200,202v0,121,-95,227,-242,227v-145,0,-229,-96,-229,-96r52,-71v0,0,71,78,172,78v79,0,145,-56,145,-134v1,-98,-94,-143,-198,-129r-23,-52r172,-207v11,-16,28,-23,27,-28v-67,6,-159,2,-233,3r0,90r-87,0","w":570},"4":{"d":"26,-189r0,-62r327,-455r112,0r0,437r96,0r0,80r-96,0r0,189r-97,0r0,-189r-342,0xm344,-553r-210,284r234,0r0,-277v-2,-25,11,-57,2,-54v0,0,-10,26,-26,47","w":599},"5":{"d":"42,-79r52,-70v0,0,59,72,161,72v89,0,159,-64,159,-144v0,-87,-63,-146,-160,-146v-75,0,-124,36,-124,36r-58,-21r35,-354r365,0r0,172r-87,0r0,-90r-192,0r-23,197v6,1,37,-22,102,-22v146,0,244,98,244,224v0,133,-109,237,-256,237v-143,0,-218,-91,-218,-91","w":564},"6":{"d":"320,12v-154,0,-264,-132,-264,-330v0,-187,99,-400,321,-400v81,0,135,29,135,29r-31,83v0,0,-45,-24,-102,-24v-130,0,-198,121,-213,240r2,0v31,-40,94,-67,160,-67v133,0,224,102,224,231v0,140,-99,238,-232,238xm160,-266v0,82,65,189,159,189v82,0,132,-62,132,-149v0,-85,-54,-148,-151,-148v-79,0,-140,51,-140,108","w":597},"7":{"d":"103,0r292,-590v11,-26,23,-32,22,-37v-83,7,-199,1,-290,3r0,90r-87,0r0,-172r484,0r0,68r-319,638r-102,0","w":543,"k":{"4":11}},"8":{"d":"54,-199v0,-113,94,-178,114,-192v-50,-33,-86,-77,-86,-142v0,-94,72,-185,220,-185v132,0,224,74,224,186v0,97,-71,172,-84,185v58,34,101,81,101,153v0,108,-95,206,-242,206v-141,0,-247,-90,-247,-211xm180,-532v0,81,94,108,188,149v11,-13,61,-68,61,-138v0,-70,-51,-111,-127,-111v-79,0,-122,45,-122,100xm154,-209v0,81,69,134,146,134v74,0,142,-50,142,-119v0,-82,-94,-105,-204,-155v-20,15,-84,61,-84,140","w":600},"9":{"d":"45,-481v0,-140,100,-237,233,-237v153,0,263,132,263,330v0,185,-98,400,-321,400v-81,0,-136,-29,-136,-29r31,-84v0,0,45,24,103,24v131,0,199,-121,214,-240v-35,35,-95,64,-163,64v-133,0,-224,-101,-224,-228xm147,-481v0,84,54,145,148,145v78,0,142,-50,142,-107v0,-84,-68,-187,-159,-187v-81,0,-131,64,-131,149","w":597},":":{"d":"97,0r0,-105r104,0r0,105r-104,0xm97,-401r0,-105r104,0r0,105r-104,0","w":298},";":{"d":"102,-401r0,-105r102,0r0,105r-102,0xm43,124r61,-229r102,0r-85,229r-78,0","w":299},"<":{"d":"58,-252r0,-66r466,-208r0,89r-357,151r0,2r357,151r0,89"},"=":{"d":"68,-340r0,-78r477,0r0,78r-477,0xm68,-151r0,-78r477,0r0,78r-477,0","k":{"7":16,"1":12}},">":{"d":"88,-44r0,-89r358,-151r0,-2r-358,-151r0,-89r467,208r0,66"},"?":{"d":"148,-194r0,-47v0,-152,170,-174,170,-289v0,-56,-48,-99,-114,-99v-63,0,-114,42,-114,42r-54,-69v0,0,66,-64,175,-64v113,0,209,72,209,183v0,165,-177,182,-177,302r0,41r-95,0xm145,0r0,-98r101,0r0,98r-101,0","w":469},"@":{"d":"43,-242v0,-205,155,-369,378,-369v173,0,247,97,247,203r0,283r72,0r0,73r-273,0v-125,0,-207,-88,-207,-189v0,-99,81,-187,207,-187r108,0v-1,-56,-61,-103,-157,-103v-162,0,-278,134,-278,291v0,156,115,286,284,286r0,79v-223,0,-381,-161,-381,-367xm358,-241v0,63,49,116,117,116r100,0r0,-236r-98,0v-70,0,-119,54,-119,120","w":787,"k":{"Y":16,"W":14,"V":18}},"A":{"d":"11,0r0,-78r68,0r225,-628r113,0r225,628r68,0r0,78r-245,0r0,-78r75,0r-55,-157r-250,0r-55,157r76,0r0,78r-245,0xm260,-315r200,0v-31,-97,-76,-195,-98,-299v-9,-2,-4,23,-15,54","w":721,"k":{"Y":53,"d":6,"e":8,"g":8,"c":8,"o":8,"q":6,"\"":46,"'":46,"T":50,"U":32,"V":62,"W":46,"C":16,"G":16,"O":16,"Q":16,"w":37,"y":40,"s":4,"v":38,"*":27,"-":23,"\\":15,"b":5,"f":4,"i":4,"j":11,"l":8,"m":4,"n":4,"r":4,"p":11,"t":18,"u":16}},"B":{"d":"623,-201v0,129,-94,201,-236,201r-334,0r0,-78r88,0r0,-551r-88,0r0,-77r321,0v134,-4,217,58,221,180v2,71,-38,122,-89,154v76,22,117,91,117,171xm493,-517v0,-69,-42,-107,-119,-107r-133,0r0,215r148,0v64,0,104,-44,104,-108xm391,-82v80,4,130,-48,130,-124v0,-73,-48,-121,-122,-121r-158,0r0,245r150,0","w":680,"k":{"x":6,"p":4,"V":8,"Y":8,"A":5,"W":7,"f":4,"i":4,"j":4,"m":4,"n":4,"r":4,"h":5,"k":5,"z":4}},"C":{"d":"49,-357v0,-207,157,-361,361,-361v85,0,269,31,269,140r0,86r-93,0r0,-55v0,-62,-107,-85,-172,-85v-151,0,-262,111,-262,271v0,167,114,286,268,286v50,0,176,-18,176,-83r0,-55r93,0r0,86v0,104,-177,139,-275,139v-212,0,-365,-163,-365,-369","w":744},"D":{"d":"727,-353v0,222,-135,353,-372,353r-302,0r0,-78r88,0r0,-551r-88,0r0,-77r301,0v242,-7,373,129,373,353xm623,-353v0,-174,-94,-277,-274,-271r-108,0r0,542r108,0v178,2,274,-97,274,-271","w":779,"k":{"Y":19,",":15,".":13,"A":15,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"N":7,"P":7,"R":7,"M":8,"U":5,"V":15,"W":12,"X":25,"b":4,"l":4,"h":10,"k":10}},"E":{"d":"53,0r0,-78r88,0r0,-551r-88,0r0,-77r511,0r0,164r-87,0r0,-82r-236,0r0,227r250,0r0,82r-250,0r0,233r253,0r0,-85r87,0r0,167r-528,0","w":632,"k":{"g":4,"c":4,"o":4,"w":10,"y":12,"v":12,"-":19,"j":7,"p":8,"t":6,"u":7}},"F":{"d":"53,0r0,-78r88,0r0,-551r-88,0r0,-77r489,0r0,167r-87,0r0,-81r-214,0r0,234r244,0r0,82r-244,0r0,226r96,0r0,78r-284,0","w":577,"k":{"x":36,"v":4,"q":18,"p":8,";":8,",":48,".":50,"A":43,"J":40,"d":18,"e":19,"g":17,"c":19,"o":19,"y":4,"s":29,"a":34,"-":11,"f":10,"i":9,"j":5,"m":12,"n":12,"r":12,"t":4,"u":7,"z":12}},"G":{"d":"49,-355v0,-209,150,-363,370,-363v124,0,271,50,271,139r0,87r-92,0r0,-52v0,-59,-93,-88,-176,-88v-165,0,-269,112,-269,274v0,163,106,283,272,283v63,0,189,-19,189,-88r0,-93r-138,0r0,-78r230,0r0,198v0,109,-182,148,-288,148v-217,0,-369,-158,-369,-367","w":766,"k":{"Y":5,"A":5,"V":5,"W":5}},"H":{"d":"53,0r0,-78r88,0r0,-551r-88,0r0,-77r277,0r0,77r-89,0r0,235r366,0r0,-235r-89,0r0,-77r277,0r0,77r-88,0r0,551r88,0r0,78r-277,0r0,-78r89,0r0,-234r-366,0r0,234r89,0r0,78r-277,0","w":848,"k":{"d":13,"e":16,"g":17,"c":17,"o":17,"q":13,"C":7,"G":7,"O":7,"Q":7,"w":16,"y":17,"s":4,"v":17,"-":18,"f":4,"i":4,"j":12,"m":4,"n":4,"r":4,"p":17,"t":11,"u":17}},"I":{"d":"53,0r0,-78r88,0r0,-551r-88,0r0,-77r277,0r0,77r-89,0r0,551r89,0r0,78r-277,0","w":382,"k":{"d":13,"e":16,"g":17,"c":17,"o":17,"q":13,"C":7,"G":7,"O":7,"Q":7,"w":16,"y":17,"s":4,"v":17,"-":18,"f":4,"i":4,"j":12,"m":4,"n":4,"r":4,"p":17,"t":11,"u":17}},"J":{"d":"229,12v-113,0,-221,-79,-205,-250r97,0v-5,88,20,161,109,161v56,0,107,-34,107,-130r0,-422r-102,0r0,-77r281,0r0,77r-79,0r0,428v0,151,-106,213,-208,213","w":555,"k":{",":17,".":15,"A":21,"J":7,"d":20,"e":20,"g":20,"c":21,"o":21,"q":20,"C":5,"G":5,"O":5,"Q":5,"w":8,"y":8,"s":21,"a":20,"v":8,"-":13,"f":18,"i":14,"j":10,"m":20,"n":20,"r":20,"p":16,"t":8,"u":12,"z":20,":":8,";":9,"x":43}},"K":{"d":"53,0r0,-78r88,0r0,-551r-88,0r0,-77r265,0r0,77r-77,0r0,222r91,0r154,-222r-65,0r0,-77r239,0r0,77r-68,0r-183,257v0,0,19,10,40,47r127,221v13,28,44,27,83,26r0,78r-71,0v-59,0,-76,-14,-98,-53r-136,-244v-15,-36,-65,-27,-113,-28r0,247r87,0r0,78r-275,0","w":692,"k":{"d":19,"e":26,"g":28,"c":28,"o":28,"q":19,"C":24,"G":24,"O":24,"Q":24,"w":28,"y":33,"v":32,"-":31,"j":16,"p":23,"t":18,"u":23}},"L":{"d":"54,0r0,-78r88,0r0,-546r-88,0r0,-82r277,0r0,82r-89,0r0,542r246,0r0,-114r88,0r0,196r-522,0","w":604,"k":{"Y":44,"\"":61,"'":61,"T":41,"U":14,"V":65,"W":44,"w":17,"y":25,"v":23,"*":62,"-":18,"\\":11,"j":10,"l":4,"p":9,"t":10,"u":10}},"M":{"d":"38,0r0,-78r88,0r45,-551r-90,0r0,-77r200,0r181,430v13,30,12,52,18,51v0,0,4,-22,16,-51r181,-430r200,0r0,77r-90,0r45,551r88,0r0,78r-272,0r0,-78r85,0r-32,-422v-4,-23,9,-61,0,-58v0,0,-8,34,-16,54r-162,371r-88,0r-162,-371v-11,-21,-11,-57,-19,-54v0,0,4,36,3,58r-32,422r85,0r0,78r-272,0","w":958,"k":{"v":29,"q":8,"p":15,"V":5,"d":8,"e":11,"g":12,"c":12,"o":12,"W":5,"C":8,"G":8,"O":8,"Q":8,"w":26,"y":30,"-":18,"j":14,"t":18,"u":18}},"N":{"d":"53,0r0,-78r88,0r0,-551r-88,0r0,-77r187,0r347,506v15,21,19,53,27,51v-12,-142,-2,-327,-5,-480r-90,0r0,-77r279,0r0,77r-89,0r0,629r-98,0r-347,-506v-16,-21,-19,-53,-27,-51v10,141,1,326,4,479r91,0r0,78r-279,0","w":838,"k":{",":10,".":10,"A":10,"J":7,"d":18,"e":20,"g":19,"c":21,"o":21,"q":18,"C":5,"G":5,"O":5,"Q":5,"w":9,"y":10,"s":22,"a":20,"v":9,"-":13,"f":18,"i":13,"j":13,"m":20,"n":20,"r":20,"p":18,"t":9,"u":13,"z":20,"x":41}},"O":{"d":"48,-358v0,-203,158,-360,363,-360v204,0,363,157,363,360v0,208,-159,370,-363,370v-205,0,-363,-162,-363,-370xm151,-358v0,159,116,281,260,281v143,0,259,-122,259,-281v0,-154,-116,-272,-259,-272v-144,0,-260,118,-260,272","w":822,"k":{"Y":19,",":16,".":14,"A":16,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"N":7,"P":7,"R":7,"M":8,"U":5,"V":16,"W":12,"X":24,"h":10,"k":10}},"P":{"d":"623,-487v0,136,-89,228,-239,222r-143,0r0,187r89,0r0,78r-277,0r0,-78r88,0r0,-551r-88,0r0,-77r329,0v150,-7,241,82,241,219xm522,-487v0,-90,-54,-137,-149,-137r-132,0r0,277r131,0v97,1,150,-49,150,-140","w":653,"k":{"q":7,"X":12,"M":8,",":75,".":76,"A":43,"J":40,"d":7,"e":7,"g":6,"c":8,"o":8,"s":5,"a":7,"-":9}},"Q":{"d":"49,-357v0,-204,156,-361,363,-361v205,0,364,151,364,356v0,92,-31,174,-85,238r84,80r-57,62r-83,-83v-61,50,-138,77,-224,77v-205,0,-362,-163,-362,-369xm152,-357v0,158,114,280,260,280v52,0,113,-18,154,-53r-104,-103r57,-61r103,104v32,-46,53,-105,53,-168v0,-154,-115,-272,-263,-272v-146,0,-260,117,-260,273","w":825,"k":{"Y":19,",":16,".":14,"A":16,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"N":7,"P":7,"R":7,"M":8,"U":5,"V":16,"W":12,"X":24,"h":10,"k":10}},"R":{"d":"359,-706v153,-6,251,54,253,198v2,104,-60,172,-146,200v0,0,17,11,30,33r100,174v12,25,36,23,70,23r0,78r-60,0v-60,0,-74,-11,-98,-53r-109,-193v-19,-53,-91,-36,-158,-39r0,207r87,0r0,78r-275,0r0,-78r88,0r0,-551r-88,0r0,-77r306,0xm511,-500v0,-88,-59,-124,-153,-124r-117,0r0,257r142,0v77,0,128,-50,128,-133","w":702,"k":{"Y":17,"J":6,"d":9,"e":11,"g":11,"c":12,"o":12,"q":9,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"T":9,"U":11,"V":18,"W":15,"C":7,"G":7,"O":7,"Q":7,"w":9,"y":10,"s":5,"a":4,"v":10,"S":5,"-":18,"b":6,"f":5,"i":5,"j":9,"l":8,"m":5,"n":5,"r":5,"p":8,"t":8,"u":8,"h":4,"k":4,"z":4}},"S":{"d":"53,-212r92,0r0,52v0,52,67,83,141,83v81,0,140,-38,140,-108v0,-82,-83,-110,-170,-143v-93,-36,-188,-75,-188,-200v0,-133,107,-190,226,-190v106,0,214,40,214,117r0,83r-93,0r0,-49v0,-41,-63,-63,-121,-63v-69,0,-124,32,-124,97v0,75,71,100,150,130v104,39,207,79,207,210v0,135,-110,205,-241,205v-110,0,-233,-49,-233,-150r0,-74","w":578,"k":{"A":5,"V":5,"W":5,"y":4,"v":4,"f":4,"i":4,"j":5,"m":4,"n":4,"r":4,"p":5,"u":4,"z":4,"x":5}},"T":{"d":"193,0r0,-78r89,0r0,-546r-166,0r0,110r-87,0r0,-192r606,0r0,192r-87,0r0,-110r-166,0r0,546r89,0r0,78r-278,0","w":664,"k":{",":31,".":32,"A":50,"J":43,"d":34,"e":34,"g":34,"c":35,"o":35,"q":34,"s":34,"a":34,"-":70,"f":4,"i":4,"m":4,"n":4,"r":4,"z":7,"x":12}},"U":{"d":"399,12v-167,-1,-279,-99,-279,-275r0,-366r-89,0r0,-77r278,0r0,77r-89,0r0,365v-2,120,65,187,179,187v112,0,179,-68,179,-188r0,-364r-89,0r0,-77r277,0r0,77r-88,0r0,366v2,173,-115,276,-279,275","w":797,"k":{",":23,".":21,"A":33,"J":9,"d":23,"e":24,"g":23,"c":24,"o":24,"q":23,"C":5,"G":5,"O":5,"Q":5,"w":6,"y":7,"s":27,"a":26,"v":7,"-":13,"f":19,"i":14,"j":10,"m":20,"n":20,"r":20,"p":14,"t":7,"u":10,"z":24,":":9,";":10,"x":44}},"V":{"d":"304,0r-223,-629r-69,0r0,-77r252,0r0,77r-78,0r158,465v11,26,7,57,15,55v0,0,4,-30,12,-55r158,-465r-78,0r0,-77r252,0r0,77r-70,0r-223,629r-106,0","w":714,"k":{"x":49,"v":9,"q":58,"p":17,"j":14,"M":5,"@":14,";":20,":":19,"\/":15,",":67,".":66,"A":62,"J":43,"d":58,"e":61,"g":59,"c":63,"o":63,"C":15,"G":15,"O":15,"Q":15,"w":9,"y":9,"s":66,"a":63,"S":5,"-":39,"b":-20,"f":28,"i":19,"l":-18,"m":25,"n":25,"r":25,"t":11,"u":13,"z":32}},"W":{"d":"16,-629r0,-77r251,0r0,77r-84,0r110,463v8,26,3,55,11,53v0,0,4,-28,10,-53r148,-540r85,0r147,540v11,27,4,56,14,53v0,0,2,-28,7,-53r110,-463r-84,0r0,-77r252,0r0,77r-68,0r-158,629r-114,0r-138,-501v-11,-27,-3,-59,-13,-56v0,0,-2,31,-9,56r-138,501r-114,0r-157,-629r-68,0","w":1009,"k":{"@":11,",":43,".":43,"A":46,"J":41,"d":42,"e":45,"g":43,"c":46,"o":46,"q":42,"M":5,"C":12,"G":12,"O":12,"Q":12,"w":8,"y":8,"s":42,"a":41,"v":8,"S":5,"-":29,"b":-14,"f":19,"i":17,"j":12,"l":-13,"m":21,"n":21,"r":21,"p":15,"t":10,"u":11,"z":27,":":16,";":16,"x":45,"\/":12}},"X":{"d":"30,0r0,-78r66,0r182,-279r-179,-272r-65,0r0,-77r246,0r0,77r-75,0r135,213v6,1,8,-10,19,-28r113,-185r-73,0r0,-77r239,0r0,77r-66,0r-183,281r180,270r67,0r0,78r-246,0r0,-78r74,0r-136,-213v-6,-1,-7,11,-18,29r-114,184r74,0r0,78r-240,0","w":669,"k":{"v":30,"q":21,"p":23,"j":16,"d":21,"e":28,"g":30,"c":30,"o":30,"C":24,"G":24,"O":24,"Q":24,"w":27,"y":31,"-":36,"t":18,"u":23}},"Y":{"d":"186,0r0,-78r89,0r0,-221r-198,-330r-67,0r0,-77r243,0r0,77r-74,0r131,222v19,38,9,38,31,0r131,-222r-73,0r0,-77r241,0r0,77r-67,0r-198,330r0,221r89,0r0,78r-278,0","w":650,"k":{"@":17,",":30,".":32,"A":53,"J":43,"d":68,"e":71,"g":70,"c":73,"o":73,"q":68,"C":19,"G":19,"O":19,"Q":19,"w":14,"y":14,"s":74,"a":69,"v":14,"S":5,"-":66,"b":-20,"f":31,"i":21,"j":16,"l":-19,"m":30,"n":30,"r":30,"p":23,"t":14,"u":19,"z":36,":":22,";":22,"x":55,"\/":11}},"Z":{"d":"54,0r0,-66r364,-525v14,-23,30,-31,29,-36v-87,7,-206,1,-301,3r0,110r-87,0r0,-192r509,0r0,65r-364,526v-14,23,-30,31,-29,36v92,-7,216,-1,316,-3r0,-114r87,0r0,196r-524,0","w":632,"k":{"g":4,"w":21,"y":23,"v":22,"-":21,"j":12,"p":14,"t":12,"u":13,"z":4}},"[":{"d":"97,95r0,-830r165,0r0,73r-80,0r0,683r80,0r0,74r-165,0","w":311},"\\":{"d":"297,42r-255,-786r86,0r254,786r-85,0","w":423,"k":{"V":15,"Y":11,"W":12}},"]":{"d":"49,21r81,0r0,-683r-81,0r0,-73r166,0r0,830r-166,0r0,-74","w":312},"^":{"d":"69,-247r200,-459r63,0r200,459r-88,0r-144,-352r-143,352r-88,0"},"_":{"d":"10,0r537,0r0,78r-537,0r0,-78","w":557},"`":{"d":"263,-755r-124,-127r112,0r103,127r-91,0","w":499},"a":{"d":"33,-141v0,-159,211,-170,295,-170r32,0v6,-88,-40,-127,-108,-127v-80,0,-145,49,-145,49r-39,-69v0,0,74,-60,192,-60v129,0,197,67,197,195r0,226v-1,34,44,19,73,22r0,75r-101,0v-63,7,-69,-53,-59,-95v-6,-2,-42,107,-169,107v-84,0,-168,-49,-168,-153xm131,-149v0,45,33,86,91,86v93,0,145,-92,139,-185r-25,0v-46,0,-205,2,-205,99","w":555,"k":{"Y":73,"W":48,"V":71,"T":48,"\"":15,"'":15,"U":31,"C":9,"G":9,"O":9,"Q":9,"w":11,"y":14,"v":13,"\\":10,"j":6,"l":6,"p":6,"t":7,"u":6}},"b":{"d":"85,0r0,-631r-85,0r0,-75r182,0r0,234v2,25,-7,43,-1,42v0,0,45,-88,163,-88v137,0,223,108,223,265v0,161,-97,265,-231,265v-120,0,-156,-93,-162,-92v2,5,4,61,3,80r-92,0xm179,-251v0,90,47,179,144,179v79,0,145,-65,145,-180v0,-110,-59,-181,-143,-181v-75,0,-146,53,-146,182","w":609,"k":{"Y":69,"A":6,"\"":13,"'":13,"B":14,"D":14,"E":14,"F":14,"H":14,"I":14,"K":14,"L":14,"N":14,"P":14,"R":14,"M":9,"T":34,"U":23,"V":58,"W":42,"X":20,"Z":15}},"c":{"d":"40,-252v0,-155,117,-266,268,-266v75,0,198,28,198,115r0,62r-86,0r0,-35v0,-39,-64,-58,-109,-58v-102,0,-172,72,-172,180v0,115,81,182,178,182v86,0,144,-51,162,-65r37,71v-23,21,-96,78,-203,78v-146,0,-273,-101,-273,-264","w":553,"k":{"Z":5,"Y":70,"W":39,"V":56,"T":35,"S":4,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"U":33}},"d":{"d":"42,-253v0,-161,94,-265,230,-265v118,0,152,86,158,85v-6,-50,-2,-139,-3,-198r-84,0r0,-75r181,0r0,609v-1,34,44,19,73,22r0,75r-101,0v-60,4,-69,-45,-60,-89v-7,-1,-39,101,-173,101v-136,0,-221,-108,-221,-265xm141,-253v0,110,59,181,143,181v75,0,146,-54,146,-180v0,-93,-47,-181,-143,-181v-81,0,-146,65,-146,180","w":629,"k":{"Y":13,"W":15,"V":14,"T":11,"g":4,"c":4,"o":4,"U":13,"C":9,"G":9,"O":9,"Q":9,"w":5,"y":6,"v":6,"j":4,"l":7,"p":4,"t":4,"u":4}},"e":{"d":"41,-253v0,-161,109,-265,253,-265v156,0,234,122,216,274r-370,0v6,112,85,172,175,172v88,0,151,-57,151,-57r40,71v0,0,-76,70,-197,70v-159,0,-268,-115,-268,-265xm144,-306r269,0v-3,-89,-57,-135,-121,-135v-74,0,-134,50,-148,135","w":555,"k":{"Z":6,"Y":82,"X":4,"W":42,"V":68,"T":34,"A":4,"\"":9,"'":9,"B":6,"D":6,"E":6,"F":6,"H":6,"I":6,"K":6,"L":6,"N":6,"P":6,"R":6,"U":25}},"f":{"d":"48,0r0,-75r79,0r0,-356r-84,0r0,-75r84,0r0,-25v0,-162,122,-182,182,-182v27,0,46,3,46,3r0,80v-57,-6,-126,-11,-131,97r0,27r122,0r0,75r-122,0r0,356r93,0r0,75r-269,0","w":375,"k":{"J":8,"e":4,"c":5,"o":5}},"g":{"d":"121,94v0,0,63,34,139,34v102,0,174,-57,160,-184v-2,-17,7,-34,1,-32v-30,50,-78,82,-152,82v-140,0,-226,-113,-226,-259v0,-145,81,-253,222,-253v68,0,134,29,166,83v-7,-37,5,-71,56,-71r108,0r0,75v-29,3,-77,-12,-78,20r0,390v-1,239,-258,273,-428,189xm288,-90v70,0,134,-42,134,-174v0,-132,-64,-170,-143,-170v-87,0,-137,64,-137,167v0,105,55,177,146,177","w":626,"k":{"Z":4,"Y":25,"X":23,"W":16,"V":18,"M":15,"J":8,"A":10,"c":4,"o":4,"B":16,"D":16,"E":16,"F":16,"H":16,"I":16,"K":16,"L":16,"N":16,"P":16,"R":16,"U":15,"l":4,"h":5,"k":5}},"h":{"d":"32,0r0,-75r80,0r0,-556r-85,0r0,-75r181,0r0,262v2,25,-7,43,-1,42v22,-49,88,-116,189,-116v119,0,174,65,174,194r0,249r79,0r0,75r-176,0r0,-302v0,-71,-15,-127,-96,-127v-99,0,-169,84,-169,192r0,162r80,0r0,75r-256,0","w":674,"k":{"Y":72,"\"":14,"'":14,"T":50,"U":32,"V":72,"W":50,"C":10,"G":10,"O":10,"Q":10,"w":12,"y":15,"v":14,"*":8,"\\":10,"j":6,"l":6,"p":6,"t":7,"u":7}},"i":{"d":"125,-607r0,-99r102,0r0,99r-102,0xm48,0r0,-75r79,0r0,-356r-84,0r0,-75r181,0r0,431r80,0r0,75r-256,0","w":336,"k":{"Y":17,"W":18,"V":18,"T":16,"e":4,"g":5,"c":5,"o":5,"U":17,"C":12,"G":12,"O":12,"Q":12,"w":7,"y":9,"v":9,"b":4,"j":5,"l":8,"p":6,"t":5,"u":5}},"j":{"d":"112,-607r0,-99r102,0r0,99r-102,0xm-16,125v59,4,130,-2,130,-113r0,-443r-85,0r0,-75r182,0r0,521v0,169,-131,191,-194,191v-20,0,-33,-2,-33,-2r0,-79","w":296,"k":{"Z":5,"Y":8,"W":8,"V":8,"T":6,"S":5,"M":7,"A":5,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"N":8,"P":8,"R":8,"U":7,"C":5,"G":5,"O":5,"Q":5,"h":4,"k":4}},"k":{"d":"32,0r0,-75r80,0r0,-556r-85,0r0,-75r181,0r0,394r74,0r101,-119r-66,0r0,-75r230,0r0,75r-67,0r-125,148v1,0,17,7,37,41r86,147v10,24,42,20,76,20r0,75v-74,-3,-126,10,-159,-47r-100,-171v-15,-28,-50,-18,-87,-20r0,163r68,0r0,75r-244,0","w":587,"k":{"Y":47,"W":37,"V":41,"T":11,"e":6,"g":5,"c":10,"o":10,"U":36,"l":7}},"l":{"d":"85,-144r0,-487r-84,0r0,-75r181,0r0,556v0,43,10,72,54,72v16,0,27,-1,27,-1r-1,80v-95,9,-177,-8,-177,-145","w":293,"k":{"Y":16,"W":17,"V":17,"T":14,"e":4,"g":4,"c":4,"o":4,"U":16,"C":11,"G":11,"O":11,"Q":11,"w":7,"y":8,"v":8,"b":4,"j":5,"l":7,"p":5,"t":5,"u":5}},"m":{"d":"48,0r0,-75r79,0r0,-335v0,-35,-53,-17,-84,-21r0,-75v72,4,183,-22,178,56v3,14,-5,55,-1,55v25,-60,98,-123,180,-123v84,0,128,42,150,119v28,-63,98,-119,181,-119v112,0,165,65,165,194r0,249r80,0r0,75r-177,0r0,-303v0,-71,-13,-127,-89,-127v-95,0,-149,97,-149,197r0,158r79,0r0,75r-176,0r0,-303v0,-66,-10,-127,-88,-127v-96,0,-152,102,-152,201r0,154r80,0r0,75r-256,0","w":1000,"k":{"Y":72,"\"":14,"'":14,"T":50,"U":32,"V":72,"W":50,"C":10,"G":10,"O":10,"Q":10,"w":12,"y":15,"v":14,"*":8,"\\":10,"j":6,"l":6,"p":6,"t":7,"u":7}},"n":{"d":"48,0r0,-75r79,0r0,-334v0,-36,-53,-18,-84,-22r0,-75v71,4,184,-22,178,56v3,14,-5,55,-1,55v10,-27,69,-123,197,-123v116,0,168,65,168,194r0,249r80,0r0,75r-177,0r0,-302v0,-71,-14,-127,-95,-127v-102,0,-169,93,-169,194r0,160r80,0r0,75r-256,0","w":689,"k":{"Y":72,"\"":14,"'":14,"T":50,"U":32,"V":72,"W":50,"C":10,"G":10,"O":10,"Q":10,"w":12,"y":15,"v":14,"*":8,"\\":10,"j":6,"l":6,"p":6,"t":7,"u":7}},"o":{"d":"40,-254v0,-153,122,-264,273,-264v151,0,273,111,273,264v0,154,-122,266,-273,266v-151,0,-273,-112,-273,-266xm139,-254v0,106,78,182,174,182v95,0,174,-76,174,-182v0,-105,-79,-180,-174,-180v-96,0,-174,75,-174,180","w":626,"k":{"Z":19,"Y":73,"X":27,"W":46,"V":63,"T":35,"M":12,"A":8,"\"":15,"'":15,"B":16,"D":16,"E":16,"F":16,"H":16,"I":16,"K":16,"L":16,"N":16,"P":16,"R":16,"U":24,"w":4,"y":5,"v":5,"f":4,"i":4,"j":4,"m":4,"n":4,"r":4,"p":4,"h":5,"k":5,"x":12}},"p":{"d":"34,125r79,0r0,-534v0,-36,-53,-18,-84,-22r0,-75v68,4,183,-20,174,54v2,17,-5,30,0,29v0,0,42,-95,170,-95v136,0,222,108,222,265v0,161,-97,265,-229,265v-114,0,-153,-87,-159,-86v5,47,2,142,3,199r80,0r0,75r-256,0r0,-75xm208,-251v0,90,49,179,143,179v80,0,146,-65,146,-180v0,-110,-59,-181,-144,-181v-75,0,-145,53,-145,182","w":637,"k":{"Y":69,"A":6,"\"":13,"'":13,"B":14,"D":14,"E":14,"F":14,"H":14,"I":14,"K":14,"L":14,"N":14,"P":14,"R":14,"M":9,"T":34,"U":23,"V":58,"W":42,"X":20,"Z":15}},"q":{"d":"42,-253v0,-161,95,-265,229,-265v101,0,144,72,163,88v-2,-6,-2,-58,-2,-76r92,0r0,631r79,0r0,75r-255,0r0,-75r79,0r0,-159v-2,-27,7,-45,1,-44v0,0,-44,90,-163,90v-137,0,-223,-108,-223,-265xm141,-253v0,110,59,181,143,181v75,0,146,-53,146,-182v0,-90,-47,-180,-144,-180v-79,0,-145,66,-145,181","w":609,"k":{"Z":11,"Y":46,"X":12,"W":35,"V":41,"T":24,"S":5,"M":9,"A":5,"B":15,"D":15,"E":15,"F":15,"H":15,"I":15,"K":15,"L":15,"N":15,"P":15,"R":15,"U":23,"C":5,"G":5,"O":5,"Q":5,"j":-40,"h":4,"k":4}},"r":{"d":"50,0r0,-75r76,0r0,-334v0,-36,-53,-17,-85,-22r0,-75v74,5,185,-24,179,59v3,16,-5,67,0,67v27,-81,89,-143,185,-130r0,96v-122,-22,-182,98,-182,205r0,134r75,0r0,75r-248,0","w":423,"k":{"Y":22,"X":33,"W":14,"V":16,"M":19,"J":18,"A":19,"c":5,"o":5,"B":17,"D":17,"E":17,"F":17,"H":17,"I":17,"K":17,"L":17,"N":17,"P":17,"R":17,"U":13,"h":5,"k":5,"?":11}},"s":{"d":"40,-109r0,-54r85,0v-13,75,45,96,116,96v57,0,102,-23,102,-65v0,-51,-56,-66,-126,-92v-75,-27,-158,-62,-158,-154v0,-100,99,-140,187,-140v71,0,175,28,175,102r0,61r-85,0v9,-62,-24,-85,-89,-85v-48,0,-90,20,-90,61v0,48,56,68,117,89v78,26,167,59,167,153v0,96,-88,149,-203,149v-92,0,-198,-41,-198,-121","w":481,"k":{"Z":4,"Y":70,"W":38,"V":59,"T":33,"A":4,"B":5,"D":5,"E":5,"F":5,"H":5,"I":5,"K":5,"L":5,"N":5,"P":5,"R":5,"U":25}},"t":{"d":"103,-185r0,-246r-85,0r0,-75r87,0r0,-139r95,0r0,139r121,0r0,75r-121,0r0,237v7,114,69,119,131,115r0,81v0,0,-14,2,-35,2v-64,0,-193,-20,-193,-189","w":360,"k":{"Y":37,"W":18,"V":34,"T":8,"U":17}},"u":{"d":"105,-182r0,-249r-85,0r0,-75r182,0r0,304v0,70,14,126,95,126v101,0,164,-97,164,-197r0,-158r-85,0r0,-75r182,0r0,410v-1,33,46,19,75,22r0,74v-70,-2,-175,18,-169,-56v-3,-13,5,-54,0,-52v-10,27,-67,120,-193,120v-109,0,-166,-60,-166,-194","w":665,"k":{"Y":53,"W":49,"V":60,"T":34,"e":4,"g":4,"c":4,"o":4,"U":30,"C":10,"G":10,"O":10,"Q":10,"w":6,"y":7,"v":7,"b":4,"j":5,"l":7,"p":5,"t":5,"u":5}},"v":{"d":"9,-431r0,-75r227,0r0,75r-65,0r107,295v11,23,6,49,14,47v27,-115,83,-232,119,-342r-65,0r0,-75r226,0r0,75r-63,0r-164,431r-109,0r-163,-431r-64,0","w":581,"k":{"Y":14,"X":32,"W":8,"V":9,"M":29,"J":15,"?":13,",":20,".":19,"A":38,"e":4,"c":5,"o":5,"B":17,"D":17,"E":17,"F":17,"H":17,"I":17,"K":17,"L":17,"N":17,"P":17,"R":17,"U":7,"h":9,"k":9}},"w":{"d":"10,-431r0,-75r226,0r0,75r-68,0r86,294v9,22,3,49,11,47v0,0,2,-26,8,-47r111,-368r88,0r111,368v9,22,3,49,11,47v20,-115,66,-231,95,-341r-69,0r0,-75r226,0r0,75r-63,0r-130,431r-108,0r-107,-338v-8,-24,-5,-50,-11,-48v0,0,-2,25,-9,48r-107,338r-108,0r-130,-431r-63,0","w":856,"k":{"Y":14,"X":28,"W":8,"V":9,"M":26,"J":11,",":13,".":12,"A":37,"c":4,"o":4,"B":16,"D":16,"E":16,"F":16,"H":16,"I":16,"K":16,"L":16,"N":16,"P":16,"R":16,"U":6,"h":7,"k":7,"?":11}},"x":{"d":"37,0r0,-75r76,0r121,-186r-112,-170r-82,0r0,-75r142,0r90,147v11,16,14,34,19,33v29,-55,77,-125,110,-180r134,0r0,75r-77,0r-113,169r125,187r68,0r0,75r-129,0r-120,-196v-6,-1,-8,14,-20,33r-100,163r-132,0","w":572,"k":{"Y":48,"W":38,"V":42,"T":9,"e":6,"c":9,"o":9,"U":37,"l":6}},"y":{"d":"64,105v0,0,29,24,72,24v65,1,95,-66,114,-120r-177,-440r-64,0r0,-75r231,0r0,75r-67,0r113,301v10,23,4,46,12,44v33,-117,85,-232,124,-345r-65,0r0,-75r224,0r0,75r-63,0r-200,511v-34,86,-100,130,-178,130v-65,0,-109,-32,-109,-32","w":590,"k":{"Y":14,"X":32,"W":8,"V":9,"M":30,"J":15,",":21,".":19,"A":38,"e":4,"c":5,"o":5,"B":17,"D":17,"E":17,"F":17,"H":17,"I":17,"K":17,"L":17,"N":17,"P":17,"R":17,"U":7,"h":9,"k":9,"?":13}},"z":{"d":"48,-64r279,-338v16,-21,29,-26,28,-31v-59,4,-151,1,-217,2r0,81r-85,0r0,-156r419,0r0,64r-277,338v-16,21,-29,25,-28,30r227,-1r0,-81r85,0r0,156r-431,0r0,-64","w":527,"k":{"Y":36,"W":29,"V":34,"T":7,"U":26}},"{":{"d":"118,-77r0,-96v0,-102,-85,-109,-85,-109r0,-86v0,0,85,-7,85,-111r0,-84v0,-158,114,-174,162,-174v14,0,24,1,24,1r0,74v-46,-1,-93,2,-101,105r0,103v0,102,-83,123,-81,129v0,0,81,24,81,127r0,115v6,103,56,106,101,105r0,74v0,0,-10,2,-24,2v-48,0,-162,-16,-162,-175","w":337},"|":{"d":"95,159r0,-951r85,0r0,951r-85,0","w":275},"}":{"d":"34,22v46,1,100,-2,100,-105r0,-115v0,-106,83,-123,81,-129v0,0,-81,-28,-81,-127r0,-103v-7,-103,-56,-106,-100,-105r0,-74v0,0,9,-1,23,-1v48,0,162,16,162,174r0,84v0,104,85,111,85,111r0,86v0,0,-85,7,-85,109r0,96v0,159,-114,175,-162,175v-14,0,-23,-2,-23,-2r0,-74","w":337},"~":{"d":"67,-204v0,-116,53,-169,139,-169v106,0,116,98,192,98v52,0,67,-52,67,-94r79,0v0,117,-54,169,-140,169v-105,0,-116,-97,-192,-97v-52,0,-66,52,-66,93r-79,0","w":609},"\u00a0":{"w":250}}});
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;
(function ($) {

$(document).ready(function() {

  // Accepts a string; returns the string with regex metacharacters escaped. The returned string
  // can safely be used at any point within a regex to match the provided literal string. Escaped
  // characters are [ ] { } ( ) * + ? - . , \ ^ $ # and whitespace. The character | is excluded
  // in this function as it's used to separate the domains names.
  RegExp.escapeDomains = function(text) {
    return (text) ? text.replace(/[-[\]{}()*+?.,\\^$#\s]/g, "\\$&") : '';
  }

  // Attach onclick event to document only and catch clicks on all elements.
  $(document.body).click(function(event) {
    // Catch the closest surrounding link of a clicked element.
    $(event.target).closest("a,area").each(function() {

      var ga = Drupal.settings.googleanalytics;
      // Expression to check for absolute internal links.
      var isInternal = new RegExp("^(https?):\/\/" + window.location.host, "i");
      // Expression to check for special links like gotwo.module /go/* links.
      var isInternalSpecial = new RegExp("(\/go\/.*)$", "i");
      // Expression to check for download links.
      var isDownload = new RegExp("\\.(" + ga.trackDownloadExtensions + ")$", "i");
      // Expression to check for the sites cross domains.
      var isCrossDomain = new RegExp("^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\/.*(" + RegExp.escapeDomains(ga.trackCrossDomains) + ")", "i");

      // Is the clicked URL internal?
      if (isInternal.test(this.href)) {
        // Is download tracking activated and the file extension configured for download tracking?
        if (ga.trackDownload && isDownload.test(this.href)) {
          // Download link clicked.
          var extension = isDownload.exec(this.href);
          _gaq.push(["_trackEvent", "Downloads", extension[1].toUpperCase(), this.href.replace(isInternal, '')]);
        }
        else if (isInternalSpecial.test(this.href)) {
          // Keep the internal URL for Google Analytics website overlay intact.
          _gaq.push(["_trackPageview", this.href.replace(isInternal, '')]);
        }
      }
      else {
        if (ga.trackMailto && $(this).is("a[href^=mailto:],area[href^=mailto:]")) {
          // Mailto link clicked.
          _gaq.push(["_trackEvent", "Mails", "Click", this.href.substring(7)]);
        }
        else if (ga.trackOutbound && this.href) {
          if (ga.trackDomainMode == 2 && isCrossDomain.test(this.href)) {
            // Top-level cross domain clicked. document.location is handled by _link internally.
            _gaq.push(["_link", this.href]);
          }
          else if (ga.trackOutboundAsPageview) {
            // Track all external links as page views after URL cleanup.
            // Currently required, if click should be tracked as goal.
            _gaq.push(["_trackPageview", '/outbound/' + this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i, '').split('/').join('--')]);
          }
          else {
            // External link clicked.
            _gaq.push(["_trackEvent", "Outbound links", "Click", this.href]);
          }
        }
      }
    });
  });
});

})(jQuery);
;

