/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface © <your company>. 2003. All Rights Reserved
 * 
 * Trademark:
 * James Fajardo¨ Trademark of <your company>.
 * 
 * Description:
 * This font was created using the Font Creator Program 4.1 from High-Logic.com
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"374,-1588v36,-18,82,2,100,26v19,25,66,185,84,214v33,54,-11,108,-60,68v-33,-17,-73,-109,-94,-134v-9,-12,-26,-5,-54,16v-78,57,-142,260,-254,274v-26,3,-57,-44,-30,-60v18,-6,81,-88,88,-108v4,-12,201,-300,220,-296","w":566},{"d":"140,-1338v114,-30,215,-37,348,4v115,35,126,33,198,77v68,42,70,66,40,165v-38,127,-221,293,-328,379v-72,58,-82,93,-30,104v137,31,263,52,380,111v65,33,100,53,101,62v3,46,-80,38,-127,32v-80,-10,-88,-30,-187,-55v-104,-26,-153,-25,-247,-47v-59,-14,-139,25,-186,14v-36,-8,-18,-28,-42,-40v-10,-4,-8,-13,4,-30v12,-17,79,-78,200,-186v185,-165,238,-212,330,-366v23,-38,2,-68,-58,-85v-110,-31,-111,-39,-222,-49v-65,-6,-101,14,-142,18v-20,2,-38,-26,-58,-26v-23,0,-10,-54,-2,-64v7,-8,16,-15,28,-18","w":718},{"d":"631,-1262v16,-28,110,-102,158,-92v53,11,91,11,80,72v-9,51,-82,50,-111,78v-49,48,-99,98,-135,158v-57,59,84,302,88,332v7,50,44,49,36,106v-5,35,-43,17,-68,0v-31,-22,-85,-129,-110,-156v-21,-21,-42,-75,-53,-100v-10,-23,-31,-21,-57,-2v-8,-7,-378,418,-372,424v-10,19,-71,111,-100,86v-43,-37,21,-99,29,-136v6,-30,32,-36,45,-70v21,-55,104,-118,136,-176v24,-43,187,-227,202,-268v1,-55,-47,-96,-84,-142v-45,-57,-74,-64,-122,-100v-47,-35,-2,-70,34,-72v101,-5,195,86,238,150v37,56,72,25,89,-10v13,-27,60,-53,77,-82","w":853},{"d":"641,-1248r399,37v55,5,91,15,109,29v18,14,19,28,2,40v-42,34,-140,11,-199,9r-230,-12v-52,2,-70,44,-97,72v-94,101,-188,266,-265,397v-29,49,-43,87,-43,114v-1,47,22,75,70,57v67,-24,111,-42,168,-86v25,-19,24,-14,-3,15v-63,66,-63,90,-141,150v-61,49,-103,65,-167,30v-38,-21,-43,-90,-43,-143v0,-62,28,-118,58,-165r232,-362v41,-65,44,-98,9,-96v-126,9,-284,-7,-384,28v-35,23,-98,-16,-106,-30v-4,-7,-5,-11,-2,-14v16,-13,70,-57,98,-67v72,-25,456,-10,535,-3","w":807},{"d":"312,-922v53,-19,105,-5,134,18v43,130,-103,199,-166,266v-44,48,-51,58,-100,94v-21,15,-21,23,-1,24v79,3,199,50,287,42v21,-2,56,-10,102,-19v46,-9,51,-10,15,-1v-81,20,-150,46,-215,73v-86,36,-189,-22,-288,-13v-40,16,-126,47,-114,-36v6,-38,22,-41,50,-58v79,-48,182,-156,253,-217v28,-24,48,-42,59,-55v11,-13,6,-19,-14,-16v-33,3,-148,48,-164,68v-28,35,-64,-2,-50,-43v23,-69,141,-101,212,-127","w":461},{"d":"238,-1041v47,-74,118,-144,223,-139v37,11,60,26,72,62v12,35,-25,54,-60,48v-57,-10,-70,17,-105,57v-39,44,-60,76,-45,139v14,22,39,5,60,-6v128,-70,266,-124,319,-254v11,-27,-4,-68,-50,-126v-46,-58,-41,-58,10,8v75,96,97,87,97,178v0,69,-23,70,-74,124v-89,94,-172,112,-284,184v-73,46,-83,40,-66,134v25,141,-25,253,-179,224v-53,-10,-96,-33,-109,-72v-20,-62,10,-151,49,-192v46,-49,64,-57,96,-96v38,-46,-6,-103,8,-176v6,-33,17,-66,38,-97xm230,-534v14,-46,-3,-112,-47,-86v-27,17,-66,82,-22,107v29,15,60,11,69,-21","w":807},{"d":"723,-1705v51,-41,94,-47,123,-12v46,55,73,68,30,119v-15,18,-32,20,-47,7v-15,-13,-29,-11,-44,3v-62,55,-159,129,-195,216r-74,173v-66,147,-56,139,-152,221v-54,47,-65,39,-86,80v-13,25,44,73,44,98v0,78,-8,195,-38,246v-29,50,-46,116,-54,190v-7,67,26,76,66,98v34,18,30,-1,74,4v49,6,32,11,8,40v-50,60,-181,48,-226,-4v-19,-22,-44,-82,-38,-130v14,-110,91,-287,102,-368v-7,-42,-118,-79,-134,-116v-14,-34,-29,-86,14,-113v61,-57,147,-57,202,-117v28,-29,50,-27,62,-62v3,-22,44,-72,48,-92v30,-143,130,-301,214,-394v16,-17,50,-46,101,-87","w":570},{"d":"317,-1090v52,-41,107,-100,200,-68v63,22,35,53,-6,68v-74,28,-83,44,-156,120v-82,85,-150,166,-150,284v0,9,8,9,26,6v76,-14,144,30,172,82v33,61,14,111,-48,148v-63,38,-99,62,-168,34v-59,-24,-70,-37,-90,-100v-24,-79,-16,-85,2,-184v26,-146,80,-218,152,-316v27,-36,49,-60,66,-74xm237,-584v-27,-1,-54,-11,-44,22v4,49,56,68,101,50v15,-11,26,-33,8,-46v-18,-12,-35,-24,-65,-26","w":580},{"d":"32,-1453v0,-40,6,-45,25,-59v26,-12,66,11,85,22v4,-2,202,178,170,192v-30,14,-67,1,-97,-5v-23,-5,-196,-110,-183,-150","w":317},{"d":"496,-1318v54,63,5,183,6,274v0,34,-2,53,-5,60v-3,7,1,12,13,15v33,8,201,-16,244,-10v69,10,70,2,120,-13v21,-7,19,-4,-8,8v-63,27,-42,33,-106,66v-67,34,-172,47,-250,64v-25,5,-47,26,-50,60v-11,123,9,329,-82,378v-41,22,-88,-6,-82,-48v9,-68,24,-103,32,-190v5,-53,14,-93,20,-124v11,-54,18,-52,-32,-53v-98,0,-189,25,-247,65v-18,12,-19,24,2,38v21,14,22,12,1,4v-49,-18,-65,-102,-24,-134v22,-17,24,-31,49,-38v54,-17,70,-22,172,-48v101,-26,119,-13,106,-92v-6,-36,5,-70,0,-108v-5,-33,28,-169,54,-174v21,-14,54,-15,67,0","w":837},{"d":"600,-1156v34,-47,103,-204,187,-134v13,11,14,40,9,90v-5,46,-88,503,-70,555v9,25,48,-10,126,-104v126,-152,258,-370,358,-501v18,-23,40,-68,69,-36v32,35,26,54,-5,108v-97,169,-157,310,-288,462v-105,121,-127,180,-252,242v-91,45,-118,-25,-132,-78v-29,-109,-13,-137,19,-301v21,-108,16,-138,-17,-91v-44,63,-147,192,-194,232v-22,19,-66,91,-88,111v-49,45,-156,170,-202,177v-50,-3,-59,-34,-77,-81v-43,-112,18,-245,45,-339v24,-80,92,-242,135,-334v23,-48,17,-70,78,-56v35,9,64,44,45,87v-60,133,-123,259,-164,414v-26,96,-20,125,19,83v121,-131,299,-368,399,-506","w":1184},{"d":"378,-1398v29,-15,72,19,80,36v10,23,43,35,54,56v19,39,38,108,38,184v0,159,19,199,54,338v27,105,44,136,86,204v29,47,59,59,94,12v60,-79,57,-172,114,-296v64,-139,74,-274,154,-373v57,-70,93,-119,202,-106v20,2,30,31,10,49v-68,61,-163,214,-202,310v-12,30,-107,335,-122,358v-27,43,-37,113,-76,162v-47,59,-48,70,-134,54v-86,-16,-109,-30,-148,-92v-82,-128,-128,-313,-148,-506v-9,-89,-25,-88,-54,-48v-72,100,-156,277,-204,414v-20,58,-38,95,-51,111v-39,47,-94,-9,-85,-63v17,-106,117,-325,160,-416v27,-57,51,-154,88,-230v38,-82,44,-120,90,-158","w":1054},{"d":"104,-874v20,-34,46,-70,102,-46v22,9,26,27,14,52r-61,126v-28,58,-32,73,-9,48v50,-54,119,-139,196,-152v104,-17,131,68,132,190v1,64,16,95,46,94v61,-1,128,-59,153,-98v14,-22,21,-27,18,-17v-19,54,-48,77,-108,134v-43,41,-81,62,-113,62v-81,0,-86,-71,-96,-163v-11,-115,-16,-97,-93,-54v-65,37,-131,124,-173,178v-28,35,-53,67,-88,34v-24,-45,-4,-75,7,-138v7,-40,21,-82,37,-126v16,-44,12,-59,-11,-44v-23,15,-51,39,-85,70v-34,31,-22,16,36,-44v58,-60,90,-96,96,-106","w":582},{"d":"-71,-1574v4,-29,29,-67,69,-71v220,-23,308,197,365,353v40,109,69,251,37,447v-52,317,-165,457,-406,546v-40,15,-74,-40,-52,-79v20,-36,96,-14,128,-44v73,-67,85,-60,139,-180v71,-156,96,-218,85,-440v-9,-175,-61,-275,-120,-381v-37,-67,-88,-113,-166,-112v-38,9,-75,-15,-79,-39","w":487},{"d":"61,-1319v-21,-51,-12,-107,48,-86v106,36,137,91,210,232v49,97,79,156,92,174v19,26,33,81,52,100v6,6,28,-19,65,-73v37,-54,72,-104,106,-148v50,-64,92,-136,154,-188v43,-37,73,-45,98,-3v18,30,-12,92,-23,104v-44,49,-190,210,-237,285v-65,102,-118,235,-179,323v-44,64,-159,361,-200,420v-7,8,-19,-2,-32,-32v-44,-99,12,-154,40,-242v15,-47,144,-268,152,-312v-6,-53,-54,-100,-82,-154v-34,-66,-170,-261,-214,-318v-25,-33,-42,-61,-50,-82","w":716},{"d":"238,-1312v25,-52,33,-91,92,-78v47,11,52,54,47,122v-13,180,-50,234,-118,381r-81,174v-24,50,-38,80,-40,90v-2,10,1,17,7,21v14,10,556,-113,563,-120v41,-12,76,-28,104,-45v28,-17,31,-17,13,5v-30,37,-139,85,-173,112v-46,36,-262,127,-348,136v-118,12,-193,92,-290,44v-47,-23,-33,-52,-8,-118v44,-119,72,-139,134,-284r78,-180v15,-37,23,-62,26,-76v3,-14,-2,-16,-15,-4v-29,27,-39,-19,-39,-37v0,-49,25,-95,48,-143","w":627},{"d":"371,-888v15,-19,52,-40,75,-14v44,50,85,67,188,44v50,-11,50,-9,-1,6v-85,25,-156,25,-205,71v-64,60,-149,190,-196,267v-16,24,-43,62,-84,44v-64,-28,-42,-104,-72,-176v-10,-51,-76,-121,-56,-172v13,-33,64,-39,90,-8v21,25,54,117,61,154v3,18,10,23,20,16v10,-7,41,-45,93,-116","w":476},{"d":"356,-1410v36,-44,47,-131,124,-110v26,7,52,36,44,65v-7,26,-34,75,-20,105v4,4,36,20,96,50v121,61,180,102,196,238v9,77,-12,107,-68,166v-96,101,-167,127,-316,170v-85,24,-100,22,-178,28v-60,5,-48,46,-78,94v-27,43,-48,147,-74,183v-18,24,-61,26,-76,5v-5,-9,10,-65,40,-169v40,-139,134,-344,166,-447v17,-55,17,-29,34,-116v11,-51,5,-76,-18,-76v-23,0,-20,-16,6,-50v40,-53,88,-94,122,-136xm558,-1174v-72,-21,-86,-51,-134,-4v-75,73,-122,241,-176,346v-10,20,9,27,56,20v93,-14,277,-67,322,-134v97,-90,28,-199,-68,-228","w":728},{"d":"582,-1311v46,-45,52,-53,92,-27v29,19,11,96,25,132v16,41,29,187,40,232v5,22,33,27,85,16v81,-17,200,-50,265,-70v24,-8,-1,3,-76,34v-122,51,-158,71,-235,128v-54,40,-29,84,-45,168v-17,88,-13,189,-50,260v-18,32,-50,48,-76,20v-22,-42,9,-168,16,-214r19,-121v16,-97,-89,-49,-149,-43v-70,7,-154,13,-205,40v-59,32,-195,233,-256,316v-29,39,-59,56,-85,22v-8,-11,-10,-29,-1,-51v90,-209,304,-414,440,-595r96,-129v36,-47,69,-87,100,-118xm620,-1103v-7,-47,-19,-59,-38,-35v-56,72,-70,93,-151,182v-49,54,-54,78,-13,68v41,-10,90,-18,148,-24v58,-6,85,-18,83,-37v-8,-59,-18,-77,-29,-154","w":861},{"d":"416,-857v23,-13,47,-11,58,7v7,64,-67,225,-26,290v9,15,30,19,56,15v26,-4,54,-22,85,-53v31,-31,36,-32,11,-4v-34,38,-75,104,-120,119v-81,27,-154,-35,-135,-131v6,-26,9,-47,11,-66v2,-19,-5,-17,-22,3v-61,71,-138,165,-250,179v-66,8,-84,-50,-59,-122v12,-33,27,-79,51,-137v24,-58,16,-89,-21,-93v-37,-4,-65,-12,-84,-24v-19,-12,-7,-12,34,4v41,16,70,15,86,-4v29,-56,133,-40,105,35v-5,16,-21,58,-50,126v-29,68,-30,98,-3,90v34,7,252,-230,273,-234","w":507},{"d":"87,-476v-59,-47,-20,-108,58,-108v77,0,96,51,56,96v-30,34,-72,46,-114,12","w":284},{"d":"88,-840v29,-36,201,-127,262,-98v24,11,34,32,34,57v0,25,-23,39,-69,41v-94,4,-164,51,-184,134v-26,107,87,151,179,116v61,-23,113,-54,168,-100v35,-29,35,-23,-3,12v-97,89,-156,182,-331,176v-64,-2,-135,-78,-132,-153v4,-90,33,-131,76,-185","w":421},{"d":"167,-946v0,-68,57,-98,95,-62v21,20,5,31,17,62v14,34,-16,37,-19,62v-5,14,-22,91,-44,80v-26,-14,-27,-39,-39,-74v-7,-21,-10,-44,-10,-68xm86,-568v12,-16,24,-29,59,-20v33,8,53,1,64,24v12,25,24,44,-10,66v-36,23,-75,42,-108,8v-26,-14,-17,-62,-5,-78","w":368},{"d":"86,-990v23,-87,58,-147,178,-132v66,8,80,22,126,32v25,6,131,89,138,110v13,21,7,33,10,54v9,62,-55,97,-78,138v-8,27,29,45,34,70v12,61,-6,74,-46,126v-59,76,-193,165,-294,190v-22,1,-18,-43,-8,-59v37,-58,148,-102,198,-161v37,-43,56,-46,58,-80v-41,-23,-64,-5,-154,20v-94,26,-110,49,-142,8v-14,-79,67,-94,134,-114v37,-10,157,-90,176,-116v31,-41,-8,-57,-46,-78v-57,-31,-170,-65,-224,-10v-17,18,-34,22,-44,18v-10,-4,-16,-9,-16,-16","w":607},{"d":"426,-1509v17,-20,33,-47,69,-33v28,10,26,53,42,74v8,11,-4,46,-33,108v-29,62,-60,130,-91,204v-31,74,-57,135,-75,182v-38,100,-23,114,62,51r122,-93v52,-38,228,-201,276,-234v38,-26,51,-39,96,-21v26,10,53,31,36,65v-17,32,-46,67,-88,82v-38,14,-114,89,-142,108v-58,38,-114,101,-196,155v-59,39,-54,81,12,119v59,34,122,86,190,106v28,8,60,17,74,36v16,21,-23,40,-43,40v-42,0,-115,-1,-147,-16v-47,-22,-103,-45,-142,-77v-52,-42,-55,-35,-117,-80v-78,-57,-75,-37,-104,63v-18,64,-131,381,-179,400v-43,17,-46,-23,-42,-70v6,-71,48,-153,66,-222v11,-42,111,-338,130,-366v40,-60,79,-236,113,-306v29,-59,67,-159,85,-226v5,-20,15,-36,26,-49","w":801},{"d":"383,-1191v43,-32,116,7,131,37v19,37,25,125,38,170v7,25,24,51,51,74v27,23,25,23,-8,0v-33,-23,-59,-55,-74,-97v-30,-82,-92,-123,-156,-59v-45,45,-67,-21,-59,-48v12,-36,33,-64,77,-77xm260,-934v74,-12,77,47,54,126v-48,167,-164,476,-244,609v-49,81,-149,172,-262,106v-27,-16,-41,-32,-40,-48v1,-16,15,-14,45,0v78,37,123,-29,159,-73v86,-104,162,-358,194,-514v7,-34,-1,-47,-21,-40v-22,7,-94,49,-114,48v-4,-2,12,-14,49,-34v37,-20,73,-54,107,-102v34,-48,58,-75,73,-78","w":366},{"d":"266,-470v-79,14,-182,26,-178,-64v4,-80,95,-134,155,-158v22,-9,55,-24,33,-52v-41,-52,-17,-147,5,-203v30,-78,121,-196,199,-220v96,-30,167,28,179,128v7,57,-8,144,-25,177v-14,28,-33,57,10,60v58,4,166,-14,207,14v56,22,66,28,107,98v26,45,28,48,4,12v-50,-77,-116,-64,-226,-45v-71,13,-121,7,-70,33v27,14,99,28,129,36v14,4,15,13,3,28v-25,31,-39,27,-86,36v-38,7,-150,-41,-188,-30v-103,30,-143,129,-258,150xm574,-1037v-13,-48,-73,-50,-114,-13v-57,52,-81,81,-102,168v-20,85,14,135,100,126v75,-8,86,-89,106,-174v13,-56,15,-92,10,-107xm356,-628v-53,-2,-138,52,-164,78v-2,6,4,10,18,11v35,2,120,-47,140,-67v16,-16,18,-22,6,-22","w":1130},{"d":"310,-1473v5,-21,20,-52,48,-49v39,6,56,34,78,66v31,47,54,213,40,304v-9,57,-10,93,-16,108v-12,31,52,69,44,97v0,25,-32,52,-58,45v-12,-3,-25,15,-42,55v-50,117,-105,219,-196,295v-48,40,-62,58,-122,48v-78,-37,-66,-203,-12,-280v32,-46,84,-90,162,-126v78,-36,105,-50,80,-40v-25,10,-119,24,-282,40v-163,16,-156,13,22,-11v178,-24,279,-43,294,-63v68,-92,74,-323,-4,-418v-28,-35,-39,-60,-36,-71xm258,-820v-44,26,-141,103,-126,178v3,14,24,3,60,-34v50,-51,77,-85,88,-140v2,-9,-8,-12,-22,-4","w":487},{"d":"212,-1088v34,-62,173,-58,228,-8v49,44,91,117,66,209v-20,78,-58,129,-124,182r-128,103v-21,19,-25,30,-12,35v13,5,69,9,166,12v97,3,150,3,162,-2v12,-5,11,-2,2,11v-44,65,-104,83,-234,82r-304,-2v-85,10,-75,-82,-20,-104v116,-47,236,-172,328,-256v61,-55,75,-93,42,-162v-11,-23,-81,-37,-110,-23v-26,12,-33,0,-48,-11v-13,-9,-26,-44,-14,-66","w":587},{"d":"262,-1672v42,-49,69,-62,144,-42v83,22,108,98,82,214v-28,127,-27,119,-90,234v-47,86,-82,170,-64,270v12,64,37,69,108,76v43,4,100,19,118,40v11,35,-8,79,-36,92v-23,11,-121,99,-136,122v-40,65,-75,211,-123,292v-55,92,-124,139,-200,182v-30,17,-139,23,-168,10v-27,-21,-34,-30,-54,-80v-13,-33,-1,-38,38,-12v39,26,84,19,140,-14v95,-56,183,-224,215,-330v27,-89,39,-104,86,-162v20,-24,12,-43,-22,-59v-69,-32,-85,-51,-94,-141v-9,-85,1,-65,14,-126v13,-61,86,-249,118,-300v34,-54,46,-93,48,-150v-7,-35,-25,-43,-80,-24v-95,33,-85,-45,-44,-92","w":619},{"d":"284,-1212v49,-83,104,-214,218,-204v38,14,67,44,84,78v18,23,-15,89,-38,68v-17,-15,-63,-47,-94,-21v-65,55,-137,227,-169,317v-9,25,6,38,40,37r369,-3v125,-3,36,-2,36,-2v-186,2,-302,32,-424,69v-44,13,-48,20,-68,53v-32,53,-148,424,-193,550v-21,59,-43,99,-109,98v-38,7,-77,-72,-70,-98v13,-16,20,30,36,27v10,3,20,-1,30,-11v10,-10,49,-113,119,-308v70,-195,84,-283,42,-265v-42,18,-61,7,-57,-33v4,-40,22,-61,57,-62v35,-1,57,-4,65,-12v25,-23,105,-243,126,-278","w":422},{},{"d":"132,-900v39,-34,145,-68,182,-22v22,47,21,114,-26,142v-38,23,-100,79,-174,62v-4,-1,-6,-1,-7,1v-47,69,3,163,94,139v36,-10,168,-66,193,-90r53,-49v17,-16,19,-16,7,0v-63,84,-135,172,-242,209v-96,34,-178,-13,-206,-82v-34,-82,16,-196,55,-243v17,-22,43,-43,71,-67xm230,-826v18,-27,3,-40,-30,-22v-23,13,-53,32,-45,57v19,10,64,-25,75,-35","w":413},{"d":"84,-864v-5,-60,46,-66,82,-45v14,9,21,51,20,125v-1,74,22,87,70,40v48,-47,88,-76,118,-89v30,-13,52,-7,66,19v14,26,18,72,9,140v-9,68,-5,85,9,51v37,-93,58,-173,138,-221v26,-16,52,-12,80,16v28,28,84,35,168,22v84,-13,94,-13,32,0v-62,13,-116,22,-165,22v-92,0,-117,66,-137,128v-13,42,-96,186,-125,208v-42,31,-46,4,-71,-36v-16,-25,-20,-68,-17,-129v3,-61,-5,-85,-26,-75v-27,0,-174,191,-205,186v-38,-6,-50,-40,-35,-93v29,-99,-3,-172,-11,-269","w":686},{"d":"478,-1485v14,-6,18,-22,46,-11v23,-2,44,69,36,87v-46,103,-86,220,-128,327r-84,212v-29,68,18,28,48,28v73,0,220,-46,276,-73v8,-6,16,-24,27,-52v6,-17,107,-342,110,-359v8,-19,31,0,45,8v21,11,25,38,25,63v0,59,-63,226,-55,290v4,5,19,3,48,-4v29,-7,43,4,44,35v1,31,-16,51,-50,62v-67,22,-73,5,-95,66r-121,334v-12,30,-30,63,-54,96v-24,33,-31,21,-19,-34r39,-172r36,-189v4,-26,-28,-30,-92,-11r-184,55v-59,17,-96,39,-108,65v-28,60,-101,293,-135,396v-9,29,-22,49,-36,62v-31,28,-53,-20,-65,-26v-13,-17,108,-370,113,-382v12,-32,10,-53,-9,-60v-32,-11,-37,-40,-30,-76v5,-27,77,-59,94,-74v27,-25,49,-91,66,-134r157,-408v31,-78,49,-118,55,-121","w":848},{"d":"477,-1292v73,-38,120,-69,207,-60v38,4,61,28,90,56v36,34,43,70,16,112v-12,17,-30,13,-58,-8v-80,-59,-169,-37,-254,32v-87,70,-171,184,-220,270v-36,65,-36,170,9,226v48,61,100,64,191,80v44,8,68,2,70,-14v2,-19,47,-135,78,-108v28,12,24,59,58,56v78,-39,139,-128,158,-240v12,-70,-10,-159,-44,-176v-53,-8,-71,16,-132,16v-28,0,-35,-10,-22,-30v30,-44,48,-44,114,-54v125,-19,197,50,201,174v5,144,-41,232,-105,311v-19,39,-193,119,-204,157v-21,69,28,210,-26,253v-37,-1,-56,-69,-74,-99v-7,-11,-12,-37,-14,-78v-3,-87,-64,-45,-136,-56v-55,-8,-127,-28,-158,-50v-69,-50,-156,-184,-111,-326v28,-86,113,-228,167,-280v63,-59,118,-122,199,-164","w":943},{"d":"367,-1276v20,-39,80,0,82,26v12,17,-321,810,-327,806v-20,36,-36,58,-47,63v-11,5,-17,6,-16,2v-30,-78,26,-218,43,-286v33,-130,108,-251,160,-371v66,-151,102,-230,105,-240","w":458},{"d":"264,-1232v29,-41,48,-59,66,-51v18,8,28,18,29,31v1,13,-28,78,-87,195v-59,117,-102,226,-128,327v-26,101,-35,158,-27,171v8,13,22,14,43,11v29,-5,297,-174,314,-190v18,-18,7,-3,-37,38r-99,92v-61,58,-128,145,-230,156v-52,6,-64,-31,-84,-63v-11,-18,-12,-51,-2,-99v39,-179,151,-490,242,-618","w":319},{"d":"390,-1367v66,-45,159,-105,257,-67v41,16,67,75,46,126v-14,31,-38,49,-53,78v-10,19,-45,39,-70,28v-7,-5,-4,-27,12,-64v27,-63,2,-80,-46,-64v-86,29,-189,164,-206,266v-24,144,48,242,34,397v-8,90,-58,149,-91,203v-41,67,-181,120,-240,30v-56,-86,6,-156,55,-212v48,-55,84,-47,128,-90v16,-16,16,-62,-2,-137v-58,-241,40,-402,176,-494xm221,-697v-11,-16,-35,1,-77,53v-42,52,-59,88,-58,107v2,47,52,38,75,17v39,-35,107,-108,60,-177","w":506},{"d":"68,-795v39,-37,83,-150,174,-118v12,4,20,17,30,29v29,36,114,15,188,20v50,3,39,2,-32,4v-71,2,-111,3,-120,8v-24,12,-8,67,-8,100v0,161,-45,257,-151,300v-61,24,-109,-27,-125,-71v-26,-73,-1,-186,35,-235v17,-23,19,-36,13,-34v-6,2,-7,0,-4,-3xm208,-645v19,-72,-12,-137,-63,-76v-32,38,-53,104,-35,155v18,28,31,30,60,6v15,-13,27,-42,38,-85","w":360},{"d":"340,-1512v74,-16,136,25,72,101v-53,62,-212,463,-237,553v-16,57,-19,77,-4,62v50,-50,96,-109,178,-122v98,-16,101,107,86,200v-10,65,-4,94,25,124v31,32,112,-3,133,-28v15,-19,20,-16,11,4v-25,58,-96,102,-166,112v-81,-14,-94,-85,-87,-198v8,-119,-10,-121,-97,-61v-77,53,-126,142,-155,223v-19,54,-55,41,-81,15v-9,-11,-14,-25,-14,-45v0,-136,134,-469,197,-618v53,-126,81,-204,90,-231v9,-27,25,-58,49,-91","w":588},{"d":"744,-1114v23,-36,251,-264,301,-262v35,-6,65,71,63,96v-2,10,-14,16,-37,17v-57,6,-193,180,-225,219v-38,47,-150,170,-180,215v5,10,-412,388,-422,381v-36,18,-103,24,-140,3v-95,-54,-64,-305,-48,-424v10,-72,32,-228,16,-313v-13,-73,70,-151,118,-78v36,54,28,86,28,200v1,122,-40,273,-34,386v4,80,5,101,53,64r77,-60v81,-65,74,-65,154,-150r150,-154v59,-59,103,-104,126,-140","w":869},{"d":"73,-804v24,-93,47,-138,69,-136v43,3,76,44,48,96v-14,26,-15,40,-4,38v62,-15,108,-90,192,-52v59,13,94,70,180,40v41,-14,36,-11,-13,14v-81,42,-204,13,-279,49v-66,32,-96,57,-128,131v-27,62,-45,111,-64,164v-11,32,-74,37,-86,3v-6,-17,-8,-28,-4,-33v28,-72,59,-196,89,-314","w":441},{"d":"361,-1364v27,-36,49,-50,71,-36v50,32,26,44,55,102v43,85,71,181,81,328v11,161,21,257,138,122v86,-100,175,-217,270,-302v83,-73,99,-97,182,-162v55,-43,79,-51,122,-20v40,43,31,67,14,178v-11,75,-25,148,-36,222v-14,100,-35,217,-18,295v16,27,40,33,72,11v18,-11,40,-35,68,-71v28,-36,20,-16,-23,61v-43,77,-81,122,-113,136v-57,26,-81,12,-106,-19v-23,-29,-47,-110,-38,-171r58,-403v6,-39,-5,-55,-26,-40v-129,90,-314,388,-434,469v-64,43,-130,30,-179,-14v-76,-68,-58,-325,-91,-437v-10,-33,-36,4,-82,113v-46,109,-78,190,-97,244v-27,74,-72,204,-108,250v-36,29,-111,-1,-99,-53v8,-36,30,-55,38,-91v9,-41,121,-309,134,-356v22,-81,102,-295,147,-356","w":1363},{"d":"434,-925v49,3,67,15,58,37v-41,101,-51,266,-101,364r-41,96v-62,143,-176,340,-326,393v-62,22,-145,-14,-145,-85v0,-40,44,-105,141,-196v97,-91,103,-94,18,-10v-85,84,-127,142,-130,173v-4,54,26,65,68,52v184,-104,275,-309,354,-527v20,-56,17,-70,-9,-43v-41,44,-147,132,-207,151v-51,16,-74,9,-100,-18v-11,-12,-13,-36,-6,-72v16,-81,86,-205,150,-246v70,-45,137,-98,226,-60v21,9,37,6,50,-9xm327,-819v-11,-11,-28,-11,-51,3v-50,30,-115,96,-146,151v-19,31,-10,36,27,14v59,-34,126,-93,164,-136v14,-17,16,-27,6,-32","w":514},{"d":"203,-866v17,-39,108,-38,121,12v23,45,15,85,-13,111v-19,11,-13,50,-55,29v-31,-16,-51,-21,-46,-58v10,-19,-21,-76,-7,-94xm104,-528v12,-18,19,-39,58,-28v47,13,77,65,70,133v-7,69,-24,91,-51,129v-16,22,-71,41,-90,54v-6,4,-26,0,-61,-6v-48,-9,-78,-39,-80,-73v16,-14,61,-1,89,-13v35,-6,65,-40,73,-67v2,-32,-31,-93,-8,-129","w":358},{"d":"129,-921v25,-35,46,-53,62,-50v46,8,42,55,53,99v5,19,-10,57,-40,114v-30,57,-29,64,6,22v35,-42,64,-71,89,-80v69,-25,117,20,117,88v0,19,4,29,8,32v4,3,26,-17,66,-60v40,-43,76,-70,106,-84v65,-29,99,-5,128,38v47,71,103,220,201,238v20,4,55,-6,104,-32v49,-26,61,-30,33,-15v-62,34,-120,66,-188,85v-46,13,-77,-19,-105,-40v-28,-21,-92,-110,-111,-138v-24,-35,-59,-18,-87,6v-48,42,-106,91,-137,146v-31,55,-20,53,-55,92v-38,41,-85,5,-69,-55v13,-49,15,-90,18,-145v2,-27,-6,-40,-23,-42v-37,-5,-152,122,-163,149v-15,36,-24,51,-46,69v-16,13,-79,-11,-77,-28v7,-67,39,-123,65,-216v19,-69,35,-111,43,-129v8,-18,-48,15,-167,98v-119,83,-151,105,-100,61v87,-74,207,-140,269,-223","w":903},{"d":"112,-816v29,-77,104,-124,192,-142v48,-10,66,27,40,56v-32,36,-73,14,-106,64v-35,31,-50,113,-36,163v9,33,34,138,5,177v-28,66,-83,98,-165,98v-40,0,-83,-18,-88,-62v-3,-25,30,-70,104,-138v74,-68,81,-70,18,-6v-63,64,-88,103,-74,118v63,46,126,-36,126,-112v0,-27,-39,-178,-16,-216","w":318},{"d":"132,-916v10,-13,427,-239,454,-224v22,12,41,38,25,68v-22,41,-34,40,-85,74v-47,31,-95,37,-132,62v-28,19,-81,36,-112,60v-39,31,-79,24,-100,65v-4,9,47,70,152,184v105,114,159,177,164,188v12,24,-24,31,-42,33v-27,2,-43,-26,-65,-34v-36,-12,-47,-25,-73,-60v-60,-79,-243,-188,-261,-308v3,-65,28,-71,75,-108","w":629},{"d":"545,-1665v35,-22,92,-6,129,5v33,2,65,78,68,105v1,21,-49,51,-78,34v-58,-20,-81,-9,-140,25v-86,50,-191,195,-244,294v-52,98,-118,311,-98,454v18,129,47,173,119,250v35,37,82,62,139,76v57,14,85,37,82,66v-7,66,-5,50,-81,47v-90,-4,-181,-89,-236,-139v-52,-47,-129,-218,-137,-298v-13,-140,7,-178,52,-334v66,-229,256,-481,425,-585","w":564},{"d":"465,-490v2,61,-24,101,-93,90v-5,-30,15,-114,23,-148v20,-86,-17,-69,-97,-74v-82,-5,-70,13,-98,70v-21,43,-22,73,-28,113v-3,23,-58,29,-66,6v-19,-57,11,-132,28,-179v15,-43,-97,-19,-78,-66v8,-20,25,-32,58,-34v73,-6,67,4,80,-66v6,-34,-9,-48,-44,-40v-60,16,-86,-1,-86,-45v0,-17,29,-27,85,-37v97,-17,92,7,119,-56v23,-52,47,-99,74,-142v12,-20,56,-26,68,2v4,9,0,34,-16,78v-16,44,-9,66,20,66v89,0,120,2,148,-84r34,-105v9,-34,21,-32,42,-48v24,-17,62,3,64,29v-7,53,-68,161,-70,214v6,18,93,33,119,33v20,1,29,9,27,24v5,31,-118,30,-142,25v-44,0,-50,51,-66,96v-11,31,5,47,43,53v52,8,106,-4,137,7v0,18,-48,38,-68,48v-25,12,-128,16,-158,20v-31,4,-60,112,-59,150xm488,-816v13,-66,-10,-46,-86,-53v-100,-9,-84,13,-110,85v-13,34,-16,56,-14,62v18,20,32,8,88,16v67,9,80,2,90,-38v7,-26,27,-45,32,-72","w":773},{"d":"537,-1393v-29,-4,-133,-36,-182,-36v-61,0,-53,-5,-81,-19v-30,-16,-32,-102,1,-119v17,-8,35,-10,56,-10v24,0,331,101,338,118v43,46,29,74,-2,160r-230,630v-55,122,-68,269,-131,357v-32,45,-63,47,-169,47v-99,0,-108,11,-145,-14v-55,-37,41,-98,65,-110v49,-24,111,31,155,-5v39,-31,81,-153,104,-226v18,-57,45,-138,81,-240r111,-312v38,-106,54,-169,48,-190v-6,-21,-12,-31,-19,-31","w":539},{"d":"298,-1578v36,-14,27,-23,70,-20v34,3,59,11,72,34v14,25,39,18,22,67v-8,24,-22,32,-44,25v-22,-7,-19,-2,11,15v81,47,118,75,243,69v96,-4,165,-29,238,-52v38,-12,106,-4,90,42v-15,44,-92,99,-138,124v-46,25,-223,206,-262,232v-35,23,-40,45,-70,64v-21,14,-153,148,-164,174v-13,31,-124,123,-136,150v-16,35,-52,55,-62,96v-10,44,58,40,96,30v73,-19,110,-43,216,-80v73,-26,70,-19,-12,18v-139,62,-149,96,-272,118v-73,13,-137,-26,-110,-106v19,-55,68,-128,110,-170v25,-27,41,-46,46,-58v-3,-11,309,-334,318,-334v41,-31,66,-73,108,-102v20,-15,43,-35,68,-60v25,-25,31,-41,18,-46v-52,-18,-267,-55,-311,0v-8,31,5,34,1,76v-7,66,-18,83,-79,110v-123,55,-246,-21,-255,-140v20,-115,90,-238,188,-276xm313,-1396v-25,-14,-46,-21,-69,8v-48,39,-54,156,24,164v60,20,67,-18,86,-50v11,-18,-29,-122,-41,-122xm750,-742v62,-10,120,-82,191,-79v32,1,37,10,30,50v-4,23,-16,40,-36,53v-20,13,-24,26,-12,38v30,33,57,79,57,160v0,79,-66,130,-123,138v-114,17,-177,-48,-194,-142v-3,-14,1,-39,8,-74v7,-35,-2,-55,-27,-62v-25,-7,-20,-22,16,-43v36,-21,66,-34,90,-39xm887,-584v-22,-57,-115,-38,-118,18v-25,83,97,110,123,38v6,-16,4,-34,-5,-56","w":1115},{"d":"356,-1407v78,-4,76,-120,153,-124v26,8,31,27,51,49v27,30,17,23,-1,58v-22,41,25,40,51,51v51,22,88,46,88,126v0,17,-6,19,-18,7v-23,-24,-113,-58,-157,-64v-53,-8,-66,27,-85,55v-14,20,-76,205,-88,227v-9,17,-36,100,-83,246v-47,146,-60,224,-39,238v31,21,106,42,68,91v-48,31,-233,-8,-298,17v-30,11,-26,4,-28,-26v-5,-74,32,-48,93,-81v33,-18,55,-44,65,-87v10,-43,28,-109,53,-198r56,-194v12,-40,34,-103,66,-189v32,-86,33,-125,3,-117v-30,8,-44,36,-40,85v4,49,1,57,-10,25v-36,-101,0,-190,100,-195","w":452},{"d":"288,-870v74,5,61,-18,148,7v67,19,132,7,182,25v12,5,22,9,28,8v6,-1,8,0,5,4v-1,5,-57,30,-65,24v-10,-7,-28,15,-38,8v-23,-1,-32,12,-79,12v-106,0,-161,27,-259,40v-35,5,-66,16,-94,26v-60,24,-63,-17,-97,-36v-17,-9,-15,-23,4,-38v44,-33,92,-68,171,-74v44,-3,75,-7,94,-6","w":629},{"d":"391,-1790v12,-19,28,-52,60,-38v46,20,21,36,14,118v-7,76,-14,107,40,92v9,-7,161,-59,178,-51v8,3,15,13,20,29v5,16,-7,32,-32,50v-31,22,-178,73,-215,82v-13,3,-16,9,-11,20v-7,12,196,142,160,168v-46,56,-58,57,-129,-8v-40,-37,-61,-46,-66,-33v-20,53,-25,161,-99,161v-31,-1,-17,-71,-14,-97v3,-23,39,-111,18,-137v-5,-26,-235,57,-238,38v-54,-22,11,-75,22,-100v9,-22,88,-109,110,-118v47,-20,80,19,120,26v13,3,25,-27,36,-90v11,-63,19,-100,26,-112xm278,-1523v-33,-25,-57,-20,-89,19v-21,24,-9,30,36,16v45,-14,63,-27,53,-35","w":667},{"d":"97,-1104v-32,-44,-10,-104,40,-90v45,13,43,30,96,60v53,31,49,44,84,68v19,13,60,62,80,72v41,36,183,146,196,208v8,37,-15,108,-42,126v-25,27,-84,50,-106,74v-23,24,-50,21,-82,46v-38,28,-102,36,-136,68v-27,25,-41,44,-82,34v-38,-9,-22,-75,-6,-98v17,-26,111,-71,134,-96v44,-51,185,-50,180,-140v13,-15,-367,-319,-356,-332","w":664},{"d":"288,-870v74,5,61,-18,148,7v67,19,132,7,182,25v12,5,22,9,28,8v6,-1,8,0,5,4v-1,5,-57,30,-65,24v-10,-7,-28,15,-38,8v-23,-1,-32,12,-79,12v-106,0,-161,27,-259,40v-35,5,-66,16,-94,26v-60,24,-63,-17,-97,-36v-17,-9,-15,-23,4,-38v44,-33,92,-68,171,-74v44,-3,75,-7,94,-6","w":629},{"d":"64,-897v59,-40,96,-62,109,-67v27,-11,46,13,49,34v2,12,-1,38,-10,77v-18,82,5,39,37,26v41,-17,130,-56,177,-19v80,62,26,203,-33,252v-55,46,-96,73,-173,88v-51,10,-79,-30,-55,-76v32,-60,93,-109,164,-128v11,-2,3,5,-23,23v-26,18,-48,36,-68,53v-20,17,-27,30,-20,38v7,8,19,8,38,2v25,-9,144,-103,114,-152v-15,-24,-35,-32,-70,-18v-99,40,-129,78,-180,200v-30,73,-51,127,-64,162r-50,145v-21,61,-46,121,-74,179v-28,58,-50,83,-68,76v-49,-17,-37,-72,-20,-118r232,-614v10,-25,22,-62,37,-111v15,-49,17,-71,5,-67v-12,4,-40,18,-81,40v-41,22,-32,14,27,-25","w":473},{"w":377},{"d":"172,-1006v93,-112,165,-231,358,-212v24,2,50,27,44,56v-36,179,-192,554,-254,708v-17,39,-33,55,-76,50v-41,-17,-30,-50,-6,-106v38,-86,78,-144,106,-246v21,-76,46,-114,60,-166v0,-9,-6,-5,-17,13v-32,50,-85,91,-131,129v-60,50,-58,67,-124,64v-48,-2,-53,-55,-66,-92v-7,-20,42,-106,48,-118v6,-12,25,-40,58,-80xm415,-1093v-44,4,-57,27,-87,59v-43,47,-127,125,-146,180v0,12,8,14,26,4v54,-27,99,-101,142,-136v9,-7,27,-26,52,-59v25,-33,29,-50,13,-48","w":624},{"w":532},{"d":"262,-1396v3,-64,75,-141,122,-88v30,34,14,83,-7,125v-17,36,-4,57,27,49v36,-9,95,-12,134,6v73,33,129,145,98,252v-2,32,-68,104,-72,123v38,20,114,69,114,129v-1,82,-16,108,-69,175v-51,64,-194,134,-262,162v-44,18,-125,46,-175,20v-45,-23,-5,-73,32,-82v114,-28,248,-91,330,-165v58,-52,60,-120,-14,-142v-55,-17,-238,65,-266,77v-18,7,-31,7,-40,-3v-9,-10,-18,-11,-25,-2v-42,77,-86,270,-119,360v-16,45,-37,68,-76,62v-16,-12,-14,-32,-14,-64v0,-89,67,-256,96,-350r109,-358v48,-159,75,-254,77,-286xm542,-1082v36,-114,-74,-166,-182,-130v-28,8,-55,55,-82,141v-27,86,-43,141,-48,165v-5,24,16,31,61,24v109,-16,183,-72,229,-143v10,-15,16,-35,22,-57","w":682},{"d":"344,-898v31,-13,51,-35,96,-35v57,0,109,47,50,78v-49,26,-18,51,-44,109v-22,49,-66,116,-85,156v-7,15,-34,79,-82,193v-48,114,-76,184,-83,213v-10,45,-17,60,21,62v46,-7,108,-51,133,-94r49,-84v14,-25,7,-2,-21,69v-28,71,-63,121,-104,154v-65,51,-114,58,-160,13v-39,-38,-18,-68,-6,-138v6,-34,131,-318,136,-341v-32,7,-109,77,-158,68v-45,-8,-86,-56,-68,-118v17,-59,101,-153,160,-191v51,-33,114,-92,166,-114xm332,-775v-17,-2,-179,119,-184,133v-14,16,-25,31,-32,43v-16,24,11,42,35,29v57,-30,73,-48,135,-116v41,-46,62,-72,60,-78v-2,-6,-7,-10,-14,-11","w":487},{"d":"460,-912v26,-8,63,-4,67,20v5,29,-1,62,-23,71v-41,17,-118,73,-158,105v-66,55,-37,71,2,142v51,93,60,54,102,-40v25,-56,25,-56,4,2v-21,58,-39,98,-52,116v-30,40,-73,35,-104,-6r-50,-68v-42,-52,-70,-1,-107,29v-37,30,-72,58,-112,72v-26,9,-28,-14,-29,-35v12,-47,33,-49,82,-94r74,-68v40,-43,18,-44,-12,-108v-41,-87,-61,-78,-126,-6v-34,38,-56,63,-65,72v-9,9,-5,2,13,-24r102,-137v31,-42,83,-114,122,-37r58,116v25,36,43,1,74,-20v39,-27,100,-90,138,-102","w":486},{"d":"386,-866v32,-35,93,-2,90,43v-11,156,-14,346,-69,467v-77,170,-228,310,-419,354v-104,24,-155,-59,-93,-156v31,-48,34,-51,15,-7v-19,44,-9,69,32,73v104,10,136,-36,205,-85v135,-96,233,-257,233,-461v0,-41,11,-64,-18,-42v-53,40,-83,73,-142,122v-78,64,-193,27,-189,-70v3,-71,9,-53,32,-143v20,-77,33,-103,91,-103v22,0,36,30,22,58v-12,24,-48,130,-42,169v8,48,54,8,75,-5v55,-34,133,-168,177,-214","w":509},{"d":"272,-1354v14,-14,34,-16,58,-6v24,10,28,53,12,129v-16,76,-32,152,-51,228v-19,76,-14,113,13,111v64,-6,106,-61,151,-92v29,-20,54,-38,79,-54v25,-16,41,-12,46,12v5,24,4,46,-5,62v6,20,-208,144,-195,164v21,79,85,146,148,208v39,38,57,61,53,70v-10,20,-32,21,-59,26v-115,-29,-189,-204,-270,-270v-8,-6,-23,26,-44,94v-21,68,-41,117,-55,152v-21,55,-61,49,-90,28v-6,-4,-8,-17,-3,-32v35,-98,73,-167,108,-345v25,-127,45,-215,52,-267v7,-52,-1,-58,-22,-18v-21,40,-55,93,-104,162v-49,69,-55,75,-17,16v76,-120,87,-130,139,-266v23,-61,42,-98,56,-112","w":571},{"w":982},{"d":"461,-1354v33,-27,183,-90,234,-79v30,13,35,33,44,66v4,16,2,29,-6,40v0,14,-138,84,-128,100v20,33,44,35,74,88v38,65,88,147,86,238v-1,40,-26,174,-44,204v-30,49,-134,166,-189,194v-85,43,-232,73,-313,8v-78,-63,-142,-202,-105,-349v32,-129,79,-192,155,-306v68,-102,113,-140,192,-204xm528,-1128v-27,-17,-40,-32,-84,6v-86,72,-191,228,-203,366v-8,92,3,149,84,169v90,22,132,-8,197,-52v107,-73,139,-137,113,-302v-13,-79,-57,-119,-86,-162v-8,-13,-15,-22,-21,-25","w":771},{"d":"355,-1445v58,-27,96,5,107,49v3,12,0,18,-9,21v-87,46,-241,197,-286,288v-22,43,-33,54,-58,28v-15,-15,-15,-46,-10,-74v-5,-17,232,-323,256,-312","w":189},{"d":"373,-1148v20,-39,41,-55,88,-58v36,-2,41,5,38,42v-2,18,-9,32,-22,42v-13,10,19,17,95,17v195,0,193,45,389,51v76,2,71,7,-15,4v-158,-5,-332,22,-457,40v-83,12,-110,25,-139,118v-32,104,-8,86,8,192v14,98,16,103,-20,166v-25,43,-82,93,-116,119v-53,39,-213,47,-254,-6v-8,-11,-10,-18,-6,-21v23,-2,29,5,76,-4v93,-19,44,4,138,-60v75,-51,114,-80,86,-166v-18,-55,-55,-190,-26,-258v11,-27,13,-59,30,-86v28,-46,-68,-27,-36,-76v13,-19,50,-36,90,-28v23,5,41,-6,53,-28","w":682},{"d":"580,-1274v31,-25,56,-37,76,-34v20,3,32,12,36,28v4,16,0,25,-12,26v-20,-10,-132,242,-134,252v-5,28,-29,55,-34,78v-1,8,8,9,28,2v20,-7,47,-41,83,-102v36,-61,38,-63,7,-4v-31,59,-60,104,-80,140v-40,73,-63,51,-106,108v-45,60,-93,205,-96,310v0,54,-5,59,-40,66v-34,7,-30,-1,-40,-30v-22,-62,-9,-121,6,-208v11,-57,9,-87,-5,-89v-97,-19,-224,-35,-213,-159v5,-49,49,-180,86,-204v38,-24,67,-54,102,-24v22,42,-4,66,-28,106v-27,46,-40,63,-46,114v-7,66,127,69,172,40v13,-9,49,-75,106,-196v57,-121,101,-195,132,-220","w":646},{"d":"130,-1151v64,-13,221,-31,305,-41v45,-5,132,6,130,54v-2,55,-7,31,-16,84v11,20,-295,477,-286,494v-15,49,-6,94,-61,94v-29,0,-32,-38,-35,-68v27,-204,205,-365,274,-514v10,-21,-2,-33,-30,-36v-23,-11,-255,38,-268,34v-13,-4,-45,-15,-45,-40v0,-30,7,-55,32,-61","w":641},{"d":"923,-1582v64,-60,145,-31,144,41v-1,30,-26,94,-49,105v-25,24,-39,-48,-62,-26v-19,19,-63,63,-72,92v-14,48,98,45,123,82v9,13,44,43,35,62v-21,16,-77,27,-124,14v-50,-13,-72,-3,-112,-8v-11,-1,-24,4,-41,20v-30,26,-103,133,-119,174v-19,50,-74,91,-67,159v14,28,70,63,79,105v8,39,24,64,1,112v-42,86,-68,90,-174,151v-107,62,-112,69,-156,150v-14,25,-28,73,-42,144v-14,71,-36,125,-65,164v-29,39,-36,21,-21,-54v28,-131,17,-114,27,-225v7,-72,-4,-69,-67,-67v-49,1,-41,-1,-66,-15v-19,-11,-14,-39,-19,-63v1,-47,28,-45,96,-55v92,-14,114,4,136,-72v19,-68,82,-183,86,-253v-9,-10,-20,-39,-36,-47v-39,-40,-88,-112,-78,-195v12,-99,93,-156,195,-203v93,-43,126,-51,201,-62v76,-11,86,-77,145,-134xm596,-1213v-78,24,-163,44,-189,119v-17,50,22,125,66,126v12,5,132,-241,141,-240v10,-12,4,-12,-18,-5xm549,-726v-6,-26,-47,-42,-58,-10v-15,44,-38,41,-59,98v-12,34,-5,40,24,20v46,-32,63,-36,89,-70v7,-11,8,-23,4,-38","w":965},{"d":"251,-1430v14,-19,116,-3,121,10v22,50,5,72,-24,153v-60,163,-166,393,-166,599v0,64,10,81,61,70v199,-119,475,-410,617,-590v28,-35,58,-64,112,-44v30,12,49,32,33,80v-14,42,-119,318,-138,358v-22,45,-37,131,-23,181v4,14,19,21,40,24v21,3,52,-2,95,-15v43,-13,56,-7,42,20v-22,43,-100,104,-157,105v-25,0,-34,1,-30,5v4,4,-3,7,-18,2v-66,-22,-113,-79,-106,-184v5,-82,61,-190,90,-247v17,-31,-11,-10,-82,63v-71,73,-115,117,-131,131v-77,69,-208,191,-278,233v-84,51,-207,35,-242,-36v-21,-42,-22,-126,-16,-183v23,-213,113,-412,161,-615v16,-71,29,-111,39,-120","w":999},{"w":377},{"d":"481,-1244v58,-42,172,-133,237,-52v26,31,2,82,-29,89v-110,26,-170,75,-258,148v-107,88,-247,215,-263,379v-10,101,56,159,164,154v211,-9,431,-92,549,-193v21,-18,19,-16,-3,10v-71,81,-144,112,-266,181v-122,69,-156,92,-280,107v-169,20,-263,-68,-279,-208v-20,-168,68,-256,143,-364v52,-75,217,-201,285,-251","w":617},{"d":"256,-1306v68,-97,278,-144,370,-40v33,37,44,50,41,116v-3,70,-22,87,-55,136v-75,113,-246,173,-328,292v-33,48,-60,70,-74,72v-14,2,-20,-8,-20,-30v0,-93,70,-147,128,-198v71,-64,143,-85,196,-168v20,-31,35,-56,42,-79v15,-49,-5,-55,-28,-75v-28,-25,-95,-24,-135,-2v-51,28,-59,24,-86,72v-34,60,-72,6,-75,-36v-1,-17,6,-35,24,-60xm115,-474v-19,-46,31,-91,71,-66v25,16,103,32,96,72v-16,20,-36,19,-68,31v-44,16,-86,-6,-99,-37","w":696},{"d":"288,-1402v17,-19,36,-44,74,-38v45,6,74,61,52,103v-6,12,-8,19,2,25v40,22,206,67,244,106v54,33,118,121,132,175v12,46,7,125,-20,163v-43,60,-104,135,-158,190v-123,124,-328,245,-561,249v-13,-3,-23,-14,-23,-31v0,-193,35,-262,127,-554v69,-219,109,-334,113,-349v4,-15,9,-28,18,-39xm656,-1051v-47,-91,-190,-127,-289,-159v-48,-16,-67,103,-79,138r-32,96v-14,40,-108,357,-116,398v-13,66,5,43,78,25v126,-32,183,-75,284,-158v57,-47,102,-95,135,-143v58,-86,63,-112,19,-197","w":695},{"d":"334,-1352v48,-12,79,29,76,74v-1,11,41,13,128,0v141,-21,402,-7,509,19v58,14,81,13,78,50v-19,15,-89,35,-138,30v-97,-9,-147,2,-265,2v-95,0,-344,-3,-384,42v-22,24,-59,108,-3,120v108,22,306,19,418,30v29,3,53,1,70,0v40,-3,17,16,6,34v-74,58,-313,57,-453,50v-111,-6,-113,-3,-126,77v-17,105,-6,253,73,285v175,30,297,-95,442,-140v41,-13,71,-7,54,28v-22,44,-38,41,-97,74v-115,65,-224,155,-388,155v-118,0,-170,-87,-192,-194v-42,-207,49,-503,123,-646v30,-57,54,-86,69,-90","w":771},{"d":"122,-1094v41,-40,78,-37,135,-18v147,49,267,209,235,413v-15,94,-91,150,-165,195v-46,28,-164,54,-216,26v-39,-21,-79,-46,-89,-103v-5,-30,-4,-61,5,-93v2,-28,138,-317,140,-340v2,-31,-5,-36,-33,-48v-17,-7,-46,9,-87,47v-41,38,-43,39,-7,3xm290,-971v-27,-3,-162,309,-162,329v-23,66,22,78,79,82v37,2,175,-82,179,-123v50,-94,-8,-208,-58,-262v-13,-14,-27,-22,-38,-26","w":557},{"d":"276,-1264v52,-8,71,27,76,90v11,128,117,222,220,258v28,9,26,11,-3,6v-115,-21,-184,-118,-254,-196v-35,-39,-39,-24,-79,-54v-29,-22,-14,-66,1,-85v7,-9,20,-16,39,-19xm110,-920v40,-26,54,-38,106,-26v19,5,22,25,10,58v-39,102,-69,264,-126,346v-23,33,-40,46,-76,38v-6,-3,-7,-18,-2,-46v11,-66,51,-214,72,-279v13,-43,13,-64,0,-65v-13,-1,-7,-11,16,-26","w":274},{"w":1196},{"d":"248,-1527v15,-16,31,-31,66,-25v39,6,37,17,28,58v-8,38,-85,135,-100,168v-19,40,-54,64,-64,112v-11,49,-20,77,-68,81v-22,2,-33,-30,-44,-39v-5,-5,-5,-16,0,-32v-5,-5,180,-326,182,-323xm438,-1507v33,-14,48,-53,91,-49v30,10,32,42,16,80v-6,33,-191,267,-200,298v-10,33,-45,84,-81,80v-31,-12,-19,-48,-11,-86v8,-38,41,-87,51,-117v11,-32,30,-39,53,-71v21,-28,53,-76,61,-109v2,-11,9,-20,20,-26","w":450},{"d":"455,-1420v45,-70,58,-95,124,-95v32,0,49,16,56,53v8,47,67,41,106,56v48,19,107,95,125,152v11,36,12,83,6,143v-11,115,-159,231,-224,287v-35,30,-68,49,-96,60v-28,11,-34,22,-18,34v16,12,38,28,62,52v29,30,199,131,202,180v1,21,-33,14,-104,-10v-90,-30,-337,-180,-411,-204v-21,-7,-36,1,-48,16v-34,44,-125,269,-184,288v-11,4,-23,1,-37,-13v-14,-14,-9,-49,14,-106v68,-160,82,-159,169,-359r114,-262v55,-126,74,-164,144,-272xm740,-1215v0,-69,-144,-116,-194,-53v-77,98,-118,160,-181,298v-33,73,-49,111,-48,114v10,10,78,49,116,22v113,-43,274,-161,299,-290v7,-37,8,-68,8,-91","w":860},{},{"d":"272,-900v68,-35,112,-60,176,-24v16,9,61,86,18,102v-37,24,-62,-36,-100,-18v-84,41,-180,123,-226,200v-3,8,4,8,20,-3v65,-44,112,-79,194,-115v76,-33,89,-41,126,1v43,48,-25,91,-2,154v23,65,88,51,134,3v25,-26,26,-17,-3,18v-41,49,-58,72,-107,82v-66,-5,-110,-61,-126,-118v-4,-15,-27,-48,-54,-34v-82,41,-183,146,-300,149v-29,-14,-52,-71,-30,-111v53,-98,174,-231,280,-286","w":593},{"w":1196},{"d":"672,-1430v11,-20,18,-36,60,-30v89,13,86,135,70,226v-51,294,-169,616,-366,770v-57,45,-138,80,-228,88v-77,7,-116,-21,-156,-48v-37,-24,-58,-75,-52,-142v8,-94,-11,-40,32,-128v52,-107,66,-103,166,-178v51,-38,130,-76,234,-117v104,-41,97,-35,-18,17v-115,52,-190,99,-232,140v-63,62,-90,148,-90,244v0,66,17,90,80,92v20,1,54,-8,104,-22v92,-25,182,-139,226,-206v85,-128,104,-240,148,-418v25,-101,28,-137,32,-216v1,-24,-21,-52,-10,-72","w":714},{"d":"439,-1561v63,-14,124,-43,229,-27v106,17,127,14,184,48v40,23,-17,57,-30,66v-26,17,-32,-1,-72,6v-45,8,-77,-7,-124,0v-54,7,-79,-11,-120,14v-48,29,-70,119,-98,176v-31,66,-49,159,-78,226v-66,152,-160,385,-193,566v-14,71,17,64,51,90v35,27,76,10,90,66v15,58,-26,53,-72,66v-46,14,-79,-12,-120,-16v-37,-4,-84,-19,-80,-62v7,-80,38,-239,62,-302v23,-62,22,-81,50,-164r56,-164v47,-140,89,-188,123,-336v18,-76,54,-184,92,-227v12,-14,30,-22,50,-26"},{"d":"183,-1120v102,-140,208,-270,428,-270v72,0,98,39,143,82v39,37,46,87,16,136v-10,17,-18,19,-31,4v-30,-34,-57,-88,-115,-101v-81,-18,-122,0,-186,32v-67,33,-191,192,-228,253v-36,61,-88,201,-42,296v41,83,125,162,220,70v45,-43,90,-94,134,-154v44,-60,83,-87,118,-80v35,7,48,28,37,60v-24,75,-42,219,-59,314v-9,52,-33,78,-72,77v-39,-1,-46,-43,-20,-126v26,-83,26,-109,-2,-81v-71,71,-132,150,-283,116v-92,-21,-216,-161,-197,-289v23,-155,60,-231,139,-339","w":698},{"w":1139},{"d":"38,-506v-36,-46,29,-123,82,-85v40,29,77,120,66,197v-7,49,-101,138,-141,153v-36,13,-51,-17,-32,-34v12,-4,65,-113,65,-131v0,-44,-21,-76,-40,-100","w":301},{"d":"336,-1474v13,-17,23,-58,66,-48v32,7,83,33,42,84v-63,80,-106,166,-158,290v-49,117,-68,143,-10,204v16,16,46,23,85,22v39,-1,113,-4,221,-10v108,-6,116,-4,24,4v-92,8,-160,15,-206,22v-46,7,-63,31,-48,69v32,83,47,157,-4,226v-41,56,-83,122,-184,101v-89,-19,-118,-124,-114,-233v3,-85,97,-299,127,-367xm232,-829v-19,-24,-36,-25,-52,-2v-36,49,-43,131,-13,188v35,66,109,0,115,-47v7,-56,-22,-103,-50,-139","w":468},{"d":"417,-1488v61,-50,117,1,88,76v-29,77,-31,64,-76,146v-53,97,-47,74,-79,192v-14,54,-28,94,-45,119v-34,50,-6,51,-44,90v-16,16,-29,11,-40,-14v-11,-25,-17,-45,-18,-60v28,-131,125,-476,214,-549xm116,-524v16,-12,30,-22,59,-8v37,18,63,16,48,76v-12,46,-29,69,-78,44v-27,-14,-62,-37,-48,-78v7,-17,13,-29,19,-34","w":442},{"d":"203,-866v17,-39,108,-38,121,12v23,45,15,85,-13,111v-19,11,-13,50,-55,29v-31,-16,-51,-21,-46,-58v10,-19,-21,-76,-7,-94xm104,-528v12,-18,19,-39,58,-28v47,13,77,65,70,133v-7,69,-24,91,-51,129v-16,22,-71,41,-90,54v-6,4,-26,0,-61,-6v-48,-9,-78,-39,-80,-73v16,-14,61,-1,89,-13v35,-6,65,-40,73,-67v2,-32,-31,-93,-8,-129","w":358},{"d":"194,-1032v12,-44,6,-148,72,-139v35,5,49,23,58,50v13,38,-16,61,-24,99v-5,24,-15,57,-26,100v-21,87,2,74,64,88v29,7,76,7,140,6v64,-1,61,3,-10,14v-102,15,-162,29,-226,48v-29,20,-86,189,-108,251v-17,49,-46,74,-103,63v-12,-5,-10,-27,1,-65v14,-49,75,-189,85,-232v-3,-42,-99,27,-99,-37v0,-37,66,-64,100,-64v37,10,70,-161,76,-182","w":345},{"d":"346,-1472v2,-12,62,-33,74,-18v8,10,20,62,12,84v-5,12,-10,28,-16,44v-6,16,-4,24,6,25v15,5,240,-74,262,-64v41,-2,80,39,98,58v25,58,-29,135,-75,156v-73,33,-149,80,-258,111v-72,21,-48,8,71,-43v119,-51,186,-89,202,-113v33,-50,4,-68,-52,-58v-110,19,-255,31,-311,98v-38,47,-78,139,-91,206v-2,8,9,7,30,0v83,-29,347,-58,456,-42v-131,31,-315,75,-421,136v-29,17,-55,26,-76,32v-42,-2,-92,293,-105,320v-25,52,-17,121,-67,138v-29,10,-50,-18,-43,-61r34,-213v9,-51,17,-89,24,-116v16,-59,-49,-24,-74,-48v-27,-26,-26,-50,20,-60v93,-20,83,-44,134,-166v34,-80,55,-145,70,-192v20,-62,72,-173,96,-214","w":570}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+261-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})(")mACxNd&k=nW)t9TEN7*qmqnZ8dCANnWZ8>*k=ORA;g^wQ&uZ90w;l:v,QA|)CE5xu9A-lAffZYWwQ:Qe8:NAj>nA9$BAZEqY-7^Y8n:;R>dAC+C3j3.A=CQ6t|PZe;>ZlY$3m7M)Pvo_7+C3jG`3j9gfR7v,=oc-*_Cdj_M;eGj6&O73m9@Zt>eZ7+`6Y0xOCg^wuITEIwu2Rd$xm9&)tqu)e+0cGtjI7mlq>)23d56fOe-Y;=ZwAkx_E,h|`uPM9NR:0XS^oWB$+*Q&C8.v[UTgn@]6-c^_jCu2Rc^xjC$2N+9xNE&kt+R6=qWAu[Rxl9$kl3n,.&Tk=w:wu[BkQ&BZu|]5RE.EC$W)-g:6Q0.AZd&A=[Mk=[Qw8`Bx8+QZt[B_NE_2R;S)efBke[&AZd&)m+Bw87&k=nW2N`B_.OWw=C9)e9Nx.q:58Mgxj^S)8M0ACoP=89EZ-C$=89EheM:)ec|")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":569,"face":{"font-family":"James Fajardo","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"1638","descent":"-410","bbox":"-232.05 -1831.37 1396.39 2.17921","underline-thickness":"150","underline-position":"-142","unicode-range":"U+0020-U+007E"}}));

Cufon.replace('#nav a'); // Works without a selector engine 
 

/* popup  script */

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=200,width=300');
	if (window.focus) {newwindow.focus()}
}


/* rss reader */


                 

/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
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;



jQuery(function( $ ){
/* add classes to nav lis */

$("#nav li:nth-child(3n+2)").addClass("navLiA")
$("#nav li:nth-child(3n+3)").addClass("navLiB")
$("#nav li:nth-child(3n)").addClass("navLiC")
});
