/*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*
* @version 1.09i
*/
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());/*!
* The following copyright notice may not be removed under any circumstances.
*
* Copyright:
* Copyright (c) 1981, 1982, 1983, 1989 and 1993, Linotype Library GmbH or its
* affiliated Linotype-Hell companies. All rights reserved.
*
* The digitally encoded machine readable software for producing the Typefaces
* licensed to you is now the property of Heidelberger Druckmaschinen AG and its
* licensors, and may not be reproduced, used, displayed, modified, disclosed or
* transferred without the express written approval of Heidelberger Druckmaschinen
* AG.
*
* Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated. All Rights Reserved.
*
* Trademark:
* "Linotype Didot" is a trademark of Heidelberger Druckmaschinen AG, which may be
* registered in certain jurisdictions, exclusivly licensed through Linotype
* Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen AG.
*
* Vendor URL:
* http://www.LinotypeLibrary.com/
*/
Cufon.registerFont({"w":593,"face":{"font-family":"Didot","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 0 0 0 2 0 3","ascent":"800","descent":"-200","bbox":"-71.0377 -941.392 1084 299","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"157,11v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm157,-730v65,0,46,82,41,139r-31,413r-20,0r-38,-505v0,-27,20,-47,48,-47","w":314},"\"":{"d":"285,-730v31,-1,25,40,24,69r-15,220r-18,0r-16,-251v0,-21,4,-38,25,-38xm159,-730v31,-1,25,40,24,69r-15,220r-18,0r-16,-251v0,-21,4,-38,25,-38","w":444},"#":{"d":"157,-255r169,0r72,-198r-169,0xm64,0r-21,0r86,-237r-133,0r7,-18r133,0r72,-198r-133,0r7,-18r133,0r87,-241r21,0r-87,241r169,0r87,-241r21,0r-87,241r133,0r-7,18r-133,0r-72,198r133,0r-7,18r-133,0r-86,237r-21,0r86,-237r-169,0","w":556},"$":{"d":"416,-706v23,11,72,35,83,-3r14,0r0,180r-12,0v-19,-97,-66,-173,-172,-184r0,283v117,36,254,59,254,209v0,147,-101,230,-254,235r0,70r-14,0r0,-70v-80,4,-129,-30,-195,-37v-21,-2,-24,8,-30,23r-15,0r0,-215r11,0v28,130,82,213,229,215r0,-325v-111,-31,-222,-62,-222,-193v0,-133,88,-205,222,-209r0,-61r14,0r0,61v36,2,63,10,87,21xm315,-713v-93,3,-168,40,-168,136v0,100,89,120,168,143r0,-279xm329,0v132,7,208,-104,165,-222v-23,-63,-96,-80,-165,-99r0,321","w":667},"%":{"d":"370,-626v52,111,-39,229,-148,229v-99,0,-171,-69,-171,-166v0,-96,74,-164,166,-164v73,0,128,47,153,101xm712,-215v52,111,-39,229,-148,229v-99,0,-171,-69,-171,-166v0,-96,74,-164,166,-164v73,0,128,47,153,101xm121,-568v0,98,15,157,98,157v82,0,95,-61,96,-160v0,-91,-24,-142,-100,-142v-76,0,-94,70,-94,145xm570,-727r18,9r-380,732r-18,-9xm463,-157v0,98,15,157,98,157v82,0,95,-61,96,-160v0,-91,-24,-142,-100,-142v-76,0,-94,70,-94,145","w":778},"&":{"d":"376,-713v-61,3,-80,82,-50,143v11,23,20,48,32,72v46,-27,91,-56,91,-129v0,-47,-22,-89,-73,-86xm275,-448v-61,34,-114,69,-114,156v0,108,56,199,117,252v66,57,152,7,192,-34xm463,-628v-2,78,-50,114,-100,142r174,332v34,-56,49,-114,50,-193v0,-89,-5,-150,-96,-144r0,-14r190,0r0,14v-74,-3,-81,51,-80,124v1,99,-21,167,-57,228v29,46,41,95,92,103v44,-2,47,-50,49,-95r14,0v-1,87,-37,142,-116,145v-63,2,-81,-36,-106,-75v-52,61,-192,103,-284,51v-67,-38,-118,-105,-118,-198v0,-142,103,-197,194,-251v-15,-33,-34,-71,-33,-123v4,-86,53,-145,136,-145v55,0,92,37,91,99","w":778},"'":{"d":"139,-730v31,-1,25,40,24,69r-15,220r-18,0r-16,-251v0,-21,4,-38,25,-38","w":278},"(":{"d":"99,-216v0,206,56,353,152,492r-16,10v-113,-143,-197,-442,-134,-700v29,-120,78,-228,134,-304r16,10v-97,140,-152,285,-152,492","w":278},")":{"d":"179,-216v0,-206,-56,-353,-152,-492r16,-10v113,143,197,442,134,700v-29,120,-78,228,-134,304r-16,-10v97,-140,152,-285,152,-492","w":278},"*":{"d":"179,-687v1,-22,16,-43,43,-43v34,0,52,34,38,64v-17,35,-32,75,-34,130v49,-28,72,-70,107,-105v32,-32,89,15,62,55v-19,29,-69,17,-107,32v-16,7,-37,13,-60,24v49,26,95,33,152,43v34,14,23,82,-21,78v-27,-2,-34,-19,-49,-36v-24,-27,-47,-57,-84,-79v0,67,27,102,40,151v-1,22,-16,43,-43,43v-34,0,-51,-34,-37,-64v17,-35,31,-75,33,-130v-49,28,-72,70,-107,105v-32,32,-89,-15,-62,-55v19,-29,68,-17,106,-32v17,-7,38,-13,61,-24v-50,-26,-95,-33,-153,-43v-34,-14,-23,-82,21,-78v27,2,34,19,49,36v24,27,47,57,84,79v0,-67,-26,-102,-39,-151","w":444},"+":{"d":"286,-231r-230,0r0,-18r230,0r0,-231r20,0r0,231r230,0r0,18r-230,0r0,231r-20,0r0,-231"},",":{"d":"128,-100v74,2,99,91,71,160v-21,51,-60,95,-101,123r-9,-12v54,-37,126,-109,76,-185v-26,46,-98,23,-98,-29v0,-31,29,-58,61,-57","w":278},"-":{"d":"92,-251r186,0r0,66r-186,0r0,-66","w":370},".":{"d":"139,11v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53","w":278},"\/":{"d":"273,-718r20,6r-270,718r-20,-6","w":296},"0":{"d":"192,-692v-90,84,-69,332,-60,496v6,105,23,196,128,196v105,0,122,-92,128,-196v10,-164,30,-413,-60,-496v-31,-29,-105,-29,-136,0xm142,-21v-158,-118,-154,-555,0,-671v58,-44,178,-44,236,0v158,119,154,555,0,671v-58,44,-178,44,-236,0","w":520},"1":{"d":"79,-574v86,-50,156,-86,222,-153r20,0r0,713r111,0r0,14r-308,0r0,-14r111,0r0,-634v-45,31,-100,58,-148,87","w":520},"2":{"d":"341,-74v78,1,108,-40,117,-107r11,0r0,181r-457,0r0,-14r132,-116v102,-101,219,-217,219,-401v0,-108,-29,-180,-127,-182v-61,-1,-117,28,-117,85v-1,19,13,38,13,58v0,22,-19,34,-40,34v-31,-1,-54,-15,-51,-51v9,-93,93,-137,195,-140v163,-6,259,122,208,279v-41,127,-146,203,-236,286r-96,88r229,0","w":520},"3":{"d":"235,-395v-51,0,-87,17,-118,39r-9,-16v88,-42,216,-49,236,-159v16,-88,0,-186,-97,-182v-59,2,-100,21,-106,70v-4,30,16,45,17,66v1,24,-20,32,-42,32v-29,0,-44,-14,-44,-43v0,-87,79,-139,183,-139v107,0,187,54,187,152v0,109,-114,141,-197,169v148,5,263,127,203,281v-39,99,-173,171,-308,125v-63,-21,-99,-73,-112,-142r14,-3v16,86,73,146,181,145v119,-1,146,-89,146,-214v0,-103,-30,-181,-134,-181","w":520},"4":{"d":"362,-724v30,-10,90,4,62,33r-107,109v-63,73,-126,146,-175,232r-89,158r263,0r0,-267r86,0r0,267r89,0r0,17r-89,0r0,161r89,0r0,14r-264,0r0,-14r89,0r0,-161r-285,0r71,-147r60,-118r75,-128v38,-59,61,-97,97,-136v11,-11,20,-18,28,-20","w":520},"5":{"d":"234,-430v-95,0,-146,51,-166,122r-11,-3r63,-416r33,0v41,40,78,84,159,83v75,0,102,-40,139,-83r11,7v-54,76,-121,183,-260,137v-27,-9,-57,-23,-83,-35r-38,243r2,2v30,-43,84,-73,157,-71v136,3,221,82,221,214v0,141,-88,244,-243,244v-97,0,-165,-36,-175,-116v-4,-30,24,-42,51,-42v40,-2,48,29,45,71v-4,60,35,73,92,73v124,0,133,-114,133,-246v0,-106,-24,-185,-130,-184","w":520},"6":{"d":"263,0v115,0,125,-100,125,-222v0,-115,-15,-208,-122,-208v-93,0,-142,54,-140,150v2,119,-1,213,66,264v15,12,40,16,71,16xm268,-444v137,3,220,94,220,225v0,106,-63,176,-138,213v-27,13,-56,20,-87,20v-168,0,-231,-134,-231,-315v0,-181,68,-320,178,-393v90,-59,253,-39,250,84v0,30,-22,53,-54,52v-31,0,-46,-11,-46,-34v0,-30,24,-40,24,-74v0,-62,-93,-54,-130,-29v-92,59,-113,197,-132,328r2,2v24,-45,78,-81,144,-79","w":520},"7":{"d":"186,-632v-70,-1,-99,43,-107,105r-11,0r0,-185r389,0v-20,252,-111,473,-205,644v-26,46,-38,82,-96,82v-19,0,-47,-11,-46,-33v2,-31,26,-44,43,-60v145,-141,241,-312,280,-553r-247,0","w":520},"8":{"d":"269,-713v-132,0,-174,184,-72,244v32,19,70,39,106,56v43,-27,73,-73,73,-144v0,-86,-19,-156,-107,-156xm222,-359v-70,32,-104,91,-102,192v2,97,40,166,139,167v137,1,189,-213,87,-290v-36,-27,-82,-47,-124,-69xm247,14v-122,0,-209,-67,-209,-188v0,-112,92,-157,170,-192v-74,-34,-142,-73,-138,-181v5,-112,87,-180,199,-180v100,0,182,50,182,149v0,97,-73,131,-134,172v78,39,165,85,165,198v0,138,-93,222,-235,222","w":520},"9":{"d":"253,-713v-115,1,-129,101,-129,218v0,112,13,216,125,213v83,-2,141,-53,136,-148v-6,-129,10,-283,-132,-283xm382,-348v-25,44,-69,80,-140,80v-135,0,-218,-95,-218,-226v0,-108,69,-177,146,-214v27,-12,55,-19,82,-19v172,0,227,141,227,329v0,210,-51,370,-215,407v-102,23,-200,-20,-212,-113v-9,-67,95,-80,100,-24v-4,28,-25,39,-24,74v2,62,110,67,158,38v84,-51,101,-188,96,-332","w":520},":":{"d":"139,-334v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm139,11v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53","w":278},";":{"d":"139,-334v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm165,-14v-26,46,-98,23,-98,-29v0,-31,29,-58,61,-57v74,2,99,91,71,160v-21,51,-60,95,-101,123r-9,-12v54,-37,126,-109,76,-185","w":278},"<":{"d":"580,0r-568,-236r0,-8r568,-236r0,20r-535,220r535,220r0,20"},"=":{"d":"56,-163r480,0r0,18r-480,0r0,-18xm56,-335r480,0r0,18r-480,0r0,-18"},">":{"d":"12,-480r568,236r0,8r-568,236r0,-20r536,-220r-536,-220r0,-20"},"?":{"d":"137,11v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm217,-366v-33,2,-57,-19,-71,-34r0,222r-16,0r0,-251r16,0v14,28,28,49,67,49v75,0,69,-90,69,-173v0,-78,3,-163,-64,-163v-29,0,-60,11,-60,40v0,28,23,37,24,65v0,20,-19,36,-40,35v-25,0,-49,-13,-46,-41v6,-67,53,-113,128,-113v88,0,129,75,127,177v-3,102,-34,183,-134,187","w":407},"@":{"d":"328,-360v-31,83,-2,214,94,171v69,-31,81,-126,105,-207v19,-62,1,-120,-61,-120v-79,0,-113,88,-138,156xm381,-520v67,-36,160,-21,171,54r19,-63r58,0r-68,232v-18,50,-14,120,46,114v81,-8,122,-87,149,-157v11,-30,16,-61,16,-93v0,-177,-125,-275,-310,-275v-182,0,-296,104,-354,234v-62,136,-9,301,71,370v61,53,146,96,256,96v109,0,199,-36,270,-94r13,18v-93,79,-282,131,-438,74v-134,-50,-239,-152,-239,-330v0,-186,118,-299,256,-359v136,-59,322,-22,403,55v69,66,119,193,74,312v-31,84,-83,167,-184,174v-60,4,-85,-37,-89,-89v-22,51,-60,88,-123,89v-118,2,-166,-130,-116,-234v25,-55,67,-100,119,-128","w":833},"A":{"d":"324,-597r-110,291r220,0xm-1,-14r88,0r270,-716r24,0r272,716r89,0r0,14r-308,0r0,-14r111,0r-105,-278r-232,0r-105,278r111,0r0,14r-215,0r0,-14","w":741},"B":{"d":"458,-544v0,-135,-85,-171,-217,-154r0,309r92,0v94,1,125,-58,125,-155xm486,-203v0,-99,-40,-172,-135,-172r-110,0r0,361v23,2,38,4,68,4v131,0,177,-61,177,-193xm601,-201v0,191,-194,218,-396,201r-175,0r0,-14r111,0r0,-684r-111,0r0,-14r297,-3v137,1,241,47,241,169v0,104,-88,143,-177,163v110,14,210,62,210,182","w":667},"C":{"d":"425,1v156,3,207,-93,235,-214r11,0r0,213r-15,0v-60,-55,-140,20,-229,15v-162,-9,-258,-98,-317,-214v-42,-84,-44,-206,-6,-298v57,-139,185,-257,385,-227v49,7,116,59,153,12r15,0r0,200r-11,0v-26,-114,-78,-205,-221,-204v-194,2,-233,167,-233,362v0,203,40,352,233,355","w":722},"D":{"d":"623,-352v5,-248,-117,-377,-382,-346r0,684v26,3,57,4,89,4v215,0,289,-138,293,-342xm532,-27v-127,58,-325,17,-502,27r0,-14r111,0r0,-684r-111,0r0,-14r352,-2v221,16,356,130,356,358v0,175,-85,275,-206,329","w":815},"E":{"d":"430,-14v127,-2,180,-99,199,-205r11,0r0,219r-610,0r0,-14r111,0r0,-684r-111,0r0,-14r572,0r0,173r-11,0v-30,-88,-66,-159,-184,-159r-166,0r0,309r65,0v106,4,125,-62,146,-147r11,0r0,311r-11,0v-18,-76,-35,-151,-130,-150r-81,0r0,361r189,0","w":704},"F":{"d":"452,-210v-18,-76,-35,-151,-130,-150r-81,0r0,346r111,0r0,14r-322,0r0,-14r111,0r0,-684r-111,0r0,-14r572,0r0,173r-11,0v-30,-88,-66,-159,-184,-159r-166,0r0,324r65,0v106,4,125,-62,146,-147r11,0r0,311r-11,0","w":667},"G":{"d":"425,1v104,-3,170,-63,173,-172r0,-84r-129,0r0,-14r305,0r0,14r-80,0r0,227r-12,0v-30,-41,-91,-4,-120,12v-63,35,-189,42,-263,8v-139,-64,-265,-236,-209,-448v32,-120,107,-194,205,-246v76,-40,203,-30,269,5v26,14,67,7,78,-15r15,0r0,200r-11,0v-21,-113,-81,-205,-220,-204v-195,1,-234,169,-234,362v0,191,36,360,233,355","w":796},"H":{"d":"30,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,327r333,0r0,-327r-111,0r0,-14r322,0r0,14r-111,0r0,684r111,0r0,14r-322,0r0,-14r111,0r0,-343r-333,0r0,343r111,0r0,14r-322,0r0,-14","w":815},"I":{"d":"33,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,684r111,0r0,14r-322,0r0,-14","w":388},"J":{"d":"164,1v49,0,66,-36,65,-97r0,-602r-111,0r0,-14r322,0r0,14r-111,0r0,515v-1,118,-47,198,-166,198v-81,0,-140,-32,-149,-109v-9,-72,118,-95,118,-22v0,31,-18,42,-18,75v0,31,20,42,50,42","w":463},"K":{"d":"30,-14r111,0r0,-684r-111,0r0,-14r314,0r0,14r-103,0r0,318r10,0r302,-318r-104,0r0,-14r207,0r0,14r-83,0r-254,269r363,415r66,0r0,14r-289,0r0,-14r90,0r-300,-352r-8,0r0,352r103,0r0,14r-314,0r0,-14","w":741},"L":{"d":"419,-14v131,-1,182,-92,211,-205r11,0r0,219r-611,0r0,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,684r178,0","w":685},"M":{"d":"26,-14r111,0r0,-684r-111,0r0,-14r225,0r185,538r2,0r185,-538r221,0r0,14r-111,0r0,684r111,0r0,14r-322,0r0,-14r111,0r0,-678r-2,0r-239,693r-238,-686r-2,0r0,671r111,0r0,14r-237,0r0,-14","w":870},"N":{"d":"21,-14r111,0r0,-684r-111,0r0,-14r214,0r338,545r2,0r0,-531r-111,0r0,-14r237,0r0,14r-111,0r0,712r-20,0r-421,-671r-2,0r0,643r111,0r0,14r-237,0r0,-14","w":722},"O":{"d":"416,-716v-194,0,-233,166,-233,359v0,201,36,358,233,358v196,0,233,-157,233,-358v0,-193,-39,-359,-233,-359xm277,-16v-154,-67,-264,-282,-177,-489v62,-149,243,-281,444,-197v154,65,277,274,193,482v-51,126,-153,235,-321,235v-50,0,-96,-12,-139,-31","w":832},"P":{"d":"479,-525v0,-151,-90,-191,-238,-173r0,340v136,31,238,-23,238,-167xm571,-445v-55,86,-191,125,-330,101r0,330r111,0r0,14r-322,0r0,-14r111,0r0,-684r-111,0r0,-14r299,-3v143,4,265,54,265,190v0,30,-8,57,-23,80","w":648},"Q":{"d":"416,-716v-194,0,-233,166,-233,359v0,201,36,358,233,358v196,0,233,-157,233,-358v0,-193,-39,-359,-233,-359xm736,190v-126,-3,-216,-2,-274,-61v-38,-39,-78,-110,-138,-128v-152,-45,-256,-169,-256,-358v0,-172,102,-285,222,-344v137,-68,293,3,366,78v83,85,144,257,81,403v-57,132,-169,248,-359,232v41,46,139,32,194,68v54,35,68,103,164,96r0,14","w":832},"R":{"d":"458,-544v0,-135,-85,-171,-217,-154r0,309r92,0v94,1,125,-58,125,-155xm721,-19v-43,41,-163,30,-197,-13v-74,-94,30,-352,-183,-343r-100,0r0,361r111,0r0,14r-322,0r0,-14r111,0r0,-684r-111,0r0,-14r286,-3v143,-8,252,44,252,169v0,102,-80,143,-176,161v99,13,189,51,194,161r8,105v5,54,12,110,66,110v21,0,40,-8,52,-21","w":722},"S":{"d":"120,-22v-20,-2,-24,8,-30,22r-15,0r0,-215r11,0v28,130,86,219,243,216v112,-2,177,-59,177,-162v0,-138,-143,-147,-249,-183v-93,-32,-160,-68,-164,-176v-7,-179,196,-255,349,-177v24,12,50,10,57,-15r14,0r0,181r-12,0v-20,-101,-71,-185,-189,-185v-91,0,-165,41,-165,137v0,136,161,137,265,175v84,31,175,67,171,183v-5,148,-102,228,-254,236v-87,4,-140,-29,-209,-37","w":667},"T":{"d":"635,-529v-30,-118,-90,-183,-243,-169r0,684r111,0r0,14r-322,0r0,-14r111,0r0,-684r-58,0v-116,0,-156,71,-185,169r-11,0r0,-183r608,0r0,183r-11,0","w":684},"U":{"d":"379,15v-160,0,-248,-78,-247,-240r0,-473r-111,0r0,-14r322,0r0,14r-111,0r0,483v-1,131,37,217,165,216v145,-1,215,-81,215,-234r0,-465r-111,0r0,-14r237,0r0,14r-111,0r0,485v-4,152,-87,227,-248,228","w":759},"V":{"d":"-12,-712r309,0r0,14r-111,0r222,580r219,-580r-109,0r0,-14r216,0r0,14r-90,0r-269,713r-25,0r-272,-713r-90,0r0,-14","w":722},"W":{"d":"-10,-712r301,0r0,14r-104,0r206,580r2,0r133,-369r-76,-211r-84,0r0,-14r300,0r0,14r-109,0r206,580r2,0r210,-580r-107,0r0,-14r214,0r0,14r-90,0r-259,713r-25,0r-172,-480r-2,0r-174,480r-27,0r-255,-713r-90,0r0,-14","w":1074},"X":{"d":"28,-14r96,0r200,-334r-213,-350r-83,0r0,-14r298,0r0,14r-96,0r160,263r160,-263r-96,0r0,-14r208,0r0,14r-96,0r-167,277r249,407r83,0r0,14r-300,0r0,-14r96,0r-195,-320r-191,320r96,0r0,14r-209,0r0,-14","w":759},"Y":{"d":"203,-14r111,0r0,-287r-225,-397r-91,0r0,-14r306,0r0,14r-100,0r200,352r189,-352r-101,0r0,-14r214,0r0,14r-97,0r-195,365r0,319r111,0r0,14r-322,0r0,-14","w":704},"Z":{"d":"307,-698v-115,0,-165,67,-191,160r-11,0r0,-174r477,0r-419,698v124,-7,281,24,345,-49v31,-35,68,-94,79,-156r11,0r0,219r-553,0r417,-698r-155,0","w":648},"[":{"d":"122,-712r125,0r0,20r-105,0r0,952r105,0r0,20r-125,0r0,-992","w":278},"\\":{"d":"293,0r-20,6r-270,-718r20,-6","w":296},"]":{"d":"156,280r-125,0r0,-20r105,0r0,-952r-105,0r0,-20r125,0r0,992","w":278},"^":{"d":"292,-712r9,0r172,407r-21,0r-156,-369r-155,369r-22,0"},"_":{"d":"0,75r500,0r0,31r-500,0r0,-31","w":500},"`":{"d":"20,-674v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0","w":278},"a":{"d":"201,-6v112,0,107,-131,100,-239v-43,55,-179,43,-174,151v3,52,20,88,74,88xm389,-55v-8,59,53,56,81,33r8,11v-18,14,-41,25,-75,25v-66,0,-84,-32,-101,-78v-19,49,-60,79,-132,78v-78,-1,-129,-25,-129,-97v0,-133,171,-102,244,-165v19,-16,21,-40,21,-77v0,-62,-13,-105,-77,-103v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-49,-11,-49,-43v0,-79,70,-111,156,-111v100,0,162,43,162,138r0,249","w":481},"b":{"d":"322,0v119,1,119,-110,119,-229v0,-105,-11,-199,-115,-199v-122,0,-137,104,-135,232v2,104,25,195,131,196xm323,14v-78,2,-111,-50,-134,-101r0,87r-161,0r0,-14r77,0r0,-693r-77,0r0,-14r163,0r0,372r2,0v20,-77,129,-117,218,-75v91,43,165,170,113,294v-32,77,-98,141,-201,144"},"c":{"d":"277,0v90,2,134,-48,154,-113r15,3v-21,71,-72,127,-170,124v-138,-5,-231,-79,-231,-226v0,-140,93,-230,233,-230v83,0,162,30,162,114v0,29,-21,49,-52,48v-22,0,-48,-9,-48,-33v0,-17,14,-50,14,-67v0,-33,-41,-48,-76,-48v-115,1,-133,95,-133,219v0,112,20,208,132,209","w":481},"d":{"d":"267,-428v-104,0,-115,94,-115,199v0,119,0,230,119,229v106,-1,129,-92,131,-196v2,-128,-13,-232,-135,-232xm182,-424v91,-43,197,1,220,75r0,-358r-77,0r0,-14r163,0r0,707r77,0r0,14r-161,0v-2,-28,4,-63,-2,-87v-18,55,-57,101,-132,101v-103,0,-168,-67,-200,-144v-52,-128,20,-250,112,-294"},"e":{"d":"352,-262v8,-86,-1,-168,-86,-166v-93,2,-112,79,-119,166r205,0xm276,14v-170,0,-275,-148,-214,-312v35,-92,139,-173,268,-134v74,22,124,83,124,184r-308,0v-5,125,6,248,131,248v90,0,134,-48,154,-113r15,3v-21,71,-72,124,-170,124","w":500},"f":{"d":"292,-716v-67,0,-101,64,-101,148r0,139r124,0r0,14r-124,0r0,401r91,0r0,14r-254,0r0,-14r77,0r0,-401r-77,0r0,-14r77,0v2,-86,3,-172,45,-219v33,-36,83,-82,148,-82v70,0,124,32,124,93v0,28,-16,53,-48,51v-19,-1,-46,-7,-46,-32v0,-23,19,-38,19,-61v0,-29,-30,-37,-55,-37","w":333},"g":{"d":"416,133v8,-116,-111,-104,-222,-103v-40,22,-75,48,-74,112v1,84,54,124,135,124v91,0,155,-47,161,-133xm260,-164v76,-1,95,-50,96,-131v0,-75,-19,-135,-97,-133v-77,2,-103,47,-103,133v-1,80,23,132,104,131xm173,30v-81,-1,-129,-19,-129,-95v0,-68,49,-97,95,-119v-39,-27,-58,-63,-58,-108v0,-96,82,-144,178,-150v53,-3,101,29,125,51v15,-25,44,-52,86,-51v29,1,54,10,54,45v0,22,-17,35,-35,36v-39,2,-29,-74,-75,-41v-7,6,-14,12,-19,19v15,18,38,54,37,94v-4,126,-179,170,-279,113v-33,15,-71,30,-71,76v0,38,30,49,68,49r158,0v93,0,157,44,153,139v-5,126,-99,198,-226,198v-94,0,-179,-32,-179,-120v0,-79,64,-108,117,-136","w":519},"h":{"d":"347,-426v-102,5,-159,80,-159,186r0,226r77,0r0,14r-240,0r0,-14r77,0r0,-693r-77,0r0,-14r163,0r0,393r2,0v27,-61,79,-112,170,-112v88,1,149,42,149,134r0,292r77,0r0,14r-240,0r0,-14r77,0r0,-323v0,-51,-24,-92,-76,-89","w":611},"i":{"d":"146,-609v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm28,-14r77,0r0,-401r-77,0r0,-14r163,0r0,415r77,0r0,14r-240,0r0,-14","w":296},"j":{"d":"146,-609v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm45,272v48,0,60,-41,60,-99r0,-588r-77,0r0,-14r163,0r0,449v2,147,-23,266,-152,266v-58,0,-107,-31,-110,-91v-1,-30,18,-48,45,-48v48,-1,33,49,29,86v-3,25,20,39,42,39","w":296},"k":{"d":"28,-14r77,0r0,-693r-77,0r0,-14r163,0r0,478r11,0r199,-172r-71,0r0,-14r155,0r0,14r-60,0r-156,134r221,267r43,0r0,14r-225,0r0,-14r71,0r-177,-215r-11,0r0,215r55,0r0,14r-218,0r0,-14","w":537},"l":{"d":"28,-14r77,0r0,-693r-77,0r0,-14r163,0r0,707r77,0r0,14r-240,0r0,-14","w":296},"m":{"d":"326,-426v-95,0,-143,82,-143,190r0,222r77,0r0,14r-240,0r0,-14r77,0r0,-401r-77,0r0,-14r161,0v2,34,-4,75,2,105v25,-71,70,-114,156,-116v74,-1,123,35,141,95v23,-56,68,-95,147,-95v97,0,146,50,146,149r0,277r77,0r0,14r-240,0r0,-14r77,0r0,-340v1,-44,-26,-74,-69,-72v-89,4,-140,62,-140,157r0,255r77,0r0,14r-240,0r0,-14r77,0r0,-326v1,-52,-20,-86,-66,-86","w":870},"n":{"d":"347,-426v-102,5,-159,80,-159,186r0,226r77,0r0,14r-240,0r0,-14r77,0r0,-401r-77,0r0,-14r161,0v2,34,-4,77,2,107v29,-62,77,-119,172,-118v88,1,149,42,149,134r0,292r77,0r0,14r-240,0r0,-14r77,0r0,-323v0,-51,-24,-92,-76,-89","w":611},"o":{"d":"278,-428v-115,0,-133,94,-133,214v0,123,18,214,133,214v115,0,133,-92,133,-214v0,-120,-18,-214,-133,-214xm192,-4v-102,-41,-188,-167,-126,-301v43,-93,164,-169,294,-120v101,38,190,167,131,299v-43,95,-169,174,-299,122","w":556},"p":{"d":"322,0v119,1,119,-110,119,-229v0,-105,-11,-199,-115,-199v-122,0,-137,104,-135,232v2,104,25,195,131,196xm323,14v-76,2,-109,-48,-132,-97r0,349r77,0r0,14r-240,0r0,-14r77,0r0,-681r-77,0r0,-14r161,0v2,27,-4,61,2,84v20,-80,129,-122,220,-79v92,43,165,170,113,294v-32,77,-98,141,-201,144"},"q":{"d":"267,-428v-104,0,-115,94,-115,199v0,119,0,230,119,229v106,-1,129,-92,131,-196v2,-128,-13,-232,-135,-232xm263,-442v77,-2,117,46,141,97r0,-84r161,0r0,14r-77,0r0,681r77,0r0,14r-240,0r0,-14r77,0r0,-349r-2,0v-18,53,-57,97,-130,97v-103,0,-168,-67,-200,-144v-52,-128,19,-253,112,-294v26,-11,52,-18,81,-18"},"r":{"d":"294,-420v-136,29,-99,244,-104,406r87,0r0,14r-250,0r0,-14r77,0r0,-401r-77,0r0,-14r161,0v2,32,-4,73,2,101v18,-58,54,-112,131,-112v55,0,87,30,89,83v1,39,-18,54,-50,55v-66,1,-31,-46,-31,-86v0,-21,-12,-32,-35,-32","w":407},"s":{"d":"218,14v-60,4,-111,-51,-151,-14r-11,0r0,-140r11,0v22,74,61,140,158,140v47,0,86,-29,82,-83v-10,-142,-245,-46,-242,-227v2,-83,59,-129,144,-132v44,-2,60,17,96,21v12,1,13,-11,27,-8r0,114r-11,0v-19,-55,-39,-107,-112,-113v-80,-6,-137,82,-79,128v73,58,247,44,247,172v0,90,-65,136,-159,142","w":426},"t":{"d":"94,-558v23,11,69,10,86,-8r0,137r142,0r0,14r-142,0r0,327v0,51,13,87,60,88v48,1,77,-43,84,-84r14,5v-12,53,-43,93,-110,93v-91,0,-134,-31,-134,-111r0,-318r-77,0r0,-14r77,0r0,-129","w":333},"u":{"d":"272,0v87,0,134,-86,134,-183r0,-232r-76,0r0,-14r162,0r0,415r77,0r0,14r-161,0v-2,-32,4,-73,-2,-101v-27,60,-66,115,-153,115v-101,0,-152,-42,-152,-145r0,-284r-77,0r0,-14r163,0r0,307v0,69,16,122,85,122"},"v":{"d":"-18,-429r242,0r0,14r-82,0r129,314r134,-314r-82,0r0,-14r152,0r0,14r-54,0r-189,448r-182,-448r-68,0r0,-14","w":481},"w":{"d":"-4,-429r241,0r0,14r-83,0r112,312r104,-247r-25,-65r-42,0r0,-14r199,0r0,14r-67,0r116,310r125,-310r-94,0r0,-14r163,0r0,14r-53,0r-179,448r-136,-363r-152,363r-161,-448r-68,0r0,-14","w":741},"x":{"d":"15,-14r53,0r137,-184r-149,-217r-56,0r0,-14r235,0r0,14r-79,0r103,150r108,-150r-74,0r0,-14r147,0r0,14r-53,0r-119,164r163,237r55,0r0,14r-234,0r0,-14r79,0r-117,-170r-126,170r74,0r0,14r-147,0r0,-14","w":481},"y":{"d":"73,194v0,24,-41,75,9,75v74,0,86,-80,111,-144r44,-112r-173,-428r-69,0r0,-14r245,0r0,14r-84,0r129,314r135,-314r-83,0r0,-14r153,0r0,14r-54,0r-201,473r-34,87v-30,66,-46,141,-133,141v-55,0,-85,-27,-90,-77v-6,-58,95,-69,95,-15","w":481},"z":{"d":"199,-415v-88,-6,-108,35,-133,98r-8,0r14,-112r317,0r-249,415v81,-5,184,20,218,-40v13,-23,22,-49,31,-76r8,0r-13,130r-348,0r249,-415r-86,0","w":426},"{":{"d":"34,-219v90,-16,136,-49,136,-156v0,-116,-18,-250,59,-304v28,-19,65,-30,108,-33r0,18v-190,-8,-133,211,-153,382v-7,64,-57,89,-122,96v82,7,126,51,127,146r1,149v-4,113,35,181,147,183r0,18v-129,-3,-177,-88,-167,-230r0,-107v5,-107,-46,-140,-136,-156r0,-6","w":333},"|":{"d":"101,-750r20,0r0,1000r-20,0r0,-1000","w":222},"}":{"d":"299,-213v-90,16,-136,49,-136,156v0,116,19,250,-59,304v-29,20,-64,30,-108,33r0,-18v190,8,132,-211,152,-382v7,-64,58,-89,123,-96v-82,-7,-126,-51,-127,-146r-1,-149v4,-113,-35,-181,-147,-183r0,-18v129,3,177,88,167,230r0,107v-5,107,46,140,136,156r0,6","w":333},"~":{"d":"414,-210v85,24,124,-47,145,-110r18,0v-20,71,-62,153,-163,132v-86,-18,-168,-88,-267,-88v-73,0,-93,60,-113,114r-18,0v12,-98,108,-156,224,-113"},"\u00c4":{"d":"464,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm278,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm324,-597r-110,291r220,0xm-1,-14r88,0r270,-716r24,0r272,716r89,0r0,14r-308,0r0,-14r111,0r-105,-278r-232,0r-105,278r111,0r0,14r-215,0r0,-14","w":741},"\u00c5":{"d":"419,-843v0,-42,-5,-80,-48,-80v-43,0,-48,38,-48,80v1,50,7,79,48,79v41,0,48,-29,48,-79xm371,-753v-85,6,-122,-114,-57,-161v57,-42,152,-7,149,71v-2,54,-39,87,-92,90xm324,-597r-110,291r220,0xm-1,-14r88,0r270,-716r24,0r272,716r89,0r0,14r-308,0r0,-14r111,0r-105,-278r-232,0r-105,278r111,0r0,14r-215,0r0,-14","w":741},"\u00c7":{"d":"425,1v156,3,207,-93,235,-214r11,0r0,213r-15,0v-61,-56,-145,30,-236,14r-54,58v11,1,28,-15,51,-12v48,6,80,33,82,87v4,91,-124,123,-182,65r8,-12v16,11,37,26,66,25v41,-1,51,-37,51,-79v0,-34,-10,-66,-47,-66v-19,0,-29,6,-40,13r-14,-15r61,-64v-147,-12,-236,-103,-292,-213v-47,-91,-38,-238,6,-327v68,-138,256,-261,451,-171v28,13,63,5,75,-15r15,0r0,200r-11,0v-26,-114,-78,-205,-221,-204v-194,2,-233,167,-233,362v0,203,40,352,233,355","w":722},"\u00c9":{"d":"456,-933v26,-26,75,14,50,44r-182,132r-14,0xm430,-14v127,-2,180,-99,199,-205r11,0r0,219r-610,0r0,-14r111,0r0,-684r-111,0r0,-14r572,0r0,173r-11,0v-30,-88,-66,-159,-184,-159r-166,0r0,309r65,0v106,4,125,-62,146,-147r11,0r0,311r-11,0v-18,-76,-35,-151,-130,-150r-81,0r0,361r189,0","w":704},"\u00d1":{"d":"404,-840v45,22,88,-9,99,-43r14,0v-10,59,-64,125,-139,95v-32,-13,-57,-38,-97,-40v-36,-2,-53,22,-62,47r-14,0v10,-61,62,-122,130,-91xm21,-14r111,0r0,-684r-111,0r0,-14r214,0r338,545r2,0r0,-531r-111,0r0,-14r237,0r0,14r-111,0r0,712r-20,0r-421,-671r-2,0r0,643r111,0r0,14r-237,0r0,-14","w":722},"\u00d6":{"d":"509,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm323,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm416,-716v-194,0,-233,166,-233,359v0,201,36,358,233,358v196,0,233,-157,233,-358v0,-193,-39,-359,-233,-359xm277,-16v-154,-67,-264,-282,-177,-489v62,-149,243,-281,444,-197v154,65,277,274,193,482v-51,126,-153,235,-321,235v-50,0,-96,-12,-139,-31","w":832},"\u00dc":{"d":"489,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm303,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm379,15v-160,0,-248,-78,-247,-240r0,-473r-111,0r0,-14r322,0r0,14r-111,0r0,483v-1,131,37,217,165,216v145,-1,215,-81,215,-234r0,-465r-111,0r0,-14r237,0r0,14r-111,0r0,485v-4,152,-87,227,-248,228","w":759},"\u00e1":{"d":"346,-728v26,-26,75,14,50,44r-183,132r-14,0xm201,-6v112,0,107,-131,100,-239v-43,55,-179,43,-174,151v3,52,20,88,74,88xm389,-55v-8,59,53,56,81,33r8,11v-18,14,-41,25,-75,25v-66,0,-84,-32,-101,-78v-19,49,-60,79,-132,78v-78,-1,-129,-25,-129,-97v0,-133,171,-102,244,-165v19,-16,21,-40,21,-77v0,-62,-13,-105,-77,-103v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-49,-11,-49,-43v0,-79,70,-111,156,-111v100,0,162,43,162,138r0,249","w":481},"\u00e0":{"d":"122,-674v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm201,-6v112,0,107,-131,100,-239v-43,55,-179,43,-174,151v3,52,20,88,74,88xm389,-55v-8,59,53,56,81,33r8,11v-18,14,-41,25,-75,25v-66,0,-84,-32,-101,-78v-19,49,-60,79,-132,78v-78,-1,-129,-25,-129,-97v0,-133,171,-102,244,-165v19,-16,21,-40,21,-77v0,-62,-13,-105,-77,-103v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-49,-11,-49,-43v0,-79,70,-111,156,-111v100,0,162,43,162,138r0,249","w":481},"\u00e2":{"d":"213,-719r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm201,-6v112,0,107,-131,100,-239v-43,55,-179,43,-174,151v3,52,20,88,74,88xm389,-55v-8,59,53,56,81,33r8,11v-18,14,-41,25,-75,25v-66,0,-84,-32,-101,-78v-19,49,-60,79,-132,78v-78,-1,-129,-25,-129,-97v0,-133,171,-102,244,-165v19,-16,21,-40,21,-77v0,-62,-13,-105,-77,-103v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-49,-11,-49,-43v0,-79,70,-111,156,-111v100,0,162,43,162,138r0,249","w":481},"\u00e4":{"d":"334,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm148,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm201,-6v112,0,107,-131,100,-239v-43,55,-179,43,-174,151v3,52,20,88,74,88xm389,-55v-8,59,53,56,81,33r8,11v-18,14,-41,25,-75,25v-66,0,-84,-32,-101,-78v-19,49,-60,79,-132,78v-78,-1,-129,-25,-129,-97v0,-133,171,-102,244,-165v19,-16,21,-40,21,-77v0,-62,-13,-105,-77,-103v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-49,-11,-49,-43v0,-79,70,-111,156,-111v100,0,162,43,162,138r0,249","w":481},"\u00e3":{"d":"284,-636v45,22,88,-8,99,-42r14,0v-10,59,-64,124,-139,94v-32,-13,-57,-37,-97,-39v-36,-2,-53,22,-62,47r-14,0v10,-61,62,-123,130,-92xm201,-6v112,0,107,-131,100,-239v-43,55,-179,43,-174,151v3,52,20,88,74,88xm389,-55v-8,59,53,56,81,33r8,11v-18,14,-41,25,-75,25v-66,0,-84,-32,-101,-78v-19,49,-60,79,-132,78v-78,-1,-129,-25,-129,-97v0,-133,171,-102,244,-165v19,-16,21,-40,21,-77v0,-62,-13,-105,-77,-103v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-49,-11,-49,-43v0,-79,70,-111,156,-111v100,0,162,43,162,138r0,249","w":481},"\u00e5":{"d":"289,-650v0,-42,-5,-80,-48,-80v-43,0,-48,38,-48,80v1,50,7,79,48,79v41,0,48,-29,48,-79xm241,-560v-85,6,-122,-113,-57,-160v57,-42,152,-8,149,70v-2,54,-39,87,-92,90xm201,-6v112,0,107,-131,100,-239v-43,55,-179,43,-174,151v3,52,20,88,74,88xm389,-55v-8,59,53,56,81,33r8,11v-18,14,-41,25,-75,25v-66,0,-84,-32,-101,-78v-19,49,-60,79,-132,78v-78,-1,-129,-25,-129,-97v0,-133,171,-102,244,-165v19,-16,21,-40,21,-77v0,-62,-13,-105,-77,-103v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-49,-11,-49,-43v0,-79,70,-111,156,-111v100,0,162,43,162,138r0,249","w":481},"\u00e7":{"d":"277,0v90,2,134,-48,154,-113r15,3v-20,69,-68,120,-157,124r-56,58v11,1,28,-15,51,-12v48,6,80,33,82,87v4,91,-124,123,-182,65r8,-12v16,11,37,26,66,25v41,-1,51,-37,51,-79v0,-34,-10,-66,-47,-66v-19,0,-29,6,-40,13r-14,-15r60,-64v-134,-9,-223,-82,-223,-226v0,-140,93,-230,233,-230v83,0,162,30,162,114v0,29,-21,49,-52,48v-22,0,-48,-9,-48,-33v0,-17,14,-50,14,-67v-1,-34,-42,-48,-79,-48v-116,0,-130,95,-130,219v0,112,20,208,132,209","w":481},"\u00e9":{"d":"354,-728v26,-26,75,14,50,44r-182,132r-14,0xm352,-262v8,-86,-1,-168,-86,-166v-93,2,-112,79,-119,166r205,0xm276,14v-170,0,-275,-148,-214,-312v35,-92,139,-173,268,-134v74,22,124,83,124,184r-308,0v-5,125,6,248,131,248v90,0,134,-48,154,-113r15,3v-21,71,-72,124,-170,124","w":500},"\u00e8":{"d":"131,-674v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm352,-262v8,-86,-1,-168,-86,-166v-93,2,-112,79,-119,166r205,0xm276,14v-170,0,-275,-148,-214,-312v35,-92,139,-173,268,-134v74,22,124,83,124,184r-308,0v-5,125,6,248,131,248v90,0,134,-48,154,-113r15,3v-21,71,-72,124,-170,124","w":500},"\u00ea":{"d":"222,-719r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm352,-262v8,-86,-1,-168,-86,-166v-93,2,-112,79,-119,166r205,0xm276,14v-170,0,-275,-148,-214,-312v35,-92,139,-173,268,-134v74,22,124,83,124,184r-308,0v-5,125,6,248,131,248v90,0,134,-48,154,-113r15,3v-21,71,-72,124,-170,124","w":500},"\u00eb":{"d":"343,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm157,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm352,-262v8,-86,-1,-168,-86,-166v-93,2,-112,79,-119,166r205,0xm276,14v-170,0,-275,-148,-214,-312v35,-92,139,-173,268,-134v74,22,124,83,124,184r-308,0v-5,125,6,248,131,248v90,0,134,-48,154,-113r15,3v-21,71,-72,124,-170,124","w":500},"\u00ed":{"d":"252,-728v26,-26,75,14,50,44r-182,132r-14,0xm28,-14r77,0r0,-401r-77,0r0,-14r163,0r0,415r77,0r0,14r-240,0r0,-14","w":296},"\u00ec":{"d":"29,-674v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm28,-14r77,0r0,-401r-77,0r0,-14r163,0r0,415r77,0r0,14r-240,0r0,-14","w":296},"\u00ee":{"d":"120,-719r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm28,-14r77,0r0,-401r-77,0r0,-14r163,0r0,415r77,0r0,14r-240,0r0,-14","w":296},"\u00ef":{"d":"241,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm55,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm28,-14r77,0r0,-401r-77,0r0,-14r163,0r0,415r77,0r0,14r-240,0r0,-14","w":296},"\u00f1":{"d":"349,-636v45,22,88,-8,99,-42r14,0v-10,59,-64,124,-139,94v-32,-13,-57,-37,-97,-39v-36,-2,-53,22,-62,47r-14,0v10,-61,62,-123,130,-92xm347,-426v-102,5,-159,80,-159,186r0,226r77,0r0,14r-240,0r0,-14r77,0r0,-401r-77,0r0,-14r161,0v2,34,-4,77,2,107v29,-62,77,-119,172,-118v88,1,149,42,149,134r0,292r77,0r0,14r-240,0r0,-14r77,0r0,-323v0,-51,-24,-92,-76,-89","w":611},"\u00f3":{"d":"382,-728v26,-26,75,14,50,44r-182,132r-14,0xm278,-428v-115,0,-133,94,-133,214v0,123,18,214,133,214v115,0,133,-92,133,-214v0,-120,-18,-214,-133,-214xm192,-4v-102,-41,-188,-167,-126,-301v43,-93,164,-169,294,-120v101,38,190,167,131,299v-43,95,-169,174,-299,122","w":556},"\u00f2":{"d":"159,-674v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm278,-428v-115,0,-133,94,-133,214v0,123,18,214,133,214v115,0,133,-92,133,-214v0,-120,-18,-214,-133,-214xm192,-4v-102,-41,-188,-167,-126,-301v43,-93,164,-169,294,-120v101,38,190,167,131,299v-43,95,-169,174,-299,122","w":556},"\u00f4":{"d":"250,-719r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm278,-428v-115,0,-133,94,-133,214v0,123,18,214,133,214v115,0,133,-92,133,-214v0,-120,-18,-214,-133,-214xm192,-4v-102,-41,-188,-167,-126,-301v43,-93,164,-169,294,-120v101,38,190,167,131,299v-43,95,-169,174,-299,122","w":556},"\u00f6":{"d":"371,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm185,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm278,-428v-115,0,-133,94,-133,214v0,123,18,214,133,214v115,0,133,-92,133,-214v0,-120,-18,-214,-133,-214xm192,-4v-102,-41,-188,-167,-126,-301v43,-93,164,-169,294,-120v101,38,190,167,131,299v-43,95,-169,174,-299,122","w":556},"\u00f5":{"d":"321,-636v45,22,88,-8,99,-42r14,0v-10,59,-64,124,-139,94v-32,-13,-57,-37,-97,-39v-36,-2,-53,22,-62,47r-14,0v10,-61,62,-123,130,-92xm278,-428v-115,0,-133,94,-133,214v0,123,18,214,133,214v115,0,133,-92,133,-214v0,-120,-18,-214,-133,-214xm192,-4v-102,-41,-188,-167,-126,-301v43,-93,164,-169,294,-120v101,38,190,167,131,299v-43,95,-169,174,-299,122","w":556},"\u00fa":{"d":"402,-728v26,-26,75,14,50,44r-183,132r-14,0xm272,0v87,0,134,-86,134,-183r0,-232r-76,0r0,-14r162,0r0,415r77,0r0,14r-161,0v-2,-32,4,-73,-2,-101v-27,60,-66,115,-153,115v-101,0,-152,-42,-152,-145r0,-284r-77,0r0,-14r163,0r0,307v0,69,16,122,85,122"},"\u00f9":{"d":"178,-674v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm272,0v87,0,134,-86,134,-183r0,-232r-76,0r0,-14r162,0r0,415r77,0r0,14r-161,0v-2,-32,4,-73,-2,-101v-27,60,-66,115,-153,115v-101,0,-152,-42,-152,-145r0,-284r-77,0r0,-14r163,0r0,307v0,69,16,122,85,122"},"\u00fb":{"d":"269,-719r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm272,0v87,0,134,-86,134,-183r0,-232r-76,0r0,-14r162,0r0,415r77,0r0,14r-161,0v-2,-32,4,-73,-2,-101v-27,60,-66,115,-153,115v-101,0,-152,-42,-152,-145r0,-284r-77,0r0,-14r163,0r0,307v0,69,16,122,85,122"},"\u00fc":{"d":"390,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm204,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm272,0v87,0,134,-86,134,-183r0,-232r-76,0r0,-14r162,0r0,415r77,0r0,14r-161,0v-2,-32,4,-73,-2,-101v-27,60,-66,115,-153,115v-101,0,-152,-42,-152,-145r0,-284r-77,0r0,-14r163,0r0,307v0,69,16,122,85,122"},"\u00b0":{"d":"200,-707v-69,0,-115,46,-115,115v0,69,46,115,115,115v69,0,115,-46,115,-115v0,-69,-46,-115,-115,-115xm200,-457v-81,0,-135,-54,-135,-135v0,-81,54,-135,135,-135v81,0,135,54,135,135v0,81,-54,135,-135,135","w":400},"\u00a2":{"d":"290,14v-41,0,-78,-9,-108,-24r-36,92r-13,-4r37,-93v-87,-35,-142,-172,-92,-288v38,-89,132,-156,261,-134r32,-80r13,4r-32,79v53,14,102,41,102,106v0,29,-21,49,-52,48v-22,0,-49,-9,-48,-33v2,-36,34,-83,-9,-103r-149,372v20,27,48,44,95,44v90,2,134,-48,154,-113r15,3v-21,71,-72,125,-170,124xm289,-428v-142,-7,-137,168,-124,302v2,26,12,48,23,67r144,-362v-12,-4,-27,-7,-43,-7","w":520},"\u00a3":{"d":"151,-97v-24,0,-56,15,-55,42v1,48,61,52,98,33v15,-7,29,-22,44,-45v-26,-20,-55,-30,-87,-30xm262,-94v94,12,260,53,283,-46r12,5v-28,80,-69,169,-185,145v-54,-11,-83,-45,-123,-70v-27,37,-44,58,-99,60v-37,1,-69,-20,-68,-55v2,-72,110,-59,167,-41v18,-115,-46,-190,-72,-280r-104,0r0,-14r98,0v-24,-55,-41,-130,-13,-196v33,-77,95,-141,202,-141v80,0,152,35,152,110v0,40,-19,60,-56,60v-50,0,-39,-61,-20,-88v16,-46,-30,-68,-74,-68v-145,0,-120,188,-112,323r174,0r0,14r-173,0v3,92,31,194,11,282","w":630},"\u00a7":{"d":"169,-412v-35,21,-79,56,-79,109v1,54,48,99,86,122r175,106v54,-31,94,-108,56,-175v-9,-16,-26,-30,-47,-43r-179,-109v-4,-3,-8,-7,-12,-10xm247,266v110,3,170,-121,116,-213v-57,-97,-225,-123,-287,-217v-14,-22,-20,-52,-20,-87v0,-86,50,-137,101,-170v-47,-36,-86,-118,-51,-195v30,-64,88,-112,181,-114v83,-2,151,41,151,111v0,35,-12,55,-48,55v-62,0,-28,-68,-23,-102v-2,-36,-36,-51,-80,-50v-82,2,-132,45,-132,125v0,67,44,97,87,126v68,47,161,76,204,145v47,77,-1,189,-53,226r-32,28v56,38,108,121,70,213v-29,72,-86,133,-186,133v-98,0,-178,-38,-178,-125v0,-28,14,-56,47,-54v24,1,46,8,46,36v0,28,-19,38,-20,65v10,43,50,63,107,64","w":520},"\u00b6":{"d":"200,170v172,-4,205,-144,205,-318r0,-550r-91,0r0,550v-2,150,5,290,-114,318xm26,-504v0,-152,121,-208,288,-208r255,0r0,14r-78,0r0,550v4,210,-95,325,-292,332v-71,2,-114,-27,-118,-88v-2,-32,22,-49,53,-51v52,-3,42,46,30,82v1,15,11,33,32,29v111,-19,103,-173,103,-304r0,-142v-156,1,-273,-61,-273,-214"},"\u00df":{"d":"338,-713v-105,0,-142,78,-142,182r0,531r-163,0r0,-14r77,0r0,-465v-3,-156,71,-239,216,-251v130,-11,186,145,106,229v-24,25,-59,40,-64,85v6,62,86,104,126,142v42,40,66,81,66,128v0,104,-74,157,-174,157v-69,0,-139,-18,-142,-87v-1,-36,17,-53,49,-54v22,0,40,13,40,34v0,18,-19,37,-17,55v4,34,29,33,76,38v114,11,124,-137,58,-193v-49,-42,-103,-85,-142,-136v-58,-140,149,-126,146,-269v-2,-73,-45,-112,-116,-112","w":611},"\u00ae":{"d":"245,-720v-105,0,-176,71,-176,176v0,105,71,176,176,176v105,0,176,-71,176,-176v0,-105,-71,-176,-176,-176xm279,-598v0,-39,-25,-46,-59,-42r0,85v38,2,59,-2,59,-43xm350,-456v-1,15,-47,12,-52,-1v-21,-25,7,-97,-50,-94r-28,0r0,99r31,0r0,4r-89,0r0,-4r31,0r0,-188r-31,0r0,-4v63,1,148,-15,148,46v0,28,-23,38,-48,44v32,5,57,19,54,59v-2,28,10,57,34,39xm431,-544v0,134,-128,223,-259,172v-65,-25,-113,-84,-113,-172v0,-111,74,-186,186,-186v111,0,186,75,186,186","w":490},"\u00a9":{"d":"280,-682v-154,64,-271,255,-188,461v49,122,159,215,325,215v165,0,271,-95,325,-215v63,-141,0,-311,-76,-386v-82,-81,-247,-133,-386,-75xm154,-96v-84,-76,-148,-257,-80,-406v58,-126,168,-228,343,-228v174,0,286,102,343,228v68,148,0,327,-80,406v-87,85,-263,146,-408,80v-45,-20,-83,-48,-118,-80xm561,-148v-34,-34,-85,12,-137,9v-97,-6,-158,-57,-190,-128v-80,-175,80,-381,274,-299v17,7,37,3,45,-9r9,0r0,120r-7,0v-15,-69,-47,-124,-133,-123v-117,0,-139,103,-139,217v0,122,23,212,139,213v93,2,125,-55,141,-128r7,0r0,128r-9,0","w":833},"\u2122":{"d":"495,-701r-56,0r0,-11r122,0r99,289r100,-289r119,0r0,11r-56,0r0,368r56,0r0,11r-171,0r0,-11r57,0r0,-355r-130,371r-128,-368r0,352r57,0r0,11r-125,0r0,-11r56,0r0,-368xm399,-609v-16,-64,-47,-100,-129,-92r0,368r57,0r0,11r-171,0r0,-11r56,0r0,-368v-81,-7,-113,29,-129,92r-9,0r0,-103r334,0r0,103r-9,0","w":981},"\u00b4":{"d":"244,-728v26,-26,75,14,50,44r-183,132r-14,0","w":278},"\u00a8":{"d":"232,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm46,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46","w":278},"\u00c6":{"d":"466,-698r-2,0r-225,389r227,0r0,-389xm671,-14v135,9,162,-95,195,-186r11,0r0,200r-522,0r0,-14r111,0r0,-281r-235,0r-163,281r111,0r0,14r-188,0r0,-14r60,0r399,-684r-98,0r0,-14r493,0r0,165r-11,0v-18,-61,-45,-112,-92,-139v-37,-22,-118,-10,-176,-12r0,309v106,12,139,-51,152,-132r11,0r0,278r-11,0v-13,-81,-46,-145,-152,-132r0,361r105,0","w":944},"\u00d8":{"d":"552,-17v-88,47,-218,38,-294,-9r-51,103r-13,-6r52,-105v-101,-63,-178,-166,-178,-323v0,-172,102,-286,222,-344v94,-45,195,-37,282,14r53,-105r13,6r-53,106v99,65,179,164,179,323v0,166,-96,279,-212,340xm416,1v225,3,244,-218,230,-443v-6,-87,-29,-162,-74,-212r-303,606v35,33,84,49,147,49xm416,-716v-194,1,-233,166,-233,359v0,131,16,235,75,299r303,-606v-34,-32,-79,-52,-145,-52","w":832},"\u00b1":{"d":"56,-18r480,0r0,18r-480,0r0,-18xm286,-263r-230,0r0,-18r230,0r0,-199r20,0r0,199r230,0r0,18r-230,0r0,197r-20,0r0,-197"},"\u00a5":{"d":"152,-14r88,0r0,-288r-184,0r0,-14r182,0r-51,-110r-131,0r0,-14r125,0r-117,-258r-69,0r0,-14r257,0r0,14r-88,0r161,366r143,-366r-77,0r0,-14r170,0r0,14r-75,0r-100,258r127,0r0,14r-133,0r-42,110r175,0r0,14r-177,0r0,288r88,0r0,14r-272,0r0,-14","w":556},"\u00b5":{"d":"262,14v-39,2,-57,-25,-75,-44r0,310r-86,0r0,-695r-77,0r0,-14r163,0r0,307v0,69,16,122,85,122v87,0,134,-86,134,-183r0,-232r-77,0r0,-14r163,0r0,415r77,0r0,14r-161,0v-2,-32,4,-73,-2,-101v-26,58,-65,111,-144,115"},"\u00aa":{"d":"133,-474v69,0,71,-74,63,-137v-29,36,-113,21,-110,90v1,29,11,47,47,47xm255,-500v-3,35,32,33,53,20r5,8v-12,8,-28,15,-49,15v-44,0,-53,-19,-66,-46v-10,32,-41,46,-85,46v-49,0,-84,-13,-84,-58v0,-101,171,-39,171,-145v0,-37,-8,-57,-49,-56v-25,0,-49,5,-50,27v5,23,9,51,-21,51v-25,0,-32,-6,-32,-26v0,-43,46,-67,102,-66v63,1,105,23,105,83r0,147","w":313},"\u00ba":{"d":"180,-716v-67,1,-79,50,-79,120v0,76,13,125,79,125v67,0,80,-48,80,-125v0,-70,-12,-120,-80,-120xm180,-457v-81,0,-146,-54,-146,-138v0,-82,65,-135,146,-135v81,0,147,53,147,135v0,84,-66,138,-147,138","w":361},"\u00e6":{"d":"195,-6v115,-1,120,-137,112,-251v-43,71,-189,45,-186,163v0,52,20,88,74,88xm579,-262v8,-78,6,-169,-70,-166v-86,3,-102,72,-112,166r182,0xm65,-331v-2,-135,245,-141,297,-52v47,-56,177,-83,247,-22v37,32,69,82,67,157r-280,0v-3,121,-4,251,118,248v75,-2,128,-42,142,-109r15,4v-18,71,-71,119,-167,119v-99,0,-157,-45,-187,-117v-13,73,-65,107,-153,117v-132,14,-171,-142,-68,-192v80,-39,220,-24,217,-149v0,-62,-26,-101,-90,-101v-40,0,-76,11,-76,49v0,41,19,91,-33,91v-39,0,-48,-11,-49,-43","w":722},"\u00f8":{"d":"385,-412v88,42,160,164,106,286v-43,98,-181,180,-308,117r-43,87r-13,-6r44,-88v-89,-39,-161,-171,-105,-289v46,-95,184,-176,306,-113r44,-88r13,6xm278,0v151,9,143,-192,124,-322v-4,-28,-16,-50,-29,-65r-180,358v20,22,48,27,85,29xm278,-428v-152,-8,-143,196,-123,324v4,28,16,49,28,64r179,-358v-20,-21,-46,-28,-84,-30","w":556},"\u00bf":{"d":"270,-442v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53xm190,-65v33,-2,57,19,71,34r0,-222r16,0r0,251r-16,0v-14,-28,-28,-49,-67,-49v-75,0,-69,90,-69,173v0,79,-3,163,64,163v29,0,60,-11,60,-40v0,-27,-24,-36,-24,-65v0,-20,19,-36,40,-35v25,0,49,13,46,41v-6,67,-53,113,-128,113v-88,0,-129,-75,-127,-177v3,-102,34,-183,134,-187","w":407},"\u00a1":{"d":"157,-442v29,0,53,24,53,53v0,29,-24,53,-53,53v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53xm157,299v-65,0,-46,-82,-41,-139r31,-413r20,0r38,505v0,27,-20,47,-48,47","w":314},"\u00ac":{"d":"516,-317r-460,0r0,-18r480,0r0,190r-20,0r0,-172"},"\u00ab":{"d":"344,-77v-101,-6,-184,-92,-138,-199v21,-50,74,-74,138,-83r3,11v-58,17,-92,51,-92,130v0,79,34,113,92,130xm211,-77v-101,-6,-185,-92,-139,-199v21,-50,75,-74,139,-83r3,11v-58,17,-92,51,-92,130v0,79,34,113,92,130","w":407},"\u00bb":{"d":"63,-359v101,6,185,92,139,199v-21,50,-75,74,-139,83r-3,-11v58,-17,92,-51,92,-130v0,-79,-34,-113,-92,-130xm196,-359v101,6,184,92,138,199v-21,50,-74,74,-138,83r-3,-11v58,-17,92,-51,92,-130v0,-79,-34,-113,-92,-130","w":407},"\u2026":{"d":"833,11v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm500,11v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm167,11v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53","w":1000},"\u00a0":{"w":278},"\u00c0":{"d":"252,-879v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm324,-597r-110,291r220,0xm-1,-14r88,0r270,-716r24,0r272,716r89,0r0,14r-308,0r0,-14r111,0r-105,-278r-232,0r-105,278r111,0r0,14r-215,0r0,-14","w":741},"\u00c3":{"d":"414,-840v45,22,88,-9,99,-43r14,0v-10,59,-64,125,-139,95v-32,-13,-57,-38,-97,-40v-36,-2,-53,22,-62,47r-14,0v10,-61,62,-122,130,-91xm324,-597r-110,291r220,0xm-1,-14r88,0r270,-716r24,0r272,716r89,0r0,14r-308,0r0,-14r111,0r-105,-278r-232,0r-105,278r111,0r0,14r-215,0r0,-14","w":741},"\u00d5":{"d":"459,-840v45,22,88,-9,99,-43r14,0v-10,59,-64,125,-139,95v-32,-13,-57,-38,-97,-40v-36,-2,-53,22,-62,47r-14,0v10,-61,62,-122,130,-91xm416,-716v-194,0,-233,166,-233,359v0,201,36,358,233,358v196,0,233,-157,233,-358v0,-193,-39,-359,-233,-359xm277,-16v-154,-67,-264,-282,-177,-489v62,-149,243,-281,444,-197v154,65,277,274,193,482v-51,126,-153,235,-321,235v-50,0,-96,-12,-139,-31","w":832},"\u2013":{"d":"0,-225r500,0r0,14r-500,0r0,-14","w":500},"\u2014":{"d":"130,-225r740,0r0,14r-740,0r0,-14","w":1000},"\u201c":{"d":"141,-457v-105,0,-91,-150,-42,-205v22,-24,46,-50,70,-68r8,10v-47,35,-121,105,-74,181v9,-10,23,-25,44,-25v30,0,53,21,52,52v0,28,-26,55,-58,55xm327,-457v-105,0,-91,-150,-42,-205v22,-24,46,-50,70,-68r8,10v-47,35,-121,105,-74,181v9,-10,23,-25,44,-25v30,0,53,21,52,52v0,28,-26,55,-58,55","w":444},"\u201d":{"d":"303,-730v104,2,92,151,42,206v-21,24,-46,51,-70,67r-8,-10v47,-35,121,-105,74,-181v-9,10,-23,25,-44,25v-30,0,-53,-21,-52,-52v0,-28,26,-56,58,-55xm117,-730v104,2,92,151,42,206v-21,24,-46,51,-70,67r-8,-10v47,-35,121,-105,74,-181v-9,10,-23,25,-44,25v-30,0,-53,-21,-52,-52v0,-28,26,-56,58,-55","w":444},"\u2018":{"d":"150,-447v-75,-2,-100,-92,-71,-160v21,-51,60,-95,101,-123r9,12v-45,36,-94,66,-94,133v0,22,6,39,18,52v26,-46,98,-23,98,29v0,31,-29,58,-61,57","w":278},"\u2019":{"d":"128,-730v74,2,99,91,71,160v-21,51,-60,95,-101,123r-9,-12v54,-37,126,-109,76,-185v-26,46,-98,23,-98,-29v0,-31,29,-58,61,-57","w":278},"\u00f7":{"d":"296,-346v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm296,-28v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53xm56,-249r480,0r0,18r-480,0r0,-18"},"\u00ff":{"d":"350,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm164,-616v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm73,194v0,24,-41,75,9,75v74,0,86,-80,111,-144r44,-112r-173,-428r-69,0r0,-14r245,0r0,14r-84,0r129,314r135,-314r-83,0r0,-14r153,0r0,14r-54,0r-201,473r-34,87v-30,66,-46,141,-133,141v-55,0,-85,-27,-90,-77v-6,-58,95,-69,95,-15","w":481},"\u00b7":{"d":"139,-211v-29,0,-53,-24,-53,-53v0,-29,24,-53,53,-53v29,0,53,24,53,53v0,29,-24,53,-53,53","w":278},"\u00c2":{"d":"343,-924r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm324,-597r-110,291r220,0xm-1,-14r88,0r270,-716r24,0r272,716r89,0r0,14r-308,0r0,-14r111,0r-105,-278r-232,0r-105,278r111,0r0,14r-215,0r0,-14","w":741},"\u00ca":{"d":"324,-924r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm430,-14v127,-2,180,-99,199,-205r11,0r0,219r-610,0r0,-14r111,0r0,-684r-111,0r0,-14r572,0r0,173r-11,0v-30,-88,-66,-159,-184,-159r-166,0r0,309r65,0v106,4,125,-62,146,-147r11,0r0,311r-11,0v-18,-76,-35,-151,-130,-150r-81,0r0,361r189,0","w":704},"\u00c1":{"d":"476,-933v26,-26,75,14,50,44r-183,132r-14,0xm324,-597r-110,291r220,0xm-1,-14r88,0r270,-716r24,0r272,716r89,0r0,14r-308,0r0,-14r111,0r-105,-278r-232,0r-105,278r111,0r0,14r-215,0r0,-14","w":741},"\u00cb":{"d":"445,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm259,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm430,-14v127,-2,180,-99,199,-205r11,0r0,219r-610,0r0,-14r111,0r0,-684r-111,0r0,-14r572,0r0,173r-11,0v-30,-88,-66,-159,-184,-159r-166,0r0,309r65,0v106,4,125,-62,146,-147r11,0r0,311r-11,0v-18,-76,-35,-151,-130,-150r-81,0r0,361r189,0","w":704},"\u00c8":{"d":"233,-879v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm430,-14v127,-2,180,-99,199,-205r11,0r0,219r-610,0r0,-14r111,0r0,-684r-111,0r0,-14r572,0r0,173r-11,0v-30,-88,-66,-159,-184,-159r-166,0r0,309r65,0v106,4,125,-62,146,-147r11,0r0,311r-11,0v-18,-76,-35,-151,-130,-150r-81,0r0,361r189,0","w":704},"\u00cd":{"d":"298,-933v26,-26,75,14,50,44r-182,132r-14,0xm33,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,684r111,0r0,14r-322,0r0,-14","w":388},"\u00ce":{"d":"166,-924r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm33,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,684r111,0r0,14r-322,0r0,-14","w":388},"\u00cf":{"d":"287,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm101,-801v-25,0,-46,-21,-46,-46v0,-25,21,-46,46,-46v25,0,46,21,46,46v0,25,-21,46,-46,46xm33,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,684r111,0r0,14r-322,0r0,-14","w":388},"\u00cc":{"d":"75,-879v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm33,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,684r111,0r0,14r-322,0r0,-14","w":388},"\u00d3":{"d":"520,-933v26,-26,75,14,50,44r-182,132r-14,0xm416,-716v-194,0,-233,166,-233,359v0,201,36,358,233,358v196,0,233,-157,233,-358v0,-193,-39,-359,-233,-359xm277,-16v-154,-67,-264,-282,-177,-489v62,-149,243,-281,444,-197v154,65,277,274,193,482v-51,126,-153,235,-321,235v-50,0,-96,-12,-139,-31","w":832},"\u00d4":{"d":"388,-924r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm416,-716v-194,0,-233,166,-233,359v0,201,36,358,233,358v196,0,233,-157,233,-358v0,-193,-39,-359,-233,-359xm277,-16v-154,-67,-264,-282,-177,-489v62,-149,243,-281,444,-197v154,65,277,274,193,482v-51,126,-153,235,-321,235v-50,0,-96,-12,-139,-31","w":832},"\u00d2":{"d":"297,-879v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm416,-716v-194,0,-233,166,-233,359v0,201,36,358,233,358v196,0,233,-157,233,-358v0,-193,-39,-359,-233,-359xm277,-16v-154,-67,-264,-282,-177,-489v62,-149,243,-281,444,-197v154,65,277,274,193,482v-51,126,-153,235,-321,235v-50,0,-96,-12,-139,-31","w":832},"\u00da":{"d":"500,-933v26,-26,75,14,50,44r-182,132r-14,0xm379,15v-160,0,-248,-78,-247,-240r0,-473r-111,0r0,-14r322,0r0,14r-111,0r0,483v-1,131,37,217,165,216v145,-1,215,-81,215,-234r0,-465r-111,0r0,-14r237,0r0,14r-111,0r0,485v-4,152,-87,227,-248,228","w":759},"\u00db":{"d":"368,-924r56,0r113,167r-14,0r-127,-105r-127,105r-14,0xm379,15v-160,0,-248,-78,-247,-240r0,-473r-111,0r0,-14r322,0r0,14r-111,0r0,483v-1,131,37,217,165,216v145,-1,215,-81,215,-234r0,-465r-111,0r0,-14r237,0r0,14r-111,0r0,485v-4,152,-87,227,-248,228","w":759},"\u00d9":{"d":"277,-879v-29,-13,-18,-65,16,-62v30,3,30,15,51,40r118,144r-14,0xm379,15v-160,0,-248,-78,-247,-240r0,-473r-111,0r0,-14r322,0r0,14r-111,0r0,483v-1,131,37,217,165,216v145,-1,215,-81,215,-234r0,-465r-111,0r0,-14r237,0r0,14r-111,0r0,485v-4,152,-87,227,-248,228","w":759},"\u00af":{"d":"-1,-633r280,0r0,31r-280,0r0,-31","w":278},"\u00b8":{"d":"166,80v-19,0,-29,6,-40,13r-14,-15r74,-78r20,0r-69,72v11,1,28,-15,51,-12v48,6,80,33,82,87v4,91,-124,123,-182,65r8,-12v16,11,37,26,66,25v41,-1,51,-37,51,-79v0,-34,-10,-66,-47,-66","w":278},"\u00a4":{"d":"278,-540v-110,0,-183,73,-183,183v0,110,73,183,183,183v110,0,183,-73,183,-183v0,-110,-73,-183,-183,-183xm277,-154v-61,1,-104,-26,-136,-53r-64,64r-13,-13r63,-64v-70,-67,-65,-211,1,-274r-64,-64r13,-13r64,64v34,-31,78,-53,137,-53v58,0,102,24,136,53r65,-64r13,13r-64,64v31,35,53,78,53,137v0,59,-21,103,-53,137r64,64r-13,13r-65,-64v-32,33,-81,52,-137,53","w":556},"\u00be":{"d":"565,-14r54,0r0,-89r-179,0r76,-145r38,-68v30,-45,51,-93,96,-118v23,-6,60,5,38,26v-88,83,-170,174,-225,289r156,0r0,-159r58,0r0,159r54,0r0,16r-54,0r0,89r54,0r0,14r-166,0r0,-14xm581,-727r18,9r-380,732r-18,-9xm329,-418v8,138,-228,190,-273,61v-4,-11,-5,-18,-6,-23r15,-2v10,56,48,86,104,87v73,2,92,-49,92,-122v0,-108,-83,-131,-153,-84r-9,-13v60,-32,156,-28,151,-129v-2,-47,-17,-68,-62,-70v-36,-1,-58,18,-62,41v-1,10,12,27,12,37v0,17,-13,21,-30,21v-19,0,-29,-10,-29,-29v0,-57,53,-84,115,-84v67,0,118,32,118,93v0,65,-63,78,-107,100v69,10,120,52,124,116","w":834},"\u00bc":{"d":"565,-14r54,0r0,-89r-179,0r76,-145r38,-68v30,-45,51,-93,96,-118v23,-6,60,5,38,26v-88,83,-170,174,-225,289r156,0r0,-159r58,0r0,159r54,0r0,16r-54,0r0,89r54,0r0,14r-166,0r0,-14xm581,-727r18,9r-380,732r-18,-9xm81,-634v55,-28,99,-51,140,-93r16,0r0,422r70,0r0,14r-198,0r0,-14r70,0r0,-368r-91,50","w":834},"\u00b9":{"d":"51,-634v55,-28,99,-51,140,-93r16,0r0,422r70,0r0,14r-198,0r0,-14r70,0r0,-368r-91,50","w":333},"\u00d7":{"d":"296,-227r-208,208r-13,-14r207,-207r-207,-207r13,-14r208,208r208,-208r13,14r-207,207r207,207r-13,14"},"\u00de":{"d":"479,-403v0,-151,-90,-191,-238,-173r0,340v136,31,238,-23,238,-167xm571,-323v-55,86,-191,125,-330,101r0,208r111,0r0,14r-322,0r0,-14r111,0r0,-684r-111,0r0,-14r322,0r0,14r-111,0r0,108v180,-14,353,23,353,187v0,30,-8,57,-23,80","w":648},"\u00a6":{"d":"101,-675r20,0r0,350r-20,0r0,-350xm101,-175r20,0r0,350r-20,0r0,-350","w":222},"\u00d0":{"d":"623,-352v5,-248,-117,-377,-382,-346r0,309r148,0r0,14r-148,0r0,361v26,3,57,4,89,4v215,0,289,-138,293,-342xm532,-27v-127,58,-325,17,-502,27r0,-14r111,0r0,-361r-111,0r0,-14r111,0r0,-309r-111,0r0,-14r352,-2v221,16,356,130,356,358v0,175,-85,275,-206,329","w":815},"\u00bd":{"d":"671,-53v38,1,50,-28,54,-59r12,0r0,112r-289,0r0,-11v92,-82,216,-146,216,-309v0,-57,-20,-101,-77,-102v-36,-1,-66,14,-67,45v4,21,21,61,-17,60v-22,0,-39,-10,-37,-34v6,-58,62,-85,125,-85v94,0,166,77,129,169v-38,96,-127,147,-196,214r147,0xm581,-727r18,9r-380,732r-18,-9xm81,-634v55,-28,99,-51,140,-93r16,0r0,422r70,0r0,14r-198,0r0,-14r70,0r0,-368r-91,50","w":834},"\u00f0":{"d":"278,-428v-115,0,-133,94,-133,214v0,123,18,214,133,214v115,0,133,-92,133,-214v0,-120,-18,-214,-133,-214xm122,-378v48,-56,199,-97,257,-24v-18,-85,-74,-158,-126,-209r-120,71r-6,-11r116,-69v-36,-30,-75,-62,-125,-84r7,-11v51,21,103,47,147,78r119,-70r6,11r-114,67v118,86,228,201,228,397v0,150,-91,246,-233,246v-105,0,-175,-65,-213,-140v-47,-94,1,-209,57,-252","w":556},"\u00fe":{"d":"322,0v119,1,119,-110,119,-229v0,-105,-11,-199,-115,-199v-122,0,-137,104,-135,232v2,104,25,195,131,196xm323,14v-76,2,-109,-48,-132,-97r0,349r77,0r0,14r-240,0r0,-14r77,0r0,-973r-77,0r0,-14r163,0r0,373r2,0v19,-78,129,-118,218,-76v92,43,165,170,113,294v-32,77,-98,141,-201,144"},"\u00b2":{"d":"233,-344v38,1,50,-28,54,-59r12,0r0,112r-289,0r0,-11v92,-82,216,-146,216,-309v0,-57,-20,-101,-77,-102v-36,-1,-66,14,-67,45v4,21,21,61,-17,60v-22,0,-39,-10,-37,-34v6,-58,62,-85,125,-85v94,0,166,77,129,169v-38,96,-127,147,-196,214r147,0","w":333},"\u00b3":{"d":"299,-418v8,138,-228,190,-273,61v-4,-11,-5,-18,-6,-23r15,-2v10,56,48,86,104,87v73,2,92,-49,92,-122v0,-108,-83,-131,-153,-84r-9,-13v60,-32,156,-28,151,-129v-2,-47,-17,-68,-62,-70v-36,-1,-58,18,-62,41v-1,10,12,27,12,37v0,17,-13,21,-30,21v-19,0,-29,-10,-29,-29v0,-57,53,-84,115,-84v67,0,118,32,118,93v0,65,-63,78,-107,100v69,10,120,52,124,116","w":333},"\u00dd":{"d":"476,-933v26,-26,75,14,50,44r-182,132r-14,0xm203,-14r111,0r0,-287r-225,-397r-91,0r0,-14r306,0r0,14r-100,0r200,352r189,-352r-101,0r0,-14r214,0r0,14r-97,0r-195,365r0,319r111,0r0,14r-322,0r0,-14","w":704},"\u00fd":{"d":"346,-728v26,-26,75,14,50,44r-183,132r-14,0xm73,194v0,24,-41,75,9,75v74,0,86,-80,111,-144r44,-112r-173,-428r-69,0r0,-14r245,0r0,14r-84,0r129,314r135,-314r-83,0r0,-14r153,0r0,14r-54,0r-201,473r-34,87v-30,66,-46,141,-133,141v-55,0,-85,-27,-90,-77v-6,-58,95,-69,95,-15","w":481},"\u00ad":{"d":"92,-251r186,0r0,66r-186,0r0,-66","w":370}}});
$(function() {
Cufon.replace('#intro .feature h2, div#content div.section h1, div#content div.section h2, dl.product-feature dt, #intro div.category-feature h1, .product-listing-b li.product-feature h2, .product-listing-b li.product-feature h1, #intro .feature h1, div#content h1,.fridayNightClubHotels .product-feature .fn,.rail-category h2, .titleFont');
});var k_button = {
"ff_link": document.getElementById("kampylink"),
"close_button": document.getElementById("k_close_button"),
"extra_params": null,
"newwindow": '',
"popitup": function(url) {
if (!this.newwindow.closed && this.newwindow.location)
{
this.newwindow.location.href = url;
}
else
{
this.newwindow=window.open(url, 'kampyle_ff','left='+((window.screenX||window.screenLeft)+10)+',top='+((window.screenY||window.screenTop)+10)+',height=502px,width=440px,resizable=false');
if (!this.newwindow.opener) this.newwindow.opener = self;
}
if (window.focus)
{
this.newwindow.focus()
}
return false;
},
"open_ff": function(ff_params, url)
{
var url2send = url || window.location.href;
if (!ff_params)
{
var ff_url = k_button.ff_link.href;
}
else
{
var ff_url = 'http://www.kampyle.com/feedback_form/ff-feedback-form.php?'+ff_params
}
if (this.extra_params)
{
var extra_params = this.make_query_string(this.extra_params);
ff_url = ff_url + '&'+extra_params;
}
this.popitup(ff_url+'&url=' + encodeURIComponent(url2send));
},
"hide_button": function()
{
k_button.ff_link.style.display="none";
k_button.close_button.style.display="none";
},
"make_query_string": function(params)
{
var query_string = '';
var params_tmp = [];
for (var s in params)
{
params_tmp.push(s + '=' + encodeURIComponent(params[s]));
}
query_string = params_tmp.join('&');
return query_string;
},
"addCss": function(path)
{
var fileref=document.createElement("link")
fileref.setAttribute("rel", "stylesheet")
fileref.setAttribute("type", "text/css")
fileref.setAttribute("href", path)
if (typeof fileref!="undefined")
{
document.getElementsByTagName("head")[0].appendChild(fileref)
}
}
}
if (((screen.width<=800) && (screen.height<=600)) && (k_button.ff_link.className != 'k_static'))
{
k_button.close_button.onclick = k_button.hide_button;
k_button.close_button.innerHTML = 'X';
k_button.close_button.style.display="block";
}
var k_push_js_revision='$Rev: 9720 $';var k_button1={"Set_Cookie":function(name,value,expires,path,domain,secure)
{var today=new Date();today.setTime(today.getTime());if(expires)
expires=expires*1000*60*60*24;var expires_date=new Date(today.getTime()+(expires));document.cookie=name+"="+escape(value)+
((expires)?";expires="+expires_date.toGMTString():"")+
((path)?";path="+path:"")+
((domain)?";domain="+domain:"")+
((secure)?";secure":"");},"Get_Cookie":function(name)
{var start=document.cookie.indexOf(name+"=");var len=start+name.length+1;if((!start)&&(name!=document.cookie.substring(0,name.length)))
return null;if(start==-1)return null;var end=document.cookie.indexOf(";",len);if(end==-1)end=document.cookie.length;return unescape(document.cookie.substring(len,end));},"get_main_domain":function()
{var domain=document.domain;if(document.domain!="undefined"&&document.domain!="")
{if(document.domain=='localhost')
main_domain='';else
{var dots=domain.split(/\./g);var tld=dots[dots.length-1];var sTlds=['COM','EDU','NET','ORG','GOV','MIL','INT'];var mDotsLength=3;for(var i in sTlds)
{if(sTlds[i]==tld.toUpperCase())
mDotsLength=2;}
if(dots.length>mDotsLength)
{main_domain=dots.slice(dots.length-mDotsLength).join('.');}
else
{main_domain=domain;}}}
else
main_domain='';return main_domain;}}
if(typeof(k_push_vars)=="undefined")
k_push_vars={}
var k_push={"after_time":20,"popup_w":380,"popup_h":185,"popup_h_brand":200,"myWidth":0,"myHeight":0,"popup_open":false,"counter":0,"branding":1,"lastPosy":null,"cookie_expiration_time_no":21,"getSize":function(){if(typeof(window.innerWidth)=='number'){k_push.myWidth=window.innerWidth;k_push.myHeight=window.innerHeight;}else if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){k_push.myWidth=document.documentElement.clientWidth;k_push.myHeight=document.documentElement.clientHeight;}else if(document.body&&(document.body.clientWidth||document.body.clientHeight)){k_push.myWidth=document.body.clientWidth;k_push.myHeight=document.body.clientHeight;}},"getScrollY":function(){var scrOfY=0;if(typeof(window.pageYOffset)=='number')
scrOfY=window.pageYOffset;else if(document.body&&(document.body.scrollTop))
scrOfY=document.body.scrollTop;else if(document.documentElement&&(document.documentElement.scrollTop))
scrOfY=document.documentElement.scrollTop;return scrOfY;},"mousePos":function(e){if(k_push.popup_open||k_push_vars.popup_manual)
return;k_push.getSize();var posy=0;if(!e)var e=window.event;if(e.pageX||e.pageY)
posy=e.pageY;else if(e.clientX||e.clientY)
posy=e.clientY+k_push.getScrollY();if(k_push.lastPosy==null)
k_push.lastPosy=posy;else
{if(k_push.lastPosy<posy)
k_push.lastPosy=posy;else
{if(posy<k_push.getScrollY()+15)
k_push.openPopup();}}},"popup_init":function(){k_push.getSize();document.onmousemove=k_push.mousePos;var maskBG=document.createElement('div');maskBG.setAttribute('id','k_maskBG');document.body.appendChild(maskBG);var popup=document.createElement('div');var use_brand=k_push.branding&&!k_push_vars.no_brand?true:false;popup.setAttribute('id','k_popup');popup.style.width=(k_push_vars.popup_w?k_push_vars.popup_w:k_push.popup_w)+'px';popup.style.height=(k_push_vars.popup_h?k_push_vars.popup_h:(use_brand?k_push.popup_h_brand:k_push.popup_h))+'px';if(!k_push_vars.popup_h)
popup.style.lineHeight="normal";popup.style.position='absolute';popup.style.top='0px';popup.style.left='0px';popup.style.zIndex='9999';popup.style.fontFamily='arial';popup.style.fontWeight='bold';popup.style.color=(k_push_vars.popup_font_color)?k_push_vars.popup_font_color:'#000000';k_push.ff_link_id=(k_push_vars.ff_link_id)?k_push_vars.ff_link_id:'kampylink';k_push.header=(k_push_vars.header)?k_push_vars.header:'Your feedback is important to us!';k_push.question=(k_push_vars.question)?k_push_vars.question:'Would you be willing to give us a short (1 minute) feedback?';k_push.footer=(k_push_vars.footer)?k_push_vars.footer:'Thank you for helping us improve our website';k_push.yes=(k_push_vars.yes)?k_push_vars.yes:'Yes';k_push.no=(k_push_vars.no)?k_push_vars.no:'No';k_push.yes_background=(k_push_vars.yes_background)?k_push_vars.yes_background:'#76AC78';k_push.no_background=(k_push_vars.no_background)?k_push_vars.no_background:'#8D9B86';k_push.dir=(k_push_vars.text_direction=='rtl')?'rtl':'ltr';k_push.remind=k_push_vars.remind?k_push_vars.remind:'Remind me later';k_push.remind_font_color=(k_push_vars.remind_font_color)?k_push_vars.remind_font_color:'#3882C3';if(k_push.dir=='ltr')
{k_push.yes_float='left';k_push.no_float='right';}
else
{k_push.yes_float='right';k_push.no_float='left';}
k_push.images_dir=(k_push_vars.images_dir)?k_push_vars.images_dir:'http://cf.kampyle.com/';k_push.separator=k_push_vars.popup_separator?k_push_vars.popup_separator:"#ffffff";var branding=use_brand?"<div style='direction:ltr;text-align:right; font-weight:normal;margin-right:10px'><a target='_blank' style='position:relative;bottom:3px' href='http://www.kampyle.com/feedback-form-registration?r=push'>Feedback Analytics by</a> &nbsp;<a target='_blank' href='http://www.kampyle.com/feedback-form-registration?r=push_logo'><img src='http://www.kampyle.com/images/feedback-form/logo.gif' /></a></div>":""
popup.innerHTML="<div id='k_popup_inner'><div style='border-bottom: 1px solid "+k_push.separator+"; text-align: center; font-size: 20px; padding: 10px; direction:"+k_push.dir+"'><strong>"+k_push.header+"</strong></div><div style='border-bottom: 1px solid "+k_push.separator+"; font-size: 11px; padding: 10px 0 10px 0; text-align: center; direction:"+k_push.dir+"'>"+k_push.question+"<div style='margin: 0 auto; width: 138px; padding: 10px 0 0 0;'><a style='cursor:pointer;background-color:"+k_push.yes_background+";border-color:#D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);border-style:solid;border-width:1px;padding:2px 10px 3px;text-align:center;font-size:11px;font-weight: bold; text-decoration: none; color: black; width: 40px; float: "+k_push.yes_float+";' onclick='document.getElementById(\""+k_push.ff_link_id+"\").rel = \"&amp;push=1\";document.getElementById(\""+k_push.ff_link_id+"\").onclick();k_push.closePopup(); return false;'>"+k_push.yes+"</a><a style='cursor:pointer;background-color:"+k_push.no_background+";border-color:#D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234) ;border-style:solid;border-width:1px;padding:2px 10px 3px;text-align:center;font-size:11px;font-weight: bold; text-decoration: none; color: black; width: 40px; float: "+k_push.no_float+";' onclick='k_push.closePopup(); return false;'>"+k_push.no+"</a><br /><br /><a onclick='k_push.remind_later()' style='font-weight:normal; cursor: pointer; color: "+k_push.remind_font_color+"; text-decoration: underline'>"+k_push.remind+"</a></div><br />"+k_push.footer+"</div><div style='font-size: 11px; padding: 10px 0 6px 0; text-align: center; direction:"+k_push.dir+"'>"+branding+"</div></div>";popup.style.background=(k_push_vars.popup_background)?k_push_vars.popup_background:'#FFFFFF';popup.style.display='none';document.body.appendChild(popup);},"remind_later":function()
{k_push.closePopup();k_push.counter=0;timeForPopup=(new Date()).getTime()+parseInt(1000*60*2);var main_domain=k_button1.get_main_domain();k_button1.Set_Cookie("push_time_start",timeForPopup,0,"/",main_domain,'');k_button1.Set_Cookie("k_push8",0,0,"/",main_domain,'');},"openPopup":function()
{if(!k_push_vars.popup_manual)
{var timeNow=(new Date).getTime();var timeLeft=timeForPopup-timeNow;if(timeLeft>0)
return;if(k_button1.Get_Cookie('k_push8')&&k_button1.Get_Cookie('k_push8')!=0&&!k_push_vars.disable_cookie)
return;if((k_push.popup_open)||(k_push.counter>0)||(!document.getElementById(k_push.ff_link_id)))
return;}
var main_domain=k_button1.get_main_domain();var cookie_expiration_time_no=k_push_vars.cookie_expiration_time_no!=undefined?k_push_vars.cookie_expiration_time_no:k_push.cookie_expiration_time_no;k_button1.Set_Cookie('k_push8','1',cookie_expiration_time_no,'/',main_domain,'');k_push.counter++;k_push.popup_open=true;var maskBG=document.getElementById('k_maskBG')
var popup=document.getElementById('k_popup')
var scrollTop=document.documentElement.scrollTop||document.body.scrollTop;popup.style.top=(k_push.myHeight/2)-(k_push.popup_h/2)+scrollTop+'px';popup.style.left=k_push.myWidth/2-k_push.popup_w/2+'px';popup.style.display='block';var inner=document.getElementById("k_popup_inner");if(!k_push_vars.popup_h&&inner.offsetHeight>0)
popup.style.height=inner.offsetHeight+"px";maskBG.innerHTML='<div style="width: 100%; height: 100%; opacity: 0.6; filter: alpha(opacity=60); background-color:#111111;"></div>';maskBG.style.position='absolute';maskBG.style.top='0px';maskBG.style.left='0px';maskBG.style.zIndex='998';maskBG.style.width=document.body.scrollWidth+'px';var h=(document.documentElement.scrollHeight>document.body.scrollHeight)?document.documentElement.scrollHeight:document.body.scrollHeight;maskBG.style.height=h+'px';maskBG.style.display='block';if(document.all)
k_push.toggleSelects('hidden');},"closePopup":function()
{var main_domain=k_button1.get_main_domain();k_button1.Set_Cookie("push_time_start","0",0,"/",main_domain,'');k_push.popup_open=false;var maskBG=document.getElementById('k_maskBG');var popup=document.getElementById('k_popup');popup.style.display='none';maskBG.style.display='none';if(document.all)
k_push.toggleSelects('visible');},"toggleSelects":function(visibility){try{var selects=document.getElementsByTagName('select');for(i=0;i<selects.length;i++)
selects[i].style.visibility=visibility;}
catch(err)
{}}};if(k_button1.Get_Cookie("push_time_start")>0)
{var timeForPopup=parseInt(k_button1.Get_Cookie("push_time_start"));}
else
{var seconds_to_delay=k_push_vars.display_after!=undefined?k_push_vars.display_after:k_push.after_time;var timeForPopup=(new Date()).getTime()+seconds_to_delay*1000;var main_domain=k_button1.get_main_domain();k_button1.Set_Cookie("push_time_start",timeForPopup,0,"/",main_domain,'');}
if(!k_push_vars.view_percentage)
k_push.n=0;else
k_push.n=(k_push_vars.view_percentage&&((k_push_vars.view_percentage>=0)&&(k_push_vars.view_percentage<=100)))?k_push_vars.view_percentage:10;var shouldLoad=false;if(k_push_vars.popup_manual)
{shouldLoad=true;}
else if(((k_push.n==null)||(((Math.random()*100)<k_push.n))))
{if(k_push_vars.disable_cookie)
shouldLoad=true;else if(!k_button1.Get_Cookie('k_push8')||k_button1.Get_Cookie('k_push8')==0)
shouldLoad=true;}
if(shouldLoad)
{if(window.addEventListener)
window.addEventListener('load',k_push.popup_init,false);else
window.attachEvent('onload',k_push.popup_init);}(function($){
$.fn.fsspotlight = function(options) {
var defaults = {
trigger : 'click',
animated : true,
onStart: function() { },
onEnd: function() { },
onClose: function() { },
olOver: function() { },
olOut: function() { },
focusOn: $(this) /* JY added to allow spotlight focus on something other than $this */
};
var s = $.extend(defaults, options);
var ol = $("<div></div>");
ol.css({
'position':'fixed',
'background':'#000',
'display':'none',
'top':'0px',
'left':'0px',
'height':'100%',
'width':'100%',
'z-index':'9998',
'opacity':'0.8'
}).appendTo("body");
return this.each(function() {
var r = $(this);
var q = $(s.focusOn);
if(r.selector === q.selector && r.context === q.context) {
var t = r;
}
else {
var t = q;
}
s.onStart(ol,t);
var oldInd = t.css("z-index");
var oldPos = t.css("position");
if(s.trigger) {
$(this).bind(s.trigger,function() {
spotlight(t,ol,oldInd,oldPos);
});
}
else {
spotlight(t,ol,oldInd,oldPos);
}
var counterTrig,targetTrig;
switch (s.trigger) {
case "mouseover":
counterTrig = "mouseout";
targetTrig = t;
break;
case "focus":
counterTrig = "blur";
targetTrig = t;
break;
default:
counterTrig = "click";
targetTrig = ol;
}
if(s.trigger) {
targetTrig.bind(counterTrig,function() {
if(s.animated) {
ol.fadeOut("fast",function() {
t.css({
'position':oldPos,
'z-index':oldInd
});
});
}
else {
ol.hide();
t.css({
'position':oldPos,
'z-index':oldInd
});
}
s.onClose(ol,t);
});
}
});
function spotlight(t,ol,oldInd,oldPos) {
if(oldPos == 'static'){
t.css({'position':'relative', 'z-index':'9999'});
} else {
t.css('z-index', '9999');
}
if(s.animated) {
ol.animate({opacity: 'show'}, "slow");
s.onEnd(ol,t);
}
else {
ol.show();
s.onEnd(ol,t);
}
ol.bind("mouseover",function() {
s.olOver(ol,t);
}).bind("mouseout",function() {
s.olOut(ol,t);
});
}
};
})(jQuery);

