
var n = 0;
var s = 97.2;
var r = 100;

var Site = {
	init: function(){
		if ($('tick')) setInterval("Site.incrTick()", r);
		Site.rewriteLinks();
		Site.Cufon();
	},
	incrTick: function(){
		n += s;
		$('tick').setHTML(n.toFixed(0));
	},
	rewriteLinks: function(){
		var a = document.getElementsByTagName('a');

		for (var i=0; i < a.length; i++) {
			if (a[i].rel == 'external') a[i].target = '_blank';
		}
	}
};

//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":354,"face":{"font-family":"Freehand575 BT","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"715","panose-1":"3 8 7 2 3 3 6 6 2 4","ascent":"572","descent":"-143","x-height":"20","cap-height":"6","bbox":"-192.064 -568 676 175.084","underline-thickness":"45.7349","underline-position":"-64.5874","slope":"-15","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":177},"!":{"d":"168,-467v23,-1,37,23,19,39r-103,308v-1,19,-3,28,-23,27v-12,0,-19,-1,-19,-11v0,-82,48,-226,82,-308v15,-37,28,-55,44,-55xm69,-38v0,22,-18,44,-38,44v-18,0,-31,-7,-32,-22v-1,-22,30,-50,50,-50v15,0,20,12,20,28","w":182},"\"":{"d":"173,-501r0,193r-41,0r0,-193r41,0xm74,-501r0,193r-41,0r0,-193r41,0","w":205},"#":{"d":"340,-301r-92,0r-34,95r92,0xm322,-508r-58,164r91,0r58,-164r50,0r-57,164r107,0r-15,43r-108,0r-33,95r115,0r-15,43r-116,0r-58,164r-50,0r58,-164r-92,0r-59,164r-50,0r58,-164r-112,0r15,-43r112,0r34,-95r-120,0r15,-43r120,0r59,-164r51,0","w":549},"$":{"d":"312,-551v0,46,-22,81,-40,124v10,9,19,23,32,40v27,19,45,23,49,53v0,8,-14,17,-24,17v-31,0,-30,-65,-63,-62v-54,6,-83,61,-104,102v-42,81,8,141,59,179v22,17,34,32,34,45v-2,41,-58,62,-106,61v-14,26,-32,117,-56,127v-12,1,-23,-11,-22,-24v5,-39,18,-66,35,-111v-39,-9,-92,-55,-95,-93v-2,-18,26,-37,34,-10v15,50,79,86,141,64v8,-5,13,-13,15,-22v-16,-62,-119,-85,-112,-162v8,-89,71,-180,148,-210v11,-48,21,-83,31,-104v10,-21,19,-31,30,-31v10,0,14,7,14,17"},"%":{"d":"377,-435v21,10,11,23,-9,41v-109,102,-200,219,-299,331v-38,42,-57,65,-61,65v-13,1,-22,-16,-22,-29v-2,-3,20,-28,43,-54r237,-264v54,-61,91,-90,111,-90xm225,-123v-19,2,-52,75,-48,102v0,4,6,10,12,9v24,1,51,-53,51,-81v0,-16,-3,-28,-15,-30xm194,11v-110,10,-49,-111,-22,-150v11,-16,38,-18,61,-24v30,0,45,33,45,66v1,53,-35,104,-84,108xm160,-389v-18,0,-55,67,-51,92v-1,12,6,20,15,21v22,-1,51,-63,48,-92v2,-10,-5,-21,-12,-21xm64,-301v6,-53,29,-128,94,-124v3,1,6,3,10,6v27,0,40,18,40,46v0,55,-43,121,-97,121v-31,0,-50,-17,-47,-49","w":341},"&":{"d":"214,-353v-29,14,-42,62,-39,103v20,-25,40,-61,45,-92v0,-5,-2,-11,-6,-11xm46,-64v9,59,113,32,148,11v-24,-37,-41,-78,-56,-125v-55,52,-95,98,-92,114xm286,-14v-17,20,-45,10,-66,-9v-67,45,-226,42,-235,-46v-2,-28,53,-85,146,-147v-18,-70,-3,-166,71,-163v29,1,54,20,54,52v0,50,-41,80,-76,117v13,52,26,97,49,133v16,-15,38,-30,32,-54v-23,10,-46,-11,-49,-28v11,-21,74,-26,116,-26v19,0,27,3,28,19v0,25,-56,21,-76,29v30,27,-8,70,-28,90v7,8,30,24,34,33","w":371},"'":{"d":"74,-501r0,193r-41,0r0,-193r41,0","w":106},"(":{"d":"185,-366v-75,101,-154,327,-66,466v-1,5,-6,9,-11,9v-43,-8,-82,-107,-79,-173v7,-144,69,-291,159,-360v30,-22,81,-32,101,-3v-1,15,-40,10,-50,18v-19,8,-38,21,-54,43","w":211},")":{"d":"12,88v-30,23,-81,32,-101,3v1,-14,40,-11,50,-18v81,-36,119,-162,145,-252v27,-94,17,-193,-24,-257v0,-4,6,-9,10,-9v44,7,84,107,80,173v-8,144,-70,291,-160,360","w":211},"*":{"d":"94,-413v5,-23,33,-3,45,5v5,-15,18,-51,28,-46v21,1,2,31,-1,41v19,-10,27,-22,44,-14v1,4,-40,31,-47,36v7,7,25,16,31,21v-3,28,-31,5,-44,-4v-5,13,-15,66,-31,44v1,-12,3,-25,8,-38v-13,8,-33,24,-47,28v-4,1,-6,-3,-6,-5v0,-6,12,-16,35,-32v10,-7,9,-7,15,-11v-13,-9,-25,-14,-30,-25","w":177},"+":{"d":"319,-426r0,192r188,0r0,41r-188,0r0,193r-41,0r0,-193r-189,0r0,-41r189,0r0,-192r41,0","w":595},",":{"d":"-8,52v2,-3,56,-149,80,-85v-4,15,-38,59,-49,78v-8,13,-15,20,-21,20v-6,-1,-10,-6,-10,-13","w":177},"-":{"d":"135,-126v39,0,62,7,52,39v-41,8,-116,20,-153,6v-3,-4,-5,-16,-5,-35v24,-8,68,-10,106,-10","w":245,"k":{"y":-26,"w":-26,"r":-13,"o":-13,"n":-13,"Y":29,"T":39,"O":-13,"J":-13,"G":-13,"C":-13,"A":25}},".":{"d":"86,-39v0,17,-26,50,-40,50v-19,-1,-30,-7,-31,-26v-1,-23,24,-46,47,-45v13,0,24,9,24,21","w":177},"\/":{"d":"236,-455v15,0,21,22,11,31v-54,102,-106,209,-155,322v-49,113,-77,168,-84,168v-12,0,-25,-9,-24,-23v27,-89,111,-257,155,-351v46,-99,80,-147,97,-147","w":211},"0":{"d":"55,-98v-3,67,56,94,107,62v81,-50,131,-177,142,-292v9,-93,-85,-71,-125,-31v-58,58,-119,161,-124,261xm135,-395v69,-84,223,-44,214,82v-9,126,-69,240,-142,298v-85,67,-209,11,-202,-98v8,-116,73,-212,130,-282"},"1":{"d":"20,-3v-46,12,-55,7,-65,-24v0,-11,18,-18,55,-23v6,-1,10,-2,13,-2v23,-102,66,-224,108,-341v-22,-1,-60,9,-57,-14v4,-38,48,-35,103,-36v39,8,35,17,15,62v-48,107,-85,217,-117,325v37,-6,62,33,16,41","w":188},"2":{"d":"79,-227v-12,31,-39,13,-43,-9v25,-62,100,-148,147,-184v36,-28,59,-40,94,-21v9,5,14,12,17,20v30,12,57,31,57,66v0,33,-23,78,-66,135v-43,57,-99,112,-167,163v51,2,143,-23,145,25v1,30,-38,20,-66,20v-49,0,-118,9,-172,18v-16,-1,-22,-19,-22,-39v-1,-17,39,-17,52,-24v89,-47,172,-160,225,-260v11,-21,15,-40,15,-52v-2,-29,-35,-24,-58,-11v-63,35,-118,96,-158,153"},"3":{"d":"212,-213v57,11,96,84,53,137v-37,46,-104,86,-178,90v-43,2,-91,-27,-91,-65v0,-15,13,-37,25,-37v23,6,21,64,58,59v48,-7,111,-47,139,-77v38,-40,-3,-81,-61,-75v-22,-5,-61,14,-62,-11v-1,-23,22,-33,54,-40v68,-16,148,-60,165,-128v-1,-19,-15,-25,-36,-25v-79,0,-153,59,-206,102v-23,-7,-23,-23,-2,-44v48,-46,124,-116,200,-116v18,0,33,13,38,27v29,14,53,32,53,68v0,69,-80,105,-149,135"},"4":{"d":"162,-11v-1,-7,8,-43,18,-83v-39,0,-126,11,-153,13v-17,1,-27,-17,-26,-34v0,-11,13,-32,39,-65v22,-27,152,-176,230,-248v14,-13,26,-19,32,-19v27,2,67,9,44,40v-35,81,-68,171,-98,270v39,-2,74,4,64,41v-28,0,-51,-2,-79,1v-13,23,-24,102,-47,109v-15,0,-24,-10,-24,-25xm195,-137v19,-45,77,-220,92,-259r-126,142v-59,68,-60,67,-107,125"},"5":{"d":"304,-449v35,1,46,-2,47,27v-6,32,-146,24,-182,35v-23,44,-44,97,-63,153v32,-18,66,-33,112,-33v76,0,124,82,76,148v-42,58,-112,127,-200,133v-48,3,-91,-29,-91,-73v0,-19,13,-47,28,-48v12,-1,8,30,13,35v13,33,53,55,94,32v54,-31,116,-94,129,-159v0,-22,-14,-28,-38,-28v-56,2,-109,31,-150,52v-8,2,-36,-26,-34,-34v12,-38,67,-183,83,-215v30,-21,110,-25,176,-25"},"6":{"d":"241,-129v31,-46,32,-108,-34,-107v-43,1,-72,19,-100,42v-18,34,-29,72,-31,118v-2,42,35,60,70,40v36,-21,75,-63,95,-93xm253,-462v18,1,48,20,18,32v-51,34,-107,120,-145,186v32,-25,82,-53,125,-24v22,15,62,38,59,83v-4,87,-69,149,-135,179v-74,34,-157,-5,-153,-88v7,-136,104,-262,179,-335v23,-23,41,-33,52,-33"},"7":{"d":"44,15v-17,8,-39,-2,-38,-20v0,-10,25,-52,75,-126v50,-74,114,-163,192,-267v-55,2,-167,20,-202,26v-23,-2,-11,-41,2,-46v44,-18,152,-31,225,-31v32,0,39,18,47,37v-1,9,-7,13,-13,21r-157,214","w":294},"8":{"d":"268,-402v-56,7,-106,51,-118,104v3,20,19,35,37,45v51,-32,107,-66,121,-115v0,-18,-20,-36,-40,-34xm49,-64v3,39,59,37,92,22v48,-22,107,-59,118,-111v-5,-34,-31,-38,-69,-52v-58,37,-126,83,-141,141xm1,-82v7,-61,80,-109,139,-142v-28,-20,-44,-27,-44,-65v0,-90,79,-156,171,-156v56,0,80,38,87,88v-13,61,-58,80,-119,125v55,13,100,78,59,133v-39,53,-113,107,-195,112v-48,2,-103,-49,-98,-95"},"9":{"d":"113,-278v-23,47,-27,95,35,93v34,-1,62,-9,90,-21v27,-45,52,-84,54,-139v2,-55,-37,-76,-81,-44v-35,26,-77,68,-98,111xm154,-13v-16,17,-53,37,-73,16v23,-27,100,-110,125,-158v-64,38,-164,7,-160,-66v5,-82,67,-173,125,-213v15,-10,30,-15,43,-15v76,0,153,63,123,158v-35,109,-113,201,-183,278"},":":{"d":"133,-216v0,19,-33,48,-52,47v-14,-1,-19,-8,-20,-23v0,-26,26,-46,53,-45v10,0,19,10,19,21xm96,-39v3,17,-24,51,-39,50v-20,-1,-30,-7,-32,-26v-4,-34,63,-68,71,-24","w":177},";":{"d":"132,-218v0,20,-25,36,-45,36v-13,0,-21,-6,-21,-20v0,-19,22,-43,40,-42v15,-1,27,11,26,26xm69,-68v22,-3,26,22,7,29v-17,20,-33,54,-51,76v-18,7,-27,-8,-14,-27v12,-16,35,-75,58,-78","w":177},"<":{"d":"503,-355r-349,142r349,141r0,45r-411,-168r0,-36r411,-169r0,45","w":595},"=":{"d":"507,-167r0,41r-418,0r0,-41r418,0xm507,-300r0,41r-418,0r0,-41r418,0","w":595},">":{"d":"503,-231r0,36r-411,168r0,-45r349,-141r-349,-142r0,-45","w":595},"?":{"d":"141,-42v0,22,-32,51,-55,51v-15,0,-27,-8,-27,-23v0,-24,31,-55,54,-55v13,0,28,14,28,27xm104,-312v-42,-21,-15,-60,12,-84v35,-31,66,-62,108,-70v24,1,34,13,43,33v35,17,56,31,60,73v4,48,-134,202,-182,262v-10,5,-39,8,-39,-8v21,-53,163,-217,163,-271v0,-20,-11,-31,-30,-31v-55,0,-104,54,-135,96","w":339},"@":{"d":"364,-349v45,0,73,21,87,54r20,-42r39,0r-54,226v1,22,14,35,39,32v89,-10,131,-92,137,-188v13,-212,-313,-262,-449,-135v-57,54,-99,121,-99,223v0,162,113,245,274,245v88,0,164,-27,220,-66r16,23v-100,92,-335,99,-449,13v-85,-64,-131,-196,-88,-326v52,-157,235,-261,441,-204v101,28,178,101,178,222v0,129,-67,230,-194,230v-44,0,-72,-16,-69,-62v-20,35,-53,61,-103,62v-72,0,-110,-42,-110,-116v0,-99,71,-192,164,-191xm249,-156v0,80,81,100,132,56v38,-33,44,-95,60,-150v-7,-37,-32,-65,-73,-66v-73,0,-119,79,-119,160","w":715},"A":{"d":"80,-145r122,-8v2,-48,5,-93,8,-133v3,-40,8,-77,13,-110v-37,54,-84,141,-143,251xm252,-76v0,32,11,74,-25,72v-15,0,-23,-27,-24,-82v0,-10,-1,-19,-1,-24v-51,5,-101,11,-149,21v-13,25,-38,110,-67,103v-8,1,-13,-8,-13,-15v24,-92,105,-239,166,-342v40,-68,73,-102,99,-102v19,5,52,6,55,26v-37,69,-41,224,-41,343","w":321,"k":{"Y":13,"X":-13,"T":19,"A":-13,";":-13,":":-13,".":-23,"-":-13,",":-23}},"B":{"d":"240,-125v26,-40,-19,-60,-67,-58v-29,1,-57,2,-82,8v-17,45,-30,91,-43,141v62,27,129,-32,171,-67v9,-8,16,-16,21,-24xm293,-353v0,-47,-94,-26,-134,-19v-19,48,-35,97,-50,148v56,-13,100,-31,134,-55v34,-24,50,-48,50,-74xm3,-32v0,-96,79,-245,100,-357v7,-38,39,-46,87,-46v83,-1,135,43,148,109v-10,55,-74,85,-133,109v57,2,114,63,77,118v-41,61,-127,107,-220,110v-31,1,-59,-16,-59,-43","w":330,"k":{"-":-20}},"C":{"d":"130,12v-71,4,-130,-42,-126,-112v7,-122,92,-253,163,-328v32,-33,63,-26,95,-3v29,8,56,27,59,58v2,21,-25,47,-40,27v-7,-14,-7,-54,-39,-50v-47,6,-73,40,-102,77v-43,54,-82,138,-84,220v-1,45,22,74,64,75v60,0,100,-45,144,-65v5,0,7,5,7,10v-20,48,-83,87,-141,91","w":314,"k":{"-":-13}},"D":{"d":"314,-301v0,-71,-70,-89,-147,-80v-42,115,-85,241,-106,353v101,-29,184,-106,230,-191v16,-30,23,-58,23,-82xm9,-21v0,-102,63,-267,105,-374v-3,-8,-6,-14,-6,-24v2,-25,17,-21,51,-22v117,-3,199,54,199,163v0,90,-57,144,-117,197v-50,42,-119,93,-190,93v-25,0,-42,-10,-42,-33","w":367,"k":{"Y":22,"-":-13}},"E":{"d":"278,-185v0,37,-49,19,-86,27v-26,6,-62,7,-103,13r-29,101r175,-19v19,0,32,1,35,14v2,11,-21,18,-41,20v-40,4,-153,38,-187,40v-19,1,-37,-18,-36,-38v0,-6,8,-37,23,-95r76,-277v14,-44,12,-36,73,-38v30,-1,131,13,160,14v7,1,12,1,11,8v1,27,-154,28,-190,34r-57,189r140,-9v20,1,36,0,36,16","w":324},"F":{"d":"106,-185v40,1,108,-12,119,18v0,14,-23,23,-70,25v-25,1,-46,2,-62,3v-12,35,-30,119,-38,147v-5,18,-58,18,-54,-8v21,-124,79,-306,116,-407v31,-24,60,-16,150,-16v50,0,73,-6,78,25v3,16,-24,13,-39,12v-7,-1,-120,14,-147,18v-13,41,-25,76,-33,106v-8,30,-15,56,-20,77","w":281,"k":{"y":39,"u":42,"r":25,"o":42,"i":36,"e":36,"a":39,"T":-13,"A":25,";":75,":":75,".":62,"-":66,",":62}},"G":{"d":"48,-80v0,35,9,53,41,53v76,0,142,-57,171,-114v-31,-6,-85,11,-113,11v-19,-1,-33,-7,-34,-25v12,-20,92,-29,136,-29v60,0,67,42,38,81v-42,56,-104,126,-201,111v-43,-21,-91,-32,-88,-87v7,-134,80,-253,159,-323v55,-50,68,-49,114,-10v22,10,53,46,56,70v-1,5,-5,12,-11,12v-11,2,-45,-64,-64,-56v-70,15,-112,79,-146,134v-32,51,-58,105,-58,172","w":330,"k":{"T":-13,"-":-13}},"H":{"d":"242,-21v-56,-4,-15,-80,-10,-118v-42,2,-74,3,-97,5v-23,2,-41,4,-55,6v-9,30,-18,63,-26,101v-7,33,-15,50,-26,50v-16,0,-27,-8,-28,-21v14,-87,66,-260,102,-362v11,-32,23,-48,39,-48v23,-1,52,19,28,38v-36,45,-52,127,-74,197v47,3,98,-2,147,-6r11,-35v53,-176,90,-264,113,-264v19,0,47,16,26,34v-36,32,-38,72,-59,131v-31,88,-49,195,-76,285v-3,5,-8,7,-15,7","w":356,"k":{";":-13,":":-13}},"I":{"d":"187,-421v-49,125,-102,258,-132,408v4,13,-5,18,-17,19v-22,0,-36,-6,-36,-25v17,-85,60,-217,95,-325v22,-68,42,-101,62,-101v9,0,29,16,28,24","w":163},"J":{"d":"212,-403v-1,-35,56,-57,70,-22r-98,322v-21,64,-92,142,-169,104v-16,-9,-48,-45,-56,-63v0,-14,26,-41,38,-21v5,30,35,53,71,52v33,0,67,-71,103,-214v16,-65,30,-118,41,-158","w":269,"k":{"-":39}},"K":{"d":"140,-434v47,13,29,26,8,90r-37,115v71,-73,144,-139,241,-213v16,-12,32,4,22,20v-78,61,-165,154,-240,225v50,51,113,117,126,179v3,15,-20,33,-34,33v-12,0,-9,-11,-5,-18v0,-8,-39,-57,-115,-147v-10,-12,-10,-11,-15,-17r-45,167v-4,17,-51,23,-47,-3v14,-92,77,-276,105,-378v-5,-28,11,-53,36,-53","w":300,"k":{"y":13,"a":-13}},"L":{"d":"147,-437v35,-1,59,11,35,40v-50,116,-99,242,-125,354v46,-10,93,-14,142,-17v34,-2,53,25,13,33r-185,35v-18,-1,-27,-12,-24,-32v13,-90,69,-268,108,-373v9,-27,21,-40,36,-40","w":261,"k":{"u":-13,"o":-16,"e":-13,"a":-26,"Y":42,"W":25,"V":25,"T":39,"A":-13,"-":13}},"M":{"d":"160,-60v-19,0,-38,-10,-38,-28v3,-98,24,-208,47,-303v-54,98,-127,332,-167,403v-12,1,-30,-13,-27,-24v23,-95,95,-243,143,-355v17,-40,36,-60,56,-60v24,0,53,4,39,27v-27,81,-44,179,-51,293v50,-99,95,-179,134,-240v39,-61,66,-90,79,-90v28,-1,76,7,56,31v-50,105,-91,235,-115,366v-4,27,-11,41,-21,41v-14,-1,-22,-12,-21,-28v9,-118,59,-255,105,-374v-65,82,-124,186,-182,299v-14,28,-26,42,-37,42","w":415},"N":{"d":"247,-63v-6,34,-26,65,-56,41v-29,-25,-25,-38,-37,-108v-12,-70,-15,-148,-9,-225v-25,71,-47,136,-65,194v-18,58,-31,107,-40,147v-2,8,-5,34,-12,33v-59,-7,-18,-78,-7,-120v24,-97,69,-214,101,-291v10,-25,60,-46,87,-26v-34,92,-16,240,3,337v19,-85,58,-200,95,-301v16,-44,30,-66,45,-66v22,0,13,22,5,33v-27,73,-49,140,-68,200v-19,60,-34,110,-42,152","w":341},"O":{"d":"311,-215v21,-69,40,-184,-40,-184v-96,0,-146,113,-182,180v-39,74,-49,195,48,195v102,0,146,-102,174,-191xm247,-24v-89,78,-241,29,-235,-98v6,-128,85,-229,159,-291v46,-38,79,-48,118,-13v127,18,81,217,38,300v-22,43,-49,75,-80,102","w":384,"k":{";":-13,":":-13,"-":-13}},"P":{"d":"282,-345v0,-42,-72,-58,-118,-44v-12,34,-23,66,-33,98v-10,32,-19,63,-26,92v76,-8,177,-76,177,-146xm159,-448v88,-1,167,35,167,110v0,101,-124,165,-232,181r-35,140v3,36,-49,30,-55,9v16,-102,71,-279,108,-412v2,-24,18,-27,47,-28","w":300,"k":{"y":58,"u":46,"s":19,"r":25,"o":92,"n":66,"i":22,"e":42,"a":68,"A":22,";":-13,":":-13,".":92,"-":92,",":92}},"Q":{"d":"57,-98v-5,67,54,86,105,59v-9,-7,-45,-32,-46,-42v0,-7,6,-10,13,-10v24,2,53,18,72,31v63,-48,114,-156,114,-263v0,-47,-8,-77,-47,-77v-49,0,-74,25,-102,57v-51,56,-103,157,-109,245xm261,59v-12,-15,-37,-55,-60,-71v-23,12,-52,20,-82,21v-61,2,-113,-56,-110,-121v6,-135,92,-257,178,-328v27,-22,60,-12,83,5v67,8,90,55,91,134v0,110,-57,216,-124,265v25,28,39,38,49,61v2,13,-15,34,-25,34","w":373},"R":{"d":"289,-340v0,-46,-65,-77,-120,-67v-14,40,-27,76,-37,108v-10,32,-18,62,-25,89v79,1,182,-61,182,-130xm235,-29v-53,-15,-100,-67,-150,-116r-34,132v0,11,-5,17,-15,18v-58,-20,-12,-108,0,-160v16,-70,36,-128,52,-179v16,-51,27,-85,34,-101v9,-20,32,-20,65,-22v70,-4,157,60,153,121v-6,92,-112,136,-213,157v43,50,89,85,138,125v1,10,-19,28,-30,25","w":324,"k":{"y":22,"u":16,"e":13,";":-26,":":-26,".":-13,"-":42,",":-13}},"S":{"d":"126,-382v30,-36,64,-78,116,-50v8,5,17,17,30,36v29,21,46,23,51,54v1,8,-16,20,-25,19v-30,-2,-28,-57,-58,-60v-72,16,-124,89,-124,172v0,51,37,91,73,116v68,48,7,107,-65,107v-62,0,-146,-53,-148,-103v-1,-17,26,-39,34,-12v15,50,77,85,138,64v7,-5,12,-12,15,-21v-16,-63,-109,-81,-105,-165v3,-65,32,-113,68,-157","w":285},"T":{"d":"105,13v-13,13,-44,4,-41,-16v14,-91,78,-272,107,-372v-39,-2,-108,28,-110,-22v0,-7,22,-15,65,-21v43,-6,95,-9,156,-9v50,0,87,-4,80,39r-128,9r-71,212v-21,65,-36,115,-46,150v-4,16,-8,26,-12,30","w":303,"k":{"y":85,"w":85,"u":82,"s":66,"r":79,"o":85,"i":79,"e":79,"c":75,"a":68,"T":-20,"A":19,";":32,":":32,".":39,"-":79,",":39}},"U":{"d":"247,-2v-29,0,-31,-51,-27,-84v-26,44,-64,94,-113,98v-49,4,-83,-40,-81,-92v4,-92,51,-217,88,-298v15,-35,31,-52,47,-52v22,0,46,26,21,40v-50,109,-98,219,-105,335v-2,34,21,47,47,25v41,-34,87,-89,105,-143r86,-251v5,-35,73,-28,75,2v1,12,-3,16,-12,19v-50,106,-104,246,-116,355v3,20,7,46,-15,46","w":356},"V":{"d":"142,-396v-27,111,-48,230,-38,353v67,-140,147,-284,228,-390v11,-15,23,-23,34,-23v34,2,15,20,-1,43v-85,123,-160,258,-239,411v-10,8,-32,15,-50,14v-42,0,-29,-63,-29,-116v0,-107,13,-192,33,-295v3,-14,8,-24,22,-25v10,-1,42,17,40,28","w":294,"k":{"y":32,"u":36,"o":36,"i":19,"e":25,"a":25,"A":13,".":39,"-":36,",":39}},"W":{"d":"300,-31v-14,43,-64,68,-78,15v-14,-51,-10,-210,2,-279v-51,90,-84,161,-130,268v-9,19,-13,27,-33,29v-43,-10,-33,-38,-26,-99v4,-35,8,-71,14,-112v9,-66,23,-141,37,-188v4,-14,19,-26,35,-26v10,0,17,6,16,17v0,3,-8,43,-24,117v-16,74,-30,150,-41,225v38,-91,74,-164,107,-219v33,-55,57,-83,71,-83v12,4,27,8,28,23v-18,91,-28,195,-19,295v27,-71,51,-137,77,-196v31,-70,54,-140,95,-192v8,-11,39,-10,43,3v0,3,-7,17,-20,44v-59,118,-114,237,-154,358","w":423,"k":{"y":32,"u":32,"r":29,"o":39,"i":25,"e":25,"a":25,"A":13,".":29,"-":25,",":29}},"X":{"d":"-1,30v-14,1,-22,-12,-23,-25v0,-13,41,-72,123,-177r15,-19v-16,-57,-38,-134,-42,-184v-2,-28,42,-29,61,-23v13,46,13,105,27,153v42,-52,150,-196,187,-190v17,3,19,25,1,30v-50,57,-50,56,-93,109v-43,53,-43,54,-83,108v22,82,31,138,69,176v-17,31,-51,17,-69,-16v-12,-23,-28,-60,-45,-114v-33,37,-96,149,-128,172","w":294,"k":{"-":22}},"Y":{"d":"98,-433v37,-1,35,169,47,211v47,-73,89,-132,125,-177v36,-45,59,-66,70,-66v10,0,17,11,18,20v-51,78,-169,197,-204,291v-12,33,-23,70,-33,112v-8,33,-17,50,-27,50v-16,0,-33,-15,-31,-33v4,-45,27,-112,44,-162v-17,-73,-34,-151,-37,-218v-1,-18,10,-29,28,-28","w":281,"k":{"u":68,"o":72,"i":62,"e":62,"a":62,"A":25,".":49,"-":62,",":49}},"Z":{"d":"317,-433v35,0,70,29,33,51v-108,103,-210,222,-296,342v46,-9,93,-14,144,-14v22,-1,36,6,35,27v-1,17,-10,16,-31,18v-67,4,-130,13,-199,27v-47,-39,-20,-63,31,-120r177,-197v34,-36,62,-63,86,-83v-78,4,-153,17,-224,35v-13,1,-35,-27,-11,-32v63,-30,166,-54,255,-54","w":317,"k":{"-":13}},"[":{"d":"139,-422v9,-26,75,-35,100,-18v3,9,-45,16,-57,20v-48,166,-92,341,-111,504v17,3,33,3,53,2v8,1,12,1,13,8v-14,24,-113,36,-107,-21v19,-176,63,-370,109,-495","w":211},"\\":{"d":"95,66v-17,0,-16,-11,-17,-32v-5,-138,-10,-241,-14,-312v-4,-71,-9,-120,-14,-150v-11,-18,14,-36,29,-19v16,18,16,54,20,85v9,74,12,144,16,212v4,68,6,128,6,180v-1,26,-3,36,-26,36","w":163},"]":{"d":"70,87v-9,25,-77,34,-101,17v-3,-9,45,-16,58,-20v48,-167,91,-341,110,-504v-17,0,-37,-3,-53,-1v-7,1,-12,-3,-12,-9v14,-25,114,-35,107,22v-20,173,-63,371,-109,495","w":211},"^":{"d":"385,-509r182,194r-55,0r-154,-152r-155,152r-56,0r182,-194r56,0","w":715},"_":{"d":"358,127r0,42r-358,0r0,-42r358,0","w":357},"`":{"d":"177,-324v4,27,24,50,28,69v-46,9,-57,-49,-77,-74v7,-7,47,-10,49,5","w":357},"a":{"d":"1,-17v46,-21,80,-99,95,-147v-3,-20,-24,-9,-37,5v-26,29,-57,87,-63,134v0,5,0,9,5,8xm149,-28v-23,46,-90,33,-75,-26v-18,32,-41,66,-79,66v-44,0,-41,-59,-26,-96v19,-49,49,-120,105,-130v16,1,24,9,33,21v18,-8,46,-3,48,15v-13,40,-47,92,-51,137v0,6,2,9,7,10v24,-9,42,-56,66,-78v29,22,-18,61,-28,81","w":187},"b":{"d":"118,-162v0,-24,-19,-19,-36,-4v-33,30,-73,73,-75,134v-1,27,30,32,46,17v32,-31,65,-95,65,-147xm77,-366v12,-27,35,-4,44,9v-37,40,-61,128,-81,200v22,-27,41,-50,76,-53v48,6,39,76,23,121v-18,53,-72,141,-140,87v-19,-4,-27,-2,-30,-16v14,-95,67,-257,108,-348","w":188},"c":{"d":"94,-102v-42,-2,-4,-66,-1,-88v-40,10,-49,53,-65,88v-13,28,-16,53,-16,71v0,20,5,32,22,32v56,0,87,-66,115,-106v5,0,15,6,13,11v-16,56,-59,114,-124,114v-128,0,-34,-217,22,-242v16,-7,39,-1,48,8v48,11,18,107,-14,112","w":157},"d":{"d":"0,-14v0,8,4,16,12,15v10,0,23,-14,39,-43v16,-29,32,-67,47,-113v-29,-23,-45,15,-61,38v-18,27,-36,66,-37,103xm108,8v-23,0,-33,-21,-34,-45v-15,30,-36,65,-68,70v-52,-11,-47,-87,-21,-135v20,-35,38,-77,80,-90v16,1,27,9,38,20v17,-47,62,-192,81,-192v13,0,26,4,26,16v-34,88,-94,211,-101,309v0,9,2,14,8,15v24,-7,37,-51,58,-70v4,1,6,3,7,7v-15,36,-32,95,-74,95","w":182},"e":{"d":"27,-123v1,11,3,21,14,21v18,-1,36,-51,34,-75v0,-5,-4,-11,-9,-11v-13,-2,-40,51,-39,65xm113,-197v4,53,-47,145,-97,108v-7,24,-12,78,16,78v43,0,81,-55,98,-95v9,-20,19,-17,22,-1v-10,39,-53,87,-80,105v-42,28,-106,15,-101,-48v5,-65,33,-140,71,-177v24,-13,69,3,71,30","w":142},"f":{"d":"126,-162v-1,25,-26,17,-60,19v-11,33,-20,69,-27,108v-5,29,-15,44,-30,44v-11,0,-18,-4,-18,-15v5,-40,22,-91,37,-138v-22,4,-42,-16,-20,-26v6,-3,16,-5,30,-7v20,-78,44,-141,75,-188v34,-51,58,-83,92,-67v6,21,57,54,16,63v-11,2,-17,-23,-29,-21v-26,-7,-72,89,-114,211v22,4,49,-5,48,17","w":132,"k":{"y":-13,"w":-13,"t":-13,";":25,":":25,".":13,",":13}},"g":{"d":"91,-152v-4,-25,-26,-19,-41,0v-22,29,-60,81,-63,128v-1,18,17,22,28,10v30,-34,68,-92,76,-138xm-80,122v-1,-18,19,-15,23,-1v29,13,75,4,89,-15v16,-46,22,-78,37,-152v-25,32,-34,53,-68,60v-53,-5,-45,-72,-25,-117v18,-40,38,-92,85,-101v18,2,28,10,42,22v26,-10,54,5,38,34v-37,66,-47,175,-73,257v-9,28,-48,44,-87,44v-29,0,-59,-9,-61,-31","w":175},"h":{"d":"93,7v-53,0,-28,-76,-16,-116v-21,36,-73,131,-96,128v-15,-2,-20,-6,-21,-20v13,-85,64,-208,103,-302v24,-58,44,-87,60,-87v20,9,11,13,-1,42v-47,102,-88,209,-125,321v22,-30,104,-176,133,-170v9,2,17,8,17,18v-16,57,-50,98,-53,148v0,5,1,10,6,10v27,-7,43,-57,67,-78v4,0,13,12,13,16v-14,34,-40,90,-87,90","w":175},"i":{"d":"84,-247v3,28,-58,51,-61,12v-1,-24,58,-47,61,-12xm114,-96v-22,36,-45,102,-94,102v-76,0,-29,-149,-9,-187v8,-17,64,-22,42,12v-15,38,-42,119,-39,129v0,9,3,16,12,16v31,-9,54,-59,75,-86v6,0,13,8,13,14","w":107},"j":{"d":"-192,105v-1,-9,10,-15,15,-6v15,27,59,41,96,31v22,-23,60,-220,75,-277v9,-33,19,-50,34,-50v25,-1,25,23,10,35v-20,57,-47,228,-70,272v-12,23,-47,48,-80,48v-37,0,-80,-22,-80,-53xm47,-264v17,1,23,1,24,14v1,16,-21,38,-38,37v-13,0,-21,-6,-21,-19v0,-16,18,-33,35,-32","w":75},"k":{"d":"104,-14v30,-7,39,-58,68,-85v4,0,12,8,11,13v-14,39,-39,97,-92,100v-45,-8,-46,-38,-67,-90v-30,10,-24,89,-50,100v-34,-14,-21,-22,-4,-76r90,-290v7,-34,42,-39,52,-13v-40,63,-62,146,-86,235v21,-20,105,-93,111,-83v12,0,19,-1,20,6v-12,18,-72,63,-91,84v8,44,12,86,38,99","w":175},"l":{"d":"154,-392v1,-9,-5,-9,-12,-7v-20,50,-37,96,-52,139v-15,43,-28,83,-38,119v40,-74,90,-178,102,-251xm98,-5v-43,51,-116,-4,-92,-74v-12,6,-23,-5,-23,-18v4,-9,28,-6,32,-18v16,-50,30,-101,43,-150v14,-52,48,-96,48,-148v0,-11,24,-26,36,-26v18,0,47,27,45,42v-14,88,-86,219,-141,301v-3,27,-13,78,14,82v35,-8,52,-64,74,-91v5,0,22,11,14,19v-20,42,-28,56,-50,81","w":142},"m":{"d":"187,-3v-20,-5,-38,-20,-40,-45v-1,-7,12,-53,28,-98v-18,27,-70,145,-95,144v-13,0,-22,-9,-22,-22v-2,-2,11,-66,18,-90v-14,22,-30,48,-45,79v-14,29,-25,44,-34,44v-22,-1,-34,-9,-32,-31v3,-29,34,-131,49,-163v13,-16,41,3,40,21v-27,35,-41,89,-55,144v32,-59,56,-101,73,-123v21,-27,28,-44,48,-30v6,7,7,20,0,26v-12,33,-19,67,-26,105v29,-57,53,-98,71,-125v18,-27,32,-41,40,-41v11,4,19,17,23,29v-15,34,-50,85,-52,128v-1,9,3,17,10,16v29,-6,44,-60,63,-86v5,-1,17,12,16,17v-14,36,-38,93,-78,101","w":253},"n":{"d":"111,9v-53,0,-37,-85,-27,-131v-17,24,-59,124,-84,128v-44,-7,-32,-45,-19,-94v9,-36,20,-79,40,-105v15,-13,50,2,32,22v-20,40,-33,82,-41,128v31,-60,56,-102,73,-128v17,-26,30,-38,39,-38v24,-2,44,30,17,42v-15,31,-30,87,-34,128v0,8,1,16,8,16v7,0,20,-18,42,-53v6,-9,10,-26,21,-29v4,0,16,10,15,14v-14,31,-37,100,-82,100","w":183,"k":{"-":-13}},"o":{"d":"12,-157v10,-20,44,-52,64,-22v32,-10,47,22,47,54v18,0,44,-39,54,-44v20,3,8,26,-2,34v-14,22,-32,38,-57,44v-17,57,-40,111,-96,111v-89,0,-42,-135,-10,-177xm75,-152v-27,1,-63,83,-63,118v0,13,3,22,15,22v29,-1,65,-83,61,-120v-1,-11,-4,-18,-13,-20","w":165,"k":{";":-13,":":-13,"-":-13}},"p":{"d":"88,-172v-32,14,-65,82,-78,130v1,13,12,22,24,23v45,-10,60,-79,65,-131v1,-11,-2,-22,-11,-22xm-32,149v6,11,8,26,-9,26v-17,1,-28,-7,-27,-22v8,-79,44,-218,68,-307v19,-70,33,-105,44,-105v43,0,-7,73,-6,97v19,-25,28,-43,53,-50v28,1,43,32,43,65v0,64,-41,154,-94,156v-17,0,-35,-12,-40,-24v-10,44,-18,80,-24,109v-6,29,-8,47,-8,55","w":175},"q":{"d":"76,153v-4,13,-53,32,-49,1v9,-75,23,-120,49,-200v-22,25,-36,44,-67,49v-48,-14,-44,-77,-18,-122v15,-26,41,-69,72,-94v24,-9,44,6,61,19v15,-12,41,0,42,16v-43,90,-83,214,-97,323v4,3,7,5,7,8xm100,-138v20,-31,1,-56,-25,-31v-32,30,-70,81,-76,131v3,22,26,7,38,-4v15,-15,52,-66,63,-96","w":192},"r":{"d":"-24,-79v15,-33,30,-72,38,-108v-6,-5,-11,-6,-12,-15v-1,-22,51,-51,58,-18r-3,19r23,7v6,-22,45,-23,50,0v-26,43,-60,92,-61,151v0,9,3,19,10,19v36,0,48,-66,71,-90v5,-1,14,7,13,12v-18,43,-42,105,-91,108v-28,2,-43,-18,-43,-46v1,-43,15,-77,30,-116r-20,-6v-19,47,-24,78,-53,94v-6,0,-10,-5,-10,-11","w":152,"k":{";":-13,":":-13,"-":-26}},"s":{"d":"14,-102v-8,26,-21,49,-36,72v17,8,33,13,51,19v-1,-17,-13,-72,-15,-91xm33,34v-15,3,-59,-39,-71,-40v-4,3,-21,14,-22,12v-9,-1,-8,-7,-9,-18v43,-61,94,-131,94,-217v0,-23,21,-22,38,-11v9,6,13,10,13,13v-21,23,-31,55,-31,91v0,51,54,157,-12,170","w":119},"t":{"d":"-19,-49v4,-71,28,-146,52,-221v-31,1,-82,14,-89,-15v0,-5,6,-9,18,-12v12,-3,40,-7,85,-10v14,-37,15,-63,52,-52v15,15,-10,32,-9,50v42,1,116,-17,123,19v-2,9,-9,8,-23,8v-21,0,-92,6,-112,8v-27,72,-62,159,-62,232v0,11,4,20,13,21v37,-10,53,-72,73,-101v8,-1,17,6,17,13v-16,41,-41,116,-99,116v-27,0,-40,-27,-39,-56","w":105},"u":{"d":"121,12v-33,2,-46,-38,-37,-72v-17,32,-32,60,-64,66v-54,-9,-44,-69,-29,-122v10,-33,23,-68,42,-93v14,-11,36,3,35,19v-21,46,-49,99,-52,150v0,12,2,19,13,19v9,0,20,-12,34,-38v15,-26,39,-90,58,-142v12,-18,42,-2,43,15v-21,44,-45,113,-45,150v0,30,17,19,30,1v9,-12,23,-35,31,-59v6,-20,24,-8,27,3v-16,35,-37,101,-86,103","w":195},"v":{"d":"24,-201v18,0,44,25,19,39v-14,34,-21,82,-22,133v41,-87,71,-143,89,-170v18,-27,33,-40,45,-40v26,-1,22,12,8,25v-42,65,-83,134,-115,200v-8,17,-15,23,-38,23v-31,0,-26,-11,-26,-50v0,-44,4,-82,12,-113v8,-31,18,-47,28,-47","w":152,"k":{";":-26,":":-26,".":16,",":16}},"w":{"d":"145,-11v-28,30,-77,11,-71,-37v-13,31,-30,62,-60,67v-80,-19,-22,-157,5,-199v13,-19,38,3,40,16v-25,32,-41,93,-46,137v0,5,1,11,4,11v6,0,15,-10,25,-29v10,-19,29,-61,56,-127v11,-11,40,3,40,15v-16,33,-30,71,-29,109v0,7,0,13,6,13v8,0,19,-15,33,-47v14,-32,26,-71,36,-117v-5,-11,-13,-28,6,-28v39,10,29,37,16,85v-13,47,-35,103,-61,131","w":241,"k":{";":46,":":46,".":13,",":13}},"x":{"d":"95,12v-35,0,-42,-19,-57,-50v-21,19,-36,63,-62,69v-8,1,-18,-7,-18,-14v13,-35,32,-51,66,-94v-7,-23,-12,-50,-14,-71v-2,-20,22,-44,40,-44v13,-3,15,50,17,66v53,-52,61,-77,105,-95v29,7,12,27,-7,37v-30,28,-58,63,-89,103v4,26,13,55,29,62v27,-12,47,-70,67,-93v5,-1,21,11,19,16v-16,39,-40,108,-96,108","w":177},"y":{"d":"-84,89v-5,-11,-6,-35,12,-32v7,-2,14,19,15,31v16,13,47,23,76,16v11,-6,24,-45,37,-119v5,-29,5,-28,8,-44v-13,23,-28,46,-53,50v-21,-5,-29,-21,-30,-47v-1,-48,26,-144,58,-150v14,-3,41,20,18,28v-18,35,-36,86,-38,127v-1,4,2,7,4,7v29,-22,74,-105,84,-158v3,-17,11,-25,25,-25v23,0,39,27,19,38v-36,46,-60,202,-69,254v-10,58,-119,102,-155,36v-5,-3,-9,-8,-11,-12","w":170,"k":{";":32,":":32}},"z":{"d":"163,-227v14,0,30,12,30,25v-14,34,-131,132,-159,167r68,-11v16,0,32,10,25,25v-17,7,-34,7,-61,19v-45,20,-72,13,-84,-21v30,-53,95,-107,161,-168r-93,12v-10,0,-15,-10,-16,-22v45,-14,83,-24,129,-26","w":195},"{":{"d":"161,-388v-6,-108,39,-129,139,-128r0,45v-67,-4,-88,11,-88,84r0,85v-2,75,-14,100,-70,117v56,17,70,42,70,117r0,84v-1,73,18,86,88,85r0,44v-99,1,-145,-21,-139,-128r0,-85v2,-75,-29,-100,-101,-95r0,-44v74,2,101,-20,101,-96r0,-85","w":357},"|":{"d":"201,-546r0,715r-44,0r0,-715r44,0","w":357},"}":{"d":"58,-516v99,-1,146,21,139,128r0,85v-2,75,26,99,101,96r0,44v-72,-5,-101,21,-101,96r0,84v6,108,-37,131,-139,128r0,-44v67,4,88,-12,88,-85r0,-84v1,-75,13,-100,69,-117v-56,-17,-68,-42,-69,-117r0,-85v1,-73,-19,-85,-88,-85r0,-44","w":357},"~":{"d":"400,-209v58,0,89,-26,134,-56r0,46v-40,28,-77,49,-135,50v-65,1,-152,-51,-202,-48v-57,3,-90,26,-135,56r0,-46v39,-28,81,-49,135,-51v65,-3,146,49,203,49","w":595},"\u00a0":{"w":177}}});

Cufon.replace('h1, h2, h3');

window.addEvent('load', Site.init);
