/*
 * 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) 2011 by vernon adams. All rights reserved.
 * 
 * Trademark:
 * Francois One is a trademark of vernon adams.
 * 
 * Description:
 * Copyright (c) 2011 by vernon adams. All rights reserved.
 * 
 * Manufacturer:
 * vernon adams
 * 
 * Designer:
 * Vernon Adams
 * 
 * License information:
 * http://scripts.sil.org/OFL
 */
Cufon.registerFont({"w":1039,"face":{"font-family":"Francois One","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"1638","descent":"-410","cap-height":"12","bbox":"-49 -1789 2049 363.932","underline-thickness":"102","underline-position":"-103","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":500},"!":{"d":"127,-1536r288,0r-47,1088r-192,0xm127,12r0,-312r288,0r0,300","w":543},"\"":{"d":"370,-1536r-48,576r-192,12r-48,-588r288,0xm754,-1536r-48,576r-192,12r-48,-588r288,0","w":836,"k":{"4":65,"\/":38,",":241,"&":38,"-":87,".":225,"g":36,"J":40,"c":39,"e":39,"o":39,"d":37,"q":37,"A":56,"a":28,"s":16}},"#":{"d":"112,-1198r207,0r45,-338r300,0r-45,338r186,0r45,-338r300,0r-45,338r114,0r0,238r-145,0r-44,338r141,0r0,238r-172,0r-50,384r-300,0r50,-384r-186,0r-50,384r-300,0r50,-384r-149,0r0,-238r180,0r44,-338r-176,0r0,-238xm544,-622r186,0r44,-338r-186,0","w":1283},"$":{"d":"458,-29v-227,-31,-344,-188,-410,-381r224,-119r36,61v39,64,83,130,150,166r0,-355v-160,-103,-373,-167,-373,-419v0,-249,154,-386,373,-425r0,-131r144,0r0,131v177,27,289,143,341,307r-234,115v-31,-59,-51,-131,-107,-166r0,346v169,103,386,180,386,418v0,200,-99,326,-232,399v-47,25,-98,41,-154,50r0,128r-144,0r0,-125xm458,-1255v-72,24,-109,151,-56,220v17,21,35,38,56,51r0,-271xm602,-296v64,-29,109,-143,57,-216v-15,-22,-34,-42,-57,-59r0,275","w":1040},"%":{"d":"294,-1140v0,110,39,214,143,214v107,0,145,-102,145,-212v0,-110,-37,-215,-144,-215v-107,0,-144,103,-144,213xm47,-1136v0,-252,137,-400,392,-400v254,0,392,149,392,400v0,253,-137,404,-392,404v-257,0,-392,-149,-392,-404xm1512,-407v0,110,39,214,143,214v107,0,145,-102,145,-212v0,-110,-37,-215,-144,-215v-107,0,-144,103,-144,213xm1265,-403v0,-252,137,-400,392,-400v254,0,392,149,392,400v0,253,-137,404,-392,404v-257,0,-392,-149,-392,-404xm1096,-1536r276,0r-393,1536r-276,0","w":2096},"&":{"d":"840,-153v-108,94,-233,181,-431,181v-178,0,-286,-107,-341,-241v-19,-49,-29,-103,-29,-162v0,-227,155,-342,293,-440v-88,-121,-192,-337,-110,-527v54,-124,173,-204,347,-204v217,0,359,114,359,332v0,198,-145,304,-265,395r187,288v38,-89,75,-188,98,-294r227,71v-35,155,-101,286,-172,401v60,58,120,97,224,109r0,258v-150,1,-242,-26,-315,-96xm314,-411v-5,139,121,203,259,164v51,-14,89,-35,126,-62r-256,-337v-72,49,-125,123,-129,235xm565,-1346v-80,0,-127,76,-105,164v19,76,63,144,95,211v50,-77,128,-140,128,-256v0,-74,-47,-119,-118,-119","w":1275,"k":{"y":31,"w":20,"t":25,"f":15,"Y":93,"W":49,"U":9,"T":88,"\"":85,"v":25,"V":66,"'":85}},"'":{"d":"370,-1536r-48,576r-192,12r-48,-588r288,0","w":451,"k":{"4":65,"\/":38,",":225,"&":38,"-":87,".":225,"g":36,"J":40,"c":39,"e":39,"o":39,"d":37,"q":37,"A":56,"a":28,"s":16}},"(":{"d":"627,76v-279,-29,-418,-214,-503,-440v-81,-216,-78,-554,2,-770v65,-174,165,-320,329,-392v52,-23,109,-35,172,-37r0,183v-167,44,-229,228,-259,414v-48,295,-6,632,138,791v35,37,75,58,121,62r0,189","w":682,"k":{"y":45,"w":47,"u":25,"t":33,"d":35,"c":43,"O":29,"C":35,"0":31,"{":22,"v":48,"q":35,"o":43,"e":43,"Q":29,"G":35,"6":35,"4":57,"(":38}},")":{"d":"56,-113v109,-13,169,-108,208,-206v114,-287,86,-806,-87,-989v-36,-38,-75,-63,-121,-72r0,-183v284,18,418,207,502,429v82,215,82,553,1,770v-85,227,-225,410,-503,440r0,-189","w":683,"k":{"}":36,"]":33,")":38}},"*":{"d":"657,-1392r-51,362r316,-152r80,273r-350,54r262,260r-227,167r-161,-320r-161,320r-227,-167r262,-260r-350,-54r80,-273r316,152r-51,-362r262,0","w":1051,"k":{"t":-35,"f":-28,"Z":49,"Y":24,"T":52,"J":39,"A":30,"X":29}},"+":{"d":"546,-260r0,240r-238,0r0,-240r-240,0r0,-238r240,0r0,-240r238,0r0,240r240,0r0,238r-240,0","w":855,"k":{"7":42}},",":{"d":"387,-288v-7,186,31,408,-76,506v-42,38,-96,66,-164,70r0,-192v64,-1,91,-39,96,-96r-144,0r0,-288r288,0","w":488,"k":{"0":34,"\"":241,"7":25,"6":29,"4":52,"'":225}},"-":{"d":"114,-718r576,0r0,238r-576,0r0,-238","w":804,"k":{"x":58,"v":25,"X":54,"V":56,"9":38,"7":72,"5":20,"3":71,"2":78,"1":73,"\"":87,"'":87,"T":93,"U":16,"W":50,"Y":93,"f":39,"t":43,"w":22,"y":33,"g":26,"J":54,"Z":54,"z":59,"A":23,"S":55,"B":20,"D":20,"E":20,"F":20,"H":20,"I":20,"K":20,"L":20,"M":20,"N":20,"P":20,"R":20}},".":{"d":"390,-288r0,276r-288,24r0,-300r288,0","w":489,"k":{"y":68,"w":47,"t":39,"f":26,"Y":94,"W":71,"U":33,"T":86,"O":35,"C":36,"0":34,"\"":241,"v":59,"V":81,"Q":35,"G":36,"7":26,"6":29,"4":51,"'":225}},"\/":{"d":"265,-1536r300,0r-201,1536r-300,0","w":628,"k":{"g":31,"d":22,"c":23,"a":22,"J":26,"A":32,"q":22,"o":23,"e":23,"\/":185}},"0":{"d":"742,-8v-95,45,-255,46,-349,0v-276,-133,-318,-546,-289,-950v18,-253,98,-468,290,-555v94,-43,253,-43,347,0v275,125,324,516,293,913v-21,267,-95,497,-292,592xm392,-578v15,191,29,386,228,342v106,-48,120,-192,128,-342v11,-229,35,-561,-78,-691v-45,-52,-160,-51,-205,0v-87,98,-79,293,-79,483v0,80,2,149,6,208","w":1138,"k":{"}":36,"]":33,",":34,")":33,"T":21,"Y":27,".":36}},"1":{"d":"96,-251r197,0r0,-881r-132,14r-78,2r0,-215r349,-205r149,0r0,1285r199,0r-12,251r-672,0r0,-251","w":820,"k":{"y":24,"w":22,"Y":34,"W":30,"T":35,"-":56,"\"":41,"v":22,"\\":23,"V":31,"4":31,"'":41}},"2":{"d":"625,-998v43,-119,48,-299,-97,-299v-83,0,-122,57,-151,114v-17,33,-29,71,-36,113r-246,-78v35,-166,134,-289,278,-349v152,-63,367,-20,458,63v69,63,126,153,122,282v-10,287,-164,461,-301,632v-78,97,-168,181,-255,268r530,0v0,95,-25,157,-24,252r-839,0r0,-223v38,-49,79,-99,123,-150r131,-153v115,-142,240,-287,307,-472","w":1033,"k":{"-":61,"4":29}},"3":{"d":"633,-1116v-2,-97,-47,-165,-144,-168v-69,-2,-114,43,-145,80v-19,23,-34,50,-47,80r-206,-117v86,-163,191,-293,431,-293v180,0,306,87,367,215v23,47,34,102,34,164v0,187,-95,289,-236,354v154,57,258,163,257,373v-1,223,-108,361,-270,424v-155,59,-358,20,-462,-54v-83,-58,-149,-141,-176,-255r218,-95v39,96,94,176,231,172v109,-3,167,-79,170,-188v5,-195,-132,-248,-325,-245r0,-230v173,0,306,-42,303,-217","k":{"}":24,"]":20}},"4":{"d":"568,-384r-523,0r0,-230r510,-922r301,0r0,922r192,0r-24,230r-168,0r0,372r-288,24r0,-396xm568,-614r0,-539r-285,539r285,0","w":1087,"k":{"Y":29,"T":30,".":41,"\"":38,"}":21,"]":21,"V":20,"1":21,",":41,")":25,"'":38}},"5":{"d":"384,-938v98,-42,257,-60,360,-2v141,80,239,230,239,442v0,241,-111,404,-277,484v-152,73,-364,29,-464,-58v-77,-67,-140,-157,-164,-276r231,-86v25,100,67,195,186,195v146,0,190,-107,190,-254v0,-133,-50,-256,-182,-256v-83,0,-146,57,-188,107r-214,-89r66,-805r755,0r-24,240r-481,0","w":1053},"6":{"d":"386,-856v85,-67,262,-110,379,-43v122,70,201,204,201,387v0,232,-103,404,-254,494v-94,56,-239,60,-338,12v-233,-113,-281,-426,-281,-768v0,-270,76,-496,205,-644v81,-93,250,-170,404,-104v128,55,200,182,223,348r-224,52v-19,-88,-34,-184,-139,-184v-157,0,-160,203,-174,362v-3,32,-2,62,-2,88xm677,-477v3,-134,-64,-243,-207,-208v-33,9,-57,21,-82,36v-4,151,-11,329,75,399v17,13,37,20,62,20v122,0,149,-125,152,-247","k":{"}":21}},"7":{"d":"161,0v52,-498,249,-887,408,-1288r-531,0r24,-248r828,0r0,213v-153,305,-285,640,-349,1019v-17,107,-26,208,-26,304r-354,0","w":923,"k":{"z":23,"u":33,"s":45,"m":35,"g":57,"d":49,"c":55,"a":50,"Y":-32,"J":33,"A":53,".":97,"-":76,"r":35,"q":49,"p":35,"o":55,"n":35,"e":55,"=":54,"4":55,"\/":34,",":97,"+":82}},"8":{"d":"757,-832v134,87,275,179,275,392v0,236,-130,372,-306,436v-172,63,-390,19,-498,-68v-80,-65,-149,-159,-147,-299v3,-213,119,-325,256,-407v-121,-73,-211,-168,-211,-344v0,-208,114,-334,268,-394v157,-62,363,-18,457,66v69,61,129,148,126,272v-4,174,-108,273,-220,346xm514,-667v-73,61,-145,139,-145,269v0,127,61,196,183,200v139,4,224,-103,182,-243v-34,-113,-122,-176,-220,-226xm563,-1298v-117,-4,-189,101,-141,212v29,67,86,111,144,147v58,-36,102,-74,139,-131v17,-26,26,-54,26,-85v0,-94,-71,-140,-168,-143","w":1107,"k":{"}":23,"]":20}},"9":{"d":"653,-663v-85,67,-263,110,-379,43v-121,-70,-201,-203,-201,-387v0,-231,104,-403,254,-493v94,-56,238,-61,337,-13v233,113,282,426,282,768v0,270,-76,497,-205,645v-81,93,-251,168,-405,102v-128,-55,-200,-181,-222,-347r224,-52v18,87,34,184,139,184v180,0,164,-258,176,-450xm651,-870v-1,-173,27,-419,-137,-419v-122,0,-152,125,-152,247v0,116,39,215,156,215v57,0,98,-21,133,-43","k":{"Y":24,"J":21,".":42,"}":38,"]":33,",":41,")":33}},":":{"d":"402,-288r0,288r-288,12r0,-300r288,0xm402,-864r0,288r-288,0r0,-288r288,0","w":516},";":{"d":"403,-288v-7,186,31,408,-76,506v-42,38,-96,66,-164,70r0,-192v64,-1,91,-39,96,-96r-144,12r0,-300r288,0xm403,-864r0,288r-288,0r0,-288r288,0","w":517},"<":{"d":"56,-439r0,-265r810,-360r-14,261r-451,196r477,175r-14,343","w":976},"=":{"d":"114,-526r576,0r0,238r-576,0r0,-238xm114,-910r576,0r0,238r-576,0r0,-238","w":804,"k":{"7":53,"2":20,"1":31}},">":{"d":"112,-89r-14,-343r477,-175r-451,-196r-14,-261r810,360r0,265","w":976},"?":{"d":"431,-1318v-90,0,-97,113,-108,197r-273,-12v8,-190,95,-322,234,-383v98,-44,241,-34,332,10v171,83,258,322,203,564v-34,150,-149,210,-257,284v-79,54,-131,134,-127,274r-240,0v-23,-221,28,-362,157,-440v100,-61,199,-114,195,-281v-2,-100,-14,-213,-116,-213xm458,-288r0,288r-288,12r0,-300r288,0","w":885},"@":{"d":"1277,-124v-163,89,-314,156,-524,156v-354,0,-562,-177,-656,-438v-75,-208,-39,-473,47,-635v123,-233,326,-411,675,-411v287,0,483,124,602,302v64,95,107,220,105,375v-3,245,-90,427,-327,427v-111,0,-176,-65,-205,-162v-63,128,-196,235,-360,163v-117,-51,-180,-177,-180,-352v0,-175,61,-298,178,-349v130,-57,277,9,322,107r36,-109r157,0r0,469v-1,64,15,107,63,112v126,-14,126,-171,126,-306v0,-322,-197,-483,-518,-483v-253,0,-393,135,-478,308v-62,126,-83,318,-32,472v64,191,207,327,461,327v171,0,294,-55,436,-123xm803,-511v61,0,99,-55,121,-114r0,-219v-44,-45,-83,-67,-118,-67v-96,0,-118,106,-118,212v0,98,26,188,115,188","w":1578,"k":{"Z":37,"Y":39,"T":49,"J":30,"X":27}},"A":{"d":"359,-329r-67,329r-267,0r324,-1518r427,-18r332,1524r-327,12r-57,-329r-365,0xm670,-575r-141,-735r-116,735r257,0","w":1131,"k":{"v":23,"\\":28,"V":40,"*":28}},"B":{"d":"851,-818v133,66,218,180,214,387v-9,439,-468,436,-923,431r0,-1536r344,0v312,2,532,102,532,396v0,157,-62,267,-167,322xm777,-471v9,-196,-136,-232,-335,-222r0,453v198,11,327,-61,335,-231xm739,-1111v0,-166,-137,-191,-307,-185r0,385v183,9,307,-16,307,-200","w":1127,"k":{"Y":16,"T":14,"}":33,"x":10,"]":33,"X":22,")":26}},"C":{"d":"997,-523v-3,237,-87,420,-243,509v-96,55,-258,63,-362,12v-245,-120,-311,-439,-311,-798v0,-339,93,-621,326,-735v102,-50,248,-43,341,15v150,94,242,273,247,506r-290,15v-3,-121,-22,-248,-91,-307v-34,-29,-95,-31,-126,2v-121,125,-111,406,-104,647v5,168,23,333,122,409v42,32,114,31,150,-8v58,-63,77,-180,86,-291","w":1069,"k":{"}":21,"X":23,".":16,"g":7}},"D":{"d":"456,-1536v442,7,607,296,603,774v-3,356,-105,633,-369,732v-144,54,-361,22,-548,30r0,-1536r314,0xm759,-705v4,-301,-3,-605,-318,-591r0,1056v273,15,315,-213,318,-465","w":1132,"k":{"}":39,"]":37,"X":23,"7":20,",":39,")":40,"T":21,"Y":25,".":40,"J":18,"Z":15}},"E":{"d":"142,-1536r780,0r-24,240r-456,0r0,366r323,0r-1,258r-322,0r0,432r496,0r-24,240r-772,0r0,-1536","w":988,"k":{"v":34,"4":32,"*":32,"-":58,"f":9,"t":17,"w":30,"y":38,"C":14,"G":14,"O":12,"Q":12,"c":14,"e":14,"o":14,"d":10,"q":10}},"F":{"d":"141,-1536r780,0r-24,241r-456,0r0,402r322,0r0,255r-322,0r0,626r-300,24r0,-1548","w":940,"k":{"z":77,"y":34,"w":43,"u":63,"t":22,"s":54,"m":68,"g":81,"f":16,"d":58,"c":61,"a":83,"S":10,"O":15,"J":29,"C":18,"A":74,".":124,"-":46,"x":61,"v":34,"r":68,"q":58,"p":68,"o":61,"n":68,"e":61,"Q":15,"G":18,"@":22,";":45,":":45,"4":35,"\/":31,",":124,"&":44}},"G":{"d":"846,-285v-20,189,-115,317,-325,317v-254,0,-343,-200,-398,-410v-75,-291,-48,-711,69,-926v77,-140,181,-264,388,-264v241,0,365,143,419,334v18,64,26,131,26,200r-286,19v-20,-136,-16,-307,-163,-317v-139,20,-160,182,-180,322v-27,191,-26,431,10,609v20,99,59,192,172,192v135,0,159,-152,164,-299r-152,0r24,-260r417,0r0,756r-115,12","w":1132,"k":{"T":8,"Y":15}},"H":{"d":"730,-639r-288,0r0,627r-300,24r0,-1524r300,-24r0,623r288,0r0,-599r300,-24r0,1524r-300,24r0,-651","w":1171,"k":{"-":20,"g":10,"c":7,"e":7,"o":7}},"I":{"d":"142,-1512r300,-24r0,1524r-300,24r0,-1524","w":583,"k":{"-":20,"g":10,"c":7,"e":7,"o":7}},"J":{"d":"526,-384v-1,237,-64,411,-300,412v-54,0,-118,-10,-192,-30r0,-203v27,9,50,14,80,14v111,0,112,-108,112,-218r0,-1103r300,-24r0,1152","w":660,"k":{",":19,"-":17,".":20,"g":11,"c":7,"e":7,"o":7,"m":7,"n":7,"p":7,"r":7,"u":8,"z":7}},"K":{"d":"590,-666r-148,265r0,401r-300,0r0,-1512r300,-24r0,672r364,-672r320,0r-329,634r334,859r-305,70","w":1150,"k":{"v":31,"*":35,"-":43,"t":18,"w":32,"y":31,"C":23,"G":23,"O":21,"Q":21,"c":20,"e":20,"o":20,"d":13,"q":13}},"L":{"d":"441,-1536r0,1296r520,0r-48,240r-771,0r0,-1512","w":971,"k":{"v":72,"\\":39,"V":109,"4":48,"*":125,"\"":131,"'":131,"-":111,"T":113,"U":12,"W":74,"Y":140,"f":16,"t":26,"w":44,"y":83,"C":14,"G":14,"O":13,"Q":13}},"M":{"d":"390,-1144r0,1132r-248,12r0,-1522r439,-12r254,950r244,-916r401,-24r0,1512r-310,24r0,-1152r-287,1140r-185,0","w":1621,"k":{"-":20,"g":10,"c":7,"e":7,"o":7}},"N":{"d":"409,-948r0,936r-268,12r0,-1524r313,-12r396,914r0,-890r254,-24r0,1524r-246,24","w":1245,"k":{"-":20,"g":10,"c":7,"e":7,"o":7}},"O":{"d":"733,-1v-95,43,-249,44,-343,0v-253,-118,-304,-451,-304,-819v0,-311,68,-571,260,-688v115,-70,313,-66,430,0v281,159,304,699,226,1100v-36,185,-115,338,-269,407xm466,-264v43,55,148,56,190,0v102,-135,82,-412,82,-656v0,-149,-22,-306,-106,-378v-37,-33,-105,-34,-141,0v-138,131,-107,475,-101,726v3,129,22,239,76,308","w":1125,"k":{"}":34,"]":30,"X":18,",":34,")":29,"T":13,"Y":19,".":37,"g":7,"J":13,"Z":11}},"P":{"d":"1049,-1075v0,365,-246,476,-608,471r0,592r-300,24r0,-1548v299,5,630,-31,791,130v74,73,117,178,117,331xm750,-1077v0,-188,-118,-228,-307,-219r0,449v189,10,307,-45,307,-230","w":1089,"k":{"g":14,"d":8,"c":13,"a":10,"Z":9,"J":34,"A":43,".":164,"-":49,"}":32,"q":8,"o":13,"e":13,"]":25,"X":35,"4":27,"\/":22,",":164,"*":-23,"&":28}},"Q":{"d":"649,24v-470,59,-565,-373,-565,-844v0,-340,84,-617,324,-721v87,-37,216,-37,302,0v240,103,327,380,327,721v0,304,-45,580,-196,736v16,101,99,135,201,147r0,230v-227,17,-346,-97,-393,-269xm458,-268v44,59,159,60,202,0v98,-137,76,-407,76,-648v0,-154,-17,-314,-102,-388v-38,-35,-112,-36,-149,0v-137,132,-99,470,-99,722v0,129,20,243,72,314","w":1121,"k":{"}":34,"]":30,"X":18,",":34,")":29,"T":13,"Y":19,".":37,"g":7,"J":13,"Z":11}},"R":{"d":"1070,-1108v2,203,-91,315,-220,389r277,666r-295,80r-274,-700r-117,0r0,661r-299,24r0,-1536r364,-12v324,3,560,108,564,428xm770,-1105v0,-128,-64,-190,-189,-191r-140,0r0,401r102,0v147,2,227,-58,227,-210","w":1156,"k":{"4":27,"-":40,"T":10,"Y":10,"c":12,"e":12,"o":12,"d":7,"q":7}},"S":{"d":"576,-223v121,-2,171,-160,106,-260v-20,-31,-43,-55,-72,-74v-188,-123,-436,-195,-506,-429v-77,-258,70,-476,268,-548v151,-55,342,-40,457,46v73,54,129,130,164,232r-254,115v-43,-85,-65,-188,-193,-188v-151,0,-177,213,-79,285v220,164,571,229,571,581v0,238,-123,388,-296,459v-109,45,-258,48,-370,7v-163,-59,-266,-190,-324,-355r254,-119v51,83,96,174,179,223v27,17,59,25,95,25","w":1091,"k":{"x":15,"v":15,"X":18,"f":13,"t":16,"w":14,"y":18,"z":7}},"T":{"d":"28,-1296r24,-240r900,0r-24,240r-287,0r0,1284r-300,24r0,-1308r-313,0","w":977,"k":{"x":103,"v":95,"@":59,";":76,":":75,"6":35,"4":65,"\/":40,",":84,"*":52,"&":33,"-":91,"f":29,"t":45,"w":92,"y":99,".":85,"g":99,"J":32,"C":23,"G":23,"O":16,"Q":16,"c":94,"e":94,"o":94,"d":89,"q":89,"m":78,"n":78,"p":78,"r":78,"u":81,"z":101,"0":23,"A":73,"a":102,"s":102}},"U":{"d":"600,-223v142,0,156,-122,156,-262r0,-1027r275,-24r-2,1098v-13,293,-154,476,-470,470v-304,-6,-427,-232,-427,-538r0,-1018r300,-12r0,1054v-3,144,21,259,168,259","w":1163,"k":{",":30,"-":16,".":32,"g":14,"J":12,"c":7,"e":7,"o":7,"m":10,"n":10,"p":10,"r":10,"u":9,"z":9,"A":10,"a":7}},"V":{"d":"17,-1524r355,-12r204,1060r213,-1048r289,-12r-370,1536r-329,0","w":1092,"k":{"z":19,"w":7,"u":28,"s":32,"m":32,"g":60,"d":42,"c":51,"a":46,"J":28,"C":8,"A":42,".":83,"-":57,"r":32,"q":42,"p":32,"o":51,"n":32,"e":51,"G":8,"@":21,";":42,":":43,"4":40,"\/":31,",":83,"&":25}},"W":{"d":"614,0r-275,0r-312,-1524r328,-12r162,920r173,-908r245,-12r162,930r196,-918r275,-12r-328,1536r-297,0r-163,-938","w":1586,"k":{";":36,":":36,"4":31,"\/":26,",":73,"&":18,"-":51,".":74,"g":47,"J":25,"c":39,"e":39,"o":39,"d":31,"q":31,"m":25,"n":25,"p":25,"r":25,"u":21,"z":15,"A":34,"a":35,"s":25}},"X":{"d":"502,-481r-217,481r-284,0r381,-780r-366,-756r359,0r178,399r184,-399r286,0r-346,698r399,838r-357,0","w":1064,"k":{"y":36,"w":31,"t":19,"d":15,"c":25,"S":17,"O":20,"C":21,"-":49,"}":-21,"v":36,"q":15,"o":25,"e":25,"Q":20,"G":21,"*":36,")":-15}},"Y":{"d":"367,-608r-370,-928r330,0r211,640r228,-640r259,0r-355,893r0,631r-303,24r0,-620","w":1027,"k":{"v":15,"@":50,";":69,":":68,"8":22,"6":36,"4":65,"\/":41,",":91,"*":26,"&":46,"-":93,"f":13,"t":14,"w":26,"y":11,".":91,"g":100,"J":34,"C":26,"G":26,"O":21,"Q":21,"c":92,"e":92,"o":92,"d":81,"q":81,"m":66,"n":66,"p":66,"r":66,"u":68,"z":45,"0":27,"A":68,"a":87,"s":80,"S":8}},"Z":{"d":"581,-1296r-483,0r24,-240r813,0r0,199r-514,1097r528,0r-48,240r-850,0r0,-190","w":1008,"k":{"v":16,"@":25,"4":55,"*":30,"-":101,"f":11,"t":13,"w":21,"y":13,"C":12,"G":12,"O":9,"Q":9,"c":20,"e":20,"o":20,"d":15,"q":15,"m":10,"n":10,"p":10,"r":10,"u":11}},"[":{"d":"141,-1632r492,0r0,192r-192,0r0,1345r192,0r0,191r-492,0r0,-1728","w":692,"k":{"y":39,"w":42,"u":26,"t":31,"s":21,"d":35,"c":41,"O":30,"C":33,"0":31,"{":22,"v":41,"q":35,"o":41,"j":-19,"e":41,"Q":30,"G":33,"6":32,"4":44,"(":32}},"\\":{"d":"564,0r-300,0r-201,-1536r300,0","w":628,"k":{"Y":41,"W":30,"T":39,"\"":38,"V":33,"'":38}},"]":{"d":"552,96r-492,0r0,-191r192,0r0,-1345r-192,0r0,-192r492,0r0,1728","w":693},"^":{"d":"1002,-644r-343,8r-175,-483r-196,475r-261,2r360,-798r265,0","w":1032},"_":{"d":"-10,0r576,0r0,238r-576,0r0,-238","w":556},"`":{"d":"361,-1241r-410,-346r227,-202r297,447","w":613},"a":{"d":"570,-129v-55,103,-217,205,-360,129v-101,-53,-154,-172,-154,-327v0,-298,231,-389,507,-413v-2,-97,9,-216,-83,-216v-73,0,-94,64,-104,130r-280,-49v26,-199,168,-292,384,-292v238,0,371,123,371,354r0,596v1,76,15,144,31,205r-280,24xm563,-568v-151,1,-225,82,-225,237v0,85,31,155,114,152v52,-2,81,-39,111,-68r0,-321","w":968,"k":{"v":6,"\\":29,"V":47,"7":39,"\"":32,"'":32,"T":85,"U":14,"W":38,"Y":84,"w":8,"y":8,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"M":8,"N":8,"P":8,"R":8}},"b":{"d":"658,27v-138,0,-215,-67,-247,-171r-70,156r-218,-24r0,-1488r288,-36r0,531v75,-77,159,-162,298,-162v171,0,228,148,257,314v52,298,36,735,-168,845v-42,23,-87,35,-140,35xm601,-922v-76,0,-134,48,-190,79v9,204,-25,460,44,603v30,63,131,82,179,29v87,-96,67,-323,64,-501v-1,-75,-11,-141,-41,-183v-13,-18,-32,-27,-56,-27","w":1066,"k":{"}":34,"x":10,"]":31,"X":20,"V":37,"7":46,")":32,"\"":20,"'":20,"T":90,"W":30,"Y":81,"Z":11}},"c":{"d":"847,-405v-31,238,-99,436,-367,432v-212,-3,-306,-144,-366,-304v-78,-211,-49,-540,54,-700v66,-102,160,-190,318,-190v181,0,285,108,337,246v19,51,29,106,31,167r-273,12v-12,-84,-13,-188,-98,-197v-148,31,-125,248,-125,423v0,111,17,225,77,280v35,32,100,19,122,-14v31,-46,47,-107,50,-182","w":913,"k":{"}":32,"x":7,"]":27,"X":14,"V":32,"7":44,")":26,"\"":21,"'":21,"T":121,"W":25,"Y":81,"Z":8}},"d":{"d":"395,-1167v130,0,192,93,261,167r0,-500r288,-36r0,1524r-218,24r-70,-156v-32,104,-109,171,-247,171v-201,0,-279,-150,-309,-333v-47,-285,-49,-723,150,-828v40,-22,88,-33,145,-33xm656,-864v-36,-41,-73,-92,-140,-92v-165,0,-150,208,-150,380v0,144,-1,292,67,365v29,32,91,46,134,19v74,-46,88,-156,89,-288r0,-384","w":1067},"e":{"d":"915,-570v-3,11,-7,22,-8,34r-550,0v1,120,20,247,74,316v33,43,89,45,128,8v42,-40,76,-107,98,-161r218,83v-54,178,-157,317,-383,317v-318,0,-422,-270,-422,-597v0,-260,75,-462,243,-554v102,-56,268,-58,369,0v162,94,232,297,233,554xm632,-702v-4,-129,-15,-256,-135,-267v-105,22,-135,142,-140,267r275,0","w":965,"k":{"}":37,"x":13,"]":34,"X":24,"V":37,"7":47,")":35,"\"":28,"'":28,"T":112,"W":28,"Y":90,"Z":11}},"f":{"d":"594,-1344v-112,-3,-134,80,-130,192r203,0r-12,216r-191,0r0,924r-288,24r0,-948r-142,0r12,-216r130,0v5,-102,-2,-209,38,-278v44,-76,119,-118,248,-116v79,0,144,9,195,30r0,172r-63,0","w":690,"k":{"4":22,",":46,"*":-27,"&":12,"-":55,"Y":-23,".":47,"g":7,"J":16,"c":9,"e":9,"o":9,"A":23}},"g":{"d":"445,-469v-57,19,-74,20,-75,95v-1,40,35,68,72,72v187,21,408,8,520,104v76,65,120,217,67,334v-93,206,-427,252,-710,204v-107,-18,-191,-57,-243,-122v-60,-75,-19,-191,32,-234v41,-35,83,-65,138,-87v-95,-26,-205,-82,-162,-207v34,-99,117,-154,207,-201v-98,-64,-184,-147,-184,-304v0,-185,126,-282,271,-329v157,-50,347,-11,444,63v65,-58,133,-127,248,-134v12,0,21,2,31,4r0,242v-54,-17,-123,-60,-182,-22v37,85,63,197,19,299v-39,91,-108,163,-200,206v-79,37,-188,17,-293,17xm397,-80v-85,10,-132,158,-33,196v120,46,414,59,409,-99v-3,-88,-119,-97,-208,-97r-168,0xm528,-993v-92,0,-133,77,-133,167v0,106,27,198,135,198v91,0,129,-86,128,-192v-1,-100,-38,-173,-130,-173","w":1109,"k":{"*":-43,"-":48,"T":50}},"h":{"d":"742,-1167v165,0,246,121,246,291r0,864r-288,24r0,-785v2,-89,-29,-149,-100,-149v-77,0,-123,44,-188,79r0,831r-288,24r0,-1512r288,-36r0,531v96,-88,188,-162,330,-162","w":1104,"k":{"\\":26,"V":43,"7":41,"\"":22,"'":22,"T":83,"U":11,"W":35,"Y":79}},"i":{"d":"413,-1600r0,288r-288,1r0,-287xm124,-1128r288,-24r0,1140r-288,24r0,-1140","w":536},"j":{"d":"413,-1600r0,288r-288,1r0,-287xm380,198v-54,109,-267,98,-415,71r0,-173v86,-1,144,-10,155,-80v3,-19,4,-42,4,-70r0,-1074r288,-24r0,1098v-2,101,0,188,-32,252","w":536},"k":{"d":"413,-421r0,421r-288,0r0,-1500r288,-36r0,761r293,-377r311,0r-324,414r301,678r-254,87r-233,-573","w":1021,"k":{"-":53,"T":109,"g":6,"C":7,"G":7,"c":20,"e":20,"o":20,"d":11,"q":11}},"l":{"d":"124,-1500r288,-36r0,1524r-288,24r0,-1512","w":536},"m":{"d":"1175,-1167v177,0,197,167,197,350r0,805r-288,24r0,-814v0,-61,-13,-119,-59,-119v-65,0,-102,43,-133,82r0,827r-288,24r0,-816v0,-63,-9,-108,-49,-117v-66,5,-107,45,-143,82r0,827r-288,24r0,-1140r288,-24r0,147v70,-81,163,-162,297,-162v103,0,147,73,170,179v75,-93,149,-179,296,-179","w":1487,"k":{"\\":26,"V":43,"7":41,"\"":22,"'":22,"T":83,"U":11,"W":35,"Y":79}},"n":{"d":"742,-1167v165,0,246,121,246,291r0,864r-288,24r0,-781v1,-96,-27,-153,-105,-153v-67,0,-129,51,-183,80r0,830r-288,24r0,-1140r288,-24r0,147v92,-78,194,-162,330,-162","w":1104,"k":{"\\":26,"V":43,"7":41,"\"":22,"'":22,"T":83,"U":11,"W":35,"Y":79}},"o":{"d":"688,-18v-104,59,-271,58,-375,0v-168,-94,-243,-296,-243,-559v0,-257,76,-456,243,-547v104,-57,271,-57,375,0v166,92,246,290,246,547v0,263,-78,464,-246,559xm400,-256v21,50,101,98,160,50v111,-91,92,-341,79,-533v-7,-106,-29,-216,-138,-225v-173,27,-143,269,-143,466v0,90,16,178,42,242","w":1003,"k":{"}":42,"x":21,"]":41,"\\":24,"X":34,"V":50,"?":23,"7":50,"1":22,")":43,"\"":39,"'":39,"T":96,"U":7,"W":39,"Y":93,"f":6,"t":6,"y":8,"J":12,"Z":15,"z":6,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"M":8,"N":8,"P":8,"R":8}},"p":{"d":"634,27v-112,0,-175,-60,-222,-126r0,401r-288,56r0,-1486r288,-24r0,111v62,-59,130,-126,244,-126v295,0,307,293,304,591v-3,301,-28,603,-326,603xm412,-285v23,60,108,128,180,77v109,-76,88,-373,71,-550v-10,-104,-28,-202,-128,-202v-62,0,-95,42,-123,80r0,595","w":1042,"k":{"}":34,"x":10,"]":31,"X":20,"V":37,"7":46,")":32,"\"":20,"'":20,"T":90,"W":30,"Y":81,"Z":11}},"q":{"d":"367,-1167v114,0,182,67,244,126r48,-111r240,24r0,1450r-288,36r0,-457v-47,67,-111,126,-222,126v-287,0,-304,-310,-306,-603v-2,-288,-1,-591,284,-591xm611,-880v-23,-53,-100,-112,-162,-60v-103,87,-85,381,-69,558v9,97,18,189,106,189v67,0,102,-45,125,-92r0,-595","w":1023,"k":{"Z":7,"Y":67,"W":26,"U":11,"T":81,"V":31,"7":42}},"r":{"d":"701,-849v-122,-38,-224,2,-289,81r0,756r-288,24r0,-1140r288,-24r0,185v81,-103,195,-215,384,-196r0,343","w":831,"k":{"}":49,"]":48,"X":41,"7":63,"4":21,"3":35,"\/":20,",":108,"*":-24,")":58,"&":37,"-":75,"T":131,"Y":15,".":108,"g":9,"J":41,"Z":81,"c":8,"e":8,"o":8,"A":40,"a":9,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"M":7,"N":7,"P":7,"R":7}},"s":{"d":"458,-954v-79,-4,-152,53,-114,126v16,31,57,49,90,64v199,87,439,134,437,422v-2,191,-111,297,-256,346v-147,50,-334,13,-423,-56v-65,-51,-111,-121,-132,-213r222,-72v21,77,69,137,168,137v71,0,143,-22,145,-93v2,-54,-46,-82,-87,-99r-241,-98v-123,-49,-200,-157,-200,-324v0,-181,107,-282,244,-330v132,-47,293,-15,380,48v67,49,123,117,148,207r-236,73v-22,-69,-57,-134,-145,-138","w":926,"k":{"}":26,"]":23,"\\":22,"V":43,"7":39,")":20,"\"":28,"'":28,"T":104,"W":33,"Y":86}},"t":{"d":"476,27v-171,0,-287,-92,-287,-271r0,-692r-161,0r12,-216r157,0r29,-250r250,-36r0,286r236,0r-12,216r-223,0r0,635v-3,108,120,120,219,102r0,198v-60,20,-133,28,-220,28","w":732,"k":{"4":35,"*":-30,"-":52,"T":67,"Y":8}},"u":{"d":"372,27v-169,0,-256,-118,-256,-291r0,-864r288,-24r0,771v-4,111,42,174,138,145v55,-17,103,-53,150,-82r0,-810r288,-24r0,1140r-288,24r0,-147v-90,78,-187,162,-320,162","w":1104,"k":{"V":27,"7":41,"T":81,"U":10,"W":23,"Y":62,"Z":8}},"v":{"d":"9,-1128r343,-24r145,737r166,-701r261,-24r-330,1140r-265,0","w":932,"k":{"g":10,"c":6,"Z":63,"Y":9,"T":98,"J":27,"A":25,".":62,"-":28,"}":40,"o":6,"e":6,"]":41,"X":19,"7":57,",":62,")":47,"&":11}},"w":{"d":"670,-747r-162,747r-235,0r-237,-1130r293,-22r99,652r145,-628r240,-24r124,644r125,-620r234,-12r-264,1140r-231,0","w":1315,"k":{"}":38,"]":39,"X":17,"7":57,",":48,")":44,"&":8,"-":20,"T":92,"Y":12,".":49,"g":7,"J":23,"Z":48,"A":18}},"x":{"d":"460,-339r-176,339r-274,0r311,-579r-300,-573r314,0r139,282r146,-282r272,0r-277,518r332,622r-317,24","w":941,"k":{"d":13,"c":22,"Y":13,"T":109,"O":12,"C":14,"-":58,"q":13,"o":22,"e":22,"Q":12,"G":14}},"y":{"d":"30,113v165,16,310,-1,301,-165r0,-56r-329,-1030r312,-14r162,721r153,-715r260,-2r-295,1127v-65,259,-238,431,-564,374r0,-240","w":901,"k":{"}":39,"]":40,"X":16,"7":54,",":56,")":46,"&":9,"-":25,"T":97,"Y":9,".":56,"g":9,"J":26,"Z":55,"c":6,"e":6,"o":6,"A":23}},"z":{"d":"834,-234r-24,234r-757,0r0,-181r395,-744r-365,0r24,-227r685,0r0,170r-388,748r430,0","w":881,"k":{"V":15,"7":22,"4":35,"-":63,"T":108,"U":8,"W":13,"Y":35,"c":6,"e":6,"o":6}},"{":{"d":"237,-787v117,40,192,87,192,236v0,185,-18,365,81,447v25,21,63,29,111,29r0,162v-386,7,-486,-252,-480,-638v1,-81,-13,-145,-96,-142r0,-189v83,2,97,-61,96,-142v-2,-278,49,-487,243,-568v62,-26,141,-40,237,-40r0,162v-222,-3,-192,225,-192,446v0,149,-76,196,-192,237","w":674,"k":{"y":39,"w":42,"u":29,"t":34,"s":25,"f":20,"d":38,"c":43,"S":21,"O":36,"C":37,"0":37,"{":28,"v":41,"q":38,"o":43,"j":-16,"e":43,"Q":36,"G":37,"9":22,"8":23,"6":37,"4":44,"(":37}},"|":{"d":"141,-1632r300,0r0,1728r-300,0r0,-1728","w":582},"}":{"d":"628,-693v-83,-2,-97,61,-96,142v5,385,-93,646,-480,638r0,-162v228,-1,192,-246,192,-476v0,-148,75,-196,192,-236v-116,-42,-192,-88,-192,-237v0,-221,30,-449,-192,-446r0,-162v277,-2,416,118,459,348v14,76,21,162,21,260v0,81,13,145,96,142r0,189","w":673,"k":{"}":27,"]":23,")":23}},"~":{"d":"284,-878v-89,0,-144,62,-193,110r1,-164v56,-60,112,-142,213,-142v109,0,140,110,241,110v95,0,149,-50,183,-110r0,182v-34,60,-94,135,-191,135v-109,0,-138,-121,-254,-121","w":815},"\u00a0":{"w":500}}});
Cufon.replace('#header .tagline', { fontFamily: 'Francois One' });
Cufon.replace('ul.menu-main-navigation', { fontFamily: 'Francois One' });
Cufon.replace('h2', { fontFamily: 'Francois One' });
Cufon.replace('div.category-title h2 a', { fontFamily: 'Francois One' });
Cufon.replace('div.post-title h3', { fontFamily: 'Francois One' });
Cufon.replace('div.post-title span.posted-by', { fontFamily: 'Francois One' });
Cufon.replace('div.video-desc h3', { fontFamily: 'Francois One' });
Cufon.replace('div.footer-column h3', { fontFamily: 'Francois One' });
Cufon.replace('div.footer-column-2 h3', { fontFamily: 'Francois One' });
Cufon.replace('div.ip-title-container h2', { fontFamily: 'Francois One' });
Cufon.replace('div#content h1', { fontFamily: 'Francois One' });
Cufon.replace('div#content h2', { fontFamily: 'Francois One' });
Cufon.replace('div#content h3', { fontFamily: 'Francois One' });
Cufon.replace('div#content p.post-meta', { fontFamily: 'Francois One' });
Cufon.replace('div.sb-category-title a', { fontFamily: 'Francois One' });
Cufon.replace('div#sidebar h3', { fontFamily: 'Francois One' });
/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: false,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);


jQuery(function(){
	jQuery('div.menu-esm-main-menu-container ul').superfish();
});

/***
 * Twitter JS v1.13.1
 * http://code.google.com/p/twitterjs/
 * Copyright (c) 2009 Remy Sharp / MIT License
 * $Date: 2009-08-25 09:45:35 +0100 (Tue, 25 Aug 2009) $
 */
if(typeof renderTwitters!='function')(function(){var j=(function(){var b=navigator.userAgent.toLowerCase();return{webkit:/(webkit|khtml)/.test(b),opera:/opera/.test(b),msie:/msie/.test(b)&&!(/opera/).test(b),mozilla:/mozilla/.test(b)&&!(/(compatible|webkit)/).test(b)}})();var k=0;var n=[];var o=false;var p=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];window.ify=function(){var c={'"':'&quot;','&':'&amp;','<':'&lt;','>':'&gt;'};return{"link":function(t){return t.replace(/[a-z]+:\/\/[a-z0-9-_]+\.[a-z0-9-_:~%&\?\/.=]+[^:\.,\)\s*$]/ig,function(m){return'<a href="'+m+'">'+((m.length>25)?m.substr(0,24)+'...':m)+'</a>'})},"at":function(t){return t.replace(/(^|[^\w]+)\@([a-zA-Z0-9_]{1,15})/g,function(m,a,b){return a+'@<a href="http://twitter.com/'+b+'">'+b+'</a>'})},"hash":function(t){return t.replace(/(^|[^\w'"]+)\#([a-zA-Z0-9_]+)/g,function(m,a,b){return a+'#<a href="http://search.twitter.com/search?q=%23'+b+'">'+b+'</a>'})},"clean":function(a){return this.hash(this.at(this.link(a)))}}}();window.renderTwitters=function(a,b){function node(e){return document.createElement(e)}function text(t){return document.createTextNode(t)}var c=document.getElementById(b.twitterTarget);var d=null;var f=node('ul'),li,statusSpan,timeSpan,i,max=a.length>b.count?b.count:a.length;for(i=0;i<max&&a[i];i++){d=getTwitterData(a[i]);if(b.ignoreReplies&&a[i].text.substr(0,1)=='@'){max++;continue}li=node('li');if(b.template){li.innerHTML=b.template.replace(/%([a-z_\-\.]*)%/ig,function(m,l){var r=d[l]+""||"";if(l=='text'&&b.enableLinks)r=ify.clean(r);return r})}else{statusSpan=node('span');statusSpan.className='twitterStatus';timeSpan=node('span');timeSpan.className='twitterTime';statusSpan.innerHTML=a[i].text;if(b.enableLinks==true){statusSpan.innerHTML=ify.clean(statusSpan.innerHTML)}timeSpan.innerHTML=relative_time(a[i].created_at);if(b.prefix){var s=node('span');s.className='twitterPrefix';s.innerHTML=b.prefix.replace(/%(.*?)%/g,function(m,l){return a[i].user[l]});li.appendChild(s);li.appendChild(text(' '))}li.appendChild(statusSpan);li.appendChild(text(' '));li.appendChild(timeSpan)}if(b.newwindow){li.innerHTML=li.innerHTML.replace(/<a href/gi,'<a target="_blank" href')}f.appendChild(li)}if(b.clearContents){while(c.firstChild){c.removeChild(c.firstChild)}}c.appendChild(f);if(typeof b.callback=='function'){b.callback()}};window.getTwitters=function(e,f,g,h){k++;if(typeof f=='object'){h=f;f=h.id;g=h.count}if(!g)g=1;if(h){h.count=g}else{h={}}if(!h.timeout&&typeof h.onTimeout=='function'){h.timeout=10}if(typeof h.clearContents=='undefined'){h.clearContents=true}if(h.withFriends)h.withFriends=false;h['twitterTarget']=e;if(typeof h.enableLinks=='undefined')h.enableLinks=true;window['twitterCallback'+k]=function(a){if(h.timeout){clearTimeout(window['twitterTimeout'+k])}renderTwitters(a,h)};ready((function(c,d){return function(){if(!document.getElementById(c.twitterTarget)){return}var a='http://www.twitter.com/statuses/'+(c.withFriends?'friends_timeline':'user_timeline')+'/'+f+'.json?callback=twitterCallback'+d+'&count=20&cb='+Math.random();if(c.timeout){window['twitterTimeout'+d]=setTimeout(function(){if(c.onTimeoutCancel)window['twitterCallback'+d]=function(){};c.onTimeout.call(document.getElementById(c.twitterTarget))},c.timeout*1000)}var b=document.createElement('script');b.setAttribute('src',a);document.getElementsByTagName('head')[0].appendChild(b)}})(h,k))};DOMReady();function getTwitterData(a){var b=a,i;for(i in a.user){b['user_'+i]=a.user[i]}b.time=relative_time(a.created_at);return b}function ready(a){if(!o){n.push(a)}else{a.call()}}function fireReady(){o=true;var a;while(a=n.shift()){a.call()}}function DOMReady(){if(document.addEventListener&&!j.webkit){document.addEventListener("DOMContentLoaded",fireReady,false)}else if(j.msie){document.write("<scr"+"ipt id=__ie_init defer=true src=//:><\/script>");var a=document.getElementById("__ie_init");if(a){a.onreadystatechange=function(){if(this.readyState!="complete")return;this.parentNode.removeChild(this);fireReady.call()}}a=null}else if(j.webkit){var b=setInterval(function(){if(document.readyState=="loaded"||document.readyState=="complete"){clearInterval(b);b=null;fireReady.call()}},10)}}function relative_time(c){var d=c.split(" "),parsed_date=Date.parse(d[1]+" "+d[2]+", "+d[5]+" "+d[3]),date=new Date(parsed_date),relative_to=(arguments.length>1)?arguments[1]:new Date(),delta=parseInt((relative_to.getTime()-parsed_date)/1000),r='';function formatTime(a){var b=a.getHours(),min=a.getMinutes()+"",ampm='AM';if(b==0){b=12}else if(b==12){ampm='PM'}else if(b>12){b-=12;ampm='PM'}if(min.length==1){min='0'+min}return b+':'+min+' '+ampm}function formatDate(a){var b=a.toDateString().split(/ /),mon=p[a.getMonth()],day=a.getDate()+'',dayi=parseInt(day),year=a.getFullYear(),thisyear=(new Date()).getFullYear(),th='th';if((dayi%10)==1&&day.substr(0,1)!='1'){th='st'}else if((dayi%10)==2&&day.substr(0,1)!='1'){th='nd'}else if((dayi%10)==3&&day.substr(0,1)!='1'){th='rd'}if(day.substr(0,1)=='0'){day=day.substr(1)}return mon+' '+day+th+(thisyear!=year?', '+year:'')}delta=delta+(relative_to.getTimezoneOffset()*60);if(delta<5){r='less than 5 seconds ago'}else if(delta<30){r='half a minute ago'}else if(delta<60){r='less than a minute ago'}else if(delta<120){r='1 minute ago'}else if(delta<(45*60)){r=(parseInt(delta/60)).toString()+' minutes ago'}else if(delta<(2*90*60)){r='about 1 hour ago'}else if(delta<(24*60*60)){r='about '+(parseInt(delta/3600)).toString()+' hours ago'}else{if(delta<(48*60*60)){r=formatTime(date)+' yesterday'}else{r=formatTime(date)+' '+formatDate(date)}}return r}})();

getTwitters('essentialstyle', {
        id: 'essentialstyle',
        template: '%text%  <br />%time%',
        clearContents: false, // leave the original message in place
        count: 1, 
        withFriends: true,
        ignoreReplies: false,
        newwindow: true
        
    });

