/*
 * 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) 2010
 * 
 * Trademark:
 * Coolv
 * 
 * Description:
 * Copyright (c) 2010
 */
Cufon.registerFont({"w":165,"face":{"font-family":"Coolv","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-4 -312 334 77","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":75},"#":{"d":"184,-59r-3,59r-33,0r3,-59r-56,0r-3,59r-32,0r3,-59r-45,0r2,-30r44,0r3,-57r-45,0r1,-30r45,0r3,-57r33,0r-3,57r56,0r3,-57r33,0r-4,57r44,0r-2,30r-43,0r-3,57r44,0r-2,30r-43,0xm96,-89r57,0r2,-57r-56,0","w":251,"k":{"7":-7,"4":-5,"1":-7,")":4}},"$":{"d":"135,-124v49,24,34,134,-28,127r0,39r-36,0r0,-39v-19,-1,-38,-6,-53,-11r8,-36v31,10,110,27,92,-34v-22,-39,-99,-8,-99,-93v0,-43,20,-63,61,-64r0,-41r36,0r0,41v14,1,32,3,43,6r-5,37v-39,-10,-114,-16,-86,44v16,9,52,17,67,24","w":182,"k":{"7":-5,"4":-5,"1":-5}},"%":{"d":"122,4r-28,-12r97,-235r28,11xm74,-243v50,0,56,29,56,80v0,36,-20,50,-56,51v-48,1,-59,-30,-56,-80v2,-34,18,-51,56,-51xm74,-142v29,2,22,-28,22,-53v0,-13,-6,-18,-22,-18v-30,0,-19,28,-21,52v0,14,6,18,21,19xm240,-127v49,0,58,30,56,79v-2,35,-19,52,-56,52v-48,0,-56,-29,-56,-80v0,-36,18,-51,56,-51xm240,-26v29,2,20,-29,21,-53v0,-14,-6,-18,-21,-19v-29,-2,-22,28,-22,53v0,14,7,18,22,19","w":315,"k":{"\u201d":31,"\u2019":31,"}":4,"]":4,"4":-7,"1":11,")":9}},"&":{"d":"74,-184v-1,25,-1,46,25,46r121,0r0,37r-35,0r0,93v-63,18,-175,29,-160,-68v4,-24,9,-40,29,-47v-22,-10,-24,-32,-24,-62v0,-71,89,-62,147,-51r-4,36v-31,-1,-97,-23,-99,16xm69,-75v-10,47,34,47,74,39r0,-65v-32,1,-75,-8,-74,26","w":235},"'":{"d":"22,-158r0,-89r31,0r0,89r-31,0","w":74},"(":{"d":"69,-109v0,64,20,105,44,146r-32,18v-49,-54,-74,-169,-40,-256v10,-27,23,-51,40,-73r32,18v-24,41,-44,82,-44,147","w":120,"k":{"\u2026":5,"\u2014":13,"\u2013":13,"\u017b":-5,"\u017a":-2,"\u0179":-5,"\u015b":5,"\u015a":4,"\u0144":4,"\u0107":5,"\u0106":5,"\u0105":4,"\u0104":4,"\u00f3":4,"\u00d3":5,"z":-2,"w":2,"u":2,"t":2,"s":5,"o":4,"n":4,"f":4,"e":5,"c":5,"a":4,"Z":-5,"Y":-7,"W":-7,"T":-4,"S":4,"O":5,"J":-13,"G":5,"C":5,"A":4,";":7,":":7,".":5,"-":13,",":5,"\u201c":5,"\u2018":5,"x":-4,"q":4,"m":4,"j":-14,"d":5,"X":-7,"V":-7,"Q":5,"@":9,"?":-4,"9":4,"8":4,"7":-5,"6":4,"4":7,"3":-2,"2":-4,"1":4,"0":5,"+":11,"*":4,"%":2,"$":2,"#":4}},")":{"d":"40,-274v70,73,72,256,0,329r-33,-18v24,-41,44,-82,44,-146v0,-65,-20,-106,-44,-147","w":120},"*":{"d":"70,-176r-48,0r0,-21r49,0r-27,-42r18,-12r28,44r28,-44r18,12r-27,42r50,0r0,21r-49,0r26,41r-18,12r-28,-44r-28,44r-18,-12","w":180,"k":{"\u2026":54,";":23,":":23,".":54,",":54,"\u201d":-7,"\u2019":-7,"}":4,")":4}},"+":{"d":"22,-105r55,0r0,-56r36,0r0,56r55,0r0,35r-55,0r0,56r-36,0r0,-56r-55,0r0,-35","w":190,"k":{"\u201d":29,"\u2019":29,"}":14,"]":4,")":11}},",":{"d":"27,-50r45,0r0,53r-28,47r-21,-11r21,-39r-17,0r0,-50","w":98,"k":{"\u201d":45,"\u201c":54,"\u2019":45,"\u2018":54,"}":7,"x":-4,"v":22,"]":4,"X":-4,"V":31,"Q":4,"@":11,"7":4,"4":13,"1":25,"*":50,")":5,"%":29,"A":-7,"\u0104":-7,"C":4,"\u0106":4,"G":4,"O":4,"\u00d3":4,"T":43,"U":5,"W":27,"Y":41,"f":13,"o":2,"\u00f3":2,"t":11,"w":9,"y":13,"J":5}},"-":{"d":"22,-119r90,0r0,37r-90,0r0,-37","w":133,"k":{"\u201d":14,"\u2019":14,"}":11,"x":7,"q":-4,"j":2,"]":11,"X":22,"V":13,"M":2,"9":4,"7":18,"5":4,"4":-2,"3":5,"2":13,"1":18,")":13,"A":11,"\u0104":11,"C":-2,"\u0106":-2,"G":-2,"T":34,"W":9,"Y":29,"c":-5,"\u0107":-5,"f":7,"o":-4,"\u00f3":-4,"w":-4,"z":2,"\u017a":2,"Z":7,"\u0179":7,"\u017b":7,"S":5,"\u015a":5,"a":4,"\u0105":4,"J":5}},".":{"d":"27,-50r45,0r0,50r-45,0r0,-50","w":98,"k":{"\u201d":45,"\u201c":54,"\u2019":45,"\u2018":54,"}":7,"x":-4,"v":22,"]":4,"X":-4,"V":31,"Q":4,"@":11,"7":4,"4":13,"1":25,"*":50,")":5,"%":29,"A":-7,"\u0104":-7,"C":4,"\u0106":4,"G":4,"O":4,"\u00d3":4,"T":43,"U":5,"W":27,"Y":41,"f":13,"o":2,"\u00f3":2,"t":11,"w":9,"y":13,"J":5}},"\/":{"d":"59,42r-39,0r89,-285r40,0","k":{"\u017a":4,"\u015b":13,"\u015a":5,"\u0144":9,"\u0107":9,"\u0106":4,"\u0105":11,"\u0104":18,"\u00f3":13,"\u00d3":5,"z":4,"w":2,"u":9,"s":13,"r":9,"o":13,"n":9,"f":2,"e":9,"c":9,"a":11,"Y":-4,"W":-5,"T":-11,"S":5,"O":5,"G":4,"C":4,"A":18,"x":4,"q":11,"p":9,"m":9,"g":11,"d":9,"V":-7,"Q":5,"M":4,"9":5,"8":7,"7":-7,"6":4,"4":9,"3":-2,"2":-2,"1":-4,"0":9}},"0":{"d":"101,-236v48,0,78,18,78,64r0,111v-1,46,-30,65,-78,65v-49,0,-77,-19,-78,-65r0,-111v1,-46,30,-64,78,-64xm101,-198v-58,0,-34,84,-34,133v0,22,11,31,34,30v23,0,34,-7,34,-30r0,-102v1,-23,-11,-31,-34,-31","w":202,"k":{"\u201d":4,"\u2019":4,"}":2,"\\":2,"7":2,"2":2,"1":2,"\/":9,")":5}},"1":{"d":"22,-160r-18,-34r66,-39r39,0r0,233r-43,0r0,-184","w":138,"k":{"\\":-9,"7":-5}},"2":{"d":"18,-227v54,-14,147,-23,140,56v-6,67,-52,91,-79,132r80,0r0,39r-140,0r0,-38r88,-102v12,-20,15,-66,-26,-57v-18,0,-41,3,-57,7","w":180,"k":{"\u2014":5,"\u2013":5,"-":5,"\u201d":4,"\u2019":4,"\\":2,"7":-2,"4":7}},"3":{"d":"156,-74v11,83,-69,87,-138,70r5,-36v37,5,99,21,89,-34v1,-35,-47,-19,-78,-23r0,-39v37,-2,84,11,73,-40v0,-36,-53,-18,-83,-17r-4,-37v51,-9,131,-18,131,47v0,33,-1,58,-26,66v20,6,28,19,31,43","w":177,"k":{"5":2,"1":3,"\/":7}},"4":{"d":"162,-51r0,51r-43,0r0,-51r-109,0r0,-41r93,-141r59,0r0,144r31,0r0,38r-31,0xm119,-89r0,-100r-65,100r65,0","w":203,"k":{"\u2026":4,".":4,",":4,"\u201d":11,"\u2019":11,"]":-4,"9":2,"7":-4,"3":-2,"1":11,"\/":2}},"5":{"d":"117,-62v8,-48,-42,-36,-88,-38r0,-133r128,0r0,39r-84,0r0,58v59,-4,96,13,88,78v7,71,-83,68,-139,53r5,-36v30,3,94,22,90,-21","w":180,"k":{"]":-5,"\\":-5,"7":-2,"1":2,"\/":4}},"6":{"d":"159,-195v-42,-7,-100,-9,-93,41r0,22v54,-18,113,-4,104,70v-6,45,-26,66,-74,66v-50,1,-74,-18,-74,-69r0,-88v-6,-78,68,-91,140,-79xm126,-60v1,-24,0,-42,-24,-41v-13,1,-27,3,-36,8v1,31,-7,62,30,59v22,-2,28,-7,30,-26","w":189,"k":{"}":-7,"]":-4,"\\":-2,"9":4,"5":1,"2":1,"1":2,"\/":7}},"7":{"d":"9,-233r146,0r0,38r-83,195r-46,0r83,-194r-100,0r0,-39","k":{"\u2026":36,"\u2014":16,"\u2013":16,";":16,":":16,".":36,"-":16,",":36,"\u201d":-13,"\u2019":-13,"}":-7,"]":-7,"\\":-7,"@":4,"?":-9,"8":5,"7":-2,"6":3,"4":13,"1":-5,"0":2,"\/":25,")":-7}},"8":{"d":"98,-236v50,-1,76,20,71,73v-1,23,-10,34,-28,45v26,13,34,25,34,62v0,48,-30,60,-77,60v-53,1,-76,-18,-76,-75v0,-28,15,-37,34,-47v-23,-12,-30,-28,-29,-61v1,-42,28,-57,71,-57xm98,-33v41,10,44,-45,19,-59v-5,-3,-11,-5,-19,-8v-21,8,-36,14,-34,43v1,21,11,24,34,24xm98,-200v-36,-8,-35,45,-15,58v20,13,52,-3,44,-36v0,-17,-9,-23,-29,-22","w":196,"k":{"\u201d":4,"\u2019":4,"}":2,"\\":4,"3":2,"1":4,"\/":7,")":4}},"9":{"d":"29,-37v43,6,97,8,93,-41r0,-22v-56,16,-113,4,-104,-71v5,-45,25,-65,74,-65v50,0,74,20,74,69r0,87v6,80,-68,92,-141,79xm62,-172v-1,23,0,42,24,40v13,0,26,-3,36,-7v-1,-31,8,-63,-30,-59v-22,2,-29,6,-30,26","w":187,"k":{"\u2026":4,".":4,",":4,"\u201d":2,"\u2019":2,"}":2,"9":2,"6":2,"5":2,"3":2,"2":2,"\/":11,")":2}},":":{"d":"27,-50r45,0r0,50r-45,0r0,-50xm27,-160r45,0r0,51r-45,0r0,-51","w":98,"k":{"\u0104":-4,"w":4,"Y":27,"W":20,"T":34,"A":-4,"\u201d":7,"\u2019":7,"}":7,"v":5,"V":18,"7":4,"1":11,"*":11,")":7}},";":{"d":"27,-160r45,0r0,51r-45,0r0,-51xm27,-50r45,0r0,53r-28,47r-21,-11r21,-39r-17,0r0,-50","w":98},"<":{"d":"18,-100r156,-79r13,27r-128,64r129,65r-14,27r-156,-80r0,-24","w":210},"=":{"d":"25,-139r144,0r0,30r-144,0r0,-30xm25,-71r144,0r0,30r-144,0r0,-30","w":194},">":{"d":"193,-76r-156,80r-14,-27r129,-65r-128,-64r13,-27r156,79r0,24","w":210},"?":{"d":"18,-243v59,-13,149,-18,139,59v5,65,-42,76,-75,106r-24,-34v20,-22,55,-27,55,-69v0,-45,-59,-29,-89,-24xm53,-50r45,0r0,50r-45,0r0,-50","w":176},"@":{"d":"156,-153v-12,-5,-36,-8,-36,10v0,14,-9,30,-6,44v10,6,27,-2,34,-7xm113,-75v-33,2,-25,-38,-20,-61v-2,-47,57,-52,91,-31r-13,75v35,9,51,-18,50,-52v-2,-48,-32,-73,-82,-73v-58,0,-87,40,-91,97v-6,84,82,116,155,86r9,24v-89,37,-201,-5,-194,-110v5,-75,45,-123,121,-123v66,0,108,34,110,98v1,48,-18,78,-65,78v-15,0,-31,-6,-36,-17v-9,5,-22,9,-35,9","w":265,"k":{"\u2026":14,"\u0104":9,"A":9,".":14,",":14,"\u201d":2,"\u2019":2,"}":7,"]":4,")":9}},"A":{"d":"161,-50r-89,0r-15,50r-48,0r76,-240r63,0r76,240r-48,0xm83,-89r66,0r-33,-113","w":232,"k":{"!":-7,"\u2122":31,"\u201d":27,"\u2019":29,"}":2,"x":-5,"v":9,"q":2,"g":1,"\\":5,"X":-4,"V":18,"Q":6,"?":13,"\/":-4,"*":29,")":4}},"B":{"d":"193,-81v0,53,-14,81,-65,81r-101,0r0,-240v75,3,172,-22,158,76v-3,23,-10,32,-27,39v21,4,35,20,35,44xm72,-37v38,-2,87,13,76,-42v2,-35,-45,-21,-76,-24r0,66xm72,-139v38,0,79,8,68,-44v1,-29,-42,-16,-68,-19r0,63","w":207,"k":{"\u2014":-4,"\u2013":-4,"Y":6,"T":4,"-":-4,"v":-2,"\\":-5,"V":2,"\/":4}},"C":{"d":"172,-4v-63,17,-150,12,-150,-62r0,-108v-5,-73,85,-78,150,-61r-5,39v-36,-6,-105,-21,-100,30v6,51,-23,134,41,129v19,-1,41,-3,59,-7","w":188,"k":{"\u2026":-4,"\u2014":11,"\u2013":11,"\u015a":-2,"\u0107":4,"\u0106":5,"\u0105":2,"\u0104":-4,"\u00f3":4,"\u00d3":5,"y":4,"w":2,"u":2,"o":4,"e":4,"c":4,"a":2,"S":-2,"O":5,"G":5,"C":5,"A":-4,".":-4,"-":11,",":-4,"\u2122":-9,"\u201d":-5,"\u2019":-7,"}":-9,"x":-2,"v":4,"q":4,"d":2,"]":-11,"\\":-9,"V":-4,"Q":5,"?":-7,"\/":4,"*":-7,")":-5}},"D":{"d":"196,-64v1,78,-93,63,-169,64r0,-240v77,1,169,-14,169,65r0,111xm150,-75v-7,-49,23,-130,-38,-125r-40,0r0,160v38,-1,83,7,78,-35","w":217,"k":{"\u2014":-2,"\u2013":-2,"\u0104":5,"Y":7,"W":2,"T":4,"A":5,"-":-2,"X":4,"V":4,"\/":9,")":2}},"E":{"d":"27,-240r147,0r0,40r-102,0r0,58r94,0r0,40r-94,0r0,62r102,0r0,40r-147,0r0,-240","w":193,"k":{"\u2014":-2,"\u2013":-2,"\u0106":4,"\u0104":-5,"\u00d3":2,"Y":-2,"W":-2,"O":2,"G":4,"C":4,"A":-5,"-":-2,"\u201d":-5,"\u2019":-6,"}":-7,"x":-2,"v":-2,"X":-4,"V":-2,"Q":2,")":-4}},"F":{"d":"27,0r0,-240r148,0r0,40r-103,0r0,64r95,0r0,40r-95,0r0,96r-45,0","w":187,"k":{"\u2026":41,"\u2014":-4,"\u2013":-4,"\u015b":4,"\u0107":2,"\u0106":2,"\u0105":2,"\u0104":16,"\u00f3":1,"\u00d3":2,"w":-2,"s":4,"o":1,"e":1,"c":2,"a":2,"Y":-9,"W":-5,"O":2,"G":2,"C":2,"A":16,".":41,"-":-4,",":41,"\u2122":-9,"\u201d":-14,"\u2019":-14,"}":-9,"v":-2,"]":-9,"\\":-9,"V":-4,"Q":2,"?":-9,"\/":18,"*":-9,")":-7}},"G":{"d":"176,-196v-38,-6,-114,-22,-109,31v4,59,-23,144,60,127v6,0,13,-1,19,-2r0,-73r43,0r0,106v-66,19,-167,22,-167,-62r0,-102v-7,-79,91,-81,159,-64","w":210,"k":{"\u2014":-5,"\u2013":-5,"\u0104":-3,"Y":4,"A":-3,"-":-5,"\u201d":-7,"\u2019":-7,"}":-7,"]":-7,"\\":-5,"\/":2}},"H":{"d":"161,0r0,-101r-89,0r0,101r-45,0r0,-240r45,0r0,99r89,0r0,-99r46,0r0,240r-46,0","w":233},"I":{"d":"74,0r-45,0r0,-240r45,0r0,240","w":102},"J":{"d":"-4,44v15,-18,31,-18,31,-44r0,-240r45,0r-2,261v-9,23,-27,36,-47,53","w":97,"k":{"\/":2}},"K":{"d":"72,0r-45,0r0,-240r45,0r0,240xm129,-121r81,121r-53,0r-78,-121r74,-119r51,0","w":220,"k":{"\u2026":-2,"\u2014":29,"\u2013":29,"\u015b":4,"\u0107":8,"\u0106":11,"\u0105":7,"\u0104":-5,"\u00f3":8,"\u00d3":11,"y":9,"w":4,"u":7,"t":5,"s":4,"o":8,"e":9,"c":8,"a":7,"U":4,"O":11,"G":11,"C":11,"A":-5,".":-2,"-":29,",":-2,"\u201d":4,"\u2019":3,"}":-5,"x":-2,"v":9,"q":8,"g":7,"d":7,"]":-5,"\\":-4,"Q":11,"@":11,"\/":2,")":-4}},"L":{"d":"72,-40r99,0r0,40r-144,0r0,-240r45,0r0,200","w":181,"k":{"\u2026":-11,"\u2014":43,"\u2013":43,"\u0107":2,"\u0106":5,"\u0104":-11,"\u00f3":2,"\u00d3":6,"y":13,"w":5,"t":7,"o":2,"f":7,"e":2,"c":2,"Y":32,"W":22,"U":8,"T":38,"O":6,"G":5,"C":5,"A":-11,".":-11,"-":43,",":-11,"!":-7,"\u2122":68,"\u201d":54,"\u2019":47,"}":-5,"x":-7,"v":12,"\\":9,"X":-2,"V":27,"Q":6,"@":7,"?":9,"\/":-4,"*":54}},"M":{"d":"176,-31r-58,0r-44,-124r-4,155r-47,0r11,-240r51,0r62,171r62,-171r51,0r10,240r-46,0r-4,-155","w":293,"k":{"\u2014":2,"\u2013":2,"\u0105":2,"\u0104":-2,"\u00f3":1,"o":1,"e":1,"a":2,"A":-2,"-":2,"\u2019":4,"\\":-5,"\/":4}},"N":{"d":"71,-182r0,182r-44,0r0,-240r60,0r92,182r0,-182r44,0r0,240r-61,0","w":249},"O":{"d":"112,-243v55,0,91,21,91,73r0,100v-2,52,-36,74,-91,74v-55,0,-89,-21,-90,-74r0,-100v1,-52,36,-72,90,-73xm112,-203v-68,0,-45,75,-45,130v0,26,15,35,45,37v68,4,46,-76,46,-131v0,-27,-15,-36,-46,-36","w":224,"k":{"\u201d":4,"\u2019":1,"}":4,"]":4,"X":5,"V":3,"\/":11,")":5,",":4,".":4,"\u2026":4,"A":6,"\u0104":6,"T":6,"W":2,"Y":7,"Z":2,"\u0179":2,"\u017b":2}},"P":{"d":"197,-175v0,65,-13,100,-79,97r-46,0r0,78r-45,0r0,-240v77,1,170,-16,170,65xm72,-118v35,-2,79,10,79,-29v0,-31,1,-53,-33,-53r-46,0r0,82","w":207,"k":{"\u2026":54,"\u017b":4,"\u0179":4,"\u0105":2,"\u0104":18,"y":-5,"w":-5,"t":-7,"f":-4,"a":2,"Z":4,"Y":2,"A":18,";":5,":":5,".":54,",":54,"\u201d":-11,"\u2019":-11,"}":-5,"x":-4,"v":-7,"\\":-9,"X":5,"\/":22}},"Q":{"d":"203,-170v0,76,13,164,-58,170r19,45r-41,17r-25,-59v-47,-4,-76,-25,-76,-73r0,-100v1,-52,36,-72,90,-73v55,0,91,21,91,73xm112,-203v-68,0,-45,75,-45,130v0,26,15,35,45,37v68,4,46,-76,46,-131v0,-27,-15,-36,-46,-36","w":224,"k":{"\u2026":4,"\u0104":6,"Y":7,"W":2,"T":6,"A":6,".":4,",":4,"\u201d":4,"\u2019":1,"}":4,"]":4,"\\":2,"X":5,"V":3,"\/":11,")":5}},"R":{"d":"202,-175v0,44,-2,79,-36,89r59,86r-54,0r-55,-79r-44,0r0,79r-45,0r0,-240v78,2,175,-18,175,65xm72,-118v36,-2,84,12,84,-30v0,-31,0,-52,-33,-52r-51,0r0,82","w":234,"k":{"\u2026":-4,"\u2014":9,"\u2013":9,"\u0107":2,"\u0106":5,"\u0105":2,"\u0104":-4,"\u00f3":4,"\u00d3":5,"y":4,"u":2,"o":4,"e":4,"c":2,"a":2,"Y":16,"W":7,"U":4,"T":13,"O":5,"G":5,"C":5,"A":-4,";":-2,":":-2,".":-4,"-":9,",":-4,"!":-7,"\u201d":11,"\u2019":11,"}":-5,"x":-5,"v":2,"q":2,"\\":2,"V":11,"Q":5,"\/":4}},"S":{"d":"167,-197v-40,-10,-126,-21,-95,45v39,24,117,8,104,87v11,84,-100,77,-159,54r8,-35v21,6,42,11,68,11v36,7,47,-29,32,-56v-41,-21,-116,-9,-104,-87v-6,-77,88,-70,151,-57","w":194,"k":{"\u2014":-5,"\u2013":-5,"\u0104":2,"y":2,"u":2,"e":2,"A":2,"-":-5,"\u2019":-2,"}":-4,"\\":-4,"\/":7}},"T":{"d":"76,-200r-67,0r0,-40r179,0r0,40r-67,0r0,200r-45,0r0,-200","w":197,"k":{"!":-5,"\u2122":-11,"\u201d":-16,"\u2019":-9,"}":-4,"x":23,"v":23,"q":29,"p":27,"m":25,"g":25,"d":25,"]":-7,"\\":-9,"V":-5,"Q":6,"M":2,"?":-13,"\/":25,"*":-16,")":-4,",":43,".":43,"\u2026":43,"-":34,"\u2013":34,"\u2014":34,":":34,";":34,"A":22,"\u0104":22,"C":7,"\u0106":7,"G":7,"O":6,"\u00d3":6,"W":-5,"Y":-7,"c":29,"\u0107":29,"e":29,"f":5,"o":29,"\u00f3":29,"t":5,"u":27,"w":23,"y":23,"z":23,"\u017a":23,"S":2,"\u015a":2,"a":23,"\u0105":23,"n":25,"\u0144":25,"r":31,"s":31,"\u015b":31}},"U":{"d":"114,-36v30,0,43,-11,43,-37r0,-167r45,0r0,171v-1,51,-35,73,-88,73v-54,0,-89,-23,-89,-73r0,-171r46,0r0,167v1,27,14,37,43,37","w":227,"k":{"\\":-5,"\/":11,",":5,".":5,"\u2026":5,"A":5,"\u0104":5,"Y":-2}},"V":{"d":"166,-240r47,0r-72,240r-66,0r-72,-240r47,0r58,200","w":216,"k":{"\u2026":31,"\u2014":13,"\u2013":13,"\u017a":7,"\u015b":11,"\u015a":2,"\u0144":9,"\u0107":12,"\u0106":4,"\u0105":11,"\u0104":18,"\u00f3":12,"\u00d3":3,"z":7,"u":7,"s":11,"r":9,"o":12,"n":9,"e":12,"c":12,"a":11,"Y":-7,"W":-7,"T":-7,"S":2,"O":3,"G":4,"C":4,"A":18,";":18,":":18,".":31,"-":13,",":31,"!":-4,"\u2122":-13,"\u201d":-11,"\u2019":-11,"}":-5,"q":11,"p":11,"m":9,"g":9,"d":9,"]":-7,"\\":-9,"V":-7,"Q":3,"?":-13,"\/":23,"*":-11,")":-7}},"W":{"d":"244,-54r45,-186r45,0r-59,240r-61,0r-44,-193r-44,193r-61,0r-60,-240r45,0r46,186r44,-186r60,0","w":339,"k":{"!":-5,"\u2122":-13,"\u201d":-11,"\u2019":-11,"}":-5,"q":7,"p":5,"m":5,"g":7,"d":7,"]":-5,"\\":-7,"V":-5,"Q":2,"?":-7,"\/":20,"*":-9,")":-7,",":27,".":27,"\u2026":27,"-":9,"\u2013":9,"\u2014":9,":":20,";":20,"A":16,"\u0104":16,"C":3,"\u0106":3,"G":3,"O":2,"\u00d3":2,"T":-7,"W":-5,"Y":-13,"c":11,"\u0107":11,"e":11,"o":11,"\u00f3":11,"u":5,"y":2,"z":4,"\u017a":4,"a":11,"\u0105":11,"n":5,"\u0144":5,"r":5,"s":9,"\u015b":9}},"X":{"d":"211,0r-49,0r-52,-85r-52,85r-49,0r75,-121r-72,-119r48,0r50,84r50,-84r48,0r-72,119","w":220,"k":{"\u2026":-4,"\u2014":22,"\u2013":22,"\u0107":4,"\u0106":5,"\u0105":4,"\u0104":-4,"\u00f3":5,"\u00d3":5,"y":7,"u":2,"o":5,"e":5,"c":4,"a":4,"Y":-5,"W":-4,"O":5,"G":5,"C":5,"A":-4,".":-4,"-":22,",":-4,"!":-9,"\u2019":-4,"}":-5,"x":-4,"v":7,"q":4,"g":4,"d":4,"]":-5,"\\":-4,"V":-4,"Q":5,"?":-4,"\/":2,")":-7}},"Y":{"d":"154,-240r48,0r-77,171r0,69r-46,0r0,-69r-77,-171r48,0r52,121","w":203,"k":{"\u2122":-9,"\u201d":-7,"\u2019":-11,"}":-5,"x":11,"v":7,"q":23,"p":20,"m":18,"g":22,"d":22,"]":-5,"\\":-5,"V":-7,"Q":7,"M":2,"?":-5,"\/":29,"*":-5,")":-7,",":41,".":41,"\u2026":41,"-":29,"\u2013":29,"\u2014":29,":":27,";":27,"A":23,"\u0104":23,"C":7,"\u0106":7,"G":8,"O":7,"\u00d3":7,"T":-11,"W":-7,"Y":-11,"c":23,"\u0107":23,"e":26,"f":4,"o":26,"\u00f3":26,"t":4,"u":18,"w":7,"y":7,"z":18,"\u017a":18,"Z":4,"\u0179":4,"\u017b":4,"S":4,"\u015a":4,"a":22,"\u0105":22,"n":18,"\u0144":18,"r":18,"s":22,"\u015b":22}},"Z":{"d":"74,-39r111,0r0,39r-162,0r0,-38r111,-163r-106,0r0,-39r156,0r0,39","w":207,"k":{"\u2014":18,"\u2013":18,"\u0107":5,"\u0106":5,"\u0105":4,"\u0104":-4,"\u00f3":5,"\u00d3":5,"y":5,"o":5,"e":4,"c":5,"a":4,"O":5,"G":5,"C":5,"A":-4,"-":18,"q":5,"g":2,"d":4,"Q":5,")":-5}},"[":{"d":"31,45r0,-329r76,0r0,36r-32,0r0,257r32,0r0,36r-76,0","w":118,"k":{"\u2026":4,"\u2014":11,"\u2013":11,"\u017a":-4,"\u015a":2,"\u0106":4,"\u00f3":2,"\u00d3":4,"z":-4,"o":2,"Y":-5,"W":-5,"T":-7,"S":2,"O":4,"J":-14,"G":4,"C":4,".":4,"-":11,",":4,"\u201c":5,"\u2018":5,"x":-4,"p":-7,"j":-20,"g":-5,"X":-5,"V":-7,"Q":4,"@":5,"7":-5,"6":4,"4":4,"3":-2,"2":-4,"1":2,"+":4,"*":2,"%":2,"#":4}},"\\":{"d":"16,-243r40,0r89,285r-39,0","k":{"\u015b":2,"\u015a":5,"\u0107":4,"\u0106":11,"\u0105":2,"\u00f3":5,"\u00d3":11,"y":4,"w":5,"u":2,"t":5,"s":2,"o":5,"f":9,"e":4,"c":4,"a":2,"Y":31,"W":23,"U":14,"T":25,"S":5,"O":11,"J":-14,"G":11,"C":11,"v":9,"j":-11,"g":-7,"d":4,"X":5,"V":25,"Q":11,"M":4,"9":7,"8":9,"7":11,"6":11,"5":7,"4":11,"3":4,"2":5,"1":25,"0":11}},"]":{"d":"11,45r0,-36r33,0r0,-257r-33,0r0,-36r76,0r0,329r-76,0","w":118},"^":{"d":"16,-150r54,-97r30,0r55,97r-28,16r-42,-76r-42,76","w":171},"_":{"d":"0,27r0,-23r158,0r0,23r-158,0","w":158},"`":{"d":"39,-254r52,35r-16,25r-53,-33","w":113},"a":{"d":"24,-171v54,-15,131,-17,131,55r0,116r-36,0r-3,-12v-14,9,-31,16,-52,16v-32,1,-44,-23,-46,-53v-3,-54,43,-50,93,-49v3,-30,-3,-47,-33,-45v-17,1,-34,3,-49,6xm60,-49v-2,29,38,16,51,9r0,-26v-21,3,-54,-9,-51,17","w":176,"k":{"w":-2,"\u2019":3,"x":-4,")":4}},"b":{"d":"69,-168v42,-21,114,-14,105,49r0,52v8,80,-83,77,-149,64r0,-244r44,-6r0,85xm130,-120v2,-32,-44,-20,-61,-11r0,96v31,2,61,4,61,-31r0,-54","w":190,"k":{"\u2014":-5,"\u2013":-5,"w":-4,"-":-5,"v":-2,"\/":5,")":4}},"c":{"d":"61,-63v-4,37,44,31,69,24r6,36v-54,17,-127,6,-119,-61r0,-48v-6,-66,63,-76,119,-60r-6,36v-26,-6,-69,-15,-69,24r0,49","w":150,"k":{"\u2014":-5,"\u2013":-5,"\u0107":2,"\u00f3":3,"y":-2,"w":-2,"o":3,"e":3,"c":2,";":-2,":":-2,"-":-5,"\u201d":-9,"\u2019":-10,"}":-5,"x":-5,"v":-2,"]":-7,"\/":-2,")":-2}},"d":{"d":"127,-15v-35,32,-109,24,-109,-42v0,-62,-6,-126,58,-122r47,5r0,-73r44,-6r0,253r-35,0xm62,-56v-1,35,48,20,61,6r0,-87v-22,-3,-61,-14,-61,19r0,62","w":191,"k":{"}":-5,"]":-9,"\\":-7,")":-4}},"e":{"d":"90,-179v62,0,74,44,69,108r-98,0v-10,53,56,40,88,30r7,33v-54,22,-139,19,-139,-56v0,-68,5,-115,73,-115xm90,-143v-24,0,-30,14,-29,37r56,0v1,-23,-3,-38,-27,-37","w":173,"k":{"\u2014":-7,"\u2013":-7,"y":-2,"-":-7,"}":-2,"x":-2,"]":-9,"\\":2,"\/":-2}},"f":{"d":"37,-175v-3,-49,7,-82,56,-79v13,0,26,2,38,5r-5,34v-19,-4,-50,-9,-45,18r0,22r45,0r-3,35r-42,0r0,140r-44,0r0,-140r-28,0r0,-35r28,0","w":130,"k":{"!":-7,"\u2122":-18,"\u201d":-16,"\u2019":-16,"}":-13,"x":-4,"v":-7,"q":2,"g":2,"d":2,"]":-14,"\\":-16,"@":-7,"?":-13,"\/":16,"*":-14,")":-11,",":27,".":27,"\u2026":27,"-":5,"\u2013":5,"\u2014":5,":":5,";":5,"c":2,"\u0107":2,"e":3,"o":3,"\u00f3":3,"w":-5,"y":-7,"a":4,"\u0105":4,"s":2,"\u015b":2}},"g":{"d":"149,-148v22,55,-4,112,-74,101v-8,4,-18,19,-1,21v39,6,88,0,88,48v0,71,-91,54,-147,44r6,-33v23,6,51,8,80,7v13,0,21,-3,21,-14v0,-22,-33,-10,-53,-18v-26,-2,-49,-5,-49,-35v0,-14,11,-24,18,-30v-21,-12,-24,-33,-24,-64v0,-51,52,-66,101,-54r54,0r0,22xm85,-82v25,0,31,-12,29,-37v-1,-19,-8,-25,-29,-25v-26,0,-29,13,-29,38v0,18,10,24,29,24","w":176,"k":{"\u2014":-4,"\u2013":-4,"y":-5,"w":-4,"t":-1,";":-2,":":-2,"-":-4,"\u201d":-13,"\u2019":-11,"}":-7,"x":-5,"v":-5,"j":-9,"]":-9,"\\":-4,"*":-9,")":-4}},"h":{"d":"133,-179v31,0,39,21,40,52r0,127r-44,0r0,-122v-3,-30,-46,-5,-60,0r0,122r-44,0r0,-247r44,-6r0,91v16,-8,43,-16,64,-17","w":196,"k":{"\u2014":-2,"\u2013":-2,"-":-2,"\u201d":4,"\u2019":2,"}":4,"\\":2}},"i":{"d":"25,0r0,-175r44,0r0,175r-44,0xm25,-200r0,-51r44,0r0,51r-44,0","w":94},"j":{"d":"-3,46v13,-16,28,-15,27,-42r0,-179r44,0r-1,199v-9,23,-24,32,-44,51xm24,-200r0,-51r44,0r0,51r-44,0","w":91,"k":{"\/":2}},"k":{"d":"25,0r0,-247r44,-6r0,253r-44,0xm174,-175r-51,86r53,89r-48,0r-53,-89r50,-86r49,0","w":182,"k":{"\u2014":4,"\u2013":4,"\u0107":3,"\u00f3":4,"y":-4,"w":-4,"o":4,"e":4,"c":3,"-":4,"}":2,"x":-4,"v":-4,"d":1,"\\":4}},"l":{"d":"25,0r0,-247r44,-6r0,253r-44,0","w":94},"m":{"d":"233,-122v-4,-28,-45,-6,-60,0r0,122r-44,0r0,-122v-3,-30,-46,-5,-60,0r0,122r-44,0r0,-175r34,0r4,14v27,-13,87,-33,103,1v35,-22,110,-38,110,33r0,127r-43,0r0,-122","w":299,"k":{"\u2014":-2,"\u2013":-2,"-":-2,"\u201d":4,"\u2019":2,"}":2,"\\":2}},"n":{"d":"133,-179v31,0,39,21,40,52r0,127r-44,0r0,-122v-3,-30,-46,-5,-60,0r0,122r-44,0r0,-175r34,0r4,14v18,-10,46,-18,70,-18","w":196,"k":{"\u2014":-2,"\u2013":-2,"-":-2,"\u201d":4,"\u2019":2,"}":2,"\\":2}},"o":{"d":"94,-179v67,0,80,44,76,113v-3,47,-27,70,-76,70v-68,0,-81,-45,-77,-114v3,-47,28,-69,77,-69xm94,-34v42,0,30,-41,32,-77v0,-21,-9,-30,-32,-30v-42,0,-33,40,-33,77v0,21,10,30,33,30","w":187,"k":{"\u201d":5,"}":4,"v":2,"]":2,"\\":4,"\/":5,")":4,",":2,".":2,"\u2026":2,"-":-4,"\u2013":-4,"\u2014":-4}},"p":{"d":"64,-161v37,-30,110,-25,110,43v0,61,5,125,-58,122r-47,-5r0,72r-44,6r0,-252r35,0xm130,-119v2,-35,-49,-21,-61,-7r0,87v20,5,61,15,61,-18r0,-62","w":191,"k":{"\u2014":-4,"\u2013":-4,"-":-4,"\u201d":-5,"}":2,"\\":5,"\/":5,")":2}},"q":{"d":"71,4v-58,3,-53,-55,-53,-112v0,-81,80,-76,149,-65r0,244r-44,6r0,-84v-13,5,-34,10,-52,11xm62,-55v-2,32,44,20,61,11r0,-96v-32,-2,-61,-5,-61,31r0,54","w":190,"k":{"\u201d":-4,"\u2019":-1,"}":-4,"]":-7,"\\":2}},"r":{"d":"116,-139v-18,8,-31,16,-47,26r0,113r-44,0r0,-175r37,0r3,19v12,-9,31,-17,46,-23","w":119,"k":{"\u2026":27,"\u2014":-4,"\u2013":-4,"\u0107":-2,"\u0105":1,"y":-11,"w":-11,"t":-4,"f":-2,"c":-2,"a":1,";":4,":":4,".":27,"-":-4,",":27,"\u201d":-14,"\u2019":-11,"}":-5,"x":-5,"v":-6,"]":-5,"\/":7,"*":-9,")":-5}},"s":{"d":"87,-143v-28,-7,-30,27,-12,33v34,11,68,12,68,59v0,65,-73,61,-124,45r6,-34v23,8,93,20,70,-23v-29,-17,-81,-11,-74,-65v-5,-61,68,-54,118,-45r-4,35","w":160,"k":{"\u2014":-4,"\u2013":-4,"y":-3,"w":-3,"-":-4,"\u201d":-4,"v":-2,"\/":4,")":4}},"t":{"d":"76,-49v-3,21,24,17,37,12r5,34v-36,14,-86,8,-86,-40r0,-97r-27,0r0,-35r27,0r0,-44r44,-6r0,50r45,0r-3,35r-42,0r0,91","w":127,"k":{"\u2014":-4,"\u2013":-4,"y":-6,"w":-5,"-":-4,"\u201d":-5,"\u2019":-9,"}":-5,"x":-6,"v":-6,"]":-4,"\\":-4}},"u":{"d":"133,-15v-35,22,-110,36,-110,-33r0,-127r44,0r0,122v4,29,46,5,60,-1r0,-121r44,0r0,175r-33,0","w":196,"k":{"y":-2,"x":-2,"v":-2}},"v":{"d":"116,0r-58,0r-56,-175r45,0r40,133r40,-133r45,0","w":173,"k":{"\u2026":22,"\u2014":-2,"\u2013":-2,"\u0105":2,"\u00f3":2,"y":-7,"w":-7,"t":-7,"o":2,"f":-5,"a":2,";":5,":":5,".":22,"-":-2,",":22,"\u201d":-9,"\u2019":-12,"x":-5,"v":-7,"\/":9,"*":-7}},"w":{"d":"39,0r-33,-175r42,0r21,117r35,-117r46,0r34,117r22,-117r41,0r-32,175r-51,0r-37,-126r-37,126r-51,0","w":253,"k":{"\u201d":-7,"\u2019":-11,"x":-4,"v":-9,"\\":-2,"\/":5,"*":-7,")":2,",":9,".":9,"\u2026":9,"-":-4,"\u2013":-4,"\u2014":-4,":":4,";":4,"f":-4,"t":-5,"w":-7,"y":-5,"a":2,"\u0105":2}},"x":{"d":"4,0r57,-88r-56,-87r44,0r35,53r35,-53r44,0r-56,87r57,88r-45,0r-35,-54r-35,54r-45,0","w":168,"k":{"\u2026":-4,"\u2014":5,"\u2013":5,"y":-4,"w":-5,"t":-1,".":-4,"-":5,",":-4,"\u201d":-5,"\u2019":-7,"}":-5,"x":-2,"v":-5,"]":-4,"\\":-2,"*":-7,")":-4}},"y":{"d":"172,-175r-79,246r-42,0r22,-71r-16,0r-55,-175r45,0r40,133r40,-133r45,0","w":172,"k":{"\u2026":20,"\u2014":-2,"\u2013":-2,"y":-7,"w":-7,"t":-7,"f":-5,"e":2,".":20,"-":-2,",":20,"\u201d":-5,"\u2019":-12,"x":-7,"v":-7,"\\":-5,"\/":7,"*":-14}},"z":{"d":"21,-175r128,0r0,34r-78,107r80,0r0,34r-131,0r0,-34r78,-107r-77,0r0,-34","k":{"\u2019":-4,"]":-4,")":-2}},"{":{"d":"39,-85v0,-12,-9,-16,-23,-15r0,-34v14,1,23,-1,23,-14v4,-57,-19,-140,46,-136r30,0r0,35v-16,0,-33,-4,-33,15v0,44,17,114,-29,117v45,3,29,73,29,118v0,19,17,15,33,15r0,35v-48,4,-76,-5,-76,-53r0,-83","w":122,"k":{"\u2026":7,"\u2014":11,"\u2013":11,"\u015a":4,"\u0144":2,"\u0107":2,"\u0106":5,"\u0105":4,"\u0104":2,"\u00f3":4,"\u00d3":4,"r":2,"o":4,"n":2,"f":4,"e":4,"c":2,"a":4,"Y":-5,"W":-5,"T":-4,"S":4,"O":4,"J":-14,"G":5,"C":5,"A":2,";":7,":":7,".":7,"-":11,",":7,"\u201c":5,"\u2018":5,"x":-5,"q":2,"p":-5,"m":2,"j":-18,"d":4,"X":-5,"V":-5,"Q":4,"@":11,"9":2,"8":2,"7":-7,"6":2,"4":4,"3":-4,"2":-5,"1":4,"0":2,"+":14,"*":4}},"|":{"d":"59,76r-27,0r0,-360r27,0r0,360","w":91},"}":{"d":"84,-148v-1,13,8,15,22,14r0,34v-14,-1,-22,2,-22,15v0,58,18,140,-47,136r-30,0r0,-35v16,0,33,4,33,-15v0,-45,-16,-115,29,-118v-46,-2,-29,-73,-29,-117v0,-19,-16,-15,-33,-15r0,-35v48,-4,77,6,77,53r0,83","w":122},"~":{"d":"58,-127v27,0,68,46,80,0r25,13v-5,44,-63,57,-91,25v-18,-12,-30,6,-35,20r-24,-14v9,-22,15,-44,45,-44","w":173},"\u00d3":{"d":"112,-243v55,0,91,21,91,73r0,100v-2,52,-36,74,-91,74v-55,0,-89,-21,-90,-74r0,-100v1,-52,36,-72,90,-73xm112,-203v-68,0,-45,75,-45,130v0,26,15,35,45,37v68,4,46,-76,46,-131v0,-27,-15,-36,-46,-36xm155,-285v-17,13,-29,20,-49,30r-16,-25r48,-32","w":224,"k":{"\u201d":4,"\u2019":1,"}":4,"]":4,"X":5,"V":3,"\/":11,")":5,",":4,".":4,"\u2026":4,"A":6,"\u0104":6,"T":6,"W":2,"Y":7,"Z":2,"\u0179":2,"\u017b":2}},"\u00d7":{"d":"157,-128r-43,42r43,42r-26,25r-42,-42r-42,42r-25,-25r42,-42r-42,-42r25,-26r42,42r42,-42","w":178},"\u00f3":{"d":"94,-179v67,0,80,44,76,113v-3,47,-27,70,-76,70v-68,0,-81,-45,-77,-114v3,-47,28,-69,77,-69xm94,-34v42,0,30,-41,32,-77v0,-21,-9,-30,-32,-30v-42,0,-33,40,-33,77v0,21,10,30,33,30xm139,-227r-54,33r-16,-25v18,-11,33,-21,52,-35","w":187,"k":{"\u201d":5,"}":4,"v":2,"]":2,"\\":4,"\/":5,")":4,",":2,".":2,"\u2026":2,"-":-4,"\u2013":-4,"\u2014":-4}},"\u0104":{"d":"149,46v2,-25,25,-35,44,-46r-17,0r-15,-50r-89,0r-15,50r-48,0r76,-240r63,0r76,240r-12,0v-17,14,-29,20,-32,39v-2,11,14,12,25,10r5,20v-22,12,-62,6,-61,-23xm83,-89r66,0r-33,-113","w":232,"k":{"!":-7,"\u2122":31,"\u201d":27,"\u2019":29,"}":2,"x":-5,"v":9,"q":2,"g":1,"\\":5,"X":-4,"V":18,"Q":6,"?":13,"\/":-4,"*":29,")":4}},"\u0105":{"d":"24,-171v54,-15,131,-17,131,55r0,116v-17,14,-29,20,-32,39v-2,11,14,12,25,10r5,20v-22,12,-62,6,-60,-23v2,-27,26,-38,47,-46r-21,0r-3,-12v-14,9,-31,16,-52,16v-32,1,-44,-23,-46,-53v-3,-54,43,-50,93,-49v3,-30,-3,-47,-33,-45v-17,1,-34,3,-49,6xm60,-49v-2,29,38,16,51,9r0,-26v-21,3,-54,-9,-51,17","w":176},"\u0106":{"d":"172,-4v-63,17,-150,12,-150,-62r0,-108v-5,-73,85,-78,150,-61r-5,39v-36,-6,-105,-21,-100,30v6,51,-23,134,41,129v19,-1,41,-3,59,-7xm76,-280r47,-32r17,27v-17,13,-29,20,-49,30","w":188},"\u0107":{"d":"61,-63v-4,37,44,31,69,24r6,36v-54,17,-127,6,-119,-61r0,-48v-6,-66,63,-76,119,-60r-6,36v-26,-6,-69,-15,-69,24r0,49xm122,-227r-54,33r-15,-25v18,-11,33,-21,52,-35","w":150},"\u0118":{"d":"96,46v2,-25,25,-35,44,-46r-113,0r0,-240r147,0r0,40r-102,0r0,58r94,0r0,40r-94,0r0,62r102,0r0,40r-15,0v-17,14,-29,20,-32,39v-2,11,14,12,25,10r5,20v-22,12,-62,6,-61,-23","w":193},"\u0119":{"d":"111,40v-2,11,14,11,25,9r5,20v-21,10,-64,9,-61,-21v2,-26,24,-36,48,-48v-56,12,-111,-2,-111,-64v0,-68,5,-115,73,-115v62,0,74,44,69,108r-98,0v-10,53,56,40,88,30r7,33v-22,17,-41,24,-45,48xm90,-143v-24,0,-30,14,-29,37r56,0v1,-23,-3,-38,-27,-37","w":173},"\u0141":{"d":"7,-111r34,-15r0,-114r45,0r0,95r50,-22r12,28r-62,27r0,72r99,0r0,40r-144,0r0,-93r-22,10","w":195},"\u0142":{"d":"9,-114r28,-12r0,-121r44,-6r0,108r25,-11r12,28r-37,16r0,112r-44,0r0,-94r-16,8","w":117},"\u0143":{"d":"71,-182r0,182r-44,0r0,-240r60,0r92,182r0,-182r44,0r0,240r-61,0xm168,-285v-17,13,-28,19,-48,30r-16,-25r48,-32","w":249},"\u0144":{"d":"133,-179v31,0,39,21,40,52r0,127r-44,0r0,-122v-3,-30,-46,-5,-60,0r0,122r-44,0r0,-175r34,0r4,14v18,-10,46,-18,70,-18xm140,-227r-54,33r-16,-25v19,-11,35,-21,53,-35","w":196},"\u015a":{"d":"167,-197v-40,-10,-126,-21,-95,45v39,24,117,8,104,87v11,84,-100,77,-159,54r8,-35v21,6,42,11,68,11v36,7,47,-29,32,-56v-41,-21,-116,-9,-104,-87v-6,-77,88,-70,151,-57xm139,-285v-17,13,-29,20,-49,30r-16,-25r48,-32","w":194},"\u015b":{"d":"87,-143v-28,-7,-30,27,-12,33v34,11,68,12,68,59v0,65,-73,61,-124,45r6,-34v23,8,93,20,70,-23v-29,-17,-81,-11,-74,-65v-5,-61,68,-54,118,-45r-4,35xm125,-227r-54,33r-16,-25v19,-11,35,-21,53,-35","w":160},"\u0179":{"d":"74,-39r111,0r0,39r-162,0r0,-38r111,-163r-106,0r0,-39r156,0r0,39xm145,-285v-17,13,-29,20,-49,30r-16,-25r48,-32","w":207},"\u017a":{"d":"21,-175r128,0r0,34r-78,107r80,0r0,34r-131,0r0,-34r78,-107r-77,0r0,-34xm129,-227r-54,33r-16,-25v19,-11,35,-21,53,-35"},"\u017b":{"d":"74,-39r111,0r0,39r-162,0r0,-38r111,-163r-106,0r0,-39r156,0r0,39xm85,-259r0,-51r44,0r0,51r-44,0","w":207},"\u017c":{"d":"21,-175r128,0r0,34r-78,107r80,0r0,34r-131,0r0,-34r78,-107r-77,0r0,-34xm67,-200r0,-51r44,0r0,51r-44,0"},"\u2013":{"d":"23,-119r134,0r0,37r-134,0r0,-37","w":180,"k":{"\u201d":14,"\u2019":14,"}":11,"x":7,"q":-4,"j":2,"]":11,"X":22,"V":13,"M":2,"9":4,"7":18,"5":4,"4":-2,"3":5,"2":13,"1":18,")":13,"A":11,"\u0104":11,"C":-2,"\u0106":-2,"G":-2,"T":34,"W":9,"Y":29,"c":-5,"\u0107":-5,"f":7,"o":-4,"\u00f3":-4,"w":-4,"z":2,"\u017a":2,"Z":7,"\u0179":7,"\u017b":7,"S":5,"\u015a":5,"a":4,"\u0105":4,"J":5}},"\u2014":{"d":"23,-119r186,0r0,37r-186,0r0,-37","w":232,"k":{"\u201d":14,"\u2019":14,"}":11,"x":7,"q":-4,"j":2,"]":11,"X":22,"V":13,"M":2,"9":4,"7":18,"5":4,"4":-2,"3":5,"2":13,"1":18,")":13,"A":11,"\u0104":11,"C":-2,"\u0106":-2,"G":-2,"T":34,"W":9,"Y":29,"c":-5,"\u0107":-5,"f":7,"o":-4,"\u00f3":-4,"w":-4,"z":2,"\u017a":2,"Z":7,"\u0179":7,"\u017b":7,"S":5,"\u015a":5,"a":4,"\u0105":4,"J":5}},"\u2018":{"d":"72,-153r-45,0r0,-53r28,-47r20,11r-20,39r17,0r0,50","w":98,"k":{"\u2026":54,"\u2014":20,"\u2013":20,"\u015b":5,"\u015a":4,"\u0107":5,"\u0106":5,"\u0105":4,"\u0104":36,"\u00f3":9,"\u00d3":7,"y":-5,"w":-7,"t":-9,"s":5,"o":9,"f":-9,"e":5,"c":5,"a":4,"Y":-9,"W":-7,"T":-11,"S":4,"O":7,"J":4,"G":5,"C":5,"A":36,";":13,":":13,".":54,"-":20,",":54,"x":-4,"v":-7,"q":5,"j":4,"g":5,"d":7,"X":-2,"V":-11,"Q":7,"M":5,"@":5,"9":2,"8":5,"7":-9,"6":2,"4":23,"2":2,"1":-7,"0":4,"+":32,"*":-4,"%":-5}},"\u2019":{"d":"27,-247r45,0r0,53r-28,47r-21,-11r21,-39r-17,0r0,-50","w":95,"k":{"\u2026":58,"\u015b":7,"\u015a":2,"\u0144":2,"\u0107":4,"\u0105":2,"\u0104":21,"\u00f3":5,"\u00d3":1,"y":-9,"w":-9,"t":-10,"s":7,"r":2,"o":5,"n":2,"f":-6,"e":3,"c":4,"a":2,"Y":-9,"W":-11,"T":-9,"S":2,"O":1,"A":21,";":23,":":23,".":58,",":58,"}":4,"x":-6,"v":-9,"q":5,"p":2,"m":2,"g":2,"d":5,"]":2,"V":-11,"Q":1,"M":2,")":-4}},"\u201c":{"d":"72,-153r-45,0r0,-53r28,-47r20,11r-20,39r17,0r0,50xm144,-153r-45,0r0,-53r28,-47r20,11r-20,39r17,0r0,50","w":170,"k":{"\u2026":54,"\u2014":20,"\u2013":20,"\u015b":5,"\u015a":4,"\u0107":5,"\u0106":5,"\u0105":4,"\u0104":36,"\u00f3":9,"\u00d3":7,"y":-5,"w":-7,"t":-9,"s":5,"o":9,"f":-9,"e":5,"c":5,"a":4,"Y":-9,"W":-7,"T":-11,"S":4,"O":7,"J":4,"G":5,"C":5,"A":36,";":13,":":13,".":54,"-":20,",":54,"x":-4,"v":-7,"q":5,"j":4,"g":5,"d":7,"X":-2,"V":-11,"Q":7,"M":5,"@":5,"9":2,"8":5,"7":-9,"6":2,"4":23,"2":2,"1":-7,"0":4,"+":32,"*":-4,"%":-5}},"\u201d":{"d":"99,-247r45,0r0,53r-28,47r-21,-11r21,-39r-17,0r0,-50xm27,-247r45,0r0,53r-28,47r-21,-11r21,-39r-17,0r0,-50","w":170,"k":{"\u2026":58,"T":-7,";":23,":":23,".":58,",":58,"}":4,"]":2,")":-4}},"\u2026":{"d":"27,-50r45,0r0,50r-45,0r0,-50xm126,-50r44,0r0,50r-44,0r0,-50xm224,-50r45,0r0,50r-45,0r0,-50","w":295,"k":{"\u201d":45,"\u201c":54,"\u2019":45,"\u2018":54,"}":7,"x":-4,"v":22,"]":4,"X":-4,"V":31,"Q":4,"@":11,"7":4,"4":13,"1":25,"*":50,")":5,"%":29,"A":-7,"\u0104":-7,"C":4,"\u0106":4,"G":4,"O":4,"\u00d3":4,"T":43,"U":5,"W":27,"Y":41,"f":13,"o":2,"\u00f3":2,"t":11,"w":9,"y":13,"J":5}},"\u2122":{"d":"144,-209r-13,34r-15,0r-13,-33r-1,42r-15,0r2,-74r17,0r17,47r18,-47r17,0r3,74r-16,0xm38,-225r-20,0r0,-15r56,0r0,15r-20,0r0,59r-16,0r0,-59","w":180},"\"":{"d":"22,-158r0,-89r31,0r0,89r-31,0xm86,-158r0,-89r32,0r0,89r-32,0","w":139},"!":{"d":"38,-78v-10,-49,-10,-109,-9,-169r44,0v0,60,1,120,-9,169r-26,0xm29,-50r44,0r0,50r-44,0r0,-50","w":102},"\u00a0":{"w":75}}});
;
/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

(function(a){var A=function(s,v){var f=a.extend({},a.fn.nivoSlider.defaults,v),g={currentSlide:0,currentImage:"",totalSlides:0,randAnim:"",running:false,paused:false,stop:false},e=a(s);e.data("nivo:vars",g);e.css("position","relative");e.addClass("nivoSlider");var j=e.children();j.each(function(){var b=a(this),h="";if(!b.is("img")){if(b.is("a")){b.addClass("nivo-imageLink");h=b}b=b.find("img:first")}var c=b.width();if(c==0)c=b.attr("width");var o=b.height();if(o==0)o=b.attr("height");c>e.width()&&
e.width(c);o>e.height()&&e.height(o);h!=""&&h.css("display","none");b.css("display","none");g.totalSlides++});if(f.startSlide>0){if(f.startSlide>=g.totalSlides)f.startSlide=g.totalSlides-1;g.currentSlide=f.startSlide}g.currentImage=a(j[g.currentSlide]).is("img")?a(j[g.currentSlide]):a(j[g.currentSlide]).find("img:first");a(j[g.currentSlide]).is("a")&&a(j[g.currentSlide]).css("display","block");e.css("background",'url("'+g.currentImage.attr("src")+'") no-repeat');for(var k=0;k<f.slices;k++){var p=
Math.round(e.width()/f.slices);k==f.slices-1?e.append(a('<div class="nivo-slice"></div>').css({left:p*k+"px",width:e.width()-p*k+"px"})):e.append(a('<div class="nivo-slice"></div>').css({left:p*k+"px",width:p+"px"}))}e.append(a('<div class="nivo-caption"><p></p></div>').css({display:"none",opacity:f.captionOpacity}));if(g.currentImage.attr("title")!=""){k=g.currentImage.attr("title");if(k.substr(0,1)=="#")k=a(k).html();a(".nivo-caption p",e).html(k);a(".nivo-caption",e).fadeIn(f.animSpeed)}var l=
0;if(!f.manualAdvance&&j.length>1)l=setInterval(function(){r(e,j,f,false)},f.pauseTime);if(f.directionNav){e.append('<div class="nivo-directionNav"><a class="nivo-prevNav">Prev</a><a class="nivo-nextNav">Next</a></div>');if(f.directionNavHide){a(".nivo-directionNav",e).hide();e.hover(function(){a(".nivo-directionNav",e).show()},function(){a(".nivo-directionNav",e).hide()})}a("a.nivo-prevNav",e).live("click",function(){if(g.running)return false;clearInterval(l);l="";g.currentSlide-=2;r(e,j,f,"prev")});
a("a.nivo-nextNav",e).live("click",function(){if(g.running)return false;clearInterval(l);l="";r(e,j,f,"next")})}if(f.controlNav){p=a('<div class="nivo-controlNav"></div>');e.append(p);for(k=0;k<j.length;k++)if(f.controlNavThumbs){var t=j.eq(k);t.is("img")||(t=t.find("img:first"));f.controlNavThumbsFromRel?p.append('<a class="nivo-control" rel="'+k+'"><img src="'+t.attr("rel")+'" alt="" /></a>'):p.append('<a class="nivo-control" rel="'+k+'"><img src="'+t.attr("src").replace(f.controlNavThumbsSearch,
f.controlNavThumbsReplace)+'" alt="" /></a>')}else p.append('<a class="nivo-control" rel="'+k+'">'+(k+1)+"</a>");a(".nivo-controlNav a:eq("+g.currentSlide+")",e).addClass("active");a(".nivo-controlNav a",e).live("click",function(){if(g.running)return false;if(a(this).hasClass("active"))return false;clearInterval(l);l="";e.css("background",'url("'+g.currentImage.attr("src")+'") no-repeat');g.currentSlide=a(this).attr("rel")-1;r(e,j,f,"control")})}f.keyboardNav&&a(window).keypress(function(b){if(b.keyCode==
"37"){if(g.running)return false;clearInterval(l);l="";g.currentSlide-=2;r(e,j,f,"prev")}if(b.keyCode=="39"){if(g.running)return false;clearInterval(l);l="";r(e,j,f,"next")}});f.pauseOnHover&&e.hover(function(){g.paused=true;clearInterval(l);l=""},function(){g.paused=false;if(l==""&&!f.manualAdvance)l=setInterval(function(){r(e,j,f,false)},f.pauseTime)});e.bind("nivo:animFinished",function(){g.running=false;a(j).each(function(){a(this).is("a")&&a(this).css("display","none")});a(j[g.currentSlide]).is("a")&&
a(j[g.currentSlide]).css("display","block");if(l==""&&!g.paused&&!f.manualAdvance)l=setInterval(function(){r(e,j,f,false)},f.pauseTime);f.afterChange.call(this)});var w=function(b,h){var c=0;a(".nivo-slice",b).each(function(){var o=a(this),d=Math.round(b.width()/h.slices);c==h.slices-1?o.css("width",b.width()-d*c+"px"):o.css("width",d+"px");c++})},r=function(b,h,c,o){var d=b.data("nivo:vars");d&&d.currentSlide==d.totalSlides-1&&c.lastSlide.call(this);if((!d||d.stop)&&!o)return false;c.beforeChange.call(this);
if(o){o=="prev"&&b.css("background",'url("'+d.currentImage.attr("src")+'") no-repeat');o=="next"&&b.css("background",'url("'+d.currentImage.attr("src")+'") no-repeat')}else b.css("background",'url("'+d.currentImage.attr("src")+'") no-repeat');d.currentSlide++;if(d.currentSlide==d.totalSlides){d.currentSlide=0;c.slideshowEnd.call(this)}if(d.currentSlide<0)d.currentSlide=d.totalSlides-1;d.currentImage=a(h[d.currentSlide]).is("img")?a(h[d.currentSlide]):a(h[d.currentSlide]).find("img:first");if(c.controlNav){a(".nivo-controlNav a",
b).removeClass("active");a(".nivo-controlNav a:eq("+d.currentSlide+")",b).addClass("active")}if(d.currentImage.attr("title")!=""){var u=d.currentImage.attr("title");if(u.substr(0,1)=="#")u=a(u).html();a(".nivo-caption",b).css("display")=="block"?a(".nivo-caption p",b).fadeOut(c.animSpeed,function(){a(this).html(u);a(this).fadeIn(c.animSpeed)}):a(".nivo-caption p",b).html(u);a(".nivo-caption",b).fadeIn(c.animSpeed)}else a(".nivo-caption",b).fadeOut(c.animSpeed);var m=0;a(".nivo-slice",b).each(function(){var i=
Math.round(b.width()/c.slices);a(this).css({height:"0px",opacity:"0",background:'url("'+d.currentImage.attr("src")+'") no-repeat -'+(i+m*i-i)+"px 0%"});m++});if(c.effect=="random"){h=["sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDown","sliceUpDownLeft","fold","fade","slideInRight","slideInLeft"];d.randAnim=h[Math.floor(Math.random()*(h.length+1))];if(d.randAnim==undefined)d.randAnim="fade"}if(c.effect.indexOf(",")!=-1){h=c.effect.split(",");d.randAnim=h[Math.floor(Math.random()*
h.length)];if(d.randAnim==undefined)d.randAnim="fade"}d.running=true;if(c.effect=="sliceDown"||c.effect=="sliceDownRight"||d.randAnim=="sliceDownRight"||c.effect=="sliceDownLeft"||d.randAnim=="sliceDownLeft"){var n=0;m=0;w(b,c);h=a(".nivo-slice",b);if(c.effect=="sliceDownLeft"||d.randAnim=="sliceDownLeft")h=a(".nivo-slice",b)._reverse();h.each(function(){var i=a(this);i.css({top:"0px"});m==c.slices-1?setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed,"",function(){b.trigger("nivo:animFinished")})},
100+n):setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed)},100+n);n+=50;m++})}else if(c.effect=="sliceUp"||c.effect=="sliceUpRight"||d.randAnim=="sliceUpRight"||c.effect=="sliceUpLeft"||d.randAnim=="sliceUpLeft"){m=n=0;w(b,c);h=a(".nivo-slice",b);if(c.effect=="sliceUpLeft"||d.randAnim=="sliceUpLeft")h=a(".nivo-slice",b)._reverse();h.each(function(){var i=a(this);i.css({bottom:"0px"});m==c.slices-1?setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed,"",
function(){b.trigger("nivo:animFinished")})},100+n):setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed)},100+n);n+=50;m++})}else if(c.effect=="sliceUpDown"||c.effect=="sliceUpDownRight"||d.randAnim=="sliceUpDown"||c.effect=="sliceUpDownLeft"||d.randAnim=="sliceUpDownLeft"){var x=m=n=0;w(b,c);h=a(".nivo-slice",b);if(c.effect=="sliceUpDownLeft"||d.randAnim=="sliceUpDownLeft")h=a(".nivo-slice",b)._reverse();h.each(function(){var i=a(this);if(m==0){i.css("top","0px");m++}else{i.css("bottom",
"0px");m=0}x==c.slices-1?setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed,"",function(){b.trigger("nivo:animFinished")})},100+n):setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed)},100+n);n+=50;x++})}else if(c.effect=="fold"||d.randAnim=="fold"){m=n=0;w(b,c);a(".nivo-slice",b).each(function(){var i=a(this),y=i.width();i.css({top:"0px",height:"100%",width:"0px"});m==c.slices-1?setTimeout(function(){i.animate({width:y,opacity:"1.0"},c.animSpeed,"",function(){b.trigger("nivo:animFinished")})},
100+n):setTimeout(function(){i.animate({width:y,opacity:"1.0"},c.animSpeed)},100+n);n+=50;m++})}else if(c.effect=="fade"||d.randAnim=="fade"){var q=a(".nivo-slice:first",b);q.css({height:"100%",width:b.width()+"px"});q.animate({opacity:"1.0"},c.animSpeed*2,"",function(){b.trigger("nivo:animFinished")})}else if(c.effect=="slideInRight"||d.randAnim=="slideInRight"){q=a(".nivo-slice:first",b);q.css({height:"100%",width:"0px",opacity:"1"});q.animate({width:b.width()+"px"},c.animSpeed*2,"",function(){b.trigger("nivo:animFinished")})}else if(c.effect==
"slideInLeft"||d.randAnim=="slideInLeft"){q=a(".nivo-slice:first",b);q.css({height:"100%",width:"0px",opacity:"1",left:"",right:"0px"});q.animate({width:b.width()+"px"},c.animSpeed*2,"",function(){q.css({left:"0px",right:""});b.trigger("nivo:animFinished")})}},z=function(b){this.console&&typeof console.log!="undefined"&&console.log(b)};this.stop=function(){if(!a(s).data("nivo:vars").stop){a(s).data("nivo:vars").stop=true;z("Stop Slider")}};this.start=function(){if(a(s).data("nivo:vars").stop){a(s).data("nivo:vars").stop=
false;z("Start Slider")}};f.afterLoad.call(this)};a.fn.nivoSlider=function(s){return this.each(function(){var v=a(this);if(!v.data("nivoslider")){var f=new A(this,s);v.data("nivoslider",f)}})};a.fn.nivoSlider.defaults={effect:"random",slices:15,animSpeed:500,pauseTime:3E3,startSlide:0,directionNav:true,directionNavHide:true,controlNav:true,controlNavThumbs:false,controlNavThumbsFromRel:false,controlNavThumbsSearch:".jpg",controlNavThumbsReplace:"_thumb.jpg",keyboardNav:true,pauseOnHover:true,manualAdvance:false,
captionOpacity:0.8,beforeChange:function(){},afterChange:function(){},slideshowEnd:function(){},lastSlide:function(){},afterLoad:function(){}};a.fn._reverse=[].reverse})(jQuery);;
/* code by monoio.com */
 
Cufon.replace('.doradca h3', {textShadow: '0px 1px #FFF'});
Cufon.replace('h1.title.aktualnosci', {textShadow: '0px 1px #FFF'});
Cufon.replace('.kontakt h3', {textShadow: '0px 1px #FFF'});
Cufon.replace('h1.title', {textShadow: '0px 1px #FFF'});
Cufon.replace('h2.title', {textShadow: '0px 1px #FFF'});
Cufon.replace('#block-views-zaufali-nam-view-block-1 h2', {textShadow: '0px 1px #FFF'});
Cufon.replace('#block-views-super-oferta-block-1 h2', {textShadow: '0px 1px #FFF'});
Cufon.replace('#block-shoutbox-shoutbox h2', {textShadow: '0px 1px #FFF'});
Cufon.replace('#block-views-kontakt-sidebar-block-1 h3', {textShadow: '0px 1px #FFF'});


jQuery(window).load(function() {
	
 
});


jQuery(document).ready(function($){
	
	$('a.otoLink').each(function(){
		var link = $(this).attr('href');
		link='http://masterauto.otomoto.pl'+link;
		$(this).attr('href',link);
	});
	
	$('.MAmain .field-type-image img').each(function(){
		var picURL = $(this).attr('src');
		$('.MAmain').append('<img src="'+picURL+'" alt=""/>');
	});
	$('div.slider.MAmain .region').remove();
	
	$('#block-views-zaufali-nam-view-block-1').append('<div class="imgContent"></div>');
	$('#block-views-zaufali-nam-view-block-1 .field-content img').each(function(){
		var picURL = $(this).attr('src');
		$('.imgContent').append('<img src="'+picURL+'" alt=""/>');
	});
	$('#block-views-zaufali-nam-view-block-1 .content').remove();

	$('#block-views-zaufali-nam-view-block-1 .imgContent').nivoSlider({
	       effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
	       slices:3,
	       //animSpeed:1000, //Slide transition speed
	       pauseTime:1500,
	       startSlide:0, //Set starting Slide (0 index)
	       directionNav:false, //Next & Prev
	      // directionNavHide:true, //Only show on hover
	       controlNav:false, //1,2,3...
	      // controlNavThumbs:false, //Use thumbnails for Control Nav
	      // controlNavThumbsFromRel:false, //Use image rel for thumbs
	      // controlNavThumbsSearch: '.jpg', //Replace this with...
	      // controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
	       keyboardNav:false, //Use left & right arrows
	       pauseOnHover:false, //Stop animation while hovering
	       manualAdvance:false, //Force manual transitions
	       captionOpacity:0.0, //Universal caption opacity
	       beforeChange: function(){},
	       afterChange: function(){},
	       slideshowEnd: function(){}, //Triggers after all slides have been shown
	       lastSlide: function(){}, //Triggers when last slide is shown
	       afterLoad: function(){} //Triggers when slider has loaded
	   });
	
		$('#partnerzy').nivoSlider({
		       effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
		       slices:3,
		       //animSpeed:1000, //Slide transition speed
		       pauseTime:1200,
		       startSlide:0, //Set starting Slide (0 index)
		       directionNav:false, //Next & Prev
		      // directionNavHide:true, //Only show on hover
		       controlNav:false, //1,2,3...
		      // controlNavThumbs:false, //Use thumbnails for Control Nav
		      // controlNavThumbsFromRel:false, //Use image rel for thumbs
		      // controlNavThumbsSearch: '.jpg', //Replace this with...
		      // controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
		       keyboardNav:false, //Use left & right arrows
		       pauseOnHover:false, //Stop animation while hovering
		       manualAdvance:false, //Force manual transitions
		       captionOpacity:0.0, //Universal caption opacity
		       beforeChange: function(){},
		       afterChange: function(){},
		       slideshowEnd: function(){}, //Triggers after all slides have been shown
		       lastSlide: function(){}, //Triggers when last slide is shown
		       afterLoad: function(){} //Triggers when slider has loaded
		   });
	
	//$('.node-welcome h2').remove();
	
	$('#views-edit-view #edit-options-content-value').css('visibility','visible');
	
	$('input.submit').attr("disabled","disabled");
	$('input.submit').fadeTo('fast', 0.5, function() { });
	
	$('.sprawdz').bind("blur", function(){
		var actuel = $(this).val();
		if(actuel==''){
				$('input.submit').attr("disabled","disabled");
				$('input.submit').fadeTo('fast', 0.5, function() { });
		}else{
			$('input.submit').fadeTo('fast', 1, function() { });
			$('input.submit').removeAttr("disabled");
		}
	});



	
	$('ul#navMF').mouseenter(function() {
		// $(this).stop().animate({
		// 	    height: 240
		// 	  }, 300, function() { });
	});
	$('ul#navMF').mouseleave(function() {
		// $(this).stop().animate({
		// 	    height: 78
		// 	  }, 500, function() { });
	});
	
	
	// $('ul#kpkMini li#kpkMini1').mouseenter(function() {
	// 	$(this).stop().animate({ top: 0, height:330  }, 100, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 330  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 370  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 410  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 446  }, 100, function() { });
	// });
	// $('ul#kpkMini li#kpkMini1').mouseleave(function() {
	// 	$(this).stop().animate({ top: 0, height:96  }, 300, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 96  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 169  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 242  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 315  }, 100, function() { });	
	// });
	// $('ul#kpkMini li#kpkMini2').mouseenter(function() {
	// 	$(this).stop().animate({ top: 43, height:199  }, 100, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: -15  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 225  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 265  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 301  }, 100, function() { });
	// });
	// $('ul#kpkMini li#kpkMini2').mouseleave(function() {
	// 	$(this).stop().animate({ top: 96, height:73  }, 300, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: 0  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 169  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 242  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 315  }, 100, function() { });	
	// });
	// $('ul#kpkMini li#kpkMini3').mouseenter(function() {
	// 	$(this).stop().animate({ top: 80, height:348  }, 100, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: -15  }, 100, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 40  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 428  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 467  }, 100, function() { });
	// });
	// $('ul#kpkMini li#kpkMini3').mouseleave(function() {
	// 	$(this).stop().animate({ top: 169, height:73  }, 300, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: 0  }, 100, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 96  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 242  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 315  }, 100, function() { });	
	// });
	// $('ul#kpkMini li#kpkMini4').mouseenter(function() {
	// 	$(this).stop().animate({ top: 120, height:245  }, 100, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: -15  }, 100, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 40  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 79  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 365  }, 100, function() { });
	// });
	// $('ul#kpkMini li#kpkMini4').mouseleave(function() {
	// 	$(this).stop().animate({ top: 242, height:73  }, 300, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: 0  }, 100, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 96  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 169  }, 100, function() { });
	// 	$('li#kpkMini5').stop().animate({ height:45, top: 315  }, 100, function() { });	
	// });
	// $('ul#kpkMini li#kpkMini5').mouseenter(function() {
	// 	$(this).stop().animate({ top: 157, height:365  }, 100, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: -15  }, 100, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 40  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 79  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 120  }, 100, function() { });
	// });
	// $('ul#kpkMini li#kpkMini5').mouseleave(function() {
	// 	$(this).stop().animate({ top: 315, height:45  }, 300, function() { });
	// 	$('li#kpkMini1').stop().animate({ height:96, top: 0  }, 100, function() { });
	// 	$('li#kpkMini2').stop().animate({ height:73, top: 96  }, 100, function() { });
	// 	$('li#kpkMini3').stop().animate({ height:73, top: 169  }, 100, function() { });
	// 	$('li#kpkMini4').stop().animate({ height:73, top: 242  }, 100, function() { });	
	// });
	// 
	// 
	// $('ul#kpk li#kpk1').mouseenter(function() {
	// 	$(this).stop().animate({ top: -20, height:224  }, 100, function() { });
	// 	$('li#kpk2').stop().animate({ top: 205  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 245  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 284  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 322  }, 100, function() { });
	// });
	// $('ul#kpk li#kpk1').mouseleave(function() {
	// 	$(this).stop().animate({ top: 0, height:96  }, 300, function() { });
	// 	$('li#kpk2').stop().animate({ top: 96  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 169  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 242  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 315  }, 100, function() { });	
	// });
	// 
	// $('ul#kpk li#kpk2').mouseenter(function() {
	// 	$(this).stop().animate({ top: 45, height:199  }, 100, function() { });
	// 	$('li#kpk1').stop().animate({ top: -15  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 245  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 284  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 322  }, 100, function() { });
	// });
	// $('ul#kpk li#kpk2').mouseleave(function() {
	// 	$(this).stop().animate({ top: 96, height:73  }, 300, function() { });
	// 	$('li#kpk1').stop().animate({ top: 0  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 169  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 242  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 315  }, 100, function() { });	
	// });
	// 
	// $('ul#kpk li#kpk3').mouseenter(function() {
	// 	$(this).stop().animate({ top: 80, height:203  }, 100, function() { });
	// 	$('li#kpk1').stop().animate({ top: -15  }, 100, function() { });
	// 	$('li#kpk2').stop().animate({ top: 40  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 284  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 322  }, 100, function() { });
	// });
	// $('ul#kpk li#kpk3').mouseleave(function() {
	// 	$(this).stop().animate({ top: 169, height:73  }, 300, function() { });
	// 	$('li#kpk1').stop().animate({ top: 0  }, 100, function() { });
	// 	$('li#kpk2').stop().animate({ top: 96  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 242  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 315  }, 100, function() { });	
	// });
	// 
	// $('ul#kpk li#kpk4').mouseenter(function() {
	// 	$(this).stop().animate({ top: 120, height:201  }, 100, function() { });
	// 	$('li#kpk1').stop().animate({ top: -15  }, 100, function() { });
	// 	$('li#kpk2').stop().animate({ top: 40  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 79  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 322  }, 100, function() { });
	// });
	// $('ul#kpk li#kpk4').mouseleave(function() {
	// 	$(this).stop().animate({ top: 242, height:73  }, 300, function() { });
	// 	$('li#kpk1').stop().animate({ top: 0  }, 100, function() { });
	// 	$('li#kpk2').stop().animate({ top: 96  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 169  }, 100, function() { });
	// 	$('li#kpk5').stop().animate({ top: 315  }, 100, function() { });	
	// });
	// 
	// $('ul#kpk li#kpk5').mouseenter(function() {
	// 	$(this).stop().animate({ top: 157, height:201  }, 100, function() { });
	// 	$('li#kpk1').stop().animate({ top: -15  }, 100, function() { });
	// 	$('li#kpk2').stop().animate({ top: 40  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 79  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 120  }, 100, function() { });
	// });
	// $('ul#kpk li#kpk5').mouseleave(function() {
	// 	$(this).stop().animate({ top: 315, height:45  }, 300, function() { });
	// 	$('li#kpk1').stop().animate({ top: 0  }, 100, function() { });
	// 	$('li#kpk2').stop().animate({ top: 96  }, 100, function() { });
	// 	$('li#kpk3').stop().animate({ top: 169  }, 100, function() { });
	// 	$('li#kpk4').stop().animate({ top: 242  }, 100, function() { });	
	// });
	
});;

