/*
 * jQuery JavaScript Library v1.3.1
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-01-21 20:42:16 -0500 (Wed, 21 Jan 2009)
 * Revision: 6158
 */
(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.makeArray(E))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(E){return E===g?o.makeArray(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,find:function(E){if(this.length===1&&!/,/.test(E)){var G=this.pushStack([],"find",E);G.length=0;o.find(E,this[0],G);return G}else{var F=o.map(this,function(H){return o.find(E,H)});return this.pushStack(/[^+>] [^+>]/.test(E)?o.unique(F):F,"find",E)}},clone:function(F){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.cloneNode(true),H=document.createElement("div");H.appendChild(I);return o.clean([H.innerHTML])[0]}else{return this.cloneNode(true)}});var G=E.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(F===true){this.find("*").andSelf().each(function(I){if(this.nodeType==3){return}var H=o.data(this,"events");for(var K in H){for(var J in H[K]){o.event.add(G[I],K,H[K][J],H[K][J].data)}}})}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 F=o.expr.match.POS.test(E)?o(E):null;return this.map(function(){var G=this;while(G&&G.ownerDocument){if(F?F.index(G)>-1:o(G).is(E)){return G}G=G.parentNode}})},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<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=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: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(K,N,M){if(this[0]){var J=(this[0].ownerDocument||this[0]).createDocumentFragment(),G=o.clean(K,(this[0].ownerDocument||this[0]),J),I=J.firstChild,E=this.length>1?J.cloneNode(true):J;if(I){for(var H=0,F=this.length;H<F;H++){M.call(L(this[H],I),H>0?E.cloneNode(true):J)}}if(G){o.each(G,z)}}return this;function L(O,P){return N&&o.nodeName(O,"table")&&o.nodeName(P,"tr")?(O.getElementsByTagName("tbody")[0]||O.appendChild(O.ownerDocument.createElement("tbody"))):O}}};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<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){G=o.trim(G);if(G){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-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(G,E,I){if(E=="width"||E=="height"){var K,F={position:"absolute",visibility:"hidden",display:"block"},J=E=="width"?["Left","Right"]:["Top","Bottom"];function H(){K=E=="width"?G.offsetWidth:G.offsetHeight;var M=0,L=0;o.each(J,function(){M+=parseFloat(o.curCSS(G,"padding"+this,true))||0;L+=parseFloat(o.curCSS(G,"border"+this+"Width",true))||0});K-=Math.round(M+L)}if(o(G).is(":visible")){H()}else{o.swap(G,F,H)}return Math.max(0,K)}return o.curCSS(G,E,I)},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,R){if(typeof R==="number"){R+=""}if(!R){return}if(typeof R==="string"){R=R.replace(/(<(\w+)[^>]*?)\/>/g,function(T,U,S){return S.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?T:U+"></"+S+">"});var O=o.trim(R).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+R+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var N=!O.indexOf("<table")&&O.indexOf("<tbody")<0?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&O.indexOf("<tbody")<0?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(R)){L.insertBefore(K.createTextNode(R.match(/^\s*/)[0]),L.firstChild)}R=o.makeArray(L.childNodes)}if(R.nodeType){G.push(R)}else{G=o.merge(G,R)}});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;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(){var G=arguments;return this.each(function(){for(var H=0,I=G.length;H<I;H++){o(G[H])[F](this)}})}});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).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 Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,K=0,G=Object.prototype.toString;var F=function(X,T,aa,ab){aa=aa||[];T=T||document;if(T.nodeType!==1&&T.nodeType!==9){return[]}if(!X||typeof X!=="string"){return aa}var Y=[],V,ae,ah,S,ac,U,W=true;Q.lastIndex=0;while((V=Q.exec(X))!==null){Y.push(V[1]);if(V[2]){U=RegExp.rightContext;break}}if(Y.length>1&&L.exec(X)){if(Y.length===2&&H.relative[Y[0]]){ae=I(Y[0]+Y[1],T)}else{ae=H.relative[Y[0]]?[T]:F(Y.shift(),T);while(Y.length){X=Y.shift();if(H.relative[X]){X+=Y.shift()}ae=I(X,ae)}}}else{var ad=ab?{expr:Y.pop(),set:E(ab)}:F.find(Y.pop(),Y.length===1&&T.parentNode?T.parentNode:T,P(T));ae=F.filter(ad.expr,ad.set);if(Y.length>0){ah=E(ae)}else{W=false}while(Y.length){var ag=Y.pop(),af=ag;if(!H.relative[ag]){ag=""}else{af=Y.pop()}if(af==null){af=T}H.relative[ag](ah,af,P(T))}}if(!ah){ah=ae}if(!ah){throw"Syntax error, unrecognized expression: "+(ag||X)}if(G.call(ah)==="[object Array]"){if(!W){aa.push.apply(aa,ah)}else{if(T.nodeType===1){for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&(ah[Z]===true||ah[Z].nodeType===1&&J(T,ah[Z]))){aa.push(ae[Z])}}}else{for(var Z=0;ah[Z]!=null;Z++){if(ah[Z]&&ah[Z].nodeType===1){aa.push(ae[Z])}}}}}else{E(ah,aa)}if(U){F(U,T,aa,ab)}return aa};F.matches=function(S,T){return F(S,null,null,T)};F.find=function(Z,S,aa){var Y,W;if(!Z){return[]}for(var V=0,U=H.order.length;V<U;V++){var X=H.order[V],W;if((W=H.match[X].exec(Z))){var T=RegExp.leftContext;if(T.substr(T.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");Y=H.find[X](W,S,aa);if(Y!=null){Z=Z.replace(H.match[X],"");break}}}}if(!Y){Y=S.getElementsByTagName("*")}return{set:Y,expr:Z}};F.filter=function(ab,aa,ae,V){var U=ab,ag=[],Y=aa,X,S;while(ab&&aa.length){for(var Z in H.filter){if((X=H.match[Z].exec(ab))!=null){var T=H.filter[Z],af,ad;S=false;if(Y==ag){ag=[]}if(H.preFilter[Z]){X=H.preFilter[Z](X,Y,ae,ag,V);if(!X){S=af=true}else{if(X===true){continue}}}if(X){for(var W=0;(ad=Y[W])!=null;W++){if(ad){af=T(ad,X,W,Y);var ac=V^!!af;if(ae&&af!=null){if(ac){S=true}else{Y[W]=false}}else{if(ac){ag.push(ad);S=true}}}}}if(af!==g){if(!ae){Y=ag}ab=ab.replace(H.match[Z],"");if(!S){return[]}break}}}ab=ab.replace(/\s*,\s*/,"");if(ab==U){if(S==null){throw"Syntax error, unrecognized expression: "+ab}else{break}}U=ab}return Y};var H=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(S){return S.getAttribute("href")}},relative:{"+":function(W,T){for(var U=0,S=W.length;U<S;U++){var V=W[U];if(V){var X=V.previousSibling;while(X&&X.nodeType!==1){X=X.previousSibling}W[U]=typeof T==="string"?X||false:X===T}}if(typeof T==="string"){F.filter(T,W,true)}},">":function(X,T,Y){if(typeof T==="string"&&!/\W/.test(T)){T=Y?T:T.toUpperCase();for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){var V=W.parentNode;X[U]=V.nodeName===T?V:false}}}else{for(var U=0,S=X.length;U<S;U++){var W=X[U];if(W){X[U]=typeof T==="string"?W.parentNode:W.parentNode===T}}if(typeof T==="string"){F.filter(T,X,true)}}},"":function(V,T,X){var U="done"+(K++),S=R;if(!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("parentNode",T,U,V,W,X)},"~":function(V,T,X){var U="done"+(K++),S=R;if(typeof T==="string"&&!T.match(/\W/)){var W=T=X?T:T.toUpperCase();S=O}S("previousSibling",T,U,V,W,X)}},find:{ID:function(T,U,V){if(typeof U.getElementById!=="undefined"&&!V){var S=U.getElementById(T[1]);return S?[S]:[]}},NAME:function(S,T,U){if(typeof T.getElementsByName!=="undefined"&&!U){return T.getElementsByName(S[1])}},TAG:function(S,T){return T.getElementsByTagName(S[1])}},preFilter:{CLASS:function(V,T,U,S,Y){V=" "+V[1].replace(/\\/g,"")+" ";var X;for(var W=0;(X=T[W])!=null;W++){if(X){if(Y^(" "+X.className+" ").indexOf(V)>=0){if(!U){S.push(X)}}else{if(U){T[W]=false}}}}return false},ID:function(S){return S[1].replace(/\\/g,"")},TAG:function(T,S){for(var U=0;S[U]===false;U++){}return S[U]&&P(S[U])?T[1]:T[1].toUpperCase()},CHILD:function(S){if(S[1]=="nth"){var T=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(S[2]=="even"&&"2n"||S[2]=="odd"&&"2n+1"||!/\D/.test(S[2])&&"0n+"+S[2]||S[2]);S[2]=(T[1]+(T[2]||1))-0;S[3]=T[3]-0}S[0]="done"+(K++);return S},ATTR:function(T){var S=T[1].replace(/\\/g,"");if(H.attrMap[S]){T[1]=H.attrMap[S]}if(T[2]==="~="){T[4]=" "+T[4]+" "}return T},PSEUDO:function(W,T,U,S,X){if(W[1]==="not"){if(W[3].match(Q).length>1){W[3]=F(W[3],null,null,T)}else{var V=F.filter(W[3],T,U,true^X);if(!U){S.push.apply(S,V)}return false}}else{if(H.match.POS.test(W[0])){return true}}return W},POS:function(S){S.unshift(true);return S}},filters:{enabled:function(S){return S.disabled===false&&S.type!=="hidden"},disabled:function(S){return S.disabled===true},checked:function(S){return S.checked===true},selected:function(S){S.parentNode.selectedIndex;return S.selected===true},parent:function(S){return !!S.firstChild},empty:function(S){return !S.firstChild},has:function(U,T,S){return !!F(S[3],U).length},header:function(S){return/h\d/i.test(S.nodeName)},text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:function(S){return"checkbox"===S.type},file:function(S){return"file"===S.type},password:function(S){return"password"===S.type},submit:function(S){return"submit"===S.type},image:function(S){return"image"===S.type},reset:function(S){return"reset"===S.type},button:function(S){return"button"===S.type||S.nodeName.toUpperCase()==="BUTTON"},input:function(S){return/input|select|textarea|button/i.test(S.nodeName)}},setFilters:{first:function(T,S){return S===0},last:function(U,T,S,V){return T===V.length-1},even:function(T,S){return S%2===0},odd:function(T,S){return S%2===1},lt:function(U,T,S){return T<S[3]-0},gt:function(U,T,S){return T>S[3]-0},nth:function(U,T,S){return S[3]-0==T},eq:function(U,T,S){return S[3]-0==T}},filter:{CHILD:function(S,V){var Y=V[1],Z=S.parentNode;var X=V[0];if(Z&&(!Z[X]||!S.nodeIndex)){var W=1;for(var T=Z.firstChild;T;T=T.nextSibling){if(T.nodeType==1){T.nodeIndex=W++}}Z[X]=W-1}if(Y=="first"){return S.nodeIndex==1}else{if(Y=="last"){return S.nodeIndex==Z[X]}else{if(Y=="only"){return Z[X]==1}else{if(Y=="nth"){var ab=false,U=V[2],aa=V[3];if(U==1&&aa==0){return true}if(U==0){if(S.nodeIndex==aa){ab=true}}else{if((S.nodeIndex-aa)%U==0&&(S.nodeIndex-aa)/U>=0){ab=true}}return ab}}}}},PSEUDO:function(Y,U,V,Z){var T=U[1],W=H.filters[T];if(W){return W(Y,V,U,Z)}else{if(T==="contains"){return(Y.textContent||Y.innerText||"").indexOf(U[3])>=0}else{if(T==="not"){var X=U[3];for(var V=0,S=X.length;V<S;V++){if(X[V]===Y){return false}}return true}}}},ID:function(T,S){return T.nodeType===1&&T.getAttribute("id")===S},TAG:function(T,S){return(S==="*"&&T.nodeType===1)||T.nodeName===S},CLASS:function(T,S){return S.test(T.className)},ATTR:function(W,U){var S=H.attrHandle[U[1]]?H.attrHandle[U[1]](W):W[U[1]]||W.getAttribute(U[1]),X=S+"",V=U[2],T=U[4];return S==null?V==="!=":V==="="?X===T:V==="*="?X.indexOf(T)>=0:V==="~="?(" "+X+" ").indexOf(T)>=0:!U[4]?S:V==="!="?X!=T:V==="^="?X.indexOf(T)===0:V==="$="?X.substr(X.length-T.length)===T:V==="|="?X===T||X.substr(0,T.length+1)===T+"-":false},POS:function(W,T,U,X){var S=T[2],V=H.setFilters[S];if(V){return V(W,U,T,X)}}}};var L=H.match.POS;for(var N in H.match){H.match[N]=RegExp(H.match[N].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(T,S){T=Array.prototype.slice.call(T);if(S){S.push.apply(S,T);return S}return T};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(M){E=function(W,V){var T=V||[];if(G.call(W)==="[object Array]"){Array.prototype.push.apply(T,W)}else{if(typeof W.length==="number"){for(var U=0,S=W.length;U<S;U++){T.push(W[U])}}else{for(var U=0;W[U];U++){T.push(W[U])}}}return T}}(function(){var T=document.createElement("form"),U="script"+(new Date).getTime();T.innerHTML="<input name='"+U+"'/>";var S=document.documentElement;S.insertBefore(T,S.firstChild);if(!!document.getElementById(U)){H.find.ID=function(W,X,Y){if(typeof X.getElementById!=="undefined"&&!Y){var V=X.getElementById(W[1]);return V?V.id===W[1]||typeof V.getAttributeNode!=="undefined"&&V.getAttributeNode("id").nodeValue===W[1]?[V]:g:[]}};H.filter.ID=function(X,V){var W=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&W&&W.nodeValue===V}}S.removeChild(T)})();(function(){var S=document.createElement("div");S.appendChild(document.createComment(""));if(S.getElementsByTagName("*").length>0){H.find.TAG=function(T,X){var W=X.getElementsByTagName(T[1]);if(T[1]==="*"){var V=[];for(var U=0;W[U];U++){if(W[U].nodeType===1){V.push(W[U])}}W=V}return W}}S.innerHTML="<a href='#'></a>";if(S.firstChild&&S.firstChild.getAttribute("href")!=="#"){H.attrHandle.href=function(T){return T.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var S=F,T=document.createElement("div");T.innerHTML="<p class='TEST'></p>";if(T.querySelectorAll&&T.querySelectorAll(".TEST").length===0){return}F=function(X,W,U,V){W=W||document;if(!V&&W.nodeType===9&&!P(W)){try{return E(W.querySelectorAll(X),U)}catch(Y){}}return S(X,W,U,V)};F.find=S.find;F.filter=S.filter;F.selectors=S.selectors;F.matches=S.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){H.order.splice(1,0,"CLASS");H.find.CLASS=function(S,T){return T.getElementsByClassName(S[1])}}function O(T,Z,Y,ac,aa,ab){for(var W=0,U=ac.length;W<U;W++){var S=ac[W];if(S){S=S[T];var X=false;while(S&&S.nodeType){var V=S[Y];if(V){X=ac[V];break}if(S.nodeType===1&&!ab){S[Y]=W}if(S.nodeName===Z){X=S;break}S=S[T]}ac[W]=X}}}function R(T,Y,X,ab,Z,aa){for(var V=0,U=ab.length;V<U;V++){var S=ab[V];if(S){S=S[T];var W=false;while(S&&S.nodeType){if(S[X]){W=ab[S[X]];break}if(S.nodeType===1){if(!aa){S[X]=V}if(typeof Y!=="string"){if(S===Y){W=true;break}}else{if(F.filter(Y,[S]).length>0){W=S;break}}}S=S[T]}ab[V]=W}}}var J=document.compareDocumentPosition?function(T,S){return T.compareDocumentPosition(S)&16}:function(T,S){return T!==S&&(T.contains?T.contains(S):true)};var P=function(S){return S.nodeType===9&&S.documentElement.nodeName!=="HTML"||!!S.ownerDocument&&P(S.ownerDocument)};var I=function(S,Z){var V=[],W="",X,U=Z.nodeType?[Z]:Z;while((X=H.match.PSEUDO.exec(S))){W+=X[0];S=S.replace(H.match.PSEUDO,"")}S=H.relative[S]?S+"*":S;for(var Y=0,T=U.length;Y<T;Y++){F(S,U[Y],V)}return F.filter(W,V)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(S){return"hidden"===S.type||o.css(S,"display")==="none"||o.css(S,"visibility")==="hidden"};F.selectors.filters.visible=function(S){return"hidden"!==S.type&&o.css(S,"display")!=="none"&&o.css(S,"visibility")!=="hidden"};F.selectors.filters.animated=function(S){return o.grep(o.timers,function(T){return S===T.elem}).length};o.multiFilter=function(U,S,T){if(T){U=":not("+U+")"}return F.matches(U,S)};o.dir=function(U,T){var S=[],V=U[T];while(V&&V!=document){if(V.nodeType==1){S.push(V)}V=V[T]}return S};o.nth=function(W,S,U,V){S=S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break}}return W};o.sibling=function(U,T){var S=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=T){S.push(U)}}return S};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);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<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){G=false}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&typeof l.frameElement==="undefined"){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width="1px";L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L)})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=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("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/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/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();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<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}this[H].style.display=o.data(this[H],"olddisplay",K)}}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;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)==1){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n)}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=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='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';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(H,F){var E=H?"Left":"Top",G=H?"Right":"Bottom";o.fn["inner"+F]=function(){return this[F.toLowerCase()]()+j(this,"padding"+E)+j(this,"padding"+G)};o.fn["outer"+F]=function(J){return this["inner"+F]()+j(this,"border"+E+"Width")+j(this,"border"+G+"Width")+(J?j(this,"margin"+E)+j(this,"margin"+G):0)};var I=F.toLowerCase();o.fn[I]=function(J){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+F]||document.body["client"+F]:this[0]==document?Math.max(document.documentElement["client"+F],document.body["scroll"+F],document.documentElement["scroll"+F],document.body["offset"+F],document.documentElement["offset"+F]):J===g?(this.length?o.css(this[0],I):null):this.css(I,typeof J==="string"?J:J+"px")}})})();

/*

Get Gravatar v1.0
Copyright © 2009 Josh Pyles / Pixelmatrix Design LLC
http://pixelmatrixdesign.com

Requires jQuery 1.3 or newer

Thanks to Tim Van Damme for the inspiration and the pretty demo page

License:
MIT License - http://www.opensource.org/licenses/mit-license.php

Usage:

$("input#email-addresss").getGravatar();

Or you can specify some custom options:

$("input#email-address").getGravatar({
	url: '/includes/get-gravatar.php',
	fallback: 'http://mysite.com/images/default.png',
	avatarSize: 128,
	avatarContainer: "#gravatar-preview",
	start: function(){
		alert("starting!");
	},
	stop: function(){
		alert("stopping!");
	}
});

Enjoy!

*/

(function($) {
  $.fn.getGravatar = function(options) {
    //debug(this);
    // build main options before element iteration
    var opts = $.extend({}, $.fn.getGravatar.defaults, options);
    // iterate and reformat each matched element
    return this.each(function() {
      $this = $(this);
      // build element specific options
      var o = $.meta ? $.extend({}, opts, $this.data()) : opts;
			var t = "";
			//check to see if we're working with an text input first
      if($this.is("input[type='text']")){
				//do an initial check of the value
				$.fn.getGravatar.getUrl(o, $this.val());
				
				//do our ajax call for the MD5 hash every time a key is released
				$this.keyup(function(){
					clearTimeout(t);
					var email = $this.val();
					t = setTimeout(function(){$.fn.getGravatar.getUrl(o, email);}, 500);
				});
			}
    });
  };
  //
  // define and expose our functions
  //
	$.fn.getGravatar.getUrl = function(o, email){
		//call the start function if in use
		if(o.start) o.start($this);
		
		$.get(o.url, "email="+email, function(data){
			//when we have our MD5 hash, generate the gravatar URL
			var id = data.gravatar_id;
			var gravatar_url = "http://gravatar.com/avatar.php?gravatar_id="+id+"&default="+o.fallback+"&size="+o.avatarSize;
			//call our function to output the avatar to the container
     	$.fn.getGravatar.output(o.avatarContainer, gravatar_url, o.stop);
		}, "json");
	}
  $.fn.getGravatar.output = function(avatarContainer, gravatar_url, stop) {
		//replace the src of our avatar container with the gravatar url
		img = new Image();
		$(img)
		.load(function(){
			$(avatarContainer).attr("src", gravatar_url);
			if(stop) stop();
		})
		.attr("src", gravatar_url);
  };
  //
  // plugin defaults
  //
  $.fn.getGravatar.defaults = {
   	url: 'get-gravatar.php',
    fallback: '',
		avatarSize: 50,
		avatarContainer: '#gravatar',
		start: null,
		stop: null
  };
})(jQuery);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																							
Cufon.registerFont({"w":199,"face":{"font-family":"Archer","font-weight":350,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-19 -269 350 81","underline-thickness":"18","underline-position":"-18","stemh":"21","stemv":"25","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":81},"A":{"d":"6,0r0,-24r23,0r71,-189r-27,0r0,-24r108,0r0,24r-27,0r71,189r23,0r0,24r-80,0r0,-23r28,0r-21,-59r-97,0r-21,59r29,0r0,23r-80,0xm86,-104r81,0r-40,-111","w":254},"B":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r95,0v95,-5,102,95,36,116v32,8,50,25,50,56v0,37,-30,65,-82,65r-99,0xm74,-23v47,3,98,-3,98,-43v0,-39,-50,-48,-98,-44r0,87xm74,-132v46,4,95,-5,91,-42v3,-36,-47,-42,-91,-39r0,81","w":217,"k":{"}":4,"]":4,")":4,"\\":8,"\/":2,"v":3,"p":3,"b":1,"X":7,"V":13,"A":7,"S":2,"T":7,"U":4,"W":11,"Y":11,"Z":5,".":4,",":4,"t":3,"u":3,"w":3,"y":3,"z":3}},"C":{"d":"141,4v-73,0,-121,-56,-121,-121v0,-73,56,-124,120,-124v50,0,89,30,89,58v0,28,-41,32,-41,4v0,-7,4,-12,9,-14v-6,-10,-27,-24,-57,-24v-54,0,-92,46,-92,99v0,51,37,98,93,98v28,0,53,-11,74,-31r16,19v-24,24,-57,36,-90,36","w":252,"k":{"J":4,"M":4,"Q":7,"V":7,"X":7,"p":6,"q":9,"v":6,"m":6,"x":3,"A":9,"S":5,"T":7,"U":4,"W":5,"Y":7,"Z":4,"t":6,"u":9,"w":6,"y":6,"z":6,"C":7,"G":7,"O":7,"-":8,"a":9,"c":9,"d":9,"e":9,"f":6,"g":9,"n":6,"o":9,"r":6,"s":6}},"D":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r89,0v82,0,136,46,136,116v0,72,-50,121,-137,121r-88,0xm74,-24v86,7,141,-27,141,-97v0,-67,-59,-99,-141,-92r0,189","w":262,"k":{"J":2,"M":9,"V":9,"X":18,"b":1,"\\":11,"}":4,"]":4,")":4,"\/":2,"A":10,"S":7,"T":7,"W":14,"Y":11,"Z":5,".":15,",":15,"z":6,"a":3,"h":6,"k":3,"l":3}},"E":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r172,0r0,58r-26,0r0,-34r-89,0r0,81r78,0r0,23r-78,0r0,86r89,0r0,-35r26,0r0,58r-172,0","w":211,"k":{"J":4,"Q":7,"V":4,"X":2,"p":6,"q":6,"v":9,"A":4,"S":5,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":6,"u":5,"w":9,"y":9,"z":3,"C":7,"G":7,"O":7,"-":11,"c":6,"d":6,"e":6,"g":6,"o":6,"s":3}},"F":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r169,0r0,58r-25,0r0,-34r-87,0r0,85r76,0r0,23r-76,0r0,81r33,0r0,24r-90,0","w":204,"k":{"@":11,"\/":24,"&":8,"x":21,"v":19,"q":27,"p":18,"m":18,"j":3,"X":7,"V":7,"Q":14,"M":9,"J":25,"A":25,"S":9,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":26,",":26,"t":11,"u":21,"w":19,"y":19,"z":22,"C":14,"G":14,"O":14,":":19,";":19,"-":17,"a":27,"c":26,"d":27,"e":26,"f":16,"g":27,"h":3,"i":6,"k":3,"l":3,"n":18,"o":26,"r":18,"s":24}},"G":{"d":"209,-21v-73,56,-189,13,-189,-96v0,-75,57,-124,123,-124v53,0,89,30,89,55v0,13,-8,22,-20,22v-17,0,-27,-23,-14,-33v-9,-10,-29,-20,-56,-20v-56,0,-94,44,-94,100v0,90,98,124,160,75r0,-51r-65,0r0,-22r92,0r0,115r-26,0r0,-21","w":265,"k":{"V":7,"X":4,"p":3,"v":6,"T":7,"W":11,"Y":7,"Z":4,"t":1,"u":3,"w":6,"y":6,"z":3}},"H":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r88,0r0,24r-31,0r0,80r131,0r0,-80r-31,0r0,-24r88,0r0,24r-30,0r0,189r30,0r0,24r-88,0r0,-24r31,0r0,-85r-131,0r0,85r31,0r0,24r-88,0","w":279,"k":{"b":-3,"p":3,"q":6,"z":6,"a":6,"c":6,"d":6,"e":6,"g":6,"o":6,"s":3}},"I":{"d":"17,0r0,-24r32,0r0,-189r-32,0r0,-24r91,0r0,24r-32,0r0,189r32,0r0,24r-91,0","w":125,"k":{"b":-3,"p":3,"q":6,"z":6,"a":5,"c":6,"d":6,"e":6,"g":6,"o":6,"s":3}},"J":{"d":"149,-213v-4,91,25,217,-71,217v-37,0,-67,-26,-67,-58v0,-30,37,-37,40,-9v0,8,-4,15,-12,17v1,11,15,25,39,25v72,-3,37,-122,45,-192r-37,0r0,-24r92,0r0,24r-29,0","w":190,"k":{"\/":7,"x":8,"v":8,"q":11,"p":9,"m":9,"X":7,"V":5,"M":5,"J":8,"A":13,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":5,"u":9,"w":8,"y":8,"z":13,":":11,";":11,"a":10,"c":9,"d":11,"e":9,"f":9,"g":11,"i":6,"n":9,"o":9,"r":9,"s":10}},"K":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r88,0r0,24r-31,0r0,103r103,-103r-32,0r0,-24r92,0r0,24r-27,0r-77,77r75,112r30,0r0,24r-47,0r-78,-119r-39,39r0,56r31,0r0,24r-88,0","w":243,"k":{"Q":6,"V":18,"q":8,"v":13,"j":-3,"A":11,"S":4,"W":18,"Y":14,".":-8,",":-8,"t":5,"u":6,"w":9,"y":6,"C":8,"G":6,"O":6,":":-8,";":-8,"-":11,"a":3,"c":6,"d":8,"e":6,"g":8,"i":-10,"o":6}},"L":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r90,0r0,24r-33,0r0,190r82,0r0,-37r26,0r0,60r-165,0","k":{"M":4,"Q":14,"V":22,"X":4,"*":19,"b":6,"}":8,"]":8,"p":3,")":8,"q":3,"?":15,"v":18,"j":6,"S":2,"T":22,"U":11,"W":18,"Y":22,"Z":4,"t":9,"u":9,"w":13,"y":6,"C":14,"G":14,"O":12,"-":11,"c":3,"d":3,"e":3,"g":3,"o":3}},"M":{"d":"15,0r0,-24r31,0r9,-189r-32,0r0,-24r58,0r77,161r78,-161r57,0r0,24r-32,0r9,189r31,0r0,24r-88,0r0,-24r31,0r-6,-165r-77,156r-7,0r-76,-156r-6,165r30,0r0,24r-87,0","w":317,"k":{"v":9,"q":9,"p":5,"j":6,"X":4,"V":11,"Q":6,"M":4,"J":4,"A":4,"S":5,"T":9,"U":5,"W":11,"Y":9,"Z":4,"t":6,"w":9,"y":9,"z":6,"C":6,"G":6,"O":6,"-":4,"a":3,"c":6,"d":9,"e":6,"g":9,"o":6,"s":5}},"N":{"d":"218,1r-145,-191r0,166r31,0r0,24r-87,0r0,-24r30,0r0,-189r-30,0r0,-24r54,0r136,180r0,-156r-31,0r0,-24r86,0r0,24r-29,0r0,214r-15,0","w":275,"k":{"J":7,"b":-3,"p":6,"q":6,"v":3,"m":6,"x":5,"&":8,".":11,",":11,"t":6,"u":6,"w":3,"y":3,"z":9,"a":9,"c":5,"d":6,"e":5,"f":6,"g":9,"i":3,"n":6,"o":5,"r":6,"s":9}},"O":{"d":"139,4v-69,0,-119,-54,-119,-122v0,-69,51,-123,121,-123v69,0,119,54,119,122v0,69,-52,123,-121,123xm140,-20v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98v0,56,38,99,92,99","w":279,"k":{"J":2,"M":6,"V":11,"X":15,"b":1,"\\":11,"}":4,"]":4,")":4,"\/":2,"A":10,"S":7,"T":7,"W":14,"Y":11,"Z":5,".":15,",":15,"z":6,"a":3,"h":3,"k":3,"l":3}},"P":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r91,0v50,0,87,29,87,75v0,61,-55,84,-121,76r0,62r32,0r0,24r-89,0xm74,-109v51,4,94,-7,94,-53v0,-44,-44,-55,-94,-51r0,104","w":209,"k":{"@":8,"\/":10,"?":-11,"q":6,"X":14,"M":9,"J":17,"A":18,"Y":7,".":19,",":19,"z":3,"a":8,"c":6,"d":6,"e":6,"g":6,"o":6,"s":6}},"Q":{"d":"172,-3v29,13,58,43,92,18r12,22v-58,41,-100,-27,-153,-34v-61,-8,-102,-57,-103,-121v0,-69,51,-123,121,-123v69,0,119,54,119,122v0,59,-36,104,-88,116xm48,-119v-1,55,37,98,92,99v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98","w":279,"k":{"\\":11,"b":1,"V":11,"M":4,"W":12,"Y":11,"z":6,"a":3,"h":3,"k":3,"l":3}},"R":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r90,0v96,-9,114,113,35,134r50,79r28,0r0,24r-46,0r-59,-97v-11,2,-30,0,-41,0r0,73r31,0r0,24r-88,0xm74,-120v48,3,92,-6,92,-47v0,-40,-44,-50,-92,-46r0,93","w":222,"k":{"J":-5,"V":8,"X":2,"\\":8,"q":3,"?":4,"v":3,"j":-3,"T":11,"W":6,"Y":10,".":-8,",":-8,"w":1,":":-8,";":-8,"-":2,"c":3,"d":3,"e":3,"g":3,"o":3}},"S":{"d":"55,-180v6,57,121,46,121,117v0,42,-32,67,-77,67v-46,0,-79,-26,-79,-49v0,-29,38,-29,38,-5v0,6,-3,12,-6,16v21,24,104,20,98,-27v-8,-58,-121,-45,-121,-117v0,-36,29,-63,73,-63v39,0,70,23,70,47v0,13,-8,20,-18,20v-19,1,-24,-21,-14,-32v-22,-20,-89,-12,-85,26","w":197,"k":{"M":4,"V":5,"X":7,"*":4,"b":3,"\\":4,"p":3,"q":3,"v":5,"m":3,"x":6,"\/":2,"!":4,"A":5,"T":5,"U":2,"W":9,"Y":9,"Z":1,".":4,",":4,"u":3,"w":5,"y":5,"z":3,"a":6,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"n":3,"o":3,"r":3,"s":3}},"T":{"d":"68,0r0,-24r32,0r0,-190r-59,0r0,38r-26,0r0,-61r197,0r0,61r-26,0r0,-38r-59,0r0,190r32,0r0,24r-91,0","w":227,"k":{"J":18,"M":9,"Q":7,"V":4,"X":11,"p":16,"q":24,"v":19,"m":16,"x":19,"\/":14,"j":3,"&":8,"@":11,"A":18,"S":7,"U":2,"W":4,"Y":4,".":19,",":19,"t":13,"u":19,"w":19,"y":19,"z":24,"C":7,"G":7,"O":7,":":15,";":15,"-":22,"a":22,"c":24,"d":24,"e":24,"f":13,"g":24,"i":3,"n":16,"o":24,"r":16,"s":24}},"U":{"d":"127,4v-54,0,-85,-31,-85,-86r0,-131r-30,0r0,-24r87,0r0,24r-31,0v5,78,-25,193,60,193v85,0,55,-116,60,-193r-31,0r0,-24r87,0r0,24r-30,0r0,130v0,56,-34,87,-87,87","w":255,"k":{"J":8,"M":5,"V":5,"X":7,"p":9,"q":11,"v":8,"m":9,"x":8,"\/":7,"A":13,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":5,"w":8,"y":8,"z":13,":":11,";":11,"a":9,"c":9,"d":11,"e":9,"f":8,"g":11,"i":6,"n":9,"o":9,"r":9,"s":13}},"V":{"d":"118,4r-88,-217r-24,0r0,-24r80,0r0,24r-27,0r67,171r67,-171r-29,0r0,-24r80,0r0,24r-23,0r-88,217r-15,0","w":250,"k":{"@":15,"\/":18,"&":8,"x":16,"v":16,"q":24,"p":16,"m":16,"j":3,"X":13,"Q":11,"M":11,"J":23,"A":22,"S":7,"T":4,"U":5,"Z":7,".":33,",":33,"t":6,"u":16,"w":16,"y":16,"z":19,"C":11,"G":16,"O":11,":":15,";":15,"-":22,"a":25,"c":24,"d":24,"e":24,"f":9,"g":24,"i":6,"n":16,"o":24,"r":16,"s":26}},"W":{"d":"102,4r-67,-217r-27,0r0,-24r85,0r0,24r-30,0r50,166r59,-161r15,0r60,160r48,-165r-31,0r0,-24r86,0r0,24r-28,0r-66,217r-16,0r-61,-163r-61,163r-16,0","w":356,"k":{"J":23,"M":11,"Q":12,"X":7,"p":19,"q":24,"v":15,"m":19,"x":15,"\/":19,"j":1,"&":8,"@":15,"A":20,"S":11,"T":4,"U":5,"Z":7,".":33,",":33,"t":11,"u":18,"w":15,"y":15,"z":19,"C":12,"G":12,"O":12,":":11,";":11,"-":19,"a":24,"c":27,"d":24,"e":27,"f":10,"g":24,"i":5,"n":19,"o":27,"r":19,"s":24}},"X":{"d":"14,0r0,-24r25,0r75,-97r-69,-92r-26,0r0,-24r82,0r0,23r-26,0r55,77r56,-77r-27,0r0,-23r82,0r0,24r-25,0r-70,91r74,98r25,0r0,24r-82,0r0,-23r27,0r-60,-83r-62,83r28,0r0,23r-82,0","w":259,"k":{"*":8,"v":13,"q":13,"p":5,"X":7,"V":13,"Q":16,"M":4,"J":7,"A":7,"S":9,"T":11,"U":7,"W":7,"Y":14,"Z":7,"t":9,"u":16,"w":9,"y":13,"C":16,"G":16,"O":15,"-":19,"a":6,"c":13,"d":13,"e":13,"g":12,"o":13,"s":9}},"Y":{"d":"69,0r0,-24r33,0r0,-71r-70,-118r-25,0r0,-24r79,0r0,24r-24,0r54,95r54,-95r-25,0r0,-24r80,0r0,24r-26,0r-70,118r0,71r33,0r0,24r-93,0","w":231,"k":{"J":23,"M":9,"Q":11,"X":14,"p":16,"q":25,"v":16,"m":16,"x":16,"\/":13,"j":3,"&":11,"@":15,"A":18,"S":11,"T":4,"U":5,".":26,",":26,"t":11,"u":16,"w":17,"y":16,"z":19,"C":11,"G":11,"O":11,":":15,";":15,"-":26,"a":24,"c":25,"d":25,"e":25,"f":9,"g":25,"i":6,"n":16,"o":25,"r":16,"s":24}},"Z":{"d":"16,0r0,-13r145,-202r-113,0r0,38r-24,0r0,-60r175,0r0,13r-145,202r124,0r0,-38r24,0r0,60r-186,0","w":218,"k":{"J":4,"M":4,"Q":4,"V":7,"X":7,"*":5,"\\":4,"q":3,"v":6,"S":2,"T":7,"U":7,"W":4,"Y":7,"Z":4,"t":6,"u":3,"w":5,"y":6,"C":4,"G":5,"O":5,"-":8,"d":3,"g":3}},"a":{"d":"82,-156v37,0,61,17,61,51r0,83r25,0r0,22r-48,0r0,-19v-26,32,-104,30,-104,-22v0,-45,68,-54,104,-39v11,-47,-31,-66,-65,-49v7,11,0,25,-14,25v-9,0,-15,-8,-15,-17v0,-18,19,-35,56,-35xm41,-43v2,38,63,28,79,4r0,-25v-26,-9,-81,-11,-79,21","w":177,"k":{"b":3,"p":3,"q":3,"?":8,"v":8,"x":3,"j":3,"u":3,"w":6,"y":8,"z":6,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"b":{"d":"180,-77v0,66,-80,105,-128,61r-7,16r-16,0r0,-242r-24,0r0,-22r49,0r0,131v40,-46,126,-18,126,56xm54,-36v33,30,100,19,100,-40v0,-61,-70,-76,-100,-36r0,76","w":196,"k":{"\\":24,"}":4,"]":4,")":4,"?":8,"v":6,"x":3,"\/":8,".":8,",":8,"u":3,"w":5,"y":5,"z":3,"a":3}},"c":{"d":"148,-12v-54,37,-133,2,-133,-64v0,-42,34,-80,77,-80v35,0,62,23,62,46v0,24,-35,30,-36,4v0,-5,3,-10,8,-13v-26,-32,-85,-14,-85,43v0,55,68,74,109,40","w":170,"k":{"p":3,"q":3,"?":4,"v":5,"x":1,"\/":3,"u":3,"y":3,"z":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"d":{"d":"140,-22v-38,50,-124,19,-124,-54v0,-64,77,-105,123,-62r0,-104r-28,0r0,-22r53,0r0,242r25,0r0,22r-49,0r0,-22xm42,-76v0,60,69,73,97,34r0,-75v-32,-34,-97,-17,-97,41","w":198,"k":{"z":3,"a":3,"s":3}},"e":{"d":"159,-69r-118,0v4,57,74,60,113,33r-2,24v-56,35,-137,6,-137,-64v0,-42,28,-80,75,-80v51,0,75,39,69,87xm135,-89v-1,-63,-89,-59,-94,0r94,0","w":174,"k":{"\\":24,"}":4,"]":4,")":4,"?":4,"v":5,"x":3,"\/":3,".":4,",":4,"u":3,"w":3,"y":4,"z":3,"a":5}},"f":{"d":"41,-153v-2,-57,-2,-113,51,-113v30,0,38,37,13,37v-10,0,-16,-6,-19,-15v-29,6,-18,57,-20,91r39,0r0,22r-39,0r0,109r30,0r0,22r-80,0r0,-22r25,0r0,-109r-27,0r0,-22r27,0","w":114,"k":{"*":-20,"}":-24,"]":-24,")":-24,"q":5,"?":-10,"\/":3,"&":-8,".":8,",":8,"c":5,"d":5,"e":5,"g":5,"o":5}},"g":{"d":"62,45v29,14,84,4,78,-39r0,-30v-39,46,-124,17,-124,-53v0,-62,82,-106,125,-59r0,-17r48,0r0,22r-24,0r0,136v0,44,-30,68,-73,67v-33,-2,-57,-9,-60,-34v-3,-21,34,-27,33,-3v0,4,-1,7,-3,10xm140,-117v-31,-32,-98,-16,-98,39v0,56,69,71,98,33r0,-72","w":200,"k":{"v":1,"x":6,".":17,",":17,"u":3,"w":1,"y":1,"z":6,"a":3,"d":3,"g":3,"s":5}},"h":{"d":"141,-22v-4,-43,16,-112,-30,-111v-19,0,-37,12,-51,27r0,84r25,0r0,22r-74,0r0,-22r25,0r0,-220r-25,0r0,-22r49,0r0,138v26,-41,106,-43,106,22r0,82r25,0r0,22r-74,0r0,-22r24,0","w":200,"k":{"b":3,"p":3,"q":3,"?":8,"v":8,"x":3,"j":3,"w":6,"y":5,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"i":{"d":"50,-193v-11,0,-19,-8,-19,-19v0,-11,9,-21,20,-21v10,0,19,10,19,21v0,11,-10,19,-20,19xm15,0r0,-22r26,0r0,-109r-26,0r0,-22r51,0r0,131r26,0r0,22r-77,0","w":104,"k":{"b":3,"p":5,"v":6,"j":5,"u":5,"w":5,"y":6,"z":3,"a":3,"s":3}},"j":{"d":"66,-153v-7,83,27,225,-52,225v-21,0,-33,-11,-33,-23v0,-9,6,-17,16,-17v13,-1,14,12,18,20v20,0,26,-28,26,-53r0,-130r-29,0r0,-22r54,0xm49,-193v-11,0,-19,-8,-19,-19v0,-11,9,-21,20,-21v10,0,19,10,19,21v0,11,-9,19,-20,19","w":93,"k":{"*":-4,"x":3,"y":3,"z":3,"-":-6}},"k":{"d":"11,0r0,-22r25,0r0,-220r-25,0r0,-22r49,0r0,187r65,-55r-30,0r0,-21r86,0r0,22r-27,0r-48,41r47,68r28,0r0,22r-42,0r-51,-76r-28,23r0,32r25,0r0,21r-74,0","w":188,"k":{"q":3,"&":-4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"l":{"d":"12,0r0,-22r26,0r0,-220r-26,0r0,-22r51,0r0,242r26,0r0,22r-77,0","w":100,"k":{"b":3,"p":5,"v":1,"j":5,"u":5,"w":1,"y":1,"z":3,"a":3,"s":3}},"m":{"d":"140,-22v-5,-41,17,-111,-27,-111v-19,0,-35,12,-49,27r0,84r24,0r0,22r-73,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,28v19,-34,88,-47,99,-1v29,-40,103,-44,103,22r0,82r25,0r0,22r-73,0r0,-22r23,0v-5,-41,17,-112,-27,-111v-18,0,-33,11,-48,26r0,85r24,0r0,22r-73,0r0,-22r24,0","w":299,"k":{"?":8,"x":3,"v":8,"q":3,"p":3,"j":3,"b":3,"w":6,"y":5,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"n":{"d":"144,-22v-5,-43,17,-112,-30,-111v-19,0,-36,12,-50,27r0,84r24,0r0,22r-73,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,28v26,-41,106,-44,106,21r0,82r24,0r0,22r-73,0r0,-22r24,0","w":202,"k":{"b":3,"p":3,"q":3,"?":8,"v":8,"x":3,"j":3,"w":6,"y":5,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"o":{"d":"95,3v-48,0,-79,-36,-79,-80v0,-43,31,-79,79,-79v48,0,79,35,79,79v0,44,-31,80,-79,80xm95,-19v31,0,53,-24,53,-58v0,-34,-22,-58,-53,-58v-31,0,-53,24,-53,58v0,34,22,58,53,58","w":189,"k":{"\\":24,"}":4,"]":4,")":4,"?":8,"v":6,"x":3,"\/":8,".":8,",":8,"u":3,"w":1,"y":5,"z":3,"a":3}},"p":{"d":"11,71r0,-22r25,0r0,-180r-25,0r0,-22r49,0r0,22v38,-50,124,-19,124,54v0,63,-76,105,-124,62r0,64r30,0r0,22r-79,0xm60,-36v33,32,98,16,98,-41v0,-61,-68,-72,-98,-35r0,76","k":{"}":4,"]":4,")":4,"\/":8,"?":8,"x":3,"v":6,".":8,",":8,"u":3,"w":5,"y":5,"z":3,"a":3}},"q":{"d":"111,71r0,-22r30,0r0,-69v-40,46,-125,17,-125,-57v0,-65,80,-104,127,-60r8,-16r15,0r0,202r25,0r0,22r-80,0xm42,-77v0,61,68,74,99,36r0,-76v-33,-30,-99,-19,-99,40","w":191,"k":{"}":-24,"]":-24,")":-24,"\/":-24,"?":2}},"r":{"d":"110,-156v28,0,30,37,6,38v-9,0,-16,-6,-19,-13v-12,3,-25,18,-33,33r0,76r29,0r0,22r-78,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,35v12,-21,30,-38,47,-38","w":136,"k":{"*":-8,"q":4,"\/":5,"&":-4,".":12,",":12,"-":-6,"a":2,"c":4,"d":4,"e":4,"g":4,"o":4,"s":1}},"s":{"d":"79,-156v29,0,56,9,56,33v0,10,-6,17,-15,17v-12,0,-19,-12,-15,-25v-16,-11,-64,-3,-60,17v6,34,105,22,96,71v4,57,-125,62,-125,9v0,-9,7,-17,16,-17v14,0,19,13,14,25v13,13,71,13,71,-15v0,-14,-14,-20,-36,-25v-37,-9,-60,-18,-60,-46v0,-23,21,-44,58,-44","w":157,"k":{"b":1,"\\":24,"}":4,"]":4,"p":3,")":4,"q":1,"?":8,"v":1,"j":1,"u":3,"w":1,"y":1,"z":3,"a":1,"c":1,"d":1,"e":1,"g":1,"h":5,"k":5,"l":5,"o":1}},"t":{"d":"59,-40v-2,28,33,21,49,10r-3,24v-25,16,-71,11,-71,-30r0,-95r-28,0r0,-22r28,0r0,-37r25,-10r0,47r47,0r0,22r-47,0r0,91","w":119,"k":{"q":1,"v":5,"&":-8,"y":5,"z":3,"c":1,"d":1,"e":1,"g":1,"k":5,"l":5,"o":1}},"u":{"d":"59,-54v-1,52,61,35,80,7r0,-84r-26,0r0,-22r50,0r0,131r25,0r0,22r-49,0r0,-28v-25,41,-105,45,-105,-21r0,-82r-25,0r0,-22r50,0r0,99","k":{"b":3,"?":2,"x":3,"u":3,"z":5}},"v":{"d":"87,5r-64,-136r-20,0r0,-22r71,0r0,21r-25,0r46,101r45,-101r-26,0r0,-21r71,0r0,22r-20,0r-64,136r-14,0","w":187,"k":{"*":-4,"@":8,"\/":5,"q":6,"p":3,".":20,",":20,"t":5,"z":3,"-":-4,"a":6,"c":6,"d":6,"e":6,"g":6,"h":3,"k":3,"l":3,"o":6,"s":4}},"w":{"d":"67,6r-42,-137r-22,0r0,-22r70,0r0,21r-24,0r28,97r43,-101r13,0r42,101r28,-97r-26,0r0,-21r71,0r0,22r-23,0r-42,137r-13,0r-45,-104r-44,104r-14,0","w":250,"k":{"*":-4,"p":1,"q":5,"\/":5,"&":4,"@":4,".":12,",":12,"z":1,"-":-4,"a":5,"c":5,"d":5,"e":1,"g":5,"h":1,"k":-1,"l":1,"o":1,"s":4}},"x":{"d":"7,0r0,-22r21,0r49,-56r-46,-53r-21,0r0,-22r67,0r0,20r-20,0r34,43r34,-43r-21,0r0,-20r67,0r0,22r-21,0r-46,53r49,56r21,0r0,22r-69,0r0,-20r22,0r-37,-47r-37,47r22,0r0,20r-68,0","w":181,"k":{"*":-4,"q":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"y":{"d":"89,24v-10,21,-30,49,-52,48v-26,4,-38,-34,-11,-36v9,0,14,6,16,13v18,-7,29,-38,39,-58r-58,-122r-21,0r0,-22r72,0r0,21r-24,0r43,99r44,-99r-25,0r0,-21r70,0r0,22r-21,0","w":184,"k":{"*":-4,"p":3,"q":6,"\/":5,"&":4,"@":8,".":20,",":20,"t":5,"z":6,"-":-4,"a":6,"c":6,"d":6,"e":6,"f":5,"g":6,"h":3,"k":3,"l":3,"o":6,"s":4}},"z":{"d":"13,0r0,-11r99,-122r-71,0r0,30r-22,0r0,-50r129,0r0,11r-99,121r78,0r0,-29r22,0r0,50r-136,0","w":162,"k":{"p":1,"q":3,"?":4,"v":3,"u":3,"w":1,"y":3,"z":3,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"0":{"d":"100,3v-48,0,-83,-40,-83,-94v0,-54,34,-95,83,-95v48,0,83,41,83,95v0,54,-34,94,-83,94xm100,-19v34,0,57,-30,57,-72v0,-42,-23,-73,-57,-73v-34,0,-57,31,-57,73v0,42,23,72,57,72","k":{"}":4,"]":4,")":4,"3":4}},"1":{"d":"23,0r0,-22r43,0r0,-134r-39,9r-5,-21v24,-5,41,-15,69,-16r0,162r43,0r0,22r-111,0","w":147,"k":{"9":4,"7":3,"-":4}},"2":{"d":"152,-133v0,54,-88,70,-107,112r91,0r0,-31r22,0r0,52r-141,0r-4,-13v14,-34,42,-54,72,-73v23,-15,42,-27,42,-47v0,-35,-67,-39,-81,-15v15,7,10,33,-8,32v-10,0,-19,-9,-19,-22v0,-31,32,-48,67,-48v44,0,66,26,66,53","w":178,"k":{"}":4,"]":4,")":4,"9":4,"5":4,"3":4}},"3":{"d":"161,-19v5,74,-141,89,-148,16v-3,-24,36,-28,36,-5v0,6,-3,12,-9,15v22,29,99,17,96,-26v-2,-32,-35,-48,-75,-45r0,-22v36,2,69,-13,72,-43v4,-39,-72,-44,-86,-19v16,7,10,32,-7,31v-10,0,-19,-9,-19,-22v0,-32,30,-47,68,-47v41,0,69,26,69,57v0,26,-25,50,-53,53v30,5,54,26,56,57","w":177,"k":{"}":4,"]":4,")":4}},"4":{"d":"114,43r0,-64r-103,0r-5,-11r116,-155r19,14r-97,131r70,0r0,-51r24,-10r0,61r41,0r0,21r-41,0r0,64r-24,0","w":185,"k":{"9":4,"7":3,"5":4,"3":4,"-":9}},"5":{"d":"159,-27v0,76,-130,100,-144,32v-5,-23,36,-29,36,-4v0,5,-2,10,-6,13v32,22,94,2,89,-41v4,-49,-64,-60,-101,-38r-11,-7r14,-111r111,0r0,24r-92,0r-7,67v53,-17,111,10,111,65","w":174,"k":{"}":4,"]":4,")":4,"6":4,"-":4}},"6":{"d":"109,-230v26,0,54,12,56,37v1,25,-37,28,-36,4v0,-5,1,-9,4,-12v-50,-24,-86,17,-90,92v28,-54,132,-30,132,38v0,41,-32,74,-77,74v-54,0,-79,-40,-79,-99v0,-95,46,-134,90,-134xm46,-68v0,28,21,49,52,49v31,0,52,-22,52,-52v0,-27,-20,-47,-50,-47v-32,0,-54,23,-54,50","w":191,"k":{"}":4,"]":4,")":4,"7":4,"3":7}},"7":{"d":"56,44r-22,-11r92,-195r-92,0r0,36r-23,0r0,-57r142,0r5,11","w":169,"k":{"@":7,"}":7,"]":7,")":7,"\/":5,"&":4,"9":4,"8":4,"6":4,"5":4,"4":21,"3":5,"2":5,"0":8,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"90,3v-79,0,-99,-99,-32,-120v-63,-25,-37,-113,32,-113v71,0,98,89,32,113v24,9,44,30,44,56v0,36,-32,64,-76,64xm90,-127v24,0,45,-18,45,-40v0,-23,-19,-41,-45,-41v-25,0,-44,18,-44,41v0,22,20,40,44,40xm90,-19v28,0,49,-19,49,-43v0,-25,-21,-44,-49,-44v-27,0,-48,19,-48,44v0,24,21,43,48,43","w":181,"k":{"}":4,"]":4,")":4,"9":4,"3":7}},"9":{"d":"93,-186v54,0,79,41,79,100v0,95,-47,131,-92,131v-26,0,-55,-11,-56,-38v-1,-26,37,-27,37,-4v0,5,-2,8,-5,11v48,25,89,-14,92,-87v-28,53,-132,29,-132,-38v0,-42,32,-75,77,-75xm145,-115v0,-28,-21,-49,-52,-49v-31,0,-51,23,-51,53v0,26,19,46,49,46v32,0,54,-23,54,-50","w":191,"k":{"}":4,"]":4,")":4,"7":4}},".":{"d":"37,3v-13,0,-22,-10,-22,-23v0,-13,9,-22,22,-22v13,0,22,9,22,22v0,13,-9,23,-22,23","w":74,"k":{"Q":15,"V":33,"v":20,"T":19,"U":15,"W":33,"Y":31,"t":2,"u":2,"w":12,"y":6,"C":15,"G":15,"O":15}},",":{"d":"7,54r-7,-9v24,-18,32,-35,33,-45v-25,-2,-24,-43,3,-42v13,0,23,10,23,28v0,20,-13,47,-52,68","w":74,"k":{"Q":15,"V":33,"v":20,"T":19,"U":15,"W":33,"Y":31,"t":2,"u":2,"w":12,"y":6,"C":15,"G":15,"O":15}},":":{"d":"41,-93v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22xm41,3v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22","w":81},";":{"d":"41,-93v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22xm11,54r-7,-10v24,-18,33,-34,33,-44v-24,-3,-25,-42,3,-41v13,0,23,9,23,27v0,19,-13,47,-52,68","w":81},"&":{"d":"214,-96r-21,0v-6,19,-13,36,-22,50v14,14,35,31,38,34r-16,17v-3,-3,-23,-21,-37,-34v-34,50,-146,38,-146,-26v0,-29,19,-48,50,-66v-44,-44,-29,-106,33,-106v30,0,52,19,52,47v0,23,-13,40,-50,62v19,20,28,27,59,57v7,-11,14,-23,18,-35r-21,0r0,-21r63,0r0,21xm82,-19v24,0,43,-10,58,-25r-67,-63v-26,15,-36,30,-36,51v0,18,15,37,45,37xm93,-206v-37,0,-43,44,-12,74v31,-19,39,-31,39,-48v0,-15,-12,-26,-27,-26","w":222,"k":{"1":4,"j":-8,"V":15,"T":9,"W":15,"Y":15,"t":-8}},"!":{"d":"39,-66r-9,-171r32,0r-9,171r-14,0xm46,3v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":91},"?":{"d":"8,-190v0,-33,33,-50,68,-51v46,0,74,28,74,64v0,32,-24,59,-66,69r-4,42r-15,0r-6,-57v43,-8,64,-29,64,-54v0,-43,-66,-53,-87,-26v-2,7,13,10,10,19v0,10,-7,17,-17,17v-11,0,-21,-9,-21,-23xm73,3v-12,0,-20,-9,-20,-21v0,-12,8,-21,20,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":160},"-":{"d":"13,-87r0,-26r84,0r0,26r-84,0","w":109,"k":{"M":4,"V":22,"X":19,"v":-4,"1":9,"A":5,"S":5,"T":22,"W":19,"Y":26,"Z":8,"t":-8,"w":-4,"y":-4,"h":-4,"k":-4,"l":-4}},"_":{"d":"-2,53r0,-24r196,0r0,24r-196,0","w":191},"\/":{"d":"14,75r-22,-9r148,-333r22,10","w":167,"k":{"\/":46,"9":14,"5":14,"4":43,"3":22,"2":22,"1":11,"0":14,"x":20,"v":16,"q":32,"p":20,"m":20,"Q":11,"J":19,"A":15,"S":5,"Z":8,"u":20,"w":16,"y":16,"z":32,"C":11,"G":11,"O":11,"a":36,"c":32,"d":32,"e":32,"f":8,"g":32,"n":20,"o":32,"r":20,"s":36}},"\\":{"d":"153,75r-147,-332r22,-10r147,333","w":167},"|":{"d":"37,72r0,-336r23,0r0,336r-23,0","w":97},"(":{"d":"126,81v-57,-33,-101,-98,-101,-175v0,-77,44,-142,101,-175r13,19v-52,32,-88,88,-88,156v0,68,36,125,88,157","w":131,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-12,"j":-34,"b":-16,"Q":4,"J":11,"A":4,"S":2,"y":-12,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-16,"k":-16,"l":-16,"o":4,"s":8}},")":{"d":"5,81r-13,-18v52,-32,88,-89,88,-157v0,-68,-36,-124,-88,-156r13,-19v57,33,101,98,101,175v0,77,-44,142,-101,175","w":131},"[":{"d":"36,72r0,-336r83,0r0,24r-57,0r0,289r57,0r0,23r-83,0","w":127,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-12,"j":-34,"b":-16,"Q":4,"J":11,"A":4,"S":2,"y":-12,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-16,"k":-16,"l":-16,"o":4,"s":8}},"]":{"d":"8,72r0,-23r58,0r0,-289r-58,0r0,-24r83,0r0,336r-83,0","w":127},"{":{"d":"95,-55v0,27,-46,53,-46,77v0,17,14,34,57,36r0,20v-55,-1,-82,-24,-82,-56v0,-30,43,-49,45,-77v2,-20,-23,-31,-50,-29r0,-22v27,2,52,-9,50,-29v-2,-28,-45,-47,-45,-77v0,-32,27,-55,82,-56r0,20v-43,2,-57,19,-57,36v0,24,46,50,46,77v0,15,-11,34,-42,40v31,6,42,25,42,40","w":124,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-12,"j":-34,"b":-16,"Q":4,"J":11,"A":4,"S":2,"y":-12,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-16,"k":-16,"l":-16,"o":4,"s":8}},"}":{"d":"56,-55v2,28,45,47,45,77v0,32,-27,55,-82,56r0,-20v43,-2,57,-19,57,-36v0,-24,-46,-50,-46,-77v0,-15,11,-34,42,-40v-31,-6,-42,-25,-42,-40v0,-27,46,-53,46,-77v0,-17,-14,-34,-57,-36r0,-20v55,1,82,24,82,56v0,30,-43,49,-45,77v-1,20,23,31,50,29r0,22v-27,-2,-51,9,-50,29","w":124},"@":{"d":"186,47v-76,43,-170,-4,-170,-93v0,-96,71,-173,154,-173v64,0,105,42,105,103v0,57,-31,103,-70,103v-23,0,-34,-14,-33,-30v-21,43,-92,40,-92,-20v0,-63,83,-110,105,-48r8,-28r23,0r-21,80v-5,18,0,29,13,29v27,0,50,-41,50,-86v0,-50,-33,-88,-88,-88v-75,0,-137,71,-137,158v0,76,80,117,146,80xm133,-34v42,0,70,-85,16,-85v-24,0,-43,26,-43,54v0,18,9,31,27,31","w":289,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"x":4,"X":11,"V":9,"A":4,"W":9,"Y":11,"Z":4,"z":8}},"*":{"d":"132,-210v6,23,-33,18,-53,21v9,12,46,28,30,48v-23,12,-28,-28,-36,-43v-8,15,-14,55,-36,43v-17,-20,22,-36,30,-48v-20,-3,-59,2,-53,-21v13,-21,40,8,55,13v-3,-18,-21,-52,4,-56v24,3,6,38,4,56v15,-5,41,-34,55,-13","w":145,"k":{"A":24}},"^":{"d":"36,-129r-11,-13r55,-53r56,53r-12,13r-44,-32","w":160},"~":{"d":"52,-118v29,-1,54,50,67,3r19,4v-2,25,-18,42,-35,42v-29,1,-54,-51,-66,-3r-20,-4v2,-25,18,-42,35,-42","w":155},"$":{"d":"104,-207r-2,25v26,3,48,16,48,34v0,10,-7,17,-16,17v-14,1,-21,-15,-14,-26v-3,-2,-12,-4,-21,-5r-4,58v28,9,57,21,57,53v0,35,-31,50,-65,51r-3,38r-20,-2r3,-37v-27,-4,-53,-16,-53,-38v0,-10,7,-17,16,-17v14,0,21,14,14,26v4,4,14,8,26,9r5,-64v-27,-8,-53,-19,-53,-49v0,-28,25,-48,60,-49r3,-25xm127,-50v0,-15,-13,-24,-34,-30r-6,60v22,-1,40,-10,40,-30xm46,-136v0,14,14,21,32,27r4,-54v-20,1,-36,10,-36,27","w":167},"#":{"d":"18,-117r0,-22r37,0r7,-44r22,0r-7,44r46,0r7,-44r23,0r-7,44r34,0r0,22r-37,0r-8,50r33,0r0,21r-36,0r-7,46r-23,0r7,-46r-46,0r-7,46r-23,0r7,-46r-33,0r0,-21r37,0r7,-50r-33,0xm73,-118r-7,51r47,0r8,-51r-48,0","w":186},"%":{"d":"62,-99v-24,0,-44,-19,-44,-43v0,-24,20,-44,44,-44v24,0,43,20,43,44v0,24,-19,43,-43,43xm171,-85v24,0,44,20,44,44v0,24,-20,44,-44,44v-24,0,-43,-20,-43,-44v0,-24,19,-44,43,-44xm197,-175v-22,23,-130,158,-150,183r-13,-11r150,-183xm62,-116v14,0,23,-12,23,-26v0,-14,-9,-26,-23,-26v-14,0,-24,12,-24,26v0,14,10,26,24,26xm171,-67v-14,0,-23,12,-23,26v0,14,9,26,23,26v14,0,24,-12,24,-26v0,-14,-10,-26,-24,-26","w":232},"\"":{"d":"86,-151r-12,-65v-3,-15,5,-25,17,-25v35,0,6,62,5,90r-10,0xm25,-151r-12,-65v-3,-15,5,-25,17,-25v35,0,6,62,5,90r-10,0","w":121},"'":{"d":"25,-151r-12,-65v-3,-15,5,-25,17,-25v35,0,6,62,5,90r-10,0","w":60},"+":{"d":"63,-37r0,-49r-48,0r0,-22r48,0r0,-49r23,0r0,49r49,0r0,22r-49,0r0,49r-23,0","w":149},"=":{"d":"15,-113r0,-22r120,0r0,22r-120,0xm15,-55r0,-22r120,0r0,22r-120,0","w":149},"<":{"d":"105,-28r-90,-62r0,-12r90,-61r12,18r-73,50r73,49","w":140},">":{"d":"35,-28r-12,-18r73,-49r-73,-50r12,-18r91,61r0,12","w":140},"`":{"d":"96,-181v-21,-15,-57,-23,-67,-47v1,-18,20,-18,30,-7r43,45","w":150},"\u00a0":{"w":81}}});Cufon.registerFont({"w":131,"face":{"font-family":"Archer","font-weight":375,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-18 -269 354 82","underline-thickness":"18","underline-position":"-18","stemh":"26","stemv":"31","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":80},"A":{"d":"6,0r0,-29r21,0r66,-179r-26,0r0,-29r119,0r0,29r-27,0r66,179r22,0r0,29r-84,0r0,-29r27,0r-18,-50r-93,0r-18,50r29,0r0,29r-84,0xm88,-106r75,0r-37,-104","w":252},"B":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r95,0v95,-6,107,93,41,115v31,9,49,26,49,56v0,38,-32,66,-86,66r-99,0xm77,-28v44,3,90,-2,90,-40v0,-37,-46,-42,-90,-39r0,79xm77,-134v41,3,83,-4,83,-38v0,-34,-43,-39,-83,-36r0,74","w":216,"k":{"}":4,"]":4,")":4,"\\":8,"\/":3,"v":3,"p":3,"b":1,"X":7,"V":11,"A":6,"S":2,"T":7,"U":4,"W":11,"Y":11,"Z":5,".":4,",":4,"t":3,"u":3,"w":3,"y":3,"z":3}},"C":{"d":"142,4v-73,0,-123,-53,-123,-122v0,-72,56,-123,122,-123v52,0,90,30,90,58v0,15,-10,25,-23,25v-20,0,-30,-23,-17,-35v-6,-8,-24,-18,-51,-18v-51,0,-88,42,-88,93v0,49,36,92,90,92v28,0,51,-12,71,-31r20,23v-23,24,-56,38,-91,38","w":252,"k":{"J":4,"M":4,"Q":7,"V":7,"X":7,"p":5,"q":8,"v":5,"m":5,"x":3,"A":9,"S":5,"T":7,"U":4,"W":5,"Y":7,"Z":4,"t":5,"u":8,"w":5,"y":5,"z":5,"C":7,"G":7,"O":7,"-":8,"a":8,"c":8,"d":8,"e":8,"f":5,"g":8,"n":5,"o":8,"r":5,"s":5}},"D":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r89,0v84,0,137,45,137,116v0,72,-50,121,-139,121r-87,0xm77,-29v80,7,130,-26,130,-92v0,-64,-54,-93,-130,-87r0,179","w":259,"k":{"J":2,"M":6,"V":9,"X":18,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":4,"A":9,"S":7,"T":7,"W":13,"Y":11,"Z":6,".":15,",":15,"z":5,"a":3,"h":5,"k":3,"l":3}},"E":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r174,0r0,62r-31,0r0,-33r-81,0r0,73r75,0r0,28r-75,0r0,78r81,0r0,-33r32,0r0,62r-175,0","w":209,"k":{"J":4,"Q":7,"V":4,"X":2,"p":5,"q":5,"v":8,"A":4,"S":5,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":5,"u":4,"w":8,"y":8,"z":3,"C":7,"G":7,"O":7,"-":12,"c":5,"d":5,"e":5,"g":5,"o":5,"s":3}},"F":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r172,0r0,62r-31,0r0,-33r-79,0r0,78r73,0r0,28r-73,0r0,73r32,0r0,29r-94,0","w":203,"k":{"@":12,"\/":26,"&":8,"x":18,"v":17,"q":23,"p":15,"m":15,"j":3,"X":7,"V":7,"Q":14,"M":9,"J":25,"A":25,"S":9,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":27,",":27,"t":10,"u":18,"w":17,"y":17,"z":19,"C":14,"G":14,"O":14,":":19,";":19,"-":17,"a":24,"c":22,"d":23,"e":22,"f":14,"g":23,"h":3,"i":5,"k":3,"l":3,"n":15,"o":22,"r":15,"s":21}},"G":{"d":"203,-19v-72,54,-184,8,-184,-98v0,-74,56,-124,123,-124v54,0,90,29,90,56v0,15,-9,25,-22,25v-19,0,-30,-22,-18,-35v-8,-8,-26,-16,-51,-16v-52,0,-89,40,-89,94v0,84,91,115,150,73r0,-47r-63,0r0,-27r95,0r0,118r-31,0r0,-19","w":263,"k":{"V":7,"X":4,"p":3,"v":5,"T":7,"W":11,"Y":7,"Z":4,"t":1,"u":3,"w":5,"y":5,"z":3}},"H":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r92,0r0,29r-30,0r0,73r122,0r0,-73r-30,0r0,-29r92,0r0,29r-29,0r0,179r29,0r0,29r-92,0r0,-29r30,0r0,-78r-122,0r0,78r30,0r0,29r-92,0","w":276,"k":{"b":-3,"p":3,"q":5,"z":5,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":3}},"I":{"d":"15,0r0,-29r31,0r0,-179r-31,0r0,-29r94,0r0,29r-30,0r0,179r30,0r0,29r-94,0","w":125,"k":{"b":-3,"p":3,"q":5,"z":5,"a":3,"c":5,"d":5,"e":5,"g":5,"o":5,"s":3}},"J":{"d":"153,-208v-3,91,23,212,-73,212v-39,0,-70,-25,-70,-58v0,-32,43,-42,45,-9v0,8,-4,15,-10,18v20,35,76,20,76,-35r0,-128r-36,0r0,-29r96,0r0,29r-28,0","w":192,"k":{"\/":7,"x":7,"v":7,"q":9,"p":8,"m":8,"X":7,"V":5,"M":5,"J":9,"A":12,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":4,"u":8,"w":7,"y":7,"z":11,":":12,";":12,"a":9,"c":8,"d":9,"e":8,"f":8,"g":9,"i":5,"n":8,"o":8,"r":8,"s":9}},"K":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r92,0r0,29r-30,0r0,93r93,-93r-30,0r0,-29r97,0r0,29r-26,0r-72,72r69,107r30,0r0,29r-51,0r-73,-114r-37,37r0,48r30,0r0,29r-92,0","w":243,"k":{"Q":5,"V":18,"q":6,"v":11,"j":-3,"A":11,"S":4,"W":18,"Y":14,".":-8,",":-8,"t":4,"u":5,"w":8,"y":5,"C":8,"G":5,"O":5,":":-8,";":-8,"-":12,"a":3,"c":5,"d":6,"e":5,"g":6,"i":-9,"o":5}},"L":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r94,0r0,29r-32,0r0,179r75,0r0,-35r31,0r0,64r-168,0","w":198,"k":{"M":4,"Q":14,"V":22,"X":4,"*":19,"b":5,"}":8,"]":8,"p":3,")":8,"q":3,"?":15,"v":15,"j":5,"S":2,"T":22,"U":11,"W":18,"Y":22,"Z":4,"t":8,"u":8,"w":11,"y":5,"C":14,"G":14,"O":10,"-":12,"c":3,"d":3,"e":3,"g":3,"o":3}},"M":{"d":"14,0r0,-29r29,0r8,-179r-30,0r0,-29r60,0r76,149r76,-149r60,0r0,29r-31,0r8,179r30,0r0,29r-92,0r0,-29r30,0r-6,-147r-73,140r-6,0r-72,-140r-6,147r29,0r0,29r-90,0","w":314,"k":{"v":8,"q":7,"p":4,"j":5,"X":4,"V":11,"Q":5,"M":4,"J":4,"A":4,"S":5,"T":6,"U":5,"W":11,"Y":8,"Z":4,"t":5,"w":8,"y":8,"z":5,"C":5,"G":5,"O":5,"-":4,"a":3,"c":5,"d":7,"e":5,"g":7,"o":5,"s":4}},"N":{"d":"214,1r-138,-180r0,150r30,0r0,29r-91,0r0,-29r29,0r0,-179r-29,0r0,-29r57,0r129,167r0,-138r-31,0r0,-29r90,0r0,29r-28,0r0,209r-18,0","w":271,"k":{"J":7,"b":-3,"p":5,"q":5,"v":3,"m":5,"x":4,"&":8,".":12,",":12,"t":5,"u":5,"w":3,"y":3,"z":8,"a":8,"c":4,"d":5,"e":4,"f":5,"g":6,"i":3,"n":5,"o":4,"r":5,"s":8}},"O":{"d":"138,4v-70,0,-119,-53,-119,-122v0,-69,50,-123,121,-123v70,0,120,54,120,123v0,69,-51,122,-122,122xm139,-26v50,0,87,-39,87,-92v0,-53,-37,-93,-87,-93v-51,0,-87,40,-87,93v0,53,36,92,87,92","w":278,"k":{"J":2,"M":5,"V":11,"X":13,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":4,"A":9,"S":7,"T":7,"W":13,"Y":11,"Z":6,".":15,",":15,"z":5,"a":3,"h":3,"k":3,"l":3}},"P":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r93,0v50,0,89,29,89,76v1,61,-54,86,-120,78r0,54r31,0r0,29r-93,0xm77,-112v41,6,86,-6,86,-49v0,-40,-40,-51,-86,-47r0,96","w":209,"k":{"@":8,"\/":14,"?":-12,"q":5,"X":14,"M":9,"J":20,"A":18,"Y":7,".":19,",":19,"z":3,"a":7,"c":5,"d":5,"e":5,"g":5,"o":5,"s":5}},"Q":{"d":"176,-4v28,12,52,38,85,12r16,26v-58,47,-103,-21,-155,-31v-59,-11,-103,-53,-103,-121v0,-69,50,-123,121,-123v70,0,120,54,120,123v0,60,-36,102,-84,114xm52,-118v1,51,35,92,87,92v50,0,87,-39,87,-92v0,-53,-37,-93,-87,-93v-51,0,-87,40,-87,93","w":278,"k":{"\\":12,"b":1,"V":11,"M":4,"W":12,"Y":11,"z":5,"a":1,"h":3,"k":3,"l":3}},"R":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29v82,-2,180,-8,180,70v0,32,-20,55,-48,65r44,73r28,0r0,29r-50,0r-54,-94v-11,1,-28,1,-38,0r0,65r30,0r0,29r-92,0xm77,-122v40,6,85,-7,85,-44v0,-37,-41,-45,-85,-42r0,86","w":222,"k":{"J":-3,"V":9,"X":3,"\\":8,"q":3,"?":4,"v":3,"j":-3,"T":11,"W":8,"Y":9,".":-8,",":-8,"w":1,":":-8,";":-8,"-":2,"c":3,"d":3,"e":3,"g":3,"o":3}},"S":{"d":"99,4v-46,0,-81,-26,-81,-52v0,-15,8,-24,21,-24v21,0,28,21,17,35v22,22,91,16,91,-25v0,-22,-22,-33,-47,-42v-42,-16,-73,-30,-73,-72v0,-37,29,-65,75,-65v41,0,74,22,74,48v0,15,-9,24,-21,24v-20,1,-27,-21,-18,-34v-20,-19,-78,-10,-78,24v0,23,22,33,49,43v41,15,71,30,71,72v0,43,-34,68,-80,68","w":198,"k":{"M":4,"V":5,"X":7,"*":4,"b":3,"\\":4,"p":3,"q":3,"v":4,"m":3,"x":5,"\/":3,"!":4,"A":5,"T":5,"U":2,"W":9,"Y":9,"Z":2,".":4,",":4,"u":3,"w":4,"y":4,"z":3,"a":5,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"n":3,"o":3,"r":3,"s":3}},"T":{"d":"65,0r0,-29r31,0r0,-180r-53,0r0,38r-31,0r0,-66r201,0r0,66r-31,0r0,-38r-53,0r0,180r31,0r0,29r-95,0","w":225,"k":{"J":18,"M":6,"Q":7,"V":4,"X":11,"p":14,"q":21,"v":17,"m":14,"x":17,"\/":16,"j":3,"&":8,"@":12,"A":18,"S":7,"U":2,"W":4,"Y":4,".":19,",":19,"t":11,"u":17,"w":17,"y":17,"z":21,"C":7,"G":7,"O":7,":":15,";":15,"-":23,"a":19,"c":21,"d":21,"e":21,"f":11,"g":21,"i":3,"n":14,"o":21,"r":14,"s":21}},"U":{"d":"126,4v-54,0,-87,-30,-87,-88r0,-124r-28,0r0,-29r91,0r0,29r-30,0v5,71,-24,182,54,182v80,0,51,-110,56,-182r-30,0r0,-29r90,0r0,29r-29,0r0,123v0,59,-34,89,-87,89","w":252,"k":{"J":9,"M":5,"V":5,"X":7,"p":8,"q":9,"v":7,"m":8,"x":7,"\/":7,"A":12,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":4,"w":7,"y":7,"z":11,":":12,";":12,"a":8,"c":8,"d":9,"e":8,"f":5,"g":9,"i":5,"n":8,"o":8,"r":8,"s":11}},"V":{"d":"115,3r-87,-211r-22,0r0,-29r85,0r0,29r-25,0r59,154r60,-154r-27,0r0,-29r86,0r0,29r-23,0r-87,211r-19,0","w":249,"k":{"@":15,"\/":19,"&":8,"x":14,"v":14,"q":24,"p":14,"m":14,"j":3,"X":13,"Q":11,"M":11,"J":25,"A":22,"S":7,"T":4,"U":5,"Z":7,".":35,",":35,"t":5,"u":14,"w":14,"y":14,"z":17,"C":11,"G":16,"O":11,":":15,";":15,"-":23,"a":25,"c":24,"d":24,"e":24,"f":8,"g":24,"i":5,"n":14,"o":24,"r":14,"s":26}},"W":{"d":"100,3r-66,-211r-26,0r0,-29r92,0r0,29r-31,0r45,149r60,-152r17,0r59,152r43,-149r-31,0r0,-29r92,0r0,29r-27,0r-65,211r-18,0r-62,-156r-63,156r-19,0","w":361,"k":{"J":25,"M":11,"Q":12,"X":7,"p":19,"q":26,"v":15,"m":19,"x":15,"\/":20,"j":1,"&":8,"@":15,"A":20,"S":11,"T":4,"U":5,"Z":7,".":35,",":35,"t":11,"u":17,"w":15,"y":15,"z":18,"C":12,"G":12,"O":12,":":12,";":12,"-":19,"a":24,"c":27,"d":26,"e":27,"f":10,"g":26,"i":4,"n":19,"o":27,"r":19,"s":24}},"X":{"d":"12,0r0,-29r25,0r73,-93r-67,-86r-26,0r0,-29r89,0r0,29r-26,0r50,68r50,-68r-28,0r0,-29r90,0r0,29r-26,0r-68,86r72,93r26,0r0,29r-89,0r0,-28r26,0r-54,-76r-56,76r27,0r0,28r-88,0","w":257,"k":{"*":8,"v":11,"q":11,"p":4,"X":7,"V":13,"Q":15,"M":4,"J":7,"A":7,"S":6,"T":11,"U":7,"W":7,"Y":14,"Z":7,"t":8,"u":14,"w":8,"y":11,"C":15,"G":15,"O":13,"-":19,"a":5,"c":11,"d":11,"e":11,"g":10,"o":11,"s":8}},"Y":{"d":"67,0r0,-29r32,0r0,-64r-68,-115r-25,0r0,-29r84,0r0,29r-23,0r49,87r50,-87r-24,0r0,-29r84,0r0,29r-25,0r-69,115r0,64r32,0r0,29r-97,0","w":231,"k":{"J":25,"M":8,"Q":11,"X":14,"p":14,"q":25,"v":15,"m":14,"x":14,"\/":13,"j":3,"&":12,"@":15,"A":18,"S":11,"T":4,"U":5,".":27,",":27,"t":10,"u":14,"w":16,"y":14,"z":17,"C":11,"G":11,"O":11,":":15,";":15,"-":27,"a":24,"c":25,"d":25,"e":25,"f":8,"g":25,"i":5,"n":14,"o":25,"r":14,"s":24}},"Z":{"d":"16,0r0,-17r140,-193r-104,0r0,39r-29,0r0,-66r180,0r0,17r-141,193r114,0r0,-39r29,0r0,66r-189,0","w":221,"k":{"J":4,"M":4,"Q":4,"V":7,"X":7,"*":6,"\\":4,"q":1,"v":5,"S":2,"T":7,"U":7,"W":4,"Y":7,"Z":4,"t":5,"u":3,"w":4,"y":5,"C":4,"G":6,"O":6,"-":8,"d":1,"g":1}},"a":{"d":"84,-158v40,0,63,18,64,55r0,77r24,0r0,26r-53,0r0,-19v-26,31,-104,31,-104,-22v0,-43,64,-56,103,-41v8,-42,-24,-60,-59,-47v4,14,-4,27,-17,27v-11,0,-18,-8,-18,-19v0,-18,20,-37,60,-37xm46,-44v3,34,56,25,72,5r0,-25v-23,-8,-74,-9,-72,20","w":179,"k":{"b":3,"p":3,"q":3,"?":9,"v":8,"x":3,"j":3,"u":3,"w":6,"y":8,"z":6,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"b":{"d":"182,-78v0,66,-79,106,-126,63r-8,15r-20,0r0,-237r-24,0r0,-27r55,0r0,128v40,-45,123,-15,123,58xm59,-39v32,27,91,16,91,-39v0,-56,-63,-67,-91,-33r0,72","w":196,"k":{"\\":26,"}":4,"]":4,")":4,"?":9,"v":6,"x":3,"\/":9,".":9,",":9,"u":3,"w":4,"y":4,"z":3,"a":3}},"c":{"d":"151,-12v-56,36,-137,3,-137,-66v0,-42,34,-80,78,-80v39,0,66,25,66,49v0,27,-41,32,-41,4v0,-5,2,-10,6,-13v-24,-28,-79,-12,-78,41v1,55,68,67,109,37","w":174,"k":{"p":3,"q":3,"?":4,"v":4,"x":1,"\/":6,"u":3,"y":3,"z":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":2}},"d":{"d":"136,-20v-39,48,-122,14,-122,-57v0,-64,76,-106,122,-64r0,-96r-27,0r0,-27r58,0r0,238r24,0r0,26r-55,0r0,-20xm46,-77v0,55,62,68,90,33r0,-72v-31,-29,-90,-15,-90,39","w":199,"k":{"z":3,"a":3,"s":3}},"e":{"d":"162,-68r-116,0v6,52,73,53,111,28r-2,28v-56,35,-141,6,-141,-65v0,-44,30,-81,77,-81v53,1,80,41,71,90xm133,-91v-1,-53,-82,-56,-87,0r87,0","w":176,"k":{"\\":26,"}":4,"]":4,")":4,"?":4,"v":3,"x":3,"\/":6,".":4,",":4,"u":3,"w":1,"y":2,"z":3,"a":4}},"f":{"d":"40,-155v-3,-58,3,-111,56,-111v32,0,42,39,13,42v-11,0,-17,-7,-20,-15v-26,7,-18,51,-19,84r41,0r0,26r-41,0r0,103r30,0r0,26r-85,0r0,-26r25,0r0,-103r-27,0r0,-26r27,0","w":118,"k":{"*":-22,"}":-26,"]":-26,")":-26,"q":4,"?":-11,"\/":5,"&":-9,".":9,",":9,"c":4,"d":4,"e":4,"g":4,"o":4}},"g":{"d":"64,41v29,11,77,4,71,-38r0,-27v-39,46,-121,14,-121,-55v0,-64,78,-103,123,-61r0,-15r53,0r0,26r-24,0r0,132v1,46,-30,70,-73,69v-35,-1,-64,-9,-64,-37v0,-11,7,-20,19,-20v13,0,22,14,16,26xm135,-116v-29,-29,-89,-14,-89,37v0,53,62,66,89,31r0,-68","w":200,"k":{"v":1,"x":6,".":16,",":16,"u":3,"w":1,"y":1,"z":6,"a":3,"d":3,"g":3,"s":4}},"h":{"d":"139,-26v-4,-39,15,-104,-27,-104v-17,0,-33,11,-46,24r0,80r23,0r0,26r-79,0r0,-26r25,0r0,-211r-25,0r0,-27r56,0r0,135v27,-41,104,-39,104,23r0,80r24,0r0,26r-78,0r0,-26r23,0","w":201,"k":{"b":3,"p":3,"q":3,"?":9,"v":8,"x":3,"j":3,"w":6,"y":4,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"i":{"d":"51,-188v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23xm14,0r0,-26r25,0r0,-103r-25,0r0,-26r56,0r0,129r25,0r0,26r-81,0","w":106,"k":{"b":3,"p":4,"v":6,"j":4,"u":4,"w":4,"y":6,"z":3,"a":3,"s":3}},"j":{"d":"74,-155v-6,86,28,224,-57,227v-23,0,-35,-13,-35,-26v0,-10,7,-19,18,-19v12,0,19,9,18,21v18,-1,26,-26,25,-49r0,-128r-30,0r0,-26r61,0xm53,-188v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22v12,0,23,10,23,22v0,13,-11,23,-23,23","w":98,"k":{"*":-4,"x":3,"y":3,"z":1,"-":-6}},"k":{"d":"10,0r0,-26r25,0r0,-211r-25,0r0,-27r56,0r0,183r56,-49r-27,0r0,-25r90,0r0,26r-28,0r-44,38r45,64r27,0r0,27r-46,0r-48,-74r-25,21r0,27r22,0r0,26r-78,0","w":192,"k":{"q":3,"&":-4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"l":{"d":"11,0r0,-26r25,0r0,-211r-25,0r0,-27r56,0r0,238r25,0r0,26r-81,0","w":102,"k":{"b":3,"p":4,"v":1,"j":4,"u":4,"w":1,"y":1,"z":3,"a":3,"s":3}},"m":{"d":"137,-26v-5,-38,16,-104,-24,-104v-17,0,-32,10,-45,23r0,81r23,0r0,26r-78,0r0,-26r24,0r0,-103r-24,0r0,-26r54,0r0,27v19,-31,84,-45,97,-2v29,-39,104,-40,104,24r0,80r24,0r0,26r-78,0r0,-26r23,0v-4,-38,15,-103,-25,-104v-16,0,-30,10,-44,23r0,81r23,0r0,26r-77,0r0,-26r23,0","w":299,"k":{"?":9,"x":3,"v":8,"q":3,"p":3,"j":3,"b":3,"w":6,"y":4,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"n":{"d":"141,-26v-4,-40,16,-104,-27,-104v-17,0,-33,11,-46,24r0,80r23,0r0,26r-78,0r0,-26r24,0r0,-103r-24,0r0,-26r54,0r0,27v26,-40,105,-42,105,22r0,80r24,0r0,26r-78,0r0,-26r23,0","w":203,"k":{"b":3,"p":3,"q":3,"?":9,"v":8,"x":3,"j":3,"w":6,"y":4,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"o":{"d":"95,3v-50,0,-81,-36,-81,-80v0,-44,32,-81,81,-81v49,0,81,37,81,81v0,43,-32,80,-81,80xm95,-23v29,0,49,-22,49,-54v0,-32,-20,-55,-49,-55v-29,0,-49,23,-49,55v0,32,20,54,49,54","w":190,"k":{"\\":26,"}":4,"]":4,")":4,"?":9,"v":6,"x":3,"\/":9,".":9,",":9,"u":3,"w":1,"y":4,"z":3,"a":3}},"p":{"d":"10,71r0,-26r25,0r0,-174r-25,0r0,-26r54,0r0,20v41,-48,122,-15,122,57v0,64,-73,105,-120,64r0,59r27,0r0,26r-83,0xm66,-39v31,29,88,15,88,-39v0,-55,-61,-68,-88,-33r0,72","w":200,"k":{"}":4,"]":4,")":4,"\/":9,"?":9,"x":3,"v":6,".":9,",":9,"u":3,"w":4,"y":4,"z":3,"a":3}},"q":{"d":"108,71r0,-27r30,0r0,-63v-42,45,-124,15,-124,-58v0,-66,79,-106,126,-63r8,-16r20,0r0,200r25,0r0,27r-85,0xm46,-77v0,56,63,68,92,33r0,-72v-32,-27,-92,-16,-92,39","w":191,"k":{"}":-26,"]":-26,")":-26,"\/":-26,"?":2}},"r":{"d":"115,-158v32,0,34,42,6,44v-10,0,-18,-7,-21,-14v-12,4,-24,17,-32,32r0,70r28,0r0,26r-83,0r0,-26r24,0r0,-103r-24,0r0,-26r54,0r0,35v12,-21,30,-38,48,-38","w":145,"k":{"*":-9,"q":5,"\/":11,"&":-4,".":13,",":13,"-":-6,"a":3,"c":5,"d":5,"e":5,"g":5,"o":5,"s":2}},"s":{"d":"81,-158v28,0,59,9,59,35v0,11,-7,19,-17,19v-14,0,-23,-13,-17,-26v-17,-9,-60,-2,-56,16v0,12,12,16,37,22v33,9,58,18,58,47v0,61,-130,64,-130,10v0,-10,8,-19,18,-19v13,0,21,12,17,26v15,11,66,11,66,-14v0,-11,-12,-16,-35,-22v-40,-10,-60,-20,-60,-48v0,-24,20,-46,60,-46","w":160,"k":{"b":1,"\\":26,"}":4,"]":4,"p":3,")":4,"q":1,"?":9,"v":1,"j":1,"u":3,"w":1,"y":1,"z":3,"a":1,"c":1,"d":1,"e":1,"g":1,"h":4,"k":4,"l":4,"o":1}},"t":{"d":"65,-45v-1,29,33,20,49,11r-3,28v-28,17,-77,10,-77,-33r0,-90r-29,0r0,-26r29,0r0,-36r31,-12r0,48r47,0r0,26r-47,0r0,84","w":125,"k":{"q":2,"v":4,"&":-9,"y":4,"z":3,"c":2,"d":2,"e":2,"g":2,"k":4,"l":4,"o":2}},"u":{"d":"63,-56v-1,46,54,31,73,7r0,-80r-25,0r0,-26r56,0r0,129r24,0r0,26r-54,0r0,-27v-27,40,-105,44,-105,-22r0,-80r-24,0r0,-26r55,0r0,99","w":200,"k":{"b":3,"?":2,"x":3,"u":3,"z":4}},"v":{"d":"85,4r-63,-133r-20,0r0,-26r75,0r0,25r-23,0r42,94r42,-94r-25,0r0,-25r75,0r0,26r-19,0r-64,133r-20,0","w":190,"k":{"*":-4,"@":9,"\/":11,"q":6,"p":3,".":22,",":22,"t":4,"z":3,"-":-4,"a":6,"c":6,"d":6,"e":6,"g":6,"h":3,"k":3,"l":3,"o":6,"s":5}},"w":{"d":"66,6r-41,-135r-23,0r0,-26r75,0r0,26r-23,0r25,88r40,-97r19,0r41,97r25,-88r-26,0r0,-26r75,0r0,26r-23,0r-41,135r-19,0r-43,-101r-42,101r-19,0","w":254,"k":{"*":-4,"p":1,"q":4,"\/":11,"&":4,"@":4,".":13,",":13,"z":1,"-":-4,"a":4,"c":4,"d":4,"e":1,"g":4,"h":1,"k":-1,"l":1,"o":1,"s":5}},"x":{"d":"6,0r0,-27r21,0r49,-51r-47,-51r-20,0r0,-26r72,0r0,25r-19,0r31,37r32,-37r-20,0r0,-25r71,0r0,26r-20,0r-46,49r49,53r21,0r0,27r-73,0r0,-25r20,0r-35,-41r-34,41r20,0r0,25r-72,0","w":186,"k":{"*":-4,"q":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"y":{"d":"92,27v-10,22,-29,45,-53,45v-31,0,-39,-37,-12,-40v9,0,15,7,17,13v16,-8,26,-36,36,-53r-58,-121r-20,0r0,-26r76,0r0,25r-24,0r40,93r41,-93r-24,0r0,-25r74,0r0,26r-20,0","w":187,"k":{"*":-4,"p":3,"q":6,"\/":11,"&":4,"@":9,".":22,",":22,"t":4,"z":6,"-":-4,"a":6,"c":6,"d":6,"e":6,"f":4,"g":6,"h":3,"k":3,"l":3,"o":6,"s":5}},"z":{"d":"12,0r0,-16r97,-114r-64,0r0,30r-27,0r0,-55r132,0r0,16r-96,114r71,0r0,-30r27,0r0,55r-140,0","w":163,"k":{"p":1,"q":3,"?":4,"v":3,"u":3,"w":1,"y":3,"z":3,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"0":{"d":"102,3v-50,0,-86,-41,-86,-96v0,-55,36,-95,86,-95v50,0,86,41,86,95v0,55,-36,96,-86,96xm102,-24v32,0,54,-29,54,-69v0,-40,-22,-69,-54,-69v-32,0,-54,29,-54,69v0,40,22,69,54,69","w":203,"k":{"}":4,"]":4,")":4,"3":3}},"1":{"d":"22,0r0,-26r43,0r0,-127r-38,9r-7,-26v26,-5,45,-16,76,-16r0,160r43,0r0,26r-117,0","w":151,"k":{"9":3,"7":1,"-":4}},"2":{"d":"159,-135v0,54,-90,71,-108,109r88,0r0,-30r26,0r0,56r-148,0r-5,-15v14,-33,43,-56,74,-75v23,-15,41,-26,41,-44v0,-30,-61,-36,-75,-15v14,10,5,35,-13,34v-12,0,-21,-10,-21,-25v0,-32,35,-48,71,-48v45,0,70,26,70,53","w":183,"k":{"}":4,"]":4,")":4,"9":3,"5":3,"3":3}},"3":{"d":"86,45v-40,0,-72,-15,-76,-50v-3,-27,41,-32,41,-5v0,6,-2,11,-7,15v23,25,93,15,90,-26v-2,-30,-34,-46,-74,-42r0,-26v35,2,69,-10,71,-40v3,-36,-62,-41,-79,-21v15,10,7,35,-12,34v-11,0,-21,-9,-21,-24v0,-32,30,-48,71,-48v43,0,73,26,73,58v0,27,-25,49,-52,53v29,6,54,27,54,58v0,39,-34,64,-79,64","w":178,"k":{"}":4,"]":4,")":4}},"4":{"d":"117,43r0,-62r-103,0r-7,-14r118,-158r23,18r-96,128r65,0r0,-47r30,-12r0,59r38,0r0,26r-38,0r0,62r-30,0","w":192,"k":{"9":3,"7":1,"5":3,"3":3,"-":9}},"5":{"d":"85,45v-38,-1,-68,-11,-71,-42v-3,-27,42,-32,42,-4v0,4,-3,10,-6,13v34,16,88,-1,83,-41v5,-45,-61,-55,-97,-35r-14,-8r14,-113r116,0r0,29r-93,0r-7,60v54,-17,112,10,112,67v0,44,-34,74,-79,74","w":179,"k":{"}":4,"]":4,")":4,"6":3,"-":4}},"6":{"d":"112,-232v28,1,58,12,59,40v2,29,-43,29,-42,3v0,-4,1,-7,3,-10v-45,-21,-79,16,-84,86v29,-55,133,-26,133,41v0,42,-34,75,-81,75v-54,0,-82,-41,-82,-102v0,-91,46,-133,94,-133xm51,-69v0,26,22,46,49,46v30,0,50,-22,50,-49v0,-24,-19,-44,-48,-44v-30,0,-51,21,-51,47","w":196,"k":{"}":4,"]":4,")":4,"7":3,"3":7}},"7":{"d":"62,44r-26,-13r93,-191r-89,0r0,38r-28,0r0,-63r147,0r8,15","w":178,"k":{"@":7,"}":7,"]":7,")":7,"\/":11,"&":4,"9":5,"8":3,"6":3,"5":3,"4":22,"3":5,"2":5,"0":8,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"93,3v-82,0,-105,-97,-36,-120v-63,-26,-37,-114,36,-114v73,0,102,88,37,114v24,9,42,30,42,55v0,36,-31,65,-79,65xm93,-129v23,0,42,-16,42,-37v0,-23,-18,-39,-42,-39v-24,0,-41,16,-41,39v0,21,18,37,41,37xm93,-24v28,0,47,-17,47,-40v0,-23,-19,-41,-47,-41v-27,0,-46,18,-46,41v0,23,19,40,46,40","w":186,"k":{"}":4,"]":4,")":4,"9":3,"3":7}},"9":{"d":"96,-188v57,1,83,41,83,102v0,91,-47,131,-95,131v-30,0,-60,-12,-60,-40v0,-14,10,-23,21,-23v17,0,26,18,18,31v47,18,81,-16,86,-84v-31,52,-134,24,-134,-42v0,-42,34,-75,81,-75xm145,-116v0,-26,-22,-46,-49,-46v-30,0,-50,21,-50,49v0,24,19,44,48,44v30,0,51,-22,51,-47","w":196,"k":{"}":4,"]":4,")":4,"7":3}},".":{"d":"41,3v-14,0,-25,-12,-25,-26v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-11,26,-25,26","w":81,"k":{"Q":15,"V":35,"v":22,"T":19,"U":15,"W":35,"Y":30,"t":4,"u":4,"w":13,"y":6,"C":15,"G":15,"O":15}},",":{"d":"10,58r-9,-12v24,-18,34,-36,34,-46v-29,-4,-24,-49,5,-48v14,0,27,10,27,31v0,21,-15,52,-57,75","w":81,"k":{"Q":15,"V":35,"v":22,"T":19,"U":15,"W":35,"Y":30,"t":4,"u":4,"w":13,"y":6,"C":15,"G":15,"O":15}},":":{"d":"45,-93v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25xm45,3v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25","w":88},";":{"d":"45,-93v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25xm14,57r-9,-12v23,-18,33,-35,34,-45v-27,-4,-25,-48,5,-47v14,0,26,10,26,30v0,20,-14,51,-56,74","w":88},"&":{"d":"222,-97r-21,0v-6,19,-13,35,-22,49v13,12,35,31,37,32r-19,20r-35,-31v-37,48,-151,36,-151,-30v0,-29,19,-50,48,-66v-45,-46,-28,-107,36,-107v34,0,58,20,58,50v0,26,-17,44,-50,62r56,53v6,-10,12,-21,16,-33r-20,0r0,-25r67,0r0,26xm141,-45r-65,-61v-42,19,-49,83,11,83v22,0,39,-9,54,-22xm95,-204v-35,8,-37,40,-9,70v25,-14,35,-27,35,-46v0,-14,-10,-24,-26,-24","w":231,"k":{"1":4,"j":-9,"V":15,"T":12,"W":15,"Y":15,"t":-9}},"!":{"d":"39,-68r-11,-169r39,0r-11,169r-17,0xm48,3v-13,0,-24,-11,-24,-24v0,-13,11,-23,24,-23v13,0,23,10,23,23v0,13,-10,24,-23,24","w":95},"?":{"d":"8,-188v2,-35,34,-52,71,-53v47,0,77,28,77,65v0,33,-23,60,-67,70r-3,38r-20,0r-7,-58v44,-7,63,-27,63,-49v0,-38,-63,-50,-81,-23v15,7,10,36,-9,35v-12,0,-24,-10,-24,-25xm76,3v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,13,-10,24,-23,24","w":167},"-":{"d":"14,-85r0,-32r93,0r0,32r-93,0","w":120,"k":{"M":4,"V":23,"X":19,"v":-4,"1":9,"A":6,"S":6,"T":23,"W":19,"Y":27,"Z":8,"t":-9,"w":-4,"y":-4,"h":-4,"k":-4,"l":-4}},"_":{"d":"-3,56r0,-29r203,0r0,29r-203,0","w":197},"\/":{"d":"23,76r-27,-12r148,-332r26,12","w":174,"k":{"\/":50,"9":14,"5":14,"4":43,"3":22,"2":22,"1":11,"0":14,"x":22,"v":17,"q":27,"p":22,"m":22,"Q":12,"J":19,"A":15,"S":6,"Z":8,"u":22,"w":17,"y":17,"z":35,"C":12,"G":12,"O":12,"a":39,"c":27,"d":27,"e":27,"f":9,"g":27,"n":22,"o":27,"r":22,"s":39}},"\\":{"d":"152,76r-148,-332r27,-12r147,332","w":174},"|":{"d":"36,72r0,-336r27,0r0,336r-27,0","w":99},"(":{"d":"131,82v-50,-28,-106,-90,-106,-176v0,-86,56,-147,106,-175r16,22v-47,30,-89,79,-89,153v0,74,42,123,89,153","w":142,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-13,"j":-32,"b":-17,"Q":4,"J":12,"A":4,"S":2,"y":-13,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-17,"k":-17,"l":-17,"o":4,"s":9}},")":{"d":"11,82r-15,-23v47,-30,89,-79,89,-153v0,-74,-42,-123,-89,-153r15,-22v50,28,106,89,106,175v0,86,-56,148,-106,176","w":142},"[":{"d":"35,72r0,-336r87,0r0,28r-56,0r0,280r56,0r0,28r-87,0","k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-13,"j":-32,"b":-17,"Q":4,"J":12,"A":4,"S":2,"y":-13,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-17,"k":-17,"l":-17,"o":4,"s":9}},"]":{"d":"9,72r0,-28r57,0r0,-280r-57,0r0,-28r87,0r0,336r-87,0"},"{":{"d":"102,-57v0,27,-47,54,-47,78v0,15,13,30,58,33r0,24v-62,-1,-88,-25,-88,-57v0,-34,42,-48,45,-77v2,-17,-22,-28,-50,-26r0,-26v28,2,51,-9,50,-26v-4,-29,-45,-43,-45,-77v0,-32,26,-56,88,-57r0,24v-45,3,-58,18,-58,33v-1,24,47,50,47,77v0,17,-14,34,-43,39v29,5,43,21,43,38","k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-13,"j":-32,"b":-17,"Q":4,"J":12,"A":4,"S":2,"y":-13,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-17,"k":-17,"l":-17,"o":4,"s":9}},"}":{"d":"61,-56v4,29,45,43,45,77v0,32,-26,56,-88,57r0,-24v45,-3,58,-18,58,-33v0,-24,-47,-51,-47,-78v0,-17,14,-33,43,-38v-29,-5,-43,-22,-43,-39v0,-27,47,-53,47,-77v0,-15,-13,-30,-58,-33r0,-24v62,1,88,25,88,57v0,34,-42,48,-45,77v-2,17,22,28,50,26r0,26v-28,-2,-51,9,-50,26"},"@":{"d":"189,47v-78,45,-174,-3,-174,-97v0,-94,69,-171,153,-171v66,0,108,44,108,105v0,57,-30,104,-72,104v-24,0,-36,-13,-37,-30v-21,44,-89,39,-89,-20v0,-63,76,-113,103,-52r8,-26r29,0r-21,81v-5,17,1,27,14,27v25,0,47,-38,47,-83v0,-50,-34,-89,-90,-89v-75,0,-135,70,-135,155v0,78,82,122,148,82xm134,-39v35,0,64,-73,15,-75v-22,0,-38,22,-38,48v0,15,8,27,23,27","w":291,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"x":4,"X":12,"V":10,"A":4,"W":10,"Y":12,"Z":4,"z":9}},"*":{"d":"140,-207v7,25,-32,22,-56,23v11,12,51,31,32,52v-25,13,-30,-29,-39,-46v-9,17,-14,58,-38,46v-20,-21,21,-40,31,-52v-24,-2,-63,2,-56,-23v14,-23,44,8,59,14v-3,-19,-24,-55,4,-60v28,4,7,41,4,60v16,-6,44,-37,59,-14","w":154,"k":{"A":25}},"^":{"d":"37,-123r-15,-17r59,-57r59,57r-14,17r-45,-31","w":162},"~":{"d":"53,-123v30,-2,56,54,69,3r23,5v-3,29,-20,47,-38,47v-31,0,-57,-52,-70,-2r-22,-6v3,-29,20,-47,38,-47","w":159},"$":{"d":"111,-208r-2,24v25,4,50,15,50,37v0,12,-8,19,-18,19v-16,0,-23,-14,-17,-28v-3,-2,-11,-4,-19,-5r-4,54v29,8,61,20,61,53v0,36,-33,53,-70,54r-3,38r-23,-2r2,-37v-27,-4,-54,-16,-54,-40v0,-11,7,-21,18,-21v15,0,24,15,18,29v4,3,13,6,23,8r4,-58v-28,-8,-55,-20,-55,-51v0,-29,25,-49,64,-51r2,-25xm131,-51v0,-14,-12,-21,-33,-27r-5,54v21,-1,38,-9,38,-27xm52,-136v0,12,11,18,29,23r4,-48v-19,1,-33,10,-33,25","w":177},"#":{"d":"21,-117r0,-26r35,0r7,-42r28,0r-7,42r42,0r7,-42r29,0r-7,42r32,0r0,26r-36,0r-7,46r32,0r0,25r-36,0r-7,46r-28,0r7,-46r-43,0r-7,46r-28,0r7,-46r-32,0r0,-25r36,0r7,-46r-31,0xm80,-118r-8,47r44,0r7,-47r-43,0","w":195},"%":{"d":"63,-98v-25,0,-45,-21,-45,-46v0,-25,20,-45,45,-45v25,0,46,20,46,45v0,25,-21,46,-46,46xm63,-119v13,0,22,-11,22,-24v0,-14,-9,-24,-22,-24v-13,0,-22,10,-22,24v0,13,9,24,22,24xm33,-6v30,-30,134,-150,160,-183r14,12v-38,39,-117,132,-160,184xm178,-87v25,0,45,20,45,45v0,25,-20,45,-45,45v-25,0,-46,-20,-46,-45v0,-25,21,-45,46,-45xm178,-66v-13,0,-22,10,-22,24v0,14,9,24,22,24v13,0,22,-10,22,-24v0,-14,-9,-24,-22,-24","w":240},"\"":{"d":"95,-144r-14,-68v-4,-18,6,-29,20,-29v41,0,8,67,6,97r-12,0xm27,-144r-14,-68v-4,-18,6,-29,20,-29v41,0,8,67,6,97r-12,0","w":134},"'":{"d":"27,-144r-14,-68v-4,-18,6,-29,20,-29v41,0,8,67,6,97r-12,0","w":66},"+":{"d":"65,-37r0,-49r-48,0r0,-27r48,0r0,-48r27,0r0,48r48,0r0,27r-48,0r0,49r-27,0","w":156},"=":{"d":"17,-116r0,-26r123,0r0,26r-123,0xm17,-54r0,-26r123,0r0,26r-123,0","w":156},"<":{"d":"108,-27r-92,-63r0,-16r92,-64r14,20r-73,52r73,51","w":145},">":{"d":"38,-27r-15,-20r74,-51r-74,-52r15,-20r91,64r0,16","w":145},"`":{"d":"86,-179v-21,-17,-57,-25,-66,-52v1,-20,22,-20,33,-7r42,49","w":122},"\u00a0":{"w":80}}});Cufon.registerFont({"w":190,"face":{"font-family":"Archer","font-weight":350,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-40.0216 -270 366 80","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"22","stemv":"19","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":75},"A":{"d":"-10,0r6,-24r22,0r113,-189r-28,0r5,-24r109,0r-6,24r-27,0r26,189r25,0r-6,24r-77,0r5,-23r26,0r-7,-59r-96,0r-35,59r31,0r-5,23r-81,0xm93,-105r80,0r-14,-110","w":253},"B":{"d":"195,-70v-1,83,-108,70,-194,70r6,-24r28,0r44,-189r-32,0r6,-24v70,0,158,-11,159,56v0,32,-26,55,-60,60v24,6,43,26,43,51xm184,-179v0,-32,-40,-36,-78,-34r-19,80v49,3,97,-7,97,-46xm62,-23v52,2,103,0,106,-48v2,-30,-42,-45,-86,-40","w":216,"k":{"}":8,"]":8,")":8,"\\":8,"v":3,"p":3,"b":3,"X":12,"V":13,"A":5,"T":14,"U":7,"W":11,"Y":14,"Z":5,".":4,",":4,"h":3,"k":3,"l":3,"t":3,"u":3,"w":3,"y":3}},"C":{"d":"220,-37v-62,70,-195,50,-194,-63v0,-76,61,-141,134,-141v55,0,85,35,85,58v0,30,-40,35,-41,8v0,-7,5,-13,11,-17v-4,-11,-23,-25,-56,-25v-61,0,-105,58,-105,114v0,90,102,106,150,50","w":246,"k":{"J":4,"M":4,"Q":7,"V":18,"X":7,"b":6,"j":6,"m":6,"p":6,"q":9,"v":6,"x":9,"A":4,"T":13,"U":7,"W":20,"Y":18,"Z":4,"h":6,"k":6,"l":5,"t":9,"u":9,"w":6,"y":6,"C":7,"G":7,"O":7,"S":5,"-":8,"a":9,"c":9,"d":9,"e":9,"f":6,"g":9,"n":6,"o":9,"r":6,"s":6,"z":3,"i":6}},"D":{"d":"248,-138v0,88,-71,139,-162,138r-85,0r6,-24r28,0r44,-189r-32,0r6,-24r75,0v74,-1,120,33,120,99xm220,-137v0,-59,-43,-80,-114,-76r-44,189v94,8,158,-33,158,-113","w":254,"k":{"J":5,"M":4,"V":21,"X":13,"\\":12,"?":4,"x":9,"\/":1,"A":7,"T":16,"U":7,"W":17,"Y":20,"Z":5,".":8,",":8,"S":7}},"E":{"d":"1,0r6,-24r28,0r44,-189r-32,0r6,-24r172,0r-14,58r-26,0r8,-34r-87,0r-19,81r76,0r-5,23r-76,0r-20,86r88,0r8,-35r26,0r-14,58r-169,0","w":209,"k":{"J":4,"Q":7,"V":4,"X":2,"j":9,"m":5,"p":5,"q":3,"v":9,"A":4,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":9,"u":9,"w":9,"y":9,"C":7,"G":7,"O":7,"S":5,"-":12,"a":3,"c":3,"d":3,"e":3,"f":11,"g":3,"n":5,"o":3,"r":5,"s":3,"z":3,"i":8}},"F":{"d":"1,0r6,-24r28,0r44,-189r-32,0r6,-24r169,0r-14,58r-26,0r8,-34r-84,0r-20,85r74,0r-5,23r-74,0r-19,81r35,0r-6,24r-90,0","w":202,"k":{"@":12,"\/":13,"&":14,"x":28,"v":17,"q":23,"p":17,"m":17,"j":6,"X":7,"V":7,"Q":12,"M":4,"J":25,"A":25,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":27,",":27,"l":3,"t":11,"u":17,"w":17,"y":17,"C":12,"G":12,"O":12,"S":9,":":19,";":19,"-":12,"a":27,"c":22,"d":23,"e":22,"f":15,"g":23,"n":17,"o":22,"r":17,"s":23,"z":19}},"G":{"d":"220,-198v-10,-12,-28,-19,-55,-19v-66,0,-111,61,-111,123v0,79,93,92,140,50r12,-49r-66,0r5,-22r93,0r-28,115r-23,0r4,-23v-59,52,-165,25,-165,-70v0,-78,60,-148,140,-148v45,0,80,15,85,53v3,29,-40,32,-40,6v0,-6,3,-12,9,-16","w":258,"k":{"V":13,"X":4,"v":3,"T":7,"W":11,"Y":7,"Z":4,"u":3,"w":3,"y":3}},"H":{"d":"1,0r6,-24r28,0r44,-189r-32,0r6,-24r87,0r-5,24r-29,0r-19,80r129,0r18,-80r-33,0r6,-24r88,0r-6,24r-28,0r-44,189r32,0r-6,24r-87,0r5,-24r29,0r21,-85r-129,0r-20,85r33,0r-6,24r-88,0","w":276},"I":{"d":"1,0r6,-24r32,0r43,-189r-33,0r6,-24r91,0r-6,24r-31,0r-44,189r33,0r-6,24r-91,0","w":127},"J":{"d":"134,-22v-29,42,-125,33,-125,-30v0,-30,43,-44,43,-14v0,9,-6,17,-18,17v-3,34,67,37,82,10v26,-46,31,-117,48,-174r-40,0r6,-24r94,0r-5,24r-29,0v-19,63,-22,144,-56,191","w":201,"k":{"\/":8,"&":8,"X":7,"V":5,"Q":3,"M":5,"J":6,"A":9,"T":4,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"C":3,"G":3,"O":3,"S":2,":":12,";":12,"z":3}},"K":{"d":"231,-213r-95,80r52,109r33,0r-6,24r-46,0r-54,-117r-39,33r-14,60r33,0r-6,24r-88,0r6,-24r28,0r44,-189r-32,0r6,-24r86,0r-5,24r-28,0r-23,99r115,-99r-31,0r5,-24r90,0r-5,24r-26,0","w":236,"k":{"J":2,"Q":6,"V":3,"j":5,"m":6,"p":6,"q":10,"v":13,"U":7,"W":3,"Y":2,".":-8,",":-8,"t":8,"u":7,"w":9,"y":13,"C":6,"G":6,"O":6,":":-8,";":-8,"-":12,"a":10,"c":9,"d":10,"e":9,"g":9,"n":6,"o":9,"r":6,"s":9,"i":5}},"L":{"d":"1,0r6,-24r28,0r44,-189r-32,0r6,-24r90,0r-6,24r-31,0r-44,190r81,0r8,-37r26,0r-14,60r-162,0","w":197,"k":{"M":4,"Q":14,"V":29,"X":4,"*":19,"b":6,"}":8,"]":8,"j":6,"m":6,"p":6,")":8,"q":3,"?":8,"v":17,"T":22,"U":18,"W":25,"Y":22,"Z":4,"h":6,"k":6,"l":5,"t":9,"u":9,"w":13,"y":17,"C":14,"G":14,"O":14,"S":2,"-":12,"a":3,"c":3,"d":3,"e":3,"f":9,"g":3,"n":6,"o":3,"r":6,"s":5,"i":9}},"M":{"d":"0,0r6,-24r28,0r53,-189r-33,0r5,-24r57,0r39,162r113,-162r57,0r-6,24r-29,0r-35,189r32,0r-5,24r-88,0r6,-24r28,0r33,-165r-112,158r-5,0r-40,-158r-44,165r33,0r-6,24r-87,0","w":311,"k":{"v":6,"X":4,"V":9,"Q":3,"M":4,"J":4,"A":4,"T":9,"U":8,"W":8,"Y":4,"Z":4,"w":5,"y":6,"C":4,"G":4,"O":3,"S":7,"-":4}},"N":{"d":"197,1r-97,-193r-39,168r33,0r-5,24r-88,0r6,-24r28,0r44,-189r-32,0r6,-24r54,0r91,181r36,-157r-33,0r6,-24r86,0r-5,24r-28,0r-49,214r-14,0","w":270,"k":{"J":1,"X":1,"A":1,".":12,",":12}},"O":{"d":"126,4v-63,0,-100,-44,-100,-102v0,-70,55,-143,131,-143v63,0,100,44,100,102v0,70,-55,143,-131,143xm128,-20v58,0,102,-60,102,-119v0,-42,-25,-78,-75,-78v-58,0,-102,60,-102,119v0,42,25,78,75,78","w":263,"k":{"J":5,"M":2,"V":17,"X":13,"\\":12,"}":-15,"]":-17,")":-15,"\/":-24,"A":7,"T":13,"U":7,"W":16,"Y":16,"Z":6,".":8,",":8,"S":7,"z":5}},"P":{"d":"130,-237v47,0,81,27,81,66v0,57,-58,97,-134,85r-15,62r33,0r-6,24r-88,0r6,-24r28,0r44,-189r-32,0r6,-24r77,0xm116,-109v83,4,93,-109,11,-104r-21,0r-24,103v8,1,21,1,34,1","w":202,"k":{"@":8,"\/":3,"x":9,"q":6,"b":3,"X":2,"V":9,"Q":-4,"M":2,"J":14,"A":18,"W":8,"Y":7,"Z":5,".":19,",":19,"h":3,"k":3,"l":3,"C":-4,"G":-4,"O":-4,"a":6,"c":6,"d":6,"e":6,"g":6,"o":6,"s":6}},"Q":{"d":"257,-139v0,63,-45,129,-110,141v13,23,47,39,75,22r9,21v-46,24,-95,-3,-114,-41v-58,-4,-91,-47,-91,-102v0,-70,55,-143,131,-143v63,0,100,44,100,102xm128,-20v58,0,102,-60,102,-119v0,-42,-25,-78,-75,-78v-58,0,-102,60,-102,119v0,42,25,78,75,78","w":263,"k":{"}":-15,"]":-17,")":-15,"\\":12,"\/":-39,"X":13,"V":17,"M":2,"J":5,"A":7,"T":13,"U":7,"W":16,"Y":16,"Z":6,".":8,",":8,"S":7,"z":5}},"R":{"d":"53,-237v74,-1,157,-6,158,63v0,36,-26,64,-68,74r36,76r28,0r-6,24r-41,0r-43,-96r-38,-1r-17,73r32,0r-5,24r-88,0r6,-24r28,0r44,-189r-32,0xm184,-172v-2,-36,-36,-43,-78,-41r-22,93v49,7,103,-11,100,-52","w":217,"k":{"J":4,"Q":1,"V":12,"\\":8,"q":1,"?":4,"A":5,"T":11,"U":7,"W":10,"Y":9,".":-8,",":-8,"t":3,"y":-3,"C":1,"G":1,"O":1,"S":3,":":-8,";":-8,"-":2,"a":3,"d":1,"g":3,"s":3,"i":3}},"S":{"d":"80,-179v5,47,96,57,96,116v0,38,-34,67,-80,67v-48,0,-82,-29,-82,-54v0,-29,39,-33,40,-7v0,8,-4,14,-10,18v17,28,110,28,105,-22v-4,-49,-97,-57,-97,-116v0,-34,31,-64,77,-64v41,0,72,24,72,48v0,29,-39,33,-39,6v0,-5,3,-12,9,-16v-17,-23,-95,-17,-91,24","w":198,"k":{"M":4,"V":9,"X":4,"*":4,"\\":4,"m":3,"p":3,"q":3,"v":9,"x":6,"!":4,"T":5,"U":2,"W":9,"Y":9,".":4,",":4,"l":3,"t":6,"u":3,"w":9,"y":9,"a":3,"c":3,"d":3,"e":3,"f":4,"g":3,"n":3,"o":3,"r":3,"s":3,"i":3}},"T":{"d":"52,0r5,-24r31,0r43,-189r-58,0r-9,37r-25,0r14,-61r195,0r-14,61r-26,0r9,-37r-59,0r-44,189r35,0r-6,24r-91,0","w":225,"k":{"J":13,"M":6,"Q":4,"X":11,"j":3,"m":15,"p":15,"q":23,"v":15,"x":23,"\/":9,"&":6,"@":12,"A":16,"W":4,"Y":4,".":27,",":27,"t":13,"u":19,"w":15,"y":15,"C":4,"G":4,"O":4,":":15,";":15,"-":23,"a":23,"c":23,"d":23,"e":23,"f":13,"g":23,"n":15,"o":23,"r":15,"s":23,"z":25,"i":3}},"U":{"d":"120,4v-60,0,-84,-43,-72,-98r27,-119r-31,0r5,-24r87,0r-5,24r-29,0v-10,49,-31,93,-31,146v0,28,15,47,52,47v37,0,58,-24,66,-59r30,-134r-33,0r6,-24r87,0r-5,24r-28,0v-28,85,-15,217,-126,217","w":257,"k":{"J":6,"M":5,"Q":3,"V":5,"X":9,"q":6,"x":5,"\/":8,"A":9,"T":4,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"C":3,"G":3,"O":3,"S":2,":":12,";":12,"a":6,"c":6,"d":6,"e":6,"g":6,"o":6,"s":3,"z":3}},"V":{"d":"97,4r-36,-217r-25,0r6,-24r78,0r-5,24r-25,0r25,172r104,-172r-28,0r6,-24r79,0r-6,24r-21,0r-136,217r-16,0","w":246,"k":{"@":15,"\/":17,"&":4,"x":13,"v":13,"q":23,"p":15,"m":15,"j":8,"X":7,"Q":6,"M":5,"J":23,"A":18,"T":4,"U":4,"Y":1,"Z":7,".":35,",":35,"t":13,"u":15,"w":13,"y":13,"C":6,"G":6,"O":6,"S":5,":":15,";":15,"-":23,"a":23,"c":23,"d":23,"e":23,"f":9,"g":23,"n":15,"o":23,"r":15,"s":23,"z":13,"i":5}},"W":{"d":"77,3r-12,-216r-25,0r5,-24r81,0r-6,24r-29,0r5,167r93,-162r13,0r23,162r85,-167r-29,0r6,-24r79,0r-5,24r-23,0r-113,216r-15,0r-25,-159r-94,159r-14,0","w":340,"k":{"J":24,"M":9,"Q":9,"X":7,"j":6,"m":14,"p":14,"q":23,"v":11,"x":17,"\/":10,"&":5,"@":15,"A":18,"T":4,"U":4,"Y":1,"Z":7,".":35,",":35,"t":11,"u":15,"w":11,"y":11,"C":9,"G":9,"O":9,"S":7,":":12,";":12,"-":19,"a":23,"c":23,"d":23,"e":23,"f":8,"g":23,"n":14,"o":23,"r":14,"s":23,"z":14,"i":6}},"X":{"d":"-5,0r5,-24r27,0r97,-99r-47,-90r-29,0r5,-24r88,0r-5,24r-29,0r35,75r71,-75r-29,0r6,-24r89,0r-6,24r-27,0r-92,93r50,96r29,0r-5,24r-88,0r6,-24r29,0r-39,-81r-77,81r31,0r-6,24r-89,0","w":255,"k":{"*":8,"v":15,"q":13,"p":9,"m":9,"j":5,"X":7,"V":1,"Q":8,"M":4,"J":8,"A":7,"T":7,"U":7,"W":2,"Y":4,"Z":7,"t":9,"u":14,"w":14,"y":15,"C":8,"G":8,"O":8,"S":9,"-":17,"a":13,"c":13,"d":13,"e":13,"f":6,"g":13,"n":9,"o":13,"r":9,"s":9,"i":4}},"Y":{"d":"45,0r5,-24r32,0r18,-71r-41,-118r-25,0r6,-24r79,0r-5,24r-27,0r31,97r80,-97r-27,0r6,-24r81,0r-5,24r-24,0r-104,123r-16,66r34,0r-5,24r-93,0","w":227,"k":{"J":23,"M":6,"Q":9,"V":1,"X":4,"j":6,"m":17,"p":17,"q":28,"v":15,"x":22,"\/":9,"&":4,"@":15,"A":14,"T":4,"U":5,"W":1,"Z":7,".":27,",":27,"t":15,"u":17,"w":15,"y":15,"C":9,"G":9,"O":9,"S":7,":":15,";":15,"-":19,"a":28,"c":28,"d":28,"e":28,"f":9,"g":28,"n":17,"o":28,"r":17,"s":27,"z":19,"i":6}},"Z":{"d":"5,0r-1,-13r190,-202r-114,0r-9,38r-25,0r14,-60r174,0r2,13r-191,202r120,0r9,-38r25,0r-14,60r-180,0","w":220,"k":{"J":4,"M":4,"Q":5,"V":7,"X":7,"*":6,"\\":4,"v":8,"T":7,"U":7,"W":4,"Y":4,"Z":4,"w":6,"y":8,"C":6,"G":6,"O":5,"S":2,"-":8,"f":3,"i":3}},"a":{"d":"124,-29v-27,48,-109,41,-109,-30v0,-79,102,-138,129,-59r10,-36r24,0r-30,127v0,7,4,12,10,12v7,0,14,-7,21,-25r12,5v-8,26,-21,38,-38,38v-18,0,-30,-13,-29,-32xm78,-19v35,0,60,-39,60,-73v0,-25,-14,-42,-39,-42v-33,0,-57,36,-57,73v0,25,12,42,36,42","w":201},"b":{"d":"10,0r57,-242r-30,0r6,-22r53,0r-32,140v26,-51,111,-38,111,31v0,53,-39,96,-82,96v-25,0,-44,-15,-49,-37r-9,34r-25,0xm91,-19v54,6,85,-112,19,-115v-54,-4,-92,111,-19,115","k":{"?":8,"v":7,"x":7,".":4,",":4,"t":2,"w":4,"y":7,"f":4,"s":4,"z":4,"i":2}},"c":{"d":"137,-15v-43,35,-122,17,-122,-48v0,-49,40,-93,88,-93v36,0,55,22,55,41v0,23,-34,30,-35,5v0,-4,3,-10,8,-13v-35,-31,-91,8,-91,58v0,51,67,58,98,26","w":167},"d":{"d":"15,-59v0,-80,100,-136,129,-60r29,-123r-29,0r5,-22r54,0r-54,237v0,7,4,12,10,12v7,0,14,-7,21,-25r12,5v-8,26,-22,38,-39,38v-18,0,-29,-13,-28,-33v-26,50,-110,42,-110,-29xm79,-19v35,0,59,-38,59,-73v0,-25,-13,-42,-39,-42v-33,0,-57,35,-57,72v0,25,13,43,37,43","w":202,"k":{"q":4,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4}},"e":{"d":"152,-69r-112,0v-7,52,58,62,99,36r-5,25v-48,25,-121,9,-120,-54v0,-52,39,-94,85,-94v48,0,71,42,53,87xm98,-134v-24,0,-45,18,-54,45r88,0v7,-25,-3,-45,-34,-45","w":171,"k":{"?":4,"x":4}},"f":{"d":"18,0r31,-131r-28,0r6,-22r27,0v11,-50,17,-109,74,-112v32,-2,37,39,11,39v-10,0,-17,-7,-18,-17v-33,8,-33,57,-43,90r40,0r-5,22r-40,0r-30,131r-25,0","w":112,"k":{"*":-20,"}":-21,"]":-30,")":-30,"q":8,"?":-24,"v":2,"x":5,"\/":2,"&":7,".":14,",":14,"w":2,"y":2,":":4,";":4,"a":5,"c":8,"d":5,"e":8,"g":8,"o":8,"s":5}},"g":{"d":"120,52v-25,30,-116,27,-116,-15v0,-11,8,-19,18,-19v15,0,21,15,14,27v39,17,82,-4,84,-46r7,-31v-29,51,-112,37,-112,-31v0,-78,107,-130,132,-56r9,-35r24,0r-37,158v-5,21,-12,35,-23,48xm82,-23v57,5,87,-109,17,-111v-55,-7,-85,110,-17,111","k":{"q":3,"y":1,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3}},"h":{"d":"10,0r57,-242r-30,0r6,-22r53,0r-33,142v17,-42,95,-48,95,8v0,31,-16,57,-19,87v0,7,4,12,10,12v7,0,13,-7,20,-25r13,5v-8,25,-20,38,-38,38v-59,0,-13,-73,-12,-114v0,-14,-10,-23,-25,-23v-47,-2,-61,86,-71,134r-26,0","w":189,"k":{"v":2,"t":1,"w":2,"y":2}},"i":{"d":"73,-183v-10,0,-18,-8,-18,-18v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18xm26,-43r24,-88r-29,0r5,-22r55,0r-32,126v0,7,4,12,10,12v8,0,14,-7,21,-25r13,5v-8,56,-82,46,-67,-8","w":106},"j":{"d":"23,57v-13,17,-61,22,-63,-5v-1,-21,33,-22,33,-2v20,-7,24,-22,31,-51r30,-130r-31,0r6,-22r55,0v-19,66,-25,164,-61,210xm76,-183v-10,0,-18,-8,-18,-18v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18","w":95},"k":{"d":"36,0r-26,0r57,-242r-30,0r6,-22r53,0r-43,186v45,-18,69,-34,75,-44v-15,-9,-9,-35,10,-34v10,0,18,7,18,20v0,22,-27,44,-63,61v9,25,33,98,50,31r13,4v-10,58,-53,52,-68,15r-17,-42v-7,3,-16,6,-22,9","w":169,"k":{"q":4,"y":1,"a":6,"c":4,"d":4,"e":4,"g":4,"o":4}},"l":{"d":"49,3v-24,0,-34,-20,-28,-45r47,-200r-29,0r5,-22r54,0r-54,237v0,8,4,12,10,12v8,0,14,-7,21,-25r13,5v-8,26,-21,38,-39,38","w":100,"k":{"q":1,"a":1,"c":1,"d":1,"e":1,"g":1,"o":1,"s":1}},"m":{"d":"16,0r33,-131r-29,0r6,-22r51,0r-9,36v14,-22,32,-39,52,-39v23,0,39,15,40,39v14,-24,34,-39,53,-39v32,-1,47,34,36,66v-7,20,-13,40,-16,63v0,7,4,12,10,12v7,0,14,-7,21,-25r12,5v-8,25,-20,38,-38,38v-59,0,-14,-75,-11,-114v0,-14,-9,-23,-22,-23v-44,-2,-61,88,-71,134r-26,0v9,-37,27,-72,27,-112v0,-13,-9,-22,-23,-22v-44,-2,-61,88,-71,134r-25,0","w":284,"k":{"v":2,"t":1,"w":2,"y":2}},"n":{"d":"149,3v-59,0,-12,-73,-11,-114v0,-14,-10,-23,-25,-23v-47,-1,-60,88,-72,134r-25,0r33,-131r-29,0r6,-22r51,0r-9,36v13,-22,32,-39,54,-39v33,-1,49,33,38,66v-7,20,-13,40,-16,63v0,7,4,12,10,12v7,0,14,-7,21,-25r12,5v-8,25,-20,38,-38,38","w":195,"k":{"v":2,"t":1,"w":2,"y":2}},"o":{"d":"81,3v-42,0,-66,-31,-66,-67v0,-48,37,-92,87,-92v42,0,66,31,66,67v0,48,-37,92,-87,92xm82,-19v59,8,89,-114,18,-115v-58,-9,-88,114,-18,115","w":182,"k":{"m":4,"?":4,"v":7,"x":7,".":4,",":4,"t":2,"u":4,"w":4,"y":4,"f":4,"s":4,"z":4,"i":2}},"p":{"d":"-23,71r5,-22r23,0r43,-180r-29,0r5,-22r52,0r-7,32v25,-52,112,-44,112,28v0,79,-99,134,-132,61r-18,81r31,0r-5,22r-80,0xm97,-19v33,0,57,-35,57,-71v0,-27,-13,-44,-37,-44v-33,0,-61,38,-61,73v0,24,15,42,41,42","w":196,"k":{"?":8,"x":7,"v":7,".":4,",":4,"t":2,"w":4,"y":7,"f":4,"s":4,"z":4,"i":2}},"q":{"d":"125,-28v-28,48,-110,38,-110,-32v0,-77,102,-135,131,-60r9,-33r24,0r-47,202r33,0r-6,22r-57,0xm80,-19v35,0,59,-39,59,-73v0,-25,-13,-42,-39,-42v-33,0,-58,35,-58,72v0,25,14,43,38,43","k":{"\/":-20,"q":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3}},"r":{"d":"16,0r33,-131r-29,0r6,-22r51,0r-10,42v20,-29,37,-45,52,-45v12,0,21,8,21,19v1,23,-34,26,-38,6v-12,6,-35,28,-44,63r-17,68r-25,0","w":137,"k":{"b":1,"q":7,"?":4,"x":5,"\/":3,"&":4,".":20,",":20,"h":1,"k":1,"l":1,"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"s":1,"z":2}},"s":{"d":"55,-116v4,29,75,33,75,73v0,61,-121,60,-121,7v0,-10,7,-19,17,-19v15,0,19,16,11,27v14,14,69,17,67,-11v-2,-33,-74,-32,-74,-72v0,-24,21,-44,56,-44v27,0,53,10,55,35v2,22,-32,24,-32,3v0,-4,1,-7,4,-11v-13,-13,-61,-10,-58,12","w":151,"k":{"q":4,"?":4,"a":4,"c":3,"d":4,"e":3,"g":4,"o":3}},"t":{"d":"121,-131r-47,0r-24,101v6,21,25,11,44,-2r10,13v-19,15,-35,22,-49,22v-62,0,-11,-91,-7,-134r-27,0r5,-22r28,0r9,-36r27,-9r-11,45r47,0","w":121},"u":{"d":"24,-153r54,0r-27,112v0,13,10,22,24,22v47,1,61,-87,73,-134r25,0r-31,126v9,21,22,13,31,-13r13,5v-8,26,-22,38,-39,38v-19,0,-31,-16,-27,-37v-13,21,-32,37,-54,37v-66,0,-29,-90,-18,-134r-29,0","w":195},"v":{"d":"60,5r-24,-136r-28,0r6,-22r44,0r19,127v28,-32,52,-68,58,-92v-20,-3,-19,-40,4,-38v12,0,21,9,21,25v0,30,-37,87,-85,136r-15,0","w":169,"k":{"&":4,"x":4,"q":2,".":12,",":12,"a":5,"c":1,"d":2,"e":1,"g":2,"o":1}},"w":{"d":"50,5r-13,-136r-28,0r6,-22r44,0r8,120r58,-102r13,0r22,105v23,-33,41,-66,44,-89v-20,-2,-19,-38,4,-37v12,0,21,9,21,24v0,28,-25,75,-70,137r-12,0r-22,-100r-61,100r-14,0","w":240,"k":{"q":4,"x":5,"\/":2,".":3,",":3,"a":4,"d":4,"e":4,"g":4,"o":4,"s":2}},"x":{"d":"24,3v-27,1,-28,-37,-5,-38v9,0,14,6,16,13v14,-3,36,-41,48,-56r-21,-53r-31,0r6,-22r41,0r20,56v14,-21,38,-59,62,-59v29,0,31,36,6,37v-9,0,-14,-6,-16,-12v-12,3,-32,38,-43,51v12,23,32,105,50,40r13,4v-11,48,-49,53,-65,10r-13,-36v-15,23,-42,69,-68,65","k":{"q":9,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":4,"z":2}},"y":{"d":"165,-131v18,18,-135,224,-170,203v-26,3,-35,-38,-7,-39v9,0,16,7,17,16v9,0,26,-12,59,-52r-26,-128r-28,0r6,-22r44,0r22,128v27,-35,53,-70,58,-93v-19,-4,-20,-39,4,-38v12,0,21,9,21,25","w":173,"k":{"q":4,"x":4,".":12,",":12,"a":4,"c":3,"d":4,"e":3,"g":4,"o":3,"s":4}},"z":{"d":"12,3r-10,-13r127,-123r-73,0r-7,30r-23,0r13,-50r119,0r7,13r-122,118v38,-17,85,30,95,-27r12,3v-7,29,-14,49,-41,49v-30,0,-72,-19,-97,0","w":169,"k":{"q":5,"x":2,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":2,"z":2}},"0":{"d":"97,3v-49,0,-77,-37,-77,-82v0,-55,40,-106,96,-106v48,0,77,37,77,82v0,54,-40,106,-96,106xm97,-19v72,7,99,-141,18,-144v-72,-7,-99,141,-18,144","w":204,"k":{")":4,"3":3,"2":3,".":7,",":7}},"1":{"d":"2,0r5,-22r43,0r31,-134r-41,10r0,-23v24,-3,51,-22,72,-11r-37,158r43,0r-5,22r-111,0","w":140,"k":{"9":5,"-":9}},"2":{"d":"170,-138v1,59,-126,74,-139,117r95,0r7,-31r23,0r-13,52r-140,0r-3,-14v16,-36,53,-58,90,-76v30,-14,53,-27,53,-47v0,-32,-67,-34,-80,-12v14,8,6,32,-10,31v-10,0,-19,-8,-19,-20v0,-24,30,-48,70,-48v41,0,66,22,66,48","w":179,"k":{")":4,"9":3,"5":3,"4":1,"3":3}},"3":{"d":"69,45v-37,0,-72,-21,-72,-49v0,-25,35,-29,35,-6v0,6,-4,13,-10,15v4,8,20,18,48,18v32,0,53,-20,53,-44v0,-27,-27,-45,-65,-43r5,-22v44,2,79,-16,78,-44v7,-36,-63,-42,-81,-23v16,7,7,30,-9,30v-9,0,-18,-8,-18,-20v0,-23,31,-43,65,-43v43,0,69,24,69,54v0,31,-24,52,-62,58v78,24,42,119,-36,119","w":176,"k":{")":4}},"4":{"d":"151,-103r-14,61r40,0r-5,21r-40,0r-14,64r-25,0r14,-64r-103,0r-3,-11r150,-155r16,15r-125,130r70,0r12,-51","w":195,"k":{"9":3,"7":3,"5":3,"3":3,"-":9}},"5":{"d":"64,44v-37,0,-64,-19,-64,-40v0,-24,36,-29,36,-4v0,4,-1,9,-5,12v32,26,103,-2,95,-47v3,-43,-58,-50,-88,-31r-13,-8r36,-109r111,0r-5,24r-92,0r-22,67v43,-18,99,5,99,55v0,43,-38,81,-88,81","w":176,"k":{")":4,"6":3,"-":4}},"6":{"d":"91,3v-47,0,-70,-33,-71,-80v0,-66,39,-152,117,-153v31,0,55,17,55,36v0,11,-7,20,-19,20v-13,1,-24,-18,-12,-28v-59,-26,-108,39,-115,94v11,-16,34,-36,66,-36v40,0,64,28,64,64v0,44,-37,83,-85,83xm107,-122v-66,-5,-86,103,-14,103v59,5,84,-102,14,-103","w":192,"k":{")":4,"7":3,"3":3,".":5,",":5}},"7":{"d":"33,44r-20,-13r135,-193r-93,0r-9,36r-24,0r14,-57r141,0r6,11","w":175,"k":{"@":7,")":7,"9":6,"8":3,"6":3,"5":3,"4":18,"3":5,"2":5,"0":6,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"85,3v-41,0,-70,-28,-70,-60v0,-33,23,-54,56,-63v-57,-33,-22,-111,45,-110v40,0,66,26,66,58v0,30,-19,50,-50,59v63,29,29,116,-47,116xm108,-127v55,4,69,-82,7,-81v-56,-5,-64,81,-7,81xm86,-19v64,5,72,-89,8,-88v-64,-4,-73,89,-8,88","w":183,"k":{")":4,"9":3}},"9":{"d":"179,-106v0,74,-41,151,-116,151v-31,0,-55,-17,-55,-36v0,-11,7,-20,19,-20v13,-1,24,18,12,28v57,28,109,-41,114,-92v-10,17,-33,35,-66,35v-40,0,-64,-27,-64,-63v0,-45,37,-83,85,-83v47,1,71,33,71,80xm93,-62v66,6,85,-102,14,-101v-59,-6,-85,101,-14,101","w":192,"k":{")":4,"7":3}},".":{"d":"30,3v-13,0,-23,-10,-23,-23v0,-13,10,-22,23,-22v12,0,21,9,21,22v0,13,-9,23,-21,23","w":74,"k":{"V":35,"j":-14,"v":18,"7":3,"6":5,"0":7,"T":25,"W":35,"Y":25,"w":14,"y":-11}},",":{"d":"-15,51r-6,-10v30,-15,43,-33,44,-42v-24,-7,-20,-41,6,-41v13,0,23,10,23,25v0,24,-23,53,-67,68","w":74,"k":{"V":35,"j":-14,"v":18,"7":3,"6":5,"0":7,"T":25,"W":35,"Y":25,"w":14,"y":-11}},":":{"d":"55,-92v-12,0,-22,-10,-22,-22v0,-13,10,-22,22,-22v12,0,22,9,22,22v0,12,-10,22,-22,22xm34,3v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22","w":83},";":{"d":"55,-92v-12,0,-22,-10,-22,-22v0,-13,10,-22,22,-22v12,0,22,9,22,22v0,12,-10,22,-22,22xm-11,51r-5,-10v30,-15,42,-33,43,-42v-23,-7,-18,-41,6,-41v12,0,23,10,23,25v0,23,-23,53,-67,68","w":83},"&":{"d":"4,-50v0,-39,32,-60,65,-74v-30,-43,-4,-104,48,-103v30,0,50,22,50,45v0,33,-30,51,-67,67r39,47v20,-28,34,-44,56,-44v29,0,31,37,6,38v-8,0,-13,-4,-16,-12v-9,3,-18,17,-31,34r35,42r-17,15r-33,-40v-18,21,-42,40,-75,40v-37,0,-60,-25,-60,-55xm67,-18v25,0,43,-15,58,-33r-45,-56v-31,15,-49,29,-49,55v0,19,13,34,36,34xm115,-206v-36,1,-45,47,-25,75v33,-14,52,-29,52,-50v0,-13,-10,-25,-27,-25","w":219,"k":{"V":25,"T":22,"W":20,"Y":20}},"!":{"d":"38,-63r28,-174r32,0r-48,174r-12,0xm35,3v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":88},"?":{"d":"48,-63r10,-57v64,-3,90,-32,90,-61v0,-42,-68,-45,-80,-21v15,6,9,33,-9,32v-10,0,-19,-9,-19,-21v0,-28,34,-50,68,-50v38,0,67,22,67,58v0,39,-34,75,-97,82r-14,38r-16,0xm46,3v-12,0,-20,-9,-20,-21v0,-12,8,-21,20,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":162},"-":{"d":"15,-87r6,-26r77,0r-6,26r-77,0","w":105,"k":{"M":4,"V":22,"X":23,"x":7,"1":9,"3":7,"A":11,"T":29,"W":18,"Y":25,"Z":7,"S":5}},"_":{"d":"-20,53r6,-24r195,0r-6,24r-195,0","w":185},"\/":{"d":"-14,75r-21,-11r186,-331r21,12","w":135,"k":{"\/":13,"9":14,"4":14,"3":9,"2":7,"0":14,"x":7,"q":11,"Q":10,"J":18,"A":14,"Z":7,"C":10,"G":10,"O":10,"S":4,"a":7,"c":11,"d":11,"e":11,"g":11,"o":11,"s":7}},"\\":{"d":"63,72r-23,-334r23,-2r23,334","w":111},"|":{"d":"37,72r0,-336r23,0r0,336r-23,0","w":97},"(":{"d":"100,80v-42,-34,-73,-84,-73,-147v0,-91,56,-166,133,-203r10,18v-120,56,-159,226,-56,315","w":131,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"j":-36,"J":11,"A":4,"y":-36,"S":2}},")":{"d":"-12,80r-11,-19v120,-56,161,-226,57,-315r14,-16v42,34,73,84,73,147v0,91,-56,166,-133,203","w":134},"[":{"d":"2,72r78,-336r83,0r-5,23r-57,0r-68,291r57,0r-5,22r-83,0","w":122,"k":{"j":-36,"J":11,"A":4,"y":-36,"S":2}},"]":{"d":"-32,72r6,-22r57,0r68,-291r-58,0r6,-23r82,0r-78,336r-83,0","w":122},"{":{"d":"90,-62v1,31,-54,51,-54,81v0,19,13,33,44,40r-5,18v-43,-5,-63,-29,-63,-57v0,-39,47,-54,53,-82v3,-13,-20,-25,-45,-22r6,-24v31,3,55,-11,54,-30v-2,-21,-23,-45,-23,-69v0,-32,29,-61,93,-62r-3,18v-48,3,-66,24,-66,43v0,21,24,47,23,69v0,24,-16,40,-44,44v21,5,30,18,30,33","w":121,"k":{"j":-36,"J":4,"A":4,"y":-15,"S":2}},"}":{"d":"104,-84v-83,-4,-42,59,-31,99v0,32,-29,61,-93,62r3,-19v48,-3,66,-23,66,-42v0,-21,-24,-47,-23,-70v0,-23,16,-39,44,-43v-21,-5,-30,-19,-30,-34v-1,-31,55,-49,54,-80v0,-19,-13,-34,-44,-41r5,-17v43,5,63,29,63,57v0,38,-47,53,-53,81v-3,13,20,26,45,23","w":121},"@":{"d":"186,47v-76,43,-170,-4,-170,-93v0,-96,71,-173,154,-173v64,0,105,42,105,103v0,57,-31,103,-70,103v-23,0,-34,-14,-33,-30v-21,43,-92,40,-92,-20v0,-63,83,-110,105,-48r8,-28r23,0r-21,80v-5,18,0,29,13,29v27,0,50,-41,50,-86v0,-50,-33,-88,-88,-88v-75,0,-137,71,-137,158v0,76,80,117,146,80xm133,-34v42,0,70,-85,16,-85v-24,0,-43,26,-43,54v0,18,9,31,27,31","w":289,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"X":11,"V":9,"A":4,"W":9,"Y":11,"Z":4}},"*":{"d":"129,-145v-3,18,-24,13,-27,-3r-7,-36v-11,12,-16,39,-35,39v-16,0,-14,-20,-2,-27r32,-18v-16,-7,-46,-7,-49,-25v12,-31,42,9,53,18v0,-20,-7,-55,12,-55v28,0,2,41,-4,56v18,-2,50,-26,56,0v-2,23,-36,9,-55,8v8,14,23,24,26,43","w":145,"k":{"J":18,"A":16}},"^":{"d":"48,-129r-11,-14r68,-53r41,55r-13,11r-34,-31","w":159},"~":{"d":"65,-118v31,1,50,53,69,2r17,7v-7,27,-23,41,-40,41v-32,-1,-51,-52,-69,-1r-16,-7v6,-25,22,-42,39,-42","w":167},"$":{"d":"63,38r-19,-5v2,-8,8,-24,11,-36v-26,-8,-45,-24,-45,-41v0,-23,35,-26,35,-5v0,6,-3,10,-7,14v4,5,13,10,24,13r19,-63v-22,-10,-44,-22,-44,-49v0,-29,32,-52,74,-50r7,-24r19,5r-7,23v23,6,38,21,38,37v0,25,-33,26,-33,4v0,-4,1,-10,5,-14v-3,-4,-10,-6,-18,-8r-18,59v23,11,48,24,48,51v0,35,-34,55,-78,52xm125,-48v0,-14,-12,-22,-28,-30r-18,59v25,1,46,-8,46,-29xm105,-163v-45,-3,-55,42,-16,54v4,-15,11,-39,16,-54","w":173},"#":{"d":"27,-117r5,-22r37,0r12,-44r22,0r-12,44r46,0r12,-44r23,0r-12,44r33,0r-5,22r-34,0r-14,50r36,0r-5,21r-37,0r-13,46r-22,0r12,-46r-45,0r-13,46r-23,0r13,-46r-33,0r5,-21r34,0r14,-50r-36,0xm85,-118r-14,51r47,0r14,-51r-47,0","w":196},"%":{"d":"161,-13v24,4,45,-55,10,-57v-25,-4,-45,54,-10,57xm25,2r-11,-13r196,-176r11,13xm62,-113v24,3,44,-55,9,-57v-24,-4,-43,55,-9,57xm61,-97v-23,0,-37,-17,-37,-38v0,-52,85,-73,85,-13v0,26,-20,51,-48,51xm208,-48v7,52,-85,73,-85,13v-6,-51,85,-73,85,-13","w":226},"\"":{"d":"89,-151v8,-29,-4,-90,26,-90v14,0,21,14,15,27r-31,63r-10,0xm33,-151v8,-29,-4,-90,26,-90v14,0,21,14,15,27r-30,63r-11,0","w":118},"'":{"d":"33,-151v8,-29,-4,-90,26,-90v14,0,21,14,15,27r-30,63r-11,0","w":63},"+":{"d":"106,-156r-11,48r48,0r-5,22r-48,0r-13,52r-22,0r12,-52r-49,0r6,-22r48,0r11,-48r23,0","w":150},"=":{"d":"32,-113r5,-22r108,0r-5,22r-108,0xm18,-55r5,-22r108,0r-5,22r-108,0","w":150},"<":{"d":"96,-28r-76,-62r3,-12r103,-60r10,18r-86,50r61,49","w":153},">":{"d":"31,-30r-11,-16r87,-51r-61,-49r14,-17r77,61r-3,12","w":147},"`":{"d":"143,-179v-16,-16,-45,-25,-52,-48v2,-17,26,-21,32,-3r28,44","w":198},"\u00a0":{"w":75}}});Cufon.registerFont({"w":191,"face":{"font-family":"Archer","font-weight":375,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-39.0216 -270 370 81","underline-thickness":"18","underline-position":"-18","slope":"-13","stemh":"27","stemv":"33","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":74},"A":{"d":"-10,0r7,-29r22,0r106,-179r-29,0r7,-29r119,0r-7,29r-26,0r23,179r25,0r-7,29r-82,0r6,-29r27,0r-6,-50r-95,0r-29,50r31,0r-6,29r-86,0xm96,-107r75,0r-13,-104","w":253},"B":{"d":"197,-71v-1,84,-110,71,-197,71r6,-29r27,0r42,-179r-31,0r7,-29v71,0,161,-11,161,57v0,32,-26,54,-58,59v24,7,43,26,43,50xm179,-176v0,-30,-35,-34,-71,-32r-18,74v45,3,89,-8,89,-42xm66,-28v48,1,95,0,97,-44v1,-29,-38,-40,-78,-36","w":214,"k":{"}":8,"]":8,")":8,"\\":8,"v":3,"p":3,"b":1,"X":10,"V":12,"A":5,"T":14,"U":7,"W":11,"Y":14,"Z":5,".":4,",":4,"h":1,"k":1,"l":1,"t":3,"u":3,"w":3,"y":3}},"C":{"d":"220,-38v-61,73,-196,49,-195,-62v0,-76,61,-141,135,-141v53,0,85,32,85,59v0,32,-45,38,-46,7v0,-7,4,-13,9,-17v-4,-9,-22,-19,-49,-19v-56,0,-100,52,-100,109v0,83,97,98,141,44","w":244,"k":{"J":4,"M":4,"Q":7,"V":18,"X":7,"b":5,"j":5,"m":5,"p":5,"q":8,"v":5,"x":8,"A":4,"T":13,"U":7,"W":20,"Y":18,"Z":4,"h":5,"k":5,"l":3,"t":8,"u":8,"w":5,"y":5,"C":7,"G":7,"O":7,"S":5,"-":8,"a":8,"c":8,"d":8,"e":8,"f":5,"g":8,"n":5,"o":8,"r":5,"s":5,"z":3,"i":5}},"D":{"d":"247,-136v0,86,-72,138,-160,136r-87,0r6,-29r27,0r42,-179r-31,0r7,-29r76,0v74,-1,120,34,120,101xm213,-135v0,-55,-41,-76,-105,-73r-42,179v87,9,147,-33,147,-106","w":252,"k":{"J":5,"M":3,"V":19,"X":13,"\\":12,"?":4,"x":8,"\/":2,"A":6,"T":16,"U":7,"W":18,"Y":20,"Z":7,".":8,",":8,"S":7}},"E":{"d":"0,0r6,-29r27,0r42,-179r-31,0r7,-29r174,0r-15,62r-31,0r8,-33r-79,0r-18,73r74,0r-6,28r-74,0r-18,78r80,0r8,-33r31,0r-14,62r-171,0","w":208,"k":{"J":4,"Q":7,"V":4,"X":2,"j":8,"m":4,"p":4,"q":3,"v":8,"A":4,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":8,"u":8,"w":8,"y":8,"C":7,"G":7,"O":7,"S":5,"-":12,"a":3,"c":3,"d":3,"e":3,"f":11,"g":3,"n":4,"o":3,"r":4,"s":3,"z":3,"i":4}},"F":{"d":"0,0r6,-29r27,0r42,-179r-31,0r7,-29r171,0r-15,62r-31,0r8,-33r-76,0r-19,78r72,0r-7,28r-71,0r-17,73r34,0r-7,29r-93,0","w":200,"k":{"@":12,"\/":14,"&":13,"x":24,"v":15,"q":20,"p":15,"m":15,"j":5,"X":7,"V":7,"Q":10,"M":4,"J":25,"A":25,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":29,",":29,"l":1,"t":9,"u":15,"w":15,"y":15,"C":10,"G":10,"O":10,"S":9,":":21,";":21,"-":12,"a":23,"c":19,"d":20,"e":19,"f":13,"g":20,"n":15,"o":19,"r":15,"s":20,"z":16}},"G":{"d":"167,-241v47,0,81,16,85,55v3,31,-45,33,-45,5v-2,-6,12,-14,5,-18v-68,-39,-153,23,-153,103v0,76,86,85,130,50r11,-45r-64,0r7,-27r96,0r-28,118r-27,0r3,-24v-58,56,-162,24,-162,-70v0,-79,62,-147,142,-147","w":257,"k":{"V":13,"X":4,"v":3,"T":7,"W":11,"Y":7,"Z":4,"u":3,"w":3,"y":3}},"H":{"d":"0,0r6,-29r27,0r42,-179r-31,0r7,-29r92,0r-7,29r-28,0r-17,73r119,0r17,-73r-32,0r7,-29r91,0r-6,29r-27,0r-42,179r31,0r-7,29r-92,0r7,-29r29,0r18,-78r-120,0r-18,78r32,0r-7,29r-91,0","w":273},"I":{"d":"1,0r7,-29r29,0r41,-179r-32,0r7,-29r95,0r-7,29r-30,0r-41,179r32,0r-7,29r-94,0","w":128},"J":{"d":"137,-23v-32,44,-130,31,-130,-30v0,-33,47,-45,47,-13v0,9,-5,16,-15,18v1,26,62,28,75,5v25,-43,31,-112,47,-165r-40,0r7,-29r98,0r-7,29r-27,0v-17,61,-23,141,-55,185","w":201,"k":{"\/":8,"&":8,"X":7,"V":5,"Q":1,"M":5,"J":8,"A":9,"T":4,"U":4,"W":5,"Y":5,"Z":4,".":17,",":17,"C":1,"G":1,"O":1,"S":2,":":12,";":12,"z":3}},"K":{"d":"231,-208r-90,76r48,103r33,0r-6,29r-50,0r-50,-112r-38,32r-12,51r32,0r-7,29r-91,0r6,-29r27,0r42,-179r-31,0r7,-29r89,0r-6,29r-26,0r-22,91r105,-91r-28,0r7,-29r92,0r-6,29r-25,0","w":238,"k":{"J":3,"Q":8,"V":5,"j":4,"m":5,"p":5,"q":10,"v":11,"U":7,"W":6,"Y":4,".":-8,",":-8,"t":6,"u":9,"w":8,"y":11,"C":8,"G":8,"O":8,":":-8,";":-8,"-":12,"a":10,"c":8,"d":10,"e":8,"g":8,"n":5,"o":8,"r":5,"s":8,"i":4}},"L":{"d":"0,0r6,-29r27,0r42,-179r-31,0r7,-29r94,0r-7,29r-30,0r-42,179r74,0r8,-35r31,0r-14,64r-165,0","w":196,"k":{"M":4,"Q":14,"V":29,"X":4,"*":21,"b":5,"}":8,"]":8,"j":5,"m":5,"p":5,")":8,"q":3,"?":8,"v":15,"T":22,"U":18,"W":25,"Y":22,"Z":4,"h":5,"k":5,"l":3,"t":8,"u":8,"w":11,"y":15,"C":14,"G":14,"O":14,"S":2,"-":12,"a":3,"c":3,"d":3,"e":3,"f":8,"g":3,"n":5,"o":3,"r":5,"s":4,"i":8}},"M":{"d":"-1,0r6,-29r28,0r49,-179r-31,0r7,-29r58,0r41,150r107,-150r60,0r-7,29r-28,0r-33,179r31,0r-6,29r-92,0r7,-29r28,0r28,-147r-103,141r-5,0r-40,-141r-39,147r32,0r-7,29r-91,0","w":308,"k":{"v":5,"X":4,"V":9,"Q":3,"M":4,"J":4,"A":4,"T":8,"U":7,"W":8,"Y":4,"Z":4,"w":4,"y":5,"C":3,"G":3,"O":3,"S":6,"-":4}},"N":{"d":"194,1r-94,-182r-35,152r33,0r-7,29r-91,0r6,-29r27,0r42,-179r-31,0r7,-29r58,0r85,168r32,-139r-32,0r7,-29r90,0r-6,29r-27,0r-48,209r-16,0","w":267,"k":{"J":2,"X":2,"A":2,".":12,",":12}},"O":{"d":"126,4v-64,0,-101,-44,-101,-103v0,-69,55,-142,131,-142v64,0,101,44,101,103v0,69,-55,142,-131,142xm129,-26v54,0,95,-57,95,-112v0,-41,-24,-73,-71,-73v-54,0,-95,57,-95,112v0,41,24,73,71,73","w":263,"k":{"J":5,"M":2,"V":16,"X":13,"\\":12,"}":-12,"]":-16,")":-12,"\/":-12,"A":6,"T":13,"U":7,"W":16,"Y":16,"Z":8,".":8,",":8,"S":7,"z":3}},"P":{"d":"130,-237v49,0,82,27,82,68v0,58,-58,97,-134,86r-12,54r32,0r-7,29r-91,0r6,-29r27,0r42,-179r-31,0r7,-29r79,0xm179,-167v0,-32,-32,-45,-71,-41r-23,96v51,8,94,-14,94,-55","w":203,"k":{"@":8,"\/":4,"x":8,"q":5,"b":3,"X":3,"V":9,"Q":-4,"M":4,"J":14,"A":18,"W":8,"Y":7,"Z":6,".":21,",":21,"h":3,"k":3,"l":1,"C":-4,"G":-4,"O":-4,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":5}},"Q":{"d":"257,-138v0,62,-44,127,-108,140v13,24,44,34,71,19r10,25v-48,22,-95,2,-116,-42v-56,-5,-89,-48,-89,-103v0,-69,55,-142,131,-142v64,0,101,44,101,103xm129,-26v54,0,95,-57,95,-112v0,-41,-24,-73,-71,-73v-54,0,-95,57,-95,112v0,41,24,73,71,73","w":263,"k":{"}":-12,"]":-16,")":-12,"\\":12,"\/":-41,"X":13,"V":16,"M":2,"J":5,"A":6,"T":13,"U":7,"W":16,"Y":16,"Z":8,".":8,",":8,"S":7,"z":3}},"R":{"d":"51,-237v76,-1,162,-7,161,65v0,36,-24,65,-65,75r32,68r28,0r-7,29r-44,0r-41,-93r-34,-1r-15,65r31,0r-7,29r-90,0r6,-29r27,0r42,-179r-31,0xm179,-170v0,-35,-33,-40,-72,-38r-20,86v46,7,92,-10,92,-48","w":217,"k":{"J":4,"Q":2,"V":10,"\\":8,"q":1,"?":4,"A":5,"T":11,"U":9,"W":11,"Y":9,".":-8,",":-8,"t":3,"y":-3,"C":2,"G":2,"O":2,"S":1,":":-8,";":-8,"-":2,"a":3,"d":1,"g":3,"s":3,"i":3}},"S":{"d":"84,-179v6,47,96,56,96,116v0,38,-32,67,-83,67v-48,0,-84,-28,-84,-56v0,-33,44,-37,45,-7v0,7,-3,14,-9,18v17,23,101,26,97,-19v-4,-47,-97,-55,-97,-116v0,-34,32,-65,81,-65v44,0,75,26,75,50v0,31,-44,39,-44,7v0,-5,1,-12,7,-17v-15,-21,-88,-12,-84,22","w":200,"k":{"M":4,"V":9,"X":4,"*":4,"\\":4,"m":1,"p":1,"q":3,"v":8,"x":5,"!":4,"T":5,"U":2,"W":9,"Y":9,".":4,",":4,"l":1,"t":5,"u":3,"w":8,"y":8,"a":3,"c":3,"d":3,"e":3,"f":4,"g":3,"n":1,"o":3,"r":1,"s":3,"i":3}},"T":{"d":"49,0r7,-29r29,0r42,-179r-53,0r-8,37r-31,0r15,-66r199,0r-15,66r-31,0r8,-37r-52,0r-41,179r32,0r-6,29r-95,0","w":223,"k":{"J":13,"M":5,"Q":2,"X":11,"j":3,"m":13,"p":13,"q":20,"v":13,"x":20,"\/":10,"&":5,"@":12,"A":14,"W":4,"Y":4,".":29,",":29,"t":11,"u":16,"w":13,"y":13,"C":2,"G":2,"O":2,":":17,";":17,"-":25,"a":20,"c":20,"d":20,"e":20,"f":11,"g":20,"n":13,"o":20,"r":13,"s":20,"z":22,"i":3}},"U":{"d":"117,4v-60,0,-86,-44,-72,-102r26,-110r-30,0r7,-29r90,0r-6,29r-29,0r-29,139v0,27,16,43,48,43v79,0,67,-119,90,-182r-32,0r6,-29r91,0r-7,29r-26,0v-26,84,-17,212,-127,212","w":253,"k":{"J":8,"M":4,"Q":1,"V":5,"X":8,"q":5,"x":6,"\/":8,"A":9,"T":4,"U":4,"W":5,"Y":5,"Z":4,".":17,",":17,"C":1,"G":1,"O":1,"S":2,":":12,";":12,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":3,"z":3}},"V":{"d":"95,3r-37,-211r-24,0r6,-29r85,0r-7,29r-24,0r23,155r93,-155r-27,0r6,-29r86,0r-6,29r-22,0r-134,211r-18,0","w":245,"k":{"@":17,"\/":19,"&":4,"x":11,"v":11,"q":21,"p":13,"m":13,"j":6,"X":7,"Q":5,"M":6,"J":25,"A":18,"T":4,"U":4,"Y":2,"Z":7,".":37,",":37,"t":11,"u":13,"w":11,"y":11,"C":5,"G":5,"O":5,"S":3,":":17,";":17,"-":25,"a":21,"c":21,"d":21,"e":21,"f":8,"g":21,"n":13,"o":21,"r":13,"s":21,"z":11,"i":3}},"W":{"d":"78,3r-15,-211r-25,0r7,-29r87,0r-7,29r-30,0r8,149r87,-152r16,0r26,153r73,-150r-29,0r7,-29r87,0r-7,29r-22,0r-108,211r-18,0r-28,-151r-91,151r-18,0","w":345,"k":{"J":26,"M":12,"Q":9,"X":7,"j":5,"m":12,"p":12,"q":22,"v":9,"x":20,"\/":13,"&":7,"@":17,"A":18,"T":4,"U":4,"Y":2,"Z":7,".":37,",":37,"t":9,"u":15,"w":9,"y":9,"C":9,"G":9,"O":9,"S":7,":":12,";":12,"-":21,"a":22,"c":22,"d":22,"e":22,"f":6,"g":22,"n":12,"o":22,"r":12,"s":22,"z":16,"i":5}},"X":{"d":"-6,0r7,-29r24,0r96,-94r-48,-85r-28,0r6,-29r93,0r-7,29r-26,0r32,67r63,-67r-27,0r6,-29r94,0r-7,29r-25,0r-90,88r52,91r28,0r-7,29r-91,0r7,-29r27,0r-37,-73r-70,73r29,0r-7,29r-94,0","w":256,"k":{"*":8,"v":13,"q":11,"p":8,"m":8,"j":4,"X":7,"V":2,"Q":9,"M":4,"J":8,"A":7,"T":7,"U":7,"W":3,"Y":4,"Z":7,"t":8,"u":13,"w":12,"y":13,"C":9,"G":9,"O":9,"S":9,"-":19,"a":11,"c":11,"d":11,"e":11,"f":5,"g":11,"n":8,"o":11,"r":8,"s":8,"i":2}},"Y":{"d":"45,0r7,-29r30,0r16,-65r-41,-114r-24,0r7,-29r83,0r-6,29r-27,0r30,90r73,-90r-26,0r7,-29r86,0r-6,29r-23,0r-102,120r-14,59r32,0r-6,29r-96,0","w":230,"k":{"J":25,"M":8,"Q":9,"V":2,"X":4,"j":5,"m":15,"p":15,"q":26,"v":13,"x":19,"\/":10,"&":4,"@":17,"A":14,"T":4,"U":5,"W":2,"Z":7,".":29,",":29,"t":13,"u":15,"w":13,"y":13,"C":9,"G":9,"O":9,"S":7,":":17,";":17,"-":21,"a":26,"c":26,"d":26,"e":26,"f":8,"g":26,"n":15,"o":26,"r":15,"s":26,"z":16,"i":5}},"Z":{"d":"7,0r-2,-17r183,-193r-104,0r-9,39r-31,0r16,-66r175,0r3,17r-184,193r110,0r9,-39r30,0r-15,66r-181,0","w":223,"k":{"J":4,"M":4,"Q":7,"V":7,"X":7,"*":6,"\\":4,"v":6,"T":7,"U":7,"W":4,"Y":4,"Z":4,"w":5,"y":6,"C":8,"G":8,"O":7,"S":2,"-":8,"f":3,"i":3}},"a":{"d":"122,-31v-26,49,-108,45,-108,-28v0,-78,98,-140,128,-62r10,-35r30,0r-30,126v0,7,3,11,9,11v6,0,13,-5,20,-25r14,5v-9,31,-26,42,-43,42v-19,0,-31,-14,-30,-34xm80,-24v32,0,55,-34,55,-68v0,-23,-11,-38,-35,-38v-30,0,-53,32,-53,67v0,23,11,39,33,39","w":204},"b":{"d":"8,0r55,-237r-29,0r7,-27r59,0r-32,138v26,-50,109,-37,109,31v0,54,-37,98,-82,98v-23,0,-43,-15,-48,-36r-9,33r-30,0xm91,-25v31,0,54,-32,54,-66v0,-23,-13,-40,-35,-40v-50,0,-88,106,-19,106","k":{"?":9,"v":7,"x":7,".":4,",":4,"t":2,"w":4,"y":7,"f":3,"s":4,"z":4,"i":2}},"c":{"d":"141,-14v-45,35,-127,14,-127,-52v0,-49,41,-92,90,-92v34,0,57,21,57,44v0,27,-39,34,-40,5v0,-5,3,-11,7,-14v-35,-23,-84,6,-83,55v0,53,66,55,97,25","w":170},"d":{"d":"14,-59v0,-80,96,-138,128,-63r26,-115r-28,0r6,-27r60,0r-54,234v0,7,3,11,9,11v6,0,13,-5,21,-25r14,5v-9,31,-26,42,-43,42v-20,0,-31,-14,-30,-34v-26,51,-109,43,-109,-28xm80,-24v31,0,56,-33,56,-68v0,-23,-13,-38,-36,-38v-30,0,-53,32,-53,67v0,22,11,39,33,39","w":204,"k":{"q":4,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4}},"e":{"d":"155,-68r-111,0v-4,50,60,55,98,31r-6,29v-48,25,-124,7,-123,-55v0,-53,39,-95,85,-95v51,0,75,43,57,90xm98,-132v-22,0,-41,18,-49,42r80,0v7,-23,-3,-42,-31,-42","w":173,"k":{"?":4,"x":4}},"f":{"d":"16,0r29,-129r-27,0r7,-26r26,0v12,-51,22,-111,80,-111v38,0,39,42,10,44v-10,0,-18,-7,-19,-17v-29,8,-30,52,-39,84r40,0r-6,26r-40,0r-30,129r-31,0","w":116,"k":{"*":-21,"}":-18,"]":-32,")":-32,"q":8,"?":-26,"v":4,"x":5,"\/":3,"&":7,".":15,",":15,"w":4,"y":4,":":4,";":4,"a":7,"c":8,"d":7,"e":8,"g":8,"o":8,"s":6}},"g":{"d":"123,52v-27,30,-120,27,-120,-18v0,-13,9,-21,20,-21v14,0,23,15,17,28v36,17,76,-6,77,-44r7,-29v-29,50,-110,34,-110,-32v0,-50,35,-94,82,-94v27,0,43,18,48,35r10,-33r29,0r-37,160v-5,21,-12,35,-23,48xm84,-29v51,6,81,-100,16,-101v-49,-7,-80,100,-16,101","k":{"q":1,"y":2,"a":1,"c":1,"d":1,"e":1,"g":1,"o":1}},"h":{"d":"8,0r55,-237r-29,0r7,-27r59,0r-32,139v18,-40,93,-49,93,11v0,30,-16,55,-19,84v0,7,4,11,10,11v6,0,13,-5,20,-25r14,5v-8,28,-23,42,-42,42v-59,0,-16,-72,-16,-112v0,-14,-10,-22,-24,-22v-47,0,-52,87,-64,131r-32,0","w":192,"k":{"v":3,"t":2,"w":3,"y":3}},"i":{"d":"75,-181v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,20,9,20,21v0,12,-9,21,-20,21xm56,3v-65,0,-13,-90,-8,-132r-30,0r7,-26r61,0r-31,125v0,7,3,11,9,11v7,0,13,-5,21,-25r14,5v-9,31,-24,42,-43,42","w":110},"j":{"d":"28,56v-15,18,-67,22,-67,-7v-1,-22,33,-25,37,-5v18,-9,22,-26,29,-58r26,-115r-30,0r7,-26r60,0v-18,65,-28,169,-62,211xm79,-181v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":101},"k":{"d":"40,0r-32,0r55,-237r-29,0r7,-27r59,0r-42,183v43,-15,65,-30,71,-40v-17,-10,-11,-37,10,-37v12,0,22,9,22,23v0,23,-23,45,-61,63v10,24,31,89,47,24r14,5v-10,60,-56,57,-72,19r-17,-40v-6,3,-12,4,-18,6","w":174,"k":{"q":4,"y":2,"a":5,"c":4,"d":4,"e":4,"g":4,"o":4}},"l":{"d":"20,-45r44,-192r-29,0r7,-27r60,0r-53,234v0,8,3,11,9,11v7,0,14,-5,22,-25r13,5v-9,61,-86,52,-73,-6","w":104,"k":{"q":2,"a":2,"c":2,"d":2,"e":2,"g":2,"o":2,"s":2}},"m":{"d":"15,0r32,-129r-29,0r7,-26r56,0r-9,36v18,-44,85,-57,91,0v14,-24,34,-39,53,-39v32,0,47,35,36,69v-6,19,-12,38,-15,59v0,7,3,11,9,11v6,0,13,-5,20,-25r14,5v-8,28,-23,42,-42,42v-60,0,-14,-72,-14,-112v0,-14,-10,-22,-22,-22v-44,1,-51,89,-64,131r-32,0v8,-36,26,-69,26,-109v0,-13,-8,-22,-21,-22v-44,2,-52,88,-65,131r-31,0","w":288,"k":{"v":3,"t":2,"w":3,"y":3}},"n":{"d":"150,3v-59,0,-14,-73,-14,-112v0,-14,-10,-22,-24,-22v-47,1,-53,87,-66,131r-31,0r32,-129r-29,0r7,-26r56,0r-9,36v18,-45,96,-58,96,5v0,30,-16,55,-19,84v0,7,3,11,9,11v6,0,14,-5,21,-25r14,5v-8,28,-24,42,-43,42","w":200,"k":{"v":3,"t":2,"w":3,"y":3}},"o":{"d":"84,3v-45,0,-70,-32,-70,-69v0,-48,37,-92,88,-92v45,0,69,32,69,69v0,47,-36,92,-87,92xm85,-23v30,0,55,-30,55,-66v0,-27,-18,-42,-40,-42v-30,0,-55,29,-55,65v0,27,18,43,40,43","w":185,"k":{"m":4,"?":4,"v":7,"x":7,".":4,",":4,"t":2,"u":4,"w":4,"y":4,"f":3,"s":4,"z":4,"i":2}},"p":{"d":"-24,71r6,-26r23,0r41,-174r-29,0r7,-26r56,0r-8,34v13,-19,33,-37,57,-37v35,0,56,26,56,63v0,79,-96,136,-131,64r-18,76r31,0r-7,26r-84,0xm98,-25v31,0,54,-32,54,-66v0,-23,-13,-40,-35,-40v-50,0,-86,106,-19,106","w":199,"k":{"?":9,"x":7,"v":7,".":4,",":4,"t":2,"w":4,"y":7,"f":3,"s":4,"z":4,"i":2}},"q":{"d":"122,-27v-28,48,-108,36,-108,-33v0,-78,99,-137,130,-63r9,-32r30,0r-46,199r31,0r-6,27r-62,0xm81,-24v32,0,57,-34,57,-68v0,-23,-12,-38,-36,-38v-31,0,-55,32,-55,67v0,22,12,39,34,39","k":{"\/":-21,"q":1,"a":1,"c":1,"d":1,"e":1,"g":1,"o":1}},"r":{"d":"15,0r32,-129r-29,0r7,-26r56,0r-10,43v19,-31,37,-46,54,-46v13,0,23,9,23,22v2,25,-39,29,-43,6v-29,10,-50,87,-59,130r-31,0","w":144,"k":{"b":2,"q":7,"?":4,"x":5,"\/":6,"&":4,".":21,",":21,"h":2,"k":2,"l":2,"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"s":2,"z":2}},"s":{"d":"60,-117v4,29,75,31,75,72v0,31,-25,48,-62,48v-32,0,-62,-12,-65,-40v-3,-26,35,-27,35,-3v-8,17,14,19,31,20v16,0,30,-6,30,-19v-6,-31,-75,-30,-75,-73v0,-25,21,-46,60,-46v30,1,55,12,58,37v2,25,-36,25,-36,3v0,-3,0,-6,3,-10v-12,-11,-57,-9,-54,11","w":155,"k":{"q":4,"?":4,"a":4,"c":1,"d":4,"e":1,"g":4,"o":1}},"t":{"d":"125,-129r-47,0r-22,94v6,24,23,12,43,-1r12,15v-20,18,-38,24,-53,24v-61,0,-18,-89,-12,-132r-28,0r6,-26r29,0r9,-35r34,-12r-11,47r47,0","w":126},"u":{"d":"24,-155r60,0v-8,37,-26,69,-26,109v0,14,9,22,22,22v49,-1,53,-87,67,-131r31,0r-30,125v0,7,3,11,9,11v6,0,12,-5,20,-25r15,5v-9,31,-26,42,-43,42v-19,0,-31,-15,-30,-36v-13,21,-32,36,-53,36v-32,1,-44,-33,-36,-67r16,-65r-29,0","w":200},"v":{"d":"60,4r-25,-133r-27,0r7,-26r47,0r18,123v28,-30,48,-60,54,-84v-22,-4,-18,-44,7,-42v14,0,24,11,24,28v0,33,-35,84,-85,134r-20,0","w":173,"k":{"&":4,"x":3,"q":2,".":9,",":9,"a":5,"c":1,"d":2,"e":1,"g":2,"o":1}},"w":{"d":"50,4r-13,-133r-29,0r7,-26r49,0r7,118r55,-101r18,0r21,103v21,-32,38,-61,41,-82v-24,-3,-19,-43,5,-41v14,0,24,10,24,27v0,26,-23,71,-69,135r-19,0r-20,-94r-56,94r-21,0","w":246,"k":{"q":4,"x":5,"\/":3,".":3,",":3,"a":4,"d":4,"e":4,"g":4,"o":4,"s":3}},"x":{"d":"27,3v-31,2,-34,-40,-7,-42v8,0,14,6,17,12v12,-2,32,-36,43,-50r-21,-52r-31,0r7,-26r45,0r19,53v13,-22,39,-60,61,-56v29,-2,33,40,6,41v-9,0,-14,-5,-17,-11v-10,2,-29,34,-38,47v12,22,29,101,47,37r14,4v-11,53,-52,58,-69,13r-12,-30v-14,23,-39,64,-64,60","k":{"q":9,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":4,"z":2}},"y":{"d":"-4,72v-30,0,-37,-42,-8,-43v9,0,17,7,19,16v9,0,25,-13,56,-51r-26,-123r-27,0r7,-26r47,0r21,124v24,-32,47,-63,53,-85v-22,-5,-20,-43,6,-42v15,0,24,11,24,28v0,21,-14,53,-72,124v-55,67,-77,78,-100,78","w":176,"k":{"q":4,"x":3,".":9,",":9,"a":4,"c":1,"d":4,"e":1,"g":4,"o":1,"s":4}},"z":{"d":"13,3r-12,-17r124,-116r-66,0r-8,29r-27,0r14,-54r120,0r9,18r-118,111v37,-15,83,28,92,-27r13,3v-6,28,-14,53,-44,53v-29,0,-72,-18,-97,0","w":171,"k":{"q":5,"x":2,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":2,"z":2}},"0":{"d":"100,3v-51,0,-80,-38,-80,-84v0,-54,40,-107,98,-107v50,0,80,37,80,83v0,54,-40,108,-98,108xm100,-24v68,7,95,-134,18,-137v-68,-7,-95,134,-18,137","w":208,"k":{")":4,"3":3,"2":3,".":7,",":7}},"1":{"d":"3,0r6,-26r43,0r29,-128r-39,10r-1,-27r64,-17r14,7r-36,155r43,0r-6,26r-117,0","w":147,"k":{"9":4,"-":9}},"2":{"d":"179,-139v1,58,-123,73,-140,113r92,0r8,-30r26,0r-13,56r-147,0r-4,-17v17,-37,54,-58,90,-75v31,-14,55,-26,55,-45v0,-28,-61,-30,-75,-13v13,11,3,34,-14,33v-12,0,-21,-8,-21,-21v0,-24,29,-50,74,-50v42,0,69,21,69,49","w":187,"k":{")":4,"9":3,"5":3,"4":2,"3":3}},"3":{"d":"72,45v-42,0,-76,-25,-76,-53v0,-29,40,-31,40,-5v0,6,-4,13,-9,15v3,6,18,17,45,17v30,0,50,-20,50,-42v1,-26,-26,-43,-63,-40r7,-26v41,2,76,-14,75,-42v6,-31,-58,-39,-75,-22v13,10,4,33,-13,32v-10,0,-20,-8,-20,-22v0,-24,30,-45,68,-45v44,0,72,24,72,56v0,28,-22,51,-63,57v77,26,42,120,-38,120","w":179,"k":{")":4}},"4":{"d":"161,-104r-14,59r38,0r-6,26r-38,0r-14,62r-31,0r14,-62r-104,0r-3,-14r153,-158r20,19r-125,127r65,0r11,-47","w":201,"k":{"9":3,"7":3,"5":3,"3":3,"-":9}},"5":{"d":"68,45v-41,0,-69,-22,-69,-44v-1,-29,42,-30,42,-2v-8,16,6,16,28,18v65,6,85,-93,12,-91v-14,0,-27,4,-38,9r-18,-11r37,-109r117,0r-7,29r-93,0r-20,62v45,-19,100,3,100,56v0,42,-37,83,-91,83","w":180,"k":{")":4,"6":3,"-":4}},"6":{"d":"94,3v-49,0,-74,-35,-74,-82v-1,-66,41,-152,119,-152v33,0,57,16,57,37v0,12,-9,22,-21,22v-14,1,-25,-17,-16,-28v-54,-23,-101,37,-108,87v10,-15,33,-33,63,-33v40,0,67,27,67,64v0,46,-37,85,-87,85xm108,-120v-62,-5,-80,96,-14,96v55,5,82,-95,14,-96","w":195,"k":{")":4,"7":1,"3":3,".":5,",":5}},"7":{"d":"40,44r-25,-17r133,-187r-89,0r-9,38r-28,0r15,-63r147,0r6,13","w":181,"k":{"@":7,")":7,"9":6,"8":3,"6":3,"5":3,"4":17,"3":5,"2":5,"0":6,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"91,3v-44,0,-74,-29,-74,-61v0,-31,22,-54,55,-63v-58,-35,-21,-110,47,-110v83,0,94,101,22,117v65,32,30,117,-50,117xm113,-130v54,3,63,-76,5,-75v-53,-3,-61,75,-5,75xm93,-23v62,3,68,-84,6,-83v-62,-3,-67,84,-6,83","k":{")":4,"9":1}},"9":{"d":"183,-107v0,73,-40,152,-118,153v-33,0,-57,-17,-57,-38v0,-13,8,-22,20,-22v14,-1,27,17,16,28v55,24,101,-38,108,-86v-10,16,-33,33,-63,33v-40,0,-67,-27,-67,-64v0,-46,37,-85,87,-85v48,0,74,34,74,81xm96,-66v62,4,80,-95,13,-96v-56,-5,-82,96,-13,96","w":195,"k":{")":4,"7":3}},".":{"d":"34,3v-14,0,-25,-12,-25,-26v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-11,26,-25,26","w":81,"k":{"V":37,"j":-14,"v":18,"7":5,"6":5,"0":7,"T":25,"W":37,"Y":25,"w":14,"y":-11}},",":{"d":"-14,54r-7,-13v33,-18,45,-34,46,-42v-26,-11,-17,-47,9,-47v14,0,26,11,26,28v0,26,-28,57,-74,74","w":81,"k":{"V":37,"j":-14,"v":18,"7":5,"6":5,"0":7,"T":25,"W":37,"Y":25,"w":14,"y":-11}},":":{"d":"61,-92v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-11,25,-25,25xm39,3v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-11,25,-25,25","w":92},";":{"d":"61,-92v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-11,25,-25,25xm-8,53r-7,-13v32,-17,44,-33,45,-41v-26,-10,-18,-47,9,-46v14,0,25,11,25,28v0,25,-27,56,-72,72","w":92},"&":{"d":"5,-52v0,-38,32,-60,64,-73v-33,-45,-5,-105,51,-105v33,0,54,24,54,48v0,31,-27,51,-65,67v12,13,24,27,35,41v22,-29,37,-43,59,-43v30,0,33,41,5,42v-8,0,-14,-3,-17,-10v-7,2,-17,15,-29,31r35,40r-20,19r-33,-39v-18,20,-43,39,-75,39v-39,0,-64,-24,-64,-57xm72,-23v22,0,39,-14,54,-31r-42,-51v-30,14,-46,28,-46,50v0,19,13,32,34,32xm119,-205v-35,0,-43,44,-24,71v30,-13,49,-25,49,-47v0,-12,-10,-24,-25,-24","w":227,"k":{"V":25,"T":22,"W":22,"Y":22}},"!":{"d":"39,-67r25,-170r39,0r-49,170r-15,0xm38,3v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,13,-10,24,-23,24","w":91},"?":{"d":"50,-67r9,-56v61,-3,85,-28,85,-56v0,-38,-60,-42,-73,-22v14,9,7,36,-12,35v-11,0,-20,-9,-20,-23v0,-31,34,-52,69,-52v38,0,70,22,70,61v0,39,-30,73,-94,80r-13,33r-21,0xm50,3v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,13,-10,24,-23,24","w":166},"-":{"d":"18,-85r7,-32r88,0r-7,32r-88,0","w":121,"k":{"M":4,"V":22,"X":23,"x":7,"1":9,"3":7,"A":11,"T":29,"W":18,"Y":25,"Z":7,"S":5}},"_":{"d":"-27,56r8,-29r202,0r-7,29r-203,0","w":190},"\/":{"d":"-9,76r-24,-14r188,-329r24,14","w":143,"k":{"\/":15,"9":14,"4":14,"3":9,"2":7,"0":14,"x":7,"q":11,"Q":9,"J":18,"A":14,"Z":7,"C":9,"G":9,"O":9,"S":3,"a":7,"c":11,"d":11,"e":11,"g":11,"o":11,"s":7}},"\\":{"d":"66,73r-24,-336r27,-2r24,336","w":119},"|":{"d":"36,72r0,-336r27,0r0,336r-27,0","w":99},"(":{"d":"103,81v-39,-31,-78,-82,-78,-150v0,-93,58,-166,138,-201r12,23v-76,37,-117,102,-117,179v0,55,29,99,62,129","w":139,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"j":-36,"J":11,"A":4,"y":-36,"S":2}},")":{"d":"-6,81r-12,-23v76,-37,118,-102,118,-179v0,-55,-30,-99,-63,-129r18,-20v39,31,77,82,77,150v0,93,-58,166,-138,201","w":146},"[":{"d":"0,72r78,-336r87,0r-6,27r-56,0r-66,282r57,0r-7,27r-87,0","w":126,"k":{"j":-36,"J":11,"A":4,"y":-36,"S":2}},"]":{"d":"-31,72r7,-27r56,0r65,-281r-56,0r6,-28r87,0r-77,336r-88,0","w":126},"{":{"d":"98,-61v1,32,-59,49,-59,80v0,18,16,31,48,38r-5,20v-48,-6,-72,-29,-72,-58v0,-40,50,-53,56,-81v2,-12,-21,-23,-45,-20r6,-28v31,3,57,-11,55,-28v-2,-22,-28,-44,-27,-69v0,-33,31,-61,98,-62r-2,22v-48,4,-66,21,-66,38v0,21,29,49,28,70v0,23,-17,40,-50,44v23,4,35,17,35,34","w":127,"k":{"j":-36,"J":2,"A":4,"y":-17,"S":2}},"}":{"d":"54,-53v2,22,26,44,26,69v0,33,-31,59,-98,61r3,-21v48,-4,66,-21,66,-38v0,-21,-28,-47,-28,-70v0,-23,17,-39,50,-44v-23,-4,-35,-18,-35,-34v-1,-31,58,-49,58,-80v0,-18,-15,-32,-47,-38r5,-21v48,6,72,29,72,58v0,38,-51,54,-57,81v-2,12,21,23,46,20r-7,28v-31,-3,-56,12,-54,29","w":127},"@":{"d":"189,47v-78,45,-174,-3,-174,-97v0,-94,69,-171,153,-171v66,0,108,44,108,105v0,57,-30,104,-72,104v-24,0,-36,-13,-37,-30v-21,44,-89,39,-89,-20v0,-63,76,-113,103,-52r8,-26r29,0r-21,81v-5,17,1,27,14,27v25,0,47,-38,47,-83v0,-50,-34,-89,-90,-89v-75,0,-135,70,-135,155v0,78,82,122,148,82xm134,-39v35,0,64,-73,15,-75v-22,0,-38,22,-38,48v0,15,8,27,23,27","w":291,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"X":11,"V":9,"A":4,"W":9,"Y":11,"Z":4}},"*":{"d":"133,-137v-2,18,-27,17,-30,-4r-6,-37v-11,12,-19,37,-37,40v-19,-2,-16,-22,-2,-30r34,-18v-17,-7,-49,-7,-52,-27v14,-36,44,9,56,20v2,-22,-7,-58,14,-59v32,5,3,43,-5,60v19,-3,55,-27,60,2v-2,26,-40,9,-60,7v9,15,25,25,28,46","w":154,"k":{"J":18,"A":16}},"^":{"d":"46,-123r-13,-17r72,-57r44,59r-16,14r-34,-32","w":161},"~":{"d":"66,-123v33,1,51,55,72,2r19,8v-8,30,-26,46,-44,46v-33,0,-51,-53,-72,-2r-19,-7v8,-29,26,-47,44,-47","w":169},"$":{"d":"68,38r-22,-6v1,-4,7,-24,11,-36v-26,-8,-47,-25,-47,-44v0,-12,8,-22,20,-22v18,-1,25,23,12,32v4,5,13,9,24,12r18,-57v-23,-10,-47,-22,-47,-51v0,-28,32,-54,77,-52r8,-24r22,6r-7,22v23,7,40,23,40,40v0,27,-38,29,-38,4v0,-5,2,-10,6,-14v-3,-3,-9,-6,-17,-8r-17,56v24,11,50,24,50,51v0,33,-35,59,-81,53xm86,-23v47,4,56,-42,16,-53xm108,-162v-46,-1,-48,38,-15,49","w":181},"#":{"d":"29,-117r6,-26r35,0r12,-42r29,0r-12,42r42,0r12,-42r28,0r-12,42r33,0r-7,26r-33,0r-13,46r35,0r-6,25r-36,0r-12,46r-29,0r13,-46r-43,0r-12,46r-28,0r12,-46r-32,0r6,-25r33,0r13,-46r-34,0xm91,-118r-14,48r45,0r13,-48r-44,0","w":206},"%":{"d":"169,-16v23,3,40,-52,8,-53v-25,-3,-41,52,-8,53xm26,1r-13,-14r104,-87r102,-91r12,14r-104,88xm63,-116v24,4,40,-52,8,-54v-23,-3,-40,52,-8,54xm112,-149v6,53,-89,73,-89,12v-6,-54,89,-74,89,-12xm217,-49v6,54,-89,74,-89,12v-7,-54,89,-72,89,-12","w":234},"\"":{"d":"101,-144v7,-32,-7,-93,26,-97v16,-2,25,16,18,31r-31,66r-13,0xm36,-144v7,-33,-7,-94,27,-97v16,-2,26,17,18,31r-32,66r-13,0","w":135},"'":{"d":"36,-144v7,-33,-7,-94,27,-97v16,-2,26,17,18,31r-32,66r-13,0","w":70},"+":{"d":"113,-161r-11,48r48,0r-6,27r-49,0r-11,51r-27,0r11,-51r-48,0r6,-27r49,0r11,-48r27,0","w":157},"=":{"d":"33,-115r6,-27r114,0r-6,27r-114,0xm19,-54r6,-27r114,0r-6,27r-114,0","w":157},"<":{"d":"98,-27r-77,-63r4,-16r105,-63r13,20r-88,53r60,50","w":162},">":{"d":"31,-27r-13,-21r89,-53r-61,-49r17,-20r77,64r-4,16","w":150},"`":{"d":"141,-177v-16,-17,-44,-26,-50,-52v1,-21,24,-21,34,-4r27,48","w":216},"\u00a0":{"w":74}}});


$(document).ready(function() {
  var SITEURL = "http://www.uxbooth.com";
    
  //About Page
  $('#gary').click(function() {
    $(this).addClass("active");
  });
  
  // Anchors
   $('a.active.collapsible').live("click", function() {
     $(this).removeClass("active");
     var href = $(this).attr("href");
     $(href).fadeOut();
     $(this).find('span.response').html("Show");
     return false;
   });

   $('a.collapsible:not(.active)').live("click", function() {
     $(this).addClass("active");
     var href = $(this).attr("href");
     $(href).fadeIn();
     $(this).find('span.response').html("Hide");
     return false;
   });

   // Hide any elements that are not hidden but should be
   $('a.collapsible:not(.active)').each(function(){
     if($(this).attr("href") != '#search'){
       var href = $(this).attr("href");
       $(href).hide();
     }
   });
   
   $('.place-holder-text').focus(function() {
     if(this.value == this.defaultValue) {
       this.value = '';
       $(this).addClass('active')
     }
   });

   $('.place-holder-text').blur(function() {
     if(this.value == '') {
       this.value = this.defaultValue;
       $(this).removeClass('active')
     }
   });

   $('.drop-down-trigger').click(function() {
     var navElement = $(this).parent().parent();
     navElement.toggleClass('active');
     navElement.hover(
       function(){},
       function(){
       $(this).removeClass('active');
     });
     return false;
   });
   
   
   $('ol.trackbacks li.trackback a, body#resource span.source a').each(function(){ 
		 var hoststring = /^http:/;
     var hrefvalue = $(this).attr('href');
     var trackbackItem = $(this).parent();
     
     	if (hrefvalue.search(hoststring) != -1) {
				var domain = hrefvalue.match(/(\w+):\/\/([^/:]+)(:\d*)?([^# ]*)/);
				domain = RegExp.$2;
				var cuesrc = "http://"+domain+"/favicon.ico";
				
				var cue = document.createElement("img");
 				cue.setAttribute("src",cuesrc);
 				cue.onerror = function () {
 					this.src = "/images/external.gif"; 				
 			  }
        trackbackItem.prepend(cue);
		  }
   });
   
   
   
   //Soup up the Comment Form
   $("#commentform #author").blur(function() {
     var authorName = this.value;
     $("#commentform .preview .author h5").text(authorName);
   });
   
        
   $("#commentform #email").getGravatar({
   	url: 'http://www.uxbooth.com/wp-content/themes/uxbv2/includes/get-gravatar.php',
   	fallback: 'http://www.uxbooth.com/wp-content/themes/uxbv2/images/icons/gravatar.png',
   	avatarSize: 64,
   	avatarContainer: '#gravatar-preview'
   });
   
   var replaceWithCufon = ".page > h2" + "," +
                          "#blog .primary-content .page > h3" + "," +
                          "#review .primary-content .page h3" + "," +
                          "#resource .primary-content .page h3" + "," +
                          "#about .primary-content .page h3" + "," +
                          "#archive .primary-content h3" + "," +
                          "#search-results .primary-content h3" + "," +
                          "#subscriptions .primary-content .page h3" + "," +
                          "div#contribute h4" + "," +
                          "#post-followup h3" + "," +
						  "#home .post:first-child > h3" + "," +
						  "#author h2 span.name" + "," +
						  "#author .primary-content h3" + "," +
                          "#post-followup h4";

    Cufon.replace(replaceWithCufon, { fontFamily: 'Archer', fontWeight: '375' });

});

addComment={moveForm:function(d,f,i,c){var m=this,a,h=m.I(d),b=m.I(i),l=m.I("cancel-comment-reply-link"),j=m.I("comment_parent"),k=m.I("comment_post_ID");if(!h||!b||!l||!j){return}m.respondId=i;c=c||false;if(!m.I("wp-temp-form-div")){a=document.createElement("div");a.id="wp-temp-form-div";a.style.display="none";b.parentNode.insertBefore(a,b)}h.parentNode.insertBefore(b,h.nextSibling);if(k&&c){k.value=c}j.value=f;l.style.display="";l.onclick=function(){var n=addComment,e=n.I("wp-temp-form-div"),o=n.I(n.respondId);if(!e||!o){return}n.I("comment_parent").value="0";e.parentNode.insertBefore(o,e);e.parentNode.removeChild(e);this.style.display="none";this.onclick=null;return false};try{m.I("comment").focus()}catch(g){}return false},I:function(a){return document.getElementById(a)}};