Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"An AJAX HTTP error occurred.":"Er is een AJAX HTTP fout opgetreden.","HTTP Result Code: !status":"HTTP-resultaatcode: !status","An AJAX HTTP request terminated abnormally.":"Een AJAX HTTP-aanvraag is onverwacht afgebroken","Debugging information follows.":"Debug informatie volgt.","Path: !uri":"Pad: !uri","StatusText: !statusText":"Statustekst: !statusText","ResponseText: !responseText":"Antwoordtekst: !responseText","ReadyState: !readyState":"ReadyState: !readyState","Disabled":"Uitgeschakeld","Enabled":"Ingeschakeld","Edit":"Bewerken","Configure":"Instellen","Done":"Gereed","Show":"Weergeven","Select all rows in this table":"Selecteer alle regels van deze tabel","Deselect all rows in this table":"De-selecteer alle regels van deze tabel","Not published":"Niet gepubliceerd","Please wait...":"Even geduld...","Hide":"Verbergen","Loading":"Laden","By @name on @date":"Door @name op @date","By @name":"Door @name","Not in menu":"Niet in een menu","Alias: @alias":"Alias: @alias","No alias":"Geen alias","New revision":"Nieuwe revisie","Drag to re-order":"Slepen om de volgorde te wijzigen","Changes made in this table will not be saved until the form is submitted.":"Wijzigingen in deze tabel worden pas opgeslagen wanneer het formulier wordt ingediend.","The changes to these blocks will not be saved until the \u003cem\u003eSave blocks\u003c\/em\u003e button is clicked.":"Wijzigingen aan de blokken worden pas opgeslagen wanneer u de knop \u003cem\u003eBlokken opslaan\u003c\/em\u003e aanklikt.","Show shortcuts":"Snelkoppelingen weergeven","This permission is inherited from the authenticated user role.":"Dit toegangsrecht is ge\u00ebrfd van de rol 'geverifieerde gebruiker'.","No revision":"Geen revisie","Requires a title":"Een titel is verplicht","Not restricted":"Geen beperking","(active tab)":"(actieve tabblad)","Not customizable":"Niet aanpasbaar","Restricted to certain pages":"Beperkt tot bepaalde pagina's","The block cannot be placed in this region.":"Het blok kan niet worden geplaatst in dit gebied.","Customize dashboard":"Dashboard aanpassen","Hide summary":"Samenvatting verbergen","Edit summary":"Samenvatting bewerken","Don't display post information":"Geen berichtinformatie weergeven","@title dialog":"@title dialoog","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"Het bestand %filename kan niet ge\u00fcpload worden. Alleen bestanden met de volgende extensies zijn toegestaan: %extensions","Re-order rows by numerical weight instead of dragging.":"Herschik de rijen op basis van gewicht, in plaats van slepen.","Show row weights":"Gewicht van rijen tonen","Hide row weights":"Gewicht van rij verbergen","Autocomplete popup":"Popup voor automatisch aanvullen","Searching for matches...":"Zoeken naar overeenkomsten...","Hide shortcuts":"Verberg snelkoppelingen"} };;
/*
 * 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:
 * Generated in 2009 by FontLab Studio. Copyright info pending.
 * 
 * Full name:
 * TitilliumMaps26L-250wt
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"131,-99r-73,0r0,99r-22,0r0,-251v81,-2,165,-10,165,75v0,36,-13,64,-48,73r51,103r-24,0xm179,-176v0,-61,-62,-56,-121,-54r0,111r66,0v41,0,55,-25,55,-57","w":225},{"d":"78,-251r0,212v0,55,-15,65,-64,65r0,-20v33,0,42,-7,42,-47r0,-210r22,0","w":110},{"d":"36,0r0,-251r41,0r76,220r77,-220r40,0r0,251r-22,0r0,-227r-5,0r-77,219r-26,0r-77,-219r-5,0r0,227r-22,0","w":306},{"d":"3,-230r0,-21r172,0r0,21r-75,0r0,230r-22,0r0,-230r-75,0","w":178},{"d":"93,-166r-20,0r-1,-85r22,0xm37,-166r-20,0r-1,-85r22,0","w":107},{"d":"36,-251v72,-1,158,-10,158,62v0,32,-12,51,-32,60v22,7,41,23,41,58v2,86,-87,70,-167,71r0,-251xm180,-71v-6,-66,-65,-43,-122,-47r0,98v58,-1,128,12,122,-51xm172,-187v0,-51,-63,-45,-114,-44r0,93v54,1,114,7,114,-49","w":223},{"d":"48,-237v-15,0,-21,11,-21,33v0,23,6,35,21,35v15,0,20,-11,20,-34v0,-22,-5,-34,-20,-34xm59,-2r61,-252r17,4r-61,252xm9,-204v0,-34,15,-49,39,-49v23,0,38,15,38,50v0,35,-15,50,-38,50v-23,0,-39,-16,-39,-51xm111,-51v0,-34,14,-49,38,-49v23,0,39,15,39,50v0,35,-16,50,-39,50v-23,0,-38,-16,-38,-51xm129,-51v0,23,5,35,20,35v15,0,20,-11,20,-34v0,-22,-5,-34,-20,-34v-15,0,-20,11,-20,33"},{"d":"16,-251r23,0r47,231r12,0r50,-227r24,0r52,227r11,0r47,-231r22,0r-51,251r-46,0r-47,-218r-46,218r-45,0","w":320},{"d":"10,30r171,0r0,20r-171,0r0,-20"},{"d":"82,90r0,-360r22,0r0,360r-22,0"},{"d":"24,-4r3,-19v0,0,32,6,60,6v43,0,68,-27,69,-87v0,0,-39,13,-65,13v-46,0,-76,-24,-76,-73v0,-49,35,-77,80,-77v55,0,83,44,83,124v0,123,-76,131,-154,113xm93,-111v24,0,63,-13,63,-13v-1,-59,-19,-97,-61,-97v-33,0,-57,21,-57,57v0,36,21,53,55,53"},{"d":"7,-172r-1,-79r22,0r-1,79r-20,0","w":36},{"d":"123,-87r-65,0r0,87r-22,0r0,-251r87,0v53,0,78,28,78,79v0,51,-25,85,-78,85xm58,-108r65,0v39,0,56,-27,56,-64v0,-64,-60,-60,-121,-58r0,122","w":219},{"d":"48,0r0,-36r24,0r0,36r-24,0xm49,-81r-1,-171r23,0r0,171r-22,0","w":118},{"d":"123,0r-87,0r0,-251r87,0v68,0,89,56,89,122v0,66,-21,129,-89,129xm189,-129v0,-50,-15,-101,-66,-101r-65,0r0,209r65,0v51,0,66,-58,66,-108","w":232},{"d":"53,-73v0,39,22,55,61,55v41,0,65,-16,65,-55r0,-178r22,0r0,178v0,53,-30,76,-87,76v-54,0,-83,-23,-83,-76r0,-178r22,0r0,178","w":231},{"d":"56,-161r0,161r-21,0r0,-161r-23,0r0,-19r23,0v-2,-50,8,-84,47,-84v13,0,32,3,32,3r0,18v-31,-3,-65,-4,-58,45r0,18r54,0r0,19r-54,0","w":119},{"d":"91,-16v38,0,76,-20,65,15v0,0,-37,5,-66,5v-52,0,-69,-36,-69,-93v0,-66,29,-94,73,-94v49,0,75,39,68,102r-119,0v0,36,11,65,48,65xm43,-99r98,0v0,-48,-16,-66,-47,-66v-30,0,-51,19,-51,66","w":182},{"d":"175,-24r1,20v0,0,-38,8,-66,8v-73,0,-89,-50,-89,-129v0,-80,15,-130,89,-130v45,0,76,-7,65,28v0,0,-37,-7,-63,-7v-59,0,-68,42,-68,109v0,67,9,107,68,107v23,0,63,-6,63,-6","w":192},{"w":84},{"d":"167,-234r-2,19v0,0,-33,-6,-61,-6v-41,0,-67,25,-67,89v0,0,36,-16,62,-16v48,0,78,23,78,72v0,50,-31,80,-81,80v-54,0,-82,-46,-82,-124v0,-123,75,-131,153,-114xm98,-127v-28,0,-61,14,-61,14v1,55,18,96,59,96v36,0,58,-22,58,-59v0,-36,-23,-51,-56,-51"},{"d":"169,0r-133,0r0,-251r22,0r0,230r111,0r0,21","w":186},{"d":"181,-260v111,0,154,51,154,156v0,98,-25,108,-62,108v-21,0,-33,-2,-40,-21v-53,23,-128,52,-128,-70v0,-61,16,-96,74,-96v21,0,49,19,44,3r21,0r0,72v0,88,5,92,29,92v25,5,39,-17,39,-94v0,-90,-36,-129,-131,-129v-94,0,-139,39,-139,145v0,134,74,155,191,143r1,20v-123,14,-214,-10,-214,-163v0,-120,56,-166,161,-166xm127,-86v-1,101,58,68,100,51v-5,-24,-4,-83,-4,-120v0,0,-23,-8,-41,-8v-45,0,-55,26,-55,77","w":354},{"d":"152,-171r-99,63r99,66r0,24r-120,-78r0,-22r120,-76r0,23"},{"d":"84,-183v39,0,73,-8,61,24v-16,-1,-101,-21,-101,26v0,17,8,24,45,30v46,8,63,17,63,51v0,42,-26,56,-67,56v-22,0,-61,-7,-61,-7r2,-19v0,0,39,7,57,7v31,0,47,-8,47,-36v0,-21,-9,-26,-47,-32v-41,-7,-61,-16,-61,-49v0,-38,31,-51,62,-51","w":174},{"d":"165,-135v7,27,-3,32,-35,40v-21,0,-51,-18,-68,-18v-14,0,-36,18,-36,18v-10,-27,6,-32,37,-40v22,0,51,18,67,18v14,0,35,-18,35,-18"},{"d":"110,-108r0,108r-22,0r0,-108r-79,-143r25,0r65,119r64,-119r25,0","w":197},{"d":"31,0r0,-36r23,0r0,36r-23,0","w":89},{"d":"171,0r-152,0r0,-20v37,-46,122,-92,122,-157v0,-32,-20,-43,-54,-43v-24,0,-64,8,-64,8r-2,-20v0,0,39,-9,70,-9v45,0,74,17,74,62v0,38,-21,62,-47,88r-70,70r123,0r0,21"},{"d":"23,-230r0,-21r159,0r0,30r-133,193r0,7r133,0r0,21r-159,0r0,-30r133,-192r0,-8r-133,0","w":205},{"d":"96,-242v50,0,85,20,85,62v0,31,-13,44,-43,55v27,10,47,25,47,60v0,53,-40,69,-89,69v-48,0,-87,-16,-87,-65v0,-37,20,-52,45,-64v-26,-12,-41,-25,-41,-56v0,-41,32,-61,83,-61xm96,-17v38,0,65,-11,65,-49v-1,-43,-38,-50,-85,-48v-27,7,-43,20,-43,50v0,36,27,47,63,47xm96,-221v-38,0,-59,11,-59,42v0,35,33,54,77,46v29,-5,43,-21,43,-45v0,-31,-22,-43,-61,-43"},{"d":"116,-251v40,0,60,21,60,54v0,35,-17,52,-57,68r58,57v4,-13,9,-32,11,-50r21,1v-3,24,-9,47,-15,64r46,45r-13,15r-44,-42v-32,70,-165,53,-165,-36v0,-39,22,-60,57,-72v-35,-35,-19,-104,41,-104xm40,-75v0,69,104,77,127,22r-78,-78v-32,10,-49,26,-49,56xm116,-232v-55,0,-41,72,-11,89v35,-14,49,-25,49,-52v0,-23,-11,-37,-38,-37","w":252},{"d":"24,-119r0,-37r24,0r0,37r-24,0xm24,0r0,-36r24,0r0,36r-24,0","w":58},{"d":"13,-180r23,0r46,74r47,-74r23,0r-57,90r57,90r-24,0r-46,-74r-45,74r-24,0r56,-90","w":165},{"d":"13,0r72,-251r49,0r71,251r-22,0r-22,-69r-106,0r-20,69r-22,0xm101,-231r-40,142r96,0r-41,-142r-15,0","w":217},{"d":"18,-95r0,-22r66,0r0,-66r23,0r0,66r66,0r0,22r-66,0r0,66r-23,0r0,-66r-66,0"},{"d":"25,-87r0,-21r108,0r0,21r-108,0","w":158},{"d":"10,44r17,-81r24,0r-21,81r-20,0xm25,-119r0,-37r24,0r0,37r-24,0","w":67},{"d":"145,-180r22,0r0,180r-22,0r0,-13v0,0,-27,17,-52,17v-80,0,-57,-109,-60,-184r22,0v5,59,-21,164,41,164v24,0,49,-15,49,-15r0,-149","w":200},{"d":"50,-270r23,0v0,0,-34,94,-34,162v0,67,34,153,34,153r-23,0v0,0,-35,-81,-35,-153v0,-72,35,-162,35,-162","w":93},{"d":"95,-241v52,0,84,27,84,127v0,92,-35,118,-84,118v-50,0,-84,-25,-84,-118v0,-101,34,-127,84,-127xm95,-221v-39,0,-60,22,-60,107v0,78,23,97,60,97v37,0,61,-18,61,-97v0,-84,-21,-107,-61,-107"},{"d":"171,0r-73,-113r-40,0r0,113r-22,0r0,-251r22,0r0,118r39,-1r70,-117r26,0r-76,126r80,125r-26,0","w":214},{"d":"138,-108r-99,-63r0,-23r119,76r0,22r-119,78r0,-24"},{"d":"126,1r0,-46r-114,0r0,-18r73,-175r24,0r-72,172r89,0r0,-80r22,0r0,80r31,0r0,21r-31,0r0,46r-22,0"},{"d":"87,-270r0,21r-50,0r0,273r50,0r0,20r-72,0r0,-314r72,0","w":108},{"w":84},{"d":"79,-112v-76,-9,12,-138,-78,-137r0,-21v68,-3,65,48,65,108v0,21,9,32,36,40r0,19v-47,9,-35,41,-34,86v0,44,-19,62,-67,64r0,-21v90,4,1,-126,78,-138","w":107},{"d":"32,0r0,-251r22,0r0,251r-22,0","w":86},{"d":"36,0r0,-251r146,0r0,21r-124,0r0,92r103,0r0,20r-103,0r0,97r124,0r0,21r-146,0","w":204},{"d":"66,41r6,-40v-24,-1,-49,-4,-49,-4r2,-21v0,0,26,3,50,5r14,-95v-44,-9,-68,-19,-68,-66v0,-49,37,-65,88,-61r7,-43r14,0r-7,44v24,1,48,4,48,4r-1,20v0,0,-28,-3,-50,-4r-13,88v49,10,70,19,70,64v0,57,-34,74,-91,71r-6,40xm154,-68v0,-30,-14,-36,-50,-43r-15,93v41,2,66,-10,65,-50xm44,-180v0,30,14,37,49,45r13,-86v-37,-1,-63,7,-62,41"},{"d":"159,-183r-50,0r16,47r-17,5r-15,-48r-42,30r-10,-13r41,-30r-40,-30r10,-15r41,30r16,-47r17,5r-16,48r49,0r0,18"},{"d":"58,0r-22,0r0,-180r22,0r0,13v0,0,28,-16,55,-16v81,0,56,108,60,183r-22,0v-6,-58,21,-164,-40,-164v-27,0,-53,15,-53,15r0,149","w":205},{"d":"32,0r0,-260r21,0r0,260r-21,0","w":84},{"d":"95,-183v52,0,73,31,73,90v0,61,-15,97,-73,97v-58,0,-74,-33,-74,-97v0,-60,18,-90,74,-90xm95,-15v44,0,51,-30,51,-78v0,-48,-14,-71,-51,-71v-39,0,-52,21,-52,71v0,51,8,78,52,78","w":189},{"d":"60,0r-21,0r0,-180r21,0r0,13v0,0,28,-16,52,-16v24,0,36,7,46,18v0,0,38,-18,64,-18v80,0,56,108,60,183r-22,0v-5,-59,21,-164,-41,-164v-24,0,-53,16,-53,16v10,33,5,103,6,148r-21,0v-4,-59,18,-164,-41,-164v-24,0,-50,16,-50,16r0,148","w":312},{"d":"12,-180r21,0r47,160r13,0r47,-160r22,0r-77,261r-22,0r24,-81r-24,0","w":173},{"d":"22,-122r0,-22r147,0r0,22r-147,0xm22,-58r0,-22r147,0r0,22r-147,0"},{"d":"111,-183v48,0,64,36,64,90v0,60,-19,97,-84,97v-23,0,-55,-4,-55,-4r0,-260r22,0r0,89v0,0,25,-12,53,-12xm91,-15v53,0,61,-35,61,-78v0,-40,-9,-71,-43,-71v-28,0,-51,11,-51,11r0,136v0,0,22,2,33,2","w":194},{"d":"12,44r16,-80r24,0r-19,80r-21,0","w":61},{"d":"39,-251r66,110r65,-110r25,0r-75,126r75,125r-25,0r-65,-109r-66,109r-25,0r76,-125r-76,-126r25,0","w":209},{"d":"21,-161r0,-19r130,0r1,19r-105,142r105,0r0,19r-130,0r-1,-19r105,-142r-105,0","w":172},{"d":"55,0r-21,0r0,-260r21,0r0,89v0,0,30,-12,55,-12v81,0,56,108,60,183r-22,0v-6,-58,21,-164,-40,-164v-24,0,-53,12,-53,12r0,152","w":203},{"d":"36,81r0,-261r22,0r0,13v0,0,25,-16,54,-16v44,0,63,34,63,91v0,84,-48,106,-117,92r0,81r-22,0xm109,-164v-26,0,-51,16,-51,16r0,129v6,1,21,4,39,4v42,0,56,-26,56,-78v0,-45,-16,-71,-44,-71","w":194},{"d":"30,0r0,-180r22,0r0,180r-22,0xm30,-224r0,-27r22,0r0,27r-22,0","w":82},{"d":"169,-248r-1,19v0,0,-48,-5,-69,-5v-36,0,-57,15,-57,44v0,34,18,43,62,52v48,10,71,23,71,65v0,53,-24,76,-77,76v-29,0,-76,-6,-76,-6r2,-20v0,0,47,5,72,5v37,0,57,-16,57,-53v0,-29,-16,-38,-58,-47v-51,-10,-75,-25,-75,-72v0,-44,29,-65,78,-65v30,0,71,7,71,7","w":192},{"d":"186,-66r-41,0r0,66r-20,0r0,-66r-60,0r0,66r-20,0r0,-66r-41,0r0,-19r41,0r0,-71r-41,0r0,-18r41,0r0,-66r20,0r0,66r60,0r0,-66r20,0r0,66r41,0r0,18r-41,0r0,71r41,0r0,19xm125,-85r0,-71r-60,0r0,71r60,0"},{"d":"117,-17v56,0,73,-31,73,-107v0,-73,-18,-110,-73,-110v-55,0,-72,37,-72,110v0,74,16,107,72,107xm117,4v-71,0,-95,-42,-95,-128v0,-85,24,-131,95,-131v71,0,96,45,96,131v0,89,-25,128,-96,128","w":235},{"d":"37,43r-22,0v0,0,34,-93,34,-161v0,-67,-34,-154,-34,-154r22,0v0,0,35,82,35,154v0,72,-35,161,-35,161","w":93},{"d":"180,51r-29,-51v-89,19,-129,-29,-129,-124v0,-80,19,-131,95,-131v76,0,96,51,96,131v0,57,-8,98,-40,116r28,49xm117,-17v62,0,73,-36,73,-107v0,-68,-13,-110,-73,-110v-60,0,-72,42,-72,110v0,68,11,107,72,107","w":235},{"d":"160,-4r-22,4r-109,-249r22,-3"},{"d":"161,-260r0,260r-22,0r0,-12v0,0,-28,16,-54,16v-46,0,-63,-37,-63,-93v0,-81,48,-105,117,-90r0,-81r22,0xm87,-16v24,0,52,-14,52,-14r0,-131v-7,-1,-27,-3,-41,-3v-40,0,-54,27,-54,76v0,43,12,72,43,72","w":194},{"d":"16,-249r0,-21r72,0r0,314r-72,0r0,-20r50,0r0,-273r-50,0","w":108},{"d":"28,-188r73,-50r21,0r0,238r-22,0r0,-213r-61,43"},{"d":"96,-183v17,0,44,4,44,4r-1,19v0,0,-25,-4,-39,-4v-42,0,-55,22,-55,71v0,52,9,77,55,77v14,0,40,-3,40,-3r0,19v0,0,-27,4,-44,4v-58,0,-74,-30,-74,-97v0,-62,21,-90,74,-90","w":157},{"d":"36,0r0,-251r147,0r0,21r-125,0r0,104r103,0r0,20r-103,0r0,106r-22,0","w":200},{"d":"135,-195v-1,57,-74,71,-65,125r-22,0v-13,-58,63,-82,64,-124v0,-30,-13,-40,-49,-40v-17,0,-54,8,-54,8r-3,-20v0,0,38,-10,58,-10v48,0,71,16,71,61xm47,0r0,-36r24,0r0,36r-24,0","w":138},{"d":"25,-112v75,9,-10,138,79,137r-1,21v-67,3,-64,-50,-64,-108v0,-21,-10,-33,-37,-41r0,-18v47,-9,34,-42,34,-87v0,-44,19,-61,67,-63r1,20v-90,-5,-2,127,-79,139","w":107},{"d":"93,86v-78,0,-96,-72,-44,-102v-17,-8,-4,-45,2,-53v-16,-8,-29,-22,-29,-53v0,-53,56,-71,96,-57r55,-1r0,19r-37,0v8,7,14,20,14,39v2,48,-36,66,-83,58v-6,21,-23,40,36,40v47,0,68,9,68,50v0,41,-30,60,-78,60xm149,27v10,-42,-57,-30,-85,-33v-39,23,-27,73,30,73v36,0,55,-14,55,-40xm84,-81v29,0,45,-12,45,-41v0,-29,-15,-43,-44,-43v-27,0,-41,16,-41,43v0,27,13,41,40,41","w":184},{"d":"90,4v-51,0,-68,-35,-68,-91v0,-65,23,-96,82,-96v18,0,57,3,57,3r0,261r-22,0r0,-89v0,0,-22,12,-49,12xm104,-164v-46,0,-59,26,-59,77v0,43,11,71,46,71v27,0,48,-11,48,-11r0,-135v0,0,-23,-2,-35,-2","w":194},{"d":"33,0r0,-180r22,0r0,26v0,0,29,-23,63,-30r0,22v-32,7,-63,27,-63,27r0,135r-22,0","w":127},{"d":"116,-161r-57,0v5,46,-18,148,28,145v10,0,31,-2,31,-2r1,19v-42,8,-82,3,-82,-62r0,-100r-26,0r0,-19r26,0r0,-57r22,0r0,57r57,0r0,19","w":131},{"d":"23,-233v0,0,39,-8,70,-8v51,0,73,19,73,61v0,40,-32,50,-37,53v25,8,43,20,43,60v0,47,-27,71,-76,71v-35,0,-77,-9,-77,-9r3,-19v0,0,41,7,73,7v36,0,54,-17,54,-49v0,-55,-48,-48,-98,-48r0,-20v47,2,92,3,92,-45v0,-30,-16,-42,-51,-42v-32,0,-67,8,-67,8"},{"d":"35,-5r100,-249r20,7r-100,250"},{"d":"176,-251r22,0r-65,251r-53,0r-67,-251r23,0r61,231r19,0","w":211},{"d":"12,-180r23,0r45,162r13,0r46,-162r22,0r-52,180r-46,0","w":173},{"d":"57,-267r75,34r-8,17r-75,-32","w":196},{"d":"99,-183v73,0,51,86,54,151v4,11,12,16,24,17r-1,18v-18,0,-31,-4,-40,-14v0,0,-31,15,-65,15v-29,0,-49,-22,-49,-55v0,-54,59,-55,110,-58v2,-32,-5,-54,-34,-54v-28,0,-66,5,-66,5r-1,-19v0,0,40,-6,68,-6xm132,-92v-37,4,-88,0,-88,41v0,20,11,36,29,36v31,0,59,-12,59,-12r0,-65","w":187},{"d":"127,-108r0,-19r67,0r0,122v0,0,-50,9,-78,9v-74,0,-94,-51,-94,-129v0,-78,18,-130,93,-130v37,0,79,9,79,9r-1,21v0,0,-44,-9,-76,-9v-60,0,-72,42,-72,109v0,67,12,108,72,108v22,0,53,-6,55,-6r0,-85r-45,0","w":219},{"d":"21,-217r0,-21r142,0r0,35r-92,207r-21,-7r90,-203r0,-11r-119,0"},{"d":"30,-238r134,0r0,21r-114,0r-6,83v0,0,30,-15,56,-15v43,0,74,19,74,70v0,55,-32,82,-78,82v-33,0,-76,-9,-76,-9r3,-20v0,0,41,8,72,8v32,0,56,-20,56,-60v0,-38,-23,-51,-53,-51v-45,1,-50,26,-75,13"},{"d":"36,0r0,-251r43,0r103,229r8,0r0,-229r23,0r0,251r-43,0r-104,-229r-8,0r0,229r-22,0","w":248},{"d":"190,0r0,-116r-132,0r0,116r-22,0r0,-251r22,0r0,114r132,0r0,-114r22,0r0,251r-22,0","w":247},{"d":"58,0r-22,0r0,-260r22,0r0,153r27,0r57,-73r25,0r-63,82r63,98r-24,0r-57,-86r-28,1r0,85","w":177},{"d":"147,-118r-53,-98r-50,98r-24,0r62,-120r23,0r65,120r-23,0"},{"d":"12,-180r22,0r39,161r8,0r44,-157r23,0r44,157r8,0r39,-161r22,0r-45,180r-40,0r-40,-148r-40,148r-40,0","w":272},{"d":"35,-2r0,-178r22,0r0,178v0,44,-11,58,-56,83r-10,-18v37,-22,44,-32,44,-65xm35,-224r0,-27r22,0r0,27r-22,0","w":87}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+288-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("HvGAg`y~f@qzH3jmu`Q=ovoqkayAG`qzka!=f@BDG5MPYR~.7J8y5QC.}.5kkOCT!AItBQ5`G7]:yJ4IXpy[@$?=@2:`|DtVH=~mu$:C$R?~@A4A]WVt]pA!B$}lg`40gkJqY.4Yh`tCf5]2,=jBkQ4Jk,Q2B2qmGOQ=uWyw*AGaYvQpyR5|$v^hua-.*DyCgvj~H3o.H$48X,IPwWA.*DIPgWAIV3W+Qvpo!H*]y|X}B$,75@kYGfgwuhS:t.2Jj`D-8l>P^z0C4=R~AaO?T#mMq[6C*`4jg`u~f34DX@ozG.TDgpjCfp]qhO~mf@Y-Y.T0fR~0k.:6|DuOuACzH,M-XR-zHACzYD!Ag`Q.wD5zY5Czg`C8!3q8*DBjwO}-gvq2YkB8ga?zfvqRuvTtg@78H@G0w.:mf,4P|=P>f$jD@aygf5AuXkVgf5AqH$:8")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":190,"face":{"font-family":"TitilliumMaps26L","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-9 -284 335 90","underline-thickness":"10.8","underline-position":"-25.2","stemh":"21","stemv":"22","unicode-range":"U+0020-U+007E"}}));
;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) Thirstype, Inc., 2003. All rights reserved.
 * 
 * Trademark:
 * ApexSerif is a trademark of Thirstype, Inc.
 * 
 * Manufacturer:
 * Thirstype, Inc.
 * 
 * Designer:
 * chester & Rick Valicenti
 * 
 * Vendor URL:
 * thirstype.com
 */
Cufon.registerFont({"w":216,"face":{"font-family":"Apex Serif Book","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 1 6 0 4 5 1 1 1 3","ascent":"270","descent":"-90","x-height":"4","bbox":"0 -364 356 94","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":72},"\u00d0":{"d":"129,-270v88,0,114,58,114,135v0,77,-26,135,-114,135r-113,0r0,-18r33,-4r0,-103r-33,0r0,-20r33,0r0,-103r-33,-4r0,-18r113,0xm74,-246r0,101r43,0r0,20r-43,0r0,101r57,0v65,0,84,-46,84,-111v0,-65,-19,-111,-84,-111r-57,0","w":261},"\u00f0":{"d":"153,-270r0,21r-28,14v46,34,103,239,-26,239v-62,0,-79,-39,-79,-94v0,-55,17,-94,79,-94v15,0,27,4,38,10v-8,-19,-20,-36,-33,-50r-55,29r0,-22r40,-20v-17,-14,-35,-25,-49,-33r41,0v8,5,19,12,30,22xm153,-90v0,-41,-7,-71,-54,-71v-48,0,-54,30,-54,71v0,41,6,71,54,71v47,0,54,-30,54,-71","w":198},"\u00dd":{"d":"139,-297r-18,0r29,-63r34,0xm175,-18r0,18r-90,0r0,-18r32,-4r0,-90r-84,-137r-29,-3r0,-18r89,0r0,18r-30,3r67,115r66,-115r-29,-3r0,-18r89,0r0,18r-29,3r-84,137r0,90","w":259,"k":{"t":14,"v":29,"w":29,"j":13,"c":40,"\u00e7":40,"d":40,"e":40,"\u00e9":40,"\u00e8":40,"\u00ea":40,"\u00eb":40,"o":40,"\u00f3":40,"\u00f2":40,"\u00f4":40,"\u00f6":40,"\u00f5":40,"\u00f8":40,"q":40,"r":29,"u":29,"\u00fa":29,"\u00f9":29,"\u00fb":29,"\u00fc":29,"s":40,"x":29,"z":29,"m":29,"n":29,"\u00f1":29,"a":36,"\u00e1":36,"\u00e0":36,"\u00e2":36,"\u00e4":36,"\u00e3":36,"\u00e5":36,"f":25,"g":40,"i":13,"\u00ed":13,"\u00ec":13,"\u00ee":13,"\u00ef":13,"p":29,"\u00fd":29,"y":29,"\u00ff":29,"l":5,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d6":14,"\u00d8":14,"\u00d5":14,"\u00d3":14,"\u00d4":14,"\u00d2":14,"Q":14,"S":7,"A":29,"\u00c4":29,"\u00c5":29,"\u00c0":29,"\u00c3":29,"\u00c2":29,"\u00c1":29,"\u00c6":54,"J":29}},"\u00fd":{"d":"110,-207r-18,0r29,-63r34,0xm117,-162r0,-18r85,0r0,18r-30,3r-96,249r-49,0r0,-18r31,-4r32,-73r-60,-154r-30,-3r0,-18r85,0r0,18r-27,3r43,127r43,-127","w":201,"k":{"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00e8":7,"\u00ea":7,"\u00eb":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7}},"\u00de":{"d":"74,-54r0,32r33,4r0,18r-91,0r0,-18r33,-4r0,-226r-33,-4r0,-18r91,0r0,18r-33,4r0,32r57,0v67,0,90,39,90,81v0,42,-23,81,-90,81r-57,0xm74,-192r0,114r58,0v51,0,61,-31,61,-57v0,-26,-10,-57,-61,-57r-58,0","w":232},"\u00fe":{"d":"32,-248r-32,-4r0,-18r58,0r0,101v15,-10,33,-15,50,-15v58,0,74,42,74,94v0,52,-16,94,-74,94v-17,0,-35,-5,-50,-15r0,79r32,4r0,18r-90,0r0,-18r32,-4r0,-316xm58,-30v12,7,27,11,50,11v43,0,49,-35,49,-71v0,-36,-6,-71,-49,-71v-23,0,-38,4,-50,11r0,120","w":201},"\u00bd":{"d":"19,-258v21,-5,37,-15,63,-15r0,129r37,4r0,17r-99,0r0,-17r38,-4r0,-104r-39,1r0,-11xm91,0r-28,0r191,-270r28,0xm340,0r-123,0r0,-18r79,-59v24,-19,19,-53,-23,-51v-9,0,-18,1,-26,3v-1,9,-3,17,-4,26r-18,0r0,-43v41,-18,120,-4,109,39v0,30,-36,50,-82,81r66,0r3,-26r19,0r0,48","w":357},"\u00bc":{"d":"19,-258v21,-5,37,-15,63,-15r0,129r37,4r0,17r-99,0r0,-17r38,-4r0,-104r-39,1r0,-11xm91,0r-28,0r191,-270r28,0xm299,-42r0,20r27,4r0,18r-77,0r0,-18r27,-4r0,-20r-84,0r0,-15r90,-93r17,0r0,86r31,0r0,22r-31,0xm227,-64r49,0r0,-50","w":345},"\u00b9":{"d":"19,-258v21,-5,37,-15,63,-15r0,129r37,4r0,17r-99,0r0,-17r38,-4r0,-104r-39,1r0,-11","w":135},"\u00be":{"d":"148,-165v0,47,-84,53,-126,38r0,-44r18,0r4,27v22,6,86,4,79,-22v5,-32,-45,-21,-74,-23r0,-21v26,-1,68,7,68,-21v0,-12,-11,-20,-37,-20v-16,0,-28,1,-34,2r-3,28r-19,0r0,-45v37,-13,117,-12,117,35v0,15,-8,24,-16,28v12,4,23,17,23,38xm118,0r-28,0r191,-270r28,0xm326,-42r0,20r26,4r0,18r-76,0r0,-18r26,-4r0,-20r-83,0r0,-15r90,-93r17,0r0,86r30,0r0,22r-30,0xm254,-64r48,0r0,-50","w":372},"\u00b3":{"d":"148,-165v0,47,-84,53,-126,38r0,-44r18,0r4,27v22,6,86,4,79,-22v5,-32,-45,-21,-74,-23r0,-21v26,-1,68,7,68,-21v0,-12,-11,-20,-37,-20v-16,0,-28,1,-34,2r-3,28r-19,0r0,-45v37,-13,117,-12,117,35v0,15,-8,24,-16,28v12,4,23,17,23,38","w":165},"\u00b2":{"d":"141,-123r-123,0r0,-18r79,-59v24,-19,19,-53,-23,-51v-9,0,-18,1,-26,3v-1,9,-3,18,-4,27r-18,0r0,-44v41,-18,120,-4,109,39v0,30,-36,51,-82,82r66,0r3,-27r19,0r0,48","w":158},"\u00a6":{"d":"62,74r-25,0r0,-172r25,0r0,172xm62,-293r0,171r-25,0r0,-171r25,0","w":99},"\u00d7":{"d":"51,-63r-17,-17r43,-43r-43,-42r17,-17r43,42r42,-42r17,17r-42,42r42,43r-17,17r-42,-43","w":187},"\u00a0":{"w":72},"!":{"d":"47,-76r-15,0r-12,-194r39,0xm22,0r0,-35r35,0r0,35r-35,0","w":79},"\"":{"d":"46,-180r-13,0r-11,-90r36,0xm97,-180r-14,0r-11,-90r36,0","w":129},"#":{"d":"97,-90r17,-45r-54,0r-17,45r-24,0r17,-45r-31,0r8,-24r32,0r16,-42r-30,0r7,-24r32,0r17,-45r25,0r-18,45r55,0r17,-45r24,0r-17,45r32,0r-7,24r-34,0r-16,42r32,0r-7,24r-34,0r-18,45r-24,0xm85,-201r-16,42r54,0r17,-42r-55,0","w":210},"$":{"d":"46,-174v0,22,26,23,63,26v54,5,84,10,84,50v0,39,-39,59,-100,57r-14,41r-27,0r17,-44v-17,-2,-36,-5,-42,-8r0,-21v29,10,142,24,142,-24v0,-24,-23,-27,-61,-30v-55,-5,-85,-10,-85,-47v0,-43,44,-58,100,-54r14,-42r27,0r-17,44v14,2,29,3,37,7r0,21v-32,-9,-138,-24,-138,24"},"%":{"d":"85,-133v-44,0,-62,-24,-62,-70v0,-46,18,-71,62,-71v44,0,62,25,62,71v0,46,-18,70,-62,70xm248,-137v44,0,62,24,62,70v0,46,-18,71,-62,71v-44,0,-62,-25,-62,-71v0,-46,18,-70,62,-70xm85,0r-28,0r191,-270r28,0xm248,-115v-27,0,-38,12,-38,48v0,36,11,49,38,49v27,0,39,-13,39,-49v0,-36,-12,-48,-39,-48xm85,-155v27,0,38,-12,38,-48v0,-36,-11,-49,-38,-49v-27,0,-39,13,-39,49v0,36,12,48,39,48","w":333},"&":{"d":"173,-212r-23,0v4,-19,9,-40,-28,-39v-32,0,-38,25,-38,44v0,48,28,135,98,171v21,-13,36,-35,36,-67v0,-62,-48,-60,-88,-49r0,-21v60,-19,112,-2,113,70v0,34,-15,59,-36,77v13,4,26,6,41,6r0,24v-25,0,-47,-5,-67,-14v-66,31,-161,13,-161,-71v0,-36,23,-59,47,-71v-15,-57,-17,-122,55,-122v51,0,59,27,51,62xm45,-81v-2,56,56,70,110,58v-39,-25,-66,-66,-81,-107v-15,8,-29,23,-29,49","w":264},"'":{"d":"46,-180r-13,0r-11,-90r36,0","w":79},"(":{"d":"95,74r-19,0v-18,-27,-53,-97,-53,-184v0,-87,35,-157,53,-184r19,0v-18,27,-45,97,-45,184v0,87,27,157,45,184","w":111},")":{"d":"36,74r-20,0v18,-27,46,-97,46,-184v0,-87,-28,-157,-46,-184r20,0v18,27,52,97,52,184v0,87,-34,157,-52,184","w":111},"*":{"d":"72,-190r12,-8r35,38r-23,15xm55,-198r12,8r-25,46r-21,-17xm76,-219r-13,0r-8,-51r29,0xm85,-203r-4,-13r46,-22r8,26xm58,-216r-4,13r-51,-9r9,-26","w":138},"+":{"d":"105,-51r-23,0r0,-60r-60,0r0,-24r60,0r0,-60r23,0r0,60r61,0r0,24r-61,0r0,60","w":187},",":{"d":"28,41r-16,0r10,-76r37,0","w":79},"-":{"d":"112,-135r0,24r-90,0r0,-24r90,0","w":133},"\u00ad":{"d":"112,-135r0,24r-90,0r0,-24r90,0","w":133},".":{"d":"22,0r0,-35r35,0r0,35r-35,0","w":79},"\/":{"d":"26,74r-26,0r125,-368r26,0","w":151},"0":{"d":"191,-135v0,85,-5,139,-83,139v-77,0,-83,-54,-83,-139v0,-85,6,-139,83,-139v78,0,83,54,83,139xm166,-135v0,-69,-2,-116,-58,-116v-57,0,-58,47,-58,116v0,69,1,116,58,116v56,0,58,-47,58,-116"},"1":{"d":"182,0r-148,0r0,-16r61,-7r0,-225r-61,6r0,-10v30,-7,53,-20,87,-22r0,251r61,7r0,16"},"2":{"d":"193,0r-175,0r0,-17r132,-144v26,-32,30,-93,-43,-90v-17,0,-31,3,-46,7r-4,36r-18,0r0,-53v15,-7,37,-13,68,-13v76,0,86,42,86,72v0,24,-10,41,-33,64r-110,115r121,0r4,-33r18,0r0,56"},"3":{"d":"23,-9r0,-53r18,0r4,36v16,5,31,7,49,7v60,0,74,-27,74,-57v0,-56,-57,-53,-114,-52r0,-24r49,0v41,0,56,-25,56,-49v0,-28,-13,-50,-68,-50v-17,0,-31,3,-46,7r-4,36r-18,0r0,-53v15,-7,37,-13,68,-13v112,0,119,99,54,132v31,7,50,34,50,66v0,44,-23,80,-101,80v-31,0,-56,-6,-71,-13"},"4":{"d":"137,-22r0,-68r-117,0r0,-15r122,-169r19,0r0,162r39,0r0,22r-39,0r0,68r33,4r0,18r-90,0r0,-18xm51,-112r86,0r0,-119"},"5":{"d":"49,-23v49,8,110,11,110,-61v0,-75,-63,-49,-122,-54r0,-132r143,0r0,56r-18,0r-4,-34r-96,0r0,89v64,-5,123,-8,123,75v0,104,-98,96,-159,76r0,-54r18,0"},"6":{"d":"187,-261r0,53r-18,0r-4,-38v-76,-22,-123,24,-117,111v9,-16,29,-35,65,-35v74,0,81,51,81,87v0,36,-11,87,-81,87v-77,0,-88,-51,-88,-128v0,-89,20,-150,99,-150v35,0,54,8,63,13xm52,-83v0,29,9,64,61,64v49,0,56,-40,56,-64v0,-24,-4,-65,-56,-65v-51,0,-61,37,-61,65"},"7":{"d":"18,-270r180,0r0,17r-125,253r-32,0r132,-248r-133,0r-4,34r-18,0r0,-56"},"8":{"d":"108,4v-67,0,-91,-38,-91,-80v0,-27,14,-57,45,-66v-60,-33,-47,-132,46,-132v93,0,106,99,46,132v74,31,59,146,-46,146xm108,-129v-42,0,-64,17,-64,53v0,26,13,57,64,57v51,0,64,-31,64,-57v0,-36,-22,-53,-64,-53xm108,-151v41,0,55,-25,55,-48v0,-24,-9,-52,-55,-52v-46,0,-55,28,-55,52v0,23,14,48,55,48"},"9":{"d":"51,-24v76,22,123,-24,117,-111v-9,16,-29,35,-65,35v-74,0,-81,-51,-81,-87v0,-36,11,-87,81,-87v77,0,88,51,88,128v0,89,-20,150,-99,150v-35,0,-54,-8,-63,-13r0,-53r18,0xm164,-187v0,-29,-9,-64,-61,-64v-49,0,-56,40,-56,64v0,24,4,65,56,65v51,0,61,-37,61,-65"},":":{"d":"22,0r0,-35r35,0r0,35r-35,0xm22,-117r0,-36r35,0r0,36r-35,0","w":79},";":{"d":"28,41r-16,0r10,-76r37,0xm22,-117r0,-36r35,0r0,36r-35,0","w":79},"<":{"d":"110,-73r0,22r-90,-60r0,-24r90,-60r0,23r-65,49","w":131},"=":{"d":"166,-158r0,23r-144,0r0,-23r144,0xm166,-111r0,24r-144,0r0,-24r144,0","w":187},">":{"d":"22,-51r0,-22r65,-50r-65,-49r0,-23r90,60r0,24","w":131},"?":{"d":"70,-251v-13,0,-24,2,-33,3r-5,40r-18,0r0,-57v12,-5,39,-9,56,-9v76,0,88,35,88,72v0,45,-25,60,-65,76v-26,11,-27,23,-27,50r-15,0v-7,-36,-4,-55,36,-72v24,-9,46,-17,46,-54v0,-30,-10,-49,-63,-49xm48,0r0,-35r36,0r0,35r-36,0","w":180},"@":{"d":"20,-90v0,-96,25,-184,169,-184v144,0,166,63,166,150v0,82,-24,129,-113,124r-6,-15v-19,12,-37,19,-56,19v-58,0,-74,-42,-74,-94v0,-52,16,-94,74,-94v19,0,39,6,56,19r6,-15r14,0r0,158v59,0,72,-37,72,-102v0,-76,-13,-127,-139,-127v-126,0,-143,77,-143,161v0,84,17,161,143,161v42,0,71,-6,92,-16r0,26v-23,8,-53,13,-92,13v-144,0,-169,-88,-169,-184xm180,-19v23,0,36,-4,50,-11r0,-120v-15,-8,-27,-11,-50,-11v-43,0,-49,35,-49,71v0,36,6,71,49,71","w":374},"A":{"d":"252,-18r0,18r-86,0r0,-18r30,-3r-18,-57r-105,0r-18,57r31,3r0,18r-86,0r0,-18r30,-3r75,-227r-30,-3r0,-19r66,0r81,249xm126,-243r-46,143r91,0","w":252},"B":{"d":"136,0r-120,0r0,-18r33,-4r0,-226r-33,-4r0,-18r118,0v97,-5,107,96,47,128v74,27,62,142,-45,142xm74,-128r0,104r64,0v51,0,60,-26,60,-52v0,-61,-66,-53,-124,-52xm189,-199v0,-24,-7,-47,-53,-47r-62,0r0,94r65,0v41,0,50,-24,50,-47","w":243,"k":{"V":11,"W":4,"\u00dd":7,"Y":7,"X":7}},"C":{"d":"209,-261r0,53r-18,0r-4,-36v-82,-28,-142,25,-142,109v0,84,59,137,142,109r4,-36r18,0r0,53v-15,6,-37,13,-70,13v-81,0,-121,-66,-121,-139v0,-73,40,-139,121,-139v33,0,55,7,70,13","w":232,"k":{"\u00dd":11,"Y":11,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"D":{"d":"129,-270v88,0,114,58,114,135v0,77,-26,135,-114,135r-113,0r0,-18r33,-4r0,-226r-33,-4r0,-18r113,0xm74,-246r0,222r57,0v65,0,84,-46,84,-111v0,-65,-19,-111,-84,-111r-57,0","w":261,"k":{"V":11,"W":7,"\u00dd":25,"Y":25,"X":11,"A":11,"\u00c4":11,"\u00c5":11,"\u00c0":11,"\u00c3":11,"\u00c2":11,"\u00c1":11,"\u00c6":11}},"E":{"d":"184,-246r-110,0r0,94r79,0r4,-32r18,0r0,88r-18,0r-4,-32r-79,0r0,104r110,0r3,-32r18,0r0,56r-189,0r0,-18r33,-4r0,-226r-33,-4r0,-18r189,0r0,56r-18,0","w":225,"k":{"j":-5}},"F":{"d":"171,-96r-18,0r-4,-32r-75,0r0,106r33,4r0,18r-91,0r0,-18r33,-4r0,-226r-33,-4r0,-18r186,0r0,56r-18,0r-4,-32r-106,0r0,94r75,0r4,-32r18,0r0,88","w":214,"k":{"v":7,"w":7,"c":11,"\u00e7":11,"d":11,"e":11,"\u00e9":11,"\u00e8":11,"\u00ea":11,"\u00eb":11,"o":11,"\u00f3":11,"\u00f2":11,"\u00f4":11,"\u00f6":11,"\u00f5":11,"\u00f8":11,"q":11,"r":7,"u":7,"\u00fa":7,"\u00f9":7,"\u00fb":7,"\u00fc":7,"X":7,"A":22,"\u00c4":22,"\u00c5":22,"\u00c0":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c6":22}},"G":{"d":"214,-258r0,50r-18,0r-4,-34v-17,-6,-32,-9,-53,-9v-63,0,-94,51,-94,116v0,65,31,116,94,116v21,0,44,-2,57,-8r0,-91r-54,-6r0,-18r79,0r0,131v-18,9,-44,15,-82,15v-81,0,-121,-66,-121,-139v0,-73,40,-139,121,-139v37,0,60,8,75,16","w":248,"k":{"T":7,"\u00dd":7,"Y":7}},"H":{"d":"74,-248r0,96r133,0r0,-96r-33,-4r0,-18r91,0r0,18r-33,4r0,226r33,4r0,18r-91,0r0,-18r33,-4r0,-106r-133,0r0,106r33,4r0,18r-91,0r0,-18r33,-4r0,-226r-33,-4r0,-18r91,0r0,18","w":280},"I":{"d":"78,-248r0,226r32,4r0,18r-90,0r0,-18r32,-4r0,-226r-32,-4r0,-18r90,0r0,18","w":129},"J":{"d":"104,-248r0,198v5,44,-42,62,-90,51r0,-23v28,7,65,5,65,-28r0,-198r-33,-4r0,-18r91,0r0,18","w":149},"K":{"d":"232,-270r0,18r-33,4r-86,99r99,127r33,4r0,18r-93,0r0,-18r27,-3r-82,-110r-24,27r0,82r33,4r0,18r-90,0r0,-18r33,-4r0,-226r-33,-4r0,-18r90,0r0,18r-33,4r0,113r94,-114r-26,-3r0,-18r91,0","w":255,"k":{"v":36,"w":22,"c":7,"\u00e7":7,"d":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7,"u":7,"\u00fa":7,"\u00f9":7,"\u00fb":7,"\u00fc":7,"s":7,"x":7,"z":7,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d6":14,"\u00d8":14,"\u00d5":14,"\u00d3":14,"\u00d4":14,"\u00d2":14,"Q":14,"S":7,"V":7,"W":7,"\u00dd":7,"Y":7}},"L":{"d":"49,-22r0,-226r-33,-4r0,-18r91,0r0,18r-33,4r0,224r102,0r4,-32r18,0r0,56r-182,0r0,-18","w":207,"k":{"v":25,"w":18,"T":36,"V":47,"W":36,"\u00dd":29,"Y":29,"X":7}},"M":{"d":"105,-18r0,18r-89,0r0,-18r33,-4r0,-226r-33,-4r0,-18r65,0r92,196r91,-196r65,0r0,18r-32,4r0,226r32,4r0,18r-89,0r0,-18r33,-4r0,-216r-90,197r-20,0r-91,-197r0,216","w":345},"N":{"d":"236,-248r0,248r-19,0r-144,-231r0,209r32,4r0,18r-89,0r0,-18r33,-4r0,-226r-33,-4r0,-18r59,0r136,219r0,-197r-32,-4r0,-18r89,0r0,18","w":279},"O":{"d":"234,-135v0,71,-19,139,-108,139v-88,0,-108,-68,-108,-139v0,-71,20,-139,108,-139v89,0,108,68,108,139xm207,-135v0,-63,-16,-116,-81,-116v-65,0,-81,53,-81,116v0,63,16,116,81,116v65,0,81,-53,81,-116","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":14,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"P":{"d":"131,-270v67,0,90,39,90,81v0,42,-23,81,-90,81r-57,0r0,86r33,4r0,18r-91,0r0,-18r33,-4r0,-226r-33,-4r0,-18r115,0xm74,-246r0,114r58,0v51,0,61,-31,61,-57v0,-26,-10,-57,-61,-57r-58,0","w":228,"k":{"v":7,"w":7,"c":7,"\u00e7":7,"d":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7,"m":7,"n":7,"\u00f1":7,"V":11,"W":4,"\u00dd":7,"Y":7,"X":7,"A":22,"\u00c4":22,"\u00c5":22,"\u00c0":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c6":22}},"Q":{"d":"234,-135v0,68,-17,119,-78,133r103,21r0,26r-166,-45v-59,-16,-75,-73,-75,-135v0,-77,22,-139,108,-139v87,0,108,62,108,139xm206,-135v0,-68,-16,-115,-80,-115v-64,0,-80,47,-80,115v0,68,16,115,80,115v64,0,80,-47,80,-115","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":7,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"R":{"d":"139,-270v67,0,88,30,88,76v0,41,-18,69,-68,75v30,31,40,115,107,97r0,23v-71,23,-100,-56,-126,-102v-14,-25,-36,-14,-66,-17r0,96r33,4r0,18r-91,0r0,-18r33,-4r0,-226r-33,-4r0,-18r123,0xm74,-246r0,104r70,0v48,0,55,-23,55,-52v0,-29,-7,-52,-55,-52r-70,0","w":257,"k":{"T":14,"V":14,"\u00dd":14,"Y":14}},"S":{"d":"181,-261r0,53r-18,0r-4,-36v-15,-4,-31,-7,-49,-7v-53,0,-65,25,-65,53v0,37,24,41,66,46v53,7,84,23,84,74v0,37,-20,82,-100,82v-25,0,-58,-7,-75,-15r0,-51r18,0r3,35v14,4,32,8,55,8v56,0,72,-27,72,-59v0,-37,-17,-44,-62,-50v-64,-8,-86,-26,-86,-70v0,-31,15,-76,91,-76v33,0,55,6,70,13","w":214,"k":{"T":11,"V":7,"W":7,"\u00dd":11,"Y":11,"X":7,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"Z":7}},"T":{"d":"9,-270r211,0r0,56r-18,0r-4,-32r-71,0r0,224r32,4r0,18r-90,0r0,-18r33,-4r0,-224r-71,0r-4,32r-18,0r0,-56","w":228,"k":{"v":29,"w":29,"j":7,"c":32,"\u00e7":32,"d":32,"e":32,"\u00e9":32,"\u00e8":32,"\u00ea":32,"\u00eb":32,"o":32,"\u00f3":32,"\u00f2":32,"\u00f4":32,"\u00f6":32,"\u00f5":32,"\u00f8":32,"q":32,"r":29,"u":29,"\u00fa":29,"\u00f9":29,"\u00fb":29,"\u00fc":29,"s":32,"x":29,"z":29,"m":29,"n":29,"\u00f1":29,"a":32,"\u00e1":32,"\u00e0":32,"\u00e2":32,"\u00e4":32,"\u00e3":32,"\u00e5":32,"f":18,"g":32,"i":7,"\u00ed":7,"\u00ec":7,"\u00ee":7,"\u00ef":7,"p":29,"\u00fd":29,"y":29,"\u00ff":29,"C":11,"\u00c7":11,"G":11,"O":11,"\u00d6":11,"\u00d8":11,"\u00d5":11,"\u00d3":11,"\u00d4":11,"\u00d2":11,"Q":11,"A":14,"\u00c4":14,"\u00c5":14,"\u00c0":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c6":29}},"U":{"d":"63,-248r0,159v0,65,46,69,70,69v24,0,70,-4,70,-69r0,-159r-32,-4r0,-18r90,0r0,18r-32,4r0,163v0,77,-64,89,-96,89v-32,0,-95,-12,-95,-89r0,-163r-33,-4r0,-18r91,0r0,18","w":266,"k":{"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7}},"V":{"d":"168,-270r88,0r0,18r-31,4r-88,252r-18,0r-88,-252r-31,-4r0,-18r87,0r0,18r-29,3r70,212r69,-212r-29,-3r0,-18","w":255,"k":{"v":13,"w":13,"c":29,"\u00e7":29,"d":29,"e":29,"\u00e9":29,"\u00e8":29,"\u00ea":29,"\u00eb":29,"o":29,"\u00f3":29,"\u00f2":29,"\u00f4":29,"\u00f6":29,"\u00f5":29,"\u00f8":29,"q":29,"r":13,"u":14,"\u00fa":14,"\u00f9":14,"\u00fb":14,"\u00fc":14,"s":25,"x":13,"z":13,"m":13,"n":13,"\u00f1":13,"a":29,"\u00e1":29,"\u00e0":29,"\u00e2":29,"\u00e4":29,"\u00e3":29,"\u00e5":29,"f":7,"g":29,"p":13,"\u00fd":13,"y":13,"\u00ff":13,"C":7,"\u00c7":7,"G":7,"O":7,"\u00d6":7,"\u00d8":7,"\u00d5":7,"\u00d3":7,"\u00d4":7,"\u00d2":7,"Q":7,"A":32,"\u00c4":32,"\u00c5":32,"\u00c0":32,"\u00c3":32,"\u00c2":32,"\u00c1":32,"\u00c6":36}},"W":{"d":"162,-270r27,0r60,233r42,-211r-30,-4r0,-18r90,0r0,18r-33,4r-55,252r-25,0r-63,-236r-62,236r-26,0r-55,-252r-32,-4r0,-18r90,0r0,18r-31,4r42,211","w":350,"k":{"c":14,"\u00e7":14,"d":14,"e":14,"\u00e9":14,"\u00e8":14,"\u00ea":14,"\u00eb":14,"o":14,"\u00f3":14,"\u00f2":14,"\u00f4":14,"\u00f6":14,"\u00f5":14,"\u00f8":14,"q":14,"r":14,"u":7,"\u00fa":7,"\u00f9":7,"\u00fb":7,"\u00fc":7,"s":14,"z":7,"m":14,"n":14,"\u00f1":14,"a":14,"\u00e1":14,"\u00e0":14,"\u00e2":14,"\u00e4":14,"\u00e3":14,"\u00e5":14,"g":14,"p":14,"A":22,"\u00c4":22,"\u00c5":22,"\u00c0":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c6":22}},"X":{"d":"101,-18r0,18r-90,0r0,-18r32,-4r75,-115r-73,-111r-31,-4r0,-18r90,0r0,18r-29,3r58,95r58,-95r-28,-3r0,-18r89,0r0,18r-30,4r-73,111r75,115r32,4r0,18r-91,0r0,-18r27,-3r-59,-97r-59,97","w":266,"k":{"v":14,"w":11,"c":7,"\u00e7":7,"d":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7,"r":7,"s":7,"x":7,"z":7,"m":7,"n":7,"\u00f1":7,"p":7,"C":7,"\u00c7":7,"G":7,"O":7,"\u00d6":7,"\u00d8":7,"\u00d5":7,"\u00d3":7,"\u00d4":7,"\u00d2":7,"Q":7}},"Y":{"d":"175,-18r0,18r-90,0r0,-18r32,-4r0,-90r-84,-137r-29,-3r0,-18r89,0r0,18r-30,3r67,115r66,-115r-29,-3r0,-18r89,0r0,18r-29,3r-84,137r0,90","w":259,"k":{"t":14,"v":29,"w":29,"j":13,"c":40,"\u00e7":40,"d":40,"e":40,"\u00e9":40,"\u00e8":40,"\u00ea":40,"\u00eb":40,"o":40,"\u00f3":40,"\u00f2":40,"\u00f4":40,"\u00f6":40,"\u00f5":40,"\u00f8":40,"q":40,"r":29,"u":29,"\u00fa":29,"\u00f9":29,"\u00fb":29,"\u00fc":29,"s":40,"x":29,"z":29,"m":29,"n":29,"\u00f1":29,"a":36,"\u00e1":36,"\u00e0":36,"\u00e2":36,"\u00e4":36,"\u00e3":36,"\u00e5":36,"f":25,"g":40,"i":13,"\u00ed":13,"\u00ec":13,"\u00ee":13,"\u00ef":13,"p":29,"\u00fd":29,"y":29,"\u00ff":29,"l":5,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d6":14,"\u00d8":14,"\u00d5":14,"\u00d3":14,"\u00d4":14,"\u00d2":14,"Q":14,"S":7,"A":29,"\u00c4":29,"\u00c5":29,"\u00c0":29,"\u00c3":29,"\u00c2":29,"\u00c1":29,"\u00c6":54,"J":29}},"Z":{"d":"25,-270r178,0r0,17r-152,229r136,0r4,-32r18,0r0,56r-191,0r0,-17r152,-229r-123,0r-4,32r-18,0r0,-56","w":226,"k":{"v":14,"w":14}},"[":{"d":"54,-270r0,320r23,0r0,24r-48,0r0,-368r48,0r0,24r-23,0","w":93},"\\":{"d":"151,74r-26,0r-125,-368r26,0","w":151},"]":{"d":"39,50r0,-320r-23,0r0,-24r49,0r0,368r-49,0r0,-24r23,0","w":93},"^":{"d":"173,-180r-23,0r-49,-65r-50,65r-22,0r60,-90r24,0","w":194},"_":{"d":"115,66r0,24r-115,0r0,-24r115,0","w":115},"`":{"d":"110,-207r-18,0r-45,-63r34,0","w":194},"a":{"d":"141,0r-6,-14v-40,36,-119,14,-119,-39v0,-27,14,-50,65,-55r49,-5v16,-61,-71,-51,-104,-37r0,-21v16,-7,44,-13,61,-13v96,-3,61,85,68,162r32,4r0,18r-46,0xm130,-96v-35,4,-91,8,-88,43v-9,39,64,41,88,20r0,-63","w":196},"b":{"d":"58,-270r0,101v15,-10,33,-15,50,-15v58,0,74,42,74,94v0,52,-16,94,-74,94v-19,0,-37,-7,-56,-19r-6,15r-14,0r0,-248r-32,-4r0,-18r58,0xm108,-161v-23,0,-38,4,-50,11r0,120v14,8,27,11,50,11v43,0,49,-35,49,-71v0,-36,-6,-71,-49,-71","w":201,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":7}},"c":{"d":"20,-90v0,-52,22,-94,81,-94v18,0,38,2,54,9r0,45r-18,0r-3,-28v-9,-2,-20,-3,-33,-3v-44,0,-56,36,-56,71v0,35,12,71,56,71v26,0,40,-3,54,-8r0,22v-16,7,-36,9,-54,9v-59,0,-81,-42,-81,-94","w":178},"d":{"d":"144,-169r0,-79r-32,-4r0,-18r57,0r0,248r33,4r0,18r-47,0r-5,-15v-19,12,-37,19,-56,19v-58,0,-74,-42,-74,-94v0,-52,16,-94,74,-94v17,0,33,5,50,15xm144,-150v-14,-7,-27,-11,-50,-11v-43,0,-49,35,-49,71v0,36,6,71,49,71v22,0,35,-3,50,-11r0,-120","w":210},"e":{"d":"171,-78r-126,0v3,31,16,59,56,59v26,0,42,-2,60,-10r0,22v-20,9,-42,11,-60,11v-59,0,-81,-42,-81,-94v0,-52,22,-94,81,-94v66,0,71,48,70,106xm101,-161v-41,0,-54,30,-56,62r99,0v0,-32,-2,-62,-43,-62","w":194,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":7}},"f":{"d":"52,-22r0,-136r-36,0r0,-18r36,-4v-3,-58,2,-95,65,-94v8,0,18,1,25,3r0,23v-26,-7,-66,-4,-66,28r0,40r57,0r0,22r-57,0r0,136r33,4r0,18r-89,0r0,-18","w":151,"k":{"a":7,"\u00e1":7,"\u00e0":7,"\u00e2":7,"\u00e4":7,"\u00e3":7,"\u00e5":7}},"g":{"d":"153,-158v29,56,-2,126,-84,108v-10,9,-8,25,7,27v47,6,111,0,111,55v0,44,-44,62,-94,62v-50,0,-80,-16,-80,-56v-1,-25,20,-37,37,-47v-17,-9,-15,-39,2,-48v-49,-32,-41,-133,41,-127v28,2,57,5,90,4r0,18xm162,32v0,-36,-52,-28,-82,-34v-23,6,-43,17,-43,40v0,27,19,33,56,33v36,0,69,-8,69,-39xm93,-71v42,0,47,-21,47,-45v0,-24,-5,-45,-47,-45v-42,0,-47,21,-47,45v0,24,5,45,47,45","w":199},"h":{"d":"155,0r0,-131v3,-43,-65,-32,-86,-19r0,128r33,4r0,18r-89,0r0,-18r32,-4r0,-226r-32,-4r0,-18r56,0r0,101v39,-28,111,-17,111,39r0,108r32,4r0,18r-57,0","w":221,"k":{"v":11,"w":4,"\u00fd":11,"y":11,"\u00ff":11}},"i":{"d":"71,-180r0,158r33,4r0,18r-90,0r0,-18r33,-4r0,-136r-33,-4r0,-18r57,0xm41,-229r0,-35r36,0r0,35r-36,0","w":114},"j":{"d":"47,31r0,-189r-33,-4r0,-18r57,0r0,215v0,37,-37,57,-70,59r0,-22v21,-3,46,-13,46,-41xm41,-229r0,-35r36,0r0,35r-36,0","w":105},"k":{"d":"45,-22r0,-226r-32,-4r0,-18r56,0r0,176r70,-65r-26,-3r0,-18r93,0r0,18r-35,4r-59,53r74,83r34,4r0,18r-88,0r0,-18r25,-3r-61,-70r-27,25r0,44r33,4r0,18r-89,0r0,-18","w":230,"k":{"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00e8":7,"\u00ea":7,"\u00eb":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7}},"l":{"d":"71,-270r0,248r33,4r0,18r-90,0r0,-18r33,-4r0,-226r-33,-4r0,-18r57,0","w":114},"m":{"d":"174,-149v5,38,1,85,2,127r33,4r0,18r-58,0r0,-131v2,-43,-59,-31,-81,-19r0,128r33,4r0,18r-90,0r0,-18r32,-4r0,-136r-32,-4r0,-18r46,0r5,15v30,-25,83,-26,103,2v39,-34,116,-29,116,33r0,108r32,4r0,18r-58,0r0,-131v2,-44,-61,-32,-83,-18","w":324,"k":{"v":11,"w":4,"\u00fd":11,"y":11,"\u00ff":11}},"n":{"d":"70,-150r0,128r33,4r0,18r-90,0r0,-18r32,-4r0,-136r-32,-4r0,-18r46,0r5,15v38,-33,116,-24,116,35r0,108r32,4r0,18r-57,0r0,-131v3,-42,-64,-32,-85,-19","w":221,"k":{"v":11,"w":4,"\u00fd":11,"y":11,"\u00ff":11}},"o":{"d":"178,-90v0,55,-17,94,-79,94v-62,0,-79,-39,-79,-94v0,-55,17,-94,79,-94v62,0,79,39,79,94xm153,-90v0,-41,-7,-71,-54,-71v-48,0,-54,30,-54,71v0,41,6,71,54,71v47,0,54,-30,54,-71","w":198,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":11}},"p":{"d":"67,-11r0,79r32,4r0,18r-90,0r0,-18r32,-4r0,-226r-32,-4r0,-18r46,0r6,15v19,-12,37,-19,56,-19v58,0,74,42,74,94v0,52,-16,94,-74,94v-17,0,-35,-5,-50,-15xm67,-30v12,7,27,11,50,11v43,0,49,-35,49,-71v0,-36,-6,-71,-49,-71v-23,0,-36,3,-50,11r0,120","w":210,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":7}},"q":{"d":"144,68r0,-79v-17,10,-33,15,-50,15v-58,0,-74,-42,-74,-94v0,-52,16,-94,74,-94v19,0,39,6,56,19r5,-15r14,0r0,248r33,4r0,18r-90,0r0,-18xm94,-19v23,0,36,-4,50,-11r0,-120v-15,-8,-27,-11,-50,-11v-43,0,-49,35,-49,71v0,36,6,71,49,71","w":201},"r":{"d":"70,-150r0,128r33,4r0,18r-90,0r0,-18r32,-4r0,-136r-32,-4r0,-18r46,0r5,15v23,-17,49,-22,80,-17r0,48r-18,0r-3,-27v-24,0,-40,3,-53,11","w":163,"k":{"a":7,"\u00e1":7,"\u00e0":7,"\u00e2":7,"\u00e4":7,"\u00e3":7,"\u00e5":7}},"s":{"d":"44,-130v0,16,6,24,41,27v51,5,63,21,63,51v0,28,-17,56,-72,56v-17,0,-42,-4,-54,-9r0,-45r18,0r3,29v32,7,90,-2,80,-30v0,-17,-4,-28,-40,-31v-52,-5,-63,-23,-63,-48v0,-26,16,-54,67,-54v17,0,36,2,52,9r0,45r-18,0r-3,-29v-30,-6,-84,0,-74,29","w":167},"t":{"d":"126,-19r0,19v-36,11,-82,-2,-81,-44r0,-114r-36,0r0,-18r36,-4r0,-53r25,-2r0,55r63,0r0,22r-63,0r0,114v-3,30,33,31,56,25","w":149},"u":{"d":"151,-29r0,-129r-32,-4r0,-18r57,0r0,158r33,4r0,18r-47,0r-5,-15v-37,34,-116,23,-116,-35r0,-108r-32,-4r0,-18r58,0r0,132v-3,42,64,32,84,19","w":217},"v":{"d":"0,-180r85,0r0,18r-28,3r44,127r44,-127r-29,-3r0,-18r86,0r0,18r-30,3r-62,163r-18,0r-62,-163r-30,-3r0,-18","w":201,"k":{"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00e8":7,"\u00ea":7,"\u00eb":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7}},"w":{"d":"202,-180r84,0r0,18r-29,3r-45,163r-19,0r-49,-157r-49,157r-19,0r-45,-163r-29,-3r0,-18r84,0r0,18r-29,3r29,120r45,-141r26,0r45,141r29,-120r-29,-3r0,-18","w":288,"k":{"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00e8":7,"\u00ea":7,"\u00eb":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7}},"x":{"d":"95,-18r0,18r-81,0r0,-18r28,-3r56,-71r-53,-67r-29,-3r0,-18r80,0r0,18r-23,3r39,49r38,-49r-23,-3r0,-18r80,0r0,18r-30,3r-52,66r56,72r28,3r0,18r-80,0r0,-18r25,-3r-43,-54r-42,54","w":223,"k":{"c":11,"\u00e7":11,"d":11,"e":11,"\u00e9":11,"\u00e8":11,"\u00ea":11,"\u00eb":11,"o":11,"\u00f3":11,"\u00f2":11,"\u00f4":11,"\u00f6":11,"\u00f5":11,"\u00f8":11,"q":11}},"y":{"d":"117,-162r0,-18r85,0r0,18r-30,3r-96,249r-49,0r0,-18r31,-4r32,-73r-60,-154r-30,-3r0,-18r85,0r0,18r-27,3r43,127r43,-127","w":201,"k":{"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00e8":7,"\u00ea":7,"\u00eb":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7}},"z":{"d":"25,-180r132,0r0,16r-106,143r88,0r3,-25r18,0r0,46r-140,0r0,-16r105,-143r-79,0r-3,25r-18,0r0,-46","w":180},"{":{"d":"12,-122v12,1,20,-3,19,-14r-7,-122v0,-28,19,-37,46,-36r0,24v-13,-1,-20,3,-20,14v0,48,19,114,-5,146v24,32,5,99,5,147v0,10,7,14,20,13r0,24v-28,1,-47,-9,-46,-39r7,-120v0,-9,-8,-14,-19,-13r0,-24","w":86},"|":{"d":"62,74r-25,0r0,-368r25,0r0,368","w":99},"}":{"d":"56,-136v-1,11,6,15,19,14r0,24v-12,-1,-20,3,-19,14r6,122v0,28,-18,37,-46,36r0,-24v13,1,21,-3,21,-14v0,-48,-21,-114,5,-146v-26,-31,-5,-99,-5,-147v0,-10,-8,-14,-21,-13r0,-24v29,-1,47,9,46,39","w":86},"~":{"d":"91,-154v18,0,35,8,30,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,24,-23,51,-23","w":133},"\u00c4":{"d":"252,-18r0,18r-86,0r0,-18r30,-3r-18,-57r-105,0r-18,57r31,3r0,18r-86,0r0,-18r30,-3r75,-227r-30,-3r0,-19r66,0r81,249xm126,-243r-46,143r91,0xm72,-319r0,-35r36,0r0,35r-36,0xm144,-319r0,-35r36,0r0,35r-36,0","w":252},"\u00c5":{"d":"252,-18r0,18r-86,0r0,-18r30,-3r-18,-57r-105,0r-18,57r31,3r0,18r-86,0r0,-18r30,-3r75,-227r-30,-3r0,-19r66,0r81,249xm126,-243r-46,143r91,0xm161,-328v0,24,-14,35,-35,35v-22,0,-36,-11,-36,-35v0,-25,14,-36,36,-36v21,0,35,11,35,36xm143,-328v0,-13,-6,-18,-17,-18v-11,0,-18,5,-18,18v0,13,7,17,18,17v11,0,17,-4,17,-17","w":252},"\u00c7":{"d":"209,-261r0,53r-18,0r-4,-36v-82,-28,-142,25,-142,109v0,84,59,137,142,109r4,-36r18,0r0,53v-14,6,-37,13,-69,13r-2,13v17,4,32,14,32,33v0,32,-44,34,-67,25v-4,-27,47,7,46,-25v0,-13,-16,-17,-33,-19r10,-28v-72,-6,-108,-69,-108,-138v0,-73,40,-139,121,-139v33,0,55,7,70,13","w":232,"k":{"\u00dd":11,"Y":11,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"\u00c9":{"d":"184,-246r-110,0r0,94r79,0r4,-32r18,0r0,88r-18,0r-4,-32r-79,0r0,104r110,0r3,-32r18,0r0,56r-189,0r0,-18r33,-4r0,-226r-33,-4r0,-18r189,0r0,56r-18,0xm129,-297r-18,0r29,-63r34,0","w":225,"k":{"j":-5}},"\u00d1":{"d":"236,-248r0,248r-19,0r-144,-231r0,209r32,4r0,18r-89,0r0,-18r33,-4r0,-226r-33,-4r0,-18r59,0r136,219r0,-197r-32,-4r0,-18r89,0r0,18xm167,-351v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":279},"\u00d6":{"d":"234,-135v0,71,-19,139,-108,139v-88,0,-108,-68,-108,-139v0,-71,20,-139,108,-139v89,0,108,68,108,139xm207,-135v0,-63,-16,-116,-81,-116v-65,0,-81,53,-81,116v0,63,16,116,81,116v65,0,81,-53,81,-116xm72,-319r0,-35r36,0r0,35r-36,0xm144,-319r0,-35r36,0r0,35r-36,0","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":14,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"\u00dc":{"d":"63,-248r0,159v0,65,46,69,70,69v24,0,70,-4,70,-69r0,-159r-32,-4r0,-18r90,0r0,18r-32,4r0,163v0,77,-64,89,-96,89v-32,0,-95,-12,-95,-89r0,-163r-33,-4r0,-18r91,0r0,18xm152,-319r0,-35r35,0r0,35r-35,0xm80,-319r0,-35r35,0r0,35r-35,0","w":266,"k":{"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7}},"\u00e1":{"d":"141,0r-6,-14v-40,36,-119,14,-119,-39v0,-27,14,-50,65,-55r49,-5v16,-61,-71,-51,-104,-37r0,-21v16,-7,44,-13,61,-13v96,-3,61,85,68,162r32,4r0,18r-46,0xm130,-96v-35,4,-91,8,-88,43v-9,39,64,41,88,20r0,-63xm96,-207r-18,0r29,-63r34,0","w":196},"\u00e0":{"d":"141,0r-6,-14v-40,36,-119,14,-119,-39v0,-27,14,-50,65,-55r49,-5v16,-61,-71,-51,-104,-37r0,-21v16,-7,44,-13,61,-13v96,-3,61,85,68,162r32,4r0,18r-46,0xm130,-96v-35,4,-91,8,-88,43v-9,39,64,41,88,20r0,-63xm96,-207r-18,0r-45,-63r34,0","w":196},"\u00e2":{"d":"141,0r-6,-14v-40,36,-119,14,-119,-39v0,-27,14,-50,65,-55r49,-5v16,-61,-71,-51,-104,-37r0,-21v16,-7,44,-13,61,-13v96,-3,61,85,68,162r32,4r0,18r-46,0xm130,-96v-35,4,-91,8,-88,43v-9,39,64,41,88,20r0,-63xm146,-207r-18,0r-41,-42r-42,42r-18,0r45,-63r29,0","w":196},"\u00e4":{"d":"141,0r-6,-14v-40,36,-119,14,-119,-39v0,-27,14,-50,65,-55r49,-5v16,-61,-71,-51,-104,-37r0,-21v16,-7,44,-13,61,-13v96,-3,61,85,68,162r32,4r0,18r-46,0xm130,-96v-35,4,-91,8,-88,43v-9,39,64,41,88,20r0,-63xm33,-229r0,-35r35,0r0,35r-35,0xm105,-229r0,-35r35,0r0,35r-35,0","w":196},"\u00e3":{"d":"141,0r-6,-14v-40,36,-119,14,-119,-39v0,-27,14,-50,65,-55r49,-5v16,-61,-71,-51,-104,-37r0,-21v16,-7,44,-13,61,-13v96,-3,61,85,68,162r32,4r0,18r-46,0xm130,-96v-35,4,-91,8,-88,43v-9,39,64,41,88,20r0,-63xm112,-261v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":196},"\u00e5":{"d":"141,0r-6,-14v-40,36,-119,14,-119,-39v0,-27,14,-50,65,-55r49,-5v16,-61,-71,-51,-104,-37r0,-21v16,-7,44,-13,61,-13v96,-3,61,85,68,162r32,4r0,18r-46,0xm130,-96v-35,4,-91,8,-88,43v-9,39,64,41,88,20r0,-63xm122,-238v0,24,-14,35,-35,35v-22,0,-36,-11,-36,-35v0,-25,14,-36,36,-36v21,0,35,11,35,36xm104,-238v0,-13,-6,-18,-17,-18v-11,0,-18,5,-18,18v0,13,7,17,18,17v11,0,17,-4,17,-17","w":196},"\u00e7":{"d":"20,-90v0,-52,22,-94,81,-94v18,0,38,2,54,9r0,45r-18,0r-3,-28v-9,-2,-20,-3,-33,-3v-44,0,-56,36,-56,71v0,35,12,71,56,71v26,0,40,-3,54,-8r0,22v-15,6,-35,9,-52,9r-3,13v17,4,32,14,32,33v0,32,-44,34,-66,25v-5,-28,47,7,46,-25v0,-13,-17,-17,-34,-19r10,-28v-49,-6,-68,-45,-68,-93","w":178},"\u00e9":{"d":"171,-78r-126,0v3,31,16,59,56,59v26,0,42,-2,60,-10r0,22v-20,9,-42,11,-60,11v-59,0,-81,-42,-81,-94v0,-52,22,-94,81,-94v66,0,71,48,70,106xm101,-161v-41,0,-54,30,-56,62r99,0v0,-32,-2,-62,-43,-62xm110,-207r-18,0r29,-63r34,0","w":194,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":7}},"\u00e8":{"d":"171,-78r-126,0v3,31,16,59,56,59v26,0,42,-2,60,-10r0,22v-20,9,-42,11,-60,11v-59,0,-81,-42,-81,-94v0,-52,22,-94,81,-94v66,0,71,48,70,106xm101,-161v-41,0,-54,30,-56,62r99,0v0,-32,-2,-62,-43,-62xm110,-207r-18,0r-45,-63r34,0","w":194,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":7}},"\u00ea":{"d":"171,-78r-126,0v3,31,16,59,56,59v26,0,42,-2,60,-10r0,22v-20,9,-42,11,-60,11v-59,0,-81,-42,-81,-94v0,-52,22,-94,81,-94v66,0,71,48,70,106xm101,-161v-41,0,-54,30,-56,62r99,0v0,-32,-2,-62,-43,-62xm160,-207r-18,0r-41,-42r-42,42r-18,0r45,-63r29,0","w":194,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":7}},"\u00eb":{"d":"171,-78r-126,0v3,31,16,59,56,59v26,0,42,-2,60,-10r0,22v-20,9,-42,11,-60,11v-59,0,-81,-42,-81,-94v0,-52,22,-94,81,-94v66,0,71,48,70,106xm101,-161v-41,0,-54,30,-56,62r99,0v0,-32,-2,-62,-43,-62xm47,-229r0,-35r35,0r0,35r-35,0xm119,-229r0,-35r35,0r0,35r-35,0","w":194,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":7}},"\u00ed":{"d":"71,-180r0,158r33,4r0,18r-90,0r0,-18r33,-4r0,-136r-33,-4r0,-18r57,0xm68,-207r-18,0r29,-63r34,0","w":114},"\u00ec":{"d":"71,-180r0,158r33,4r0,18r-90,0r0,-18r33,-4r0,-136r-33,-4r0,-18r57,0xm68,-207r-18,0r-45,-63r34,0","w":114},"\u00ee":{"d":"71,-180r0,158r33,4r0,18r-90,0r0,-18r33,-4r0,-136r-33,-4r0,-18r57,0xm118,-207r-18,0r-41,-42r-41,42r-18,0r45,-63r28,0","w":114},"\u00ef":{"d":"71,-180r0,158r33,4r0,18r-90,0r0,-18r33,-4r0,-136r-33,-4r0,-18r57,0xm77,-229r0,-35r36,0r0,35r-36,0xm5,-229r0,-35r36,0r0,35r-36,0","w":114},"\u00f1":{"d":"70,-150r0,128r33,4r0,18r-90,0r0,-18r32,-4r0,-136r-32,-4r0,-18r46,0r5,15v38,-33,116,-24,116,35r0,108r32,4r0,18r-57,0r0,-131v3,-42,-64,-32,-85,-19xm138,-261v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":221,"k":{"v":11,"w":4,"\u00fd":11,"y":11,"\u00ff":11}},"\u00f3":{"d":"178,-90v0,55,-17,94,-79,94v-62,0,-79,-39,-79,-94v0,-55,17,-94,79,-94v62,0,79,39,79,94xm153,-90v0,-41,-7,-71,-54,-71v-48,0,-54,30,-54,71v0,41,6,71,54,71v47,0,54,-30,54,-71xm108,-207r-18,0r29,-63r34,0","w":198,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":11}},"\u00f2":{"d":"178,-90v0,55,-17,94,-79,94v-62,0,-79,-39,-79,-94v0,-55,17,-94,79,-94v62,0,79,39,79,94xm153,-90v0,-41,-7,-71,-54,-71v-48,0,-54,30,-54,71v0,41,6,71,54,71v47,0,54,-30,54,-71xm108,-207r-18,0r-45,-63r34,0","w":198,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":11}},"\u00f4":{"d":"178,-90v0,55,-17,94,-79,94v-62,0,-79,-39,-79,-94v0,-55,17,-94,79,-94v62,0,79,39,79,94xm153,-90v0,-41,-7,-71,-54,-71v-48,0,-54,30,-54,71v0,41,6,71,54,71v47,0,54,-30,54,-71xm158,-207r-18,0r-41,-42r-41,42r-18,0r45,-63r28,0","w":198,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":11}},"\u00f6":{"d":"178,-90v0,55,-17,94,-79,94v-62,0,-79,-39,-79,-94v0,-55,17,-94,79,-94v62,0,79,39,79,94xm153,-90v0,-41,-7,-71,-54,-71v-48,0,-54,30,-54,71v0,41,6,71,54,71v47,0,54,-30,54,-71xm45,-229r0,-35r36,0r0,35r-36,0xm117,-229r0,-35r36,0r0,35r-36,0","w":198,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":11}},"\u00f5":{"d":"178,-90v0,55,-17,94,-79,94v-62,0,-79,-39,-79,-94v0,-55,17,-94,79,-94v62,0,79,39,79,94xm153,-90v0,-41,-7,-71,-54,-71v-48,0,-54,30,-54,71v0,41,6,71,54,71v47,0,54,-30,54,-71xm124,-261v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":198,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":11}},"\u00fa":{"d":"151,-29r0,-129r-32,-4r0,-18r57,0r0,158r33,4r0,18r-47,0r-5,-15v-37,34,-116,23,-116,-35r0,-108r-32,-4r0,-18r58,0r0,132v-3,42,64,32,84,19xm118,-207r-18,0r29,-63r34,0","w":217},"\u00f9":{"d":"151,-29r0,-129r-32,-4r0,-18r57,0r0,158r33,4r0,18r-47,0r-5,-15v-37,34,-116,23,-116,-35r0,-108r-32,-4r0,-18r58,0r0,132v-3,42,64,32,84,19xm118,-207r-18,0r-45,-63r34,0","w":217},"\u00fb":{"d":"151,-29r0,-129r-32,-4r0,-18r57,0r0,158r33,4r0,18r-47,0r-5,-15v-37,34,-116,23,-116,-35r0,-108r-32,-4r0,-18r58,0r0,132v-3,42,64,32,84,19xm168,-207r-18,0r-41,-42r-41,42r-18,0r45,-63r28,0","w":217},"\u00fc":{"d":"151,-29r0,-129r-32,-4r0,-18r57,0r0,158r33,4r0,18r-47,0r-5,-15v-37,34,-116,23,-116,-35r0,-108r-32,-4r0,-18r58,0r0,132v-3,42,64,32,84,19xm127,-229r0,-35r36,0r0,35r-36,0xm55,-229r0,-35r36,0r0,35r-36,0","w":217},"\u00b0":{"d":"116,-225v-1,68,-99,67,-100,0v1,-68,99,-67,100,0xm66,-254v-17,0,-29,8,-29,29v0,21,12,29,29,29v17,0,28,-8,28,-29v0,-21,-11,-29,-28,-29","w":131},"\u00a2":{"d":"149,-227v13,2,26,5,36,9r0,22v-51,-21,-144,-10,-135,61v-8,71,83,82,135,61r0,22v-20,8,-48,13,-72,10r-14,42r-27,0r17,-45v-40,-11,-64,-41,-64,-90v0,-61,39,-94,100,-94r14,-41r27,0"},"\u00a3":{"d":"44,-152v-4,-73,3,-121,83,-122v18,0,51,5,67,12r0,50r-18,0r-4,-34v-45,-10,-110,-9,-103,43r0,51r100,0r0,22r-100,0r0,108r111,0r4,-32r18,0r0,54r-191,0r0,-18r33,-4r0,-108r-33,0r0,-18"},"\u00a7":{"d":"203,-261r0,53r-18,0r-4,-36v-15,-4,-31,-7,-49,-7v-53,0,-65,24,-65,52v0,36,25,40,66,47v64,12,81,25,81,70v0,21,-7,47,-33,62v27,51,15,114,-80,114v-33,0,-55,-6,-70,-13r0,-53r18,0r4,36v15,4,31,7,49,7v53,0,65,-24,65,-52v0,-36,-25,-40,-66,-47v-64,-12,-82,-25,-82,-70v0,-21,8,-47,34,-62v-26,-50,-16,-114,79,-114v33,0,56,6,71,13xm189,-82v0,-58,-85,-40,-116,-62v-21,9,-28,26,-28,46v0,57,85,41,115,62v22,-9,29,-26,29,-46","w":233},"\u00b6":{"d":"108,-270r115,0r0,18r-32,4r0,226r32,4r0,18r-58,0r0,-108r-25,0r0,108r-58,0r0,-18r32,-4r0,-86v-69,2,-96,-37,-96,-81v0,-42,23,-81,90,-81xm46,-189v0,28,15,60,68,57r0,-114v-52,-3,-68,29,-68,57xm165,-132r0,-114r-25,0r0,114r25,0","w":223},"\u00df":{"d":"170,-220v0,56,-56,49,-56,86v0,15,6,21,30,29v37,12,52,24,52,54v0,28,-16,55,-60,55v-13,0,-37,-4,-47,-9r0,-45r18,0r4,28v26,9,70,-3,61,-29v0,-17,-7,-25,-34,-33v-37,-11,-47,-24,-47,-50v0,-50,56,-42,56,-86v0,-23,-19,-31,-41,-31v-22,0,-40,8,-40,31r0,220r-57,0r0,-18r32,-4r0,-198v0,-35,22,-54,65,-54v43,0,64,19,64,54","w":210},"\u00ae":{"d":"121,4v-51,0,-96,-17,-96,-94v0,-77,45,-94,96,-94v51,0,95,17,95,94v0,77,-44,94,-95,94xm121,-19v41,0,71,-10,71,-71v0,-61,-30,-71,-71,-71v-41,0,-72,10,-72,71v0,61,31,71,72,71xm123,-76r-19,0r0,36r-22,0r0,-100v36,-2,78,-3,78,32v0,13,-4,24,-15,29r23,39r-25,0xm137,-108v3,-14,-20,-11,-33,-11r0,22v13,0,36,3,33,-11","w":244},"\u00a9":{"d":"121,4v-51,0,-96,-17,-96,-94v0,-77,45,-94,96,-94v51,0,95,17,95,94v0,77,-44,94,-95,94xm121,-19v41,0,71,-10,71,-71v0,-61,-30,-71,-71,-71v-41,0,-72,10,-72,71v0,61,31,71,72,71xm94,-90v0,44,34,33,59,28r0,22v-44,10,-82,4,-82,-50v0,-54,38,-60,82,-50r0,37r-18,0r-2,-19v-25,-3,-39,-1,-39,32","w":244},"\u00b4":{"d":"117,-207r-18,0r29,-63r34,0","w":194},"\u00a8":{"d":"47,-229r0,-35r35,0r0,35r-35,0xm119,-229r0,-35r35,0r0,35r-35,0","w":194},"\u00c6":{"d":"200,-22r0,-106r-71,0r-69,107r26,3r0,18r-82,0r0,-18r27,-3r149,-228r-25,-3r0,-18r198,0r0,56r-18,0r-3,-32r-107,0r0,94r76,0r4,-32r18,0r0,88r-18,0r-4,-32r-76,0r0,104r110,0r3,-32r18,0r0,56r-189,0r0,-18xm144,-152r56,0r0,-87","w":372},"\u00d8":{"d":"234,-135v0,71,-19,139,-108,139v-25,0,-44,-6,-59,-15r-7,11r-24,0r14,-24v-25,-26,-32,-68,-32,-111v0,-71,20,-139,108,-139v28,0,49,7,64,18r9,-14r24,0r-17,29v22,27,28,66,28,106xm126,-251v-96,0,-95,140,-61,203r112,-186v-12,-11,-29,-17,-51,-17xm126,-19v94,4,94,-130,65,-197r-111,184v12,8,27,13,46,13","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":14,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"\u00b1":{"d":"105,-63r-23,0r0,-60r-60,0r0,-24r60,0r0,-60r23,0r0,60r61,0r0,24r-61,0r0,60xm166,-15r-144,0r0,-24r144,0r0,24","w":187},"\u00a5":{"d":"95,-22r0,-74r-75,0r0,-24r69,0r-16,-30r-53,0r0,-24r40,0r-51,-96r31,0r68,139r68,-139r31,0r-51,96r40,0r0,24r-53,0r-16,30r69,0r0,24r-75,0r0,74r32,4r0,18r-90,0r0,-18"},"\u00b5":{"d":"41,90r0,-248r-32,-4r0,-18r58,0r0,132v-3,42,64,32,84,19r0,-129r-32,-4r0,-18r57,0r0,158r33,4r0,18r-47,0r-5,-15v-24,21,-65,25,-91,10r0,95r-25,0","w":217},"\u03bc":{"d":"41,90r0,-248r-32,-4r0,-18r58,0r0,132v-3,42,64,32,84,19r0,-129r-32,-4r0,-18r57,0r0,158r33,4r0,18r-47,0r-5,-15v-24,21,-65,25,-91,10r0,95r-25,0","w":217},"\u00aa":{"d":"100,-222v10,-44,-54,-31,-76,-21r0,-20v36,-19,111,-14,100,35r0,71r24,3r0,18r-39,0r-2,-9v-35,22,-98,14,-93,-32v-3,-37,44,-46,86,-45xm100,-204v-25,3,-64,0,-61,27v-5,27,43,27,61,14r0,-41","w":154},"\u00ba":{"d":"18,-203v0,-46,18,-71,62,-71v44,0,64,25,64,71v0,46,-20,70,-64,70v-44,0,-62,-24,-62,-70xm41,-203v0,36,12,48,39,48v28,0,41,-13,41,-48v0,-35,-13,-49,-41,-49v-27,0,-39,13,-39,49","w":161},"\u00e6":{"d":"132,-101v2,-39,-2,-61,-47,-60v-25,0,-45,5,-59,10r0,-21v36,-18,108,-16,123,13v12,-15,30,-25,59,-25v64,0,71,46,70,103r-120,0v0,33,8,61,50,62v26,0,41,-2,59,-10r0,22v-41,18,-98,15,-118,-14v-36,42,-133,30,-133,-30v0,-28,17,-50,68,-50r48,0xm132,-80v-31,-3,-96,-6,-90,29v-2,45,78,36,97,11v-4,-12,-6,-25,-7,-40xm208,-161v-41,0,-49,29,-50,60r93,0v0,-31,-3,-60,-43,-60","w":300},"\u00f8":{"d":"52,-8v-3,10,-17,8,-30,8r15,-21v-32,-55,-27,-163,62,-163v20,0,35,4,47,12v3,-10,17,-8,30,-8r-15,22v32,55,27,162,-62,162v-20,0,-35,-5,-47,-12xm99,-161v-66,-4,-58,73,-47,119r80,-111v-8,-5,-19,-8,-33,-8xm99,-19v65,4,59,-73,46,-118r-79,110v8,5,18,8,33,8","w":198,"k":{"v":7,"w":7,"\u00fd":7,"y":7,"\u00ff":7,"x":11}},"\u00bf":{"d":"103,71v13,0,24,-2,33,-3r4,-40r18,0r0,57v-12,5,-38,9,-55,9v-76,0,-89,-35,-89,-72v0,-45,26,-60,66,-76v26,-11,27,-23,27,-50r15,0v7,36,4,56,-36,72v-24,10,-46,17,-46,54v0,30,10,49,63,49xm125,-180r0,35r-36,0r0,-35r36,0","w":180},"\u00a1":{"d":"32,-104r15,0r12,194r-39,0xm57,-180r0,35r-35,0r0,-35r35,0","w":79},"\u00ac":{"d":"209,0r-180,0r0,-180r180,0r0,180","w":237},"\u00ab":{"d":"20,-78r0,-24r68,-50r0,27r-43,35r43,35r0,28xm88,-78r0,-24r69,-50r0,27r-44,35r44,35r0,28","w":178},"\u00bb":{"d":"158,-102r0,24r-68,51r0,-28r44,-35r-44,-35r0,-27xm90,-102r0,24r-68,51r0,-28r43,-35r-43,-35r0,-27","w":178},"\u00c0":{"d":"252,-18r0,18r-86,0r0,-18r30,-3r-18,-57r-105,0r-18,57r31,3r0,18r-86,0r0,-18r30,-3r75,-227r-30,-3r0,-19r66,0r81,249xm126,-243r-46,143r91,0xm135,-297r-18,0r-45,-63r34,0","w":252},"\u00c3":{"d":"252,-18r0,18r-86,0r0,-18r30,-3r-18,-57r-105,0r-18,57r31,3r0,18r-86,0r0,-18r30,-3r75,-227r-30,-3r0,-19r66,0r81,249xm126,-243r-46,143r91,0xm151,-351v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":252},"\u00d5":{"d":"234,-135v0,71,-19,139,-108,139v-88,0,-108,-68,-108,-139v0,-71,20,-139,108,-139v89,0,108,68,108,139xm207,-135v0,-63,-16,-116,-81,-116v-65,0,-81,53,-81,116v0,63,16,116,81,116v65,0,81,-53,81,-116xm151,-351v18,0,34,8,29,32v-9,-6,-17,-10,-27,-10v-18,0,-25,23,-52,23v-18,0,-34,-8,-29,-32v9,6,17,10,27,10v18,0,25,-23,52,-23","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":14,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"\u00f7":{"d":"22,-135r144,0r0,24r-144,0r0,-24xm76,-49r0,-36r35,0r0,36r-35,0xm76,-161r0,-35r35,0r0,35r-35,0","w":187},"\u00ff":{"d":"117,-162r0,-18r85,0r0,18r-30,3r-96,249r-49,0r0,-18r31,-4r32,-73r-60,-154r-30,-3r0,-18r85,0r0,18r-27,3r43,127r43,-127xm119,-229r0,-35r35,0r0,35r-35,0xm47,-229r0,-35r35,0r0,35r-35,0","w":201,"k":{"c":7,"\u00e7":7,"d":7,"e":7,"\u00e9":7,"\u00e8":7,"\u00ea":7,"\u00eb":7,"o":7,"\u00f3":7,"\u00f2":7,"\u00f4":7,"\u00f6":7,"\u00f5":7,"\u00f8":7,"q":7}},"\u00b7":{"d":"22,-117r0,-36r35,0r0,36r-35,0","w":79},"\u2219":{"d":"22,-117r0,-36r35,0r0,36r-35,0","w":79},"\u00c2":{"d":"252,-18r0,18r-86,0r0,-18r30,-3r-18,-57r-105,0r-18,57r31,3r0,18r-86,0r0,-18r30,-3r75,-227r-30,-3r0,-19r66,0r81,249xm126,-243r-46,143r91,0xm185,-297r-18,0r-41,-42r-41,42r-18,0r45,-63r28,0","w":252},"\u00ca":{"d":"184,-246r-110,0r0,94r79,0r4,-32r18,0r0,88r-18,0r-4,-32r-79,0r0,104r110,0r3,-32r18,0r0,56r-189,0r0,-18r33,-4r0,-226r-33,-4r0,-18r189,0r0,56r-18,0xm179,-297r-18,0r-41,-42r-42,42r-18,0r45,-63r29,0","w":225,"k":{"j":-5}},"\u00c1":{"d":"252,-18r0,18r-86,0r0,-18r30,-3r-18,-57r-105,0r-18,57r31,3r0,18r-86,0r0,-18r30,-3r75,-227r-30,-3r0,-19r66,0r81,249xm126,-243r-46,143r91,0xm135,-297r-18,0r29,-63r34,0","w":252},"\u00cb":{"d":"184,-246r-110,0r0,94r79,0r4,-32r18,0r0,88r-18,0r-4,-32r-79,0r0,104r110,0r3,-32r18,0r0,56r-189,0r0,-18r33,-4r0,-226r-33,-4r0,-18r189,0r0,56r-18,0xm138,-319r0,-35r36,0r0,35r-36,0xm66,-319r0,-35r36,0r0,35r-36,0","w":225,"k":{"j":-5}},"\u00c8":{"d":"184,-246r-110,0r0,94r79,0r4,-32r18,0r0,88r-18,0r-4,-32r-79,0r0,104r110,0r3,-32r18,0r0,56r-189,0r0,-18r33,-4r0,-226r-33,-4r0,-18r189,0r0,56r-18,0xm129,-297r-18,0r-45,-63r34,0","w":225,"k":{"j":-5}},"\u00cd":{"d":"78,-248r0,226r32,4r0,18r-90,0r0,-18r32,-4r0,-226r-32,-4r0,-18r90,0r0,18xm74,-297r-18,0r22,-63r41,0","w":129},"\u00ce":{"d":"78,-248r0,226r32,4r0,18r-90,0r0,-18r32,-4r0,-226r-32,-4r0,-18r90,0r0,18xm125,-297r-18,0r-42,-42r-41,42r-18,0r45,-63r27,0","w":129},"\u00cf":{"d":"78,-248r0,226r32,4r0,18r-90,0r0,-18r32,-4r0,-226r-32,-4r0,-18r90,0r0,18xm84,-319r0,-35r35,0r0,35r-35,0xm12,-319r0,-35r35,0r0,35r-35,0","w":129},"\u00cc":{"d":"78,-248r0,226r32,4r0,18r-90,0r0,-18r32,-4r0,-226r-32,-4r0,-18r90,0r0,18xm74,-297r-18,0r-45,-63r34,0","w":129},"\u00d3":{"d":"234,-135v0,71,-19,139,-108,139v-88,0,-108,-68,-108,-139v0,-71,20,-139,108,-139v89,0,108,68,108,139xm207,-135v0,-63,-16,-116,-81,-116v-65,0,-81,53,-81,116v0,63,16,116,81,116v65,0,81,-53,81,-116xm135,-297r-18,0r29,-63r34,0","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":14,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"\u00d4":{"d":"234,-135v0,71,-19,139,-108,139v-88,0,-108,-68,-108,-139v0,-71,20,-139,108,-139v89,0,108,68,108,139xm207,-135v0,-63,-16,-116,-81,-116v-65,0,-81,53,-81,116v0,63,16,116,81,116v65,0,81,-53,81,-116xm185,-297r-18,0r-41,-42r-41,42r-18,0r45,-63r28,0","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":14,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"\u00d2":{"d":"234,-135v0,71,-19,139,-108,139v-88,0,-108,-68,-108,-139v0,-71,20,-139,108,-139v89,0,108,68,108,139xm207,-135v0,-63,-16,-116,-81,-116v-65,0,-81,53,-81,116v0,63,16,116,81,116v65,0,81,-53,81,-116xm135,-297r-18,0r-45,-63r34,0","w":252,"k":{"T":14,"V":7,"\u00dd":11,"Y":11,"X":14,"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c6":7}},"\u00da":{"d":"63,-248r0,159v0,65,46,69,70,69v24,0,70,-4,70,-69r0,-159r-32,-4r0,-18r90,0r0,18r-32,4r0,163v0,77,-64,89,-96,89v-32,0,-95,-12,-95,-89r0,-163r-33,-4r0,-18r91,0r0,18xm142,-297r-18,0r29,-63r34,0","w":266,"k":{"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7}},"\u00db":{"d":"63,-248r0,159v0,65,46,69,70,69v24,0,70,-4,70,-69r0,-159r-32,-4r0,-18r90,0r0,18r-32,4r0,163v0,77,-64,89,-96,89v-32,0,-95,-12,-95,-89r0,-163r-33,-4r0,-18r91,0r0,18xm193,-297r-18,0r-42,-42r-41,42r-18,0r45,-63r29,0","w":266,"k":{"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7}},"\u00d9":{"d":"63,-248r0,159v0,65,46,69,70,69v24,0,70,-4,70,-69r0,-159r-32,-4r0,-18r90,0r0,18r-32,4r0,163v0,77,-64,89,-96,89v-32,0,-95,-12,-95,-89r0,-163r-33,-4r0,-18r91,0r0,18xm142,-297r-18,0r-45,-63r34,0","w":266,"k":{"A":7,"\u00c4":7,"\u00c5":7,"\u00c0":7,"\u00c3":7,"\u00c2":7,"\u00c1":7}},"\u00af":{"d":"51,-207r0,-23r99,0r0,23r-99,0"},"\u02c9":{"d":"51,-207r0,-23r99,0r0,23r-99,0"},"\u00b8":{"d":"89,0r15,0r-4,17v17,4,32,14,32,33v0,32,-44,34,-66,25v-5,-28,47,7,46,-25v0,-13,-17,-17,-34,-19"}}});
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;

(function ($) {
  Drupal.Panels = {};

  Drupal.Panels.autoAttach = function() {
    if ($.browser.msie) {
      // If IE, attach a hover event so we can see our admin links.
      $("div.panel-pane").hover(
        function() {
          $('div.panel-hide', this).addClass("panel-hide-hover"); return true;
        },
        function() {
          $('div.panel-hide', this).removeClass("panel-hide-hover"); return true;
        }
      );
      $("div.admin-links").hover(
        function() {
          $(this).addClass("admin-links-hover"); return true;
        },
        function(){
          $(this).removeClass("admin-links-hover"); return true;
        }
      );
    }
  };

  $(Drupal.Panels.autoAttach);
})(jQuery);
;
/*!
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */

(function(i){var q={vertical:false,rtl:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:"normal",easing:"swing",auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:"<div></div>",buttonPrevHTML:"<div></div>",buttonNextEvent:"click",buttonPrevEvent:"click",buttonNextCallback:null,buttonPrevCallback:null, itemFallbackDimension:null},r=false;i(window).bind("load.jcarousel",function(){r=true});i.jcarousel=function(a,c){this.options=i.extend({},q,c||{});this.autoStopped=this.locked=false;this.buttonPrevState=this.buttonNextState=this.buttonPrev=this.buttonNext=this.list=this.clip=this.container=null;if(!c||c.rtl===undefined)this.options.rtl=(i(a).attr("dir")||i("html").attr("dir")||"").toLowerCase()=="rtl";this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical?this.options.rtl? "right":"left":"top";for(var b="",d=a.className.split(" "),f=0;f<d.length;f++)if(d[f].indexOf("jcarousel-skin")!=-1){i(a).removeClass(d[f]);b=d[f];break}if(a.nodeName.toUpperCase()=="UL"||a.nodeName.toUpperCase()=="OL"){this.list=i(a);this.container=this.list.parent();if(this.container.hasClass("jcarousel-clip")){if(!this.container.parent().hasClass("jcarousel-container"))this.container=this.container.wrap("<div></div>");this.container=this.container.parent()}else if(!this.container.hasClass("jcarousel-container"))this.container= this.list.wrap("<div></div>").parent()}else{this.container=i(a);this.list=this.container.find("ul,ol").eq(0)}b!==""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1&&this.container.wrap('<div class=" '+b+'"></div>');this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass("jcarousel-clip"))this.clip=this.list.wrap("<div></div>").parent();this.buttonNext=i(".jcarousel-next",this.container);if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null)this.buttonNext= this.clip.after(this.options.buttonNextHTML).next();this.buttonNext.addClass(this.className("jcarousel-next"));this.buttonPrev=i(".jcarousel-prev",this.container);if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null)this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();this.buttonPrev.addClass(this.className("jcarousel-prev"));this.clip.addClass(this.className("jcarousel-clip")).css({overflow:"hidden",position:"relative"});this.list.addClass(this.className("jcarousel-list")).css({overflow:"hidden", position:"relative",top:0,margin:0,padding:0}).css(this.options.rtl?"right":"left",0);this.container.addClass(this.className("jcarousel-container")).css({position:"relative"});!this.options.vertical&&this.options.rtl&&this.container.addClass("jcarousel-direction-rtl").attr("dir","rtl");var j=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;b=this.list.children("li");var e=this;if(b.size()>0){var g=0,k=this.options.offset;b.each(function(){e.format(this,k++);g+=e.dimension(this, j)});this.list.css(this.wh,g+100+"px");if(!c||c.size===undefined)this.options.size=b.size()}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display","block");this.funcNext=function(){e.next()};this.funcPrev=function(){e.prev()};this.funcResize=function(){e.reload()};this.options.initCallback!==null&&this.options.initCallback(this,"init");if(!r&&i.browser.safari){this.buttons(false,false);i(window).bind("load.jcarousel",function(){e.setup()})}else this.setup()}; var h=i.jcarousel;h.fn=h.prototype={jcarousel:"0.2.7"};h.fn.extend=h.extend=i.extend;h.fn.extend({setup:function(){this.prevLast=this.prevFirst=this.last=this.first=null;this.animating=false;this.tail=this.timer=null;this.inTail=false;if(!this.locked){this.list.css(this.lt,this.pos(this.options.offset)+"px");var a=this.pos(this.options.start,true);this.prevFirst=this.prevLast=null;this.animate(a,false);i(window).unbind("resize.jcarousel",this.funcResize).bind("resize.jcarousel",this.funcResize)}}, reset:function(){this.list.empty();this.list.css(this.lt,"0px");this.list.css(this.wh,"10px");this.options.initCallback!==null&&this.options.initCallback(this,"reset");this.setup()},reload:function(){this.tail!==null&&this.inTail&&this.list.css(this.lt,h.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=false;this.options.reloadCallback!==null&&this.options.reloadCallback(this);if(this.options.visible!==null){var a=this,c=Math.ceil(this.clipping()/this.options.visible),b=0,d=0; this.list.children("li").each(function(f){b+=a.dimension(this,c);if(f+1<a.first)d=b});this.list.css(this.wh,b+"px");this.list.css(this.lt,-d+"px")}this.scroll(this.first,false)},lock:function(){this.locked=true;this.buttons()},unlock:function(){this.locked=false;this.buttons()},size:function(a){if(a!==undefined){this.options.size=a;this.locked||this.buttons()}return this.options.size},has:function(a,c){if(c===undefined||!c)c=a;if(this.options.size!==null&&c>this.options.size)c=this.options.size;for(var b= a;b<=c;b++){var d=this.get(b);if(!d.length||d.hasClass("jcarousel-item-placeholder"))return false}return true},get:function(a){return i(".jcarousel-item-"+a,this.list)},add:function(a,c){var b=this.get(a),d=0,f=i(c);if(b.length===0){var j,e=h.intval(a);for(b=this.create(a);;){j=this.get(--e);if(e<=0||j.length){e<=0?this.list.prepend(b):j.after(b);break}}}else d=this.dimension(b);if(f.get(0).nodeName.toUpperCase()=="LI"){b.replaceWith(f);b=f}else b.empty().append(c);this.format(b.removeClass(this.className("jcarousel-item-placeholder")), a);f=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;d=this.dimension(b,f)-d;a>0&&a<this.first&&this.list.css(this.lt,h.intval(this.list.css(this.lt))-d+"px");this.list.css(this.wh,h.intval(this.list.css(this.wh))+d+"px");return b},remove:function(a){var c=this.get(a);if(!(!c.length||a>=this.first&&a<=this.last)){var b=this.dimension(c);a<this.first&&this.list.css(this.lt,h.intval(this.list.css(this.lt))+b+"px");c.remove();this.list.css(this.wh,h.intval(this.list.css(this.wh))- b+"px")}},next:function(){this.tail!==null&&!this.inTail?this.scrollTail(false):this.scroll((this.options.wrap=="both"||this.options.wrap=="last")&&this.options.size!==null&&this.last==this.options.size?1:this.first+this.options.scroll)},prev:function(){this.tail!==null&&this.inTail?this.scrollTail(true):this.scroll((this.options.wrap=="both"||this.options.wrap=="first")&&this.options.size!==null&&this.first==1?this.options.size:this.first-this.options.scroll)},scrollTail:function(a){if(!(this.locked|| this.animating||!this.tail)){this.pauseAuto();var c=h.intval(this.list.css(this.lt));c=!a?c-this.tail:c+this.tail;this.inTail=!a;this.prevFirst=this.first;this.prevLast=this.last;this.animate(c)}},scroll:function(a,c){if(!(this.locked||this.animating)){this.pauseAuto();this.animate(this.pos(a),c)}},pos:function(a,c){var b=h.intval(this.list.css(this.lt));if(this.locked||this.animating)return b;if(this.options.wrap!="circular")a=a<1?1:this.options.size&&a>this.options.size?this.options.size:a;for(var d= this.first>a,f=this.options.wrap!="circular"&&this.first<=1?1:this.first,j=d?this.get(f):this.get(this.last),e=d?f:f-1,g=null,k=0,l=false,m=0;d?--e>=a:++e<a;){g=this.get(e);l=!g.length;if(g.length===0){g=this.create(e).addClass(this.className("jcarousel-item-placeholder"));j[d?"before":"after"](g);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(e<=0||e>this.options.size)){j=this.get(this.index(e));if(j.length)g=this.add(e,j.clone(true))}}j=g;m=this.dimension(g);if(l)k+= m;if(this.first!==null&&(this.options.wrap=="circular"||e>=1&&(this.options.size===null||e<=this.options.size)))b=d?b+m:b-m}f=this.clipping();var p=[],o=0,n=0;j=this.get(a-1);for(e=a;++o;){g=this.get(e);l=!g.length;if(g.length===0){g=this.create(e).addClass(this.className("jcarousel-item-placeholder"));j.length===0?this.list.prepend(g):j[d?"before":"after"](g);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(e<=0||e>this.options.size)){j=this.get(this.index(e));if(j.length)g= this.add(e,j.clone(true))}}j=g;m=this.dimension(g);if(m===0)throw Error("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...");if(this.options.wrap!="circular"&&this.options.size!==null&&e>this.options.size)p.push(g);else if(l)k+=m;n+=m;if(n>=f)break;e++}for(g=0;g<p.length;g++)p[g].remove();if(k>0){this.list.css(this.wh,this.dimension(this.list)+k+"px");if(d){b-=k;this.list.css(this.lt,h.intval(this.list.css(this.lt))-k+"px")}}k=a+o-1;if(this.options.wrap!="circular"&& this.options.size&&k>this.options.size)k=this.options.size;if(e>k){o=0;e=k;for(n=0;++o;){g=this.get(e--);if(!g.length)break;n+=this.dimension(g);if(n>=f)break}}e=k-o+1;if(this.options.wrap!="circular"&&e<1)e=1;if(this.inTail&&d){b+=this.tail;this.inTail=false}this.tail=null;if(this.options.wrap!="circular"&&k==this.options.size&&k-o+1>=1){d=h.margin(this.get(k),!this.options.vertical?"marginRight":"marginBottom");if(n-d>f)this.tail=n-f-d}if(c&&a===this.options.size&&this.tail){b-=this.tail;this.inTail= true}for(;a-- >e;)b+=this.dimension(this.get(a));this.prevFirst=this.first;this.prevLast=this.last;this.first=e;this.last=k;return b},animate:function(a,c){if(!(this.locked||this.animating)){this.animating=true;var b=this,d=function(){b.animating=false;a===0&&b.list.css(b.lt,0);if(!b.autoStopped&&(b.options.wrap=="circular"||b.options.wrap=="both"||b.options.wrap=="last"||b.options.size===null||b.last<b.options.size||b.last==b.options.size&&b.tail!==null&&!b.inTail))b.startAuto();b.buttons();b.notify("onAfterAnimation"); if(b.options.wrap=="circular"&&b.options.size!==null)for(var f=b.prevFirst;f<=b.prevLast;f++)if(f!==null&&!(f>=b.first&&f<=b.last)&&(f<1||f>b.options.size))b.remove(f)};this.notify("onBeforeAnimation");if(!this.options.animation||c===false){this.list.css(this.lt,a+"px");d()}else this.list.animate(!this.options.vertical?this.options.rtl?{right:a}:{left:a}:{top:a},this.options.animation,this.options.easing,d)}},startAuto:function(a){if(a!==undefined)this.options.auto=a;if(this.options.auto===0)return this.stopAuto(); if(this.timer===null){this.autoStopped=false;var c=this;this.timer=window.setTimeout(function(){c.next()},this.options.auto*1E3)}},stopAuto:function(){this.pauseAuto();this.autoStopped=true},pauseAuto:function(){if(this.timer!==null){window.clearTimeout(this.timer);this.timer=null}},buttons:function(a,c){if(a==null){a=!this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="first"||this.options.size===null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap== "first")&&this.options.size!==null&&this.last>=this.options.size)a=this.tail!==null&&!this.inTail}if(c==null){c=!this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="last"||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!==null&&this.first==1)c=this.tail!==null&&this.inTail}var b=this;if(this.buttonNext.size()>0){this.buttonNext.unbind(this.options.buttonNextEvent+".jcarousel",this.funcNext);a&&this.buttonNext.bind(this.options.buttonNextEvent+ ".jcarousel",this.funcNext);this.buttonNext[a?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",a?false:true);this.options.buttonNextCallback!==null&&this.buttonNext.data("jcarouselstate")!=a&&this.buttonNext.each(function(){b.options.buttonNextCallback(b,this,a)}).data("jcarouselstate",a)}else this.options.buttonNextCallback!==null&&this.buttonNextState!=a&&this.options.buttonNextCallback(b,null,a);if(this.buttonPrev.size()>0){this.buttonPrev.unbind(this.options.buttonPrevEvent+ ".jcarousel",this.funcPrev);c&&this.buttonPrev.bind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev);this.buttonPrev[c?"removeClass":"addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",c?false:true);this.options.buttonPrevCallback!==null&&this.buttonPrev.data("jcarouselstate")!=c&&this.buttonPrev.each(function(){b.options.buttonPrevCallback(b,this,c)}).data("jcarouselstate",c)}else this.options.buttonPrevCallback!==null&&this.buttonPrevState!=c&&this.options.buttonPrevCallback(b, null,c);this.buttonNextState=a;this.buttonPrevState=c},notify:function(a){var c=this.prevFirst===null?"init":this.prevFirst<this.first?"next":"prev";this.callback("itemLoadCallback",a,c);if(this.prevFirst!==this.first){this.callback("itemFirstInCallback",a,c,this.first);this.callback("itemFirstOutCallback",a,c,this.prevFirst)}if(this.prevLast!==this.last){this.callback("itemLastInCallback",a,c,this.last);this.callback("itemLastOutCallback",a,c,this.prevLast)}this.callback("itemVisibleInCallback", a,c,this.first,this.last,this.prevFirst,this.prevLast);this.callback("itemVisibleOutCallback",a,c,this.prevFirst,this.prevLast,this.first,this.last)},callback:function(a,c,b,d,f,j,e){if(!(this.options[a]==null||typeof this.options[a]!="object"&&c!="onAfterAnimation")){var g=typeof this.options[a]=="object"?this.options[a][c]:this.options[a];if(i.isFunction(g)){var k=this;if(d===undefined)g(k,b,c);else if(f===undefined)this.get(d).each(function(){g(k,this,d,b,c)});else{a=function(m){k.get(m).each(function(){g(k, this,m,b,c)})};for(var l=d;l<=f;l++)l!==null&&!(l>=j&&l<=e)&&a(l)}}}},create:function(a){return this.format("<li></li>",a)},format:function(a,c){a=i(a);for(var b=a.get(0).className.split(" "),d=0;d<b.length;d++)b[d].indexOf("jcarousel-")!=-1&&a.removeClass(b[d]);a.addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+c)).css({"float":this.options.rtl?"right":"left","list-style":"none"}).attr("jcarouselindex",c);return a},className:function(a){return a+" "+a+(!this.options.vertical? "-horizontal":"-vertical")},dimension:function(a,c){var b=a.jquery!==undefined?a[0]:a,d=!this.options.vertical?(b.offsetWidth||h.intval(this.options.itemFallbackDimension))+h.margin(b,"marginLeft")+h.margin(b,"marginRight"):(b.offsetHeight||h.intval(this.options.itemFallbackDimension))+h.margin(b,"marginTop")+h.margin(b,"marginBottom");if(c==null||d==c)return d;d=!this.options.vertical?c-h.margin(b,"marginLeft")-h.margin(b,"marginRight"):c-h.margin(b,"marginTop")-h.margin(b,"marginBottom");i(b).css(this.wh, d+"px");return this.dimension(b)},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-h.intval(this.clip.css("borderLeftWidth"))-h.intval(this.clip.css("borderRightWidth")):this.clip[0].offsetHeight-h.intval(this.clip.css("borderTopWidth"))-h.intval(this.clip.css("borderBottomWidth"))},index:function(a,c){if(c==null)c=this.options.size;return Math.round(((a-1)/c-Math.floor((a-1)/c))*c)+1}});h.extend({defaults:function(a){return i.extend(q,a||{})},margin:function(a,c){if(!a)return 0; var b=a.jquery!==undefined?a[0]:a;if(c=="marginRight"&&i.browser.safari){var d={display:"block","float":"none",width:"auto"},f,j;i.swap(b,d,function(){f=b.offsetWidth});d.marginRight=0;i.swap(b,d,function(){j=b.offsetWidth});return j-f}return h.intval(i.css(b,c))},intval:function(a){a=parseInt(a,10);return isNaN(a)?0:a}});i.fn.jcarousel=function(a){if(typeof a=="string"){var c=i(this).data("jcarousel"),b=Array.prototype.slice.call(arguments,1);return c[a].apply(c,b)}else return this.each(function(){i(this).data("jcarousel", new h(this,a))})}})(jQuery);

;
/**
 * @file
 * Add jCarousel behaviors to the page and provide Views-support.
 */

(function($) {

Drupal.behaviors.jcarousel = {};
Drupal.behaviors.jcarousel.attach = function(context, settings) {
  var settings = settings || Drupal.settings;
  for (var key in settings.jcarousel.carousels) {
    var options = settings.jcarousel.carousels[key];
    var $carousel = $(options.selector + ':not(.jcarousel-processed)', context);

    // If this carousel has already been processed or doesn't exist, move on.
    if (!$carousel.length) {
      continue;
    }

    // Callbacks need to be converted from a string to an actual function.
    for (var optionKey in options) {
      if (optionKey.match(/Callback$/) && typeof options[optionKey] == 'string') {
        var callbackFunction = window;
        var callbackParents = options[optionKey].split('.');
        for (var objectParent in callbackParents) {
          callbackFunction = callbackFunction[callbackParents[objectParent]];
        }
        options[optionKey] = callbackFunction;
      }
    }

    // Add standard options required for AJAX functionality.
    if (options.ajax && !options.itemLoadCallback) {
      options.itemLoadCallback = Drupal.jcarousel.ajaxLoadCallback;
    }

    // If auto-scrolling, pause animation when hoving over the carousel.
    if (options.auto && options.autoPause && !options.initCallback) {
      options.initCallback = function(carousel, state) {
        Drupal.jcarousel.autoPauseCallback(carousel, state);
      }
    }

    // Change next and previous buttons to links for accessibility.
    if (!options.hasOwnProperty('buttonNextHTML') && !options.hasOwnProperty('buttonPrevHTML')) {
      options.buttonNextHTML = '<a href="javascript:void(0)"></a>';
      options.buttonPrevHTML = '<a href="javascript:void(0)"></a>';
    }

    // Initialize the jcarousel.
    $carousel.addClass('jcarousel-processed').jcarousel(options);
  }
};

Drupal.jcarousel = {};
Drupal.jcarousel.ajaxLoadCallback = function(jcarousel, state) {
  // Check if the requested items already exist.
  if (state == 'init' || jcarousel.has(jcarousel.first, jcarousel.last)) {
    return;
  }

  var $list = jcarousel.list;
  var $view = $list.parents('.view:first');
  var ajaxPath = Drupal.settings.jcarousel.ajaxPath;
  var target = $view.get(0);

  // Find this view's settings in the Views AJAX settings.
  var settings;
  $.each(Drupal.settings.views.ajaxViews, function(i, viewSettings) {
    if ($view.is('.view-dom-id-' + viewSettings['view_dom_id'])) {
      settings = viewSettings;
    }
  });

  // Copied from ajax_view.js:
  var viewData = { 'js': 1, 'first': jcarousel.first - 1, 'last': jcarousel.last };
  // Construct an object using the settings defaults and then overriding
  // with data specific to the link.
  $.extend(
    viewData,
    settings
  );

  $.ajax({
    url: ajaxPath,
    type: 'GET',
    data: viewData,
    success: function(response) {
      Drupal.jcarousel.ajaxResponseCallback(jcarousel, target, response)
    },
    error: function(xhr) { Drupal.jcarousel.ajaxErrorCallback(xhr, ajaxPath); },
    dataType: 'json'
  });

};

/**
 * Init callback for jCarousel. Pauses the carousel when hovering over.
 */
Drupal.jcarousel.autoPauseCallback = function(carousel, state) {
  function pauseAuto() {
    carousel.stopAuto();
  }
  function resumeAuto() {
    carousel.startAuto();
  }
  carousel.clip.hover(pauseAuto, resumeAuto);
  carousel.buttonNext.hover(pauseAuto, resumeAuto);
  carousel.buttonPrev.hover(pauseAuto, resumeAuto);
};

/**
 * AJAX callback for all jCarousel-style views.
 */
Drupal.jcarousel.ajaxResponseCallback = function(jcarousel, target, response) {
  if (response.debug) {
    alert(response.debug);
  }

  var $view = $(target);
  var jcarousel = $view.find('ul.jcarousel').data('jcarousel');

  // Add items to the jCarousel.
  $('ul.jcarousel li', response.display).each(function(i) {
    var itemNumber = this.className.replace(/.*?jcarousel-item-(\d+).*?/, '$1');
    jcarousel.add(itemNumber, this.innerHTML);
  });

  // Treat messages the same way that Views typically handles messages.
  if (response.messages) {
    // Show any messages (but first remove old ones, if there are any).
    $view.find('.views-messages').remove().end().prepend(response.messages);
  }
};

/**
 * Display error messages using the same mechanism as Views module.
 */
Drupal.jcarousel.ajaxErrorCallback = function (xhr, path) {
  var error_text = '';

  if ((xhr.status == 500 && xhr.responseText) || xhr.status == 200) {
    error_text = xhr.responseText;

    // Replace all &lt; and &gt; by < and >
    error_text = error_text.replace("/&(lt|gt);/g", function (m, p) {
      return (p == "lt")? "<" : ">";
    });

    // Now, replace all html tags by empty spaces
    error_text = error_text.replace(/<("[^"]*"|'[^']*'|[^'">])*>/gi,"");

    // Fix end lines
    error_text = error_text.replace(/[\n]+\s+/g,"\n");
  }
  else if (xhr.status == 500) {
    error_text = xhr.status + ': ' + Drupal.t("Internal server error. Please see server or PHP logs for error information.");
  }
  else {
    error_text = xhr.status + ': ' + xhr.statusText;
  }

  alert(Drupal.t("An error occurred at @path.\n\nError Description: @error", {'@path': path, '@error': error_text}));
};

})(jQuery);
;
(function ($) {

$(document).ready(function() {

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

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

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

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

})(jQuery);
;

