/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
var Cufon=(function(){var Z=function(){return Z.replace.apply(null,arguments)};var P=Z.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var e=[],c=function(){if(b){return}b=true;for(var f;f=e.shift();f()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}W(window,"load",c);return function(f){if(!arguments.length){c()}else{b?f():e.push(f)}}})(),root:function(){return document.documentElement||document.body}};var J=Z.CSS={Size:function(b,c){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(d){return d/c*this.value};this.convertFrom=function(d){return d/this.value*c};this.toString=function(){return this.value+this.unit}},addClass:function(c,d){var b=c.className;c.className=b+(b&&" ")+d;return c},color:R(function(b){var c={};c.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(f,e,d){c.opacity=parseFloat(d);return"rgb("+e+")"});return c}),fontStretch:R(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(b){var c=document.defaultView;if(c&&c.getComputedStyle){return new O(c.getComputedStyle(b,null))}if(b.currentStyle){return new O(b.currentStyle)}return new O(b.style)},gradient:R(function(b){var c={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},d=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var e=0,g=d.length,f;e<g;++e){f=d[e].split("=",2).reverse();c.stops.push([f[1]||e/(g-1),f[0]])}return c}),hasClass:function(b,c){return RegExp("(?:^|\\s)"+c+"(?=\\s|$)").test(b.className)},quotedList:R(function(b){var c=[],e=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=e.exec(b)){c.push(d[3]||d[1])}return c}),recognizesMedia:R(function(f){var d=document.createElement("style"),b,c,h;d.type="text/css";d.media=f;try{d.appendChild(document.createTextNode("/**/"))}catch(g){}c=M("head")[0];c.insertBefore(d,c.firstChild);b=(d.sheet||d.styleSheet);h=b&&!b.disabled;c.removeChild(d);return h}),removeClass:function(b,c){var d=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");b.className=b.className.replace(d,"");return b},supports:function(d,b){var c=document.createElement("span").style;if(c[d]===undefined){return false}c[d]=b;return c[d]===b},textAlign:function(d,b,e,c){if(b.get("textAlign")=="right"){if(e>0){d=" "+d}}else{if(e<c-1){d+=" "}}return d},textDecoration:function(c,g){if(!g){g=this.getStyle(c)}var f={underline:null,overline:null,"line-through":null};for(var d=c;d.parentNode&&d.parentNode.nodeType==1;){var b=true;for(var e in f){if(!N(f,e)||f[e]){continue}if(g.get("textDecoration").indexOf(e)!=-1){f[e]=g.get("color")}b=false}if(b){break}g=this.getStyle(d=d.parentNode)}return f},textShadow:R(function(c){if(c=="none"){return null}var g=[],e={},d,f=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(d=b.exec(c)){if(d[0]==","){g.push(e);e={};f=0}else{if(d[1]){e.color=d[1]}else{e[["offX","offY","blur"][f++]]=d[2]}}}g.push(e);return g}),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,c){var d=b[c.get("textTransform")];return d?d(e):e}})(),whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};J.ready=(function(){var h=!J.recognizesMedia("all"),b=false;var d=[],j=function(){h=true;for(var k;k=d.shift();k()){}};var e=M("link"),g=M("style");function i(k){return k.disabled||f(k.sheet,k.media||"screen")}function f(k,n){if(!J.recognizesMedia(n||"all")){return true}if(!k||k.disabled){return false}try{var m=k.cssRules,q;if(m){search:for(var o=0,r=m.length;q=m[o],o<r;++o){switch(q.type){case 2:break;case 3:if(!f(q.styleSheet,q.media.mediaText)){return false}break;default:break search}}}}catch(p){}return true}function c(){if(document.createStyleSheet){return true}var k,l;for(l=0;k=e[l];++l){if(k.rel.toLowerCase()=="stylesheet"&&!i(k)){return false}}for(l=0;k=g[l];++l){if(!i(k)){return false}}return true}P.ready(function(){if(!b){b=J.getStyle(document.body).isUsable()}if(h||(b&&c())){j()}else{setTimeout(arguments.callee,10)}});return function(k){if(h){k()}else{d.push(k)}}})();function L(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function G(){var b={},c={oblique:"italic",italic:"oblique"};this.add=function(d){(b[d.style]||(b[d.style]={}))[d.weight]=d};this.get=function(k,j){var i=b[k]||b[c[k]]||b.normal||b.italic||b.oblique;if(!i){return null}j={normal:400,bold:700}[j]||parseInt(j,10);if(i[j]){return i[j]}var d={1:1,99:0}[j%100],g=[],e,h;if(d===undefined){d=j>400}if(j==500){j=400}for(var f in i){if(!N(i,f)){continue}f=parseInt(f,10);if(!e||f<e){e=f}if(!h||f>h){h=f}g.push(f)}if(j<e){j=e}if(j>h){j=h}g.sort(function(l,m){return(d?(l>j&&m>j)?l<m:l>m:(l<j&&m<j)?l>m:l<m)?-1:1});return i[g[0]]}}function Y(){function d(g,f){if(g.contains){return g.contains(f)}return g.compareDocumentPosition(f)&16}function b(g){var f=g.relatedTarget;if(!f||d(this,f)){return}e(this)}function c(f){e(this)}function e(f){setTimeout(function(){Z.replace(f,A.get(f).options,true)},10)}this.attach=function(f){if(f.onmouseenter===undefined){W(f,"mouseover",b);W(f,"mouseout",b)}else{W(f,"mouseenter",c);W(f,"mouseleave",c)}}}function a(){var c=[],d={};function b(f){var h=[],e;for(var g=0;e=f[g];++g){h[g]=c[d[e]]}return h}this.add=function(e,f){d[e]=c.push(f)-1};this.repeat=function(){var e=arguments.length?b(arguments):c,f;for(var g=0;f=e[g++];){Z.replace(f[0],f[1],true)}}}function H(){var d={},c=0;function b(e){return e.cufid||(e.cufid=++c)}this.get=function(e){var f=b(e);return d[f]||(d[f]={})}}function O(c){var d={},b={};this.extend=function(e){for(var f in e){if(N(e,f)){d[f]=e[f]}}return this};this.get=function(e){return d[e]!=undefined?d[e]:c[e]};this.getSize=function(f,e){return b[f]||(b[f]=new J.Size(this.get(f),e))};this.isUsable=function(){return !!c}}function W(c,d,b){if(c.addEventListener){c.addEventListener(d,b,false)}else{if(c.attachEvent){c.attachEvent("on"+d,function(){return b.call(c,window.event)})}}}function K(b,d){var c=A.get(b);if(c.options){return b}if(d.hover&&d.hoverables[b.nodeName.toLowerCase()]){V.attach(b)}c.options=d;return b}function R(c){var b={};return function(d){if(!N(b,d)){b[d]=c.apply(null,arguments)}return b[d]}}function I(d,f){var c=J.quotedList(f.get("fontFamily").toLowerCase()),b;for(var e=0;b=c[e];++e){if(U[b]){return U[b].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function M(b){return document.getElementsByTagName(b)}function N(c,b){return c.hasOwnProperty(b)}function C(){var e={},b,c;for(var d=0,f=arguments.length;b=arguments[d],d<f;++d){for(c in b){if(N(b,c)){e[c]=b[c]}}}return e}function E(n,k,o,b,c,h){var d=document.createDocumentFragment(),f;if(k===""){return d}var e=b.separate;var j=k.split(T[e]),g=(e=="words");if(g&&Q){if(/^\s/.test(k)){j.unshift("")}if(/\s$/.test(k)){j.push("")}}for(var m=0,p=j.length;m<p;++m){f=D[b.engine](n,g?J.textAlign(j[m],o,m,p):j[m],o,b,c,h,m<p-1);if(f){d.appendChild(f)}}return d}function B(f,b){var j=J.getStyle(K(f,b)).extend(b);var i=I(f,j),c,e,d,g,h;for(c=f.firstChild;c;c=d){e=c.nodeType;d=c.nextSibling;if(e==3){if(g){g.appendData(c.data);f.removeChild(c)}else{g=c}if(d){continue}}if(g){f.replaceChild(E(i,J.whiteSpace(g.data,j,g),j,b,c,f),g);g=null}if(e==1&&c.firstChild){if(J.hasClass(c,"cufon")){D[b.engine](i,null,j,b,c,f)}else{arguments.callee(c,b)}}}}var Q=" ".split(/\s+/).length==0;var A=new H();var V=new Y();var F=new a();var S=false;var D={},U={},X={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||M),separate:"words",textShadow:"none"};var T={words:/[^\S\u00a0]+/,characters:"",none:/^/};Z.now=function(){P.ready();return Z};Z.refresh=function(){F.repeat.apply(F,arguments);return Z};Z.registerEngine=function(c,b){if(!b){return Z}D[c]=b;return Z.set("engine",c)};Z.registerFont=function(d){var c=new L(d),b=c.family;if(!U[b]){U[b]=new G()}U[b].add(c);return Z.set("fontFamily",'"'+b+'"')};Z.replace=function(b,c,d){c=C(X,c);if(!c.engine){return Z}if(!S){J.addClass(P.root(),"cufon-active cufon-loading");J.ready(function(){J.addClass(J.removeClass(P.root(),"cufon-loading"),"cufon-ready")});S=true}if(c.hover){c.forceHitArea=true}if(typeof c.textShadow=="string"){c.textShadow=J.textShadow(c.textShadow)}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=J.gradient(c.color)}if(!d){F.add(b,arguments)}if(b.nodeType||typeof b=="string"){b=[b]}J.ready(function(){for(var f=0,g=b.length;f<g;++f){var e=b[f];if(typeof e=="string"){Z.replace(c.selector(e),c,true)}else{B(e,c)}}});return Z};Z.set=function(c,b){X[c]=b;return Z};return Z})();Cufon.registerEngine("canvas",(function(){var E=document.createElement("canvas");if(!E||!E.getContext||!E.getContext.apply){return}E=null;var A=Cufon.CSS.supports("display","inline-block");var F=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var C=document.createElement("style");C.type="text/css";C.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(F?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(C);function B(O,N){var G=0,L=0;var I=[],H=/([mrvxe])([^a-z]*)/g,M;generate:for(var K=0;M=H.exec(O);++K){var J=M[2].split(",");switch(M[1]){case"v":I[K]={m:"bezierCurveTo",a:[G+~~J[0],L+~~J[1],G+~~J[2],L+~~J[3],G+=~~J[4],L+=~~J[5]]};break;case"r":I[K]={m:"lineTo",a:[G+=~~J[0],L+=~~J[1]]};break;case"m":I[K]={m:"moveTo",a:[G=~~J[0],L=~~J[1]]};break;case"x":I[K]={m:"closePath"};break;case"e":break generate}N[I[K].m].apply(N,I[K].a)}return I}function D(G,J){for(var I=0,K=G.length;I<K;++I){var H=G[I];J[H.m].apply(J,H.a)}}return function(I,w,K,Af,t,L){var N=(w===null);if(N){w=t.alt}var M=I.viewBox;var X=K.getSize("fontSize",I.baseSize);var V=K.get("letterSpacing");V=(V=="normal")?0:X.convertFrom(parseInt(V,10));var r=0,Al=0,Ah=0,S=0;var c=Af.textShadow,O=[];if(c){for(var n=c.length;n--;){var Y=c[n];var Z=X.convertFrom(parseFloat(Y.offX));var a=X.convertFrom(parseFloat(Y.offY));O[n]=[Z,a];if(a<r){r=a}if(Z>Al){Al=Z}if(a>Ah){Ah=a}if(Z<S){S=Z}}}var Ag=Cufon.CSS.textTransform(w,K).split(""),d;var s=I.glyphs,W,Q,p;var f=0,b,Ai=[];for(var n=0,o=0,q=Ag.length;n<q;++n){W=s[d=Ag[n]]||I.missingGlyph;if(!W){continue}if(Q){f-=p=Q[d]||0;Ai[o-1]-=p}f+=b=Ai[o++]=~~(W.w||I.w)+V;Q=W.k}if(b===undefined){return null}Al+=M.width-b;S+=M.minX;var Aj,Ae;if(N){Aj=t;Ae=t.firstChild}else{Aj=document.createElement("span");Aj.className="cufon cufon-canvas";Aj.alt=w;Ae=document.createElement("canvas");Aj.appendChild(Ae);if(Af.printable){var U=document.createElement("span");U.className="cufon-alt";U.appendChild(document.createTextNode(w));Aj.appendChild(U)}}var m=Aj.style;var h=Ae.style;var Am=X.convert(M.height);var Ad=Math.ceil(Am);var T=Ad/Am;var G=T*Cufon.CSS.fontStretch(K.get("fontStretch"));var H=f*G;var e=Math.ceil(X.convert(H+Al-S));var P=Math.ceil(X.convert(M.height-r+Ah));Ae.width=e;Ae.height=P;h.width=e+"px";h.height=P+"px";r+=M.minY;h.top=Math.round(X.convert(r-I.ascent))+"px";h.left=Math.round(X.convert(S))+"px";var Ac=Math.ceil(X.convert(H))+"px";if(A){m.width=Ac;m.height=X.convert(I.height)+"px"}else{m.paddingLeft=Ac;m.paddingBottom=(X.convert(I.height)-1)+"px"}var u=Ae.getContext("2d"),R=Am/M.height;u.scale(R,R*T);u.translate(-S,-r);u.lineWidth=I.face["underline-thickness"];u.save();function Aa(g,i){u.strokeStyle=i;u.beginPath();u.moveTo(0,g);u.lineTo(f,g);u.stroke()}var z=Af.enableTextDecoration?Cufon.CSS.textDecoration(L,K):{};if(z.underline){Aa(-I.face["underline-position"],z.underline)}if(z.overline){Aa(I.ascent,z.overline)}function Ak(){u.scale(G,1);for(var k=0,x=0,y=Ag.length;k<y;++k){var g=s[Ag[k]]||I.missingGlyph;if(!g){continue}if(g.d){u.beginPath();if(g.code){D(g.code,u)}else{g.code=B("m"+g.d,u)}u.fill()}u.translate(Ai[x++],0)}u.restore()}if(c){for(var n=c.length;n--;){var Y=c[n];u.save();u.fillStyle=Y.color;u.translate.apply(u,O[n]);Ak()}}var Ab=Af.textGradient;if(Ab){var J=Ab.stops,v=u.createLinearGradient(0,M.minY,0,M.maxY);for(var n=0,q=J.length;n<q;++n){v.addColorStop.apply(v,J[n])}u.fillStyle=v}else{u.fillStyle=K.get("color")}Ak();if(z["line-through"]){Aa(-I.descent,z["line-through"])}return Aj}})());Cufon.registerEngine("vml",(function(){var D=document.namespaces;if(!D){return}D.add("cvml","urn:schemas-microsoft-com:vml");D=null;var F=document.createElement("cvml:shape");F.style.behavior="url(#default#VML)";if(!F.coordsize){return}F=null;var G=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(G?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function B(I,H){return A(I,/(?:em|ex|%)$|^[a-z-]+$/i.test(H)?"1em":H)}function A(J,I){if(/px$/i.test(I)){return parseFloat(I)}var K=J.style.left,L=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=I.replace("%","em");var H=J.style.pixelLeft;J.style.left=K;J.runtimeStyle.left=L;return H}var E={};function C(J){var M=J.id;if(!E[M]){var H=J.stops,I=document.createElement("cvml:fill"),K=[];I.type="gradient";I.angle=180;I.focus="0";I.method="sigma";I.color=H[0][1];for(var L=1,N=H.length-1;L<N;++L){K.push(H[L][0]*100+"% "+H[L][1])}I.colors=K.join(",");I.color2=H[N][1];E[M]=I}return E[M]}return function(J,y,K,Ah,u,L,P){var O=(y===null);if(O){y=u.alt}var N=J.viewBox;var Ab=K.computedFontSize||(K.computedFontSize=new Cufon.CSS.Size(B(L,K.get("fontSize"))+"px",J.baseSize));var U=K.computedLSpacing;if(U==undefined){U=K.get("letterSpacing");K.computedLSpacing=U=(U=="normal")?0:~~Ab.convertFrom(A(L,U))}var Am,Af;if(O){Am=u;Af=u.firstChild}else{Am=document.createElement("span");Am.className="cufon cufon-vml";Am.alt=y;Af=document.createElement("span");Af.className="cufon-vml-canvas";Am.appendChild(Af);if(Ah.printable){var T=document.createElement("span");T.className="cufon-alt";T.appendChild(document.createTextNode(y));Am.appendChild(T)}if(!P){Am.appendChild(document.createElement("cvml:shape"))}}var W=Am.style;var m=Af.style;var Ap=Ab.convert(N.height),Ad=Math.ceil(Ap);var R=Ad/Ap;var H=R*Cufon.CSS.fontStretch(K.get("fontStretch"));var Aj=N.minX,o=N.minY;m.height=Ad;m.top=Math.round(Ab.convert(o-J.ascent));m.left=Math.round(Ab.convert(Aj));W.height=Ab.convert(J.height)+"px";var z=Ah.enableTextDecoration?Cufon.CSS.textDecoration(L,K):{};var Ak=K.get("color");var Ai=Cufon.CSS.textTransform(y,K).split(""),d;var s=J.glyphs,V,Z,p;var f=0,Al=[],x=0,a;var Ae,b=Ah.textShadow;for(var n=0,Aa=0,q=Ai.length;n<q;++n){V=s[d=Ai[n]]||J.missingGlyph;if(!V){continue}if(Z){f-=p=Z[d]||0;Al[Aa-1]-=p}f+=a=Al[Aa++]=~~(V.w||J.w)+U;Z=V.k}if(a===undefined){return null}var r=-Aj+f+(N.width-a);var e=Ab.convert(r*H),c=Math.round(e);var Ac=r+","+N.height,Q;var w="r"+Ac+"ns";var v=Ah.textGradient&&C(Ah.textGradient);for(n=0,Aa=0;n<q;++n){V=s[Ai[n]]||J.missingGlyph;if(!V){continue}if(O){Ae=Af.childNodes[Aa];while(Ae.firstChild){Ae.removeChild(Ae.firstChild)}}else{Ae=document.createElement("cvml:shape");Af.appendChild(Ae)}Ae.stroked="f";Ae.coordsize=Ac;Ae.coordorigin=Q=(Aj-x)+","+o;Ae.path=(V.d?"m"+V.d+"xe":"")+"m"+Q+w;Ae.fillcolor=Ak;if(v){Ae.appendChild(v.cloneNode(false))}var t=Ae.style;t.width=c;t.height=Ad;if(b){var Ao=b[0],g=b[1];var h=Cufon.CSS.color(Ao.color),Y;var X=document.createElement("cvml:shadow");X.on="t";X.color=h.color;X.offset=Ao.offX+","+Ao.offY;if(g){Y=Cufon.CSS.color(g.color);X.type="double";X.color2=Y.color;X.offset2=g.offX+","+g.offY}X.opacity=h.opacity||(Y&&Y.opacity)||1;Ae.appendChild(X)}x+=Al[Aa++]}var Ag=Ae.nextSibling,S,An;if(Ah.forceHitArea){if(!Ag){Ag=document.createElement("cvml:rect");Ag.stroked="f";Ag.className="cufon-vml-cover";S=document.createElement("cvml:fill");S.opacity=0;Ag.appendChild(S);Af.appendChild(Ag)}An=Ag.style;An.width=c;An.height=Ad}else{if(Ag){Af.removeChild(Ag)}}W.width=Math.max(Math.ceil(Ab.convert(f*H)),0);if(G){var M=K.computedYAdjust;if(M===undefined){var I=K.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}K.computedYAdjust=M=0.5*(A(L,I)-parseFloat(W.height))}if(M){W.marginTop=Math.ceil(M)+"px";W.marginBottom=M+"px"}}return Am}})());/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface ? The Monotype Corporation plc. Data ? The Monotype Corporation plc /
 * Type Solutions Inc. 1990-91 All Rights Reserved
 * 
 * Trademark:
 * Century Gothic is a trademark of The Monotype Corporation plc.
 * 
 * Description:
 * A design based on Monotype 20th Century, which was drawn by Sol Hess between
 * 1936 and 1947. Century Gothic maintains the basic design of 20th Century but has
 * an enlarged 'x' height and has been modified to ensure satisfactory output from
 * modern digital systems. The design is influenced by the geometric style sans
 * serif faces which were popular during the 1920's and 30's. Useful for headlines
 * and general display work and for small quantities of text, particularly in
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Monotype Type Drawing Office
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":199,"face":{"font-family":"Century Gothic","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-28 -350 395 79.2683","underline-thickness":"20.918","underline-position":"-24.2578","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":99},"!":{"d":"66,-265r0,200r-26,0r0,-200r26,0xm31,-17v0,-27,44,-28,44,0v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":106},'"':{"d":"99,-184r-18,0r-4,-81r26,0xm31,-184r-19,0r-4,-81r26,0","w":111},"#":{"d":"217,-106r0,19r-44,0r-13,87r-19,0r12,-87r-58,0r-13,87r-20,0r14,-87r-44,0r0,-19r47,0r9,-59r-45,0r0,-19r47,0r13,-82r18,0r-11,82r58,0r12,-82r20,0r-13,82r40,0r0,19r-42,0r-9,59r41,0xm165,-165r-58,0r-9,59r58,0","w":259},"$":{"d":"29,-197v0,-37,27,-58,64,-62r0,-18r23,0r0,19v26,6,39,15,53,36r-19,15v-9,-14,-20,-22,-34,-25r0,87v48,28,72,32,72,82v0,41,-28,65,-72,69r0,55r-23,0r0,-55v-41,-3,-63,-19,-80,-46r18,-14v16,22,37,34,62,36r0,-109v-40,-20,-64,-24,-64,-70xm93,-234v-31,0,-49,33,-31,58v6,9,17,16,31,22r0,-80xm116,-19v36,-2,62,-41,37,-71v-7,-9,-19,-17,-37,-27r0,98"},"%":{"d":"68,-265v49,9,106,12,154,-5r21,0r-189,288r-23,0r171,-262v-22,6,-52,7,-83,7v29,39,-4,94,-51,94v-33,0,-62,-28,-60,-61v1,-35,25,-60,60,-61xm108,-204v0,-20,-19,-39,-39,-39v-20,0,-39,19,-39,39v0,20,18,38,39,38v21,0,39,-18,39,-38xm149,-53v0,-33,28,-61,61,-61v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61xm249,-53v1,-20,-18,-39,-39,-39v-21,0,-38,18,-38,39v0,20,18,38,38,38v21,0,39,-18,39,-38","w":278},"&":{"d":"175,-202v-2,32,-19,42,-45,65r66,68v19,-16,19,-16,31,-27r18,19v-11,10,-22,19,-31,26r49,51r-36,0r-33,-35v-37,27,-49,42,-96,42v-37,0,-67,-25,-67,-60v0,-45,26,-56,63,-88v-20,-27,-34,-32,-34,-61v0,-64,118,-61,115,0xm117,-224v-21,0,-38,16,-28,35v6,10,15,21,25,33v18,-14,30,-26,35,-46v0,-14,-15,-22,-32,-22xm57,-55v1,29,39,47,70,32v14,-6,30,-17,49,-30r-65,-69v-31,26,-47,34,-54,67","w":272},"'":{"d":"45,-184r-18,0r-4,-81r26,0","w":71},"(":{"d":"111,-270v-46,84,-50,251,-9,345r-27,0v-39,-94,-36,-257,8,-345r28,0","w":132},")":{"d":"57,-270v41,93,37,257,-7,345r-28,0v45,-87,51,-252,8,-345r27,0","w":132},"*":{"d":"65,-265r23,0r-5,52r43,-31r11,20r-48,22r48,21r-11,20r-43,-30r5,52r-23,0r5,-52r-43,30r-12,-20r50,-21r-50,-22r12,-20r43,31","w":152},"+":{"d":"97,-141r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0","w":218},",":{"d":"52,-47r24,11r-36,66r-18,-7","w":99},"-":{"d":"11,-108r97,0r0,22r-97,0r0,-22","w":119},"\u00ad":{"d":"11,-108r97,0r0,22r-97,0r0,-22","w":119},".":{"d":"33,-17v0,-12,10,-22,21,-22v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22","w":99},"/":{"d":"147,-265r-107,300r-27,0r107,-300r27,0","w":157},"0":{"d":"98,7v-66,0,-87,-58,-87,-136v0,-79,19,-136,87,-136v68,0,90,59,90,136v0,77,-23,136,-90,136xm99,-240v-51,6,-63,48,-63,111v0,64,11,112,63,112v52,0,65,-55,65,-112v0,-59,-14,-107,-65,-111"},"1":{"d":"67,-259r50,0r0,259r-25,0r0,-233r-41,0"},"2":{"d":"102,-240v-37,0,-58,25,-60,62r-25,0v0,-50,38,-86,86,-87v60,-2,101,64,69,118v-21,36,-74,87,-105,122r119,0r0,25r-175,0r99,-107v29,-34,45,-39,48,-80v2,-29,-26,-54,-56,-53"},"3":{"d":"97,-240v-29,1,-39,16,-49,41r-27,0v8,-38,34,-64,76,-66v69,-4,103,88,41,120v26,9,48,37,48,68v0,71,-91,109,-144,64v-15,-13,-24,-31,-29,-56r25,0v8,32,25,49,60,50v35,1,62,-24,62,-56v0,-41,-29,-55,-76,-56r0,-24v32,-1,60,-12,60,-43v1,-24,-21,-43,-47,-42"},"4":{"d":"153,-265r6,0r0,180r31,0r0,25r-31,0r0,60r-26,0r0,-60r-124,0xm133,-85r0,-108r-76,108r76,0"},"5":{"d":"157,-85v0,-59,-64,-73,-116,-45r24,-129r112,0r0,25r-92,0r-13,71v61,-20,112,20,112,79v0,102,-158,126,-169,21r26,0v5,28,23,44,54,45v35,1,62,-31,62,-67"},"6":{"d":"103,7v-57,0,-96,-57,-72,-113v24,-55,70,-108,101,-159r21,14r-70,106v53,-20,102,21,101,72v-1,47,-34,80,-81,80xm158,-73v0,-29,-25,-54,-54,-54v-30,0,-55,25,-55,54v0,29,26,54,55,54v28,0,54,-26,54,-54"},"7":{"d":"26,-259r164,0r-138,266r-22,-11r120,-230r-124,0r0,-25"},"8":{"d":"175,-197v0,29,-16,43,-37,55v28,15,48,31,49,68v0,48,-37,81,-88,81v-51,0,-87,-35,-87,-79v0,-36,21,-55,50,-70v-22,-11,-38,-29,-38,-56v0,-39,34,-67,77,-67v42,0,74,28,74,68xm149,-198v0,-23,-20,-42,-49,-42v-26,0,-49,18,-49,43v-1,23,26,46,50,45v26,-2,48,-19,48,-46xm161,-74v0,-29,-29,-55,-60,-55v-34,0,-64,27,-63,58v1,33,27,53,62,53v35,1,61,-24,61,-56"},"9":{"d":"98,-265v82,-2,89,94,49,155r-78,117r-21,-14r70,-106v-53,20,-101,-21,-100,-72v0,-49,34,-79,80,-80xm43,-185v0,28,26,54,54,54v29,0,55,-25,55,-54v0,-29,-26,-55,-55,-55v-29,0,-54,26,-54,55"},":":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm33,-17v0,-12,10,-22,21,-22v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22","w":99},";":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm52,-47r24,11r-36,66r-18,-7","w":99},"\u037e":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm52,-47r24,11r-36,66r-18,-7","w":99},"<":{"d":"200,-61r0,26r-182,-83r0,-23r182,-82r0,25r-148,69","w":218},"=":{"d":"198,-180r0,24r-178,0r0,-24r178,0xm198,-103r0,24r-178,0r0,-24r178,0","w":218},">":{"d":"18,-61r148,-68r-148,-69r0,-25r182,82r0,23r-182,83r0,-26","w":218},"?":{"d":"107,-240v-31,0,-52,19,-52,52r-25,0v-1,-47,31,-77,77,-77v62,0,97,63,52,102v-19,16,-88,25,-87,56v0,16,18,26,36,26v26,0,35,-13,38,-37r26,0v-2,38,-25,62,-64,62v-34,0,-62,-20,-62,-51v0,-65,106,-45,109,-97v1,-22,-23,-36,-48,-36xm85,-17v0,-12,10,-22,22,-22v11,0,21,10,21,22v0,12,-9,22,-21,22v-12,0,-23,-9,-22,-22","w":212},"@":{"d":"38,-133v-6,114,153,162,216,80r18,0v-29,37,-54,58,-108,58v-82,0,-140,-55,-140,-137v0,-81,56,-137,138,-139v65,-2,126,52,126,113v0,59,-39,99,-90,104v-13,1,-22,-4,-21,-19v-31,38,-101,8,-97,-46v3,-42,30,-85,75,-83v24,1,35,9,46,26r5,-24r19,0r-22,122v0,5,3,10,9,9v34,-6,62,-42,62,-85v0,-58,-53,-102,-113,-101v-74,1,-119,50,-123,122xm157,-183v-56,-3,-75,107,-10,108v50,1,68,-107,10,-108","w":312},"A":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"B":{"d":"187,-74v0,44,-37,75,-84,74r-71,0r0,-259v69,-3,134,0,134,64v0,26,-14,44,-33,54v32,11,54,28,54,67xm139,-195v1,-39,-40,-40,-82,-38r0,83v47,2,80,-5,82,-45xm160,-74v0,-47,-45,-52,-103,-50r0,99v55,2,103,-1,103,-49","w":206},"C":{"d":"20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138","w":292},"D":{"d":"249,-126v0,81,-45,128,-135,126r-83,0r0,-259r54,0v111,-3,164,38,164,133xm223,-126v0,-89,-61,-113,-167,-107r0,209v104,5,167,-13,167,-102","w":267},"E":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"F":{"d":"31,-259r130,0r0,26r-104,0r0,81r104,0r0,25r-104,0r0,127r-26,0r0,-259","w":174},"G":{"d":"21,-129v-1,-102,103,-162,203,-124v19,8,39,21,57,38r-20,19v-24,-24,-58,-43,-98,-43v-64,0,-111,45,-115,109v-8,122,200,156,219,31r-82,0r0,-25r111,0v1,80,-52,129,-130,131v-80,2,-144,-58,-145,-136","w":313},"H":{"d":"31,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259","w":245},"I":{"d":"28,-259r26,0r0,259r-26,0r0,-259","w":81},"J":{"d":"29,-41v36,34,87,33,87,-44r0,-174r26,0r0,175v15,96,-75,110,-127,63","w":173},"K":{"d":"31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259","w":212},"L":{"d":"31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259","w":166},"M":{"d":"20,0r36,-259r5,0r105,213r104,-213r4,0r37,259r-25,0r-26,-185r-91,185r-7,0r-92,-186r-25,186r-25,0","w":330},"N":{"d":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"O":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"P":{"d":"193,-190v-4,67,-55,73,-136,70r0,120r-26,0r0,-259r52,0v74,-3,102,12,110,69xm166,-190v0,-49,-56,-44,-109,-43r0,87v52,2,109,7,109,-44","w":213},"Q":{"d":"293,-129v-1,46,-18,76,-45,101r39,48r-32,0r-26,-33v-90,57,-212,-14,-208,-115v3,-80,55,-135,135,-137v75,-2,138,62,137,136xm47,-128v-3,81,92,138,165,94r-57,-73r31,0r46,59v70,-63,23,-196,-75,-192v-64,3,-108,47,-110,112","w":313},"R":{"d":"195,-190v0,50,-35,70,-90,70r93,120r-32,0r-93,-120r-14,0r0,120r-26,0r0,-259v84,-2,162,-5,162,69xm168,-190v0,-49,-56,-44,-109,-43r0,88v53,1,109,5,109,-45","w":218},"S":{"d":"144,-102v44,64,-39,141,-104,96v-13,-8,-24,-22,-35,-42r22,-13v15,28,33,42,53,42v27,0,48,-17,48,-44v0,-62,-107,-74,-107,-141v0,-49,54,-76,97,-52v11,6,22,17,34,33r-21,16v-16,-20,-22,-29,-48,-31v-36,-3,-46,46,-19,66v13,9,74,54,80,70","w":179},"T":{"d":"6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0","w":153},"U":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266","w":235},"V":{"d":"12,-259r28,0r86,200r87,-200r28,0r-113,259r-5,0","w":252},"W":{"d":"17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0","w":345},"X":{"d":"18,-259r30,0r62,101r62,-101r30,0r-77,126r82,133r-30,0r-67,-108r-68,108r-30,0r83,-133","w":219},"Y":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124","w":213},"Z":{"d":"21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0","w":172},"[":{"d":"51,-265r59,0r0,25r-34,0r0,286r34,0r0,24r-59,0r0,-335","w":126},"\\":{"d":"39,-265r167,300r-27,0r-167,-300r27,0","w":217},"]":{"d":"75,70r-59,0r0,-25r35,0r0,-286r-35,0r0,-24r59,0r0,335","w":126},"^":{"d":"111,-259r20,0r90,195r-23,0r-78,-168r-76,168r-23,0","w":241},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"57,-281r39,54r-25,0r-51,-54r37,0","w":136},"a":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"b":{"d":"129,5v-36,-1,-59,-18,-76,-40r0,35r-24,0r0,-265r24,0r0,107v17,-23,41,-37,77,-38v54,-2,98,48,98,101v0,53,-45,101,-99,100xm52,-97v0,42,34,79,75,78v45,-1,76,-32,76,-77v0,-44,-31,-78,-75,-78v-44,0,-76,30,-76,77","w":245},"c":{"d":"18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99","w":232},"d":{"d":"118,-196v36,1,59,17,76,40r0,-109r24,0r0,265r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm196,-95v0,-42,-35,-78,-76,-77v-45,1,-76,32,-76,77v0,44,32,77,76,77v44,0,76,-31,76,-77","w":246},"e":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"f":{"d":"39,-191v-1,-42,-2,-81,39,-79v8,0,17,2,28,5r0,24v-23,-10,-47,-11,-42,24r0,26r40,0r0,21r-40,0r0,170r-25,0r0,-170r-25,0r0,-21r25,0","w":113},"g":{"d":"18,-97v0,-94,127,-132,174,-61r0,-33r25,0r0,152v24,131,-159,148,-197,54r27,0v31,61,167,48,145,-51v-46,66,-174,33,-174,-61xm193,-97v0,-45,-29,-75,-73,-75v-45,0,-76,32,-78,76v-2,42,33,73,76,73v44,0,75,-30,75,-74","w":242},"h":{"d":"119,-173v-76,1,-68,89,-67,173r-25,0r0,-265r25,0r0,108v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"i":{"d":"16,-250v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"j":{"d":"16,-250v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21xm-11,47v21,10,35,5,35,-25r0,-213r25,0r0,220v4,42,-26,55,-60,40r0,-22","w":73},"k":{"d":"27,-265r25,0r0,151r88,-77r37,0r-105,91r111,100r-35,0r-96,-86r0,86r-25,0r0,-265","w":180},"l":{"d":"24,-265r24,0r0,265r-24,0r0,-265","w":72},"m":{"d":"113,-172v-73,0,-61,94,-61,172r-25,0r0,-191r25,0r0,33v15,-22,34,-38,65,-38v35,1,51,18,61,46v13,-26,36,-45,70,-46v85,-1,62,111,65,196r-25,0v-7,-66,25,-173,-45,-172v-74,1,-60,94,-61,172r-24,0v-6,-66,23,-172,-45,-172","w":337},"n":{"d":"119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"o":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77","w":235},"p":{"d":"129,5v-35,-2,-59,-16,-77,-38r0,103r-24,0r0,-261r24,0r0,35v17,-23,40,-39,76,-40v54,-1,99,47,99,100v0,53,-45,102,-98,101xm202,-95v0,-45,-31,-76,-76,-77v-41,-1,-76,35,-76,77v0,46,33,77,77,77v43,0,75,-34,75,-77","w":245},"q":{"d":"117,-196v37,1,60,17,77,40r0,-35r24,0r0,261r-24,0r0,-103v-18,23,-42,36,-77,38v-53,1,-98,-47,-98,-101v0,-53,45,-101,98,-100xm195,-95v1,-42,-35,-78,-76,-77v-45,1,-76,33,-76,77v0,42,32,77,76,77v44,0,75,-31,76,-77","w":245},"r":{"d":"43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169","w":108},"s":{"d":"18,-146v4,-55,72,-66,106,-24r-16,16v-21,-26,-62,-26,-68,7v7,45,84,41,84,96v0,59,-86,74,-115,29r16,-18v13,14,26,22,40,22v18,0,35,-14,35,-32v-4,-47,-86,-40,-82,-96","w":139},"t":{"d":"49,-262r25,0r0,71r39,0r0,21r-39,0r0,170r-25,0r0,-170r-34,0r0,-21r34,0r0,-71","w":121},"u":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"v":{"d":"9,-191r27,0r63,139r64,-139r26,0r-87,191r-5,0"},"w":{"d":"2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0","w":299},"x":{"d":"6,-191r29,0r51,71r50,-71r30,0r-65,91r73,100r-30,0r-58,-80r-58,80r-29,0r72,-100","w":172},"y":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84","w":193},"z":{"d":"12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21","w":152},"{":{"d":"50,-7v0,-44,-2,-64,-37,-68r0,-29v40,-4,37,-33,37,-81v0,-56,12,-76,65,-74r0,28v-29,0,-37,5,-36,36v0,63,1,86,-36,105v29,14,36,33,36,80v0,48,-7,62,36,62r0,27v-59,2,-65,-24,-65,-86","w":126},"|":{"d":"108,-265r25,0r0,335r-25,0r0,-335","w":241},"}":{"d":"77,-172v-1,45,1,64,36,68r0,29v-39,0,-37,40,-36,80v1,55,-12,77,-66,74r0,-27v29,0,37,-5,36,-36v0,-63,1,-87,37,-106v-31,-16,-36,-31,-37,-79v0,-52,6,-60,-36,-62r0,-28v59,-2,67,25,66,87","w":126},"~":{"d":"154,-128v21,-1,21,-7,44,-19r0,28v-20,10,-25,15,-44,17v-22,3,-66,-28,-88,-28v-21,0,-26,7,-46,19r0,-29v20,-10,25,-14,44,-16v22,-2,65,29,90,28","w":218},"\u00c4":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm77,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm149,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":266},"\u00c5":{"d":"96,-312v0,-20,17,-38,37,-38v20,0,39,17,38,38v0,20,-18,37,-38,37v-20,0,-37,-17,-37,-37xm152,-313v0,-9,-10,-19,-19,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,20v10,0,19,-10,19,-20xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u00c7":{"d":"20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138xm161,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":292},"\u00c9":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm119,-333r38,0r-52,54r-24,0","w":193},"\u00d1":{"d":"69,-302v33,-42,79,15,116,-12r13,17v-35,39,-87,-20,-118,13xm32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"\u00d6":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110xm100,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm172,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":312},"\u00dc":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266xm62,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm134,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":235},"\u00e1":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77xm134,-281r38,0r-52,54r-24,0","w":245},"\u00e0":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77xm112,-281r39,54r-25,0r-51,-54r37,0","w":245},"\u00e2":{"d":"111,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u00e4":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77xm67,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm139,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":245},"\u00e3":{"d":"59,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u00e5":{"d":"85,-260v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm142,-260v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u00e7":{"d":"18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99xm131,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":232},"\u00e9":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0xm129,-281r38,0r-52,54r-24,0","w":233},"\u00e8":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0xm106,-281r39,54r-25,0r-51,-54r37,0","w":233},"\u00ea":{"d":"105,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"\u00eb":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0xm61,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm133,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":233},"\u00ed":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm48,-281r38,0r-52,54r-24,0","w":72},"\u00ec":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm25,-281r39,54r-25,0r-51,-54r37,0","w":72},"\u00ee":{"d":"24,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u00ef":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm-20,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm52,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":72},"\u00f1":{"d":"45,-250v34,-42,79,15,117,-12r12,17v-21,20,-57,17,-80,2v-17,-3,-25,1,-37,11xm119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"\u00f3":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77xm129,-281r38,0r-52,54r-24,0","w":235},"\u00f2":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77xm107,-281r39,54r-25,0r-51,-54r37,0","w":235},"\u00f4":{"d":"106,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77","w":235},"\u00f6":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77xm62,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm134,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":235},"\u00f5":{"d":"53,-250v34,-42,79,15,117,-12r12,17v-34,39,-86,-20,-117,13xm18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77","w":235},"\u00fa":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196xm121,-281r38,0r-52,54r-24,0","w":218},"\u00f9":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196xm98,-281r39,54r-25,0r-51,-54r37,0","w":218},"\u00fb":{"d":"98,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u00fc":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196xm53,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm125,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":218},"\u00b0":{"d":"72,-265v33,0,61,28,61,60v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61v0,-33,28,-60,61,-60xm72,-163v21,0,40,-20,40,-41v0,-22,-18,-42,-39,-42v-22,0,-41,18,-41,41v0,22,18,42,40,42","w":143},"\u00a2":{"d":"55,-14v-79,-56,-19,-220,91,-176r23,-46r21,11r-23,45v8,5,15,11,20,17r-15,18v-5,-5,-10,-9,-16,-13r-70,134v32,13,52,4,80,-16r16,18v-24,22,-67,36,-107,20r-26,52r-21,-11xm134,-169v-74,-28,-121,80,-68,132"},"\u00a3":{"d":"10,-27v0,-30,35,-52,64,-33v4,-25,1,-45,-6,-66r-51,0r0,-22r45,0v-35,-70,10,-137,81,-110v18,12,29,30,31,60r-24,0v0,-25,-12,-44,-36,-44v-52,-1,-41,59,-26,94r57,0r0,22r-51,0v7,24,10,56,3,80v10,7,30,25,49,26v11,0,17,-13,18,-40r25,0v-1,33,-10,67,-40,67v-24,0,-46,-16,-61,-29v-13,39,-77,39,-78,-5xm34,-30v4,21,28,14,34,-6v-14,-11,-32,-12,-34,6"},"\u00a7":{"d":"69,-161v-53,-25,-34,-114,34,-109v39,3,62,23,66,60r-25,0v1,-44,-81,-47,-81,-4v0,63,113,55,113,123v0,27,-25,47,-51,52v20,13,38,31,39,59v2,75,-129,68,-136,4r26,0v7,38,84,38,84,-4v0,-61,-115,-61,-115,-128v0,-30,21,-46,46,-53xm105,-54v31,-1,59,-31,37,-58v-5,-5,-25,-21,-53,-35v-32,1,-53,36,-31,61v8,9,24,20,47,32","w":221},"\u00b6":{"d":"17,-194v0,-43,24,-72,72,-72r91,0r0,13r-15,0r0,294r-21,0r0,-294r-38,0r0,294r-21,0r0,-165v-46,0,-68,-26,-68,-70","w":203},"\u00df":{"d":"103,-246v-38,4,-50,21,-50,73r0,173r-25,0r0,-175v-2,-65,20,-91,74,-95v40,-3,71,26,70,64v-1,36,-24,54,-58,59v43,5,64,33,67,75v3,57,-59,96,-110,68r0,-23v39,23,85,0,85,-45v0,-40,-28,-61,-69,-61r0,-28v33,3,60,-16,60,-44v0,-23,-20,-43,-44,-41"},"\u00ae":{"d":"135,-271v80,0,138,59,138,137v0,81,-58,139,-138,139v-79,0,-139,-58,-139,-138v0,-80,58,-138,139,-138xm135,-14v68,0,118,-50,118,-119v0,-68,-49,-120,-118,-120v-69,0,-119,52,-119,120v0,68,50,119,119,119xm178,-55v-8,-30,7,-73,-36,-66r-40,0r0,66r-25,0r0,-159v56,1,125,-11,123,45v-1,18,-6,25,-20,35v29,8,9,56,26,79r-28,0xm175,-168v0,-32,-43,-21,-73,-23r0,47v31,-1,73,8,73,-24","w":268},"\u00a9":{"d":"135,-271v80,0,138,58,138,138v0,80,-58,138,-138,138v-80,0,-139,-58,-139,-138v0,-80,58,-138,139,-138xm135,-14v68,0,118,-49,118,-119v0,-70,-50,-119,-119,-119v-68,0,-118,51,-118,119v0,69,50,119,119,119xm62,-132v0,-68,69,-108,120,-70v13,9,19,24,20,40r-24,0v-4,-20,-18,-32,-41,-32v-33,1,-49,25,-49,62v0,68,88,82,90,17r24,0v-4,36,-29,63,-67,63v-46,0,-73,-32,-73,-80","w":268},"\u00b4":{"d":"79,-281r38,0r-52,54r-24,0","w":135},"\u00a8":{"d":"10,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm82,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":132},"\u00c6":{"d":"0,0r167,-259r160,0r0,27r-122,0r0,79r122,0r0,26r-122,0r0,102r122,0r0,25r-148,0r0,-85r-94,0r-55,85r-30,0xm102,-109r77,0r0,-120","w":357},"\u00d8":{"d":"61,-31v-85,-79,-26,-234,95,-234v30,0,57,9,82,26r26,-31r18,16r-26,31v22,22,34,53,36,94v4,104,-123,175,-212,113r-29,34r-19,-15xm221,-219v-72,-52,-174,0,-174,91v0,30,10,56,31,77xm97,-36v74,45,172,-7,169,-93v0,-29,-10,-54,-28,-74","w":312},"\u00b1":{"d":"87,-160r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0xm188,-28r0,24r-178,0r0,-24r178,0","w":197},"\u00a5":{"d":"159,-259r29,0r-73,130r63,0r0,20r-66,0r0,27r66,0r0,21r-66,0r0,61r-25,0r0,-61r-65,0r0,-21r65,0r0,-27r-65,0r0,-20r62,0r-73,-130r29,0r59,106"},"\u00b5":{"d":"157,-21v-19,33,-86,32,-106,1r0,90r-25,0r0,-261r25,0v3,71,-20,170,53,169v72,-1,50,-99,53,-169r25,0r0,191r-25,0r0,-21","w":207},"\u00aa":{"d":"10,-202v-6,-51,60,-85,87,-43r0,-17r20,0r0,120r-20,0r0,-17v-27,41,-94,8,-87,-43xm98,-202v0,-23,-14,-44,-34,-44v-44,0,-44,88,0,88v20,0,34,-21,34,-44","w":132},"\u00ba":{"d":"10,-202v0,-34,25,-63,56,-63v32,0,57,30,57,63v0,33,-24,62,-57,62v-33,0,-56,-28,-56,-62xm102,-202v0,-24,-15,-43,-36,-44v-45,0,-47,88,0,88v21,-1,36,-20,36,-44","w":132},"\u00e6":{"d":"21,-96v0,-96,129,-134,175,-60r0,-35r23,0r0,34v28,-47,109,-51,148,-10v18,20,28,44,28,74r-172,0v3,43,30,75,75,75v37,0,56,-17,70,-45r21,11v-20,62,-136,78,-170,18r0,34r-23,0r0,-35v-19,25,-40,39,-76,40v-53,1,-99,-47,-99,-101xm368,-114v-5,-60,-95,-77,-129,-31v-7,8,-12,19,-15,31r144,0xm197,-95v-1,-46,-30,-77,-76,-77v-43,0,-74,32,-75,76v-1,42,35,78,76,78v42,0,75,-35,75,-77","w":416},"\u00f8":{"d":"49,-22v-65,-57,-19,-174,68,-174v24,0,44,7,62,21r21,-24r16,13r-22,26v55,62,5,165,-76,165v-19,0,-37,-4,-53,-14r-20,24r-16,-13xm163,-156v-57,-46,-145,16,-114,91v4,10,9,18,16,25xm81,-28v70,41,144,-47,96,-113","w":235},"\u00bf":{"d":"85,-173v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm106,50v31,0,52,-19,52,-52r25,0v1,47,-31,77,-77,77v-41,0,-72,-24,-74,-61v-3,-63,99,-51,109,-97v0,-16,-17,-28,-36,-27v-26,0,-36,13,-38,38r-26,0v2,-38,25,-62,64,-62v35,0,62,20,62,51v3,64,-106,45,-109,97v-1,22,23,36,48,36","w":212},"\u00a1":{"d":"31,-173v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-21xm41,75r0,-201r25,0r0,201r-25,0","w":106},"\u00ac":{"d":"198,-180r0,101r-24,0r0,-77r-154,0r0,-24r178,0","w":218},"\u00ab":{"d":"69,-191r-39,96r39,95r-26,0r-39,-95r39,-96r26,0xm149,-191r-39,96r39,95r-26,0r-39,-95r39,-96r26,0","w":152},"\u00bb":{"d":"84,0r39,-96r-39,-95r26,0r39,95r-39,96r-26,0xm4,0r39,-96r-39,-95r26,0r39,95r-39,96r-26,0","w":152},"\u00a0":{"w":100},"\u00c0":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm122,-333r39,54r-25,0r-51,-54r37,0","w":266},"\u00c3":{"d":"69,-302v33,-42,79,15,116,-12r13,17v-35,39,-87,-20,-118,13xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u00d5":{"d":"92,-302v33,-42,79,15,116,-12r13,17v-34,39,-87,-19,-117,13xm20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"\u00f7":{"d":"81,-212r35,0r0,35r-35,0r0,-35xm10,-141r178,0r0,24r-178,0r0,-24xm81,-82r35,0r0,36r-35,0r0,-36","w":197},"\u00ff":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84xm42,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm114,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":193},"\u20ac":{"d":"195,4v-83,12,-144,-32,-161,-95r-26,0r6,-24r16,0v-1,-14,-1,-17,0,-30r-22,0r7,-25r20,0v18,-61,81,-107,162,-92r-7,24v-61,-10,-109,23,-127,68r113,0r-7,25r-112,0v-1,10,-2,19,0,30r104,0r-6,24r-93,0v16,48,69,83,133,70r0,25"},"\u00c2":{"d":"121,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u00ca":{"d":"95,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u00c1":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm145,-333r38,0r-52,54r-24,0","w":266},"\u00cb":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm51,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm123,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":193},"\u00c8":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm96,-333r39,54r-25,0r-51,-54r37,0","w":193},"\u00cd":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm52,-333r38,0r-52,54r-24,0","w":81},"\u00ce":{"d":"29,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u00cf":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm-16,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm56,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":81},"\u00cc":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm30,-333r39,54r-25,0r-51,-54r37,0","w":81},"\u00d3":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110xm168,-333r38,0r-52,54r-24,0","w":312},"\u00d4":{"d":"145,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"\u00d2":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110xm145,-333r39,54r-25,0r-51,-54r37,0","w":312},"\u00da":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266xm129,-333r38,0r-52,54r-24,0","w":235},"\u00db":{"d":"106,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266","w":235},"\u00d9":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266xm107,-333r39,54r-25,0r-51,-54r37,0","w":235},"\u00b8":{"d":"73,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":116},"\u00a6":{"d":"108,-121r0,-144r25,0r0,135xm108,70r0,-168r25,-10r0,178r-25,0","w":241},"\u00d0":{"d":"266,-126v0,81,-46,126,-136,126r-93,0r0,-117r-31,0r0,-24r31,0r0,-118r65,0v110,-3,164,38,164,133xm240,-126v0,-93,-69,-114,-178,-107r0,92r68,0r0,24r-68,0r0,93v106,5,178,-8,178,-102","w":284},"\u00f0":{"d":"18,-96v0,-69,73,-125,141,-89v-11,-15,-24,-28,-38,-41r-38,16r-9,-19r31,-13v-11,-9,-21,-17,-29,-23r34,0v6,4,12,9,18,14r29,-12r9,18r-20,9v40,38,72,77,72,136v0,62,-41,103,-101,105v-54,2,-99,-47,-99,-101xm192,-96v0,-46,-28,-77,-72,-77v-41,0,-77,32,-77,76v0,42,34,79,75,78v43,-2,75,-31,74,-77","w":235},"\u00dd":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124xm118,-333r38,0r-52,54r-24,0","w":213},"\u00fd":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84xm108,-281r38,0r-52,54r-24,0","w":193},"\u00de":{"d":"193,-129v0,66,-55,72,-136,69r0,60r-26,0r0,-259r26,0r0,61v78,-3,136,2,136,69xm166,-129v0,-50,-56,-45,-109,-44r0,88v53,1,109,6,109,-44","w":213},"\u00fe":{"d":"129,5v-35,-2,-59,-16,-77,-38r0,103r-24,0r0,-335r24,0r0,109v17,-23,40,-39,76,-40v54,-1,99,47,99,100v0,53,-45,102,-98,101xm202,-95v0,-45,-31,-76,-76,-77v-41,-1,-76,35,-76,77v0,46,33,77,77,77v43,0,75,-34,75,-77","w":245},"\u00d7":{"d":"125,-129r59,58r-17,16r-58,-58r-58,58r-16,-16r58,-58r-58,-59r16,-16r58,59r58,-59r17,16","w":218},"\u00b9":{"d":"39,-262r33,0r0,133r-19,0r0,-116r-26,0","w":119},"\u00b2":{"d":"92,-224v-5,-35,-66,-30,-65,7r-18,0v0,-28,24,-48,53,-48v34,0,61,31,43,61v-10,17,-41,42,-58,58r66,0r0,17r-112,0r63,-57v17,-17,24,-19,28,-38","w":119},"\u00b3":{"d":"60,-248v-15,1,-22,8,-28,21r-19,0v3,-48,90,-50,93,-2v0,10,-5,18,-16,25v44,17,21,78,-29,78v-32,0,-48,-15,-53,-42r19,0v3,34,68,32,68,-1v0,-21,-19,-23,-44,-25r0,-17v38,7,46,-37,9,-37","w":123},"\u00bd":{"d":"49,7r162,-272r20,0r-163,272r-19,0xm31,-262r33,0r0,133r-19,0r0,-116r-26,0xm256,-94v-5,-35,-66,-30,-65,7r-18,0v0,-28,24,-48,53,-48v34,0,61,31,43,61v-10,17,-41,42,-58,58r66,0r0,17r-112,0r63,-57v17,-17,24,-19,28,-38","w":299},"\u00bc":{"d":"273,-138r0,93r19,0r0,17r-19,0r0,30r-19,0r0,-30r-76,0xm254,-45r0,-44r-38,44r38,0xm68,7r162,-272r20,0r-162,272r-20,0xm33,-262r33,0r0,133r-19,0r0,-116r-26,0","w":299},"\u00be":{"d":"272,-138r0,93r18,0r0,17r-18,0r0,30r-20,0r0,-30r-76,0xm252,-45r0,-44r-37,44r37,0xm76,7r162,-272r20,0r-163,272r-19,0xm64,-248v-15,1,-22,8,-28,21r-19,0v3,-48,90,-50,93,-2v0,10,-5,18,-16,25v44,17,21,78,-29,78v-32,0,-48,-15,-53,-42r19,0v3,34,68,32,68,-1v0,-21,-19,-23,-44,-25r0,-17v38,7,46,-37,9,-37","w":299},"\u00af":{"d":"-2,-304r184,0r0,19r-184,0r0,-19","w":180},"\u00b7":{"d":"85,-133v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":119},"\u00a4":{"d":"156,-38v-27,25,-86,27,-112,0r-21,20r-16,-16r21,-20v-25,-28,-25,-81,0,-109r-21,-20r16,-16r21,21v27,-24,84,-27,111,-1r21,-20r15,16r-20,20v27,25,26,83,1,109r20,20r-15,16xm100,-174v-35,0,-66,31,-66,66v0,35,31,66,66,66v35,0,66,-31,66,-66v0,-35,-31,-66,-66,-66"}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface ? The Monotype Corporation plc. Data ? The Monotype Corporation plc /
 * Type Solutions Inc. 1990-91 All Rights Reserved
 * 
 * Trademark:
 * Century Gothic is a trademark of The Monotype Corporation plc.
 * 
 * Description:
 * A design based on Monotype 20th Century, which was drawn by Sol Hess between
 * 1936 and 1947. Century Gothic maintains the basic design of 20th Century but has
 * an enlarged 'x' height and has been modified to ensure satisfactory output from
 * modern digital systems. The design is influenced by the geometric style sans
 * serif faces which were popular during the 1920's and 30's. Useful for headlines
 * and general display work and for small quantities of text, particularly in
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Monotype Type Drawing Office
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":201,"face":{"font-family":"Century Gothic","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 2 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-29 -357 375.836 79.1703","underline-thickness":"32.3438","underline-position":"-16.875","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":100},"!":{"d":"26,-265r49,0r0,189r-49,0r0,-189xm20,-25v0,-15,15,-30,30,-30v16,0,31,14,31,30v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30","w":100},'"':{"d":"115,-176r-28,0r-9,-89r47,0xm43,-176r-28,0r-10,-89r47,0","w":129},"#":{"d":"195,-119r0,35r-40,0r-13,84r-35,0r12,-84r-34,0r-12,84r-35,0r12,-84r-39,0r0,-35r45,0r5,-33r-39,0r0,-35r44,0r11,-78r35,0r-11,78r33,0r12,-78r35,0r-11,78r35,0r0,35r-40,0r-5,33r35,0xm129,-152r-34,0r-4,33r33,0","w":216},"$":{"d":"54,-144v-54,-33,-26,-124,39,-121r0,-18r33,0r0,20v27,7,37,15,57,34r-34,33v-15,-16,-31,-24,-46,-24v-22,-1,-42,25,-23,40v41,33,117,36,113,107v-2,44,-25,72,-67,79r0,47r-33,0r0,-46v-38,-5,-59,-21,-81,-44r34,-35v21,23,42,35,62,35v27,1,49,-34,30,-57v-15,-18,-75,-39,-84,-50"},"%":{"d":"67,-265v55,9,125,21,171,-5r35,0r-205,288r-35,0r175,-247v-27,5,-52,6,-81,4v16,43,-17,83,-58,83v-34,0,-63,-28,-62,-61v0,-36,27,-59,60,-62xm99,-203v0,-15,-15,-30,-30,-30v-15,0,-30,15,-30,30v0,15,14,29,30,29v16,0,30,-14,30,-29xm179,-55v0,-33,29,-62,61,-62v33,0,62,29,62,62v0,33,-29,62,-62,62v-33,0,-61,-29,-61,-62xm270,-55v0,-15,-15,-30,-30,-30v-15,0,-30,15,-30,30v0,15,15,30,30,30v15,0,30,-15,30,-30","w":309},"&":{"d":"164,-192v0,36,-16,39,-42,68v21,25,35,40,41,46v4,-3,14,-11,29,-24r29,34r-27,24r42,44r-60,0r-17,-18v-54,39,-142,34,-142,-38v0,-38,19,-54,46,-76v-44,-47,-26,-113,38,-116v35,-2,63,26,63,56xm102,-203v-22,3,-19,27,-4,44v13,-11,20,-20,20,-29v0,-8,-7,-16,-16,-15xm63,-58v7,28,39,23,64,6v-9,-9,-22,-23,-38,-44v-17,14,-26,27,-26,38","w":244},"'":{"d":"53,-176r-27,0r-10,-89r47,0","w":79},"(":{"d":"67,75v-66,-87,-68,-260,0,-345r61,0v-39,44,-62,94,-62,171v0,81,21,123,62,174r-61,0","w":136},")":{"d":"70,-270v66,87,68,260,0,345r-61,0v39,-45,62,-92,62,-171v0,-81,-21,-123,-62,-174r61,0","w":136},"*":{"d":"58,-265r45,0r-14,53r40,-38r20,39r-53,14r53,15r-23,38r-38,-38r13,53r-43,0r14,-53r-39,38r-24,-38r54,-15r-54,-15r24,-39r39,39","w":158},"+":{"d":"86,-151r0,-66r44,0r0,66r66,0r0,44r-66,0r0,66r-44,0r0,-66r-66,0r0,-44r66,0","w":216},",":{"d":"47,-49r35,18r-44,74r-24,-12","w":100},"-":{"d":"31,-118r89,0r0,45r-89,0r0,-45","w":151},"\u00ad":{"d":"31,-118r89,0r0,45r-89,0r0,-45","w":151},".":{"d":"23,-23v0,-15,12,-27,27,-27v16,0,28,11,28,27v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28","w":100},"/":{"d":"8,46r116,-312r34,0r-116,312r-34,0","w":165},"0":{"d":"10,-127v0,-83,22,-138,90,-138v72,0,92,56,92,136v0,80,-19,136,-91,136v-71,0,-91,-53,-91,-134xm101,-39v55,5,48,-125,30,-160v-7,-14,-18,-19,-30,-19v-40,0,-42,42,-42,92v0,52,7,84,42,87"},"1":{"d":"59,-259r74,0r0,259r-49,0r0,-212r-53,0"},"2":{"d":"100,-219v-23,0,-37,20,-37,44r-48,0v1,-53,36,-90,89,-90v66,-1,99,67,68,126v-14,26,-51,67,-77,93r92,0r0,46r-179,0r0,-24v41,-51,116,-90,128,-161v3,-19,-17,-35,-36,-34"},"3":{"d":"126,-193v2,-35,-53,-29,-58,-2r-47,0v4,-41,38,-70,80,-70v40,0,75,30,75,68v0,27,-16,45,-37,55v93,27,43,153,-41,149v-51,-2,-85,-35,-87,-85r48,0v4,23,16,40,42,39v21,0,41,-17,40,-38v-2,-27,-27,-43,-60,-42r0,-42v26,-2,43,-10,45,-32"},"4":{"d":"119,-265r49,0r0,166r23,0r0,46r-23,0r0,53r-48,0r0,-53r-113,0r0,-46xm120,-99r0,-86r-59,86r59,0"},"5":{"d":"137,-81v0,-39,-48,-55,-68,-25r-40,-9r31,-144r121,0r0,46r-84,0r-11,47v54,-14,99,30,99,83v0,72,-89,118,-145,71v-16,-13,-27,-30,-32,-52r52,0v13,39,77,28,77,-17"},"6":{"d":"99,7v-68,0,-107,-85,-61,-142r66,-130r42,21r-45,88v45,-2,79,38,79,82v0,43,-38,81,-81,81xm132,-75v0,-19,-14,-35,-34,-35v-18,0,-32,16,-32,35v0,18,15,35,32,35v18,0,35,-16,34,-35"},"7":{"d":"22,-259r169,0r0,26r-116,240r-42,-21r97,-198r-108,0r0,-47"},"8":{"d":"101,-265v70,-6,101,85,53,125v22,14,37,36,37,67v0,50,-35,80,-90,80v-92,0,-116,-109,-54,-147v-47,-39,-18,-133,54,-125xm129,-189v0,-17,-12,-29,-30,-29v-16,0,-27,12,-27,29v0,15,13,29,28,29v17,0,29,-12,29,-29xm142,-76v0,-22,-19,-38,-41,-38v-22,0,-42,16,-42,37v0,21,20,37,42,37v24,0,40,-14,41,-36"},"9":{"d":"102,-265v70,0,96,75,62,141r-67,131r-42,-21r46,-88v-44,1,-79,-38,-79,-82v0,-44,37,-81,80,-81xm70,-184v0,19,13,35,33,35v19,0,33,-17,33,-35v1,-18,-15,-35,-33,-35v-18,0,-33,17,-33,35"},":":{"d":"23,-169v0,-15,12,-27,27,-27v16,0,28,11,28,27v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28xm23,-23v0,-15,12,-27,27,-27v16,0,28,11,28,27v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28","w":100},";":{"d":"23,-169v0,-15,12,-27,27,-27v16,0,28,11,28,27v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28xm48,-49r33,18r-43,74r-24,-12","w":100},"\u037e":{"d":"23,-169v0,-15,12,-27,27,-27v16,0,28,11,28,27v0,16,-12,28,-28,28v-16,0,-27,-12,-27,-28xm48,-49r33,18r-43,74r-24,-12","w":100},"<":{"d":"196,-64r0,44r-176,-90r0,-39r176,-89r0,44r-125,65","w":216},"=":{"d":"20,-189r176,0r0,44r-176,0r0,-44xm20,-114r176,0r0,44r-176,0r0,-44","w":216},">":{"d":"20,-194r0,-44r176,89r0,39r-176,90r0,-44r126,-65","w":216},"?":{"d":"101,-226v-20,1,-38,13,-37,34r-46,0v-1,-47,37,-78,85,-78v48,0,78,28,80,72v2,59,-67,59,-63,123r-47,0v-9,-53,37,-83,58,-110v14,-19,-5,-42,-30,-41xm67,-25v0,-16,14,-30,30,-30v18,0,31,14,31,30v1,15,-15,30,-30,30v-16,0,-31,-14,-31,-30"},"@":{"d":"27,-134v-6,99,127,148,189,81r33,0v-28,36,-53,58,-109,58v-81,0,-139,-58,-139,-138v0,-80,57,-136,139,-138v65,-2,125,52,125,113v0,59,-40,98,-90,104v-13,2,-22,-5,-22,-18v-34,39,-101,5,-96,-48v-8,-62,80,-116,118,-61r4,-19r35,0r-20,115v0,3,3,6,7,6v24,-6,40,-37,40,-69v-2,-60,-42,-97,-102,-97v-67,0,-108,45,-112,111xm101,-124v0,18,11,32,29,32v38,0,50,-72,7,-73v-20,-1,-37,20,-36,41","w":266},"A":{"d":"108,-259r50,0r100,259r-51,0r-21,-53r-105,0r-21,53r-51,0xm134,-190r-35,89r69,0","w":266},"B":{"d":"191,-75v0,49,-33,76,-89,75r-72,0r0,-259v75,-2,142,1,142,67v0,24,-10,38,-26,50v28,12,45,32,45,67xm125,-185v1,-23,-20,-29,-46,-27r0,55v26,1,46,-5,46,-28xm143,-77v0,-30,-27,-38,-64,-36r0,66v35,0,64,-1,64,-30","w":208},"C":{"d":"17,-130v0,-133,179,-177,250,-83r-34,33v-52,-67,-167,-37,-167,50v0,93,122,115,167,52r33,35v-34,32,-57,49,-112,50v-78,1,-137,-57,-137,-137","w":280},"D":{"d":"235,-126v0,87,-42,132,-146,126r-59,0r0,-259r58,0v102,-4,147,44,147,133xm185,-127v0,-61,-36,-89,-106,-84r0,163v71,6,106,-16,106,-79","w":252},"E":{"d":"30,-259r141,0r0,49r-92,0r0,46r92,0r0,48r-92,0r0,68r92,0r0,48r-141,0r0,-259","w":187},"F":{"d":"30,-259r129,0r0,48r-80,0r0,47r80,0r0,48r-80,0r0,116r-49,0r0,-259","w":172},"G":{"d":"18,-131v-7,-125,176,-181,250,-85r-34,34v-52,-65,-167,-33,-167,52v0,83,131,127,164,45r-75,0r0,-46r130,0v3,80,-48,138,-128,138v-84,0,-135,-56,-140,-138","w":302},"H":{"d":"29,-259r50,0r0,98r87,0r0,-98r50,0r0,259r-50,0r0,-113r-87,0r0,113r-50,0r0,-259","w":244},"I":{"d":"26,-259r49,0r0,259r-49,0r0,-259","w":100},"J":{"d":"78,-42v16,0,16,-13,16,-36r0,-181r49,0r0,172v16,104,-91,118,-136,56r35,-33v12,13,18,22,36,22","w":172},"K":{"d":"30,-259r50,0r0,89r70,-89r59,0r-90,116r99,143r-59,0r-79,-115r0,115r-50,0r0,-259","w":223},"L":{"d":"30,-259r49,0r0,212r71,0r0,47r-120,0r0,-259","w":158},"M":{"d":"54,-259r49,0r59,181r61,-181r48,0r43,259r-47,0r-28,-163r-55,163r-44,0r-54,-163r-28,163r-48,0","w":323},"N":{"d":"30,-259r47,0r111,171r0,-171r49,0r0,259r-47,0r-111,-170r0,170r-49,0r0,-259","w":266},"O":{"d":"17,-129v2,-80,56,-134,135,-136v72,-2,133,63,133,137v0,74,-61,135,-133,135v-74,0,-137,-63,-135,-136xm236,-129v0,-48,-39,-88,-85,-88v-48,0,-85,40,-85,89v0,49,38,86,86,87v47,1,84,-40,84,-88","w":302},"P":{"d":"183,-184v-3,56,-35,77,-104,74r0,110r-50,0r0,-259v82,-3,158,-1,154,75xm135,-184v0,-26,-26,-26,-56,-26r0,52v30,1,56,2,56,-26"},"Q":{"d":"152,-265v110,-5,178,146,99,227r45,58r-58,0r-23,-29v-91,50,-202,-24,-198,-120v3,-79,56,-133,135,-136xm66,-128v0,59,61,105,119,80r-46,-60r58,0r24,30v40,-57,-4,-139,-69,-139v-49,0,-86,40,-86,89","w":302},"R":{"d":"187,-184v-1,38,-20,58,-50,69r62,115r-54,0r-58,-110r-5,0r0,110r-49,0r0,-259v83,-3,155,-1,154,75xm139,-184v-1,-27,-25,-27,-57,-26r0,52v30,0,58,2,57,-26","w":208},"S":{"d":"32,-162v-43,-57,29,-130,95,-94v12,6,24,17,38,33r-36,32v-13,-18,-26,-27,-39,-27v-11,0,-22,7,-22,17v17,48,102,68,102,134v0,62,-77,95,-128,60v-14,-9,-25,-24,-35,-43r42,-25v12,23,26,35,42,35v22,1,40,-23,24,-42v-15,-19,-78,-66,-83,-80","w":187},"T":{"d":"4,-259r143,0r0,49r-47,0r0,210r-50,0r0,-210r-46,0r0,-49","w":151},"U":{"d":"115,7v-63,0,-87,-35,-87,-111r0,-155r49,0r0,168v-1,33,8,50,37,50v32,0,39,-16,39,-56r0,-162r50,0r0,155v3,76,-24,111,-88,111","w":230},"V":{"d":"10,-259r50,0r66,184r65,-184r51,0r-93,259r-48,0","w":252},"W":{"d":"10,-259r48,0r38,165r46,-165r41,0r47,165r36,-165r49,0r-58,259r-47,0r-48,-167r-47,167r-47,0","w":323},"X":{"d":"13,-259r55,0r54,83r55,-83r55,0r-82,126r87,133r-55,0r-60,-91r-59,91r-56,0r88,-133","w":244},"Y":{"d":"11,-259r53,0r48,93r48,-93r52,0r-75,147r0,112r-50,0r0,-112","w":223},"Z":{"d":"16,-259r156,0r-92,212r86,0r0,47r-158,0r92,-210r-84,0r0,-49","w":180},"[":{"d":"30,-265r77,0r0,45r-29,0r0,245r29,0r0,45r-77,0r0,-335","w":115},"\\":{"d":"190,46r-34,0r-116,-312r34,0","w":230},"]":{"d":"85,70r-77,0r0,-45r29,0r0,-245r-29,0r0,-45r77,0r0,335","w":115},"^":{"d":"87,-259r41,0r69,195r-43,0r-46,-132r-46,132r-43,0","w":216},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"67,-295r42,69r-34,0r-65,-69r57,0","w":151},"a":{"d":"15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,191r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57","w":237},"b":{"d":"222,-95v7,79,-97,133,-150,75r0,20r-48,0r0,-265r48,0r0,95v52,-59,160,-8,150,75xm174,-96v0,-32,-22,-56,-52,-56v-30,1,-52,24,-52,56v0,32,22,56,52,57v30,1,52,-26,52,-57","w":237},"c":{"d":"15,-95v-5,-101,146,-135,196,-58r-39,22v-31,-39,-109,-19,-109,37v0,56,79,73,109,33r37,26v-21,27,-49,40,-86,40v-63,0,-105,-44,-108,-100","w":230},"d":{"d":"15,-95v0,-83,98,-134,151,-75r0,-95r47,0r0,265r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57","w":237},"e":{"d":"114,-196v63,1,107,45,102,114r-154,0v3,46,71,60,101,26r40,19v-18,26,-44,42,-86,42v-59,0,-102,-44,-102,-100v0,-56,44,-102,99,-101xm168,-120v-10,-45,-92,-48,-104,0r104,0","w":230},"f":{"d":"99,-227v-16,-4,-31,-7,-32,12r-1,24r31,0r0,41r-31,0r0,150r-48,0r0,-150r-17,0r0,-41r17,0v-9,-73,26,-89,81,-72r0,36","w":100},"g":{"d":"16,-98v-8,-82,97,-130,150,-72r0,-21r47,0r0,164v19,122,-169,134,-197,41r53,0v17,23,81,21,92,-5v3,-6,5,-18,5,-33v-52,56,-158,5,-150,-74xm168,-98v0,-30,-23,-53,-52,-53v-29,0,-52,23,-52,53v0,31,23,55,53,55v30,1,51,-24,51,-55","w":237},"h":{"d":"114,-152v-60,0,-38,90,-42,152r-48,0r0,-265r48,0r0,93v38,-42,122,-26,122,46r0,126r-47,0v-6,-56,20,-152,-33,-152","w":216},"i":{"d":"12,-239v-1,-16,15,-31,31,-31v16,0,31,14,31,31v0,17,-15,31,-31,31v-17,0,-30,-15,-31,-31xm19,-191r48,0r0,191r-48,0r0,-191","w":86},"j":{"d":"16,-239v-1,-16,15,-31,31,-31v17,0,31,14,31,31v0,17,-15,31,-31,31v-17,0,-31,-14,-31,-31xm-15,30v20,10,38,6,38,-20r0,-201r48,0r0,197v5,59,-35,82,-86,62r0,-38","w":93},"k":{"d":"25,-265r48,0r0,153r70,-79r60,0r-82,92r92,99r-59,0r-81,-88r0,88r-48,0r0,-265","w":208},"l":{"d":"19,-265r48,0r0,265r-48,0r0,-265","w":86},"m":{"d":"113,-153v-58,0,-37,92,-41,153r-48,0r0,-191r48,0r0,22v24,-35,100,-36,116,7v14,-19,34,-33,64,-34v88,-3,61,112,65,196r-48,0v-7,-54,21,-153,-33,-153v-59,0,-37,93,-41,153r-48,0v-6,-56,20,-153,-34,-153","w":338},"n":{"d":"114,-152v-60,0,-38,91,-42,152r-48,0r0,-191r48,0r0,19v39,-43,122,-26,122,46r0,126r-48,0v-7,-56,22,-152,-32,-152","w":216},"o":{"d":"15,-95v0,-54,45,-102,99,-101v59,1,102,42,102,100v0,58,-42,99,-102,101v-54,1,-99,-47,-99,-100xm167,-96v0,-31,-22,-56,-52,-55v-29,0,-52,24,-52,55v0,33,21,56,52,56v31,0,52,-25,52,-56","w":230},"p":{"d":"222,-95v7,79,-97,133,-150,75r0,90r-48,0r0,-261r48,0r0,21v52,-59,160,-8,150,75xm174,-96v0,-32,-22,-56,-52,-56v-30,1,-52,24,-52,56v0,32,22,56,52,57v30,1,52,-26,52,-57","w":237},"q":{"d":"15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,261r-47,0r0,-90v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57","w":237},"r":{"d":"101,-150v-37,-16,-40,29,-40,73r0,77r-48,0r0,-191r41,0r0,24v9,-22,35,-37,62,-24","w":115},"s":{"d":"16,-141v-2,-61,97,-72,125,-24r-29,30v-12,-12,-23,-18,-33,-18v-11,-1,-22,9,-15,19v30,21,81,31,81,79v0,68,-105,79,-136,27r30,-32v10,18,53,35,61,7v3,-11,-24,-24,-37,-30v-31,-16,-47,-35,-47,-58","w":158},"t":{"d":"30,-262r48,0r0,71r28,0r0,41r-28,0r0,150r-48,0r0,-150r-25,0r0,-41r25,0r0,-71","w":107},"u":{"d":"108,5v-67,0,-86,-38,-84,-117r0,-79r49,0v6,55,-22,150,35,151v59,1,29,-96,36,-151r48,0r0,81v2,80,-18,115,-84,115","w":216},"v":{"d":"4,-191r49,0r48,113r48,-113r49,0r-82,191r-31,0"},"w":{"d":"3,-191r47,0r38,109r42,-109r29,0r40,107r39,-107r47,0r-70,191r-30,0r-41,-109r-42,109r-30,0","w":287},"x":{"d":"7,-191r56,0r37,52r38,-52r55,0r-65,90r73,101r-55,0r-46,-63r-45,63r-55,0r73,-101"},"y":{"d":"3,-191r49,0r50,120r55,-120r49,0r-120,261r-50,0r40,-84","w":208},"z":{"d":"16,-191r147,0r-86,150r81,0r0,41r-155,0r86,-151r-73,0r0,-40","w":165},"{":{"d":"41,1v0,-46,0,-66,-39,-70r0,-42v35,-2,39,-22,39,-62v0,-70,17,-87,82,-86r0,43v-27,1,-37,-1,-36,25v0,44,-1,86,-33,102v31,22,31,35,32,96v0,30,8,28,37,30r0,42v-62,2,-82,-13,-82,-78","w":122},"|":{"d":"94,-265r28,0r0,335r-28,0r0,-335","w":216},"}":{"d":"82,-180v0,46,-1,66,38,69r0,42v-34,4,-41,22,-39,63v3,70,-17,86,-81,85r0,-42v27,-1,35,0,36,-25v0,-43,0,-88,33,-102v-32,-21,-32,-35,-33,-96v0,-29,-6,-30,-36,-30r0,-43v61,-1,82,15,82,79","w":122},"~":{"d":"59,-119v-19,1,-25,9,-41,20r0,-56v68,-47,120,53,181,-5r0,57v-48,32,-93,-7,-140,-16","w":216},"\u00c4":{"d":"108,-259r50,0r100,259r-51,0r-21,-53r-105,0r-21,53r-51,0xm134,-190r-35,89r69,0xm69,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm147,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":266},"\u00c5":{"d":"95,-318v0,-21,17,-39,38,-39v21,0,39,19,39,39v1,20,-18,39,-39,39v-21,0,-38,-18,-38,-39xm147,-319v0,-8,-7,-16,-14,-16v-7,0,-14,8,-14,16v0,8,7,16,14,16v7,0,14,-8,14,-16xm108,-259r50,0r100,259r-51,0r-21,-53r-105,0r-21,53r-51,0xm134,-190r-35,89r69,0","w":266},"\u00c7":{"d":"17,-130v0,-133,179,-177,250,-83r-34,33v-52,-67,-167,-37,-167,50v0,93,122,115,167,52r33,35v-34,32,-57,49,-112,50v-78,1,-137,-57,-137,-137xm125,40v20,0,24,-23,4,-22r-10,0r6,-21r30,0r-2,8v13,3,25,13,25,27v0,36,-49,43,-84,27r6,-23v8,3,17,4,25,4","w":280},"\u00c9":{"d":"30,-259r141,0r0,49r-92,0r0,46r92,0r0,48r-92,0r0,68r92,0r0,48r-141,0r0,-259xm108,-347r57,0r-65,69r-34,0","w":187},"\u00d1":{"d":"207,-298v-36,42,-85,-7,-128,19r-19,-29v37,-40,85,9,128,-17xm30,-259r47,0r111,171r0,-171r49,0r0,259r-47,0r-111,-170r0,170r-49,0r0,-259","w":266},"\u00d6":{"d":"17,-129v2,-80,56,-134,135,-136v72,-2,133,63,133,137v0,74,-61,135,-133,135v-74,0,-137,-63,-135,-136xm236,-129v0,-48,-39,-88,-85,-88v-48,0,-85,40,-85,89v0,49,38,86,86,87v47,1,84,-40,84,-88xm87,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm165,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":302},"\u00dc":{"d":"115,7v-63,0,-87,-35,-87,-111r0,-155r49,0r0,168v-1,33,8,50,37,50v32,0,39,-16,39,-56r0,-162r50,0r0,155v3,76,-24,111,-88,111xm51,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm129,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":230},"\u00e1":{"d":"15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,191r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57xm127,-295r57,0r-65,69r-34,0","w":237},"\u00e0":{"d":"15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,191r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57xm110,-295r42,69r-34,0r-65,-69r57,0","w":237},"\u00e2":{"d":"47,-226r53,-50r38,0r53,50r-53,0r-19,-23r-19,23r-53,0xm15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,191r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57","w":237},"\u00e4":{"d":"15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,191r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57xm55,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm133,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":237},"\u00e3":{"d":"192,-245v-36,43,-84,-8,-127,18r-19,-29v37,-40,86,11,128,-17xm15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,191r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57","w":237},"\u00e5":{"d":"80,-266v0,-20,19,-39,39,-39v20,0,38,18,38,39v0,21,-18,41,-38,40v-21,0,-39,-20,-39,-40xm133,-266v0,-8,-6,-16,-14,-16v-9,0,-15,8,-15,16v0,7,7,15,15,15v8,0,14,-7,14,-15xm15,-95v0,-83,98,-134,151,-75r0,-21r47,0r0,191r-47,0r0,-20v-53,58,-151,4,-151,-75xm168,-96v0,-33,-23,-55,-53,-56v-30,0,-52,25,-52,56v0,31,22,58,52,57v31,0,53,-24,53,-57","w":237},"\u00e7":{"d":"15,-95v-5,-101,146,-135,196,-58r-39,22v-31,-39,-109,-19,-109,37v0,56,79,73,109,33r37,26v-21,27,-49,40,-86,40v-63,0,-105,-44,-108,-100xm100,40v20,0,24,-23,4,-22r-10,0r6,-21r30,0r-2,8v13,3,25,13,25,27v0,36,-49,43,-84,27r6,-23v8,3,17,4,25,4","w":230},"\u00e9":{"d":"114,-196v63,1,107,45,102,114r-154,0v3,46,71,60,101,26r40,19v-18,26,-44,42,-86,42v-59,0,-102,-44,-102,-100v0,-56,44,-102,99,-101xm168,-120v-10,-45,-92,-48,-104,0r104,0xm124,-295r57,0r-65,69r-34,0","w":230},"\u00e8":{"d":"114,-196v63,1,107,45,102,114r-154,0v3,46,71,60,101,26r40,19v-18,26,-44,42,-86,42v-59,0,-102,-44,-102,-100v0,-56,44,-102,99,-101xm168,-120v-10,-45,-92,-48,-104,0r104,0xm107,-295r42,69r-34,0r-65,-69r57,0","w":230},"\u00ea":{"d":"43,-226r53,-50r39,0r52,50r-52,0r-19,-23r-20,23r-53,0xm114,-196v63,1,107,45,102,114r-154,0v3,46,71,60,101,26r40,19v-18,26,-44,42,-86,42v-59,0,-102,-44,-102,-100v0,-56,44,-102,99,-101xm168,-120v-10,-45,-92,-48,-104,0r104,0","w":230},"\u00eb":{"d":"114,-196v63,1,107,45,102,114r-154,0v3,46,71,60,101,26r40,19v-18,26,-44,42,-86,42v-59,0,-102,-44,-102,-100v0,-56,44,-102,99,-101xm168,-120v-10,-45,-92,-48,-104,0r104,0xm51,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm129,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":230},"\u00ed":{"d":"19,-191r48,0r0,191r-48,0r0,-191xm52,-295r57,0r-65,69r-34,0","w":86},"\u00ec":{"d":"19,-191r48,0r0,191r-48,0r0,-191xm35,-295r42,69r-34,0r-65,-69r57,0","w":86},"\u00ee":{"d":"-29,-226r53,-50r39,0r52,50r-52,0r-19,-23r-20,23r-53,0xm19,-191r48,0r0,191r-48,0r0,-191","w":86},"\u00ef":{"d":"19,-191r48,0r0,191r-48,0r0,-191xm-21,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm57,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":86},"\u00f1":{"d":"181,-245v-35,43,-84,-9,-127,18r-19,-29v37,-40,87,11,128,-17xm114,-152v-60,0,-38,91,-42,152r-48,0r0,-191r48,0r0,19v39,-43,122,-26,122,46r0,126r-48,0v-7,-56,22,-152,-32,-152","w":216},"\u00f3":{"d":"15,-95v0,-54,45,-102,99,-101v59,1,102,42,102,100v0,58,-42,99,-102,101v-54,1,-99,-47,-99,-100xm167,-96v0,-31,-22,-56,-52,-55v-29,0,-52,24,-52,55v0,33,21,56,52,56v31,0,52,-25,52,-56xm124,-295r57,0r-65,69r-34,0","w":230},"\u00f2":{"d":"15,-95v0,-54,45,-102,99,-101v59,1,102,42,102,100v0,58,-42,99,-102,101v-54,1,-99,-47,-99,-100xm167,-96v0,-31,-22,-56,-52,-55v-29,0,-52,24,-52,55v0,33,21,56,52,56v31,0,52,-25,52,-56xm107,-295r42,69r-34,0r-65,-69r57,0","w":230},"\u00f4":{"d":"43,-226r53,-50r39,0r52,50r-52,0r-19,-23r-20,23r-53,0xm15,-95v0,-54,45,-102,99,-101v59,1,102,42,102,100v0,58,-42,99,-102,101v-54,1,-99,-47,-99,-100xm167,-96v0,-31,-22,-56,-52,-55v-29,0,-52,24,-52,55v0,33,21,56,52,56v31,0,52,-25,52,-56","w":230},"\u00f6":{"d":"15,-95v0,-54,45,-102,99,-101v59,1,102,42,102,100v0,58,-42,99,-102,101v-54,1,-99,-47,-99,-100xm167,-96v0,-31,-22,-56,-52,-55v-29,0,-52,24,-52,55v0,33,21,56,52,56v31,0,52,-25,52,-56xm51,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm129,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":230},"\u00f5":{"d":"189,-245v-36,43,-85,-8,-128,18r-19,-29v38,-40,87,11,128,-17xm15,-95v0,-54,45,-102,99,-101v59,1,102,42,102,100v0,58,-42,99,-102,101v-54,1,-99,-47,-99,-100xm167,-96v0,-31,-22,-56,-52,-55v-29,0,-52,24,-52,55v0,33,21,56,52,56v31,0,52,-25,52,-56","w":230},"\u00fa":{"d":"108,5v-67,0,-86,-38,-84,-117r0,-79r49,0v6,55,-22,150,35,151v59,1,29,-96,36,-151r48,0r0,81v2,80,-18,115,-84,115xm117,-295r57,0r-65,69r-34,0","w":216},"\u00f9":{"d":"108,5v-67,0,-86,-38,-84,-117r0,-79r49,0v6,55,-22,150,35,151v59,1,29,-96,36,-151r48,0r0,81v2,80,-18,115,-84,115xm100,-295r42,69r-34,0r-65,-69r57,0","w":216},"\u00fb":{"d":"36,-226r53,-50r38,0r53,50r-53,0r-19,-23r-19,23r-53,0xm108,5v-67,0,-86,-38,-84,-117r0,-79r49,0v6,55,-22,150,35,151v59,1,29,-96,36,-151r48,0r0,81v2,80,-18,115,-84,115","w":216},"\u00fc":{"d":"108,5v-67,0,-86,-38,-84,-117r0,-79r49,0v6,55,-22,150,35,151v59,1,29,-96,36,-151r48,0r0,81v2,80,-18,115,-84,115xm44,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm122,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":216},"\u00b0":{"d":"72,-265v33,0,61,28,61,60v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61v0,-33,28,-60,61,-60xm72,-164v21,0,40,-19,40,-40v0,-22,-18,-41,-39,-41v-21,-1,-41,19,-41,40v0,21,19,41,40,41","w":143},"\u00a2":{"d":"48,-15v-65,-61,-29,-200,79,-180r17,-38r28,12r-17,37v13,8,23,17,30,28r-39,24v-3,-4,-7,-8,-10,-11r-44,102v23,7,42,1,57,-14r31,30v-22,25,-64,38,-106,25r-20,43r-27,-12xm109,-153v-42,0,-57,52,-40,90"},"\u00a3":{"d":"37,-158v-36,-66,36,-132,105,-98v22,11,36,33,36,63r-50,0v-3,-38,-51,-33,-50,1v0,8,7,25,10,34r60,0r0,44r-47,0v5,28,1,39,-10,69v22,4,52,11,56,-14r45,0v-2,37,-29,66,-67,66v-32,0,-72,-14,-100,-1r-16,-42v10,-4,19,-7,28,-8v13,-21,18,-39,15,-70r-43,0r0,-44r28,0"},"\u00a7":{"d":"54,-161v-47,-32,-18,-109,46,-109v39,0,71,32,73,68r-46,0v-2,-25,-43,-34,-48,-10v17,48,104,51,103,117v0,28,-17,45,-38,54v18,16,28,29,30,57v3,57,-84,76,-121,42v-12,-11,-20,-28,-23,-50r45,0v3,26,48,32,51,5v-23,-47,-107,-50,-107,-119v-1,-26,16,-48,35,-55xm116,-60v35,-13,21,-41,-6,-60r-29,-20v-18,6,-29,29,-13,44v8,8,35,27,48,36"},"\u00b6":{"d":"29,-194v0,-81,79,-74,157,-72r0,20r-15,0r0,313r-24,0r0,-313r-26,0r0,313r-24,0r0,-192v-43,0,-68,-26,-68,-69","w":216},"\u00df":{"d":"153,-79v-1,-29,-21,-44,-51,-45r0,-43v44,7,52,-58,10,-59v-32,6,-40,25,-40,69r0,157r-48,0r0,-157v-2,-74,27,-109,90,-113v41,-2,76,28,75,66v-1,35,-21,52,-54,58v39,7,65,31,66,74v1,56,-53,91,-108,71r0,-45v27,17,61,-3,60,-33","w":216},"\u00ae":{"d":"133,-267v78,0,135,56,135,134v0,78,-57,134,-135,134v-77,0,-134,-57,-134,-134v0,-77,57,-134,134,-134xm133,-27v60,0,105,-43,107,-105v2,-58,-49,-107,-106,-107v-58,0,-110,50,-108,106v2,61,46,106,107,106xm164,-59v-12,-24,8,-64,-28,-57r-26,0r0,57r-32,0r0,-147v52,2,120,-13,116,43v-1,19,-4,24,-17,33v25,5,6,62,24,71r-37,0xm163,-161v0,-24,-31,-15,-53,-17r0,35v23,-1,53,7,53,-18","w":266},"\u00a9":{"d":"133,-267v78,0,135,56,135,134v0,78,-57,134,-135,134v-77,0,-134,-57,-134,-134v0,-77,57,-134,134,-134xm133,-27v61,0,106,-43,107,-106v2,-58,-49,-108,-107,-106v-62,2,-107,45,-107,106v0,62,46,106,107,106xm93,-136v-8,51,67,79,79,28r31,0v-3,29,-31,54,-64,53v-44,0,-76,-35,-76,-80v0,-82,125,-111,140,-26r-31,0v-16,-50,-83,-24,-79,25","w":266},"\u00b4":{"d":"84,-295r57,0r-65,69r-34,0","w":151},"\u00a8":{"d":"26,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm104,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":180},"\u00c6":{"d":"136,-259r169,0r0,49r-91,0r0,47r91,0r0,47r-91,0r0,68r91,0r0,48r-140,0r0,-53r-79,0r-25,53r-51,0xm165,-102r0,-113r-55,113r55,0","w":323},"\u00d8":{"d":"17,-129v0,-108,124,-174,213,-111r28,-33r22,18r-29,35v79,82,13,227,-99,227v-28,0,-52,-7,-74,-22r-31,35r-22,-19r30,-35v-21,-21,-38,-55,-38,-95xm198,-203v-56,-38,-131,7,-131,75v0,23,7,42,20,57xm109,-53v77,48,167,-52,110,-129","w":302},"\u00b1":{"d":"77,-190r0,-66r44,0r0,66r66,0r0,44r-66,0r0,66r-44,0r0,-66r-66,0r0,-44r66,0xm11,-44r176,0r0,44r-176,0r0,-44","w":197},"\u00a5":{"d":"8,-259r52,0r41,92r41,-92r51,0r-54,122r46,0r0,29r-59,0r0,22r59,0r0,30r-59,0r0,56r-50,0r0,-56r-60,0r0,-30r60,0r0,-22r-60,0r0,-29r47,0"},"\u00b5":{"d":"143,-22v-12,35,-67,34,-79,1r0,91r-49,0r0,-261r49,0v5,60,-21,155,40,155v60,0,33,-97,39,-155r49,0r0,191r-49,0r0,-22","w":207},"\u00aa":{"d":"8,-202v-5,-45,42,-83,73,-50r0,-10r35,0r0,120r-35,0r0,-10v-31,31,-78,-6,-73,-50xm63,-171v26,-1,25,-62,0,-63v-25,0,-27,62,0,63","w":129},"\u00ba":{"d":"8,-202v0,-33,25,-63,56,-63v33,-1,58,29,58,63v0,34,-25,62,-58,62v-31,0,-56,-29,-56,-62xm65,-171v28,0,28,-62,0,-62v-29,0,-29,62,0,62","w":129},"\u00e6":{"d":"221,-81v3,46,75,58,101,25r40,19v-21,41,-103,57,-144,23r0,14r-44,0r0,-24v-49,63,-167,13,-158,-71v-8,-81,108,-138,158,-71r0,-25r44,0r0,14v68,-48,168,2,157,96r-154,0xm327,-119v-8,-46,-95,-48,-104,0r104,0xm175,-97v0,-31,-23,-56,-55,-56v-31,0,-55,25,-55,58v0,31,23,56,55,56v34,0,55,-25,55,-58","w":388},"\u00f8":{"d":"43,-30v-57,-62,-6,-166,75,-166v21,0,40,6,58,18r22,-25r22,20r-23,25v52,64,5,163,-79,163v-20,0,-37,-6,-53,-16r-23,26r-22,-19xm146,-144v-48,-27,-102,28,-72,79xm96,-45v47,22,92,-29,69,-77","w":237},"\u00bf":{"d":"133,-170v0,16,-14,30,-30,30v-17,0,-31,-14,-31,-30v-1,-16,15,-30,31,-30v15,0,30,15,30,30xm65,4v4,41,74,31,72,-7r46,0v1,46,-37,78,-85,78v-49,0,-79,-29,-81,-72v-3,-60,68,-58,63,-123r48,0v7,56,-35,84,-59,110v-3,4,-4,9,-4,14"},"\u00a1":{"d":"20,-170v0,-15,15,-30,30,-30v16,0,31,14,31,30v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30xm75,70r-49,0r0,-189r49,0r0,189","w":100},"\u00ac":{"d":"20,-189r176,0r0,119r-44,0r0,-75r-132,0r0,-44","w":216},"\u00ab":{"d":"37,-191r44,0r-32,96r32,95r-44,0r-33,-95xm116,-191r45,0r-32,96r32,95r-45,0r-32,-95","w":165},"\u00bb":{"d":"129,0r-45,0r33,-96r-33,-95r45,0r32,95xm49,0r-45,0r33,-96r-33,-95r45,0r32,95","w":165},"\u00a0":{"w":100},"\u00c0":{"d":"108,-259r50,0r100,259r-51,0r-21,-53r-105,0r-21,53r-51,0xm134,-190r-35,89r69,0xm124,-347r42,69r-34,0r-65,-69r57,0","w":266},"\u00c3":{"d":"207,-298v-36,42,-85,-7,-128,19r-19,-29v36,-41,85,9,128,-17xm108,-259r50,0r100,259r-51,0r-21,-53r-105,0r-21,53r-51,0xm134,-190r-35,89r69,0","w":266},"\u00d5":{"d":"224,-298v-35,43,-84,-7,-127,19r-19,-29v36,-41,85,9,128,-17xm17,-129v2,-80,56,-134,135,-136v72,-2,133,63,133,137v0,74,-61,135,-133,135v-74,0,-137,-63,-135,-136xm236,-129v0,-48,-39,-88,-85,-88v-48,0,-85,40,-85,89v0,49,38,86,86,87v47,1,84,-40,84,-88","w":302},"\u00f7":{"d":"70,-233r57,0r0,56r-57,0r0,-56xm11,-151r176,0r0,44r-176,0r0,-44xm70,-82r57,0r0,57r-57,0r0,-57","w":197},"\u00ff":{"d":"3,-191r49,0r50,120r55,-120r49,0r-120,261r-50,0r40,-84xm40,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm118,-251v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":208},"\u20ac":{"d":"27,-169v18,-64,87,-111,168,-91r-11,47v-47,-17,-89,12,-105,44r95,0r-7,29r-96,0v-1,10,-1,12,0,22r91,0r-7,29r-76,0v15,38,68,60,116,41r0,50v-80,20,-153,-26,-168,-91r-25,0r7,-29r13,0r0,-22r-20,0r7,-29r18,0"},"\u00c2":{"d":"61,-279r53,-49r39,0r52,49r-52,0r-19,-23r-20,23r-53,0xm108,-259r50,0r100,259r-51,0r-21,-53r-105,0r-21,53r-51,0xm134,-190r-35,89r69,0","w":266},"\u00ca":{"d":"28,-279r53,-49r38,0r53,49r-53,0r-19,-23r-19,23r-53,0xm30,-259r141,0r0,49r-92,0r0,46r92,0r0,48r-92,0r0,68r92,0r0,48r-141,0r0,-259","w":187},"\u00c1":{"d":"108,-259r50,0r100,259r-51,0r-21,-53r-105,0r-21,53r-51,0xm134,-190r-35,89r69,0xm141,-347r57,0r-65,69r-34,0","w":266},"\u00cb":{"d":"30,-259r141,0r0,49r-92,0r0,46r92,0r0,48r-92,0r0,68r92,0r0,48r-141,0r0,-259xm36,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm114,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":187},"\u00c8":{"d":"30,-259r141,0r0,49r-92,0r0,46r92,0r0,48r-92,0r0,68r92,0r0,48r-141,0r0,-259xm91,-347r42,69r-34,0r-65,-69r57,0","w":187},"\u00cd":{"d":"26,-259r49,0r0,259r-49,0r0,-259xm59,-347r57,0r-65,69r-34,0","w":100},"\u00ce":{"d":"-21,-279r52,-49r39,0r52,49r-52,0r-19,-23r-20,23r-52,0xm26,-259r49,0r0,259r-49,0r0,-259","w":100},"\u00cf":{"d":"26,-259r49,0r0,259r-49,0r0,-259xm-14,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25xm64,-303v0,-14,12,-26,25,-26v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":100},"\u00cc":{"d":"26,-259r49,0r0,259r-49,0r0,-259xm42,-347r42,69r-34,0r-65,-69r57,0","w":100},"\u00d3":{"d":"17,-129v2,-80,56,-134,135,-136v72,-2,133,63,133,137v0,74,-61,135,-133,135v-74,0,-137,-63,-135,-136xm236,-129v0,-48,-39,-88,-85,-88v-48,0,-85,40,-85,89v0,49,38,86,86,87v47,1,84,-40,84,-88xm160,-347r57,0r-65,69r-34,0","w":302},"\u00d4":{"d":"79,-279r53,-49r39,0r52,49r-52,0r-19,-23r-20,23r-53,0xm17,-129v2,-80,56,-134,135,-136v72,-2,133,63,133,137v0,74,-61,135,-133,135v-74,0,-137,-63,-135,-136xm236,-129v0,-48,-39,-88,-85,-88v-48,0,-85,40,-85,89v0,49,38,86,86,87v47,1,84,-40,84,-88","w":302},"\u00d2":{"d":"17,-129v2,-80,56,-134,135,-136v72,-2,133,63,133,137v0,74,-61,135,-133,135v-74,0,-137,-63,-135,-136xm236,-129v0,-48,-39,-88,-85,-88v-48,0,-85,40,-85,89v0,49,38,86,86,87v47,1,84,-40,84,-88xm143,-347r42,69r-34,0r-65,-69r57,0","w":302},"\u00da":{"d":"115,7v-63,0,-87,-35,-87,-111r0,-155r49,0r0,168v-1,33,8,50,37,50v32,0,39,-16,39,-56r0,-162r50,0r0,155v3,76,-24,111,-88,111xm124,-347r57,0r-65,69r-34,0","w":230},"\u00db":{"d":"43,-279r53,-49r39,0r52,49r-52,0r-19,-23r-20,23r-53,0xm115,7v-63,0,-87,-35,-87,-111r0,-155r49,0r0,168v-1,33,8,50,37,50v32,0,39,-16,39,-56r0,-162r50,0r0,155v3,76,-24,111,-88,111","w":230},"\u00d9":{"d":"115,7v-63,0,-87,-35,-87,-111r0,-155r49,0r0,168v-1,33,8,50,37,50v32,0,39,-16,39,-56r0,-162r50,0r0,155v3,76,-24,111,-88,111xm107,-347r42,69r-34,0r-65,-69r57,0","w":230},"\u00b8":{"d":"46,40v20,0,24,-23,4,-22r-10,0r6,-21r30,0r-2,8v13,3,25,13,25,27v0,36,-49,43,-84,27r6,-23v8,3,17,4,25,4","w":122},"\u00a6":{"d":"94,-131r0,-134r28,0r0,125xm94,70r0,-160r28,-10r0,170r-28,0","w":216},"\u00d0":{"d":"248,-126v0,87,-42,132,-146,126r-64,0r0,-115r-29,0r0,-29r29,0r0,-115r63,0v102,-4,147,44,147,133xm198,-127v0,-63,-38,-90,-110,-84r0,67r53,0r0,29r-53,0r0,67v72,5,110,-14,110,-79","w":267},"\u00f0":{"d":"15,-96v0,-58,57,-116,117,-95v-3,-8,-9,-17,-18,-28r-46,14r-9,-28r33,-10v-11,-10,-19,-18,-24,-22v23,0,50,-4,60,10r35,-10r9,28r-18,5v33,32,61,75,63,130v1,59,-44,107,-102,107v-55,0,-100,-47,-100,-101xm168,-95v0,-32,-23,-56,-53,-56v-30,-1,-52,24,-52,55v0,32,21,56,52,56v31,1,53,-24,53,-55","w":230},"\u00dd":{"d":"11,-259r53,0r48,93r48,-93r52,0r-75,147r0,112r-50,0r0,-112xm120,-347r57,0r-65,69r-34,0","w":223},"\u00fd":{"d":"3,-191r49,0r50,120r55,-120r49,0r-120,261r-50,0r40,-84xm113,-295r57,0r-65,69r-34,0","w":208},"\u00de":{"d":"183,-129v0,57,-35,77,-104,74r0,55r-50,0r0,-259r50,0r0,55v71,-2,104,17,104,75xm135,-129v0,-27,-26,-28,-56,-27r0,53v30,1,56,2,56,-26"},"\u00fe":{"d":"222,-95v7,79,-97,133,-150,75r0,90r-48,0r0,-335r48,0r0,95v52,-59,160,-8,150,75xm174,-96v0,-32,-22,-56,-52,-56v-30,1,-52,24,-52,56v0,32,22,56,52,57v30,1,52,-26,52,-57","w":237},"\u00d7":{"d":"108,-103r-56,55r-26,-26r56,-55r-56,-56r26,-26r56,56r55,-56r26,26r-55,56r55,55r-26,26","w":216},"\u00b9":{"d":"35,-262r47,0r0,133r-33,0r0,-105r-34,0","w":120},"\u00b2":{"d":"60,-237v-12,0,-20,9,-20,21r-33,0v-4,-60,105,-65,105,-9v0,32,-28,49,-49,69r50,0r0,27r-110,0r0,-15v24,-25,65,-44,76,-79v-1,-9,-8,-14,-19,-14","w":120},"\u00b3":{"d":"47,-212v25,5,37,-26,14,-26v-8,0,-14,5,-18,13r-32,0v1,-52,92,-52,96,-5v0,11,-6,20,-17,26v50,22,17,78,-32,78v-29,0,-53,-18,-53,-46r33,0v0,25,44,24,44,3v0,-12,-12,-17,-35,-18r0,-25","w":120},"\u00bd":{"d":"75,7r110,-272r30,0r-110,272r-30,0xm36,-262r47,0r0,133r-33,0r0,-105r-34,0xm240,-108v-12,0,-20,9,-20,21r-33,0v-4,-60,105,-65,105,-9v0,32,-28,49,-49,69r50,0r0,27r-110,0r0,-15v24,-25,65,-44,76,-79v-1,-9,-8,-14,-19,-14","w":302},"\u00bc":{"d":"250,-136r32,0r0,85r14,0r0,25r-14,0r0,26r-29,0r0,-26r-70,0r0,-26xm253,-51r0,-47r-39,47r39,0xm81,7r110,-272r30,0r-110,272r-30,0xm36,-262r47,0r0,133r-33,0r0,-105r-34,0","w":302},"\u00be":{"d":"250,-136r32,0r0,85r14,0r0,25r-14,0r0,26r-29,0r0,-26r-70,0r0,-26xm253,-51r0,-47r-39,47r39,0xm85,7r110,-272r31,0r-111,272r-30,0xm48,-212v25,5,37,-26,14,-26v-8,0,-14,5,-18,13r-32,0v1,-52,92,-52,96,-5v0,11,-6,20,-17,26v50,22,17,78,-32,78v-29,0,-53,-18,-53,-46r33,0v0,25,44,24,44,3v0,-12,-12,-17,-35,-18r0,-25","w":302},"\u00af":{"d":"-2,-296r184,0r0,18r-184,0r0,-18","w":180},"\u00b7":{"d":"122,-107v-31,0,-32,-51,0,-51v13,0,26,12,26,25v0,13,-13,26,-26,26","w":119},"\u00a4":{"d":"160,-72v-26,24,-78,23,-104,0r-18,19r-21,-22r18,-18v-22,-25,-21,-78,0,-102r-18,-18r21,-22r19,18v27,-21,77,-22,103,0r18,-18r21,22r-18,17v22,25,22,78,0,103r19,18r-21,22xm109,-200v-30,0,-56,27,-56,57v0,28,26,55,55,55v30,0,55,-25,55,-56v0,-30,-25,-56,-54,-56","w":216}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface ? The Monotype Corporation plc. Data ? The Monotype Corporation plc /
 * Type Solutions Inc. 1990-91 All Rights Reserved
 * 
 * Trademark:
 * Century Gothic is a trademark of The Monotype Corporation plc.
 * 
 * Description:
 * A design based on Monotype 20th Century, which was drawn by Sol Hess between
 * 1936 and 1947. Century Gothic maintains the basic design of 20th Century but has
 * an enlarged 'x' height and has been modified to ensure satisfactory output from
 * modern digital systems. The design is influenced by the geometric style sans
 * serif faces which were popular during the 1920's and 30's. Useful for headlines
 * and general display work and for small quantities of text, particularly in
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Monotype Type Drawing Office
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":199,"face":{"font-family":"Century Gothic","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 2 9 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-35 -348.856 390.298 79.8775","underline-thickness":"20.918","underline-position":"-24.2578","slope":"-7.59999","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":99},"!":{"d":"56,-265r24,0r-27,200r-24,0xm15,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":106},'"':{"d":"108,-184r-18,0r-4,-81r26,0xm40,-184r-18,0r-4,-81r26,0","w":111},"#":{"d":"217,-106r0,19r-44,0r-13,87r-19,0r12,-87r-58,0r-13,87r-20,0r14,-87r-44,0r0,-19r47,0r9,-59r-45,0r0,-19r47,0r13,-82r18,0r-11,82r58,0r12,-82r20,0r-13,82r40,0r0,19r-42,0r-9,59r41,0xm165,-165r-58,0r-9,59r58,0","w":259},"$":{"d":"36,-194v0,-38,34,-63,72,-65r3,-19r23,0r-3,21v24,8,35,17,50,36r-20,15v-12,-15,-17,-20,-33,-26r-13,88v54,22,80,80,37,127v-15,15,-35,22,-59,24r-8,55r-23,0r8,-57v-34,-6,-54,-25,-67,-52r23,-12v11,22,23,34,48,41r16,-110v-31,-17,-54,-31,-54,-66xm105,-235v-47,2,-60,66,-12,80xm97,-17v37,-4,65,-40,45,-74v-5,-7,-16,-17,-31,-26"},"%":{"d":"86,-265v53,7,110,12,158,-5r18,0r-230,288r-20,0r211,-266v-26,7,-57,9,-90,7v25,45,-11,98,-60,98v-31,0,-55,-22,-55,-53v0,-36,34,-73,68,-69xm75,-161v47,5,66,-84,11,-85v-49,-5,-66,85,-11,85xm140,-47v0,-36,34,-70,68,-69v29,0,55,23,55,53v0,37,-29,70,-69,70v-31,0,-54,-24,-54,-54xm196,-12v48,5,66,-83,12,-85v-48,-4,-67,84,-12,85","w":278},"&":{"d":"186,-206v0,36,-22,47,-53,70r54,66r36,-27r16,20v-13,11,-25,20,-35,27v11,14,27,31,46,50r-35,0r-32,-35v-37,28,-69,42,-98,42v-40,0,-62,-24,-65,-60v8,-55,32,-56,76,-90v-41,-46,-24,-105,38,-106v27,-1,52,19,52,43xm159,-204v-3,-30,-62,-25,-59,5v0,9,6,23,18,42v24,-18,37,-22,41,-47xm46,-54v13,62,83,28,120,0r-55,-68v-37,26,-58,30,-65,68","w":272},"'":{"d":"54,-184r-18,0r-4,-81r26,0","w":71},"(":{"d":"41,75v-28,-121,7,-264,56,-345r29,0v-52,80,-88,224,-57,345r-28,0","w":132},")":{"d":"72,-270v30,118,-7,264,-56,345r-28,0v52,-79,87,-224,57,-345r27,0","w":132},"*":{"d":"70,-265r23,0r-5,52r43,-31r12,20r-49,22r49,21r-12,20r-43,-30r5,52r-23,0r6,-52r-44,30r-11,-20r49,-21r-49,-22r11,-20r44,31","w":152},"+":{"d":"97,-141r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0","w":218},",":{"d":"33,-47r22,11r-45,66r-16,-7","w":99},"-":{"d":"4,-108r97,0r-4,22r-96,0","w":119},"\u00ad":{"d":"4,-108r97,0r-4,22r-96,0","w":119},".":{"d":"11,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":99},"/":{"d":"147,-265r-107,300r-27,0r107,-300r27,0","w":157},"0":{"d":"8,-90v0,-87,26,-175,103,-175v46,0,71,44,70,97v-3,85,-28,175,-105,175v-49,0,-68,-42,-68,-97xm78,-18v59,-8,75,-85,76,-153v1,-38,-14,-69,-45,-69v-59,0,-74,80,-75,152v0,40,13,67,44,70"},"1":{"d":"79,-259r54,0r-34,259r-25,0r31,-234r-35,0"},"2":{"d":"100,-241v-32,0,-51,27,-52,61r-26,0v1,-50,32,-85,81,-85v55,0,88,58,59,107v-18,30,-82,98,-112,133r110,0r-2,25r-165,0r85,-95v44,-54,62,-53,68,-103v3,-24,-21,-44,-46,-43"},"3":{"d":"148,-199v1,-51,-85,-54,-88,-4r-26,0v5,-35,34,-61,72,-62v39,-1,70,28,68,67v-1,32,-16,44,-42,58v71,39,27,151,-53,147v-45,-2,-73,-32,-77,-75r25,0v3,33,22,48,53,50v29,2,63,-30,62,-60v-2,-35,-26,-52,-66,-51r3,-23v38,2,67,-16,69,-47"},"4":{"d":"157,-265r-25,184r37,0r-4,26r-36,0r-7,55r-25,0r7,-55r-113,0r161,-210r5,0xm121,-183r-78,102r65,0"},"5":{"d":"141,-88v0,-51,-51,-74,-97,-51r36,-120r105,0r-4,26r-83,0r-18,62v55,-7,85,33,87,83v3,71,-74,120,-136,81v-13,-9,-24,-24,-33,-43r24,-10v10,23,28,42,56,42v34,0,63,-31,63,-70"},"6":{"d":"87,7v-63,0,-103,-70,-73,-130v21,-43,78,-102,111,-142r19,15r-70,82v58,-16,102,31,102,83v0,50,-40,92,-89,92xm150,-86v0,-34,-26,-62,-59,-62v-34,0,-62,32,-62,68v0,33,25,61,57,61v34,0,64,-30,64,-67"},"7":{"d":"31,-259r164,0r-168,266r-20,-13r144,-228r-124,0"},"8":{"d":"177,-202v-1,32,-21,48,-46,62v25,12,40,30,40,62v0,52,-40,83,-91,85v-42,1,-80,-31,-79,-72v1,-40,24,-63,58,-78v-61,-33,-15,-122,51,-122v36,0,68,28,67,63xm99,-153v55,0,72,-87,10,-87v-28,0,-54,22,-54,48v0,24,19,39,44,39xm147,-77v1,-28,-24,-52,-52,-51v-35,0,-68,25,-68,62v0,29,24,49,54,49v37,-1,64,-25,66,-60"},"9":{"d":"100,-265v64,0,105,70,74,130v-21,41,-79,101,-112,142r-19,-16r70,-82v-56,18,-101,-29,-101,-82v0,-50,38,-92,88,-92xm37,-173v0,34,25,62,59,62v35,0,62,-31,62,-67v0,-33,-25,-62,-57,-62v-33,1,-64,30,-64,67"},":":{"d":"32,-175v0,-12,10,-21,22,-21v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-22,-10,-22,-22xm11,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":99},";":{"d":"32,-175v0,-11,10,-21,22,-21v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-21,-11,-22,-22xm33,-47r22,11r-45,66r-16,-7","w":99},"\u037e":{"d":"32,-175v0,-11,10,-21,22,-21v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-21,-11,-22,-22xm33,-47r22,11r-45,66r-16,-7","w":99},"<":{"d":"200,-61r0,26r-182,-83r0,-23r182,-82r0,25r-148,69","w":218},"=":{"d":"198,-180r0,24r-178,0r0,-24r178,0xm198,-103r0,24r-178,0r0,-24r178,0","w":218},">":{"d":"18,-61r148,-68r-148,-69r0,-25r182,82r0,23r-182,83r0,-26","w":218},"?":{"d":"153,-188v23,-24,4,-58,-35,-58v-33,0,-52,18,-56,53r-24,0v5,-47,34,-77,83,-77v66,0,89,80,34,108v-18,9,-95,22,-89,55v7,39,77,25,76,-16r24,0v7,71,-121,86,-123,15v-2,-52,72,-55,110,-80xm67,-17v0,-11,10,-21,22,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22","w":212},"@":{"d":"38,-133v-6,114,153,162,216,80r18,0v-29,37,-54,58,-108,58v-82,0,-140,-55,-140,-137v0,-81,56,-137,138,-139v65,-2,126,52,126,113v0,59,-39,99,-90,104v-13,1,-22,-4,-21,-19v-31,38,-101,8,-97,-46v3,-42,30,-85,75,-83v24,1,35,9,46,26r5,-24r19,0r-22,122v0,5,3,10,9,9v34,-6,62,-42,62,-85v0,-58,-53,-102,-113,-101v-74,1,-119,50,-123,122xm157,-183v-56,-3,-75,107,-10,108v50,1,68,-107,10,-108","w":312},"A":{"d":"150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0","w":266},"B":{"d":"188,-73v2,85,-92,73,-179,73r34,-259v76,-1,135,-3,138,61v0,30,-18,52,-41,61v27,9,48,31,48,64xm155,-197v2,-41,-42,-36,-89,-37r-12,86v54,4,99,-4,101,-49xm162,-73v0,-51,-54,-50,-111,-50r-13,99v62,0,124,7,124,-49","w":206},"C":{"d":"14,-117v0,-126,173,-198,263,-106r-16,22v-74,-79,-221,-27,-221,84v0,100,127,125,196,69r14,20v-37,22,-55,33,-104,35v-79,2,-132,-53,-132,-124","w":292},"D":{"d":"241,-136v0,87,-50,140,-152,136r-81,0r34,-259v118,-9,199,19,199,123xm216,-136v0,-80,-56,-104,-151,-98r-28,209v115,8,179,-17,179,-111","w":267},"E":{"d":"186,-259r-4,26r-116,0r-12,84r117,0r-4,25r-116,0r-13,99r116,0r-3,25r-143,0r35,-259r143,0","w":193},"F":{"d":"168,-259r-3,26r-100,0r-11,84r99,0r-3,25r-99,0r-17,124r-26,0r35,-259r125,0","w":174},"G":{"d":"14,-120v0,-141,192,-197,267,-83r-21,15v-21,-29,-56,-52,-100,-52v-68,0,-118,50,-120,119v-2,74,81,127,155,92v31,-15,51,-37,61,-72r-95,0r0,-26r126,0v-4,75,-60,134,-139,134v-75,0,-134,-54,-134,-127","w":313},"H":{"d":"43,-259r26,0r-14,106r132,0r14,-106r25,0r-34,259r-25,0r17,-129r-133,0r-17,129r-26,0","w":245},"I":{"d":"42,-259r26,0r-35,259r-26,0","w":81},"J":{"d":"120,-259r25,0v-12,74,-15,172,-36,234v-16,45,-90,37,-113,0r19,-14v38,39,73,22,81,-39","w":173},"K":{"d":"43,-259r25,0r-14,105r121,-105r38,0r-141,121r122,138r-33,0r-110,-125r-17,125r-26,0","w":212},"L":{"d":"43,-259r26,0r-31,235r112,0r-3,24r-138,0","w":166},"M":{"d":"289,-259r0,259r-25,0r0,-178r-112,178r-6,0r-67,-185r-53,185r-27,0r75,-259r4,0r76,210r131,-210r4,0","w":330},"N":{"d":"222,-259r26,0r-35,259r-6,0r-145,-200r-28,200r-25,0r35,-259r5,0r146,201","w":266},"O":{"d":"13,-114v2,-91,64,-148,155,-151v69,-2,122,53,122,121v0,84,-69,151,-154,151v-72,0,-124,-49,-123,-121xm264,-146v1,-55,-42,-95,-96,-95v-77,0,-130,51,-130,126v0,59,37,97,98,97v74,0,126,-53,128,-128","w":312},"P":{"d":"200,-197v-2,70,-63,80,-146,75r-17,122r-26,0r35,-259v73,0,157,-11,154,62xm174,-197v1,-48,-58,-35,-105,-37r-12,86v60,1,116,5,117,-49","w":213},"Q":{"d":"166,-265v71,-2,125,52,124,121v0,42,-15,78,-44,107r44,47r-33,0r-30,-31v-80,61,-220,18,-214,-93v5,-90,64,-148,153,-151xm39,-115v-4,91,104,122,171,75r-44,-46r34,0r28,31v20,-21,36,-53,36,-91v1,-56,-43,-96,-99,-95v-73,2,-123,52,-126,126","w":313},"R":{"d":"197,-197v-2,49,-35,76,-91,75r78,122r-29,0r-78,-122r-21,0r-16,122r-26,0r35,-259v72,-1,151,-8,148,62xm171,-197v2,-44,-53,-37,-99,-37r-12,86v60,2,109,2,111,-49","w":218},"S":{"d":"39,-204v0,-50,61,-81,99,-47v11,9,20,22,25,40r-24,6v-6,-39,-75,-50,-73,1v2,57,81,74,81,137v0,57,-73,97,-118,58v-12,-11,-21,-27,-26,-47r24,-8v7,25,19,46,47,46v25,0,46,-22,46,-48v-2,-61,-81,-75,-81,-138","w":179},"T":{"d":"13,-259r154,0r-3,25r-66,0r-31,234r-26,0r31,-234r-63,0","w":153},"U":{"d":"175,-30v-37,64,-170,45,-157,-54r23,-175r25,0r-23,190v-6,58,82,66,108,28v34,-50,28,-146,42,-218r25,0v-14,77,-10,172,-43,229","w":235},"V":{"d":"21,-259r26,0r65,205r120,-205r28,0r-151,259r-6,0","w":252},"W":{"d":"22,-259r25,0r36,193r100,-193r5,0r45,193r92,-193r27,0r-123,259r-5,0r-46,-195r-103,195r-5,0","w":345},"X":{"d":"38,-259r28,0r45,101r76,-101r31,0r-95,126r61,133r-27,0r-51,-110r-84,110r-30,0r103,-136","w":219},"Y":{"d":"15,-259r27,0r55,118r93,-118r32,0r-115,144r-16,115r-25,0r16,-116","w":213},"Z":{"d":"38,-259r133,0r-127,234r97,0r-3,25r-136,0r128,-234r-95,0","w":172},"[":{"d":"65,-265r59,0r-3,25r-35,0r-40,286r34,0r-3,24r-59,0","w":126},"\\":{"d":"39,-265r167,300r-27,0r-167,-300r27,0","w":217},"]":{"d":"42,70r-59,0r4,-25r34,0r40,-286r-34,0r3,-24r59,0","w":126},"^":{"d":"111,-259r20,0r90,195r-23,0r-78,-168r-76,168r-23,0","w":241},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"76,-281r30,54r-24,0r-44,-54r38,0","w":136},"a":{"d":"120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88","w":245},"b":{"d":"113,5v-37,-1,-57,-17,-73,-42r-4,37r-26,0r36,-265r25,0r-14,102v54,-63,165,-30,165,57v0,58,-52,112,-109,111xm198,-106v-1,-40,-28,-68,-68,-68v-52,1,-84,38,-85,89v-1,39,29,67,67,67v47,1,87,-40,86,-88","w":245},"c":{"d":"11,-86v0,-99,151,-154,200,-64r-21,12v-38,-66,-155,-30,-155,51v0,81,110,85,144,38r21,14v-46,64,-189,51,-189,-51","w":232},"d":{"d":"120,-196v37,0,57,16,73,41r14,-110r26,0r-36,265r-24,0r3,-29v-53,63,-165,32,-165,-56v0,-57,53,-113,109,-111xm35,-85v0,40,29,67,68,67v95,0,120,-155,18,-155v-47,0,-86,40,-86,88","w":246},"e":{"d":"121,-196v53,-1,93,45,84,105r-171,0v-9,79,100,93,133,42r18,15v-16,22,-49,38,-85,39v-56,2,-90,-43,-90,-91v0,-62,47,-109,111,-110xm182,-112v2,-57,-71,-78,-112,-44v-14,12,-25,25,-31,44r143,0","w":233},"f":{"d":"117,-259r-3,24v-22,-23,-46,-14,-46,23r-3,21r39,0r-2,21r-40,0r-24,170r-24,0r24,-170r-24,0r3,-21r24,0v8,-40,6,-77,46,-79v10,0,20,3,30,11","w":113},"g":{"d":"11,-87v0,-96,134,-148,180,-68r5,-36r24,0v-11,68,-15,159,-35,216v-15,44,-98,66,-147,37v-15,-9,-26,-21,-34,-38r22,-8v20,49,117,45,137,0v2,-5,9,-30,11,-50v-49,62,-163,35,-163,-53xm186,-108v0,-38,-29,-65,-63,-65v-50,0,-88,35,-88,87v0,39,28,62,66,63v48,1,85,-38,85,-85","w":242},"h":{"d":"147,0v3,-59,47,-174,-29,-174v-82,0,-73,101,-87,174r-24,0r37,-265r24,0r-15,103v38,-55,134,-41,134,31v0,41,-11,90,-16,131r-24,0","w":219},"i":{"d":"28,-250v0,-10,9,-21,20,-20v10,-1,20,10,20,20v0,11,-10,19,-20,19v-11,0,-20,-8,-20,-19xm29,-191r23,0r-25,191r-25,0","w":72},"j":{"d":"30,-250v0,-10,8,-20,19,-20v10,0,20,10,20,20v0,11,-10,19,-20,19v-11,0,-19,-8,-19,-19xm30,-191r24,0v-14,81,-17,185,-43,253v-11,15,-27,16,-46,8r3,-21v22,12,31,-8,33,-29","w":73},"k":{"d":"44,-265r24,0r-20,145r92,-71r38,0r-111,85r98,106r-32,0r-89,-95r-13,95r-24,0","w":180},"l":{"d":"40,-265r24,0r-37,265r-25,0","w":72},"m":{"d":"54,-164v22,-41,110,-45,120,11v22,-55,136,-60,132,18v-2,44,-12,91,-17,135r-24,0r17,-134v-2,-61,-85,-37,-98,1v-12,37,-16,89,-24,133r-24,0r17,-132v3,-51,-69,-49,-90,-16v-23,37,-23,97,-32,148r-25,0r28,-191r24,0","w":337},"n":{"d":"147,0v3,-60,47,-174,-29,-174v-82,0,-73,101,-87,174r-24,0r27,-191r23,0r-3,29v36,-55,136,-42,133,33v-2,37,-11,91,-16,129r-24,0","w":219},"o":{"d":"10,-85v1,-65,46,-111,110,-111v52,0,88,37,88,91v0,64,-44,109,-110,110v-51,1,-89,-39,-88,-90xm101,-18v93,0,116,-155,18,-155v-49,0,-84,36,-85,87v0,39,27,68,67,68","w":235},"p":{"d":"113,5v-37,-1,-58,-17,-73,-42r-13,107r-26,0r35,-261r25,0r-4,28v54,-63,165,-30,165,57v0,58,-52,112,-109,111xm198,-106v-1,-40,-28,-68,-68,-68v-52,1,-84,38,-85,89v-1,39,29,67,67,67v47,1,87,-40,86,-88","w":245},"q":{"d":"120,-196v37,0,57,16,72,41r5,-36r25,0r-34,261r-25,0r13,-99v-53,63,-166,32,-166,-56v0,-58,53,-113,110,-111xm35,-85v0,40,28,68,67,67v52,0,84,-38,86,-88v1,-40,-29,-67,-68,-67v-47,0,-85,40,-85,88","w":245},"r":{"d":"45,-167v13,-21,43,-38,73,-24r-11,22v-81,-17,-71,100,-86,169r-24,0r26,-191r25,0","w":108},"s":{"d":"16,-145v0,-52,80,-69,106,-25r-13,20v-17,-31,-65,-31,-69,4v8,41,74,43,74,95v0,62,-91,75,-120,24r15,-17v14,17,29,26,46,26v17,1,36,-15,35,-33v-2,-43,-74,-46,-74,-94","w":139},"t":{"d":"64,-263r24,0r-10,72r38,0r-2,21r-38,0r-24,170r-24,0r23,-170r-33,0r3,-21r33,0","w":121},"u":{"d":"172,-45v-19,72,-159,63,-153,-21v3,-44,8,-84,14,-125r25,0r-16,123v-4,61,96,65,109,12v8,-33,16,-96,22,-135r24,0r-10,72v-5,35,-10,59,-15,74","w":218},"v":{"d":"10,-191r25,0r48,140r81,-140r27,0r-111,191r-4,0"},"w":{"d":"12,-191r25,0r39,135r72,-135r4,0r44,136r70,-136r26,0r-98,191r-5,0r-45,-135r-71,135r-5,0","w":299},"x":{"d":"6,-191r28,0r47,74r54,-74r30,0r-71,96r58,95r-28,0r-45,-73r-54,73r-30,0r70,-95","w":172},"y":{"d":"8,-191r26,0r49,141r82,-141r27,0r-151,261r-28,0r54,-93","w":193},"z":{"d":"16,-191r132,0r-115,169r104,0r-3,22r-144,0r115,-170r-92,0","w":152},"{":{"d":"87,79v-119,14,-1,-144,-80,-154r4,-29v84,-3,2,-164,123,-155r-4,28v-57,-14,-35,75,-53,101v-8,22,-18,30,-39,40v43,12,24,78,21,123v-1,18,12,19,32,19","w":126},"|":{"d":"108,-265r25,0r0,335r-25,0r0,-335","w":241},"}":{"d":"39,-139v-6,-25,34,-104,-25,-92r4,-28v76,-11,50,66,50,121v0,21,10,34,30,34r-4,29v-84,3,-2,164,-123,154r4,-27v56,13,36,-75,53,-101v8,-22,18,-31,39,-41v-18,-7,-29,-23,-28,-49","w":126},"~":{"d":"154,-128v21,-1,21,-7,44,-19r0,28v-20,10,-25,15,-44,17v-22,3,-66,-28,-88,-28v-21,0,-26,7,-46,19r0,-29v20,-10,25,-14,44,-16v22,-2,65,29,90,28","w":218},"\u00c4":{"d":"150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0xm93,-296v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm164,-296v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":266},"\u00c5":{"d":"113,-307v-4,-43,73,-63,75,-10v5,42,-74,61,-75,10xm147,-293v23,2,33,-38,6,-39v-23,-2,-31,37,-6,39xm150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0","w":266},"\u00c7":{"d":"14,-117v0,-126,173,-198,263,-106r-16,22v-74,-79,-221,-27,-221,84v0,100,127,125,196,69r14,20v-37,22,-55,33,-104,35v-79,2,-132,-53,-132,-124xm92,49v19,12,65,-4,36,-15v-3,0,-7,1,-13,2r10,-36r16,0r-6,21v13,-3,23,3,24,15v0,29,-44,38,-73,26","w":292},"\u00c9":{"d":"186,-259r-4,26r-116,0r-12,84r117,0r-4,25r-116,0r-13,99r116,0r-3,25r-143,0r35,-259r143,0xm137,-333r38,0r-60,54r-24,0","w":193},"\u00d1":{"d":"83,-302v35,-42,79,15,118,-12r10,17v-15,10,-23,15,-42,15v-28,0,-53,-27,-77,-2xm222,-259r26,0r-35,259r-6,0r-145,-200r-28,200r-25,0r35,-259r5,0r146,201","w":266},"\u00d6":{"d":"13,-114v2,-91,64,-148,155,-151v69,-2,122,53,122,121v0,84,-69,151,-154,151v-72,0,-124,-49,-123,-121xm264,-146v1,-55,-42,-95,-96,-95v-77,0,-130,51,-130,126v0,59,37,97,98,97v74,0,126,-53,128,-128xm116,-296v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm187,-296v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":312},"\u00dc":{"d":"175,-30v-37,64,-170,45,-157,-54r23,-175r25,0r-23,190v-6,58,82,66,108,28v34,-50,28,-146,42,-218r25,0v-14,77,-10,172,-43,229xm77,-296v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm148,-296v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":235},"\u00e1":{"d":"120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88xm157,-281r38,0r-60,54r-24,0","w":245},"\u00e0":{"d":"120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88xm131,-281r30,54r-24,0r-44,-54r38,0","w":245},"\u00e2":{"d":"130,-271r25,0r45,45r-32,0r-27,-27r-36,27r-33,0xm120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88","w":245},"\u00e4":{"d":"120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88xm82,-244v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm153,-244v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":245},"\u00e3":{"d":"72,-250v36,-41,80,15,119,-12r10,17v-15,9,-24,15,-42,15v-28,0,-53,-27,-77,-2xm120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88","w":245},"\u00e5":{"d":"102,-255v-4,-42,75,-62,76,-10v4,44,-74,62,-76,10xm137,-241v23,2,33,-38,6,-38v-23,-3,-31,38,-6,38xm120,-196v37,0,57,16,73,41r4,-36r26,0r-26,191r-25,0r4,-29v-53,63,-165,32,-165,-56v0,-58,52,-113,109,-111xm35,-85v0,39,28,67,67,67v97,0,121,-155,18,-155v-47,0,-85,40,-85,88","w":245},"\u00e7":{"d":"11,-86v0,-99,151,-154,200,-64r-21,12v-38,-66,-155,-30,-155,51v0,81,110,85,144,38r21,14v-46,64,-189,51,-189,-51xm60,49v19,12,65,-4,36,-15v-3,0,-7,1,-13,2r10,-36r16,0r-6,21v13,-3,23,3,24,15v0,29,-44,38,-73,26","w":232},"\u00e9":{"d":"121,-196v53,-1,93,45,84,105r-171,0v-9,79,100,93,133,42r18,15v-16,22,-49,38,-85,39v-56,2,-90,-43,-90,-91v0,-62,47,-109,111,-110xm182,-112v2,-57,-71,-78,-112,-44v-14,12,-25,25,-31,44r143,0xm151,-281r38,0r-60,54r-24,0","w":233},"\u00e8":{"d":"121,-196v53,-1,93,45,84,105r-171,0v-9,79,100,93,133,42r18,15v-16,22,-49,38,-85,39v-56,2,-90,-43,-90,-91v0,-62,47,-109,111,-110xm182,-112v2,-57,-71,-78,-112,-44v-14,12,-25,25,-31,44r143,0xm125,-281r30,54r-24,0r-44,-54r38,0","w":233},"\u00ea":{"d":"124,-271r25,0r44,45r-31,0r-28,-27r-36,27r-32,0xm121,-196v53,-1,93,45,84,105r-171,0v-9,79,100,93,133,42r18,15v-16,22,-49,38,-85,39v-56,2,-90,-43,-90,-91v0,-62,47,-109,111,-110xm182,-112v2,-57,-71,-78,-112,-44v-14,12,-25,25,-31,44r143,0","w":233},"\u00eb":{"d":"121,-196v53,-1,93,45,84,105r-171,0v-9,79,100,93,133,42r18,15v-16,22,-49,38,-85,39v-56,2,-90,-43,-90,-91v0,-62,47,-109,111,-110xm182,-112v2,-57,-71,-78,-112,-44v-14,12,-25,25,-31,44r143,0xm76,-244v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm147,-244v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":233},"\u00ed":{"d":"29,-191r23,0r-25,191r-25,0xm71,-281r38,0r-60,54r-24,0","w":72},"\u00ec":{"d":"29,-191r23,0r-25,191r-25,0xm44,-281r30,54r-24,0r-44,-54r38,0","w":72},"\u00ee":{"d":"43,-271r25,0r44,45r-31,0r-27,-27r-36,27r-33,0xm29,-191r23,0r-25,191r-25,0","w":72},"\u00ef":{"d":"29,-191r23,0r-25,191r-25,0xm-4,-244v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm67,-244v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":72},"\u00f1":{"d":"59,-250v36,-41,80,15,119,-12r10,17v-15,9,-24,15,-42,15v-28,0,-53,-27,-77,-2xm147,0v3,-60,47,-174,-29,-174v-82,0,-73,101,-87,174r-24,0r27,-191r23,0r-3,29v36,-55,136,-42,133,33v-2,37,-11,91,-16,129r-24,0","w":219},"\u00f3":{"d":"10,-85v1,-65,46,-111,110,-111v52,0,88,37,88,91v0,64,-44,109,-110,110v-51,1,-89,-39,-88,-90xm101,-18v93,0,116,-155,18,-155v-49,0,-84,36,-85,87v0,39,27,68,67,68xm152,-281r38,0r-60,54r-24,0","w":235},"\u00f2":{"d":"10,-85v1,-65,46,-111,110,-111v52,0,88,37,88,91v0,64,-44,109,-110,110v-51,1,-89,-39,-88,-90xm101,-18v93,0,116,-155,18,-155v-49,0,-84,36,-85,87v0,39,27,68,67,68xm126,-281r30,54r-24,0r-44,-54r38,0","w":235},"\u00f4":{"d":"125,-271r25,0r44,45r-31,0r-27,-27r-37,27r-32,0xm10,-85v1,-65,46,-111,110,-111v52,0,88,37,88,91v0,64,-44,109,-110,110v-51,1,-89,-39,-88,-90xm101,-18v93,0,116,-155,18,-155v-49,0,-84,36,-85,87v0,39,27,68,67,68","w":235},"\u00f6":{"d":"10,-85v1,-65,46,-111,110,-111v52,0,88,37,88,91v0,64,-44,109,-110,110v-51,1,-89,-39,-88,-90xm101,-18v93,0,116,-155,18,-155v-49,0,-84,36,-85,87v0,39,27,68,67,68xm77,-244v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm148,-244v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":235},"\u00f5":{"d":"67,-250v36,-41,80,15,119,-12r10,17v-15,9,-24,15,-42,15v-29,0,-53,-27,-78,-2xm10,-85v1,-65,46,-111,110,-111v52,0,88,37,88,91v0,64,-44,109,-110,110v-51,1,-89,-39,-88,-90xm101,-18v93,0,116,-155,18,-155v-49,0,-84,36,-85,87v0,39,27,68,67,68","w":235},"\u00fa":{"d":"172,-45v-19,72,-159,63,-153,-21v3,-44,8,-84,14,-125r25,0r-16,123v-4,61,96,65,109,12v8,-33,16,-96,22,-135r24,0r-10,72v-5,35,-10,59,-15,74xm144,-281r38,0r-60,54r-24,0","w":218},"\u00f9":{"d":"172,-45v-19,72,-159,63,-153,-21v3,-44,8,-84,14,-125r25,0r-16,123v-4,61,96,65,109,12v8,-33,16,-96,22,-135r24,0r-10,72v-5,35,-10,59,-15,74xm117,-281r30,54r-24,0r-44,-54r38,0","w":218},"\u00fb":{"d":"117,-271r24,0r45,45r-32,0r-27,-27r-36,27r-33,0xm172,-45v-19,72,-159,63,-153,-21v3,-44,8,-84,14,-125r25,0r-16,123v-4,61,96,65,109,12v8,-33,16,-96,22,-135r24,0r-10,72v-5,35,-10,59,-15,74","w":218},"\u00fc":{"d":"172,-45v-19,72,-159,63,-153,-21v3,-44,8,-84,14,-125r25,0r-16,123v-4,61,96,65,109,12v8,-33,16,-96,22,-135r24,0r-10,72v-5,35,-10,59,-15,74xm69,-244v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm140,-244v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":218},"\u00b0":{"d":"80,-265v33,0,60,28,60,60v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61v0,-33,28,-60,61,-60xm80,-163v21,0,39,-19,39,-41v0,-23,-17,-42,-39,-42v-21,0,-40,19,-40,41v0,22,18,42,40,42","w":143},"\u00a2":{"d":"36,-17v-71,-67,7,-212,113,-173r31,-48r18,12r-30,46v6,4,12,8,17,13r-16,19v-4,-4,-9,-8,-14,-12r-88,136v35,12,66,3,92,-19r13,19v-31,27,-77,39,-118,20r-35,54r-19,-12xm135,-169v-72,-23,-133,72,-86,132"},"\u00a3":{"d":"-2,-27v0,-32,39,-53,67,-33v8,-23,6,-39,5,-64r-51,0r3,-24r45,0v-17,-69,4,-115,64,-117v38,-1,60,26,58,67r-26,0v-2,-28,-7,-42,-33,-42v-44,0,-48,43,-36,92r56,0r-4,24r-49,0v1,30,-2,58,-10,79v27,18,23,22,43,25v16,-2,23,-21,26,-40r25,0v-2,30,-21,68,-51,67v-26,-1,-35,-13,-54,-28v-19,36,-78,39,-78,-6xm38,-44v-17,-2,-24,25,-5,26v8,0,15,-6,23,-19v-7,-4,-13,-7,-18,-7"},"\u00a7":{"d":"80,-160v-50,-31,-20,-110,43,-110v37,0,60,25,61,60r-25,0v-3,-23,-15,-35,-36,-35v-24,-1,-45,16,-45,37v0,50,97,55,97,110v0,34,-29,52,-60,59v19,16,31,25,32,53v2,54,-75,78,-115,48v-11,-9,-18,-22,-21,-38r25,0v8,42,88,33,86,-9v-3,-50,-98,-58,-97,-118v1,-30,27,-51,55,-57xm97,-54v38,1,73,-44,36,-68r-36,-25v-41,1,-67,51,-27,74","w":221},"\u00b6":{"d":"17,-194v0,-43,24,-72,72,-72r91,0r0,13r-15,0r0,294r-21,0r0,-294r-38,0r0,294r-21,0r0,-165v-46,0,-68,-26,-68,-70","w":203},"\u00df":{"d":"89,-160v59,11,92,-80,28,-86v-40,5,-54,26,-60,71r-24,175r-25,0v13,-74,14,-170,40,-231v10,-23,38,-38,70,-39v33,-1,60,25,59,56v-1,37,-19,59,-50,69v74,25,45,150,-37,150v-15,0,-27,-3,-37,-9r3,-24v42,25,91,-5,90,-50v0,-31,-21,-49,-61,-56"},"\u00ae":{"d":"135,-271v80,0,138,59,138,137v0,81,-58,139,-138,139v-79,0,-139,-58,-139,-138v0,-80,58,-138,139,-138xm135,-14v68,0,118,-50,118,-119v0,-68,-49,-120,-118,-120v-69,0,-119,52,-119,120v0,68,50,119,119,119xm178,-55v-8,-30,7,-73,-36,-66r-40,0r0,66r-25,0r0,-159v56,1,125,-11,123,45v-1,18,-6,25,-20,35v29,8,9,56,26,79r-28,0xm175,-168v0,-32,-43,-21,-73,-23r0,47v31,-1,73,8,73,-24","w":268},"\u00a9":{"d":"135,-271v80,0,138,58,138,138v0,80,-58,138,-138,138v-80,0,-139,-58,-139,-138v0,-80,58,-138,139,-138xm135,-14v68,0,118,-49,118,-119v0,-70,-50,-119,-119,-119v-68,0,-118,51,-118,119v0,69,50,119,119,119xm62,-132v0,-68,69,-108,120,-70v13,9,19,24,20,40r-24,0v-4,-20,-18,-32,-41,-32v-33,1,-49,25,-49,62v0,68,88,82,90,17r24,0v-4,36,-29,63,-67,63v-46,0,-73,-32,-73,-80","w":268},"\u00b4":{"d":"102,-281r38,0r-60,54r-24,0","w":135},"\u00a8":{"d":"26,-244v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm97,-244v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":132},"\u00c6":{"d":"306,0r-146,0r12,-84r-89,0r-61,84r-28,0r186,-259r158,0r-4,26r-116,0r-12,84r117,0r-4,25r-116,0r-13,99r119,0xm192,-236r-91,127r74,0","w":357},"\u00d8":{"d":"12,-114v0,-115,127,-188,227,-130r21,-24r18,15r-21,24v81,88,-2,236,-121,236v-27,0,-51,-6,-70,-18r-23,26r-18,-15r23,-25v-23,-23,-36,-52,-36,-89xm222,-225v-105,-64,-243,73,-158,180xm83,-30v109,54,233,-77,157,-180","w":312},"\u00b1":{"d":"87,-160r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0xm188,-28r0,24r-178,0r0,-24r178,0","w":197},"\u00a5":{"d":"25,-259r27,0r45,106r72,-106r30,0r-91,135r64,0r-3,20r-64,0r-4,28r64,0r-3,20r-64,0r-8,56r-25,0r8,-56r-65,0r3,-20r65,0r3,-28r-64,0r2,-20r65,0"},"\u00b5":{"d":"139,-21v-21,30,-87,34,-106,1r-13,90r-24,0r36,-261r24,0r-16,123v-3,40,47,57,79,35v39,-27,31,-104,44,-158r24,0r-26,191r-25,0","w":207},"\u00aa":{"d":"12,-196v-4,-53,61,-95,92,-48r3,-18r21,0r-18,120r-20,0r2,-14v-28,34,-86,8,-80,-40xm70,-246v-41,-2,-55,86,-8,88v43,3,56,-87,8,-88","w":132},"\u00ba":{"d":"12,-196v0,-37,27,-69,62,-69v29,0,50,27,50,57v0,37,-27,69,-62,68v-29,0,-50,-24,-50,-56xm64,-158v44,4,57,-87,9,-88v-46,-4,-58,87,-9,88","w":132},"\u00e6":{"d":"119,-196v40,1,61,14,78,43r5,-38r22,0r-4,31v48,-66,190,-35,168,69r-174,0v-8,78,95,95,135,43r19,14v-34,51,-137,52,-165,-1r-5,35r-22,0r4,-30v-21,21,-42,35,-80,35v-54,1,-90,-40,-90,-92v0,-57,52,-111,109,-109xm191,-103v0,-41,-27,-70,-71,-70v-49,0,-86,40,-86,87v0,41,29,68,70,68v51,0,87,-37,87,-85xm366,-112v1,-56,-74,-79,-117,-45v-15,11,-24,26,-30,45r147,0","w":416},"\u00f8":{"d":"33,-21v-58,-65,-2,-175,85,-175v21,0,38,5,53,16r22,-24r18,14r-23,26v61,84,-33,211,-136,157r-23,27r-18,-16xm156,-162v-72,-44,-159,51,-106,122xm68,-25v73,32,143,-49,104,-120","w":235},"\u00bf":{"d":"135,-179v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-11,10,-21,22,-21v12,0,21,9,21,21xm50,-7v-26,20,-5,58,34,58v33,0,52,-18,56,-53r24,0v-4,47,-34,76,-82,77v-37,1,-67,-22,-67,-56v0,-74,107,-51,121,-108v-1,-13,-16,-23,-32,-22v-26,0,-41,14,-44,38r-24,0v-5,-70,121,-84,124,-14v2,52,-74,53,-110,80","w":212},"\u00a1":{"d":"76,-174v0,12,-11,21,-22,22v-11,0,-21,-10,-21,-22v0,-12,9,-21,21,-21v12,0,22,10,22,21xm35,75r-25,0r27,-201r24,0","w":106},"\u00ac":{"d":"198,-180r0,101r-24,0r0,-77r-154,0r0,-24r178,0","w":218},"\u00ab":{"d":"51,-191r27,0r-53,96r25,95r-24,0r-26,-98xm132,-191r27,0r-53,96r25,95r-24,0r-26,-98","w":152},"\u00bb":{"d":"94,0r-27,0r53,-97r-25,-94r24,0r26,98xm13,0r-27,0r53,-97r-25,-94r24,0r26,98","w":152},"\u00a0":{"w":100},"\u00c0":{"d":"150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0xm141,-333r30,54r-24,0r-44,-54r38,0","w":266},"\u00c3":{"d":"83,-302v35,-42,79,15,118,-12r10,17v-15,10,-23,15,-42,15v-28,0,-53,-27,-77,-2xm150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0","w":266},"\u00d5":{"d":"106,-302v36,-41,79,15,118,-12r10,17v-15,10,-23,15,-42,15v-28,0,-52,-27,-77,-2xm13,-114v2,-91,64,-148,155,-151v69,-2,122,53,122,121v0,84,-69,151,-154,151v-72,0,-124,-49,-123,-121xm264,-146v1,-55,-42,-95,-96,-95v-77,0,-130,51,-130,126v0,59,37,97,98,97v74,0,126,-53,128,-128","w":312},"\u00f7":{"d":"81,-212r35,0r0,35r-35,0r0,-35xm10,-141r178,0r0,24r-178,0r0,-24xm81,-82r35,0r0,36r-35,0r0,-36","w":197},"\u00ff":{"d":"8,-191r26,0r49,141r82,-141r27,0r-151,261r-28,0r54,-93xm56,-244v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm127,-244v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":193},"\u20ac":{"d":"171,4v-78,11,-141,-30,-151,-95r-26,0r9,-24r14,0v1,-16,2,-26,3,-30r-19,0r11,-25r15,0v24,-62,90,-106,177,-92r-10,24v-65,-9,-116,23,-139,68r116,0r-11,25r-113,0v-2,8,-4,18,-4,30r105,0r-10,24r-92,0v10,50,68,83,129,70"},"\u00c2":{"d":"140,-323r25,0r45,45r-32,0r-27,-27r-36,27r-33,0xm150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0","w":266},"\u00ca":{"d":"110,-323r25,0r44,45r-31,0r-28,-27r-36,27r-32,0xm186,-259r-4,26r-116,0r-12,84r117,0r-4,25r-116,0r-13,99r116,0r-3,25r-143,0r35,-259r143,0","w":193},"\u00c1":{"d":"150,-259r86,259r-26,0r-28,-85r-110,0r-48,85r-29,0r149,-259r6,0xm142,-204r-56,95r87,0xm168,-333r38,0r-60,54r-24,0","w":266},"\u00cb":{"d":"186,-259r-4,26r-116,0r-12,84r117,0r-4,25r-116,0r-13,99r116,0r-3,25r-143,0r35,-259r143,0xm62,-296v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm133,-296v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":193},"\u00c8":{"d":"186,-259r-4,26r-116,0r-12,84r117,0r-4,25r-116,0r-13,99r116,0r-3,25r-143,0r35,-259r143,0xm111,-333r30,54r-24,0r-44,-54r38,0","w":193},"\u00cd":{"d":"42,-259r26,0r-35,259r-26,0xm81,-333r38,0r-60,54r-24,0","w":81},"\u00ce":{"d":"54,-323r25,0r45,45r-32,0r-27,-27r-36,27r-33,0xm42,-259r26,0r-35,259r-26,0","w":81},"\u00cf":{"d":"42,-259r26,0r-35,259r-26,0xm7,-296v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5xm78,-296v-2,-23,41,-34,42,-5v1,22,-41,34,-42,5","w":81},"\u00cc":{"d":"42,-259r26,0r-35,259r-26,0xm49,-333r30,54r-24,0r-44,-54r38,0","w":81},"\u00d3":{"d":"13,-114v2,-91,64,-148,155,-151v69,-2,122,53,122,121v0,84,-69,151,-154,151v-72,0,-124,-49,-123,-121xm264,-146v1,-55,-42,-95,-96,-95v-77,0,-130,51,-130,126v0,59,37,97,98,97v74,0,126,-53,128,-128xm191,-333r38,0r-60,54r-24,0","w":312},"\u00d4":{"d":"164,-323r24,0r45,45r-32,0r-27,-27r-36,27r-33,0xm13,-114v2,-91,64,-148,155,-151v69,-2,122,53,122,121v0,84,-69,151,-154,151v-72,0,-124,-49,-123,-121xm264,-146v1,-55,-42,-95,-96,-95v-77,0,-130,51,-130,126v0,59,37,97,98,97v74,0,126,-53,128,-128","w":312},"\u00d2":{"d":"13,-114v2,-91,64,-148,155,-151v69,-2,122,53,122,121v0,84,-69,151,-154,151v-72,0,-124,-49,-123,-121xm264,-146v1,-55,-42,-95,-96,-95v-77,0,-130,51,-130,126v0,59,37,97,98,97v74,0,126,-53,128,-128xm165,-333r30,54r-24,0r-44,-54r38,0","w":312},"\u00da":{"d":"175,-30v-37,64,-170,45,-157,-54r23,-175r25,0r-23,190v-6,58,82,66,108,28v34,-50,28,-146,42,-218r25,0v-14,77,-10,172,-43,229xm152,-333r38,0r-60,54r-24,0","w":235},"\u00db":{"d":"125,-323r25,0r44,45r-31,0r-27,-27r-37,27r-32,0xm175,-30v-37,64,-170,45,-157,-54r23,-175r25,0r-23,190v-6,58,82,66,108,28v34,-50,28,-146,42,-218r25,0v-14,77,-10,172,-43,229","w":235},"\u00d9":{"d":"175,-30v-37,64,-170,45,-157,-54r23,-175r25,0r-23,190v-6,58,82,66,108,28v34,-50,28,-146,42,-218r25,0v-14,77,-10,172,-43,229xm126,-333r30,54r-24,0r-44,-54r38,0","w":235},"\u00b8":{"d":"-2,49v19,12,65,-4,36,-15v-3,0,-7,1,-13,2r10,-36r16,0r-6,21v13,-3,23,3,24,15v0,29,-44,38,-73,26","w":116},"\u00a6":{"d":"108,-121r0,-144r25,0r0,135xm108,70r0,-168r25,-10r0,178r-25,0","w":241},"\u00d0":{"d":"258,-136v0,87,-50,140,-152,136r-81,0r15,-118r-32,0r3,-23r32,0r16,-118v118,-9,199,19,199,123xm233,-136v0,-79,-56,-104,-152,-98r-12,93r63,0r-3,23r-63,0r-12,93v115,8,179,-17,179,-111","w":284},"\u00f0":{"d":"11,-86v-2,-76,92,-142,157,-92v-9,-18,-21,-34,-35,-49r-40,15r-7,-18r32,-11v-11,-8,-23,-16,-35,-24r33,0v9,5,16,10,23,16r32,-12r7,17r-23,8v30,28,53,71,53,122v0,69,-46,119,-111,119v-53,0,-85,-39,-86,-91xm183,-108v1,-35,-27,-64,-61,-63v-50,1,-87,36,-87,86v0,39,24,66,63,66v48,0,84,-39,85,-89","w":235},"\u00dd":{"d":"15,-259r27,0r55,118r93,-118r32,0r-115,144r-16,115r-25,0r16,-116xm141,-333r38,0r-60,54r-24,0","w":213},"\u00fd":{"d":"8,-191r26,0r49,141r82,-141r27,0r-151,261r-28,0r54,-93xm131,-281r38,0r-60,54r-24,0","w":193},"\u00de":{"d":"192,-136v-3,69,-62,81,-146,75r-9,61r-26,0r35,-259r26,0r-8,62v68,-2,130,-3,128,61xm166,-136v1,-47,-58,-34,-105,-36r-12,86v60,1,116,4,117,-50","w":213},"\u00fe":{"d":"113,5v-37,-1,-58,-17,-73,-42r-13,107r-26,0r45,-335r25,0r-14,102v54,-63,165,-30,165,57v0,58,-52,112,-109,111xm198,-106v-1,-40,-28,-68,-68,-68v-52,1,-84,38,-85,89v-1,39,29,67,67,67v47,1,87,-40,86,-88","w":245},"\u00d7":{"d":"125,-129r59,58r-17,16r-58,-58r-58,58r-16,-16r58,-58r-58,-59r16,-16r58,59r58,-59r17,16","w":218},"\u00b9":{"d":"52,-262r36,0r-22,133r-19,0r19,-116r-22,0","w":119},"\u00b2":{"d":"97,-230v-7,-29,-57,-21,-53,12r-20,0v-6,-56,93,-64,93,-11v0,36,-46,56,-68,83r61,0r-2,17r-105,0r55,-51v25,-27,34,-26,39,-50","w":119},"\u00b3":{"d":"96,-230v0,-23,-47,-24,-48,1r-20,0v2,-45,89,-49,87,0v0,16,-8,23,-21,29v39,22,7,78,-37,74v-27,-2,-45,-17,-48,-42r20,0v2,39,63,27,63,-2v0,-18,-16,-23,-39,-23v3,-5,-1,-17,8,-16v17,1,35,-7,35,-21","w":119},"\u00bd":{"d":"36,7r164,-272r19,0r-164,272r-19,0xm40,-262r36,0r-22,133r-19,0r19,-116r-22,0xm250,-101v-7,-29,-57,-21,-53,12r-20,0v-6,-56,93,-64,93,-11v0,36,-46,56,-68,83r61,0r-2,17r-105,0r55,-51v25,-27,34,-26,39,-50","w":299},"\u00bc":{"d":"247,-43r21,0r-3,17r-21,0r-4,28r-19,0r4,-28r-70,0r107,-113xm234,-83r-37,40r31,0xm40,7r164,-272r19,0r-164,272r-19,0xm40,-262r36,0r-22,133r-19,0r19,-116r-22,0","w":299},"\u00be":{"d":"262,-43r21,0r-3,17r-21,0r-4,28r-19,0r4,-28r-70,0r107,-113xm249,-83r-37,40r31,0xm66,7r164,-272r20,0r-164,272r-20,0xm93,-230v0,-23,-47,-24,-48,1r-20,0v2,-45,89,-49,87,0v0,16,-8,23,-21,29v39,22,7,78,-37,74v-27,-2,-45,-17,-48,-42r20,0v2,39,63,27,63,-2v0,-18,-16,-23,-39,-23v3,-5,-1,-17,8,-16v17,1,35,-7,35,-21","w":299},"\u00af":{"d":"13,-296r184,0r0,18r-184,0r0,-18","w":180},"\u00b7":{"d":"82,-130v-2,-23,40,-34,41,-5v2,23,-41,34,-41,5","w":119},"\u00a4":{"d":"156,-38v-27,25,-86,27,-112,0r-21,20r-16,-16r21,-20v-25,-28,-25,-81,0,-109r-21,-20r16,-16r21,21v27,-24,84,-27,111,-1r21,-20r15,16r-20,20v27,25,26,83,1,109r20,20r-15,16xm100,-174v-35,0,-66,31,-66,66v0,35,31,66,66,66v35,0,66,-31,66,-66v0,-35,-31,-66,-66,-66"}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface ? The Monotype Corporation plc. Data ? The Monotype Corporation plc /
 * Type Solutions Inc. 1990-91 All Rights Reserved
 * 
 * Trademark:
 * Century Gothic is a trademark of The Monotype Corporation plc.
 * 
 * Description:
 * A design based on Monotype 20th Century, which was drawn by Sol Hess between
 * 1936 and 1947. Century Gothic maintains the basic design of 20th Century but has
 * an enlarged 'x' height and has been modified to ensure satisfactory output from
 * modern digital systems. The design is influenced by the geometric style sans
 * serif faces which were popular during the 1920's and 30's. Useful for headlines
 * and general display work and for small quantities of text, particularly in
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Monotype Type Drawing Office
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":201,"face":{"font-family":"Century Gothic","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 2 2 9 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-39 -360.904 368.339 79.0989","underline-thickness":"32.3438","underline-position":"-16.875","slope":"-7.59999","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":100},"!":{"d":"46,-265r48,0r-26,189r-49,0xm8,-25v0,-15,14,-29,30,-29v16,0,29,14,29,29v0,15,-14,30,-29,30v-15,1,-30,-15,-30,-30","w":100},'"':{"d":"124,-176r-27,0r-10,-89r47,0xm52,-176r-28,0r-9,-89r47,0","w":129},"#":{"d":"195,-119r0,35r-40,0r-13,84r-35,0r12,-84r-34,0r-12,84r-35,0r12,-84r-39,0r0,-35r45,0r5,-33r-39,0r0,-35r44,0r11,-78r35,0r-11,78r33,0r12,-78r35,0r-11,78r35,0r0,35r-40,0r-5,33r35,0xm129,-152r-34,0r-4,33r33,0","w":216},"$":{"d":"133,-72v-4,-56,-104,-55,-100,-122v2,-37,32,-69,73,-70r3,-18r31,0r-4,20v24,8,37,17,52,36r-34,26v-16,-31,-81,-32,-73,13v29,35,102,46,98,112v-3,48,-32,77,-80,81r-7,46r-30,0r6,-46v-38,-8,-54,-23,-71,-56r43,-22v13,25,30,37,51,37v22,0,44,-16,42,-37"},"%":{"d":"83,-265v58,0,127,21,175,-5r35,0r-246,288r-36,0r211,-247v-27,5,-54,5,-84,2v9,48,-21,84,-66,85v-31,1,-55,-22,-55,-53v0,-34,33,-70,66,-70xm74,-172v34,3,50,-61,9,-62v-36,-5,-49,60,-9,62xm167,-48v-4,-72,123,-97,123,-14v0,39,-28,68,-68,69v-32,1,-54,-25,-55,-55xm225,-24v34,4,49,-62,8,-62v-35,-4,-50,61,-8,62","w":309},"&":{"d":"185,-193v-2,35,-22,53,-48,72v11,17,22,31,30,41v13,-8,23,-16,32,-23r26,34r-31,24r36,45r-57,0v-6,-6,-13,-13,-18,-20v-20,14,-49,27,-79,27v-33,0,-67,-30,-65,-63v3,-43,27,-57,64,-80v-35,-46,-7,-114,53,-112v31,1,59,23,57,55xm124,-204v-23,2,-24,28,-11,46v18,-12,27,-23,27,-33v0,-7,-7,-14,-16,-13xm57,-57v5,36,54,12,71,2v-9,-11,-21,-29,-30,-42v-14,10,-39,17,-41,40","w":244},"'":{"d":"63,-176r-28,0r-9,-89r46,0","w":79},"(":{"d":"59,75v-59,-107,-21,-274,49,-345r61,0v-89,78,-124,242,-49,345r-61,0","w":136},")":{"d":"70,-270v59,107,21,273,-48,345r-61,0v88,-78,124,-244,48,-345r61,0","w":136},"*":{"d":"68,-265r44,0r-13,53r39,-38r21,39r-54,14r54,15r-23,38r-39,-38r14,53r-43,0r13,-53r-39,38r-23,-38r54,-15r-54,-15r23,-39r39,39","w":158},"+":{"d":"86,-151r0,-66r44,0r0,66r66,0r0,44r-66,0r0,66r-44,0r0,-66r-66,0r0,-44r66,0","w":216},",":{"d":"26,-47r36,22r-48,63r-23,-14","w":100},"-":{"d":"27,-117r95,0r-5,43r-95,0","w":151},"\u00ad":{"d":"27,-117r95,0r-5,43r-95,0","w":151},".":{"d":"7,-25v0,-16,13,-29,29,-29v16,0,30,14,30,29v0,15,-15,30,-30,30v-15,0,-29,-14,-29,-30","w":100},"/":{"d":"8,46r116,-312r34,0r-116,312r-34,0","w":165},"0":{"d":"13,-90v1,-88,25,-175,105,-175v48,0,71,46,70,103v-2,85,-30,169,-107,169v-49,0,-68,-42,-68,-97xm86,-37v52,-8,66,-115,48,-170v-5,-8,-12,-12,-21,-12v-44,0,-52,77,-54,129v-1,33,4,50,27,53"},"1":{"d":"72,-259r77,0r-35,259r-47,0r28,-213r-38,0"},"2":{"d":"107,-221v-21,0,-30,17,-33,42r-47,0v3,-49,29,-85,80,-86v42,-1,78,32,74,73v-7,71,-38,81,-97,148r87,0r-6,44r-160,0r4,-34v64,-67,90,-84,120,-136v12,-22,3,-51,-22,-51"},"3":{"d":"110,-220v-15,0,-25,10,-27,24r-44,0v4,-41,34,-68,76,-69v41,0,67,28,67,65v0,28,-19,49,-40,61v71,39,22,146,-54,146v-45,0,-80,-37,-78,-86r46,0v1,26,13,40,36,41v23,1,38,-22,38,-44v0,-26,-18,-38,-48,-38r6,-41v26,1,45,-13,45,-36v0,-14,-9,-23,-23,-23"},"4":{"d":"140,-265r43,0r-23,173r26,0r-6,42r-25,0r-7,50r-44,0r6,-50r-109,0r6,-42xm127,-183r-69,91r57,0"},"5":{"d":"91,-38v43,4,55,-84,10,-87v-11,0,-19,6,-26,16r-44,-12r40,-138r124,0r-6,45r-84,0r-14,50v47,-21,88,17,88,68v0,76,-74,129,-139,89v-14,-9,-25,-23,-34,-41r42,-20v12,18,21,28,43,30"},"6":{"d":"94,7v-70,0,-100,-84,-63,-142v30,-47,58,-86,88,-130r37,25r-62,87v48,-14,88,28,88,74v0,49,-39,86,-88,86xm135,-78v0,-20,-16,-36,-37,-36v-21,0,-41,18,-40,39v0,20,17,37,38,37v21,1,39,-19,39,-40"},"7":{"d":"42,-259r161,0r-3,32r-130,234r-40,-22r112,-199r-106,0"},"8":{"d":"186,-201v-1,31,-20,51,-47,62v24,9,41,30,41,61v0,52,-38,83,-92,85v-44,1,-82,-34,-81,-75v1,-40,24,-64,56,-76v-56,-33,-20,-121,50,-121v39,0,74,28,73,64xm107,-164v33,0,43,-56,5,-56v-17,0,-30,14,-30,30v0,15,10,26,25,26xm133,-81v0,-21,-15,-38,-35,-38v-25,-1,-43,22,-43,46v0,19,17,35,37,35v24,0,41,-20,41,-43"},"9":{"d":"109,-265v72,0,100,82,64,141v-29,47,-58,87,-88,131r-37,-25r62,-87v-50,12,-89,-28,-89,-74v0,-48,38,-86,88,-86xm69,-180v0,20,16,36,36,36v21,1,40,-18,40,-40v0,-20,-16,-36,-37,-36v-22,0,-39,18,-39,40"},":":{"d":"27,-167v0,-16,13,-29,29,-29v16,0,30,14,30,29v0,15,-15,30,-30,30v-15,0,-29,-14,-29,-30xm7,-25v0,-16,13,-29,29,-29v16,0,30,14,30,29v0,15,-15,30,-30,30v-15,0,-29,-14,-29,-30","w":100},";":{"d":"27,-167v0,-16,13,-29,29,-29v16,0,30,14,30,29v0,15,-15,30,-30,30v-15,0,-29,-14,-29,-30xm26,-47r36,22r-48,63r-23,-14","w":100},"\u037e":{"d":"27,-167v0,-16,13,-29,29,-29v16,0,30,14,30,29v0,15,-15,30,-30,30v-15,0,-29,-14,-29,-30xm26,-47r36,22r-48,63r-23,-14","w":100},"<":{"d":"196,-64r0,44r-176,-90r0,-39r176,-89r0,44r-125,65","w":216},"=":{"d":"20,-189r176,0r0,44r-176,0r0,-44xm20,-114r176,0r0,44r-176,0r0,-44","w":216},">":{"d":"20,-194r0,-44r176,89r0,39r-176,90r0,-44r126,-65","w":216},"?":{"d":"134,-185v14,-21,-4,-41,-30,-41v-23,0,-37,11,-43,33r-46,0v6,-47,41,-75,94,-77v43,-1,74,31,77,69v4,51,-79,67,-80,124r-45,0v-4,-62,44,-79,73,-108xm45,-25v0,-15,14,-29,30,-29v16,0,29,14,29,29v0,15,-14,30,-29,30v-15,1,-30,-15,-30,-30"},"@":{"d":"31,-134v-6,99,127,148,189,81r34,0v-28,37,-54,58,-110,58v-80,0,-138,-57,-138,-138v0,-80,57,-135,138,-138v65,-2,125,52,125,113v0,59,-39,98,-90,104v-13,1,-21,-5,-21,-18v-35,38,-102,6,-96,-48v-9,-63,79,-115,118,-61r3,-19r35,0r-19,115v0,3,2,6,6,6v24,-6,40,-37,40,-69v0,-62,-42,-97,-102,-97v-67,0,-108,45,-112,111xm141,-165v-39,-3,-52,72,-7,73v38,2,50,-72,7,-73","w":266},"A":{"d":"135,-259r41,0r65,259r-47,0r-14,-55r-102,0r-30,55r-52,0xm168,-101r-21,-85r-45,85r66,0","w":266},"B":{"d":"152,-136v62,38,37,136,-50,136r-90,0r35,-259v74,-4,135,5,135,69v0,24,-13,44,-30,54xm82,-156v39,6,61,-16,48,-47v-10,-10,-17,-11,-41,-11xm67,-46v45,9,91,-12,65,-51v-11,-17,-23,-14,-56,-15","w":208},"C":{"d":"15,-119v-4,-124,164,-194,253,-106r-35,33v-51,-60,-168,-13,-168,71v0,77,101,107,156,59r29,37v-29,21,-63,32,-102,32v-81,0,-130,-50,-133,-126","w":280},"D":{"d":"238,-135v0,84,-49,139,-145,135r-81,0r35,-259v117,-8,191,23,191,124xm188,-134v0,-57,-35,-82,-98,-79r-23,168v80,5,121,-20,121,-89","w":252},"E":{"d":"43,-259r141,0r-6,46r-92,0r-7,54r92,0r-6,45r-92,0r-9,69r92,0r-6,45r-141,0","w":187},"F":{"d":"43,-259r128,0r-6,46r-79,0r-7,54r79,0r-6,45r-79,0r-15,114r-49,0","w":172},"G":{"d":"15,-120v-3,-105,129,-188,224,-121v11,8,22,18,32,31r-41,26v-20,-23,-35,-35,-71,-36v-52,-3,-95,48,-95,100v0,62,70,103,125,69v14,-8,25,-20,34,-36r-81,0r6,-46r131,0v-3,81,-56,139,-136,140v-73,1,-126,-54,-128,-127","w":302},"H":{"d":"47,-259r48,0r-13,98r89,0r13,-98r49,0r-35,259r-49,0r16,-117r-89,0r-16,117r-48,0","w":244},"I":{"d":"45,-259r47,0r-35,259r-47,0","w":100},"J":{"d":"30,-70v11,18,31,40,51,24v17,-62,20,-145,32,-213r49,0v-13,74,-15,170,-37,234v-12,34,-66,41,-99,18v-14,-10,-25,-22,-34,-39","w":172},"K":{"d":"47,-259r49,0r-12,88r84,-88r60,0r-113,119r89,140r-54,0r-73,-115r-16,115r-48,0","w":223},"L":{"d":"48,-259r48,0r-29,215r80,0r-5,44r-129,0","w":158},"M":{"d":"66,-259r44,0r44,181r89,-181r42,0r3,259r-45,0r-2,-155r-77,155r-37,0r-39,-162r-41,162r-47,0","w":323},"N":{"d":"47,-259r42,0r94,176r24,-176r47,0r-35,259r-41,0r-95,-178r-24,178r-47,0","w":266},"O":{"d":"14,-112v0,-84,67,-153,152,-153v70,0,125,52,123,121v-3,87,-62,150,-153,151v-72,1,-122,-48,-122,-119xm240,-141v0,-47,-31,-78,-76,-78v-61,0,-99,46,-101,104v-2,43,29,76,75,76v54,0,102,-48,102,-102","w":302},"P":{"d":"194,-189v0,62,-43,81,-118,80r-15,109r-49,0r35,-259v79,-3,147,1,147,70xm82,-155v48,2,74,-11,59,-47v-11,-12,-22,-11,-51,-11"},"Q":{"d":"289,-144v-1,42,-18,83,-41,105r45,51r-62,0r-20,-23v-86,46,-203,1,-197,-101v5,-88,61,-151,151,-153v71,-2,125,52,124,121xm63,-115v-4,59,60,93,116,68r-39,-43r62,0r14,15v46,-49,24,-147,-52,-144v-60,3,-98,46,-101,104","w":302},"R":{"d":"196,-189v0,41,-26,65,-64,73r56,116r-50,0r-55,-113r-5,0r-15,113r-48,0r34,-259v78,-2,147,0,147,70xm84,-155v49,3,73,-12,59,-48v-12,-11,-21,-10,-51,-11","w":208},"S":{"d":"33,-198v0,-36,31,-67,69,-67v31,0,56,14,77,42r-36,32v-15,-19,-27,-28,-40,-28v-12,0,-24,8,-22,18v8,44,81,73,81,134v0,43,-36,74,-79,74v-35,0,-64,-18,-86,-51r38,-30v15,23,31,35,48,35v15,0,32,-12,30,-28v-6,-48,-82,-76,-80,-131","w":187},"T":{"d":"14,-259r158,0r-6,46r-55,0r-28,213r-48,0r28,-213r-55,0","w":151},"U":{"d":"183,-36v-29,69,-168,53,-161,-34v5,-60,17,-130,24,-189r48,0r-24,190v-2,39,63,39,72,9v16,-55,20,-137,30,-199r49,0v-12,70,-15,169,-38,223","w":230},"V":{"d":"18,-259r48,0r46,187r100,-187r52,0r-138,259r-43,0","w":252},"W":{"d":"23,-259r45,0r14,168r80,-168r36,0r31,164r57,-164r47,0r-91,259r-40,0r-32,-171r-81,171r-43,0","w":323},"X":{"d":"44,-259r50,0r36,80r57,-80r56,0r-91,128r59,131r-50,0r-39,-88r-63,88r-56,0r97,-136","w":244},"Y":{"d":"12,-259r49,0r40,104r74,-104r55,0r-110,156r-14,103r-49,0r15,-103","w":223},"Z":{"d":"32,-259r146,0r-102,214r81,0r-6,45r-148,0r103,-213r-80,0","w":180},"[":{"d":"56,-265r76,0r-6,45r-28,0r-34,245r28,0r-6,45r-77,0","w":115},"\\":{"d":"190,46r-34,0r-116,-312r34,0","w":230},"]":{"d":"55,70r-77,0r6,-45r28,0r35,-245r-29,0r6,-45r77,0","w":115},"^":{"d":"87,-259r41,0r69,195r-43,0r-46,-132r-46,132r-43,0","w":216},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"38,-295r57,0r32,69r-35,0","w":151},"a":{"d":"10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-25,191r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116","w":237},"b":{"d":"217,-103v0,85,-112,147,-159,76r-4,27r-46,0r34,-265r47,0r-13,94v18,-16,30,-25,59,-25v49,-2,82,45,82,93xm111,-38v65,6,86,-116,13,-117v-67,-6,-86,116,-13,117","w":237},"c":{"d":"11,-85v0,-61,49,-111,113,-111v38,0,66,14,85,44r-40,22v-33,-45,-112,-15,-112,43v0,55,79,63,104,26r37,26v-43,63,-187,52,-187,-50","w":230},"d":{"d":"10,-88v0,-85,111,-146,160,-77r13,-100r47,0r-35,265r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116","w":237},"e":{"d":"57,-82v-2,48,65,57,94,26r42,21v-41,64,-182,50,-182,-50v0,-59,48,-112,107,-111v63,2,102,48,92,114r-153,0xm163,-116v-6,-33,-48,-46,-78,-27v-9,6,-16,16,-21,27r99,0","w":230},"f":{"d":"30,-191v0,-64,37,-96,90,-68r-5,39v-22,-18,-38,-8,-38,29r29,0r-5,40r-29,0r-21,151r-47,0r21,-151r-20,0r5,-40r20,0","w":100},"g":{"d":"11,-89v0,-82,106,-144,159,-80r3,-22r47,0r-21,153v11,119,-140,143,-194,71r41,-21v34,37,108,17,105,-35v-52,50,-140,12,-140,-66xm105,-43v67,0,84,-109,12,-109v-33,0,-60,28,-60,62v0,28,20,47,48,47","w":237},"h":{"d":"140,-105v4,-28,4,-48,-23,-48v-62,0,-49,93,-62,153r-47,0r36,-265r47,0r-13,93v37,-41,112,-28,112,31v0,45,-12,97,-17,141r-47,0","w":216},"i":{"d":"28,-240v0,-16,13,-29,29,-29v16,0,29,14,29,29v0,15,-14,29,-29,29v-15,0,-29,-13,-29,-29xm28,-191r46,0r-25,191r-47,0","w":86},"j":{"d":"32,-240v0,-15,13,-29,29,-29v16,0,29,13,29,29v0,16,-14,29,-29,29v-15,0,-29,-14,-29,-29xm31,-191r47,0r-23,169v-5,70,-25,111,-89,90r5,-42v30,14,33,-10,37,-42","w":93},"k":{"d":"43,-265r46,0r-18,140r75,-66r65,0r-97,85r84,106r-56,0r-75,-94r-13,94r-46,0","w":208},"l":{"d":"38,-265r46,0r-35,265r-47,0","w":86},"m":{"d":"142,-104v12,-37,-19,-61,-48,-41v-35,24,-28,95,-39,145r-47,0r25,-191r47,0r-3,20v30,-35,98,-34,111,10v15,-19,38,-34,68,-35v41,0,60,35,54,82r-15,114r-47,0r16,-125v-3,-46,-60,-23,-69,4v-9,26,-15,85,-20,121r-47,0","w":338},"n":{"d":"140,-105v4,-28,4,-48,-23,-48v-62,0,-49,93,-62,153r-47,0r26,-191r47,0r-3,19v37,-41,112,-28,112,31v0,45,-12,97,-17,141r-47,0","w":216},"o":{"d":"11,-84v0,-61,51,-113,109,-112v55,1,90,38,91,94v1,59,-51,108,-111,107v-53,-1,-89,-35,-89,-89xm103,-39v68,8,86,-114,14,-113v-64,-6,-87,112,-14,113","w":230},"p":{"d":"217,-103v0,85,-112,147,-159,76r-13,97r-47,0r35,-261r46,0r-3,20v18,-16,30,-25,59,-25v49,-2,82,45,82,93xm111,-38v65,6,86,-116,13,-117v-67,-6,-86,116,-13,117","w":237},"q":{"d":"10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-34,261r-47,0r12,-91v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116","w":237},"r":{"d":"22,-191r42,0r-3,26v16,-25,32,-37,58,-28r-17,43v-56,-8,-46,96,-58,150r-47,0","w":115},"s":{"d":"19,-142v0,-61,95,-70,120,-23r-22,36v-10,-13,-19,-25,-36,-25v-7,0,-15,5,-15,12v13,32,67,42,67,88v0,45,-58,75,-103,51v-10,-5,-22,-14,-35,-28r29,-34v13,17,27,26,43,26v11,1,21,-6,21,-15v-12,-31,-69,-43,-69,-88","w":158},"t":{"d":"44,-262r47,0r-10,71r29,0r-5,40r-30,0r-20,151r-47,0r20,-151r-23,0r6,-40r23,0","w":107},"u":{"d":"169,-35v-31,64,-156,47,-149,-33v3,-36,10,-86,14,-123r47,0r-15,122v-2,29,43,40,59,19v21,-27,20,-98,28,-141r46,0v-9,51,-12,117,-30,156","w":216},"v":{"d":"10,-191r46,0r30,106r61,-106r51,0r-111,191r-23,0"},"w":{"d":"9,-191r45,0r27,102r55,-102r19,0r27,102r55,-102r50,0r-104,191r-23,0r-26,-101r-54,101r-23,0","w":287},"x":{"d":"11,-191r51,0r34,54r39,-54r55,0r-69,95r58,96r-51,0r-36,-58r-43,58r-54,0r73,-98"},"y":{"d":"8,-191r46,0r37,113r66,-113r50,0r-150,261r-50,0r55,-96","w":208},"z":{"d":"15,-191r152,0r-98,148r90,0r-6,43r-165,0r97,-147r-75,0","w":165},"{":{"d":"23,34v-1,-36,28,-104,-26,-103r6,-42v89,-2,1,-166,141,-148r-6,43v-36,1,-35,1,-41,36v-10,57,-11,67,-45,91v34,18,18,69,18,111v0,14,10,16,32,15r-5,42v-45,1,-73,-5,-74,-45","w":122},"|":{"d":"94,-265r28,0r0,335r-28,0r0,-335","w":216},"}":{"d":"85,-213v1,33,-28,106,25,102r-6,42v-75,1,-20,130,-95,144v-9,4,-29,4,-46,4r6,-42v36,0,34,-2,41,-36v11,-57,12,-67,46,-91v-35,-19,-19,-69,-18,-111v-2,-14,-10,-16,-33,-15r6,-43v45,-1,72,7,74,46","w":122},"~":{"d":"59,-119v-19,1,-25,9,-41,20r0,-56v68,-47,120,53,181,-5r0,57v-48,32,-93,-7,-140,-16","w":216},"\u00c4":{"d":"135,-259r41,0r65,259r-47,0r-14,-55r-102,0r-30,55r-52,0xm168,-101r-21,-85r-45,85r66,0xm95,-300v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm173,-300v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":266},"\u00c5":{"d":"124,-318v-5,-45,79,-64,78,-10v4,44,-78,64,-78,10xm161,-308v16,0,24,-30,5,-32v-18,-1,-26,31,-5,32xm135,-259r41,0r65,259r-47,0r-14,-55r-102,0r-30,55r-52,0xm168,-101r-21,-85r-45,85r66,0","w":266},"\u00c7":{"d":"15,-119v-4,-124,164,-194,253,-106r-35,33v-51,-60,-168,-13,-168,71v0,77,101,107,156,59r29,37v-29,21,-63,32,-102,32v-81,0,-130,-50,-133,-126xm139,26v0,-10,-13,-7,-23,-8r10,-20r29,0r-3,7v11,4,22,12,22,24v0,36,-53,48,-88,30r9,-23v16,6,43,8,44,-10","w":280},"\u00c9":{"d":"43,-259r141,0r-6,46r-92,0r-7,54r92,0r-6,45r-92,0r-9,69r92,0r-6,45r-141,0xm136,-353r57,0r-74,69r-35,0","w":187},"\u00d1":{"d":"231,-303v-37,41,-89,-8,-130,19r-15,-29v35,-37,92,8,130,-17xm47,-259r42,0r94,176r24,-176r47,0r-35,259r-41,0r-95,-178r-24,178r-47,0","w":266},"\u00d6":{"d":"14,-112v0,-84,67,-153,152,-153v70,0,125,52,123,121v-3,87,-62,150,-153,151v-72,1,-122,-48,-122,-119xm240,-141v0,-47,-31,-78,-76,-78v-61,0,-99,46,-101,104v-2,43,29,76,75,76v54,0,102,-48,102,-102xm107,-300v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm185,-300v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":302},"\u00dc":{"d":"183,-36v-29,69,-168,53,-161,-34v5,-60,17,-130,24,-189r48,0r-24,190v-2,39,63,39,72,9v16,-55,20,-137,30,-199r49,0v-12,70,-15,169,-38,223xm77,-300v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm155,-300v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":230},"\u00e1":{"d":"10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-25,191r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116xm151,-295r57,0r-74,69r-35,0","w":237},"\u00e0":{"d":"10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-25,191r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116xm81,-295r57,0r32,69r-35,0","w":237},"\u00e2":{"d":"122,-270r38,0r45,50r-52,0r-16,-23r-23,23r-52,0xm10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-25,191r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116","w":237},"\u00e4":{"d":"10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-25,191r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116xm64,-242v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm142,-242v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":237},"\u00e3":{"d":"206,-245v-36,41,-87,-7,-130,18r-15,-29v36,-37,91,9,130,-16xm10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-25,191r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116","w":237},"\u00e5":{"d":"99,-260v-5,-45,79,-64,78,-10v4,45,-77,63,-78,10xm136,-251v17,1,24,-29,5,-31v-18,-2,-26,31,-5,31xm10,-88v0,-85,111,-146,160,-77r3,-26r47,0r-25,191r-46,0r2,-21v-17,15,-30,25,-58,26v-49,2,-83,-44,-83,-93xm116,-153v-64,-6,-85,116,-12,116v67,6,85,-117,12,-116","w":237},"\u00e7":{"d":"11,-85v0,-61,49,-111,113,-111v38,0,66,14,85,44r-40,22v-33,-45,-112,-15,-112,43v0,55,79,63,104,26r37,26v-43,63,-187,52,-187,-50xm114,26v0,-10,-13,-7,-23,-8r10,-20r29,0r-3,7v11,4,22,12,22,24v0,36,-53,48,-88,30r9,-23v16,6,43,8,44,-10","w":230},"\u00e9":{"d":"57,-82v-2,48,65,57,94,26r42,21v-41,64,-182,50,-182,-50v0,-59,48,-112,107,-111v63,2,102,48,92,114r-153,0xm163,-116v-6,-33,-48,-46,-78,-27v-9,6,-16,16,-21,27r99,0xm148,-295r57,0r-74,69r-35,0","w":230},"\u00e8":{"d":"57,-82v-2,48,65,57,94,26r42,21v-41,64,-182,50,-182,-50v0,-59,48,-112,107,-111v63,2,102,48,92,114r-153,0xm163,-116v-6,-33,-48,-46,-78,-27v-9,6,-16,16,-21,27r99,0xm78,-295r57,0r32,69r-35,0","w":230},"\u00ea":{"d":"118,-270r38,0r46,50r-52,0r-16,-23r-23,23r-53,0xm57,-82v-2,48,65,57,94,26r42,21v-41,64,-182,50,-182,-50v0,-59,48,-112,107,-111v63,2,102,48,92,114r-153,0xm163,-116v-6,-33,-48,-46,-78,-27v-9,6,-16,16,-21,27r99,0","w":230},"\u00eb":{"d":"57,-82v-2,48,65,57,94,26r42,21v-41,64,-182,50,-182,-50v0,-59,48,-112,107,-111v63,2,102,48,92,114r-153,0xm163,-116v-6,-33,-48,-46,-78,-27v-9,6,-16,16,-21,27r99,0xm60,-242v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm138,-242v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":230},"\u00ed":{"d":"28,-191r46,0r-25,191r-47,0xm75,-295r57,0r-74,69r-35,0","w":86},"\u00ec":{"d":"28,-191r46,0r-25,191r-47,0xm5,-295r57,0r32,69r-35,0","w":86},"\u00ee":{"d":"46,-270r38,0r46,50r-52,0r-16,-23r-23,23r-53,0xm28,-191r46,0r-25,191r-47,0","w":86},"\u00ef":{"d":"28,-191r46,0r-25,191r-47,0xm-12,-242v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm66,-242v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":86},"\u00f1":{"d":"195,-245v-36,41,-87,-8,-130,18r-15,-29v37,-36,91,9,131,-16xm140,-105v4,-28,4,-48,-23,-48v-62,0,-49,93,-62,153r-47,0r26,-191r47,0r-3,19v37,-41,112,-28,112,31v0,45,-12,97,-17,141r-47,0","w":216},"\u00f3":{"d":"11,-84v0,-61,51,-113,109,-112v55,1,90,38,91,94v1,59,-51,108,-111,107v-53,-1,-89,-35,-89,-89xm103,-39v68,8,86,-114,14,-113v-64,-6,-87,112,-14,113xm148,-295r57,0r-74,69r-35,0","w":230},"\u00f2":{"d":"11,-84v0,-61,51,-113,109,-112v55,1,90,38,91,94v1,59,-51,108,-111,107v-53,-1,-89,-35,-89,-89xm103,-39v68,8,86,-114,14,-113v-64,-6,-87,112,-14,113xm78,-295r57,0r32,69r-35,0","w":230},"\u00f4":{"d":"118,-270r38,0r46,50r-52,0r-16,-23r-23,23r-53,0xm11,-84v0,-61,51,-113,109,-112v55,1,90,38,91,94v1,59,-51,108,-111,107v-53,-1,-89,-35,-89,-89xm103,-39v68,8,86,-114,14,-113v-64,-6,-87,112,-14,113","w":230},"\u00f6":{"d":"11,-84v0,-61,51,-113,109,-112v55,1,90,38,91,94v1,59,-51,108,-111,107v-53,-1,-89,-35,-89,-89xm103,-39v68,8,86,-114,14,-113v-64,-6,-87,112,-14,113xm60,-242v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm138,-242v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":230},"\u00f5":{"d":"202,-245v-36,41,-87,-8,-130,18r-15,-29v37,-36,91,9,131,-16xm11,-84v0,-61,51,-113,109,-112v55,1,90,38,91,94v1,59,-51,108,-111,107v-53,-1,-89,-35,-89,-89xm103,-39v68,8,86,-114,14,-113v-64,-6,-87,112,-14,113","w":230},"\u00fa":{"d":"169,-35v-31,64,-156,47,-149,-33v3,-36,10,-86,14,-123r47,0r-15,122v-2,29,43,40,59,19v21,-27,20,-98,28,-141r46,0v-9,51,-12,117,-30,156xm140,-295r57,0r-74,69r-35,0","w":216},"\u00f9":{"d":"169,-35v-31,64,-156,47,-149,-33v3,-36,10,-86,14,-123r47,0r-15,122v-2,29,43,40,59,19v21,-27,20,-98,28,-141r46,0v-9,51,-12,117,-30,156xm70,-295r57,0r32,69r-35,0","w":216},"\u00fb":{"d":"111,-270r38,0r46,50r-53,0r-15,-23r-23,23r-53,0xm169,-35v-31,64,-156,47,-149,-33v3,-36,10,-86,14,-123r47,0r-15,122v-2,29,43,40,59,19v21,-27,20,-98,28,-141r46,0v-9,51,-12,117,-30,156","w":216},"\u00fc":{"d":"169,-35v-31,64,-156,47,-149,-33v3,-36,10,-86,14,-123r47,0r-15,122v-2,29,43,40,59,19v21,-27,20,-98,28,-141r46,0v-9,51,-12,117,-30,156xm53,-242v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm131,-242v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":216},"\u00b0":{"d":"80,-265v33,0,60,28,60,60v0,33,-28,61,-61,61v-33,0,-60,-28,-60,-61v0,-33,28,-60,61,-60xm80,-164v21,0,39,-19,39,-40v0,-23,-18,-41,-39,-41v-21,-1,-40,19,-40,40v0,21,19,41,40,41","w":143},"\u00a2":{"d":"39,-16v-69,-72,8,-213,113,-176r30,-46r23,15r-27,42v6,4,12,9,17,14r-26,33v-5,-4,-9,-8,-14,-11r-70,107v30,8,52,-8,67,-25r26,33v-27,28,-71,48,-117,29r-35,54r-23,-15xm128,-155v-50,-8,-90,52,-64,99"},"\u00a3":{"d":"125,-265v44,0,71,30,62,74r-47,0v4,-17,-4,-30,-21,-29v-31,3,-32,31,-24,67r57,0r-6,45r-49,0v0,31,-8,42,-19,65v26,3,53,11,60,-16r47,0v-10,36,-34,66,-74,66v-42,0,-75,-14,-116,0r6,-44v8,-3,17,-5,25,-6v15,-30,21,-35,24,-65r-39,0r6,-45r28,0v-20,-63,20,-112,80,-112"},"\u00a7":{"d":"60,-162v-44,-38,-3,-108,57,-108v40,0,68,29,67,68r-47,0v3,-29,-46,-32,-47,-6v13,44,90,52,88,109v-1,30,-21,52,-48,59v16,11,24,26,25,49v1,39,-38,66,-77,66v-41,-1,-68,-25,-68,-66r46,0v0,28,50,29,51,3v-8,-38,-95,-54,-92,-110v1,-30,21,-55,45,-64xm106,-59v21,-5,37,-24,24,-45v-7,-10,-32,-27,-44,-37v-18,5,-36,24,-26,44v9,10,33,28,46,38"},"\u00b6":{"d":"29,-194v0,-81,79,-74,157,-72r0,20r-15,0r0,313r-24,0r0,-313r-26,0r0,313r-24,0r0,-192v-43,0,-68,-26,-68,-69","w":216},"\u00df":{"d":"147,-83v0,-28,-22,-45,-51,-45r5,-37v26,-1,52,-12,52,-37v0,-28,-43,-30,-59,-11v-9,11,-14,31,-17,53r-22,160r-47,0v24,-106,-6,-264,119,-270v41,-1,72,25,72,63v0,33,-22,54,-49,63v79,34,39,149,-46,149v-12,0,-22,-2,-32,-6r5,-44v32,17,70,-3,70,-38","w":216},"\u00ae":{"d":"133,-267v78,0,135,56,135,134v0,78,-57,134,-135,134v-77,0,-134,-57,-134,-134v0,-77,57,-134,134,-134xm133,-27v60,0,105,-43,107,-105v2,-58,-49,-107,-106,-107v-58,0,-110,50,-108,106v2,61,46,106,107,106xm164,-59v-12,-24,8,-64,-28,-57r-26,0r0,57r-32,0r0,-147v52,2,120,-13,116,43v-1,19,-4,24,-17,33v25,5,6,62,24,71r-37,0xm163,-161v0,-24,-31,-15,-53,-17r0,35v23,-1,53,7,53,-18","w":266},"\u00a9":{"d":"133,-267v78,0,135,56,135,134v0,78,-57,134,-135,134v-77,0,-134,-57,-134,-134v0,-77,57,-134,134,-134xm133,-27v61,0,106,-43,107,-106v2,-58,-49,-108,-107,-106v-62,2,-107,45,-107,106v0,62,46,106,107,106xm93,-136v-8,51,67,79,79,28r31,0v-3,29,-31,54,-64,53v-44,0,-76,-35,-76,-80v0,-82,125,-111,140,-26r-31,0v-16,-50,-83,-24,-79,25","w":266},"\u00b4":{"d":"108,-295r57,0r-74,69r-35,0","w":151},"\u00a8":{"d":"35,-242v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm113,-242v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":180},"\u00c6":{"d":"134,-259r178,0r-6,46r-92,0r-7,54r92,0r-6,45r-92,0r-9,69r92,0r-6,45r-139,0r7,-55r-70,0r-30,55r-52,0xm152,-101r17,-127r-69,127r52,0","w":323},"\u00d8":{"d":"14,-112v0,-115,123,-190,223,-133r23,-25r21,18r-22,26v74,92,-2,233,-123,233v-26,0,-49,-5,-67,-16r-24,27r-21,-18r23,-27v-22,-22,-33,-50,-33,-85xm206,-208v-86,-47,-183,61,-126,144xm101,-47v84,37,175,-60,125,-142","w":302},"\u00b1":{"d":"77,-190r0,-66r44,0r0,66r66,0r0,44r-66,0r0,66r-44,0r0,-66r-66,0r0,-44r66,0xm11,-44r176,0r0,44r-176,0r0,-44","w":197},"\u00a5":{"d":"12,-259r47,0r32,102r64,-102r54,0r-82,130r38,0r-4,30r-52,0r-3,20r52,0r-3,29r-53,0r-7,50r-48,0r6,-50r-49,0r3,-29r50,0r3,-20r-50,0r4,-30r38,0"},"\u00b5":{"d":"127,-22v-14,31,-68,39,-79,1r-14,91r-46,0r39,-261r46,0r-17,122v-2,39,58,42,71,10v14,-35,17,-90,25,-132r46,0r-29,191r-46,0","w":207},"\u00aa":{"d":"13,-192v-5,-44,48,-98,79,-59r2,-11r35,0r-17,120r-34,0r1,-11v-26,30,-71,3,-66,-39xm70,-234v-26,-1,-33,62,-5,65v26,0,34,-63,5,-65","w":129},"\u00ba":{"d":"12,-195v0,-38,29,-70,64,-70v31,0,52,26,52,59v0,36,-28,66,-64,66v-31,0,-52,-23,-52,-55xm94,-207v0,-14,-8,-26,-21,-26v-28,0,-39,62,-6,62v18,0,27,-17,27,-36","w":129},"\u00e6":{"d":"13,-88v-7,-84,112,-147,160,-76r4,-32r43,0r-3,21v67,-54,168,3,149,94r-156,0v4,50,67,54,97,25r42,22v-25,38,-114,55,-152,17r-2,17r-43,0r3,-20v-15,17,-35,25,-59,25v-54,0,-80,-42,-83,-93xm107,-36v67,5,84,-116,13,-116v-35,-1,-60,29,-60,66v0,29,19,48,47,50xm319,-116v-6,-32,-48,-46,-78,-27v-9,6,-18,15,-25,27r103,0","w":388},"\u00f8":{"d":"34,-24v-63,-85,36,-215,139,-159r28,-33r21,18r-28,33v65,85,-35,212,-139,158r-27,31r-20,-18xm142,-147v-51,-23,-98,35,-75,86xm87,-42v54,18,97,-36,75,-86","w":237},"\u00bf":{"d":"141,-171v1,15,-15,30,-30,30v-15,0,-29,-14,-29,-30v0,-16,14,-29,29,-29v15,0,30,14,30,29xm52,-10v-14,21,4,41,30,41v23,0,37,-11,43,-33r46,0v-6,47,-41,75,-94,77v-42,1,-74,-31,-77,-69v-4,-51,79,-67,80,-124r45,0v5,62,-44,79,-73,108"},"\u00a1":{"d":"87,-171v1,15,-15,30,-30,30v-15,0,-29,-14,-29,-30v0,-16,14,-29,29,-29v15,0,30,14,30,29xm49,70r-48,0r26,-189r49,0","w":100},"\u00ac":{"d":"20,-189r176,0r0,119r-44,0r0,-75r-132,0r0,-44","w":216},"\u00ab":{"d":"46,-191r44,0r-46,96r19,95r-45,0r-19,-95xm126,-191r44,0r-46,96r19,95r-45,0r-19,-95","w":165},"\u00bb":{"d":"110,0r-44,0r46,-97r-19,-94r45,0r19,94xm31,0r-45,0r46,-97r-19,-94r45,0r19,94","w":165},"\u00a0":{"w":100},"\u00c0":{"d":"135,-259r41,0r65,259r-47,0r-14,-55r-102,0r-30,55r-52,0xm168,-101r-21,-85r-45,85r66,0xm106,-353r57,0r32,69r-35,0","w":266},"\u00c3":{"d":"231,-303v-37,41,-89,-8,-130,19r-15,-29v35,-37,92,8,130,-17xm135,-259r41,0r65,259r-47,0r-14,-55r-102,0r-30,55r-52,0xm168,-101r-21,-85r-45,85r66,0","w":266},"\u00d5":{"d":"249,-303v-37,41,-89,-8,-130,19r-15,-29v35,-37,92,8,130,-17xm14,-112v0,-84,67,-153,152,-153v70,0,125,52,123,121v-3,87,-62,150,-153,151v-72,1,-122,-48,-122,-119xm240,-141v0,-47,-31,-78,-76,-78v-61,0,-99,46,-101,104v-2,43,29,76,75,76v54,0,102,-48,102,-102","w":302},"\u00f7":{"d":"70,-233r57,0r0,56r-57,0r0,-56xm11,-151r176,0r0,44r-176,0r0,-44xm70,-82r57,0r0,57r-57,0r0,-57","w":197},"\u00ff":{"d":"8,-191r46,0r37,113r66,-113r50,0r-150,261r-50,0r55,-96xm49,-242v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm127,-242v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":208},"\u20ac":{"d":"32,-169v24,-61,89,-107,173,-93r-13,44v-47,-9,-87,19,-107,49r91,0r-9,29r-93,0v-2,9,-2,13,-2,22r89,0r-9,29r-75,0v19,44,67,62,118,44r0,47v-83,18,-152,-17,-170,-91r-23,0r9,-29r11,0v0,-5,1,-13,2,-22r-22,0r9,-29r21,0"},"\u00c2":{"d":"147,-328r38,0r46,50r-53,0r-16,-23r-22,23r-53,0xm135,-259r41,0r65,259r-47,0r-14,-55r-102,0r-30,55r-52,0xm168,-101r-21,-85r-45,85r66,0","w":266},"\u00ca":{"d":"107,-328r38,0r46,50r-52,0r-16,-23r-23,23r-53,0xm43,-259r141,0r-6,46r-92,0r-7,54r92,0r-6,45r-92,0r-9,69r92,0r-6,45r-141,0","w":187},"\u00c1":{"d":"135,-259r41,0r65,259r-47,0r-14,-55r-102,0r-30,55r-52,0xm168,-101r-21,-85r-45,85r66,0xm176,-353r57,0r-74,69r-35,0","w":266},"\u00cb":{"d":"43,-259r141,0r-6,46r-92,0r-7,54r92,0r-6,45r-92,0r-9,69r92,0r-6,45r-141,0xm49,-300v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm127,-300v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":187},"\u00c8":{"d":"43,-259r141,0r-6,46r-92,0r-7,54r92,0r-6,45r-92,0r-9,69r92,0r-6,45r-141,0xm66,-353r57,0r32,69r-35,0","w":187},"\u00cd":{"d":"45,-259r47,0r-35,259r-47,0xm91,-353r57,0r-74,69r-35,0","w":100},"\u00ce":{"d":"62,-328r38,0r46,50r-53,0r-15,-23r-23,23r-53,0xm45,-259r47,0r-35,259r-47,0","w":100},"\u00cf":{"d":"45,-259r47,0r-35,259r-47,0xm8,-300v-2,-28,50,-40,51,-7v4,29,-51,43,-51,7xm86,-300v-2,-29,49,-40,51,-7v4,29,-51,43,-51,7","w":100},"\u00cc":{"d":"45,-259r47,0r-35,259r-47,0xm21,-353r57,0r32,69r-35,0","w":100},"\u00d3":{"d":"14,-112v0,-84,67,-153,152,-153v70,0,125,52,123,121v-3,87,-62,150,-153,151v-72,1,-122,-48,-122,-119xm240,-141v0,-47,-31,-78,-76,-78v-61,0,-99,46,-101,104v-2,43,29,76,75,76v54,0,102,-48,102,-102xm194,-353r57,0r-74,69r-35,0","w":302},"\u00d4":{"d":"165,-328r38,0r46,50r-53,0r-15,-23r-23,23r-53,0xm14,-112v0,-84,67,-153,152,-153v70,0,125,52,123,121v-3,87,-62,150,-153,151v-72,1,-122,-48,-122,-119xm240,-141v0,-47,-31,-78,-76,-78v-61,0,-99,46,-101,104v-2,43,29,76,75,76v54,0,102,-48,102,-102","w":302},"\u00d2":{"d":"14,-112v0,-84,67,-153,152,-153v70,0,125,52,123,121v-3,87,-62,150,-153,151v-72,1,-122,-48,-122,-119xm240,-141v0,-47,-31,-78,-76,-78v-61,0,-99,46,-101,104v-2,43,29,76,75,76v54,0,102,-48,102,-102xm124,-353r57,0r32,69r-35,0","w":302},"\u00da":{"d":"183,-36v-29,69,-168,53,-161,-34v5,-60,17,-130,24,-189r48,0r-24,190v-2,39,63,39,72,9v16,-55,20,-137,30,-199r49,0v-12,70,-15,169,-38,223xm158,-353r57,0r-74,69r-35,0","w":230},"\u00db":{"d":"129,-328r38,0r46,50r-53,0r-16,-23r-22,23r-53,0xm183,-36v-29,69,-168,53,-161,-34v5,-60,17,-130,24,-189r48,0r-24,190v-2,39,63,39,72,9v16,-55,20,-137,30,-199r49,0v-12,70,-15,169,-38,223","w":230},"\u00d9":{"d":"183,-36v-29,69,-168,53,-161,-34v5,-60,17,-130,24,-189r48,0r-24,190v-2,39,63,39,72,9v16,-55,20,-137,30,-199r49,0v-12,70,-15,169,-38,223xm88,-353r57,0r32,69r-35,0","w":230},"\u00b8":{"d":"60,26v0,-10,-13,-7,-23,-8r10,-20r29,0r-3,7v11,4,22,12,22,24v0,36,-53,48,-88,30r9,-23v16,6,43,8,44,-10","w":122},"\u00a6":{"d":"94,-131r0,-134r28,0r0,125xm94,70r0,-160r28,-10r0,170r-28,0","w":216},"\u00d0":{"d":"250,-135v0,85,-49,139,-145,135r-80,0r15,-114r-22,0r4,-30r22,0r16,-115v116,-7,190,22,190,124xm201,-134v0,-58,-36,-83,-99,-79r-9,69r57,0r-4,30r-57,0r-9,69v80,5,121,-20,121,-89","w":267},"\u00f0":{"d":"10,-87v1,-63,59,-124,128,-103v-5,-10,-12,-20,-19,-29r-35,10r-9,-25r25,-8v-7,-8,-13,-15,-21,-23r42,0v5,4,9,8,14,12r39,-12r9,26r-26,8v28,30,54,73,54,124v2,62,-47,112,-108,112v-53,0,-94,-39,-93,-92xm104,-39v66,7,86,-112,13,-113v-64,-7,-87,114,-13,113","w":230},"\u00dd":{"d":"12,-259r49,0r40,104r74,-104r55,0r-110,156r-14,103r-49,0r15,-103xm154,-353r57,0r-74,69r-35,0","w":223},"\u00fd":{"d":"8,-191r46,0r37,113r66,-113r50,0r-150,261r-50,0r55,-96xm137,-295r57,0r-74,69r-35,0","w":208},"\u00de":{"d":"89,-204v104,-19,128,107,51,140v-14,6,-38,9,-71,10r-8,54r-49,0r35,-259r49,0xm75,-100v48,3,73,-12,59,-48v-12,-11,-22,-10,-51,-11"},"\u00fe":{"d":"217,-103v0,85,-112,147,-159,76r-13,97r-47,0r44,-335r47,0r-13,94v18,-16,30,-25,59,-25v49,-2,82,45,82,93xm111,-38v65,6,86,-116,13,-117v-67,-6,-86,116,-13,117","w":237},"\u00d7":{"d":"108,-103r-56,55r-26,-26r56,-55r-56,-56r26,-26r56,56r56,-56r26,26r-56,56r56,55r-26,26","w":216},"\u00b9":{"d":"51,-262r49,0r-21,133r-33,0r17,-106r-23,0","w":120},"\u00b2":{"d":"72,-238v-12,0,-15,7,-17,20r-32,0v1,-30,20,-47,50,-47v26,0,45,16,46,38v-6,36,-21,39,-54,71r48,0r-4,27r-99,0r3,-21v44,-42,63,-43,73,-77v2,-7,-7,-11,-14,-11","w":120},"\u00b3":{"d":"59,-213v22,4,39,-25,15,-25v-8,0,-13,4,-14,12r-30,0v0,-48,88,-52,89,-4v0,12,-7,22,-21,30v40,24,6,77,-37,74v-29,-2,-47,-17,-48,-47r31,0v1,13,8,20,20,20v11,1,20,-8,20,-19v-3,-12,-12,-16,-29,-17","w":120},"\u00bd":{"d":"48,7r173,-272r30,0r-173,272r-30,0xm52,-262r49,0r-21,133r-33,0r17,-106r-23,0xm244,-109v-12,0,-15,7,-17,20r-32,0v1,-30,20,-47,50,-47v26,0,45,16,46,38v-6,36,-21,39,-54,71r48,0r-4,27r-99,0r3,-21v44,-42,63,-43,73,-77v2,-7,-7,-11,-14,-11","w":302},"\u00bc":{"d":"263,-136r29,0r-13,86r14,0r-4,25r-14,0r-4,25r-29,0r3,-25r-66,0r4,-24xm255,-93r-38,43r32,0xm52,7r174,-272r30,0r-174,272r-30,0xm52,-262r49,0r-21,133r-33,0r17,-106r-23,0","w":302},"\u00be":{"d":"262,-136r30,0r-14,86r15,0r-4,25r-15,0r-3,25r-30,0r4,-25r-66,0r4,-24xm255,-93r-38,43r32,0xm58,7r174,-272r30,0r-174,272r-30,0xm60,-213v22,4,39,-25,15,-25v-8,0,-13,4,-14,12r-30,0v0,-48,88,-52,89,-4v0,12,-7,22,-21,30v40,24,6,77,-37,74v-29,-2,-47,-17,-48,-47r31,0v1,13,8,20,20,20v11,1,20,-8,20,-19v-3,-12,-12,-16,-29,-17","w":302},"\u00af":{"d":"18,-296r184,0r0,18r-184,0r0,-18","w":180},"\u00b7":{"d":"96,-125v-2,-29,49,-42,51,-8v5,30,-50,44,-51,8","w":119},"\u00a4":{"d":"160,-72v-26,24,-78,23,-104,0r-18,19r-21,-22r18,-18v-22,-25,-21,-78,0,-102r-18,-18r21,-22r19,18v27,-21,77,-22,103,0r18,-18r21,22r-18,17v22,25,22,78,0,103r19,18r-21,22xm109,-200v-30,0,-56,27,-56,57v0,28,26,55,55,55v30,0,55,-25,55,-56v0,-30,-25,-56,-54,-56","w":216}}});/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var S=this,W,G=S.jQuery,J=S.$,M=S.jQuery=S.$=function(f,e){return new M.fn.init(f,e)},F=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,Z=/^.[^:#\[\.,]*$/;M.fn=M.prototype={init:function(h,g){h=h||document;if(h.nodeType){this[0]=h;this.length=1;this.context=h;return this}if(typeof h==="string"){var e=F.exec(h);if(e&&(e[1]||!g)){if(e[1]){h=M.clean([e[1]],g)}else{var f=document.getElementById(e[3]);if(f&&f.id!=e[3]){return M().find(h)}var i=M(f||[]);i.context=document;i.selector=h;return i}}else{return M(g).find(h)}}else{if(M.isFunction(h)){return M(document).ready(h)}}if(h.selector&&h.context){this.selector=h.selector;this.context=h.context}return this.setArray(M.isArray(h)?h:M.makeArray(h))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(e){return e===W?Array.prototype.slice.call(this):this[e]},pushStack:function(h,e,g){var f=M(h);f.prevObject=this;f.context=this.context;if(e==="find"){f.selector=this.selector+(this.selector?" ":"")+g}else{if(e){f.selector=this.selector+"."+e+"("+g+")"}}return f},setArray:function(e){this.length=0;Array.prototype.push.apply(this,e);return this},each:function(f,e){return M.each(this,f,e)},index:function(e){return M.inArray(e&&e.jquery?e[0]:e,this)},attr:function(e,h,f){var g=e;if(typeof e==="string"){if(h===W){return this[0]&&M[f||"attr"](this[0],e)}else{g={};g[e]=h}}return this.each(function(j){for(e in g){M.attr(f?this.style:this,e,M.prop(this,g[e],f,j,e))}})},css:function(f,e){if((f=="width"||f=="height")&&parseFloat(e)<0){e=W}return this.attr(f,e,"curCSS")},text:function(f){if(typeof f!=="object"&&f!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(f))}var e="";M.each(f||this,function(){M.each(this.childNodes,function(){if(this.nodeType!=8){e+=this.nodeType!=1?this.nodeValue:M.fn.text([this])}})});return e},wrapAll:function(e){if(this[0]){var f=M(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(){M(this).contents().wrapAll(e)})},wrap:function(e){return this.each(function(){M(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||M([])},push:[].push,sort:[].sort,splice:[].splice,find:function(e){if(this.length===1){var f=this.pushStack([],"find",e);f.length=0;M.find(e,this[0],f);return f}else{return this.pushStack(M.unique(M.map(this,function(g){return M.find(e,g)})),"find",e)}},clone:function(f){var h=this.map(function(){if(!M.support.noCloneEvent&&!M.isXMLDoc(this)){var j=this.outerHTML;if(!j){var i=this.ownerDocument.createElement("div");i.appendChild(this.cloneNode(true));j=i.innerHTML}return M.clean([j.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(f===true){var e=this.find("*").andSelf(),g=0;h.find("*").andSelf().each(function(){if(this.nodeName!==e[g].nodeName){return}var j=M.data(e[g],"events");for(var k in j){for(var i in j[k]){M.event.add(this,k,j[k][i],j[k][i].data)}}g++})}return h},filter:function(e){return this.pushStack(M.isFunction(e)&&M.grep(this,function(f,g){return e.call(f,g)})||M.multiFilter(e,M.grep(this,function(f){return f.nodeType===1})),"filter",e)},closest:function(f){var e=M.expr.match.POS.test(f)?M(f):null,g=0;return this.map(function(){var h=this;while(h&&h.ownerDocument){if(e?e.index(h)>-1:M(h).is(f)){M.data(h,"closest",g);return h}h=h.parentNode;g++}})},not:function(f){if(typeof f==="string"){if(Z.test(f)){return this.pushStack(M.multiFilter(f,this,true),"not",f)}else{f=M.multiFilter(f,this)}}var e=f.length&&f[f.length-1]!==W&&!f.nodeType;return this.filter(function(){return e?M.inArray(this,f)<0:this!=f})},add:function(e){return this.pushStack(M.unique(M.merge(this.get(),typeof e==="string"?M(e):M.makeArray(e))))},is:function(e){return !!e&&M.multiFilter(e,this).length>0},hasClass:function(e){return !!e&&this.is("."+e)},val:function(f){if(f===W){var m=this[0];if(m){if(M.nodeName(m,"option")){return(m.attributes.value||{}).specified?m.value:m.text}if(M.nodeName(m,"select")){var g=m.selectedIndex,h=[],e=m.options,l=m.type=="select-one";if(g<0){return null}for(var k=l?g:0,n=l?g+1:e.length;k<n;k++){var j=e[k];if(j.selected){f=M(j).val();if(l){return f}h.push(f)}}return h}return(m.value||"").replace(/\r/g,"")}return W}if(typeof f==="number"){f+=""}return this.each(function(){if(this.nodeType!=1){return}if(M.isArray(f)&&/radio|checkbox/.test(this.type)){this.checked=(M.inArray(this.value,f)>=0||M.inArray(this.name,f)>=0)}else{if(M.nodeName(this,"select")){var i=M.makeArray(f);M("option",this).each(function(){this.selected=(M.inArray(this.value,i)>=0||M.inArray(this.text,i)>=0)});if(!i.length){this.selectedIndex=-1}}else{this.value=f}}})},html:function(e){return e===W?(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(M.map(this,function(f,g){return e.call(f,g,f)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(k,n,o){if(this[0]){var g=(this[0].ownerDocument||this[0]).createDocumentFragment(),j=M.clean(k,(this[0].ownerDocument||this[0]),g),m=g.firstChild;if(m){for(var e=0,h=this.length;e<h;e++){o.call(f(this[e],m),this.length>1||e>0?g.cloneNode(true):g)}}if(j){M.each(j,E)}}return this;function f(i,l){return n&&M.nodeName(i,"table")&&M.nodeName(l,"tr")?(i.getElementsByTagName("tbody")[0]||i.appendChild(i.ownerDocument.createElement("tbody"))):i}}};M.fn.init.prototype=M.fn;function E(f,e){if(e.src){M.ajax({url:e.src,async:false,dataType:"script"})}else{M.globalEval(e.text||e.textContent||e.innerHTML||"")}if(e.parentNode){e.parentNode.removeChild(e)}}function A(){return +new Date}M.extend=M.fn.extend=function(){var l=arguments[0]||{},j=1,k=arguments.length,g=false,e;if(typeof l==="boolean"){g=l;l=arguments[1]||{};j=2}if(typeof l!=="object"&&!M.isFunction(l)){l={}}if(k==j){l=this;--j}for(;j<k;j++){if((e=arguments[j])!=null){for(var f in e){var m=l[f],h=e[f];if(l===h){continue}if(g&&h&&typeof h==="object"&&!h.nodeType){l[f]=M.extend(g,m||(h.length!=null?[]:{}),h)}else{if(h!==W){l[f]=h}}}}}return l};var T=/z-?index|font-?weight|opacity|zoom|line-?height/i,a=document.defaultView||{},H=Object.prototype.toString;M.extend({noConflict:function(e){S.$=J;if(e){S.jQuery=G}return M},isFunction:function(e){return H.call(e)==="[object Function]"},isArray:function(e){return H.call(e)==="[object Array]"},isXMLDoc:function(e){return e.nodeType===9&&e.documentElement.nodeName!=="HTML"||!!e.ownerDocument&&M.isXMLDoc(e.ownerDocument)},globalEval:function(g){if(g&&/\S/.test(g)){var e=document.getElementsByTagName("head")[0]||document.documentElement,f=document.createElement("script");f.type="text/javascript";if(M.support.scriptEval){f.appendChild(document.createTextNode(g))}else{f.text=g}e.insertBefore(f,e.firstChild);e.removeChild(f)}},nodeName:function(f,e){return f.nodeName&&f.nodeName.toUpperCase()==e.toUpperCase()},each:function(g,l,f){var e,h=0,k=g.length;if(f){if(k===W){for(e in g){if(l.apply(g[e],f)===false){break}}}else{for(;h<k;){if(l.apply(g[h++],f)===false){break}}}}else{if(k===W){for(e in g){if(l.call(g[e],e,g[e])===false){break}}}else{for(var j=g[0];h<k&&l.call(j,h,j)!==false;j=g[++h]){}}}return g},prop:function(g,e,h,j,f){if(M.isFunction(e)){e=e.call(g,j)}return typeof e==="number"&&h=="curCSS"&&!T.test(f)?e+"px":e},className:{add:function(e,f){M.each((f||"").split(/\s+/),function(h,g){if(e.nodeType==1&&!M.className.has(e.className,g)){e.className+=(e.className?" ":"")+g}})},remove:function(e,f){if(e.nodeType==1){e.className=f!==W?M.grep(e.className.split(/\s+/),function(g){return !M.className.has(f,g)}).join(" "):""}},has:function(e,f){return e&&M.inArray(f,(e.className||e).toString().split(/\s+/))>-1}},swap:function(g,h,i){var e={};for(var f in h){e[f]=g.style[f];g.style[f]=h[f]}i.call(g);for(var f in h){g.style[f]=e[f]}},css:function(j,i,l,k){if(i=="width"||i=="height"){var h,g={position:"absolute",visibility:"hidden",display:"block"},f=i=="width"?["Left","Right"]:["Top","Bottom"];function e(){h=i=="width"?j.offsetWidth:j.offsetHeight;if(k==="border"){return}M.each(f,function(){if(!k){h-=parseFloat(M.curCSS(j,"padding"+this,true))||0}if(k==="margin"){h+=parseFloat(M.curCSS(j,"margin"+this,true))||0}else{h-=parseFloat(M.curCSS(j,"border"+this+"Width",true))||0}})}if(j.offsetWidth!==0){e()}else{M.swap(j,g,e)}return Math.max(0,Math.round(h))}return M.curCSS(j,i,l)},curCSS:function(k,g,m){var e,l=k.style;if(g=="opacity"&&!M.support.opacity){e=M.attr(l,"opacity");return e==""?"1":e}if(g.match(/float/i)){g=Y}if(!m&&l&&l[g]){e=l[g]}else{if(a.getComputedStyle){if(g.match(/float/i)){g="float"}g=g.replace(/([A-Z])/g,"-$1").toLowerCase();var j=a.getComputedStyle(k,null);if(j){e=j.getPropertyValue(g)}if(g=="opacity"&&e==""){e="1"}}else{if(k.currentStyle){var h=g.replace(/\-(\w)/g,function(o,n){return n.toUpperCase()});e=k.currentStyle[g]||k.currentStyle[h];if(!/^\d+(px)?$/i.test(e)&&/^\d/.test(e)){var f=l.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;l.left=e||0;e=l.pixelLeft+"px";l.left=f;k.runtimeStyle.left=i}}}}return e},clean:function(j,l,f){l=l||document;if(typeof l.createElement==="undefined"){l=l.ownerDocument||l[0]&&l[0].ownerDocument||document}if(!f&&j.length===1&&typeof j[0]==="string"){var k=/^<(\w+)\s*\/?>$/.exec(j[0]);if(k){return[l.createElement(k[1])]}}var g=[],m=[],h=l.createElement("div");M.each(j,function(r,o){if(typeof o==="number"){o+=""}if(!o){return}if(typeof o==="string"){o=o.replace(/(<(\w+)[^>]*?)\/>/g,function(u,v,i){return i.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?u:v+"></"+i+">"});var n=o.replace(/^\s+/,"").substring(0,10).toLowerCase();var t=!n.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!n.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||n.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!n.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!n.indexOf("<td")||!n.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!n.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!M.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];h.innerHTML=t[1]+o+t[2];while(t[0]--){h=h.lastChild}if(!M.support.tbody){var q=/<tbody/i.test(o),p=!n.indexOf("<table")&&!q?h.firstChild&&h.firstChild.childNodes:t[1]=="<table>"&&!q?h.childNodes:[];for(var s=p.length-1;s>=0;--s){if(M.nodeName(p[s],"tbody")&&!p[s].childNodes.length){p[s].parentNode.removeChild(p[s])}}}if(!M.support.leadingWhitespace&&/^\s/.test(o)){h.insertBefore(l.createTextNode(o.match(/^\s*/)[0]),h.firstChild)}o=M.makeArray(h.childNodes)}if(o.nodeType){g.push(o)}else{g=M.merge(g,o)}});if(f){for(var e=0;g[e];e++){if(M.nodeName(g[e],"script")&&(!g[e].type||g[e].type.toLowerCase()==="text/javascript")){m.push(g[e].parentNode?g[e].parentNode.removeChild(g[e]):g[e])}else{if(g[e].nodeType===1){g.splice.apply(g,[e+1,0].concat(M.makeArray(g[e].getElementsByTagName("script"))))}f.appendChild(g[e])}}return m}return g},attr:function(i,e,g){if(!i||i.nodeType==3||i.nodeType==8){return W}var l=!M.isXMLDoc(i),f=g!==W;e=l&&M.props[e]||e;if(i.tagName){var k=/href|src|style/.test(e);if(e=="selected"&&i.parentNode){i.parentNode.selectedIndex}if(e in i&&l&&!k){if(f){if(e=="type"&&M.nodeName(i,"input")&&i.parentNode){throw"type property can't be changed"}i[e]=g}if(M.nodeName(i,"form")&&i.getAttributeNode(e)){return i.getAttributeNode(e).nodeValue}if(e=="tabIndex"){var j=i.getAttributeNode("tabIndex");return j&&j.specified?j.value:i.nodeName.match(/(button|input|object|select|textarea)/i)?0:i.nodeName.match(/^(a|area)$/i)&&i.href?0:W}return i[e]}if(!M.support.style&&l&&e=="style"){return M.attr(i.style,"cssText",g)}if(f){i.setAttribute(e,""+g)}var h=!M.support.hrefNormalized&&l&&k?i.getAttribute(e,2):i.getAttribute(e);return h===null?W:h}if(!M.support.opacity&&e=="opacity"){if(f){i.zoom=1;i.filter=(i.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(g)+""=="NaN"?"":"alpha(opacity="+g*100+")")}return i.filter&&i.filter.indexOf("opacity=")>=0?(parseFloat(i.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}e=e.replace(/-([a-z])/ig,function(n,m){return m.toUpperCase()});if(f){i[e]=g}return i[e]},trim:function(e){return(e||"").replace(/^\s+|\s+$/g,"")},makeArray:function(f){var g=[];if(f!=null){var e=f.length;if(e==null||typeof f==="string"||M.isFunction(f)||f.setInterval){g[0]=f}else{while(e){g[--e]=f[e]}}}return g},inArray:function(f,h){for(var g=0,e=h.length;g<e;g++){if(h[g]===f){return g}}return -1},merge:function(f,g){var j=0,e,h=f.length;if(!M.support.getAll){while((e=g[j++])!=null){if(e.nodeType!=8){f[h++]=e}}}else{while((e=g[j++])!=null){f[h++]=e}}return f},unique:function(l){var m=[],f={};try{for(var j=0,h=l.length;j<h;j++){var k=M.data(l[j]);if(!f[k]){f[k]=true;m.push(l[j])}}}catch(g){m=l}return m},grep:function(k,e,f){var g=[];for(var h=0,j=k.length;h<j;h++){if(!f!=!e(k[h],h)){g.push(k[h])}}return g},map:function(k,e){var f=[];for(var g=0,j=k.length;g<j;g++){var h=e(k[g],g);if(h!=null){f[f.length]=h}}return f.concat.apply([],f)}});var N=navigator.userAgent.toLowerCase();M.browser={version:(N.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(N),opera:/opera/.test(N),msie:/msie/.test(N)&&!/opera/.test(N),mozilla:/mozilla/.test(N)&&!/(compatible|webkit)/.test(N)};M.each({parent:function(e){return e.parentNode},parents:function(e){return M.dir(e,"parentNode")},next:function(e){return M.nth(e,2,"nextSibling")},prev:function(e){return M.nth(e,2,"previousSibling")},nextAll:function(e){return M.dir(e,"nextSibling")},prevAll:function(e){return M.dir(e,"previousSibling")},siblings:function(e){return M.sibling(e.parentNode.firstChild,e)},children:function(e){return M.sibling(e.firstChild)},contents:function(e){return M.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:M.makeArray(e.childNodes)}},function(f,e){M.fn[f]=function(g){var h=M.map(this,e);if(g&&typeof g=="string"){h=M.multiFilter(g,h)}return this.pushStack(M.unique(h),f,g)}});M.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(f,e){M.fn[f]=function(j){var n=[],h=M(j);for(var k=0,g=h.length;k<g;k++){var m=(k>0?this.clone(true):this).get();M.fn[e].apply(M(h[k]),m);n=n.concat(m)}return this.pushStack(n,f,j)}});M.each({removeAttr:function(e){M.attr(this,e,"");if(this.nodeType==1){this.removeAttribute(e)}},addClass:function(e){M.className.add(this,e)},removeClass:function(e){M.className.remove(this,e)},toggleClass:function(f,e){if(typeof e!=="boolean"){e=!M.className.has(this,f)}M.className[e?"add":"remove"](this,f)},remove:function(e){if(!e||M.filter(e,[this]).length){M("*",this).add([this]).each(function(){M.event.remove(this);M.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){M(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(f,e){M.fn[f]=function(){return this.each(e,arguments)}});function O(e,f){return e[0]&&parseInt(M.curCSS(e[0],f,true),10)||0}var R="jQuery"+A(),X=0,Q={};M.extend({cache:{},data:function(f,e,h){f=f==S?Q:f;var g=f[R];if(!g){g=f[R]=++X}if(e&&!M.cache[g]){M.cache[g]={}}if(h!==W){M.cache[g][e]=h}return e?M.cache[g][e]:g},removeData:function(g,f){g=g==S?Q:g;var i=g[R];if(f){if(M.cache[i]){delete M.cache[i][f];f="";for(f in M.cache[i]){break}if(!f){M.removeData(g)}}}else{try{delete g[R]}catch(h){if(g.removeAttribute){g.removeAttribute(R)}}delete M.cache[i]}},queue:function(e,f,h){if(e){f=(f||"fx")+"queue";var g=M.data(e,f);if(!g||M.isArray(h)){g=M.data(e,f,M.makeArray(h))}else{if(h){g.push(h)}}}return g},dequeue:function(f,g){var h=M.queue(f,g),e=h.shift();if(!g||g==="fx"){e=h[0]}if(e!==W){e.call(f)}}});M.fn.extend({data:function(f,e){var g=f.split(".");g[1]=g[1]?"."+g[1]:"";if(e===W){var h=this.triggerHandler("getData"+g[1]+"!",[g[0]]);if(h===W&&this.length){h=M.data(this[0],f)}return h===W&&g[1]?this.data(g[0]):h}else{return this.trigger("setData"+g[1]+"!",[g[0],e]).each(function(){M.data(this,f,e)})}},removeData:function(e){return this.each(function(){M.removeData(this,e)})},queue:function(e,f){if(typeof e!=="string"){f=e;e="fx"}if(f===W){return M.queue(this[0],e)}return this.each(function(){var g=M.queue(this,e,f);if(e=="fx"&&g.length==1){g[0].call(this)}})},dequeue:function(e){return this.each(function(){M.dequeue(this,e)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var i=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,s=0,q=Object.prototype.toString;var p=function(y,Ae,x,Ac){x=x||[];Ae=Ae||document;if(Ae.nodeType!==1&&Ae.nodeType!==9){return[]}if(!y||typeof y!=="string"){return x}var Aa=[],Ah,v,Ai,Ag,e,w,z=true;i.lastIndex=0;while((Ah=i.exec(y))!==null){Aa.push(Ah[1]);if(Ah[2]){w=RegExp.rightContext;break}}if(Aa.length>1&&j.exec(y)){if(Aa.length===2&&n.relative[Aa[0]]){v=o(Aa[0]+Aa[1],Ae)}else{v=n.relative[Aa[0]]?[Ae]:p(Aa.shift(),Ae);while(Aa.length){y=Aa.shift();if(n.relative[y]){y+=Aa.shift()}v=o(y,v)}}}else{var u=Ac?{expr:Aa.pop(),set:g(Ac)}:p.find(Aa.pop(),Aa.length===1&&Ae.parentNode?Ae.parentNode:Ae,l(Ae));v=p.filter(u.expr,u.set);if(Aa.length>0){Ai=g(v)}else{z=false}while(Aa.length){var Ab=Aa.pop(),Af=Ab;if(!n.relative[Ab]){Ab=""}else{Af=Aa.pop()}if(Af==null){Af=Ae}n.relative[Ab](Ai,Af,l(Ae))}}if(!Ai){Ai=v}if(!Ai){throw"Syntax error, unrecognized expression: "+(Ab||y)}if(q.call(Ai)==="[object Array]"){if(!z){x.push.apply(x,Ai)}else{if(Ae.nodeType===1){for(var Ad=0;Ai[Ad]!=null;Ad++){if(Ai[Ad]&&(Ai[Ad]===true||Ai[Ad].nodeType===1&&m(Ae,Ai[Ad]))){x.push(v[Ad])}}}else{for(var Ad=0;Ai[Ad]!=null;Ad++){if(Ai[Ad]&&Ai[Ad].nodeType===1){x.push(v[Ad])}}}}}else{g(Ai,x)}if(w){p(w,Ae,x,Ac);if(r){hasDuplicate=false;x.sort(r);if(hasDuplicate){for(var Ad=1;Ad<x.length;Ad++){if(x[Ad]===x[Ad-1]){x.splice(Ad--,1)}}}}}return x};p.matches=function(u,e){return p(u,null,null,e)};p.find=function(Ab,Aa,y){var w,z;if(!Ab){return[]}for(var e=0,v=n.order.length;e<v;e++){var x=n.order[e],z;if((z=n.match[x].exec(Ab))){var u=RegExp.leftContext;if(u.substr(u.length-1)!=="\\"){z[1]=(z[1]||"").replace(/\\/g,"");w=n.find[x](z,Aa,y);if(w!=null){Ab=Ab.replace(n.match[x],"");break}}}}if(!w){w=Aa.getElementsByTagName("*")}return{set:w,expr:Ab}};p.filter=function(w,y,z,Ag){var Aa=w,x=[],Ai=y,Af,v,Ah=y&&y[0]&&l(y[0]);while(w&&y.length){for(var u in n.filter){if((Af=n.match[u].exec(w))!=null){var Ac=n.filter[u],Ae,e;v=false;if(Ai==x){x=[]}if(n.preFilter[u]){Af=n.preFilter[u](Af,Ai,z,x,Ag,Ah);if(!Af){v=Ae=true}else{if(Af===true){continue}}}if(Af){for(var Ad=0;(e=Ai[Ad])!=null;Ad++){if(e){Ae=Ac(e,Af,Ad,Ai);var Ab=Ag^!!Ae;if(z&&Ae!=null){if(Ab){v=true}else{Ai[Ad]=false}}else{if(Ab){x.push(e);v=true}}}}}if(Ae!==W){if(!z){Ai=x}w=w.replace(n.match[u],"");if(!v){return[]}break}}}if(w==Aa){if(v==null){throw"Syntax error, unrecognized expression: "+w}else{break}}Aa=w}return Ai};var n=p.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(e){return e.getAttribute("href")}},relative:{"+":function(Ab,w,z){var x=typeof w==="string",y=x&&!/\W/.test(w),u=x&&!y;if(y&&!z){w=w.toUpperCase()}for(var e=0,v=Ab.length,Aa;e<v;e++){if((Aa=Ab[e])){while((Aa=Aa.previousSibling)&&Aa.nodeType!==1){}Ab[e]=u||Aa&&Aa.nodeName===w?Aa||false:Aa===w}}if(u){p.filter(w,Ab,true)}},">":function(Aa,v,x){var w=typeof v==="string";if(w&&!/\W/.test(v)){v=x?v:v.toUpperCase();for(var e=0,u=Aa.length;e<u;e++){var z=Aa[e];if(z){var y=z.parentNode;Aa[e]=y.nodeName===v?y:false}}}else{for(var e=0,u=Aa.length;e<u;e++){var z=Aa[e];if(z){Aa[e]=w?z.parentNode:z.parentNode===v}}if(w){p.filter(v,Aa,true)}}},"":function(v,w,y){var u=s++,e=f;if(!w.match(/\W/)){var x=w=y?w:w.toUpperCase();e=t}e("parentNode",w,u,v,x,y)},"~":function(v,w,y){var u=s++,e=f;if(typeof w==="string"&&!w.match(/\W/)){var x=w=y?w:w.toUpperCase();e=t}e("previousSibling",w,u,v,x,y)}},find:{ID:function(u,w,e){if(typeof w.getElementById!=="undefined"&&!e){var v=w.getElementById(u[1]);return v?[v]:[]}},NAME:function(u,y,e){if(typeof y.getElementsByName!=="undefined"){var z=[],x=y.getElementsByName(u[1]);for(var w=0,v=x.length;w<v;w++){if(x[w].getAttribute("name")===u[1]){z.push(x[w])}}return z.length===0?null:z}},TAG:function(e,u){return u.getElementsByTagName(e[1])}},preFilter:{CLASS:function(y,Aa,v,u,w,x){y=" "+y[1].replace(/\\/g,"")+" ";if(x){return y}for(var e=0,z;(z=Aa[e])!=null;e++){if(z){if(w^(z.className&&(" "+z.className+" ").indexOf(y)>=0)){if(!v){u.push(z)}}else{if(v){Aa[e]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,"")},TAG:function(e,u){for(var v=0;u[v]===false;v++){}return u[v]&&l(u[v])?e[1]:e[1].toUpperCase()},CHILD:function(e){if(e[1]=="nth"){var u=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]=="even"&&"2n"||e[2]=="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(u[1]+(u[2]||1))-0;e[3]=u[3]-0}e[0]=s++;return e},ATTR:function(w,x,z,v,u,e){var y=w[1].replace(/\\/g,"");if(!e&&n.attrMap[y]){w[1]=n.attrMap[y]}if(w[2]==="~="){w[4]=" "+w[4]+" "}return w},PSEUDO:function(v,w,x,u,e){if(v[1]==="not"){if(v[3].match(i).length>1||/^\w/.test(v[3])){v[3]=p(v[3],null,null,w)}else{var y=p.filter(v[3],w,x,true^e);if(!x){u.push.apply(u,y)}return false}}else{if(n.match.POS.test(v[0])||n.match.CHILD.test(v[0])){return true}}return v},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){e.parentNode.selectedIndex;return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(u,v,e){return !!p(e[3],u).length},header:function(e){return/h\d/i.test(e.nodeName)},text:function(e){return"text"===e.type},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===e.type},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toUpperCase()==="BUTTON"},input:function(e){return/input|select|textarea|button/i.test(e.nodeName)}},setFilters:{first:function(e,u){return u===0},last:function(u,v,e,w){return v===w.length-1},even:function(e,u){return u%2===0},odd:function(e,u){return u%2===1},lt:function(u,v,e){return v<e[3]-0},gt:function(u,v,e){return v>e[3]-0},nth:function(u,v,e){return e[3]-0==v},eq:function(u,v,e){return e[3]-0==v}},filter:{PSEUDO:function(z,y,e,x){var w=y[1],u=n.filters[w];if(u){return u(z,e,y,x)}else{if(w==="contains"){return(z.textContent||z.innerText||"").indexOf(y[3])>=0}else{if(w==="not"){var v=y[3];for(var e=0,Aa=v.length;e<Aa;e++){if(v[e]===z){return false}}return true}}}},CHILD:function(Aa,y){var u=y[1],e=Aa;switch(u){case"only":case"first":while(e=e.previousSibling){if(e.nodeType===1){return false}}if(u=="first"){return true}e=Aa;case"last":while(e=e.nextSibling){if(e.nodeType===1){return false}}return true;case"nth":var Ac=y[2],z=y[3];if(Ac==1&&z==0){return true}var x=y[0],w=Aa.parentNode;if(w&&(w.sizcache!==x||!Aa.nodeIndex)){var Ab=0;for(e=w.firstChild;e;e=e.nextSibling){if(e.nodeType===1){e.nodeIndex=++Ab}}w.sizcache=x}var v=Aa.nodeIndex-z;if(Ac==0){return v==0}else{return(v%Ac==0&&v/Ac>=0)}}},ID:function(u,e){return u.nodeType===1&&u.getAttribute("id")===e},TAG:function(u,e){return(e==="*"&&u.nodeType===1)||u.nodeName===e},CLASS:function(u,e){return(" "+(u.className||u.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(v,e){var y=e[1],u=n.attrHandle[y]?n.attrHandle[y](v):v[y]!=null?v[y]:v.getAttribute(y),z=u+"",w=e[2],x=e[4];return u==null?w==="!=":w==="="?z===x:w==="*="?z.indexOf(x)>=0:w==="~="?(" "+z+" ").indexOf(x)>=0:!x?z&&u!==false:w==="!="?z!=x:w==="^="?z.indexOf(x)===0:w==="$="?z.substr(z.length-x.length)===x:w==="|="?z===x||z.substr(0,x.length+1)===x+"-":false},POS:function(v,e,w,y){var u=e[2],x=n.setFilters[u];if(x){return x(v,w,e,y)}}}};var j=n.match.POS;for(var k in n.match){n.match[k]=RegExp(n.match[k].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var g=function(u,e){u=Array.prototype.slice.call(u);if(e){e.push.apply(e,u);return e}return u};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(h){g=function(w,v){var x=v||[];if(q.call(w)==="[object Array]"){Array.prototype.push.apply(x,w)}else{if(typeof w.length==="number"){for(var u=0,e=w.length;u<e;u++){x.push(w[u])}}else{for(var u=0;w[u];u++){x.push(w[u])}}}return x}}var r;if(document.documentElement.compareDocumentPosition){r=function(e,u){var v=e.compareDocumentPosition(u)&4?-1:e===u?0:1;if(v===0){hasDuplicate=true}return v}}else{if("sourceIndex" in document.documentElement){r=function(e,u){var v=e.sourceIndex-u.sourceIndex;if(v===0){hasDuplicate=true}return v}}else{if(document.createRange){r=function(u,v){var w=u.ownerDocument.createRange(),e=v.ownerDocument.createRange();w.selectNode(u);w.collapse(true);e.selectNode(v);e.collapse(true);var x=w.compareBoundaryPoints(Range.START_TO_END,e);if(x===0){hasDuplicate=true}return x}}}}(function(){var u=document.createElement("form"),v="script"+(new Date).getTime();u.innerHTML="<input name='"+v+"'/>";var e=document.documentElement;e.insertBefore(u,e.firstChild);if(!!document.getElementById(v)){n.find.ID=function(x,z,w){if(typeof z.getElementById!=="undefined"&&!w){var y=z.getElementById(x[1]);return y?y.id===x[1]||typeof y.getAttributeNode!=="undefined"&&y.getAttributeNode("id").nodeValue===x[1]?[y]:W:[]}};n.filter.ID=function(x,w){var y=typeof x.getAttributeNode!=="undefined"&&x.getAttributeNode("id");return x.nodeType===1&&y&&y.nodeValue===w}}e.removeChild(u)})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){n.find.TAG=function(v,y){var x=y.getElementsByTagName(v[1]);if(v[1]==="*"){var w=[];for(var u=0;x[u];u++){if(x[u].nodeType===1){w.push(x[u])}}x=w}return x}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){n.attrHandle.href=function(u){return u.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var e=p,u=document.createElement("div");u.innerHTML="<p class='TEST'></p>";if(u.querySelectorAll&&u.querySelectorAll(".TEST").length===0){return}p=function(x,v,z,w){v=v||document;if(!w&&v.nodeType===9&&!l(v)){try{return g(v.querySelectorAll(x),z)}catch(y){}}return e(x,v,z,w)};p.find=e.find;p.filter=e.filter;p.selectors=e.selectors;p.matches=e.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var e=document.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}n.order.splice(1,0,"CLASS");n.find.CLASS=function(v,w,u){if(typeof w.getElementsByClassName!=="undefined"&&!u){return w.getElementsByClassName(v[1])}}})()}function t(v,y,Aa,Ad,Ab,z){var e=v=="previousSibling"&&!z;for(var x=0,u=Ad.length;x<u;x++){var Ac=Ad[x];if(Ac){if(e&&Ac.nodeType===1){Ac.sizcache=Aa;Ac.sizset=x}Ac=Ac[v];var w=false;while(Ac){if(Ac.sizcache===Aa){w=Ad[Ac.sizset];break}if(Ac.nodeType===1&&!z){Ac.sizcache=Aa;Ac.sizset=x}if(Ac.nodeName===y){w=Ac;break}Ac=Ac[v]}Ad[x]=w}}}function f(v,y,Aa,Ad,Ab,z){var e=v=="previousSibling"&&!z;for(var x=0,u=Ad.length;x<u;x++){var Ac=Ad[x];if(Ac){if(e&&Ac.nodeType===1){Ac.sizcache=Aa;Ac.sizset=x}Ac=Ac[v];var w=false;while(Ac){if(Ac.sizcache===Aa){w=Ad[Ac.sizset];break}if(Ac.nodeType===1){if(!z){Ac.sizcache=Aa;Ac.sizset=x}if(typeof y!=="string"){if(Ac===y){w=true;break}}else{if(p.filter(y,[Ac]).length>0){w=Ac;break}}}Ac=Ac[v]}Ad[x]=w}}}var m=document.compareDocumentPosition?function(e,u){return e.compareDocumentPosition(u)&16}:function(e,u){return e!==u&&(e.contains?e.contains(u):true)};var l=function(e){return e.nodeType===9&&e.documentElement.nodeName!=="HTML"||!!e.ownerDocument&&l(e.ownerDocument)};var o=function(x,Aa){var w=[],y="",z,u=Aa.nodeType?[Aa]:Aa;while((z=n.match.PSEUDO.exec(x))){y+=z[0];x=x.replace(n.match.PSEUDO,"")}x=n.relative[x]?x+"*":x;for(var e=0,v=u.length;e<v;e++){p(x,u[e],w)}return p.filter(y,w)};M.find=p;M.filter=p.filter;M.expr=p.selectors;M.expr[":"]=M.expr.filters;p.selectors.filters.hidden=function(e){return e.offsetWidth===0||e.offsetHeight===0};p.selectors.filters.visible=function(e){return e.offsetWidth>0||e.offsetHeight>0};p.selectors.filters.animated=function(e){return M.grep(M.timers,function(u){return e===u.elem}).length};M.multiFilter=function(u,v,e){if(e){u=":not("+u+")"}return p.matches(u,v)};M.dir=function(u,e){var v=[],w=u[e];while(w&&w!=document){if(w.nodeType==1){v.push(w)}w=w[e]}return v};M.nth=function(w,u,e,v){u=u||1;var x=0;for(;w;w=w[e]){if(w.nodeType==1&&++x==u){break}}return w};M.sibling=function(u,v){var e=[];for(;u;u=u.nextSibling){if(u.nodeType==1&&u!=v){e.push(u)}}return e};return;S.Sizzle=p})();M.event={add:function(h,i,g,k){if(h.nodeType==3||h.nodeType==8){return}if(h.setInterval&&h!=S){h=S}if(!g.guid){g.guid=this.guid++}if(k!==W){var e=g;g=this.proxy(e);g.data=k}var j=M.data(h,"events")||M.data(h,"events",{}),f=M.data(h,"handle")||M.data(h,"handle",function(){return typeof M!=="undefined"&&!M.event.triggered?M.event.handle.apply(arguments.callee.elem,arguments):W});f.elem=h;M.each(i.split(/\s+/),function(n,m){var l=m.split(".");m=l.shift();g.type=l.slice().sort().join(".");var o=j[m];if(M.event.specialAll[m]){M.event.specialAll[m].setup.call(h,k,l)}if(!o){o=j[m]={};if(!M.event.special[m]||M.event.special[m].setup.call(h,k,l)===false){if(h.addEventListener){h.addEventListener(m,f,false)}else{if(h.attachEvent){h.attachEvent("on"+m,f)}}}}o[g.guid]=g;M.event.global[m]=true});h=null},guid:1,global:{},remove:function(k,g,l){if(k.nodeType==3||k.nodeType==8){return}var h=M.data(k,"events"),f,i;if(h){if(g===W||(typeof g==="string"&&g.charAt(0)==".")){for(var e in h){this.remove(k,e+(g||""))}}else{if(g.type){l=g.handler;g=g.type}M.each(g.split(/\s+/),function(p,o){var m=o.split(".");o=m.shift();var n=RegExp("(^|\\.)"+m.slice().sort().join(".*\\.")+"(\\.|$)");if(h[o]){if(l){delete h[o][l.guid]}else{for(var q in h[o]){if(n.test(h[o][q].type)){delete h[o][q]}}}if(M.event.specialAll[o]){M.event.specialAll[o].teardown.call(k,m)}for(f in h[o]){break}if(!f){if(!M.event.special[o]||M.event.special[o].teardown.call(k,m)===false){if(k.removeEventListener){k.removeEventListener(o,M.data(k,"handle"),false)}else{if(k.detachEvent){k.detachEvent("on"+o,M.data(k,"handle"))}}}f=null;delete h[o]}}})}for(f in h){break}if(!f){var j=M.data(k,"handle");if(j){j.elem=null}M.removeData(k,"events");M.removeData(k,"handle")}}},trigger:function(g,h,m,i){var f=g.type||g;if(!i){g=typeof g==="object"?g[R]?g:M.extend(M.Event(f),g):M.Event(f);if(f.indexOf("!")>=0){g.type=f=f.slice(0,-1);g.exclusive=true}if(!m){g.stopPropagation();if(this.global[f]){M.each(M.cache,function(){if(this.events&&this.events[f]){M.event.trigger(g,h,this.handle.elem)}})}}if(!m||m.nodeType==3||m.nodeType==8){return W}g.result=W;g.target=m;h=M.makeArray(h);h.unshift(g)}g.currentTarget=m;var k=M.data(m,"handle");if(k){k.apply(m,h)}if((!m[f]||(M.nodeName(m,"a")&&f=="click"))&&m["on"+f]&&m["on"+f].apply(m,h)===false){g.result=false}if(!i&&m[f]&&!g.isDefaultPrevented()&&!(M.nodeName(m,"a")&&f=="click")){this.triggered=true;try{m[f]()}catch(j){}}this.triggered=false;if(!g.isPropagationStopped()){var l=m.parentNode||m.ownerDocument;if(l){M.event.trigger(g,h,l,true)}}},handle:function(h){var l,k;h=arguments[0]=M.event.fix(h||S.event);h.currentTarget=this;var i=h.type.split(".");h.type=i.shift();l=!i.length&&!h.exclusive;var f=RegExp("(^|\\.)"+i.slice().sort().join(".*\\.")+"(\\.|$)");k=(M.data(this,"events")||{})[h.type];for(var e in k){var m=k[e];if(l||f.test(m.type)){h.handler=m;h.data=m.data;var g=m.apply(this,arguments);if(g!==W){h.result=g;if(g===false){h.preventDefault();h.stopPropagation()}}if(h.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[R]){return h}var g=h;h=M.Event(g);for(var j=this.props.length,k;j;){k=this.props[--j];h[k]=g[k]}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 f=document.documentElement,e=document.body;h.pageX=h.clientX+(f&&f.scrollLeft||e&&e.scrollLeft||0)-(f.clientLeft||0);h.pageY=h.clientY+(f&&f.scrollTop||e&&e.scrollTop||0)-(f.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(e,f){f=f||function(){return e.apply(this,arguments)};f.guid=e.guid=e.guid||f.guid||this.guid++;return f},special:{ready:{setup:b,teardown:function(){}}},specialAll:{live:{setup:function(f,e){M.event.add(this,e[0],d)},teardown:function(e){if(e.length){var g=0,f=RegExp("(^|\\.)"+e[0]+"(\\.|$)");M.each((M.data(this,"events").live||{}),function(){if(f.test(this.type)){g++}});if(g<1){M.event.remove(this,e[0],d)}}}}}};M.Event=function(e){if(!this.preventDefault){return new M.Event(e)}if(e&&e.type){this.originalEvent=e;this.type=e.type}else{this.type=e}this.timeStamp=A();this[R]=true};function D(){return false}function L(){return true}M.Event.prototype={preventDefault:function(){this.isDefaultPrevented=L;var f=this.originalEvent;if(!f){return}if(f.preventDefault){f.preventDefault()}f.returnValue=false},stopPropagation:function(){this.isPropagationStopped=L;var f=this.originalEvent;if(!f){return}if(f.stopPropagation){f.stopPropagation()}f.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=L;this.stopPropagation()},isDefaultPrevented:D,isPropagationStopped:D,isImmediatePropagationStopped:D};var C=function(g){var f=g.relatedTarget;while(f&&f!=this){try{f=f.parentNode}catch(h){f=this}}if(f!=this){g.type=g.data;M.event.handle.apply(this,arguments)}};M.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(f,e){M.event.special[e]={setup:function(){M.event.add(this,f,C,e)},teardown:function(){M.event.remove(this,f,C)}}});M.fn.extend({bind:function(f,g,e){return f=="unload"?this.one(f,g,e):this.each(function(){M.event.add(this,f,e||g,e&&g)})},one:function(g,h,e){var f=M.event.proxy(e||h,function(i){M(this).unbind(i,f);return(e||h).apply(this,arguments)});return this.each(function(){M.event.add(this,g,f,e&&h)})},unbind:function(f,e){return this.each(function(){M.event.remove(this,f,e)})},trigger:function(e,f){return this.each(function(){M.event.trigger(e,f,this)})},triggerHandler:function(f,g){if(this[0]){var e=M.Event(f);e.preventDefault();e.stopPropagation();M.event.trigger(e,g,this[0]);return e.result}},toggle:function(e){var f=arguments,g=1;while(g<f.length){M.event.proxy(e,f[g++])}return this.click(M.event.proxy(e,function(h){this.lastToggle=(this.lastToggle||0)%g;h.preventDefault();return f[this.lastToggle++].apply(this,arguments)||false}))},hover:function(f,e){return this.mouseenter(f).mouseleave(e)},ready:function(e){b();if(M.isReady){e.call(document,M)}else{M.readyList.push(e)}return this},live:function(f,e){var g=M.event.proxy(e);g.guid+=this.selector+f;M(document).bind(P(f,this.selector),this.selector,g);return this},die:function(f,e){M(document).unbind(P(f,this.selector),e?{guid:e.guid+this.selector+f}:null);return this}});function d(e){var f=RegExp("(^|\\.)"+e.type+"(\\.|$)"),g=true,h=[];M.each(M.data(this,"events").live||[],function(l,j){if(f.test(j.type)){var k=M(e.target).closest(j.data)[0];if(k){h.push({elem:k,fn:j})}}});h.sort(function(i,j){return M.data(i.elem,"closest")-M.data(j.elem,"closest")});M.each(h,function(){if(this.fn.call(this.elem,e,this.fn.data)===false){return(g=false)}});return g}function P(e,f){return["live",e,f.replace(/\./g,"`").replace(/ /g,"|")].join(".")}M.extend({isReady:false,readyList:[],ready:function(){if(!M.isReady){M.isReady=true;if(M.readyList){M.each(M.readyList,function(){this.call(document,M)});M.readyList=null}M(document).triggerHandler("ready")}}});var c=false;function b(){if(c){return}c=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);M.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);M.ready()}});if(document.documentElement.doScroll&&S==S.top){(function(){if(M.isReady){return}try{document.documentElement.doScroll("left")}catch(e){setTimeout(arguments.callee,0);return}M.ready()})()}}}M.event.add(S,"load",M.ready)}M.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){M.fn[e]=function(g){return g?this.bind(e,g):this.trigger(e)}});M(S).bind("unload",function(){for(var e in M.cache){if(e!=1&&M.cache[e].handle){M.event.remove(M.cache[e].handle.elem)}}});(function(){M.support={};var g=document.documentElement,j=document.createElement("script"),f=document.createElement("div"),k="script"+(new Date).getTime();f.style.display="none";f.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=f.getElementsByTagName("*"),l=f.getElementsByTagName("a")[0];if(!h||!h.length||!l){return}M.support={leadingWhitespace:f.firstChild.nodeType==3,tbody:!f.getElementsByTagName("tbody").length,objectAll:!!f.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!f.getElementsByTagName("link").length,style:/red/.test(l.getAttribute("style")),hrefNormalized:l.getAttribute("href")==="/a",opacity:l.style.opacity==="0.5",cssFloat:!!l.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};j.type="text/javascript";try{j.appendChild(document.createTextNode("window."+k+"=1;"))}catch(i){}g.insertBefore(j,g.firstChild);if(S[k]){M.support.scriptEval=true;delete S[k]}g.removeChild(j);if(f.attachEvent&&f.fireEvent){f.attachEvent("onclick",function(){M.support.noCloneEvent=false;f.detachEvent("onclick",arguments.callee)});f.cloneNode(true).fireEvent("onclick")}M(function(){var e=document.createElement("div");e.style.width=e.style.paddingLeft="1px";document.body.appendChild(e);M.boxModel=M.support.boxModel=e.offsetWidth===2;document.body.removeChild(e).style.display="none"})})();var Y=M.support.cssFloat?"cssFloat":"styleFloat";M.props={"for":"htmlFor","class":"className","float":Y,cssFloat:Y,styleFloat:Y,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};M.fn.extend({_load:M.fn.load,load:function(h,e,k){if(typeof h!=="string"){return this._load(h)}var f=h.indexOf(" ");if(f>=0){var i=h.slice(f,h.length);h=h.slice(0,f)}var g="GET";if(e){if(M.isFunction(e)){k=e;e=null}else{if(typeof e==="object"){e=M.param(e);g="POST"}}}var j=this;M.ajax({url:h,type:g,dataType:"html",data:e,complete:function(m,l){if(l=="success"||l=="notmodified"){j.html(i?M("<div/>").append(m.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(i):m.responseText)}if(k){j.each(k,[m.responseText,l,m])}}});return this},serialize:function(){return M.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?M.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(f,e){var g=M(this).val();return g==null?null:M.isArray(g)?M.map(g,function(j,h){return{name:e.name,value:j}}):{name:e.name,value:g}}).get()}});M.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(f,e){M.fn[e]=function(g){return this.bind(e,g)}});var K=A();M.extend({get:function(g,h,e,f){if(M.isFunction(h)){e=h;h=null}return M.ajax({type:"GET",url:g,data:h,success:e,dataType:f})},getScript:function(e,f){return M.get(e,null,f,"script")},getJSON:function(f,g,e){return M.get(f,g,e,"json")},post:function(g,h,e,f){if(M.isFunction(h)){e=h;h={}}return M.ajax({type:"POST",url:g,data:h,success:e,dataType:f})},ajaxSetup:function(e){M.extend(M.ajaxSettings,e)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return S.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(l){l=M.extend(true,l,M.extend(true,{},M.ajaxSettings,l));var g,p=/=\?(&|$)/g,m,n,h=l.type.toUpperCase();if(l.data&&l.processData&&typeof l.data!=="string"){l.data=M.param(l.data)}if(l.dataType=="jsonp"){if(h=="GET"){if(!l.url.match(p)){l.url+=(l.url.match(/\?/)?"&":"?")+(l.jsonp||"callback")+"=?"}}else{if(!l.data||!l.data.match(p)){l.data=(l.data?l.data+"&":"")+(l.jsonp||"callback")+"=?"}}l.dataType="json"}if(l.dataType=="json"&&(l.data&&l.data.match(p)||l.url.match(p))){g="jsonp"+K++;if(l.data){l.data=(l.data+"").replace(p,"="+g+"$1")}l.url=l.url.replace(p,"="+g+"$1");l.dataType="script";S[g]=function(s){n=s;q();u();S[g]=W;try{delete S[g]}catch(z){}if(y){y.removeChild(w)}}}if(l.dataType=="script"&&l.cache==null){l.cache=false}if(l.cache===false&&h=="GET"){var f=A();var k=l.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+f+"$2");l.url=k+((k==l.url)?(l.url.match(/\?/)?"&":"?")+"_="+f:"")}if(l.data&&h=="GET"){l.url+=(l.url.match(/\?/)?"&":"?")+l.data;l.data=null}if(l.global&&!M.active++){M.event.trigger("ajaxStart")}var x=/^(\w+:)?\/\/([^\/?#]+)/.exec(l.url);if(l.dataType=="script"&&h=="GET"&&x&&(x[1]&&x[1]!=location.protocol||x[2]!=location.host)){var y=document.getElementsByTagName("head")[0];var w=document.createElement("script");w.src=l.url;if(l.scriptCharset){w.charset=l.scriptCharset}if(!g){var j=false;w.onload=w.onreadystatechange=function(){if(!j&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){j=true;q();u();w.onload=w.onreadystatechange=null;y.removeChild(w)}}}y.appendChild(w);return W}var v=false;var i=l.xhr();if(l.username){i.open(h,l.url,l.async,l.username,l.password)}else{i.open(h,l.url,l.async)}try{if(l.data){i.setRequestHeader("Content-Type",l.contentType)}if(l.ifModified){i.setRequestHeader("If-Modified-Since",M.lastModified[l.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}i.setRequestHeader("X-Requested-With","XMLHttpRequest");i.setRequestHeader("Accept",l.dataType&&l.accepts[l.dataType]?l.accepts[l.dataType]+", */*":l.accepts._default)}catch(r){}if(l.beforeSend&&l.beforeSend(i,l)===false){if(l.global&&!--M.active){M.event.trigger("ajaxStop")}i.abort();return false}if(l.global){M.event.trigger("ajaxSend",[i,l])}var t=function(s){if(i.readyState==0){if(o){clearInterval(o);o=null;if(l.global&&!--M.active){M.event.trigger("ajaxStop")}}}else{if(!v&&i&&(i.readyState==4||s=="timeout")){v=true;if(o){clearInterval(o);o=null}m=s=="timeout"?"timeout":!M.httpSuccess(i)?"error":l.ifModified&&M.httpNotModified(i,l.url)?"notmodified":"success";if(m=="success"){try{n=M.httpData(i,l.dataType,l)}catch(Aa){m="parsererror"}}if(m=="success"){var z;try{z=i.getResponseHeader("Last-Modified")}catch(Aa){}if(l.ifModified&&z){M.lastModified[l.url]=z}if(!g){q()}}else{M.handleError(l,i,m)}u();if(s){i.abort()}if(l.async){i=null}}}};if(l.async){var o=setInterval(t,13);if(l.timeout>0){setTimeout(function(){if(i&&!v){t("timeout")}},l.timeout)}}try{i.send(l.data)}catch(r){M.handleError(l,i,null,r)}if(!l.async){t()}function q(){if(l.success){l.success(n,m)}if(l.global){M.event.trigger("ajaxSuccess",[i,l])}}function u(){if(l.complete){l.complete(i,m)}if(l.global){M.event.trigger("ajaxComplete",[i,l])}if(l.global&&!--M.active){M.event.trigger("ajaxStop")}}return i},handleError:function(f,i,g,h){if(f.error){f.error(i,g,h)}if(f.global){M.event.trigger("ajaxError",[i,f,h])}},active:0,httpSuccess:function(g){try{return !g.status&&location.protocol=="file:"||(g.status>=200&&g.status<300)||g.status==304||g.status==1223}catch(f){}return false},httpNotModified:function(i,g){try{var h=i.getResponseHeader("Last-Modified");return i.status==304||h==M.lastModified[g]}catch(f){}return false},httpData:function(i,g,e){var h=i.getResponseHeader("content-type"),f=g=="xml"||!g&&h&&h.indexOf("xml")>=0,j=f?i.responseXML:i.responseText;if(f&&j.documentElement.tagName=="parsererror"){throw"parsererror"}if(e&&e.dataFilter){j=e.dataFilter(j,g)}if(typeof j==="string"){if(g=="script"){M.globalEval(j)}if(g=="json"){j=S["eval"]("("+j+")")}}return j},param:function(g){var e=[];function f(j,i){e[e.length]=encodeURIComponent(j)+"="+encodeURIComponent(i)}if(M.isArray(g)||g.jquery){M.each(g,function(){f(this.name,this.value)})}else{for(var h in g){if(M.isArray(g[h])){M.each(g[h],function(){f(h,this)})}else{f(h,M.isFunction(g[h])?g[h]():g[h])}}}return e.join("&").replace(/%20/g,"+")}});var U={},B,I=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function V(f,g){var e={};M.each(I.concat.apply([],I.slice(0,g)),function(){e[this]=f});return e}M.fn.extend({show:function(h,n){if(h){return this.animate(V("show",3),h,n)}else{for(var e=0,f=this.length;e<f;e++){var j=M.data(this[e],"olddisplay");this[e].style.display=j||"";if(M.css(this[e],"display")==="none"){var g=this[e].tagName,k;if(U[g]){k=U[g]}else{var m=M("<"+g+" />").appendTo("body");k=m.css("display");if(k==="none"){k="block"}m.remove();U[g]=k}M.data(this[e],"olddisplay",k)}}for(var e=0,f=this.length;e<f;e++){this[e].style.display=M.data(this[e],"olddisplay")||""}return this}},hide:function(f,j){if(f){return this.animate(V("hide",3),f,j)}else{for(var h=0,g=this.length;h<g;h++){var e=M.data(this[h],"olddisplay");if(!e&&e!=="none"){M.data(this[h],"olddisplay",M.css(this[h],"display"))}}for(var h=0,g=this.length;h<g;h++){this[h].style.display="none"}return this}},_toggle:M.fn.toggle,toggle:function(e,f){var g=typeof e==="boolean";return M.isFunction(e)&&M.isFunction(f)?this._toggle.apply(this,arguments):e==null||g?this.each(function(){var h=g?e:M(this).is(":hidden");M(this)[h?"show":"hide"]()}):this.animate(V("toggle",3),e,f)},fadeTo:function(f,e,g){return this.animate({opacity:e},f,g)},animate:function(i,g,e,f){var h=M.speed(g,e,f);return this[h.queue===false?"each":"queue"](function(){var m=M.extend({},h),l,j=this.nodeType==1&&M(this).is(":hidden"),k=this;for(l in i){if(i[l]=="hide"&&j||i[l]=="show"&&!j){return m.complete.call(this)}if((l=="height"||l=="width")&&this.style){m.display=M.css(this,"display");m.overflow=this.style.overflow}}if(m.overflow!=null){this.style.overflow="hidden"}m.curAnim=M.extend({},i);M.each(i,function(n,t){var s=new M.fx(k,m,n);if(/toggle|show|hide/.test(t)){s[t=="toggle"?j?"show":"hide":t](i)}else{var r=t.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),p=s.cur(true)||0;if(r){var q=parseFloat(r[2]),o=r[3]||"px";if(o!="px"){k.style[n]=(q||1)+o;p=((q||1)/s.cur(true))*p;k.style[n]=p+o}if(r[1]){q=((r[1]=="-="?-1:1)*q)+p}s.custom(p,q,o)}else{s.custom(p,t,"")}}});return true})},stop:function(e,g){var f=M.timers;if(e){this.queue([])}this.each(function(){for(var h=f.length-1;h>=0;h--){if(f[h].elem==this){if(g){f[h](true)}f.splice(h,1)}}});if(!g){this.dequeue()}return this}});M.each({slideDown:V("show",1),slideUp:V("hide",1),slideToggle:V("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(f,e){M.fn[f]=function(g,h){return this.animate(e,g,h)}});M.extend({speed:function(g,f,e){var h=typeof g==="object"?g:{complete:e||!e&&f||M.isFunction(g)&&g,duration:g,easing:e&&f||f&&!M.isFunction(f)&&f};h.duration=M.fx.off?0:typeof h.duration==="number"?h.duration:M.fx.speeds[h.duration]||M.fx.speeds._default;h.old=h.complete;h.complete=function(){if(h.queue!==false){M(this).dequeue()}if(M.isFunction(h.old)){h.old.call(this)}};return h},easing:{linear:function(g,e,h,f){return h+f*g},swing:function(g,e,h,f){return((-Math.cos(g*Math.PI)/2)+0.5)*f+h}},timers:[],fx:function(e,f,g){this.options=f;this.elem=e;this.prop=g;if(!f.orig){f.orig={}}}});M.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(M.fx.step[this.prop]||M.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(M.css(this.elem,this.prop,f));return e&&e>-10000?e:parseFloat(M.curCSS(this.elem,this.prop))||0},custom:function(e,f,g){this.startTime=A();this.start=e;this.end=f;this.unit=g||this.unit||"px";this.now=this.start;this.pos=this.state=0;var h=this;function i(j){return h.step(j)}i.elem=this.elem;if(i()&&M.timers.push(i)&&!B){B=setInterval(function(){var j=M.timers;for(var k=0;k<j.length;k++){if(!j[k]()){j.splice(k--,1)}}if(!j.length){clearInterval(B);B=W}},13)}},show:function(){this.options.orig[this.prop]=M.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());M(this.elem).show()},hide:function(){this.options.orig[this.prop]=M.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(j){var g=A();if(j||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 h in this.options.curAnim){if(this.options.curAnim[h]!==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(M.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){M(this.elem).hide()}if(this.options.hide||this.options.show){for(var k in this.options.curAnim){M.attr(this.elem.style,k,this.options.orig[k])}}this.options.complete.call(this.elem)}return false}else{var f=g-this.startTime;this.state=f/this.options.duration;this.pos=M.easing[this.options.easing||(M.easing.swing?"swing":"linear")](this.state,f,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};M.extend(M.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(e){M.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"]){M.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return M.offset.bodyOffset(this[0])}var e=this[0].getBoundingClientRect(),i=this[0].ownerDocument,l=i.body,j=i.documentElement,k=j.clientTop||l.clientTop||0,f=j.clientLeft||l.clientLeft||0,g=e.top+(self.pageYOffset||M.boxModel&&j.scrollTop||l.scrollTop)-k,h=e.left+(self.pageXOffset||M.boxModel&&j.scrollLeft||l.scrollLeft)-f;return{top:g,left:h}}}else{M.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return M.offset.bodyOffset(this[0])}M.offset.initialized||M.offset.initialize();var o=this[0],n=o.offsetParent,f=o,k=o.ownerDocument,e,l=k.documentElement,m=k.body,i=k.defaultView,j=i.getComputedStyle(o,null),g=o.offsetTop,h=o.offsetLeft;while((o=o.parentNode)&&o!==m&&o!==l){e=i.getComputedStyle(o,null);g-=o.scrollTop,h-=o.scrollLeft;if(o===n){g+=o.offsetTop,h+=o.offsetLeft;if(M.offset.doesNotAddBorder&&!(M.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(o.tagName))){g+=parseInt(e.borderTopWidth,10)||0,h+=parseInt(e.borderLeftWidth,10)||0}f=n,n=o.offsetParent}if(M.offset.subtractsBorderForOverflowNotVisible&&e.overflow!=="visible"){g+=parseInt(e.borderTopWidth,10)||0,h+=parseInt(e.borderLeftWidth,10)||0}j=e}if(j.position==="relative"||j.position==="static"){g+=m.offsetTop,h+=m.offsetLeft}if(j.position==="fixed"){g+=Math.max(l.scrollTop,m.scrollTop),h+=Math.max(l.scrollLeft,m.scrollLeft)}return{top:g,left:h}}}M.offset={initialize:function(){if(this.initialized){return}var l=document.body,f=document.createElement("div"),n,i,e,m,j,g,k=l.style.marginTop,h='<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>';j={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(g in j){f.style[g]=j[g]}f.innerHTML=h;l.insertBefore(f,l.firstChild);n=f.firstChild,i=n.firstChild,m=n.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(i.offsetTop!==5);this.doesAddBorderForTableAndCells=(m.offsetTop===5);n.style.overflow="hidden",n.style.position="relative";this.subtractsBorderForOverflowNotVisible=(i.offsetTop===-5);l.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(l.offsetTop===0);l.style.marginTop=k;l.removeChild(f);this.initialized=true},bodyOffset:function(e){M.offset.initialized||M.offset.initialize();var f=e.offsetTop,g=e.offsetLeft;if(M.offset.doesNotIncludeMarginInBodyOffset){f+=parseInt(M.curCSS(e,"marginTop",true),10)||0,g+=parseInt(M.curCSS(e,"marginLeft",true),10)||0}return{top:f,left:g}}};M.fn.extend({position:function(){var h=0,f=0,i;if(this[0]){var j=this.offsetParent(),g=this.offset(),e=/^body|html$/i.test(j[0].tagName)?{top:0,left:0}:j.offset();g.top-=O(this,"marginTop");g.left-=O(this,"marginLeft");e.top+=O(j,"borderTopWidth");e.left+=O(j,"borderLeftWidth");i={top:g.top-e.top,left:g.left-e.left}}return i},offsetParent:function(){var e=this[0].offsetParent||document.body;while(e&&(!/^body|html$/i.test(e.tagName)&&M.css(e,"position")=="static")){e=e.offsetParent}return M(e)}});M.each(["Left","Top"],function(g,e){var f="scroll"+e;M.fn[f]=function(h){if(!this[0]){return null}return h!==W?this.each(function(){this==S||this==document?S.scrollTo(!g?h:M(S).scrollLeft(),g?h:M(S).scrollTop()):this[f]=h}):this[0]==S||this[0]==document?self[g?"pageYOffset":"pageXOffset"]||M.boxModel&&document.documentElement[f]||document.body[f]:this[0][f]}});M.each(["Height","Width"],function(h,f){var j=h?"Left":"Top",k=h?"Right":"Bottom",e=f.toLowerCase();M.fn["inner"+f]=function(){return this[0]?M.css(this[0],e,false,"padding"):null};M.fn["outer"+f]=function(i){return this[0]?M.css(this[0],e,false,i?"margin":"border"):null};var g=f.toLowerCase();M.fn[g]=function(i){return this[0]==S?document.compatMode=="CSS1Compat"&&document.documentElement["client"+f]||document.body["client"+f]:this[0]==document?Math.max(document.documentElement["client"+f],document.body["scroll"+f],document.documentElement["scroll"+f],document.body["offset"+f],document.documentElement["offset"+f]):i===W?(this.length?M.css(this[0],g):null):this.css(g,typeof i==="string"?i:i+"px")}})})();jQuery.ui||(function(C){var H=C.fn.remove,A=C.browser.mozilla&&(parseFloat(C.browser.version)<1.9);C.ui={version:"1.7.2",plugin:{add:function(L,M,J){var K=C.ui[L].prototype;for(var N in J){K.plugins[N]=K.plugins[N]||[];K.plugins[N].push([M,J[N]])}},call:function(M,K,L){var J=M.plugins[K];if(!J||!M.element[0].parentNode){return}for(var N=0;N<J.length;N++){if(M.options[J[N][0]]){J[N][1].apply(M.element,L)}}}},contains:function(J,K){return document.compareDocumentPosition?J.compareDocumentPosition(K)&16:J!==K&&J.contains(K)},hasScroll:function(J,K){if(C(J).css("overflow")=="hidden"){return false}var L=(K&&K=="left")?"scrollLeft":"scrollTop",M=false;if(J[L]>0){return true}J[L]=1;M=(J[L]>0);J[L]=0;return M},isOverAxis:function(K,L,J){return(K>L)&&(K<(L+J))},isOver:function(K,J,L,O,M,N){return C.ui.isOverAxis(K,L,M)&&C.ui.isOverAxis(J,O,N)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(A){var B=C.attr,D=C.fn.removeAttr,G="http://www.w3.org/2005/07/aaa",E=/^aria-/,I=/^wairole:/;C.attr=function(L,K,M){var J=M!==undefined;return(K=="role"?(J?B.call(this,L,K,"wairole:"+M):(B.apply(this,arguments)||"").replace(I,"")):(E.test(K)?(J?L.setAttributeNS(G,K.replace(E,"aaa:"),M):B.call(this,L,K.replace(E,"aaa:"))):B.apply(this,arguments)))};C.fn.removeAttr=function(J){return(E.test(J)?this.each(function(){this.removeAttributeNS(G,J.replace(E,""))}):D.call(this,J))}}C.fn.extend({remove:function(){C("*",this).add(this).each(function(){C(this).triggerHandler("remove")});return H.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var J;if((C.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){J=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(C.curCSS(this,"position",1))&&(/(auto|scroll)/).test(C.curCSS(this,"overflow",1)+C.curCSS(this,"overflow-y",1)+C.curCSS(this,"overflow-x",1))}).eq(0)}else{J=this.parents().filter(function(){return(/(auto|scroll)/).test(C.curCSS(this,"overflow",1)+C.curCSS(this,"overflow-y",1)+C.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!J.length?C(document):J}});C.extend(C.expr[":"],{data:function(K,L,J){return !!C.data(K,J[3])},focusable:function(L){var J=L.nodeName.toLowerCase(),K=C.attr(L,"tabindex");return(/input|select|textarea|button|object/.test(J)?!L.disabled:"a"==J||"area"==J?L.href||!isNaN(K):!isNaN(K))&&!C(L)["area"==J?"parents":"closest"](":hidden").length},tabbable:function(K){var J=C.attr(K,"tabindex");return(isNaN(J)||J>=0)&&C(K).is(":focusable")}});function F(J,N,K,L){function M(Q){var P=C[J][N][Q]||[];return(typeof P=="string"?P.split(/,?\s+/):P)}var O=M("getter");if(L.length==1&&typeof L[0]=="string"){O=O.concat(M("getterSetter"))}return(C.inArray(K,O)!=-1)}C.widget=function(K,L){var J=K.split(".")[0];K=K.split(".")[1];C.fn[K]=function(P){var N=(typeof P=="string"),M=Array.prototype.slice.call(arguments,1);if(N&&P.substring(0,1)=="_"){return this}if(N&&F(J,K,P,M)){var O=C.data(this[0],K);return(O?O[P].apply(O,M):undefined)}return this.each(function(){var Q=C.data(this,K);(!Q&&!N&&C.data(this,K,new C[J][K](this,P))._init());(Q&&N&&C.isFunction(Q[P])&&Q[P].apply(Q,M))})};C[J]=C[J]||{};C[J][K]=function(N,O){var M=this;this.namespace=J;this.widgetName=K;this.widgetEventPrefix=C[J][K].eventPrefix||K;this.widgetBaseClass=J+"-"+K;this.options=C.extend({},C.widget.defaults,C[J][K].defaults,C.metadata&&C.metadata.get(N)[K],O);this.element=C(N).bind("setData."+K,function(R,Q,P){if(R.target==N){return M._setData(Q,P)}}).bind("getData."+K,function(Q,P){if(Q.target==N){return M._getData(P)}}).bind("remove",function(){return M.destroy()})};C[J][K].prototype=C.extend({},C.widget.prototype,L);C[J][K].getterSetter="option"};C.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(K,J){var M=K,L=this;if(typeof K=="string"){if(J===undefined){return this._getData(K)}M={};M[K]=J}C.each(M,function(O,N){L._setData(O,N)})},_getData:function(J){return this.options[J]},_setData:function(K,J){this.options[K]=J;if(K=="disabled"){this.element[J?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",J)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(L,P,M){var K=this.options[L],O=(L==this.widgetEventPrefix?L:this.widgetEventPrefix+L);P=C.Event(P);P.type=O;if(P.originalEvent){for(var N=C.event.props.length,J;N;){J=C.event.props[--N];P[J]=P.originalEvent[J]}}this.element.trigger(P,M);return !(C.isFunction(K)&&K.call(this.element[0],P,M)===false||P.isDefaultPrevented())}};C.widget.defaults={disabled:false};C.ui.mouse={_mouseInit:function(){var J=this;this.element.bind("mousedown."+this.widgetName,function(K){return J._mouseDown(K)}).bind("click."+this.widgetName,function(K){if(J._preventClickEvent){J._preventClickEvent=false;K.stopImmediatePropagation();return false}});if(C.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(C.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(K){K.originalEvent=K.originalEvent||{};if(K.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(K));this._mouseDownEvent=K;var L=this,J=(K.which==1),M=(typeof this.options.cancel=="string"?C(K.target).parents().add(K.target).filter(this.options.cancel).length:false);if(!J||M||!this._mouseCapture(K)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){L.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(K)&&this._mouseDelayMet(K)){this._mouseStarted=(this._mouseStart(K)!==false);if(!this._mouseStarted){K.preventDefault();return true}}this._mouseMoveDelegate=function(N){return L._mouseMove(N)};this._mouseUpDelegate=function(N){return L._mouseUp(N)};C(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(C.browser.safari||K.preventDefault());K.originalEvent.mouseHandled=true;return true},_mouseMove:function(J){if(C.browser.msie&&!J.button){return this._mouseUp(J)}if(this._mouseStarted){this._mouseDrag(J);return J.preventDefault()}if(this._mouseDistanceMet(J)&&this._mouseDelayMet(J)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,J)!==false);(this._mouseStarted?this._mouseDrag(J):this._mouseUp(J))}return !this._mouseStarted},_mouseUp:function(J){C(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(J.target==this._mouseDownEvent.target);this._mouseStop(J)}return false},_mouseDistanceMet:function(J){return(Math.max(Math.abs(this._mouseDownEvent.pageX-J.pageX),Math.abs(this._mouseDownEvent.pageY-J.pageY))>=this.options.distance)},_mouseDelayMet:function(J){return this.mouseDelayMet},_mouseStart:function(J){},_mouseDrag:function(J){},_mouseStop:function(J){},_mouseCapture:function(J){return true}};C.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);jQuery.effects||(function(C){C.effects={version:"1.7.2",save:function(H,F){for(var G=0;G<F.length;G++){if(F[G]!==null){H.data("ec.storage."+F[G],H[0].style[F[G]])}}},restore:function(H,F){for(var G=0;G<F.length;G++){if(F[G]!==null){H.css(F[G],H.data("ec.storage."+F[G]))}}},setMode:function(F,G){if(G=="toggle"){G=F.is(":hidden")?"show":"hide"}return G},getBaseline:function(I,F){var H,G;switch(I[0]){case"top":H=0;break;case"middle":H=0.5;break;case"bottom":H=1;break;default:H=I[0]/F.height}switch(I[1]){case"left":G=0;break;case"center":G=0.5;break;case"right":G=1;break;default:G=I[1]/F.width}return{x:G,y:H}},createWrapper:function(I){if(I.parent().is(".ui-effects-wrapper")){return I.parent()}var F={width:I.outerWidth(true),height:I.outerHeight(true),"float":I.css("float")};I.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var J=I.parent();if(I.css("position")=="static"){J.css({position:"relative"});I.css({position:"relative"})}else{var G=I.css("top");if(isNaN(parseInt(G,10))){G="auto"}var H=I.css("left");if(isNaN(parseInt(H,10))){H="auto"}J.css({position:I.css("position"),top:G,left:H,zIndex:I.css("z-index")}).show();I.css({position:"relative",top:0,left:0})}J.css(F);return J},removeWrapper:function(F){if(F.parent().is(".ui-effects-wrapper")){return F.parent().replaceWith(F)}return F},setTransition:function(H,G,I,F){F=F||{};C.each(G,function(K,J){unit=H.cssUnit(J);if(unit[0]>0){F[J]=unit[0]*I+unit[1]}});return F},animateClass:function(G,I,F,K){var J=(typeof F=="function"?F:(K?K:null));var H=(typeof F=="string"?F:null);return this.each(function(){var P={};var M=C(this);var Q=M.attr("style")||"";if(typeof Q=="object"){Q=Q["cssText"]}if(G.toggle){M.hasClass(G.toggle)?G.remove=G.toggle:G.add=G.toggle}var N=C.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(G.add){M.addClass(G.add)}if(G.remove){M.removeClass(G.remove)}var O=C.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(G.add){M.removeClass(G.add)}if(G.remove){M.addClass(G.remove)}for(var L in O){if(typeof O[L]!="function"&&O[L]&&L.indexOf("Moz")==-1&&L.indexOf("length")==-1&&O[L]!=N[L]&&(L.match(/color/i)||(!L.match(/color/i)&&!isNaN(parseInt(O[L],10))))&&(N.position!="static"||(N.position=="static"&&!L.match(/left|top|bottom|right/)))){P[L]=O[L]}}M.animate(P,I,H,function(){if(typeof C(this).attr("style")=="object"){C(this).attr("style")["cssText"]="";C(this).attr("style")["cssText"]=Q}else{C(this).attr("style",Q)}if(G.add){C(this).addClass(G.add)}if(G.remove){C(this).removeClass(G.remove)}if(J){J.apply(this,arguments)}})})}};function E(H,F){var G=H[1]&&H[1].constructor==Object?H[1]:{};if(F){G.mode=F}var I=H[1]&&H[1].constructor!=Object?H[1]:(G.duration?G.duration:H[2]);I=C.fx.off?0:typeof I==="number"?I:C.fx.speeds[I]||C.fx.speeds._default;var J=G.callback||(C.isFunction(H[1])&&H[1])||(C.isFunction(H[2])&&H[2])||(C.isFunction(H[3])&&H[3]);return[H[0],G,I,J]}C.fn.extend({_show:C.fn.show,_hide:C.fn.hide,__toggle:C.fn.toggle,_addClass:C.fn.addClass,_removeClass:C.fn.removeClass,_toggleClass:C.fn.toggleClass,effect:function(F,H,G,I){return C.effects[F]?C.effects[F].call(this,{method:F,options:H||{},duration:G,callback:I}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,E(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,E(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(C.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,E(arguments,"toggle"))}},addClass:function(H,G,F,I){return G?C.effects.animateClass.apply(this,[{add:H},G,F,I]):this._addClass(H)},removeClass:function(H,G,F,I){return G?C.effects.animateClass.apply(this,[{remove:H},G,F,I]):this._removeClass(H)},toggleClass:function(H,G,F,I){return((typeof G!=="boolean")&&G)?C.effects.animateClass.apply(this,[{toggle:H},G,F,I]):this._toggleClass(H,G)},morph:function(I,G,H,F,J){return C.effects.animateClass.apply(this,[{add:G,remove:I},H,F,J])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(F){var G=this.css(F),H=[];C.each(["em","px","%","pt"],function(J,I){if(G.indexOf(I)>0){H=[parseFloat(G),I]}});return H}});C.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(F,G){C.fx.step[G]=function(H){if(H.state==0||H.start.constructor!=Array||H.end.constructor!=Array){H.start=B(H.elem,G);H.end=A(H.end)}H.elem.style[G]="rgb("+[Math.max(Math.min(parseInt((H.pos*(H.end[0]-H.start[0]))+H.start[0],10),255),0),Math.max(Math.min(parseInt((H.pos*(H.end[1]-H.start[1]))+H.start[1],10),255),0),Math.max(Math.min(parseInt((H.pos*(H.end[2]-H.start[2]))+H.start[2],10),255),0)].join(",")+")"}});function A(G){var F;if(G&&G.constructor==Array&&G.length==3){return G}if(F=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(G)){return[parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10)]}if(F=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(G)){return[parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55]}if(F=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(G)){return[parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16)]}if(F=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(G)){return[parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16)]}if(F=/rgba\(0, 0, 0, 0\)/.exec(G)){return D["transparent"]}return D[C.trim(G).toLowerCase()]}function B(F,H){var G;do{G=C.curCSS(F,H);if(G!=""&&G!="transparent"||C.nodeName(F,"body")){break}H="backgroundColor"}while(F=F.parentNode);return A(G)}var D={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};C.easing.jswing=C.easing.swing;C.extend(C.easing,{def:"easeOutQuad",swing:function(F,G,H,I,J){return C.easing[C.easing.def](F,G,H,I,J)},easeInQuad:function(F,G,H,I,J){return I*(G/=J)*G+H},easeOutQuad:function(F,G,H,I,J){return -I*(G/=J)*(G-2)+H},easeInOutQuad:function(F,G,H,I,J){if((G/=J/2)<1){return I/2*G*G+H}return -I/2*((--G)*(G-2)-1)+H},easeInCubic:function(F,G,H,I,J){return I*(G/=J)*G*G+H},easeOutCubic:function(F,G,H,I,J){return I*((G=G/J-1)*G*G+1)+H},easeInOutCubic:function(F,G,H,I,J){if((G/=J/2)<1){return I/2*G*G*G+H}return I/2*((G-=2)*G*G+2)+H},easeInQuart:function(F,G,H,I,J){return I*(G/=J)*G*G*G+H},easeOutQuart:function(F,G,H,I,J){return -I*((G=G/J-1)*G*G*G-1)+H},easeInOutQuart:function(F,G,H,I,J){if((G/=J/2)<1){return I/2*G*G*G*G+H}return -I/2*((G-=2)*G*G*G-2)+H},easeInQuint:function(F,G,H,I,J){return I*(G/=J)*G*G*G*G+H},easeOutQuint:function(F,G,H,I,J){return I*((G=G/J-1)*G*G*G*G+1)+H},easeInOutQuint:function(F,G,H,I,J){if((G/=J/2)<1){return I/2*G*G*G*G*G+H}return I/2*((G-=2)*G*G*G*G+2)+H},easeInSine:function(F,G,H,I,J){return -I*Math.cos(G/J*(Math.PI/2))+I+H},easeOutSine:function(F,G,H,I,J){return I*Math.sin(G/J*(Math.PI/2))+H},easeInOutSine:function(F,G,H,I,J){return -I/2*(Math.cos(Math.PI*G/J)-1)+H},easeInExpo:function(F,G,H,I,J){return(G==0)?H:I*Math.pow(2,10*(G/J-1))+H},easeOutExpo:function(F,G,H,I,J){return(G==J)?H+I:I*(-Math.pow(2,-10*G/J)+1)+H},easeInOutExpo:function(F,G,H,I,J){if(G==0){return H}if(G==J){return H+I}if((G/=J/2)<1){return I/2*Math.pow(2,10*(G-1))+H}return I/2*(-Math.pow(2,-10*--G)+2)+H},easeInCirc:function(F,G,H,I,J){return -I*(Math.sqrt(1-(G/=J)*G)-1)+H},easeOutCirc:function(F,G,H,I,J){return I*Math.sqrt(1-(G=G/J-1)*G)+H},easeInOutCirc:function(F,G,H,I,J){if((G/=J/2)<1){return -I/2*(Math.sqrt(1-G*G)-1)+H}return I/2*(Math.sqrt(1-(G-=2)*G)+1)+H},easeInElastic:function(F,M,H,I,J){var L=1.70158;var K=0;var G=I;if(M==0){return H}if((M/=J)==1){return H+I}if(!K){K=J*0.3}if(G<Math.abs(I)){G=I;var L=K/4}else{var L=K/(2*Math.PI)*Math.asin(I/G)}return -(G*Math.pow(2,10*(M-=1))*Math.sin((M*J-L)*(2*Math.PI)/K))+H},easeOutElastic:function(F,M,H,I,J){var L=1.70158;var K=0;var G=I;if(M==0){return H}if((M/=J)==1){return H+I}if(!K){K=J*0.3}if(G<Math.abs(I)){G=I;var L=K/4}else{var L=K/(2*Math.PI)*Math.asin(I/G)}return G*Math.pow(2,-10*M)*Math.sin((M*J-L)*(2*Math.PI)/K)+I+H},easeInOutElastic:function(F,M,H,I,J){var L=1.70158;var K=0;var G=I;if(M==0){return H}if((M/=J/2)==2){return H+I}if(!K){K=J*(0.3*1.5)}if(G<Math.abs(I)){G=I;var L=K/4}else{var L=K/(2*Math.PI)*Math.asin(I/G)}if(M<1){return -0.5*(G*Math.pow(2,10*(M-=1))*Math.sin((M*J-L)*(2*Math.PI)/K))+H}return G*Math.pow(2,-10*(M-=1))*Math.sin((M*J-L)*(2*Math.PI)/K)*0.5+I+H},easeInBack:function(F,G,H,I,J,K){if(K==undefined){K=1.70158}return I*(G/=J)*G*((K+1)*G-K)+H},easeOutBack:function(F,G,H,I,J,K){if(K==undefined){K=1.70158}return I*((G=G/J-1)*G*((K+1)*G+K)+1)+H},easeInOutBack:function(F,G,H,I,J,K){if(K==undefined){K=1.70158}if((G/=J/2)<1){return I/2*(G*G*(((K*=(1.525))+1)*G-K))+H}return I/2*((G-=2)*G*(((K*=(1.525))+1)*G+K)+2)+H},easeInBounce:function(F,G,H,I,J){return I-C.easing.easeOutBounce(F,J-G,0,I,J)+H},easeOutBounce:function(F,G,H,I,J){if((G/=J)<(1/2.75)){return I*(7.5625*G*G)+H}else{if(G<(2/2.75)){return I*(7.5625*(G-=(1.5/2.75))*G+0.75)+H}else{if(G<(2.5/2.75)){return I*(7.5625*(G-=(2.25/2.75))*G+0.9375)+H}else{return I*(7.5625*(G-=(2.625/2.75))*G+0.984375)+H}}}},easeInOutBounce:function(F,G,H,I,J){if(G<J/2){return C.easing.easeInBounce(F,G*2,0,I,J)*0.5+H}return C.easing.easeOutBounce(F,G*2-J,0,I,J)*0.5+I*0.5+H}})})(jQuery);function AddToFavorites(){var A=document.title;var C=location.href;if(window.sidebar){window.sidebar.addPanel(A,C,"")}else{if(window.opera&&window.print){var B=document.createElement("a");B.setAttribute("href",C);B.setAttribute("title",A);B.setAttribute("rel","sidebar");B.click()}else{if(document.all){window.external.AddFavorite(C,A)}}}};function css_browser_selector(G){var E=G.toLowerCase(),C=function(J){return E.indexOf(J)>-1},D="gecko",H="webkit",F="safari",B="opera",I=document.getElementsByTagName("html")[0],A=[(!(/opera|webtv/i.test(E))&&/msie\s(\d)/.test(E))?("ie ie"+RegExp.$1):C("firefox/2")?D+" ff2":C("firefox/3.5")?D+" ff3 ff3_5":C("firefox/3")?D+" ff3":C("gecko/")?D:C("opera")?B+(/version\/(\d+)/.test(E)?" "+B+RegExp.$1:(/opera(\s|\/)(\d+)/.test(E)?" "+B+RegExp.$2:"")):C("konqueror")?"konqueror":C("chrome")?H+" chrome":C("iron")?H+" iron":C("applewebkit/")?H+" "+F+(/version\/(\d+)/.test(E)?" "+F+RegExp.$1:""):C("mozilla/")?D:"",C("j2me")?"mobile":C("iphone")?"iphone":C("ipod")?"ipod":C("mac")?"mac":C("darwin")?"mac":C("webtv")?"webtv":C("win")?"win":C("freebsd")?"freebsd":(C("x11")||C("linux"))?"linux":"","js"];c=A.join(" ");I.className+=" "+c;return c}css_browser_selector(navigator.userAgent);(function(B){var D,A,C;D=function(G){for(var F=0;F<G.parents().length;F++){A=G.parents().get(F);C=B.browser.safari?B(A).css("background"):B(A).css("background-color");if(C!=""&&C!="transparent"){return C}}};function E(F){F.elem.style[F.prop]=parseInt(F.now)+F.unit}jQuery.extend(jQuery.fx.step,{borderTopWidth:E,borderBottomWidth:E,borderLeftWidth:E,borderRightWidth:E});jQuery.fn.flip=function(F){return this.each(function(){var L,M,I,J,K,H;L=B(this);if(L.data("flipLock")){return false}else{L.data("flipLock",1)}M={width:L.width(),height:L.height(),bgColor:F.bgColor||L.css("background-color"),fontSize:L.css("font-size")||"12px",direction:F.direction||"tb",toColor:F.color||"#f00",speed:F.speed||500,top:L.offset().top,left:L.offset().left,target:F.content||null,transparent:D(L)||"#fff",onBefore:F.onBefore||function(){},onEnd:F.onEnd||function(){},onAnimation:F.onAnimation||function(){}};I="flipClone_"+(new Date()).getTime();L.css("visibility","hidden").clone(true).appendTo("body").html("").css({visibility:"visible",position:"absolute",left:M.left,top:M.top,margin:0,zIndex:9999}).attr("id",I);J={"tb":{"start":{fontSize:"0px",lineHeight:"0px",borderTopWidth:M.height,borderLeftWidth:"0px",borderRightWidth:"0px",borderBottomWidth:"0px",borderTopColor:M.bgColor,borderBottomColor:M.transparent,borderLeftColor:M.transparent,borderRightColor:M.transparent,borderStyle:"solid",height:"0px",width:M.width},"first":{borderTopWidth:"0px",borderLeftWidth:(M.height/100)*15,borderRightWidth:(M.height/100)*15,borderBottomWidth:"0px",borderTopColor:"#999",borderBottomColor:"#999",borderLeftColor:M.transparent,borderRightColor:M.transparent,top:(M.top+(M.height/2)),left:(M.left-(M.height/100)*15)},"second":{borderBottomWidth:M.height,borderTopWidth:"0px",borderLeftWidth:"0px",borderRightWidth:"0px",borderTopColor:M.transparent,borderBottomColor:M.toColor,borderLeftColor:M.transparent,borderRightColor:M.transparent,top:M.top,left:M.left}},"bt":{"start":{fontSize:"0px",lineHeight:"0px",borderTopWidth:"0px",borderLeftWidth:"0px",borderRightWidth:"0px",borderBottomWidth:M.height,borderTopColor:M.transparent,borderBottomColor:M.bgColor,borderLeftColor:M.transparent,borderRightColor:M.transparent,borderStyle:"solid",height:"0px",width:M.width},"first":{borderTopWidth:"0px",borderLeftWidth:(M.height/100)*15,borderRightWidth:(M.height/100)*15,borderBottomWidth:"0px",borderTopColor:"#999",borderBottomColor:"#999",borderLeftColor:M.transparent,borderRightColor:M.transparent,top:(M.top+(M.height/2)),left:(M.left-(M.height/100)*15)},"second":{borderTopWidth:M.height,borderLeftWidth:"0px",borderRightWidth:"0px",borderBottomWidth:"0px",borderTopColor:M.toColor,borderBottomColor:M.transparent,borderLeftColor:M.transparent,borderRightColor:M.transparent,top:M.top,left:M.left}},"lr":{"start":{width:"0px",fontSize:"0px",lineHeight:"0px",borderTopWidth:"0px",borderLeftWidth:M.width,borderRightWidth:"0px",borderBottomWidth:"0px",borderTopColor:M.transparent,borderBottomColor:M.transparent,borderLeftColor:M.bgColor,borderRightColor:M.transparent,borderStyle:"solid",height:M.height},"first":{borderTopWidth:(M.height/100)*10,borderLeftWidth:"0px",borderRightWidth:"0px",borderBottomWidth:(M.height/100)*10,borderTopColor:M.transparent,borderBottomColor:M.transparent,borderLeftColor:"#999",borderRightColor:"#999",top:M.top-(M.height/100)*10,left:M.left+(M.width/2)},"second":{borderTopWidth:"0px",borderLeftWidth:"0px",borderRightWidth:M.width,borderBottomWidth:"0px",borderTopColor:M.transparent,borderBottomColor:M.transparent,borderLeftColor:M.transparent,borderRightColor:M.toColor,top:M.top,left:M.left}},"rl":{"start":{width:"0px",fontSize:"0px",lineHeight:"0px",borderTopWidth:"0px",borderLeftWidth:"0px",borderRightWidth:M.width,borderBottomWidth:"0px",borderTopColor:M.transparent,borderBottomColor:M.transparent,borderLeftColor:M.transparent,borderRightColor:M.bgColor,borderStyle:"solid",height:M.height},"first":{borderTopWidth:(M.height/100)*10,borderLeftWidth:"0px",borderRightWidth:"0px",borderBottomWidth:(M.height/100)*10,borderTopColor:M.transparent,borderBottomColor:M.transparent,borderLeftColor:"#999",borderRightColor:"#999",top:M.top-(M.height/100)*10,left:M.left+(M.width/2)},"second":{borderTopWidth:"0px",borderLeftWidth:M.width,borderRightWidth:"0px",borderBottomWidth:"0px",borderTopColor:M.transparent,borderBottomColor:M.transparent,borderLeftColor:M.toColor,borderRightColor:M.transparent,top:M.top,left:M.left}}};K=L;H=function(){var N=M.target;return N&&N.jquery?N.html():N};function G(O,N){O.queue(function(){M.onBefore();O.html("").css(J[M.direction].start);O.dequeue()});O.animate(J[M.direction].first,M.speed);O.queue(function(){M.onAnimation();O.dequeue()});O.animate(J[M.direction].second,M.speed);O.queue(function(){N.css({backgroundColor:M.toColor,visibility:"visible"});var P=H();if(P){N.html(P)}O.remove();M.onEnd();N.removeData("flipLock");O.dequeue()})}G(B("#"+I),K)})}})(jQuery);$.fn.inputFocus=function(){$(this).focus(function(){var A=$(this).attr("value");var B=A.substr(0,5);$(this).attr("value","").css("color","black");$(this).blur(function(){if(($(this).attr("value")=="")&&(B=="Search")){$(this).attr("value",A).css("color","black")}})})};(function(B){B.fn.jcarousel=function(D){return this.each(function(){new C(this,D)})};var A={vertical:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:"normal",easing:"swing",auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:"<div></div>",buttonPrevHTML:"<div></div>",buttonNextEvent:"click",buttonPrevEvent:"click",buttonNextCallback:null,buttonPrevCallback:null};B.jcarousel=function(J,G){this.options=B.extend({},A,G||{});this.locked=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical?"left":"top";var K="",H=J.className.split(" ");for(var D=0;D<H.length;D++){if(H[D].indexOf("jcarousel-skin")!=-1){B(J).removeClass(H[D]);var K=H[D];break}}if(J.nodeName=="UL"||J.nodeName=="OL"){this.list=B(J);this.container=this.list.parent();if(this.container.hasClass("jcarousel-clip")){if(!this.container.parent().hasClass("jcarousel-container")){this.container=this.container.wrap("<div></div>")}this.container=this.container.parent()}else{if(!this.container.hasClass("jcarousel-container")){this.container=this.list.wrap("<div></div>").parent()}}}else{this.container=B(J);this.list=B(J).find(">ul,>ol,div>ul,div>ol")}if(K!=""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1){this.container.wrap('<div class=" '+K+'"></div>')}this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass("jcarousel-clip")){this.clip=this.list.wrap("<div></div>").parent()}this.buttonPrev=B(".jcarousel-prev",this.container);if(this.buttonPrev.size()==0&&this.options.buttonPrevHTML!=null){this.buttonPrev=this.clip.before(this.options.buttonPrevHTML).prev()}this.buttonPrev.addClass(this.className("jcarousel-prev"));this.buttonNext=B(".jcarousel-next",this.container);if(this.buttonNext.size()==0&&this.options.buttonNextHTML!=null){this.buttonNext=this.clip.before(this.options.buttonNextHTML).prev()}this.buttonNext.addClass(this.className("jcarousel-next"));this.clip.addClass(this.className("jcarousel-clip"));this.list.addClass(this.className("jcarousel-list"));this.container.addClass(this.className("jcarousel-container"));var F=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var E=this.list.children("li");var L=this;if(E.size()>0){var I=0,D=this.options.offset;E.each(function(){L.format(this,D++);I+=L.dimension(this,F)});this.list.css(this.wh,I+"px");if(!G||G.size===undefined){this.options.size=E.size()}}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display","block");this.funcNext=function(){L.next()};this.funcPrev=function(){L.prev()};this.funcResize=function(){L.reload()};if(this.options.initCallback!=null){this.options.initCallback(this,"init")}if(B.browser.safari){this.buttons(false,false);B(window).bind("load",function(){L.setup()})}else{this.setup()}};var C=B.jcarousel;C.fn=C.prototype={jcarousel:"0.2.3"};C.fn.extend=C.extend=B.extend;C.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.tail=null;this.inTail=false;if(this.locked){return}this.list.css(this.lt,this.pos(this.options.offset)+"px");var D=this.pos(this.options.start);this.prevFirst=this.prevLast=null;this.animate(D,false);B(window).unbind("resize",this.funcResize).bind("resize",this.funcResize)},reset:function(){this.list.empty();this.list.css(this.lt,"0px");this.list.css(this.wh,"10px");if(this.options.initCallback!=null){this.options.initCallback(this,"reset")}this.setup()},reload:function(){if(this.tail!=null&&this.inTail){this.list.css(this.lt,C.intval(this.list.css(this.lt))+this.tail)}this.tail=null;this.inTail=false;if(this.options.reloadCallback!=null){this.options.reloadCallback(this)}if(this.options.visible!=null){var E=this;var F=Math.ceil(this.clipping()/this.options.visible),D=0,G=0;B("li",this.list).each(function(H){D+=E.dimension(this,F);if(H+1<E.first){G=D}});this.list.css(this.wh,D+"px");this.list.css(this.lt,-G+"px")}this.scroll(this.first,false)},lock:function(){this.locked=true;this.buttons()},unlock:function(){this.locked=false;this.buttons()},size:function(D){if(D!=undefined){this.options.size=D;if(!this.locked){this.buttons()}}return this.options.size},has:function(F,D){if(D==undefined||!D){D=F}if(this.options.size!==null&&D>this.options.size){D=this.options.size}for(var G=F;G<=D;G++){var E=this.get(G);if(!E.length||E.hasClass("jcarousel-item-placeholder")){return false}}return true},get:function(D){return B(".jcarousel-item-"+D,this.list)},add:function(D,L){var K=this.get(D),F=0,I=0;if(K.length==0){var J,K=this.create(D),E=C.intval(D);while(J=this.get(--E)){if(E<=0||J.length){E<=0?this.list.prepend(K):J.after(K);break}}}else{F=this.dimension(K)}K.removeClass(this.className("jcarousel-item-placeholder"));typeof L=="string"?K.html(L):K.empty().append(L);var G=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var H=this.dimension(K,G)-F;if(D>0&&D<this.first){this.list.css(this.lt,C.intval(this.list.css(this.lt))-H+"px")}this.list.css(this.wh,C.intval(this.list.css(this.wh))+H+"px");return K},remove:function(E){var F=this.get(E);if(!F.length||(E>=this.first&&E<=this.last)){return}var D=this.dimension(F);if(E<this.first){this.list.css(this.lt,C.intval(this.list.css(this.lt))+D+"px")}F.remove();this.list.css(this.wh,C.intval(this.list.css(this.wh))-D+"px")},next:function(){this.stopAuto();if(this.tail!=null&&!this.inTail){this.scrollTail(false)}else{this.scroll(((this.options.wrap=="both"||this.options.wrap=="last")&&this.options.size!=null&&this.last==this.options.size)?1:this.first+this.options.scroll)}},prev:function(){this.stopAuto();if(this.tail!=null&&this.inTail){this.scrollTail(true)}else{this.scroll(((this.options.wrap=="both"||this.options.wrap=="first")&&this.options.size!=null&&this.first==1)?this.options.size:this.first-this.options.scroll)}},scrollTail:function(E){if(this.locked||this.animating||!this.tail){return}var D=C.intval(this.list.css(this.lt));!E?D-=this.tail:D+=this.tail;this.inTail=!E;this.prevFirst=this.first;this.prevLast=this.last;this.animate(D)},scroll:function(E,D){if(this.locked||this.animating){return}this.animate(this.pos(E),D)},pos:function(H){if(this.locked||this.animating){return}H=C.intval(H);if(this.options.wrap!="circular"){H=H<1?1:(this.options.size&&H>this.options.size?this.options.size:H)}var Q=this.first>H;var T=C.intval(this.list.css(this.lt));var P=this.options.wrap!="circular"&&this.first<=1?1:this.first;var M=Q?this.get(P):this.get(this.last);var I=Q?P:P-1;var O=null,J=0,D=false,N=0;while(Q?--I>=H:++I<H){O=this.get(I);D=!O.length;if(O.length==0){O=this.create(I).addClass(this.className("jcarousel-item-placeholder"));M[Q?"before":"after"](O)}M=O;N=this.dimension(O);if(D){J+=N}if(this.first!=null&&(this.options.wrap=="circular"||(I>=1&&(this.options.size==null||I<=this.options.size)))){T=Q?T+N:T-N}}var L=this.clipping();var R=[];var S=0,I=H,G=0;var M=this.get(H-1);while(++S){O=this.get(I);D=!O.length;if(O.length==0){O=this.create(I).addClass(this.className("jcarousel-item-placeholder"));M.length==0?this.list.prepend(O):M[Q?"before":"after"](O)}M=O;var N=this.dimension(O);if(N==0){alert("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...");return 0}if(this.options.wrap!="circular"&&this.options.size!==null&&I>this.options.size){R.push(O)}else{if(D){J+=N}}G+=N;if(G>=L){break}I++}for(var U=0;U<R.length;U++){R[U].remove()}if(J>0){this.list.css(this.wh,this.dimension(this.list)+J+"px");if(Q){T-=J;this.list.css(this.lt,C.intval(this.list.css(this.lt))-J+"px")}}var E=H+S-1;if(this.options.wrap!="circular"&&this.options.size&&E>this.options.size){E=this.options.size}if(I>E){S=0,I=E,G=0;while(++S){var O=this.get(I--);if(!O.length){break}G+=this.dimension(O);if(G>=L){break}}}var F=E-S+1;if(this.options.wrap!="circular"&&F<1){F=1}if(this.inTail&&Q){T+=this.tail;this.inTail=false}this.tail=null;if(this.options.wrap!="circular"&&E==this.options.size&&(E-S+1)>=1){var K=C.margin(this.get(E),!this.options.vertical?"marginRight":"marginBottom");if((G-K)>L){this.tail=G-L-K}}while(H-->F){T+=this.dimension(this.get(H))}this.prevFirst=this.first;this.prevLast=this.last;this.first=F;this.last=E;return T},animate:function(H,F){if(this.locked||this.animating){return}this.animating=true;var G=this;var D=function(){G.animating=false;if(H==0){G.list.css(G.lt,0)}if(G.options.wrap=="both"||G.options.wrap=="last"||G.options.size==null||G.last<G.options.size){G.startAuto()}G.buttons();G.notify("onAfterAnimation")};this.notify("onBeforeAnimation");if(!this.options.animation||F==false){this.list.css(this.lt,H+"px");D()}else{var E=!this.options.vertical?{"left":H}:{"top":H};this.list.animate(E,this.options.animation,this.options.easing,D)}},startAuto:function(D){if(D!=undefined){this.options.auto=D}if(this.options.auto==0){return this.stopAuto()}if(this.timer!=null){return}var E=this;this.timer=setTimeout(function(){E.next()},this.options.auto*1000)},stopAuto:function(){if(this.timer==null){return}clearTimeout(this.timer);this.timer=null},buttons:function(D,F){if(D==undefined||D==null){var D=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!="first")||this.options.size==null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=="first")&&this.options.size!=null&&this.last>=this.options.size){D=this.tail!=null&&!this.inTail}}if(F==undefined||F==null){var F=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!="last")||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!=null&&this.first==1){F=this.tail!=null&&this.inTail}}var E=this;this.buttonNext[D?"bind":"unbind"](this.options.buttonNextEvent,this.funcNext)[D?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",D?false:true);this.buttonPrev[F?"bind":"unbind"](this.options.buttonPrevEvent,this.funcPrev)[F?"removeClass":"addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",F?false:true);if(this.buttonNext.length>0&&(this.buttonNext[0].jcarouselstate==undefined||this.buttonNext[0].jcarouselstate!=D)&&this.options.buttonNextCallback!=null){this.buttonNext.each(function(){E.options.buttonNextCallback(E,this,D)});this.buttonNext[0].jcarouselstate=D}if(this.buttonPrev.length>0&&(this.buttonPrev[0].jcarouselstate==undefined||this.buttonPrev[0].jcarouselstate!=F)&&this.options.buttonPrevCallback!=null){this.buttonPrev.each(function(){E.options.buttonPrevCallback(E,this,F)});this.buttonPrev[0].jcarouselstate=F}},notify:function(E){var D=this.prevFirst==null?"init":(this.prevFirst<this.first?"next":"prev");this.callback("itemLoadCallback",E,D);if(this.prevFirst!==this.first){this.callback("itemFirstInCallback",E,D,this.first);this.callback("itemFirstOutCallback",E,D,this.prevFirst)}if(this.prevLast!==this.last){this.callback("itemLastInCallback",E,D,this.last);this.callback("itemLastOutCallback",E,D,this.prevLast)}this.callback("itemVisibleInCallback",E,D,this.first,this.last,this.prevFirst,this.prevLast);this.callback("itemVisibleOutCallback",E,D,this.prevFirst,this.prevLast,this.first,this.last)},callback:function(J,F,G,I,E,H,K){if(this.options[J]==undefined||(typeof this.options[J]!="object"&&F!="onAfterAnimation")){return}var M=typeof this.options[J]=="object"?this.options[J][F]:this.options[J];if(!B.isFunction(M)){return}var L=this;if(I===undefined){M(L,G,F)}else{if(E===undefined){this.get(I).each(function(){M(L,this,I,G,F)})}else{for(var D=I;D<=E;D++){if(D!==null&&!(D>=H&&D<=K)){this.get(D).each(function(){M(L,this,D,G,F)})}}}}},create:function(D){return this.format("<li></li>",D)},format:function(F,E){var D=B(F).addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+E));D.attr("jcarouselindex",E);return D},className:function(D){return D+" "+D+(!this.options.vertical?"-horizontal":"-vertical")},dimension:function(H,G){var D=H.jquery!=undefined?H[0]:H;var E=!this.options.vertical?D.offsetWidth+C.margin(D,"marginLeft")+C.margin(D,"marginRight"):D.offsetHeight+C.margin(D,"marginTop")+C.margin(D,"marginBottom");if(G==undefined||E==G){return E}var F=!this.options.vertical?G-C.margin(D,"marginLeft")-C.margin(D,"marginRight"):G-C.margin(D,"marginTop")-C.margin(D,"marginBottom");B(D).css(this.wh,F+"px");return this.dimension(D)},clipping:function(){return !this.options.vertical?this.clip[0].offsetWidth-C.intval(this.clip.css("borderLeftWidth"))-C.intval(this.clip.css("borderRightWidth")):this.clip[0].offsetHeight-C.intval(this.clip.css("borderTopWidth"))-C.intval(this.clip.css("borderBottomWidth"))},index:function(E,D){if(D==undefined){D=this.options.size}return Math.round((((E-1)/D)-Math.floor((E-1)/D))*D)+1}});C.extend({defaults:function(D){return B.extend(A,D||{})},margin:function(H,I){if(!H){return 0}var E=H.jquery!=undefined?H[0]:H;if(I=="marginRight"&&B.browser.safari){var F={"display":"block","float":"none","width":"auto"},D,G;B.swap(E,F,function(){D=E.offsetWidth});F["marginRight"]=0;B.swap(E,F,function(){G=E.offsetWidth});return G-D}return C.intval(B.css(E,I))},intval:function(D){D=parseInt(D);return isNaN(D)?0:D}})})(jQuery);(function(A){A.fn.lightBox=function(N){N=jQuery.extend({overlayBgColor:"#000",overlayOpacity:0.8,fixedNavigation:false,imageLoading:"/images/casestudylibrary/lightbox-loading.gif",imageBtnPrev:"/images/casestudylibrary/lightbox-btn-prev.png",imageBtnNext:"/images/casestudylibrary/lightbox-btn-next.png",imageBtnClose:"/images/casestudylibrary/lightbox-btn-close.png",imageBlank:"/images/casestudylibrary/lightbox-blank.gif",containerBorderSize:10,containerResizeSpeed:400,txtImage:"Image",txtOf:"of",keyToClose:"c",keyToPrev:"p",keyToNext:"n",imageArray:[],activeImage:0},N);var M=this;function J(){B(this,M);return false}function B(V,U){A("embed, object, select").css({"visibility":"hidden"});I();N.imageArray.length=0;N.activeImage=0;if(U.length==1){N.imageArray.push(new Array(V.getAttribute("href"),V.getAttribute("title")))}else{for(var T=0;T<U.length;T++){N.imageArray.push(new Array(U[T].getAttribute("href"),U[T].getAttribute("title")))}}while(N.imageArray[N.activeImage][0]!=V.getAttribute("href")){N.activeImage++}R()}function I(){A("body").append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+N.imageLoading+'"></a></div></div><a href="#" id="lightbox-cream-btnClose"><img src="'+N.imageBtnClose+'"></a></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a rel="external" id="lightbox-download" href="">Download</a></div></div></div></div>');var U=S();A("#jquery-overlay").css({backgroundColor:N.overlayBgColor,opacity:N.overlayOpacity,width:U[0],height:U[1]}).fadeIn();var T=K();A("#jquery-lightbox").css({top:T[1]+(U[3]/10),left:T[0]}).show();A("#jquery-overlay,#jquery-lightbox").click(function(){D()});A("#lightbox-loading-link,#lightbox-secNav-btnClose").click(function(){D();return false});A(window).resize(function(){var W=S();A("#jquery-overlay").css({width:W[0],height:W[1]});var V=K();A("#jquery-lightbox").css({top:V[1]+(W[3]/10),left:V[0]})})}function R(){A("#lightbox-loading").show();if(N.fixedNavigation){A("#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}else{A("#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}var T=new Image();T.onload=function(){A("#lightbox-image").attr("src",N.imageArray[N.activeImage][0]);Q(T.width,T.height);T.onload=function(){}};T.src=N.imageArray[N.activeImage][0]}function Q(X,Z){var a=A("#lightbox-container-image-box").width();var T=A("#lightbox-container-image-box").height();var Y=(X+(N.containerBorderSize*2));var V=(Z+(N.containerBorderSize*2));var W=a-Y;var U=T-V;A("#lightbox-container-image-box").animate({width:Y,height:V},N.containerResizeSpeed,function(){G()});if((W==0)&&(U==0)){if(A.browser.msie){F(250)}else{F(100)}}A("#lightbox-container-image-data-box").css({width:X});A("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({height:Z+(N.containerBorderSize*2)})}function G(){A("#lightbox-loading").hide();A("#lightbox-image").fadeIn(function(){C();E()});O()}function C(){A("#lightbox-container-image-data-box").slideDown("fast");A("#lightbox-image-details-caption").hide();if(N.imageArray[N.activeImage][1]){A("#lightbox-image-details-caption").html(N.imageArray[N.activeImage][1]).show()}if(N.imageArray.length>1){A("#lightbox-image-details-currentNumber").html(N.txtImage+" "+(N.activeImage+1)+" "+N.txtOf+" "+N.imageArray.length).show()}}function E(){A("#lightbox-nav").show();A("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({"background":"transparent url("+N.imageBlank+") no-repeat"});if(N.activeImage!=0){if(N.fixedNavigation){A("#lightbox-nav-btnPrev").css({"background":"url("+N.imageBtnPrev+") left 15% no-repeat"}).unbind().bind("click",function(){N.activeImage=N.activeImage-1;R();return false})}else{A("#lightbox-nav-btnPrev").unbind().hover(function(){A(this).css({"background":"url("+N.imageBtnPrev+") left 15% no-repeat"})},function(){A(this).css({"background":"transparent url("+N.imageBlank+") no-repeat"})}).show().bind("click",function(){N.activeImage=N.activeImage-1;R();return false})}}if(N.activeImage!=(N.imageArray.length-1)){if(N.fixedNavigation){A("#lightbox-nav-btnNext").css({"background":"url("+N.imageBtnNext+") right 15% no-repeat"}).unbind().bind("click",function(){N.activeImage=N.activeImage+1;R();return false})}else{A("#lightbox-nav-btnNext").unbind().hover(function(){A(this).css({"background":"url("+N.imageBtnNext+") right 15% no-repeat"})},function(){A(this).css({"background":"transparent url("+N.imageBlank+") no-repeat"})}).show().bind("click",function(){N.activeImage=N.activeImage+1;R();return false})}}H()}function H(){A(document).keydown(function(T){L(T)})}function P(){A(document).unbind()}function L(T){if(T==null){keycode=event.keyCode;escapeKey=27}else{keycode=T.keyCode;escapeKey=T.DOM_VK_ESCAPE}key=String.fromCharCode(keycode).toLowerCase();if((key==N.keyToClose)||(key=="x")||(keycode==escapeKey)){D()}if((key==N.keyToPrev)||(keycode==37)){if(N.activeImage!=0){N.activeImage=N.activeImage-1;R();P()}}if((key==N.keyToNext)||(keycode==39)){if(N.activeImage!=(N.imageArray.length-1)){N.activeImage=N.activeImage+1;R();P()}}}function O(){if((N.imageArray.length-1)>N.activeImage){objNext=new Image();objNext.src=N.imageArray[N.activeImage+1][0]}if(N.activeImage>0){objPrev=new Image();objPrev.src=N.imageArray[N.activeImage-1][0]}}function D(){A("#jquery-lightbox").remove();A("#jquery-overlay").fadeOut(function(){A("#jquery-overlay").remove()});A("embed, object, select").css({"visibility":"visible"})}function S(){var T,V;if(window.innerHeight&&window.scrollMaxY){T=window.innerWidth+window.scrollMaxX;V=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){T=document.body.scrollWidth;V=document.body.scrollHeight}else{T=document.body.offsetWidth;V=document.body.offsetHeight}}var W,U;if(self.innerHeight){if(document.documentElement.clientWidth){W=document.documentElement.clientWidth}else{W=self.innerWidth}U=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){W=document.documentElement.clientWidth;U=document.documentElement.clientHeight}else{if(document.body){W=document.body.clientWidth;U=document.body.clientHeight}}}if(V<U){pageHeight=U}else{pageHeight=V}if(T<W){pageWidth=T}else{pageWidth=W}arrayPageSize=new Array(pageWidth,pageHeight,W,U);return arrayPageSize}function K(){var T,U;if(self.pageYOffset){U=self.pageYOffset;T=self.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollTop){U=document.documentElement.scrollTop;T=document.documentElement.scrollLeft}else{if(document.body){U=document.body.scrollTop;T=document.body.scrollLeft}}}arrayPageScroll=new Array(T,U);return arrayPageScroll}function F(T){var U=new Date();V=null;do{var V=new Date()}while(V-U<T)}return this.unbind("click").click(J)}})(jQuery);(function(A){var C=A.scrollTo=function(E,F,D){A(window).scrollTo(E,F,D)};C.defaults={axis:"xy",duration:parseFloat(A.fn.jquery)>=1.3?0:1};C.window=function(D){return A(window)._scrollable()};A.fn._scrollable=function(){return this.map(function(){var E=this,F=!E.nodeName||A.inArray(E.nodeName.toLowerCase(),["iframe","#document","html","body"])!=-1;if(!F){return E}var D=(E.contentWindow||E).document||E.ownerDocument||E;return A.browser.safari||D.compatMode=="BackCompat"?D.body:D.documentElement})};A.fn.scrollTo=function(E,F,D){if(typeof F=="object"){D=F;F=0}if(typeof D=="function"){D={onAfter:D}}if(E=="max"){E=9000000000}D=A.extend({},C.defaults,D);F=F||D.speed||D.duration;D.queue=D.queue&&D.axis.length>1;if(D.queue){F/=2}D.offset=B(D.offset);D.over=B(D.over);return this._scrollable().each(function(){var J=this,I=A(J),K=E,H,L={},M=I.is("html,body");switch(typeof K){case"number":case"string":if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(K)){K=B(K);break}K=A(K,this);case"object":if(K.is||K.style){H=(K=A(K)).offset()}}A.each(D.axis.split(""),function(N,S){var P=S=="x"?"Left":"Top",T=P.toLowerCase(),U="scroll"+P,O=J[U],R=C.max(J,S);if(H){L[U]=H[T]+(M?0:O-I.offset()[T]);if(D.margin){L[U]-=parseInt(K.css("margin"+P))||0;L[U]-=parseInt(K.css("border"+P+"Width"))||0}L[U]+=D.offset[T]||0;if(D.over[T]){L[U]+=K[S=="x"?"width":"height"]()*D.over[T]}}else{var Q=K[T];L[U]=Q.slice&&Q.slice(-1)=="%"?parseFloat(Q)/100*R:Q}if(/^\d+$/.test(L[U])){L[U]=L[U]<=0?0:Math.min(L[U],R)}if(!N&&D.queue){if(O!=L[U]){G(D.onAfterFirst)}delete L[U]}});G(D.onAfter);function G(N){I.animate(L,F,D.easing,N&&function(){N.call(this,E,D)})}}).end()};C.max=function(F,I){var J=I=="x"?"Width":"Height",H="scroll"+J;if(!A(F).is("html,body")){return F[H]-A(F)[J.toLowerCase()]()}var D="client"+J,E=F.ownerDocument.documentElement,G=F.ownerDocument.body;return Math.max(E[H],G[H])-Math.min(E[D],G[D])};function B(D){return typeof D=="object"?D:{top:D,left:D}}})(jQuery);var tb_pathToImage="/Images/template/loadingAnimation.gif";
/*!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/
$(document).ready(function(){tb_init("a.thickbox, area.thickbox, input.thickbox");imgLoader=new Image();imgLoader.src=tb_pathToImage});function tb_init(A){$(A).click(function(){var B=this.title||this.name||null;var C=this.href||this.alt;var D=this.rel||false;tb_show(B,C,D);this.blur();return false})}function tb_show(A,E,B){try{if(typeof document.body.style.maxHeight==="undefined"){$("body","html").css({height:"100%",width:"100%"});$("html").css("overflow","hidden");if(document.getElementById("TB_HideSelect")===null){$("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove)}}else{if(document.getElementById("TB_overlay")===null){$("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove)}}if(tb_detectMacXFF()){$("#TB_overlay").addClass("TB_overlayMacFFBGHack")}else{$("#TB_overlay").addClass("TB_overlayBG")}if(A===null){A=""}$("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>");$("#TB_load").show();var D;if(E.indexOf("?")!==-1){D=E.substr(0,E.indexOf("?"))}else{D=E}var I=/\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;var J=D.toLowerCase().match(I);if(J==".jpg"||J==".jpeg"||J==".png"||J==".gif"||J==".bmp"){TB_PrevCaption="";TB_PrevURL="";TB_PrevHTML="";TB_NextCaption="";TB_NextURL="";TB_NextHTML="";TB_imageCount="";TB_FoundURL=false;if(B){TB_TempArray=$("a[@rel="+B+"]").get();for(TB_Counter=0;((TB_Counter<TB_TempArray.length)&&(TB_NextHTML===""));TB_Counter++){var H=TB_TempArray[TB_Counter].href.toLowerCase().match(I);if(!(TB_TempArray[TB_Counter].href==E)){if(TB_FoundURL){TB_NextCaption=TB_TempArray[TB_Counter].title;TB_NextURL=TB_TempArray[TB_Counter].href;TB_NextHTML="<span id='TB_next'>??<a href='#'>Next ></a></span>"}else{TB_PrevCaption=TB_TempArray[TB_Counter].title;TB_PrevURL=TB_TempArray[TB_Counter].href;TB_PrevHTML="<span id='TB_prev'>??<a href='#'>< Prev</a></span>"}}else{TB_FoundURL=true;TB_imageCount="Image "+(TB_Counter+1)+" of "+(TB_TempArray.length)}}}imgPreloader=new Image();imgPreloader.onload=function(){imgPreloader.onload=null;var N=tb_getPageSize();var L=N[0]-150;var M=N[1]-150;var O=imgPreloader.width;var P=imgPreloader.height;if(O>L){P=P*(L/O);O=L;if(P>M){O=O*(M/P);P=M}}else{if(P>M){O=O*(M/P);P=M;if(O>L){P=P*(L/O);O=L}}}TB_WIDTH=O+30;TB_HEIGHT=P+60;$("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+E+"' width='"+O+"' height='"+P+"' alt='"+A+"'/></a><div id='TB_caption'>"+A+"<div id='TB_secondLine'>"+TB_imageCount+TB_PrevHTML+TB_NextHTML+"</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div>");$("#TB_closeWindowButton").click(tb_remove);if(!(TB_PrevHTML==="")){function K(){if($(document).unbind("click",K)){$(document).unbind("click",K)}$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_PrevCaption,TB_PrevURL,B);return false}$("#TB_prev").click(K)}if(!(TB_NextHTML==="")){function Q(){$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_NextCaption,TB_NextURL,B);return false}$("#TB_next").click(Q)}document.onkeydown=function(R){if(R==null){keycode=event.keyCode}else{keycode=R.which}if(keycode==27){tb_remove()}else{if(keycode==190){if(!(TB_NextHTML=="")){document.onkeydown="";Q()}}else{if(keycode==188){if(!(TB_PrevHTML=="")){document.onkeydown="";K()}}}}};tb_position();$("#TB_load").remove();$("#TB_ImageOff").click(tb_remove);$("#TB_window").css({display:"block"})};imgPreloader.src=E}else{var F=E.replace(/^[^\?]+\??/,"");var C=tb_parseQuery(F);TB_WIDTH=(C["width"]*1)+30||630;TB_HEIGHT=(C["height"]*1)+40||440;ajaxContentW=TB_WIDTH-30;ajaxContentH=TB_HEIGHT-45;if(E.indexOf("TB_iframe")!=-1){urlNoQuery=E.split("TB_");$("#TB_iframeContent").remove();if(C["modal"]!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+A+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;' > </iframe>")}else{$("#TB_overlay").unbind();$("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;'> </iframe>")}}else{if($("#TB_window").css("display")!="block"){if(C["modal"]!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+A+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton'>close</a> or Esc Key</div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>")}else{$("#TB_overlay").unbind();$("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>")}}else{$("#TB_ajaxContent")[0].style.width=ajaxContentW+"px";$("#TB_ajaxContent")[0].style.height=ajaxContentH+"px";$("#TB_ajaxContent")[0].scrollTop=0;$("#TB_ajaxWindowTitle").html(A)}}$("#TB_closeWindowButton").click(tb_remove);if(E.indexOf("TB_inline")!=-1){$("#TB_ajaxContent").append($("#"+C["inlineId"]).children());$("#TB_window").unload(function(){$("#"+C["inlineId"]).append($("#TB_ajaxContent").children())});tb_position();$("#TB_load").remove();$("#TB_window").css({display:"block"})}else{if(E.indexOf("TB_iframe")!=-1){tb_position();if($.browser.safari){$("#TB_load").remove();$("#TB_window").css({display:"block"})}}else{$("#TB_ajaxContent").load(E+="&random="+(new Date().getTime()),function(){tb_position();$("#TB_load").remove();tb_init("#TB_ajaxContent a.thickbox");$("#TB_window").css({display:"block"})})}}}if(!C["modal"]){document.onkeyup=function(K){if(K==null){keycode=event.keyCode}else{keycode=K.which}if(keycode==27){tb_remove()}}}}catch(G){}}function tb_showIframe(){$("#TB_load").remove();$("#TB_window").css({display:"block"})}function tb_remove(){$("#TB_imageOff").unbind("click");$("#TB_closeWindowButton").unbind("click");$("#TB_window").fadeOut("fast",function(){$("#TB_window,#TB_overlay,#TB_HideSelect").trigger("unload").unbind().remove()});$("#TB_load").remove();if(typeof document.body.style.maxHeight=="undefined"){$("body","html").css({height:"auto",width:"auto"});$("html").css("overflow","")}document.onkeydown="";document.onkeyup="";return false}function tb_position(){$("#TB_window").css({marginLeft:"-"+parseInt((TB_WIDTH/2),10)+"px",width:TB_WIDTH+"px"});if(!(jQuery.browser.msie&&jQuery.browser.version<7)){$("#TB_window").css({marginTop:"-"+parseInt((TB_HEIGHT/2),10)+"px"})}}function tb_parseQuery(D){var F={};if(!D){return F}var G=D.split(/[;&]/);for(var B=0;B<G.length;B++){var E=G[B].split("=");if(!E||E.length!=2){continue}var A=unescape(E[0]);var C=unescape(E[1]);C=C.replace(/\+/g," ");F[A]=C}return F}function tb_getPageSize(){var C=document.documentElement;var B=window.innerWidth||self.innerWidth||(C&&C.clientWidth)||document.body.clientWidth;var A=window.innerHeight||self.innerHeight||(C&&C.clientHeight)||document.body.clientHeight;arrayPageSize=[B,A];return arrayPageSize}function tb_detectMacXFF(){var A=navigator.userAgent.toLowerCase();if(A.indexOf("mac")!=-1&&A.indexOf("firefox")!=-1){return true}};(function(E){var D={},B,H,L,I=E.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),K=false;E.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){E.tooltip.blocked=!E.tooltip.blocked}};E.fn.extend({tooltip:function(P){P=E.extend({},E.tooltip.defaults,P);N(P);return this.each(function(){E.data(this,"tooltip",P);this.tOpacity=D.parent.css("opacity");this.tooltipText=this.title;E(this).removeAttr("title");this.alt=""}).mouseover(F).mouseout(G).click(G)},fixPNG:I?function(){return this.each(function(){var P=E(this).css("backgroundImage");if(P.match(/^url\(["']?(.*\.png)["']?\)$/i)){P=RegExp.$1;E(this).css({"backgroundImage":"none","filter":"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+P+"')"}).each(function(){var Q=E(this).css("position");if(Q!="absolute"&&Q!="relative"){E(this).css("position","relative")}})}})}:function(){return this},unfixPNG:I?function(){return this.each(function(){E(this).css({"filter":"",backgroundImage:""})})}:function(){return this},hideWhenEmpty:function(){return this.each(function(){E(this)[E(this).html()?"show":"hide"]()})},url:function(){return this.attr("href")||this.attr("src")}});function N(P){if(D.parent){return}D.parent=E('<div id="'+P.id+'"><h3></h3><div class="body"></div><div class="url"></div></div>').appendTo(document.body).hide();if(E.fn.bgiframe){D.parent.bgiframe()}D.title=E("h3",D.parent);D.body=E("div.body",D.parent);D.url=E("div.url",D.parent)}function O(P){return E.data(P,"tooltip")}function J(P){if(O(this).delay){L=setTimeout(M,O(this).delay)}else{M()}K=!!O(this).track;E(document.body).bind("mousemove",A);A(P)}function F(){if(E.tooltip.blocked||this==B||(!this.tooltipText&&!O(this).bodyHandler)){return}B=this;H=this.tooltipText;if(O(this).bodyHandler){D.title.hide();var Q=O(this).bodyHandler.call(this);if(Q.nodeType||Q.jquery){D.body.empty().append(Q)}else{D.body.html(Q)}D.body.show()}else{if(O(this).showBody){var S=H.split(O(this).showBody);D.title.html(S.shift()).show();D.body.empty();for(var R=0,P;(P=S[R]);R++){if(R>0){D.body.append("<br/>")}D.body.append(P)}D.body.hideWhenEmpty()}else{D.title.html(H).show();D.body.hide()}}if(O(this).showURL&&E(this).url()){D.url.html(E(this).url().replace("http://","")).show()}else{D.url.hide()}D.parent.addClass(O(this).extraClass);if(O(this).fixPNG){D.parent.fixPNG()}J.apply(this,arguments)}function M(){L=null;if((!I||!E.fn.bgiframe)&&O(B).fade){if(D.parent.is(":animated")){D.parent.stop().show().fadeTo(O(B).fade,B.tOpacity)}else{D.parent.is(":visible")?D.parent.fadeTo(O(B).fade,B.tOpacity):D.parent.fadeIn(O(B).fade)}}else{D.parent.show()}A()}function A(S){if(E.tooltip.blocked){return}if(S&&S.target.tagName=="OPTION"){return}if(!K&&D.parent.is(":visible")){E(document.body).unbind("mousemove",A)}if(B==null){E(document.body).unbind("mousemove",A);return}D.parent.removeClass("viewport-right").removeClass("viewport-bottom");var T=D.parent[0].offsetLeft;var Q=D.parent[0].offsetTop;if(S){T=S.pageX+O(B).left;Q=S.pageY+O(B).top;var U="auto";if(O(B).positionLeft){U=E(window).width()-T;T="auto"}D.parent.css({left:T,right:U,top:Q})}var R=C(),P=D.parent[0];if(R.x+R.cx<P.offsetLeft+P.offsetWidth){T-=P.offsetWidth+20+O(B).left;D.parent.css({left:T+"px"}).addClass("viewport-right")}if(R.y+R.cy<P.offsetTop+P.offsetHeight){Q-=P.offsetHeight+20+O(B).top;D.parent.css({top:Q+"px"}).addClass("viewport-bottom")}}function C(){return{x:E(window).scrollLeft(),y:E(window).scrollTop(),cx:E(window).width(),cy:E(window).height()}}function G(Q){if(E.tooltip.blocked){return}if(L){clearTimeout(L)}B=null;var R=O(this);function P(){D.parent.removeClass(R.extraClass).hide().css("opacity","")}if((!I||!E.fn.bgiframe)&&R.fade){if(D.parent.is(":animated")){D.parent.stop().fadeTo(R.fade,0,P)}else{D.parent.stop().fadeOut(R.fade,P)}}else{P()}if(O(this).fixPNG){D.parent.unfixPNG()}}})(jQuery);(function(A){A.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(C,B){if(C=="selected"){if(this.options.collapsible&&B==this.options.selected){return}this.select(B)}else{this.options[C]=B;if(C=="deselectable"){this.options.collapsible=B}this._tabify()}},_tabId:function(B){return B.title&&B.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+A.data(B)},_sanitizeSelector:function(B){return B.replace(/:/g,"\\:")},_cookie:function(){var B=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+A.data(this.list[0]));return A.cookie.apply(null,[B].concat(A.makeArray(arguments)))},_ui:function(C,B){return{tab:C,panel:B,index:this.anchors.index(C)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var B=A(this);B.html(B.data("label.tabs")).removeData("label.tabs")})},_tabify:function(E){this.list=this.element.children("ul:first");this.lis=A("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return A("a",this)[0]});this.panels=A([]);var M=this,F=this.options;var J=/^#.+/;this.anchors.each(function(R,P){var S=A(P).attr("href");var U=S.split("#")[0],Q;if(U&&(U===location.toString().split("#")[0]||(Q=A("base")[0])&&U===Q.href)){S=P.hash;P.href=S}if(J.test(S)){M.panels=M.panels.add(M._sanitizeSelector(S))}else{if(S!="#"){A.data(P,"href.tabs",S);A.data(P,"load.tabs",S.replace(/#.*$/,""));var O=M._tabId(P);P.href="#"+O;var T=A("#"+O);if(!T.length){T=A(F.panelTemplate).attr("id",O).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(M.panels[R-1]||M.list);T.data("destroy.tabs",true)}M.panels=M.panels.add(T)}else{F.disabled.push(R)}}});if(E){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(F.selected===undefined){if(location.hash){this.anchors.each(function(P,O){if(O.hash==location.hash){F.selected=P;return false}})}if(typeof F.selected!="number"&&F.cookie){F.selected=parseInt(M._cookie(),10)}if(typeof F.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){F.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}F.selected=F.selected||0}else{if(F.selected===null){F.selected=-1}}F.selected=((F.selected>=0&&this.anchors[F.selected])||F.selected<0)?F.selected:0;F.disabled=A.unique(F.disabled.concat(A.map(this.lis.filter(".ui-state-disabled"),function(O,P){return M.lis.index(O)}))).sort();if(A.inArray(F.selected,F.disabled)!=-1){F.disabled.splice(A.inArray(F.selected,F.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(F.selected>=0&&this.anchors.length){this.panels.eq(F.selected).removeClass("ui-tabs-hide");this.lis.eq(F.selected).addClass("ui-tabs-selected ui-state-active");M.element.queue("tabs",function(){M._trigger("show",null,M._ui(M.anchors[F.selected],M.panels[F.selected]))});this.load(F.selected)}A(window).bind("unload",function(){M.lis.add(M.anchors).unbind(".tabs");M.lis=M.anchors=M.panels=null})}else{F.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[F.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(F.cookie){this._cookie(F.selected,F.cookie)}for(var B=0,C;(C=this.lis[B]);B++){A(C)[A.inArray(B,F.disabled)!=-1&&!A(C).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(F.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(F.event!="mouseover"){var L=function(O,P){if(P.is(":not(.ui-state-disabled)")){P.addClass("ui-state-"+O)}};var G=function(O,P){P.removeClass("ui-state-"+O)};this.lis.bind("mouseover.tabs",function(){L("hover",A(this))});this.lis.bind("mouseout.tabs",function(){G("hover",A(this))});this.anchors.bind("focus.tabs",function(){L("focus",A(this).closest("li"))});this.anchors.bind("blur.tabs",function(){G("focus",A(this).closest("li"))})}var N,H;if(F.fx){if(A.isArray(F.fx)){N=F.fx[0];H=F.fx[1]}else{N=H=F.fx}}function I(P,O){P.css({display:""});if(A.browser.msie&&O.opacity){P[0].style.removeAttribute("filter")}}var D=H?function(P,O){A(P).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");O.hide().removeClass("ui-tabs-hide").animate(H,H.duration||"normal",function(){I(O,H);M._trigger("show",null,M._ui(P,O[0]))})}:function(P,O){A(P).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");O.removeClass("ui-tabs-hide");M._trigger("show",null,M._ui(P,O[0]))};var K=N?function(P,O){O.animate(N,N.duration||"normal",function(){M.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");O.addClass("ui-tabs-hide");I(O,N);M.element.dequeue("tabs")})}:function(Q,P,O){M.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");P.addClass("ui-tabs-hide");M.element.dequeue("tabs")};this.anchors.bind(F.event+".tabs",function(){var Q=this,O=A(this).closest("li"),P=M.panels.filter(":not(.ui-tabs-hide)"),R=A(M._sanitizeSelector(this.hash));if((O.hasClass("ui-tabs-selected")&&!F.collapsible)||O.hasClass("ui-state-disabled")||O.hasClass("ui-state-processing")||M._trigger("select",null,M._ui(this,R[0]))===false){this.blur();return false}F.selected=M.anchors.index(this);M.abort();if(F.collapsible){if(O.hasClass("ui-tabs-selected")){F.selected=-1;if(F.cookie){M._cookie(F.selected,F.cookie)}M.element.queue("tabs",function(){K(Q,P)}).dequeue("tabs");this.blur();return false}else{if(!P.length){if(F.cookie){M._cookie(F.selected,F.cookie)}M.element.queue("tabs",function(){D(Q,R)});M.load(M.anchors.index(this));this.blur();return false}}}if(F.cookie){M._cookie(F.selected,F.cookie)}if(R.length){if(P.length){M.element.queue("tabs",function(){K(Q,P)})}M.element.queue("tabs",function(){D(Q,R)});M.load(M.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(A.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var B=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var C=A.data(this,"href.tabs");if(C){this.href=C}var D=A(this).unbind(".tabs");A.each(["href","load","cache"],function(F,E){D.removeData(E+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(A.data(this,"destroy.tabs")){A(this).remove()}else{A(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(B.cookie){this._cookie(null,B.cookie)}},add:function(D,G,F){if(F===undefined){F=this.anchors.length}var I=this,C=this.options,H=A(C.tabTemplate.replace(/#\{href\}/g,D).replace(/#\{label\}/g,G)),B=!D.indexOf("#")?D.replace("#",""):this._tabId(A("a",H)[0]);H.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var E=A("#"+B);if(!E.length){E=A(C.panelTemplate).attr("id",B).data("destroy.tabs",true)}E.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(F>=this.lis.length){H.appendTo(this.list);E.appendTo(this.list[0].parentNode)}else{H.insertBefore(this.lis[F]);E.insertBefore(this.panels[F])}C.disabled=A.map(C.disabled,function(J,K){return J>=F?++J:J});this._tabify();if(this.anchors.length==1){H.addClass("ui-tabs-selected ui-state-active");E.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){I._trigger("show",null,I._ui(I.anchors[0],I.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[F],this.panels[F]))},remove:function(E){var C=this.options,B=this.lis.eq(E).remove(),D=this.panels.eq(E).remove();if(B.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(E+(E+1<this.anchors.length?1:-1))}C.disabled=A.map(A.grep(C.disabled,function(F,G){return F!=E}),function(F,G){return F>=E?--F:F});this._tabify();this._trigger("remove",null,this._ui(B.find("a")[0],D[0]))},enable:function(C){var B=this.options;if(A.inArray(C,B.disabled)==-1){return}this.lis.eq(C).removeClass("ui-state-disabled");B.disabled=A.grep(B.disabled,function(D,E){return D!=C});this._trigger("enable",null,this._ui(this.anchors[C],this.panels[C]))},disable:function(D){var C=this,B=this.options;if(D!=B.selected){this.lis.eq(D).addClass("ui-state-disabled");B.disabled.push(D);B.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[D],this.panels[D]))}},select:function(B){if(typeof B=="string"){B=this.anchors.index(this.anchors.filter("[href$="+B+"]"))}else{if(B===null){B=-1}}if(B==-1&&this.options.collapsible){B=this.options.selected}this.anchors.eq(B).trigger(this.options.event+".tabs")},load:function(G){var F=this,C=this.options,D=this.anchors.eq(G)[0],E=A.data(D,"load.tabs");this.abort();if(!E||this.element.queue("tabs").length!==0&&A.data(D,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(G).addClass("ui-state-processing");if(C.spinner){var B=A("span",D);B.data("label.tabs",B.html()).html(C.spinner)}this.xhr=A.ajax(A.extend({},C.ajaxOptions,{url:E,success:function(H,I){A(F._sanitizeSelector(D.hash)).html(H);F._cleanup();if(C.cache){A.data(D,"cache.tabs",true)}F._trigger("load",null,F._ui(F.anchors[G],F.panels[G]));try{C.ajaxOptions.success(H,I)}catch(J){}F.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(C,B){this.anchors.eq(C).removeData("cache.tabs").data("load.tabs",B)},length:function(){return this.anchors.length}});A.extend(A.ui.tabs,{version:"1.7.2",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});A.extend(A.ui.tabs.prototype,{rotation:null,rotate:function(C,D){var E=this,G=this.options;var F=E._rotate||(E._rotate=function(H){clearTimeout(E.rotation);E.rotation=setTimeout(function(){var I=G.selected;E.select(++I<E.anchors.length?I:0)},C);if(H){H.stopPropagation()}});var B=E._unrotate||(E._unrotate=!D?function(H){if(H.clientX){E.rotate(null)}}:function(H){t=G.selected;F()});if(C){this.element.bind("tabsshow",F);this.anchors.bind(G.event+".tabs",B);F()}else{clearTimeout(E.rotation);this.element.unbind("tabsshow",F);this.anchors.unbind(G.event+".tabs",B);delete this._rotate;delete this._unrotate}}})})(jQuery);new function(){var A={"auto":function(E){return E!=undefined?D.auto=E:D.auto},"init":function(){return D.init()},"transform":function(E){return D.widont(E)}};$.jqwidont=A;var D={"auto":true,"init":B,"widont":C,"regexp":new RegExp("[\\n\\r\\s]+([^\\n\\r\\s(?:&#160;)]+[\\n\\r\\s]*)$","m")};$(document).ready(function(){if(D.auto){B()}});function B(){$("h1,h2,h3,h4,h5,h6").widont()}$.fn.widont=function(){return $(this).each(function(){var E=$(this);E.html(D.widont(E.html()))})};function C(E){return E.replace(D.regexp,"&#160;$1")}}();var CAROUSEL={setHeight:function(){$carousel=$("#carousel");var A=0,B=0;$carousel.children().each(function(){B=$(this).height();if(B>A){A=B}$(".jcarousel-container, .jcarousel-clip").css("height",A)})}};var CREAM={init:function(){Cufon.replace("h1");Cufon.replace("h2");Cufon.replace(".mpu h3");Cufon.replace("#metaData dt");Cufon.replace(".csToolbox h3");CREAM.widowsOrphans();CREAM.openNewWindow();CREAM.printPage();CREAM.addLink();CREAM.callInputFocus();CREAM.secondaryNav();CREAM.whatIsCream();CREAM.addLastClass();CREAM.downloadUpDown();CREAM.sharePage();CREAM.csCarousel();CREAM.addTooltip()},widowsOrphans:function(){$.jqwidont.auto(false);$("p").widont()},openNewWindow:function(){$("a[rel='external']").each(function(){$(this).click(function(){window.open(this.href);return false})})},printPage:function(){$("#printPage").click(function(){window.print();return false})},addLink:function(){var B=document.location.href,A="<p class='printLink'>[ "+B+" ]</p>";if($(".csContent").length){$(".csContent").after(A)}else{if($(".lessons").length){$(".lessons").after(A)}}},callInputFocus:function(){$("input[type='text']").inputFocus()},secondaryNav:function(){$(".secondarynav li:last").addClass("last")},whatIsCream:function(){$("#whatIsCream").hide();$("#openWhatIsCream").click(function(){$("#whatIsCream").slideToggle();return false});$("#whatIsCream a").live("click",function(){$("#whatIsCream").slideToggle();return false})},addLastClass:function(){$("ul.tags li:last-child").addClass("last");if($(".tabbed").length){if(($("#summary").length)&&($.browser.msie)&&($.browser.version=="6.0")){return false}else{$(".tabbed").tabs({cache:false,ajaxOptions:{async:false,cache:false}})}if($.browser.msie&&$.browser.version=="6.0"){$(".ui-tabs-nav").css("right","2px")}$(".ui-tabs-nav li:last-child").addClass("last")}},downloadUpDown:function(){$(".csToolbox div.download").hide();$(".csToolbox a.down").live("click",function(){$(this).removeClass().addClass("up");$(this).next(".download").slideDown();return false});$(".csToolbox a.up").live("click",function(){$(this).removeClass().addClass("down");$(this).next(".download").slideUp();return false})},sharePage:function(){var E=document.location.href,F=$(".intro > h1").text(),D="http://del.icio.us/post?url="+E+"&title="+F,G="http://digg.com/submit?url="+E+"&title="+F,C="http://reddit.com/submit?url="+E+"&title="+F,H="http://www.facebook.com/sharer.php?u="+E,B="http://www.stumbleupon.com/submit?url="+E+"&title="+F,A="http://twitter.com/home?status=I just found this amazing case study on Cream "+E;$("#delicious").attr("href",D);$("#digg").attr("href",G);$("#reddit").attr("href",C);$("#facebook").attr("href",H);$("#stumbleupon").attr("href",B);$("#twitter").attr("href",A)},csCarousel:function(){if($("#csControlContent").length){CSCONTROL.init()}},addTooltip:function(){var B="<h3>Campaign Of The Week Newsletter</h3><div><p>A weekly intelligence newsletter bringing the very best of Cream to your inbox including: The Campaign of the Week, news, analysis and commentary from experts on our blog.</p><img src='/images/template/newsletterThumb.png' /></div>",A="<h3>M&ampM</h3><p>Lorem ipsum dolor sit amet, cour adipisng elit. Maecenas ac nibh. Lorem ipsum dolor sit amet, cour adipiscing elit. Maecenas ac nibh.</p>",C="<h3>Coming soon!</h3>",D="<h3>What is an RSS Feed?</h3><p>RSS feeds allow you to see when websites have added new content. You can get the latest content in one place, as soon as its published, without having to visit the websites you have taken the feed from.</p><p>There is some discussion as to what RSS stands for, but most people plump for 'Really Simple Syndication'. In essence, the feeds themselves are just web pages, designed to be read by computers rather than people.</p><h3>How do I start using feeds?</h3><p>In general, the first thing you need is something called a feed reader. This is a piece of software that checks the feeds and lets you read any new articles that have been added. There are many different versions, some of which are accessed using a browser, and some of which are downloadable applications.</p><p>Browser-based news readers let you catch up with your RSS feed subscriptions from any computer, whereas downloadable applications let you store them on your main computer, in the same way that you either download your e-mail using Outlook, or keep it on a web-based service like Hotmail.</p><p>You can subscribe to a Cream RSS feed in various ways, including by dragging the URL of the feed into your news reader or by cutting and pasting the same URL into a new feed in your news reader. Most sites that offer feeds use a similar orange button, but some may just have a normal web link.</p><p>Some browsers, including Firefox, Opera and Safari, automatically check for feeds for you when you visit a website, and display an icon when they find one. This can make subscribing to feeds much easier. For more details on these, please check their websites.</p>";$(".newsletter .tooltip").tooltip({track:true,delay:0,showURL:false,showBody:" - ",bodyHandler:function(){return $(B)},fade:250});$(".newsletter .tooltip").click(function(){return false});$(".rss .tooltip").click(function(){return false});$(".rss .tooltip").tooltip({track:true,delay:0,showURL:false,showBody:" - ",extraClass:"feed",bodyHandler:function(){return $(D)},fade:250})}};var CSCONTROL={init:function(){var J=$(".caseStudyControl"),E=$("#csControlContent"),G=E.find("img.imgThumb"),A=E.find("img.imgFull"),K=E.find("li").size(),C=[K],B=[K],I=[K],D=[K],F=[K],H=[K];CSCONTROL.getCaptions(E,K,C,B,D,I,H,F);CSCONTROL.buildWrappers(J);CSCONTROL.addListItems(G,D,K,C,B,I,H,F);CSCONTROL.triggerCarousels();CSCONTROL.downloadUpDown();CSCONTROL.sharePage();CSCONTROL.tabLink()},getCaptions:function(D,A,C,B,H,G,F,E){for(i=0;i<A;i++){C[i]=D.find("li").eq(i).find(".captionTitle").text();B[i]=D.find("li").eq(i).find(".captionNotes").text();if(D.find("li").eq(i).find("div.videoContainer").length){F[i]=1;E[i]=D.find("li").eq(i).find("div.videoContainer")}else{F[i]=0;H[i]=D.find("li").eq(i).find("img.imgFull");G[i]=H[i].attr("src")}}return},buildWrappers:function(A){$("#csControlContent").remove();A.append("<div class='skin-cream-lg'><ul id='csControlTopCarousel'></ul></div><div class='skin-cream-sm'><ul id='csControlBottomCarousel'></ul></div>")},addListItems:function(J,B,M,G,E,L,K,I){var C=null,D=null,A=0;for(A=0;A<M;A++){$("#csControlTopCarousel, #csControlBottomCarousel").append("<li></li>");var F=$("#csControlTopCarousel > li"),H=$("#csControlBottomCarousel > li");if(K[A]==1){F.eq(A).append(I[A]);H.eq(A).append(J[A])}else{if(K[A]==0){D="<div class='caption'><ul><li>"+G[A]+"</li><li>"+E[A]+"</li></ul><a href='"+L[A]+"' class='zoom' >Zoom</a></div>";C=G[A]+" - "+E[A];F.eq(A).append(B[A]);F.eq(A).append(D);F.eq(A).find(".zoom").attr("title",C);F.eq(A).find(".caption").hide();F.hover(function(){var N=$(this).find("div.caption");N.slideDown();N.find("a").lightBox()},function(){$(this).find("div.caption").slideUp()});H.eq(A).append(J[A])}}}},triggerCarousels:function(){$("#csControlTopCarousel").find("div.videoContainer").hide();tcInitCallback=function(A){$(".#csControlBottomCarousel .jcarousel-item").click(function(){var B=$(this).closest("li").attr("jcarouselindex");A.scroll($.jcarousel.intval(B));return false})};tcVisibleInCallback=function(A,C,B){$(C).find("div.videoContainer").show();$(C).find("div.videoContainer > object").css("visibility","visible")};tcVisibleOutCallback=function(A,C,B){$(C).find("div.videoContainer").hide()};$("#csControlBottomCarousel").jcarousel({scroll:5});$("#csControlTopCarousel").jcarousel({scroll:1,initCallback:tcInitCallback,itemVisibleInCallback:{onAfterAnimation:tcVisibleInCallback},itemVisibleOutCallback:{onBeforeAnimation:tcVisibleOutCallback}})},downloadUpDown:function(){$(".csToolbox div.download").hide();$(".csToolbox a.down").live("click",function(){$(this).removeClass().addClass("up");$(this).next(".download").slideDown();return false});$(".csToolbox a.up").live("click",function(){$(this).removeClass().addClass("down");$(this).next(".download").slideUp();return false})},sharePage:function(){var E=document.location.href,F=$(".intro > h1").text(),D="http://del.icio.us/post?url="+E+"&title="+F,G="http://digg.com/submit?url="+E+"&title="+F,C="http://reddit.com/submit?url="+E+"&title="+F,H="http://www.facebook.com/sharer.php?u="+E,B="http://www.stumbleupon.com/submit?url="+E+"&title="+F,A="http://twitter.com/home?status=I just found this amazing case study on Cream "+E;$("#delicious").attr("href",D);$("#digg").attr("href",G);$("#reddit").attr("href",C);$("#facebook").attr("href",H);$("#stumbleupon").attr("href",B);$("#twitter").attr("href",A)},tabLink:function(){var A=$(".tabbed").tabs({cache:false,ajaxOptions:{async:false,cache:false}});$(".csBlock a.comments").click(function(){A.tabs("select",1);$.scrollTo("#comments",800);return false})},newsTabLink:function(){$(".csBlock a.comments").click(function(){$.scrollTo("#comments",800);return false})}};var CSLIB={addCarousels:function(){$("#latest #latestCarousel").jcarousel({scroll:3});$("#mostViewed #mostViewedCarousel").jcarousel({scroll:3});$("#topRated #topRatedCarousel").jcarousel({scroll:3})}};var EMPTYLIST={removeAnchorTags:function(){var A=$(".emptyList");if(A.length){A.parent().find(".more, .viewAll").hide();$(".rightCol .caseStudy").css("padding","1em 0 1.5em")}}};var FILTER={addOpenClose:function(){$(".filters .hd h2").after("<a href='#' class='close'>Close</a>")},addSlideEvent:function(){$(".filters a.close").live("click",function(){$(this).removeClass().addClass("open").text("Open");$(this).parent().next(".mod").slideUp();return false});$(".filters a.open").live("click",function(){$(this).removeClass().addClass("close").text("Close");$(this).parent().next().slideDown();return false})}};var FLIP={bindRotation:function(){var A=$(".creamShuffle > ul");if($.browser.msie&&$.browser.version=="6.0"){A.children("li").removeClass("back")}else{setTimeout(function(){A.children("li").each(function(B){if(B!=4){$(this).flip({direction:"rl",bgColor:"#ffffff",color:"#ffffff",speed:200});$(this).toggleClass("back")}})},1000)}}};var GOHOME={addClick:function(){$("#goToHomePage").click(function(){window.location="/"})}};var LOADING={browseloading:function(){$(".browseSection fieldset input").live("click",function(){var A=$("#loading"),B=$(".browseSection").height()+10;A.css("height",B);A.children("div").css("padding-top","85px")})},indexloading:function(){$loading=$("#loading");var B=$loading.closest("div.mod").height()+50,C=$loading.children("p").height(),A=(B-C)/3;$loading.css("height",B);$loading.children("div").css("padding-top",A)},commentloading:function(){var A=$("#loading"),B=A.parent().parent().height();A.css("height",B).css("width","420px").css("margin-top","26px").css("margin-left","1px");A.find("div").css("padding-top","140px")},pollloading:function(){var A=$("#loading"),B=A.parent().prev().height(),D=A.parent().prev().width(),C=(B-24)/2;A.css("height",B).css("width",D).css("margin-top","40px").find("div").css("padding-top",C)},accountloading:function(){var A=$("#loading"),B=780,D=584,C=(B-24)/2;if($.browser.msie){B=850}A.css("height",B).css("width",D).find("div").css("padding-top",C)},creativityloading:function(){$loading=$("#loading");var B=$loading.closest("div.mod").height()+50,C=$loading.children("p").height(),A=(B-C)/3;$loading.css("height",B);$loading.children("div").css("padding-top",A)}};var MYACCOUNT={checkURL:function(){var A=document.location.hash,B=$(".tabbed");switch(A){case"#one":B.tabs("select",0);break;case"#two":B.tabs("select",1);break;case"#three":B.tabs("select",2);break;case"#four":B.tabs("select",3);break}}};var RESULTS={addOpenClose:function(){$(".notify .emailAlert").hide()},addSlideEvent:function(){$(".notify a.open").live("click",function(){$(this).parent().next(".emailAlert").slideToggle();return false});$(".notify a.close").live("click",function(){$(this).parent().slideUp();return false})},uncheckAll:function(){$("#uncheckAll").click(function(){$(".filters input:checkbox:checked").each(function(){this.checked=!this.checked})})}};var SCFORM={init:function(){$(".submitContentForm input.sc-submit").click(function(){SCFORM.removeErrDiv();SCFORM.addErrDiv();SCFORM.checkErrStatus()})},removeErrDiv:function(){if($(".submitContentForm div.errors").length){$(".submitContentForm div.errors").remove()}},addErrDiv:function(){var A=[];if($(".submitContentForm li span[id$='RFV']").length){$(".submitContentForm li:last").prepend("<div class='errors'><strong>Please correct the following errors and re-submit the form.</strong></div>");$(".submitContentForm li:last div.errors").append("<ul class='errMsgs'></ul>");$(".submitContentForm li span[id$='RFV']").each(function(B){A[B]=$(this).text();$(".submitContentForm ul.errMsgs").append("<li>"+A[B]+"</li>");$(this).parent().addClass("error")})}},checkErrStatus:function(){$(".submitContentForm input, .submitContentForm textarea").blur(function(){if($(this).attr("value")){$(this).parent().removeClass("error")}})}};var SEARCH={addOpenClose:function(){$(".searchForm .keySearchOptions").hide();$(".searchForm .keySearchOptions").eq(0).show();$(".searchForm .box div h2").after("<a href='#' class='open'>Open</a>");$("a.open").eq(0).removeClass().addClass("close").text("Close")},addSlideEvent:function(){$("a.close").live("click",function(){$(this).removeClass().addClass("open").text("Open");$(this).next(".keySearchOptions").slideUp();return false});$("a.open").live("click",function(){$(this).removeClass().addClass("close").text("Close");$(this).next(".keySearchOptions").slideDown();return false})}};var SUBSCRIBE={switchTabs:function(){var A=$(".tabbed").tabs({cache:false,ajaxOptions:{async:false,cache:false}});$("#keyBenefits a").click(function(){A.tabs("select",1);return false});$("#advertiserBenefits a").click(function(){if($(this).hasClass("prev")){A.tabs("select",0)}else{A.tabs("select",2)}return false});$("#mediaOwnerBenefits a").click(function(){if($(this).hasClass("prev")){A.tabs("select",1)}else{A.tabs("select",3)}return false});$("#agencyBenefits a").click(function(){if($(this).hasClass("prev")){A.tabs("select",2)}else{A.tabs("select",4)}return false});$("#websiteFeatures a").click(function(){A.tabs("select",3);return false})},premiumExpand:function(){$(".libraryItemExpand").hide();$(".libraryItem a.open").live("click",function(){$(this).removeClass().addClass("close").text("Hide additional information").closest("div").next().slideDown();return false});$(".libraryItem a.close").live("click",function(){$(this).removeClass().addClass("open").text("Expand additional information").closest("div").next().slideUp();return false})},regForm:function(){var B=null,C=null,A=null,D=null;$("#titleSelect").blur(function(){B=$(this).val();if((B!="Select one")&&(B!=null)){$("#postalSalutationSelect").val(B)}});$("#firstNameInput").blur(function(){C=$(this).val();if((C!="Enter text")&&(C!=null)){$("#billFirstNameInput").val(C)}});$("#lastNameInput").blur(function(){A=$(this).val();if((A!="Enter text")&&(A!=null)){$("#billLastNameInput").val(A)}});$("#companyNameInput").blur(function(){D=$(this).val();if((D!="Enter text")&&(D!=null)){$("#billCompanyNameInput").val(D)}})},addTooltip:function(){var A="<h3>CAPTCHA</h3><p>A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a program that protects websites against automated attacks by generating and grading tests that humans can pass but current computer programs cannot.</p>";$(".leaveDetails .tooltip").tooltip({track:true,delay:0,showURL:false,showBody:" - ",bodyHandler:function(){return $(A)},fade:250});$(".leaveDetails .tooltip").click(function(){return false})}};$(function(){CREAM.init();if($("#comments").length){LOADING.commentloading()}if($(".poll").length){LOADING.pollloading()}if($("#viewedit").length){LOADING.accountloading()}EMPTYLIST.removeAnchorTags();pageName=$("body").attr("class");switch(pageName){case"home":$(".account .libraryItem ul.tags li:first-child").prepend("(");$(".account .libraryItem ul.tags li:last-child").append(")");if($(".forgottenPassword").length){GOHOME.addClick()}if($("#keyBenefits").length){SUBSCRIBE.switchTabs()}if($("#companyNameInput").length){SUBSCRIBE.regForm()}if($(".libraryItemExpand").length){SUBSCRIBE.premiumExpand()}if($(".leaveDetails").length){SUBSCRIBE.addTooltip()}if($(".creamShuffle").length){FLIP.bindRotation()}if($(".newsPhoto").length){CSCONTROL.newsTabLink();$(".newsPhoto a").lightBox()}if($(".submitContentForm").length){SCFORM.init()}break;case"brands":if($("#carousel").length){$("#carousel").jcarousel({scroll:1});CAROUSEL.setHeight()}if($(".browseSection").length){LOADING.browseloading()}break;case"agencies":if($(".browseSection").length){LOADING.browseloading()}if($(".creativityIndex").length){LOADING.indexloading()}break;case"mediaOwners":if($(".browseSection").length){LOADING.browseloading()}break;case"digital":if($("#carousel").length){$("#carousel").jcarousel({scroll:1});CAROUSEL.setHeight()}if($(".browseSection").length){LOADING.browseloading()}$(".lcContent ul.tags li:first-child").prepend("(");$(".lcContent ul.tags li:last-child").append(")");break;case"caseStudyLibrary":CSLIB.addCarousels();$("div.csLeftCol ul.tags li:first-child").prepend("(");$("div.csLeftCol ul.tags li:last-child").append(")");break;case"aroundTheGlobe":$(".chart a.viewLarger").lightBox();break;case"searchResults":MYACCOUNT.checkURL();if($(".searchForm").length){SEARCH.addOpenClose();SEARCH.addSlideEvent()}if($(".searchSubContentInner .filters").length){RESULTS.addOpenClose();RESULTS.addSlideEvent();RESULTS.uncheckAll();FILTER.addOpenClose();FILTER.addSlideEvent()}break}});