var IEPNGFix=window.IEPNGFix||{};IEPNGFix.tileBG=function(elm,pngSrc,ready){var data=this.data[elm.uniqueID],elmW=Math.max(elm.clientWidth,elm.scrollWidth),elmH=Math.max(elm.clientHeight,elm.scrollHeight),bgX=elm.currentStyle.backgroundPositionX,bgY=elm.currentStyle.backgroundPositionY,bgR=elm.currentStyle.backgroundRepeat;if(!data.tiles){data.tiles={elm:elm,src:'',cache:[],img:new Image(),old:{}};}
var tiles=data.tiles,pngW=tiles.img.width,pngH=tiles.img.height;if(pngSrc){if(!ready&&pngSrc!=tiles.src){tiles.img.onload=function(){this.onload=null;IEPNGFix.tileBG(elm,pngSrc,1);};return tiles.img.src=pngSrc;}}else{if(tiles.src)ready=1;pngW=pngH=0;}
tiles.src=pngSrc;if(!ready&&elmW==tiles.old.w&&elmH==tiles.old.h&&bgX==tiles.old.x&&bgY==tiles.old.y&&bgR==tiles.old.r){return;}
var pos={top:'0%',left:'0%',center:'50%',bottom:'100%',right:'100%'},x,y,pc;x=pos[bgX]||bgX;y=pos[bgY]||bgY;if(pc=x.match(/(\d+)%/)){x=Math.round((elmW-pngW)*(parseInt(pc[1])/100));}
if(pc=y.match(/(\d+)%/)){y=Math.round((elmH-pngH)*(parseInt(pc[1])/100));}
x=parseInt(x);y=parseInt(y);var repeatX={'repeat':1,'repeat-x':1}[bgR],repeatY={'repeat':1,'repeat-y':1}[bgR];if(repeatX){x%=pngW;if(x>0)x-=pngW;}
if(repeatY){y%=pngH;if(y>0)y-=pngH;}
this.hook.enabled=0;if(!({relative:1,absolute:1}[elm.currentStyle.position])){elm.style.position='relative';}
var count=0,xPos,maxX=repeatX?elmW:x+0.1,yPos,maxY=repeatY?elmH:y+0.1,d,s,isNew;if(pngW&&pngH){for(xPos=x;xPos<maxX;xPos+=pngW){for(yPos=y;yPos<maxY;yPos+=pngH){isNew=0;if(!tiles.cache[count]){tiles.cache[count]=document.createElement('div');isNew=1;}
var clipR=(xPos+pngW>elmW?elmW-xPos:pngW),clipB=(yPos+pngH>elmH?elmH-yPos:pngH);d=tiles.cache[count];s=d.style;s.behavior='none';s.left=xPos+'px';s.top=yPos+'px';s.width=clipR+'px';s.height=clipB+'px';s.clip='rect('+
(yPos<0?0-yPos:0)+'px,'+
clipR+'px,'+
clipB+'px,'+
(xPos<0?0-xPos:0)+'px)';s.display='block';if(isNew){s.position='absolute';s.zIndex=-999;if(elm.firstChild){elm.insertBefore(d,elm.firstChild);}else{elm.appendChild(d);}}
this.fix(d,pngSrc,0);count++;}}}
while(count<tiles.cache.length){this.fix(tiles.cache[count],'',0);tiles.cache[count++].style.display='none';}
this.hook.enabled=1;tiles.old={w:elmW,h:elmH,x:bgX,y:bgY,r:bgR};};IEPNGFix.update=function(){for(var i in IEPNGFix.data){var t=IEPNGFix.data[i].tiles;if(t&&t.elm&&t.src){IEPNGFix.tileBG(t.elm,t.src);}}};IEPNGFix.update.timer=0;if(window.attachEvent&&!window.opera){window.attachEvent('onresize',function(){clearTimeout(IEPNGFix.update.timer);IEPNGFix.update.timer=setTimeout(IEPNGFix.update,100);});};sfHover=function(){if(!document.getElementsByTagName)return false;var sfEls=document.getElementById("catnav").getElementsByTagName("li");for(var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){this.className+=" sfhover";}
sfEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"");}}}
if(window.attachEvent)window.attachEvent("onload",sfHover);;var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()}};M.ready=(function(){var a=!M.recognizesMedia("all");var Z=[],c=function(){a=true;for(var f;f=Z.shift();f()){}};var d=F("link"),e={stylesheet:1};function b(){var g,f,h;for(f=0;h=d[f];++f){if(h.disabled||!e[h.rel.toLowerCase()]||!M.recognizesMedia(h.media||"screen")){continue}g=h.sheet||h.styleSheet;if(!g||g.disabled){return false}}return true}V.ready(function(){if(a||b()){c()}else{setTimeout(arguments.callee,10)}});return function(f){if(a){f()}else{Z.push(f)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=c.data;if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=U.length;p--;){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G*e+j-R));K.height=Math.ceil(J.convert(V.height-W+f));W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=H/V.height;s.scale(Y,Y*e);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){s.scale(e,1);for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}s.restore()}if(U){for(var p=U.length;p--;){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o()}}o();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(D,E){return A(D,/(?:em|ex|%)$/i.test(E)?"1em":E)}function A(G,H){if(/px$/i.test(H)){return parseFloat(H)}var F=G.style.left,E=G.runtimeStyle.left;G.runtimeStyle.left=G.currentStyle.left;G.style.left=H;var D=G.style.pixelLeft;G.style.left=F;G.runtimeStyle.left=E;return D}return function(s,V,n,S,Z,t,j){var G=(V===null);if(G){V=Z.alt}var X=s.viewBox;var H=n.computedFontSize||(n.computedFontSize=new Cufon.CSS.Size(C(t,n.get("fontSize"))+"px",s.baseSize));var h=n.computedLSpacing;if(h==undefined){h=n.get("letterSpacing");n.computedLSpacing=h=(h=="normal")?0:~~H.convertFrom(A(t,h))}var P,I;if(G){P=Z;I=Z.firstChild}else{P=document.createElement("span");P.className="cufon cufon-vml";P.alt=V;I=document.createElement("span");I.className="cufon-vml-canvas";P.appendChild(I);if(S.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(V));P.appendChild(q)}if(!j){P.appendChild(document.createElement("cvml:shape"))}}var y=P.style;var c=I.style;var E=H.convert(X.height),v=Math.ceil(E);var g=v/E;var f=X.minX,e=X.minY;c.height=v;c.top=Math.round(H.convert(e-s.ascent));c.left=Math.round(H.convert(f));y.height=H.convert(s.height)+"px";var L=S.enableTextDecoration?Cufon.CSS.textDecoration(t,n):{};var U=n.get("color");var w=Cufon.CSS.textTransform(V,n).split("");var D=0,d=0,M=null;var T,N,W=S.textShadow;for(var r=0,p=0,o=w.length;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(T){D+=M=~~(T.w||s.w)+h}}if(M===null){return null}var O=-f+D+(X.width-M);var x=H.convert(O*g),m=Math.round(x);var b=O+","+X.height,F;var Y="r"+b+"nsnf";for(r=0;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(!T){continue}if(G){N=I.childNodes[p];if(N.firstChild){N.removeChild(N.firstChild)}}else{N=document.createElement("cvml:shape");I.appendChild(N)}N.stroked="f";N.coordsize=b;N.coordorigin=F=(f-d)+","+e;N.path=(T.d?"m"+T.d+"xe":"")+"m"+F+Y;N.fillcolor=U;var u=N.style;u.width=m;u.height=v;if(W){var K=W[0],J=W[1];var R=Cufon.CSS.color(K.color),Q;var a=document.createElement("cvml:shadow");a.on="t";a.color=R.color;a.offset=K.offX+","+K.offY;if(J){Q=Cufon.CSS.color(J.color);a.type="double";a.color2=Q.color;a.offset2=J.offX+","+J.offY}a.opacity=R.opacity||(Q&&Q.opacity)||1;N.appendChild(a)}d+=~~(T.w||s.w)+h;++p}y.width=Math.max(Math.ceil(H.convert(D*g)),0);return P}})());;Cufon.registerFont({"w":162,"face":{"font-family":"Delicious","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"0 -318 266 76","underline-thickness":"7.2","underline-position":"-46.8","stemh":"22","stemv":"27","unicode-range":"U+0020-U+00FA"},"glyphs":{" ":{"w":108},"!":{"d":"75,-17v1,25,-44,31,-44,2v-1,-26,44,-30,44,-2xm70,-252v-10,59,-5,127,-6,194r-22,0v-3,-65,-11,-130,1,-190","w":95},"\"":{"d":"45,-255v9,25,0,52,-3,79r-11,0v-3,-27,-12,-54,-3,-79r17,0xm95,-255v9,25,0,52,-3,79r-12,0v-2,-27,-10,-54,-3,-79r18,0","w":124},"#":{"d":"117,-100r7,-55r-41,0r-7,55r41,0xm135,-243r22,0r-8,64r30,0r-2,24r-32,0r-6,55r27,0r-3,23r-27,0r-10,74r-21,0r9,-74r-41,0r-9,67r-21,0r8,-67r-29,0r4,-23r28,0r7,-55r-25,0r3,-24r25,0r9,-71r22,0r-9,71r41,0","w":200},"$":{"d":"95,-92r0,72v34,-11,30,-60,0,-72xm78,-136r0,-73v-18,3,-28,16,-28,34v0,21,13,29,28,39xm147,-56v0,32,-21,55,-52,60r0,22r-17,0r0,-21v-18,0,-39,-6,-54,-15r8,-22v13,6,32,14,46,15r0,-85v-28,-18,-56,-33,-56,-71v0,-35,21,-57,56,-59r0,-20r17,0r0,21v15,2,32,8,44,17r-10,19v-9,-7,-22,-11,-34,-13r0,82v29,18,52,31,52,70","w":160},"%":{"d":"91,-184v0,-15,-12,-27,-27,-27v-15,0,-26,12,-26,27v0,15,11,26,26,26v15,0,27,-11,27,-26xm64,-232v17,-1,32,12,51,11v39,-3,35,-17,59,-6r-80,227r-24,0r76,-210v-14,7,-38,7,-38,7v13,27,-11,67,-44,67v-26,0,-47,-22,-47,-48v0,-26,21,-48,47,-48xm234,-42v0,26,-22,47,-48,47v-26,0,-47,-21,-47,-47v0,-26,21,-48,47,-48v26,0,48,22,48,48xm213,-42v0,-15,-12,-27,-27,-27v-15,0,-26,12,-26,27v0,15,11,26,26,26v15,0,27,-11,27,-26","w":251},"&":{"d":"149,-176v2,-31,-5,-54,-35,-55v-18,0,-36,10,-36,30v0,31,40,24,71,25xm46,-85v1,23,4,61,25,68v10,-2,34,-36,59,-20r-5,20v-27,-11,-28,21,-54,22v-41,0,-56,-56,-56,-89v0,-36,19,-84,60,-85v-14,-6,-25,-16,-25,-32v4,-65,122,-66,124,2r0,23r36,0r0,20r-35,0r0,120v-4,21,21,22,35,14r6,17v-28,19,-69,10,-69,-30r0,-121v-63,-5,-105,9,-101,71","w":226},"(":{"d":"111,30r-3,23v-60,-45,-91,-97,-91,-173v0,-64,36,-125,90,-159r3,20v-97,64,-94,223,1,289","w":120,"k":{"J":-7}},")":{"d":"14,-279v54,34,91,95,91,159v0,76,-31,128,-91,173r-3,-23v95,-66,98,-225,1,-289","w":122},"*":{"d":"95,-243r-12,41r54,-19r0,23r-47,15r38,58r-25,0r-28,-44r-27,44r-24,0r35,-58r-46,-15r0,-23r54,19r-13,-41r41,0","w":152},"+":{"d":"153,-79r-58,0r0,62r-21,0r0,-62r-58,0r0,-22r58,0r0,-62r21,0r0,62r58,0r0,22","w":169},",":{"d":"10,40v16,-25,25,-35,23,-65v0,0,10,-6,17,-6v11,0,23,16,23,16v0,0,-14,31,-46,66","w":92,"k":{"\u00d3":9,"Q":9,"O":9,"C":9}},"-":{"d":"88,-103r0,22r-69,0r0,-22r69,0","w":108},".":{"d":"70,-17v1,26,-44,30,-44,2v-1,-26,44,-30,44,-2","w":92,"k":{"\u00d3":9,"Q":9,"O":9,"G":9,"C":9}},"\/":{"d":"122,-273r-93,326r-23,0r93,-326r23,0","w":128,"k":{"\/":36}},"0":{"d":"81,-159v-35,0,-45,43,-45,71v0,28,10,71,45,71v35,0,45,-43,45,-71v0,-28,-10,-71,-45,-71xm152,-88v0,44,-20,93,-71,93v-51,0,-71,-49,-71,-93v0,-44,20,-94,71,-94v51,0,71,50,71,94"},"1":{"d":"108,0r-27,0r0,-151r-45,0r0,-17v25,0,43,-11,72,-8r0,176"},"2":{"d":"137,-132v-1,47,-43,84,-74,108r80,0r0,24r-116,0r-5,-22v32,-17,87,-72,87,-110v0,-42,-61,-27,-82,-6r-5,-21v33,-35,117,-34,115,27"},"3":{"d":"26,40v46,-4,88,-22,88,-68v0,-40,-46,-35,-81,-32r0,-21v29,-2,41,-21,61,-32v19,-10,23,-48,-7,-46v-13,0,-40,13,-52,20r-7,-19v32,-25,109,-42,109,18v0,28,-28,44,-50,56v29,0,54,19,54,50v0,66,-56,95,-115,94r0,-20"},"4":{"d":"152,0r-24,0r0,50r-25,0r0,-50r-90,0r-2,-23v20,-56,53,-106,88,-153r30,0r0,153r23,0r0,23xm103,-23r0,-120v-26,37,-48,78,-65,120r65,0"},"5":{"d":"24,39v43,-1,90,-24,89,-68v-1,-41,-52,-38,-83,-26r10,-121r90,0r0,21r-65,0r-6,73v38,-9,80,7,81,47v2,60,-53,96,-116,95r0,-21"},"6":{"d":"121,-79v0,-41,-45,-50,-75,-32v-8,37,-2,95,38,95v33,0,37,-37,37,-63xm119,-231r10,18v-36,23,-63,41,-78,83v45,-21,97,1,97,52v0,42,-19,83,-66,83v-51,0,-65,-56,-65,-97v0,-66,46,-112,102,-139"},"7":{"d":"139,-176v5,87,-35,177,-79,239r-24,-10v40,-53,77,-139,77,-206r-92,0r0,-23r118,0"},"8":{"d":"121,-59v0,-30,-23,-37,-45,-50v-43,14,-47,94,6,94v24,0,39,-22,39,-44xm114,-174v0,-23,-12,-33,-34,-33v-21,0,-33,18,-33,37v0,21,13,31,30,40v21,-10,37,-17,37,-44xm148,-61v0,42,-30,66,-70,66v-34,0,-63,-26,-63,-61v0,-28,18,-50,43,-62v-21,-13,-37,-26,-37,-53v0,-35,28,-56,61,-56v35,0,57,18,57,54v0,24,-20,43,-41,52v27,14,50,25,50,60"},"9":{"d":"117,-66v8,-36,3,-89,-37,-94v-53,4,-52,106,1,104v12,0,26,-4,36,-10xm113,-46v-45,22,-98,-5,-98,-52v0,-41,18,-84,66,-84v51,0,66,60,66,101v0,67,-57,119,-115,142r-7,-21v41,-21,72,-41,88,-86"},":":{"d":"70,-17v1,26,-44,30,-44,2v-1,-26,44,-30,44,-2xm70,-127v1,26,-44,30,-44,2v-1,-26,44,-30,44,-2","w":92},";":{"d":"9,40v16,-25,25,-35,23,-65v0,0,10,-6,17,-6v11,0,23,16,23,16v0,0,-14,31,-46,66xm70,-127v1,27,-44,31,-44,2v-1,-26,44,-30,44,-2","w":92},"<":{"d":"96,-36r-17,14r-67,-68r66,-68r17,14r-53,54","w":108},"=":{"d":"153,-73r0,22r-137,0r0,-22r137,0xm153,-127r0,22r-137,0r0,-22r137,0","w":172},">":{"d":"12,-36r17,14r67,-68r-66,-68r-17,14r53,54","w":108},"?":{"d":"70,-17v1,26,-44,30,-44,2v-1,-26,44,-30,44,-2xm59,-58r-22,0v-7,-55,17,-89,43,-118v15,-16,21,-49,-8,-51v-10,0,-21,1,-31,3r0,-20v36,-12,83,-4,79,38v-6,58,-72,69,-61,148","w":128},"@":{"d":"179,-165v-9,-11,-22,-17,-36,-17v-30,0,-40,53,-40,75v0,11,3,27,17,27v14,0,32,-13,44,-20xm190,-53v-17,1,-33,-11,-28,-30v-13,11,-29,26,-47,26v-24,0,-36,-24,-36,-46v0,-40,15,-99,65,-99v16,0,30,8,39,21r4,-15r23,0r-27,116v0,7,4,10,10,10v32,0,55,-50,55,-77v0,-60,-45,-94,-103,-94v-61,0,-106,55,-106,114v0,63,47,113,111,113v35,0,70,-15,92,-43r16,9v-22,33,-68,54,-108,54v-75,0,-135,-59,-135,-134v0,-69,61,-133,131,-133v68,0,120,44,120,114v0,39,-34,94,-76,94","w":285},"A":{"d":"92,-197r-27,100r54,0xm179,0r-29,0r-24,-73r-68,0r-24,73r-30,0r72,-227r31,0","w":183,"k":{"y":9,"w":9,"v":9,"Y":20,"W":6,"V":10,"T":14}},"B":{"d":"138,-66v0,-46,-39,-42,-80,-42r0,84v37,13,81,0,80,-42xm125,-170v0,-36,-32,-35,-67,-34r0,73v37,3,67,-5,67,-39xm29,-227v62,-4,127,0,125,57v0,19,-15,44,-34,49v31,2,46,26,46,55v1,70,-77,82,-137,62r0,-223","w":180},"C":{"d":"170,-15v-16,13,-42,20,-63,20v-66,0,-87,-63,-87,-118v0,-53,26,-119,88,-119v19,0,42,5,58,15r-10,19v-15,-8,-31,-12,-48,-12v-43,0,-59,64,-59,98v0,38,12,94,60,94v16,0,36,-5,49,-15","w":178,"k":{",":9}},"D":{"d":"93,-204r-36,0r0,181r34,0v48,0,57,-51,57,-89v0,-37,-7,-92,-55,-92xm94,-227v65,0,83,59,83,114v0,55,-22,113,-86,113r-62,0r0,-227r65,0","w":196},"E":{"d":"145,-227r0,24r-87,0r0,72r67,0r0,25r-67,0r0,81r91,0r0,25r-120,0r0,-227r116,0","w":163},"F":{"d":"135,-227r0,24r-77,0r0,72r61,0r0,25r-61,0r0,106r-29,0r0,-227r106,0","w":148,"k":{"\u00f3":5,"\u00e9":5,"\u00e1":7,"o":5,"e":5,"c":5,"a":7,"A":14,".":46,",":46}},"G":{"d":"167,-4v-17,7,-41,9,-59,9v-66,0,-88,-62,-88,-118v0,-53,26,-119,88,-119v24,0,38,5,59,15r-11,19v-14,-9,-31,-12,-48,-12v-41,0,-59,60,-59,98v0,38,12,94,60,94v10,0,22,-1,31,-5r0,-74r27,0r0,93","w":188,"k":{",":9}},"H":{"d":"168,0r-28,0r0,-106r-82,0r0,106r-29,0r0,-227r29,0r0,96r82,0r0,-96r28,0r0,227","w":197},"I":{"d":"57,-227r0,227r-28,0r0,-227r28,0","w":85},"J":{"d":"59,10v0,29,-26,43,-51,49r-6,-20v15,-5,29,-13,29,-31r0,-235r28,0r0,237","w":88},"K":{"d":"172,0r-29,0r-85,-95r0,95r-29,0r0,-227r29,0r0,104r79,-104r30,0r-87,117r92,101r0,9","w":174,"k":{"\u00d3":4,"Q":4,"O":4,"G":4,"C":4}},"L":{"d":"56,-227r0,203r78,0r0,24r-105,0r0,-227r27,0","w":137,"k":{"y":10,"Y":23,"W":13,"V":16,"T":20}},"M":{"d":"238,-227r0,227r-28,0r1,-185r-65,185r-25,0r-65,-186v4,53,1,128,2,186r-29,0r0,-227r38,0r67,192r66,-192r38,0","w":267},"N":{"d":"171,0r-30,0r-85,-185v5,58,1,124,2,185r-29,0r0,-227r38,0r77,174v-4,-55,-1,-116,-2,-174r29,0r0,227","w":199},"O":{"d":"99,-208v-39,0,-50,66,-50,95v0,29,11,95,50,95v39,0,50,-66,50,-95v0,-29,-11,-95,-50,-95xm99,-232v59,0,78,71,78,119v0,48,-19,118,-78,118v-59,0,-79,-70,-79,-118v0,-48,20,-119,79,-119","w":197,"k":{"T":7,".":9,",":9}},"P":{"d":"133,-157v-2,-40,-34,-50,-75,-47r0,92v35,22,77,-5,75,-45xm29,-227v69,-3,131,1,133,70v2,55,-51,92,-104,69r0,88r-29,0r0,-227","w":176,"k":{"\u00f3":4,"\u00e9":4,"\u00e1":7,"o":4,"e":4,"c":4,"a":7,"A":15,".":52,",":52}},"Q":{"d":"121,2v15,15,34,29,59,22r-8,28v-41,6,-59,-29,-82,-47v-53,-6,-70,-72,-70,-118v0,-48,20,-119,79,-119v59,0,78,71,78,119v0,41,-14,100,-56,115xm99,-208v-39,0,-50,66,-50,95v0,29,11,95,50,95v39,0,50,-66,50,-95v0,-29,-11,-95,-50,-95","w":197,"k":{"T":7,".":9,",":9}},"R":{"d":"133,-157v-2,-40,-34,-50,-75,-47r0,92v34,21,77,-4,75,-45xm173,0r-28,0r-75,-83v-4,-1,-8,-3,-12,-5r0,88r-29,0r0,-227v69,-3,132,1,133,70v0,36,-19,67,-56,74r67,74r0,9","w":181,"k":{"\u00f3":2,"\u00e9":2,"o":2,"e":2,"c":2,"Y":5,"V":4,"T":6}},"S":{"d":"16,-173v0,-64,86,-77,116,-33r-16,14v-18,-25,-72,-24,-72,15v0,53,97,48,97,121v0,62,-81,78,-120,40r12,-20v23,26,81,25,81,-21v0,-47,-98,-49,-98,-116","w":156},"T":{"d":"142,-202r-55,0r0,202r-28,0r0,-202r-55,0r0,-25r138,0r0,25","w":145,"k":{"\u00d3":7,"\u00c1":14,"\u00f3":23,"\u00e9":23,"\u00e1":23,"y":8,"w":9,"u":16,"s":16,"r":16,"o":23,"i":10,"e":23,"c":23,"a":23,"T":-6,"Q":7,"O":7,"G":7,"C":7,"A":14,";":33,":":33,".":33,"-":27,",":33}},"U":{"d":"172,-227v-6,96,30,232,-72,232v-102,0,-65,-136,-72,-232r29,0r0,139v0,29,6,70,43,70v38,0,44,-40,44,-70r0,-139r28,0","w":200},"V":{"d":"182,-227r-74,227r-32,0r-74,-227r31,0r60,192r59,-192r30,0","w":183,"k":{"\u00c1":10,"\u00f3":9,"\u00e9":9,"\u00e1":11,"y":4,"u":11,"r":11,"o":9,"i":6,"e":9,"c":9,"a":11,"A":10,";":20,":":20,".":33,"-":13,",":33}},"W":{"d":"252,-227r-53,227r-31,0r-40,-183r-41,183r-30,0r-53,-227r30,0r38,185r41,-185r29,0r42,185v6,-63,27,-125,39,-185r29,0","w":254,"k":{"\u00c1":6,"\u00f3":11,"\u00e9":11,"\u00e1":6,"u":4,"r":4,"o":11,"e":11,"c":11,"a":6,"A":6,";":13,":":13,".":20,"-":6,",":20}},"X":{"d":"173,0r-33,0r-54,-90r-51,90r-31,0r67,-116r-66,-111r32,0r50,83r48,-83r30,0r-63,109","w":177},"Y":{"d":"165,-227r-66,144r0,83r-28,0r0,-83r-66,-144r30,0r51,113r50,-113r29,0","w":169,"k":{"\u00d3":9,"\u00c1":20,"\u00f3":16,"\u00e9":16,"\u00e1":18,"z":5,"v":5,"u":11,"t":11,"s":13,"q":14,"p":11,"o":16,"n":11,"m":11,"i":13,"e":16,"c":16,"a":18,"Q":9,"O":9,"G":9,"C":9,"A":20,";":33,":":33,".":46,"-":27,",":46}},"Z":{"d":"144,-227r0,25v-35,58,-68,117,-99,177r109,0r0,25r-141,0r0,-24v31,-60,63,-120,98,-178r-90,0r0,-25r123,0","w":164},"[":{"d":"66,-264r0,21r-34,0r0,278r34,0r0,21r-56,0r0,-320r56,0","w":89,"k":{"J":-7}},"\\":{"d":"120,53r-22,0r-94,-326r23,0","w":120},"]":{"d":"80,-264r0,320r-56,0r0,-21r33,0r0,-278r-33,0r0,-21r56,0","w":89},"^":{"d":"198,-115r-25,0r-61,-111r-61,111r-25,0v41,-71,76,-140,76,-140r20,0","w":224},"_":{"d":"162,27r0,22r-162,0r0,-22r162,0"},"a":{"d":"67,-16v32,-2,46,-40,43,-74r-63,27v-11,18,-4,49,20,47xm163,-2v-21,16,-54,3,-52,-25v-6,21,-29,32,-50,32v-44,2,-57,-49,-35,-80r84,-36v2,-27,-2,-48,-28,-48v-18,0,-37,12,-48,25r-10,-16v25,-40,114,-49,114,16r0,110v-1,10,10,14,18,9","w":167},"b":{"d":"135,-94v0,-25,-5,-65,-38,-65v-14,0,-31,9,-40,20r0,108v8,9,24,14,36,14v36,0,42,-50,42,-77xm163,-98v0,50,-16,103,-76,103v-19,0,-42,-9,-57,-21r0,-234r27,0r0,87v10,-12,29,-19,44,-19v44,0,62,47,62,84","w":181},"c":{"d":"139,-15v-13,11,-33,20,-50,20v-50,0,-71,-48,-71,-91v0,-42,20,-96,70,-96v16,0,34,7,46,18r-12,16v-9,-7,-21,-12,-33,-12v-32,0,-44,44,-44,70v0,28,11,74,46,74v12,0,29,-10,39,-16","w":148},"d":{"d":"85,-16v54,0,42,-79,43,-137v-9,-4,-22,-7,-32,-7v-44,0,-50,44,-50,78v0,23,9,66,39,66xm158,5v-18,3,-29,-15,-28,-31v-5,21,-29,31,-49,31v-44,0,-63,-46,-63,-83v0,-52,17,-104,76,-104v12,0,22,3,34,6r0,-74r28,0r0,217v0,7,-1,20,9,21","w":184},"e":{"d":"126,-117v0,-20,-13,-43,-36,-43v-23,0,-37,23,-41,43r77,0xm154,-97r-108,0v-1,31,8,81,43,81v14,0,38,-15,50,-23r8,18v-15,13,-40,26,-61,26v-97,0,-89,-187,7,-187v41,0,65,39,61,85","w":169},"f":{"d":"99,-233v-1,0,-39,2,-39,33r0,24r35,0r0,20r-35,0r0,156r-27,0r0,-156r-24,-3r0,-17r24,0r0,-28v0,-41,43,-49,61,-51","w":102,"k":{"f":6}},"g":{"d":"156,-155r-26,0v19,38,1,79,-36,89v-10,3,-40,12,-40,26v22,26,99,-5,99,49v0,41,-43,63,-79,63v-27,0,-60,-9,-60,-42v0,-23,18,-33,36,-43v-41,-7,-20,-50,8,-54v-23,-8,-38,-31,-38,-55v-2,-45,46,-73,87,-54r49,0r0,21xm79,-83v43,-1,44,-79,0,-80v-43,1,-44,79,0,80xm126,12v-6,-38,-86,-25,-85,12v7,46,85,30,85,-12","w":163},"h":{"d":"158,0r-27,0r0,-134v3,-43,-62,-19,-74,-7r0,141r-27,0r0,-250r27,0r0,87v12,-9,38,-19,57,-19v37,0,44,21,44,48r0,134","w":186},"i":{"d":"56,-176r0,176r-26,0r0,-176r26,0xm22,-226v0,-24,40,-25,40,0v0,24,-40,25,-40,0","w":85},"j":{"d":"56,21v0,29,-25,41,-50,48r-6,-19v13,-5,30,-16,30,-32r0,-194r26,0r0,197xm22,-226v0,-24,40,-25,40,0v0,24,-40,25,-40,0","w":85},"k":{"d":"168,0r-29,0r-82,-98r0,98r-27,0r0,-250r27,0r0,147r64,-73r32,0r-65,76r80,94r0,6","w":169},"l":{"d":"54,-250v3,85,-9,181,11,250r-29,0v-18,-71,-5,-166,-9,-250r27,0","w":84},"m":{"d":"249,0r-28,0r0,-134v3,-39,-51,-25,-68,-9r0,143r-27,0r0,-134v2,-40,-52,-24,-69,-7r0,141r-27,0r0,-176r27,0r0,13v24,-20,70,-31,90,0v32,-26,102,-30,102,29r0,134","w":277},"n":{"d":"158,0r-27,0r0,-134v4,-44,-63,-18,-74,-7r0,141r-27,0r0,-176r27,0r0,13v12,-9,38,-19,57,-19v37,0,44,21,44,48r0,134","w":186},"o":{"d":"88,-160v-30,0,-43,45,-43,72v0,27,13,72,43,72v30,0,43,-45,43,-72v0,-27,-13,-72,-43,-72xm88,-182v49,0,70,53,70,94v0,41,-22,93,-70,93v-48,0,-70,-52,-70,-93v0,-41,21,-94,70,-94","w":175},"p":{"d":"140,-94v0,-25,-6,-66,-39,-66v-15,0,-32,11,-43,21v1,53,-10,123,43,123v34,0,39,-53,39,-78xm105,-182v44,0,63,47,63,84v0,42,-12,103,-65,103v-20,0,-37,-8,-45,-27r0,85r-28,0r0,-239r28,0r0,13v12,-11,31,-19,47,-19","w":185},"q":{"d":"85,-17v56,0,43,-78,44,-137v-48,-20,-83,16,-83,60v0,25,4,77,39,77xm156,63r-27,0r0,-85v-9,19,-26,27,-46,27v-48,0,-65,-50,-65,-90v0,-43,20,-97,71,-97v23,0,45,5,67,11r0,234","w":185},"r":{"d":"95,-182v30,0,12,16,8,30v-11,-10,-39,0,-46,14r0,138r-27,0r0,-176r27,0r0,14v8,-8,16,-20,38,-20","w":114,"k":{"\u00f3":2,"\u00e9":2,"o":2,"e":2,"c":2,".":33,"-":6,",":33}},"s":{"d":"134,-46v-3,58,-80,64,-113,31r10,-20v20,20,72,32,77,-8v-9,-47,-94,-34,-91,-92v3,-56,87,-61,114,-22r-14,14v-18,-21,-68,-29,-73,7v13,43,92,33,90,90","w":151},"t":{"d":"95,-22v11,21,5,27,-31,27v-17,0,-31,-10,-31,-40r0,-121r-24,-3r0,-17r25,0r0,-32r25,0r0,32r36,0r0,20r-35,0r0,120v-4,28,27,17,35,14","w":110},"u":{"d":"165,-13r-9,18v-13,0,-23,-7,-25,-20v-31,28,-102,34,-102,-27r0,-134r27,0r0,134v0,15,2,25,20,25v16,0,42,-9,54,-20r0,-139r27,0r0,149v0,6,0,13,8,14","w":186},"v":{"d":"158,-176v-14,59,-36,122,-63,176r-27,0r-64,-176r29,0r49,145v21,-46,39,-95,49,-145r27,0","k":{".":27,",":27}},"w":{"d":"235,-176v-10,60,-26,119,-48,176r-29,0r-25,-90v-6,-21,-11,-54,-11,-54v-3,34,-24,107,-34,144r-30,0r-54,-176r29,0r40,143r35,-143r28,0r38,143v15,-47,26,-94,35,-143r26,0","w":241,"k":{".":20,",":20}},"x":{"d":"148,0r-30,0r-43,-69r-42,69r-29,0r56,-91r-53,-85r30,0r38,61r37,-61r29,0r-51,83","w":152},"y":{"d":"159,-176v-15,59,-49,176,-87,220v-11,13,-26,19,-42,23r-6,-21v22,-6,37,-23,46,-43r-66,-179r29,0r41,115v4,12,8,24,10,36v20,-49,35,-100,48,-151r27,0","w":163,"k":{".":27,",":27}},"z":{"d":"142,0r-130,0r0,-23v27,-45,56,-90,91,-130r-84,0r0,-23r116,0r0,23v-33,41,-64,85,-91,130r98,0r0,23","w":153},"{":{"d":"104,39r-4,19v-35,-1,-56,6,-56,-46v0,-42,4,-106,-30,-107r0,-17v34,0,30,-65,30,-107v0,-53,21,-45,56,-46r4,19v-27,0,-38,-6,-38,33r0,63v0,32,-27,47,-27,47v0,0,27,14,27,46v0,38,-21,112,38,96","w":119,"k":{"J":-7}},"|":{"d":"51,-272r0,278r-22,0r0,-278r22,0","w":79},"}":{"d":"104,-95v-33,1,-29,66,-29,107v0,53,-22,45,-57,46r-4,-19v27,0,39,5,39,-32r0,-64v0,-32,27,-46,27,-46v0,0,-27,-15,-27,-47v0,-30,11,-97,-17,-96r-22,0r4,-19v36,1,57,-8,57,46v0,41,-5,106,29,107r0,17","w":119},"~":{"d":"53,-89v-4,-27,10,-44,31,-44v35,0,83,49,103,3v5,28,-10,45,-31,45v-35,-2,-83,-49,-103,-4","w":239},"\u00a1":{"d":"21,-159v-1,-26,44,-30,44,-2v1,26,-44,30,-44,2xm25,76v10,-59,5,-127,6,-194r22,0v3,65,10,129,0,190","w":95},"'":{"d":"45,-255v9,25,0,52,-3,79r-11,0v-3,-27,-12,-54,-3,-79r17,0","w":74},"\u00bf":{"d":"65,-160v-1,-26,44,-30,44,-2v1,26,-44,30,-44,2xm76,-117r22,0v12,70,-41,94,-56,145v-2,26,29,25,51,20r0,20v-36,12,-82,4,-78,-39v5,-57,72,-69,61,-146","w":128},"`":{"d":"94,-218r-12,16v-23,-12,-47,-28,-66,-46r23,-23v14,20,35,39,55,53","w":121},"\u00c9":{"d":"145,-227r0,24r-87,0r0,72r67,0r0,25r-67,0r0,81r91,0r0,25r-120,0r0,-227r116,0xm106,-318r23,23v0,0,-25,24,-67,46r-11,-16v36,-26,55,-53,55,-53","w":163},"\u00e1":{"d":"67,-16v32,-2,46,-40,43,-74r-63,27v-11,18,-4,49,20,47xm163,-2v-21,16,-54,3,-52,-25v-6,21,-29,32,-50,32v-44,2,-57,-49,-35,-80r84,-36v2,-27,-2,-48,-28,-48v-18,0,-37,12,-48,25r-10,-16v25,-40,114,-49,114,16r0,110v-1,10,10,14,18,9xm101,-271r22,23v0,0,-24,24,-66,46r-12,-16v36,-26,56,-53,56,-53","w":167},"\u00e9":{"d":"126,-117v0,-20,-13,-43,-36,-43v-23,0,-37,23,-41,43r77,0xm154,-97r-108,0v-1,31,8,81,43,81v14,0,38,-15,50,-23r8,18v-15,13,-40,26,-61,26v-97,0,-89,-187,7,-187v41,0,65,39,61,85xm111,-271r22,23v0,0,-24,24,-66,46r-12,-16v36,-26,56,-53,56,-53","w":169},"\u00ed":{"d":"56,-176r0,176r-26,0r0,-176r26,0xm63,-271r22,23v0,0,-24,24,-66,46r-12,-16v36,-26,56,-53,56,-53","w":85},"\u00f1":{"d":"158,0r-27,0r0,-134v4,-44,-63,-18,-74,-7r0,141r-27,0r0,-176r27,0r0,13v12,-9,38,-19,57,-19v37,0,44,21,44,48r0,134xm72,-252v31,0,55,30,80,4r11,14v-31,35,-55,14,-92,4v-11,0,-21,8,-31,14r-11,-15v17,-13,30,-21,43,-21","w":186},"\u00f3":{"d":"88,-160v-30,0,-43,45,-43,72v0,27,13,72,43,72v30,0,43,-45,43,-72v0,-27,-13,-72,-43,-72xm88,-182v49,0,70,53,70,94v0,41,-22,93,-70,93v-48,0,-70,-52,-70,-93v0,-41,21,-94,70,-94xm107,-271r22,23v0,0,-24,24,-66,46r-12,-16v36,-26,56,-53,56,-53","w":175},"\u00fa":{"d":"165,-13r-9,18v-13,0,-23,-7,-25,-20v-31,28,-102,34,-102,-27r0,-134r27,0r0,134v0,15,2,25,20,25v16,0,42,-9,54,-20r0,-139r27,0r0,149v0,6,0,13,8,14xm111,-271r22,23v0,0,-24,24,-66,46r-12,-16v36,-26,56,-53,56,-53","w":186},"\u00c1":{"d":"92,-197r-27,100r54,0xm179,0r-29,0r-24,-73r-68,0r-24,73r-30,0r72,-227r31,0xm109,-318r23,23v0,0,-24,24,-66,46r-12,-16v36,-26,55,-53,55,-53","w":183,"k":{"Y":20,"W":6,"V":10,"T":14}},"\u00cd":{"d":"59,-318r23,23v0,0,-25,24,-67,46r-11,-16v36,-26,55,-53,55,-53xm57,-227r0,227r-28,0r0,-227r28,0","w":85},"\u00d3":{"d":"116,-318r22,23v0,0,-24,24,-66,46r-12,-16v36,-26,56,-53,56,-53xm99,-208v-39,0,-50,66,-50,95v0,29,11,95,50,95v39,0,50,-66,50,-95v0,-29,-11,-95,-50,-95xm99,-232v59,0,78,71,78,119v0,48,-19,118,-78,118v-59,0,-79,-70,-79,-118v0,-48,20,-119,79,-119","w":197,"k":{"T":7,".":9,",":9}},"\u00da":{"d":"118,-318r23,23v0,0,-24,24,-66,46r-12,-16v36,-26,55,-53,55,-53xm172,-227v-6,96,30,232,-72,232v-102,0,-65,-136,-72,-232r29,0r0,139v0,29,6,70,43,70v38,0,44,-40,44,-70r0,-139r28,0","w":200},"\u00a0":{"w":108}}});Cufon.registerFont({"w":162,"face":{"font-family":"Delicious","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-2 -323 268 81","underline-thickness":"7.2","underline-position":"-46.8","stemh":"32","stemv":"38","unicode-range":"U+0020-U+00FA"},"glyphs":{" ":{"w":108},"!":{"d":"78,-22v1,31,-53,38,-53,4v-1,-31,53,-38,53,-4xm76,-252v-11,56,-6,120,-7,185r-33,0v-2,-61,-9,-122,1,-180","w":95},"\"":{"d":"98,-259v10,27,2,58,-2,88r-22,0v-3,-30,-12,-61,-2,-88r26,0xm51,-259v10,27,2,58,-2,88r-22,0v-3,-30,-12,-60,-3,-88r27,0","w":124},"#":{"d":"181,-182r-2,35r-30,0r-5,39r23,0r-3,35r-25,0r-9,72r-33,0r10,-72r-27,0r-9,63r-33,0r9,-63r-30,0r5,-35r30,0r5,-39r-25,0r5,-35r24,0r7,-67r33,0r-8,67r27,0r7,-61r33,0r-7,61r28,0xm116,-147r-27,0r-5,39r27,0","w":200},"$":{"d":"73,-199v-28,7,-21,46,0,56r0,-56xm89,-31v22,-10,19,-44,0,-54r0,54xm89,-133v30,21,55,29,55,74v0,33,-23,58,-55,63r0,22r-16,0r0,-21v-18,-1,-40,-10,-53,-22r18,-28v9,7,24,16,35,17r0,-68v-26,-15,-58,-39,-58,-76v0,-34,25,-57,58,-60r0,-20r16,0r0,21v18,2,38,12,49,27r-21,21v-7,-8,-18,-13,-28,-16r0,66","w":156},"%":{"d":"234,-45v0,28,-22,50,-50,50v-28,0,-51,-22,-51,-50v0,-28,23,-51,51,-51v28,0,50,23,50,51xm203,-45v0,-11,-8,-20,-19,-20v-11,0,-20,9,-20,20v0,11,9,19,20,19v11,0,19,-8,19,-19xm67,-232v17,-1,28,12,47,12v18,0,40,-6,57,-12r27,7r-113,225r-35,0r103,-205v-11,9,-23,11,-37,11v7,36,-17,62,-49,63v-28,0,-51,-22,-51,-50v0,-28,23,-51,51,-51xm86,-181v0,-11,-8,-20,-19,-20v-11,0,-20,9,-20,20v0,11,9,19,20,19v11,0,19,-8,19,-19","w":251},"&":{"d":"143,-176v1,-24,-1,-44,-27,-44v-16,0,-30,5,-30,23v0,26,32,20,57,21xm140,-145v-53,-8,-84,14,-84,58v0,11,2,62,17,62v7,-2,28,-30,53,-19r-7,25v-22,-5,-22,24,-46,24v-43,0,-59,-56,-59,-91v0,-36,18,-76,57,-82v-50,-25,-5,-81,40,-81v40,0,73,23,66,73r34,0r0,31r-34,0r0,105v-2,18,20,15,30,9r9,25v-30,22,-76,10,-76,-33r0,-106","w":226},"(":{"d":"114,20r-3,35v-61,-46,-98,-95,-98,-174v0,-68,40,-126,97,-161r4,32v-92,59,-90,207,0,268","w":120,"k":{"J":-7}},")":{"d":"108,-119v0,79,-35,128,-97,174r-4,-35v90,-62,93,-208,1,-268r4,-32v57,35,96,93,96,161","w":122},"*":{"d":"140,-193r-42,13r38,58r-39,0r-22,-36r-23,36r-38,0r37,-58r-41,-13r0,-34r48,20r-12,-39r56,0r-10,39r48,-20r0,34","w":152},"+":{"d":"156,-74r-56,0r0,59r-31,0r0,-59r-55,0r0,-32r55,0r0,-59r31,0r0,59r56,0r0,32","w":169},",":{"d":"78,-14v-13,25,-31,50,-51,70r-22,-16v12,-19,28,-40,23,-66v17,-16,41,-7,50,12","w":92,"k":{"\u00d3":9,"Q":9,"O":9,"C":9}},"-":{"d":"93,-76r-78,0r0,-32r78,0r0,32","w":108},".":{"d":"73,-22v0,15,-12,27,-27,27v-14,0,-25,-9,-25,-23v0,-30,53,-38,52,-4","w":92,"k":{"\u00d3":9,"Q":9,"O":9,"G":9,"C":9}},"\/":{"d":"127,-270r-92,321r-34,0r92,-321r34,0","w":128,"k":{"\/":36}},"0":{"d":"153,-88v0,46,-22,93,-72,93v-97,-1,-96,-187,0,-187v50,0,72,44,72,94xm117,-88v0,-36,-14,-60,-36,-60v-22,0,-36,24,-36,60v0,32,14,60,36,60v22,0,36,-17,36,-60"},"1":{"d":"114,0r-37,0r0,-140r-42,0r0,-28v26,0,48,-11,79,-8r0,176"},"2":{"d":"147,0r-121,0r-7,-28v27,-15,84,-66,84,-99v0,-36,-55,-19,-72,-2r-8,-30v33,-35,118,-33,118,30v0,39,-31,75,-62,95r68,0r0,34"},"3":{"d":"144,-35v0,70,-59,95,-121,95r0,-29v36,-1,83,-17,83,-61v0,-35,-46,-27,-77,-25r0,-29v30,0,42,-20,61,-31v14,-8,17,-34,-4,-34v-16,0,-51,19,-51,19r-9,-28v33,-28,113,-36,114,19v0,24,-26,46,-44,53v27,3,48,25,48,51"},"4":{"d":"154,0r-21,0r0,50r-36,0r0,-50r-85,0r-2,-29v21,-53,53,-101,87,-147r37,0r0,143r20,0r0,33xm97,-33r0,-88v-18,27,-36,56,-48,88r48,0"},"5":{"d":"143,-36v-1,65,-58,98,-121,95r0,-28v37,0,83,-18,83,-61v0,-38,-50,-26,-78,-18r10,-128r97,0r0,32r-63,0r-3,57v40,-8,75,11,75,51"},"6":{"d":"151,-80v0,43,-21,85,-69,85v-52,0,-67,-56,-67,-98v0,-68,48,-112,105,-140r14,26v-32,20,-56,36,-73,72v43,-24,90,10,90,55xm114,-81v0,-33,-36,-40,-60,-26v-5,30,-2,80,30,80v28,0,30,-33,30,-54"},"7":{"d":"140,-176v4,87,-32,175,-76,239r-32,-16v36,-51,71,-127,73,-190r-84,0r0,-33r119,0"},"8":{"d":"80,-135v27,-8,40,-62,0,-63v-18,0,-25,15,-25,31v0,16,12,25,25,32xm113,-62v0,-21,-20,-32,-36,-41v-34,12,-37,78,5,78v19,0,31,-19,31,-37xm109,-120v67,21,46,125,-30,125v-36,0,-66,-27,-66,-64v0,-29,14,-46,37,-60v-53,-24,-32,-115,32,-108v65,-7,80,86,27,107"},"9":{"d":"148,-80v0,67,-58,117,-116,140r-10,-28v34,-17,63,-38,80,-73v-43,20,-90,-8,-90,-55v0,-42,20,-86,68,-86v56,0,68,57,68,102xm109,-69v5,-31,1,-76,-31,-82v-42,5,-40,90,2,89v9,0,20,-3,29,-7"},":":{"d":"73,-22v0,15,-12,27,-27,27v-14,0,-25,-9,-25,-23v0,-30,53,-38,52,-4xm73,-125v0,15,-12,27,-27,27v-14,0,-25,-10,-25,-24v0,-15,13,-27,28,-27v14,0,24,10,24,24","w":92},";":{"d":"77,-14v-13,25,-31,50,-51,70r-22,-16v12,-19,28,-40,23,-66v17,-16,41,-7,50,12xm76,-125v0,15,-13,27,-28,27v-14,0,-24,-10,-24,-24v0,-15,12,-27,27,-27v14,0,25,10,25,24","w":92},"<":{"d":"103,-39r-26,21r-71,-72r71,-72r25,21r-52,51","w":108},"=":{"d":"158,-98r-143,0r0,-33r143,0r0,33xm158,-48r-143,0r0,-32r143,0r0,32","w":172},">":{"d":"102,-90r-71,72r-26,-21r52,-51r-51,-51r25,-21","w":108},"?":{"d":"75,-22v0,30,-53,38,-52,4v0,-15,12,-27,27,-27v14,0,25,9,25,23xm78,-249v50,-2,56,66,25,92v-17,25,-43,44,-37,90r-33,0v-13,-68,37,-84,53,-134v2,-25,-32,-17,-49,-12r0,-30v13,-4,27,-6,41,-6","w":128},"@":{"d":"191,-76v28,-3,46,-38,45,-70v0,-56,-38,-84,-91,-84v-55,0,-95,51,-95,103v0,100,136,137,193,65r19,17v-30,35,-68,50,-113,50v-74,0,-133,-59,-133,-133v0,-69,60,-132,130,-132v72,0,122,40,122,114v0,45,-35,93,-83,93v-14,0,-30,-10,-31,-25v-11,9,-32,21,-46,21v-25,0,-31,-33,-31,-52v0,-55,52,-120,100,-76r3,-10r30,0r-26,109v0,5,2,10,7,10xm172,-162v-7,-4,-20,-11,-28,-11v-25,0,-36,47,-36,69v0,8,2,18,11,18v9,0,30,-12,38,-17","w":285},"A":{"d":"180,0r-40,0r-22,-65r-52,0r-21,65r-41,0r72,-227r32,0xm109,-100r-17,-70r-17,70r34,0","w":183,"k":{"y":9,"w":9,"v":9,"Y":20,"W":6,"V":10,"T":14}},"B":{"d":"169,-68v1,73,-81,85,-143,63r0,-222v62,0,128,-7,131,55v0,20,-13,41,-31,50v26,4,43,28,43,54xm118,-167v1,-31,-25,-27,-52,-27r0,58v29,2,52,-3,52,-31xm130,-68v-1,-37,-31,-34,-64,-34r0,70v31,9,65,-2,64,-36","w":180},"C":{"d":"170,-15v-16,13,-42,20,-63,20v-66,0,-88,-62,-88,-118v0,-53,28,-119,89,-119v18,0,43,5,58,16r-15,27v-12,-7,-30,-10,-43,-10v-33,0,-50,56,-50,87v0,32,8,84,50,84v14,0,32,-5,44,-14","w":178,"k":{",":9}},"D":{"d":"179,-113v0,56,-24,113,-88,113r-65,0r0,-227r68,0v65,0,85,59,85,114xm139,-112v0,-31,-4,-81,-46,-81r-28,0r0,159r26,0v42,0,48,-46,48,-78","w":196},"E":{"d":"152,0r-126,0r0,-227r122,0r0,35r-83,0r0,56r64,0r0,36r-64,0r0,64r87,0r0,36","w":163},"F":{"d":"139,-192r-74,0r0,56r58,0r0,36r-58,0r0,100r-39,0r0,-227r113,0r0,35","w":148,"k":{"\u00f3":5,"\u00e9":5,"\u00e1":7,"o":5,"e":5,"c":5,"a":7,"A":14,".":46,",":46}},"G":{"d":"171,-213r-16,28v-13,-9,-33,-14,-48,-14v-36,0,-50,58,-50,87v0,40,20,101,75,81r0,-73r37,0r0,99v-18,8,-42,10,-62,10v-66,0,-89,-61,-89,-118v0,-54,27,-119,89,-119v20,0,48,6,64,19","w":188,"k":{",":9}},"H":{"d":"171,0r-40,0r0,-100r-65,0r0,100r-39,0r0,-227r39,0r0,91r65,0r0,-91r40,0r0,227","w":197},"I":{"d":"62,0r-39,0r0,-227r39,0r0,227","w":85},"J":{"d":"64,5v0,31,-30,46,-56,54r-9,-27v12,-5,26,-14,26,-29r0,-230r39,0r0,232","w":88},"K":{"d":"172,0r-36,0r-70,-80r0,80r-39,0r0,-227r39,0r0,87r63,-87r42,0r-83,116r84,95r0,16","w":174,"k":{"\u00d3":4,"Q":4,"O":4,"G":4,"C":4}},"L":{"d":"134,0r-108,0r0,-227r37,0r0,192r71,0r0,35","w":137,"k":{"y":10,"Y":23,"W":13,"V":16,"T":20}},"M":{"d":"239,0r-40,0r0,-125r3,-26r-52,151r-33,0r-52,-151v6,45,2,101,3,151r-40,0r0,-227r47,0r59,174v16,-59,40,-117,59,-174r46,0r0,227","w":267},"N":{"d":"173,0r-38,0r-72,-159v6,41,2,111,3,159r-39,0r0,-227r46,0r50,115v6,13,11,32,11,32r0,-147r39,0r0,227","w":199},"O":{"d":"179,-113v0,53,-22,118,-80,118v-59,0,-81,-65,-81,-118v0,-53,23,-119,81,-119v58,0,80,66,80,119xm140,-113v0,-35,-8,-85,-41,-85v-33,0,-42,50,-42,85v0,35,9,84,42,84v33,0,41,-49,41,-84","w":197,"k":{"T":7,".":9,",":9}},"P":{"d":"165,-155v1,53,-50,91,-102,73r0,82r-40,0r0,-227v73,-2,142,-2,142,72xm125,-155v-1,-33,-30,-40,-62,-38r0,77v30,15,63,-8,62,-39","w":176,"k":{"\u00f3":4,"\u00e9":4,"\u00e1":7,"o":4,"e":4,"c":4,"a":7,"A":15,".":52,",":52}},"Q":{"d":"180,11r-7,39v-40,7,-63,-24,-86,-45v-50,-8,-69,-68,-69,-118v0,-53,23,-119,81,-119v103,0,105,196,25,233v17,13,35,16,56,10xm140,-113v0,-35,-8,-85,-41,-85v-33,0,-42,50,-42,85v0,35,9,84,42,84v33,0,41,-49,41,-84","w":197,"k":{"T":7,".":9,",":9}},"R":{"d":"175,0r-35,0r-74,-81r0,81r-39,0r0,-227r52,0v63,0,86,32,86,72v0,34,-21,69,-54,72r64,67r0,16xm125,-155v2,-27,-22,-41,-59,-38r0,78v27,12,64,-7,59,-40","w":181,"k":{"\u00f3":2,"\u00e9":2,"o":2,"e":2,"c":2,"Y":5,"V":4,"T":6}},"S":{"d":"144,-59v0,64,-85,82,-124,42r18,-28v19,21,68,25,67,-14v0,-38,-90,-44,-90,-113v0,-65,91,-78,123,-32r-21,21v-16,-20,-63,-27,-63,9v0,48,90,42,90,115","w":156},"T":{"d":"142,-191r-50,0r0,191r-39,0r0,-191r-49,0r0,-36r138,0r0,36","w":145,"k":{"\u00d3":7,"\u00c1":14,"\u00f3":23,"\u00e9":23,"\u00e1":23,"y":8,"w":9,"u":16,"s":16,"r":16,"o":23,"i":10,"e":23,"c":23,"a":23,"T":-6,"Q":7,"O":7,"G":7,"C":7,"A":14,";":33,":":33,".":33,"-":27,",":33}},"U":{"d":"175,-227v-5,98,28,232,-75,232v-103,0,-68,-135,-74,-232r40,0r0,138v0,24,2,60,34,60v32,0,35,-36,35,-60r0,-138r40,0","w":200},"V":{"d":"181,-227r-70,227r-39,0r-70,-227r42,0r48,168r48,-168r41,0","w":183,"k":{"\u00c1":10,"\u00f3":9,"\u00e9":9,"\u00e1":11,"y":4,"u":11,"r":11,"o":9,"i":6,"e":9,"c":9,"a":11,"A":10,";":20,":":20,".":33,"-":13,",":33}},"W":{"d":"252,-227r-52,227r-39,0r-34,-158v-7,57,-23,105,-33,158r-39,0r-52,-227r40,0v10,53,27,102,32,160v5,-58,24,-106,34,-160r37,0v11,53,29,102,34,160v5,-58,22,-107,32,-160r40,0","w":254,"k":{"\u00c1":6,"\u00f3":11,"\u00e9":11,"\u00e1":6,"u":4,"r":4,"o":11,"e":11,"c":11,"a":6,"A":6,";":13,":":13,".":20,"-":6,",":20}},"X":{"d":"175,0r-45,0r-43,-81r-41,81r-43,0r63,-116r-62,-111r44,0r39,75r38,-75r42,0r-58,109","w":177},"Y":{"d":"165,-227r-61,142r0,85r-39,0r0,-85r-60,-142r42,0r38,103r40,-103r40,0","w":169,"k":{"\u00d3":9,"\u00c1":20,"\u00f3":16,"\u00e9":16,"\u00e1":18,"z":5,"v":5,"u":11,"t":11,"s":13,"q":14,"p":11,"o":16,"n":11,"m":11,"i":13,"e":16,"c":16,"a":18,"Q":9,"O":9,"G":9,"C":9,"A":20,";":33,":":33,".":46,"-":27,",":46}},"Z":{"d":"154,0r-141,0r0,-31v26,-54,54,-107,84,-160r-77,0r0,-36r125,0r0,32v-30,52,-60,105,-87,159r96,0r0,36","w":164},"[":{"d":"71,56r-66,0r0,-319r66,0r0,32r-32,0r0,255r32,0r0,32","w":89,"k":{"J":-7}},"\\":{"d":"125,51r-34,0r-92,-321r34,0","w":120},"]":{"d":"84,56r-65,0r0,-32r32,0r0,-255r-32,0r0,-32r65,0r0,319","w":89},"^":{"d":"204,-113r-38,0r-54,-98r-54,98r-38,0r79,-144r26,0","w":224},"_":{"d":"162,54r-162,0r0,-32r162,0r0,32"},"a":{"d":"163,-3v-21,15,-53,8,-57,-18v-20,42,-92,31,-92,-24v0,-11,5,-26,10,-36r78,-33v2,-20,-1,-35,-21,-35v-16,0,-35,10,-46,21r-13,-22v26,-40,118,-49,118,19r0,102v-1,8,8,13,13,7xm66,-26v25,0,39,-30,37,-56r-51,21v-5,15,-4,35,14,35","w":167},"b":{"d":"101,-182v96,5,87,187,-10,187v-23,0,-45,-9,-63,-23r0,-232r38,0r0,87v8,-9,23,-19,35,-19xm128,-95v0,-19,-4,-53,-30,-53v-10,0,-25,11,-32,18r0,95v8,5,19,9,28,9v29,0,34,-47,34,-69","w":181},"c":{"d":"144,-19v-14,13,-38,24,-57,24v-48,0,-72,-49,-72,-91v0,-44,23,-96,73,-96v18,0,40,8,52,22r-19,22v-8,-7,-22,-12,-33,-12v-25,0,-35,40,-35,60v0,21,8,63,36,63v13,0,32,-10,42,-18","w":148},"d":{"d":"169,-22r-11,27v-14,4,-37,-11,-35,-27v-35,58,-107,11,-107,-58v0,-50,15,-102,70,-102v15,0,34,6,34,6r0,-74r37,0r0,213v0,11,1,15,12,15xm84,-27v42,-7,36,-67,36,-116v0,0,-19,-6,-32,-6v-29,0,-33,36,-33,65v0,17,4,55,29,57","w":184},"e":{"d":"157,-90r-103,0v-1,25,6,63,34,63v15,0,35,-10,47,-19r13,24v-15,13,-42,27,-62,27v-101,0,-93,-191,7,-187v43,2,70,41,64,92xm119,-122v-1,-17,-11,-32,-29,-32v-18,0,-27,16,-31,32r60,0","w":169},"f":{"d":"101,-227v0,0,-35,2,-35,32r0,19r32,0r0,31r-32,0r0,145r-38,0r0,-145r-23,-4r0,-27r23,0r0,-21v0,-55,67,-57,67,-57","w":102,"k":{"f":6}},"g":{"d":"157,-144r-21,0v16,43,-7,84,-53,87v-6,1,-21,4,-21,16v4,12,33,7,48,7v24,0,45,14,45,40v0,42,-42,65,-80,65v-29,0,-63,-11,-63,-45v0,-18,20,-32,33,-38v-11,-1,-22,-13,-22,-25v0,-14,13,-24,26,-29v-55,-26,-31,-123,33,-116v22,2,47,8,75,6r0,32xm81,-87v35,0,32,-66,-1,-67v-19,0,-25,16,-25,32v0,18,5,35,26,35xm119,9v0,-20,-29,-12,-48,-14v0,0,-22,11,-22,26v0,18,14,23,27,23v21,0,43,-13,43,-35","w":163},"h":{"d":"161,0r-38,0r0,-130v0,-14,-2,-19,-14,-19v-16,0,-35,12,-44,19r0,130r-38,0r0,-250r38,0r0,87v12,-9,33,-19,48,-19v40,0,48,25,48,52r0,130","w":186},"i":{"d":"61,0r-37,0r0,-176r37,0r0,176xm68,-222v1,30,-50,33,-50,2v-1,-30,50,-33,50,-2","w":85},"j":{"d":"62,15v0,35,-33,48,-55,55r-8,-27v13,-4,25,-15,25,-30r0,-189r38,0r0,191xm68,-222v1,30,-50,33,-50,2v-1,-30,50,-33,50,-2","w":85},"k":{"d":"168,0r-36,0r-67,-83r0,83r-38,0r0,-250r38,0r0,131r50,-57r46,0r-65,75r72,87r0,14","w":169},"l":{"d":"71,0r-39,0v-17,-51,-8,-176,-10,-250r37,0v4,86,-10,181,12,250","w":84},"m":{"d":"251,0r-38,0r0,-132v-1,-33,-42,-10,-52,-1r0,133r-38,0r0,-127v2,-42,-48,-11,-58,-3r0,130r-38,0r0,-176r38,0r0,12v18,-20,73,-25,86,3v11,-7,31,-21,49,-21v40,0,51,22,51,50r0,132","w":277},"n":{"d":"161,0r-38,0r0,-130v0,-14,-2,-19,-14,-19v-16,0,-35,12,-44,19r0,130r-38,0r0,-176r38,0r0,13v12,-9,33,-19,48,-19v40,0,48,25,48,52r0,130","w":186},"o":{"d":"88,-182v96,3,97,184,0,187v-97,-3,-96,-184,0,-187xm122,-88v0,-32,-13,-61,-34,-61v-21,0,-34,29,-34,61v0,32,13,61,34,61v21,0,34,-29,34,-61","w":175},"p":{"d":"170,-96v0,43,-12,101,-67,101v-15,0,-30,-5,-37,-18r0,76r-38,0r0,-239r38,0r0,13v4,-4,19,-19,39,-19v45,0,65,47,65,86xm131,-93v0,-20,-3,-55,-30,-55v-15,0,-27,10,-35,18v1,44,-10,103,35,103v27,0,30,-47,30,-66","w":185},"q":{"d":"158,63r-38,0r0,-76v-8,10,-24,18,-37,18v-49,0,-68,-45,-68,-87v0,-44,22,-100,73,-100v31,0,70,14,70,14r0,231xm85,-27v47,0,33,-68,35,-118v0,0,-20,-6,-33,-4v-27,4,-33,41,-33,63v0,19,5,59,31,59","w":185},"r":{"d":"92,-182v37,0,14,21,15,41v0,0,-11,-6,-20,-6v-9,0,-23,16,-23,16r0,131r-38,0r0,-176r38,0r0,13v0,0,16,-19,28,-19","w":114,"k":{"\u00f3":2,"\u00e9":2,"o":2,"e":2,"c":2,".":33,"-":6,",":33}},"s":{"d":"102,-46v-12,-41,-87,-30,-86,-84v1,-59,88,-67,117,-27r-20,19v-16,-18,-55,-23,-60,5v17,37,88,29,86,84v-2,61,-83,67,-118,33r14,-25v17,14,63,30,67,-5","w":150},"t":{"d":"103,-5v-30,21,-74,9,-74,-34r0,-106r-23,-4r0,-27r24,0r0,-32r36,0r0,32r32,0r0,32r-31,0r0,104v0,6,0,13,9,13v8,0,18,-5,18,-5","w":110},"u":{"d":"167,-15r-11,20v-12,-1,-25,-12,-28,-21v-31,29,-101,33,-101,-29r0,-131r37,0r0,131v1,33,45,10,58,-1r0,-130r38,0r0,143v0,12,7,18,7,18","w":186},"v":{"d":"160,-176v-17,60,-38,119,-65,176r-28,0r-64,-176r41,0r38,122v16,-40,29,-80,38,-122r40,0","k":{".":27,",":27}},"w":{"d":"237,-176v-8,62,-30,126,-52,176r-36,0r-18,-65v-5,-18,-9,-48,-9,-48v-3,25,-20,85,-28,113r-38,0r-54,-176r40,0r33,119r28,-119r36,0r31,119v12,-39,24,-84,28,-119r39,0","w":241,"k":{".":20,",":20}},"x":{"d":"150,0r-43,0r-31,-60r-31,60r-41,0r51,-91r-48,-85r42,0r27,53r27,-53r41,0r-48,83","w":152},"y":{"d":"21,40v25,-8,32,-18,44,-40r-61,-176r40,0v10,33,32,99,32,99v4,12,7,24,9,36v15,-44,27,-89,36,-135r38,0v-21,68,-43,237,-130,245","w":163,"k":{".":27,",":27}},"z":{"d":"143,0r-131,0r0,-30v24,-41,52,-83,76,-113r-69,0r0,-33r117,0r0,30v-24,31,-59,80,-78,112r85,0r0,34","w":153},"{":{"d":"109,28r-6,30v-39,0,-61,6,-64,-50v-2,-39,8,-99,-28,-99r0,-25v36,0,26,-61,28,-99v2,-57,24,-50,64,-50r6,30v-22,2,-40,-10,-37,25v4,41,1,99,-25,107v27,9,28,65,25,107v-2,33,15,22,37,24","w":119,"k":{"J":-7}},"|":{"d":"56,5r-32,0r0,-276r32,0r0,276","w":79},"}":{"d":"108,-91v-35,0,-26,61,-28,99v-2,57,-25,50,-65,50r-6,-30v22,-2,40,9,38,-24v-3,-41,-3,-97,24,-107v-25,-8,-28,-67,-24,-107v3,-35,-15,-23,-38,-25r6,-30v40,0,62,-7,65,50v2,39,-8,99,28,99r0,25","w":119},"~":{"d":"190,-138v0,35,8,58,-32,58v-31,0,-52,-24,-74,-24v-22,0,-34,23,-34,23v0,-35,-6,-49,34,-57v28,0,51,23,74,23v22,0,32,-23,32,-23","w":239},"\u00a1":{"d":"17,-150v-2,-32,52,-36,52,-3v1,31,-53,37,-52,3xm18,81v13,-56,7,-120,8,-185r32,0v2,61,11,123,-1,180","w":95},"'":{"d":"50,-259v10,27,2,58,-2,88r-22,0v-3,-30,-12,-60,-3,-88r27,0","w":74},"\u00bf":{"d":"58,-155v-1,-31,53,-37,53,-3v1,31,-53,37,-53,3xm54,73v-50,1,-55,-66,-24,-92v17,-25,42,-44,37,-90r32,0v12,67,-34,85,-51,133v-3,26,31,18,48,13r0,30v-13,3,-28,6,-42,6","w":128},"`":{"d":"100,-221r-17,25v-26,-14,-52,-30,-73,-51r30,-31v16,22,38,41,60,57","w":121},"\u00c9":{"d":"152,0r-126,0r0,-227r122,0r0,35r-83,0r0,56r64,0r0,36r-64,0r0,64r87,0r0,36xm133,-292v-4,4,-28,29,-73,52r-17,-25v39,-28,60,-58,60,-58","w":163},"\u00e1":{"d":"163,-3v-21,15,-53,8,-57,-18v-20,42,-92,31,-92,-24v0,-11,5,-26,10,-36r78,-33v2,-20,-1,-35,-21,-35v-16,0,-35,10,-46,21r-13,-22v26,-40,118,-49,118,19r0,102v-1,8,8,13,13,7xm66,-26v25,0,39,-30,37,-56r-51,21v-5,15,-4,35,14,35xm132,-247v-4,4,-28,28,-73,51r-17,-25v39,-28,60,-57,60,-57","w":167},"\u00e9":{"d":"157,-90r-103,0v-1,25,6,63,34,63v15,0,35,-10,47,-19r13,24v-15,13,-42,27,-62,27v-101,0,-93,-191,7,-187v43,2,70,41,64,92xm119,-122v-1,-17,-11,-32,-29,-32v-18,0,-27,16,-31,32r60,0xm139,-247v-5,4,-28,28,-73,51r-17,-25v38,-28,60,-57,60,-57","w":168},"\u00ed":{"d":"62,0r-38,0r0,-176r38,0r0,176xm89,-247v-4,4,-29,28,-74,51r-17,-25v39,-28,60,-57,60,-57","w":85},"\u00f1":{"d":"161,0r-38,0r0,-130v0,-14,-2,-19,-14,-19v-16,0,-35,12,-44,19r0,130r-38,0r0,-176r38,0r0,13v12,-9,33,-19,48,-19v40,0,48,25,48,52r0,130xm164,-232v-33,38,-56,19,-93,8v-13,0,-32,14,-32,14r-14,-24v32,-34,63,-20,94,-8v11,0,15,-2,30,-13","w":186},"\u00f3":{"d":"88,-182v96,3,97,184,0,187v-97,-3,-96,-184,0,-187xm122,-88v0,-32,-13,-61,-34,-61v-21,0,-34,29,-34,61v0,32,13,61,34,61v21,0,34,-29,34,-61xm134,-247v-5,4,-28,28,-73,51r-17,-25v38,-28,60,-57,60,-57","w":175},"\u00fa":{"d":"167,-15r-11,20v-12,-1,-25,-12,-28,-21v-31,29,-101,33,-101,-29r0,-131r37,0r0,131v1,33,45,10,58,-1r0,-130r38,0r0,143v0,12,7,18,7,18xm138,-247v-4,4,-29,28,-74,51r-17,-25v38,-28,60,-57,60,-57","w":186},"\u00c1":{"d":"180,0r-40,0r-22,-65r-52,0r-21,65r-41,0r72,-227r32,0xm109,-100r-17,-70r-17,70r34,0xm136,-292v-5,4,-28,29,-73,52r-17,-25v38,-28,60,-58,60,-58","w":183,"k":{"Y":20,"W":6,"V":10,"T":14}},"\u00cd":{"d":"88,-292v-5,4,-28,29,-73,52r-17,-25v38,-28,60,-58,60,-58xm62,0r-39,0r0,-227r39,0r0,227","w":85},"\u00d3":{"d":"143,-292v-5,4,-28,29,-73,52r-17,-25v38,-28,60,-58,60,-58xm179,-113v0,53,-22,118,-80,118v-59,0,-81,-65,-81,-118v0,-53,23,-119,81,-119v58,0,80,66,80,119xm140,-113v0,-35,-8,-85,-41,-85v-33,0,-42,50,-42,85v0,35,9,84,42,84v33,0,41,-49,41,-84","w":197,"k":{"T":7,".":9,",":9}},"\u00da":{"d":"147,-292v-4,4,-28,29,-73,52r-18,-25v39,-28,60,-58,60,-58xm175,-227v-5,98,28,232,-75,232v-103,0,-68,-135,-74,-232r40,0r0,138v0,24,2,60,34,60v32,0,35,-36,35,-60r0,-138r40,0","w":200},"\u00a0":{"w":108}}});;;(function($){$.fn.fixPNG=function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod="+($(this).css('backgroundRepeat')=='no-repeat'?'crop':'scale')+",src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')$(this).css('position','relative');});}});};var elem,opts,busy=false,imagePreloader=new Image,loadingTimer,loadingFrame=1,imageRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;var ieQuirks=null,IE6=$.browser.msie&&$.browser.version.substr(0,1)==6&&!window.XMLHttpRequest,oldIE=IE6||($.browser.msie&&$.browser.version.substr(0,1)==7);$.fn.fancybox=function(o){var settings=$.extend({},$.fn.fancybox.defaults,o);var matchedGroup=this;function _initialize(){elem=this;opts=$.extend({},settings);_start();return false;};function _start(){if(busy)return;if($.isFunction(opts.callbackOnStart)){opts.callbackOnStart();}opts.itemArray=[];opts.itemCurrent=0;if(settings.itemArray.length>0){opts.itemArray=settings.itemArray;}else{var item={};if(!elem.rel||elem.rel==''){var item={href:elem.href,title:elem.title};if($(elem).children("img:first").length){item.orig=$(elem).children("img:first");}else{item.orig=$(elem);}if(item.title==''||typeof item.title=='undefined'){item.title=item.orig.attr('alt');}opts.itemArray.push(item);}else{var subGroup=$(matchedGroup).filter("a[rel="+elem.rel+"]");var item={};for(var i=0;i<subGroup.length;i++){item={href:subGroup[i].href,title:subGroup[i].title};if($(subGroup[i]).children("img:first").length){item.orig=$(subGroup[i]).children("img:first");}else{item.orig=$(subGroup[i]);}if(item.title==''||typeof item.title=='undefined'){item.title=item.orig.attr('alt');}opts.itemArray.push(item);}}}while(opts.itemArray[opts.itemCurrent].href!=elem.href){opts.itemCurrent++;}if(opts.overlayShow){if(IE6){$('embed,object,select').css('visibility','hidden');$("#fancy_overlay").css('height',$(document).height());}$("#fancy_overlay").css({'background-color':opts.overlayColor,'opacity':opts.overlayOpacity}).show();}$(window).bind("resize.fb scroll.fb",$.fn.fancybox.scrollBox);_change_item();};function _change_item(){$("#fancy_right,#fancy_left,#fancy_close,#fancy_title").hide();var href=opts.itemArray[opts.itemCurrent].href;if(href.match("iframe")||elem.className.indexOf("iframe")>=0){$.fn.fancybox.showLoading();_set_content('<iframe id="fancy_frame" onload="jQuery.fn.fancybox.showIframe()" name="fancy_iframe'+Math.round(Math.random()*1000)+'" frameborder="0" hspace="0" src="'+href+'"></iframe>',opts.frameWidth,opts.frameHeight);}else if(href.match(/#/)){var target=window.location.href.split('#')[0];target=href.replace(target,'');target=target.substr(target.indexOf('#'));_set_content('<div id="fancy_div">'+$(target).html()+'</div>',opts.frameWidth,opts.frameHeight);}else if(href.match(imageRegExp)){imagePreloader=new Image;imagePreloader.src=href;if(imagePreloader.complete){_proceed_image();}else{$.fn.fancybox.showLoading();$(imagePreloader).unbind().bind('load',function(){$("#fancy_loading").hide();_proceed_image();});}}else{$.fn.fancybox.showLoading();$.get(href,function(data){$("#fancy_loading").hide();_set_content('<div id="fancy_ajax">'+data+'</div>',opts.frameWidth,opts.frameHeight);});}};function _proceed_image(){var width=imagePreloader.width;var height=imagePreloader.height;var horizontal_space=(opts.padding*2)+40;var vertical_space=(opts.padding*2)+60;var w=$.fn.fancybox.getViewport();if(opts.imageScale&&(width>(w[0]-horizontal_space)||height>(w[1]-vertical_space))){var ratio=Math.min(Math.min(w[0]-horizontal_space,width)/width,Math.min(w[1]-vertical_space,height)/height);width=Math.round(ratio*width);height=Math.round(ratio*height);}_set_content('<img alt="" id="fancy_img" src="'+imagePreloader.src+'"/>',width,height);};function _preload_neighbor_images(){if((opts.itemArray.length-1)>opts.itemCurrent){var href=opts.itemArray[opts.itemCurrent+1].href||false;if(href&&href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}if(opts.itemCurrent>0){var href=opts.itemArray[opts.itemCurrent-1].href||false;if(href&&href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}};function _set_content(value,width,height){busy=true;var pad=opts.padding;if(oldIE||ieQuirks){$("#fancy_content")[0].style.removeExpression("height");$("#fancy_content")[0].style.removeExpression("width");}if(pad>0){width+=pad*2;height+=pad*2;$("#fancy_content").css({'top':pad+'px','right':pad+'px','bottom':pad+'px','left':pad+'px','width':'auto','height':'auto'});if(oldIE||ieQuirks){$("#fancy_content")[0].style.setExpression('height','(this.parentNode.clientHeight-'+pad*2+')');$("#fancy_content")[0].style.setExpression('width','(this.parentNode.clientWidth-'+pad*2+')');}}else{$("#fancy_content").css({'top':0,'right':0,'bottom':0,'left':0,'width':'100%','height':'100%'});}if($("#fancy_outer").is(":visible")&&width==$("#fancy_outer").width()&&height==$("#fancy_outer").height()){$("#fancy_content").fadeOut('fast',function(){$("#fancy_content").empty().append($(value)).fadeIn("normal",function(){_finish();});});return;}var w=$.fn.fancybox.getViewport();var itemTop=(height+60)>w[1]?w[3]:(w[3]+Math.round((w[1]-height-60)*0.5));var itemLeft=(width+40)>w[0]?w[2]:(w[2]+Math.round((w[0]-width-40)*0.5));var itemOpts={'left':itemLeft,'top':itemTop,'width':width+'px','height':height+'px'};if($("#fancy_outer").is(":visible")){$("#fancy_content").fadeOut("normal",function(){$("#fancy_content").empty();$("#fancy_outer").animate(itemOpts,opts.zoomSpeedChange,opts.easingChange,function(){$("#fancy_content").append($(value)).fadeIn("normal",function(){_finish();});});});}else{if(opts.zoomSpeedIn>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){$("#fancy_content").empty().append($(value));var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);$("#fancy_outer").css({'left':(orig_pos.left-20-opts.padding)+'px','top':(orig_pos.top-20-opts.padding)+'px','width':$(orig_item).width()+(opts.padding*2),'height':$(orig_item).height()+(opts.padding*2)});if(opts.zoomOpacity){itemOpts.opacity='show';}$("#fancy_outer").animate(itemOpts,opts.zoomSpeedIn,opts.easingIn,function(){_finish();});}else{$("#fancy_content").hide().empty().append($(value)).show();$("#fancy_outer").css(itemOpts).fadeIn("normal",function(){_finish();});}}};function _set_navigation(){if(opts.itemCurrent!==0){$("#fancy_left,#fancy_left_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent--;_change_item();return false;});$("#fancy_left").show();}if(opts.itemCurrent!=(opts.itemArray.length-1)){$("#fancy_right,#fancy_right_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent++;_change_item();return false;});$("#fancy_right").show();}};function _finish(){if($.browser.msie){$("#fancy_content")[0].style.removeAttribute('filter');$("#fancy_outer")[0].style.removeAttribute('filter');}_set_navigation();_preload_neighbor_images();$(document).bind("keydown.fb",function(e){if(e.keyCode==27&&opts.enableEscapeButton){$.fn.fancybox.close();}else if(e.keyCode==37&&opts.itemCurrent!==0){$(document).unbind("keydown.fb");opts.itemCurrent--;_change_item();}else if(e.keyCode==39&&opts.itemCurrent!=(opts.itemArray.length-1)){$(document).unbind("keydown.fb");opts.itemCurrent++;_change_item();}});if(opts.hideOnContentClick){$("#fancy_content").click($.fn.fancybox.close);}if(opts.overlayShow&&opts.hideOnOverlayClick){$("#fancy_overlay").bind("click",$.fn.fancybox.close);}if(opts.showCloseButton){$("#fancy_close").bind("click",$.fn.fancybox.close).show();}if(typeof opts.itemArray[opts.itemCurrent].title!=='undefined'&&opts.itemArray[opts.itemCurrent].title.length>0){var pos=$("#fancy_outer").position();$('#fancy_title div').text(opts.itemArray[opts.itemCurrent].title).html();$('#fancy_title').css({'top':pos.top+$("#fancy_outer").outerHeight()-32,'left':pos.left+(($("#fancy_outer").outerWidth()*0.5)-($('#fancy_title').width()*0.5))}).show();}if(opts.overlayShow&&IE6){$('embed,object,select',$('#fancy_content')).css('visibility','visible');}if($.isFunction(opts.callbackOnShow)){opts.callbackOnShow(opts.itemArray[opts.itemCurrent]);}if($.browser.msie){$("#fancy_outer")[0].style.removeAttribute('filter');$("#fancy_content")[0].style.removeAttribute('filter');}busy=false;};return this.unbind('click.fb').bind('click.fb',_initialize);};$.fn.fancybox.scrollBox=function(){var w=$.fn.fancybox.getViewport();if(opts.centerOnScroll&&$("#fancy_outer").is(':visible')){var ow=$("#fancy_outer").outerWidth();var oh=$("#fancy_outer").outerHeight();var pos={'top':(oh>w[1]?w[3]:w[3]+Math.round((w[1]-oh)*0.5)),'left':(ow>w[0]?w[2]:w[2]+Math.round((w[0]-ow)*0.5))};$("#fancy_outer").css(pos);$('#fancy_title').css({'top':pos.top+oh-32,'left':pos.left+((ow*0.5)-($('#fancy_title').width()*0.5))});}if(IE6&&$("#fancy_overlay").is(':visible')){$("#fancy_overlay").css({'height':$(document).height()});}if($("#fancy_loading").is(':visible')){$("#fancy_loading").css({'left':((w[0]-40)*0.5+w[2]),'top':((w[1]-40)*0.5+w[3])});}};$.fn.fancybox.getNumeric=function(el,prop){return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;};$.fn.fancybox.getPosition=function(el){var pos=el.offset();pos.top+=$.fn.fancybox.getNumeric(el,'paddingTop');pos.top+=$.fn.fancybox.getNumeric(el,'borderTopWidth');pos.left+=$.fn.fancybox.getNumeric(el,'paddingLeft');pos.left+=$.fn.fancybox.getNumeric(el,'borderLeftWidth');return pos;};$.fn.fancybox.showIframe=function(){$("#fancy_loading").hide();$("#fancy_frame").show();};$.fn.fancybox.getViewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];};$.fn.fancybox.animateLoading=function(){if(!$("#fancy_loading").is(':visible')){clearInterval(loadingTimer);return;}$("#fancy_loading>div").css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;};$.fn.fancybox.showLoading=function(){clearInterval(loadingTimer);var w=$.fn.fancybox.getViewport();$("#fancy_loading").css({'left':((w[0]-40)*0.5+w[2]),'top':((w[1]-40)*0.5+w[3])}).show();$("#fancy_loading").bind('click',$.fn.fancybox.close);loadingTimer=setInterval($.fn.fancybox.animateLoading,66);};$.fn.fancybox.close=function(){busy=true;$(imagePreloader).unbind();$(document).unbind("keydown.fb");$(window).unbind("resize.fb scroll.fb");$("#fancy_overlay,#fancy_content,#fancy_close").unbind();$("#fancy_close,#fancy_loading,#fancy_left,#fancy_right,#fancy_title").hide();__cleanup=function(){if($("#fancy_overlay").is(':visible')){$("#fancy_overlay").fadeOut("fast");}$("#fancy_content").empty();if(opts.centerOnScroll){$(window).unbind("resize.fb scroll.fb");}if(IE6){$('embed,object,select').css('visibility','visible');}if($.isFunction(opts.callbackOnClose)){opts.callbackOnClose();}busy=false;};if($("#fancy_outer").is(":visible")!==false){if(opts.zoomSpeedOut>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);var itemOpts={'left':(orig_pos.left-20-opts.padding)+'px','top':(orig_pos.top-20-opts.padding)+'px','width':$(orig_item).width()+(opts.padding*2),'height':$(orig_item).height()+(opts.padding*2)};if(opts.zoomOpacity){itemOpts.opacity='hide';}$("#fancy_outer").stop(false,true).animate(itemOpts,opts.zoomSpeedOut,opts.easingOut,__cleanup);}else{$("#fancy_outer").stop(false,true).fadeOut('fast',__cleanup);}}else{__cleanup();}return false;};$.fn.fancybox.build=function(){var html='';html+='<div id="fancy_overlay"></div>';html+='<div id="fancy_loading"><div></div></div>';html+='<div id="fancy_outer">';html+='<div id="fancy_inner">';html+='<div id="fancy_close"></div>';html+='<div id="fancy_bg"><div class="fancy_bg" id="fancy_bg_n"></div><div class="fancy_bg" id="fancy_bg_ne"></div><div class="fancy_bg" id="fancy_bg_e"></div><div class="fancy_bg" id="fancy_bg_se"></div><div class="fancy_bg" id="fancy_bg_s"></div><div class="fancy_bg" id="fancy_bg_sw"></div><div class="fancy_bg" id="fancy_bg_w"></div><div class="fancy_bg" id="fancy_bg_nw"></div></div>';html+='<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';html+='<div id="fancy_content"></div>';html+='</div>';html+='</div>';html+='<div id="fancy_title"></div>';$(html).appendTo("body");$('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');if($.browser.msie){$(".fancy_bg").fixPNG();}if(IE6){$("div#fancy_overlay").css("position","absolute");$("#fancy_loading div,#fancy_close,.fancy_title,.fancy_ico").fixPNG();$("#fancy_inner").prepend('<iframe id="fancy_bigIframe" src="javascript:false;" scrolling="no" frameborder="0"></iframe>');var frameDoc=$('#fancy_bigIframe')[0].contentWindow.document;frameDoc.open();frameDoc.close();}};$.fn.fancybox.defaults={padding:10,imageScale:true,zoomOpacity:true,zoomSpeedIn:0,zoomSpeedOut:0,zoomSpeedChange:300,easingIn:'swing',easingOut:'swing',easingChange:'swing',frameWidth:560,frameHeight:340,overlayShow:true,overlayOpacity:0.3,overlayColor:'#666',enableEscapeButton:true,showCloseButton:true,hideOnOverlayClick:true,hideOnContentClick:true,centerOnScroll:true,itemArray:[],callbackOnStart:null,callbackOnShow:null,callbackOnClose:null};$(document).ready(function(){ieQuirks=$.browser.msie&&!$.boxModel;if($("#fancy_outer").length<1){$.fn.fancybox.build();}});})(jQuery);;jQuery.extend(jQuery.easing,{easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});;(function(jQuery){jQuery.fn.extend({loopedSlider:function(options){return this.each(function(){var defaults={container:'container',slideClass:'slide',pagination:'pagination',navButtons:'nav-buttons',fadeSpeed:400,slideSpeed:250,animateSpeed:200,autoHeight:true,padding:20,easing:'easeOutQuad'};var obj=jQuery(this);var o=jQuery.extend(defaults,options);var u=false;var w=obj.width();var h=obj.height();var f=jQuery('.'+o.container,obj).find('div.slide:first').attr('id');var l=jQuery('.'+o.container,obj).find('div.slide:last').attr('id');function setToActive(c){var current=jQuery(c).attr('id');jQuery('a[href$="'+current+'"]',obj).addClass('active');}
jQuery('.'+o.container,obj).find('div').css({'z-index':0,opacity:0});jQuery('.'+o.container,obj).find('div div').attr('style','');jQuery('.'+o.container,obj).find('div:eq(0)').animate({opacity:1.0},o.fadeSpeed,function(){jQuery(this).css({'z-index':100}).find('div').css({opacity:1.0});jQuery(this).addClass('current');if(o.autoHeight===true){var newHeight=520;jQuery('.'+o.container,obj).animate({'height':newHeight},o.animateSpeed,o.easing);}
setToActive(this);});jQuery('.'+o.pagination,obj).find('a').click(function(){if(u===false&&(jQuery(this).hasClass('active')===false)){u=true;jQuery('a',obj).removeClass('active');jQuery('.'+o.container,obj).find('div').animate({opacity:0},o.fadeSpeed,function(){jQuery(this).removeClass('current');jQuery(this).css({'z-index':0});});var x=0;var parentId=jQuery(this).attr('href');var parentSplit=parentId.split('-');x=((parentSplit[1]*1));if(o.autoHeight===true){var newHeight=jQuery('#'+o.slideClass+'-'+(x),obj).height()+o.padding;jQuery('.'+o.container,obj).animate({'height':newHeight},o.animateSpeed,o.easing);}
jQuery('#'+o.slideClass+'-'+(x),obj).animate({opacity:1.0},o.fadeSpeed,function(){alert('hola');jQuery(this).css({'z-index':100}).find('div').css({opacity:1.0});jQuery(this).addClass('current');u=false;setToActive(this);});}
return false;});jQuery('.'+o.navButtons,obj).find('a').click(function(){if(u===false){u=true;var loop=false;var fLoop=f;var lLoop=l;jQuery('a',obj).removeClass('active');if(jQuery(this).hasClass('next')){var nextD=-w;var previousD=w;var direction=+1;}
if(jQuery(this).hasClass('previous')){nextD=w;previousD=-w;direction=-1;}
if(jQuery('#'+fLoop,obj).hasClass('current')){loop='first';}
if((jQuery('#'+lLoop,obj).hasClass('current'))){loop='last';}
if((loop==='first')&&(jQuery(this).hasClass('previous'))){lLoop=lLoop.split('-');x=((lLoop[1]*1));}else if((loop==='last')&&(jQuery(this).hasClass('next'))){fLoop=fLoop.split('-');x=((fLoop[1]*1));}else{var getCurrent=jQuery('.'+o.container,obj).find('.current').attr('id');getCurrent=getCurrent.split('-');x=((getCurrent[1]*1+direction));}
if(o.autoHeight===true){var newHeight=jQuery('#'+o.slideClass+'-'+(x),obj).height()+o.padding;jQuery('.'+o.container,obj).animate({'height':newHeight},o.animateSpeed,o.easing);}
jQuery('#'+o.slideClass+'-'+(x),obj).css({opacity:1,left:previousD,'z-index':100}).find('div').css({opacity:1.0});jQuery('#'+o.slideClass+'-'+(x),obj).animate({left:0},o.slideSpeed,o.easing,function(){jQuery(this).addClass('current');jQuery(this).css({opacity:1});u=false;setToActive(this);});jQuery('.'+o.container,obj).find('.current').animate({'left':nextD},o.slideSpeed,o.easing,function(){jQuery(this).removeClass('current');jQuery(this).css({opacity:0,left:0,'z-index':0});});}
return false;});});}});})(jQuery);jQuery(document).ready(function(){jQuery('#loopedSlider').loopedSlider();});;(function($){$.fn.ajaxSubmit=function(options){if(typeof options=="function"){options={success:options}}options=$.extend({url:this.attr("action")||window.location.toString(),type:this.attr("method")||"GET"},options||{});var veto={};$.event.trigger("form.pre.serialize",[this,options,veto]);if(veto.veto){return this}var a=this.formToArray(options.semantic);if(options.data){for(var n in options.data){a.push({name:n,value:options.data[n]})}}if(options.beforeSubmit&&options.beforeSubmit(a,this,options)===false){return this}$.event.trigger("form.submit.validate",[a,this,options,veto]);if(veto.veto){return this}var q=$.param(a);if(options.type.toUpperCase()=="GET"){options.url+=(options.url.indexOf("?")>=0?"&":"?")+q;options.data=null}else{options.data=q}var $form=this,callbacks=[];if(options.resetForm){callbacks.push(function(){$form.resetForm()})}if(options.clearForm){callbacks.push(function(){$form.clearForm()})}if(!options.dataType&&options.target){var oldSuccess=options.success||function(){};callbacks.push(function(data){if(this.evalScripts){$(options.target).attr("innerHTML",data).evalScripts().each(oldSuccess,arguments)}else{$(options.target).html(data).each(oldSuccess,arguments)}})}else{if(options.success){callbacks.push(options.success)}}options.success=function(data,status){for(var i=0,max=callbacks.length;i<max;i++){callbacks[i](data,status,$form)}};var files=$("input:file",this).fieldValue();var found=false;for(var j=0;j<files.length;j++){if(files[j]){found=true}}if(options.iframe||found){if($.browser.safari&&options.closeKeepAlive){$.get(options.closeKeepAlive,fileUpload)}else{fileUpload()}}else{$.ajax(options)}$.event.trigger("form.submit.notify",[this,options]);return this;function fileUpload(){var form=$form[0];var opts=$.extend({},$.ajaxSettings,options);var id="jqFormIO"+$.fn.ajaxSubmit.counter++;var $io=$('<iframe id="'+id+'" name="'+id+'" />');var io=$io[0];var op8=$.browser.opera&&window.opera.version()<9;if($.browser.msie||op8){io.src='javascript:false;document.write("");'}$io.css({position:"absolute",top:"-1000px",left:"-1000px"});var xhr={responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){}};var g=opts.global;if(g&&!$.active++){$.event.trigger("ajaxStart")}if(g){$.event.trigger("ajaxSend",[xhr,opts])}var cbInvoked=0;var timedOut=0;setTimeout(function(){var encAttr=form.encoding?"encoding":"enctype";var t=$form.attr("target");$form.attr({target:id,method:"POST",action:opts.url});form[encAttr]="multipart/form-data";if(opts.timeout){setTimeout(function(){timedOut=true;cb()},opts.timeout)}$io.appendTo("body");io.attachEvent?io.attachEvent("onload",cb):io.addEventListener("load",cb,false);form.submit();$form.attr("target",t)},10);function cb(){if(cbInvoked++){return}io.detachEvent?io.detachEvent("onload",cb):io.removeEventListener("load",cb,false);var ok=true;try{if(timedOut){throw"timeout"}var data,doc;doc=io.contentWindow?io.contentWindow.document:io.contentDocument?io.contentDocument:io.document;xhr.responseText=doc.body?doc.body.innerHTML:null;xhr.responseXML=doc.XMLDocument?doc.XMLDocument:doc;if(opts.dataType=="json"||opts.dataType=="script"){var ta=doc.getElementsByTagName("textarea")[0];data=ta?ta.value:xhr.responseText;if(opts.dataType=="json"){eval("data = "+data)}else{$.globalEval(data)}}else{if(opts.dataType=="xml"){data=xhr.responseXML;if(!data&&xhr.responseText!=null){data=toXml(xhr.responseText)}}else{data=xhr.responseText}}}catch(e){ok=false;$.handleError(opts,xhr,"error",e)}if(ok){opts.success(data,"success");if(g){$.event.trigger("ajaxSuccess",[xhr,opts])}}if(g){$.event.trigger("ajaxComplete",[xhr,opts])}if(g&&!--$.active){$.event.trigger("ajaxStop")}if(opts.complete){opts.complete(xhr,ok?"success":"error")}setTimeout(function(){$io.remove();xhr.responseXML=null},100)}function toXml(s,doc){if(window.ActiveXObject){doc=new ActiveXObject("Microsoft.XMLDOM");doc.async="false";doc.loadXML(s)}else{doc=(new DOMParser()).parseFromString(s,"text/xml")}return(doc&&doc.documentElement&&doc.documentElement.tagName!="parsererror")?doc:null}}};$.fn.ajaxSubmit.counter=0;$.fn.ajaxForm=function(options){return this.ajaxFormUnbind().submit(submitHandler).each(function(){this.formPluginId=$.fn.ajaxForm.counter++;$.fn.ajaxForm.optionHash[this.formPluginId]=options;$(":submit,input:image",this).click(clickHandler)})};$.fn.ajaxForm.counter=1;$.fn.ajaxForm.optionHash={};function clickHandler(e){var $form=this.form;$form.clk=this;if(this.type=="image"){if(e.offsetX!=undefined){$form.clk_x=e.offsetX;$form.clk_y=e.offsetY}else{if(typeof $.fn.offset=="function"){var offset=$(this).offset();$form.clk_x=e.pageX-offset.left;$form.clk_y=e.pageY-offset.top}else{$form.clk_x=e.pageX-this.offsetLeft;$form.clk_y=e.pageY-this.offsetTop}}}setTimeout(function(){$form.clk=$form.clk_x=$form.clk_y=null},10)}function submitHandler(){var id=this.formPluginId;var options=$.fn.ajaxForm.optionHash[id];$(this).ajaxSubmit(options);return false}$.fn.ajaxFormUnbind=function(){this.unbind("submit",submitHandler);return this.each(function(){$(":submit,input:image",this).unbind("click",clickHandler)})};$.fn.formToArray=function(semantic){var a=[];if(this.length==0){return a}var form=this[0];var els=semantic?form.getElementsByTagName("*"):form.elements;if(!els){return a}for(var i=0,max=els.length;i<max;i++){var el=els[i];var n=el.name;if(!n){continue}if(semantic&&form.clk&&el.type=="image"){if(!el.disabled&&form.clk==el){a.push({name:n+".x",value:form.clk_x},{name:n+".y",value:form.clk_y})}continue}var v=$.fieldValue(el,true);if(v&&v.constructor==Array){for(var j=0,jmax=v.length;j<jmax;j++){a.push({name:n,value:v[j]})}}else{if(v!==null&&typeof v!="undefined"){a.push({name:n,value:v})}}}if(!semantic&&form.clk){var inputs=form.getElementsByTagName("input");for(var i=0,max=inputs.length;i<max;i++){var input=inputs[i];var n=input.name;if(n&&!input.disabled&&input.type=="image"&&form.clk==input){a.push({name:n+".x",value:form.clk_x},{name:n+".y",value:form.clk_y})}}}return a};$.fn.formSerialize=function(semantic){return $.param(this.formToArray(semantic))};$.fn.fieldSerialize=function(successful){var a=[];this.each(function(){var n=this.name;if(!n){return}var v=$.fieldValue(this,successful);if(v&&v.constructor==Array){for(var i=0,max=v.length;i<max;i++){a.push({name:n,value:v[i]})}}else{if(v!==null&&typeof v!="undefined"){a.push({name:this.name,value:v})}}});return $.param(a)};$.fn.fieldValue=function(successful){for(var val=[],i=0,max=this.length;i<max;i++){var el=this[i];var v=$.fieldValue(el,successful);if(v===null||typeof v=="undefined"||(v.constructor==Array&&!v.length)){continue}v.constructor==Array?$.merge(val,v):val.push(v)}return val};$.fieldValue=function(el,successful){var n=el.name,t=el.type,tag=el.tagName.toLowerCase();if(typeof successful=="undefined"){successful=true}if(successful&&(!n||el.disabled||t=="reset"||t=="button"||(t=="checkbox"||t=="radio")&&!el.checked||(t=="submit"||t=="image")&&el.form&&el.form.clk!=el||tag=="select"&&el.selectedIndex==-1)){return null}if(tag=="select"){var index=el.selectedIndex;if(index<0){return null}var a=[],ops=el.options;var one=(t=="select-one");var max=(one?index+1:ops.length);for(var i=(one?index:0);i<max;i++){var op=ops[i];if(op.selected){var v=$.browser.msie&&!(op.attributes.value.specified)?op.text:op.value;if(one){return v}a.push(v)}}return a}return el.value};$.fn.clearForm=function(){return this.each(function(){$("input,select,textarea",this).clearFields()})};$.fn.clearFields=$.fn.clearInputs=function(){return this.each(function(){var t=this.type,tag=this.tagName.toLowerCase();if(t=="text"||t=="password"||tag=="textarea"){this.value=""}else{if(t=="checkbox"||t=="radio"){this.checked=false}else{if(tag=="select"){this.selectedIndex=-1}}}})};$.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||(typeof this.reset=="object"&&!this.reset.nodeType)){this.reset()}})};$.fn.enable=function(b){if(b==undefined){b=true}return this.each(function(){this.disabled=!b})};$.fn.select=function(select){if(select==undefined){select=true}return this.each(function(){var t=this.type;if(t=="checkbox"||t=="radio"){this.checked=select}else{if(this.tagName.toLowerCase()=="option"){var $sel=$(this).parent("select");if(select&&$sel[0]&&$sel[0].type=="select-one"){$sel.find("option").select(false)}this.selected=select}}})}})(jQuery);;jQuery(document).ready(function(){try{jQuery('div.wpcf7 > form').ajaxForm({beforeSubmit:wpcf7BeforeSubmit,dataType:'json',success:wpcf7ProcessJson});}catch(e){}
try{jQuery('div.wpcf7 > form').each(function(i,n){wpcf7ToggleSubmit(jQuery(n));});}catch(e){}
try{if(_wpcf7.cached){jQuery('div.wpcf7 > form').each(function(i,n){wpcf7OnloadRefill(n);});}}catch(e){}});function wpcf7ExclusiveCheckbox(elem){jQuery(elem.form).find('input:checkbox[name="'+elem.name+'"]').not(elem).removeAttr('checked');}
function wpcf7ToggleSubmit(form){var submit=jQuery(form).find('input:submit');if(!submit.length)return;var acceptances=jQuery(form).find('input:checkbox.wpcf7-acceptance');if(!acceptances.length)return;submit.removeAttr('disabled');acceptances.each(function(i,n){n=jQuery(n);if(n.hasClass('wpcf7-invert')&&n.is(':checked')||!n.hasClass('wpcf7-invert')&&!n.is(':checked'))
submit.attr('disabled','disabled');});}
function wpcf7BeforeSubmit(formData,jqForm,options){wpcf7ClearResponseOutput();jQuery('img.ajax-loader',jqForm[0]).css({visibility:'visible'});formData.push({name:'_wpcf7_is_ajax_call',value:1});jQuery(jqForm[0]).append('<input type="hidden" name="_wpcf7_is_ajax_call" value="1" />');return true;}
function wpcf7NotValidTip(into,message){jQuery(into).append('<span class="wpcf7-not-valid-tip">'+message+'</span>');jQuery('span.wpcf7-not-valid-tip').mouseover(function(){jQuery(this).fadeOut('fast');});jQuery(into).find(':input').mouseover(function(){jQuery(into).find('.wpcf7-not-valid-tip').not(':hidden').fadeOut('fast');});jQuery(into).find(':input').focus(function(){jQuery(into).find('.wpcf7-not-valid-tip').not(':hidden').fadeOut('fast');});}
function wpcf7OnloadRefill(form){var url=jQuery(form).attr('action');if(0<url.indexOf('#'))
url=url.substr(0,url.indexOf('#'));var id=jQuery(form).find('input[name="_wpcf7"]').val();var unitTag=jQuery(form).find('input[name="_wpcf7_unit_tag"]').val();jQuery.getJSON(url,{_wpcf7_is_ajax_call:1,_wpcf7:id},function(data){if(data&&data.captcha){wpcf7RefillCaptcha('#'+unitTag,data.captcha);}
if(data&&data.quiz){wpcf7RefillQuiz('#'+unitTag,data.quiz);}});}
function wpcf7ProcessJson(data){var wpcf7ResponseOutput=jQuery(data.into).find('div.wpcf7-response-output');wpcf7ClearResponseOutput();if(data.invalids){jQuery.each(data.invalids,function(i,n){wpcf7NotValidTip(jQuery(data.into).find(n.into),n.message);});wpcf7ResponseOutput.addClass('wpcf7-validation-errors');}
if(data.captcha){wpcf7RefillCaptcha(data.into,data.captcha);}
if(data.quiz){wpcf7RefillQuiz(data.into,data.quiz);}
if(1==data.spam){wpcf7ResponseOutput.addClass('wpcf7-spam-blocked');}
if(1==data.mailSent){jQuery(data.into).find('form').resetForm().clearForm();wpcf7ResponseOutput.addClass('wpcf7-mail-sent-ok');if(data.onSentOk)
jQuery.each(data.onSentOk,function(i,n){eval(n)});}else{wpcf7ResponseOutput.addClass('wpcf7-mail-sent-ng');}
if(data.onSubmit)
jQuery.each(data.onSubmit,function(i,n){eval(n)});wpcf7ResponseOutput.append(data.message).slideDown('fast');}
function wpcf7RefillCaptcha(form,captcha){jQuery.each(captcha,function(i,n){jQuery(form).find(':input[name="'+i+'"]').clearFields();jQuery(form).find('img.wpcf7-captcha-'+i).attr('src',n);var match=/([0-9]+)\.(png|gif|jpeg)$/.exec(n);jQuery(form).find('input:hidden[name="_wpcf7_captcha_challenge_'+i+'"]').attr('value',match[1]);});}
function wpcf7RefillQuiz(form,quiz){jQuery.each(quiz,function(i,n){jQuery(form).find(':input[name="'+i+'"]').clearFields();jQuery(form).find(':input[name="'+i+'"]').siblings('span.wpcf7-quiz-label').text(n[0]);jQuery(form).find('input:hidden[name="_wpcf7_quiz_answer_'+i+'"]').attr('value',n[1]);});}
function wpcf7ClearResponseOutput(){jQuery('div.wpcf7-response-output').hide().empty().removeClass('wpcf7-mail-sent-ok wpcf7-mail-sent-ng wpcf7-validation-errors wpcf7-spam-blocked');jQuery('span.wpcf7-not-valid-tip').remove();jQuery('img.ajax-loader').css({visibility:'hidden'});}