/* * jQuery JavaScript Library v1.3.2 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) * Revision: 6246 */ (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("",""]||!O.indexOf("",""]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"","
"]||!O.indexOf("",""]||(!O.indexOf("",""]||!O.indexOf("",""]||!o.support.htmlSerialize&&[1,"div
","
"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}}); /* * Sizzle CSS Selector Engine - v0.9.3 * Copyright 2009, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * More information: http://sizzlejs.com/ */ (function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return UT[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="

";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="
";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("
").append(M.responseText.replace(//g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='
';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();/** * Boxy 0.1.4 - Facebook-style dialog, with frills * * (c) 2008 Jason Frame * Licensed under the MIT License (LICENSE) */ /* * jQuery plugin * * Options: * message: confirmation message for form submit hook (default: "Please confirm:") * * Any other options - e.g. 'clone' - will be passed onto the boxy constructor (or * Boxy.load for AJAX operations) */ jQuery.fn.boxy = function(options) { options = options || {}; return this.each(function() { var node = this.nodeName.toLowerCase(), self = this; if (node == 'a') { jQuery(this).click(function() { var active = Boxy.linkedTo(this), href = this.getAttribute('href'), localOptions = jQuery.extend({actuator: this, title: this.title}, options); if (href.match(/(&|\?)boxy\.modal/)) localOptions.modal = true; if (active) { active.show(); } else if (href.indexOf('#') >= 0) { var content = jQuery(href.substr(href.indexOf('#'))), newContent = content.clone(true); content.remove(); localOptions.unloadOnHide = false; new Boxy(newContent, localOptions); } else if (href.match(/\.(jpe?g|png|gif|bmp)($|\?)/i)) { localOptions.unloadOnHide = true; Boxy.loadImage(this.href, localOptions); } else { // fall back to AJAX; could do with a same-origin check if (!localOptions.cache) localOptions.unloadOnHide = true; Boxy.load(this.href+'ajax/', localOptions); } return false; }); } else if (node == 'form') { jQuery(this).bind('submit.boxy', function() { Boxy.confirm(options.message || 'Please confirm:', function() { jQuery(self).unbind('submit.boxy').submit(); }); return false; }); } }); }; // // Boxy Class function Boxy(element, options) { this.boxy = jQuery(Boxy.WRAPPER); jQuery.data(this.boxy[0], 'boxy', this); this.visible = false; this.options = jQuery.extend({}, Boxy.DEFAULTS, options || {}); if (this.options.modal) { this.options = jQuery.extend(this.options, {center: true, draggable: false}); } // options.actuator == DOM element that opened this boxy // association will be automatically deleted when this boxy is remove()d if (this.options.actuator) { jQuery.data(this.options.actuator, 'active.boxy', this); } this.setContent(element || "
"); this._setupTitleBar(); this.boxy.css('display', 'none').appendTo(document.body); this.toTop(); if (this.options.fixed) { if (Boxy.IE6) { this.options.fixed = false; // IE6 doesn't support fixed positioning } else { this.boxy.addClass('fixed'); } } if (this.options.center && Boxy._u(this.options.x, this.options.y)) { this.center(); } else { this.moveTo( Boxy._u(this.options.x) ? Boxy.DEFAULT_X : this.options.x, Boxy._u(this.options.y) ? Boxy.DEFAULT_Y : this.options.y ); } if (this.options.show) this.show(); }; Boxy.EF = function() {}; jQuery.extend(Boxy, { WRAPPER: "" + "" + "" + "" + "
", DEFAULTS: { title: null, // titlebar text. titlebar will not be visible if not set. closeable: true, // display close link in titlebar? draggable: true, // can this dialog be dragged? clone: false, // clone content prior to insertion into dialog? actuator: null, // element which opened this dialog center: true, // center dialog in viewport? show: true, // show dialog immediately? modal: false, // make dialog modal? fixed: true, // use fixed positioning, if supported? absolute positioning used otherwise closeText: '[close]', // text to use for default close link unloadOnHide: false, // should this dialog be removed from the DOM after being hidden? clickToFront: false, // bring dialog to foreground on any click (not just titlebar)? behaviours: Boxy.EF, // function used to apply behaviours to all content embedded in dialog. afterDrop: Boxy.EF, // callback fired after dialog is dropped. executes in context of Boxy instance. afterShow: Boxy.EF, // callback fired after dialog becomes visible. executes in context of Boxy instance. afterHide: Boxy.EF, // callback fired after dialog is hidden. executed in context of Boxy instance. beforeUnload: Boxy.EF // callback fired after dialog is unloaded. executed in context of Boxy instance. }, IE6: (jQuery.browser.msie && jQuery.browser.version < 7), DEFAULT_X: 50, DEFAULT_Y: 50, MODAL_OPACITY: 0.7, zIndex: 1337, dragConfigured: false, // only set up one drag handler for all boxys resizeConfigured: false, dragging: null, // load a URL and display in boxy // url - url to load // options keys (any not listed below are passed to boxy constructor) // type: HTTP method, default: GET // cache: cache retrieved content? default: false // filter: jQuery selector used to filter remote content load: function(url, options) { options = options || {}; var ajax = { url: url, type: 'GET', dataType: 'html', cache: false, success: function(html) { html = jQuery(html); if (options.filter) html = jQuery(options.filter, html); new Boxy(html, options); } }; jQuery.each(['type', 'cache'], function() { if (this in options) { ajax[this] = options[this]; delete options[this]; } }); jQuery.ajax(ajax); }, loadImage: function(url, options) { var img = new Image(); img.onload = function() { new Boxy($('
').append(this), options); } img.src = url; }, // allows you to get a handle to the containing boxy instance of any element // e.g. inspect!. // this returns the actual instance of the boxy 'class', not just a DOM element. // Boxy.get(this).hide() would be valid, for instance. get: function(ele) { var p = jQuery(ele).parents('.boxy-wrapper'); return p.length ? jQuery.data(p[0], 'boxy') : null; }, // returns the boxy instance which has been linked to a given element via the // 'actuator' constructor option. linkedTo: function(ele) { return jQuery.data(ele, 'active.boxy'); }, // displays an alert box with a given message, calling optional callback // after dismissal. alert: function(message, callback, options) { return Boxy.ask(message, ['OK'], callback, options); }, // displays an alert box with a given message, calling after callback iff // user selects OK. confirm: function(message, after, options) { return Boxy.ask(message, ['OK', 'Cancel'], function(response) { if (response == 'OK') after(); }, options); }, // asks a question with multiple responses presented as buttons // selected item is returned to a callback method. // answers may be either an array or a hash. if it's an array, the // the callback will received the selected value. if it's a hash, // you'll get the corresponding key. ask: function(question, answers, callback, options) { options = jQuery.extend({modal: true, closeable: false}, options || {}, {show: true, unloadOnHide: true}); var body = jQuery('
').append(jQuery('
').html(question)); var buttons = jQuery('
'); buttons.html(jQuery.map(Boxy._values(answers), function(v) { return "" }).join(' ')); jQuery('input[type=button]', buttons).click(function() { var clicked = this; Boxy.get(this).hide(function() { if (callback) { jQuery.each(answers, function(i, val) { if (val == clicked.value) { callback(answers instanceof Array ? val : i); return false; } }); } }); }); body.append(buttons); new Boxy(body, options); }, // returns true if a modal boxy is visible, false otherwise isModalVisible: function() { return jQuery('.boxy-modal-blackout').length > 0; }, _u: function() { for (var i = 0; i < arguments.length; i++) if (typeof arguments[i] != 'undefined') return false; return true; }, _values: function(t) { if (t instanceof Array) return t; var o = []; for (var k in t) o.push(t[k]); return o; }, _handleResize: function(evt) { jQuery('.boxy-modal-blackout').css('display', 'none') .css(Boxy._cssForOverlay()) .css('display', 'block'); }, _handleDrag: function(evt) { var d; if (d = Boxy.dragging) { d[0].boxy.css({left: evt.pageX - d[1], top: evt.pageY - d[2]}); } }, _nextZ: function() { return Boxy.zIndex++; }, _viewport: function() { var d = document.documentElement, b = document.body, w = window; return jQuery.extend( jQuery.browser.msie ? { left: b.scrollLeft || d.scrollLeft, top: b.scrollTop || d.scrollTop } : { left: w.pageXOffset, top: w.pageYOffset }, !Boxy._u(w.innerWidth) ? { width: w.innerWidth, height: w.innerHeight } : (!Boxy._u(d) && !Boxy._u(d.clientWidth) && d.clientWidth != 0 ? { width: d.clientWidth, height: d.clientHeight } : { width: b.clientWidth, height: b.clientHeight }) ); }, _setupModalResizing: function() { if (!Boxy.resizeConfigured) { var w = jQuery(window).resize(Boxy._handleResize); if (Boxy.IE6) w.scroll(Boxy._handleResize); Boxy.resizeConfigured = true; } }, _cssForOverlay: function() { if (Boxy.IE6) { return Boxy._viewport(); } else { return {width: '100%', height: jQuery(document).height()}; } } }); Boxy.prototype = { // Returns the size of this boxy instance without displaying it. // Do not use this method if boxy is already visible, use getSize() instead. estimateSize: function() { this.boxy.css({visibility: 'hidden', display: 'block'}); var dims = this.getSize(); this.boxy.css('display', 'none').css('visibility', 'visible'); return dims; }, // Returns the dimensions of the entire boxy dialog as [width,height] getSize: function() { return [this.boxy.width(), this.boxy.height()]; }, // Returns the dimensions of the content region as [width,height] getContentSize: function() { var c = this.getContent(); return [c.width(), c.height()]; }, // Returns the position of this dialog as [x,y] getPosition: function() { var b = this.boxy[0]; return [b.offsetLeft, b.offsetTop]; }, // Returns the center point of this dialog as [x,y] getCenter: function() { var p = this.getPosition(); var s = this.getSize(); return [Math.floor(p[0] + s[0] / 2), Math.floor(p[1] + s[1] / 2)]; }, // Returns a jQuery object wrapping the inner boxy region. // Not much reason to use this, you're probably more interested in getContent() getInner: function() { return jQuery('.boxy-inner', this.boxy); }, // Returns a jQuery object wrapping the boxy content region. // This is the user-editable content area (i.e. excludes titlebar) getContent: function() { return jQuery('.boxy-content', this.boxy); }, // Replace dialog content setContent: function(newContent) { newContent = jQuery(newContent).css({display: 'block'}).addClass('boxy-content'); if (this.options.clone) newContent = newContent.clone(true); this.getContent().remove(); this.getInner().append(newContent); this._setupDefaultBehaviours(newContent); this.options.behaviours.call(this, newContent); return this; }, // Move this dialog to some position, funnily enough moveTo: function(x, y) { this.moveToX(x).moveToY(y); return this; }, // Move this dialog (x-coord only) moveToX: function(x) { if (typeof x == 'number') this.boxy.css({left: x}); else this.centerX(); return this; }, // Move this dialog (y-coord only) moveToY: function(y) { if (typeof y == 'number') this.boxy.css({top: y}); else this.centerY(); return this; }, // Move this dialog so that it is centered at (x,y) centerAt: function(x, y) { var s = this[this.visible ? 'getSize' : 'estimateSize'](); if (typeof x == 'number') this.moveToX(x - s[0] / 2); if (typeof y == 'number') this.moveToY(y - s[1] / 2); return this; }, centerAtX: function(x) { return this.centerAt(x, null); }, centerAtY: function(y) { return this.centerAt(null, y); }, // Center this dialog in the viewport // axis is optional, can be 'x', 'y'. center: function(axis) { var v = Boxy._viewport(); var o = this.options.fixed ? [0, 0] : [v.left, v.top]; if (!axis || axis == 'x') this.centerAt(o[0] + v.width / 2, null); if (!axis || axis == 'y') this.centerAt(null, o[1] + v.height / 2); return this; }, // Center this dialog in the viewport (x-coord only) centerX: function() { return this.center('x'); }, // Center this dialog in the viewport (y-coord only) centerY: function() { return this.center('y'); }, // Resize the content region to a specific size resize: function(width, height, after) { if (!this.visible) return; var bounds = this._getBoundsForResize(width, height); this.boxy.css({left: bounds[0], top: bounds[1]}); this.getContent().css({width: bounds[2], height: bounds[3]}); if (after) after(this); return this; }, // Tween the content region to a specific size tween: function(width, height, after) { if (!this.visible) return; var bounds = this._getBoundsForResize(width, height); var self = this; this.boxy.stop().animate({left: bounds[0], top: bounds[1]}); this.getContent().stop().animate({width: bounds[2], height: bounds[3]}, function() { if (after) after(self); }); return this; }, // Returns true if this dialog is visible, false otherwise isVisible: function() { return this.visible; }, // Make this boxy instance visible show: function() { if (this.visible) return; if (this.options.modal) { var self = this; Boxy._setupModalResizing(); this.modalBlackout = jQuery('
') .css(jQuery.extend(Boxy._cssForOverlay(), { zIndex: Boxy._nextZ(), opacity: Boxy.MODAL_OPACITY })).appendTo(document.body); this.toTop(); if (this.options.closeable) { jQuery(document.body).bind('keypress.boxy', function(evt) { var key = evt.which || evt.keyCode; if (key == 27) { self.hide(); jQuery(document.body).unbind('keypress.boxy'); } }); } } this.boxy.stop().css({opacity: 1}).show(); this.visible = true; this._fire('afterShow'); return this; }, // Hide this boxy instance hide: function(after) { if (!this.visible) return; var self = this; if (this.options.modal) { jQuery(document.body).unbind('keypress.boxy'); this.modalBlackout.animate({opacity: 0}, function() { jQuery(this).remove(); }); } this.boxy.stop().animate({opacity: 0}, 300, function() { self.boxy.css({display: 'none'}); self.visible = false; self._fire('afterHide'); if (after) after(self); if (self.options.unloadOnHide) self.unload(); }); return this; }, toggle: function() { this[this.visible ? 'hide' : 'show'](); return this; }, hideAndUnload: function(after) { this.options.unloadOnHide = true; this.hide(after); return this; }, unload: function() { this._fire('beforeUnload'); this.boxy.remove(); if (this.options.actuator) { jQuery.data(this.options.actuator, 'active.boxy', false); } }, // Move this dialog box above all other boxy instances toTop: function() { this.boxy.css({zIndex: Boxy._nextZ()}); return this; }, // Returns the title of this dialog getTitle: function() { return jQuery('> .title-bar h2', this.getInner()).html(); }, // Sets the title of this dialog setTitle: function(t) { jQuery('> .title-bar h2', this.getInner()).html(t); return this; }, // // Don't touch these privates _getBoundsForResize: function(width, height) { var csize = this.getContentSize(); var delta = [width - csize[0], height - csize[1]]; var p = this.getPosition(); return [Math.max(p[0] - delta[0] / 2, 0), Math.max(p[1] - delta[1] / 2, 0), width, height]; }, _setupTitleBar: function() { if (this.options.title) { var self = this; var tb = jQuery("
").html("

" + this.options.title + "

"); if (this.options.closeable) { tb.append(jQuery("").html(this.options.closeText)); } if (this.options.draggable) { tb[0].onselectstart = function() { return false; } tb[0].unselectable = 'on'; tb[0].style.MozUserSelect = 'none'; if (!Boxy.dragConfigured) { jQuery(document).mousemove(Boxy._handleDrag); Boxy.dragConfigured = true; } tb.mousedown(function(evt) { self.toTop(); Boxy.dragging = [self, evt.pageX - self.boxy[0].offsetLeft, evt.pageY - self.boxy[0].offsetTop]; jQuery(this).addClass('dragging'); }).mouseup(function() { jQuery(this).removeClass('dragging'); Boxy.dragging = null; self._fire('afterDrop'); }); } this.getInner().prepend(tb); this._setupDefaultBehaviours(tb); } }, _setupDefaultBehaviours: function(root) { var self = this; if (this.options.clickToFront) { root.click(function() { self.toTop(); }); } jQuery('.close', root).click(function() { self.hide(); return false; }).mousedown(function(evt) { evt.stopPropagation(); }); }, _fire: function(event) { this.options[event].call(this); } }; /* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.07 */ 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;E0){E=" "+E}}else{if(B400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||JD){D=J}K.push(J)}if(ID){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?ML:(M<=I&&L<=I)?M>L:MO){O=K}if(I>N){N=I}if(Kcufoncanvas{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;}}").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":30,"=":30,"<":30,"9":25,"8":25,"7":25,"6":25,"5":25,"4":25,"3":25,"2":25,"1":25,"0":25,"-":30,"+":30,"'":18,"#":30,"\"":18,"u":40,"s":20,"p":23,"o":27,"n":31,"m":18,"h":22,"g":27,"f":6,"\\":11," ":30}},"!":{"d":"65,-57v0,3,0,4,-4,4v-8,0,-10,-62,-16,-110v0,-2,-3,-23,2,-23v9,0,10,16,11,30v2,25,7,71,7,99xm63,0v0,-7,5,-9,9,-9v7,2,12,18,1,18v-3,0,-10,-2,-10,-9","w":118,"k":{"o":13,"n":7,"\"":30,"'":30,"?":45}},"\"":{"d":"62,-133v0,6,-6,30,-18,25v0,-3,7,-17,7,-28v0,-16,-21,-11,-21,-17v0,-6,6,-9,12,-9v14,0,20,15,20,29xm80,-141v3,-14,-21,-17,-25,-24v0,-5,4,-5,9,-5v31,-3,34,48,10,56v-7,-4,9,-18,6,-27","k":{"\u00c6":51,"o":16,"m":11,"h":7,"Q":19,"P":-14,"C":19,"H":-36,"B":-22,"Y":-34,"\u00dd":-34,"O":19,"\u00c7":19,"\u00d2":19,"\u00d3":19,"\u00d4":19,"\u00d5":19,"\u00d6":19,"\u00d8":19,"W":-31,"(":22,"[":22,"{":22,"J":-22,"A":51,"\u00c0":51,"\u00c1":51,"\u00c2":51,"\u00c3":51,"\u00c4":51,"\u00c5":51,"V":11,"I":-17,"\u00cc":-17,"\u00cd":-17,"\u00ce":-17,"\u00cf":-17,"N":42,"\u00d1":42,"Z":11,"R":-25,"K":-17,"E":20,"\u00c8":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"M":45,"T":-11,"S":-11,"L":25}},"#":{"d":"61,-23v-2,12,-9,33,-11,12v0,-2,0,-5,1,-12v-9,0,-26,0,-23,-5v0,-3,11,-4,25,-4v1,-8,4,-17,5,-24v-20,2,-25,-8,-10,-10r12,0v5,-20,3,-19,9,-24v8,5,3,10,1,24r22,0v6,-18,4,-33,17,-27r-8,27v10,1,32,-2,33,4v0,4,-3,5,-35,5r-6,25v18,2,21,-3,23,7v0,2,-11,3,-25,3v-2,16,-9,37,-13,21v0,-8,1,-8,4,-21v-8,0,-14,-1,-21,-1xm85,-32v2,-9,3,-18,5,-25r-21,0v0,9,-9,20,-4,25r20,0","w":152,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"$":{"d":"53,-53v12,10,31,21,30,33v0,16,-19,24,-30,28v2,7,1,24,-6,21r-2,-19v-15,3,-21,8,-28,5v0,-6,10,-7,28,-13r-1,-50v-32,-17,-43,-45,0,-55v0,-7,0,-16,1,-16v8,0,8,8,6,14v16,-2,37,5,17,11v-5,0,-12,-2,-16,0xm44,-93v-9,1,-17,8,-19,15v0,10,13,14,19,19r0,-34xm53,-1v20,-10,26,-26,0,-41r0,41","w":99},"%":{"d":"44,-81v5,-14,14,5,22,3v27,1,42,-38,42,-75v0,-13,2,-13,7,-13v12,7,0,46,-1,57v-5,64,-15,149,-16,157v0,18,-6,27,-10,13r15,-155v-14,19,-23,28,-43,24v7,17,9,51,-16,49v-26,-2,-33,-47,-20,-56v10,-3,7,11,6,18v-4,27,25,40,26,13v1,-15,-9,-24,-12,-35xm161,-17v-4,-1,-7,-12,0,-12v20,0,22,28,22,39v0,8,-3,35,-24,35v-24,0,-38,-60,-10,-65v1,0,4,-1,4,2v-11,7,-14,48,7,53v20,-1,17,-54,1,-52","w":202},"&":{"d":"190,-32v-5,10,-17,8,-32,4v-5,22,-41,36,-72,36v-63,0,-61,-44,-12,-80v-23,-37,14,-85,49,-82v12,0,22,9,22,20v0,15,-26,35,-58,64v3,8,36,42,41,53v-16,5,-36,-33,-48,-48v-19,15,-31,30,-31,43v0,39,102,16,100,-9v-14,-4,-16,-16,-3,-19v5,0,11,4,13,14v6,5,23,1,31,4xm122,-141v-27,-1,-61,34,-39,62v33,-31,49,-40,49,-54v0,-5,-2,-8,-10,-8","w":207,"k":{"\u00a9":10,"\u00a7":10,"\u00a5":10,"\u00a4":10,"\u00a3":10,"\u00a2":10,"\\":10,"&":10,"%":10,"$":10}},"'":{"d":"37,-133v3,-15,-20,-13,-26,-19v0,-5,5,-8,13,-8v27,-1,32,46,7,52v-9,-4,9,-15,6,-25","w":63,"k":{"\u00c6":51,"t":-8,"o":16,"m":11,"h":7,"Q":19,"P":-14,"C":19,"H":-36,"B":-22,"Y":-34,"\u00dd":-34,"O":19,"\u00c7":19,"\u00d2":19,"\u00d3":19,"\u00d4":19,"\u00d5":19,"\u00d6":19,"\u00d8":19,"W":-31,"(":22,"[":22,"{":22,"J":-22,"A":51,"\u00c0":51,"\u00c1":51,"\u00c2":51,"\u00c3":51,"\u00c4":51,"\u00c5":51,"V":11,"I":-17,"\u00cc":-17,"\u00cd":-17,"\u00ce":-17,"\u00cf":-17,"N":42,"\u00d1":42,"Z":11,"R":-25,"K":-17,"E":20,"\u00c8":20,"\u00c9":20,"\u00ca":20,"\u00cb":20,"M":45,"T":-11,"S":-11,"L":25}},"(":{"d":"22,-71v0,-49,12,-86,39,-102v5,19,-28,29,-28,94v0,89,44,142,37,152v-1,0,-3,0,-6,-4v-29,-45,-42,-95,-42,-140","w":75,"k":{"Q":11,"P":-15,")":-16,"]":-16,"}":-16,"#":5,"+":5,"-":5,"<":5,"=":5,">":5,"~":5,"\u00ab":5,"\u00ac":5,"\u00ad":5,"\u00b1":5,"\u00b7":5,"\u00bb":5,"\u00d7":5,"\u00f7":5,"\/":-11,"H":-45,"B":-22,"Y":-41,"\u00dd":-41,"W":-41,"J":29,"A":-13,"\u00c0":-13,"\u00c1":-13,"\u00c2":-13,"\u00c3":-13,"\u00c4":-13,"\u00c5":-13,"\u00c6":-13,"V":5,"I":9,"\u00cc":9,"\u00cd":9,"\u00ce":9,"\u00cf":9,"N":14,"\u00d1":14,"0":9,"1":9,"2":9,"3":9,"4":9,"5":9,"6":9,"7":9,"8":9,"9":9,"R":-20,"K":-6}},")":{"d":"18,-179v45,70,54,199,5,252v-8,-20,23,-29,23,-95v0,-89,-38,-147,-34,-161v2,0,5,2,6,4","w":74,"k":{"H":-11,"Y":-35,"\u00dd":-35,"R":-30}},"*":{"d":"62,-158v5,11,23,25,8,26v-3,0,-7,-6,-13,-16v-4,16,-7,30,-18,23v0,-1,3,-4,9,-26v-10,4,-22,9,-27,1v0,-3,13,-6,28,-12v-5,-11,-25,-26,-16,-30v5,0,12,9,19,19v1,-4,4,-30,13,-20v0,1,0,5,-4,27v8,-2,16,-8,23,-7v0,3,-10,9,-22,15","w":104,"k":{"\u00dd":-41,"\u00c6":37,"\u00c5":37,"\u00c4":37,"\u00c3":37,"\u00c2":37,"\u00c1":37,"\u00c0":37,"Y":-41,"W":-37,"R":-37,"K":-15,"J":-22,"H":-49,"F":-11,"B":-26,"A":37,"o":23,"n":23,"P":-19}},"+":{"d":"56,-85v15,3,5,26,10,42v13,-3,65,-1,38,8r-37,3v2,17,-4,55,-9,27v-1,-8,-1,-18,-2,-27v-24,-1,-36,10,-41,0v0,-10,15,-8,40,-10v2,-21,-10,-36,1,-43","w":127,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},",":{"d":"55,-15v-2,24,-14,55,-22,66v-5,1,-6,-9,-3,-12v8,-25,12,-44,12,-53v0,-9,12,-7,13,-1","w":82,"k":{"o":9,"m":11,"P":30,"\"":18,"'":18,"H":9,"B":9,"Y":26,"\u00dd":26,"D":30,"\u00d0":30,"J":37,"F":26,"A":-17,"\u00c0":-17,"\u00c1":-17,"\u00c2":-17,"\u00c3":-17,"\u00c4":-17,"\u00c5":-17,"\u00c6":-17,"V":15,"I":30,"\u00cc":30,"\u00cd":30,"\u00ce":30,"\u00cf":30,"Z":-15,"0":17,"1":17,"2":17,"3":17,"4":17,"5":17,"6":17,"7":17,"8":17,"9":17,"R":30,"K":19,"E":15,"\u00c8":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"M":-11,"G":11,"T":15,"U":11,"\u00d9":11,"\u00da":11,"\u00db":11,"\u00dc":11}},"-":{"d":"107,-35r-74,7v-8,-1,-6,-10,2,-11v19,-5,65,-7,85,-2v0,4,-5,6,-13,6","w":144,"k":{"\u00cf":20,"\u00ce":20,"\u00cd":20,"\u00cc":20,"T":19,"R":30,"J":40,"I":20,"F":-14,"X":13,"Q":23,"P":23,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},".":{"d":"37,-4v2,-17,20,-9,18,2v0,3,-1,6,-6,6v-2,0,-12,-1,-12,-8","w":93,"k":{"o":9,"m":11,"P":30,"5":17,"\"":18,"'":18,"H":9,"B":9,"Y":26,"\u00dd":26,"D":30,"\u00d0":30,"J":37,"F":26,"A":-17,"\u00c0":-17,"\u00c1":-17,"\u00c2":-17,"\u00c3":-17,"\u00c4":-17,"\u00c5":-17,"\u00c6":-17,"V":15,"I":30,"\u00cc":30,"\u00cd":30,"\u00ce":30,"\u00cf":30,"Z":-15,"0":17,"1":17,"2":17,"3":17,"4":17,"6":17,"7":17,"8":17,"9":17,"R":30,"K":19,"E":15,"\u00c8":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"M":-11,"G":11,"T":15,"U":11,"\u00d9":11,"\u00da":11,"\u00db":11,"\u00dc":11}},"\/":{"d":"53,-146r-40,177v-2,13,-7,30,-13,18r47,-205v4,0,6,6,6,10","w":54,"k":{"y":13,"u":9,"q":13,"o":9,"Q":18,"P":-18,"@":11,"&":8,"\/":8,"H":-49,"B":-27,"Y":-14,"\u00dd":-14,"W":-64,"F":-19,"A":7,"\u00c0":7,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c4":7,"\u00c5":7,"\u00c6":7,"I":-13,"\u00cc":-13,"\u00cd":-13,"\u00ce":-13,"\u00cf":-13,"N":23,"\u00d1":23,"R":-45,"K":-20,"T":-11,"S":-13}},"0":{"d":"11,-82v7,1,1,13,4,21v-2,-26,14,-48,34,-49v21,0,31,29,31,57v0,33,-11,57,-32,57v-31,0,-42,-54,-42,-75v0,-5,1,-11,5,-11xm25,-63v0,14,5,28,-3,28v5,16,14,29,26,29v16,0,22,-22,22,-44v0,-58,-43,-61,-45,-13","w":88,"k":{")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"1":{"d":"15,-50r36,-53v11,-1,7,33,7,46v0,33,6,50,-1,67v-11,0,-8,-12,-9,-32v-1,-19,4,-41,1,-60v-13,20,-24,45,-34,32","w":94,"k":{"2":6,")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"2":{"d":"41,6v-44,-11,12,-61,11,-85v-11,-14,-33,20,-43,4v1,-13,58,-35,58,-8v0,20,-32,53,-32,72v0,6,2,8,9,8v19,1,37,-11,53,-5v2,13,-31,12,-56,14","w":99,"k":{":":24,"3":-12,")":18,"]":18,"}":18,",":24,".":24,";":24,"\u00a1":24,"\u00bf":24}},"3":{"d":"79,-29v0,27,-45,59,-54,52v0,-8,41,-26,41,-48v-1,-22,-40,-5,-46,-21v0,-6,26,-23,29,-36v-6,-10,-41,8,-40,-10v6,-13,62,-4,53,9v0,13,-26,30,-26,34v0,1,43,0,43,20","w":93,"k":{"4":-4,".":24,")":18,"]":18,"}":18,",":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"4":{"d":"41,-104v-4,17,-10,51,-12,79v0,4,2,7,5,7v3,0,27,-9,35,-11v2,-19,-9,-36,-1,-47v14,3,6,37,11,50v0,4,1,5,1,42v0,4,-2,6,-5,6v-10,0,0,-35,-7,-41v-11,0,-44,28,-48,2v3,-19,2,-109,21,-87","w":99,"k":{"5":-6,")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"5":{"d":"79,-76v-15,0,-33,-4,-44,-9v-4,0,-16,13,-16,27v0,21,55,19,55,43v0,16,-19,32,-35,32v-5,1,-6,-5,-3,-6v11,-2,28,-10,28,-25v0,-17,-55,-16,-55,-45v0,-18,16,-27,20,-34v1,-4,7,-18,13,-9v3,14,40,10,41,22v0,3,0,4,-4,4","w":92,"k":{"6":-5,"2":-6,"-":9,")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"6":{"d":"75,-108v-15,14,-65,55,-43,97v6,-22,25,-39,45,-39v6,0,18,1,18,17v0,14,-13,38,-48,38v-7,0,-30,-6,-30,-32v1,-31,29,-90,58,-81xm41,-6v16,7,43,-5,41,-25v0,-5,-3,-7,-7,-7v-14,0,-34,14,-34,32","w":110,"k":{")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"7":{"d":"69,-98r-11,44v22,3,44,3,31,16v-3,-1,-34,-10,-36,1r-11,47v-2,12,-5,23,-12,17r16,-68v0,0,-9,2,-19,2v-3,0,-5,-2,-5,-3v0,-7,25,-7,27,-10r10,-41v-10,3,-50,15,-43,-9v21,3,27,3,46,-3v7,0,7,2,7,7","w":98,"k":{"8":-10,")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"8":{"d":"22,-88v0,-9,5,-29,26,-28v27,8,19,28,7,48v0,3,26,12,26,38v0,18,-17,29,-39,29v-50,-2,-6,-49,1,-60v0,-4,-21,-9,-21,-27xm72,-34v0,-13,-19,-29,-24,-21v-8,13,-19,28,-19,34v7,20,45,11,43,-13xm47,-108v-23,2,-18,35,0,37v5,-2,17,-35,0,-37","w":99,"k":{")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},"9":{"d":"50,-94v23,0,27,8,28,33v0,37,-31,85,-51,96v-2,0,-3,-2,-3,-3v10,-14,48,-48,44,-104v-6,19,-23,28,-37,28v-12,0,-22,-7,-22,-20v0,-18,22,-30,41,-30xm62,-82v-7,-9,-44,0,-42,15v0,7,5,11,11,11v11,0,27,-11,31,-26","w":92,"k":{"9":-19,"8":-19,"7":-19,"6":-19,"5":-19,"4":-19,"3":-19,"2":-19,"1":-19,"0":-19,")":18,"]":18,"}":18,",":24,".":24,":":24,";":24,"\u00a1":24,"\u00bf":24}},":":{"d":"55,10v-3,0,-6,-1,-5,-5v-1,-10,13,-15,16,-4v0,1,-2,9,-11,9xm41,-44v-8,-2,-6,-19,3,-18v3,2,7,-1,8,6v0,2,-4,12,-11,12","w":105,"k":{"\/":15,"o":9,"n":30,"m":11,"P":30,"\"":18,"'":18,"H":9,"B":9,"Y":26,"\u00dd":26,"D":30,"\u00d0":30,"J":37,"F":26,"A":-17,"\u00c0":-17,"\u00c1":-17,"\u00c2":-17,"\u00c3":-17,"\u00c4":-17,"\u00c5":-17,"\u00c6":-17,"V":15,"I":30,"\u00cc":30,"\u00cd":30,"\u00ce":30,"\u00cf":30,"Z":-15,"0":17,"1":17,"2":17,"3":17,"4":17,"5":17,"6":17,"7":17,"8":17,"9":17,"R":30,"K":19,"E":15,"\u00c8":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"M":-11,"G":11,"T":15,"U":11,"\u00d9":11,"\u00da":11,"\u00db":11,"\u00dc":11}},";":{"d":"61,-9v2,-8,10,-1,11,3v-3,14,-6,66,-19,51v2,-18,9,-38,8,-54xm62,-41v-9,-3,-5,-20,5,-18v1,0,8,2,8,7v0,3,-4,11,-13,11","w":124,"k":{"o":9,"m":11,"P":30,"\"":18,"'":18,"H":9,"B":9,"Y":26,"\u00dd":26,"D":30,"\u00d0":30,"J":37,"F":26,"A":-17,"\u00c0":-17,"\u00c1":-17,"\u00c2":-17,"\u00c3":-17,"\u00c4":-17,"\u00c5":-17,"\u00c6":-17,"V":15,"I":30,"\u00cc":30,"\u00cd":30,"\u00ce":30,"\u00cf":30,"Z":-15,"0":17,"1":17,"2":17,"3":17,"4":17,"5":17,"6":17,"7":17,"8":17,"9":17,"R":30,"K":19,"E":15,"\u00c8":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"M":-11,"G":11,"T":15,"U":11,"\u00d9":11,"\u00da":11,"\u00db":11,"\u00dc":11}},"<":{"d":"97,-5v-28,-12,-79,-53,-75,-59v-3,-8,25,-21,68,-36v2,0,3,2,3,3v0,7,-59,27,-59,34v0,10,29,17,64,50v1,2,2,8,-1,8","k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"=":{"d":"16,-53v-5,-22,39,-16,68,-16v11,0,20,1,20,2v0,7,-7,7,-10,7v-26,1,-62,1,-78,7xm14,-31v3,-4,67,-11,85,-10v3,0,5,3,5,6v0,10,-25,2,-78,9v0,0,-13,5,-12,-5","w":117,"k":{"9":-7,"8":-7,"6":-7,"4":-7,"3":-7,"2":-7,"1":-7,"0":-7,"X":13,"Q":23,"P":15,"7":-7,"5":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19}},">":{"d":"105,-60v-1,7,-78,58,-83,47v0,-11,68,-39,68,-47v0,-10,-79,-29,-60,-41v18,3,75,31,75,41","w":126,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"?":{"d":"51,-59v0,19,30,-4,42,1v-5,19,-51,27,-50,-2v1,-20,28,-52,28,-68v-6,-14,-34,7,-41,-6v0,-3,14,-8,31,-8v9,0,21,3,21,10v0,21,-31,58,-31,73xm69,6v-6,-2,-6,-20,5,-17v4,0,6,2,6,5v0,6,-5,12,-11,12","w":123,"k":{"o":13,"!":45,"|":45,"\u00a6":45,"Y":-22,"\u00dd":-22,"W":-26}},"@":{"d":"48,-32v-2,-29,29,-37,45,-20v-3,19,27,43,27,13v0,-25,-14,-43,-48,-43v-16,0,-36,14,-36,39v0,47,68,62,112,40v4,0,7,4,7,6v0,4,-38,13,-52,13v-47,0,-79,-21,-79,-62v0,-36,33,-45,47,-45v39,0,59,21,59,51v1,33,-38,33,-43,3v-6,26,-37,33,-39,5xm73,-54v-14,-1,-24,28,-9,31v10,0,23,-25,9,-31","w":175,"k":{"z":14,"y":14,"v":13,"o":18,"i":5,"d":11}},"A":{"d":"93,-52v-19,48,-50,71,-114,72v-4,0,-5,-2,-5,-3v42,-17,82,1,110,-75v-5,-7,-4,-17,5,-19v8,-11,15,-73,19,-99v1,-5,0,-16,5,-16v5,0,6,13,7,26v5,66,12,98,18,121v19,5,32,0,48,-3v3,14,-31,15,-45,13v5,19,10,30,14,41v1,4,-5,5,-8,3v-3,-2,-13,-32,-17,-46v-22,-4,-35,-15,-37,-15xm113,-127v-10,43,-25,72,14,78v-3,-9,-8,-60,-14,-78","w":174,"k":{"\u00ba":11,"\u00ae":6,"\u00aa":4,"\"":10,"'":10,"#":-20,"+":-20,"-":-20,"<":-20,"=":-20,">":-20,"~":-20,"\u00ab":-20,"\u00ac":-20,"\u00ad":-20,"\u00b1":-20,"\u00b7":-20,"\u00bb":-20,"\u00d7":-20,"\u00f7":-20,"\/":-14}},"B":{"d":"98,-71v0,58,79,107,80,151v0,22,-34,35,-53,35v-4,0,-7,0,-7,-4v0,-6,1,-6,7,-6v23,0,41,-15,41,-25v0,-43,-79,-95,-79,-153v0,-25,17,-45,17,-75v1,-37,-53,-16,-69,-16v31,96,27,126,31,175v0,2,0,3,-3,3v-5,0,-10,-6,-10,-17v0,-64,-27,-161,-27,-161v-3,3,-45,14,-46,-4v0,-9,28,-16,32,-17v35,-4,105,-19,104,36v0,36,-18,52,-18,78","w":159,"k":{"r":12,"*":12}},"C":{"d":"128,-2v-62,29,-113,-29,-113,-101v0,-44,19,-108,54,-108v24,0,37,48,37,92v0,38,-10,73,-33,73v-23,0,-30,-55,-20,-71v10,9,4,54,21,59v35,-5,27,-139,-7,-139v-27,0,-42,61,-42,98v0,52,40,116,98,92v3,0,5,4,5,5","w":122,"k":{"H":-34,"\/":-16}},"D":{"d":"134,-30v5,2,37,7,21,14v-7,0,-15,-4,-22,-6v-1,13,-6,42,-19,42v-21,0,-30,-50,-35,-65v-40,-27,-66,-63,-66,-112v0,-30,12,-63,47,-63v71,0,81,114,74,190xm82,-171v16,9,-1,29,-1,44v0,16,5,76,7,77v0,0,20,12,38,17v3,-61,-1,-177,-65,-177v-31,0,-39,29,-39,58v0,45,32,80,56,96v-4,-37,-5,-43,-5,-75v0,-15,1,-40,9,-40xm91,-38v2,17,14,48,21,48v8,0,11,-21,13,-34v-15,-5,-23,-7,-34,-14","w":174,"k":{"\u00fc":4,"*":12}},"E":{"d":"10,-75v-2,-17,34,-20,40,-35v-30,-14,-12,-64,18,-66v32,7,10,44,-4,62v31,9,56,18,56,29v0,18,-64,39,-64,64v1,29,52,21,68,14v2,0,5,3,5,5v-19,13,-86,20,-86,-19v0,-26,62,-51,62,-64v0,-6,-32,-17,-47,-21v-11,13,-41,31,-48,31xm68,-166v-23,0,-35,41,-13,49v13,-19,25,-39,13,-49","w":124,"k":{"w":-17,",":-5,".":-5,":":-5,";":-5,"\u00a1":-5,"\u00bf":-5,"\/":-13}},"F":{"d":"103,16v-8,-2,-8,-47,-13,-68v-7,-11,-37,8,-41,-12v2,-15,30,-5,35,-17v0,-4,-9,-51,-12,-51v-19,0,-37,5,-57,5v-14,4,-32,-13,-17,-20v13,-2,54,0,68,-8v2,-16,8,-5,14,1v24,2,70,1,70,23v-12,-10,-59,-8,-67,1v2,10,7,35,10,52v14,9,40,7,45,21v-6,7,-32,-13,-39,3r7,67v0,2,-1,3,-3,3","w":157,"k":{"\u00f6":14,"\u00f5":14,"\u00f4":14,"\u00f3":14,"\u00f2":14,"\u00f0":14,"\u00eb":14,"\u00ea":14,"\u00e9":14,"\u00e8":14,"\u00e7":14,"\u00e5":14,"\u00e4":14,"\u00e3":14,"\u00e2":14,"\u00e1":14,"\u00e0":14,"\u00bf":18,"\u00a1":18,"z":14,"s":14,"q":14,"g":14,"d":14,"c":14,"a":14,";":18,":":18,".":18,",":18,"\u00ff":11,"\u00fd":13,"\u00f8":14,"\u00e6":18,"o":11,"k":9,"e":9}},"G":{"d":"215,51v-18,-10,-41,-18,-65,-14v1,14,4,44,-12,43v-11,0,-31,-10,-31,-25v0,-14,17,-23,34,-26v-2,-27,-16,-94,-39,-94v-13,0,-30,23,-38,29v-8,31,-30,103,-54,96v13,-17,37,-56,43,-94v-21,5,-39,-18,-39,-74v0,-26,8,-51,30,-51v35,0,26,80,22,109v10,-12,24,-26,38,-26v29,0,42,80,45,104v30,0,65,4,66,23xm142,38v-12,1,-25,7,-25,17v0,10,15,14,20,14v7,0,5,-21,5,-31xm49,-44v17,-4,17,-105,-7,-105v-29,4,-23,107,7,105","w":163,"k":{"*":34,",":-37,".":-37,":":-37,";":-37,"\u00a1":-37,"\u00bf":-37,"!":-5,"|":-5,"\u00a6":-5}},"H":{"d":"90,-62v-12,7,-48,24,-58,42v0,6,28,15,47,15v33,1,13,-38,11,-57xm117,-91v19,-12,42,-33,51,-56v0,-3,-3,-5,-7,-5v-32,0,-45,32,-44,61xm19,-16v0,-23,49,-42,68,-55v-1,-4,-16,-62,-20,-80v0,0,-25,9,-44,9v-10,0,-101,-31,-53,-31v12,0,35,11,81,11v21,0,19,-25,34,-25v13,5,-1,22,-7,29v2,20,6,45,16,83v2,-1,0,-1,14,-10v-6,-39,12,-74,52,-75v10,0,17,2,17,11v0,25,-55,68,-58,68v-1,12,29,94,75,74v2,0,5,4,5,5v-45,25,-84,-38,-89,-73v-32,6,23,79,-27,79v-14,0,-64,-8,-64,-20","w":193,"k":{"X":-4,",":-5,".":-5,":":-5,";":-5,"\u00a1":-5,"\u00bf":-5,"H":-24,"B":-9,"Y":-17,"\u00dd":-17}},"I":{"d":"33,-201v-21,0,-23,40,-31,22v0,-10,14,-35,28,-35v26,0,35,37,45,64v12,35,29,223,30,236v0,7,0,14,-5,14v-7,0,-7,-12,-7,-20v0,-45,-8,-114,-17,-180v-8,-53,-22,-101,-43,-101","w":135,"k":{"z":13,"x":16,"l":14,"*":41,")":14,"]":14,"}":14,",":11,".":11,":":11,";":11,"\u00a1":11,"\u00bf":11,"#":25,"+":25,"-":25,"<":25,"=":25,">":25,"~":25,"\u00ab":25,"\u00ac":25,"\u00ad":25,"\u00b1":25,"\u00b7":25,"\u00bb":25,"\u00d7":25,"\u00f7":25,"D":23,"\u00d0":23,"C":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14}},"J":{"d":"-13,-208v83,22,119,42,118,159v0,22,1,166,25,166v16,0,25,-29,30,-38v10,13,-14,51,-32,50v-22,0,-32,-83,-32,-175v0,-56,-5,-95,-42,-123v-22,-17,-45,-24,-72,-31v-2,-2,2,-8,5,-8","w":143,"k":{"*":19,")":16,"]":16,"}":16}},"K":{"d":"60,-158v2,22,10,65,24,68v6,0,18,-10,30,-6v7,0,18,-26,30,-64v4,-14,9,-31,19,-21r-38,94v0,3,29,101,74,80v2,0,5,4,5,5v0,3,-12,6,-20,6v-53,-1,-52,-81,-79,-83v-41,-2,9,72,-27,84v-10,0,-30,-22,-23,-32v8,1,11,21,25,22v4,0,4,-10,4,-15v-3,-46,-25,-81,-33,-124v-10,-14,-60,10,-62,-21v4,-27,15,2,30,3v10,0,23,-4,31,-4v10,0,10,0,10,8","w":199,"k":{"*":11,",":-11,".":-11,":":-11,";":-11,"\u00a1":-11,"\u00bf":-11}},"L":{"d":"29,-53v12,-20,46,-33,34,-44v-8,-14,-24,-81,12,-88v41,11,16,72,3,95v14,33,32,67,7,86v17,11,61,1,66,-3v2,0,4,3,4,5v-25,21,-89,0,-127,8v-10,0,-16,-5,-16,-11v18,-30,75,24,76,-23v0,-6,-6,-26,-18,-53v-18,20,-30,37,-41,28xm75,-174v-21,12,-13,52,-3,72v9,-20,14,-34,14,-54v0,-6,0,-18,-11,-18","w":150,"k":{"*":38,")":11,"]":11,"}":11,",":-5,".":-5,":":-5,";":-5,"\u00a1":-5,"\u00bf":-5,"\"":41,"'":41,"\/":-11,"?":23}},"M":{"d":"32,39v-18,-4,-33,-35,-41,-53v17,-11,21,42,39,42v16,0,34,-150,42,-172v-3,-6,11,-23,11,-7v1,23,10,126,20,136v16,-2,32,-103,47,-136v11,3,3,26,3,39v0,38,11,133,60,105v2,0,5,3,5,5v0,2,-14,8,-26,8v-41,-1,-42,-66,-49,-97v-4,0,-20,89,-43,89v-14,0,-24,-112,-24,-117v-12,47,-21,158,-44,158","w":212,"k":{"?":19,"*":23}},"N":{"d":"146,-58v-1,-72,-10,-117,-19,-136v0,-3,2,-4,4,-4v12,0,25,66,25,133v0,46,-7,81,-25,81v-32,0,-53,-102,-61,-136v-6,43,-11,91,-16,135v-2,15,-7,53,-24,53v-15,-4,-34,-45,-23,-50v8,5,11,41,24,41v10,0,16,-51,17,-63v3,-47,12,-93,18,-159v0,-2,4,-4,4,-4v9,4,5,20,8,30v3,25,9,57,18,83v8,22,18,60,30,60v14,0,20,-30,20,-64","w":170},"O":{"d":"76,-205v13,1,4,29,23,29v24,0,37,-25,48,-14v0,2,-35,31,-54,22v16,41,28,79,28,116v0,41,-14,73,-41,73v-24,0,-58,-37,-58,-119v0,-26,8,-76,20,-58v0,20,-10,24,-10,58v0,62,23,109,48,109v18,0,30,-25,30,-67v0,-41,-26,-101,-42,-142v0,-6,6,-7,8,-7","w":142,"k":{"X":-7,",":5,".":5,":":5,";":5,"\u00a1":5,"\u00bf":5,"\"":-7,"'":-7,"H":-36,"B":-17,"Y":-18,"\u00dd":-18,"W":-22}},"P":{"d":"52,-181v43,-8,82,13,79,47v-2,18,-12,59,-29,66v-4,-1,-6,-2,-6,-4v22,-40,53,-89,-34,-87r-65,7v-9,0,-12,-5,-12,-9v1,-15,55,-18,67,-20xm61,-130v16,34,27,111,39,150v0,2,-2,3,-4,3v-13,-27,-32,-106,-39,-148v0,-1,2,-5,4,-5","w":134,"k":{"\u00f7":-12,"\u00d7":-12,"\u00bf":9,"\u00bb":-12,"\u00b7":-12,"\u00b1":-12,"\u00ad":-12,"\u00ac":-12,"\u00ab":-12,"\u00a1":9,"~":-12,">":-12,"=":-12,"<":-12,";":9,":":9,"\/":-5,".":9,"-":-12,",":9,"+":-12,"'":-23,"#":-12,"\"":-23}},"Q":{"d":"135,-13v1,-1,-16,-14,-19,-26v7,-8,12,1,23,13v14,-60,-11,-161,-60,-169v-6,-1,-8,-12,1,-10v59,11,83,115,67,187v14,19,40,37,50,44v0,3,-1,5,-3,5v-29,-13,-43,-29,-51,-37v-10,22,-27,29,-37,29v-55,0,-69,-125,-55,-186v1,-3,9,-5,10,0v-20,67,18,242,74,150","w":197,"k":{"\u00f7":15,"\u00d7":15,"\u00bb":15,"\u00b7":15,"\u00b1":15,"\u00ad":15,"\u00ac":15,"\u00ab":15,"~":15,"}":13,"]":13,">":15,"=":15,"<":15,"-":15,"+":15,")":13,"#":15,"u":16,"*":26}},"R":{"d":"74,-97v2,36,15,62,22,94v1,5,-8,9,-9,3v-12,-44,-26,-109,-32,-149v-16,-20,-50,6,-76,3v-15,3,-18,-15,-5,-18v42,-12,77,-19,99,-19v26,0,71,9,71,33v0,12,-31,26,-41,33v0,0,33,-1,56,63v31,90,40,86,40,175v0,9,-1,14,-5,14v-7,0,-7,-61,-19,-100v-22,-70,-24,-138,-71,-142v-7,0,-23,0,-30,10xm66,-150v0,12,1,21,6,43v10,-9,60,-34,60,-43v0,-7,-67,-30,-66,0","w":192,"k":{")":7,"]":7,"}":7,"#":15,"+":15,"-":15,"<":15,"=":15,">":15,"~":15,"\u00ab":15,"\u00ac":15,"\u00ad":15,"\u00b1":15,"\u00b7":15,"\u00bb":15,"\u00d7":15,"\u00f7":15}},"S":{"d":"26,-122v0,79,64,128,79,194v1,7,-10,33,-12,12r1,-14v-22,-73,-80,-113,-79,-202v0,-14,15,-70,36,-53v0,4,-2,5,-5,6v-18,7,-20,40,-20,57","w":113,"k":{"\u00f8":14,"z":24,"u":17,")":11,"]":11,"}":11,"#":35,"+":35,"-":35,"<":35,"=":35,">":35,"~":35,"\u00ab":35,"\u00ac":35,"\u00ad":35,"\u00b1":35,"\u00b7":35,"\u00bb":35,"\u00d7":35,"\u00f7":35}},"T":{"d":"57,-132v0,43,17,131,19,152v-1,2,-10,0,-9,-1v-16,-84,-10,-110,-21,-154v-9,-2,-54,6,-50,-17v23,-21,125,4,140,14v-19,7,-67,-12,-79,6","w":104,"k":{"x":8,"t":-22,"s":4,"o":4,"m":7,"l":-18,"f":5,"*":-41,")":-22,"]":-22,"}":-22,"\"":-31,"'":-31,"#":-18,"+":-18,"-":-18,"<":-18,"=":-18,">":-18,"~":-18,"\u00ab":-18,"\u00ac":-18,"\u00ad":-18,"\u00b1":-18,"\u00b7":-18,"\u00bb":-18,"\u00d7":-18,"\u00f7":-18,"\/":-13,"C":-16,"O":-16,"Q":-16,"\u00c7":-16,"\u00d2":-16,"\u00d3":-16,"\u00d4":-16,"\u00d5":-16,"\u00d6":-16,"\u00d8":-16,"?":-28,"W":-56,"a":4,"c":4,"d":4,"e":4,"g":4,"q":4,"z":4,"\u00e0":4,"\u00e1":4,"\u00e2":4,"\u00e3":4,"\u00e4":4,"\u00e5":4,"\u00e6":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f0":4,"\u00f2":4,"\u00f3":4,"\u00f4":4,"\u00f5":4,"\u00f6":4,"\u00f8":4,"(":-20,"[":-20,"{":-20,"\u00b2":-36,"\u00b3":-36,"\u00b9":-36,"b":-18,"h":-18,"k":-18,"\u00fe":-18}},"U":{"d":"125,-161v4,50,-2,121,12,161v0,5,-2,6,-5,6v-3,0,-13,-19,-13,-66v0,-28,-2,-56,-2,-60v-6,23,-36,111,-50,137v-2,4,-8,4,-9,4v-8,0,-11,-18,-12,-26v-9,-49,-10,-132,-16,-181v-1,-15,14,-17,13,-2v-4,34,7,142,13,184v0,3,2,8,5,8v10,-15,48,-119,52,-144v2,-10,3,-27,12,-21","w":157},"V":{"d":"5,-93v-8,-22,29,-79,37,-75v28,0,27,164,44,165v16,-27,38,-140,51,-187v0,-6,11,-9,11,-1r-26,100v-6,22,-21,102,-36,102v-14,0,-20,-34,-23,-56v-6,-33,-6,-72,-21,-104v-10,2,-27,53,-37,56","w":149,"k":{"\u00f8":15,"\u00f6":15,"\u00f5":15,"\u00f4":15,"\u00f3":15,"\u00f2":15,"\u00f0":15,"\u00eb":15,"\u00ea":15,"\u00e9":15,"\u00e8":15,"\u00e7":15,"\u00e5":15,"\u00e3":15,"\u00e2":15,"\u00e0":15,"\u00bf":18,"\u00a1":18,"}":-13,"s":15,"q":15,"o":15,"e":15,"d":15,"c":15,"a":15,"]":-13,";":18,":":18,".":18,",":18,")":-13,"\u00fd":11,"\u00e6":15,"\u00e4":11,"\u00e1":12,"z":11,"g":8,"f":8}},"W":{"d":"42,-7v11,6,18,-52,38,-52v15,0,29,68,49,68v23,-41,-24,-190,43,-188v35,1,44,23,36,33v-4,0,-2,-22,-31,-22v-51,0,-32,84,-32,133v0,26,0,55,-15,55v-25,0,-46,-66,-53,-66v-6,0,-20,51,-34,51v-32,-11,-18,-142,-31,-148v-16,2,-58,34,-62,0v39,-7,47,-11,69,-20v3,0,4,3,5,7v1,23,8,84,10,119v0,8,2,30,8,30","w":170,"k":{"\u00f7":-11,"\u00d7":-11,"\u00bb":-11,"\u00b7":-11,"\u00b1":-11,"\u00ad":-11,"\u00ac":-11,"\u00ab":-11,"~":-11,"}":-36,"]":-36,">":-11,"=":-11,"<":-11,"\/":-16,"-":-11,"+":-11,")":-36,"'":-49,"#":-11,"\"":-49,"*":-41}},"X":{"d":"23,-164v12,-1,32,43,49,86v16,-29,35,-60,30,-96v0,-4,6,-6,7,-6v4,0,7,16,7,19v-7,49,-26,71,-39,96v4,23,40,65,63,71v0,1,-1,3,-3,4v-34,0,-57,-37,-68,-64v-19,29,-37,57,-58,66v-3,0,-3,-1,-3,-4v17,-25,42,-43,57,-73v-17,-61,-59,-96,-42,-99","w":148,"k":{"\u00cf":16,"\u00ce":16,"\u00cd":16,"\u00cc":16,"W":-16,"I":16,"H":-14,"\u00f8":9,"\u00f3":9,"\u00ea":9,"o":11}},"Y":{"d":"-51,-127v15,-24,33,-47,64,-47v40,0,41,136,66,136v13,0,21,-65,25,-116v1,-12,3,-13,9,-13v30,9,54,288,9,293v-10,3,-28,-17,-13,-24v6,0,4,9,10,9v41,-16,3,-270,-5,-258v-2,38,-7,113,-34,120v-39,0,-35,-133,-72,-133v-11,-4,-38,26,-56,38v-1,0,-3,-1,-3,-5","w":173,"k":{"o":9,"Q":42,")":15,"]":15,"}":15,"#":15,"+":15,"-":15,"<":15,"=":15,">":15,"~":15,"\u00ab":15,"\u00ac":15,"\u00ad":15,"\u00b1":15,"\u00b7":15,"\u00bb":15,"\u00d7":15,"\u00f7":15,"?":26}},"Z":{"d":"154,-2v-26,16,-62,5,-96,-7v-8,10,-26,25,-41,25v-7,0,-14,-2,-14,-12v0,-30,31,-30,53,-26v29,-37,63,-110,63,-125v-6,-11,-27,1,-39,1v-18,0,-44,-7,-60,-17v-3,-2,-3,-12,2,-12v22,10,60,13,91,13v8,0,17,3,17,14v0,21,-37,92,-65,129v29,10,58,25,84,12v2,0,5,3,5,5xm48,-12v-16,-5,-42,8,-29,18v8,0,25,-12,29,-18","w":149,"k":{"\/":-14}},"[":{"d":"36,-145r16,166v9,10,46,-3,57,4v-3,8,-68,23,-67,-2v-2,-7,-18,-131,-18,-174v0,-17,84,-16,82,3v-16,7,-56,-15,-70,3","w":111,"k":{"Q":11,"P":-15,")":-16,"]":-16,"}":-16,"#":5,"+":5,"-":5,"<":5,"=":5,">":5,"~":5,"\u00ab":5,"\u00ac":5,"\u00ad":5,"\u00b1":5,"\u00b7":5,"\u00bb":5,"\u00d7":5,"\u00f7":5,"\/":-11,"H":-45,"B":-22,"Y":-41,"\u00dd":-41,"W":-41,"J":29,"A":-13,"\u00c0":-13,"\u00c1":-13,"\u00c2":-13,"\u00c3":-13,"\u00c4":-13,"\u00c5":-13,"\u00c6":-13,"V":5,"I":9,"\u00cc":9,"\u00cd":9,"\u00ce":9,"\u00cf":9,"N":14,"\u00d1":14,"0":9,"1":9,"2":9,"3":9,"4":9,"5":9,"6":9,"7":9,"8":9,"9":9,"R":-20,"K":-6}},"\\":{"d":"83,33v-18,-31,-37,-135,-56,-190v4,-6,12,2,13,8v7,33,34,123,48,177v0,4,-2,5,-5,5","w":115},"]":{"d":"84,20r-16,-168v-11,-12,-58,6,-66,-6v4,-7,77,-21,76,4v2,7,17,131,17,174v0,8,-16,12,-37,12v-23,1,-39,-3,-34,-14v7,2,57,7,60,-2","w":122,"k":{"H":-11,"Y":-35,"\u00dd":-35,"R":-30}},"^":{"d":"71,-147v9,2,50,57,42,65v-11,0,-34,-51,-42,-51v-10,0,-31,61,-40,44v3,-18,30,-58,40,-58","w":143},"_":{"d":"204,29v0,3,-3,6,-8,6r-181,0v-23,3,-29,-9,-14,-9r200,0v2,1,3,2,3,3","w":200},"`":{"d":"28,-109v7,7,18,18,28,26v-9,9,-51,-20,-28,-26","w":77},"a":{"d":"48,-61v32,1,30,71,74,54v2,0,6,5,3,6v-5,3,-13,5,-19,5v-30,0,-31,-30,-38,-30v-5,27,-51,45,-52,5v0,-18,11,-40,32,-40xm48,-51v-19,-4,-32,36,-14,43v14,1,41,-37,14,-43","k":{"\u00f6":9,"t":7,"o":4}},"b":{"d":"21,-35v-2,1,-7,8,-7,0v6,-11,2,-24,2,-40v0,-46,14,-97,37,-97v11,0,18,14,18,28v0,34,-25,76,-42,99v4,23,14,40,31,40v12,0,25,-8,26,-31v-19,-7,-29,-31,-10,-36v12,0,18,13,19,28v9,8,33,-10,33,-1v-2,9,-20,12,-33,11v-6,58,-67,46,-74,-1xm27,-61v15,-23,34,-49,34,-83v0,-9,-4,-14,-9,-14v-17,-1,-29,58,-25,97xm85,-47v0,-4,-6,-21,-11,-13v0,3,5,10,11,13","w":115,"k":{"\u00f7":-11,"\u00d7":-11,"\u00bb":-11,"\u00b7":-11,"\u00b1":-11,"\u00ad":-11,"\u00ac":-11,"\u00ab":-11,"~":-11,">":-11,"=":-11,"<":-11,"-":-11,"+":-11,"#":-11,"l":-8,"c":-13,"@":-7}},"c":{"d":"26,-32v-1,33,48,35,65,25v2,0,4,2,4,4v-21,14,-76,17,-79,-30v0,-15,9,-33,29,-33v15,0,32,10,32,32v0,5,-4,21,-16,21v-13,0,-28,-27,-17,-39v17,3,-3,32,17,30v17,-10,-1,-35,-16,-35v-14,0,-19,14,-19,25","w":90,"k":{"o":-7,"@":-5}},"d":{"d":"79,-51v12,-24,26,-79,32,-110v0,-4,2,-5,4,-5v10,10,-6,50,-5,68v3,50,12,107,47,91v2,0,5,3,5,5v-41,23,-61,-42,-61,-78v-3,0,-10,28,-14,37v3,5,13,22,7,27v-8,-1,-8,-13,-13,-16v-3,4,-18,39,-43,39v-18,0,-25,-16,-25,-32v0,-32,41,-41,66,-26xm23,-27v0,13,4,24,17,24v13,0,32,-31,34,-38v-17,-19,-51,-5,-51,14","w":156,"k":{"\u00f7":-5,"\u00d7":-5,"\u00bb":-5,"\u00b7":-5,"\u00b1":-5,"\u00ad":-5,"\u00ac":-5,"\u00ab":-5,"~":-5,"W":-13,">":-5,"=":-5,"<":-5,"\/":-13,"-":-5,"+":-5,"'":13,"#":-5,"\"":13}},"e":{"d":"78,-2v0,3,-15,7,-24,7v-28,0,-36,-26,-36,-37v-6,-26,29,-49,36,-20v0,10,-5,26,-23,32v4,19,31,19,42,13v2,0,5,3,5,5xm30,-28v6,1,22,-21,9,-27v-11,0,-13,20,-9,27","w":73,"k":{"n":-4}},"f":{"d":"60,9v4,47,25,120,24,141v0,3,-3,4,-5,4v-21,-18,-15,-60,-30,-145v-20,1,-41,-20,-23,-30v7,7,5,21,22,20v-2,-21,-4,-41,-5,-59v-7,11,-27,48,-31,34v-5,-5,28,-33,28,-75v0,-29,3,-69,24,-69v9,0,12,7,12,19v2,22,-15,55,-24,84v2,22,1,49,7,67v12,3,26,-14,31,-2v-7,7,-18,9,-30,11xm50,-90v9,-24,21,-51,13,-66v-6,0,-13,16,-13,58r0,8","w":85,"k":{"\u00dd":-37,"Y":-37}},"g":{"d":"72,165v29,-6,19,-105,8,-127v-10,27,-20,73,-20,101v0,17,5,26,12,26xm49,-17v-11,-8,11,-39,-4,-47v-21,0,-23,35,-23,48v-2,23,21,18,25,2v2,-4,2,-3,2,-3xm81,12v8,-13,12,-37,19,-21r-14,32v9,30,16,59,16,89v0,34,-10,64,-32,64v-15,0,-20,-16,-20,-41v0,-33,11,-78,25,-111v-8,-20,-12,-34,-15,-39v-5,6,-15,24,-29,27v-14,0,-18,-19,-18,-29v0,-16,6,-56,32,-56v16,0,18,27,12,42v9,-1,21,35,24,43","w":93,"k":{"\u00f7":-13,"\u00d7":-13,"\u00bf":-11,"\u00bb":-13,"\u00b7":-13,"\u00b1":-13,"\u00ad":-13,"\u00ac":-13,"\u00ab":-13,"\u00a1":-11,"~":-13,">":-13,"=":-13,"<":-13,";":-11,":":-11,"\/":-22,".":-11,"-":-13,",":-11,"+":-13,"#":-13}},"h":{"d":"54,-160v-14,0,-19,48,-19,86v12,-26,25,-59,25,-76v0,-6,-1,-10,-6,-10xm102,4v-27,0,-34,-40,-40,-40v-8,0,-12,43,-23,43v-7,0,-12,-17,-13,-49v-4,7,-7,8,-8,0v1,-5,11,-15,8,-28v0,-64,9,-101,28,-101v11,0,15,7,15,19v0,25,-20,70,-34,96v1,25,3,47,5,47v3,0,11,-41,21,-41v21,1,20,61,56,43v2,0,5,3,5,5v0,2,-12,6,-20,6","w":117},"i":{"d":"19,-35v-3,-9,13,-16,14,-5v-10,24,14,44,34,33v2,0,4,3,4,5v0,2,-9,6,-21,6v-25,0,-31,-22,-31,-39xm24,-81v-6,-1,-15,-16,-3,-16v4,0,10,3,10,9v0,4,-2,7,-7,7","w":66,"k":{"\/":-19,"e":7}},"j":{"d":"69,81v-5,19,-26,67,-12,86v4,0,10,-44,12,-86xm47,-128v-10,-1,-13,-19,0,-17v4,0,7,2,7,10v0,4,-2,7,-7,7xm108,-9v-10,31,-31,50,-31,91v0,49,-5,101,-18,101v-12,0,-17,-11,-17,-27v0,-29,16,-73,26,-97v-5,-60,-11,-113,-26,-113v-11,0,-22,31,-26,31v-9,-13,13,-39,26,-43v23,0,31,64,33,109v10,-18,17,-40,29,-57v2,0,5,2,4,5","w":102,"k":{"\u00f7":-5,"\u00d7":-5,"\u00bf":-7,"\u00bb":-5,"\u00b7":-5,"\u00b1":-5,"\u00ad":-5,"\u00ac":-5,"\u00ab":-5,"\u00a1":-7,"~":-5,">":-5,"=":-5,"<":-5,";":-7,":":-7,".":-7,"-":-5,",":-7,"+":-5,"#":-5,"\u00fe":-5,"\u00ba":-13,"\u00b9":-10,"\u00b3":-10,"\u00b2":-6,"\u00aa":-14,"r":-6,"q":-11,"p":-8,"2":-5}},"k":{"d":"77,-61v1,-6,-7,-11,-8,-2v0,4,5,3,8,2xm73,-82v0,1,10,3,12,15v13,-8,24,-33,9,-40v-7,0,-17,11,-21,25xm40,-17v21,-28,24,-101,57,-102v26,8,11,48,-10,62v5,27,26,63,56,50v2,0,5,4,5,5v-33,17,-63,-16,-69,-49v-31,-10,-15,42,-42,47v-15,0,-19,-65,-19,-116v0,-36,5,-76,16,-59v-6,19,-10,152,6,162","w":143},"l":{"d":"85,-2v-43,24,-70,-29,-70,-74v0,-49,17,-92,29,-92v11,0,16,12,16,26v0,34,-15,79,-32,100v4,27,28,45,53,35v2,0,4,3,4,5xm43,-156v-11,2,-24,72,-17,102v8,-8,24,-61,24,-87v0,-9,-2,-15,-7,-15","w":80,"k":{"\u00b7":-5,"m":6}},"m":{"d":"167,4v-24,0,-24,-34,-29,-34v-7,0,-18,34,-34,34v-20,0,-20,-35,-27,-35v-6,0,-19,33,-30,33v-16,0,-17,-30,-23,-36v-8,-8,-12,-15,-5,-20v13,0,21,44,27,44v10,0,21,-38,33,-38v11,0,15,42,23,42v16,0,21,-37,39,-37v13,0,10,39,28,39v13,0,15,-7,19,2v0,2,-10,6,-21,6","w":183},"n":{"d":"70,-44v22,0,23,52,52,37v2,0,4,3,4,5v0,2,-9,5,-16,5v-26,0,-27,-35,-41,-35v-21,0,-28,31,-38,31v-6,0,-29,-39,-13,-46v10,0,5,31,14,33v8,0,13,-30,38,-30"},"o":{"d":"17,-38v-2,-7,10,-20,13,-9v-2,15,-3,41,15,41v11,0,17,-17,13,-28v-16,-3,-24,-11,-24,-19v7,-19,28,-7,32,10v11,6,33,-11,33,-2v0,9,-26,11,-31,11v1,19,-5,38,-22,38v-21,0,-29,-27,-29,-42xm56,-43v-2,-5,-7,-13,-12,-10v0,3,5,9,12,10","w":87,"k":{"\u00fe":-11,"\u00f8":-7,"\u00f7":-16,"\u00f5":-7,"\u00f4":-7,"\u00f3":-7,"\u00f2":-7,"\u00f0":-7,"\u00eb":-7,"\u00ea":-7,"\u00e9":-7,"\u00e8":-7,"\u00e7":-7,"\u00e6":-7,"\u00e5":-7,"\u00e3":-7,"\u00e2":-7,"\u00e1":-7,"\u00e0":-7,"\u00d7":-16,"\u00bf":11,"\u00bb":-16,"\u00b7":-16,"\u00b1":-16,"\u00ad":-16,"\u00ac":-16,"\u00ab":-16,"\u00a1":11,"~":-16,"k":-11,"b":-11,"a":-7,">":-16,"=":-16,"<":-16,";":11,":":11,"\/":-11,".":11,"-":-16,",":11,"+":-16,"#":-16,"\u00fc":-13,"\u00f6":-7,"\u00f1":-16,"\u00ef":-8,"\u00ee":-12,"\u00ed":-12,"\u00ec":-8,"\u00e4":-11,"z":-16,"y":-13,"x":-13,"w":-12,"v":-9,"u":-11,"t":-10,"s":-5,"r":-15,"q":-10,"p":-23,"o":-8,"n":-13,"m":-12,"l":-10,"j":-14,"i":-7,"h":-10,"g":-8,"f":-5,"e":-8,"d":-11,"c":-9,"@":-11}},"p":{"d":"79,-51v38,1,39,62,80,44v1,0,4,3,4,5v0,2,-9,5,-19,5v-34,0,-38,-41,-62,-41v-37,0,-24,144,-31,198v-4,0,-9,-7,-9,-18v0,-156,-24,-168,-35,-195v2,-5,10,-5,14,0v23,44,23,82,25,82v2,0,2,-80,33,-80","w":158,"k":{"r":6,"j":10,":":15}},"q":{"d":"48,-49v-11,-1,-26,11,-26,30v0,7,2,12,8,12v15,1,47,-37,18,-42xm136,-9v-23,46,-48,123,-58,179v-7,0,-9,-14,-9,-27v-1,-44,16,-117,-2,-162v-9,20,-51,37,-55,3v-4,-32,46,-63,58,-26v26,28,10,126,9,164v10,-44,28,-102,52,-136v3,0,6,1,5,5","w":129,"k":{"\/":-7}},"r":{"d":"80,-2v-7,8,-41,5,-37,-10v-1,-7,6,-20,-2,-21v-14,1,-30,8,-30,-14v-3,-6,9,-15,13,-8v-2,6,-6,15,4,14v12,-1,27,-11,28,7v0,11,-11,31,9,30v9,-1,13,-6,15,2","w":75,"k":{"y":-7}},"s":{"d":"20,-42v-1,-10,27,-23,37,-14v0,9,-26,7,-26,14v0,12,34,6,34,27v0,16,-40,28,-46,11v0,-9,36,6,36,-11v0,-11,-35,-9,-35,-27","w":80,"k":{"T":27,"z":6,"t":9,"s":13}},"t":{"d":"30,-117v50,5,139,-7,185,-13v5,-1,10,4,5,7r-189,29v-10,45,6,108,51,87v2,0,5,3,5,5v0,2,-10,6,-22,6v-51,0,-43,-64,-49,-97v-1,-3,-12,-4,-12,-7v0,-9,13,-9,14,-14v2,-9,1,-20,7,-20v3,0,3,8,5,17","w":81,"k":{"\u00fe":-27,"\u00fb":-9,"\u00fa":-5,"\u00f9":-4,"\u00f8":-17,"\u00f6":-4,"\u00f5":-8,"\u00f4":-4,"\u00f3":-8,"\u00f2":-13,"\u00f1":-8,"\u00f0":-12,"\u00ef":-10,"\u00ee":-20,"\u00ed":-19,"\u00ec":-15,"\u00e9":-9,"\u00e7":-9,"\u00e5":-19,"\u00e3":-15,"\u00e0":-9,"\u00d8":-40,"\u00bf":-50,"\u00be":-112,"\u00bd":-126,"\u00bc":-120,"\u00ba":-146,"\u00b6":-125,"\u00b0":-140,"\u00ae":-135,"\u00aa":-148,"\u00a8":-83,"\u00a1":-50,"}":-120,"w":-9,"u":-11,"s":-8,"r":-13,"q":-11,"p":-13,"l":-27,"k":-27,"j":-7,"i":-16,"h":-27,"g":-13,"d":-10,"^":-131,"@":-67,"*":-120," ":-49,")":-120,"]":-120,",":-50,".":-50,":":-50,";":-50,"\"":-110,"'":-110,"#":-55,"+":-55,"-":-55,"<":-55,"=":-55,">":-55,"~":-55,"\u00ab":-55,"\u00ac":-55,"\u00ad":-55,"\u00b1":-55,"\u00b7":-55,"\u00bb":-55,"\u00d7":-55,"\u00f7":-55,"\/":-110,"!":-109,"|":-109,"\u00a6":-109,"Y":-71,"\u00dd":-71,"?":-138,"(":-129,"[":-129,"{":-129,"b":-27,"F":-78,"V":-49,"0":-85,"1":-85,"2":-85,"3":-85,"4":-85,"5":-85,"6":-85,"7":-85,"8":-85,"9":-85,"T":-63,"$":-125,"%":-125,"&":-125,"\\":-125,"\u00a2":-125,"\u00a3":-125,"\u00a4":-125,"\u00a5":-125,"\u00a7":-125,"\u00a9":-125}},"u":{"d":"45,-6v17,0,25,-26,35,-37v7,0,5,5,6,9v2,19,17,37,34,27v2,0,5,3,5,5v-17,11,-44,1,-46,-21v-7,13,-21,26,-36,26v-32,0,-34,-43,-22,-54v9,0,7,8,6,14v0,15,1,31,18,31","w":120,"k":{"\/":-7}},"v":{"d":"11,-55v21,-16,28,55,38,48v8,0,16,-14,16,-35v-7,-6,-13,-23,-1,-25v12,-2,6,30,27,24v13,1,25,-10,25,-2v-2,10,-27,12,-41,8v-2,13,-8,40,-25,40v-19,0,-22,-31,-28,-41v-3,-6,-11,-11,-11,-17","w":104,"k":{"z":-13,"w":-12,"u":-5,"t":-10,"r":-11,"q":-10,"@":-5}},"w":{"d":"33,0v-16,-1,-19,-40,-21,-57v0,-3,1,-5,4,-5v10,0,6,50,18,50v9,0,16,-14,28,-14v15,-1,21,20,31,16v-1,-11,-8,-43,11,-37v14,8,39,-4,43,2v-4,13,-28,8,-41,8v-18,3,11,39,-12,41v-6,0,-22,-19,-33,-19v-10,0,-18,15,-28,15","w":134,"k":{"\u00f4":-9,"\u00f3":-12,"n":-6,"f":-9,".":7}},"x":{"d":"51,-22v8,13,31,23,47,15v2,0,5,2,5,4v-15,15,-53,1,-59,-12v-16,14,-20,36,-30,26v0,-5,14,-24,25,-33v-16,-21,-26,-28,-18,-39v11,10,12,18,25,32v18,-16,30,-36,41,-29v0,6,-8,3,-36,36","w":97},"y":{"d":"44,-4v-23,0,-26,-31,-32,-45v0,-3,2,-6,5,-6v8,0,15,41,27,41v14,0,15,-31,25,-31v4,0,19,23,31,63v6,-10,10,-23,17,-32v3,0,6,1,5,5v0,3,-16,33,-17,42v8,30,14,141,-19,142v-14,0,-18,-15,-18,-34v0,-17,4,-54,25,-109v-9,-40,-20,-58,-24,-58v-2,0,-10,22,-25,22xm97,48v-17,51,-20,86,-20,99v0,8,3,18,10,18v19,-1,15,-95,10,-117","w":116,"k":{"\/":-20,"x":-4,"X":-8}},"z":{"d":"40,-8v10,17,45,-6,48,6v-11,8,-59,16,-59,-6v0,-11,24,-24,24,-32v-3,-8,-69,-6,-31,-21v13,0,42,2,42,17v0,14,-24,29,-24,36","w":82,"k":{"\u00fe":-4,"\u00f8":2,"\u00f6":2,"\u00f5":2,"\u00f4":2,"\u00f3":2,"\u00f2":2,"\u00f0":2,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00e7":2,"\u00e6":2,"\u00e5":2,"\u00e4":2,"\u00e3":2,"\u00e2":2,"\u00e1":2,"\u00e0":2,"z":2,"s":2,"q":2,"o":2,"l":-4,"k":-4,"h":-4,"g":2,"e":2,"c":2,"b":-4,"a":2,"d":-3}},"{":{"d":"56,-55v10,-29,-18,-91,31,-82v-4,13,-24,8,-20,30v-1,21,6,42,-4,58v19,17,-11,69,21,75v7,1,9,9,-1,9v-42,0,-13,-54,-28,-79v-11,1,-27,-2,-28,-7v4,-10,21,-8,29,-4","w":100,"k":{"Q":11,"P":-15,")":-16,"]":-16,"}":-16,"#":5,"+":5,"-":5,"<":5,"=":5,">":5,"~":5,"\u00ab":5,"\u00ac":5,"\u00ad":5,"\u00b1":5,"\u00b7":5,"\u00bb":5,"\u00d7":5,"\u00f7":5,"\/":-11,"H":-45,"B":-22,"Y":-41,"\u00dd":-41,"W":-41,"J":29,"A":-13,"\u00c0":-13,"\u00c1":-13,"\u00c2":-13,"\u00c3":-13,"\u00c4":-13,"\u00c5":-13,"\u00c6":-13,"V":5,"I":9,"\u00cc":9,"\u00cd":9,"\u00ce":9,"\u00cf":9,"N":14,"\u00d1":14,"0":9,"1":9,"2":9,"3":9,"4":9,"5":9,"6":9,"7":9,"8":9,"9":9,"R":-20,"K":-6}},"|":{"d":"44,-152v5,13,4,141,9,183v0,2,-1,6,-5,6v-3,0,-6,-5,-6,-11v-4,-49,-5,-124,-6,-169v0,-6,0,-9,8,-9","w":88,"k":{"o":13,"n":7,"\"":30,"'":30,"?":45}},"}":{"d":"12,33v5,-14,30,-4,26,-28v1,-21,-5,-43,5,-58v-19,-18,12,-69,-24,-74v-5,-1,-8,-10,0,-10v42,-1,20,51,31,79v6,-4,31,-5,30,5v0,6,-21,11,-30,6v-13,24,19,91,-38,80xm57,-53v1,1,16,1,7,-1v-3,0,-6,0,-7,1","w":92,"k":{"H":-11,"Y":-35,"\u00dd":-35,"R":-30}},"~":{"d":"55,-48v-10,-3,-28,19,-33,7v1,-6,20,-17,29,-17v19,0,37,17,51,17v14,0,14,-23,23,-10v-2,9,-15,19,-26,19v-14,0,-34,-16,-44,-16","w":147,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00a0":{"w":103,"k":{"\u00c6":34,"\u00c5":34,"\u00c4":34,"\u00c3":34,"\u00c2":34,"\u00c1":34,"\u00c0":34,"K":14,"A":34,"f":-4}},"\u00a1":{"d":"41,68v0,-10,-8,-69,0,-88v9,0,6,43,14,93v0,3,3,19,-2,20v-9,0,-12,-12,-12,-25xm35,-64v3,-1,10,3,10,14v0,3,-2,4,-5,4v-8,0,-18,-16,-5,-18","w":83,"k":{"o":9,"m":11,"P":30,"\"":18,"'":18,"H":9,"B":9,"Y":26,"\u00dd":26,"D":30,"\u00d0":30,"J":37,"F":26,"A":-17,"\u00c0":-17,"\u00c1":-17,"\u00c2":-17,"\u00c3":-17,"\u00c4":-17,"\u00c5":-17,"\u00c6":-17,"V":15,"I":30,"\u00cc":30,"\u00cd":30,"\u00ce":30,"\u00cf":30,"Z":-15,"0":17,"1":17,"2":17,"3":17,"4":17,"5":17,"6":17,"7":17,"8":17,"9":17,"R":30,"K":19,"E":15,"\u00c8":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"M":-11,"G":11,"T":15,"U":11,"\u00d9":11,"\u00da":11,"\u00db":11,"\u00dc":11}},"\u00a2":{"d":"50,-3v11,1,25,-10,31,-1v-5,6,-23,10,-30,8r-1,40v-6,0,-6,-13,-7,-41v-35,-7,-37,-63,-4,-71v1,-44,-6,-45,3,-54v6,0,5,25,6,53v15,-4,28,6,28,26v0,16,-10,20,-14,10v7,-9,3,-33,-14,-28xm42,-5v-1,-19,-2,-39,-3,-53v-22,8,-18,46,3,53","w":92},"\u00a3":{"d":"59,-26v-13,-1,-32,3,-42,-2v2,-11,28,-4,40,-6v-7,-16,-18,-35,-18,-55v0,-14,7,-27,23,-27v35,0,18,49,-3,63r7,19v0,2,39,-5,53,2v-2,8,-37,4,-51,5v2,9,3,20,0,29v13,6,28,14,43,14v2,0,6,0,6,4v-14,9,-37,-8,-54,-11v-8,15,-48,22,-50,3v-2,-16,31,-19,47,-13v3,-9,2,-17,-1,-25xm62,-107v-19,3,-12,27,-7,45v11,-3,31,-41,7,-45xm54,6v-10,-6,-45,3,-22,9v7,0,17,-5,22,-9","w":134},"\u00a4":{"d":"41,6v-10,-6,10,-16,11,-19v-12,-16,-13,-37,0,-51v-14,-16,-16,-14,-10,-22v8,3,12,10,18,15v18,-14,40,-10,52,5v18,-12,18,-21,25,-10v-3,9,-15,10,-19,18v7,14,4,36,-5,44v2,7,20,16,10,21v-7,-2,-11,-9,-17,-13v-12,8,-35,8,-47,0xm84,-72v-18,1,-32,16,-32,33v0,21,17,31,30,31v44,0,32,-64,2,-64","w":157},"\u00a5":{"d":"19,-80v0,14,16,19,24,25v0,3,-1,4,-3,4v-21,0,-30,-15,-30,-29v0,-17,14,-35,33,-35v20,0,40,16,44,55v12,-38,35,-60,65,-50v-4,7,-4,6,-11,6v-16,0,-42,17,-48,59v14,1,44,-5,46,5r-47,4v0,4,-1,8,-1,14v16,2,45,-6,52,4v-11,7,-28,1,-52,4v0,9,7,29,0,35v-13,-4,-6,-20,-9,-35v-15,-2,-43,7,-47,-6v10,-5,32,-1,46,-2r0,-14v-16,-3,-42,7,-48,-6v6,-6,33,-2,47,-3v-1,-40,-20,-61,-37,-61v-13,0,-24,14,-24,26","w":165},"\u00a6":{"d":"54,-73v0,4,-6,6,-9,1v0,-22,-2,-45,-4,-69v1,-5,0,-10,9,-10v4,0,3,35,4,78xm48,26v2,-25,-11,-57,4,-70v6,23,2,51,6,75v0,2,0,6,-4,6v-3,0,-5,-5,-6,-11","w":100,"k":{"o":13,"n":7,"\"":30,"'":30,"?":45}},"\u00a7":{"d":"20,-7v14,-19,16,27,59,25v11,0,19,-7,19,-15v-1,-24,-99,-51,-51,-86v-29,-14,-19,-52,17,-52v13,0,53,12,36,17v-12,-2,-59,-20,-58,11v1,29,91,49,49,85v26,15,17,51,-15,50v-22,0,-56,-16,-56,-35xm53,-77v-24,17,13,36,30,49v24,-18,-8,-33,-30,-49","w":130,"k":{"'":28,"\"":28}},"\u00a8":{"d":"58,-92v0,-10,14,-14,16,-3v0,9,-14,16,-16,3xm30,-88v-2,-8,12,-15,13,-5v2,10,-12,14,-13,5","w":98},"\u00a9":{"d":"80,-84v26,0,47,23,47,47v0,23,-15,52,-49,52v-21,0,-48,-16,-48,-48v0,-22,19,-51,50,-51xm78,7v24,-1,39,-18,40,-42v0,-24,-19,-40,-40,-40v-21,0,-39,20,-39,42v0,28,21,40,39,40xm58,-31v1,22,35,24,46,8v2,0,3,2,3,3v-8,22,-58,23,-58,-14v0,-19,14,-29,27,-29v8,0,24,3,24,23v0,8,-11,15,-14,8v4,-11,9,-21,-10,-22v-6,0,-18,8,-18,23","w":150},"\u00aa":{"d":"49,-119v23,3,8,56,39,38v2,0,5,3,5,5v0,3,-11,5,-14,5v-21,0,-21,-21,-25,-23v-4,14,-11,24,-23,24v-35,-3,-27,-58,4,-56v4,0,7,3,7,6v-19,-3,-35,36,-10,42v13,0,16,-23,12,-37v0,-3,2,-4,5,-4","w":99},"\u00ab":{"d":"64,-35v2,-7,69,-50,75,-42v0,10,-60,36,-60,43v-2,8,69,38,52,44v-16,-3,-67,-37,-67,-45xm87,15v-24,-12,-71,-47,-67,-52v-2,-8,24,-26,61,-39v2,0,3,1,3,2v0,6,-52,31,-52,37v-3,9,31,17,57,48v0,2,0,4,-2,4","w":158,"k":{"\u00c6":14,"\u00c5":14,"\u00c4":14,"\u00c3":14,"\u00c2":14,"\u00c1":14,"\u00c0":14,"R":8,"F":-14,"A":14,"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00ac":{"d":"50,-43r77,-4v26,-4,15,23,14,42v-3,0,-8,-1,-8,-8v-1,-23,7,-24,-8,-25v-45,-4,-91,15,-97,4v0,-8,8,-8,22,-9","w":175,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00ad":{"d":"135,-39v-26,3,-100,13,-99,5v0,-8,7,-8,21,-9v16,-2,50,-2,74,-2v3,0,4,0,4,6","w":167,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00ae":{"d":"85,-44v-9,-2,-4,-10,-10,-27v-5,5,-18,3,-22,8v-17,-7,-45,-14,-44,-46v0,-20,16,-45,44,-45v42,0,61,55,28,79v5,16,6,26,4,31xm79,-83v16,-19,20,-63,-27,-63v-19,0,-36,18,-36,37v0,23,16,34,31,36v-5,-15,-10,-42,-11,-49v-4,0,-11,7,-12,0v12,-18,59,-7,35,13v10,2,17,16,20,26xm55,-73v7,-1,13,-3,18,-6v-5,-15,-10,-28,-25,-23v1,9,5,20,7,29xm46,-109v10,-2,15,-13,4,-14v-11,-1,-6,6,-4,14","w":105},"\u00af":{"d":"21,-82v8,-12,46,-15,52,-3v-12,5,-43,5,-52,3","w":93},"\u00b0":{"d":"61,-117v2,-16,-14,-23,-24,-14v6,11,-16,29,12,32v8,0,12,-9,12,-18xm49,-90v-32,-2,-37,-52,-2,-55v30,1,31,53,2,55","w":98},"\u00b1":{"d":"81,-103v14,4,6,15,9,38v11,-2,65,-2,42,8v-41,3,-40,2,-41,2v1,15,-1,52,-9,28v-1,-8,-1,-18,-2,-27v-4,-1,-38,7,-39,-3v0,-8,16,-6,39,-8v1,-22,-9,-32,1,-38xm44,-12v24,-2,71,-7,95,-1v0,7,-7,7,-10,7v-29,-1,-66,8,-90,1v0,-3,2,-7,5,-7","w":176,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00b2":{"d":"47,-132v-9,-14,-24,13,-35,7v0,-14,43,-35,48,-10v0,17,-28,46,-28,63v0,4,1,5,5,5v18,1,32,-10,47,-4v0,6,-21,12,-47,12v-42,0,12,-54,10,-73","w":92,"k":{"B":-13}},"\u00b3":{"d":"69,-91v0,24,-41,46,-48,40v0,-7,36,-18,36,-37v0,-19,-35,-5,-40,-18v-3,-5,47,-33,11,-34v-14,0,-17,9,-21,-4v5,-12,55,-4,47,8v1,11,-26,26,-22,28v6,0,37,2,37,17","w":78,"k":{"B":-13}},"\u00b4":{"d":"25,-83v0,-1,20,-17,30,-24v5,0,7,5,7,6v-1,1,-31,29,-37,18","w":94},"\u00b5":{"d":"137,4v-21,0,-30,-36,-31,-36v-1,0,-9,36,-33,36v-9,0,-17,-4,-24,-14v3,31,6,55,6,132v0,7,-3,8,-7,8v-9,-18,-3,-145,-14,-161v-15,-23,12,-50,12,-15v0,24,14,40,29,40v17,0,21,-45,31,-45v12,0,15,64,43,45v2,0,5,3,5,5v0,3,-11,5,-17,5","w":170},"\u00b6":{"d":"111,-107r-12,4r10,133v1,14,-8,15,-9,2v-2,-17,-5,-67,-10,-133v-6,1,-12,1,-17,2r9,122v0,6,-1,9,-4,9v-4,0,-4,-2,-5,-16v-1,-17,-4,-22,-9,-115v-36,0,-45,-18,-45,-37v0,-28,30,-45,63,-45v22,0,38,17,20,26v-8,-28,-74,-13,-74,18v0,15,14,29,36,30v1,-28,-7,-47,2,-54v4,0,4,21,6,54v6,0,11,-1,17,-2v0,-17,-5,-37,-1,-51v15,1,7,44,11,50v4,-2,11,0,12,3","w":157},"\u00b7":{"d":"35,-42v0,-7,7,-10,11,-10v7,2,11,19,1,19v-2,0,-12,-2,-12,-9","w":88,"k":{"x":11,"l":20,"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00b8":{"d":"60,0v-16,9,4,20,4,31v1,13,-15,31,-26,21v0,-4,17,-9,17,-21v-4,-9,-17,-21,-4,-32","w":104},"\u00b9":{"d":"9,-110v3,-9,22,-36,25,-38v12,5,2,76,10,80v0,4,-3,8,-5,5v-10,0,-9,-50,-8,-65v-2,0,-14,28,-22,18","w":66,"k":{"B":-13}},"\u00ba":{"d":"40,-128v10,0,21,11,21,34v0,13,-5,26,-21,26v-29,0,-33,-45,-16,-56v10,3,0,14,0,26v0,24,27,29,28,6v0,-7,-2,-15,-4,-18v-8,4,-19,-15,-8,-18","w":77},"\u00bb":{"d":"93,-30v-1,7,-66,51,-73,43v0,-10,59,-36,59,-43v2,-8,-69,-38,-52,-44v14,0,66,35,66,44xm70,-78v25,10,70,45,66,50v2,8,-22,29,-59,40v-2,0,-2,-2,-2,-3v0,-6,50,-28,50,-36v2,-8,-30,-19,-57,-48v0,-2,0,-3,2,-3","w":156,"k":{"T":19,"R":30,"K":34,"F":-14,"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00bc":{"d":"48,-59v-15,-7,-3,-55,-5,-69v-3,0,-15,43,-26,32v5,-4,28,-78,35,-39v-5,26,7,66,-4,76xm125,-22v0,-19,-1,-68,13,-65v7,18,-16,51,1,63v7,-3,18,-6,26,-7v0,-10,-11,-27,-1,-33v12,13,10,33,12,63v0,4,-1,5,-4,5v-3,0,-5,-4,-6,-14v-1,-3,2,-11,-2,-11v-10,-1,-39,22,-39,-1xm66,22r42,-173v6,1,8,12,4,17v-3,10,-5,26,-32,137v-3,15,-6,30,-14,19","w":197},"\u00bd":{"d":"55,-54v-13,-1,-10,-52,-13,-70v-3,0,-11,29,-22,22v5,-6,21,-62,31,-28v1,25,10,55,4,76xm68,21r42,-172v5,1,7,9,5,13v-2,12,-3,11,-33,141v-3,15,-7,31,-14,18xm196,6v-1,9,-57,26,-57,3v0,-17,20,-29,20,-46v0,-13,-18,-21,-33,-15v-3,0,-5,-1,-5,-5v0,-3,5,-7,18,-7v58,0,18,47,12,72v6,14,36,-13,45,-2","w":211},"\u00be":{"d":"68,31r42,-173v6,2,7,12,4,17v-3,10,-5,26,-32,137v-3,15,-6,30,-14,19xm172,-61v10,3,6,36,8,46v5,1,15,-2,14,4v0,6,-14,4,-14,7v-2,9,2,25,-4,30v-6,0,-3,-29,-7,-29v-12,0,-39,18,-42,-4v5,-15,23,-86,38,-70v-5,16,-23,43,-27,67v6,11,18,-2,32,-3v2,-15,-9,-40,2,-48xm76,-93v-1,19,-29,37,-44,33v0,-6,32,-14,32,-33v0,-13,-28,-4,-28,-15v1,-2,37,-28,12,-34v-9,-3,-16,12,-20,0v3,-18,41,-13,40,6v0,15,-18,23,-18,26v0,1,26,-1,26,17","w":220},"\u00bf":{"d":"36,-9v11,-9,34,7,33,22v0,24,-25,44,-25,57v0,37,40,-9,45,7v-4,20,-55,28,-55,-5v0,-20,25,-40,25,-58v0,-14,-23,-13,-23,-23xm55,-64v5,3,5,21,-6,19v-4,0,-6,-3,-6,-6v0,-6,6,-13,12,-13","w":113,"k":{"o":9,"m":11,"P":30,"\"":18,"'":18,"H":9,"B":9,"Y":26,"\u00dd":26,"D":30,"\u00d0":30,"J":37,"F":26,"A":-17,"\u00c0":-17,"\u00c1":-17,"\u00c2":-17,"\u00c3":-17,"\u00c4":-17,"\u00c5":-17,"\u00c6":-17,"V":15,"I":30,"\u00cc":30,"\u00cd":30,"\u00ce":30,"\u00cf":30,"Z":-15,"0":17,"1":17,"2":17,"3":17,"4":17,"5":17,"6":17,"7":17,"8":17,"9":17,"R":30,"K":19,"E":15,"\u00c8":15,"\u00c9":15,"\u00ca":15,"\u00cb":15,"M":-11,"G":11,"T":15,"U":11,"\u00d9":11,"\u00da":11,"\u00db":11,"\u00dc":11}},"\u00c0":{"d":"138,-45v19,7,36,-4,49,-1v-3,12,-33,13,-46,11v6,19,8,31,15,41v0,3,-6,5,-9,3v-3,-2,-13,-32,-17,-46v-22,-4,-35,-15,-37,-15v-23,49,-52,74,-114,72v-4,0,-5,-2,-5,-3v0,-4,16,-7,26,-7v19,6,75,-27,84,-68v-5,-7,-4,-17,5,-19v8,-11,15,-73,19,-99v1,-5,0,-16,5,-16v6,0,7,22,7,26v0,66,12,98,18,121xm113,-127v-10,43,-25,72,14,78v-3,-9,-8,-60,-14,-78xm73,-244v12,11,27,20,38,32v-8,9,-60,-23,-38,-32","w":174,"k":{"\u00ba":11,"\u00ae":6,"\u00aa":4,"\"":10,"'":10,"#":-20,"+":-20,"-":-20,"<":-20,"=":-20,">":-20,"~":-20,"\u00ab":-20,"\u00ac":-20,"\u00ad":-20,"\u00b1":-20,"\u00b7":-20,"\u00bb":-20,"\u00d7":-20,"\u00f7":-20,"\/":-14}},"\u00c1":{"d":"153,-233v-18,16,-35,34,-41,22v10,-8,29,-28,41,-22xm138,-45v19,7,36,-4,49,-1v-3,12,-33,13,-46,11v6,19,8,31,15,41v0,3,-6,5,-9,3v-3,-2,-13,-32,-17,-46v-22,-4,-35,-15,-37,-15v-23,49,-52,74,-114,72v-4,0,-5,-2,-5,-3v0,-4,16,-7,26,-7v19,6,75,-27,84,-68v-5,-7,-4,-17,5,-19v8,-11,15,-73,19,-99v1,-5,0,-16,5,-16v6,0,7,22,7,26v0,66,12,98,18,121xm113,-127v-10,43,-25,72,14,78v-3,-9,-8,-60,-14,-78","w":174,"k":{"\u00ba":11,"\u00ae":6,"\u00aa":4,"\"":10,"'":10,"#":-20,"+":-20,"-":-20,"<":-20,"=":-20,">":-20,"~":-20,"\u00ab":-20,"\u00ac":-20,"\u00ad":-20,"\u00b1":-20,"\u00b7":-20,"\u00bb":-20,"\u00d7":-20,"\u00f7":-20,"\/":-14}},"\u00c2":{"d":"94,-210v-6,-10,19,-24,22,-24v6,1,28,18,16,23v-3,0,-13,-14,-17,-14v-4,0,-17,15,-21,15xm138,-45v19,7,36,-4,49,-1v-3,12,-33,13,-46,11v6,19,8,31,15,41v0,3,-6,5,-9,3v-3,-2,-13,-32,-17,-46v-22,-4,-35,-15,-37,-15v-23,49,-52,74,-114,72v-4,0,-5,-2,-5,-3v0,-4,16,-7,26,-7v19,6,75,-27,84,-68v-5,-7,-4,-17,5,-19v8,-11,15,-73,19,-99v1,-5,0,-16,5,-16v6,0,7,22,7,26v0,66,12,98,18,121xm113,-127v-9,44,-27,69,14,79v-1,-4,-7,-61,-14,-79","w":175,"k":{"\u00ba":11,"\u00ae":6,"\u00aa":4,"\"":10,"'":10,"#":-20,"+":-20,"-":-20,"<":-20,"=":-20,">":-20,"~":-20,"\u00ab":-20,"\u00ac":-20,"\u00ad":-20,"\u00b1":-20,"\u00b7":-20,"\u00bb":-20,"\u00d7":-20,"\u00f7":-20,"\/":-14}},"\u00c3":{"d":"121,-212v-12,0,-28,-22,-38,-4v-8,-7,5,-21,17,-19v9,1,12,13,24,13v12,1,13,-23,19,-10v-1,10,-12,20,-22,20xm138,-45v19,7,36,-4,49,-1v-3,12,-33,13,-46,11v6,19,8,31,15,41v0,3,-6,5,-9,3v-3,-2,-13,-32,-17,-46v-22,-4,-35,-15,-37,-15v-23,49,-52,74,-114,72v-4,0,-5,-2,-5,-3v0,-4,16,-7,26,-7v19,6,75,-27,84,-68v-5,-7,-4,-17,5,-19v8,-11,15,-73,19,-99v1,-5,0,-16,5,-16v6,0,7,22,7,26v0,66,12,98,18,121xm113,-127v-10,43,-25,72,14,78v-3,-9,-8,-60,-14,-78","w":174,"k":{"\u00ba":11,"\u00ae":6,"\u00aa":4,"\"":10,"'":10,"#":-20,"+":-20,"-":-20,"<":-20,"=":-20,">":-20,"~":-20,"\u00ab":-20,"\u00ac":-20,"\u00ad":-20,"\u00b1":-20,"\u00b7":-20,"\u00bb":-20,"\u00d7":-20,"\u00f7":-20,"\/":-14}},"\u00c4":{"d":"122,-210v0,-11,13,-16,15,-3v0,9,-14,16,-15,3xm93,-206v-1,-7,12,-17,13,-6v2,9,-11,15,-13,6xm138,-45v19,7,36,-4,49,-1v-3,12,-33,13,-46,11v6,19,8,31,15,41v0,3,-6,5,-9,3v-3,-2,-13,-32,-17,-46v-22,-4,-35,-15,-37,-15v-23,49,-52,74,-114,72v-4,0,-5,-2,-5,-3v0,-4,16,-7,26,-7v19,6,75,-27,84,-68v-5,-7,-4,-17,5,-19v8,-11,15,-73,19,-99v1,-5,0,-16,5,-16v6,0,7,22,7,26v0,66,12,98,18,121xm113,-127v-10,43,-25,72,14,78v-3,-9,-8,-60,-14,-78","w":174,"k":{"\u00ba":11,"\u00ae":6,"\u00aa":4,"\"":10,"'":10,"#":-20,"+":-20,"-":-20,"<":-20,"=":-20,">":-20,"~":-20,"\u00ab":-20,"\u00ac":-20,"\u00ad":-20,"\u00b1":-20,"\u00b7":-20,"\u00bb":-20,"\u00d7":-20,"\u00f7":-20,"\/":-14}},"\u00c5":{"d":"101,-221v0,-7,4,-17,15,-16v20,1,16,28,-1,31v-5,0,-14,-4,-14,-15xm114,-215v10,-2,11,-13,0,-15v-9,0,-7,16,0,15xm138,-45v19,7,36,-4,49,-1v-3,12,-33,13,-46,11v6,19,8,31,15,41v0,3,-6,5,-9,3v-3,-2,-13,-32,-17,-46v-22,-4,-35,-15,-37,-15v-23,49,-52,74,-114,72v-4,0,-5,-2,-5,-3v0,-4,16,-7,26,-7v19,6,75,-27,84,-68v-5,-7,-4,-17,5,-19v8,-11,15,-73,19,-99v1,-5,0,-16,5,-16v6,0,7,22,7,26v0,66,12,98,18,121xm113,-127v-10,43,-25,72,14,78v-3,-9,-8,-60,-14,-78","w":174,"k":{"\u00ba":11,"\u00ae":6,"\u00aa":4,"\"":10,"'":10,"#":-20,"+":-20,"-":-20,"<":-20,"=":-20,">":-20,"~":-20,"\u00ab":-20,"\u00ac":-20,"\u00ad":-20,"\u00b1":-20,"\u00b7":-20,"\u00bb":-20,"\u00d7":-20,"\u00f7":-20,"\/":-14}},"\u00c6":{"d":"196,-85v0,-6,-20,-14,-42,-20v-15,17,-36,34,-59,36v7,21,11,32,15,38v9,-33,86,-36,86,-54xm158,-165v-23,0,-28,42,-9,48v8,-12,21,-38,9,-48xm70,-135v-2,16,-11,38,-8,52v6,3,10,5,20,5v-9,-34,-11,-57,-12,-57xm204,-2v-4,4,-28,12,-42,11v-54,-5,-57,-21,-77,-78v-14,0,-22,-3,-28,-5v-12,36,-24,95,-75,83v0,-7,11,-7,16,-8v31,-6,45,-51,50,-77v-3,-3,-9,-15,1,-16v5,-4,13,-44,14,-69v0,-17,1,-30,8,-30v11,28,12,88,22,113v19,-1,40,-16,51,-32v-29,-12,-17,-63,14,-66v31,5,10,46,1,62v31,10,50,18,50,29v0,25,-87,29,-87,61v0,30,58,26,77,17v2,0,5,3,5,5","w":199,"k":{"\u00dd":-39,"Y":-39,"R":-16,"L":-13}},"\u00c7":{"d":"98,-112v0,-33,-2,-76,-27,-83v-25,0,-40,46,-40,91v0,65,27,107,60,107v23,0,54,-33,72,-95v1,-4,6,-15,10,-9v-16,60,-42,106,-69,113v-7,2,-9,9,-9,13v22,7,21,36,-4,43v-15,-7,12,-15,11,-25v2,-12,-31,-10,-12,-29v-36,-2,-69,-41,-69,-114v0,-54,21,-111,54,-111v24,0,33,58,33,93v0,36,-6,99,-30,99v-27,-7,-34,-74,-21,-91v10,6,1,70,21,75v16,-3,20,-45,20,-77","w":171},"\u00c8":{"d":"19,-211v12,-17,31,16,45,21v-8,11,-44,-18,-45,-21xm10,-75v-2,-17,34,-20,40,-35v-30,-14,-12,-64,18,-66v32,7,10,44,-4,62v31,9,56,18,56,29v0,18,-64,39,-64,64v1,29,52,21,68,14v2,0,5,3,5,5v-19,13,-86,20,-86,-19v0,-26,62,-51,62,-64v0,-6,-32,-17,-47,-21v-11,13,-41,31,-48,31xm68,-166v-23,0,-35,41,-13,49v13,-19,25,-39,13,-49","w":124,"k":{"w":-17,",":-5,".":-5,":":-5,";":-5,"\u00a1":-5,"\u00bf":-5,"\/":-13}},"\u00c9":{"d":"68,-196v11,-8,34,-36,42,-19v-2,1,-37,32,-42,19xm10,-75v-2,-17,34,-20,40,-35v-30,-14,-12,-64,18,-66v32,7,10,44,-4,62v31,9,56,18,56,29v0,18,-64,39,-64,64v1,29,52,21,68,14v2,0,5,3,5,5v-19,13,-86,20,-86,-19v0,-26,62,-51,62,-64v0,-6,-32,-17,-47,-21v-11,13,-41,31,-48,31xm68,-166v-23,0,-35,41,-13,49v13,-19,25,-39,13,-49","w":124,"k":{"w":-17,",":-5,".":-5,":":-5,";":-5,"\u00a1":-5,"\u00bf":-5,"\/":-13}},"\u00ca":{"d":"82,-194v-4,0,-13,-14,-18,-14v-8,-3,-18,19,-26,11v0,-6,17,-22,26,-22v7,0,31,18,18,25xm10,-75v-2,-17,34,-20,40,-35v-30,-14,-12,-64,18,-66v32,7,10,44,-4,62v31,9,56,18,56,29v0,18,-64,39,-64,64v1,29,52,21,68,14v2,0,5,3,5,5v-19,13,-86,20,-86,-19v0,-26,62,-51,62,-64v0,-6,-32,-17,-47,-21v-11,13,-41,31,-48,31xm68,-166v-23,0,-35,41,-13,49v13,-19,25,-39,13,-49","w":124,"k":{"w":-17,",":-5,".":-5,":":-5,";":-5,"\u00a1":-5,"\u00bf":-5,"\/":-13}},"\u00cb":{"d":"69,-202v1,-9,14,-16,15,-5v0,2,-3,12,-10,12v-2,0,-5,-3,-5,-7xm41,-198v-1,-8,13,-15,14,-5v1,10,-12,15,-14,5xm10,-75v-2,-17,34,-20,40,-35v-30,-14,-12,-64,18,-66v32,7,10,44,-4,62v31,9,56,18,56,29v0,18,-64,39,-64,64v1,29,52,21,68,14v2,0,5,3,5,5v-19,13,-86,20,-86,-19v0,-26,62,-51,62,-64v0,-6,-32,-17,-47,-21v-11,13,-41,31,-48,31xm68,-166v-23,0,-35,41,-13,49v13,-19,25,-39,13,-49","w":124,"k":{"w":-17,",":-5,".":-5,":":-5,";":-5,"\u00a1":-5,"\u00bf":-5,"\/":-13}},"\u00cc":{"d":"33,-201v-21,0,-23,40,-31,22v0,-10,14,-35,28,-35v26,0,35,37,45,64v12,35,29,223,30,236v0,7,0,14,-5,14v-7,0,-7,-12,-7,-20v0,-45,-8,-114,-17,-180v-8,-53,-22,-101,-43,-101xm9,-264v7,7,17,20,24,29v-10,6,-46,-21,-24,-29","w":135,"k":{"z":13,"x":16,"l":14,"*":41,")":14,"]":14,"}":14,",":11,".":11,":":11,";":11,"\u00a1":11,"\u00bf":11,"#":25,"+":25,"-":25,"<":25,"=":25,">":25,"~":25,"\u00ab":25,"\u00ac":25,"\u00ad":25,"\u00b1":25,"\u00b7":25,"\u00bb":25,"\u00d7":25,"\u00f7":25,"D":23,"\u00d0":23,"C":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14}},"\u00cd":{"d":"31,-201v-21,0,-21,40,-31,22v0,-10,15,-35,29,-35v26,0,36,36,45,64v12,35,27,224,30,236v0,7,-1,14,-6,14v-7,0,-7,-12,-7,-20v0,-45,-7,-114,-16,-180v-8,-53,-23,-101,-44,-101xm34,-232v-5,-11,26,-21,33,-32v3,0,9,3,9,6v0,5,-32,26,-42,26","w":135,"k":{"z":13,"x":16,"l":14,"*":41,")":14,"]":14,"}":14,",":11,".":11,":":11,";":11,"\u00a1":11,"\u00bf":11,"#":25,"+":25,"-":25,"<":25,"=":25,">":25,"~":25,"\u00ab":25,"\u00ac":25,"\u00ad":25,"\u00b1":25,"\u00b7":25,"\u00bb":25,"\u00d7":25,"\u00f7":25,"D":23,"\u00d0":23,"C":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14}},"\u00ce":{"d":"47,-221v-4,0,-13,-16,-17,-16v-12,3,-19,28,-28,17v0,-7,23,-27,29,-27v6,0,14,8,21,21v0,2,-2,5,-5,5xm33,-185v-21,0,-23,39,-31,21v0,-10,14,-35,28,-35v26,0,35,38,45,65v12,35,29,222,30,235v0,7,0,14,-5,14v-7,0,-7,-12,-7,-20v0,-45,-8,-113,-17,-179v-8,-53,-22,-101,-43,-101","w":135,"k":{"z":13,"x":16,"l":14,"*":41,")":14,"]":14,"}":14,",":11,".":11,":":11,";":11,"\u00a1":11,"\u00bf":11,"#":25,"+":25,"-":25,"<":25,"=":25,">":25,"~":25,"\u00ab":25,"\u00ac":25,"\u00ad":25,"\u00b1":25,"\u00b7":25,"\u00bb":25,"\u00d7":25,"\u00f7":25,"D":23,"\u00d0":23,"C":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14}},"\u00cf":{"d":"11,-236v-1,-8,13,-18,13,-5v2,10,-12,14,-13,5xm41,-240v0,-10,12,-15,14,-3v0,8,-13,17,-14,3xm33,-201v-21,0,-23,40,-31,22v0,-10,14,-35,28,-35v26,0,35,37,45,64v12,35,29,223,30,236v0,7,0,14,-5,14v-7,0,-7,-12,-7,-20v0,-45,-8,-114,-17,-180v-8,-53,-22,-101,-43,-101","w":135,"k":{"z":13,"x":16,"l":14,"*":41,")":14,"]":14,"}":14,",":11,".":11,":":11,";":11,"\u00a1":11,"\u00bf":11,"#":25,"+":25,"-":25,"<":25,"=":25,">":25,"~":25,"\u00ab":25,"\u00ac":25,"\u00ad":25,"\u00b1":25,"\u00b7":25,"\u00bb":25,"\u00d7":25,"\u00f7":25,"D":23,"\u00d0":23,"C":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14}},"\u00d0":{"d":"134,-30v5,0,40,11,19,13v-17,-4,-15,-4,-20,-5v-1,13,-6,42,-19,42v-21,0,-30,-50,-35,-65v-40,-27,-66,-63,-66,-112v0,-30,12,-63,47,-63v71,0,81,114,74,190xm81,-110v6,60,-5,63,45,77v3,-61,-1,-177,-65,-177v-31,0,-39,29,-39,58v0,45,32,80,56,96r-5,-54v-9,0,-24,6,-29,0v5,-7,15,-9,29,-10v-3,-23,7,-74,16,-38v-4,13,-10,21,-8,38v12,0,30,-5,33,6v-1,4,-21,3,-33,4xm91,-38v2,17,14,48,21,48v8,0,11,-21,13,-34v-11,-5,-22,-8,-34,-14","w":174,"k":{"\u00fc":4,"*":12}},"\u00d1":{"d":"117,-234v-4,21,-33,18,-45,7v-8,0,-16,10,-19,1v9,-16,30,-7,45,0v12,1,13,-18,19,-8xm146,-58v-1,-72,-10,-117,-19,-136v0,-2,2,-3,5,-3v12,0,24,67,24,132v0,46,-7,81,-25,81v-32,0,-53,-102,-61,-136v-6,43,-11,91,-16,135v-2,15,-7,53,-24,53v-11,0,-30,-34,-24,-50v10,4,11,41,25,41v10,0,16,-51,17,-63v3,-47,12,-93,18,-159v0,-2,4,-4,4,-4v15,28,11,75,26,113v9,21,18,60,30,60v14,0,20,-30,20,-64","w":170},"\u00d2":{"d":"76,-205v13,1,4,29,23,29v24,0,37,-25,48,-14v0,2,-35,31,-54,22v16,41,28,79,28,116v0,41,-14,73,-41,73v-24,0,-58,-37,-58,-119v0,-26,8,-76,20,-58v0,20,-10,24,-10,58v0,62,23,109,48,109v18,0,30,-25,30,-67v0,-41,-26,-101,-42,-142v0,-6,6,-7,8,-7xm37,-243r30,23v-13,10,-50,-13,-30,-23","w":142,"k":{"X":-7,",":5,".":5,":":5,";":5,"\u00a1":5,"\u00bf":5,"\"":-7,"'":-7,"H":-36,"B":-17,"Y":-18,"\u00dd":-18,"W":-22}},"\u00d3":{"d":"76,-205v13,1,4,29,23,29v27,0,39,-15,45,1v0,2,-21,9,-41,9v-2,0,-9,-2,-10,-2v16,41,28,79,28,116v0,41,-14,73,-41,73v-24,0,-58,-37,-58,-119v0,-26,8,-76,20,-58v0,20,-10,24,-10,58v0,62,23,109,48,109v18,0,30,-25,30,-67v0,-41,-26,-101,-42,-142v0,-6,6,-7,8,-7xm79,-228v12,-11,26,-30,34,-15v-1,1,-29,28,-34,15","w":142,"k":{"X":-7,",":5,".":5,":":5,";":5,"\u00a1":5,"\u00bf":5,"\"":-7,"'":-7,"H":-36,"B":-17,"Y":-18,"\u00dd":-18,"W":-22}},"\u00d4":{"d":"22,-223v9,-11,14,-27,23,-26v6,1,29,19,17,25v-4,0,-13,-13,-17,-13v-11,0,-15,28,-23,14xm76,-205v13,1,4,29,23,29v24,0,37,-25,48,-14v0,2,-35,31,-54,22v16,41,28,79,28,116v0,41,-14,73,-41,73v-24,0,-58,-37,-58,-119v0,-26,8,-76,20,-58v0,20,-10,24,-10,58v0,62,23,109,48,109v18,0,30,-25,30,-67v0,-41,-26,-101,-42,-142v0,-6,6,-7,8,-7","w":142,"k":{"X":-7,",":5,".":5,":":5,";":5,"\u00a1":5,"\u00bf":5,"\"":-7,"'":-7,"H":-36,"B":-17,"Y":-18,"\u00dd":-18,"W":-22}},"\u00d5":{"d":"12,-217v2,-21,23,-20,39,-11v14,1,15,-18,18,-6v-1,23,-29,14,-39,9v-12,-1,-10,17,-18,8xm77,-198v13,1,5,29,24,29v25,0,37,-25,48,-14v0,2,-34,29,-55,23v16,41,27,71,27,108v0,41,-14,73,-41,73v-24,0,-58,-37,-58,-119v0,-26,8,-76,20,-58v0,20,-10,24,-10,58v0,62,23,109,48,109v18,0,30,-25,30,-67v0,-41,-26,-95,-41,-135v0,-6,6,-7,8,-7","w":142,"k":{"X":-7,",":5,".":5,":":5,";":5,"\u00a1":5,"\u00bf":5,"\"":-7,"'":-7,"H":-36,"B":-17,"Y":-18,"\u00dd":-18,"W":-22}},"\u00d6":{"d":"82,-196v13,1,5,29,24,29v25,0,37,-25,48,-14v0,2,-34,28,-55,22v16,41,22,70,22,107v0,41,-14,73,-41,73v-24,0,-58,-37,-58,-119v0,-26,8,-76,20,-58v0,20,-10,24,-10,58v0,62,23,109,48,109v18,0,30,-25,30,-67v0,-40,-20,-95,-36,-133v0,-6,6,-7,8,-7xm45,-220v0,-10,13,-15,15,-3v1,10,-13,16,-15,3xm27,-226v4,0,6,3,6,6v0,4,-3,14,-8,14v-9,-4,-13,-20,2,-20","w":142,"k":{"X":-7,",":5,".":5,":":5,";":5,"\u00a1":5,"\u00bf":5,"\"":-7,"'":-7,"H":-36,"B":-17,"Y":-18,"\u00dd":-18,"W":-22}},"\u00d7":{"d":"26,-60v14,-12,20,8,37,22v16,-13,32,-36,37,-24v0,5,-2,3,-30,31v12,16,30,27,21,32v-12,-4,-19,-15,-28,-24v-25,23,-23,36,-33,22v0,-7,11,-15,25,-30v-15,-17,-29,-21,-29,-29","w":123,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00d8":{"d":"63,9v-71,-47,-59,-191,42,-191v2,-16,8,-19,10,-6v0,1,0,2,-1,7v26,8,38,36,29,65v21,56,-11,142,-71,128v-2,12,-7,26,-12,15xm102,-172v-88,7,-94,125,-37,170xm135,-129v5,-21,-6,-36,-24,-41r-37,172v51,7,76,-58,63,-106v0,4,-7,19,-10,8v0,-4,5,-18,5,-20v-7,-15,-24,-14,-12,-24v6,0,13,8,15,11","w":169,"k":{"X":-7,",":5,".":5,":":5,";":5,"\u00a1":5,"\u00bf":5,"\"":-7,"'":-7,"H":-36,"B":-17,"Y":-18,"\u00dd":-18,"W":-22}},"\u00d9":{"d":"123,-161v2,52,1,129,12,161v0,4,-2,6,-4,6v-3,0,-14,-19,-14,-69v0,-33,-1,-55,-1,-56v-5,6,-37,140,-59,140v-8,0,-12,-18,-13,-26v-8,-50,-9,-127,-15,-178v-2,-12,12,-24,12,-5v0,39,0,155,18,192v15,-15,48,-118,53,-144v3,-10,2,-27,11,-21xm80,-227v-1,1,21,20,29,28v-12,10,-51,-20,-29,-28","w":157},"\u00da":{"d":"76,-199v-6,-8,29,-44,29,-23v0,7,-23,21,-29,23xm124,-159v-1,57,1,123,10,161v0,4,-2,6,-4,6v-3,0,-14,-21,-14,-71v0,-30,-1,-50,-1,-55r-50,135v-2,4,-8,4,-9,4v-8,0,-12,-18,-13,-26v-8,-50,-9,-127,-15,-178v-2,-12,12,-24,12,-5v0,39,3,153,18,192v10,-15,49,-118,53,-144v2,-11,3,-29,13,-19","w":156},"\u00db":{"d":"121,-161v3,47,-1,132,12,161v0,4,-3,6,-5,6v-3,0,-13,-19,-13,-69v-1,-34,1,-59,-2,-55v-7,27,-35,107,-50,135v-2,4,-7,4,-8,4v-8,0,-12,-18,-13,-26v-8,-49,-8,-127,-15,-177v-2,-11,12,-26,12,-6v0,39,0,155,18,192v10,-15,48,-119,52,-144v2,-10,3,-27,12,-21xm102,-202v-7,1,-13,-16,-20,-16v-12,4,-17,19,-27,12v0,-5,20,-22,28,-22v3,2,28,18,19,26","w":152},"\u00dc":{"d":"93,-218v0,-11,13,-16,15,-3v0,9,-14,16,-15,3xm55,-212v-1,-9,13,-18,15,-7v2,11,-12,20,-15,7xm119,-161v0,46,1,131,12,161v0,4,-2,6,-4,6v-3,0,-14,-19,-14,-69r-1,-56r-19,57v-14,39,-17,47,-31,79v-2,4,-8,4,-9,4v-8,0,-12,-18,-13,-26v-8,-50,-9,-127,-15,-178v-2,-12,12,-24,12,-5v0,39,3,153,18,192v10,-15,49,-118,53,-144v2,-10,2,-27,11,-21","w":150},"\u00dd":{"d":"-35,-127v15,-24,32,-47,63,-47v40,0,42,136,67,136v13,0,21,-65,25,-116v1,-12,3,-13,9,-13v30,9,54,288,9,293v-10,3,-30,-16,-14,-24v6,0,5,9,11,9v41,-16,3,-270,-5,-258v-2,37,-8,114,-35,120v-39,0,-34,-133,-71,-133v-11,-4,-38,26,-56,38v-1,0,-3,-1,-3,-5xm120,-227v-19,21,-28,35,-44,43v-3,0,-9,-2,-6,-4v9,-15,39,-48,50,-39","w":189,"k":{"o":9,"Q":42,")":15,"]":15,"}":15,"#":15,"+":15,"-":15,"<":15,"=":15,">":15,"~":15,"\u00ab":15,"\u00ac":15,"\u00ad":15,"\u00b1":15,"\u00b7":15,"\u00bb":15,"\u00d7":15,"\u00f7":15,"?":26}},"\u00de":{"d":"82,-46v3,23,11,48,12,67v0,2,-1,3,-4,3v-6,0,-5,-16,-12,-46v-2,-7,-4,-14,-5,-20v-9,2,-26,6,-27,-2v0,-3,17,-6,24,-8v-5,-22,-4,-13,-16,-79v-13,0,-61,16,-67,-3v7,-9,53,-16,63,-16v-1,-17,-10,-27,2,-30v3,0,6,12,9,29v31,-2,69,16,69,47v0,24,-23,47,-48,58xm116,-98v0,-24,-20,-35,-51,-35v8,49,11,54,15,77v20,-8,36,-20,36,-42","w":138},"\u00df":{"d":"-4,-4v4,-2,34,-33,48,-33v16,0,23,8,30,21v-3,-37,-14,-117,33,-113v24,1,39,26,34,51v36,21,29,94,-15,94v-8,0,-5,-9,0,-10v39,-7,34,-58,12,-76v-2,14,-35,27,-36,5v0,-12,17,-20,31,-16v5,-21,-11,-39,-28,-39v-18,0,-24,16,-24,54v0,49,24,119,26,178v0,13,-3,30,-9,30v-22,1,2,-166,-52,-169v-19,0,-26,23,-47,28v-3,0,-3,-2,-3,-5xm117,-61v6,1,22,-14,5,-14v-8,0,-15,13,-5,14","w":183},"\u00e0":{"d":"14,-113v10,6,24,24,35,32v-11,12,-40,-23,-41,-26v0,-3,2,-6,6,-6xm48,-61v32,1,30,71,74,54v2,0,6,5,3,6v-5,3,-13,5,-19,5v-30,0,-31,-30,-38,-30v-5,27,-51,45,-52,5v0,-18,11,-40,32,-40xm48,-51v-19,-4,-32,36,-14,43v14,1,41,-37,14,-43"},"\u00e1":{"d":"45,-83v-1,-1,19,-18,29,-24v5,0,8,5,8,6v-1,1,-31,29,-37,18xm48,-61v32,1,30,71,74,54v2,0,6,5,3,6v-5,3,-13,5,-19,5v-30,0,-31,-30,-38,-30v-5,27,-51,45,-52,5v0,-18,11,-40,32,-40xm48,-51v-19,-4,-32,36,-14,43v14,1,41,-37,14,-43"},"\u00e2":{"d":"66,-78v-3,0,-16,-16,-23,-16v-8,-1,-22,23,-29,12v0,-4,25,-23,31,-23v8,1,34,21,21,27xm48,-61v32,1,30,71,74,54v2,0,6,5,3,6v-5,3,-13,5,-19,5v-30,0,-31,-30,-38,-30v-5,27,-51,45,-52,5v0,-18,11,-40,32,-40xm48,-51v-19,-4,-32,36,-14,43v14,1,41,-37,14,-43"},"\u00e3":{"d":"60,-76v-17,-5,-26,-19,-38,-4v-8,-8,6,-19,17,-18v9,1,11,12,23,12v12,0,15,-21,19,-9v-1,10,-11,19,-21,19xm48,-61v32,1,30,71,74,54v2,0,6,5,3,6v-5,3,-13,5,-19,5v-30,0,-31,-30,-38,-30v-5,27,-51,45,-52,5v0,-18,11,-40,32,-40xm48,-51v-19,-4,-32,36,-14,43v14,1,41,-37,14,-43"},"\u00e4":{"d":"29,-78v-11,1,-12,-16,-2,-15v10,-1,6,15,2,15xm48,-92v0,-4,5,-8,11,-8v8,1,13,15,1,14v-6,0,-12,-2,-12,-6xm48,-61v32,1,30,71,74,54v2,0,6,5,3,6v-5,3,-13,5,-19,5v-30,0,-31,-30,-38,-30v-5,27,-51,45,-52,5v0,-18,11,-40,32,-40xm48,-51v-19,-4,-32,36,-14,43v14,1,41,-37,14,-43"},"\u00e5":{"d":"28,-90v-1,-7,7,-16,17,-16v21,0,20,28,-1,31v-6,0,-16,-3,-16,-15xm43,-84v10,-1,11,-12,1,-14v-12,-1,-9,14,-1,14xm48,-61v32,1,30,71,74,54v2,0,6,5,3,6v-5,3,-13,5,-19,5v-30,0,-31,-30,-38,-30v-5,27,-51,45,-52,5v0,-18,11,-40,32,-40xm48,-51v-19,-4,-32,36,-14,43v14,1,41,-37,14,-43"},"\u00e6":{"d":"44,-46v-19,-3,-29,37,-10,42v14,1,34,-39,10,-42xm94,-8v11,16,37,-6,41,6v-5,5,-38,12,-49,-4v-8,0,-21,-4,-24,-20v-4,29,-46,48,-46,5v0,-30,37,-45,53,-20v1,2,2,28,13,28v-13,-22,25,-53,31,-23v0,10,-7,23,-19,28xm89,-14v10,-2,22,-21,9,-26v-9,0,-12,17,-9,26","w":130},"\u00e7":{"d":"97,-15v-5,7,-16,12,-15,21v0,8,11,11,11,21v0,11,-12,28,-24,28v-14,-10,15,-11,15,-26v0,-9,-18,-15,-10,-27v-23,9,-58,4,-58,-33v0,-16,9,-35,30,-35v40,0,45,48,10,51v-10,1,-25,-14,-13,-20v12,3,22,17,26,-1v0,-9,-7,-21,-23,-21v-32,7,-26,55,10,55v13,0,26,-11,35,-17v3,0,6,0,6,4","w":99,"k":{"\u00f5":2}},"\u00e8":{"d":"13,-114v12,11,26,19,37,31v-9,12,-44,-23,-44,-25v0,-3,3,-6,7,-6xm78,-2v0,3,-15,7,-24,7v-28,0,-36,-26,-36,-37v-6,-26,29,-49,36,-20v0,10,-5,26,-23,32v4,19,31,19,42,13v2,0,5,3,5,5xm30,-28v6,1,22,-21,9,-27v-11,0,-13,20,-9,27","w":73},"\u00e9":{"d":"37,-83v0,-1,23,-21,34,-26v4,0,5,5,3,8v-2,1,-29,29,-37,18xm78,-2v0,3,-15,7,-24,7v-28,0,-36,-26,-36,-37v-6,-26,29,-49,36,-20v0,10,-5,26,-23,32v4,19,31,19,42,13v2,0,5,3,5,5xm30,-28v6,1,22,-21,9,-27v-11,0,-13,20,-9,27","w":73},"\u00ea":{"d":"57,-83v-3,0,-12,-11,-19,-11v-7,-1,-19,23,-24,10v0,-4,19,-20,25,-20v8,1,29,14,18,21xm78,-2v0,3,-15,7,-24,7v-28,0,-36,-26,-36,-37v-6,-26,29,-49,36,-20v0,10,-5,26,-23,32v4,19,31,19,42,13v2,0,5,3,5,5xm30,-28v6,1,22,-21,9,-27v-11,0,-13,20,-9,27","w":73},"\u00eb":{"d":"45,-89v0,-11,13,-16,15,-3v0,9,-14,16,-15,3xm16,-86v-1,-7,12,-15,13,-5v2,10,-12,14,-13,5xm78,-2v0,3,-15,7,-24,7v-28,0,-36,-26,-36,-37v-6,-26,29,-49,36,-20v0,10,-5,26,-23,32v4,19,31,19,42,13v2,0,5,3,5,5xm30,-28v6,1,22,-21,9,-27v-11,0,-13,20,-9,27","w":73},"\u00ec":{"d":"19,-35v-3,-9,13,-16,14,-5v-10,24,14,44,34,33v2,0,4,3,4,5v0,2,-9,6,-21,6v-25,0,-31,-22,-31,-39xm12,-97r24,22v-7,10,-29,-10,-29,-15v0,-3,1,-7,5,-7","w":66},"\u00ed":{"d":"19,-35v-3,-9,13,-16,14,-5v-10,24,14,44,34,33v2,0,4,3,4,5v0,2,-9,6,-21,6v-25,0,-31,-22,-31,-39xm20,-76v-1,-1,22,-21,31,-26v4,0,4,3,4,7v-1,1,-29,30,-35,19","w":66},"\u00ee":{"d":"19,-35v-3,-9,13,-16,14,-5v-10,24,14,44,34,33v2,0,4,3,4,5v0,2,-9,6,-21,6v-25,0,-31,-22,-31,-39xm46,-71v-4,0,-14,-13,-18,-13v-9,0,-18,22,-24,9v0,-7,16,-19,26,-19v3,1,27,16,16,23","w":66},"\u00ef":{"d":"19,-35v-3,-9,13,-16,14,-5v-10,24,14,44,34,33v2,0,4,3,4,5v0,2,-9,6,-21,6v-25,0,-31,-22,-31,-39xm6,-84v1,-6,16,-15,17,-3v0,3,-4,9,-10,9v-3,0,-7,-2,-7,-6xm38,-85v0,-11,13,-16,15,-3v0,9,-14,16,-15,3","w":66},"\u00f0":{"d":"83,-14v-10,34,-75,14,-70,-19v6,-34,42,-33,64,-5v-2,-33,-20,-62,-34,-78v-15,6,-23,14,-27,11v0,-6,10,-12,21,-18v-16,-16,-23,-10,-18,-23v6,0,18,8,27,18v18,-8,23,-15,32,-6v0,4,-16,9,-26,14v18,22,35,55,34,94v1,3,12,20,4,23v-2,0,-6,-9,-7,-11xm76,-24v-8,-18,-49,-40,-52,-6v0,11,15,27,30,27v14,0,20,-11,22,-21","w":102,"k":{"i":5}},"\u00f1":{"d":"70,-69v-14,-1,-31,-22,-43,-4v-2,0,-4,-2,-4,-4v0,-6,12,-14,21,-14v11,0,14,12,28,12v13,1,16,-21,22,-9v-2,9,-13,19,-24,19xm70,-44v22,0,23,52,52,37v2,0,4,3,4,5v0,2,-9,5,-16,5v-26,0,-27,-35,-41,-35v-21,0,-28,31,-38,31v-6,0,-29,-39,-13,-46v10,0,5,31,14,33v8,0,13,-30,38,-30"},"\u00f2":{"d":"15,-38v-2,-7,10,-20,13,-9v-2,15,-3,39,15,40v11,0,17,-16,13,-27v-16,-3,-24,-11,-24,-19v8,-21,27,-3,34,11v14,2,30,-11,31,-3v0,9,-27,11,-32,11v4,17,-5,37,-21,38v-21,0,-29,-27,-29,-42xm53,-43v-3,-6,-6,-14,-12,-10v0,3,5,9,12,10xm29,-107v3,11,31,20,28,32v-11,-2,-50,-24,-28,-32","w":84},"\u00f3":{"d":"13,-38v-2,-7,10,-20,13,-9v-2,15,-3,39,15,40v11,0,17,-16,13,-27v-16,-3,-24,-11,-24,-19v7,-19,28,-7,32,10v12,5,33,-11,35,-2v0,9,-27,11,-33,11v1,19,-5,38,-22,38v-21,0,-29,-27,-29,-42xm26,-76v13,-9,32,-37,42,-22v-2,1,-35,33,-42,22xm52,-43v-2,-5,-7,-13,-12,-10v0,3,5,9,12,10","w":83},"\u00f4":{"d":"15,-38v-2,-7,10,-20,13,-9v-2,15,-3,39,15,40v11,0,17,-16,13,-27v-16,-3,-24,-11,-24,-19v8,-21,27,-3,34,11v15,2,32,-14,33,-3v0,8,-29,11,-34,11v4,17,-5,37,-21,38v-21,0,-29,-27,-29,-42xm53,-43v-3,-6,-6,-14,-12,-10v0,3,5,9,12,10xm59,-73v-3,0,-12,-15,-19,-15v-8,0,-16,22,-24,11v0,-4,19,-23,25,-23v8,1,30,21,18,27","w":84},"\u00f5":{"d":"49,4v-25,0,-43,-46,-19,-55v7,10,-5,44,17,44v11,0,19,-17,13,-27v-16,-3,-24,-11,-24,-19v7,-19,27,-7,32,10v12,5,34,-11,34,-2v0,14,-38,2,-32,19v0,14,-7,30,-21,30xm42,-84v-10,-3,-20,-13,-26,0v-6,-23,15,-17,27,-9v13,1,19,-25,25,-10v0,9,-14,19,-26,19xm58,-43v-3,-6,-6,-14,-12,-10v0,3,5,9,12,10","w":89,"k":{"o":-2}},"\u00f6":{"d":"56,-79v-7,-2,-9,-20,4,-18v9,3,1,19,-4,18xm18,-83v0,-8,14,-9,16,0v0,6,-5,11,-10,11v-6,0,-6,-4,-6,-11xm48,-1v23,0,7,-43,-2,-50v7,-18,17,7,29,9v14,2,30,-11,31,-3v-3,10,-31,12,-40,10v9,14,2,47,-20,42v-31,2,-38,-49,-17,-58v17,3,-1,14,0,26v0,8,6,24,19,24","w":93,"k":{"z":-13}},"\u00f7":{"d":"68,-2v-2,0,-6,-1,-5,-4v-1,-9,13,-15,16,-4v0,1,-2,8,-11,8xm108,-35r-89,7v-3,0,-4,-2,-4,-4v0,-10,42,-12,72,-12v16,0,29,1,29,1v0,6,-4,8,-8,8xm58,-58v-9,-2,-6,-17,3,-17v1,2,6,0,7,5v0,1,-3,12,-10,12","w":133,"k":{"X":13,"Q":23,"P":15,"7":-7,"Y":-20,"\u00dd":-20,"W":-25,"J":40,"F":-14,"A":14,"\u00c0":14,"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c4":14,"\u00c5":14,"\u00c6":14,"V":13,"I":20,"\u00cc":20,"\u00cd":20,"\u00ce":20,"\u00cf":20,"N":19,"\u00d1":19,"Z":19,"0":-7,"1":-7,"2":-7,"3":-7,"4":-7,"5":-7,"6":-7,"8":-7,"9":-7}},"\u00f8":{"d":"63,-33v3,19,1,39,-18,40v-2,10,-2,50,-10,41v0,-2,1,-30,1,-42v-13,-6,-21,-27,-21,-40v0,-13,9,-19,24,-16v2,-7,1,-66,11,-51v1,24,-9,55,15,59v14,2,31,-13,31,-3v0,9,-28,12,-33,12xm47,-42v-1,11,-1,23,-2,41v17,-3,13,-33,2,-41xm39,-43v-23,-2,-15,29,-3,39","w":83},"\u00f9":{"d":"42,-103v4,10,38,22,35,34v-10,-2,-59,-26,-35,-34xm45,-6v17,0,25,-26,35,-37v7,0,5,5,6,9v2,19,17,37,34,27v2,0,5,3,5,5v-17,11,-44,1,-46,-21v-7,13,-21,26,-36,26v-32,0,-34,-43,-22,-54v9,0,7,8,6,14v0,15,1,31,18,31","w":120},"\u00fa":{"d":"80,-98v-19,17,-27,20,-42,27v-5,0,-5,-3,-5,-5v12,-11,34,-30,47,-22xm45,-6v17,0,25,-26,35,-37v7,0,5,5,6,9v2,19,17,37,34,27v2,0,5,3,5,5v-17,11,-44,1,-46,-21v-7,13,-21,26,-36,26v-32,0,-34,-43,-22,-54v9,0,7,8,6,14v0,15,1,31,18,31","w":120},"\u00fb":{"d":"72,-73v-3,0,-12,-15,-19,-15v-8,0,-17,22,-25,11v0,-4,19,-23,25,-23v8,1,31,21,19,27xm45,-6v17,0,25,-26,35,-37v7,0,5,5,6,9v2,19,17,37,34,27v2,0,5,3,5,5v-17,11,-44,1,-46,-21v-7,13,-21,26,-36,26v-32,0,-34,-43,-22,-54v9,0,7,8,6,14v0,15,1,31,18,31","w":120},"\u00fc":{"d":"30,-84v1,-8,16,-9,18,0v0,5,-6,10,-11,10v-6,0,-7,-4,-7,-10xm73,-79v-9,-3,-15,-15,4,-15v0,0,5,2,5,7v0,4,-5,8,-9,8xm45,-6v17,0,25,-26,35,-37v7,0,5,5,6,9v2,19,17,37,34,27v2,0,5,3,5,5v-17,11,-44,1,-46,-21v-7,13,-21,26,-36,26v-32,0,-34,-43,-22,-54v9,0,7,8,6,14v0,15,1,31,18,31","w":120},"\u00fd":{"d":"82,-104v-3,0,-33,39,-41,24v10,-11,29,-33,41,-24xm44,-4v-23,0,-26,-31,-32,-45v0,-3,2,-6,5,-6v8,0,15,41,27,41v14,0,15,-31,25,-31v4,0,19,23,31,63v6,-10,10,-23,17,-32v3,0,6,1,5,5v0,3,-16,33,-17,42v8,30,14,141,-19,142v-14,0,-18,-15,-18,-34v0,-17,4,-54,25,-109v-9,-40,-20,-58,-24,-58v-2,0,-10,22,-25,22xm97,48v-17,51,-20,86,-20,99v0,8,3,18,10,18v19,-1,15,-95,10,-117","w":116},"\u00fe":{"d":"43,-147v-9,-1,-13,49,-12,80v10,-33,17,-62,12,-80xm110,-2v-3,11,-48,4,-42,-7v2,-10,17,-29,-2,-31v-52,8,-17,104,-18,145v0,11,0,11,-4,11v-18,-8,-13,-116,-19,-155v0,2,-7,12,-9,3v17,-27,-4,-127,27,-128v9,0,13,8,13,21v1,47,-30,78,-21,125v1,-4,5,-33,31,-33v28,0,19,27,11,41v0,3,6,6,13,6v14,0,16,-7,20,2","w":105},"\u00ff":{"d":"53,-83v0,-11,13,-14,15,-3v0,9,-14,16,-15,3xm24,-79v-2,-8,12,-15,13,-5v2,10,-12,14,-13,5xm44,-4v-23,0,-26,-31,-32,-45v0,-3,2,-6,5,-6v8,0,15,41,27,41v14,0,15,-31,25,-31v4,0,19,23,31,63v6,-10,10,-23,17,-32v3,0,6,1,5,5v0,3,-16,33,-17,42v8,30,14,141,-19,142v-14,0,-18,-15,-18,-34v0,-17,4,-54,25,-109v-9,-40,-20,-58,-24,-58v-2,0,-10,22,-25,22xm97,48v-17,51,-20,86,-20,99v0,8,3,18,10,18v19,-1,15,-95,10,-117","w":116}}}); /*! * The following copyright notice may not be removed under any circumstances. * * Copyright: * ©2008 Schwartzco Inc. * * Trademark: * Stag is a trademark of Schwartzco Inc. * * Full name: * Stag-Light * * Manufacturer: * Commercial Type * * Designer: * Christian Schwartz * * Vendor URL: * http://commercialtype.com * * License information: * http://commercialtype.com/eula */ Cufon.registerFont({"w":203,"face":{"font-family":"stag","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"1","bbox":"-14 -275 341.189 61","underline-thickness":"7.2","underline-position":"-40.68","stemh":"15","stemv":"21","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":58},"!":{"d":"21,-52r-5,-200r23,0r-4,200r-14,0xm28,1v-9,0,-15,-6,-15,-14v0,-8,6,-15,15,-15v9,0,15,7,15,15v0,8,-6,14,-15,14","w":55},"\"":{"d":"17,-189v-2,-21,-6,-40,-5,-63r21,0v0,23,-3,42,-4,63r-12,0xm56,-189v-2,-21,-6,-40,-5,-63r22,0v1,23,-3,42,-5,63r-12,0","w":84,"k":{"A":34,"J":45,"Z":5,"b":-11,"d":23,"q":23,"g":18,"c":22,"e":22,"o":22,"v":2,"y":2,"C":11,"G":11,"O":11,"Q":11,"S":4,"a":7,"s":11,"f":4,"w":4,"4":36,"7":-4,"6":9,"0":11,"9":2,"2":5,"8":9}},"#":{"d":"19,-153r0,-18r32,0r13,-81r16,0r-12,81r46,0r12,-81r16,0r-12,81r30,0r0,18r-33,0r-6,45r30,0r0,17r-33,0r-13,91r-16,0r13,-91r-46,0r-13,91r-16,0r13,-91r-30,0r0,-17r32,0r7,-45r-30,0xm65,-153r-6,45r46,0r6,-45r-46,0","w":170,"k":{"9":-4,"8":4,"7":-5,"4":4,"2":4,"1":-4}},"$":{"d":"82,37r0,-36v-25,-1,-51,-5,-70,-13r0,-45r14,0v2,42,18,40,56,44r0,-110v-45,-12,-68,-26,-68,-67v0,-32,20,-60,68,-63r0,-22r16,0r0,22v23,1,43,4,61,11r0,44r-15,0v-3,-38,-13,-36,-46,-41r0,100v45,13,72,25,72,69v0,44,-25,68,-72,71r0,36r-16,0xm150,-68v0,-30,-20,-40,-52,-50r0,104v35,-3,52,-20,52,-54xm34,-191v0,28,14,38,48,48r0,-95v-36,3,-48,23,-48,47","w":182,"k":{"9":4,"2":4}},"%":{"d":"67,-128v-30,0,-55,-21,-55,-63v0,-42,25,-63,55,-63v30,0,55,21,55,63v0,42,-25,63,-55,63xm67,-141v21,0,36,-17,36,-50v0,-33,-15,-49,-36,-49v-22,0,-36,16,-36,49v0,33,14,50,36,50xm33,12r177,-274r18,0r-178,274r-17,0xm194,2v-30,0,-55,-21,-55,-63v0,-42,25,-63,55,-63v30,0,54,21,54,63v0,42,-24,63,-54,63xm194,-11v21,0,35,-17,35,-50v0,-33,-14,-50,-35,-50v-22,0,-36,17,-36,50v0,33,14,50,36,50","w":260},"&":{"d":"96,2v-56,0,-84,-32,-84,-72v0,-40,25,-65,57,-77v-33,-36,-16,-113,47,-107v30,-4,39,21,45,2r15,0r0,59r-15,0r-4,-30v-23,-27,-84,-18,-84,27v0,23,12,37,29,56r72,79v10,-18,19,-41,22,-67r-24,0r0,-13r66,0r0,13v-12,0,-24,-2,-26,10v-4,25,-13,48,-26,69v16,12,23,40,52,36r0,13r-36,0r-30,-32v-18,21,-42,34,-76,34xm96,-13v30,0,51,-12,66,-31r-84,-92v-56,16,-64,125,18,123","w":246,"k":{"w":9,"p":4,"W":23,"V":29,"9":4,"8":7,"7":14,"5":-4,"4":11,"T":23,"U":11,"Y":27,"g":-2,"c":4,"e":4,"o":4,"v":9,"y":9}},"(":{"d":"85,18v-30,-14,-73,-54,-73,-144v0,-89,45,-127,74,-141r10,0r0,12v-25,13,-63,44,-63,129v0,87,38,118,63,132r0,12r-11,0","w":103,"k":{"w":11,"8":4,"7":-4,"6":4,"5":-4,"4":13,"0":7,"b":-11,"d":4,"q":4,"g":-5,"c":4,"e":4,"o":4,"u":4,"v":11,"y":11,"C":5,"G":5,"O":5,"Q":5,"a":4}},")":{"d":"18,18r-10,0r0,-12v25,-14,63,-45,63,-132v0,-85,-38,-116,-63,-129r0,-12r10,0v29,14,74,52,74,141v0,90,-44,130,-74,144","w":103},"*":{"d":"58,-136v-6,-16,2,-35,4,-53v-15,10,-25,25,-45,30v-16,-24,28,-26,43,-34v-17,-8,-38,-11,-49,-24r6,-12v21,5,30,21,45,31v-2,-18,-10,-37,-4,-54r13,0v6,17,-2,36,-4,54v15,-10,24,-26,45,-31r6,12v-11,13,-32,16,-49,24v17,7,39,9,49,23r-6,11v-20,-5,-30,-20,-45,-30v2,18,10,37,4,53r-13,0","w":128,"k":{"8":4,"7":-4,"5":-4,"4":18,"2":5,"1":-4,"0":4,"A":36,"J":36,"Z":4,"b":-11,"d":7,"q":7,"g":7,"c":11,"e":11,"o":11,"C":4,"G":4,"O":4,"Q":4,"a":4,"s":7}},"+":{"d":"78,-48r0,-69r-65,0r0,-15r65,0r0,-69r17,0r0,69r64,0r0,15r-64,0r0,69r-17,0","w":172,"k":{"7":9,"1":4,"3":7,"2":9}},",":{"d":"26,6v-1,-10,-15,-9,-14,-21v0,-7,7,-13,15,-13v9,0,16,6,16,20v0,26,-13,37,-34,41r0,-11v10,-3,17,-8,17,-16","w":55,"k":{"y":40,"j":14,"T":40,"U":25,"Y":43,"b":5,"d":7,"q":7,"g":7,"c":13,"e":13,"o":13,"u":11,"v":40,"C":23,"G":23,"O":23,"Q":23,"a":4,"t":16,"V":45,"W":40,"p":11,"w":31,"4":11,"7":7,"6":11,"0":14,"9":4,"3":-4,"2":-2,"5":-4}},"-":{"d":"10,-99r0,-16r66,0r0,16r-66,0","w":86,"k":{"A":25,"J":29,"T":29,"U":7,"Y":43,"Z":7,"g":4,"u":2,"v":13,"y":13,"a":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"V":32,"W":25,"p":4,"w":11,"X":25,"x":11,"7":13,"9":4,"1":11,"3":4,"2":11}},".":{"d":"27,1v-9,0,-15,-6,-15,-14v0,-8,6,-15,15,-15v9,0,15,7,15,15v0,8,-6,14,-15,14","w":54,"k":{"y":40,"T":40,"U":25,"Y":43,"b":5,"d":7,"q":7,"g":7,"c":13,"e":13,"o":13,"u":11,"v":40,"C":23,"G":23,"O":23,"Q":23,"a":4,"j":14,"t":16,"V":45,"W":40,"p":11,"w":31,"4":11,"7":7,"6":11,"0":14,"9":4,"3":-4,"2":-2,"5":-4}},"\/":{"d":"4,18r87,-285r18,0r-87,285r-18,0","w":114,"k":{"x":13,"w":11,"p":11,"9":4,"8":11,"7":-5,"6":11,"4":22,"2":11,"0":7,"\/":27,"A":29,"J":31,"b":-11,"d":22,"q":22,"g":23,"c":25,"e":25,"o":25,"u":7,"v":14,"y":14,"z":18,"C":11,"G":11,"O":11,"Q":11,"S":5,"a":23,"s":22,"i":4,"m":11,"n":11,"r":11,"f":11,"t":7}},"0":{"d":"117,2v-55,0,-103,-43,-103,-128v0,-85,48,-128,103,-128v55,0,102,43,102,128v0,85,-47,128,-102,128xm117,-13v46,0,79,-36,79,-113v0,-77,-33,-113,-79,-113v-47,0,-80,36,-80,113v0,77,33,113,80,113","w":232,"k":{"\\":7,"?":9,"9":4,"7":4,"3":9,"2":11,"\/":4,")":7,"*":4,",":14,".":14,"\"":11,"'":11,"&":4,"]":4,"}":4,"%":4}},"1":{"d":"8,0r0,-13v17,-1,40,5,41,-12r0,-207v-14,6,-23,17,-42,19r0,-13v22,-8,34,-26,65,-26r0,227v1,16,23,12,39,12r0,13r-103,0","w":119,"k":{"\\":9,"?":7,"<":4,"9":4,"7":5,"6":4,"4":13,"*":11,"\"":16,"'":16,"&":7,"-":11,"%":7,"+":4}},"2":{"d":"171,-188v0,81,-141,91,-141,171r119,0r3,-42r16,0r0,59r-158,0v-13,-105,139,-107,139,-188v0,-32,-17,-51,-56,-51v-38,0,-54,1,-57,42r-14,0r0,-43v53,-26,149,-19,149,52","w":183,"k":{"<":4,"9":-2,"7":-5,"6":2,"5":-4,"4":7,"!":-4,"-":4}},"3":{"d":"85,-239v-37,0,-50,1,-53,36r-15,0r0,-37v50,-25,144,-21,144,50v0,34,-23,51,-49,59v34,7,54,27,54,60v0,46,-29,73,-87,73v-29,0,-51,-7,-69,-14r0,-39r14,0v3,36,16,38,54,38v45,0,66,-22,66,-59v-1,-45,-37,-54,-83,-51r0,-15v45,3,79,-9,79,-51v0,-33,-16,-50,-55,-50","w":179,"k":{"\\":4,"?":5,"9":-2,"8":-4,"2":4,",":4,".":4,"\"":4,"'":4}},"4":{"d":"101,-13v15,0,32,2,32,-12r0,-41r-125,0r0,-18r127,-168r20,0r0,171r32,0r0,15r-32,0v1,27,-9,62,32,53r0,13r-86,0r0,-13xm133,-224r-108,143r108,0r0,-143","w":195,"k":{"\\":4,"?":5,"5":-5,"3":-5,"2":-7,"\/":-4,"#":-4,"*":7,",":-4,".":-4,"\"":7,"'":7,":":-4,";":-4}},"5":{"d":"24,-51v2,37,17,38,54,38v42,0,70,-24,70,-68v0,-75,-91,-70,-116,-35r-15,0r0,-136r144,0r0,45r-15,0r-3,-28r-109,0r1,101v34,-38,135,-31,135,52v0,79,-99,102,-160,69r0,-38r14,0","w":182,"k":{"?":4,"9":9,"7":4,"2":5,"*":4,",":4,".":4,"\"":5,"'":5}},"6":{"d":"107,2v-52,0,-93,-37,-93,-123v0,-106,79,-153,166,-125r0,18v-23,1,-22,-11,-52,-11v-55,0,-95,44,-92,122v37,-51,158,-55,157,36v0,51,-36,83,-86,83xm107,-13v39,0,63,-25,63,-67v0,-81,-106,-65,-133,-22v4,62,32,89,70,89","w":205,"k":{"?":5,"9":9,"7":4,"2":4,"*":5,",":4,".":4,"\"":5,"'":5,"%":4}},"7":{"d":"45,0r0,-10r114,-225r-132,0r-3,43r-15,0r0,-60r167,0r0,19r-111,233r-20,0","w":184,"k":{"\\":-4,"@":11,"?":-2,"<":11,"9":4,"8":13,"7":-4,"6":11,"5":-2,"4":31,"2":5,"1":-4,"0":11,"\/":25,")":-4,"#":4,"!":-4,"*":-4,",":29,".":29,"\"":-4,"'":-4,"&":27,":":7,";":7,"-":11,"]":-4,"}":-4,"%":-4,"+":7}},"8":{"d":"102,2v-103,0,-119,-117,-33,-136v-24,-10,-45,-28,-45,-57v0,-37,31,-63,78,-63v86,0,102,102,30,119v89,20,75,137,-30,137xm102,-13v45,0,66,-24,66,-57v0,-33,-22,-57,-66,-57v-45,0,-67,24,-67,57v0,33,22,57,67,57xm102,-142v35,0,55,-18,55,-48v0,-29,-20,-49,-55,-49v-36,0,-56,20,-56,49v0,30,20,48,56,48","k":{"\\":9,"?":9,"9":7,"7":9,"2":4,")":4,"*":4,"\"":9,"'":9,"%":5}},"9":{"d":"98,-254v52,0,94,37,94,123v0,108,-83,156,-170,122r0,-18v25,-1,25,14,55,14v59,0,94,-44,92,-122v-37,51,-157,54,-156,-37v0,-51,36,-82,85,-82xm98,-239v-39,0,-63,24,-63,66v0,83,106,66,134,23v-5,-61,-33,-89,-71,-89","w":205,"k":{"\\":4,"?":7,"7":4,"3":7,"2":9,"\/":7,")":4,",":14,".":14,"\"":5,"'":5}},":":{"d":"28,1v-9,0,-15,-6,-15,-14v0,-8,6,-15,15,-15v9,0,15,7,15,15v0,8,-6,14,-15,14xm28,-109v-9,0,-15,-7,-15,-15v0,-8,6,-15,15,-15v9,0,15,7,15,15v0,8,-6,15,-15,15","w":56,"k":{"T":11,"U":11,"Y":32,"g":4,"v":5,"y":5,"t":2,"V":32,"W":22,"w":4,"7":5,"5":-4}},";":{"d":"28,-109v-9,0,-15,-7,-15,-15v0,-8,6,-15,15,-15v9,0,15,7,15,15v0,8,-6,15,-15,15xm26,6v-1,-10,-14,-9,-13,-21v0,-7,6,-13,14,-13v9,0,17,6,17,20v0,26,-13,37,-34,41r0,-11v10,-3,16,-8,16,-16","w":56,"k":{"T":11,"U":11,"Y":32,"g":4,"v":5,"y":5,"t":2,"V":32,"W":22,"w":4,"7":5,"5":-4}},"<":{"d":"147,-40r-135,-71r0,-15r135,-71v9,-2,5,9,6,15r-121,64r121,63v-1,6,4,18,-6,15","w":166,"k":{"5":-4}},"=":{"d":"12,-75r0,-16r151,0r0,16r-151,0xm12,-135r0,-16r151,0r0,16r-151,0","w":175,"k":{"5":-4}},">":{"d":"20,-40v-9,2,-5,-9,-6,-15r120,-63r-120,-64v1,-6,-4,-18,6,-15r135,71r0,15","w":166,"k":{"7":7,"3":7,"2":11}},"?":{"d":"145,-195v1,62,-87,75,-77,143r-14,0v-16,-68,69,-87,69,-143v0,-28,-16,-44,-47,-44v-33,0,-46,0,-48,36r-14,0r0,-38v14,-6,32,-13,63,-13v42,0,68,19,68,59xm63,1v-9,0,-15,-6,-15,-14v0,-8,6,-15,15,-15v9,0,15,7,15,15v0,8,-6,14,-15,14","w":157},"@":{"d":"85,-71v0,-65,66,-119,122,-84v6,-7,9,-14,21,-12r-23,99v-4,17,0,29,20,29v28,0,58,-23,58,-82v0,-66,-49,-102,-118,-102v-65,0,-133,44,-133,134v0,125,136,143,214,94r10,0r0,12v-87,54,-243,31,-243,-106v0,-97,80,-148,152,-148v74,0,136,41,136,116v0,67,-41,95,-80,95v-28,0,-37,-12,-37,-30v-20,35,-99,50,-99,-15xm202,-145v-50,-25,-99,19,-96,75v3,54,61,24,78,0","w":313,"k":{"X":18,"W":16,"V":18,"7":4,"3":7,"2":7,"A":14,"J":14,"T":4,"U":4,"Y":25,"Z":5,"b":-4,"S":4}},"A":{"d":"203,-13r-24,-69r-109,0r-16,45v-10,25,9,25,31,24r0,13r-80,0r0,-13v15,1,24,-3,28,-14r71,-198v6,-16,-14,-14,-29,-14r0,-13r68,0r78,224v5,12,12,17,28,15r0,13r-84,0r0,-13r38,0xm126,-235v-19,44,-33,93,-51,138r99,0","w":253,"k":{"J":-4,"T":29,"U":22,"Y":38,"*":36,"b":2,"d":13,"q":13,"g":4,"c":14,"e":14,"o":14,"\"":40,"'":40,"u":14,"v":34,"y":34,"C":23,"G":23,"O":23,"Q":23,"a":4,"&":9,"-":25,"s":4,"j":9,"t":16,"V":45,"W":38,"\\":29,"p":11,"?":27,"w":29}},"B":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13v78,3,180,-19,180,63v0,34,-24,47,-50,56v35,4,62,23,62,64v2,85,-108,68,-192,69xm59,-14v59,2,118,4,118,-56v0,-57,-58,-57,-118,-55r0,111xm59,-139v53,1,107,4,107,-50v0,-56,-54,-49,-107,-49r0,99","w":212,"k":{"x":4,"w":5,"p":4,"\\":7,"X":7,"W":11,"V":13,"?":5,")":4,"!":-4}},"C":{"d":"129,2v-68,0,-115,-44,-115,-129v0,-109,96,-148,176,-115v3,0,7,-5,7,-10r14,0r0,71r-15,0r-4,-37v-58,-45,-155,-16,-155,91v0,77,36,114,93,114v39,0,62,-15,75,-34r12,0r0,16v-19,19,-44,33,-88,33","w":228,"k":{"A":9,"b":-9,"g":4,"v":4,"y":4,"C":5,"G":5,"O":5,"Q":5,"-":4,"w":4,"!":-4}},"D":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r99,0v83,0,128,37,128,126v0,89,-44,126,-128,126r-99,0xm59,-14v96,5,153,-10,153,-112v0,-101,-56,-118,-153,-112r0,224","w":248,"k":{"A":25,"J":20,"T":7,"U":5,"Y":23,"Z":11,"*":4,"g":7,",":23,".":23,"\"":11,"'":11,"v":4,"y":4,"z":4,"S":4,"a":5,"&":5,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"]":4,"}":4,"h":4,"k":4,"l":4,"V":22,"W":18,"\\":11,"?":13,"w":4,"\/":11,"X":22,"x":4,")":5}},"E":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r186,0r0,60r-15,0r-3,-46r-117,0r0,101r67,0r3,-32r15,0r0,78r-15,0r-3,-32r-67,0r0,109r121,0r3,-51r16,0r0,65r-191,0","w":210,"k":{"J":-4,"T":4,"U":4,"Y":4,"b":-9,"d":-2,"q":-2,"c":-2,"e":-2,"o":-2,",":-2,".":-2,"u":4,"v":7,"y":7,"C":4,"G":4,"O":4,"Q":4,"a":-2,"-":4,"h":-4,"k":-4,"l":-4,"m":-4,"n":-4,"r":-4,"V":4,"W":4,"?":-2,"w":7,"!":-4,"\/":-4}},"F":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r185,0r0,61r-15,0r-3,-47r-116,0r0,107r67,0r3,-34r15,0r0,82r-15,0r-3,-34r-67,0r0,104r35,0r0,13r-86,0","k":{"x":4,"w":5,"\\":-4,"@":11,"\/":25,"A":34,"J":32,"Z":5,"*":-2,"b":-11,"d":22,"q":22,"g":25,"c":22,"e":22,"o":22,",":40,".":40,"\"":-4,"'":-4,"u":5,"v":5,"y":5,"z":11,"C":5,"G":5,"O":5,"Q":5,"S":4,"a":14,"&":20,":":18,";":18,"-":18,"s":18}},"G":{"d":"128,2v-71,0,-114,-44,-114,-129v0,-110,97,-148,177,-115v3,0,7,-3,8,-10r14,0r0,69r-16,0r-3,-35v-11,-10,-31,-21,-61,-21v-54,0,-96,35,-96,112v0,77,33,114,92,114v31,0,50,-10,64,-20r0,-67r-37,0r0,-13r84,0r0,13v-13,-1,-25,1,-25,12r0,88r-14,0v0,-8,-3,-13,-8,-13v-9,4,-31,15,-65,15","w":248,"k":{"A":14,"J":7,"T":11,"U":5,"Y":14,"Z":4,"*":11,"b":-5,"d":-4,"q":-4,"g":4,"c":-4,"e":-4,"o":-4,",":5,".":5,"\"":9,"'":9,"v":11,"y":11,"h":4,"k":4,"l":4,"t":4,"V":11,"W":11,"\\":7,"?":11,"w":9,"X":9,"x":7}},"H":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r88,0r0,13r-37,0r0,102r142,0r0,-102r-37,0r0,-13r88,0r0,13v-14,-1,-29,0,-29,13r0,201v0,13,15,13,29,12r0,13r-88,0r0,-13r37,0r0,-110r-142,0r0,110r37,0r0,13r-88,0","w":260,"k":{"b":-11,"d":4,"q":4,"g":4,"c":5,"e":5,"o":5,"u":4,"v":13,"y":13,"C":4,"G":4,"O":4,"Q":4,"a":2,"-":4,"j":4,"t":4,"p":4,"w":13}},"I":{"d":"8,0r0,-13v15,0,32,2,32,-12r0,-201v0,-14,-17,-14,-32,-13r0,-13r87,0r0,13v-15,-1,-32,-1,-32,13r0,201v0,14,17,13,32,12r0,13r-87,0","w":102,"k":{"b":-11,"d":4,"q":4,"g":4,"c":5,"e":5,"o":5,"u":4,"v":13,"y":13,"C":4,"G":4,"O":4,"Q":4,"a":2,"-":4,"j":4,"t":4,"p":4,"w":13}},"J":{"d":"58,2v-25,0,-40,-7,-52,-13r0,-18v24,-2,22,16,52,16v32,0,45,-15,45,-44r0,-169v0,-14,-16,-14,-31,-13r0,-13r83,0r0,13v-15,-1,-29,0,-30,13r0,169v0,38,-21,59,-67,59","w":163,"k":{"A":25,"J":20,"Z":4,"b":-11,"d":9,"q":9,"g":14,"c":9,"e":9,"o":9,",":22,".":22,"u":7,"v":9,"y":9,"z":7,"C":5,"G":5,"O":5,"Q":5,"S":4,"a":11,"&":4,":":13,";":13,"-":7,"s":9,"i":5,"j":5,"m":5,"n":5,"r":5,"t":4,"p":7,"w":9,"\/":14,"x":7,"@":7}},"K":{"d":"197,-226r-77,79r81,120v8,12,16,16,34,14r0,13r-50,0r0,-13r-80,-118r-46,47r0,71r36,0r0,13r-87,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r87,0r0,13r-36,0r0,133r112,-117v13,-14,-3,-17,-17,-16r0,-13r76,0r0,13v-16,-1,-24,3,-33,13","w":243,"k":{"T":4,"U":4,"Y":4,"*":4,"b":-9,"d":14,"q":14,"g":4,"c":16,"e":16,"o":16,"\"":4,"'":4,"u":14,"v":34,"y":34,"C":27,"G":27,"O":27,"Q":27,"S":4,"a":7,"&":13,"-":29,"j":7,"t":13,"V":4,"W":4,"p":9,"?":5,"w":31,"@":4}},"L":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r91,0r0,13r-40,0r0,225r116,0r4,-56r16,0r0,70r-187,0","w":204,"k":{"J":-5,"T":25,"U":11,"Y":31,"*":29,"b":-5,"d":-2,"q":-2,"c":-2,"e":-2,"o":-2,",":-4,".":-4,"\"":25,"'":25,"u":4,"v":22,"y":22,"C":4,"G":4,"O":4,"Q":4,"a":-4,"t":4,"V":36,"W":27,"\\":22,"p":4,"?":16,"w":18,"@":-4}},"M":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r67,0r81,220r79,-220r67,0r0,13v-14,-1,-29,0,-29,13r1,201v0,13,14,13,28,12r0,13r-84,0r0,-13r33,0r0,-224r-4,0r-86,237r-16,0r-86,-237r-4,0r0,224r33,0r0,13r-80,0","w":310,"k":{"b":-11,"d":4,"q":4,"g":4,"c":5,"e":5,"o":5,"u":4,"v":13,"y":13,"C":4,"G":4,"O":4,"Q":4,"a":2,"-":4,"j":4,"t":4,"p":4,"w":13}},"N":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13r56,0r138,216r0,-203r-36,0r0,-13r83,0r0,13v-14,-1,-28,1,-29,13r0,226r-19,0r-144,-225r-2,0r0,212r37,0r0,13r-84,0","w":256,"k":{"A":9,"J":11,"Z":4,"b":-11,"d":7,"q":7,"g":11,"c":7,"e":7,"o":7,",":14,".":14,"u":4,"v":11,"y":11,"z":4,"C":5,"G":5,"O":5,"Q":5,"S":4,"a":7,"&":5,":":7,";":7,"-":4,"s":5,"i":4,"j":4,"m":4,"n":4,"r":4,"t":4,"p":4,"w":11,"\/":4,"x":7}},"O":{"d":"131,2v-64,0,-117,-45,-117,-128v0,-83,53,-128,117,-128v63,0,117,45,117,128v0,83,-54,128,-117,128xm131,-13v53,0,94,-39,94,-113v0,-74,-41,-113,-94,-113v-53,0,-94,39,-94,113v0,74,41,113,94,113","w":262,"k":{"A":25,"J":20,"T":7,"U":5,"Y":23,"Z":11,"*":4,"g":7,",":23,".":23,"\"":11,"'":11,"v":4,"y":4,"z":4,"S":4,"a":5,"&":5,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"]":4,"}":4,"h":4,"k":4,"l":4,"V":22,"W":18,"\\":11,"?":13,"w":4,"\/":11,"X":22,"x":4,")":5}},"P":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13v85,1,187,-17,187,73v0,71,-62,78,-136,74r0,92r34,0r0,13r-85,0xm59,-119v61,2,114,2,114,-60v0,-61,-54,-60,-114,-58r0,118","w":206,"k":{"p":-2,"X":11,"W":7,"V":9,"@":7,"?":4,"\/":20,")":5,"!":-4,"A":29,"J":32,"U":4,"Y":11,"Z":7,"b":-5,"d":9,"q":9,"g":14,"c":9,"e":9,"o":9,",":43,".":43,"z":4,"S":4,"a":5,"&":18,":":4,";":4,"-":4,"s":7,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"]":5,"}":5,"h":4,"k":4,"l":4,"i":-2,"j":-2,"m":-2,"n":-2,"r":-2}},"Q":{"d":"242,44v-18,-30,-56,-39,-111,-42v-67,-4,-117,-45,-117,-128v0,-83,53,-128,117,-128v63,0,117,45,117,128v1,70,-39,105,-77,118v48,4,73,17,91,40r0,12r-20,0xm131,-13v53,0,94,-39,94,-113v0,-74,-41,-113,-94,-113v-53,0,-94,39,-94,113v0,74,41,113,94,113","w":262,"k":{"p":-7,"j":-25,"g":-7,"]":-7,"Z":4,"X":7,"A":2,";":-7,"\/":-13,".":13,",":-5,")":-5}},"R":{"d":"8,0r0,-13v14,1,29,1,29,-12r0,-201v0,-13,-15,-14,-29,-13r0,-13v82,2,186,-17,185,68v0,39,-25,55,-56,61v35,-1,53,58,63,99v3,11,11,12,24,11r0,13r-42,0v-13,-49,-15,-125,-80,-116r-43,0r0,103r34,0r0,13r-85,0xm59,-130v56,1,111,4,111,-53v0,-59,-54,-56,-111,-55r0,108","w":231,"k":{"T":22,"U":20,"Y":27,"*":14,"d":9,"q":9,"c":11,"e":11,"o":11,"\"":16,"'":16,"u":11,"v":20,"y":20,"C":16,"G":16,"O":16,"Q":16,"a":4,"&":7,"-":25,"j":4,"t":11,"V":31,"W":23,"\\":18,"p":7,"?":18,"w":20}},"S":{"d":"36,-190v8,72,138,35,138,120v0,49,-34,72,-83,72v-32,0,-52,-11,-59,-14v-3,0,-5,4,-6,12r-15,0r0,-71r16,0r4,36v26,31,128,35,123,-34v-6,-74,-137,-34,-137,-120v0,-40,26,-65,76,-65v35,0,49,26,55,2r15,0r0,63r-15,0r-4,-31v-25,-30,-114,-24,-108,30","w":186,"k":{"A":9,"J":4,"T":7,"Y":7,"Z":7,"*":4,"b":-5,"d":-2,"q":-2,"g":5,"c":-2,"e":-2,"o":-2,",":7,".":7,"\"":5,"'":5,"v":9,"y":9,"z":2,"B":2,"D":2,"E":2,"F":2,"H":2,"I":2,"K":2,"L":2,"M":2,"N":2,"P":2,"R":2,"V":5,"W":4,"\\":4,"?":9,"w":7,"\/":4,"X":4,"x":4}},"T":{"d":"72,0r0,-13v15,1,31,1,32,-12r0,-213r-73,0r-3,55r-16,0r0,-69r206,0r0,69r-16,0r-3,-55r-73,0r0,213v0,13,17,13,31,12r0,13r-85,0","w":229,"k":{"A":29,"J":27,"Z":5,"b":-11,"d":22,"q":22,"g":27,"c":25,"e":25,"o":25,",":40,".":40,"u":4,"v":4,"y":4,"z":9,"C":7,"G":7,"O":7,"Q":7,"S":4,"a":11,"&":27,":":11,";":11,"-":29,"s":14,"m":4,"n":4,"r":4,"w":4,"\/":18,"x":4,"@":13}},"U":{"d":"130,2v-55,0,-94,-24,-94,-87r0,-141v-1,-12,-14,-15,-28,-13r0,-13r86,0r0,13r-36,0r0,154v0,55,32,71,74,71v41,0,72,-15,72,-71r0,-154r-36,0r0,-13r81,0r0,13v-14,-1,-27,1,-27,13r0,141v0,63,-37,87,-92,87","w":257,"k":{"A":22,"J":18,"Z":5,"b":-11,"d":11,"q":11,"g":14,"c":11,"e":11,"o":11,",":25,".":25,"u":5,"v":11,"y":11,"z":7,"C":5,"G":5,"O":5,"Q":5,"S":4,"a":11,"&":11,":":11,";":11,"-":7,"s":9,"i":4,"j":4,"m":4,"n":4,"r":4,"f":4,"t":5,"p":4,"w":11,"\/":11,"x":7,"@":4}},"V":{"d":"116,0r-82,-224v-5,-10,-12,-17,-27,-15r0,-13r80,0r0,13r-36,0r79,214r71,-192v9,-23,-11,-23,-31,-22r0,-13r77,0r0,13v-14,-2,-22,4,-26,15r-84,224r-21,0","w":254,"k":{"x":20,"w":22,"p":18,"@":25,"\/":25,"A":45,"J":36,"Z":7,"b":-11,"d":36,"q":36,"g":40,"c":36,"e":36,"o":36,",":45,".":45,"u":20,"v":22,"y":22,"z":29,"C":22,"G":22,"O":22,"Q":22,"S":11,"a":34,"&":32,":":32,";":32,"-":32,"s":32,"i":13,"j":13,"m":18,"n":18,"r":18,"f":14,"t":16}},"W":{"d":"91,0r-59,-224v-4,-10,-11,-17,-24,-15r0,-13r78,0r0,13r-36,0r55,206r63,-219r16,0r64,219r48,-183v7,-23,-9,-24,-30,-23r0,-13r75,0v0,6,2,16,-7,13v-8,0,-15,6,-18,15r-59,224r-22,0r-61,-211r-61,211r-22,0","w":348,"k":{"x":16,"w":18,"p":14,"@":20,"\/":22,"A":38,"J":31,"Z":7,"b":-11,"d":25,"q":25,"g":34,"c":29,"e":29,"o":29,",":40,".":40,"u":14,"v":18,"y":18,"z":20,"C":18,"G":18,"O":18,"Q":18,"S":7,"a":27,"&":27,":":22,";":22,"-":25,"s":25,"i":11,"j":11,"m":14,"n":14,"r":14,"f":13,"t":13}},"X":{"d":"8,0r0,-13v13,1,22,-1,28,-10r69,-107r-63,-96v-9,-12,-17,-14,-34,-13r0,-13r82,0r0,13r-31,0r64,98r51,-80v9,-16,-5,-20,-21,-18r0,-13r77,0r0,13v-18,-1,-27,1,-35,13r-61,98r67,102v8,11,15,14,29,13r0,13r-80,0r0,-13r34,0r-69,-104r-56,87v-9,16,9,19,25,17r0,13r-76,0","w":238,"k":{"w":22,"p":11,"@":4,"b":-11,"d":14,"q":14,"g":4,"c":16,"e":16,"o":16,"u":13,"v":27,"y":27,"C":22,"G":22,"O":22,"Q":22,"a":4,"&":9,"-":25,"j":5,"t":11}},"Y":{"d":"75,0r0,-14v14,0,31,2,31,-12r0,-80r-72,-118v-6,-9,-13,-16,-26,-15r0,-13r76,0r0,13r-33,0r69,114r56,-92v13,-20,-4,-24,-24,-22r0,-13r73,0v0,6,2,16,-7,13v-8,0,-13,6,-18,14r-72,118r0,81v0,13,17,13,31,12r0,14r-84,0","w":232,"k":{"A":34,"J":36,"Z":7,"b":-11,"d":38,"q":38,"g":43,"c":40,"e":40,"o":40,",":40,".":40,"u":23,"v":27,"y":27,"z":27,"C":23,"G":23,"O":23,"Q":23,"S":9,"a":34,"&":31,":":32,";":32,"-":43,"s":29,"i":16,"j":16,"m":16,"n":16,"r":16,"f":16,"t":14,"p":18,"w":27,"\/":25,"x":23,"@":25}},"Z":{"d":"8,0r0,-15r159,-223r-130,0r-4,46r-15,0r0,-60r174,0r0,16r-160,222r136,0r4,-48r16,0r0,62r-180,0","w":199,"k":{"b":-14,"d":-2,"q":-2,"c":-2,"e":-2,"o":-2,"u":4,"v":11,"y":11,"C":4,"G":4,"O":4,"Q":4,"a":-4,"w":11,"\/":-4}},"[":{"d":"15,18r0,-285r62,0r0,14r-42,0r0,257r42,0r0,14r-62,0","w":85,"k":{"b":-11,"d":4,"q":4,"g":-5,"c":4,"e":4,"o":4,"u":4,"v":7,"y":7,"C":4,"G":4,"O":4,"Q":4,"w":7,"4":11,"7":-4,"6":4,"0":4}},"\\":{"d":"23,-267r87,285r-17,0r-88,-285r18,0","w":114,"k":{"w":11,"\\":27,"W":22,"V":25,"7":7,"6":4,"4":7,"3":-4,"0":7,"T":18,"U":11,"Y":25,"d":4,"q":4,"g":-14,"c":4,"e":4,"o":4,"u":7,"v":14,"y":14,"C":11,"G":11,"O":11,"Q":11,"t":11}},"]":{"d":"71,-267r0,285r-63,0r0,-14r43,0r0,-257r-43,0r0,-14r63,0","w":85},"^":{"d":"28,-194v0,0,-15,2,-12,-7r37,-51r18,0r37,51r0,7r-13,0v-11,-13,-20,-29,-33,-41","w":124},"_":{"d":"-1,58r0,-13r121,0r0,13r-121,0","w":118},"a":{"d":"133,-28v-25,44,-124,42,-124,-25v0,-55,73,-63,124,-49v3,-42,-3,-73,-45,-73v-28,0,-45,9,-56,19r-10,0r0,-18v34,-20,132,-33,132,36r0,110v-2,15,13,16,24,14v2,13,-1,15,-16,15v-19,0,-30,-8,-29,-29xm30,-53v0,58,87,46,103,10r0,-46v-40,-10,-103,-9,-103,36","w":185,"k":{"*":11,"d":2,"q":2,"g":4,"c":4,"e":4,"o":4,"\"":20,"'":20,"u":5,"v":16,"y":16,"&":4,"-":4,"j":7,"t":5,"\\":18,"p":4,"?":18,"w":14}},"b":{"d":"191,-96v0,107,-98,116,-147,73v1,15,-5,26,-21,23r0,-228v0,-12,-15,-12,-28,-11r0,-13r44,0v4,0,5,2,5,6r0,94v39,-53,147,-63,147,56xm44,-39v40,41,126,44,126,-56v0,-106,-92,-90,-126,-42r0,98","k":{"*":7,"g":7,",":11,".":11,"\"":14,"'":14,"u":2,"v":9,"y":9,"z":4,"s":2,"]":4,"}":4,"h":2,"k":2,"l":2,"i":2,"j":2,"m":2,"n":2,"r":2,"t":4,"\\":18,"p":2,"?":20,"w":7,"x":9,")":7}},"c":{"d":"151,-144v-1,-32,-19,-32,-47,-32v-43,0,-71,29,-71,82v0,52,24,82,70,82v31,0,46,-12,54,-24r11,0r0,15v-11,10,-33,22,-66,22v-59,0,-90,-36,-90,-95v0,-59,37,-96,92,-96v31,0,49,6,61,11r0,35r-14,0","w":183,"k":{"J":4,"T":5,"U":9,"Y":27,"*":4,"d":4,"q":4,"g":11,"c":7,"e":7,"o":7,",":5,".":5,"v":4,"y":4,"C":4,"G":4,"O":4,"Q":4,"a":4,"&":4,"-":7,"s":2,"h":4,"k":4,"l":4,"V":18,"W":14,"\\":13,"?":11,"w":4,"X":4,"x":4,"@":4}},"d":{"d":"160,-35v-40,55,-148,56,-148,-57v0,-107,102,-119,148,-71r0,-76r-31,0r0,-13r47,0v4,0,5,2,5,6r0,222v1,11,14,12,27,11r0,13v-17,-4,-49,11,-48,-12r0,-23xm33,-93v0,108,93,91,127,43r0,-98v-40,-41,-127,-43,-127,55","w":215,"k":{"*":4,"b":-4,"d":4,"q":4,"g":4,"c":4,"e":4,"o":4,"\"":7,"'":7,"u":4,"v":11,"y":11,"-":4,"j":4,"t":4,"\\":7,"p":4,"?":9,"w":11}},"e":{"d":"104,1v-60,0,-92,-36,-92,-94v0,-59,36,-97,87,-97v50,0,86,33,80,97r-146,0v0,53,24,81,72,81v30,0,48,-10,58,-22r12,0r0,15v-13,10,-35,20,-71,20xm33,-107r126,0v-1,-50,-25,-69,-60,-69v-37,0,-62,25,-66,69","w":190,"k":{"*":7,"g":4,",":4,".":4,"\"":13,"'":13,"v":7,"y":7,"s":-4,"\\":18,"?":14,"w":7,"x":4}},"f":{"d":"8,0r0,-13v12,1,25,1,26,-10r0,-151r-28,0r0,-14r28,0v-9,-55,32,-76,77,-62r0,15v-25,-4,-57,-12,-56,29r0,18r44,0r0,14r-44,0r0,151v1,12,18,10,31,10r0,13r-78,0","w":108,"k":{"b":-18,"d":7,"q":7,"g":13,"c":13,"e":13,"o":13,",":11,".":11,"\"":-9,"'":-9,"z":7,"a":7,"&":11,":":4,";":4,"-":11,"s":5,"h":-9,"k":-9,"l":-9,"?":-7,"!":-4,"@":4}},"g":{"d":"84,61v-91,0,-97,-67,-43,-91v-24,-7,-20,-47,1,-56v-46,-39,-8,-122,66,-102r64,0r0,14v-11,1,-30,-5,-31,7v32,36,7,98,-52,94v-15,0,-28,-3,-38,-8v-14,11,-13,38,12,37v51,-2,108,-7,108,45v0,33,-24,60,-87,60xm85,46v46,0,65,-18,65,-41v2,-43,-57,-27,-96,-30v-38,19,-45,71,31,71xm89,-87v32,0,46,-18,46,-44v0,-25,-14,-45,-46,-45v-32,0,-47,20,-47,45v0,26,15,44,47,44","w":179,"k":{"d":7,"q":7,"c":9,"e":9,"o":9,"a":4,"&":4,"-":9,"s":2,"j":-4,"\\":11,"?":13,"\/":-4}},"h":{"d":"55,-142r0,129r32,0r0,13r-79,0r0,-13v12,1,25,1,26,-10r0,-205v-1,-12,-15,-12,-28,-11r0,-13r44,0v4,0,5,2,5,6r0,91v21,-18,49,-35,80,-35v28,0,50,10,50,47r0,120v0,11,13,11,25,10r0,13r-78,0r0,-13r32,0r0,-124v-6,-66,-81,-29,-109,-5","w":217,"k":{"*":11,"d":2,"q":2,"g":4,"c":4,"e":4,"o":4,"\"":20,"'":20,"u":5,"v":16,"y":16,"&":4,"-":4,"j":7,"t":5,"\\":18,"p":4,"?":18,"w":14}},"i":{"d":"8,0r0,-13v13,0,27,1,28,-10r0,-140v-1,-12,-16,-12,-30,-11r0,-14r45,0v4,0,6,2,6,11r0,154v0,12,16,10,28,10r0,13r-77,0xm44,-215v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14v8,0,14,6,14,14v0,8,-6,14,-14,14","w":92,"k":{"*":5,"d":4,"q":4,"g":4,"c":2,"e":2,"o":2,"\"":7,"'":7,"u":4,"v":13,"y":13,"j":7,"t":5,"\\":11,"p":4,"?":7,"w":13}},"j":{"d":"57,19v5,39,-41,45,-71,36r0,-15v20,5,50,13,50,-20r0,-183v-1,-12,-16,-12,-30,-11r0,-14r45,0v4,0,6,2,6,11r0,196xm44,-215v-8,0,-14,-6,-14,-14v0,-8,6,-14,14,-14v8,0,14,6,14,14v0,8,-6,14,-14,14","w":81,"k":{"b":-5,"c":-2,"e":-2,"o":-2,",":4,".":4,"v":4,"y":4,"z":4,"j":-4,"w":4}},"k":{"d":"184,-174v-46,2,-53,45,-82,64r59,85v8,9,14,13,25,12r0,13r-32,0r-66,-95r-33,35r0,47r31,0r0,13r-78,0r0,-13v12,1,25,1,26,-10r0,-205v-1,-12,-15,-12,-28,-11r0,-13r44,0v4,0,5,2,5,6r0,167r78,-83v8,-11,-4,-13,-15,-12r0,-14r66,0r0,14","w":192,"k":{"d":11,"q":11,"g":4,"c":14,"e":14,"o":14,"\"":4,"'":4,"v":4,"y":4,"a":4,"&":9,"-":11,"s":4,"t":4,"\\":16,"?":7,"w":4}},"l":{"d":"8,0r0,-13v13,0,27,1,28,-10r0,-205v-1,-12,-16,-12,-30,-11r0,-13r46,0v4,0,5,2,5,6r0,223v0,12,16,10,28,10r0,13r-77,0","w":92,"k":{"*":4,"b":-4,"d":4,"q":4,"g":4,"c":4,"e":4,"o":4,"\"":7,"'":7,"u":4,"v":11,"y":11,"-":4,"j":4,"t":4,"\\":7,"p":4,"?":9,"w":11}},"m":{"d":"174,-142r0,129r29,0r0,13r-78,0r0,-13r28,0r0,-124v-5,-66,-70,-30,-98,-5r0,129r32,0r0,13r-79,0r0,-13v12,1,25,1,26,-10r0,-140v-1,-12,-15,-12,-28,-11r0,-14v18,4,49,-12,49,12r0,21v21,-19,44,-35,73,-35v22,0,42,8,46,36v23,-21,45,-36,73,-36v24,0,47,10,47,47r0,120v0,10,12,11,24,10r0,13r-78,0r0,-13r33,0r0,-124v-6,-66,-71,-29,-99,-5","w":325,"k":{"*":11,"d":2,"q":2,"g":4,"c":4,"e":4,"o":4,"\"":20,"'":20,"u":5,"v":16,"y":16,"&":4,"-":4,"j":7,"t":5,"\\":18,"p":4,"?":18,"w":14}},"n":{"d":"8,0r0,-13v12,1,25,1,26,-10r0,-140v-1,-12,-15,-12,-28,-11r0,-14v18,4,49,-12,49,12r0,21v21,-18,49,-35,80,-35v28,0,50,10,50,47r0,120v0,11,13,11,25,10r0,13r-78,0r0,-13r32,0r0,-124v-6,-66,-81,-29,-109,-5r0,129r32,0r0,13r-79,0","w":217,"k":{"*":11,"d":2,"q":2,"g":4,"c":4,"e":4,"o":4,"\"":20,"'":20,"u":5,"v":16,"y":16,"&":4,"-":4,"j":7,"t":5,"\\":18,"p":4,"?":18,"w":14}},"o":{"d":"103,1v-53,0,-91,-36,-91,-95v0,-59,38,-96,91,-96v53,0,92,37,92,96v0,59,-39,95,-92,95xm103,-12v42,0,71,-31,71,-82v0,-52,-29,-81,-71,-81v-42,0,-70,29,-70,81v0,51,28,82,70,82","w":206,"k":{"*":11,"b":2,"g":7,",":13,".":13,"\"":22,"'":22,"u":2,"v":13,"y":13,"z":4,"s":4,"]":4,"}":4,"h":4,"k":4,"l":4,"j":2,"m":2,"n":2,"r":2,"f":2,"t":5,"\\":25,"p":4,"?":22,"w":13,"\/":4,"x":14,")":4}},"p":{"d":"8,58r0,-12v12,1,25,1,26,-10r0,-199v-1,-12,-15,-12,-28,-11r0,-14v19,4,50,-12,49,14r0,22v39,-55,146,-60,146,56v0,106,-99,115,-146,71r0,71r33,0r0,12r-80,0xm55,-40v40,41,126,44,125,-55v0,-106,-90,-90,-125,-42r0,97","w":212,"k":{"*":7,"g":7,",":11,".":11,"\"":14,"'":14,"u":2,"v":9,"y":9,"z":4,"s":2,"]":4,"}":4,"h":2,"k":2,"l":2,"i":2,"j":2,"m":2,"n":2,"r":2,"t":4,"\\":18,"p":2,"?":20,"w":7,"x":9,")":7}},"q":{"d":"126,58r0,-12r33,0r0,-81v-39,52,-147,56,-147,-57v0,-106,98,-118,147,-73v0,-16,4,-26,21,-23r0,224v0,12,15,10,27,10r0,12r-81,0xm33,-93v0,105,91,90,126,44r0,-101v-42,-39,-126,-39,-126,57","w":205,"k":{"p":-11,"\\":7,"?":7,"\/":-4,")":-5,"!":-4,"b":-4,"g":-4,",":-11,".":-11,":":-11,";":-11,"]":-5,"}":-5,"j":-29,"m":-2,"n":-2,"r":-2,"f":-4,"t":4}},"r":{"d":"8,0r0,-13v12,1,25,1,26,-10r0,-140v-1,-12,-15,-12,-28,-11r0,-14v18,4,50,-12,49,13r0,24v16,-21,38,-42,71,-37r0,17v-35,-1,-50,10,-71,33r0,125r34,0r0,13r-81,0","w":135,"k":{"d":13,"q":13,"g":18,"c":13,"e":13,"o":13,",":25,".":25,"z":5,"a":9,"&":16,":":4,";":4,"-":11,"s":7,"]":5,"}":5,"h":13,"k":13,"l":13,"\\":7,"?":4,"\/":11,"@":4,")":7}},"s":{"d":"125,-148v-4,-29,-13,-27,-45,-27v-31,0,-46,13,-46,34v0,23,14,29,48,35v40,6,62,18,62,51v0,36,-23,56,-71,56v-33,0,-50,-5,-62,-10r0,-35r14,0v2,34,15,32,48,32v33,0,52,-14,52,-41v0,-23,-18,-30,-52,-36v-36,-6,-58,-15,-58,-50v0,-32,23,-51,65,-51v30,0,46,4,58,9r0,33r-13,0","w":156,"k":{"*":4,"g":7,",":4,".":4,"\"":7,"'":7,"u":2,"v":4,"y":4,"z":4,"-":4,"t":4,"\\":14,"p":2,"?":9,"w":2,"\/":2,"x":4,")":4}},"t":{"d":"107,-3v-31,11,-74,6,-74,-38r0,-133r-27,0r0,-14r27,0r0,-52r21,0r0,52r49,0r0,14r-49,0r0,132v-3,36,26,29,53,26r0,13","w":114,"k":{"d":4,"q":4,"g":2,"c":5,"e":5,"o":5,"\"":4,"'":4,"v":4,"y":4,"&":4,"-":7,"\\":11,"?":4,"w":4}},"u":{"d":"83,2v-26,0,-50,-10,-50,-46r0,-119v0,-12,-14,-12,-27,-11r0,-14r48,0r0,138v6,66,81,29,108,5r0,-129r-30,0r0,-14r50,0r0,164v1,12,16,12,29,11r0,13v-17,-5,-50,12,-49,-12r0,-20v-22,18,-47,34,-79,34","w":218,"k":{"*":7,"d":4,"q":4,"g":4,"c":4,"e":4,"o":4,"\"":13,"'":13,"u":4,"v":11,"y":11,"-":2,"j":4,"t":4,"\\":18,"?":14,"w":11}},"v":{"d":"93,0r-64,-161v-5,-11,-10,-14,-23,-13r0,-14r71,0r0,14r-31,0r59,151r53,-134v6,-16,-9,-19,-25,-17r0,-14r67,0v0,7,3,17,-7,14v-7,0,-13,4,-16,12r-65,162r-19,0","w":209,"k":{"d":11,"q":11,"g":20,"c":14,"e":14,"o":14,",":40,".":40,"\"":2,"'":2,"z":9,"a":13,"&":16,":":5,";":5,"-":13,"s":13,"]":7,"}":7,"h":13,"k":13,"l":13,"\\":14,"?":9,"\/":22,"@":7,")":11}},"w":{"d":"77,0r-47,-161v-4,-11,-11,-14,-24,-13r0,-14r69,0r0,14r-29,0r44,147r49,-161r18,0r50,161r38,-130v5,-16,-9,-19,-25,-17r0,-14r66,0r0,14v-13,0,-20,0,-24,12r-47,162r-20,0r-49,-158r-49,158r-20,0","w":295,"k":{"\\":11,"@":4,"?":9,"\/":14,")":11,"d":11,"q":11,"g":18,"c":13,"e":13,"o":13,",":31,".":31,"\"":4,"'":4,"z":9,"a":13,"&":16,":":4,";":4,"-":11,"s":11,"]":7,"}":7,"h":13,"k":13,"l":13}},"x":{"d":"8,0r0,-13v13,1,20,-1,27,-9r51,-74r-49,-66v-9,-11,-15,-13,-31,-12r0,-14r72,0r0,14r-25,0r50,68r37,-56v7,-11,-6,-13,-17,-12r0,-14r63,0r0,14v-13,-1,-19,1,-26,9r-48,69r53,70v8,9,13,14,25,13r0,13r-68,0r0,-13r28,0r-54,-73r-40,60v-8,11,4,15,15,13r0,13r-63,0","w":198,"k":{"d":11,"q":11,"g":4,"c":14,"e":14,"o":14,"\"":4,"'":4,"v":4,"y":4,"a":4,"&":9,"-":11,"s":4,"t":4,"\\":16,"?":7,"w":4}},"y":{"d":"41,58r0,-13v20,-7,38,-23,53,-53r-65,-153v-6,-10,-10,-14,-23,-13r0,-14r70,0r0,14r-31,0r60,143r52,-126v7,-17,-9,-18,-25,-17r0,-14r68,0r0,14v-13,-1,-18,2,-24,13v-35,70,-58,181,-118,219r-17,0","w":209,"k":{"d":11,"q":11,"g":20,"c":14,"e":14,"o":14,",":40,".":40,"\"":2,"'":2,"z":9,"a":13,"&":16,":":5,";":5,"-":13,"s":13,"]":7,"}":7,"h":13,"k":13,"l":13,"\\":14,"?":9,"\/":22,"@":7,")":11}},"z":{"d":"8,0r0,-15r132,-159r-105,0r-3,38r-15,0r0,-52r147,0r0,15r-132,159r109,0r3,-39r15,0r0,53r-151,0","w":173,"k":{"d":4,"q":4,"c":4,"e":4,"o":4,"&":4,"-":4,"h":4,"k":4,"l":4,"m":-4,"n":-4,"r":-4,"\\":14,"?":4}},"{":{"d":"104,18v-37,2,-63,-4,-63,-41v0,-39,21,-103,-33,-97r0,-15v80,11,-24,-151,96,-132r0,14v-25,-2,-44,2,-44,26v0,38,11,94,-23,100v37,5,23,66,23,104v0,24,19,29,44,27r0,14","w":112,"k":{"b":-11,"d":4,"q":4,"g":-5,"c":4,"e":4,"o":4,"u":4,"v":7,"y":7,"C":4,"G":4,"O":4,"Q":4,"w":7,"4":11,"7":-4,"6":4,"0":4}},"|":{"d":"18,18r0,-285r18,0r0,285r-18,0","w":54},"}":{"d":"71,-23v0,36,-26,43,-63,41r0,-14v25,2,44,-3,44,-27v0,-40,-12,-98,23,-105v-36,-4,-23,-62,-23,-99v0,-24,-19,-28,-44,-26r0,-14v37,-2,63,6,63,41v0,37,-20,98,33,91r0,15v-51,-8,-33,57,-33,97","w":112},"~":{"d":"8,-86v-2,-21,12,-31,30,-32v23,-1,57,30,65,-2r13,0v1,21,-12,31,-29,32v-24,1,-57,-30,-65,2r-14,0","w":124},"'":{"d":"17,-189v-2,-21,-6,-40,-5,-63r21,0v0,23,-3,42,-4,63r-12,0","w":45,"k":{"A":34,"J":45,"Z":5,"b":-11,"d":23,"q":23,"g":18,"c":22,"e":22,"o":22,"v":2,"y":2,"C":11,"G":11,"O":11,"Q":11,"S":4,"a":7,"s":11,"f":4,"w":4,"4":36,"7":-4,"6":9,"0":11,"9":2,"2":5,"8":9}},"`":{"d":"68,-206r-33,-37r0,-9r21,0r26,46r-14,0","w":144},"\u00a0":{"w":58}}}); /*! * The following copyright notice may not be removed under any circumstances. * * Copyright: * ©2008 Schwartzco Inc. * * Trademark: * Stag is a trademark of Schwartzco Inc. * * Full name: * Stag-Medium * * Manufacturer: * Commercial Type * * Designer: * Christian Schwartz * * Vendor URL: * http://commercialtype.com * * License information: * http://commercialtype.com/eula */ Cufon.registerFont({"w":73,"face":{"font-family":"stagmedium","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-14 -275 347 63","underline-thickness":"7.2","underline-position":"-40.68","stemh":"36","stemv":"53","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":60},"!":{"d":"24,-74r-15,-147r0,-31r56,0v0,65,-10,118,-15,178r-26,0xm37,2v-17,0,-30,-13,-30,-29v0,-16,13,-29,30,-29v16,0,29,13,29,29v0,16,-13,29,-29,29"},"\"":{"d":"21,-171v-5,-26,-14,-48,-12,-81r50,0v2,33,-7,55,-12,81r-26,0xm86,-171v-5,-26,-14,-48,-12,-81r50,0v2,33,-7,55,-12,81r-26,0","w":132,"k":{"A":36,"J":45,"Z":7,"b":-11,"d":25,"q":25,"g":18,"c":22,"e":22,"o":22,"v":4,"y":4,"C":11,"G":11,"O":11,"Q":11,"S":5,"a":7,"s":13,"f":4,"w":4,"4":36,"7":-4,"6":9,"0":11,"9":4,"2":5,"8":9}},"#":{"d":"16,-148r0,-42r32,0r9,-62r32,0r-9,62r32,0r9,-62r32,0r-9,62r26,0r0,42r-32,0r-5,35r25,0r0,42r-31,0r-10,71r-32,0r10,-71r-33,0r-10,71r-32,0r10,-71r-26,0r0,-42r32,0r5,-35r-25,0xm73,-148r-5,35r33,0r5,-35r-33,0","w":174,"k":{"9":-4,"8":4,"7":-5,"4":4,"2":4,"1":-4}},"$":{"d":"5,-6r0,-58r32,0v6,17,14,29,39,32r0,-75v-42,-11,-70,-26,-70,-74v0,-44,30,-70,76,-74r0,-20r27,0r0,20v28,1,47,6,64,11r0,54r-32,0v-5,-14,-12,-27,-32,-31r0,72v48,13,72,27,72,73v0,47,-29,74,-79,78r0,35r-26,0r0,-34v-30,-1,-48,-4,-71,-9xm51,-189v0,18,11,26,31,32r0,-64v-19,4,-31,14,-31,32xm131,-67v0,-18,-10,-26,-29,-32r0,66v18,-4,29,-16,29,-34","w":188,"k":{"9":4,"2":4}},"%":{"d":"66,-120v-33,0,-62,-22,-62,-68v0,-46,29,-67,62,-67v33,0,61,21,61,67v0,46,-28,68,-61,68xm213,3v-33,0,-61,-21,-61,-67v0,-46,28,-68,61,-68v33,0,62,22,62,68v0,46,-29,67,-62,67xm245,-262r-177,274r-33,0r177,-274r33,0xm66,-147v14,0,21,-12,21,-40v0,-29,-7,-41,-21,-41v-14,0,-21,12,-21,41v0,28,7,40,21,40xm213,-24v14,0,22,-12,22,-40v0,-29,-8,-40,-22,-40v-14,0,-21,11,-21,40v0,28,7,40,21,40","w":279},"&":{"d":"172,-21v-46,44,-167,27,-167,-48v0,-38,23,-57,53,-71v-37,-45,-10,-118,60,-115r73,3r0,65r-38,0r-5,-27v-19,-10,-58,-1,-51,24v0,15,8,25,21,38r59,60v5,-11,9,-23,12,-34r-17,0r0,-30r77,0r0,30v-35,-2,-25,45,-42,63v13,10,23,31,42,33r0,30r-56,0xm63,-76v0,43,57,56,83,28r-67,-69v-9,8,-16,21,-16,41","w":253,"k":{"W":14,"V":18,"8":4,"5":-4,"4":7,"T":13,"U":7,"Y":20,"g":-4}},"(":{"d":"105,-267r0,29v-24,8,-53,33,-53,112v0,85,29,108,53,116r0,28r-16,0v-42,-10,-83,-51,-83,-144v0,-89,41,-131,83,-141r16,0","w":108,"k":{"w":11,"8":4,"7":-4,"6":4,"5":-4,"4":13,"0":7,"b":-11,"d":4,"q":4,"g":-5,"c":4,"e":4,"o":4,"u":4,"v":11,"y":11,"C":5,"G":5,"O":5,"Q":5,"a":4}},")":{"d":"4,-238r0,-29r16,0v42,10,83,52,83,141v0,93,-41,134,-83,144r-16,0r0,-28v24,-8,53,-31,53,-116v0,-79,-29,-104,-53,-112","w":108},"*":{"d":"66,-187v5,19,22,39,10,58r-22,0v-14,-19,3,-39,9,-58v-15,13,-18,37,-46,37r-11,-19r11,-14r45,-7r-45,-7r-11,-15r11,-19r18,3r28,35v-6,-20,-23,-40,-9,-59r22,0v12,20,-4,39,-10,59v15,-13,19,-37,47,-38r11,19r-11,15r-45,7r45,7r11,14r-11,19r-18,-2","w":129,"k":{"8":4,"7":-4,"5":-4,"4":18,"2":5,"1":-4,"A":36,"J":36,"Z":4,"b":-11,"d":7,"q":7,"g":7,"c":11,"e":11,"o":11,"C":4,"G":4,"O":4,"Q":4,"a":4,"s":7}},"+":{"d":"177,-104r-63,0r0,68r-44,0r0,-68r-64,0r0,-41r64,0r0,-68r44,0r0,68r63,0r0,41","w":183,"k":{"7":9,"1":4,"3":7,"2":9}},",":{"d":"30,2v-4,-13,-23,-13,-23,-33v0,-14,13,-25,29,-25v17,0,31,12,31,35v0,37,-19,57,-60,61r0,-23v15,-2,23,-9,23,-15","k":{"y":40,"j":14,"T":40,"U":25,"Y":43,"b":5,"d":7,"q":7,"g":7,"c":13,"e":13,"o":13,"u":11,"v":40,"C":20,"G":20,"O":20,"Q":20,"a":4,"t":16,"V":45,"W":40,"p":11,"w":31,"4":11,"7":7,"6":11,"0":14,"9":4,"3":-4,"2":-2,"5":-4}},"-":{"d":"9,-87r0,-40r84,0r0,40r-84,0","w":101,"k":{"A":25,"J":29,"T":29,"U":7,"Y":43,"Z":7,"g":4,"u":2,"v":13,"y":13,"a":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"V":32,"W":25,"p":4,"w":11,"X":25,"x":11,"7":13,"9":4,"1":11,"3":4,"2":11}},".":{"d":"37,2v-17,0,-30,-13,-30,-29v0,-16,13,-29,30,-29v16,0,29,13,29,29v0,16,-13,29,-29,29","k":{"y":40,"T":40,"U":25,"Y":43,"b":5,"d":7,"q":7,"g":7,"c":13,"e":13,"o":13,"u":11,"v":40,"C":20,"G":20,"O":20,"Q":20,"a":4,"j":14,"t":16,"V":45,"W":40,"p":11,"w":31,"4":11,"7":7,"6":11,"0":14,"9":4,"3":-4,"2":-2,"5":-4}},"\/":{"d":"121,-267r-88,285r-35,0r87,-285r36,0","w":119,"k":{"x":13,"w":11,"p":11,"9":4,"8":11,"7":-5,"6":11,"4":22,"2":11,"0":7,"\/":27,"A":29,"J":31,"b":-11,"d":22,"q":22,"g":23,"c":25,"e":25,"o":25,"u":7,"v":14,"y":14,"C":11,"G":11,"O":11,"Q":11,"S":5,"a":23,"s":22,"z":18,"f":11,"i":4,"m":11,"n":11,"r":11,"t":7}},"0":{"d":"116,3v-58,0,-110,-42,-110,-129v0,-87,52,-129,110,-129v58,0,109,42,109,129v0,87,-51,129,-109,129xm116,-33v32,0,51,-24,51,-92v0,-68,-19,-92,-51,-92v-32,0,-52,24,-52,92v0,68,20,92,52,92","w":231,"k":{"\\":7,"?":4,"7":4,"3":9,"2":11,"\/":4,")":7,",":14,".":14,"\"":11,"'":11,"&":4,"]":4,"}":4}},"1":{"d":"4,0r0,-30v15,-1,36,4,37,-11r0,-158v-12,4,-19,13,-37,11r0,-30r56,-34r38,0r0,211v0,14,19,11,33,11r0,30r-127,0","w":134,"k":{"\\":9,"?":7,"<":4,"9":4,"7":5,"6":4,"4":9,"*":11,"\"":16,"'":16,"&":4,"-":11,"%":7,"+":4}},"2":{"d":"183,-183v0,75,-115,85,-130,142r85,0r4,-28r36,0r0,69r-172,0v-17,-104,108,-112,119,-183v8,-50,-69,-39,-76,-7r-31,0r0,-51v60,-25,165,-22,165,58","w":188,"k":{"<":4,"9":-4,"7":-5,"5":-4,"4":4,"-":4}},"3":{"d":"177,-70v0,74,-115,86,-173,61r0,-48r31,0v11,32,85,34,85,-16v0,-33,-26,-42,-64,-39r0,-33v36,2,63,-6,63,-38v0,-45,-65,-40,-75,-12r-30,0r0,-47v57,-22,159,-22,159,53v0,37,-24,48,-53,60v39,5,57,25,57,59","w":182,"k":{"\\":4,"9":-4,"8":-4,"2":4,",":4,".":4,"\"":4,"'":4}},"4":{"d":"82,-30v23,4,30,-7,27,-30r-105,0r0,-43r108,-149r52,0r0,157r27,0r0,35r-27,0v-3,21,3,35,27,30r0,30r-109,0r0,-30xm109,-194v-26,31,-47,67,-72,99r72,0r0,-99","w":194,"k":{"\\":4,"5":-5,"3":-5,"\/":-4,"#":-4,"*":7,",":-4,".":-4,"\"":7,"'":7,":":-4,";":-4}},"5":{"d":"176,-81v0,84,-112,100,-172,69r0,-47r31,0v13,36,85,38,85,-20v0,-52,-60,-52,-77,-28r-34,0r0,-145r157,0r0,60r-36,0r-4,-19r-76,0v1,21,-2,45,1,64v48,-27,125,-9,125,66","w":181,"k":{"?":4,"9":4,"7":4,"2":5,"*":4,",":4,".":4,"\"":5,"'":5}},"6":{"d":"156,-204v-36,-35,-97,-2,-92,70v39,-47,137,-27,137,50v0,50,-37,87,-95,87v-58,0,-100,-41,-100,-124v0,-108,83,-152,181,-128r0,45r-31,0xm144,-82v0,-50,-56,-50,-80,-29v1,56,12,80,42,80v30,0,38,-24,38,-51","w":206,"k":{"?":5,"9":4,"7":5,"2":4,"*":5,",":4,".":4,"\"":5,"'":5,"%":4}},"7":{"d":"30,-22r109,-188r-95,0r-4,33r-36,0r0,-75r172,0r0,46r-90,206r-56,0r0,-22","w":180,"k":{"\\":-4,"@":11,"?":-4,"<":11,"8":5,"7":-4,"6":7,"5":-2,"4":20,"2":5,"1":-4,"0":5,"\/":25,")":-4,"#":4,"!":-4,"*":-4,",":25,".":25,"\"":-4,"'":-4,"&":18,":":7,";":7,"-":11,"]":-4,"}":-4,"%":-4,"+":7}},"8":{"d":"192,-188v0,29,-19,41,-42,54v33,10,53,30,53,62v0,46,-35,75,-98,75v-106,0,-135,-113,-46,-137r0,-2v-27,-9,-42,-25,-42,-52v0,-42,36,-67,88,-67v52,0,87,25,87,67xm105,-32v30,0,42,-19,42,-43v0,-24,-12,-42,-42,-42v-30,0,-43,18,-43,42v0,24,13,43,43,43xm105,-151v21,0,33,-11,33,-34v0,-23,-12,-34,-33,-34v-22,0,-33,11,-33,34v0,23,11,34,33,34","w":209,"k":{"\\":9,"?":4,"9":4,"7":5,"2":4,")":4,"*":4,"\"":9,"'":9,"%":5}},"9":{"d":"80,-33v39,0,59,-29,62,-85v-39,47,-136,28,-136,-50v0,-50,36,-87,94,-87v58,0,100,37,100,124v0,111,-89,155,-185,125r0,-44r31,0v5,9,15,17,34,17xm62,-170v0,50,56,50,80,29v-1,-56,-13,-80,-42,-80v-30,0,-38,24,-38,51","w":206,"k":{"\\":4,"?":4,"3":7,"2":9,"\/":7,")":4,",":14,".":14,"\"":5,"'":5}},":":{"d":"37,-102v-17,0,-30,-13,-30,-29v0,-16,13,-29,30,-29v16,0,29,13,29,29v0,16,-13,29,-29,29xm37,2v-17,0,-30,-13,-30,-29v0,-16,13,-29,30,-29v16,0,29,13,29,29v0,16,-13,29,-29,29","k":{"T":11,"U":11,"Y":32,"g":4,"v":5,"y":5,"t":2,"V":32,"W":22,"w":4,"7":5,"5":-4}},";":{"d":"29,2v-4,-13,-23,-13,-23,-33v0,-14,13,-25,29,-25v17,0,31,12,31,35v0,37,-19,57,-60,61r0,-23v15,-2,23,-9,23,-15xm37,-102v-17,0,-30,-13,-30,-29v0,-16,13,-29,30,-29v16,0,29,13,29,29v0,16,-13,29,-29,29","k":{"T":11,"U":11,"Y":32,"g":4,"v":5,"y":5,"t":2,"V":32,"W":22,"w":4,"7":5,"5":-4}},"<":{"d":"6,-101r0,-35r139,-70r12,0r0,39r-98,48r98,48r0,39r-12,0","w":164,"k":{"5":-4}},"=":{"d":"168,-130r-161,0r0,-42r161,0r0,42xm168,-55r-161,0r0,-41r161,0r0,41","w":175,"k":{"5":-4}},">":{"d":"158,-136r0,35r-139,69r-12,0r0,-39r98,-47r-98,-48r0,-40r12,0","w":164,"k":{"7":7,"3":7,"2":11}},"?":{"d":"151,-189v0,56,-86,69,-78,115r-30,0v-4,-26,-3,-42,23,-69v19,-9,47,-75,3,-75v-18,0,-27,10,-33,22r-32,0r0,-47v55,-24,147,-15,147,54xm62,2v-17,0,-30,-13,-30,-29v0,-16,13,-29,30,-29v16,0,29,13,29,29v0,16,-13,29,-29,29","w":155},"@":{"d":"78,-72v0,-62,69,-120,118,-79v12,-10,22,-14,42,-12r-20,90v-3,13,-3,25,10,25v26,0,46,-23,46,-73v0,-58,-49,-92,-112,-92v-60,0,-121,41,-121,127v0,114,129,129,203,86r18,0r0,21v-90,55,-255,29,-255,-107v0,-100,84,-154,155,-154v73,0,144,43,144,119v0,67,-42,97,-86,97v-31,0,-45,-10,-50,-25v-18,37,-92,33,-92,-23xm125,-70v0,30,31,19,43,3r16,-67v-38,-11,-59,20,-59,64","w":312,"k":{"X":18,"W":16,"V":18,"7":4,"3":7,"2":7,"A":14,"J":14,"T":4,"U":4,"Y":25,"Z":5,"b":-4,"S":4}},"A":{"d":"3,0r0,-30v12,1,18,-1,22,-11r61,-169v5,-15,-14,-11,-26,-11r0,-31r108,0r70,212v4,9,11,11,22,10r0,30r-109,0r0,-30r33,0r-16,-48r-90,0v-10,20,-20,58,21,48r0,30r-96,0xm126,-210v-15,31,-24,68,-37,101r69,0","w":262,"k":{"T":29,"U":18,"Y":34,"*":36,"d":9,"q":9,"c":11,"e":11,"o":11,"\"":41,"'":41,"u":11,"v":29,"y":29,"C":20,"G":20,"O":20,"Q":20,"&":4,"-":25,"j":7,"t":13,"V":36,"W":29,"\\":29,"p":7,"?":18,"w":23}},"B":{"d":"203,-188v0,34,-22,45,-51,56v40,6,61,25,61,59v0,85,-119,74,-209,73r0,-31v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-30v81,1,199,-14,199,64xm84,-33v42,4,77,-8,71,-43v6,-35,-30,-43,-71,-40r0,83xm84,-147v36,2,68,-4,64,-36v3,-32,-27,-39,-64,-36r0,72","w":217,"k":{"w":4,"\\":7,"X":4,"W":7,"V":9,")":4,"!":-5}},"C":{"d":"131,-255r85,3r0,81r-37,0r-6,-41v-58,-17,-108,1,-108,85v0,99,87,118,128,63r26,0r0,39v-22,16,-52,28,-90,28v-76,0,-123,-46,-123,-128v0,-82,50,-133,125,-130","w":225,"k":{"b":-9,"g":4,"C":4,"G":4,"O":4,"Q":4,"-":4}},"D":{"d":"4,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r104,0v85,0,134,39,134,125v0,85,-50,127,-136,127r-102,0xm84,-31v68,5,100,-20,100,-95v0,-75,-32,-98,-100,-93r0,188","w":248,"k":{"A":20,"J":14,"T":4,"U":5,"Y":20,"Z":7,"*":4,"g":4,",":20,".":20,"\"":11,"'":11,"S":4,"a":5,"&":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"]":4,"}":4,"h":4,"k":4,"l":4,"V":18,"W":14,"\\":11,"?":7,"\/":11,"X":14,")":5}},"E":{"d":"4,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r201,0r0,72r-34,0r-5,-39r-82,0r0,75r36,0r3,-28r32,0r0,88r-32,0r-3,-28r-36,0r0,80r84,0r5,-44r36,0r0,76r-205,0","w":212,"k":{"U":4,"Y":4,"b":-9,"d":-2,"q":-2,"c":-4,"e":-4,"o":-4,",":-2,".":-2,"v":4,"y":4,"a":-2,"-":4,"V":4,"W":4,"?":-4,"w":4,"\/":-4}},"F":{"d":"4,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r199,0r0,75r-34,0r-5,-42r-80,0r0,81r35,0r3,-29r32,0r0,91r-32,0r-3,-31r-35,0r0,77r32,0r0,30r-112,0","w":207,"k":{"\\":-4,"@":11,"\/":25,"A":31,"J":32,"Z":5,"*":-2,"b":-11,"d":18,"q":18,"g":22,"c":22,"e":22,"o":22,",":40,".":40,"C":4,"G":4,"O":4,"Q":4,"S":4,"a":11,"&":22,":":18,";":18,"-":18,"s":14,"z":4}},"G":{"d":"176,-8v-83,34,-170,-15,-170,-117v0,-97,71,-144,166,-127r41,0r0,79r-38,0r-5,-39v-57,-17,-105,2,-105,85v0,78,36,106,96,90r0,-52r-25,0r0,-31r99,0r0,31v-11,-1,-19,2,-19,11r0,78r-30,0v0,0,-3,-8,-10,-8","w":237,"k":{"A":5,"J":7,"T":11,"U":5,"Y":13,"Z":4,"*":11,"b":-7,"d":-4,"q":-4,"c":-4,"e":-4,"o":-4,",":5,".":5,"\"":9,"'":9,"v":7,"y":7,"t":4,"V":11,"W":11,"\\":7,"?":7,"w":5,"X":5,"x":4}},"H":{"d":"4,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r109,0r0,31r-29,0r0,76r93,0r0,-76r-29,0r0,-31r109,0r0,31v-12,-1,-24,0,-24,11r0,169v0,11,12,12,24,11r0,30r-109,0r0,-30r29,0r0,-83r-93,0r0,83r29,0r0,30r-109,0","w":261,"k":{"b":-11,"d":4,"q":4,"c":4,"e":4,"o":4,"u":4,"v":9,"y":9,"C":4,"G":4,"O":4,"Q":4,"-":4,"j":4,"t":4,"p":4,"w":9}},"I":{"d":"4,0r0,-30v13,1,27,1,27,-11r0,-169v0,-12,-14,-12,-27,-11r0,-31r110,0r0,31v-13,-1,-27,-1,-27,11r0,169v0,12,14,12,27,11r0,30r-110,0","w":117,"k":{"b":-11,"d":4,"q":4,"c":4,"e":4,"o":4,"u":4,"v":9,"y":9,"C":4,"G":4,"O":4,"Q":4,"-":4,"j":4,"t":4,"p":4,"w":9}},"J":{"d":"90,-64r0,-146v0,-12,-14,-12,-27,-11r0,-31r110,0r0,31v-13,-1,-26,-1,-26,11r0,147v11,68,-93,79,-142,53r0,-39r30,0v10,23,55,23,55,-15","w":177,"k":{"A":14,"J":20,"Z":4,"b":-11,"d":11,"q":11,"g":11,"c":11,"e":11,"o":11,",":22,".":22,"u":7,"v":9,"y":9,"C":5,"G":5,"O":5,"Q":5,"S":4,"a":13,"&":4,":":13,";":13,"-":7,"s":9,"z":7,"i":5,"j":5,"m":7,"n":7,"r":7,"t":4,"p":7,"w":9,"\/":14,"x":7,"@":7}},"K":{"d":"4,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r105,0r0,31r-25,0r0,96r70,-74v15,-15,9,-23,-7,-22r0,-31r96,0r0,31v-15,-1,-16,1,-27,11r-64,62r73,108v4,7,9,12,21,10r0,30r-76,0r0,-27r-54,-85r-32,31r0,51r25,0r0,30r-105,0","w":250,"k":{"T":4,"U":4,"Y":4,"*":4,"b":-11,"d":9,"q":9,"c":11,"e":11,"o":11,"\"":4,"'":4,"u":9,"v":29,"y":29,"C":18,"G":18,"O":18,"Q":18,"a":4,"&":5,"-":29,"j":7,"t":9,"V":4,"W":4,"p":9,"?":2,"w":25,"@":4}},"L":{"d":"4,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r114,0r0,31r-34,0r0,189r74,0r5,-52r37,0r0,84r-196,0","w":204,"k":{"T":25,"U":11,"Y":31,"*":29,"b":-5,"d":-4,"q":-4,"c":-4,"e":-4,"o":-4,",":-4,".":-4,"\"":25,"'":25,"v":18,"y":18,"a":-4,"t":4,"V":32,"W":22,"\\":22,"p":4,"?":16,"w":14,"@":-4}},"M":{"d":"169,0r-39,0r-61,-216r0,186r25,0r0,30r-90,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r106,0r49,170r48,-170r105,0r0,31v-12,-1,-24,0,-24,11r0,169v0,11,12,12,24,11r0,30r-105,0r0,-30r24,0r-1,-186","w":316,"k":{"b":-11,"d":4,"q":4,"c":4,"e":4,"o":4,"u":4,"v":9,"y":9,"C":4,"G":4,"O":4,"Q":4,"-":4,"j":4,"t":4,"p":4,"w":9}},"N":{"d":"4,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31r81,0r101,162r0,-131r-28,0r0,-31r93,0r0,31v-12,-1,-24,0,-24,11r0,210r-47,0r-111,-176r0,146r29,0r0,30r-94,0","w":254,"k":{"A":9,"J":11,"Z":4,"b":-11,"d":7,"q":7,"g":7,"c":7,"e":7,"o":7,",":14,".":14,"u":4,"v":7,"y":7,"C":5,"G":5,"O":5,"Q":5,"S":4,"a":7,"&":5,":":7,";":7,"-":4,"s":5,"z":4,"i":4,"j":4,"m":4,"n":4,"r":4,"t":4,"p":4,"w":7,"\/":4,"x":4}},"O":{"d":"130,3v-67,0,-124,-46,-124,-129v0,-83,57,-129,124,-129v67,0,123,46,123,129v0,83,-56,129,-123,129xm130,-33v38,0,66,-30,66,-92v0,-62,-28,-92,-66,-92v-38,0,-66,30,-66,92v0,62,28,92,66,92","w":259,"k":{"A":20,"J":14,"T":4,"U":5,"Y":20,"Z":7,"*":4,"g":4,",":20,".":20,"\"":11,"'":11,"S":4,"a":5,"&":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"]":4,"}":4,"h":4,"k":4,"l":4,"V":18,"W":14,"\\":11,"?":7,"\/":11,"X":14,")":5}},"P":{"d":"116,0r-112,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31v93,0,209,-15,209,79v0,62,-54,84,-129,79r0,64r32,0r0,30xm84,-219r0,93v44,4,76,-9,71,-46v4,-37,-26,-52,-71,-47","w":217,"k":{"x":-2,"w":-2,"p":-2,"X":7,"W":7,"V":7,"@":7,"\/":20,")":5,"!":-4,"A":29,"J":32,"Y":7,"Z":5,"b":-5,"d":7,"q":7,"g":9,"c":7,"e":7,"o":7,",":43,".":43,"u":-2,"v":-2,"y":-2,"S":4,"a":5,"&":14,":":4,";":4,"-":4,"s":5,"z":4,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"]":5,"}":5,"f":-2,"i":-2,"j":-2,"m":-2,"n":-2,"r":-2,"t":-2}},"Q":{"d":"253,-126v1,57,-26,91,-65,108v44,8,63,20,75,34r0,29r-47,0v-14,-22,-37,-36,-86,-42v-76,-9,-124,-46,-124,-129v0,-83,57,-129,124,-129v67,0,123,46,123,129xm130,-33v38,0,66,-30,66,-92v0,-62,-28,-92,-66,-92v-38,0,-66,30,-66,92v0,62,28,92,66,92","w":259,"k":{"p":-7,"j":-22,"g":-14,"]":-7,"Z":4,"X":7,"A":7,";":-7,"\/":-13,".":13,",":-4,")":-5}},"R":{"d":"151,-68v-2,-40,-27,-41,-67,-40r0,78r32,0r0,30r-112,0r0,-30v12,1,24,0,24,-11r0,-169v0,-11,-12,-12,-24,-11r0,-31v88,0,209,-14,209,71v0,35,-24,48,-58,58v35,0,49,42,58,84v2,11,10,9,21,9r0,30r-71,0xm84,-219r0,83v41,4,77,-8,71,-42v6,-34,-30,-45,-71,-41","w":238,"k":{"T":14,"U":16,"Y":20,"*":14,"d":7,"q":7,"c":9,"e":9,"o":9,"\"":16,"'":16,"u":7,"v":14,"y":14,"C":13,"G":13,"O":13,"Q":13,"a":4,"&":2,"-":25,"j":4,"t":7,"V":20,"W":20,"\\":18,"p":7,"?":14,"w":14}},"S":{"d":"181,-76v0,64,-64,89,-132,76r-43,0r0,-76r38,0r5,39v26,12,90,7,81,-30v0,-29,-31,-33,-66,-43v-33,-10,-55,-29,-55,-71v0,-62,63,-83,125,-71r40,0r0,69r-38,0r-5,-33v-25,-10,-74,-8,-74,27v0,26,26,32,56,40v45,12,68,28,68,73","w":188,"k":{"A":9,"J":4,"T":4,"Y":4,"Z":4,"*":4,"b":-4,"d":-2,"q":-2,"g":4,"c":-2,"e":-2,"o":-2,",":7,".":7,"\"":7,"'":7,"v":5,"y":5,"B":4,"D":4,"E":4,"F":4,"H":4,"I":4,"K":4,"L":4,"M":4,"N":4,"P":4,"R":4,"\\":4,"?":7,"w":5,"\/":4,"X":4}},"T":{"d":"59,0r0,-30v13,1,26,0,27,-11r0,-179r-41,0r-4,53r-35,0r0,-85r216,0r0,85r-35,0r-4,-53r-41,0r0,179v0,11,13,12,26,11r0,30r-109,0","w":227,"k":{"A":29,"J":27,"Z":5,"b":-11,"d":16,"q":16,"g":16,"c":18,"e":18,"o":18,",":40,".":40,"C":4,"G":4,"O":4,"Q":4,"S":4,"a":7,"&":22,":":11,";":11,"-":29,"s":9,"z":5,"\/":18,"@":13}},"U":{"d":"136,-33v32,0,52,-13,52,-60r0,-128r-29,0r0,-31r94,0r0,31v-12,-1,-24,0,-24,11r0,114v0,65,-30,99,-99,99v-66,0,-102,-34,-102,-99r0,-114v0,-11,-12,-12,-24,-11r0,-31r109,0r0,31r-28,0r0,128v0,47,19,60,51,60","w":257,"k":{"A":18,"J":18,"Z":5,"b":-11,"d":7,"q":7,"g":11,"c":9,"e":9,"o":9,",":25,".":25,"u":5,"v":7,"y":7,"C":5,"G":5,"O":5,"Q":5,"S":4,"a":11,"&":7,":":11,";":11,"-":7,"s":5,"z":5,"i":4,"j":4,"m":4,"n":4,"r":4,"t":4,"p":4,"w":7,"\/":11,"x":4,"@":4}},"V":{"d":"98,0r-74,-211v-3,-8,-9,-11,-20,-10r0,-31r104,0r0,31r-30,0r56,168r49,-144v8,-23,-5,-26,-26,-24r0,-31r95,0r0,31v-12,-1,-18,2,-21,11r-76,210r-57,0","w":255,"k":{"x":14,"w":18,"p":14,"@":25,"\/":25,"A":36,"J":36,"Z":7,"b":-11,"d":32,"q":32,"g":32,"c":34,"e":34,"o":34,",":45,".":45,"u":16,"v":18,"y":18,"C":18,"G":18,"O":18,"Q":18,"S":5,"a":32,"&":22,":":32,";":32,"-":32,"s":29,"z":20,"f":11,"i":7,"j":7,"m":13,"n":13,"r":13,"t":7}},"W":{"d":"174,-156r-40,156r-61,0r-51,-211v-3,-7,-8,-11,-18,-10r0,-31r102,0r0,31r-30,0r36,157r47,-188r43,0r47,188r31,-133v8,-22,-5,-26,-25,-24r0,-31r92,0r0,31v-10,-1,-17,3,-19,11r-54,210r-61,0","w":351,"k":{"x":11,"w":14,"p":11,"@":20,"\/":22,"A":29,"J":31,"Z":7,"b":-11,"d":22,"q":22,"g":27,"c":23,"e":23,"o":23,",":40,".":40,"u":11,"v":14,"y":14,"C":14,"G":14,"O":14,"Q":14,"S":5,"a":25,"&":22,":":22,";":22,"-":25,"s":22,"z":16,"f":9,"i":7,"j":7,"m":11,"n":11,"r":11,"t":9}},"X":{"d":"212,-40v7,10,11,10,22,10r0,30r-103,0r0,-30r25,0r-48,-68r-30,50v-8,16,2,19,17,18r0,30r-91,0r0,-30v11,1,18,0,23,-7r60,-92r-57,-82v-8,-12,-12,-10,-26,-10r0,-31r103,0r0,31r-21,0r45,65r26,-44v11,-18,1,-22,-14,-21r0,-31r91,0r0,31v-11,0,-20,-1,-24,7r-57,89","w":237,"k":{"w":20,"p":7,"@":4,"b":-11,"d":9,"q":9,"c":11,"e":11,"o":11,"u":9,"v":23,"y":23,"C":14,"G":14,"O":14,"Q":14,"-":25,"j":5,"t":11}},"Y":{"d":"68,0r0,-30v13,1,26,1,26,-11r0,-62r-70,-110v-5,-8,-10,-9,-20,-8r0,-31r103,0r0,31r-28,0r51,83r36,-58v11,-20,-3,-27,-23,-25r0,-31r94,0r0,31v-11,-1,-15,2,-21,10r-66,106v6,28,-18,81,26,75r0,30r-108,0","w":240,"k":{"A":31,"J":36,"Z":7,"b":-11,"d":34,"q":34,"g":40,"c":40,"e":40,"o":40,",":40,".":40,"u":20,"v":23,"y":23,"C":20,"G":20,"O":20,"Q":20,"a":34,"&":25,":":32,";":32,"-":43,"s":29,"z":27,"f":14,"i":13,"j":13,"m":16,"n":16,"r":16,"t":14,"p":18,"w":23,"\/":25,"x":23,"@":25}},"Z":{"d":"195,-214r-132,182r91,0r5,-45r36,0r0,77r-191,0r0,-37r131,-182r-82,0r-6,39r-34,0r0,-72r182,0r0,38","w":198,"k":{"b":-13,"d":-4,"q":-4,"c":-4,"e":-4,"o":-4,"v":7,"y":7,"a":-4,"w":7,"\/":-4}},"[":{"d":"8,18r0,-285r82,0r0,31r-37,0r0,224r37,0r0,30r-82,0","w":93,"k":{"b":-11,"d":4,"q":4,"g":-5,"c":4,"e":4,"o":4,"u":4,"v":7,"y":7,"C":4,"G":4,"O":4,"Q":4,"w":7,"4":11,"7":-4,"6":4,"0":4}},"\\":{"d":"122,18r-36,0r-87,-285r36,0","w":119,"k":{"w":11,"\\":27,"W":22,"V":25,"7":7,"6":4,"4":7,"3":-4,"0":7,"T":18,"U":11,"Y":25,"d":4,"q":4,"g":-14,"c":4,"e":4,"o":4,"u":7,"v":14,"y":14,"C":11,"G":11,"O":11,"Q":11,"t":11}},"]":{"d":"86,-267r0,285r-82,0r0,-30r36,0r0,-224r-36,0r0,-31r82,0","w":93},"^":{"d":"52,-252r38,0r48,77r0,12r-34,0v-12,-15,-21,-33,-34,-47r-32,47r-34,0r0,-12","w":141},"_":{"d":"135,58r-136,0r0,-28r136,0r0,28","w":134},"a":{"d":"120,-21v-32,40,-116,28,-116,-34v0,-53,63,-65,113,-53v2,-29,-1,-48,-32,-48v-34,0,-34,22,-68,17r0,-38v18,-8,41,-15,78,-15v49,0,75,16,75,59r0,94v1,8,9,10,19,9r0,25v-19,13,-67,11,-69,-16xm55,-57v0,35,45,33,62,15r0,-40v-25,-6,-62,-5,-62,25","w":192,"k":{"*":11,"d":2,"q":2,"c":2,"e":2,"o":2,"\"":16,"'":16,"u":4,"v":11,"y":11,"-":4,"j":4,"t":5,"\\":18,"p":4,"?":13,"w":11}},"b":{"d":"198,-97v0,102,-87,121,-137,78v-10,22,-21,20,-47,19r0,-211v-1,-10,-12,-11,-23,-10r0,-31r67,0v6,0,9,4,9,12r0,76v45,-47,131,-40,131,67xm145,-93v-1,-69,-36,-67,-78,-53r0,108v35,21,79,17,78,-55","w":203,"k":{"*":7,"g":4,",":11,".":11,"\"":14,"'":14,"u":2,"v":5,"y":5,"]":4,"}":4,"i":2,"j":2,"m":2,"n":2,"r":2,"t":4,"h":2,"k":2,"l":2,"\\":18,"p":2,"?":11,"w":4,"x":4,")":7}},"c":{"d":"103,3v-66,0,-98,-37,-98,-97v0,-87,93,-115,164,-88r0,43r-32,0v-24,-38,-86,-19,-79,45v-9,70,61,78,86,44r26,0r0,37v-14,8,-35,16,-67,16","w":180,"k":{"J":4,"T":5,"U":9,"Y":27,"*":4,"d":4,"q":4,"g":7,"c":7,"e":7,"o":7,",":5,".":5,"C":4,"G":4,"O":4,"Q":4,"a":4,"&":4,"-":7,"s":4,"h":4,"k":4,"l":4,"V":18,"W":14,"\\":13,"?":4,"X":4,"@":4}},"d":{"d":"141,-21v-47,44,-136,31,-136,-71v0,-99,88,-125,135,-75r0,-54r-24,0r0,-31r68,0v6,0,9,4,9,12r0,200v1,9,11,11,22,10r0,30v-29,-6,-75,18,-74,-21xm58,-94v0,75,48,76,82,50r0,-104v-40,-16,-82,-12,-82,54","w":217,"k":{"*":4,"b":-4,"c":4,"e":4,"o":4,"\"":7,"'":7,"v":7,"y":7,"-":4,"j":4,"t":4,"\\":7,"?":4,"w":7}},"e":{"d":"185,-85r-127,0v-4,59,66,70,91,35r30,0r0,34v-15,9,-36,19,-76,19v-66,0,-98,-38,-98,-97v0,-61,37,-98,94,-98v62,0,90,36,86,107xm99,-161v-22,0,-36,15,-40,47r74,0v-2,-33,-12,-47,-34,-47","w":189,"k":{"*":7,"g":4,",":4,".":4,"\"":13,"'":13,"v":4,"y":4,"f":-2,"\\":18,"?":11,"w":4}},"f":{"d":"2,-157r0,-32r22,0v-10,-58,43,-77,91,-62r0,30v-25,-2,-43,0,-38,32r36,0r0,32r-36,0r0,118v1,10,14,10,25,9r0,30r-99,0r0,-30v10,1,20,0,21,-9r0,-118r-22,0","w":117,"k":{"b":-13,"d":4,"q":4,"g":9,"c":7,"e":7,"o":7,",":11,".":11,"a":7,"&":7,":":4,";":4,"-":11,"s":4,"z":7,"h":-2,"k":-2,"l":-2,"?":-4,"@":4}},"g":{"d":"78,63v-91,0,-102,-62,-48,-83v-23,-14,-17,-54,7,-64v-50,-33,-20,-115,51,-108v28,3,60,3,92,3r0,32v-8,0,-18,-1,-19,6v23,59,-45,94,-107,75v-4,13,-2,25,14,24v53,-1,112,-5,112,47v0,40,-28,68,-102,68xm80,32v35,0,52,-10,52,-25v-1,-28,-61,-12,-89,-16v-6,26,0,41,37,41xm88,-98v18,0,30,-11,30,-32v0,-22,-12,-33,-30,-33v-18,0,-29,11,-29,33v0,21,11,32,29,32","w":184,"k":{"d":7,"q":7,"c":9,"e":9,"o":9,"a":4,"&":4,"-":9,"j":-4,"\\":11,"?":4,"\/":-4}},"h":{"d":"122,0r0,-30r22,0r0,-97v3,-37,-46,-23,-67,-17r0,114r22,0r0,30r-96,0r0,-30v11,1,21,0,22,-9r0,-172v-1,-10,-12,-11,-23,-10r0,-31r66,0v6,0,9,4,9,12r0,75v29,-29,119,-51,119,20r0,106v1,8,9,10,19,9r0,30r-93,0","w":218,"k":{"*":11,"d":2,"q":2,"c":2,"e":2,"o":2,"\"":16,"'":16,"u":4,"v":11,"y":11,"-":4,"j":4,"t":5,"\\":18,"p":4,"?":13,"w":11}},"i":{"d":"3,0r0,-30v11,1,22,1,23,-9r0,-109v-1,-10,-13,-10,-24,-9r0,-32r68,0v6,0,8,6,8,20r0,130v1,9,12,10,23,9r0,30r-98,0xm51,-204v-16,0,-28,-12,-28,-27v0,-15,12,-29,28,-29v16,0,29,14,29,29v0,15,-13,27,-29,27","w":104,"k":{"*":5,"d":4,"q":4,"c":2,"e":2,"o":2,"\"":7,"'":7,"u":4,"v":11,"y":11,"j":4,"t":5,"\\":11,"p":4,"w":11}},"j":{"d":"-14,57r0,-27v24,1,40,-2,40,-25r0,-153v-1,-10,-13,-10,-24,-9r0,-32r68,0v6,0,8,6,8,20r0,177v4,52,-48,57,-92,49xm51,-204v-16,0,-28,-12,-28,-27v0,-15,12,-29,28,-29v16,0,29,14,29,29v0,15,-13,27,-29,27","w":95,"k":{"b":-5,",":4,".":4,"v":4,"y":4,"z":4,"w":4}},"k":{"d":"3,0r0,-30v11,1,21,0,22,-9r0,-172v-1,-10,-12,-11,-23,-10r0,-31r66,0v6,0,9,4,9,12r0,144r48,-47v8,-9,1,-16,-10,-14r0,-32r85,0r0,32v-35,0,-43,32,-65,46r49,71v7,8,9,11,18,10r0,30r-52,0r-51,-76r-22,20r0,26r19,0r0,30r-93,0","w":204,"k":{"d":7,"q":7,"c":7,"e":7,"o":7,"\"":4,"'":4,"a":2,"&":4,"-":11,"\\":16,"?":4}},"l":{"d":"3,0r0,-30v11,1,22,1,23,-9r0,-172v-1,-10,-12,-11,-24,-10r0,-31r68,0v6,0,9,4,9,12r0,201v1,10,13,10,24,9r0,30r-100,0","w":105,"k":{"*":4,"b":-4,"c":4,"e":4,"o":4,"\"":7,"'":7,"v":7,"y":7,"-":4,"j":4,"t":4,"\\":7,"?":4,"w":7}},"m":{"d":"3,0r0,-30v11,1,21,0,22,-9r0,-109v-1,-9,-12,-10,-23,-9r0,-32r64,0v6,0,10,5,11,25v23,-24,98,-49,113,2v25,-29,117,-57,117,17r0,106v1,8,9,10,19,9r0,30r-92,0r0,-30r21,0r0,-98v3,-35,-41,-22,-63,-16r0,114r21,0r0,30r-93,0r0,-30r20,0r0,-98v3,-35,-41,-22,-63,-16r0,114r21,0r0,30r-95,0","w":329,"k":{"*":11,"d":2,"q":2,"c":2,"e":2,"o":2,"\"":16,"'":16,"u":4,"v":11,"y":11,"-":4,"j":4,"t":5,"\\":18,"p":4,"?":13,"w":11}},"n":{"d":"3,0r0,-30v11,1,21,0,22,-9r0,-109v-1,-9,-12,-10,-23,-9r0,-32r64,0v6,0,10,5,11,24v30,-30,119,-51,119,20r0,106v1,8,9,10,19,9r0,30r-93,0r0,-30r22,0r0,-97v3,-37,-46,-23,-67,-17r0,114r22,0r0,30r-96,0","w":218,"k":{"*":11,"d":2,"q":2,"c":2,"e":2,"o":2,"\"":16,"'":16,"u":4,"v":11,"y":11,"-":4,"j":4,"t":5,"\\":18,"p":4,"?":13,"w":11}},"o":{"d":"104,3v-55,0,-99,-37,-99,-97v0,-61,44,-98,99,-98v55,0,99,37,99,98v0,60,-44,97,-99,97xm104,-31v26,0,46,-20,46,-62v0,-43,-20,-64,-46,-64v-26,0,-46,21,-46,64v0,42,20,62,46,62","w":208,"k":{"*":11,"g":4,",":13,".":13,"\"":22,"'":22,"u":2,"v":9,"y":9,"s":2,"]":4,"}":4,"f":2,"j":2,"m":2,"n":2,"r":2,"t":2,"h":2,"k":2,"l":2,"\\":25,"p":4,"?":14,"w":9,"\/":4,"x":7,")":4}},"p":{"d":"3,58r0,-28v11,1,21,0,22,-9r0,-169v-1,-9,-12,-10,-23,-9r0,-32r64,0v6,0,10,4,11,22v46,-46,129,-31,129,68v0,92,-73,112,-129,82r0,47r25,0r0,28r-99,0xm152,-94v-1,-65,-34,-67,-75,-53r0,105v35,17,75,15,75,-52","w":210,"k":{"*":7,"g":4,",":11,".":11,"\"":14,"'":14,"u":2,"v":5,"y":5,"]":4,"}":4,"i":2,"j":2,"m":2,"n":2,"r":2,"t":4,"h":2,"k":2,"l":2,"\\":18,"p":2,"?":11,"w":4,"x":4,")":7}},"q":{"d":"113,58r0,-28r24,0r0,-52v-49,35,-132,25,-132,-72v0,-98,86,-122,134,-74v8,-29,23,-19,50,-21r0,210v1,9,12,10,23,9r0,28r-99,0xm58,-95v0,71,42,67,79,50r0,-104v-40,-15,-79,-9,-79,54","w":203,"k":{"p":-11,"\\":7,"\/":-4,")":-5,"!":-4,"b":-4,"g":-14,",":-11,".":-11,":":-11,";":-11,"]":-5,"}":-5,"f":-4,"j":-29,"m":-4,"n":-4,"r":-4}},"r":{"d":"3,0r0,-30v11,1,21,0,22,-9r0,-109v-1,-9,-12,-10,-23,-9r0,-32r64,0v6,0,10,5,11,27v14,-17,34,-35,64,-27r0,39v-27,-1,-54,4,-64,11r0,109r27,0r0,30r-101,0","w":145,"k":{"d":9,"q":9,"g":11,"c":9,"e":9,"o":9,",":25,".":25,"a":9,"&":13,":":4,";":4,"-":11,"s":4,"z":5,"]":5,"}":5,"h":9,"k":9,"l":9,"\\":7,"\/":11,"@":4,")":7}},"s":{"d":"73,2v-34,0,-53,-5,-68,-10r0,-42r30,0v5,26,71,30,70,-1v0,-14,-8,-20,-38,-24v-41,-6,-60,-20,-60,-57v0,-61,94,-68,142,-51r0,42r-29,0v-4,-21,-68,-26,-68,1v0,12,7,18,39,23v46,7,64,20,64,58v0,37,-25,61,-82,61","w":159,"k":{"*":4,"g":4,"c":-2,"e":-2,"o":-2,",":4,".":4,"\"":7,"'":7,"u":2,"v":2,"y":2,"-":4,"z":2,"t":4,"\\":14,"p":2,"?":5,"w":2,"\/":2,")":4}},"t":{"d":"2,-157r0,-32r22,0r0,-50r53,0r0,50r38,0r0,32r-38,0r0,103v-2,25,16,24,39,24r0,28v-39,11,-92,7,-92,-46r0,-109r-22,0","w":119,"k":{"d":2,"q":2,"c":2,"e":2,"o":2,"\"":4,"'":4,"&":4,"-":7,"\\":11}},"u":{"d":"142,-23v-28,30,-119,48,-119,-21r0,-104v-1,-9,-11,-10,-21,-9r0,-32r74,0r0,128v-2,39,44,25,66,17r0,-113r-25,0r0,-32r77,0r0,149v1,9,11,11,22,10r0,30r-63,0v-6,0,-10,-4,-11,-23","w":218,"k":{"*":7,"c":2,"e":2,"o":2,"\"":13,"'":13,"u":4,"v":7,"y":7,"-":2,"j":4,"t":4,"\\":18,"?":7,"w":7}},"v":{"d":"79,0r-59,-147v-3,-9,-8,-11,-18,-10r0,-32r92,0r0,32r-24,0r39,108r31,-85v7,-16,4,-25,-15,-23r0,-32r79,0r0,32v-11,-1,-15,2,-19,11r-60,146r-46,0","w":208,"k":{"d":7,"q":7,"g":13,"c":9,"e":9,"o":9,",":40,".":40,"\"":4,"'":4,"a":9,"&":16,":":5,";":5,"-":13,"s":5,"z":7,"]":7,"}":7,"h":11,"k":11,"l":11,"\\":14,"?":4,"\/":22,"@":7,")":11}},"w":{"d":"182,0r-37,-123r-37,123r-45,0r-43,-147v-3,-9,-8,-11,-18,-10r0,-32r83,0r0,32r-16,0r25,94r37,-126r40,0r38,126r19,-71v6,-19,1,-24,-17,-23r0,-32r78,0r0,32v-11,-1,-16,1,-19,11r-43,146r-45,0","w":293,"k":{"\\":11,"@":4,"?":4,"\/":14,")":11,"d":7,"q":7,"g":13,"c":9,"e":9,"o":9,",":31,".":31,"\"":4,"'":4,"a":9,"&":14,":":4,";":4,"-":11,"s":5,"z":7,"]":7,"}":7,"h":11,"k":11,"l":11}},"x":{"d":"130,-95v22,20,34,55,64,65r0,30r-92,0r0,-30r21,0r-34,-42r-18,24v-10,12,-4,20,9,18r0,30r-77,0r0,-30v8,1,14,-1,19,-7r46,-56v-23,-19,-33,-56,-66,-64r0,-32r94,0r0,32r-20,0r32,40r22,-26v9,-10,0,-16,-12,-14r0,-32r75,0r0,32v-8,-1,-14,2,-18,7","w":198,"k":{"d":7,"q":7,"c":7,"e":7,"o":7,"\"":4,"'":4,"a":2,"&":4,"-":11,"\\":16,"?":4}},"y":{"d":"74,58r-43,0r0,-27v20,-6,38,-18,51,-34r-62,-144v-4,-9,-7,-11,-18,-10r0,-32r91,0r0,32r-25,0r41,97r30,-74v7,-17,5,-25,-14,-23r0,-32r83,0r0,32v-12,-1,-16,1,-21,11v-34,66,-59,164,-113,204","w":212,"k":{"d":7,"q":7,"g":13,"c":9,"e":9,"o":9,",":40,".":40,"\"":4,"'":4,"a":9,"&":16,":":5,";":5,"-":13,"s":5,"z":7,"]":7,"}":7,"h":11,"k":11,"l":11,"\\":14,"?":4,"\/":22,"@":7,")":11}},"z":{"d":"4,0r0,-33r105,-124r-64,0r-5,32r-30,0r0,-64r159,0r0,34r-105,124r67,0r4,-32r32,0r0,63r-163,0","w":173,"k":{"-":4,"h":4,"k":4,"l":4,"\\":14}},"{":{"d":"84,18v-62,4,-52,-54,-52,-109v1,-13,-10,-22,-28,-20r0,-31v42,6,28,-44,28,-79v0,-41,36,-49,82,-46r0,31v-15,1,-36,-4,-36,11v-2,46,11,88,-32,99v46,9,29,57,32,103v0,15,21,11,36,11r0,30r-30,0","w":118,"k":{"b":-11,"d":4,"q":4,"g":-5,"c":4,"e":4,"o":4,"u":4,"v":7,"y":7,"C":4,"G":4,"O":4,"Q":4,"w":7,"4":11,"7":-4,"6":4,"0":4}},"|":{"d":"45,-267r0,285r-34,0r0,-285r34,0","w":55},"}":{"d":"34,-267v62,-4,52,54,52,109v-1,13,10,22,28,20r0,31v-42,-6,-28,44,-28,79v0,41,-36,49,-82,46r0,-30v15,-1,36,4,36,-11v2,-46,-12,-90,32,-100v-46,-9,-29,-56,-32,-102v0,-15,-21,-11,-36,-11r0,-31r30,0","w":118},"~":{"d":"41,-130v25,-1,49,19,60,-2r25,0v12,57,-48,57,-82,42v-8,0,-12,5,-15,11r-25,0v-4,-33,8,-51,37,-51","w":129},"'":{"d":"21,-171v-5,-26,-14,-48,-12,-81r50,0v2,33,-7,55,-12,81r-26,0","w":67,"k":{"A":36,"J":45,"Z":7,"b":-11,"d":25,"q":25,"g":18,"c":22,"e":22,"o":22,"v":4,"y":4,"C":11,"G":11,"O":11,"Q":11,"S":5,"a":7,"s":13,"f":4,"w":4,"4":36,"7":-4,"6":9,"0":11,"9":4,"2":5,"8":9}},"`":{"d":"88,-202r-28,0r-34,-32r0,-18r52,0","w":144},"\u00a0":{"w":60}}}); /* * jQuery Cycle Plugin (with Transition Definitions) * Examples and documentation at: http://jquery.malsup.com/cycle/ * Copyright (c) 2007-2009 M. Alsup * Version: 2.73 (04-NOV-2009) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * Requires: jQuery v1.2.6 or later * * Originally based on the work of: * 1) Matt Oakes * 2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/) * 3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/) */ (function(i){var l="2.73";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(q){if(i.fn.cycle.debug){f(q)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!i.isReady&&s.s){f("DOM not ready, queuing slideshow");i(function(){i(s.s,s.c).cycle(r,q)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var w=m(this,r,q);if(w===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var x=i(this);var y=w.slideExpr?i(w.slideExpr,this):x.children();var u=y.get();if(u.length<2){f("terminating; too few slides: "+u.length);return}var t=k(x,y,u,w,s);if(t===false){return}var v=t.continuous?10:h(t.currSlide,t.nextSlide,t,!t.rev);if(v){v+=(t.delay||0);if(v<10){v=10}a("first timeout: "+v);this.cycleTimeout=setTimeout(function(){e(u,t,0,!t.rev)},v)}})};function m(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0}if(t===undefined||t===null){t={}}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout)}q.cycleTimeout=0;i(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=i(q).data("cycle.opts");if(!t){f("options not found, can not resume");return false}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}e(t.elements,t,1,1)}return false;case"prev":case"next":var u=i(q).data("cycle.opts");if(!u){f('options not found, "prev/next" ignored');return false}i.fn.cycle[t](u);return false;default:t={fx:t}}return t}else{if(t.constructor==Number){var s=t;t=i(q).data("cycle.opts");if(!t){f("options not found, can not advance slide");return false}if(s<0||s>=t.elements.length){f("invalid slide index: "+s);return false}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}if(typeof r=="string"){t.oneTimeFx=r}e(t.elements,t,1,s>=t.currSlide);return false}}return t}function b(q,r){if(!i.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter")}catch(s){}}}function k(y,J,u,t,E){var C=i.extend({},i.fn.cycle.defaults,t||{},i.metadata?y.metadata():i.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0});if(!i.support.opacity&&C.cleartype){C.after.push(function(){b(this,C)})}if(C.continuous){C.after.push(function(){e(u,C,0,!C.rev)})}n(C);if(!i.support.opacity&&C.cleartype&&!C.cleartypeNoBg){g(J)}if(y.css("position")=="static"){y.css("position","relative")}if(C.width){y.width(C.width)}if(C.height&&C.height!="auto"){y.height(C.height)}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide)}if(C.random){C.randomMap=[];for(var H=0;H=u.length){C.startingSlide=0}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;i(this).css("z-index",L)});i(u[x]).css("opacity",1).show();b(u[x],C);if(C.fit&&C.width){J.width(C.width)}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height)}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;Fv?A:v;B=I>B?I:B}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"})}}if(C.pause){y.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(C)===false){return false}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=i(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){f(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(E.s,E.c).cycle(t)},C.requeueTimeout);s=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(s){return false}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){i(J[x]).css(C.cssFirst)}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=i.fx.speeds[C.speed]||parseInt(C.speed)}if(!C.sync){C.speed=C.speed/2}while((C.timeout-C.speed)<250){C.timeout+=C.speed}}if(C.easing){C.easeIn=C.easeOut=C.easing}if(!C.speedIn){C.speedIn=C.speed}if(!C.speedOut){C.speedOut=C.speed}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1}if(!C.multiFx){var G=i.fn.cycle.transitions[C.fx];if(i.isFunction(G)){G(y,J,C)}else{if(C.fx!="custom"&&!C.multiFx){f("unknown transition: "+C.fx,"; slideshow terminating");return false}}}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true])}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true])}if(C.next){i(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1)})}if(C.prev){i(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1)})}if(C.pager){d(u,C)}j(C,u);return C}function n(q){q.original={before:[],after:[]};q.original.cssBefore=i.extend({},q.cssBefore);q.original.cssAfter=i.extend({},q.cssAfter);q.original.animIn=i.extend({},q.animIn);q.original.animOut=i.extend({},q.animOut);i.each(q.before,function(){q.original.before.push(this)});i.each(q.after,function(){q.original.after.push(this)})}function c(w){var u,s,r=i.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u=q.fxs.length){q.lastFx=0}v=q.fxs[q.lastFx];q.currFx=v}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null}i.fn.cycle.resetState(q,v);if(q.before.length){i.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})}var s=function(){i.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y)}else{if(i.isFunction(i.fn.cycle[q.fx])){i.fn.cycle[q.fx](A,z,q,s)}else{i.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent)}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1}if(q.pager){i.fn.cycle.updateActivePagerLink(q.pager,q.currSlide)}}var r=0;if(q.timeout&&!q.continuous){r=h(A,z,q,y)}else{if(q.continuous&&u.cyclePause){r=10}}if(r>0){u.cycleTimeout=setTimeout(function(){e(x,q,0,!q.rev)},r)}}i.fn.cycle.updateActivePagerLink=function(q,r){i(q).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide")})};function h(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);while((q-u.speed)<250){q+=u.speed}a("calculated timeout: "+q+"; speed: "+u.speed);if(q!==false){return q}}return u.timeout}i.fn.cycle.next=function(q){o(q,q.rev?-1:1)};i.fn.cycle.prev=function(q){o(q,q.rev?1:-1)};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2}else{if(r.randomIndex==-1){r.randomIndex=q.length-1}}r.nextSlide=r.randomMap[r.randomIndex]}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0}r.nextSlide=r.randomMap[r.randomIndex]}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false}r.nextSlide=q.length-1}else{if(r.nextSlide>=q.length){if(r.nowrap){return false}r.nextSlide=0}}}}if(i.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide])}e(q,r,1,u>=0);return false}function d(r,s){var q=i(s.pager);i.each(r,function(t,u){i.fn.cycle.createPagerAnchor(t,u,q,r,s)});i.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide)}i.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(i.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v)}else{r=''+(u+1)+""}if(!r){return}var x=i(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);i(this).append(y);q.push(y[0])});x=i(q)}else{x.appendTo(s)}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0}if(i.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide])}e(t,w,1,w.currSlideq?u-q:t.slideCount-q}else{r=u=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2])}if(t&&t!="transparent"){return t}}return"#ffffff"}s.each(function(){i(this).css("background-color",q(this))})}i.fn.cycle.commonReset=function(v,t,u,r,s,q){i(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";i(v).css("zIndex",u.slideCount+(q===true?1:0));i(t).css("zIndex",u.slideCount+(q===true?0:1))};i.fn.cycle.custom=function(B,v,q,s,r){var A=i(B),w=i(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r}else{t=z=1}u=y=null}var x=function(){w.animate(q.animIn,t,u,s)};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter)}if(!q.sync){x()}});if(q.sync){x()}};i.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){i.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return l};i.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);/* * jQuery UI 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI */ jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return !this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;/* * jQuery UI Datepicker 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Datepicker * * Depends: * ui.core.js */ (function($){$.extend($.ui,{datepicker:{version:"1.7.2"}});var PROP_NAME="datepicker";function Datepicker(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],dateFormat:"mm/dd/yy",firstDay:0,isRTL:false};this._defaults={showOn:"focus",showAnim:"show",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10",showOtherMonths:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"normal",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false};$.extend(this._defaults,this.regional[""]);this.dpDiv=$('
')}$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",log:function(){if(this.debug){console.log.apply("",arguments)}},setDefaults:function(settings){extendRemove(this._defaults,settings||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase();var inline=(nodeName=="div"||nodeName=="span");if(!target.id){target.id="dp"+(++this.uuid)}var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{});if(nodeName=="input"){this._connectDatepicker(target,inst)}else{if(inline){this._inlineDatepicker(target,inst)}}},_newInst:function(target,inline){var id=target[0].id.replace(/([:\[\]\.])/g,"\\\\$1");return{id:id,input:target,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:inline,dpDiv:(!inline?this.dpDiv:$('
'))}},_connectDatepicker:function(target,inst){var input=$(target);inst.append=$([]);inst.trigger=$([]);if(input.hasClass(this.markerClassName)){return}var appendText=this._get(inst,"appendText");var isRTL=this._get(inst,"isRTL");if(appendText){inst.append=$(''+appendText+"");input[isRTL?"before":"after"](inst.append)}var showOn=this._get(inst,"showOn");if(showOn=="focus"||showOn=="both"){input.focus(this._showDatepicker)}if(showOn=="button"||showOn=="both"){var buttonText=this._get(inst,"buttonText");var buttonImage=this._get(inst,"buttonImage");inst.trigger=$(this._get(inst,"buttonImageOnly")?$("").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("").attr({src:buttonImage,alt:buttonText,title:buttonText})));input[isRTL?"before":"after"](inst.trigger);inst.trigger.click(function(){if($.datepicker._datepickerShowing&&$.datepicker._lastInput==target){$.datepicker._hideDatepicker()}else{$.datepicker._showDatepicker(target)}return false})}input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst)},_inlineDatepicker:function(target,inst){var divSpan=$(target);if(divSpan.hasClass(this.markerClassName)){return}divSpan.addClass(this.markerClassName).append(inst.dpDiv).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst);this._setDate(inst,this._getDefaultDate(inst));this._updateDatepicker(inst);this._updateAlternate(inst)},_dialogDatepicker:function(input,dateText,onSelect,settings,pos){var inst=this._dialogInst;if(!inst){var id="dp"+(++this.uuid);this._dialogInput=$('');this._dialogInput.keydown(this._doKeyDown);$("body").append(this._dialogInput);inst=this._dialogInst=this._newInst(this._dialogInput,false);inst.settings={};$.data(this._dialogInput[0],PROP_NAME,inst)}extendRemove(inst.settings,settings||{});this._dialogInput.val(dateText);this._pos=(pos?(pos.length?pos:[pos.pageX,pos.pageY]):null);if(!this._pos){var browserWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var browserHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var scrollX=document.documentElement.scrollLeft||document.body.scrollLeft;var scrollY=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(browserWidth/2)-100+scrollX,(browserHeight/2)-150+scrollY]}this._dialogInput.css("left",this._pos[0]+"px").css("top",this._pos[1]+"px");inst.settings.onSelect=onSelect;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if($.blockUI){$.blockUI(this.dpDiv)}$.data(this._dialogInput[0],PROP_NAME,inst);return this},_destroyDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();$.removeData(target,PROP_NAME);if(nodeName=="input"){inst.append.remove();inst.trigger.remove();$target.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress)}else{if(nodeName=="div"||nodeName=="span"){$target.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=false;inst.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().removeClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)})},_disableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=true;inst.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().addClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)});this._disabledInputs[this._disabledInputs.length]=target},_isDisabledDatepicker:function(target){if(!target){return false}for(var i=0;i-1)}},_showDatepicker:function(input){input=input.target||input;if(input.nodeName.toLowerCase()!="input"){input=$("input",input.parentNode)[0]}if($.datepicker._isDisabledDatepicker(input)||$.datepicker._lastInput==input){return}var inst=$.datepicker._getInst(input);var beforeShow=$.datepicker._get(inst,"beforeShow");extendRemove(inst.settings,(beforeShow?beforeShow.apply(input,[input,inst]):{}));$.datepicker._hideDatepicker(null,"");$.datepicker._lastInput=input;$.datepicker._setDateFromField(inst);if($.datepicker._inDialog){input.value=""}if(!$.datepicker._pos){$.datepicker._pos=$.datepicker._findPos(input);$.datepicker._pos[1]+=input.offsetHeight}var isFixed=false;$(input).parents().each(function(){isFixed|=$(this).css("position")=="fixed";return !isFixed});if(isFixed&&$.browser.opera){$.datepicker._pos[0]-=document.documentElement.scrollLeft;$.datepicker._pos[1]-=document.documentElement.scrollTop}var offset={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null;inst.rangeStart=null;inst.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});$.datepicker._updateDatepicker(inst);offset=$.datepicker._checkOffset(inst,offset,isFixed);inst.dpDiv.css({position:($.datepicker._inDialog&&$.blockUI?"static":(isFixed?"fixed":"absolute")),display:"none",left:offset.left+"px",top:offset.top+"px"});if(!inst.inline){var showAnim=$.datepicker._get(inst,"showAnim")||"show";var duration=$.datepicker._get(inst,"duration");var postProcess=function(){$.datepicker._datepickerShowing=true;if($.browser.msie&&parseInt($.browser.version,10)<7){$("iframe.ui-datepicker-cover").css({width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4})}};if($.effects&&$.effects[showAnim]){inst.dpDiv.show(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[showAnim](duration,postProcess)}if(duration==""){postProcess()}if(inst.input[0].type!="hidden"){inst.input[0].focus()}$.datepicker._curInst=inst}},_updateDatepicker:function(inst){var dims={width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4};var self=this;inst.dpDiv.empty().append(this._generateHTML(inst)).find("iframe.ui-datepicker-cover").css({width:dims.width,height:dims.height}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){$(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).removeClass("ui-datepicker-next-hover")}}).bind("mouseover",function(){if(!self._isDisabledDatepicker(inst.inline?inst.dpDiv.parent()[0]:inst.input[0])){$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");$(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).addClass("ui-datepicker-next-hover")}}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();var numMonths=this._getNumberOfMonths(inst);var cols=numMonths[1];var width=17;if(cols>1){inst.dpDiv.addClass("ui-datepicker-multi-"+cols).css("width",(width*cols)+"em")}else{inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("")}inst.dpDiv[(numMonths[0]!=1||numMonths[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");inst.dpDiv[(this._get(inst,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(inst.input&&inst.input[0].type!="hidden"&&inst==$.datepicker._curInst){$(inst.input[0]).focus()}},_checkOffset:function(inst,offset,isFixed){var dpWidth=inst.dpDiv.outerWidth();var dpHeight=inst.dpDiv.outerHeight();var inputWidth=inst.input?inst.input.outerWidth():0;var inputHeight=inst.input?inst.input.outerHeight():0;var viewWidth=(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)+$(document).scrollLeft();var viewHeight=(window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight)+$(document).scrollTop();offset.left-=(this._get(inst,"isRTL")?(dpWidth-inputWidth):0);offset.left-=(isFixed&&offset.left==inst.input.offset().left)?$(document).scrollLeft():0;offset.top-=(isFixed&&offset.top==(inst.input.offset().top+inputHeight))?$(document).scrollTop():0;offset.left-=(offset.left+dpWidth>viewWidth&&viewWidth>dpWidth)?Math.abs(offset.left+dpWidth-viewWidth):0;offset.top-=(offset.top+dpHeight>viewHeight&&viewHeight>dpHeight)?Math.abs(offset.top+dpHeight+inputHeight*2-viewHeight):0;return offset},_findPos:function(obj){while(obj&&(obj.type=="hidden"||obj.nodeType!=1)){obj=obj.nextSibling}var position=$(obj).offset();return[position.left,position.top]},_hideDatepicker:function(input,duration){var inst=this._curInst;if(!inst||(input&&inst!=$.data(input,PROP_NAME))){return}if(inst.stayOpen){this._selectDate("#"+inst.id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear))}inst.stayOpen=false;if(this._datepickerShowing){duration=(duration!=null?duration:this._get(inst,"duration"));var showAnim=this._get(inst,"showAnim");var postProcess=function(){$.datepicker._tidyDialog(inst)};if(duration!=""&&$.effects&&$.effects[showAnim]){inst.dpDiv.hide(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[(duration==""?"hide":(showAnim=="slideDown"?"slideUp":(showAnim=="fadeIn"?"fadeOut":"hide")))](duration,postProcess)}if(duration==""){this._tidyDialog(inst)}var onClose=this._get(inst,"onClose");if(onClose){onClose.apply((inst.input?inst.input[0]:null),[(inst.input?inst.input.val():""),inst])}this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if($.blockUI){$.unblockUI();$("body").append(this.dpDiv)}}this._inDialog=false}this._curInst=null},_tidyDialog:function(inst){inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(event){if(!$.datepicker._curInst){return}var $target=$(event.target);if(($target.parents("#"+$.datepicker._mainDivId).length==0)&&!$target.hasClass($.datepicker.markerClassName)&&!$target.hasClass($.datepicker._triggerClass)&&$.datepicker._datepickerShowing&&!($.datepicker._inDialog&&$.blockUI)){$.datepicker._hideDatepicker(null,"")}},_adjustDate:function(id,offset,period){var target=$(id);var inst=this._getInst(target[0]);if(this._isDisabledDatepicker(target[0])){return}this._adjustInstDate(inst,offset+(period=="M"?this._get(inst,"showCurrentAtPos"):0),period);this._updateDatepicker(inst)},_gotoToday:function(id){var target=$(id);var inst=this._getInst(target[0]);if(this._get(inst,"gotoCurrent")&&inst.currentDay){inst.selectedDay=inst.currentDay;inst.drawMonth=inst.selectedMonth=inst.currentMonth;inst.drawYear=inst.selectedYear=inst.currentYear}else{var date=new Date();inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear()}this._notifyChange(inst);this._adjustDate(target)},_selectMonthYear:function(id,select,period){var target=$(id);var inst=this._getInst(target[0]);inst._selectingMonthYear=false;inst["selected"+(period=="M"?"Month":"Year")]=inst["draw"+(period=="M"?"Month":"Year")]=parseInt(select.options[select.selectedIndex].value,10);this._notifyChange(inst);this._adjustDate(target)},_clickMonthYear:function(id){var target=$(id);var inst=this._getInst(target[0]);if(inst.input&&inst._selectingMonthYear&&!$.browser.msie){inst.input[0].focus()}inst._selectingMonthYear=!inst._selectingMonthYear},_selectDay:function(id,month,year,td){var target=$(id);if($(td).hasClass(this._unselectableClass)||this._isDisabledDatepicker(target[0])){return}var inst=this._getInst(target[0]);inst.selectedDay=inst.currentDay=$("a",td).html();inst.selectedMonth=inst.currentMonth=month;inst.selectedYear=inst.currentYear=year;if(inst.stayOpen){inst.endDay=inst.endMonth=inst.endYear=null}this._selectDate(id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear));if(inst.stayOpen){inst.rangeStart=this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay));this._updateDatepicker(inst)}},_clearDate:function(id){var target=$(id);var inst=this._getInst(target[0]);inst.stayOpen=false;inst.endDay=inst.endMonth=inst.endYear=inst.rangeStart=null;this._selectDate(target,"")},_selectDate:function(id,dateStr){var target=$(id);var inst=this._getInst(target[0]);dateStr=(dateStr!=null?dateStr:this._formatDate(inst));if(inst.input){inst.input.val(dateStr)}this._updateAlternate(inst);var onSelect=this._get(inst,"onSelect");if(onSelect){onSelect.apply((inst.input?inst.input[0]:null),[dateStr,inst])}else{if(inst.input){inst.input.trigger("change")}}if(inst.inline){this._updateDatepicker(inst)}else{if(!inst.stayOpen){this._hideDatepicker(null,this._get(inst,"duration"));this._lastInput=inst.input[0];if(typeof(inst.input[0])!="object"){inst.input[0].focus()}this._lastInput=null}}},_updateAlternate:function(inst){var altField=this._get(inst,"altField");if(altField){var altFormat=this._get(inst,"altFormat")||this._get(inst,"dateFormat");var date=this._getDate(inst);dateStr=this.formatDate(altFormat,date,this._getFormatConfig(inst));$(altField).each(function(){$(this).val(dateStr)})}},noWeekends:function(date){var day=date.getDay();return[(day>0&&day<6),""]},iso8601Week:function(date){var checkDate=new Date(date.getFullYear(),date.getMonth(),date.getDate());var firstMon=new Date(checkDate.getFullYear(),1-1,4);var firstDay=firstMon.getDay()||7;firstMon.setDate(firstMon.getDate()+1-firstDay);if(firstDay<4&&checkDatenew Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)0&&iValue="0"&&value.charAt(iValue)<="9"){num=num*10+parseInt(value.charAt(iValue++),10);size--}if(size==origSize){throw"Missing number at position "+iValue}return num};var getName=function(match,shortNames,longNames){var names=(lookAhead(match)?longNames:shortNames);var size=0;for(var j=0;j0&&iValue-1){month=1;day=doy;do{var dim=this._getDaysInMonth(year,month-1);if(day<=dim){break}month++;day-=dim}while(true)}var date=this._daylightSavingAdjust(new Date(year,month-1,day));if(date.getFullYear()!=year||date.getMonth()+1!=month||date.getDate()!=day){throw"Invalid date"}return date},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TIMESTAMP:"@",W3C:"yy-mm-dd",formatDate:function(format,date,settings){if(!date){return""}var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var lookAhead=function(match){var matches=(iFormat+1=0;m--){doy+=this._getDaysInMonth(date.getFullYear(),m)}output+=formatNumber("o",doy,3);break;case"m":output+=formatNumber("m",date.getMonth()+1,2);break;case"M":output+=formatName("M",date.getMonth(),monthNamesShort,monthNames);break;case"y":output+=(lookAhead("y")?date.getFullYear():(date.getYear()%100<10?"0":"")+date.getYear()%100);break;case"@":output+=date.getTime();break;case"'":if(lookAhead("'")){output+="'"}else{literal=true}break;default:output+=format.charAt(iFormat)}}}}return output},_possibleChars:function(format){var chars="";var literal=false;for(var iFormat=0;iFormatmaxDate?maxDate:date);return date},_determineDate:function(date,defaultDate){var offsetNumeric=function(offset){var date=new Date();date.setDate(date.getDate()+offset);return date};var offsetString=function(offset,getDaysInMonth){var date=new Date();var year=date.getFullYear();var month=date.getMonth();var day=date.getDate();var pattern=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g;var matches=pattern.exec(offset);while(matches){switch(matches[2]||"d"){case"d":case"D":day+=parseInt(matches[1],10);break;case"w":case"W":day+=parseInt(matches[1],10)*7;break;case"m":case"M":month+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break;case"y":case"Y":year+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break}matches=pattern.exec(offset)}return new Date(year,month,day)};date=(date==null?defaultDate:(typeof date=="string"?offsetString(date,this._getDaysInMonth):(typeof date=="number"?(isNaN(date)?defaultDate:offsetNumeric(date)):date)));date=(date&&date.toString()=="Invalid Date"?defaultDate:date);if(date){date.setHours(0);date.setMinutes(0);date.setSeconds(0);date.setMilliseconds(0)}return this._daylightSavingAdjust(date)},_daylightSavingAdjust:function(date){if(!date){return null}date.setHours(date.getHours()>12?date.getHours()+2:0);return date},_setDate:function(inst,date,endDate){var clear=!(date);var origMonth=inst.selectedMonth;var origYear=inst.selectedYear;date=this._determineDate(date,new Date());inst.selectedDay=inst.currentDay=date.getDate();inst.drawMonth=inst.selectedMonth=inst.currentMonth=date.getMonth();inst.drawYear=inst.selectedYear=inst.currentYear=date.getFullYear();if(origMonth!=inst.selectedMonth||origYear!=inst.selectedYear){this._notifyChange(inst)}this._adjustInstDate(inst);if(inst.input){inst.input.val(clear?"":this._formatDate(inst))}},_getDate:function(inst){var startDate=(!inst.currentYear||(inst.input&&inst.input.val()=="")?null:this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return startDate},_generateHTML:function(inst){var today=new Date();today=this._daylightSavingAdjust(new Date(today.getFullYear(),today.getMonth(),today.getDate()));var isRTL=this._get(inst,"isRTL");var showButtonPanel=this._get(inst,"showButtonPanel");var hideIfNoPrevNext=this._get(inst,"hideIfNoPrevNext");var navigationAsDateFormat=this._get(inst,"navigationAsDateFormat");var numMonths=this._getNumberOfMonths(inst);var showCurrentAtPos=this._get(inst,"showCurrentAtPos");var stepMonths=this._get(inst,"stepMonths");var stepBigMonths=this._get(inst,"stepBigMonths");var isMultiMonth=(numMonths[0]!=1||numMonths[1]!=1);var currentDate=this._daylightSavingAdjust((!inst.currentDay?new Date(9999,9,9):new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");var drawMonth=inst.drawMonth-showCurrentAtPos;var drawYear=inst.drawYear;if(drawMonth<0){drawMonth+=12;drawYear--}if(maxDate){var maxDraw=this._daylightSavingAdjust(new Date(maxDate.getFullYear(),maxDate.getMonth()-numMonths[1]+1,maxDate.getDate()));maxDraw=(minDate&&maxDrawmaxDraw){drawMonth--;if(drawMonth<0){drawMonth=11;drawYear--}}}inst.drawMonth=drawMonth;inst.drawYear=drawYear;var prevText=this._get(inst,"prevText");prevText=(!navigationAsDateFormat?prevText:this.formatDate(prevText,this._daylightSavingAdjust(new Date(drawYear,drawMonth-stepMonths,1)),this._getFormatConfig(inst)));var prev=(this._canAdjustMonth(inst,-1,drawYear,drawMonth)?''+prevText+"":(hideIfNoPrevNext?"":''+prevText+""));var nextText=this._get(inst,"nextText");nextText=(!navigationAsDateFormat?nextText:this.formatDate(nextText,this._daylightSavingAdjust(new Date(drawYear,drawMonth+stepMonths,1)),this._getFormatConfig(inst)));var next=(this._canAdjustMonth(inst,+1,drawYear,drawMonth)?''+nextText+"":(hideIfNoPrevNext?"":''+nextText+""));var currentText=this._get(inst,"currentText");var gotoDate=(this._get(inst,"gotoCurrent")&&inst.currentDay?currentDate:today);currentText=(!navigationAsDateFormat?currentText:this.formatDate(currentText,gotoDate,this._getFormatConfig(inst)));var controls=(!inst.inline?'":"");var buttonPanel=(showButtonPanel)?'
'+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'":"")+(isRTL?"":controls)+"
":"";var firstDay=parseInt(this._get(inst,"firstDay"),10);firstDay=(isNaN(firstDay)?0:firstDay);var dayNames=this._get(inst,"dayNames");var dayNamesShort=this._get(inst,"dayNamesShort");var dayNamesMin=this._get(inst,"dayNamesMin");var monthNames=this._get(inst,"monthNames");var monthNamesShort=this._get(inst,"monthNamesShort");var beforeShowDay=this._get(inst,"beforeShowDay");var showOtherMonths=this._get(inst,"showOtherMonths");var calculateWeek=this._get(inst,"calculateWeek")||this.iso8601Week;var endDate=inst.endDay?this._daylightSavingAdjust(new Date(inst.endYear,inst.endMonth,inst.endDay)):currentDate;var defaultDate=this._getDefaultDate(inst);var html="";for(var row=0;row'+(/all|left/.test(cornerClass)&&row==0?(isRTL?next:prev):"")+(/all|right/.test(cornerClass)&&row==0?(isRTL?prev:next):"")+this._generateMonthYearHeader(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,row>0||col>0,monthNames,monthNamesShort)+'
';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="=5?' class="ui-datepicker-week-end"':"")+'>'+dayNamesMin[day]+""}calender+=thead+"";var daysInMonth=this._getDaysInMonth(drawYear,drawMonth);if(drawYear==inst.selectedYear&&drawMonth==inst.selectedMonth){inst.selectedDay=Math.min(inst.selectedDay,daysInMonth)}var leadDays=(this._getFirstDayOfMonth(drawYear,drawMonth)-firstDay+7)%7;var numRows=(isMultiMonth?6:Math.ceil((leadDays+daysInMonth)/7));var printDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,1-leadDays));for(var dRow=0;dRow";var tbody="";for(var dow=0;dow<7;dow++){var daySettings=(beforeShowDay?beforeShowDay.apply((inst.input?inst.input[0]:null),[printDate]):[true,""]);var otherMonth=(printDate.getMonth()!=drawMonth);var unselectable=otherMonth||!daySettings[0]||(minDate&&printDatemaxDate);tbody+='";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+""}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="
=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" "+this._currentClass:"")+(printDate.getTime()==today.getTime()?" ui-datepicker-today":""))+'"'+((!otherMonth||showOtherMonths)&&daySettings[2]?' title="'+daySettings[2]+'"':"")+(unselectable?"":" onclick=\"DP_jQuery.datepicker._selectDay('#"+inst.id+"',"+drawMonth+","+drawYear+', this);return false;"')+">"+(otherMonth?(showOtherMonths?printDate.getDate():" "):(unselectable?''+printDate.getDate()+"":'=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+""))+"
"+(isMultiMonth?"
"+((numMonths[0]>0&&col==numMonths[1]-1)?'
':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?" ":"")}if(secondary||!changeYear){html+=''+drawYear+""}else{var years=this._get(inst,"yearRange").split(":");var year=0;var endYear=0;if(years.length!=2){year=drawYear-10;endYear=drawYear+10}else{if(years[0].charAt(0)=="+"||years[0].charAt(0)=="-"){year=drawYear+parseInt(years[0],10);endYear=drawYear+parseInt(years[1],10)}else{year=parseInt(years[0],10);endYear=parseInt(years[1],10)}}year=(minDate?Math.max(year,minDate.getFullYear()):year);endYear=(maxDate?Math.min(endYear,maxDate.getFullYear()):endYear);html+='"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?" ":"")+monthHtml}html+="";return html},_adjustInstDate:function(inst,offset,period){var year=inst.drawYear+(period=="Y"?offset:0);var month=inst.drawMonth+(period=="M"?offset:0);var day=Math.min(inst.selectedDay,this._getDaysInMonth(year,month))+(period=="D"?offset:0);var date=this._daylightSavingAdjust(new Date(year,month,day));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&datemaxDate?maxDate:date);inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();if(period=="M"||period=="Y"){this._notifyChange(inst)}},_notifyChange:function(inst){var onChange=this._get(inst,"onChangeMonthYear");if(onChange){onChange.apply((inst.input?inst.input[0]:null),[inst.selectedYear,inst.selectedMonth+1,inst])}},_getNumberOfMonths:function(inst){var numMonths=this._get(inst,"numberOfMonths");return(numMonths==null?[1,1]:(typeof numMonths=="number"?[1,numMonths]:numMonths))},_getMinMaxDate:function(inst,minMax,checkRange){var date=this._determineDate(this._get(inst,minMax+"Date"),null);return(!checkRange||!inst.rangeStart?date:(!date||inst.rangeStart>date?inst.rangeStart:date))},_getDaysInMonth:function(year,month){return 32-new Date(year,month,32).getDate()},_getFirstDayOfMonth:function(year,month){return new Date(year,month,1).getDay()},_canAdjustMonth:function(inst,offset,curYear,curMonth){var numMonths=this._getNumberOfMonths(inst);var date=this._daylightSavingAdjust(new Date(curYear,curMonth+(offset<0?offset:numMonths[1]),1));if(offset<0){date.setDate(this._getDaysInMonth(date.getFullYear(),date.getMonth()))}return this._isInRange(inst,date)},_isInRange:function(inst,date){var newMinDate=(!inst.rangeStart?null:this._daylightSavingAdjust(new Date(inst.selectedYear,inst.selectedMonth,inst.selectedDay)));newMinDate=(newMinDate&&inst.rangeStart=minDate)&&(!maxDate||date<=maxDate))},_getFormatConfig:function(inst){var shortYearCutoff=this._get(inst,"shortYearCutoff");shortYearCutoff=(typeof shortYearCutoff!="string"?shortYearCutoff:new Date().getFullYear()%100+parseInt(shortYearCutoff,10));return{shortYearCutoff:shortYearCutoff,dayNamesShort:this._get(inst,"dayNamesShort"),dayNames:this._get(inst,"dayNames"),monthNamesShort:this._get(inst,"monthNamesShort"),monthNames:this._get(inst,"monthNames")}},_formatDate:function(inst,day,month,year){if(!day){inst.currentDay=inst.selectedDay;inst.currentMonth=inst.selectedMonth;inst.currentYear=inst.selectedYear}var date=(day?(typeof day=="object"?day:this._daylightSavingAdjust(new Date(year,month,day))):this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return this.formatDate(this._get(inst,"dateFormat"),date,this._getFormatConfig(inst))}});function extendRemove(target,props){$.extend(target,props);for(var name in props){if(props[name]==null||props[name]==undefined){target[name]=props[name]}}return target}function isArray(a){return(a&&(($.browser.safari&&typeof a=="object"&&a.length)||(a.constructor&&a.constructor.toString().match(/\Array\(\)/))))}$.fn.datepicker=function(options){if(!$.datepicker.initialized){$(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv);$.datepicker.initialized=true}var otherArgs=Array.prototype.slice.call(arguments,1);if(typeof options=="string"&&(options=="isDisabled"||options=="getDate")){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}if(options=="option"&&arguments.length==2&&typeof arguments[1]=="string"){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}return this.each(function(){typeof options=="string"?$.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this].concat(otherArgs)):$.datepicker._attachDatepicker(this,options)})};$.datepicker=new Datepicker();$.datepicker.initialized=false;$.datepicker.uuid=new Date().getTime();$.datepicker.version="1.7.2";window.DP_jQuery=$})(jQuery);;var obj = null; $(document).ready(function() { //$('.subbed').removeClass('on'); $('#menu .sub_menu').hide(); $('#menu > li.subbed').hover( function() { if (obj) { obj.find('ul').hide(); obj = null; } $(this).addClass('on').find('ul').show(); }, function() { obj = $(this); if(obj) { obj.find('ul').hide(); obj.removeClass('on'); } } ); }); /** * -------------------------------------------------------------------- * jQuery-Plugin "pngFix" * Version: 1.2, 09.03.2009 * by Andreas Eberhard, andreas.eberhard@gmail.com * http://jquery.andreaseberhard.de/ * * Copyright (c) 2007 Andreas Eberhard * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php) * * Changelog: * 09.03.2009 Version 1.2 * - Update for jQuery 1.3.x, removed @ from selectors * 11.09.2007 Version 1.1 * - removed noConflict * - added png-support for input type=image * - 01.08.2007 CSS background-image support extension added by Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com * 31.05.2007 initial Version 1.0 * -------------------------------------------------------------------- * @example $(function(){$(document).pngFix();}); * @desc Fixes all PNG's in the document on document.ready * * jQuery(function(){jQuery(document).pngFix();}); * @desc Fixes all PNG's in the document on document.ready when using noConflict * * @example $(function(){$('div.examples').pngFix();}); * @desc Fixes all PNG's within div with class examples * * @example $(function(){$('div.examples').pngFix( { blankgif:'ext.gif' } );}); * @desc Fixes all PNG's within div with class examples, provides blank gif for input with png * -------------------------------------------------------------------- */ (function($) { jQuery.fn.pngFix = function(settings) { // Settings settings = jQuery.extend({ blankgif: 'blank.gif' }, settings); var ie55 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 5.5") != -1); var ie6 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 6.0") != -1); if (jQuery.browser.msie && (ie55 || ie6)) { //fix images with png-source jQuery(this).find("img[src$=.png]").each(function() { jQuery(this).attr('width',jQuery(this).width()); jQuery(this).attr('height',jQuery(this).height()); var prevStyle = ''; var strNewHTML = ''; var imgId = (jQuery(this).attr('id')) ? 'id="' + jQuery(this).attr('id') + '" ' : ''; var imgClass = (jQuery(this).attr('class')) ? 'class="' + jQuery(this).attr('class') + '" ' : ''; var imgTitle = (jQuery(this).attr('title')) ? 'title="' + jQuery(this).attr('title') + '" ' : ''; var imgAlt = (jQuery(this).attr('alt')) ? 'alt="' + jQuery(this).attr('alt') + '" ' : ''; var imgAlign = (jQuery(this).attr('align')) ? 'float:' + jQuery(this).attr('align') + ';' : ''; var imgHand = (jQuery(this).parent().attr('href')) ? 'cursor:hand;' : ''; if (this.style.border) { prevStyle += 'border:'+this.style.border+';'; this.style.border = ''; } if (this.style.padding) { prevStyle += 'padding:'+this.style.padding+';'; this.style.padding = ''; } if (this.style.margin) { prevStyle += 'margin:'+this.style.margin+';'; this.style.margin = ''; } var imgStyle = (this.style.cssText); strNewHTML += ''; if (prevStyle != ''){ strNewHTML = '' + strNewHTML + ''; } jQuery(this).hide(); jQuery(this).after(strNewHTML); }); // fix css background pngs jQuery(this).find("*").each(function(){ var bgIMG = jQuery(this).css('background-image'); if(bgIMG.indexOf(".png")!=-1){ var iebg = bgIMG.split('url("')[1].split('")')[0]; jQuery(this).css('background-image', 'none'); jQuery(this).get(0).runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + iebg + "',sizingMethod='scale')"; } }); //fix input with png-source jQuery(this).find("input[src$=.png]").each(function() { var bgIMG = jQuery(this).attr('src'); jQuery(this).get(0).runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader' + '(src=\'' + bgIMG + '\', sizingMethod=\'scale\');'; jQuery(this).attr('src', settings.blankgif) }); } return jQuery; }; })(jQuery);function isEmail(str) { var at="@"; var dot="."; var lat=str.indexOf(at); var lstr=str.length; var ldot=str.indexOf(dot); if ((str.indexOf(at)==-1) || (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr) || (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr) || (str.indexOf(at,(lat+1))!=-1) || (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot) || (str.indexOf(dot,(lat+2))==-1) || (str.indexOf(" ")!=-1)) { return false; } return true; } var tools = { media_registration: function (form) { errors = tools.verify(form); if(errors) { alert("There are several items not filled out correctly.\n\nCould you please check the following Fields?\n\n"+errors); $(form).removeAttr('style'); return false; } return true; }, make_booking: function(form) { var params = $(form).serialize(); errors = tools.verify(form); if(errors) { alert("Could you please fill in the following Details?\n\n"+errors); $(form).removeAttr('style'); return false; } else { /* var year = parseInt($('#year').val()); var month = parseInt($('#month').val())-1; var day = parseInt($('#day').val()); var hour = parseInt($('#hour').val()); var minutes = parseInt($('#min').val()); if(hour < 12) hour += 12; d1 = new Date(year, month, day, hour, minutes); // creates a new Date for the 1st June 2005 d2 = new Date(); // creates a new Date representing today num_hours = ((((d1.getTime() - d2.getTime()) / 1000) / 60) / 60); if(!d1 || !d2) { alert('Please check your dates and try again'); } else if(num_hours < 48) { alert("Sorry, we could not submit your reservation as it is within 48 hours\nPlease either change the date of your Reservation\nor alternatively call (02) 9259 5656"); } else {*/ $(form).find('input.submit').val('submitting...').attr('disabled','disabled'); $.post($(form).attr('action')+'/ajax/', params, function(data) { $('.boxy-content').html(data); } ); //} } }, subscribe_mailinglist: function(form) { errors = tools.verify(form); if(errors) { alert("Could you please fill in the following Details?\n\n"+errors); $(form).removeAttr('style'); return false; } else { $(form).find('input.submit').val('submitting...').attr('disabled','disabled') $.post($(form).attr('action')+'/ajax/', $(form).serialize(), function(data) { $('.boxy-content').html(data); } ); } }, verify: function(form) { var error = ''; //$('.verify').removeClass('check'); $(form).find('.verify').each(function() { if($(this).val() == '' || ($(this).hasClass('email') && !isEmail($(this).val())) || ($(this).attr('type') == 'checkbox' && $(this).attr('checked') == false)) { //$(this).addClass('check'); error += ' - '+$(this).attr('title')+'\n'; } }); return error; }, submit_form: function(form) { errors = tools.verify(form); if(errors) { alert("Could you please fill in the following Details?\n"+errors); $(form).removeAttr('style'); return false; } else { return true; } } };