(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.copyArray=function(array){var l=array.length;var n=Array();for(var i=0;i<l;i++)
{n.push(array[i]);}
return n;}
jQuery.noConflict();var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})()};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),container,supported;el.type='text/css';el.media=media;container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);supported=!!(el.sheet||el.styleSheet);container.removeChild(el);return supported;}),supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(!hasOwnProperty(types,type)||types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false;}
if(foundAll)break;style=this.getStyle(search=search.parentNode);}
return types;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={},offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),textTransform:function(text,style){return text[{uppercase:'toUpperCase',lowercase:'toLowerCase'}[style.get('textTransform')]||'toString']();}};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all');var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var linkElements=elementsByTagName('link'),watch={stylesheet:1};function allStylesLoaded(){var sheet,i,link;for(i=0;link=linkElements[i];++i){if(link.disabled||!watch[link.rel.toLowerCase()]||!CSS.recognizesMedia(link.media||'screen'))continue;sheet=link.sheet||link.styleSheet;if(!sheet||sheet.disabled)return false;}
return true;}
DOM.ready(function(){if(complete||allStylesLoaded())perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face;this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX,box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>weight&&b>weight)?a<b:a>b:(a<weight&&b<weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this);}
function onEnterLeave(e){trigger(this);}
function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(el).options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){if(!style)style=CSS.getStyle(el);var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0,l=families.length;i<l;++i){family=families[i];if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},args,key;for(var i=0,l=arguments.length;args=arguments[i],i<l;++i){for(key in args){if(hasOwnProperty(args,key))merged[key]=args[key];}}
return merged;}
function process(font,text,style,options,node,el){var separate=options.separate;if(separate=='none')return engines[options.engine].apply(null,arguments);var fragment=document.createDocumentFragment(),processed;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var font,style,node,nodeType,nextNode,redraw;for(node=attach(el,options).firstChild;node;node=nextNode){nodeType=node.nodeType;nextNode=node.nextSibling;redraw=false;if(nodeType==1){if(!node.firstChild)continue;if(!/cufon/.test(node.className)){arguments.callee(node,options);continue;}
else redraw=true;}
else if(nodeType!=3)continue;if(!style)style=CSS.getStyle(el).extend(options);if(!font)font=getFont(el,style);if(!font)continue;if(redraw){engines[options.engine](font,null,style,options,node,el);continue;}
var text=node.data;if(text==='')continue;var processed=process(font,text,style,options,node,el);if(processed)node.parentNode.replaceChild(processed,node);else node.parentNode.removeChild(node);}}
function track(el,options){jQuery(el).hover(function(){setTimeout(function(){replaceElement(el,options);},0);},function(){setTimeout(function(){replaceElement(el,options);},0);});}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=[];var engines={},fonts={},defaultOptions={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:function(query){return jQuery(query);},separate:'words',textShadow:'none'};var separators={words:/\s+/,characters:''};api.now=function(){DOM.ready();return api;};api.refresh=function(){var currentHistory=replaceHistory.splice(0,replaceHistory.length);for(var i=0,l=currentHistory.length;i<l;++i){api.replace.apply(null,currentHistory[i]);}
return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(typeof options.textShadow=='string')
options.textShadow=CSS.textShadow(options.textShadow);if(typeof options.color=='string'&&/^-/.test(options.color))
options.textGradient=CSS.gradient(options.color);if(!ignoreHistory)replaceHistory.push(arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else{replaceElement(el,options);track(el,options);}}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode('.cufon-canvas{text-indent:0}'+'@media screen,projection{'+'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle'+
(HAS_BROKEN_LINEHEIGHT?'':';font-size:1px;line-height:1px')+'}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}'+
(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative}':'.cufon-canvas canvas{position:absolute}')+'}'+'@media print{'+'.cufon-canvas{padding:0 !important}'+'.cufon-canvas canvas{display:none}'+'.cufon-canvas .cufon-alt{display:inline}'+'}'));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(redraw?node.alt:text,style).split('');var width=0,lastWidth=null;for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;width+=lastWidth=Number(glyph.w||font.w)+letterSpacing;}
if(lastWidth===null)return null;expandRight+=(viewBox.width-lastWidth);expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;canvas.width=Math.ceil(size.convert(width*roundingFactor+expandRight-expandLeft));canvas.height=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.ceil(size.convert(width*roundingFactor))+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.lineWidth=font.face['underline-thickness'];g.save();function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke();}
var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline);g.fillStyle=style.get('color');function renderText(){g.scale(roundingFactor,1);for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(Number(glyph.w||font.w)+letterSpacing,0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
renderText();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper;};})());Cufon.registerEngine('vml',(function(){if(!document.namespaces)return;if(document.namespaces.cvml==null){document.namespaces.add('cvml','urn:schemas-microsoft-com:vml');}
var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;document.write('<style type="text/css">'+'.cufon-vml-canvas{text-indent:0}'+'@media screen{'+'cvml\\:shape,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:middle}'+'.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}'+'a .cufon-vml{cursor:pointer}'+'}'+'@media print{'+'.cufon-vml *{display:none}'+'.cufon-vml .cufon-alt{display:inline}'+'}'+'</style>');function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value;var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing));}
var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var width=0,offsetX=0,advance=null;var glyph,shape,shadows=options.textShadow;for(var i=0,k=0,l=chars.length;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(glyph)width+=advance=~~(glyph.w||font.w)+letterSpacing;}
if(advance===null)return null;var fullWidth=-minX+width+(viewBox.width-advance);var shapeWidth=size.convert(fullWidth*roundingFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);for(i=0;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(redraw){shape=canvas.childNodes[k];if(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=~~(glyph.w||font.w)+letterSpacing;++k;}
wStyle.width=Math.max(Math.ceil(size.convert(width*roundingFactor)),0);return wrapper;};})());Cufon.registerFont({"w":195,"face":{"font-family":"Barmeno","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-42 -314 298 90","underline-thickness":"18","underline-position":"-36","stemh":"50","stemv":"64","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97},"!":{"d":"100,-244r-23,140v-1,8,-2,9,-9,9r-18,0v-7,0,-8,-3,-9,-9r-21,-140v-1,-9,2,-10,9,-10r63,0v10,0,8,7,8,10xm95,-33v-1,17,-14,35,-36,35v-22,0,-37,-17,-37,-36v0,-23,20,-37,36,-37v19,0,37,16,37,38","w":105},"\"":{"d":"134,-241r-19,94r-11,0r-20,-90v0,-3,-1,-6,-1,-9v0,-14,12,-24,27,-24v13,0,24,9,24,23r0,6xm59,-241r-19,94r-12,0r-19,-90v0,-3,-1,-6,-1,-9v0,-16,15,-24,27,-24v14,0,24,9,24,23r0,6","w":142},"#":{"d":"201,-112r0,45r-42,0r-9,67r-45,0r9,-67r-35,0r-10,67r-44,0r9,-67r-34,0r0,-45r40,0r5,-34r-36,0r0,-44r42,0r9,-64r45,0r-9,64r36,0r8,-64r45,0r-8,64r33,0r0,44r-39,0r-5,34r35,0xm85,-112r36,0r4,-34r-35,0","w":209},"$":{"d":"112,-217r0,59v24,9,46,16,62,33v12,13,19,32,19,52v0,19,-7,39,-20,52v-19,22,-44,25,-61,27r0,22v0,3,-1,7,-6,7r-10,0v-6,0,-6,-3,-6,-7r0,-22v-62,-6,-79,-45,-79,-64v0,-17,11,-30,27,-30v19,0,26,14,32,25v10,17,13,20,20,24r0,-59v-22,-6,-44,-14,-59,-32v-12,-14,-19,-33,-19,-53v0,-45,34,-73,78,-75r0,-24v0,-5,0,-6,16,-6v5,0,6,2,6,6r0,24v50,3,73,33,73,56v0,22,-17,28,-27,28v-15,0,-20,-9,-26,-19v-8,-16,-10,-20,-20,-24xm112,-90r0,53v5,0,24,-2,24,-25v0,-20,-16,-25,-24,-28xm90,-164r0,-56v-12,0,-22,10,-22,27v0,22,15,27,22,29","w":202},"%":{"d":"113,-173v0,71,-34,82,-53,82v-20,0,-39,-13,-47,-40v-5,-16,-6,-31,-6,-47v0,-16,2,-43,17,-62v11,-15,24,-18,36,-18v20,0,30,11,34,14v19,22,19,58,19,71xm71,-180v-1,-47,-4,-53,-11,-53v-5,0,-7,5,-7,7v-4,9,-4,34,-4,45v0,12,0,37,3,48v0,3,2,11,8,11v8,0,11,-6,11,-58xm278,-78v0,71,-34,82,-52,82v-22,0,-40,-13,-49,-40v-4,-15,-5,-31,-5,-46v0,-17,2,-44,17,-63v11,-14,24,-18,36,-18v20,0,31,11,34,15v19,21,19,57,19,70xm236,-85v-1,-47,-4,-52,-11,-52v-5,0,-7,5,-8,6v-3,10,-3,35,-3,46v0,11,0,36,3,48v0,2,2,10,9,10v7,0,11,-6,10,-58xm219,-242r-123,234v-3,7,-5,8,-10,8r-18,0v-2,0,-6,0,-6,-4v0,-2,1,-4,4,-9r122,-233v2,-5,4,-7,9,-8v1,-1,17,-1,19,-1v6,0,6,5,6,6v0,1,0,2,-3,7","w":285},"&":{"d":"163,-10r-18,-25v-8,12,-28,40,-69,40v-47,0,-68,-34,-68,-64v0,-39,27,-57,62,-80v-18,-27,-27,-41,-27,-63v0,-44,44,-58,77,-58v36,0,70,15,70,53v0,28,-17,43,-46,64r19,26v8,-10,27,-36,58,-36v30,0,30,25,30,27v0,14,-12,25,-26,25v-3,0,-12,-1,-14,-1v-7,0,-18,2,-27,13r58,75v4,5,5,5,5,8v0,6,-7,6,-9,6r-55,0v-12,0,-13,0,-20,-10xm124,-63r-32,-45v-6,4,-18,12,-18,28v0,17,14,28,28,28v2,0,14,0,22,-11xm122,-171v6,-4,17,-13,17,-28v0,-14,-9,-23,-18,-23v-11,0,-17,9,-17,18v0,11,10,24,18,33","w":247},"(":{"d":"116,-292v-11,17,-18,31,-25,52v-11,35,-15,71,-15,108v0,25,2,56,7,82v8,46,22,68,30,81v8,12,9,13,9,18v0,5,-5,11,-11,11v-14,0,-43,-25,-60,-47v-27,-36,-41,-79,-41,-142v0,-48,11,-96,40,-136v11,-15,42,-49,60,-49v9,0,10,7,10,10v0,4,-2,8,-4,12","w":119},")":{"d":"4,38v11,-17,18,-31,25,-52v11,-35,16,-72,16,-108v0,-26,-3,-57,-8,-82v-8,-46,-22,-68,-30,-81v-8,-12,-9,-14,-9,-18v0,-6,5,-11,11,-11v14,0,43,25,60,47v27,35,41,78,41,141v0,49,-11,97,-39,136v-12,16,-43,49,-61,49v-9,0,-10,-6,-10,-9v0,-4,2,-9,4,-12","w":119},"*":{"d":"46,-208v2,-4,4,-9,4,-12v0,-4,-3,-7,-7,-7v-3,0,-5,3,-10,11v-5,10,-7,16,-16,16v-8,0,-12,-7,-12,-20v0,-13,11,-14,16,-15v15,-1,19,-1,19,-7v0,-7,-6,-7,-15,-8v-11,-1,-20,-2,-20,-16v0,-7,0,-18,12,-18v7,0,10,4,14,11v4,7,9,16,14,16v3,0,5,-4,5,-9v0,-5,-1,-9,-3,-14v-4,-9,-4,-14,-4,-16v0,-8,5,-15,14,-15v8,0,13,8,13,16v0,5,-2,9,-3,14v-1,3,-4,9,-4,15v0,5,1,9,6,9v4,0,5,-2,13,-15v4,-7,7,-12,13,-12v8,0,12,8,12,18v0,16,-11,16,-19,17v-6,0,-16,0,-16,7v0,7,6,7,16,7v8,1,19,1,19,19v0,5,-3,17,-13,17v-8,0,-10,-7,-12,-11v-2,-5,-7,-17,-14,-17v-3,0,-5,3,-5,7v0,3,1,8,2,11v3,10,4,15,4,19v0,6,-4,16,-14,16v-9,0,-13,-8,-13,-16v0,-6,2,-10,4,-18","w":112},"+":{"d":"168,-128r0,46r-55,0r0,56r-46,0r0,-56r-55,0r0,-46r55,0r0,-56r46,0r0,56r55,0","w":180},",":{"d":"20,-15v-5,-6,-8,-11,-8,-21v0,-24,20,-35,35,-35v17,1,36,15,36,45v0,47,-41,89,-63,89v-7,0,-13,-5,-13,-12v0,-5,1,-7,11,-20v3,-5,10,-17,10,-26v0,-8,-3,-12,-8,-20","w":90},"-":{"d":"94,-117r0,33v0,6,-1,8,-7,8r-69,0v-7,0,-8,-3,-8,-8r0,-32v0,-5,2,-7,8,-7r68,0v6,0,8,0,8,6","w":105},".":{"d":"80,-33v-1,17,-13,35,-35,35v-21,0,-35,-17,-35,-36v0,-23,20,-37,35,-37v18,0,35,16,35,38","w":90},"\/":{"d":"175,-290r-129,340v-2,4,-3,7,-6,7v-2,0,-3,-1,-5,-2r-25,-9v-3,-1,-6,-3,-6,-6v0,-2,0,-4,1,-7r130,-336v2,-6,4,-8,7,-8v2,0,4,1,6,1r22,9v3,1,6,3,6,7v0,1,0,2,-1,4","w":180},"0":{"d":"182,-125v0,22,-2,45,-9,68v-7,22,-27,63,-74,63v-33,0,-64,-19,-77,-64v-8,-24,-9,-49,-9,-74v0,-26,2,-69,27,-100v14,-17,32,-29,58,-29v20,0,40,9,53,24v31,34,31,92,31,112xm114,-136v0,-10,0,-56,-5,-71v-4,-12,-10,-12,-12,-12v-8,0,-10,7,-11,10v-5,15,-5,55,-5,73v0,14,0,35,1,55v1,15,2,39,16,39v14,0,15,-21,16,-37v1,-24,1,-39,0,-57"},"1":{"d":"82,-8r0,-171v-17,3,-36,5,-47,5v-23,0,-23,-15,-23,-17v0,-11,9,-14,15,-16v26,-9,51,-18,82,-39v12,-9,17,-13,27,-13v18,0,18,16,18,22r0,227v0,7,-3,10,-9,10r-54,0v-3,0,-9,0,-9,-8"},"2":{"d":"148,-123r-45,58r67,0v7,0,10,2,10,9r0,47v0,6,-2,9,-9,9r-150,0v-4,0,-15,-1,-15,-14v0,-6,3,-10,8,-17r69,-94v20,-25,26,-33,26,-47v0,-16,-10,-31,-29,-31v-21,0,-26,15,-30,23v-2,8,-6,18,-20,18v-13,0,-21,-9,-21,-28v0,-35,30,-71,86,-71v59,0,84,38,84,69v0,27,-16,49,-31,69"},"3":{"d":"140,-145v9,5,41,23,41,72v0,38,-24,80,-95,80v-51,0,-80,-29,-80,-57v0,-18,13,-32,29,-32v15,0,22,10,26,14v14,21,19,27,32,27v11,0,20,-6,20,-19v0,-26,-28,-40,-41,-45v-16,-7,-22,-10,-22,-20v0,-9,7,-13,13,-16v24,-11,40,-18,40,-39v0,-24,-18,-29,-28,-29v-13,0,-21,10,-25,17v-6,8,-11,14,-20,14v-11,0,-20,-9,-20,-23v0,-16,16,-60,81,-60v80,0,80,59,80,66v0,30,-22,44,-31,50"},"4":{"d":"177,-81r0,26v0,2,0,6,-4,6r-15,0r0,41v0,4,0,10,-9,10r-49,0v-7,0,-9,-3,-9,-8r0,-43r-67,0v-5,0,-24,0,-24,-20v0,-8,4,-15,10,-24r102,-151v5,-7,11,-15,26,-15v20,0,20,16,20,20r0,152v19,0,19,0,19,6xm53,-87r41,0r0,-65"},"5":{"d":"161,-192r-93,0r-4,36v8,-2,23,-5,39,-5v40,0,81,24,81,85v0,28,-13,82,-92,82v-63,0,-84,-33,-84,-56v0,-23,17,-32,31,-32v14,0,21,10,25,14v14,21,18,27,31,27v7,0,10,-1,13,-3v5,-4,9,-11,9,-21v0,-33,-30,-45,-55,-45v-3,0,-19,2,-22,2v-12,0,-21,-6,-21,-20v0,-2,0,-5,1,-10r10,-108v0,-7,2,-8,9,-9r122,0v6,0,8,2,8,8r0,46v0,7,-1,9,-8,9"},"6":{"d":"80,-143v6,-4,18,-10,38,-10v36,0,68,26,68,78v0,51,-36,81,-87,81v-22,0,-45,-7,-61,-23v-20,-19,-29,-48,-29,-86v0,-110,88,-158,136,-158v19,0,25,10,25,19v0,11,-8,15,-14,17v-15,6,-21,9,-29,13v-40,23,-45,56,-47,69xm76,-108v-1,5,-1,8,-1,13v0,4,0,54,27,54v10,0,20,-8,20,-25v0,-20,-8,-45,-30,-45v-8,0,-13,2,-16,3"},"7":{"d":"34,-23r79,-169r-90,0v-8,0,-10,-2,-10,-9r0,-44v0,-8,4,-9,11,-9r144,0v5,0,19,0,19,15v0,4,-1,6,-7,19v-53,111,-62,169,-67,201v-2,13,-4,19,-16,19r-53,0v-7,0,-14,-1,-14,-10v0,-3,1,-7,4,-13"},"8":{"d":"141,-141v21,16,45,35,45,72v0,22,-10,75,-90,75v-14,0,-41,-1,-63,-17v-15,-12,-24,-30,-24,-50v0,-34,22,-52,41,-66v-24,-21,-33,-40,-33,-65v0,-37,24,-69,83,-69v50,0,78,23,78,60v0,30,-18,44,-37,60xm85,-102v-14,12,-17,24,-17,31v0,15,13,30,29,30v12,0,23,-7,23,-21v0,-18,-19,-31,-35,-40xm107,-165v4,-2,16,-10,16,-29v0,-18,-14,-27,-26,-27v-11,0,-23,6,-23,21v0,7,1,18,33,35"},"9":{"d":"114,-116v-7,5,-19,12,-40,12v-47,0,-68,-40,-68,-78v0,-35,22,-79,90,-79v13,0,36,1,57,18v21,16,33,41,33,82v0,42,-9,67,-18,85v-12,23,-32,46,-54,61v-35,22,-70,22,-71,22v-23,0,-23,-18,-23,-19v0,-12,10,-16,20,-20v38,-15,67,-33,74,-84xm120,-152r0,-7v0,-25,-4,-60,-29,-60v-16,0,-21,15,-21,26v0,8,2,43,33,43v8,0,14,-1,17,-2"},":":{"d":"95,-33v-1,17,-13,35,-35,35v-21,0,-35,-17,-35,-36v0,-23,20,-37,35,-37v18,0,35,16,35,38xm95,-139v-1,18,-13,36,-35,36v-21,0,-35,-18,-35,-37v0,-22,19,-36,35,-36v18,0,35,16,35,37","w":105},";":{"d":"34,-15v-4,-6,-7,-11,-7,-21v0,-24,20,-35,35,-35v17,1,36,15,36,45v0,47,-41,89,-63,89v-7,0,-13,-5,-13,-12v0,-5,1,-7,10,-20v4,-5,11,-17,11,-26v0,-8,-3,-12,-9,-20xm98,-139v-1,17,-13,36,-35,36v-22,0,-36,-18,-36,-37v0,-22,19,-36,35,-36v19,0,36,17,36,37","w":105},"<":{"d":"180,-75r0,50r-180,-79r0,-45r180,-81r0,50r-118,54","w":180},"=":{"d":"180,-90r0,46r-180,0r0,-46r180,0xm180,-165r0,46r-180,0r0,-46r180,0","w":180},">":{"d":"180,-104r-180,79r0,-50r118,-51r-118,-54r0,-49r180,80r0,45","w":180},"?":{"d":"67,-104r-7,-40v-1,-3,-1,-4,-1,-6v0,-11,8,-15,13,-18v12,-7,27,-14,27,-33v0,-11,-9,-19,-18,-19v-10,0,-14,8,-16,14v-4,11,-10,26,-28,26v-23,0,-29,-19,-29,-30v0,-23,21,-51,82,-51v16,0,32,2,46,10v18,9,26,26,26,41v0,25,-18,38,-36,52v-15,12,-17,16,-22,45v-2,16,-2,18,-11,18r-20,0v-4,-1,-5,-2,-6,-9xm121,-33v-1,17,-14,35,-36,35v-22,0,-36,-17,-36,-37v0,-22,19,-36,36,-36v19,0,36,17,36,38","w":164},"@":{"d":"280,-36r17,22v-24,22,-64,59,-133,59v-51,0,-139,-27,-139,-130v0,-93,71,-171,165,-171v77,0,108,54,108,104v0,67,-42,128,-86,128v-10,0,-22,-4,-27,-12v-4,-5,-5,-9,-6,-13v-6,8,-20,25,-45,25v-21,0,-50,-14,-50,-61v0,-50,32,-104,79,-104v22,0,31,14,37,22r4,-14r32,0r-12,57v-3,13,-10,47,-10,60v0,5,3,10,7,10v15,0,46,-42,46,-97v0,-56,-41,-77,-81,-77v-67,0,-132,63,-132,143v0,76,62,101,109,101v62,0,100,-36,117,-52xm188,-126v0,-24,-16,-31,-24,-31v-25,0,-43,39,-43,71v0,20,11,30,23,30v23,0,45,-37,44,-70","w":322},"A":{"d":"138,-9r-8,-29r-64,0r-8,29v-1,6,-3,9,-12,9r-37,0v-5,0,-9,-1,-9,-6v0,-2,3,-9,3,-10r77,-229v2,-7,5,-9,12,-9r35,0v9,0,11,2,13,9r77,233v0,1,1,3,1,5v0,7,-6,7,-10,7r-59,0v-8,0,-10,-2,-11,-9xm78,-78r40,0r-21,-77","w":217},"B":{"d":"15,-19r0,-215v0,-8,0,-14,8,-17v9,-4,35,-7,64,-7v36,0,62,3,81,14v18,10,30,27,30,51v0,26,-15,44,-38,55v-2,1,-5,2,-7,3v2,1,4,1,7,2v31,9,46,36,46,64v0,28,-17,51,-44,63v-20,8,-44,9,-69,9v-29,0,-56,-2,-66,-4v-11,-3,-12,-8,-12,-18xm90,-215r0,65v34,2,36,-21,36,-34v0,-9,-3,-17,-5,-21v-5,-7,-11,-10,-22,-10r-9,0xm90,-114r0,70v6,1,9,1,10,1v22,0,30,-13,30,-32v0,-22,-8,-40,-34,-40v-3,0,-5,1,-6,1","w":209},"C":{"d":"146,-188v-3,-5,-6,-9,-9,-13v-6,-9,-11,-15,-20,-15v-20,0,-28,33,-28,66v0,32,5,60,19,79v10,13,23,18,34,18v13,0,20,-6,27,-11v8,-7,10,-8,15,-8v10,0,19,8,19,20v0,20,-24,58,-81,58v-85,0,-113,-69,-113,-134v0,-91,59,-133,113,-133v58,0,81,36,81,57v0,16,-12,29,-32,29v-12,0,-19,-4,-25,-13","w":209},"D":{"d":"14,-19r0,-218v0,-9,4,-11,8,-13v9,-4,41,-8,65,-8v16,0,63,1,95,32v15,14,34,44,34,100v0,35,-9,63,-22,82v-33,45,-91,48,-114,48v-18,0,-44,-2,-57,-7v-8,-3,-9,-7,-9,-16xm90,-211r0,165v36,0,48,-19,48,-77v0,-61,-10,-92,-48,-88","w":225},"E":{"d":"143,-105r-53,0r0,53r64,0v7,0,11,1,11,10r0,32v0,8,-3,10,-11,10r-128,0v-9,0,-12,-3,-12,-11r0,-232v1,-8,4,-11,12,-11r128,0v7,0,11,0,11,9r0,32v0,9,-4,10,-11,10r-64,0r0,48r52,0v7,0,12,1,12,10r0,30v0,9,-4,10,-11,10","w":172},"F":{"d":"137,-105r-47,0r0,95v0,9,-3,10,-9,10r-56,0v-9,0,-10,-3,-11,-11r0,-235v1,-7,3,-9,9,-9r125,0v6,0,11,1,11,9r0,33v0,5,-2,9,-9,9r-60,0r0,49r46,0v8,-1,11,1,11,8r0,32v0,8,-4,10,-10,10","w":157},"G":{"d":"143,-68r0,-32r-19,0v-8,0,-11,-2,-11,-10r0,-27v0,-7,3,-9,10,-9r79,0v9,0,10,3,10,11r0,92v0,8,0,14,-9,23v-20,20,-49,26,-77,26v-22,0,-37,-2,-50,-7v-54,-22,-67,-80,-67,-124v0,-72,37,-136,118,-136v69,0,85,41,85,57v0,16,-13,29,-32,29v-17,0,-23,-9,-28,-16v-10,-18,-14,-25,-27,-25v-9,0,-17,3,-22,10v-7,11,-13,39,-13,72v0,76,25,88,38,88v14,0,15,-12,15,-22","w":225},"H":{"d":"134,-10r0,-95r-44,0r0,95v0,8,-2,10,-9,10r-56,0v-7,0,-11,-1,-11,-10r0,-234v0,-7,3,-10,10,-10r56,0v6,0,10,1,10,10r0,90r44,0r0,-90v0,-7,1,-10,9,-10r58,0v7,0,10,1,10,9r0,235v0,8,-3,10,-10,10r-57,0v-9,0,-10,-3,-10,-10","w":225},"I":{"d":"91,-245r0,235v0,10,-6,10,-10,10r-57,0v-6,0,-10,-1,-10,-10r0,-235v0,-8,3,-9,10,-9r58,0v8,-1,9,3,9,9","w":105},"J":{"d":"91,-244r0,210v0,22,-1,57,-29,89v-10,11,-31,30,-70,30v-12,0,-34,-2,-34,-19v0,-3,1,-12,11,-15v30,-11,44,-16,45,-74r0,-221v0,-6,1,-11,10,-10r56,0v7,0,11,1,11,10","w":105},"K":{"d":"204,-240r-61,93r70,131v3,4,4,7,4,9v0,6,-5,7,-10,7r-60,0v-9,0,-11,-1,-15,-9r-44,-98r0,96v0,6,-1,11,-10,11r-54,0v-4,0,-10,0,-10,-9r0,-235v0,-7,2,-10,10,-10r54,0v7,0,10,2,10,8r0,90r52,-90v5,-7,5,-8,13,-8r46,0v4,0,8,1,8,6v0,2,0,3,-3,8","w":209},"L":{"d":"90,-246r0,194r55,0v5,0,9,0,9,8r0,35v0,8,-4,9,-9,9r-121,0v-7,0,-9,-1,-10,-9r0,-237v1,-8,6,-8,10,-8r56,0v6,0,10,1,10,8","w":157},"M":{"d":"194,-11r0,-128r-48,128v-5,11,-6,12,-15,12v-8,0,-10,-1,-14,-11r-48,-129r0,128v0,8,-2,11,-10,11r-35,0v-8,0,-9,-3,-10,-11r0,-234v0,-9,7,-9,10,-9r55,0v9,0,11,1,14,10r46,118r47,-120v3,-7,5,-8,12,-8r55,0v7,0,10,1,10,9r0,235v1,9,-4,10,-11,10r-47,0v-8,0,-11,-3,-11,-11","w":277},"N":{"d":"82,-244r64,107r0,-109v0,-7,3,-8,10,-8r37,0v6,0,10,1,10,9r0,235v0,7,-2,10,-9,10r-31,0v-10,0,-11,-2,-16,-10r-76,-127r0,127v0,7,-2,10,-8,10r-38,0v-7,0,-10,-1,-10,-9r0,-235v0,-6,1,-11,9,-10r42,0v9,0,12,2,16,10","w":217},"O":{"d":"224,-132v3,97,-52,138,-108,138v-66,0,-107,-52,-107,-134v0,-85,47,-133,109,-133v58,0,102,45,106,129xm146,-132v0,-20,-1,-40,-7,-60v-3,-5,-7,-19,-23,-19v-13,0,-29,9,-29,80v0,46,6,83,30,83v17,0,23,-20,24,-25v5,-19,6,-39,5,-59","w":232},"P":{"d":"14,-10r0,-227v0,-3,0,-9,4,-12v8,-7,58,-8,71,-8v52,0,114,9,114,82v0,60,-44,82,-92,82r-21,0r0,84v0,8,-3,9,-10,9r-56,0v-8,0,-10,-3,-10,-10xm90,-213r0,76v2,0,6,1,8,1v28,0,28,-30,28,-38v0,-11,-1,-39,-30,-39r-6,0","w":202},"Q":{"d":"159,0v9,24,29,41,58,51v11,4,19,7,19,19v0,7,-5,17,-20,17v-28,0,-80,-22,-107,-52v-11,-13,-15,-22,-17,-29v-63,-16,-83,-75,-83,-130v0,-39,8,-75,30,-102v19,-21,47,-35,78,-35v33,0,59,14,77,37v25,30,29,70,29,99v0,84,-41,111,-64,125xm145,-129v0,-33,-3,-52,-8,-65v-2,-5,-7,-17,-21,-17v-14,0,-19,12,-21,17v-8,20,-8,62,-8,68v0,66,11,87,29,87v29,0,30,-63,29,-90","w":232},"R":{"d":"14,-10r0,-229v1,-8,1,-11,8,-13v9,-3,39,-6,64,-6v28,0,85,1,106,46v5,11,6,23,6,32v0,43,-32,61,-42,67r55,98v2,4,3,6,3,8v0,6,-4,7,-9,7r-57,0v-10,0,-12,-1,-16,-10r-38,-83v-1,-1,-2,-3,-3,-3v-2,0,-2,1,-2,6r0,80v0,9,-4,10,-11,10r-54,0v-8,0,-10,-3,-10,-10xm89,-214r0,84v35,3,35,-28,35,-38v0,-35,-10,-47,-35,-46","w":209},"S":{"d":"78,-98r-20,-12v-28,-17,-47,-40,-47,-74v0,-54,39,-77,84,-77v68,0,85,41,85,57v0,17,-14,29,-32,29v-18,0,-24,-10,-31,-23v-5,-9,-12,-20,-23,-20v-9,0,-14,7,-14,18v0,16,7,20,42,40v32,18,65,37,65,87v0,67,-56,79,-91,79v-63,0,-88,-39,-88,-68v0,-23,19,-31,32,-31v22,0,31,18,38,32v4,11,11,20,23,20v7,0,15,-5,15,-16v0,-9,-3,-18,-18,-28v-3,-2,-17,-10,-20,-13"},"T":{"d":"163,-204r-38,0r0,193v0,7,-3,11,-10,11r-56,0v-9,0,-11,-3,-11,-12r0,-192r-37,0v-9,0,-11,-2,-11,-10r0,-31v0,-8,5,-10,11,-10r151,0v7,0,10,2,10,9r0,32v0,4,0,10,-9,10","w":172},"U":{"d":"193,-245r0,167v0,15,-1,30,-7,43v-9,21,-35,41,-85,41v-44,0,-71,-16,-82,-34v-5,-9,-9,-21,-9,-47r0,-170v0,-6,2,-9,9,-9r58,0v8,0,10,2,10,10r0,160v0,18,0,31,25,31v20,0,20,-15,20,-32r0,-159v0,-8,3,-10,9,-10r41,0v8,0,11,1,11,9","w":202},"V":{"d":"81,-244r28,120r34,-122v2,-7,4,-8,12,-8r38,0v5,-1,10,1,10,7v0,1,-1,3,-2,7r-72,229v-3,9,-4,11,-13,11r-30,0v-8,0,-9,-1,-12,-8r-73,-234v-1,-4,-1,-5,-1,-7v0,-6,6,-5,9,-5r59,0v8,0,10,1,13,10","w":202},"W":{"d":"172,-9r-29,-104r-28,104v-2,8,-4,9,-12,9r-27,0v-9,0,-12,-1,-14,-9r-61,-233v-1,-2,-1,-4,-1,-6v0,-6,6,-6,9,-6r55,0v8,0,11,0,12,9r23,116r34,-117v2,-7,3,-8,9,-8r19,0v6,0,7,1,10,9r31,116r22,-114v2,-8,4,-12,11,-11r41,0v4,0,9,0,9,6v0,1,0,4,-1,6r-58,232v-2,8,-5,10,-11,10r-30,0v-7,0,-10,-1,-13,-9","w":285},"X":{"d":"112,-10r-21,-50r-24,52v-4,6,-6,8,-14,8r-43,0v-4,0,-10,0,-10,-6v0,-2,0,-3,4,-11r57,-106r-53,-118v-1,-2,-2,-4,-2,-6v0,-7,7,-7,11,-7r51,0v9,-1,12,3,16,10r20,45r22,-45v5,-8,6,-10,16,-10r36,0v3,0,10,-1,10,7v0,3,-2,5,-3,8r-51,100r59,126v1,2,2,4,2,7v0,5,-5,6,-10,6r-57,0v-9,0,-12,-2,-16,-10"},"Y":{"d":"192,-241r-56,131r0,102v0,8,-5,8,-9,8r-59,0v-6,0,-10,-1,-10,-9r0,-103r-55,-128v-2,-4,-2,-6,-2,-8v0,-5,4,-7,9,-6r62,0v7,0,10,1,13,9r22,66r25,-65v3,-8,6,-11,13,-10r40,0v4,0,9,-1,9,6v0,2,-1,4,-2,7"},"Z":{"d":"172,-240r-69,188r60,0v6,0,9,1,9,7r0,37v0,7,-3,8,-9,8r-150,0v-3,0,-10,0,-10,-6v0,-1,1,-2,2,-6r72,-192r-56,0v-6,0,-8,-2,-8,-8r0,-34v0,-8,6,-8,9,-8r141,0v6,0,11,0,11,6v0,2,0,4,-2,8","w":180},"[":{"d":"69,-276r0,297r28,0v2,0,7,0,7,5v1,0,1,11,1,18v0,6,-6,6,-9,6r-74,0v-4,0,-8,0,-8,-7r0,-341v1,-5,2,-7,8,-7r74,0v4,0,9,0,9,6v0,23,0,23,-9,23r-27,0","w":105},"\\":{"d":"170,46r-25,9v-2,1,-3,2,-5,2v-3,0,-4,-3,-6,-7r-129,-340v-1,-2,-1,-3,-1,-4v0,-4,3,-6,6,-7r22,-9v2,0,4,-1,6,-1v3,0,5,2,7,8r130,336v1,3,1,5,1,7v0,3,-3,5,-6,6","w":180},"]":{"d":"36,21r0,-297r-28,0v-3,0,-7,0,-8,-4r0,-18v0,-7,6,-7,8,-7r74,0v5,0,8,1,8,8r0,340v0,6,-2,7,-8,7r-74,0v-3,0,-8,0,-8,-6v0,-22,0,-23,8,-23r28,0","w":105},"^":{"d":"152,-254r69,142r-49,0r-40,-83r-42,83r-49,0r73,-142r38,0","w":262},"_":{"d":"184,27r0,18r-188,0r0,-18r188,0","w":180},"a":{"d":"160,-139r0,100v0,8,0,17,-5,24v-2,3,-19,20,-69,20v-32,0,-83,-5,-83,-54v0,-53,61,-62,93,-67r0,-19v0,-8,0,-21,-12,-21v-10,0,-13,7,-15,13v-5,13,-9,23,-28,23v-21,0,-30,-14,-30,-27v0,-15,11,-28,30,-36v18,-8,38,-9,58,-9v22,0,42,3,54,21v7,11,7,22,7,32xm96,-51r0,-36v-11,2,-16,4,-20,11v-6,8,-7,20,-7,24v0,12,5,22,15,22v12,0,12,-12,12,-21","w":172},"b":{"d":"81,-267r0,93v8,-7,20,-18,42,-18v41,0,57,40,57,84v0,22,-4,46,-13,64v-22,49,-67,49,-80,49v-15,0,-32,-2,-45,-7v-29,-11,-29,-26,-30,-44r0,-220v0,-7,2,-9,10,-9r49,0v6,0,10,0,10,8xm81,-145r0,87v0,13,0,22,10,22v18,0,19,-42,19,-58v0,-48,-12,-52,-22,-52v-3,0,-5,1,-7,1","w":187},"c":{"d":"99,-129v-4,-12,-8,-20,-17,-20v-11,0,-17,16,-17,34v0,21,11,57,35,57v13,0,19,-9,23,-14v4,-6,7,-11,14,-11v10,0,14,10,14,20v0,28,-17,68,-68,68v-60,0,-75,-61,-75,-97v0,-14,3,-56,30,-81v12,-11,29,-19,55,-19v44,0,58,30,58,48v0,18,-12,32,-28,32v-7,0,-19,-3,-24,-17","w":157},"d":{"d":"174,-267r0,228v-1,13,-1,23,-13,30v-8,5,-34,14,-64,14v-66,0,-89,-41,-89,-94v0,-58,29,-104,74,-104v10,0,15,2,22,5r0,-78v0,-9,6,-9,11,-9r48,0v7,0,11,1,11,8xm104,-55r0,-101v-1,-1,-3,-1,-5,-1v-19,0,-21,44,-21,59v0,19,4,61,18,61v8,0,8,-8,8,-18","w":187},"e":{"d":"147,-97r-81,13v6,25,31,30,43,30v14,0,21,-5,26,-9v8,-8,11,-10,17,-10v7,0,13,6,13,16v0,11,-12,63,-69,63v-15,0,-42,-3,-60,-21v-6,-6,-28,-30,-28,-80v0,-71,46,-97,85,-97v57,0,72,55,72,74v0,19,-11,20,-18,21xm61,-117r38,-6v-1,-10,-3,-29,-18,-29v-16,0,-20,18,-20,35","w":172},"f":{"d":"110,-159r-22,0r0,148v0,6,-1,11,-8,11r-51,0v-7,0,-10,-1,-10,-10r0,-149r-17,0v-6,0,-7,-2,-8,-6v0,-21,0,-21,8,-21r17,0v1,-16,2,-41,16,-62v11,-18,32,-32,57,-32v25,0,33,14,33,28v0,17,-14,23,-22,23v-6,0,-14,-4,-20,-4v-8,0,-13,7,-13,14v0,6,2,13,18,33r21,0v5,0,8,0,8,5r0,18v-1,4,-3,4,-7,4","w":112},"g":{"d":"185,-158r-24,8v2,7,4,14,4,26v0,43,-39,62,-74,62v-8,0,-14,0,-19,-1v-1,3,-2,5,-2,9v0,9,7,10,33,10r17,1v21,1,75,4,75,52v0,25,-23,80,-114,80v-31,0,-75,-7,-75,-43v0,-10,6,-24,27,-35v-7,-3,-20,-10,-20,-31v0,-14,9,-32,34,-49v-34,-15,-34,-52,-34,-58v0,-25,12,-40,20,-48v9,-7,27,-17,57,-17v20,0,33,4,40,7v9,4,13,5,19,5v4,0,7,-1,12,-2v6,-1,19,-4,20,-4v4,0,5,3,6,4v1,6,4,16,4,18v0,3,-2,4,-6,6xm62,19v-1,2,-4,6,-4,11v0,6,6,11,9,13v6,4,15,6,31,6v27,0,34,-9,34,-16v0,-10,-7,-10,-35,-12v-5,0,-29,-1,-35,-2xm103,-133v0,-3,-5,-23,-17,-23v-8,0,-13,8,-13,18v0,7,4,35,18,35v3,0,14,0,14,-18v0,-3,-1,-8,-2,-12","w":187},"h":{"d":"110,-8r0,-113v0,-9,0,-23,-16,-23v-5,0,-7,1,-9,3r0,132v-1,7,-2,9,-9,9r-54,0v-6,0,-8,-3,-8,-10r0,-258v0,-6,3,-7,9,-7r52,0v6,0,10,0,10,8r0,91v8,-6,23,-16,47,-16v8,0,23,1,35,13v13,14,14,30,14,40r0,130v0,8,-3,9,-10,9r-51,0v-7,0,-10,-1,-10,-8"},"i":{"d":"85,-178r0,169v0,8,-5,9,-9,9r-55,0v-8,0,-8,-4,-8,-10r0,-167v0,-5,1,-10,9,-9r54,0v7,0,9,1,9,8xm82,-228v0,21,-18,28,-32,28v-18,0,-35,-8,-35,-28v0,-12,7,-29,35,-29v23,0,32,15,32,29","w":97},"j":{"d":"85,-177r0,151v0,13,0,47,-16,73v-16,30,-45,39,-65,39v-7,0,-25,0,-25,-17v0,-9,6,-12,9,-14v8,-5,17,-10,21,-21v3,-8,3,-10,4,-57r0,-155v0,-7,2,-8,10,-8r52,0v7,0,10,1,10,9xm82,-228v0,21,-18,28,-32,28v-18,0,-35,-8,-35,-28v0,-12,7,-29,35,-29v23,0,32,15,32,29","w":97},"k":{"d":"186,-172r-47,56r59,102v1,3,3,5,3,8v0,6,-7,6,-10,6r-60,0v-6,0,-8,-1,-11,-7r-36,-75r0,74v0,8,-4,8,-9,8r-51,0v-6,0,-9,-3,-9,-10r-1,-257v0,-7,3,-8,9,-8r50,0v7,0,11,0,11,8r0,149r43,-60v6,-7,8,-8,17,-8r37,0v3,0,9,0,9,6v0,3,-2,5,-4,8"},"l":{"d":"14,-9r0,-258v0,-8,4,-8,9,-8r51,0v7,0,10,1,10,8r0,258v0,8,-4,9,-10,9r-50,0v-7,0,-10,-1,-10,-9","w":97},"m":{"d":"14,-9r0,-139v0,-14,0,-17,5,-22v14,-17,59,-22,75,-22v37,0,50,11,59,18v20,-14,44,-18,68,-18v39,0,63,17,64,61r0,121v0,7,-1,10,-9,10r-51,0v-8,0,-9,-4,-9,-9r0,-120v0,-10,-1,-23,-16,-23v-8,0,-12,6,-14,9v-1,3,-1,7,-1,16r0,117v-1,7,-1,10,-10,10r-50,0v-7,0,-10,-2,-10,-10r0,-119v0,-10,0,-13,-3,-17v-2,-4,-7,-7,-12,-7v-4,0,-9,3,-13,6v-3,5,-3,10,-3,19r0,118v0,7,-2,10,-10,10r-51,0v-6,0,-9,-2,-9,-9","w":299},"n":{"d":"181,-145r0,136v0,8,-3,9,-10,9r-51,0v-7,0,-9,-2,-9,-9r0,-122v0,-13,0,-25,-13,-25v-14,0,-14,14,-14,27r0,121v0,8,-6,8,-11,8r-51,0v-8,0,-8,-4,-8,-10r0,-142v0,-12,1,-20,14,-27v21,-11,54,-13,71,-13v6,0,13,0,19,1v14,1,29,3,39,8v24,12,24,30,24,38"},"o":{"d":"180,-98r0,1v2,74,-44,102,-87,102v-43,0,-85,-27,-85,-96v0,-33,6,-50,14,-63v18,-28,45,-38,72,-38v55,0,84,42,86,94xm107,-99v0,-8,0,-15,-1,-27v-1,-9,-2,-26,-12,-26v-10,0,-12,16,-13,26v-1,13,-1,33,-1,38v0,19,0,47,13,47v13,0,14,-25,14,-58","w":187},"p":{"d":"14,75r0,-228v0,-12,0,-16,4,-21v4,-5,30,-18,72,-18v17,0,44,1,63,18v13,12,27,38,27,73v0,56,-23,107,-75,107v-11,0,-18,-2,-22,-4r0,73v0,5,-1,9,-9,9r-50,0v-7,0,-10,-2,-10,-9xm83,-139r0,100v2,0,2,1,5,1v8,0,12,-4,15,-10v5,-12,6,-31,6,-42v0,-47,-11,-63,-19,-63v-7,0,-7,8,-7,14","w":187},"q":{"d":"105,75r0,-88v-5,6,-18,18,-39,18v-44,0,-58,-50,-58,-86v0,-45,18,-111,95,-111v20,0,41,4,57,17v13,9,13,18,14,38r0,212v0,8,-3,9,-10,9r-49,0v-7,0,-10,-2,-10,-9xm105,-50r0,-81v0,-13,0,-20,-8,-20v-7,0,-19,7,-19,46v0,16,2,58,20,58v3,0,5,-2,7,-3","w":187},"r":{"d":"84,-144r0,135v0,8,-2,9,-9,9r-52,0v-8,0,-9,-3,-9,-9r0,-147v0,-13,0,-19,23,-27v21,-7,51,-9,65,-9v11,0,53,0,53,39v0,15,-8,28,-24,28v-16,0,-19,-10,-23,-22v-3,-7,-4,-11,-12,-11v-12,0,-12,6,-12,14","w":150},"s":{"d":"91,-122r21,10v13,6,40,20,40,56v0,26,-15,61,-72,61v-57,0,-75,-29,-75,-49v0,-13,9,-27,27,-27v14,0,21,8,24,12v3,4,4,6,7,11v4,5,8,13,15,13v6,0,12,-5,12,-13v0,-11,-8,-15,-26,-24r-15,-7v-14,-7,-40,-21,-40,-55v0,-20,10,-58,72,-58v48,0,65,23,65,43v0,13,-8,25,-24,25v-16,0,-22,-10,-28,-20v-5,-7,-9,-14,-16,-14v-6,0,-10,6,-10,13v0,13,11,18,23,23","w":157},"t":{"d":"109,-159r-22,0r0,95v1,15,1,31,21,32v6,0,17,0,17,13v0,13,-23,24,-49,24v-12,0,-27,-2,-40,-13v-15,-13,-17,-29,-17,-47r0,-104r-17,0v-6,-1,-6,-4,-6,-7r0,-16v0,-3,2,-4,5,-4r18,0r0,-18v0,-7,1,-9,7,-12r47,-21v2,0,4,-1,6,-1v8,0,8,9,8,13r0,39r22,0v5,0,8,0,8,6r0,17v-1,4,-5,4,-8,4","w":119},"u":{"d":"175,-178r0,135v0,9,0,16,-3,22v-9,17,-44,26,-77,26v-71,0,-82,-28,-82,-60r0,-124v0,-7,4,-7,9,-7r51,0v5,0,9,0,9,8r0,119v0,10,0,18,12,18v10,0,11,-8,11,-18r0,-118v0,-6,0,-9,8,-9r53,0v5,0,9,1,9,8","w":187},"v":{"d":"74,-179r20,99r22,-99v2,-7,4,-7,10,-7r40,0v2,0,7,0,7,6v0,1,-1,3,-2,6r-48,166v-2,6,-3,8,-9,8r-52,0v-7,0,-8,-1,-10,-8r-50,-166v-2,-4,-2,-5,-2,-6v0,-5,4,-6,8,-6r56,0v7,0,9,1,10,7","w":172},"w":{"d":"154,-9r-18,-58r-19,59v-3,7,-4,8,-11,8r-46,0v-8,0,-9,-2,-11,-10r-48,-164v-1,-4,-1,-5,-1,-7v0,-5,5,-5,8,-5r55,0v6,0,9,0,10,7r21,95r29,-96v2,-5,4,-6,10,-6r21,0v5,0,7,0,9,6r30,96r22,-93v1,-7,2,-9,9,-9r37,0v4,0,9,0,9,5v0,2,0,4,-2,8r-48,164v-2,8,-4,9,-10,9r-43,0v-8,0,-10,-3,-13,-9","w":270},"x":{"d":"95,-9r-15,-31r-22,33v-4,7,-5,7,-12,7r-38,0v-4,0,-8,-1,-8,-6v0,-2,1,-4,3,-6r50,-75r-47,-85v-2,-5,-3,-7,-3,-9v0,-5,6,-5,9,-5r51,0v8,0,9,0,13,7r17,32r21,-32v5,-7,6,-7,13,-7r32,0v4,0,9,0,9,5v0,2,-1,4,-2,7r-46,71r50,90v1,3,2,5,2,7v0,6,-5,6,-8,6r-56,0v-8,0,-9,-1,-13,-9","w":172},"y":{"d":"179,-174r-66,197v-10,28,-24,66,-72,66v-28,0,-41,-18,-41,-34v0,-15,12,-27,27,-27v6,0,9,2,13,4v4,2,7,4,10,4v8,0,10,-5,17,-18r-65,-191v-2,-5,-2,-6,-2,-8v0,-5,5,-5,8,-5r56,0v7,0,8,0,11,8r23,98r25,-96v2,-9,3,-10,11,-10r38,0v4,0,9,0,9,5v0,2,-1,4,-2,7","w":180},"z":{"d":"143,-172r-52,135r44,0v6,0,9,1,9,7r0,22v0,7,-3,8,-9,8r-123,0v-4,0,-8,-1,-8,-6v0,-1,0,-2,2,-8r54,-136r-42,0v-5,0,-6,-3,-6,-7r0,-22v0,-4,1,-7,7,-7r116,0v3,0,9,0,9,7v0,2,-1,4,-1,7","w":150},"{":{"d":"94,-230r0,21v0,28,0,36,-2,46v-6,31,-31,34,-38,35r0,2v6,1,24,3,34,23v6,12,6,23,6,58r0,21v0,39,0,50,32,50v4,0,6,0,7,3r0,16v0,7,-2,7,-11,7v-34,0,-71,0,-80,-38v-1,-7,-1,-9,-2,-38r0,-33v0,-30,-1,-52,-30,-55v-3,-1,-5,-1,-6,-4r0,-17v0,-4,0,-6,1,-7v2,-2,15,-4,18,-5v17,-8,17,-30,17,-56r0,-29v1,-29,1,-31,2,-39v9,-35,43,-38,76,-38v13,0,15,0,15,10v0,16,0,17,-6,17v-33,0,-33,9,-33,50","w":127},"|":{"d":"64,-270r0,360r-46,0r0,-360r46,0","w":82},"}":{"d":"33,-209r0,-21v0,-41,0,-50,-33,-50v-6,0,-6,-1,-6,-17v0,-10,2,-10,15,-10v34,0,67,3,76,38v2,8,2,10,2,39r0,29v0,26,0,48,17,56v3,1,16,3,18,5v1,1,2,3,2,7v0,15,0,16,-1,17v-1,3,-3,3,-6,4v-29,3,-30,25,-30,55r0,33v0,29,0,31,-2,38v-9,38,-45,38,-79,38v-10,0,-12,0,-12,-7v0,-4,0,-14,1,-16v0,-3,2,-3,6,-3v32,0,32,-11,32,-50r0,-21v1,-35,1,-46,7,-58v10,-20,27,-22,34,-23r0,-2v-8,-1,-32,-4,-38,-35v-2,-10,-2,-18,-3,-46","w":127},"~":{"d":"207,-139r18,37v-13,15,-34,30,-56,30v-13,0,-25,-5,-39,-12v-17,-8,-26,-12,-36,-12v-15,0,-21,6,-37,25r-20,-37v8,-11,24,-34,56,-34v14,0,19,2,50,17v9,3,19,8,28,8v14,0,27,-12,36,-22","w":262},"'":{"d":"63,-241r-19,94r-12,0r-19,-90v-1,-3,-1,-6,-1,-9v0,-16,14,-24,27,-24v14,0,20,10,21,11v3,5,3,12,3,18","w":74},"`":{"d":"50,-257r22,28v5,7,8,10,8,16v0,4,-3,12,-12,12v-8,0,-12,-5,-16,-8r-26,-25v-4,-3,-8,-8,-8,-15v0,-9,6,-17,16,-17v8,0,13,5,16,9","w":97},"\u00a0":{"w":97}}});Cufon.registerFont({"w":195,"face":{"font-family":"Barmeno_medium","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-40 -311 300 90","underline-thickness":"18","underline-position":"-36","stemh":"32","stemv":"44","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97},"!":{"d":"86,-246r-14,153v-1,7,-2,8,-8,8v-4,0,-11,-1,-12,-1v-3,0,-3,-2,-4,-7r-14,-154v-1,-6,1,-7,7,-7r37,0v6,0,8,0,8,8xm87,-24v-1,14,-13,26,-28,26v-17,0,-27,-14,-27,-27v0,-15,12,-27,27,-27v15,0,29,12,28,28","w":105},"\"":{"d":"123,-247r-14,91r-8,0r-14,-88v0,-3,-1,-5,-1,-7v0,-14,11,-19,20,-19v9,0,14,4,16,9v2,5,1,10,1,14xm56,-247r-15,91r-8,0r-14,-88r0,-7v0,-14,11,-19,20,-19v9,0,13,5,15,9v2,5,2,10,2,14","w":142},"#":{"d":"201,-111r0,28r-54,0r-12,83r-28,0r11,-83r-40,0r-11,83r-29,0r12,-83r-50,0r0,-28r54,0r5,-38r-50,0r0,-28r54,0r11,-77r29,0r-11,77r40,0r11,-77r28,0r-10,77r49,0r0,28r-53,0r-6,38r50,0xm82,-111r40,0r6,-38r-40,0","w":209},"$":{"d":"105,-233r0,84v30,13,44,19,57,33v10,11,19,27,19,48v0,22,-9,39,-20,50v-18,18,-39,22,-56,24r0,24v0,4,0,5,-4,5v-11,0,-12,0,-12,-5r0,-24v-67,-6,-75,-44,-75,-57v0,-12,9,-20,19,-20v13,0,17,10,21,18v7,14,13,25,35,30r0,-88v-36,-15,-72,-31,-72,-79v0,-32,20,-66,72,-69r0,-24v0,-5,1,-5,5,-5v10,0,11,-1,11,4r0,25v42,3,66,28,66,47v0,13,-9,19,-18,19v-11,0,-15,-8,-22,-21v-8,-12,-14,-16,-26,-19xm105,-104r0,81v28,-1,38,-20,38,-36v0,-29,-27,-40,-38,-45xm89,-156r0,-78v-31,3,-35,27,-35,37v0,26,21,35,35,41"},"%":{"d":"109,-175v0,49,-17,83,-49,83v-30,0,-50,-30,-50,-83v0,-54,21,-83,50,-83v31,0,49,34,49,83xm81,-177v0,-20,-2,-63,-21,-63v-19,0,-21,43,-21,61v0,18,2,67,21,67v19,0,21,-47,21,-65xm275,-80v0,49,-18,84,-50,84v-29,0,-50,-29,-50,-84v0,-55,21,-83,50,-83v32,0,50,34,50,83xm246,-82v0,-19,-2,-63,-21,-63v-19,0,-21,43,-21,61v0,18,2,68,21,68v20,0,21,-48,21,-66xm215,-244r-125,237v-4,6,-4,7,-9,7v-12,0,-14,0,-14,-3v0,-2,0,-4,2,-7r126,-237v3,-6,4,-8,9,-8v13,0,14,0,14,4v0,2,0,2,-3,7","w":285},"&":{"d":"178,-9r-29,-37v-12,19,-32,51,-73,51v-41,0,-64,-32,-64,-62v0,-36,26,-56,34,-62v6,-5,9,-6,32,-20v-19,-26,-28,-43,-28,-64v0,-32,24,-57,70,-57v41,0,62,23,62,51v0,30,-23,49,-54,67r31,41v7,-10,29,-41,57,-41v18,0,21,13,21,18v0,5,-3,17,-21,18v-20,1,-24,1,-42,23r55,70v3,4,4,6,4,8v0,4,-4,5,-8,5r-30,0v-9,0,-10,-1,-17,-9xm135,-65r-42,-55v-17,10,-39,24,-39,49v0,18,14,39,37,39v23,0,37,-21,44,-33xm114,-161v11,-7,33,-20,33,-43v0,-18,-13,-31,-29,-31v-13,0,-28,9,-28,28v0,16,10,28,24,46","w":240},"(":{"d":"106,-290v-33,47,-45,104,-45,161v0,28,4,62,11,88v7,26,18,51,33,73v6,8,6,9,6,12v0,4,-4,8,-8,8v-12,0,-38,-32,-45,-42v-30,-40,-42,-90,-42,-140v0,-47,12,-93,39,-131v5,-7,34,-45,47,-45v5,0,8,3,8,7v0,4,-2,6,-4,9","w":112},")":{"d":"6,36v33,-47,45,-105,45,-162v0,-28,-3,-61,-10,-87v-7,-26,-18,-52,-33,-74v-6,-8,-7,-9,-7,-12v0,-4,4,-7,8,-7v12,0,39,31,46,41v30,40,41,90,41,140v0,47,-11,93,-38,132v-5,7,-35,45,-48,45v-5,0,-7,-4,-7,-8v0,-4,1,-5,3,-8","w":112},"*":{"d":"53,-209v1,-5,1,-9,1,-12v0,-4,-1,-8,-5,-8v-4,0,-10,6,-15,12v-7,10,-9,13,-14,13v-8,0,-10,-9,-10,-15v0,-12,9,-13,14,-14v8,-1,21,-2,21,-10v0,-6,-8,-9,-20,-11v-9,-2,-15,-3,-15,-17v0,-9,5,-12,10,-12v5,0,7,3,13,11v3,4,9,14,17,14v4,0,5,-4,5,-8v0,-5,-1,-10,-2,-15v-3,-11,-3,-12,-3,-16v0,-11,5,-14,10,-14v6,0,10,5,10,14v0,4,-4,26,-4,31v0,2,0,8,5,8v6,0,11,-6,16,-13v6,-8,8,-12,13,-12v5,0,9,5,9,13v0,13,-7,14,-18,16v-5,1,-16,3,-16,10v0,7,11,9,16,10v10,2,18,3,18,17v0,7,-3,13,-9,13v-5,0,-7,-3,-13,-12v-4,-5,-10,-13,-16,-13v-5,0,-5,6,-5,8v0,4,1,7,2,14v3,11,3,13,3,16v0,6,-3,14,-11,14v-6,0,-11,-5,-11,-13v0,-5,3,-13,4,-19","w":119},"+":{"d":"168,-119r0,29r-64,0r0,64r-29,0r0,-64r-64,0r0,-29r64,0r0,-65r29,0r0,65r64,0","w":180},",":{"d":"28,-10v-5,-4,-9,-9,-9,-19v0,-14,13,-22,25,-22v15,0,29,12,29,36v0,36,-34,65,-47,65v-6,0,-9,-4,-9,-8v0,-4,1,-4,9,-14v5,-7,11,-15,11,-23v0,-4,-1,-8,-9,-15","w":90},"-":{"d":"99,-111r0,20v0,5,-1,7,-6,7r-65,0v-6,0,-7,-1,-7,-7r0,-19v0,-5,2,-7,7,-7r64,0v5,0,7,1,7,6","w":112},".":{"d":"71,-24v0,14,-11,26,-26,26v-15,0,-27,-12,-27,-27v0,-18,15,-26,27,-26v14,0,26,11,26,27","w":90},"\/":{"d":"160,-291r-128,338v-2,4,-2,5,-4,5v-1,0,-2,-1,-3,-1r-17,-6v-2,-1,-4,-2,-4,-5r0,-3r129,-338v2,-4,3,-5,5,-5v1,0,12,4,18,6v4,1,5,3,5,6v0,1,-1,2,-1,3","w":164},"0":{"d":"177,-128v0,76,-27,134,-79,134v-46,0,-80,-47,-80,-133v0,-87,34,-133,80,-133v52,0,79,56,79,132xm131,-131v0,-23,0,-45,-6,-69v-4,-18,-13,-33,-28,-33v-31,0,-34,70,-34,100v0,21,1,46,7,72v2,10,9,36,28,36v3,0,13,-1,20,-15v4,-8,13,-34,13,-91"},"1":{"d":"90,-8r0,-190v-13,4,-46,16,-61,16v-11,0,-14,-7,-14,-12v0,-8,8,-10,11,-11v34,-10,53,-18,79,-41v8,-7,13,-11,19,-11v11,0,11,9,11,13r0,236v0,6,-3,8,-8,8r-28,0v-6,0,-9,-1,-9,-8"},"2":{"d":"136,-118r-60,77r88,0v6,0,8,1,8,7r0,26v0,6,-1,8,-7,8r-139,0v-4,0,-11,0,-11,-8v0,-4,2,-7,5,-11r75,-99v18,-24,30,-41,30,-63v0,-22,-13,-41,-36,-41v-21,0,-33,14,-39,34v-2,8,-5,17,-15,17v-8,0,-14,-6,-14,-18v0,-32,26,-71,77,-71v46,0,72,33,72,67v0,30,-19,55,-34,75"},"3":{"d":"124,-146v7,3,18,8,29,20v17,18,21,38,21,53v0,35,-22,79,-84,79v-46,0,-76,-29,-76,-53v0,-13,9,-21,19,-21v11,0,17,7,20,13v9,14,17,31,40,31v23,0,37,-18,37,-39v0,-31,-25,-48,-58,-58v-6,-2,-12,-3,-12,-10v0,-6,6,-9,11,-12v19,-8,46,-18,46,-48v0,-18,-12,-34,-33,-34v-23,0,-31,16,-36,27v-4,8,-7,14,-15,14v-6,0,-12,-5,-12,-16v0,-24,22,-60,72,-60v41,0,68,25,68,58v0,33,-26,49,-37,56"},"4":{"d":"164,-55r-19,0r0,50v0,5,0,7,-7,7r-29,0v-5,0,-7,-1,-7,-7r0,-50r-78,0v-5,0,-15,0,-15,-12v0,-4,2,-7,6,-15r101,-165v3,-4,6,-10,15,-10v14,0,14,10,14,16r0,159r19,0v5,0,7,1,7,7r0,16v-1,3,-3,4,-7,4xm46,-82r58,0r0,-104"},"5":{"d":"155,-213r-91,0r-6,66v9,-3,25,-9,43,-9v41,0,76,28,76,81v0,44,-28,81,-84,81v-48,0,-75,-28,-75,-52v0,-15,11,-22,19,-22v10,0,15,7,18,11v9,16,18,33,40,33v23,0,39,-18,39,-43v0,-29,-21,-54,-54,-54v-14,0,-25,4,-32,6v-5,2,-7,3,-10,3v-5,0,-11,-3,-11,-11v0,-1,1,-2,1,-8r9,-115v1,-7,3,-8,9,-8r109,0v6,0,8,1,8,7r0,25v0,5,0,9,-8,9"},"6":{"d":"64,-128v9,-6,25,-18,49,-18v35,0,66,26,66,74v0,45,-29,78,-78,78v-24,0,-43,-8,-56,-21v-22,-21,-28,-51,-28,-81v0,-114,94,-164,135,-164v8,0,14,3,14,11v0,8,-6,10,-14,13v-18,6,-75,28,-88,108xm61,-104r0,11v0,26,8,69,41,69v20,0,34,-17,34,-43v0,-20,-10,-49,-41,-49v-13,0,-24,4,-34,12"},"7":{"d":"47,-16r88,-198r-105,0v-6,0,-7,-2,-7,-8r0,-25v0,-5,1,-8,8,-8r137,0v4,0,12,0,12,9v0,3,0,6,-5,16v-31,69,-58,140,-76,214v-3,14,-4,16,-13,16r-33,0v-3,0,-9,0,-9,-6v0,-3,1,-5,3,-10"},"8":{"d":"125,-141v26,18,53,36,53,75v0,38,-29,72,-83,72v-55,0,-78,-34,-78,-66v0,-35,26,-54,50,-71v-18,-13,-40,-32,-40,-67v0,-33,23,-62,73,-62v46,0,68,24,68,56v0,32,-22,49,-43,63xm89,-116v-19,15,-32,26,-32,48v0,18,11,44,41,44v23,0,37,-15,37,-35v0,-26,-20,-40,-46,-57xm104,-156v6,-4,27,-16,27,-42v0,-20,-14,-36,-34,-36v-17,0,-32,12,-32,31v0,19,15,34,39,47"},"9":{"d":"130,-129v-11,8,-26,19,-49,19v-37,0,-65,-28,-65,-74v0,-42,27,-76,78,-76v56,0,83,41,83,100v0,125,-103,166,-136,166v-13,0,-13,-10,-13,-11v0,-8,4,-9,22,-16v48,-19,75,-59,80,-108xm133,-153v1,-37,-9,-80,-41,-80v-21,0,-34,19,-34,43v0,23,11,50,41,50v17,0,29,-9,34,-13"},":":{"d":"87,-24v0,15,-12,26,-27,26v-15,0,-27,-12,-27,-27v0,-18,15,-26,27,-26v14,0,27,11,27,27xm87,-122v0,15,-13,26,-27,26v-15,0,-27,-12,-27,-27v0,-18,15,-26,27,-26v14,0,27,11,27,27","w":105},";":{"d":"44,-10v-5,-4,-10,-9,-10,-19v0,-14,12,-23,24,-23v15,0,29,13,29,37v0,36,-33,65,-46,65v-6,0,-9,-4,-9,-8v0,-4,1,-4,9,-14v5,-7,10,-16,10,-24v0,-3,1,-7,-7,-14xm88,-122v0,15,-13,26,-27,26v-15,0,-27,-11,-27,-27v0,-18,15,-26,27,-26v14,0,27,11,27,27","w":105},"<":{"d":"180,-56r0,32r-180,-88r0,-31r180,-87r0,32r-144,71","w":180},"=":{"d":"180,-86r0,28r-180,0r0,-28r180,0xm180,-151r0,28r-180,0r0,-28r180,0","w":180},">":{"d":"180,-112r-180,88r0,-32r144,-71r-144,-71r0,-32r180,87r0,31","w":180},"?":{"d":"64,-94r-6,-47r0,-5v0,-8,4,-11,9,-14v17,-11,33,-21,33,-44v0,-15,-10,-29,-27,-29v-18,0,-22,15,-25,22v-3,10,-6,21,-20,21v-11,0,-20,-9,-20,-22v0,-23,22,-48,70,-48v48,0,65,28,65,50v0,22,-15,36,-32,51v-20,18,-21,31,-23,59v-1,13,-1,14,-8,14r-11,0v-4,0,-4,-2,-5,-8xm102,-24v0,14,-12,26,-27,26v-16,0,-26,-13,-26,-27v0,-15,12,-27,26,-27v15,0,28,12,27,28","w":150},"@":{"d":"283,-27r12,14v-36,35,-82,58,-132,58v-51,0,-138,-27,-138,-130v0,-86,68,-171,166,-171v63,0,107,38,107,104v0,64,-41,127,-83,127v-28,0,-30,-23,-30,-31v-17,23,-37,30,-52,30v-17,0,-47,-9,-47,-59v0,-51,35,-101,76,-101v21,0,33,11,41,30r6,-22r24,0r-12,54v-4,18,-10,45,-10,62v0,11,7,16,11,16v20,0,55,-48,55,-105v0,-58,-39,-86,-89,-86v-73,0,-143,67,-143,153v0,73,55,109,118,109v38,0,82,-15,120,-52xm195,-125v0,-28,-17,-38,-30,-38v-33,0,-51,46,-51,78v0,33,22,36,29,36v28,0,52,-36,52,-76","w":322},"A":{"d":"165,-6r-26,-74r-73,0r-26,73v-2,6,-3,7,-9,7r-24,0v-3,0,-7,0,-7,-5v0,-1,2,-6,2,-7r88,-235v2,-5,3,-7,9,-7r21,0v5,0,6,0,8,5r88,239v1,2,1,4,1,5v0,4,-3,5,-6,5r-36,0v-6,0,-7,0,-10,-6xm75,-107r55,0r-28,-83","w":217},"B":{"d":"21,-15r0,-225v0,-8,1,-10,7,-12v9,-3,37,-5,58,-5v27,0,52,2,71,14v19,12,28,29,28,48v0,33,-25,49,-39,56v-3,1,-5,2,-8,3v3,1,5,1,8,2v37,10,52,38,52,66v0,30,-17,50,-40,60v-17,7,-38,11,-72,11v-27,0,-51,-3,-57,-5v-6,-2,-8,-4,-8,-13xm69,-228r0,83v9,0,16,1,25,0v40,-4,42,-34,42,-43v0,-41,-40,-41,-48,-41v-7,0,-11,0,-19,1xm69,-120r0,92v5,1,13,1,23,1v33,0,56,-13,56,-44v0,-50,-49,-50,-64,-50v-6,0,-10,1,-15,1","w":209},"C":{"d":"172,-197v-10,-16,-21,-33,-47,-33v-33,0,-61,31,-61,89v0,70,36,110,78,110v23,0,37,-11,43,-15v7,-5,10,-7,14,-7v6,0,11,5,11,12v0,15,-28,47,-80,47v-81,0,-117,-66,-117,-135v0,-72,42,-131,116,-131v53,0,84,31,84,53v0,12,-9,21,-21,21v-9,0,-16,-4,-20,-11","w":217},"D":{"d":"21,-13r0,-226v0,-8,3,-10,6,-11v9,-4,38,-7,61,-7v21,0,66,2,100,33v13,12,40,41,40,97v0,52,-25,81,-35,91v-29,30,-72,39,-113,39v-15,0,-42,-1,-52,-5v-5,-1,-7,-4,-7,-11xm70,-226r0,196v5,0,8,1,11,1v31,0,60,-11,77,-34v9,-13,18,-34,18,-66v0,-38,-13,-57,-19,-65v-17,-22,-43,-33,-71,-33v-7,0,-11,1,-16,1","w":240},"E":{"d":"141,-116r-72,0r0,83r86,0v5,0,8,0,8,7r0,21v-1,4,-2,5,-8,5r-125,0v-6,0,-9,0,-9,-8r0,-236v0,-8,3,-11,9,-11r125,0v5,0,8,0,8,7r0,18v0,7,-2,8,-8,8r-86,0r0,74r72,0v5,0,8,1,8,7r0,18v0,6,-2,7,-8,7","w":172},"F":{"d":"138,-116r-69,0r0,108v0,7,-2,8,-7,8r-33,0v-6,0,-8,-2,-8,-8r0,-238v0,-6,2,-9,8,-9r123,0v5,0,8,1,8,7r0,18v0,5,0,8,-7,8r-84,0r0,74r69,0v6,0,8,1,8,7r0,20v-1,4,-4,5,-8,5","w":164},"G":{"d":"172,-58r0,-46r-38,0v-5,0,-7,0,-8,-4v0,-1,-1,-13,-1,-19v0,-6,4,-6,9,-6r76,0v7,0,8,3,8,9r0,81v0,10,-1,15,-6,21v-10,13,-37,28,-79,28v-92,0,-120,-70,-120,-133v0,-77,45,-133,117,-133v60,0,88,35,88,54v0,13,-9,22,-21,22v-13,0,-19,-9,-24,-18v-8,-12,-18,-28,-44,-28v-36,0,-64,32,-64,97v0,60,24,106,72,106v10,0,20,-3,26,-7v8,-6,9,-13,9,-24","w":232},"H":{"d":"155,-8r0,-108r-86,0r0,108v0,7,-2,8,-7,8r-34,0v-5,0,-7,-1,-7,-8r0,-239v0,-6,1,-8,7,-8r34,0v6,0,7,2,7,8r0,99r86,0r0,-99v0,-5,0,-8,7,-8r34,0v6,0,8,2,8,8r0,240v0,7,-2,7,-7,7r-34,0v-6,0,-8,-2,-8,-8","w":225},"I":{"d":"70,-247r0,239v0,7,-3,8,-8,8r-34,0v-5,0,-7,-2,-7,-8r0,-239v0,-5,1,-7,7,-7r34,0v5,0,8,1,8,7","w":90},"J":{"d":"69,-247r0,210v0,5,-1,10,-1,15v-4,75,-58,107,-91,107v-15,0,-17,-8,-17,-12v0,-7,6,-10,9,-11v10,-4,17,-6,26,-14v24,-23,24,-56,24,-77r0,-218v0,-5,2,-7,8,-7r33,0v6,0,9,1,9,7","w":90},"K":{"d":"184,-242r-73,98r89,132v1,3,2,5,2,7v0,4,-2,5,-6,5r-39,0v-8,0,-8,-1,-13,-8r-76,-117r0,117v0,7,-2,8,-7,8r-33,0v-4,0,-7,0,-7,-7r0,-240v0,-6,2,-7,8,-7r32,0v7,0,7,2,7,7r0,101r75,-101v5,-6,5,-7,13,-7r25,0v3,0,7,1,7,5v0,2,-1,3,-4,7","w":202},"L":{"d":"69,-247r0,214r83,0v6,0,7,1,7,7r0,19v0,6,-2,7,-8,7r-123,0v-5,0,-7,-1,-7,-7r0,-240v0,-6,2,-7,7,-7r34,0v6,0,7,1,7,7","w":164},"M":{"d":"219,-8r0,-172r-71,174v-3,6,-4,7,-9,7v-5,0,-7,-2,-10,-8r-71,-173r0,172v0,6,-3,8,-8,8r-22,0v-6,0,-7,-2,-7,-8r0,-239v0,-6,1,-7,7,-7r35,0v7,0,7,0,10,7r70,165r68,-164v3,-7,4,-8,11,-8r35,0v6,0,7,1,7,7r0,239v0,7,-1,8,-8,8r-29,0v-7,0,-8,-1,-8,-8","w":285},"N":{"d":"67,-248r115,161r0,-160v0,-5,1,-7,7,-7r23,0v6,0,7,1,7,7r0,240v0,6,-2,7,-7,7r-20,0v-4,-1,-6,-2,-10,-8r-124,-174r0,174v0,6,-1,8,-7,8r-23,0v-6,0,-7,-1,-7,-7r0,-240v0,-7,2,-7,7,-7r28,0v6,0,7,0,11,6","w":240},"O":{"d":"242,-134v3,81,-45,140,-114,140v-62,0,-115,-46,-115,-133v0,-75,43,-133,116,-133v72,0,110,58,113,126xm192,-133v0,-19,-3,-46,-17,-68v-18,-27,-41,-28,-48,-28v-9,0,-19,2,-27,7v-35,21,-36,72,-36,91v0,14,1,27,3,37v10,59,47,66,61,66v16,0,36,-9,49,-32v12,-21,15,-48,15,-73","w":254},"P":{"d":"21,-8r0,-232v0,-7,0,-9,5,-11v8,-3,39,-6,63,-6v22,0,102,0,102,76v0,56,-46,78,-101,78v-8,0,-12,0,-21,-1r0,96v0,7,-2,8,-7,8r-34,0v-7,0,-7,-2,-7,-8xm69,-228r0,96v4,1,9,1,15,1v25,0,57,-6,57,-50v0,-46,-39,-48,-55,-48v-8,0,-13,0,-17,1"},"Q":{"d":"162,1v12,41,56,56,78,62v9,2,15,4,15,12v0,4,-3,10,-13,10v-7,0,-101,-11,-131,-80v-71,-12,-98,-72,-98,-130v0,-89,52,-135,115,-135v68,0,114,54,114,132v0,43,-16,105,-80,129xm191,-130v0,-17,-2,-49,-17,-72v-16,-25,-39,-28,-47,-28v-17,0,-36,10,-48,29v-13,20,-16,49,-16,73v0,22,3,52,16,74v18,30,43,30,48,30v18,0,37,-9,50,-32v12,-22,14,-53,14,-74","w":254},"R":{"d":"21,-8r0,-232v0,-8,1,-10,6,-12v8,-3,36,-5,59,-5v21,0,53,1,75,18v16,13,23,33,23,53v0,40,-31,60,-56,68r67,106v1,2,3,5,3,7v0,5,-4,5,-7,5r-36,0v-8,0,-8,-1,-12,-7r-54,-92v-2,-3,-6,-10,-13,-10v-8,0,-8,7,-8,10r0,90v0,6,-1,9,-8,9r-31,0v-5,0,-8,-1,-8,-8xm68,-228r0,97v13,0,18,1,24,0v22,-3,44,-16,44,-49v0,-49,-37,-49,-51,-49v-8,0,-13,1,-17,1","w":202},"S":{"d":"105,-155r17,8v23,12,58,31,58,79v0,47,-36,74,-83,74v-58,0,-82,-38,-82,-59v0,-16,12,-22,21,-22v14,0,21,11,26,21v5,10,14,29,38,29v19,0,34,-14,34,-34v0,-26,-18,-35,-47,-50r-20,-11v-14,-8,-49,-26,-49,-70v0,-44,32,-70,77,-70v48,0,76,27,76,48v0,12,-9,21,-21,21v-13,0,-16,-8,-21,-16v-6,-10,-16,-24,-35,-24v-18,0,-32,14,-32,32v0,23,19,32,43,44"},"T":{"d":"169,-222r-55,0r0,213v0,6,-1,9,-7,9r-33,0v-6,0,-8,-2,-8,-9r0,-213r-55,0v-6,0,-8,-2,-8,-8r0,-17v0,-6,3,-8,8,-8r158,0v5,0,8,1,8,7r0,18v0,6,-2,8,-8,8","w":180},"U":{"d":"192,-247r0,172v0,11,0,26,-7,40v-3,7,-20,41,-79,41v-33,0,-66,-11,-80,-41v-6,-13,-8,-28,-8,-42r0,-170v0,-6,2,-7,7,-7r35,0v6,0,8,1,8,7r0,164v0,15,1,51,43,51v42,0,42,-36,42,-47r0,-168v0,-6,2,-7,8,-7r24,0v5,0,7,1,7,7","w":209},"V":{"d":"52,-247r55,167r55,-167v2,-6,4,-7,9,-7r24,0v4,0,8,1,8,5v0,1,0,1,-2,5r-82,237v-2,6,-4,7,-10,7r-17,0v-4,0,-4,-1,-6,-6r-85,-238v-1,-4,-1,-4,-1,-5v0,-5,4,-5,7,-5r35,0v6,0,8,1,10,7","w":202},"W":{"d":"201,-7r-52,-154r-48,154v-2,5,-2,7,-6,7r-17,0v-6,0,-8,-1,-10,-7r-67,-236v-1,-4,-1,-5,-1,-6v0,-4,3,-5,7,-5r34,0v6,0,7,0,9,8r41,164r51,-165v2,-5,2,-7,6,-7r14,0v3,1,3,1,5,8r51,164r42,-165v1,-6,3,-7,8,-7r25,0v4,0,7,0,7,5v0,1,0,2,-1,6r-66,236v-2,6,-3,7,-8,7r-18,0v-4,0,-4,-2,-6,-7","w":299},"X":{"d":"141,-7r-48,-85r-50,85v-4,6,-5,7,-11,7r-24,0v-3,0,-8,0,-8,-4v0,-1,1,-3,4,-7r69,-119r-61,-114v-1,-2,-2,-4,-2,-5v0,-5,5,-5,7,-5r32,0v7,0,8,1,12,7r40,70r40,-70v4,-6,6,-7,12,-7r24,0v2,0,7,0,7,5v0,2,-1,4,-2,6r-61,104r71,128v1,3,2,4,2,6v0,5,-3,5,-6,5r-35,0v-6,0,-8,-1,-12,-7"},"Y":{"d":"192,-243r-70,130r0,106v0,7,-3,7,-8,7r-35,0v-6,0,-7,-2,-7,-7r0,-108r-69,-128v-2,-4,-3,-5,-3,-6v0,-4,2,-5,6,-5r39,0v6,0,7,1,10,6r48,93r50,-92v3,-5,4,-7,10,-7r25,0v3,0,7,0,7,4v0,2,-1,3,-3,7"},"Z":{"d":"171,-243r-100,210r92,0v5,0,8,0,8,6r0,21v0,6,-3,6,-8,6r-147,0v-5,0,-9,0,-9,-4v0,-1,0,-2,2,-7r101,-211r-87,0v-6,0,-7,-1,-7,-7r0,-18v0,-5,1,-7,7,-7r142,0v4,0,7,1,7,5v0,2,0,4,-1,6","w":180},"[":{"d":"59,-281r0,308r32,0v5,0,7,1,7,6v0,13,0,14,-7,14r-62,0v-5,0,-7,0,-7,-6r0,-336v0,-6,2,-6,7,-6r62,0v6,0,7,1,7,13v0,5,-1,7,-7,7r-32,0","w":105},"\\":{"d":"157,45r-17,6v-1,0,-2,1,-3,1v-2,0,-3,-1,-5,-5r-127,-338v-1,-1,-1,-2,-1,-3v0,-3,1,-5,5,-6v6,-2,17,-6,18,-6v2,0,3,1,5,5r129,338r0,3v0,3,-2,4,-4,5","w":164},"]":{"d":"46,27r0,-308r-32,0v-5,0,-7,-2,-7,-7v0,-13,0,-14,7,-14r62,0v5,0,7,0,7,6r0,337v0,6,-2,6,-7,6r-62,0v-6,0,-7,-1,-7,-13v0,-5,1,-7,7,-7r32,0","w":105},"^":{"d":"147,-254r64,133r-35,0r-44,-94r-46,94r-35,0r68,-133r28,0","w":262},"_":{"d":"184,27r0,18r-188,0r0,-18r188,0","w":180},"a":{"d":"148,-128r0,90v0,16,-2,24,-16,32v-19,10,-47,11,-53,11v-12,0,-70,0,-70,-51v0,-8,2,-23,16,-37v16,-15,39,-21,80,-32r0,-19v0,-13,0,-32,-22,-32v-17,0,-22,13,-25,19v-3,9,-6,18,-20,18v-11,0,-20,-7,-20,-19v0,-22,28,-43,72,-43v58,0,58,36,58,63xm105,-44r0,-50v-28,9,-52,16,-52,43v0,18,11,31,30,31v22,0,22,-16,22,-24","w":164},"b":{"d":"63,-268r0,99v7,-7,23,-22,50,-22v40,0,63,36,63,87v0,65,-34,109,-91,109v-23,0,-43,-7,-55,-17v-10,-9,-11,-16,-11,-38r0,-218v0,-6,1,-7,7,-7r29,0v6,0,8,0,8,7xm63,-146r0,86v0,9,0,12,1,16v3,17,17,21,25,21v21,0,42,-24,42,-71v0,-18,-3,-65,-38,-65v-14,0,-24,8,-30,13","w":187},"c":{"d":"116,-137v-6,-12,-12,-26,-29,-26v-22,0,-37,25,-37,57v0,38,18,70,47,70v21,0,32,-16,37,-24v4,-6,6,-10,11,-10v5,0,9,5,9,13v0,21,-19,62,-67,62v-51,0,-75,-46,-75,-97v0,-48,23,-99,81,-99v41,0,60,30,60,47v0,13,-9,20,-19,20v-5,0,-13,-3,-18,-13","w":164},"d":{"d":"169,-268r0,231v0,9,-1,19,-12,27v-12,9,-38,15,-61,15v-54,0,-84,-34,-84,-93v0,-50,26,-104,79,-104v17,0,26,6,33,10r0,-85v0,-5,1,-9,8,-9r28,0v7,0,9,2,9,8xm124,-51r0,-107v-5,-4,-11,-9,-23,-9v-28,0,-44,32,-44,71v0,45,18,72,45,72v22,0,22,-16,22,-27","w":187},"e":{"d":"149,-109r-100,15v6,50,33,59,50,59v19,0,34,-12,43,-24v6,-8,7,-10,12,-10v5,0,9,4,9,11v0,10,-14,63,-71,63v-48,0,-80,-35,-80,-99v0,-72,41,-97,80,-97v56,0,70,51,70,68v0,13,-9,13,-13,14xm48,-117r69,-11v-1,-23,-16,-36,-32,-36v-25,0,-35,22,-37,47","w":172},"f":{"d":"99,-166r-27,0r0,158v0,8,-2,8,-7,8r-29,0v-6,0,-8,-1,-8,-8r0,-158r-19,0v-5,0,-8,0,-8,-6v0,-13,1,-14,8,-14r19,0v1,-15,3,-40,13,-60v8,-15,25,-33,49,-33v13,0,22,7,22,19v0,12,-10,16,-16,16v-2,0,-12,-2,-14,-2v-11,0,-18,9,-18,26v0,6,2,24,8,34r27,0v4,0,8,0,8,5v0,4,-1,10,-1,11v-1,3,-3,4,-7,4","w":105},"g":{"d":"174,-167r-28,8v5,8,10,16,10,34v0,44,-37,62,-68,62v-9,0,-17,-2,-21,-3v-7,8,-10,12,-10,18v0,10,12,12,35,13r33,2v18,1,62,5,62,46v0,25,-25,73,-109,73v-33,0,-70,-10,-70,-42v0,-21,19,-36,33,-45v-9,-3,-25,-8,-25,-26v0,-17,20,-34,33,-45v-8,-5,-17,-9,-25,-25v-5,-10,-7,-21,-7,-31v0,-36,24,-63,68,-63v16,0,27,4,33,6v8,3,13,4,21,4v5,0,33,-5,34,-5v2,0,4,1,4,2v0,1,3,12,3,13v0,3,-2,3,-6,4xm62,4r0,0v-10,9,-16,16,-16,27v0,19,21,27,47,27v26,0,54,-12,54,-31v0,-16,-18,-18,-25,-19v-9,-1,-51,-3,-60,-4xm114,-135v-4,-19,-15,-33,-30,-33v-14,0,-28,10,-28,33v0,26,15,45,33,45v18,0,27,-15,27,-33v0,-4,-1,-8,-2,-12","w":180},"h":{"d":"123,-8r0,-114v0,-10,0,-17,-5,-25v-5,-8,-13,-13,-23,-13v-15,0,-27,10,-31,14r0,137v0,6,-1,9,-7,9r-30,0v-6,0,-8,-1,-8,-8r0,-260v0,-5,2,-7,8,-7r30,0v6,0,7,0,7,6r0,98v7,-6,24,-20,52,-20v10,0,29,2,42,21v10,14,10,29,10,39r0,122v0,7,-1,9,-7,9r-29,0v-8,0,-9,-1,-9,-8","w":187},"i":{"d":"64,-179r0,171v0,6,0,8,-7,8r-32,0v-6,0,-6,-2,-6,-8r0,-171v0,-5,1,-7,7,-7r31,0v7,0,7,1,7,7xm65,-235v0,13,-9,23,-23,23v-15,0,-25,-9,-25,-22v0,-13,9,-23,25,-23v15,0,23,10,23,22","w":82},"j":{"d":"64,-178r0,130v-1,28,-1,54,-12,80v-17,39,-46,54,-63,54v-9,0,-12,-5,-12,-10v0,-4,2,-7,6,-10v30,-20,34,-43,35,-108r0,-136v0,-7,3,-8,9,-8r30,0v7,0,7,3,7,8xm66,-235v0,13,-10,23,-24,23v-14,0,-24,-9,-24,-22v0,-13,9,-23,24,-23v16,0,24,12,24,22","w":82},"k":{"d":"171,-175r-63,68r74,96v2,3,3,4,3,6v0,4,-3,5,-7,5r-38,0v-7,0,-7,0,-11,-5r-65,-87r0,85v0,6,-3,7,-8,7r-29,0v-6,0,-8,-1,-8,-7r0,-262v0,-6,3,-6,8,-6r29,0v5,0,8,0,8,6r0,162r65,-72v5,-6,6,-7,14,-7r24,0v2,0,8,-1,8,4v0,3,-2,4,-4,7","w":180},"l":{"d":"19,-8r0,-261v0,-6,2,-6,8,-6r28,0v6,0,8,0,8,6r0,261v0,6,-2,8,-8,8r-28,0v-6,0,-8,-1,-8,-8","w":82},"m":{"d":"19,-8r0,-142v0,-15,0,-20,9,-26v15,-11,44,-15,61,-15v36,0,49,13,56,20v5,-5,13,-11,29,-16v10,-3,20,-4,31,-4v15,0,31,3,43,12v17,14,18,36,18,48r0,123v0,5,-2,8,-8,8r-29,0v-6,0,-8,-2,-8,-8r0,-118v0,-15,0,-38,-28,-38v-10,0,-17,3,-21,7v-8,7,-7,14,-7,26r0,123v0,6,-2,8,-8,8r-28,0v-6,0,-9,-1,-9,-8r0,-120v0,-11,0,-37,-28,-37v-3,0,-12,0,-20,7v-8,8,-9,17,-9,27r0,123v0,6,-2,8,-8,8r-28,0v-7,0,-8,-3,-8,-8","w":285},"n":{"d":"168,-134r0,126v0,6,-2,8,-8,8r-29,0v-7,0,-8,-3,-8,-8r0,-122v0,-14,1,-37,-30,-37v-29,0,-29,23,-29,31r0,127v0,7,-2,9,-9,9r-28,0v-6,0,-8,-2,-8,-8r0,-142v0,-14,1,-22,17,-30v19,-9,40,-11,61,-11v36,0,49,9,55,14v16,13,16,30,16,43","w":187},"o":{"d":"183,-95v1,53,-30,100,-86,100v-53,0,-85,-43,-85,-98v0,-56,33,-98,86,-98v59,0,84,52,85,96xm136,-98v-2,-43,-19,-67,-40,-67v-24,0,-38,30,-38,66v0,40,17,74,41,74v23,0,39,-32,37,-73"},"p":{"d":"19,77r0,-221v0,-14,1,-20,5,-26v7,-10,36,-21,68,-21v10,0,39,0,60,21v14,14,24,39,24,69v0,49,-26,105,-80,105v-13,0,-22,-2,-32,-9r0,82v0,6,-2,8,-7,8r-29,0v-6,0,-9,-1,-9,-8xm64,-140r0,107v12,7,21,9,25,9v27,0,41,-31,41,-70v0,-50,-21,-71,-44,-71v-22,0,-22,15,-22,25","w":187},"q":{"d":"124,77r0,-93v-8,7,-23,21,-47,21v-43,0,-65,-41,-65,-88v0,-45,22,-108,91,-108v22,0,42,6,53,15v12,10,12,20,12,35r0,218v0,7,-2,7,-8,7r-28,0v-6,0,-8,0,-8,-7xm124,-43r0,-90v0,-12,0,-32,-23,-32v-30,0,-44,38,-44,73v0,32,12,62,38,62v11,0,21,-5,29,-13","w":187},"r":{"d":"64,-147r0,139v0,6,-1,8,-7,8r-30,0v-6,0,-8,-2,-8,-8r0,-150v0,-11,2,-16,11,-21v12,-7,37,-12,65,-12v22,0,44,6,44,27v0,11,-7,19,-19,19v-10,0,-14,-5,-19,-13v-3,-4,-7,-10,-18,-10v-19,0,-19,12,-19,21","w":135},"s":{"d":"84,-116r18,9v17,8,42,20,42,55v0,20,-10,57,-64,57v-50,0,-67,-30,-67,-44v0,-11,8,-19,18,-19v10,0,15,7,20,14v9,12,16,21,30,21v13,0,22,-9,22,-22v0,-12,-7,-19,-11,-22v-5,-4,-27,-15,-36,-19v-11,-5,-40,-19,-40,-52v0,-26,17,-53,63,-53v44,0,60,24,60,38v0,10,-8,18,-18,18v-11,0,-15,-8,-19,-15v-4,-7,-10,-17,-25,-17v-15,0,-22,12,-22,21v0,18,16,25,29,30","w":157},"t":{"d":"96,-167r-28,0r0,112v0,10,1,33,25,34v9,0,15,0,15,9v0,10,-20,16,-34,16v-19,0,-32,-7,-39,-16v-10,-12,-11,-24,-11,-36r0,-119r-17,0v-6,0,-7,-1,-7,-14v0,-4,1,-5,6,-5r18,0r0,-21v0,-7,2,-8,7,-12r26,-17v4,-3,5,-3,6,-3v5,0,5,6,5,10r0,43r27,0v4,0,7,0,7,5v0,13,0,14,-6,14","w":105},"u":{"d":"169,-179r0,134v0,16,0,27,-14,36v-10,6,-32,14,-62,14v-69,0,-74,-36,-74,-59r0,-126v0,-6,2,-6,7,-6r30,0v5,0,8,1,8,7r0,120v0,12,0,34,31,34v29,0,29,-17,29,-29r0,-125v0,-6,2,-7,8,-7r28,0v6,0,9,0,9,7","w":187},"v":{"d":"49,-180r39,124r39,-125v2,-5,4,-5,9,-5r23,0v2,0,6,0,6,4v0,2,-1,3,-2,6r-59,170v-2,5,-3,6,-8,6r-25,0v-6,0,-6,-1,-8,-6r-62,-170v-1,-4,-1,-5,-1,-6v0,-5,4,-4,6,-4r34,0v5,0,7,0,9,6","w":164},"w":{"d":"154,-7r-30,-96r-31,97v-2,5,-3,6,-8,6r-22,0v-5,0,-7,-1,-9,-6r-53,-169v-1,-4,-1,-5,-1,-6v0,-5,4,-5,7,-5r30,0v6,0,9,0,11,7r33,120r36,-120v1,-3,2,-6,5,-7r12,0v0,0,4,1,6,6r38,121r33,-120v1,-5,2,-7,8,-7r21,0v3,0,7,0,7,4v0,1,0,3,-1,6r-52,169v-2,6,-3,7,-8,7r-23,0v-5,0,-7,-1,-9,-7","w":247},"x":{"d":"107,-6r-32,-55r-36,55v-4,5,-4,6,-10,6r-23,0v-2,0,-6,0,-6,-4v0,-1,1,-2,3,-6r54,-81r-49,-84v-1,-3,-3,-5,-3,-7v0,-5,5,-4,7,-4r31,0v6,0,7,1,10,6r30,50r32,-50v4,-5,5,-6,11,-6r20,0v2,0,6,0,6,4v0,1,0,3,-3,7r-48,75r53,90v2,3,3,5,3,6v0,4,-4,4,-6,4r-33,0v-7,0,-8,0,-11,-6","w":157},"y":{"d":"171,-175r-72,200v-8,22,-24,62,-68,62v-22,0,-31,-10,-31,-22v0,-11,8,-20,19,-20v5,0,16,4,22,4v14,0,22,-12,32,-43r-69,-181v-1,-4,-2,-5,-2,-6v0,-5,5,-5,7,-5r33,0v7,0,6,0,9,7r43,125r40,-125v2,-6,3,-7,10,-7r21,0v3,0,7,0,7,5v0,2,0,2,-1,6","w":172},"z":{"d":"138,-175r-72,149r66,0v4,0,8,1,8,6v0,5,-1,16,-1,17v-1,3,-3,3,-7,3r-117,0v-3,0,-6,0,-6,-4v0,-1,1,-3,3,-8r73,-149r-63,0v-5,0,-7,-1,-7,-6v0,-2,1,-14,1,-15v0,-4,2,-4,6,-4r110,0v3,0,8,0,8,5v0,1,0,2,-2,6","w":150},"{":{"d":"63,-231r0,21v0,51,0,75,-32,82r0,1v32,8,32,34,32,82r0,22v0,32,0,50,28,53v8,1,9,1,9,7v0,7,0,9,-2,10r-6,0v-66,0,-66,-33,-66,-75r0,-34v0,-30,-1,-52,-23,-56v-8,-1,-8,-3,-8,-13v0,-5,1,-5,8,-6v23,-5,23,-30,23,-56r0,-34v0,-28,1,-44,13,-58v10,-11,25,-17,47,-17v4,0,14,-1,14,4r0,8v0,4,-2,5,-9,5v-28,2,-28,24,-28,54","w":105},"|":{"d":"55,-270r0,360r-28,0r0,-360r28,0","w":82},"}":{"d":"42,-210r0,-21v0,-30,0,-52,-28,-54v-7,0,-9,-1,-9,-5r0,-8v0,-5,10,-4,14,-4v22,0,38,6,48,17v12,14,12,30,12,58r0,34v0,26,0,51,23,56v7,1,8,1,8,6v0,10,1,12,-7,13v-22,4,-24,26,-24,56r0,34v0,42,0,75,-66,75r-6,0v-2,-1,-2,-3,-2,-10v0,-6,1,-6,9,-7v28,-3,28,-21,28,-53r0,-22v0,-48,0,-74,32,-82r0,-1v-32,-7,-32,-31,-32,-82","w":105},"~":{"d":"204,-132r14,26v-12,15,-30,29,-50,29v-12,0,-21,-6,-35,-12v-20,-10,-29,-14,-40,-14v-14,0,-19,7,-34,25r-14,-26v8,-11,22,-30,48,-30v14,0,26,6,39,12v19,9,29,13,38,13v17,0,30,-18,34,-23","w":262},"'":{"d":"56,-247r-15,91r-8,0r-14,-88r0,-7v0,-14,11,-19,20,-19v9,0,13,4,15,9v2,5,2,10,2,14","w":74},"`":{"d":"44,-255r28,31v3,3,5,6,5,10v0,6,-5,10,-9,10v-4,0,-7,-3,-9,-5r-32,-24v-3,-3,-7,-7,-7,-14v0,-8,5,-15,12,-15v5,0,9,4,12,7","w":97},"\u00a0":{"w":97}}});if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;<!--
function MM_swapImgRestore(){var i,x,a=document.MM_sr;for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)x.src=x.oSrc;}
function MM_preloadImages(){var d=document;if(d.images){if(!d.MM_p)d.MM_p=new Array();var i,j=d.MM_p.length,a=MM_preloadImages.arguments;for(i=0;i<a.length;i++)
if(a[i].indexOf("#")!=0){d.MM_p[j]=new Image;d.MM_p[j++].src=a[i];}}}
function MM_findObj(n,d){var p,i,x;if(!d)d=document;if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document;n=n.substring(0,p);}
if(!(x=d[n])&&d.all)x=d.all[n];for(i=0;!x&&i<d.forms.length;i++)x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++)x=MM_findObj(n,d.layers[i].document);if(!x&&d.getElementById)x=d.getElementById(n);return x;}
function MM_swapImage(){var i,j=0,x,a=MM_swapImage.arguments;document.MM_sr=new Array;for(i=0;i<(a.length-2);i+=3)
if((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x;if(!x.oSrc)x.oSrc=x.src;x.src=a[i+2];}}
function SetCookie(cookieValue){var today=new Date();var expire=new Date();expire.setTime(today.getTime()+3600000*24*1825);document.cookie='debnr'+"="+escape(cookieValue)
+";expires="+expire.toGMTString();alert('Uw debiteurennummer '+cookieValue+' is opgeslagen op uw computer');}
function GetCookie(){var name='debnr';var start=document.cookie.indexOf(name+"=");var len=start+name.length+1;if((!start)&&(name!=document.cookie.substring(0,name.length)))
{return null;}
if(start==-1)return null;var end=document.cookie.indexOf(";",len);if(end==-1)end=document.cookie.length;document.bestelform.txtDebiteurennummer.value=unescape(document.cookie.substring(len,end));}
function clickclear(thisfield,defaulttext){if(thisfield.value==defaulttext){thisfield.select();}}
function clickrecall(thisfield,defaulttext){if(thisfield.value==""){thisfield.value=defaulttext;}}
jQuery(document).ready(function()
{Cufon.replace('h1, h2, #submenu .header a, #submenu ul li .sub, #submenu_header, #producten_specs_title',{fontFamily:'Barmeno'});Cufon.replace('#menu ul li a',{fontFamily:'Barmeno_medium'});});var arVersion=navigator.appVersion.split("MSIE")
var version=parseFloat(arVersion[1])
if(version<7&&document.body.filters)
{var iL=document.images.length;for(var i=0;i<iL;i++)
{var img=document.images[i];try{var imgName=img.src.toUpperCase();if(imgName.substring(imgName.length-3,imgName.length)=="PNG")
{var imgID=(img.id)?"id='"+img.id+"' ":"";var imgClass=(img.className)?"class='"+img.className+"' ":"";var imgTitle=(img.title)?"title='"+img.title+"' ":"title='"+img.alt+"' ";var imgStyle="display:inline-block;"+img.style.cssText;if(img.align=="left")imgStyle="float:left;"+imgStyle;if(img.align=="right")imgStyle="float:right;"+imgStyle;if(img.parentElement.href)imgStyle="cursor:hand;"+imgStyle;img.outerHTML="<span "+imgID+imgClass+imgTitle
+" style=\""+"width:"+img.width+"px; height:"+img.height+"px;"+imgStyle+";"
+"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
+"(src=\'"+img.src+"\', sizingMethod='scale');\"></span>";i=i-1;}}catch(e){}}}