(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<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.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<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){if(G&&/\S/.test(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(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).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]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;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(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=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(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<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})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(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&&l==l.top){(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=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();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|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<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}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}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"))}}for(var G=0,F=this.length;G<F;G++){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)&&!n){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);n=g}},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(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();jQuery.noConflict();eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(6($){$.1g.1w=6(o){o=$.1f({r:n,x:n,N:n,17:q,J:n,L:1a,16:n,y:q,u:12,H:3,B:0,k:1,K:n,I:n},o||{});8 G.R(6(){p b=q,A=o.y?"15":"w",P=o.y?"t":"s";p c=$(G),9=$("9",c),E=$("10",9),W=E.Y(),v=o.H;7(o.u){9.1h(E.D(W-v-1+1).V()).1d(E.D(0,v).V());o.B+=v}p f=$("10",9),l=f.Y(),4=o.B;c.5("1c","H");f.5({U:"T",1b:o.y?"S":"w"});9.5({19:"0",18:"0",Q:"13","1v-1s-1r":"S","z-14":"1"});c.5({U:"T",Q:"13","z-14":"2",w:"1q"});p g=o.y?t(f):s(f);p h=g*l;p j=g*v;f.5({s:f.s(),t:f.t()});9.5(P,h+"C").5(A,-(4*g));c.5(P,j+"C");7(o.r)$(o.r).O(6(){8 m(4-o.k)});7(o.x)$(o.x).O(6(){8 m(4+o.k)});7(o.N)$.R(o.N,6(i,a){$(a).O(6(){8 m(o.u?o.H+i:i)})});7(o.17&&c.11)c.11(6(e,d){8 d>0?m(4-o.k):m(4+o.k)});7(o.J)1p(6(){m(4+o.k)},o.J+o.L);6 M(){8 f.D(4).D(0,v)};6 m(a){7(!b){7(o.K)o.K.Z(G,M());7(o.u){7(a<=o.B-v-1){9.5(A,-((l-(v*2))*g)+"C");4=a==o.B-v-1?l-(v*2)-1:l-(v*2)-o.k}F 7(a>=l-v+1){9.5(A,-((v)*g)+"C");4=a==l-v+1?v+1:v+o.k}F 4=a}F{7(a<0||a>l-v)8;F 4=a}b=12;9.1o(A=="w"?{w:-(4*g)}:{15:-(4*g)},o.L,o.16,6(){7(o.I)o.I.Z(G,M());b=q});7(!o.u){$(o.r+","+o.x).1n("X");$((4-o.k<0&&o.r)||(4+o.k>l-v&&o.x)||[]).1m("X")}}8 q}})};6 5(a,b){8 1l($.5(a[0],b))||0};6 s(a){8 a[0].1k+5(a,\'1j\')+5(a,\'1i\')};6 t(a){8 a[0].1t+5(a,\'1u\')+5(a,\'1e\')}})(1x);',62,96,'||||curr|css|function|if|return|ul|||||||||||scroll|itemLength|go|null||var|false|btnPrev|width|height|circular||left|btnNext|vertical||animCss|start|px|slice|tLi|else|this|visible|afterEnd|auto|beforeStart|speed|vis|btnGo|click|sizeCss|position|each|none|hidden|overflow|clone|tl|disabled|size|call|li|mousewheel|true|relative|index|top|easing|mouseWheel|padding|margin|200|float|visibility|append|marginBottom|extend|fn|prepend|marginRight|marginLeft|offsetWidth|parseInt|addClass|removeClass|animate|setInterval|0px|type|style|offsetHeight|marginTop|list|jCarouselLite|jQuery'.split('|'),0,{}))
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}})());jQuery.easing={easein:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeinout:function(x,t,b,c,d){if(t<d/2)return 2*c*t*t/(d*d)+b;var ts=t-d/2;return-2*c*ts*ts/(d*d)+2*c*ts/d+c/2+b;},easeout:function(x,t,b,c,d){return-c*t*t/(d*d)+2*c*t/d+b;},expoin:function(x,t,b,c,d){var flip=1;if(c<0){flip*=-1;c*=-1;}
return flip*(Math.exp(Math.log(c)/d*t))+b;},expoout:function(x,t,b,c,d){var flip=1;if(c<0){flip*=-1;c*=-1;}
return flip*(-Math.exp(-Math.log(c)/d*(t-d))+c+1)+b;},expoinout:function(x,t,b,c,d){var flip=1;if(c<0){flip*=-1;c*=-1;}
if(t<d/2)return flip*(Math.exp(Math.log(c/2)/(d/2)*t))+b;return flip*(-Math.exp(-2*Math.log(c/2)/d*(t-d))+c+1)+b;},bouncein:function(x,t,b,c,d){return c-jQuery.easing['bounceout'](x,d-t,0,c,d)+b;},bounceout:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},bounceinout:function(x,t,b,c,d){if(t<d/2)return jQuery.easing['bouncein'](x,t*2,0,c,d)*.5+b;return jQuery.easing['bounceout'](x,t*2-d,0,c,d)*.5+c*.5+b;},elasin:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},elasout:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},elasinout:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},backin:function(x,t,b,c,d){var s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},backout:function(x,t,b,c,d){var s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},backinout:function(x,t,b,c,d){var s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},linear:function(x,t,b,c,d){return c*t/d+b;}};Cufon.registerFont({"w":146,"face":{"font-family":"MankSans-Medium","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 2 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"2","bbox":"-3.12993 -283.374 317 81.1299","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":99},"!":{"d":"15,-39v1,11,24,9,24,0r0,-208v-2,-8,-24,-11,-24,0r0,208xm14,-19v-6,18,16,25,25,14v7,-19,-17,-29,-25,-14","w":53},"\"":{"d":"44,-248v2,22,-11,78,20,59r3,-59v0,-11,-22,-9,-23,0xm37,-249v-1,-11,-22,-6,-23,1v2,22,-10,78,21,59","w":81},"#":{"d":"145,-163v16,-2,43,8,38,-16v-2,-11,-24,-4,-36,-6r5,-52v1,-10,-20,-9,-23,-2r-4,54r-41,0r4,-52v2,-9,-14,-9,-20,-5v-8,13,-4,39,-7,57v-19,-3,-56,1,-33,22r31,0r-4,43v-16,2,-43,-8,-38,17v2,11,24,4,36,6r-5,54v1,9,18,7,23,2r5,-56r40,0v0,21,-17,73,18,56r5,-56v16,-3,45,10,40,-16v-3,-12,-24,-5,-38,-7xm122,-163r-4,43r-40,0r4,-43r40,0","w":199},"$":{"d":"89,-10v67,8,88,-81,37,-112v-30,-18,-81,-19,-84,-62v-4,-49,67,-39,98,-27v8,0,7,-9,7,-17v-6,-15,-33,-12,-48,-15v2,-13,8,-30,-13,-26v-10,3,-6,15,-6,26v-65,-7,-79,84,-31,111v30,17,84,16,84,62v0,52,-80,40,-111,23v-9,1,-7,20,-3,26v15,5,33,10,51,11v0,11,-9,31,9,29v17,3,11,-16,10,-29","w":172},"%":{"d":"65,-153v32,-1,47,-20,48,-52v0,-33,-15,-51,-48,-51v-32,0,-48,19,-48,51v0,30,17,53,48,52xm186,-238v9,-9,5,-21,-12,-17v-56,75,-105,169,-155,248v-1,10,16,8,22,5xm147,2v32,-1,47,-20,48,-52v0,-33,-15,-51,-48,-51v-33,0,-47,19,-48,51v0,30,16,53,48,52xm65,-235v18,0,26,14,26,30v0,17,-8,31,-26,31v-18,0,-26,-14,-26,-31v0,-16,8,-30,26,-30xm147,-80v18,0,26,14,26,30v0,17,-8,31,-26,31v-18,0,-26,-15,-26,-31v0,-16,8,-30,26,-30","w":212},"&":{"d":"165,-28v8,14,27,40,44,22v-7,-13,-23,-30,-30,-41v7,-19,19,-40,19,-64v0,-12,-21,-13,-22,0v0,17,-4,37,-11,49v-23,-29,-42,-61,-61,-93v23,-12,49,-25,51,-57v1,-26,-20,-44,-45,-44v-54,0,-64,59,-38,93v-28,18,-51,39,-55,84v-7,85,108,103,148,51xm110,-235v25,0,28,37,8,47v-7,5,-17,12,-25,15v-17,-18,-18,-62,17,-62xm84,-145v22,37,41,66,67,100v-33,50,-134,20,-107,-55v7,-21,22,-35,40,-45","w":225},"'":{"d":"37,-248v0,-11,-22,-8,-23,0v2,22,-11,78,21,59","w":51},"(":{"d":"54,1v7,8,18,-2,20,-8v-17,-36,-35,-76,-35,-129v-1,-53,20,-91,35,-128v-2,-5,-13,-14,-20,-8v-51,63,-50,211,0,273","w":88},")":{"d":"29,-39v-7,12,-24,36,-3,43v65,-52,57,-216,8,-276v-8,-6,-17,2,-19,8v30,59,51,157,14,225","w":88},"*":{"d":"94,-186v16,10,43,38,53,9v-8,-17,-30,-18,-45,-28v16,-11,59,-16,38,-41v-18,-4,-32,16,-47,24v2,-15,15,-59,-16,-52v-11,7,-3,33,-4,52v-18,-8,-45,-41,-57,-12v7,19,32,19,48,29v-15,6,-40,13,-48,26v4,6,5,17,15,17r42,-26v2,19,-15,62,17,57v13,-7,3,-37,4,-55","w":163,"k":{"A":58}},"+":{"d":"63,-145v-19,-2,-63,-3,-41,22r41,0v-3,20,-2,64,22,40r-1,-40v19,1,63,4,41,-22r-41,0v3,-20,4,-64,-22,-40"},",":{"d":"29,18v15,-14,18,-40,28,-58v0,-11,-22,-9,-26,-2r-17,54v1,6,8,6,15,6","w":71},"-":{"d":"91,-103v8,-2,10,-19,1,-22v-25,3,-63,-8,-77,7v-1,8,2,12,6,15r70,0","w":112},".":{"d":"14,-5v2,11,28,9,31,0v7,-22,-19,-32,-31,-17r0,17","w":73,"k":{"w":36}},"\/":{"d":"19,-17v-10,16,2,18,16,17r4,-3r89,-244v-7,-15,-30,-6,-29,13","w":143},"0":{"d":"112,2v68,-1,94,-62,94,-130v0,-68,-28,-128,-95,-128v-127,0,-127,260,1,258xm112,-235v49,0,70,50,70,107v0,53,-17,109,-71,109v-53,0,-70,-54,-70,-109v0,-54,17,-107,71,-107","w":222,"k":{"~":17,"}":11,"j":57,"`":49,"_":223,"]":20,"\\":22,"Z":29,"Y":27,"X":34,"W":16,"V":23,"T":30,"J":60,"I":22,"A":24,"7":10,"3":22,"2":27,"1":13}},"1":{"d":"120,0v10,-1,9,-20,0,-22r-26,0r0,-226v-21,-20,-53,13,-75,18v-5,4,-6,18,3,19v16,-3,34,-14,48,-19r0,208v-15,1,-37,-6,-33,16v16,14,57,2,83,6","w":142,"k":{"~":24,"{":8,"y":25,"w":26,"v":24,"t":24,"q":8,"o":14,"j":56,"g":18,"f":16,"e":12,"d":10,"c":12,"`":36,"_":144,"^":24,"\\":24,"Y":24,"W":27,"V":26,"U":21,"T":25,"Q":26,"O":26,"G":26,"C":26,"9":17,"8":10,"7":23,"6":19,"4":25,"1":13,"0":25}},"2":{"d":"154,0v14,-8,4,-39,7,-58v-1,-9,-19,-9,-22,-1r0,36r-90,1v37,-53,95,-88,106,-166v10,-71,-75,-79,-127,-56v-4,5,-3,19,4,20v40,-9,107,-19,100,36v-10,78,-77,117,-116,168v0,9,-1,18,7,20r131,0","w":177,"k":{"j":57,"`":31,"_":179,"\\":10,"Y":13,"W":9,"V":12,"T":10,"J":40,"4":40}},"3":{"d":"21,-5v62,19,134,2,133,-65v0,-35,-23,-54,-50,-64v20,-12,40,-29,43,-58v6,-62,-80,-82,-123,-50v0,8,-2,19,6,20v32,-15,95,-20,93,30v-1,33,-30,47,-63,49v-7,4,-6,19,1,22v37,2,70,15,70,51v0,34,-26,49,-58,51v-19,1,-33,-11,-50,-12v-11,0,-9,24,-2,26","w":170,"k":{"}":10,"{":7,"z":9,"x":9,"j":57,"`":33,"_":171,"]":16,"\\":12,"Z":10,"Y":14,"X":15,"W":11,"V":13,"T":12,"J":42,"I":10,"A":10,"2":8}},"4":{"d":"154,-78v19,2,55,1,35,-22r-36,0r0,-149v-1,-8,-15,-9,-21,-5r-115,160v1,7,0,16,6,16r108,0r0,71v0,10,23,10,23,0r0,-71xm131,-215r-1,115r-82,0","w":211,"k":{"~":35,"}":9,"{":8,"z":34,"y":21,"x":34,"w":12,"v":18,"t":20,"j":57,"f":17,"`":45,"_":212,"^":35,"]":20,"\\":34,"Z":35,"Y":35,"X":35,"W":28,"V":36,"T":35,"S":34,"J":64,"I":22,"A":20,"9":35,"7":35,"5":34,"3":34,"2":34,"1":34}},"5":{"d":"18,-7v57,25,132,-1,132,-66v0,-61,-39,-84,-102,-77r4,-82r84,0v9,-3,9,-23,-1,-23v-35,0,-81,-5,-107,7r-4,115v5,15,33,2,48,3v35,2,54,21,54,57v0,55,-60,62,-103,43v-9,0,-9,17,-5,23","w":165,"k":{"~":9,"z":13,"y":19,"x":17,"w":12,"v":16,"t":19,"j":57,"f":16,"`":12,"_":167,"^":31,"X":16,"J":30,"I":11,"A":10,"9":17,"2":9}},"6":{"d":"98,2v52,0,78,-29,82,-82v6,-80,-88,-97,-137,-55v12,-53,43,-97,108,-97v11,0,8,-20,1,-23v-93,2,-135,62,-135,153v0,59,22,104,81,104xm104,-136v36,-1,53,22,53,56v0,37,-22,61,-59,61v-43,0,-55,-44,-58,-85v17,-16,35,-31,64,-32","w":196,"k":{"~":23,"}":10,"z":14,"y":17,"x":19,"w":10,"v":14,"t":20,"j":57,"f":17,"`":27,"_":198,"^":45,"]":14,"\\":15,"Z":13,"Y":15,"X":18,"W":18,"V":17,"T":16,"J":45,"I":13,"A":12,"9":13,"7":15,"2":11,"1":19}},"7":{"d":"50,-16v-11,17,9,19,19,13r91,-234v0,-8,0,-16,-7,-17v-44,3,-95,-3,-135,2v-6,16,-5,71,20,47r0,-27r97,-1","w":176,"k":{"{":7,"z":23,"y":18,"x":22,"w":19,"v":18,"u":19,"t":20,"s":27,"r":17,"q":41,"p":18,"o":39,"n":18,"m":20,"j":57,"g":41,"f":19,"e":39,"d":40,"c":39,"a":33,"_":177,"X":9,"Q":20,"O":20,"J":22,"I":21,"G":19,"C":19,"A":75,"9":8,"8":10,"6":28,"4":47,"0":21}},"8":{"d":"99,2v51,0,82,-24,82,-74v0,-30,-14,-55,-37,-65v14,-12,30,-32,30,-56v-1,-45,-30,-63,-75,-63v-45,0,-75,18,-75,63v0,26,12,47,31,57v-20,12,-38,35,-38,64v0,50,31,74,82,74xm48,-193v0,-31,22,-42,52,-42v28,0,48,15,50,41v2,31,-17,48,-47,48v-32,0,-55,-14,-55,-47xm98,-125v35,0,59,18,59,53v0,36,-23,53,-58,53v-35,0,-59,-17,-59,-53v0,-34,22,-53,58,-53","w":197,"k":{"}":10,"{":8,"z":10,"x":9,"j":57,"`":33,"_":198,"]":15,"\\":13,"Z":10,"Y":14,"X":15,"W":11,"V":13,"T":13,"J":42,"I":10,"A":10,"2":8}},"9":{"d":"17,-175v-5,80,88,100,137,59v-7,47,-22,95,-74,98v-14,0,-43,-17,-39,12v5,11,23,10,39,10v83,-4,98,-81,100,-166v1,-59,-26,-94,-84,-94v-49,0,-76,30,-79,81xm96,-235v49,0,65,41,60,90v-18,13,-38,29,-67,28v-33,-1,-49,-25,-49,-58v0,-35,21,-60,56,-60","w":196,"k":{"}":9,"j":57,"`":35,"_":198,"]":20,"\\":12,"Z":18,"Y":15,"X":36,"W":9,"V":13,"T":15,"J":45,"I":22,"A":28,"3":15,"2":19}},":":{"d":"14,-113v3,10,27,8,31,0v8,-22,-19,-34,-31,-17r0,17xm14,-5v2,11,29,10,31,0v0,-10,2,-22,-6,-25v-10,0,-25,-3,-25,7r0,18","w":58},";":{"d":"29,-113v4,8,28,9,31,0v9,-22,-19,-34,-31,-17r0,17xm29,18v15,-14,18,-40,28,-58v0,-10,-17,-8,-24,-5r-19,57v1,6,8,6,15,6","w":74},"<":{"d":"116,-70v12,10,15,-1,20,-8v-21,-26,-61,-38,-90,-56v27,-16,67,-34,90,-56v-11,-30,-44,11,-62,15v-19,13,-43,21,-58,38v0,19,20,16,34,29","w":151},"=":{"d":"125,-151v8,-2,8,-20,0,-22r-106,1v-4,5,-5,20,3,21r103,0xm22,-117v-8,1,-9,21,0,22v35,-3,83,8,109,-5v0,-8,0,-15,-6,-17r-103,0"},">":{"d":"25,-87v-10,4,-10,18,2,21r107,-61v7,-22,-20,-21,-33,-34r-74,-42v-5,2,-11,6,-11,13v22,24,61,39,89,56","w":151},"?":{"d":"69,-81v34,-20,77,-44,81,-94v6,-72,-72,-99,-132,-68v-4,6,-3,23,5,23v15,-4,33,-14,51,-15v58,-2,65,81,25,108v-16,11,-33,23,-51,30v-7,13,-1,39,-3,58v2,5,5,8,12,7v21,3,11,-30,12,-49xm69,-19v-1,-11,-24,-10,-24,0v-6,17,13,26,24,14r0,-14","w":165},"@":{"d":"176,-23v-4,17,7,35,21,21r0,-116v-1,-42,-35,-54,-77,-58v-119,-10,-137,178,-40,210v13,4,41,15,51,2v-1,-9,3,-17,-8,-17v-53,0,-83,-31,-83,-87v0,-52,27,-85,80,-86v30,0,56,8,55,40v-54,-9,-111,1,-111,57v0,62,83,73,112,34xm88,-57v1,-41,49,-39,89,-41v-5,38,-10,76,-58,76v-20,0,-31,-16,-31,-35","w":214},"A":{"d":"197,-3v11,7,31,2,19,-14r-83,-234v-5,-4,-20,-5,-25,0r-89,245v1,8,18,8,23,3v18,-46,18,-46,35,-94r85,0xm156,-119r-72,0r37,-100","w":233,"k":{"~":67,"{":10,"y":49,"w":32,"v":48,"t":28,"q":9,"o":12,"j":58,"g":12,"f":18,"e":11,"d":10,"c":11,"`":90,"_":234,"^":59,"\\":76,"Y":57,"W":48,"V":77,"U":19,"T":66,"Q":24,"O":24,"G":24,"C":24,"9":19,"8":9,"7":24,"6":15,"4":19,"1":15,"0":23}},"B":{"d":"22,0v64,7,127,0,125,-66v-1,-30,-12,-53,-34,-63v18,-11,30,-31,31,-57v0,-49,-25,-71,-75,-69v-18,1,-46,-6,-53,8r2,243xm39,-117v49,-4,85,6,85,51v0,45,-41,52,-85,45r0,-96xm39,-236v49,-4,85,6,85,51v0,45,-39,51,-85,46r0,-97","w":163,"k":{"}":9,"j":57,"`":29,"_":165,"]":10,"\\":8,"Y":10,"X":12,"V":9,"T":8,"J":37,"A":7}},"C":{"d":"17,-130v-6,114,101,159,203,116v4,-7,6,-26,-7,-21v-22,8,-46,16,-74,16v-66,0,-94,-44,-98,-111v-6,-96,85,-126,166,-91r-1,-1v10,4,12,-6,11,-17v-16,-17,-48,-16,-78,-17v-83,-3,-118,45,-122,126","w":240,"k":{"{":8,"y":49,"w":27,"v":42,"t":22,"j":58,"f":18,"`":17,"_":240,"^":18,"Q":23,"O":23,"J":29,"G":23,"C":23,"A":18,"9":12,"6":10,"4":91,"0":19}},"D":{"d":"96,2v85,0,127,-46,129,-132v3,-114,-84,-134,-201,-124v-2,1,-6,5,-7,7r2,243v19,9,52,6,77,6xm41,-231v92,-12,161,11,161,101v0,90,-65,124,-161,108r0,-209","w":242,"k":{"~":18,"}":12,"j":58,"`":49,"_":243,"]":21,"\\":22,"Z":33,"Y":26,"X":38,"W":15,"V":22,"T":33,"J":65,"I":22,"A":26,"7":9,"3":27,"2":33,"1":14}},"E":{"d":"23,0v43,-6,98,13,117,-8v-3,-35,-58,-5,-101,-14r0,-99r69,1v15,4,20,-20,7,-24r-76,1r0,-89r90,1v9,1,8,-12,6,-19v-2,-2,-3,-3,-6,-4r-106,0v-2,1,-6,5,-7,7v1,80,1,160,0,240v1,2,5,6,7,7","w":156,"k":{"{":8,"y":21,"w":18,"v":19,"t":24,"q":7,"o":13,"j":57,"g":14,"f":17,"e":11,"d":9,"c":11,"`":9,"_":158,"^":26,"Q":12,"O":12,"G":12,"C":12,"9":16,"8":9,"6":12,"4":30,"0":11}},"F":{"d":"120,-129v0,-6,-1,-13,-7,-12r-74,0r0,-90v30,-3,71,7,92,-5v0,-8,1,-17,-7,-18r-102,0v-4,1,-6,4,-7,7r0,240v1,9,24,10,24,0r0,-111r69,1v7,0,13,-4,12,-12","k":{"z":85,"y":14,"x":27,"w":11,"v":12,"t":29,"q":8,"o":7,"j":58,"g":8,"f":19,"d":7,"a":15,"_":148,"^":22,"X":9,"J":22,"I":21,"A":45,"9":9,"8":11,"4":21}},"G":{"d":"17,-130v-5,113,101,159,202,116v7,-30,4,-82,1,-115v-18,-8,-50,-1,-73,-3v-9,1,-9,19,-1,22r53,0r0,80v-80,31,-158,-8,-158,-100v0,-98,86,-125,168,-91v9,2,8,-8,8,-17v-15,-18,-48,-18,-78,-18v-83,-1,-118,45,-122,126","w":239,"k":{"y":9,"t":21,"j":58,"f":18,"`":16,"_":239,"^":17,"J":28,"A":13}},"H":{"d":"193,-7v2,10,23,9,23,0r-2,-244v-4,-5,-21,-5,-21,4r0,101r-153,0r0,-101v-1,-10,-21,-9,-23,0r2,243v3,7,21,5,21,-3r0,-117r153,0r0,117","w":232,"k":{"j":55,"_":233,"J":23}},"I":{"d":"22,0v24,-3,61,7,75,-6v4,-18,-13,-17,-29,-16r0,-225v-2,-8,-23,-11,-23,0r0,225v-19,-5,-42,8,-23,22","w":112,"k":{"~":21,"{":7,"y":21,"w":22,"v":21,"t":21,"q":8,"o":14,"j":55,"g":18,"f":15,"e":12,"d":10,"c":12,"`":33,"_":114,"^":21,"\\":20,"Y":21,"W":23,"V":22,"U":21,"T":21,"Q":22,"O":22,"G":22,"C":22,"9":17,"8":10,"7":21,"6":18,"4":21,"1":13,"0":22}},"J":{"d":"17,26v46,32,95,-7,95,-65r-1,-211v-14,-9,-83,-10,-60,18r39,1r0,194v-1,28,-9,51,-38,53v-15,1,-32,-22,-37,-3","w":127,"k":{"j":54,"_":13}},"K":{"d":"16,-7v2,9,24,10,24,0r0,-102r90,107v5,3,22,4,23,-4v-28,-40,-71,-86,-102,-124r92,-117v-34,-23,-55,45,-78,65r-25,32v-2,-33,3,-72,-2,-101v-5,-5,-22,-5,-22,4r0,240","w":169,"k":{"~":16,"{":9,"y":57,"w":31,"v":50,"u":12,"t":30,"q":15,"o":22,"j":57,"g":23,"f":17,"e":19,"d":17,"c":19,"a":7,"`":15,"_":171,"^":33,"Q":41,"O":41,"J":10,"G":41,"C":41,"9":18,"8":18,"6":26,"4":52,"1":13,"0":36}},"L":{"d":"129,0v9,-1,11,-23,0,-23r-90,1r0,-225v-1,-8,-22,-11,-23,0r0,240v0,3,3,6,6,7r107,0","w":151,"k":{"~":89,"{":7,"y":53,"w":29,"v":45,"t":24,"o":13,"j":56,"g":14,"f":16,"e":10,"d":9,"c":11,"`":101,"_":153,"^":89,"\\":74,"Y":55,"W":44,"V":74,"U":19,"T":65,"Q":33,"O":33,"J":58,"G":33,"C":33,"9":18,"8":9,"7":23,"6":17,"4":90,"1":14,"0":27}},"M":{"d":"253,-7v2,9,22,9,24,0r-2,-244v-3,-4,-17,-4,-22,-1r-109,219r-103,-218v-5,-6,-23,-4,-23,4r2,243v3,6,21,6,21,-3r0,-191r94,195v3,4,15,5,18,0r102,-199","w":294,"k":{"j":56,"_":253,"J":24}},"N":{"d":"192,-2v6,5,21,2,21,-5r-2,-244v-4,-5,-22,-5,-22,4r1,205r-151,-210v-6,-4,-20,-3,-22,5r2,243v4,7,21,5,21,-3r0,-205v37,54,36,54,75,106","w":229,"k":{"j":55,"_":230,"J":23,"E":-10}},"O":{"d":"135,2v78,0,116,-54,116,-132v0,-79,-38,-126,-117,-126v-79,0,-117,46,-116,126v1,79,37,132,117,132xm135,-235v66,0,92,40,92,105v0,63,-28,111,-93,111v-64,0,-93,-48,-93,-111v0,-64,28,-105,94,-105","w":268,"k":{"~":17,"}":12,"j":58,"`":49,"_":253,"]":21,"\\":22,"Z":32,"Y":26,"X":38,"W":16,"V":23,"T":32,"J":62,"I":23,"A":26,"7":9,"3":27,"2":33,"1":13}},"P":{"d":"40,-109v60,7,97,-21,99,-76v3,-66,-53,-75,-118,-69v-2,2,-5,4,-5,7r0,240v1,10,22,9,24,0r0,-102xm39,-233v39,-4,77,-2,77,39v0,48,-26,72,-77,64r0,-103","w":154,"k":{"}":8,"q":16,"o":13,"j":56,"g":17,"e":13,"d":14,"c":13,"`":27,"_":156,"]":19,"Z":9,"Y":8,"X":27,"T":18,"J":35,"I":21,"A":50,"4":35,"3":8,"2":11}},"Q":{"d":"147,1v70,-6,104,-56,104,-131v0,-79,-38,-120,-117,-126v-134,-11,-151,192,-59,244v13,7,29,12,47,13v2,38,24,66,64,65v40,-1,65,-26,65,-67v0,-10,-24,-10,-25,0v5,38,-44,60,-69,33v-7,-8,-10,-19,-10,-31xm135,-235v66,0,92,40,92,105v0,63,-28,111,-93,111v-64,0,-93,-48,-93,-111v0,-64,28,-105,94,-105","w":268,"k":{"~":17,"j":11,"`":49,"\\":22,"Y":26,"W":16,"V":23,"T":32,"7":9,"1":13}},"R":{"d":"53,-113v102,-21,64,129,127,107v0,-1,-1,-3,-2,-5r1,1v-18,-36,-33,-85,-61,-112v22,-10,39,-35,40,-65v3,-67,-58,-72,-124,-67v-2,2,-5,4,-5,7r0,240v2,9,21,10,24,0r0,-106xm51,-236v49,-4,86,6,86,51v0,46,-40,51,-86,46r0,-97","w":183,"k":{"~":19,"{":9,"y":17,"w":18,"v":16,"u":8,"t":18,"q":10,"o":15,"j":57,"g":14,"f":17,"e":13,"d":12,"c":13,"`":48,"_":184,"^":15,"\\":27,"Y":30,"W":26,"V":28,"U":15,"T":27,"Q":21,"O":21,"J":10,"G":21,"C":21,"9":15,"8":11,"7":16,"6":18,"4":26,"1":14,"0":21}},"S":{"d":"137,-61v0,53,-78,46,-112,28v-8,1,-6,12,-6,20v11,16,41,15,65,15v45,0,75,-20,76,-64v4,-87,-112,-58,-117,-133v-3,-51,65,-42,100,-29v8,1,6,-10,6,-18v-39,-29,-129,-17,-129,48v0,85,117,57,117,133","w":173,"k":{"}":10,"{":7,"z":7,"y":27,"x":13,"w":15,"v":23,"t":19,"j":57,"f":17,"`":19,"_":175,"^":24,"X":12,"J":33,"9":18}},"T":{"d":"89,-7v2,11,23,9,23,0r0,-225v22,0,46,-1,65,2v9,-2,10,-21,0,-24r-153,0v-9,1,-11,24,0,24r65,-2r0,225","w":200,"k":{"{":8,"z":65,"y":65,"x":65,"w":66,"v":65,"u":65,"t":64,"s":64,"r":64,"q":65,"p":65,"o":65,"n":65,"m":66,"j":59,"g":64,"f":21,"e":65,"d":65,"c":65,"a":64,"_":201,"^":22,"Y":23,"X":10,"Q":32,"O":32,"J":23,"I":22,"G":31,"C":31,"A":66,"9":14,"8":12,"6":49,"4":65,"0":30}},"U":{"d":"112,2v116,0,92,-136,96,-249v-2,-9,-21,-10,-24,0v-5,95,24,228,-72,228v-97,0,-66,-134,-71,-228v-6,-13,-29,-7,-24,10v4,109,-21,239,95,239","w":224,"k":{"j":55,"_":225,"X":10,"J":23,"I":22,"A":21}},"V":{"d":"40,-251v-10,-7,-31,-4,-20,13r84,235v4,4,17,4,21,0r101,-245v0,-9,-18,-7,-23,-3r-87,214","w":243,"k":{"{":9,"z":29,"y":24,"x":28,"w":25,"v":23,"u":25,"t":26,"s":34,"r":23,"q":48,"p":24,"o":46,"n":24,"m":26,"j":62,"g":48,"f":24,"e":46,"d":47,"c":46,"a":39,"_":243,"^":10,"X":10,"S":8,"Q":26,"O":26,"J":23,"I":22,"G":25,"C":24,"A":80,"9":13,"8":15,"6":35,"4":55,"0":26}},"W":{"d":"71,-5v5,7,20,7,24,0r72,-208r75,210v5,5,19,4,22,-2r53,-241v0,-11,-19,-10,-24,-3r-42,202r-72,-202v-4,-4,-17,-5,-21,0r-72,202r-44,-202v-4,-7,-23,-10,-23,2","w":335,"k":{"{":10,"z":17,"y":12,"x":16,"w":13,"v":12,"u":13,"t":13,"s":18,"r":11,"q":27,"p":12,"o":26,"n":12,"m":14,"j":60,"g":26,"f":13,"e":25,"d":26,"c":26,"a":25,"`":8,"_":255,"X":12,"S":18,"Q":16,"O":16,"J":25,"I":24,"G":15,"C":15,"A":48,"9":8,"8":11,"6":21,"5":8,"4":29,"0":17}},"X":{"d":"185,-2v13,6,29,2,18,-15r-74,-117r74,-114v0,-9,-18,-7,-24,-4r-63,97r-61,-97v-10,-6,-28,-4,-18,13r65,105r-80,117v-12,15,0,18,14,17v31,-34,52,-77,78,-113","w":225,"k":{"~":10,"{":10,"y":47,"w":32,"v":47,"u":11,"t":30,"q":13,"o":19,"j":57,"g":19,"f":17,"e":17,"d":15,"c":17,"`":11,"_":226,"^":25,"Q":36,"O":36,"J":9,"G":36,"C":35,"9":19,"8":15,"6":23,"4":38,"1":8,"0":32}},"Y":{"d":"79,-7v2,10,24,9,24,0v2,-56,-6,-109,20,-143r45,-98v1,-8,-18,-8,-22,-3r-55,117r-52,-117v-10,-7,-33,-2,-19,14r59,130r0,100","w":183,"k":{"{":8,"z":32,"y":27,"x":31,"w":28,"v":26,"u":28,"t":29,"s":37,"r":26,"q":53,"p":27,"o":51,"n":27,"m":29,"j":62,"g":54,"f":24,"e":51,"d":52,"c":51,"a":42,"_":185,"^":12,"X":9,"S":9,"Q":27,"O":27,"J":22,"I":21,"G":26,"C":26,"A":58,"9":14,"8":15,"6":37,"4":58,"0":27}},"Z":{"d":"27,-254v-8,2,-11,23,0,23r134,-2r-144,216v0,8,-1,15,6,17r167,-1v5,-4,5,-23,-4,-22r-139,2r144,-217v1,-8,-2,-14,-7,-16r-157,0","w":210,"k":{"{":9,"y":39,"w":30,"v":38,"t":26,"q":9,"o":15,"j":57,"g":17,"f":17,"e":13,"d":11,"c":13,"`":8,"_":211,"^":17,"Q":31,"O":31,"G":31,"C":31,"9":16,"8":12,"6":19,"4":88,"0":31}},"[":{"d":"15,-1v10,14,72,9,47,-15r-23,-1r0,-230v11,-2,27,3,28,-9v3,-22,-27,-12,-46,-13v-4,1,-5,3,-6,7r0,261","w":82,"k":{"~":20,"{":8,"y":21,"w":22,"v":20,"u":9,"t":20,"q":12,"o":20,"j":82,"g":20,"f":15,"e":17,"d":15,"c":17,"_":85,"^":20,"Q":22,"O":22,"G":21,"C":21,"9":17,"8":16,"6":21,"4":21,"1":13,"0":21}},"\\":{"d":"129,-7r-90,-244v-4,-5,-24,-6,-24,4r90,244v4,5,24,6,24,-4","w":144,"k":{"~":68,"{":9,"y":49,"w":31,"v":47,"t":27,"q":8,"o":12,"j":56,"g":11,"f":16,"e":10,"d":9,"c":10,"`":92,"_":146,"^":60,"\\":76,"Y":55,"W":46,"V":77,"U":18,"T":64,"Q":24,"O":24,"G":23,"C":23,"9":17,"8":8,"7":23,"6":15,"4":18,"1":13,"0":22}},"]":{"d":"20,-16v-8,3,-9,21,2,21v15,0,37,5,45,-5r0,-262v-5,-11,-45,-13,-53,-1v-3,17,13,15,29,16r0,230","w":81,"k":{"j":82,"_":84}},"^":{"d":"151,-192v25,3,17,-14,4,-24v-19,-15,-32,-37,-53,-50r-20,0v-21,23,-48,41,-66,67v0,9,11,7,19,7r58,-55","w":185,"k":{"}":9,"{":8,"z":174,"y":186,"x":184,"w":187,"v":171,"u":174,"t":20,"s":141,"r":120,"q":179,"p":178,"o":186,"n":177,"m":187,"j":58,"g":165,"f":16,"e":177,"d":120,"c":172,"a":162,"`":35,"_":186,"]":19,"\\":8,"Z":26,"Y":12,"X":35,"V":9,"T":22,"J":52,"I":21,"A":61,"6":15,"4":64,"3":20,"2":23}},"_":{"d":"208,78v9,0,11,-21,0,-21r-204,0v-9,1,-10,21,0,21r204,0","w":204,"k":{"~":190,"}":91,"{":90,"z":175,"y":36,"x":185,"w":253,"v":172,"u":175,"t":149,"s":143,"r":121,"q":118,"o":196,"n":178,"m":253,"l":120,"k":163,"i":59,"h":178,"f":147,"e":178,"d":184,"c":173,"b":181,"a":163,"`":100,"^":186,"]":84,"\\":146,"[":85,"Z":211,"Y":185,"X":226,"W":254,"V":243,"U":225,"T":201,"S":175,"R":184,"Q":104,"P":156,"O":253,"N":230,"M":253,"L":153,"K":171,"I":114,"H":233,"G":239,"F":148,"E":157,"D":243,"C":240,"B":165,"A":234,"9":198,"8":198,"7":177,"6":198,"5":167,"4":212,"3":171,"2":179,"1":144,"0":223}},"`":{"d":"18,-269v21,20,34,89,65,71v-13,-29,-29,-56,-43,-82v-8,-7,-36,-3,-22,11","w":97,"k":{"}":7,"z":99,"y":100,"x":99,"w":101,"v":99,"u":99,"t":18,"s":99,"r":98,"q":99,"p":99,"o":100,"n":99,"m":101,"j":56,"g":99,"f":14,"e":99,"d":99,"c":99,"a":99,"`":27,"_":100,"]":15,"Z":12,"Y":10,"X":30,"V":7,"T":9,"J":38,"I":20,"A":59,"6":14,"4":100,"3":11,"2":14}},"a":{"d":"124,-7v2,9,21,10,21,0v0,-78,26,-190,-76,-166v-13,9,-40,4,-43,23v0,5,1,15,7,14v26,-18,102,-37,90,28v-54,0,-104,2,-107,56v-3,60,83,69,107,28xm40,-52v0,-40,49,-36,84,-38v-5,36,-12,72,-54,71v-19,-1,-30,-13,-30,-33","w":161,"k":{"~":162,"j":56,"`":99,"_":163,"^":162,"\\":30,"Y":38,"W":18,"V":31,"T":65,"J":54,"7":23,"1":14}},"b":{"d":"22,1v85,10,142,-21,142,-101v0,-76,-83,-94,-125,-55r0,-111v-2,-9,-20,-10,-23,0r0,260v1,2,3,8,6,7xm91,-154v36,-1,50,18,50,54v0,58,-35,91,-102,80r0,-93v2,-27,25,-40,52,-41","w":180,"k":{"~":118,"}":9,"z":12,"y":8,"x":18,"j":57,"`":119,"_":181,"^":118,"]":19,"\\":36,"Z":21,"Y":45,"X":26,"W":22,"V":37,"T":65,"S":13,"J":66,"I":21,"A":18,"7":48,"3":14,"2":19,"1":44}},"c":{"d":"16,-90v-9,81,71,113,138,78v4,-6,3,-21,-4,-23v-15,5,-33,16,-55,16v-41,-1,-56,-31,-56,-71v0,-39,17,-65,56,-65v19,0,33,9,49,12v10,1,9,-18,4,-23v-62,-27,-140,1,-132,76","w":172,"k":{"~":172,"o":7,"j":57,"g":8,"`":100,"_":174,"^":172,"\\":27,"Y":33,"W":18,"V":27,"T":66,"J":35,"7":26,"4":33,"1":14}},"d":{"d":"144,-24v-3,16,8,33,22,19r-1,-264v-5,-6,-18,-5,-21,3r0,93v-76,-10,-130,13,-128,89v2,52,22,86,75,86v24,0,42,-12,53,-26xm39,-84v-3,-60,45,-80,105,-67v1,60,8,131,-53,132v-38,0,-50,-28,-52,-65","w":182,"k":{"j":54,"_":184,"J":22}},"e":{"d":"148,-35v-31,21,-99,22,-105,-22v-2,-8,-4,-16,-4,-25r117,-3v2,-2,5,-4,5,-7v-1,-48,-17,-84,-66,-84v-52,0,-75,32,-79,84v-7,82,70,116,136,80v3,-6,5,-23,-4,-23xm39,-103v-4,-52,81,-73,95,-21v2,6,4,12,4,18","w":177,"k":{"~":177,"y":10,"v":8,"j":57,"`":99,"_":178,"^":177,"\\":37,"Y":46,"W":23,"V":38,"T":65,"J":39,"7":32,"1":20}},"f":{"d":"106,-244v15,-2,29,17,37,3v4,-24,-18,-23,-37,-24v-52,-3,-57,46,-53,97v-17,-5,-35,9,-19,21r19,0r0,140v1,10,20,9,22,0r0,-140v21,-2,76,10,56,-21r-56,0v0,-36,-6,-77,31,-76","w":145,"k":{"t":31,"q":18,"o":14,"j":62,"i":13,"g":19,"e":14,"d":15,"c":14,"a":8,"_":147,"^":26,"X":9,"J":22,"I":21,"A":51,"8":11,"4":37}},"g":{"d":"65,78v113,13,81,-145,81,-246v-62,-23,-133,11,-130,81v2,44,17,74,61,74v22,0,38,-13,49,-25v3,50,-4,96,-49,96v-19,0,-31,-6,-42,-16v-10,0,-10,11,-9,21v6,10,25,13,39,15xm39,-87v0,-49,36,-76,87,-64v1,56,3,118,-49,118v-29,0,-38,-24,-38,-54","w":164,"k":{"~":165,"`":99,"^":165,"\\":20,"Y":27,"W":12,"V":21,"T":65,"7":23,"1":14}},"h":{"d":"138,-7v1,10,22,9,23,0r0,-106v7,-66,-86,-78,-122,-42r0,-111v-2,-9,-21,-10,-23,0r0,259v1,9,21,10,23,0r0,-107v2,-50,99,-56,99,1r0,106","w":176,"k":{"~":114,"j":57,"`":115,"_":178,"^":114,"\\":33,"Y":42,"W":21,"V":34,"T":65,"J":58,"7":23,"1":14}},"i":{"d":"14,-225v-8,20,21,27,28,14v7,-20,-18,-29,-28,-14xm39,-166v-2,-10,-23,-9,-23,0r2,162v3,6,18,5,21,-1r0,-161","w":55,"k":{"j":57,"`":16,"_":59,"J":57}},"j":{"d":"78,-225v-8,20,20,27,27,14v7,-20,-17,-29,-27,-14xm15,67v51,38,88,-20,88,-81r0,-152v-1,-10,-23,-10,-23,0r0,174v3,35,-28,65,-57,40v-9,-1,-9,9,-8,19","w":120,"k":{"`":17}},"k":{"d":"124,0v15,2,29,-2,15,-15r-89,-85v26,-23,57,-42,81,-68v1,-9,-10,-8,-20,-8r-72,60r0,-150v-2,-8,-23,-11,-23,0r2,262v4,7,21,5,21,-3r0,-75","w":161,"k":{"~":99,"{":9,"w":8,"u":7,"t":20,"q":14,"o":22,"j":56,"g":24,"e":19,"d":17,"c":20,"`":100,"_":163,"^":99,"\\":32,"Y":39,"W":24,"V":33,"U":8,"T":65,"Q":10,"O":10,"J":58,"G":10,"C":10,"8":17,"7":23,"6":16,"4":57,"1":14,"0":10}},"l":{"d":"25,-90v-7,61,25,111,85,85v5,-5,4,-22,-4,-23v-9,2,-12,11,-25,9v-55,-9,-33,-102,-33,-159r0,-88v-2,-9,-21,-10,-23,0r0,176","w":118,"k":{"~":57,"y":50,"w":28,"v":44,"t":23,"o":10,"j":56,"g":12,"f":16,"e":8,"c":8,"`":58,"_":120,"^":57,"\\":56,"Y":55,"W":43,"V":58,"U":16,"T":58,"Q":30,"O":30,"J":10,"G":30,"C":30,"9":17,"7":23,"6":14,"4":57,"1":13,"0":24}},"m":{"d":"254,-113v8,-67,-88,-80,-114,-33v-15,-33,-78,-39,-100,-8v5,-17,-16,-27,-22,-12r0,159v2,9,20,10,23,0v3,-61,-19,-148,46,-147v60,1,30,92,37,147v2,9,20,10,23,0v3,-61,-18,-147,47,-147v60,0,30,92,37,147v2,9,20,10,23,0r0,-106","w":271,"k":{"~":191,"j":58,"`":101,"_":253,"^":187,"\\":35,"Y":44,"W":22,"V":35,"T":67,"J":60,"7":25,"1":15}},"n":{"d":"138,-7v1,10,22,9,23,0r0,-106v7,-65,-90,-79,-122,-40v5,-17,-16,-28,-23,-13r0,159v1,9,21,10,23,0r0,-109v5,-46,99,-54,99,3r0,106","w":176,"k":{"~":177,"j":57,"`":99,"_":178,"^":177,"\\":33,"Y":42,"W":21,"V":35,"T":65,"J":58,"7":23,"1":14}},"o":{"d":"98,2v55,-1,81,-35,81,-89v0,-56,-24,-89,-81,-89v-56,0,-82,32,-81,89v1,54,25,89,81,89xm98,-155v41,0,59,23,58,64v-1,42,-16,71,-58,72v-41,0,-59,-29,-59,-68v0,-40,16,-68,59,-68","w":195,"k":{"~":190,"}":10,"z":15,"y":12,"x":20,"w":8,"v":10,"t":8,"j":57,"f":8,"`":100,"_":196,"^":186,"]":19,"\\":39,"Z":14,"Y":49,"X":19,"W":25,"V":40,"T":66,"J":56,"I":14,"A":13,"9":8,"7":43,"3":7,"2":12,"1":36}},"p":{"d":"39,-1v75,14,118,-27,123,-96v6,-73,-80,-102,-123,-58v6,-17,-17,-25,-23,-11r0,240v2,9,21,10,23,0r0,-75xm88,-155v35,0,51,23,51,58v1,57,-41,91,-100,74v0,-60,-10,-132,49,-132","w":177,"k":{"~":178,"}":9,"z":14,"y":9,"x":20,"v":8,"j":57,"`":99,"_":117,"^":178,"]":19,"\\":37,"Z":21,"Y":46,"X":26,"W":23,"V":38,"T":65,"S":13,"J":65,"I":21,"A":17,"7":48,"3":14,"2":19,"1":44}},"q":{"d":"163,-167v-6,-15,-36,-7,-59,-8v-57,-3,-87,35,-88,90v0,52,17,87,69,87v25,0,42,-11,55,-26v4,33,-10,83,7,105v7,0,13,0,16,-5r0,-243xm39,-85v-2,-65,50,-67,104,-75v-8,54,10,142,-57,141v-37,0,-46,-30,-47,-66","w":179,"k":{"~":179,"`":99,"^":179,"\\":19,"Y":25,"W":11,"V":19,"T":65,"7":23,"1":14}},"r":{"d":"51,-7v2,-65,-20,-159,60,-144v11,-7,4,-29,-13,-24v-21,1,-37,7,-48,20v6,-17,-16,-25,-22,-11r0,159v2,9,20,10,23,0","w":118,"k":{"~":120,"}":8,"{":8,"q":14,"o":10,"j":55,"g":15,"e":10,"d":12,"c":10,"`":98,"_":121,"^":120,"]":18,"\\":18,"Z":58,"Y":25,"X":53,"W":10,"V":19,"T":64,"J":65,"I":20,"A":45,"7":78,"4":33,"3":57,"2":57,"1":46}},"s":{"d":"18,-6v40,15,107,13,107,-38v0,-61,-77,-42,-86,-90v5,-34,49,-12,75,-12v7,0,6,-9,6,-17v-28,-23,-104,-20,-104,29v0,60,74,44,87,89v-3,37,-57,26,-80,15v-10,0,-10,18,-5,24","w":140,"k":{"~":141,"j":56,"`":99,"_":143,"^":141,"\\":26,"Y":32,"W":17,"V":26,"T":64,"J":35,"7":31,"1":19}},"t":{"d":"45,-147v3,68,-20,171,68,146v10,-3,24,-4,22,-20v0,-5,-1,-11,-7,-10v-11,4,-22,11,-37,12v-19,0,-23,-16,-23,-35r0,-93v22,-1,78,9,56,-21r-56,0v-1,-20,8,-66,-22,-47r-1,47v-17,-5,-38,7,-21,21r21,0","w":148,"k":{"~":60,"y":20,"t":28,"o":7,"j":57,"g":8,"f":15,"d":15,"`":93,"_":150,"^":60,"\\":26,"Y":33,"W":18,"V":27,"T":65,"J":21,"7":24,"4":36,"1":14}},"u":{"d":"136,-7v2,9,22,9,22,0r0,-159v-1,-9,-23,-10,-23,0v-1,67,12,147,-55,147v-61,0,-36,-88,-40,-148v-1,-9,-20,-8,-23,-1v0,74,-18,173,63,170v24,-1,44,-11,55,-27","w":173,"k":{"~":174,"j":57,"`":99,"_":175,"^":174,"\\":19,"Y":26,"W":12,"V":21,"T":65,"J":57,"7":23,"1":14}},"v":{"d":"39,-171v-13,-6,-32,-2,-19,17r56,151v26,13,24,-32,35,-47r43,-117v1,-9,-15,-7,-21,-4r-48,129","w":170,"k":{"~":171,"}":9,"q":13,"o":11,"j":57,"g":13,"e":10,"d":12,"c":10,"`":99,"_":172,"^":171,"]":19,"\\":19,"Z":47,"Y":25,"X":52,"W":11,"V":19,"T":65,"J":66,"I":21,"A":50,"7":81,"4":18,"3":41,"2":47,"1":47}},"w":{"d":"231,-125v1,-16,19,-42,3,-48v-7,-1,-11,1,-14,5r-37,127r-49,-130v-4,-3,-13,-3,-17,0r-45,127r-31,-124v-4,-5,-13,-8,-20,-4v-3,1,-4,3,-3,7r41,163v5,4,17,3,21,-1r45,-130r49,130v30,15,30,-32,36,-52","w":258,"k":{"~":191,"}":10,"q":9,"o":8,"j":58,"g":9,"e":8,"d":9,"c":8,"`":101,"_":253,"^":187,"]":21,"\\":20,"Z":35,"Y":27,"X":38,"W":13,"V":21,"T":67,"J":68,"I":23,"A":38,"7":68,"4":13,"3":32,"2":34,"1":48,".":41}},"x":{"d":"31,-28v-4,9,-24,23,-8,28v28,2,29,-25,42,-38v8,-12,17,-24,26,-36v19,24,36,52,57,74v8,-1,18,3,19,-6r-62,-84r56,-77v0,-8,-17,-7,-23,-4v-15,25,-30,42,-47,64v-18,-21,-31,-47,-51,-66v-9,0,-17,-2,-20,6r58,77","w":183,"k":{"~":184,"{":9,"q":15,"o":22,"j":57,"g":22,"e":19,"d":17,"c":19,"a":8,"`":99,"_":185,"^":184,"\\":25,"Y":31,"W":17,"V":26,"T":65,"8":9,"7":23,"6":8,"4":47,"1":14}},"y":{"d":"55,51v-13,17,5,22,19,16r106,-234v1,-9,-17,-7,-23,-4r-61,137r-57,-137v-12,-6,-30,-1,-18,16r62,148","w":196,"k":{"~":190,"}":9,"t":20,"q":15,"o":13,"j":57,"g":15,"e":13,"d":14,"c":13,"`":100,"_":81,"^":186,"]":20,"\\":19,"Z":58,"Y":26,"X":54,"W":11,"V":20,"T":66,"J":67,"I":22,"A":50,"7":83,"4":23,"3":43,"2":58,"1":47}},"z":{"d":"151,0v9,-1,10,-21,0,-21r-102,0r107,-137v1,-8,0,-15,-7,-15r-121,0v-9,1,-10,21,0,21r96,0r-108,137v-1,8,1,13,7,15r128,0","w":174,"k":{"~":174,"{":8,"q":9,"o":15,"j":57,"g":19,"e":13,"d":11,"c":13,"`":99,"_":175,"^":174,"\\":21,"Y":27,"W":13,"V":22,"T":65,"J":58,"7":23,"4":37,"1":14}},"{":{"d":"32,-107v4,44,-22,119,34,115v9,-1,10,-21,0,-22v-8,-1,-12,-4,-12,-12v-3,-35,8,-82,-6,-106v16,-27,-1,-85,9,-119v16,5,22,-17,9,-23v-56,-5,-28,74,-34,123v-1,12,-30,15,-10,30v10,-1,9,7,10,14","w":87,"k":{"~":9,"{":8,"y":10,"w":11,"v":9,"u":8,"t":9,"q":8,"o":9,"j":88,"g":8,"f":9,"e":8,"d":8,"c":8,"_":90,"^":9,"Q":10,"O":10,"G":10,"C":10,"9":10,"8":9,"6":8,"4":8,"1":8,"0":10}},"|":{"d":"14,57v2,9,22,9,24,0r-2,-326v-4,-7,-22,-5,-22,3r0,323","w":52},"}":{"d":"15,1v27,22,42,-10,42,-46v0,-24,-3,-52,1,-73v6,-3,25,-11,10,-23v-4,0,-11,0,-10,-4r-3,-105v2,-19,-28,-34,-40,-17v-5,24,25,5,18,38v1,34,-7,78,9,98v-19,23,-2,77,-10,114v-6,5,-21,1,-17,18","w":88,"k":{"~":10,"}":9,"z":10,"x":12,"t":8,"j":89,"f":7,"`":17,"_":91,"^":9,"]":9,"\\":9,"Z":10,"Y":10,"X":12,"W":13,"V":11,"T":11,"S":9,"J":20,"I":9,"A":12,"8":10,"7":10,"4":10,"3":9,"2":9,"1":9}},"~":{"d":"131,-208v20,1,59,-22,32,-37v-11,3,-14,18,-32,16v-41,-6,-89,-32,-115,8v2,7,8,8,11,13v11,-4,19,-17,34,-17v26,0,44,16,70,17","w":189,"k":{"}":10,"{":7,"z":174,"y":190,"x":184,"w":191,"v":171,"u":174,"t":30,"s":141,"r":120,"q":179,"p":178,"o":190,"n":177,"m":191,"j":54,"g":165,"f":18,"e":177,"d":120,"c":172,"a":162,"`":13,"_":190,"^":14,"]":13,"X":14,"Q":24,"O":24,"J":23,"I":21,"G":23,"C":23,"A":73,"9":8,"8":8,"6":40,"4":87,"0":23}},"\u2026":{"d":"221,2v11,-1,10,-30,0,-30v-9,0,-22,-2,-23,6v1,9,-2,21,5,24r18,0xm107,-5v2,11,26,9,31,2v8,-23,-18,-34,-31,-19r0,17xm24,-28v-11,2,-9,28,0,30v9,-1,20,2,23,-5v2,-18,-1,-29,-23,-25","w":245},"\u2018":{"d":"24,-231v-11,17,-13,56,17,36v3,-25,16,-48,16,-74v0,-9,-17,-9,-21,-2v-3,12,-8,27,-12,40","w":70},"\u2019":{"d":"37,-273v-2,27,-32,64,-15,83v5,0,9,0,11,-3v12,-27,20,-50,30,-78v0,-11,-22,-9,-26,-2","w":77},"\u201c":{"d":"73,-271v-4,24,-32,62,-17,81v33,4,22,-37,34,-62v8,-15,-3,-31,-17,-19xm39,-271v-8,21,-16,52,-24,74v-1,9,22,10,26,2v5,-24,14,-46,17,-73v0,-10,-15,-8,-19,-3","w":106},"\u201d":{"d":"68,-272v-1,26,-32,65,-11,82v28,-7,23,-57,37,-80v1,-11,-22,-9,-26,-2xm58,-264v6,-12,-5,-15,-18,-13v-16,16,-19,52,-25,80v-2,8,8,7,15,7v15,-16,18,-55,28,-74","w":109},"\u2013":{"d":"125,-120v8,-2,8,-20,0,-22r-106,1v-4,5,-5,20,3,21r103,0"},"\u2014":{"d":"229,-120v9,-2,10,-19,1,-22r-206,0v-9,2,-10,19,-1,22r206,0","w":253},"\u2122":{"d":"233,-127v1,9,19,9,23,2r0,-122v-1,-8,-16,-9,-23,-5r-49,94r-51,-94v-13,-7,-21,3,-20,16r-3,-18r-85,0v-6,1,-8,6,-7,14v0,17,21,5,37,8r0,105v1,10,22,10,22,0r0,-105v11,-1,25,4,34,-1r0,106v2,8,23,11,23,0r0,-77r42,82v4,2,11,3,15,0r42,-84r0,79","w":273},"\u00a0":{"w":99}}});Cufon.registerFont({"w":180,"face":{"font-family":"African","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-5 -281 364 37","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":219},"\u00a0":{"w":219},"!":{"d":"9,-48v20,-13,44,-21,66,-32v5,2,18,1,11,7v8,20,25,41,18,69v-25,7,-42,21,-68,27xm62,-17v11,-1,16,-19,0,-17v-11,-1,-13,8,-8,18xm45,-94v-14,-49,-20,-104,-29,-157r85,-21v6,48,2,101,3,153v-20,8,-37,20,-59,25xm69,-228v-6,-1,-12,2,-12,7r11,84r9,0v3,-34,-3,-62,-8,-91","w":121},"\"":{"d":"9,-173r4,-79v15,-7,37,-4,55,-8v10,30,0,78,-32,81v-9,3,-18,6,-27,6xm41,-207v11,-4,15,-26,-2,-25r0,27v1,0,1,-2,2,-2xm82,-254v19,-1,34,-7,56,-6v4,54,-17,90,-70,84v13,-20,12,-48,14,-78xm111,-234v-11,-1,-13,20,-8,26v7,-5,9,-16,8,-26","w":142},"#":{},"$":{"d":"68,-261v2,-18,28,-8,34,0r42,3r-11,57v-14,2,-41,-16,-41,8v0,52,83,21,76,93v-3,34,-7,71,-43,71v-22,0,-20,17,-40,17v-6,-1,-14,-4,-14,-12r-47,-3v6,-21,6,-49,13,-69v15,1,23,11,39,12v13,-63,-107,-39,-59,-133v10,-19,20,-46,51,-44xm83,-244v-2,13,20,8,32,10v1,7,-12,3,-21,4r-9,-1v4,12,-5,28,-3,11v-1,-3,0,-8,-6,-7v-31,-2,-47,30,-33,54v29,33,94,23,99,82v3,34,-27,36,-52,42r0,3v-5,-10,-20,-4,-34,-5r0,-8v33,4,79,7,80,-28v1,-71,-109,-39,-103,-112v8,-14,11,-32,34,-32v8,0,17,-3,16,-13xm85,-67v11,0,7,-15,8,-24v-9,2,-5,17,-8,24xm99,-86v8,2,10,-5,7,-11v-1,-1,-4,-2,-6,-2xm90,-133r-3,0r-1,23v10,0,3,-15,4,-23xm70,-202v-9,-2,-10,7,-6,12v1,2,4,2,6,2r0,-14","w":179},"%":{},"&":{"d":"190,-223v-3,27,-26,37,-40,54v6,14,20,23,30,33v25,-6,42,-24,65,-33v4,12,11,25,11,42r-39,30v1,24,30,28,29,53v-17,16,-30,33,-57,38r-39,-45v-31,10,-69,54,-98,11v-14,-22,-53,-41,-39,-77r44,-52v-5,-17,-23,-24,-22,-48v24,-26,56,-37,93,-48v32,1,45,27,62,42xm161,-217v-6,-12,-18,-25,-35,-25v-24,5,-66,18,-50,48v6,11,17,19,23,30v-18,17,-47,23,-52,53v5,28,25,45,51,52v27,-3,42,-23,65,-30r39,43r4,-2v-7,-20,-28,-26,-33,-47r58,-44v-28,6,-38,32,-68,36r-49,-61v15,-17,43,-26,47,-53xm155,-95v-21,10,-38,25,-64,29v-18,-14,-56,-46,-26,-66r38,-26v23,16,37,41,52,63xm110,-95v12,-10,-9,-28,-20,-32v-19,12,0,43,20,32xm79,-213v19,-14,61,-41,76,-4v-5,24,-29,33,-46,46v-10,-13,-29,-20,-30,-42xm119,-195v7,-4,19,-21,2,-21v-15,-1,-17,20,-2,21","w":274},"'":{"d":"9,-167v5,-30,18,-55,22,-87v21,-2,45,-6,68,-3r-10,46v-22,17,-46,40,-80,44xm65,-230v-17,-8,-11,18,-18,24v7,-5,16,-14,18,-24","w":104},"(":{"d":"121,-22v-70,-19,-122,-76,-118,-161v20,-43,50,-90,111,-90v-35,38,-49,119,-24,178xm57,-95v-18,-29,-20,-93,1,-119v3,-6,6,-12,8,-18v-35,24,-40,103,-9,137","w":126},")":{"d":"1,-24v50,-48,50,-171,6,-222v-7,-8,-9,-17,-11,-28v74,14,158,110,102,191v-22,31,-44,64,-97,59xm53,-66v24,-25,46,-73,23,-115v-7,-14,-14,-26,-23,-38v28,39,28,115,0,153","w":126},"*":{"d":"13,-75v15,-23,30,-47,50,-65v-8,-28,-36,-40,-47,-65r78,-1r24,-68r8,0r38,77r82,-8v-11,28,-41,39,-55,65r61,56v-20,13,-65,7,-96,9v-12,22,-9,55,-23,75r-11,-6r-33,-74xm117,-126v9,11,1,35,9,50r6,-54v19,4,32,17,50,22v-12,-14,-33,-18,-41,-35r39,-29r-48,23v-4,-19,-7,-38,-6,-61r-6,57v-18,-5,-30,-17,-51,-20r48,33v-12,14,-31,19,-42,32v16,-3,27,-13,42,-18","w":264},"+":{"d":"106,-183v6,-26,1,-63,-2,-87v25,-4,53,-3,81,-3v9,27,6,61,10,90v31,2,64,5,93,0r3,89r-98,0r-4,4r-2,86v-24,-1,-57,9,-75,0r0,-92v-24,-12,-67,5,-100,-3v-4,-22,-1,-52,-2,-76v30,-6,65,-2,96,-8xm156,-130v23,-9,64,-4,98,-8v-16,-10,-62,-3,-91,-3v-19,-14,-1,-64,-12,-94v-15,12,5,65,-6,92r-92,0v-4,0,-9,2,-8,7v34,1,71,-2,102,2r1,92r7,7","w":301},",":{"d":"-5,35v18,-39,34,-82,48,-124r68,3v-14,47,-37,87,-63,123xm68,-60v-17,11,-23,47,-33,70v16,-18,27,-43,33,-70","w":116},"-":{"d":"136,-136v3,21,-7,46,-11,67v-32,9,-80,2,-118,5r-2,-5r29,-67r102,0xm104,-103v-13,-8,-31,-3,-50,-4v-2,1,-5,3,-4,7v18,-1,40,3,54,-3","w":147},".":{"d":"68,-102v24,15,42,40,63,57r-63,62r-69,-58r0,-6xm64,-54v-15,5,-5,21,6,21v12,-6,8,-21,-6,-21","w":130},"\/":{"d":"259,-255v-57,73,-100,154,-144,238v-33,9,-76,-2,-112,4v-6,-12,14,-24,18,-36r88,-128v18,-27,35,-55,52,-83r100,-5xm73,-52r15,-3r108,-173r-12,0r-104,161v-3,5,-5,9,-7,15","w":264},"0":{"d":"14,-136v0,-88,57,-136,144,-138v113,-3,172,117,118,220v-28,32,-64,59,-123,52v-78,-9,-139,-50,-139,-134xm261,-135v0,-68,-47,-105,-114,-105v-52,0,-94,40,-94,97v0,69,44,109,109,109v57,0,99,-38,99,-101xm61,-139v0,-57,39,-93,96,-93v61,0,102,42,96,106v-5,47,-37,84,-93,84v-59,0,-99,-39,-99,-97xm157,-76v60,4,81,-87,29,-113v-47,-23,-100,7,-89,63v15,19,27,48,60,50","w":310},"1":{"d":"8,-206r144,-68r22,6v-13,87,7,183,0,268v-35,-3,-74,1,-101,-10v8,-55,1,-118,2,-178v-12,-18,-54,2,-67,-18xm99,-216v7,0,14,-1,17,5r4,174r10,0r-5,-191v-10,2,-19,6,-26,12","w":184},"2":{"d":"15,-175v-14,-66,39,-99,101,-99v65,-1,98,39,99,101v-17,45,-45,73,-66,112v34,10,71,-5,100,-13v-10,28,-27,51,-42,74r-190,0v-7,-12,18,-28,27,-40v18,-24,42,-46,52,-77v-35,-10,-66,-27,-81,-58xm166,-139v30,-49,3,-113,-54,-113v-42,0,-87,30,-70,72v-2,-39,26,-64,63,-64v42,0,70,29,65,75v-26,49,-61,96,-92,141r119,0r1,-7r-100,-2v14,-40,47,-68,68,-102xm65,-171v5,20,19,27,36,35v37,-4,57,-75,10,-81v-31,-4,-44,19,-46,46","w":261},"3":{"d":"8,-254v30,-19,82,-27,109,-2v29,9,59,42,38,79r-30,51v24,14,51,44,34,87v-20,19,-51,41,-89,38r-48,-14v20,-18,66,-42,35,-78v-12,-14,-28,-24,-43,-35v20,-20,56,-33,52,-74v-3,-33,-33,-42,-58,-52xm117,-198v-1,-33,-28,-43,-51,-53v14,17,40,21,39,54v-1,31,-22,53,-38,71v25,11,58,50,31,80v-7,7,-14,13,-22,17v23,-4,44,-13,44,-39v0,-28,-26,-46,-44,-60v19,-18,41,-36,41,-70","w":171},"4":{"d":"168,-54v-48,-7,-106,0,-151,0v-10,-22,19,-36,26,-52v43,-58,79,-119,131,-168v25,1,53,-3,72,4r-4,120v-1,17,2,31,25,28v30,-4,13,41,17,64v-21,4,-50,-3,-36,44v-1,8,-3,15,-14,14r-65,0v-7,-15,0,-35,-1,-54xm196,-86v20,10,-5,61,18,54v1,-17,-5,-40,0,-53r42,-1v2,-15,-29,-4,-45,-10r0,-150r-29,-2v-46,48,-88,108,-126,160v39,8,95,0,140,2xm201,-238r0,142r-130,2r67,-92v15,-19,31,-38,47,-56xm114,-130v17,5,38,4,55,0r-1,-62v-23,14,-39,40,-54,62","w":298},"5":{"d":"180,-91v15,87,-92,108,-165,78v-7,-6,-5,-12,4,-14v56,0,99,-76,37,-103v-13,-6,-28,-9,-43,-13v-7,-40,2,-85,-2,-128v53,-8,116,1,173,-1v-5,43,-56,48,-97,56v-4,11,-4,27,-6,41v43,13,91,36,99,84xm140,-73v0,-57,-43,-79,-91,-89r5,-78v23,-6,49,9,62,-8r-69,0v-3,29,-5,59,-5,91v69,-4,129,101,46,129v-8,3,-17,6,-3,7v24,-6,55,-23,55,-52","w":192},"6":{"d":"149,-274v33,6,63,13,90,25v-3,20,-30,18,-42,31v-12,7,-22,15,-32,24v33,24,72,51,69,109v-3,57,-47,85,-107,85v-74,0,-125,-53,-113,-129v12,-74,77,-115,135,-145xm202,-80v9,-71,-56,-113,-119,-87v23,-31,60,-50,90,-74v-4,-1,-8,-4,-10,0v-49,30,-117,62,-117,138v0,50,34,78,83,78v37,0,69,-24,73,-55xm54,-99v-4,-68,79,-87,117,-48v12,12,26,30,24,53v-3,38,-27,61,-66,61v-42,0,-73,-23,-75,-66xm167,-104v-6,-23,-19,-43,-49,-39v-23,3,-48,29,-33,56v7,12,17,26,35,24v23,-3,40,-20,47,-41","w":250},"7":{"d":"137,-208v-46,-5,-84,10,-126,14r2,-79r223,2v-46,76,-70,169,-86,271r-105,-5v24,-73,62,-136,92,-203xm102,-36v3,0,9,1,9,-2v19,-57,35,-117,61,-167v6,-12,10,-24,13,-38r-138,1v-4,0,-2,4,-2,7r128,1v-25,64,-55,127,-71,198","w":247},"8":{"d":"16,-186v-7,-60,43,-88,97,-88v53,0,90,31,90,83v0,25,-13,41,-25,55v29,18,40,75,12,105v-49,52,-188,38,-180,-54v2,-23,13,-37,25,-51v-7,-15,-17,-32,-19,-50xm131,-126v37,-5,58,-66,30,-99v-33,-39,-133,-25,-119,45v5,25,22,44,44,52v-56,8,-52,92,-3,104v47,12,104,-6,91,-61v-4,-22,-26,-31,-43,-41xm51,-69v-13,-55,82,-67,107,-29v22,34,0,72,-47,72v-35,0,-54,-15,-60,-43xm139,-69v-1,-32,-56,-32,-61,-3v4,7,1,21,13,22v18,7,49,6,48,-19xm52,-178v-7,-39,17,-64,52,-64v36,0,62,20,64,56v-4,30,-22,55,-57,55v-34,0,-54,-19,-59,-47xm141,-186v-7,-29,-55,-42,-66,-10v0,26,20,47,43,44v11,-7,22,-18,23,-34","w":217},"9":{"d":"15,-167v-7,-65,39,-107,106,-107v87,0,139,84,99,167v-20,43,-51,67,-86,93v-38,28,-84,2,-123,-8v25,-18,54,-33,74,-56v-30,-20,-65,-46,-70,-89xm186,-123v36,-57,-1,-136,-74,-125v-44,7,-85,52,-59,105v16,31,67,58,106,38r5,2v-22,28,-53,51,-82,71v32,-6,52,-31,72,-49v13,-12,22,-26,32,-42xm53,-174v0,-40,29,-68,72,-68v42,0,68,31,67,76v-1,41,-34,69,-79,59v-32,-7,-60,-31,-60,-67xm128,-212v-42,0,-69,81,-5,81v27,0,43,-19,43,-47v0,-18,-18,-33,-38,-34","w":245},":":{"d":"141,-44r-58,68r-72,-55r61,-63r6,0xm67,-35v7,9,16,11,22,0v-2,-6,-8,-11,-13,-12xm65,-224v30,10,46,36,72,50r-60,74v-27,-15,-49,-40,-71,-59v17,-25,41,-47,59,-65xm70,-154v12,2,18,-21,4,-21v-13,3,-16,16,-4,21","w":147},";":{"d":"0,35v18,-39,34,-82,48,-124r68,3v-14,47,-37,87,-63,123xm74,-60v-18,11,-23,47,-33,70v15,-19,26,-44,33,-70xm65,-224v30,10,46,36,72,50r-60,74v-27,-15,-49,-40,-71,-59v17,-25,41,-47,59,-65xm70,-154v12,2,18,-21,4,-21v-13,3,-16,16,-4,21","w":147},"<":{},"=":{"d":"163,-127v5,18,-8,44,-10,66v-41,9,-99,1,-146,5r-2,-5r29,-67xm132,-95v-19,-7,-51,-3,-78,-4v-3,1,-5,4,-4,8v27,-2,60,2,82,-4xm163,-218v6,18,-9,44,-10,66r-5,4r-141,1r-2,-5r29,-67xm132,-185v-19,-8,-53,-5,-78,-4v-2,1,-5,3,-4,7v27,-2,58,3,82,-3","w":172},">":{},"?":{"d":"69,-274v25,13,53,29,53,63v0,37,-41,68,-9,99v3,9,11,12,17,19r-34,29v10,15,35,18,36,42v-23,14,-50,60,-82,25r-28,-21r34,-41v-18,-19,-52,-24,-51,-62v1,-32,41,-60,13,-90r-17,-19xm71,-27v3,7,15,6,14,-4v-3,-5,-14,-1,-14,4xm77,-101v-51,-27,28,-84,-8,-123v-3,-3,-5,-4,-9,-4v-8,10,10,11,9,24v-2,33,-20,54,-22,86v5,9,15,19,28,21","w":137},"@":{},"A":{"d":"114,-39v-6,11,-6,33,-17,38v-26,-2,-56,0,-80,-4v22,-82,74,-188,102,-269r89,1v33,71,74,188,100,271r-88,0v-10,-8,-13,-25,-17,-38v-26,4,-60,2,-89,1xm71,-32v5,-13,11,-27,18,-37r147,-2v6,11,13,22,16,35v3,2,6,1,8,-2r-81,-199v-14,-2,-31,-7,-33,9r-78,192v1,1,3,1,3,4xm156,-227v2,-6,10,-2,16,-4r61,153r-138,0xm140,-98v15,-3,33,4,47,-2v-4,-22,-11,-42,-24,-56v-8,18,-22,34,-23,58","w":322,"k":{"y":30,"v":76,"Y":33,"W":65,"V":68}},"B":{"d":"243,-68v-14,97,-133,59,-226,65r-5,-8r3,-261v71,6,167,-23,198,39v14,12,40,35,23,58r-34,45v11,22,39,32,41,62xm145,-137v25,-10,63,-36,42,-69v-9,-13,-21,-20,-29,-33v-33,-7,-72,-12,-105,-2r0,205v56,-2,133,16,140,-39v-5,-28,-30,-48,-48,-62xm183,-73v-13,42,-75,28,-122,27r2,-88v60,0,113,6,120,61xm147,-84v-7,-16,-24,-27,-48,-26v-4,12,-4,30,0,42v20,-2,41,-1,48,-16xm162,-221v44,32,3,93,-58,80r-43,-2r3,-94v36,4,80,-11,98,16xm145,-181v5,-27,-25,-36,-45,-28v-4,13,-13,46,14,42v13,-2,25,-4,31,-14","w":254},"C":{"d":"199,-62v-10,24,-27,43,-41,62v-48,-2,-70,-28,-104,-51v-41,-28,-61,-91,-27,-142v27,-42,64,-75,126,-81r46,59v-30,22,-89,26,-96,76v9,48,52,65,96,77xm144,-38v4,-10,-8,-11,-15,-12v-43,-21,-97,-83,-50,-132v19,-20,43,-38,66,-52v-55,11,-107,58,-90,123v19,32,50,63,89,73","w":208},"D":{"d":"16,-274v82,1,159,-6,199,43v24,29,58,68,44,120v-13,51,-54,86,-97,107v-47,8,-100,1,-150,0xm54,-40v100,24,205,-47,154,-143v-23,-44,-83,-72,-152,-57xm64,-233v80,-11,149,29,146,108v-14,59,-65,88,-146,79r0,-187xm109,-80v44,-1,84,-58,48,-95v-14,-9,-33,-29,-54,-21r-2,108v1,4,2,10,8,8","w":275,"k":{"a":42,"A":37}},"E":{"d":"212,-67v8,23,-10,44,-14,67r-186,0r0,-268v58,-7,127,1,186,-6v8,25,15,53,18,82v-39,-6,-80,-9,-123,-8v-8,5,-4,19,-3,29v31,-1,65,3,94,-1v2,25,23,43,15,71r-106,0v-6,8,-4,23,-2,34v40,4,82,1,121,0xm166,-132r-4,-7r-103,0v-1,-31,-6,-63,-2,-93r118,-1v-18,-18,-84,-3,-129,-8r4,216r124,-2v-16,-19,-73,1,-115,-8r0,-96","w":226},"F":{"d":"15,-142r-4,-128v55,-8,137,2,204,0r9,85v-33,-5,-66,-12,-106,-12v-22,0,-19,20,-16,40v27,10,69,3,103,5v5,22,4,49,7,74r-5,4v-29,-7,-66,-9,-99,-6v-5,22,3,54,3,79v-33,2,-64,-1,-94,-4r-5,-11xm55,-77v3,14,-10,42,7,41v3,-25,-6,-62,5,-78r106,1r0,-5r-110,-5r0,-105r120,-1r0,-6r-128,1r0,157","w":234,"k":{"a":35,"A":33}},"G":{"d":"49,-46v-15,-21,-40,-44,-37,-78v6,-69,67,-127,123,-150r83,40r0,5v-48,21,-98,53,-120,102v8,30,26,55,63,55r5,-5r-1,-85v27,-5,69,-8,85,10r-2,140v-75,2,-170,39,-199,-34xm58,-126v14,-48,54,-77,89,-106v0,-4,-4,-4,-8,-4v-39,27,-77,60,-91,110v5,24,16,45,32,59v21,42,81,32,132,26r0,-95r-7,1r0,84v-19,11,-52,6,-80,7v-28,-17,-62,-44,-67,-82","w":262},"H":{"d":"21,-2r-8,-269v23,-8,61,0,90,-2r9,92v27,7,53,-2,81,-1r3,-91r84,1r-1,270v-31,0,-64,3,-93,-1v2,-29,7,-58,3,-88r-77,-4v-11,24,-7,64,-12,94xm231,-133v4,31,-7,83,5,99v12,-43,4,-137,5,-201r-8,0r0,93r-155,0v-17,-15,0,-64,-9,-97r-9,0r4,202r5,0r2,-97","w":293},"I":{"d":"16,-4v4,-89,9,-180,-2,-266r98,-3v0,89,-9,184,1,268v-32,1,-68,10,-97,1xm71,-223v3,-8,-2,-18,-11,-14r0,198r8,0","w":128},"J":{"d":"102,-122v2,-53,-13,-97,-11,-151r101,-1v4,74,3,149,-3,220v-27,43,-97,68,-159,45v-5,-28,-12,-53,-21,-77v32,-4,91,13,93,-36xm53,-50v0,25,46,11,61,5v19,-7,44,-14,43,-36r-6,-160r-11,2v-2,54,1,105,3,158v-21,22,-49,35,-90,31","w":203},"K":{"d":"103,-185v34,-24,58,-56,82,-89r83,32v-1,17,-9,14,-16,25r-86,88r0,4r104,85r0,7r-75,33v-19,-6,-24,-24,-39,-36v-19,-15,-35,-32,-56,-44v-3,23,-5,51,-4,75v-27,4,-52,1,-81,1v-7,-85,4,-182,-5,-267r90,0v2,28,-4,63,3,86xm210,-37v-29,-39,-71,-61,-102,-96v36,-31,79,-55,105,-97v-25,4,-46,44,-69,59v-26,18,-49,43,-82,52r-1,-123r-9,0r1,209v1,-2,5,-2,8,-1v1,-25,-1,-52,3,-74v17,-9,37,-25,50,-4v30,24,58,46,84,74","w":282},"L":{"d":"9,-6v13,-83,3,-177,0,-265v26,-8,66,2,97,0r0,194v30,7,61,-2,91,-3v-7,29,-22,51,-29,79r-156,1xm143,-34v5,0,13,-9,3,-9v-26,1,-54,4,-78,-1r-3,-192r-10,0r-1,200","w":205},"M":{"d":"184,-157r41,-117v21,2,52,-7,57,11v25,90,57,170,82,259v-23,7,-64,4,-91,1v-12,-29,-9,-67,-23,-95v-17,30,-25,66,-41,97v-26,0,-61,9,-58,-22v-10,-23,-16,-50,-29,-70v-8,29,-14,57,-18,90v-28,4,-60,4,-87,0r61,-264r4,-5r55,2r41,115xm296,-65v11,21,3,34,22,33r-72,-198r-60,168r-74,-171r-54,201r10,0v16,-58,25,-123,46,-176r49,110v8,18,15,36,21,55r4,1r58,-165","w":380},"N":{"d":"275,-274v5,64,-2,137,-2,208v0,23,2,44,2,64v-24,2,-48,3,-72,0v-34,-40,-61,-85,-102,-118r-2,118r-81,0r-5,-271v24,-1,49,-1,70,2v28,45,69,79,102,119v18,-15,2,-75,5,-112xm237,-238v-4,-1,-7,1,-8,4r-2,178v-61,-57,-110,-128,-173,-184r2,208v3,0,8,1,8,-2r0,-182r166,184r7,0r0,-206","w":290},"O":{"d":"50,-49v-46,-36,-42,-134,-4,-181v47,-58,203,-61,232,15v31,31,19,99,7,142v-18,32,-53,73,-96,73v-62,0,-111,-8,-139,-49xm265,-136v0,-68,-45,-106,-111,-106v-70,0,-115,60,-99,132v9,41,52,74,102,74v61,0,108,-35,108,-100xm157,-233v67,0,111,54,95,124v-9,38,-50,67,-98,63v-52,-4,-96,-36,-91,-95v5,-54,41,-92,94,-92xm221,-137v0,-40,-28,-63,-66,-63v-37,0,-65,28,-59,68v4,28,34,51,61,55v35,-4,64,-22,64,-60","w":312,"k":{"v":20,"a":33,"W":26,"V":22,"A":42}},"P":{"d":"213,-175v4,66,-46,88,-111,89v-9,24,-3,57,-2,86r-90,-4r5,-270v20,2,41,3,63,3v76,-3,131,26,135,96xm176,-158v14,-72,-55,-90,-125,-84r-1,210v17,-1,5,-53,7,-79v50,-7,109,2,119,-47xm169,-167v0,47,-58,47,-110,46r-1,-113v60,-1,111,5,111,67xm138,-173v0,-26,-20,-33,-42,-36v-3,16,-5,41,0,57v19,3,41,-1,42,-21","w":222,"k":{"a":57,"A":46}},"Q":{"d":"202,-12v-119,42,-240,-78,-174,-204v40,-77,210,-74,253,4v22,41,25,121,-13,144v-9,21,17,33,22,53v7,8,17,14,16,29r-85,-6v-3,-11,-7,-20,-19,-20xm152,-246v-66,5,-111,38,-111,102v0,86,98,128,176,89v14,10,15,34,34,38v-7,-16,-21,-27,-26,-46v72,-56,31,-190,-73,-183xm50,-145v0,-62,43,-95,102,-95v57,0,102,37,102,95v0,58,-40,97,-101,97v-62,0,-103,-38,-103,-97xm212,-148v0,-38,-28,-61,-64,-62v-33,9,-67,24,-63,67v3,35,32,55,66,61v34,-6,61,-26,61,-66","w":313},"R":{"d":"17,-226v3,-13,-8,-39,9,-39v39,0,73,-9,113,-9v70,-2,118,47,104,117v-11,21,-32,37,-47,52v17,36,45,62,60,100v-21,8,-51,4,-76,3r-47,-62v-9,-8,-14,-27,-27,-22v-4,25,-4,55,-6,82r-84,0v-5,-54,5,-149,1,-222xm182,-137v48,-41,10,-121,-64,-109v-21,3,-42,3,-61,6r-2,199v0,3,6,7,9,4r0,-74r74,-2v20,28,35,58,60,82v2,0,5,1,6,-1r-58,-85v14,-5,25,-11,36,-20xm82,-119v-8,0,-15,0,-18,-4r3,-110v58,-6,131,-11,128,54v-2,53,-60,60,-113,60xm161,-185v-3,-25,-34,-39,-57,-28v2,25,-3,51,6,68v23,-5,48,-16,51,-40","w":268},"S":{"d":"42,-54v40,-58,-48,-91,-25,-154v10,-30,35,-53,56,-73r87,18r0,8v-25,19,-57,53,-39,93v14,30,47,66,27,108v-12,24,-27,49,-53,61v-28,-9,-58,-14,-81,-28v10,-10,20,-21,28,-33xm75,-167v-17,-34,23,-57,20,-76v-10,0,-11,9,-16,14v-7,12,-20,22,-19,42v6,53,71,108,15,151r4,4v56,-26,14,-99,-4,-135","w":174,"k":{"a":18,"A":28}},"T":{"d":"37,-274v62,9,137,3,204,5v-1,31,-15,52,-18,81v-17,1,-31,-7,-51,-5v-5,61,-8,135,2,193r-97,0v-7,-50,15,-131,4,-197v-24,-5,-44,3,-70,2v8,-27,14,-55,26,-79xm77,-241v-8,4,-23,0,-22,12r64,2r0,194r14,0r1,-194r57,0r10,-13","w":252,"k":{"o":20,"a":51,"O":31,"A":49}},"U":{"d":"19,-271r88,-2v8,62,5,128,6,195v17,9,58,12,69,-3r19,-188v20,-7,49,-2,72,-4v7,42,-3,92,-2,142r3,123r-89,2v-5,-6,-1,-20,-9,-24v-23,7,-43,19,-63,30v-36,-6,-69,-20,-100,-30v4,-79,18,-162,6,-241xm225,-62v-54,5,-124,36,-158,-5r7,-171v0,-4,-9,-6,-11,-1r1,77v1,47,-24,114,31,121v40,5,78,-14,122,-12v7,1,8,16,16,7r0,-99v-2,-32,7,-68,4,-93r-5,-1r-6,74","w":289},"V":{"d":"189,-5v-21,10,-52,1,-77,4r-99,-264v22,-7,58,-7,91,-9r44,124v21,-34,28,-81,41,-123v30,-3,54,4,85,4r0,14xm72,-242v-3,-3,-10,0,-8,5r75,201r19,0r69,-193r0,-11r-8,0r-67,194r-4,0","w":287,"k":{"o":22,"a":71,"O":24,"A":70}},"W":{"d":"17,-267v27,-4,58,-5,87,-5v13,31,16,68,27,101v19,-27,24,-69,39,-100v13,-3,29,-2,46,-2v18,28,24,67,41,96r5,-4r17,-93v28,1,60,-3,84,3v-17,92,-42,172,-61,262v-9,10,-35,6,-53,5v-21,-38,-30,-79,-46,-120r-8,8r-36,113v-19,1,-46,8,-56,-6xm266,-69v-28,-54,-41,-118,-72,-168r-54,161r-6,7r-60,-172v-3,0,-7,-1,-8,1r70,200r51,-156r8,-17v29,56,49,116,76,173r50,-206r-6,0r-44,171","w":380,"k":{"o":22,"a":55,"O":30,"A":55}},"X":{"d":"163,-67v-18,19,-26,47,-43,67r-101,-19r84,-117v-5,-27,-26,-36,-40,-53v-16,-18,-35,-35,-48,-56r94,-29r53,72v30,-11,32,-51,53,-72r86,23v-1,32,-26,39,-37,61v-16,18,-31,35,-41,58r91,102v-25,17,-60,26,-94,29v-19,-22,-31,-51,-57,-66xm166,-146v-36,-20,-47,-65,-86,-83v-1,0,-1,1,-2,2v21,35,58,57,77,94r-70,88v-1,4,0,7,5,6v28,-28,48,-61,75,-88r69,83v4,4,7,4,14,4r-77,-95r67,-96","w":328},"Y":{"d":"40,-12v28,-36,49,-79,69,-122r-1,-8v-35,-41,-68,-82,-95,-128r96,-3r39,53v15,-11,25,-33,29,-51r95,-1r-5,20r-117,252r-110,-4r0,-8xm105,-38r13,-2r100,-196v-22,-5,-20,27,-32,38v-8,17,-13,34,-25,47v-26,-28,-49,-59,-72,-89r-10,0v24,37,53,67,77,104","w":284,"k":{"a":87,"A":90}},"Z":{"d":"130,-191v-37,-13,-80,3,-117,7v1,-31,3,-62,10,-88r184,1v26,0,51,-1,75,-3r0,11v-44,54,-83,115,-116,179v2,3,3,7,9,7r104,6r-11,67v-68,8,-161,-7,-244,0v3,-43,33,-61,51,-92v19,-32,39,-59,55,-95xm220,-238v-56,5,-132,-14,-169,7v25,12,98,-2,146,5v-35,66,-80,119,-112,186r154,2r0,-10v-42,-6,-91,2,-136,-2","w":294},"[":{},"\\":{},"]":{},"^":{},"_":{},"`":{},"a":{"d":"114,-39v-6,11,-6,33,-17,38v-26,-2,-56,0,-80,-4v22,-82,74,-188,102,-269r89,1v33,71,74,188,100,271r-88,0v-10,-8,-13,-25,-17,-38v-26,4,-60,2,-89,1xm71,-32v5,-13,11,-27,18,-37r147,-2v6,11,13,22,16,35v3,2,6,1,8,-2r-81,-199v-14,-2,-31,-7,-33,9r-78,192v1,1,3,1,3,4xm156,-227v2,-6,10,-2,16,-4r61,153r-138,0xm140,-98v15,-3,33,4,47,-2v-4,-22,-11,-42,-24,-56v-8,18,-22,34,-23,58","w":322,"k":{"y":27,"w":65,"v":68,"W":67,"V":72}},"b":{"d":"243,-68v-14,97,-133,59,-226,65r-5,-8r3,-261v71,6,167,-23,198,39v14,12,40,35,23,58r-34,45v11,22,39,32,41,62xm145,-137v25,-10,63,-36,42,-69v-9,-13,-21,-20,-29,-33v-33,-7,-72,-12,-105,-2r0,205v56,-2,133,16,140,-39v-5,-28,-30,-48,-48,-62xm183,-73v-13,42,-75,28,-122,27r2,-88v60,0,113,6,120,61xm147,-84v-7,-16,-24,-27,-48,-26v-4,12,-4,30,0,42v20,-2,41,-1,48,-16xm162,-221v44,32,3,93,-58,80r-43,-2r3,-94v36,4,80,-11,98,16xm145,-181v5,-27,-25,-36,-45,-28v-4,13,-13,46,14,42v13,-2,25,-4,31,-14","w":254},"c":{"d":"199,-62v-10,24,-27,43,-41,62v-48,-2,-70,-28,-104,-51v-41,-28,-61,-91,-27,-142v27,-42,64,-75,126,-81r46,59v-30,22,-89,26,-96,76v9,48,52,65,96,77xm144,-38v4,-10,-8,-11,-15,-12v-43,-21,-97,-83,-50,-132v19,-20,43,-38,66,-52v-55,11,-107,58,-90,123v19,32,50,63,89,73","w":208},"d":{"d":"16,-274v82,1,159,-6,199,43v24,29,58,68,44,120v-13,51,-54,86,-97,107v-47,8,-100,1,-150,0xm54,-40v100,24,205,-47,154,-143v-23,-44,-83,-72,-152,-57xm64,-233v80,-11,149,29,146,108v-14,59,-65,88,-146,79r0,-187xm109,-80v44,-1,84,-58,48,-95v-14,-9,-33,-29,-54,-21r-2,108v1,4,2,10,8,8","w":275},"e":{"d":"212,-67v8,23,-10,44,-14,67r-186,0r0,-268v58,-7,127,1,186,-6v8,25,15,53,18,82v-39,-6,-80,-9,-123,-8v-8,5,-4,19,-3,29v31,-1,65,3,94,-1v2,25,23,43,15,71r-106,0v-6,8,-4,23,-2,34v40,4,82,1,121,0xm166,-132r-4,-7r-103,0v-1,-31,-6,-63,-2,-93r118,-1v-18,-18,-84,-3,-129,-8r4,216r124,0v-12,-23,-71,0,-115,-10r0,-96","w":226},"f":{"d":"15,-142r-4,-128v55,-8,137,2,204,0r9,85v-33,-5,-66,-12,-106,-12v-22,0,-19,20,-16,40v27,10,69,3,103,5v5,22,4,49,7,74r-5,4v-29,-7,-66,-9,-99,-6v-5,22,3,54,3,79v-33,2,-64,-1,-94,-4r-5,-11xm55,-77v3,14,-10,42,7,41v3,-25,-6,-62,5,-78r106,1r0,-5r-110,-5r0,-105r120,-1r0,-6r-128,1r0,157","w":234},"g":{"d":"49,-46v-15,-21,-40,-44,-37,-78v6,-69,67,-127,123,-150r83,40r0,5v-48,21,-98,53,-120,102v8,30,26,55,63,55r5,-5r-1,-85v27,-5,69,-8,85,10r-2,140v-75,2,-170,39,-199,-34xm58,-126v14,-48,54,-77,89,-106v0,-4,-4,-4,-8,-4v-39,27,-77,60,-91,110v5,24,16,45,32,59v21,42,81,32,132,26r0,-95r-7,1r0,84v-19,11,-52,6,-80,7v-28,-17,-62,-44,-67,-82","w":262},"h":{"d":"21,-2r-8,-269v23,-8,61,0,90,-2r9,92v27,7,53,-2,81,-1r3,-91r84,1r-1,270v-31,0,-64,3,-93,-1v2,-29,7,-58,3,-88r-77,-4v-11,24,-7,64,-12,94xm231,-133v4,31,-7,83,5,99v12,-43,4,-137,5,-201r-8,0r0,93r-155,0v-17,-15,0,-64,-9,-97r-9,0r4,202r5,0r2,-97","w":293},"i":{"d":"16,-4v4,-89,9,-180,-2,-266r98,-3v0,89,-9,184,1,268v-32,1,-68,10,-97,1xm71,-223v3,-8,-2,-18,-11,-14r0,198r8,0","w":128},"j":{"d":"102,-122v2,-53,-13,-97,-11,-151r101,-1v4,74,3,149,-3,220v-27,43,-97,68,-159,45v-5,-28,-12,-53,-21,-77v32,-4,91,13,93,-36xm53,-50v2,27,47,10,61,4v18,-8,44,-15,43,-37r-4,-156r-13,0r3,158v-21,22,-49,35,-90,31","w":203},"k":{"d":"103,-185v34,-24,58,-56,82,-89r83,32v-1,17,-9,14,-16,25r-86,88r0,4r104,85r0,7r-75,33v-19,-6,-24,-24,-39,-36v-19,-15,-35,-32,-56,-44v-3,23,-5,51,-4,75v-27,4,-52,1,-81,1v-7,-85,4,-182,-5,-267r90,0v2,28,-4,63,3,86xm210,-37v-29,-39,-71,-61,-102,-96v36,-31,79,-55,105,-97v-25,4,-46,44,-69,59v-26,18,-49,43,-82,52r-1,-123r-9,0r1,209v1,-2,5,-2,8,-1v1,-25,-1,-52,3,-74v17,-9,37,-25,50,-4v30,24,58,46,84,74","w":282},"l":{"d":"9,-6v13,-83,3,-177,0,-265v26,-8,66,2,97,0r0,194v30,7,61,-2,91,-3v-7,29,-22,51,-29,79r-156,1xm143,-32v4,-1,13,-11,3,-11v-26,1,-54,4,-78,-1r-3,-192r-10,0r-2,202","w":205},"m":{"d":"184,-157r41,-117v21,2,52,-7,57,11v25,90,57,170,82,259v-23,7,-64,4,-91,1v-12,-29,-9,-67,-23,-95v-17,30,-25,66,-41,97v-26,0,-61,9,-58,-22v-10,-23,-16,-50,-29,-70v-8,29,-14,57,-18,90v-28,4,-60,4,-87,0r61,-264r4,-5r55,2r41,115xm296,-65v11,21,3,34,22,33r-72,-198r-60,168r-74,-171r-54,201r10,0v16,-58,25,-123,46,-176r49,110v8,18,15,36,21,55r4,1r58,-165","w":380},"n":{"d":"275,-274v5,64,-2,137,-2,208v0,23,2,44,2,64v-24,2,-48,3,-72,0v-34,-40,-61,-85,-102,-118r-2,118r-81,0r-5,-271v24,-1,49,-1,70,2v28,45,69,79,102,119v18,-15,2,-75,5,-112xm237,-238v-4,-1,-7,1,-8,4r-2,178v-61,-57,-110,-128,-173,-184r2,208v3,0,8,1,8,-2r0,-182r166,184r7,0r0,-206","w":290},"o":{"d":"50,-49v-46,-36,-42,-134,-4,-181v47,-58,203,-61,232,15v31,31,19,99,7,142v-18,32,-53,73,-96,73v-62,0,-111,-8,-139,-49xm265,-136v0,-68,-45,-106,-111,-106v-70,0,-115,60,-99,132v9,41,52,74,102,74v61,0,108,-35,108,-100xm157,-233v67,0,111,54,95,124v-9,38,-50,67,-98,63v-52,-4,-96,-36,-91,-95v5,-54,41,-92,94,-92xm221,-137v0,-40,-28,-63,-66,-63v-37,0,-65,28,-59,68v4,28,34,51,61,55v35,-4,64,-22,64,-60","w":312,"k":{"w":27,"v":22,"a":35,"W":18,"V":30,"A":41}},"p":{"d":"213,-175v4,66,-46,88,-111,89v-9,24,-3,57,-2,86r-90,-4r5,-270v20,2,41,3,63,3v76,-3,131,26,135,96xm176,-158v14,-72,-55,-90,-125,-84r-1,210v17,-1,5,-53,7,-79v50,-7,109,2,119,-47xm169,-167v0,47,-58,47,-110,46r-1,-113v60,-1,111,5,111,67xm138,-173v0,-26,-20,-33,-42,-36v-3,16,-5,41,0,57v19,3,41,-1,42,-21","w":222,"k":{"a":54,"A":48}},"q":{"d":"202,-12v-119,42,-240,-78,-174,-204v40,-77,210,-74,253,4v22,41,25,121,-13,144v-9,21,17,33,22,53v7,8,17,14,16,29r-85,-6v-3,-11,-7,-20,-19,-20xm152,-246v-66,5,-111,38,-111,102v0,86,98,128,176,89v14,10,15,34,34,38v-7,-16,-21,-27,-26,-46v72,-56,31,-190,-73,-183xm50,-145v0,-62,43,-95,102,-95v57,0,102,37,102,95v0,58,-40,97,-101,97v-62,0,-103,-38,-103,-97xm212,-148v0,-38,-28,-61,-64,-62v-33,9,-67,24,-63,67v3,35,32,55,66,61v34,-6,61,-26,61,-66","w":313},"r":{"d":"17,-226v3,-13,-8,-39,9,-39v39,0,73,-9,113,-9v70,-2,118,47,104,117v-11,21,-32,37,-47,52v17,36,45,62,60,100v-21,8,-51,4,-76,3r-47,-62v-9,-8,-14,-27,-27,-22v-4,25,-4,55,-6,82r-84,0v-5,-54,5,-149,1,-222xm182,-137v48,-41,10,-121,-64,-109v-21,3,-42,3,-61,6r-2,199v0,3,6,7,9,4r0,-74r74,-2v20,28,35,58,60,82v2,0,5,1,6,-1r-58,-85v14,-5,25,-11,36,-20xm82,-119v-8,0,-15,0,-18,-4r3,-110v58,-6,131,-11,128,54v-2,53,-60,60,-113,60xm161,-185v-3,-25,-34,-39,-57,-28v2,25,-3,51,6,68v23,-5,48,-16,51,-40","w":268},"s":{"d":"42,-54v40,-58,-48,-91,-25,-154v10,-30,35,-53,56,-73r87,18r0,8v-25,19,-57,53,-39,93v14,30,47,66,27,108v-12,24,-27,49,-53,61v-28,-9,-58,-14,-81,-28v10,-10,20,-21,28,-33xm75,-167v-17,-34,23,-57,20,-76v-10,0,-11,9,-16,14v-7,12,-20,22,-19,42v6,53,71,108,15,151r4,4v56,-26,14,-99,-4,-135","w":174},"t":{"d":"37,-274v62,9,137,3,204,5v-1,31,-15,52,-18,81v-17,1,-31,-7,-51,-5v-5,61,-8,135,2,193r-97,0v-7,-50,15,-131,4,-197v-24,-5,-44,3,-70,2v8,-27,14,-55,26,-79xm77,-241v-8,4,-23,0,-22,12r64,2r0,194r12,0r0,-190r3,-4r57,0r10,-13","w":252},"u":{"d":"19,-271r88,-2v8,62,5,128,6,195v17,9,58,12,69,-3r19,-188v20,-7,49,-2,72,-4v7,42,-3,92,-2,142r3,123r-89,2v-5,-6,-1,-20,-9,-24v-23,7,-43,19,-63,30v-36,-6,-69,-20,-100,-30v4,-79,18,-162,6,-241xm225,-62v-54,5,-124,36,-158,-5r7,-171v0,-4,-9,-6,-11,-1r1,77v1,47,-24,114,31,121v40,5,78,-14,122,-12v7,1,8,16,16,7r0,-99v-2,-32,7,-68,4,-93r-5,-1r-6,74","w":289},"v":{"d":"189,-5v-21,10,-52,1,-77,4r-99,-264v22,-7,58,-7,91,-9r44,124v21,-34,28,-81,41,-123v30,-3,54,4,85,4r0,14xm72,-242v-3,-3,-10,0,-8,5r75,201r19,0r69,-193r0,-11r-8,0r-67,194r-4,0","w":287,"k":{"o":30,"a":71,"O":30,"A":63}},"w":{"d":"17,-267v27,-4,58,-5,87,-5v13,31,16,68,27,101v19,-27,24,-69,39,-100v13,-3,29,-2,46,-2v18,28,24,67,41,96r5,-4r17,-93v28,1,60,-3,84,3v-17,92,-42,172,-61,262v-9,10,-35,6,-53,5v-21,-38,-30,-79,-46,-120r-8,8r-36,113v-19,1,-46,8,-56,-6xm266,-69v-28,-54,-41,-118,-72,-168r-54,161r-6,7r-60,-172v-3,0,-7,-1,-8,1r70,200r51,-156r8,-17v29,56,49,116,76,173r50,-206r-6,0r-44,171","w":380,"k":{"o":22,"a":52}},"x":{"d":"163,-67v-18,19,-26,47,-43,67r-101,-19r84,-117v-5,-27,-26,-36,-40,-53v-16,-18,-35,-35,-48,-56r94,-29r53,72v30,-11,32,-51,53,-72r86,23v-1,32,-26,39,-37,61v-16,18,-31,35,-41,58r91,102v-25,17,-60,26,-94,29v-19,-22,-31,-51,-57,-66xm166,-146v-36,-20,-47,-65,-86,-83v-1,0,-1,1,-2,2v21,35,58,57,77,94r-70,88v-1,4,0,7,5,6v28,-28,48,-61,75,-88r69,83v4,4,7,4,14,4r-77,-95r67,-96","w":328},"y":{"d":"40,-12v28,-36,49,-79,69,-122r-1,-8v-35,-41,-68,-82,-95,-128r96,-3r39,53v15,-11,25,-33,29,-51r95,-1r-5,20r-117,252r-110,-4r0,-8xm105,-38r13,-2r100,-196v-22,-5,-20,27,-32,38v-8,17,-13,34,-25,47v-26,-28,-49,-59,-72,-89r-10,0v24,37,53,67,77,104","w":284,"k":{"a":94,"A":85}},"z":{"d":"130,-191v-37,-13,-80,3,-117,7v1,-31,3,-62,10,-88r184,1v26,0,51,-1,75,-3r0,11v-44,54,-83,115,-116,179v2,3,3,7,9,7r104,6r-11,67v-68,8,-161,-7,-244,0v3,-43,33,-61,51,-92v19,-32,39,-59,55,-95xm51,-234v-2,16,24,6,42,7r98,3r-80,133v-10,17,-20,34,-28,52r156,3r2,-10v-42,-6,-92,-1,-138,-4r111,-185v-54,1,-113,-5,-163,1","w":294},"{":{},"|":{},"}":{},"~":{},"\u2122":{"w":0},"\u2026":{"w":0},"\u2014":{"w":0},"\u201c":{"w":0},"\u201d":{"w":0},"\u2018":{"w":0},"\u2019":{"w":0},"\u00d7":{"w":0},"\u2013":{"w":0}}});jQuery(document).ready(function(){Cufon.replace('#comnums h3,.title h2,h2.pagetitle,h3.sidetitl,.mytext h2,.subscribe, .botbox h3',{fontFamily:'MankSans-Medium'});Cufon.replace('.blogname h1',{fontFamily:'African'});});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)}};