Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"":{"An AJAX HTTP error occurred.":"Hubo un error HTTP AJAX.","HTTP Result Code: !status":"C\u00f3digo de Resultado HTTP: !status","An AJAX HTTP request terminated abnormally.":"Una solicitud HTTP de AJAX termin\u00f3 de manera anormal.","Debugging information follows.":"A continuaci\u00f3n se detalla la informaci\u00f3n de depuraci\u00f3n.","Path: !uri":"Ruta: !uri","StatusText: !statusText":"StatusText: !statusText","ResponseText: !responseText":"ResponseText: !responseText","ReadyState: !readyState":"ReadyState: !readyState","Autocomplete popup":"Ventana emergente con autocompletado","Searching for matches...":"Buscando coincidencias","Hide":"Ocultar","Show":"Mostrar","Re-order rows by numerical weight instead of dragging.":"Reordenar las filas por peso num\u00e9rico en lugar de arrastrar.","Show row weights":"Mostrar pesos de la fila","Hide row weights":"Ocultar pesos de la fila","Drag to re-order":"Arrastre para reordenar","Changes made in this table will not be saved until the form is submitted.":"Los cambios realizados en esta tabla no se guardar\u00e1n hasta que se env\u00ede el formulario","Cancel":"Cancelar","Edit":"Editar","Configure":"Configurar","Loading...":"Cargando...","Submit":"Enviar","none":"ninguno","Select all rows in this table":"Seleccionar todas las filas de esta tabla","Deselect all rows in this table":"Quitar la selecci\u00f3n a todas las filas de esta tabla","Not published":"No publicado","Please wait...":"Espere, por favor...","By @name on @date":"Por @name en @date","By @name":"Por @name","Not in menu":"No est\u00e1 en un men\u00fa","Alias: @alias":"Alias: @alias","No alias":"Sin alias","New revision":"Revisi\u00f3n nueva","The changes to these blocks will not be saved until the \u003cem\u003eSave blocks\u003c\/em\u003e button is clicked.":"Los cambios sobre estos bloques no se guardar\u00e1n hasta que no pulse el bot\u00f3n \u003cem\u003eGuardar bloques\u003c\/em\u003e.","This permission is inherited from the authenticated user role.":"Este permiso se hereda del rol de usuario registrado.","No revision":"Sin revisi\u00f3n","Requires a title":"Necesita un t\u00edtulo","Not restricted":"Sin restricci\u00f3n","(active tab)":"(solapa activa)","Not customizable":"No personalizable","Restricted to certain pages":"Restringido a algunas p\u00e1ginas","The block cannot be placed in this region.":"El bloque no se puede colocar en esta regi\u00f3n.","Hide summary":"Ocultar resumen","Edit summary":"Editar resumen","Don't display post information":"No mostrar informaci\u00f3n del env\u00edo","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"El archivo seleccionado %filename no puede ser subido. Solo se permiten archivos con las siguientes extensiones: %extensions.","Automatic alias":"Alias autom\u00e1tico"}} };;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"73,-129v0,61,57,105,101,67v10,-8,15,-22,15,-38v-30,0,-62,2,-62,-27v0,-35,49,-27,84,-27v30,0,41,10,41,39v1,70,-48,123,-119,123v-73,0,-123,-59,-123,-136v0,-80,49,-135,129,-135v43,0,95,20,95,53v0,12,-11,28,-25,27v-12,-1,-53,-25,-72,-25v-42,0,-64,34,-64,79","w":259,"k":{"Y":10,"W":6,"T":6}},{"d":"175,-187v-6,64,-39,77,-89,133v38,2,94,-11,95,27v-1,21,-17,26,-41,27r-104,0v-21,-1,-34,-7,-35,-27v13,-43,112,-108,112,-157v0,-12,-9,-25,-22,-25v-33,0,-23,56,-56,56v-18,0,-29,-13,-29,-30v0,-47,36,-79,86,-80v47,-1,87,31,83,76","w":188},{"d":"104,-145v-24,0,-37,22,-37,48v0,26,14,48,37,48v24,0,37,-22,37,-48v0,-26,-13,-48,-37,-48xm197,-39v8,42,-42,54,-55,23v-52,53,-134,-11,-134,-82v0,-70,78,-131,132,-83v2,-38,-11,-95,29,-94v20,1,29,18,28,42r0,194"},{"d":"113,-145v-24,0,-38,23,-38,48v0,25,14,48,38,48v23,0,37,-23,37,-48v0,-26,-13,-48,-37,-48xm48,-275v39,0,26,56,28,94v54,-47,132,12,132,85v0,69,-82,133,-133,80v-13,30,-64,20,-55,-23r0,-194v-1,-25,5,-42,28,-42"},{"d":"48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v15,-23,67,-28,67,9v1,32,-74,22,-66,69v-3,39,12,100,-28,100","w":136,"k":{".":33,"-":-7,",":33}},{"d":"50,2v-22,0,-29,-16,-29,-41r0,-194v0,-25,6,-42,29,-42v20,0,29,18,28,42r0,194v0,24,-7,41,-28,41","w":98},{"d":"2,-252v0,-22,30,-19,53,-19v31,1,41,9,41,41r0,247v3,40,-29,36,-66,36v-17,1,-28,-4,-28,-19v0,-20,24,-20,45,-19r0,-247v-22,0,-46,1,-45,-20","w":116},{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129","w":180},{"d":"78,-20v-7,35,-59,36,-61,-1v21,-66,57,-120,83,-181v-39,-4,-105,15,-105,-26v0,-48,85,-22,131,-28v36,-4,50,24,36,54","w":169},{"d":"17,21v3,-19,31,-102,26,-138v4,-37,-22,-117,-26,-138v-4,-21,26,-30,37,-16v52,67,50,237,1,306v-11,16,-42,8,-38,-14","w":116},{"d":"168,-252v24,-18,56,6,42,41r-76,192v-5,29,-45,31,-57,2r-81,-204v-8,-26,23,-47,45,-32v27,48,42,112,65,165v21,-53,35,-117,62,-164","w":207,"k":{"y":-7,"u":6,"o":20,"i":-7,"e":20,"a":20,"A":6,";":16,":":16,".":46,"-":26,",":46}},{"d":"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95","w":225,"k":{"Y":16,"W":6,"V":6,"U":6,"T":20,";":-7,":":-7,".":-7,",":-7}},{"d":"73,-127v0,50,33,91,82,75v-21,-11,-22,-50,6,-50v15,0,18,7,29,17v20,-50,2,-124,-54,-123v-42,1,-63,36,-63,81xm256,-29v27,16,6,65,-25,48v-12,-6,-22,-18,-32,-27v-86,48,-189,-17,-189,-120v0,-77,49,-135,126,-135v110,0,159,135,102,218","w":271,"k":{"-":-7}},{"d":"217,3v-43,0,-25,-65,-29,-106r-107,0v-3,41,14,106,-29,106v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41v42,0,26,62,29,102r107,0v3,-40,-13,-102,29,-102v22,0,30,17,30,41r0,180v0,24,-8,41,-30,41","w":269},{"d":"54,-5v-22,24,-62,-5,-46,-40r31,-174v-1,-50,68,-52,80,-6r39,153r36,-153v1,-31,45,-46,68,-25v7,6,11,18,13,33r30,190v2,26,-32,42,-49,22v-20,-48,-16,-121,-27,-179v-14,61,-26,105,-32,130v-11,46,-19,68,-63,51v-5,-4,-9,-12,-12,-23r-37,-158v-11,58,-9,132,-31,179","w":310},{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},{"d":"9,-34v0,-65,120,27,120,-40v0,-40,-87,-37,-101,-64v-43,-52,7,-125,77,-125v33,0,70,11,70,38v0,57,-93,-16,-101,38v4,28,87,34,100,61v45,56,-6,133,-82,133v-36,0,-83,-13,-83,-41","w":198,"k":{"S":-7}},{"d":"134,-181v1,-25,-25,-27,-53,-25r0,50v27,2,53,-1,53,-25xm150,-79v0,-32,-36,-29,-69,-29r0,58v33,1,69,3,69,-29xm159,-142v89,25,54,152,-39,142v-42,-5,-97,15,-97,-37r0,-178v-5,-51,44,-40,88,-41v46,0,80,21,80,64v-1,28,-11,41,-32,50","w":221,"k":{"Y":13,"W":6,"V":6,"-":-7}},{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},{"d":"3,-150v-14,-27,17,-57,41,-38v21,27,30,73,45,107v15,-35,25,-78,45,-108v25,-18,52,10,38,42r-87,205v-5,32,-57,28,-53,-4v3,-28,18,-48,28,-71","w":173,"k":{";":-13,":":-13,".":21,",":21}},{"d":"127,-187v23,-19,52,7,39,40r-48,124v-6,25,-31,35,-53,22v-28,-43,-44,-107,-66,-157v-5,-29,23,-45,44,-30v21,31,28,82,43,120v14,-39,20,-87,41,-119","w":166,"k":{";":-13,":":-13,".":16,",":16}},{"d":"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94","w":201},{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},{"d":"200,-52v29,25,1,72,-29,50v-28,-21,-46,-61,-68,-89v-22,29,-41,65,-67,89v-34,18,-49,-20,-28,-50r62,-87v-19,-32,-46,-56,-60,-94v-1,-21,26,-35,43,-21v20,16,35,46,52,67v22,-24,33,-62,67,-73v27,4,31,30,13,55r-47,66","w":208,"k":{"e":10,"O":6,"C":6,"-":20}},{"d":"99,-3v-21,20,-51,7,-51,-17v0,-18,46,-59,54,-73v-54,13,-93,-30,-94,-79v-1,-51,43,-91,96,-91v76,0,109,82,74,152v-15,31,-57,86,-79,108xm101,-139v18,0,33,-16,33,-35v0,-20,-16,-36,-33,-36v-17,0,-34,18,-33,36v0,18,14,35,33,35","w":201},{"d":"59,2v-22,0,-28,-17,-28,-41v0,-32,4,-72,-2,-100v-18,-1,-33,-7,-32,-25v0,-19,15,-23,34,-25v0,-32,-3,-66,28,-66v30,0,30,33,29,66v22,0,40,5,40,25v0,20,-18,25,-40,25r0,100v0,25,-7,41,-29,41","w":119},{"d":"6,-204v-28,-28,-2,-69,30,-50v22,21,40,54,59,79v25,-28,36,-72,75,-85v27,2,35,36,12,55r-59,84v-5,45,18,124,-29,124v-47,0,-23,-79,-29,-124","w":185,"k":{"u":13,"o":33,"i":-7,"e":33,"a":33,"O":6,"C":6,"A":15,";":38,":":38,".":60,"-":46,",":60}},{"d":"50,-209v-18,0,-34,-14,-33,-33v0,-18,15,-33,33,-33v18,0,32,15,32,33v0,18,-14,33,-32,33xm50,-194v21,0,29,17,28,41r0,191v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-191v0,-25,7,-41,29,-41","w":98},{"d":"48,-275v21,1,28,18,28,42r0,104v27,-20,39,-60,78,-65v29,-4,26,33,9,49r-38,35v21,30,54,49,64,90v-1,28,-46,29,-56,6r-57,-76v-2,38,11,93,-28,93v-21,0,-29,-18,-28,-42r0,-194v-1,-25,5,-43,28,-42","w":185},{"d":"81,-122v-30,9,-80,18,-64,-36v11,-39,-8,-102,46,-98v41,3,109,-14,109,27v0,39,-58,24,-96,27r-4,31v55,-18,102,27,102,81v0,56,-42,98,-97,98v-37,0,-80,-21,-81,-52v-1,-14,11,-25,24,-25v11,0,43,25,57,22v19,0,36,-19,36,-39v0,-21,-11,-36,-32,-36","w":185},{"d":"21,-230v-3,-42,27,-42,66,-41v16,0,28,5,28,19v1,21,-23,20,-45,20r0,247v22,-1,44,0,45,19v1,24,-30,19,-54,19v-29,0,-41,-6,-40,-36r0,-247","w":116},{"d":"170,-52v26,20,5,69,-26,51v-22,-13,-36,-40,-54,-59v-22,20,-31,57,-65,62v-25,4,-37,-36,-15,-52r47,-52v-16,-22,-46,-33,-50,-64v-3,-26,33,-36,50,-16r34,40v18,-17,25,-48,55,-52v27,-4,36,32,17,52r-38,40","w":177},{"d":"150,-59v0,39,-35,64,-76,64v-34,0,-70,-13,-70,-42v0,-59,73,15,90,-20v-14,-27,-90,-29,-85,-79v4,-35,32,-61,71,-61v30,0,66,14,66,39v0,40,-47,15,-69,10v-7,0,-12,4,-13,10v19,27,86,28,86,79","w":156},{"d":"127,-192v38,-6,41,22,24,43r-76,96v37,2,92,-10,92,27v0,19,-15,26,-36,26r-103,0v-31,5,-35,-21,-21,-39r77,-101v-35,-1,-84,8,-84,-26v0,-45,83,-20,127,-26","w":160},{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},{"d":"42,2v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32","w":83},{"d":"48,2v-22,0,-29,-16,-28,-41r0,-114v-7,-43,41,-55,55,-23v23,-28,85,-22,102,8v34,-49,131,-27,121,48v-6,44,17,120,-28,122v-43,2,-25,-65,-28,-105v-2,-25,-4,-43,-26,-43v-43,-1,-29,66,-29,107v0,24,-6,41,-28,41v-43,0,-27,-64,-29,-105v-2,-25,-3,-42,-25,-43v-43,0,-29,66,-29,107v0,24,-6,41,-28,41","w":316},{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88","w":180},{"d":"85,3v-22,0,-29,-16,-29,-41r0,-164v-30,0,-64,2,-63,-27v1,-20,17,-27,41,-27r102,0v24,0,40,7,41,27v1,29,-32,27,-63,27r0,164v0,25,-7,41,-29,41","w":169,"k":{"y":26,"w":26,"u":26,"s":33,"r":26,"o":28,"e":28,"c":28,"a":28,"T":-8,"A":21,";":6,":":6,".":46,"-":46,",":46}},{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},{"d":"127,-246v2,34,-50,5,-38,57v24,-1,44,5,44,25v0,21,-20,26,-44,25r0,100v0,24,-8,41,-30,41v-22,0,-28,-17,-28,-41v0,-32,4,-72,-2,-100v-18,-1,-33,-7,-32,-25v0,-19,15,-23,34,-25v-2,-50,14,-85,59,-86v21,0,37,10,37,29","w":126,"k":{".":6,"-":6,",":6}},{"d":"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83","w":208},{"d":"90,-126v-22,0,-18,-26,-14,-44v-14,13,-44,31,-48,0v-1,-9,14,-18,34,-24v-17,-8,-36,-15,-34,-25v5,-30,34,-14,48,0v-4,-18,-9,-44,14,-44v22,0,18,26,14,44v15,-16,44,-30,48,0v-4,17,-13,16,-34,25v21,9,30,7,34,24v-4,29,-33,16,-48,0v4,18,9,44,-14,44","w":180},{"d":"98,31v31,0,47,-21,44,-55v-10,17,-28,26,-52,27v-48,1,-82,-48,-82,-99v0,-71,83,-133,134,-80v15,-31,53,-19,53,23r0,114v4,81,-27,118,-99,121v-38,0,-83,-11,-83,-41v0,-46,55,-10,85,-10xm104,-142v-23,0,-37,21,-37,46v0,26,13,48,37,48v24,0,38,-23,38,-48v0,-25,-15,-46,-38,-46","w":214},{"d":"50,-209v-18,0,-34,-14,-33,-33v0,-18,15,-33,33,-33v18,0,32,15,32,33v0,18,-14,33,-32,33xm50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41","w":98},{"d":"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102","w":208},{"d":"48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v39,-41,129,-13,119,56v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41","w":211},{"d":"280,-252v22,-19,55,1,46,37r-45,180v-1,50,-68,48,-79,5r-38,-146r-36,143v-3,31,-43,47,-68,27v-6,-6,-11,-15,-14,-29r-44,-198v0,-34,51,-35,58,-1r31,163r42,-164v4,-31,56,-32,64,1r42,163r31,-159v2,-10,5,-17,10,-22","w":329,"k":{"y":-7,"r":6,"o":13,"e":13,"a":13,"A":6,";":11,":":11,".":29,"-":13,",":29}},{"d":"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136","w":271,"k":{"Y":6,"X":6,".":8,"-":-7,",":8}},{"d":"177,-131v0,-58,-35,-76,-96,-71r0,148v63,5,96,-16,96,-77xm23,-215v-5,-50,43,-40,87,-41v84,-1,128,47,130,125v2,79,-46,133,-125,131v-42,-1,-92,13,-92,-37r0,-178","w":250,"k":{"-":-7}},{"d":"191,-56v32,21,8,82,-26,56v-33,-26,-56,-69,-84,-101v-3,41,14,104,-29,104v-22,0,-29,-16,-29,-41r0,-177v-5,-50,42,-40,85,-41v56,0,98,27,98,80v0,39,-26,64,-61,69xm145,-172v0,-31,-32,-31,-64,-30r0,62v34,2,64,-1,64,-32","w":214,"k":{"V":-7,".":-7,",":-7}},{"d":"144,-201v0,-26,-49,-30,-49,-1v0,15,9,22,20,32v16,-7,29,-13,29,-31xm97,-113v-37,8,-44,73,3,74v18,-1,33,-9,44,-20xm211,5v-19,-1,-23,-12,-37,-26v-19,17,-47,29,-81,29v-48,1,-87,-33,-86,-80v1,-41,26,-61,59,-78v-13,-15,-24,-30,-24,-53v0,-36,34,-60,74,-60v40,0,74,25,74,62v0,33,-18,51,-43,66r34,41v19,-20,21,-29,42,-34v40,10,15,54,-10,71v14,17,20,20,22,38v1,13,-11,25,-24,24","w":246},{"d":"100,-117v-18,0,-33,17,-33,35v0,19,16,36,33,36v17,0,34,-17,34,-36v0,-19,-16,-35,-34,-35xm103,-253v20,-20,50,-9,50,16v0,18,-46,59,-53,74v54,-13,93,31,94,80v0,51,-44,91,-96,91v-76,0,-111,-82,-75,-153v15,-30,57,-85,80,-108","w":201},{"d":"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118","w":264,"k":{"J":10,"A":6}},{"d":"104,-47v24,0,37,-21,37,-48v0,-26,-14,-48,-37,-48v-23,0,-37,23,-37,48v0,26,13,48,37,48xm169,79v-39,1,-27,-52,-29,-89v-56,47,-138,-17,-132,-86v-8,-72,81,-131,134,-80v15,-32,55,-19,55,23r0,191v0,24,-7,41,-28,41"},{"d":"130,0v-45,0,-107,18,-107,-37r0,-181v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,164v37,2,91,-10,91,27v0,22,-18,27,-42,27","w":165,"k":{"y":20,"Y":43,"W":11,"V":29,"U":6,"T":20,"O":13}},{"w":116},{"d":"98,-213v-14,0,-26,12,-26,27v0,14,12,27,26,27v14,0,27,-12,27,-27v0,-15,-13,-27,-27,-27xm98,-118v-19,0,-34,18,-34,37v0,19,16,36,34,36v20,0,35,-16,35,-36v0,-20,-15,-37,-35,-37xm5,-76v0,-31,15,-51,35,-64v-14,-12,-24,-28,-24,-51v-1,-42,39,-72,82,-72v43,0,83,30,82,72v-1,22,-9,39,-23,51v20,13,34,34,34,64v1,49,-43,84,-93,84v-50,0,-93,-36,-93,-84","w":196},{"d":"101,-243v7,-33,62,-19,47,9r-115,221v-7,31,-64,21,-48,-10","w":133},{"d":"33,-54v23,-15,50,12,32,36v-17,24,-22,63,-54,72v-54,-16,8,-81,22,-108xm42,-107v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32","w":83},{"d":"142,-100v0,41,-64,25,-102,25v-17,0,-28,-9,-28,-25v0,-40,64,-25,102,-25v17,0,27,9,28,25","w":154,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},{"d":"2,-151v-15,-27,18,-58,42,-36v21,33,27,84,41,124v12,-40,14,-91,34,-123v19,-15,44,0,45,20r26,102r30,-106v3,-14,13,-22,27,-23v24,-1,31,25,22,46v-19,47,-31,105,-57,145v-21,16,-47,-1,-53,-23r-24,-90v-12,37,-13,84,-33,112v-23,17,-52,3,-55,-22","w":272,"k":{";":-13,":":-13,".":23,",":23}},{"d":"117,-46v64,-2,63,-162,0,-164v-64,2,-63,162,0,164xm117,8v-71,0,-107,-59,-107,-136v0,-77,36,-135,107,-135v71,0,107,59,107,135v0,77,-36,136,-107,136","w":233},{"d":"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41","w":106},{"w":116},{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},{"d":"9,-34v7,-65,120,27,120,-40v0,-40,-87,-37,-101,-64v-39,-44,0,-120,55,-123v1,-17,-4,-38,14,-38v18,0,15,19,15,36v32,3,63,12,63,38v0,57,-93,-16,-101,38v4,28,87,34,100,61v42,49,-1,132,-62,132v-1,19,4,43,-15,43v-20,0,-13,-25,-14,-42v-35,-3,-69,-15,-74,-41","w":198},{"d":"53,-263v21,0,29,17,28,41r0,106v0,24,-7,41,-28,41v-21,0,-29,-17,-28,-41r0,-106v0,-24,7,-41,28,-41xm53,8v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31v17,0,32,14,32,31v0,17,-15,31,-32,32","w":106},{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},{"d":"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},{"d":"37,-256v38,-2,62,1,62,41r0,176v0,25,-7,41,-30,41v-22,0,-29,-16,-29,-41r0,-163v-25,1,-45,-5,-45,-27v0,-21,18,-26,42,-27","w":129},{"d":"216,-37v0,29,-45,45,-81,45v-76,0,-125,-58,-125,-136v0,-76,53,-135,126,-135v34,0,77,14,77,41v0,39,-48,16,-77,16v-41,0,-63,36,-63,80v-1,44,24,77,65,77v27,0,78,-31,78,12","k":{"S":-7,"A":-13,"-":-8}},{"d":"42,-107v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32xm42,2v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32","w":83},{"d":"48,-275v39,1,26,59,28,98v40,-39,128,-12,118,57v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41v-22,0,-29,-16,-28,-41r0,-194v-1,-25,5,-42,28,-42","w":211},{"d":"165,-241v7,-32,59,-18,44,9r-123,218v-7,11,-12,18,-25,20v-19,2,-24,-23,-15,-39xm193,-73v-10,-1,-19,9,-18,19v-1,10,9,19,18,19v9,0,19,-9,18,-19v1,-10,-8,-20,-18,-19xm193,3v-30,0,-55,-26,-55,-57v0,-31,25,-57,55,-57v30,0,55,26,55,57v0,31,-26,57,-55,57xm59,-221v-9,0,-19,10,-19,19v0,9,9,19,19,19v9,0,19,-9,18,-19v1,-10,-9,-19,-18,-19xm59,-145v-30,0,-55,-26,-55,-57v0,-31,25,-57,55,-57v29,0,55,26,55,57v0,31,-25,57,-55,57","w":251},{"d":"100,-255v-3,19,-31,102,-26,138v-4,37,21,117,26,138v-5,34,-40,22,-50,-4v-32,-80,-34,-223,12,-286v11,-16,41,-7,38,14","w":116},{"d":"144,-32v18,22,-9,52,-32,35v-47,-73,-85,-158,-127,-236v-7,-35,33,-39,48,-10","w":133},{"d":"52,-259v43,0,26,64,29,104r74,-83v16,-35,74,-14,53,20v-19,31,-50,54,-74,81v30,39,74,64,93,113v-3,31,-43,36,-59,7r-87,-97v-5,43,16,116,-29,117v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41","w":221,"k":{"y":10,"u":6,"o":6,"e":6,"Y":16,"W":6,"U":6,"O":10,"C":10,"-":13}},{"d":"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27v-3,41,14,105,-29,105v-22,0,-29,-16,-29,-41r0,-177","w":175,"k":{"u":8,"r":6,"o":8,"e":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":6,",":55}},{"d":"62,-49v18,-4,19,-21,19,-48r0,-121v0,-25,7,-41,29,-41v22,0,29,16,29,41v-4,95,27,225,-75,225v-32,0,-65,-15,-66,-42v-1,-38,45,-25,64,-14","w":161},{"d":"247,-32v5,43,-45,47,-60,15r-106,-139r0,118v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-182v-7,-43,37,-47,58,-20r107,142r0,-120v0,-25,7,-41,29,-41v22,0,30,17,30,41r0,186","w":269},{"d":"91,-263v69,0,105,90,48,122v25,14,42,31,42,66v0,48,-42,84,-91,83v-48,-2,-84,-30,-90,-71v-2,-16,11,-28,26,-28v28,0,39,44,64,44v18,0,31,-15,31,-33v0,-42,-61,-14,-61,-56v0,-34,51,-18,51,-52v0,-13,-9,-22,-21,-22v-18,-1,-39,32,-58,32v-13,0,-25,-11,-24,-24v0,-32,47,-61,83,-61","w":195},{"d":"83,-70v-27,1,-28,-26,-28,-55v0,-40,61,-18,58,-59v-2,-33,-49,-25,-62,-4v-16,26,-48,21,-49,-10v0,-36,46,-64,86,-64v48,0,86,34,86,80v1,42,-29,68,-63,77v0,20,-9,35,-28,35xm83,8v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,32,-31,32","w":183},{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},{"d":"67,-107r60,0r0,-97xm220,-82v1,22,-16,27,-40,27v1,30,1,58,-28,58v-28,0,-26,-30,-25,-58r-91,0v-40,2,-38,-29,-21,-56r76,-121v21,-46,89,-31,89,31r0,94v22,-1,40,5,40,25","w":224},{"d":"209,-169v0,70,-52,94,-128,87v-1,36,8,86,-29,85v-22,0,-29,-16,-29,-41r0,-177v-6,-52,47,-40,92,-41v55,-1,94,33,94,87xm146,-169v0,-33,-31,-34,-65,-33r0,67v34,2,65,-1,65,-34","w":218,"k":{"y":-7,"a":10,"A":20,".":66,"-":6,",":66}},{"d":"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178","w":181},{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},{"d":"113,-143v-23,0,-38,23,-38,48v0,26,14,48,38,48v24,0,37,-22,37,-48v0,-25,-14,-48,-37,-48xm208,-96v6,70,-74,132,-132,86v-2,37,10,89,-28,89v-22,0,-29,-16,-28,-41r0,-191v-9,-43,42,-53,55,-23v51,-51,142,8,133,80"},{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},{"d":"142,-256v50,-4,59,29,33,64r-102,138v44,5,124,-17,124,27v0,21,-17,26,-41,27r-117,0v-45,5,-47,-36,-25,-65r104,-138v-42,-5,-116,16,-116,-26v0,-21,17,-26,41,-27r99,0","w":191,"k":{"-":6}},{"d":"102,5v-57,0,-94,-44,-94,-101v0,-58,40,-102,98,-101v30,0,62,11,63,37v0,35,-41,20,-63,15v-25,0,-39,22,-39,48v0,49,47,55,80,39v13,-1,23,12,22,25v-1,25,-36,38,-67,38","w":171},{"d":"33,-54v23,-15,50,12,32,36v-17,24,-22,63,-54,72v-54,-16,8,-81,22,-108","w":83},{"d":"112,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10","w":180}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+237-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);})("cTN@nCUxFIO8cq2veCH,#T#OdzU@NCO8dz;,FIrSNoPQ9+xar+;~9S;QddxfcoN}LLhU5oUq5S2zNdAyIw2xIIE`Uo|%sfEs#2%8nd|L5TN@cCeEnzAdgxr[;:NosLVK&HVi&,@f6?2segyV9gy:;q?S9gHw&CK2y}qw?HTk#;cR6U&5*r[gLoId9NFnse=0Kha:~2CSbE{`Q|8iV),+x@zf%A(vPOG7cH)s[xNcg:67c+r*rd)Vd@E:RTyaRSUVnT2xcq#ac[)E5gyQsw@aRSyQnw@VRC)2nCexFq)S5I#8NaASnk2VFk6O=fxvFI9b9aAiF+xidaK7&Sefe@V8cgPb5+b8c@V8Fk}:dqA2s,~~Rz~8eTo+eqhQnzUheT2inaAbnfUxnCH|N[~ENCO,cw|E5TVvc,|EcIen9@|EdoxOsH|EddxEcq~K")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":216,"face":{"font-family":"VAGRounded BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 7 2 2 2 4 2 2 4","ascent":"288","descent":"-72","x-height":"6","cap-height":"3","bbox":"-17.8198 -299 345 85","underline-thickness":"36.7383","underline-position":"-21.2695","unicode-range":"U+0020-U+007E"}}));
;
(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);
;

