/*
 * 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;right:-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}})());/* Cufon rtl Script */
/* End Cufon rtl Script */
/* Cufon Fonts */
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Masterfont® Studio Rosenberg Version 5.0
 * 
 * Trademark:
 * Masterfont® Studio Rosenberg
 */
/* Cufon Fonts */
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * All rights reserved to Daniel Levy 2003©. <TheWall's fonts>
 */
Cufon.registerFont({"w":58,"face":{"font-family":"DGL Bilbi","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-50.2685 -287.067 136.122 67","underline-thickness":"21.0938","underline-position":"-21.0938","unicode-range":"U+0020-U+FB4F"},"glyphs":{" ":{"w":126},"!":{"d":"13,-23v12,-2,20,23,4,23v-7,1,-15,-7,-14,-14v0,-6,4,-9,10,-9xm17,-46v1,6,-1,9,-7,9v-6,0,-9,-4,-10,-10r-20,-110v11,0,18,5,20,16","w":43},"\"":{"d":"-7,-127v-6,-13,2,-37,-15,-38v-6,0,-7,3,-7,9r7,42v10,0,15,-4,15,-13xm24,-127v-6,-13,2,-37,-15,-38v-6,0,-7,3,-7,9r7,42v10,0,15,-4,15,-13","w":66},"#":{"d":"39,-91v-26,-3,-50,6,-54,-13v0,-5,2,-7,8,-6v36,4,71,4,105,0v3,25,-33,16,-59,19xm54,-136v25,6,18,69,26,99v0,11,-5,16,-14,16v-2,-35,-7,-73,-19,-109v0,-4,3,-6,7,-6xm107,-59v-6,20,-69,7,-97,7v-11,-1,-17,-7,-19,-16v35,4,70,4,105,0v7,-1,11,2,11,9xm4,-136v32,4,29,77,36,106v0,6,-3,8,-9,8v-6,0,-9,-3,-9,-9v-2,-36,-8,-71,-18,-105","w":136},"$":{"d":"98,-38v-41,-4,-5,-84,-63,-79v-9,0,-19,3,-28,7r20,110v-11,0,-17,-4,-19,-13r-16,-88v-13,2,-8,-7,-2,-11r-2,-13v5,0,10,2,14,5v41,-17,88,-2,89,42xm122,-127v-8,0,-17,5,-15,13r14,82v1,25,-37,24,-58,15r-13,-75v-30,3,-5,53,-5,66v-4,-1,-8,0,-10,3v6,4,15,8,14,20v6,0,9,-2,12,-5v36,18,83,9,74,-42","w":177},"%":{"d":"67,-152v-20,27,-59,106,-66,146v2,11,15,8,18,-3v9,-36,32,-88,69,-155v-9,-1,-13,3,-21,12xm-2,-157v30,-5,51,64,12,65v-30,5,-50,-63,-12,-65xm0,-150v-26,5,-12,53,9,52v24,-4,11,-54,-9,-52xm72,-82v30,0,51,64,12,65v-18,1,-32,-20,-32,-40v0,-17,6,-25,20,-25xm61,-57v-5,24,33,52,35,15v5,-24,-33,-52,-35,-15","w":140},"&":{"d":"98,-38v-41,-4,-5,-84,-63,-79v-9,0,-19,3,-28,7r20,110v-11,0,-17,-4,-19,-13r-16,-88v-13,2,-8,-7,-2,-11r-2,-13v5,0,10,2,14,5v41,-17,88,-2,89,42xm122,-127v-8,0,-17,5,-15,13r14,82v1,25,-37,24,-58,15r-13,-75v-30,3,-5,53,-5,66v-4,-1,-8,0,-10,3v6,4,15,8,14,20v6,0,9,-2,12,-5v36,18,83,9,74,-42","w":177},"'":{"d":"-6,-127v-3,-15,0,-36,-15,-38v-6,-1,-8,5,-6,9r7,42v10,0,14,-4,14,-13","w":36},"(":{"d":"49,8v-63,-35,-94,-120,-33,-174v14,19,-25,37,-17,59v3,49,15,81,48,102v5,3,7,10,2,13","w":67},")":{"d":"-1,0v0,3,2,6,5,8v62,-51,30,-138,-32,-174v-5,3,-4,10,1,13v46,27,68,110,26,153","w":65},"*":{"d":"25,-149v-4,7,-6,15,-3,25v-12,-1,-18,3,-24,7v-5,-8,-12,-15,-22,-19v5,-7,5,-16,2,-25v12,1,19,-2,25,-7v5,8,12,15,22,19","w":61},"+":{"d":"42,-59v0,14,3,29,-11,31r0,-31v-14,-1,-30,4,-31,-11r31,0v0,-14,-3,-29,11,-31r0,31v14,0,29,-3,30,11r-30,0","w":91},",":{"d":"8,-22v19,1,16,34,0,40v-5,-11,9,-10,9,-19v-8,6,-19,-3,-19,-12v0,-6,4,-9,10,-9","w":33},"-":{"d":"-1,-70v26,4,65,-11,74,11v-26,-4,-65,11,-74,-11","w":86},".":{"d":"7,-23v7,-1,15,7,14,14v0,6,-4,9,-10,9v-12,2,-20,-23,-4,-23","w":33},"\/":{"d":"1,-8v0,6,2,9,8,9v6,0,9,-3,10,-10v4,-41,22,-121,36,-155v-10,-1,-14,3,-19,12v-14,29,-33,104,-35,144","w":83},"0":{"d":"110,-41v-14,59,-85,47,-110,0v-24,-45,-21,-116,34,-116v48,0,88,65,76,116xm2,-98v0,38,25,91,59,87v64,-8,28,-135,-24,-135v-24,0,-35,22,-35,48","w":143},"1":{"d":"11,-140v-1,11,-16,44,-31,26v14,-8,23,-22,28,-43v9,0,18,5,19,13r25,144v-11,0,-17,-4,-19,-13","w":69},"2":{"d":"-22,-133v29,-41,120,-27,114,38v-3,41,-28,72,-61,84v26,4,64,-10,73,11r-95,0v-6,0,-9,-3,-9,-8v37,-20,76,-31,76,-81v0,-52,-48,-74,-84,-43v-5,4,-9,4,-14,-1","w":127},"3":{"d":"33,-84v33,-5,53,17,53,44v0,38,-48,34,-75,15v-6,-4,-11,-4,-14,1v23,28,106,39,107,-15v0,-25,-19,-46,-41,-51v13,-4,20,-13,20,-25v-1,-44,-73,-58,-96,-18v19,12,26,-17,45,-13v34,-5,47,49,13,53v-6,1,-20,-2,-21,3v0,4,3,6,9,6","w":127},"4":{"d":"8,-50r77,0r-16,-89v-7,33,-27,63,-61,89xm123,-39r-19,0v0,15,13,39,-10,39r-7,-39r-86,0v-8,0,-11,-7,-7,-11v26,-24,54,-60,62,-95v3,-16,26,-17,29,1r17,94v11,-1,17,2,21,11","w":138},"5":{"d":"41,-111v62,0,93,109,19,111v-23,0,-50,-11,-63,-24v17,-10,42,20,57,13v21,1,32,-14,33,-35v2,-43,-53,-73,-86,-40v-5,4,-10,4,-15,-1r1,-68v23,-4,54,4,89,-2v-7,22,-45,11,-74,12r1,44v12,-7,25,-10,38,-10","w":127},"6":{"d":"1,-94v33,-39,103,-4,103,50v0,27,-21,43,-47,44v-55,2,-72,-61,-74,-112v-2,-53,65,-53,96,-26v-13,14,-28,-12,-49,-8v-25,-1,-33,24,-29,52xm54,-11v23,1,36,-18,32,-43v-4,-24,-20,-46,-46,-46v-20,1,-39,14,-34,37v6,28,19,51,48,52","w":127},"7":{"d":"-28,-157v17,22,50,13,92,12v-26,31,-35,75,-25,125v2,13,9,20,19,20v-12,-65,-11,-104,21,-149v-7,-17,-37,-4,-61,-4v-18,0,-33,-2,-46,-4","w":118},"8":{"d":"117,-40v0,65,-128,44,-126,-14v0,-17,9,-29,28,-36v-37,-14,-29,-67,15,-67v35,0,71,42,40,67v22,7,43,25,43,50xm68,-114v6,-30,-53,-48,-56,-12v-4,29,55,49,56,12xm99,-41v4,-44,-87,-61,-90,-12v-4,43,87,62,90,12","w":140},"9":{"d":"85,-62v-35,38,-104,3,-104,-51v0,-26,21,-43,47,-43v54,0,75,60,75,111v0,54,-66,54,-97,27v13,-15,27,12,49,7v25,1,35,-22,30,-51xm-2,-112v1,30,19,55,47,56v20,1,39,-14,34,-37v-6,-28,-20,-53,-48,-53v-19,0,-34,14,-33,34","w":127},":":{"d":"6,-36v12,-1,21,23,4,23v-13,1,-21,-22,-4,-23xm-8,-118v12,-2,20,23,4,23v-14,2,-21,-22,-4,-23","w":44},";":{"d":"-8,-118v12,-2,20,23,4,23v-14,2,-21,-22,-4,-23xm-4,-26v3,-18,23,-9,24,4v1,12,-3,21,-13,27v-5,-11,9,-10,9,-19v-10,4,-19,-4,-20,-12","w":44},"<":{"d":"15,-70v16,7,52,11,47,30v-17,-10,-36,-18,-56,-24v-7,0,-8,-11,-3,-13v25,-9,29,-8,48,-24v13,18,-23,25,-36,31","w":92},"=":{"d":"-4,-86v26,4,65,-10,75,11v-26,-4,-65,10,-75,-11xm2,-56v26,4,65,-10,74,11v-26,-4,-65,11,-74,-11","w":92},">":{"d":"-4,-101v-6,19,31,25,47,31v-14,6,-49,13,-36,30v19,-15,23,-15,48,-24v5,-2,3,-12,-3,-13v-20,-5,-39,-14,-56,-24","w":92},"?":{"d":"-22,-133v23,-37,117,-32,112,26v-3,31,-25,46,-52,56v21,-3,50,0,54,11v-22,-3,-48,-5,-67,0v-8,1,-14,-8,-7,-12v40,-17,59,-30,55,-63v-4,-33,-55,-41,-81,-17v-5,4,-9,4,-14,-1xm53,-23v7,-1,15,7,14,14v0,6,-4,9,-10,9v-13,1,-21,-23,-4,-23","w":126},"@":{"w":360},"A":{"w":1},"B":{"w":1},"C":{"w":1},"D":{"w":1},"E":{"w":1},"F":{"w":1},"G":{"w":1},"H":{"w":1},"I":{"w":1},"J":{"w":1},"K":{"w":1},"L":{"w":1},"M":{"w":1},"N":{"w":1},"O":{"w":1},"P":{"w":1},"Q":{"w":1},"R":{"w":1},"S":{"w":1},"T":{"w":1},"U":{"w":1},"V":{"w":1},"W":{"w":1},"X":{"w":1},"Y":{"w":1},"Z":{"w":1},"[":{"d":"42,0r-43,0r-29,-168r42,0v5,12,-11,13,-24,12r26,145v13,0,27,-2,28,11"},"\\":{"d":"21,-152v19,31,52,104,60,146v-2,11,-16,8,-18,-3v-10,-41,-43,-121,-63,-155v10,-1,14,3,21,12","w":96},"]":{"d":"1,0r43,0r-30,-168r-42,0v0,14,14,12,28,12r25,145v-11,0,-26,-3,-24,11"},"^":{"d":"22,-163v2,-5,11,-6,13,0v4,13,11,26,20,39v-13,4,-18,-6,-27,-24v-10,18,-14,28,-27,24v9,-12,15,-25,21,-39","w":73},"_":{"d":"-2,-11v24,4,66,-11,73,11v-24,-4,-66,11,-73,-11","w":94},"`":{"d":"-6,-127v-3,-15,0,-36,-15,-38v-6,-1,-8,5,-6,9r7,42v10,0,14,-4,14,-13","w":36},"a":{"w":1},"b":{"w":1},"c":{"w":1},"d":{"w":1},"e":{"w":1},"f":{"w":1},"g":{"w":1},"h":{"w":1},"i":{"w":1},"j":{"w":1},"k":{"w":1},"l":{"w":1},"m":{"w":1},"n":{"w":1},"o":{"w":1},"p":{"w":1},"q":{"w":1},"r":{"w":1},"s":{"w":1},"t":{"w":1},"u":{"w":1},"v":{"w":1},"w":{"w":1},"x":{"w":1},"y":{"w":1},"z":{"w":1},"{":{"d":"19,-78v31,-7,-8,-65,28,-66v7,0,10,-2,9,-8v-23,-8,-44,-1,-43,26v1,16,9,44,-11,43v-4,1,-2,9,2,8v30,4,21,98,78,73v-1,-6,-4,-8,-11,-8v-33,3,-25,-65,-52,-68","w":93},"|":{"d":"41,51v-11,0,-17,-4,-19,-13r-47,-267v8,1,18,6,20,13","w":72},"}":{"d":"47,-78v-30,-3,-19,-68,-52,-66v-7,0,-11,-2,-12,-8v56,-24,48,63,78,69v3,0,5,2,5,5v-35,7,12,101,-56,76v-1,-15,30,-3,26,-25v-3,-19,-5,-46,11,-51","w":77},"~":{"w":360},"\u00a1":{},"\u00a2":{},"\u00a3":{},"\u00a4":{},"\u00a5":{},"\u00a6":{},"\u00a7":{},"\u00a8":{},"\u00a9":{},"\u00aa":{},"\u00ab":{},"\u00ac":{},"\u00ae":{},"\u00b0":{},"\u00b1":{},"\u00b2":{},"\u00b3":{},"\u00b4":{},"\u00b6":{},"\u00b8":{},"\u00b9":{},"\u00ba":{},"\u00bb":{},"\u00bc":{},"\u00bd":{},"\u00be":{},"\u00bf":{},"\u00d7":{},"\u00f7":{},"\u0192":{},"\u00af":{},"\u02c9":{},"\u2013":{},"\u2018":{},"\u2019":{},"\u201a":{},"\u201c":{},"\u201d":{},"\u201e":{},"\u2020":{},"\u2021":{},"\u2022":{},"\u2026":{},"\u2030":{},"\u2039":{},"\u203a":{},"\u2122":{},"\u00b7":{},"\u2219":{},"\u25ca":{},"\u2010":{},"\u2421":{},"\u00a0":{},"\u00ad":{},"\u2212":{},"\u00b5":{},"\u03bc":{},"\u05b0":{},"\u05b1":{},"\u05b2":{},"\u05b3":{},"\u05b4":{},"\u05b5":{},"\u05b6":{},"\u05b7":{},"\u05b8":{},"\u05b9":{},"\u05bb":{},"\u05bc":{},"\u05bd":{},"\u05be":{},"\u05bf":{},"\u05c0":{},"\u05c1":{},"\u05c2":{},"\u05c3":{},"\u05d0":{"d":"77,-142v16,20,-9,34,-27,44v15,36,37,68,66,96v-45,16,-65,-61,-75,-92v-14,5,-26,8,-36,9r16,85v-12,0,-20,-5,-22,-15r-23,-124v25,-1,22,25,27,44v35,-11,44,-19,74,-47","w":126},"\u05d1":{"d":"95,-80v0,36,-27,59,-59,68v25,4,65,-11,71,12r-100,0v-9,2,-12,-11,-5,-13v40,-8,72,-26,74,-66v2,-44,-45,-64,-86,-41v-6,0,-11,-3,-14,-9v54,-27,119,-8,119,49","w":125},"\u05d2":{"d":"63,42v19,6,35,-23,51,-11v-16,15,-33,24,-52,24v-45,1,-78,-59,-78,-109v0,-49,40,-78,78,-53v-7,-17,-13,-39,10,-39v0,19,3,38,11,58v-21,6,-25,-20,-46,-16v-64,14,-33,152,26,146","w":112},"\u05d3":{"d":"48,-60v17,2,37,59,5,60v1,-26,-6,-46,-23,-51v-7,-2,-10,-3,-9,-8v13,-13,51,-17,49,-41v-2,-18,-15,-29,-36,-29v-20,-5,-35,24,-54,13v23,-39,106,-33,109,16v0,17,-14,31,-41,40","w":125},"\u05d4":{"d":"-19,-116v14,-23,65,-38,91,-16v32,26,26,88,40,132v-10,1,-21,-7,-22,-15v-14,-40,-4,-112,-52,-115v-20,-6,-38,25,-57,14xm25,0v-36,-3,-22,-56,-34,-83v36,3,23,55,34,83","w":141},"\u05d5":{"d":"20,0v-12,0,-19,-5,-21,-15r-24,-124v11,-1,21,6,22,14","w":42},"\u05d6":{"d":"88,-6v0,62,-48,44,-85,25v-4,0,-6,1,-7,4v46,40,111,38,111,-29v0,-59,-46,-134,-107,-101v-1,-21,-5,-40,-25,-39v7,19,10,38,10,58v19,7,25,-19,43,-16v37,7,59,55,60,98","w":131},"\u05d7":{"d":"117,0v-56,-10,-1,-129,-79,-130v-10,0,-20,3,-30,8r23,122v-13,0,-19,-5,-21,-15r-19,-97v-4,1,-9,-1,-12,-4v2,-3,6,-6,10,-9r-3,-13v6,0,12,1,16,5v45,-21,90,-2,99,47","w":138},"\u05d8":{"d":"57,-79v26,-16,49,19,48,44v0,26,-15,39,-44,39v-71,-1,-98,-113,-56,-167v15,-19,35,-30,62,-34v2,6,0,10,-7,12v-71,11,-75,167,0,177v38,-4,32,-59,-3,-71","w":130},"\u05d9":{"d":"13,-44v-11,0,-19,-4,-21,-14r-17,-81v10,-1,21,6,22,14","w":38},"\u05da":{"d":"-22,-116v40,-54,122,-15,122,56v0,40,-40,59,-72,39r14,76v0,8,-5,12,-16,12r-20,-108v20,-6,22,18,46,16v19,-2,30,-17,29,-38v0,-35,-18,-62,-48,-66v-28,-4,-33,24,-55,13","w":130},"\u05db":{"d":"-16,-118v41,-56,121,-4,121,63v0,74,-72,68,-108,32v21,-10,33,14,60,14v20,0,29,-15,29,-44v0,-35,-20,-77,-52,-76v-27,-5,-27,20,-50,11","w":139},"\u05dc":{"d":"34,-286v36,0,57,25,59,61v1,21,-16,40,-34,28v29,-17,13,-77,-24,-77v-25,0,-31,32,-25,60r38,204v-1,19,-23,13,-28,-1v-5,-13,-16,-24,-29,-35v17,-4,26,5,36,24r-38,-214v-1,-31,16,-50,45,-50","w":73},"\u05dd":{"d":"-6,12v16,-52,-26,-153,49,-153v43,0,74,47,74,89v0,48,-48,70,-81,39v-10,-9,-17,-19,-21,-30v2,22,5,59,-21,55xm98,-52v-1,-39,-19,-76,-54,-77v-20,0,-31,17,-31,40v0,38,23,78,55,78v20,0,30,-14,30,-41","w":152},"\u05de":{"d":"94,-148v-12,54,5,97,24,142v0,10,-11,8,-16,2r-92,-100v12,33,18,62,17,85v-1,20,-7,31,-20,32v13,-54,-6,-101,-25,-146v2,-12,15,-7,21,1r87,97v-12,-32,-18,-57,-18,-75v0,-20,7,-33,22,-38","w":140},"\u05df":{"d":"32,67v-13,0,-19,-5,-21,-15r-36,-191v13,0,19,4,21,14","w":40},"\u05e0":{"d":"1,-142r22,128v3,38,-35,48,-73,39v-3,-13,20,-6,26,-7v26,2,32,-24,27,-50r-18,-95v-2,-9,7,-15,16,-15","w":48},"\u05e1":{"d":"35,-141v42,0,75,47,75,89v0,31,-15,53,-47,53v-41,0,-78,-45,-78,-87v0,-32,19,-55,50,-55xm91,-52v-1,-39,-19,-76,-55,-77v-21,0,-32,14,-32,41v0,38,24,77,57,77v20,0,30,-14,30,-41","w":142},"\u05e2":{"d":"88,-142v-1,19,-24,13,-38,27v35,26,52,61,51,103v-1,33,-14,49,-42,49v-71,2,-84,-115,-33,-152v-9,-14,-50,-20,-49,-42v15,5,35,17,60,34v18,-11,33,-15,51,-19xm39,-106v-37,29,-38,128,18,131v17,0,25,-13,25,-38v0,-40,-15,-70,-43,-93","w":132},"\u05e3":{"d":"29,-286v37,0,64,43,36,70v-11,11,-33,17,-52,23r34,183v-1,19,-23,13,-28,-1v-5,-13,-16,-24,-29,-35v17,-4,26,5,36,24r-31,-166v-17,7,-18,19,-7,34v-14,0,-23,-6,-22,-22v0,-11,8,-20,26,-25v-12,-38,-7,-85,37,-85xm60,-243v0,-16,-15,-32,-31,-31v-30,1,-25,43,-19,69v27,-4,50,-17,50,-38","w":75},"\u05e4":{"d":"-8,-50v-1,-36,40,-49,63,-22v-6,11,-19,-7,-27,-4v-12,0,-18,9,-18,27v0,23,19,43,44,40v65,-8,33,-122,-19,-120v-27,-6,-32,24,-54,13v13,-17,30,-26,53,-26v42,-1,75,45,74,88v0,33,-18,57,-51,57v-34,0,-65,-22,-65,-53","w":142},"\u05e5":{"d":"30,-287v30,1,51,24,51,55v0,32,-32,49,-67,41r34,181v-1,19,-23,13,-28,-1v-5,-13,-16,-24,-29,-35v17,-4,26,5,36,24r-33,-175v-25,-13,-39,-29,-41,-56v-1,-13,9,-20,20,-17v-8,26,1,45,19,58v-13,-34,0,-77,38,-75xm12,-203v28,8,53,-8,49,-37v-3,-18,-13,-35,-30,-35v-30,0,-27,45,-19,72","w":72},"\u05e6":{"d":"55,-136v0,-38,-41,-37,-68,-21v-5,0,-9,-1,-12,-5v28,-28,100,-21,100,24v0,13,-11,30,-21,33v52,4,78,107,7,107v-24,0,-47,-8,-68,-25v17,-11,45,20,62,13v19,1,32,-14,31,-33v-1,-33,-28,-58,-66,-54v-6,2,-14,-12,-4,-12v23,2,38,-7,39,-27","w":132},"\u05e7":{"d":"-22,-116v35,-49,134,-21,130,46v-2,40,-30,69,-70,70v-4,-11,10,-12,20,-17v51,-20,35,-117,-25,-112v-20,-5,-37,24,-55,13xm37,67v-12,0,-19,-5,-21,-15r-27,-142v10,0,20,7,22,15","w":131},"\u05e8":{"d":"73,-97v-5,-43,-52,-36,-76,-18v-4,0,-6,-2,-9,-4v24,-34,94,-32,104,23r18,96v-38,-6,-24,-65,-37,-97","w":131},"\u05e9":{"d":"28,-34v10,27,66,42,75,4v2,-8,8,-12,18,-11v-3,29,-21,47,-50,47v-50,0,-88,-63,-89,-121v-1,-31,19,-58,47,-58v41,0,66,28,66,69v0,41,-28,64,-67,70xm76,-98v0,-65,-77,-90,-77,-21v0,30,12,61,22,76v37,-5,55,-24,55,-55","w":146},"\u05ea":{"d":"-19,20v3,-20,40,-11,32,-49r-17,-83v-12,2,-12,-8,-2,-13r-3,-13v6,0,12,1,16,5v45,-21,89,-2,98,47r16,86v-56,-9,-1,-128,-77,-130v-10,0,-21,3,-31,8v4,54,56,141,-32,142","w":137},"\u05f0":{},"\u05f2":{},"\u05f3":{},"\u05f4":{},"\u200e":{},"\u200f":{},"\u2015":{},"\ue802":{},"\ue803":{},"\ue804":{},"\ue805":{},"\ufb20":{},"\ufb2a":{},"\ufb2b":{},"\ufb2c":{},"\ufb2d":{},"\ufb2e":{},"\ufb2f":{},"\ufb30":{},"\ufb31":{},"\ufb32":{},"\ufb33":{},"\ufb34":{},"\ufb35":{},"\ufb36":{},"\ufb38":{},"\ufb39":{},"\ufb3a":{},"\ufb3b":{},"\ufb3c":{},"\ufb3e":{},"\ufb40":{},"\ufb41":{},"\ufb43":{},"\ufb44":{},"\ufb46":{},"\ufb47":{},"\ufb48":{},"\ufb49":{},"\ufb4a":{},"\ufb4b":{},"\ufb4c":{},"\ufb4d":{},"\ufb4e":{},"\ufb4f":{}}});

$(function(){
$('h1').css('font-size','33px').wrapInner('<bdo dir=ltr></bdo>');
$('h2').css('font-size','30px').wrapInner('<bdo dir=ltr></bdo>');
$('h3').css('font-size','24px').wrapInner('<bdo dir=ltr></bdo>');
$('h4').css('font-size','32px').wrapInner('<bdo dir=ltr></bdo>');
$('h5').css('font-size','29px');
$('bdo').each (function() {
var word = $(this).text();
var splittext = word.split("");
var reversedtext = splittext.reverse();
var newtext = reversedtext.join("");
$(this).text(newtext);
});
Cufon.replace('h1, h2, h3, h4, h5, h6, .menu_nav ul li a, .content .mainbar a.rm', { hover: true });
});
