/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}else{v.fillStyle=o.get("color")}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,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:middle}.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>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());
Cufon.registerFont({"w":200,"face":{"font-family":"aat","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 5 0 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"3 -265.404 290 69.6772","underline-thickness":"18","underline-position":"-36","stemh":"18","stemv":"26","unicode-range":"U+0026-U+00AE"},"glyphs":{" ":{"w":125},"&":{"d":"109,-241v-42,3,-27,56,-13,77v18,-12,39,-31,39,-51v0,-16,-13,-26,-26,-26xm191,-131r24,6v-5,26,-17,59,-30,77v12,12,34,22,43,22r0,26v-24,2,-40,-10,-60,-26v-41,51,-155,35,-152,-45v0,-35,29,-61,56,-78v-28,-40,-31,-117,38,-115v30,0,53,18,53,49v0,30,-31,54,-54,71v17,31,40,58,58,78v9,-10,19,-37,24,-65xm45,-69v1,59,78,58,105,27v-24,-28,-47,-57,-66,-88v-21,14,-39,29,-39,61","w":240},",":{"d":"72,-40v4,43,-11,66,-22,93r-15,0r16,-53r-14,0r0,-40r35,0","w":109},"-":{"d":"105,-82r-91,0r0,-23r91,0r0,23","w":119},".":{"d":"37,-40r35,0r0,40r-35,0r0,-40","w":109},"1":{"d":"171,0r-115,0r0,-22r45,0r0,-212r-50,5r0,-17v29,-5,42,-21,76,-18r0,242r44,0r0,22","w":219},"A":{"d":"108,-240r-37,134r78,0r-37,-134r-4,0xm39,0r-30,0r80,-260r42,0r80,260r-30,0r-24,-81r-94,0","w":219},"B":{"d":"163,-136v28,9,52,33,51,66v0,39,-24,70,-94,70r-81,0r0,-260r96,0v80,-4,100,103,28,124xm68,-124r0,100v54,1,117,4,117,-47v0,-50,-59,-57,-117,-53xm68,-235r0,87r50,0v78,5,81,-89,12,-87r-62,0","w":240},"C":{"d":"180,-83r26,5v-12,48,-38,82,-92,82v-58,0,-99,-43,-99,-134v0,-85,37,-134,99,-134v49,0,77,29,88,76r-26,8v-10,-37,-26,-59,-65,-59v-38,0,-67,35,-67,109v0,75,29,109,73,109v40,0,55,-30,63,-62","w":219},"D":{"d":"65,-235r0,211v84,7,129,-19,129,-106v-2,-93,-47,-111,-129,-105xm36,0r0,-260v113,-9,186,15,187,130v0,76,-41,130,-119,130r-68,0","w":240},"E":{"d":"39,-260r156,0r0,25r-127,0r0,87r90,0r0,24r-90,0r0,100r134,0r0,24r-163,0r0,-260","w":219},"F":{"d":"36,-260r154,0r0,25r-125,0r0,87r93,0r0,24r-93,0r0,124r-29,0r0,-260"},"G":{"d":"124,-125r87,0r0,125r-23,0v-1,-7,2,-18,-1,-24v-13,19,-39,28,-68,28v-59,0,-102,-43,-102,-134v0,-91,43,-134,102,-134v44,0,78,21,93,77r-27,5v-13,-41,-35,-57,-65,-57v-38,0,-74,26,-74,109v0,83,36,109,74,109v52,-2,67,-31,63,-79r-59,0r0,-25","w":240},"H":{"d":"192,-260r29,0r0,260r-29,0r0,-124r-124,0r0,124r-29,0r0,-260r29,0r0,112r124,0r0,-112","w":259},"I":{"d":"45,-260r29,0r0,260r-29,0r0,-260","w":119},"J":{"d":"95,-260r29,0r0,193v9,86,-93,86,-121,37r21,-14v17,28,72,38,71,-15r0,-201","w":159},"K":{"d":"71,-87r0,87r-29,0r0,-260r29,0r0,135r108,-135r34,0r-81,98r91,162r-33,0r-77,-138","w":240},"L":{"d":"191,0r-152,0r0,-260r29,0r0,236r123,0r0,24"},"M":{"d":"261,0r-26,0r-1,-238r-73,238r-22,0r-74,-238r0,238r-26,0r0,-260r45,0r66,210r66,-210r45,0r0,260","w":299},"N":{"d":"65,0r-26,0r0,-260r41,0r115,200r0,-200r26,0r0,260r-24,0r-132,-232r0,232","w":259},"O":{"d":"47,-130v0,74,27,109,73,109v46,0,73,-35,73,-109v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109xm18,-130v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,87,-37,134,-101,134v-64,0,-102,-47,-102,-134","w":240},"P":{"d":"65,-235r0,95v54,3,121,0,112,-48v5,-51,-59,-49,-112,-47xm65,0r-29,0r0,-260r91,0v55,0,79,32,79,73v6,58,-65,78,-141,71r0,116","w":219},"Q":{"d":"234,-7r0,28v-32,0,-44,-12,-58,-34v-78,46,-165,-5,-158,-117v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,43,-9,77,-26,99v9,17,21,24,39,24xm130,-57r0,-27v24,3,37,10,49,26v9,-17,14,-41,14,-72v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109v-3,95,54,131,115,95v-9,-13,-17,-19,-32,-22","w":240},"R":{"d":"65,-235r0,92v53,1,112,5,112,-47v0,-54,-60,-44,-112,-45xm65,0r-29,0r0,-260r84,0v102,-11,111,118,34,136r56,124r-32,0r-52,-118r-61,0r0,118","w":240},"S":{"d":"187,-199r-26,5v-1,-49,-108,-66,-109,-5v-1,57,146,43,146,126v0,38,-21,77,-87,77v-57,0,-79,-37,-93,-68r26,-9v11,27,30,52,68,52v38,0,58,-20,58,-47v0,-66,-147,-46,-147,-129v0,-37,32,-67,79,-67v40,0,72,22,85,65","w":219},"T":{"d":"192,-235r-78,0r0,235r-28,0r0,-235r-78,0r0,-25r184,0r0,25"},"U":{"d":"39,-260r29,0r0,184v0,30,21,55,62,55v41,0,62,-25,62,-55r0,-184r29,0r0,182v0,51,-37,82,-91,82v-54,0,-91,-31,-91,-82r0,-182","w":259},"V":{"d":"87,0r-81,-260r29,0r65,213r65,-213r29,0r-81,260r-26,0"},"W":{"d":"73,0r-63,-260r27,0r49,207r51,-207r25,0r53,207r47,-207r28,0r-62,260r-25,0r-54,-210r-51,210r-25,0","w":299},"X":{"d":"99,-107r-61,107r-33,0r78,-136r-73,-124r33,0r56,95r55,-95r33,0r-71,124r79,136r-33,0"},"Y":{"d":"86,0r0,-109r-80,-151r31,0r63,119r63,-119r31,0r-80,151r0,109r-28,0"},"Z":{"d":"184,-24r0,24r-168,0r0,-21r131,-214r-119,0r0,-25r155,0r0,19r-133,217r134,0"},"a":{"d":"43,-139r-22,-12v17,-49,134,-62,135,16v1,43,-4,101,4,135r-27,0r-3,-26v-24,37,-116,47,-115,-22v0,-41,31,-61,115,-76v3,-31,-13,-45,-39,-44v-29,0,-43,16,-48,29xm130,-50r0,-51v-60,10,-89,28,-89,53v10,48,66,27,89,-2","w":180},"b":{"d":"58,-169v52,-44,122,-24,126,75v-3,105,-80,119,-131,74r-5,20r-18,0v5,-83,1,-174,2,-260r26,0r0,91xm58,-143r0,99v41,48,101,26,100,-48v1,-86,-60,-93,-100,-51"},"c":{"d":"159,-140r-24,9v-7,-23,-22,-37,-44,-37v-32,0,-51,27,-51,74v-5,81,73,100,103,41r20,9v-18,32,-35,48,-72,48v-47,0,-77,-37,-77,-98v0,-60,30,-97,77,-97v39,0,57,22,68,51","w":180},"d":{"d":"17,-94v4,-100,74,-118,126,-75r0,-91r25,0r2,260r-24,0r-3,-18v-45,43,-126,26,-126,-76xm143,-44r0,-99v-40,-42,-103,-36,-101,51v-1,74,60,95,101,48"},"e":{"d":"148,-50r20,10v-12,21,-30,44,-72,44v-42,0,-82,-29,-82,-98v-9,-115,149,-138,148,-12r0,17r-122,0v-4,72,80,93,108,39xm41,-111r95,0v0,-34,-16,-57,-45,-57v-31,0,-48,23,-50,57","w":180},"f":{"d":"67,0r-26,0r0,-165r-31,0r0,-22r31,0v-5,-59,15,-89,69,-75r0,23v-22,-3,-45,-5,-43,24r0,28r41,0r0,22r-41,0r0,165","w":119},"g":{"d":"173,-194r0,26v-11,0,-23,1,-29,5v38,47,-18,130,-89,98v-19,3,-19,31,1,31v89,0,117,16,117,53v0,27,-27,50,-85,50v-82,8,-108,-57,-49,-83v-35,-11,-28,-47,2,-59v-51,-36,-20,-124,45,-118v20,0,34,5,46,13v12,-8,27,-15,41,-16xm149,20v-1,-19,-19,-28,-65,-28v-41,0,-52,18,-52,31v0,14,8,24,60,24v31,0,56,-9,57,-27xm132,-124v0,-27,-15,-44,-47,-44v-30,0,-45,18,-45,43v0,25,19,43,48,43v29,0,44,-20,44,-42","w":180},"h":{"d":"32,-260r26,0r1,98v29,-41,108,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-260"},"i":{"d":"37,0r0,-187r26,0r0,187r-26,0xm37,-264r26,0r0,31r-26,0r0,-31","w":100},"j":{"d":"42,-187r26,0r0,217v2,31,-32,47,-60,35r0,-21v14,5,34,5,34,-16r0,-215xm68,-264r0,31r-26,0r0,-31r26,0","w":100},"k":{"d":"30,0r0,-260r26,0r1,167r75,-94r32,0r-55,69r62,118r-31,0r-49,-96r-35,40r0,56r-26,0","w":180},"l":{"d":"37,-260r26,0r0,260r-26,0r0,-260","w":100},"m":{"d":"55,-162v26,-35,87,-41,104,1v17,-18,38,-30,60,-30v24,0,51,11,51,57r0,134r-26,0r0,-134v-2,-57,-64,-30,-81,-6r0,140r-26,0r0,-134v-2,-58,-64,-29,-82,-6r0,140r-25,0r0,-187r25,0r0,25","w":299},"n":{"d":"32,-187r26,0v1,8,-2,19,1,25v29,-41,108,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-187"},"o":{"d":"141,-94v0,-48,-20,-74,-51,-74v-31,0,-51,26,-51,74v0,49,20,75,51,75v31,0,51,-26,51,-75xm167,-94v0,54,-26,98,-77,98v-51,0,-77,-44,-77,-98v0,-54,26,-97,77,-97v51,0,77,43,77,97","w":180},"p":{"d":"184,-94v-4,100,-74,120,-126,76r0,87r-26,0r0,-256r26,0r0,22v45,-49,124,-30,126,71xm58,-143r0,98v39,44,101,35,100,-50v2,-75,-60,-95,-100,-48"},"q":{"d":"143,-18v-53,43,-122,25,-126,-76v1,-101,81,-119,126,-73r5,-20r20,0r0,256r-25,0r0,-87xm143,-45r0,-98v-42,-47,-102,-27,-101,48v-1,86,62,94,101,50"},"r":{"d":"25,0r0,-187r26,0v1,12,-2,27,1,37v14,-26,30,-40,61,-40r0,26v-33,1,-50,22,-62,60r0,104r-26,0","w":119},"s":{"d":"9,-32r20,-16v13,35,94,40,94,-2v0,-47,-111,-22,-109,-90v-1,-64,102,-62,126,-18r-18,16v-14,-18,-28,-26,-48,-26v-22,0,-34,11,-34,27v0,41,109,20,109,90v-3,72,-110,67,-140,19","w":159},"t":{"d":"6,-187r31,0r0,-62r26,0r0,62r43,0r0,22r-43,0r0,133v-3,16,30,14,44,11r0,22v-23,5,-79,7,-70,-28r0,-138r-31,0r0,-22","w":119},"u":{"d":"168,0r-26,0v-1,-8,2,-19,-1,-25v-29,40,-108,45,-109,-26r0,-136r26,0r0,135v1,57,66,28,84,5r0,-140r26,0r0,187"},"v":{"d":"154,-187r-56,187r-35,0r-57,-187r26,0r48,155r48,-155r26,0","w":159},"w":{"d":"57,0r-51,-187r26,0r39,144r36,-144r27,0r38,145r36,-145r26,0r-50,187r-26,0r-38,-145r-37,145r-26,0","w":240},"x":{"d":"38,-187r41,66r39,-66r29,0r-52,89r61,98r-30,0r-47,-77r-46,77r-29,0r59,-98r-54,-89r29,0","w":159},"y":{"d":"127,-187r27,0r-66,204v-18,48,-42,56,-82,50r0,-21v31,2,48,4,63,-44r-65,-189r28,0r51,143","w":159},"z":{"d":"149,-22r0,22r-138,0r0,-19r102,-146r-92,0r0,-22r127,0r0,19r-102,146r103,0","w":159},"'":{"d":"29,-163r0,-97r22,0r0,97r-22,0","w":79},"\u00ae":{"d":"116,-120r0,67r-24,0r0,-154v51,0,119,-7,114,44v0,28,-17,40,-40,42r44,68r-26,0r-41,-67r-27,0xm116,-188r0,49v30,1,72,0,66,-26v6,-24,-38,-24,-66,-23xm9,-130v0,-77,62,-134,135,-134v73,0,135,57,135,134v0,77,-62,134,-135,134v-73,0,-135,-57,-135,-134xm253,-130v0,-64,-47,-112,-109,-112v-62,0,-109,48,-109,112v0,65,47,112,109,112v62,0,109,-47,109,-112","w":288},"\u00a0":{}}});
Cufon.registerFont({"w":159,"face":{"font-family":"aatc","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"0 0 5 6 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"-2 -264.155 217 61.4461","underline-thickness":"18","underline-position":"-36","stemh":"17","stemv":"26","unicode-range":"U+0026-U+007A"},"glyphs":{" ":{"w":100},"&":{"d":"71,-121v-31,25,-43,101,16,101v15,0,29,-10,37,-22v-21,-24,-39,-53,-53,-79xm91,-244v-33,-2,-23,64,-10,83v18,-20,29,-36,29,-59v0,-13,-9,-24,-19,-24xm148,-126r26,1v-3,31,-6,50,-18,77v8,11,19,20,31,29r-15,19v-9,-4,-23,-14,-32,-24v-34,48,-127,30,-122,-39v0,-38,27,-61,43,-79v-7,-14,-19,-45,-19,-66v-6,-75,95,-68,94,-10v0,36,-22,56,-46,79v13,26,28,50,47,71v7,-18,10,-38,11,-58","w":200},"-":{"d":"104,-82r-89,0r0,-23r89,0r0,23","w":119},"1":{"d":"126,0r-88,0r0,-22r32,0r0,-208r-33,2r0,-15v15,-4,30,-10,41,-21r18,0r0,242r30,0r0,22"},"A":{"d":"51,-101r58,0r-29,-139xm60,-260r39,0r58,260r-28,0r-16,-77r-66,0r-16,77r-28,0"},"B":{"d":"24,0r0,-260r69,0v69,-5,85,104,21,122v32,9,46,34,46,66v5,67,-62,77,-136,72xm52,-125r0,101v46,3,82,-4,80,-48v3,-45,-31,-57,-80,-53xm52,-236r0,88v45,2,74,-7,74,-48v0,-40,-33,-42,-74,-40","w":180},"C":{"d":"158,-181r-28,0v-3,-41,-16,-59,-38,-59v-33,0,-47,29,-47,110v0,81,14,110,47,110v26,0,41,-18,42,-66r28,0v-1,57,-26,90,-70,90v-47,0,-75,-36,-75,-134v0,-98,28,-134,75,-134v38,0,62,27,66,83","w":180},"D":{"d":"52,-236r0,212v58,2,77,-9,80,-106v-3,-97,-23,-108,-80,-106xm24,0r0,-260v95,-4,133,6,136,130v-3,124,-41,135,-136,130","w":180},"E":{"d":"24,-260r119,0r0,24r-91,0r0,88r67,0r0,24r-67,0r0,100r95,0r0,24r-123,0r0,-260"},"F":{"d":"24,0r0,-260r111,0r0,24r-83,0r0,88r62,0r0,24r-62,0r0,124r-28,0","w":140},"G":{"d":"160,-180r-28,0v-2,-34,-12,-60,-41,-60v-31,0,-46,28,-46,110v0,82,15,110,46,110v41,2,44,-36,41,-78r-36,0r0,-24r64,0r0,122r-18,0r-4,-19v-11,14,-26,23,-47,23v-46,0,-74,-36,-74,-134v0,-98,28,-134,74,-134v48,0,65,42,69,84","w":180},"H":{"d":"24,-260r28,0r0,112r76,0r0,-112r28,0r0,260r-28,0r0,-124r-76,0r0,124r-28,0r0,-260","w":180},"I":{"d":"26,-260r28,0r0,260r-28,0r0,-260","w":79},"J":{"d":"48,-260r28,0r0,195v3,59,-29,75,-78,66r2,-24v27,8,51,0,48,-35r0,-202","w":100},"K":{"d":"20,-260r28,0r1,133r73,-133r30,0r-50,91r59,169r-30,0r-49,-140r-34,60r0,80r-28,0r0,-260"},"L":{"d":"24,-260r28,0r0,236r84,0r0,24r-112,0r0,-260","w":140},"M":{"d":"20,-260r45,0r46,197r44,-197r45,0r0,260r-26,0r-1,-238r-54,238r-18,0r-55,-238r0,238r-26,0r0,-260","w":219},"N":{"d":"20,-260r44,0r68,192r0,-192r28,0r0,260r-30,0r-82,-226r0,226r-28,0r0,-260","w":180},"O":{"d":"135,-130v0,-88,-20,-110,-45,-110v-25,0,-45,22,-45,110v0,88,20,110,45,110v25,0,45,-22,45,-110xm163,-130v0,97,-29,134,-73,134v-44,0,-73,-37,-73,-134v0,-97,29,-134,73,-134v44,0,73,37,73,134","w":180},"P":{"d":"20,0r0,-260v70,-5,132,3,130,71v0,57,-40,78,-102,72r0,117r-28,0xm48,-236r0,95v44,3,75,-2,74,-48v1,-45,-31,-50,-74,-47"},"Q":{"d":"96,-50r0,-23v12,3,22,11,30,21v6,-17,9,-42,9,-78v0,-88,-20,-110,-45,-110v-25,0,-45,22,-45,110v0,88,20,110,45,110v9,0,18,-3,25,-12v-5,-7,-11,-13,-19,-18xm171,-4r0,24v-21,-1,-33,-13,-43,-29v-67,36,-111,-4,-111,-121v0,-97,29,-134,73,-134v44,0,73,37,73,134v0,48,-7,82,-20,103v7,10,15,22,28,23","w":180},"R":{"d":"52,-236r0,90v45,3,83,-7,78,-45v5,-37,-32,-49,-78,-45xm24,0r0,-260v69,-4,135,1,134,67v0,30,-13,54,-42,64r44,129r-30,0r-41,-123r-37,1r0,122r-28,0","w":180},"S":{"d":"143,-193r-26,0v6,-53,-74,-63,-76,-13v0,59,104,60,104,143v0,42,-23,67,-66,67v-41,0,-65,-30,-66,-74r26,0v1,31,15,50,43,50v23,0,38,-15,38,-43v0,-59,-104,-66,-104,-140v0,-37,25,-61,62,-61v38,0,62,26,65,71"},"T":{"d":"3,-260r134,0r0,24r-53,0r0,236r-28,0r0,-236r-53,0r0,-24","w":140},"U":{"d":"24,-260r28,0r0,191v0,26,7,49,38,49v31,0,38,-23,38,-49r0,-191r28,0r0,192v0,41,-19,72,-66,72v-47,0,-66,-31,-66,-72r0,-192","w":180},"V":{"d":"6,-260r28,0r46,206r46,-206r28,0r-61,260r-26,0"},"W":{"d":"2,-260r26,0r32,203r39,-203r23,0r41,203r29,-203r25,0r-41,260r-24,0r-42,-204r-41,204r-24,0","w":219},"X":{"d":"7,-260r30,0r40,92r37,-92r30,0r-51,122r62,138r-30,0r-48,-109r-42,109r-30,0r56,-138"},"Y":{"d":"6,-260r30,0r45,114r43,-114r30,0r-60,150r0,110r-28,0r0,-110"},"Z":{"d":"24,-260r120,0r0,20r-96,216r96,0r0,24r-128,0r0,-20r93,-216r-85,0r0,-24"},"a":{"d":"46,-132r-24,-4v5,-30,23,-55,56,-55v86,-2,38,121,58,191r-27,0r-3,-16v-28,33,-91,22,-89,-29v0,-46,51,-69,88,-77v2,-26,-5,-48,-27,-47v-19,0,-29,20,-32,37xm105,-37r0,-64v-23,7,-62,25,-62,54v-2,39,48,32,62,10"},"b":{"d":"50,-18r-6,18r-20,0v9,-74,2,-177,4,-260r26,0r0,86v44,-37,90,-14,89,80v2,97,-52,121,-93,76xm54,-153r0,117v33,35,64,21,63,-58v2,-78,-30,-90,-63,-59"},"c":{"d":"125,-132r-26,0v-2,-28,-13,-37,-29,-37v-22,0,-31,13,-31,75v0,62,9,76,31,76v16,0,26,-9,30,-41r25,0v-4,37,-21,63,-55,63v-39,0,-57,-30,-57,-98v0,-67,18,-97,57,-97v34,0,50,23,55,59","w":140},"d":{"d":"112,0v-1,-6,1,-14,-2,-18v-41,45,-96,21,-93,-76v0,-94,44,-117,89,-80r0,-86r26,0r0,210v0,24,1,39,4,50r-24,0xm106,-36r0,-117v-32,-31,-66,-19,-63,59v-1,79,30,94,63,58"},"e":{"d":"39,-111r62,0v-1,-40,-8,-58,-31,-58v-19,0,-31,13,-31,58xm127,-89r-88,0v-1,44,7,71,34,71v20,0,29,-18,32,-35r24,3v-4,28,-25,54,-59,54v-39,0,-57,-30,-57,-98v0,-67,18,-97,57,-97v43,-1,59,44,57,102","w":140},"f":{"d":"6,-166r0,-21r29,0v0,-39,-6,-80,38,-77v7,0,14,2,21,3r0,20v-16,-7,-34,-1,-33,17r0,37r30,0r0,21r-30,0r0,166r-26,0r0,-166r-29,0","w":100},"g":{"d":"121,15v0,-17,-32,-20,-55,-25v-38,12,-32,53,16,52v29,0,39,-12,39,-27xm50,-124v0,35,13,47,28,47v15,0,27,-12,27,-47v0,-36,-12,-47,-27,-47v-15,0,-28,11,-28,47xm147,-191r0,24v-10,-3,-18,0,-24,6v17,51,-4,120,-62,102v-4,1,-13,5,-13,12v0,14,21,14,46,19v27,6,51,15,51,45v0,25,-24,44,-64,44v-69,5,-83,-56,-36,-78v-12,-3,-21,-12,-21,-25v0,-14,13,-22,25,-25v-41,-30,-22,-124,32,-124v12,0,28,6,34,17v6,-10,16,-17,32,-17"},"h":{"d":"26,0r0,-260r26,0r0,93v26,-34,84,-35,82,25r0,142r-26,0r0,-138v1,-46,-39,-35,-56,-8r0,146r-26,0"},"i":{"d":"27,0r0,-187r26,0r0,187r-26,0xm27,-230r0,-30r26,0r0,30r-26,0","w":79},"j":{"d":"1,60r0,-22v16,6,27,-1,27,-21r0,-204r26,0r0,206v1,37,-20,45,-53,41xm28,-230r0,-30r26,0r0,30r-26,0","w":79},"k":{"d":"24,0r0,-260r26,0r0,164r50,-91r27,0r-35,60r43,127r-26,0r-35,-102r-24,47r0,55r-26,0","w":140},"l":{"d":"27,0r0,-260r26,0r0,260r-26,0","w":79},"m":{"d":"55,0r-26,0r0,-187r24,0r0,20v16,-26,65,-35,77,0v19,-32,85,-34,81,19r0,148r-26,0r0,-144v2,-42,-43,-22,-52,-6r0,150r-26,0r0,-144v2,-40,-44,-24,-52,-6r0,150","w":240},"n":{"d":"26,0r0,-187r24,0r0,20v29,-33,85,-36,84,25r0,142r-26,0r0,-138v1,-46,-39,-35,-56,-8r0,146r-26,0"},"o":{"d":"39,-94v0,62,9,76,31,76v22,0,31,-14,31,-76v0,-62,-9,-75,-31,-75v-22,0,-31,13,-31,75xm13,-94v0,-67,18,-97,57,-97v39,0,57,30,57,97v0,68,-18,98,-57,98v-39,0,-57,-30,-57,-98","w":140},"p":{"d":"50,-187r0,18v40,-46,96,-22,93,75v1,94,-45,119,-89,80r0,75r-26,0r0,-248r22,0xm54,-151r0,116v32,33,66,20,63,-59v1,-76,-31,-93,-63,-57"},"q":{"d":"109,-169v3,-3,0,-13,1,-18r22,0r0,248r-26,0r0,-75v-43,39,-90,14,-89,-80v0,-72,25,-97,54,-97v17,0,30,8,38,22xm106,-35r0,-116v-33,-36,-64,-20,-63,57v-2,79,31,92,63,59"},"r":{"d":"24,0r0,-187r26,0r0,22v16,-22,27,-26,48,-26r0,25v-20,0,-34,6,-48,33r0,133r-26,0","w":100},"s":{"d":"120,-146r-21,6v0,-29,-51,-43,-54,-7v0,38,80,40,80,99v0,29,-22,52,-52,52v-33,0,-50,-19,-59,-50r23,-5v4,34,58,47,62,5v0,-44,-80,-44,-80,-99v0,-25,21,-46,49,-46v29,0,46,17,52,45","w":140},"t":{"d":"3,-166r0,-21r25,0r0,-63r26,0r0,63r35,0r0,21r-35,0r0,131v-2,18,19,22,35,16r0,19v-30,9,-64,3,-61,-37r0,-129r-25,0","w":100},"u":{"d":"134,-187r0,187r-25,0r0,-21v-27,35,-84,37,-83,-24r0,-142r26,0r0,138v0,47,39,33,56,8r0,-146r26,0"},"v":{"d":"6,-187r26,0r39,161r36,-161r26,0r-46,187r-34,0","w":140},"w":{"d":"6,-187r25,0r27,137r31,-137r24,0r32,137r24,-137r25,0r-39,187r-22,0r-33,-145r-32,145r-22,0","w":200},"x":{"d":"44,-97r-44,-90r27,0r31,65r27,-65r27,0r-40,90r47,97r-26,0r-34,-73r-32,73r-27,0","w":119},"y":{"d":"1,-187r26,0r36,143r29,-143r27,0r-43,183v-13,46,-28,69,-72,65r0,-21v28,2,39,-12,46,-41","w":119},"z":{"d":"14,-166r0,-21r97,0r0,17r-74,148r74,0r0,22r-103,0r0,-19r72,-147r-66,0","w":119},"\u00a0":{}}});