
/*

	head.js: this file controls JS for the standard header.
	
	v 1.1
	
	NOTE: requires jquery
	
	UConn Web Template v4
	by UITS Web Development
	webdev@uconn.edu
	Mar 2010
	
*/







/* CUFON
------------------------------------------------------------- */
/* this area contains both the base cufon code, as well as code to create Adobe Garamond Pro */

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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1989, 1992, 1994, 1996, 1998, 1999, 2000, 2001 Adobe Systems Incorporated.
 * All rights reserved. Protected by U.S. Patents D318,290.
 * 
 * Trademark:
 * Adobe Garamond is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * AGaramondPro-Regular
 * 
 * Designer:
 * Robert Slimbach
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Adobe Garamond Pro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 2 6 5 6 2 4 3","ascent":"261","descent":"-99","x-height":"5","cap-height":"1","bbox":"-14 -270 357.925 97","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90,"k":{"W":5,"V":5,"T":16,"Y":5}},"!":{"d":"40,5v-10,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,20,9,20,21v0,12,-8,20,-20,20xm40,-233v26,2,18,12,15,43r-11,116v-2,2,-7,2,-9,0r-13,-148v0,-9,6,-11,18,-11","w":79},"\"":{"d":"44,-252v17,0,16,6,14,23r-10,58v-3,3,-5,3,-8,0r-12,-72v0,-8,6,-9,16,-9xm102,-252v18,0,16,7,13,23r-9,58v-3,3,-6,3,-9,0r-11,-72v0,-8,6,-9,16,-9","w":145},"#":{"d":"120,-145r-42,0r-16,58r43,0xm172,-145r-37,0r-15,58r35,0r-5,18r-36,0r-18,68r-14,0r18,-68r-43,0r-18,68r-14,0r18,-68r-40,0r6,-18r39,0r15,-58r-40,0r6,-18r39,0r16,-62r16,0r-17,62r42,0r16,-62r16,0r-17,62r37,0"},"$":{"d":"90,-138r10,-82v-66,5,-47,66,-10,82xm98,-103r-11,92v24,0,47,-10,47,-39v0,-16,-4,-36,-36,-53xm117,-258r-4,28v11,0,23,2,36,5v3,8,8,28,8,41v-1,3,-6,3,-8,1v-4,-11,-12,-30,-37,-36r-10,87v28,14,58,33,58,70v0,36,-29,62,-75,62r-4,34v-3,2,-9,2,-12,0r5,-35v-50,-4,-51,-11,-54,-58v1,-2,5,-4,8,-1v5,15,17,42,47,48r12,-96v-26,-11,-54,-31,-54,-65v0,-32,25,-56,69,-57v2,-11,-2,-37,15,-28"},"%":{"d":"288,-65v0,28,-16,70,-55,70v-39,0,-56,-42,-56,-70v0,-29,17,-70,56,-70v39,0,55,41,55,70xm262,-65v0,-19,-3,-60,-29,-60v-26,0,-30,41,-30,60v0,19,4,60,30,60v26,0,29,-41,29,-60xm126,-161v0,28,-16,70,-55,70v-39,0,-55,-42,-55,-70v0,-29,16,-69,55,-69v39,0,55,40,55,69xm100,-161v0,-19,-2,-59,-28,-59v-26,0,-30,40,-30,59v0,19,4,60,30,60v26,0,28,-41,28,-60xm229,-229r-147,243v-6,0,-10,-3,-10,-8r145,-241v4,0,9,2,12,6","w":303},"&":{"d":"183,-74v10,-14,38,-59,45,-83v1,-9,-33,0,-21,-15r80,-2v8,11,-8,10,-15,12v-20,3,-30,21,-41,39v-12,19,-27,39,-42,60v22,39,59,70,96,37v3,0,5,4,4,7v-14,18,-35,24,-57,24v-38,0,-47,-22,-60,-44v-21,23,-47,44,-79,44v-51,0,-70,-37,-70,-65v0,-37,26,-59,58,-78v-13,-9,-28,-23,-28,-44v0,-57,98,-65,97,-6v0,24,-18,34,-36,44v20,12,45,35,69,70xm90,-131v-18,9,-40,31,-40,60v-1,66,87,68,115,22v-17,-30,-46,-63,-75,-82xm102,-220v-38,7,-31,56,4,69v24,-11,32,-66,-4,-69","w":294},"(":{"d":"108,-248v-73,65,-73,236,0,301v0,4,-1,6,-5,6v-96,-54,-97,-258,0,-312v4,0,5,1,5,5","w":115,"k":{"W":-4,"V":-4,"J":-12,"T":-4,"Y":-4}},")":{"d":"7,53v74,-65,74,-236,0,-301v0,-4,1,-5,5,-5v96,54,97,258,0,312v-4,0,-5,-2,-5,-6","w":115},"*":{"d":"76,-243r3,46r45,-22v3,0,6,4,5,7r-42,29r41,29v1,3,0,7,-4,7r-45,-23r-3,47v-2,2,-7,2,-9,0r-4,-47r-45,23v-3,0,-5,-4,-4,-7r41,-29r-41,-29v-1,-3,1,-7,4,-7r45,22r4,-46v2,-2,6,-2,9,0","w":141},"+":{"d":"101,0r-21,0r0,-65r-59,0r0,-18r59,0r0,-59r21,0r0,59r58,0r0,18r-58,0r0,65"},",":{"d":"50,4v-3,-23,-27,-15,-27,-32v0,-8,6,-16,18,-16v49,11,24,84,-19,88v-10,-17,32,-14,28,-40","w":90},"-":{"d":"14,-81r84,-8v7,4,8,15,3,21r-84,8v-6,-5,-7,-15,-3,-21","w":115,"k":{"W":25}},".":{"d":"45,5v-10,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,20,9,20,21v0,12,-8,20,-20,20","w":90},"\/":{"d":"107,-247r-75,253r-21,0r75,-253r21,0","w":117},"0":{"d":"90,-230v102,0,101,235,0,235v-53,0,-75,-61,-75,-118v0,-54,22,-117,75,-117xm90,-220v-40,0,-42,73,-42,107v0,34,2,107,42,107v40,0,42,-73,42,-107v0,-34,-2,-107,-42,-107"},"1":{"d":"79,-44r0,-122v3,-34,-9,-34,-34,-36v-3,-1,-4,-7,-1,-8v33,-4,50,-18,63,-19r-1,185v-2,37,5,35,30,36v2,2,3,8,0,9v-30,-2,-56,-1,-86,0v-3,-1,-3,-7,-1,-9v24,-1,30,1,30,-36"},"2":{"d":"9,-4v34,-29,111,-88,111,-154v0,-33,-16,-53,-45,-53v-22,0,-37,15,-47,36v-3,2,-9,0,-9,-5v17,-64,133,-70,132,8v11,37,-83,126,-93,146v24,9,98,9,101,-19v3,-1,7,0,8,2v-5,18,-12,37,-17,44r-138,0v-1,0,-3,-2,-3,-5"},"3":{"d":"161,-82v0,52,-70,102,-111,102v-16,0,-35,-5,-35,-22v0,-7,5,-14,14,-14v18,1,16,24,36,24v23,0,65,-31,65,-71v0,-32,-16,-59,-47,-59v-18,0,-31,9,-39,18v-6,-1,-10,-6,-8,-13v26,-14,77,-23,77,-66v0,-48,-65,-30,-78,1v-4,1,-8,-1,-8,-5v13,-48,113,-64,116,-2v0,15,-6,29,-39,46v-2,4,0,5,4,5v27,2,53,22,53,56"},"4":{"d":"109,-159v0,-10,13,-12,21,-13v5,0,5,4,5,11r0,70v-3,20,43,-6,31,23v-11,2,-32,-6,-31,8v1,29,-5,58,25,52v2,2,2,8,-1,9v-30,-2,-51,-1,-82,0v-3,-1,-3,-7,-1,-9v32,4,35,-11,33,-51v0,-9,-2,-9,-11,-9r-86,0v-9,-3,-5,-12,2,-20r115,-161v3,-6,17,-8,20,-2r-116,162v-4,6,1,6,10,6r56,0v9,0,10,-2,10,-10r0,-66"},"5":{"d":"28,-149r19,-64v2,-6,4,-9,10,-10r86,-12v10,5,-6,20,-9,25r-68,10v-16,0,-14,19,-19,31v-3,7,5,7,12,7v45,0,96,24,96,79v0,62,-72,105,-129,107v-4,-1,-4,-8,-1,-11v56,-3,103,-37,103,-86v0,-51,-55,-64,-97,-65v-5,0,-6,-3,-3,-11"},"6":{"d":"14,-85v0,-31,11,-76,49,-113v37,-37,81,-48,103,-51v3,1,3,6,1,8v-23,8,-54,18,-80,46v-31,32,-41,72,-41,109v0,42,14,80,50,80v27,0,41,-24,41,-55v0,-37,-22,-70,-61,-57v-3,-13,22,-17,35,-17v35,0,57,28,57,65v0,42,-31,75,-76,75v-53,0,-78,-41,-78,-90"},"7":{"d":"129,-203v-42,0,-94,-14,-111,18v-3,1,-7,0,-8,-3v4,-10,10,-24,13,-38v33,2,114,2,147,0v1,0,2,2,2,3v-42,72,-85,168,-125,246v-6,1,-11,-2,-12,-7r101,-206v5,-11,5,-13,-7,-13"},"8":{"d":"95,-230v32,0,59,17,59,52v0,30,-24,43,-42,55v25,14,47,33,47,67v0,38,-30,61,-72,61v-32,0,-66,-16,-66,-60v0,-27,24,-46,48,-61v-21,-12,-41,-28,-41,-56v0,-37,30,-58,67,-58xm91,-6v26,0,42,-17,42,-43v0,-28,-27,-48,-53,-60v-24,16,-33,36,-33,51v0,30,17,52,44,52xm92,-220v-25,0,-38,19,-38,40v0,25,25,40,48,51v37,-18,39,-91,-10,-91"},"9":{"d":"86,-220v-23,0,-40,18,-40,50v0,34,20,71,57,59v2,10,-17,14,-31,15v-29,0,-55,-24,-55,-61v0,-43,33,-73,74,-73v45,0,71,38,71,91v0,39,-16,86,-53,119v-27,24,-61,38,-85,42v-3,-1,-4,-7,-2,-9v70,-23,105,-57,108,-154v0,-33,-9,-79,-44,-79"},":":{"d":"45,-101v-10,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,20,9,20,21v0,12,-8,20,-20,20xm45,5v-10,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,20,9,20,21v0,12,-8,20,-20,20","w":90},";":{"d":"50,4v-3,-23,-27,-15,-27,-32v0,-8,6,-16,18,-16v49,11,24,84,-19,88v-10,-17,32,-14,28,-40xm45,-101v-10,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,20,9,20,21v0,12,-8,20,-20,20","w":90},"<":{"d":"20,-82r140,-67r0,21r-114,54r114,54r0,20r-140,-66r0,-16"},"=":{"d":"159,-110r0,18r-138,0r0,-18r138,0xm159,-56r0,18r-138,0r0,-18r138,0"},">":{"d":"20,-149r140,67r0,16r-140,66r0,-20r114,-55r-114,-53r0,-21"},"?":{"d":"65,-144v41,-21,13,-67,-30,-60v-3,0,-12,-6,-12,-15v0,-7,5,-14,14,-14v40,0,83,75,49,106v-20,11,-52,18,-38,52v-1,3,-5,4,-7,2v-13,-18,-21,-55,6,-62xm45,5v-10,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,21,9,21,21v0,12,-9,20,-21,20","w":115},"@":{"d":"163,-117v-33,3,-60,58,-61,83v7,12,12,2,33,-14v19,-14,39,-48,43,-59v-2,-5,-7,-10,-15,-10xm74,-29v2,-27,54,-106,99,-101v5,0,11,3,13,8r9,-18v6,-2,15,0,18,4v-5,11,-36,85,-42,100v-3,8,-1,12,8,12v38,-1,70,-29,70,-74v0,-51,-41,-83,-94,-83v-71,0,-114,60,-114,126v0,42,25,99,107,99v26,0,44,-8,56,-13v3,1,4,4,3,7v-81,44,-191,9,-191,-93v0,-85,68,-138,142,-138v134,0,143,179,13,180v-50,1,-16,-20,-14,-42v-22,22,-53,42,-68,42v-10,0,-15,-8,-15,-16","w":275},"A":{"d":"167,-15v-4,-21,-13,-49,-20,-69v-6,-19,-48,-5,-70,-9v-22,2,-16,33,-26,47v-5,16,-8,26,-8,30v-4,11,35,3,22,17v-16,-2,-53,-1,-72,0v-7,-18,31,-3,33,-28r68,-177v5,-13,7,-20,6,-26v12,-1,16,-18,24,-10r65,193v13,36,15,37,41,39v3,2,2,8,0,9v-25,-2,-63,-1,-85,0v-3,-1,-4,-7,-1,-9v8,-1,24,-1,23,-7xm107,-199v-10,21,-23,58,-32,83v-3,8,-2,9,8,9r44,0v10,0,11,-1,8,-11","w":224,"k":{"c":4,"C":4,"d":4,"e":2,"G":4,"o":2,"O":4,"t":2,"T":25,"u":6,"U":7,"Y":22,"z":-2,"Q":4,"V":29,"W":36,"b":4,"p":4,"q":2,"v":15,"w":15}},"B":{"d":"17,-236v58,-3,168,-19,166,52v0,26,-15,40,-37,50v0,4,3,4,7,5v19,4,48,21,48,60v0,56,-63,69,-139,69v-16,0,-28,1,-41,1v-4,-3,-2,-12,5,-10v19,-3,20,-7,20,-45r0,-137v1,-34,-6,-35,-29,-36v-3,-2,-3,-8,0,-9xm76,-113v1,47,-12,103,36,103v32,0,56,-14,56,-50v0,-28,-15,-62,-72,-62v-19,0,-20,2,-20,9xm97,-228v-13,0,-20,0,-21,12r0,73v0,10,0,11,18,10v37,-1,57,-12,57,-46v0,-35,-27,-49,-54,-49","w":217,"k":{"h":4,"b":2,"W":12,"V":7,"e":2,"T":4,"u":4,"U":4,"r":4,"y":6,"a":4,"i":4,"k":4,"l":4}},"C":{"d":"226,-6v-92,32,-210,-5,-210,-111v0,-105,113,-148,216,-116v0,8,2,31,5,53v-2,3,-6,2,-9,0v-5,-24,-22,-52,-74,-52v-55,0,-102,34,-102,109v0,76,48,118,107,118v46,0,67,-31,75,-52v3,-2,8,-1,9,2v-3,19,-12,42,-17,49","w":250,"k":{"u":6,"z":6,"r":2,"y":9}},"D":{"d":"264,-122v0,72,-61,129,-143,125v-44,-1,-64,-5,-104,-2v-5,-4,0,-12,7,-10v21,-3,22,-7,22,-45r0,-137v1,-30,-4,-35,-25,-36v-3,-2,-3,-9,1,-9v31,-3,59,-3,90,-3v88,0,152,43,152,117xm115,-228v-38,0,-40,-5,-39,33r0,133v-1,42,10,54,51,54v70,0,101,-46,101,-113v0,-40,-19,-107,-113,-107","w":280,"k":{"e":2,"o":4,"u":4,"Y":4,"V":7,"W":7,"r":4,"a":2,"i":4,"h":6}},"E":{"d":"76,-57v3,44,-5,46,50,46v57,0,48,-4,72,-40v3,-2,8,-1,9,2v-3,13,-12,40,-17,50r-177,0v-7,-8,3,-10,11,-10v21,-2,22,-7,22,-45r0,-130v1,-41,-3,-43,-28,-46v-2,-1,-1,-8,1,-9r159,0v2,6,5,32,6,48v-1,2,-7,3,-9,1v-3,-38,-42,-38,-89,-36v-11,0,-10,0,-10,14r0,72v-4,18,20,7,32,10v33,0,39,1,42,-29v2,-2,9,-3,10,0v-2,17,-2,54,0,71v-17,8,-7,-28,-24,-28r-49,-1v-11,0,-11,0,-11,9r0,51","w":210,"k":{"c":2,"d":2,"e":2,"o":2,"t":6,"u":6,"Y":4,"z":2,"V":4,"W":4,"b":4,"p":6,"q":2,"v":11,"w":11,"r":2,"y":15,"i":2,"h":4,"g":2,"k":4,"l":4,"n":2,"f":4,"j":4,"m":2,"x":2}},"F":{"d":"76,-212r0,76v-3,18,23,7,36,10v33,0,39,0,43,-30v2,-2,8,-2,9,0v-1,18,-1,54,0,72v-16,6,-8,-25,-24,-28v-9,-2,-38,-2,-53,-2v-11,0,-11,1,-11,10v3,33,-12,102,22,95v8,-1,18,2,11,10r-93,0v-5,-5,0,-12,8,-10v21,-3,22,-7,22,-45r0,-130v1,-42,-3,-42,-27,-46v-2,-1,-2,-8,0,-9r157,0v0,17,0,34,1,48v-1,2,-6,3,-9,1v0,-36,-38,-38,-82,-36v-11,0,-10,0,-10,14","w":193,"k":{".":50,",":50,"e":13,"o":13,"u":9,"r":13,"y":6,"a":17,"i":12,"l":6,"A":13}},"G":{"d":"161,-5v40,0,43,-7,43,-46v0,-38,-13,-32,-39,-37v-3,-1,-3,-8,0,-9v19,1,65,2,89,0v6,3,2,11,-5,10v-28,1,-16,66,-7,80v-24,3,-58,13,-83,13v-74,0,-144,-47,-142,-122v2,-77,56,-128,146,-127v35,0,46,7,68,8v0,12,3,30,6,52v-1,3,-8,4,-10,2v-10,-39,-37,-52,-74,-52v-70,0,-100,50,-100,104v0,69,36,124,108,124","w":268,"k":{"e":2,"o":2,"u":4,"r":9,"y":4,"a":2,"i":4,"h":4,"l":2,"n":6}},"H":{"d":"197,-116r-103,0v-36,-4,-11,40,-18,62v-1,44,5,44,32,46v2,1,1,8,-1,9v-34,-2,-56,-1,-87,0v-4,-3,-2,-12,5,-10v20,-4,21,-7,21,-45r0,-130v1,-45,-4,-44,-31,-46v-2,-1,-1,-8,1,-9r87,0v4,5,1,12,-6,10v-32,-7,-21,56,-21,87v0,11,1,11,18,11r103,0v34,5,12,-32,18,-53v1,-43,-3,-43,-29,-46v-2,-1,-2,-8,0,-9r87,0v4,5,-1,12,-7,10v-21,2,-22,7,-22,45r0,130v-1,43,3,43,30,46v2,1,2,8,0,9r-88,0v-4,-4,1,-11,7,-10v36,5,22,-62,22,-96v0,-11,-1,-11,-18,-11","w":290,"k":{"e":6,"o":6,"u":11,"y":9,"a":2,"i":6}},"I":{"d":"46,-55r0,-128v1,-44,-4,-45,-31,-47v-2,-1,-1,-8,1,-9r90,0v5,6,0,12,-8,10v-21,2,-22,8,-22,46r0,128v-1,43,4,44,31,47v2,1,1,8,-1,9r-90,0v-5,-5,0,-12,8,-10v21,-3,22,-8,22,-46","w":121,"k":{"c":6,"d":6,"e":6,"o":6,"t":9,"u":12,"z":2,"b":2,"p":12,"v":9,"w":9,"r":6,"y":4,"a":6,"i":4,"h":2,"g":2,"k":2,"l":2,"n":4,"f":2,"j":6,"m":4,"s":6}},"J":{"d":"28,53v31,-3,23,-75,23,-100r0,-136v1,-46,-5,-44,-33,-47v-2,-1,-2,-8,0,-9r90,0v4,4,1,11,-5,10v-21,3,-22,8,-22,46r0,134v4,71,-22,118,-79,121v-4,0,-16,0,-16,-7v0,-21,25,-16,42,-12","w":124,"k":{"e":11,"o":11,"u":13,"y":4,"a":11,"i":9}},"K":{"d":"46,-54r0,-130v1,-44,-4,-43,-31,-46v-2,-1,-1,-8,1,-9r87,0v4,5,1,12,-6,10v-32,-7,-18,56,-21,87v-2,14,6,15,14,10r58,-56v9,-9,27,-25,30,-36v-1,-5,-27,-5,-15,-15v24,1,52,2,75,0v3,2,3,7,1,9v-49,5,-80,52,-116,83v-11,9,-13,11,-2,22r90,101v11,12,21,15,39,16v3,2,2,8,-1,9v-22,-2,-58,-1,-84,0v-3,-1,-4,-7,-2,-9v12,0,24,-4,12,-13r-58,-66v-21,-23,-26,-31,-35,-31v-12,6,-5,46,-6,64v-2,44,3,44,30,46v2,1,1,8,-1,9r-85,0v-4,-3,-1,-12,6,-10v19,-3,20,-7,20,-45","w":243,"k":{"C":13,"e":2,"G":13,"o":6,"O":13,"u":9,"Q":13,"v":11,"w":17,"y":9}},"L":{"d":"76,-58v4,45,-4,47,46,47v60,0,46,-4,68,-40v2,-2,9,-1,9,2v0,4,-10,40,-15,50r-170,0v-2,-1,-2,-7,0,-9v28,-2,32,-2,32,-46r0,-130v2,-44,-4,-43,-32,-46v-2,-1,-2,-8,0,-9r91,0v5,5,0,11,-7,10v-21,2,-22,7,-22,45r0,126","w":199,"k":{"C":4,"G":4,"O":4,"T":36,"u":2,"U":6,"Y":25,"Q":4,"V":32,"W":40,"w":13,"y":17,"j":4,"A":-4}},"M":{"d":"65,-191v-5,47,-4,100,-7,149v-2,35,7,32,30,34v3,2,2,8,-1,9v-24,-1,-52,-2,-76,0v-5,-5,0,-11,7,-10v15,-2,20,-5,22,-30r10,-159v3,-26,-6,-29,-29,-32v-2,-2,-2,-8,1,-9v23,2,34,1,58,0v12,65,58,137,86,192v25,-57,74,-135,89,-192v25,2,35,1,59,0v5,6,-2,12,-8,10v-23,2,-25,9,-25,34v1,38,4,105,4,157v0,24,7,30,29,30v2,2,3,8,0,9r-86,0v-3,-2,-3,-7,-1,-9v22,-1,28,-4,28,-32r-2,-150r-94,192v-2,2,-5,3,-7,0","w":328,"k":{"j":6,"c":9,"d":9,"e":9,"o":9,"u":13,"y":11,"a":4,"i":4,"n":2}},"N":{"d":"245,-221v-11,64,-3,148,-4,223v-1,2,-3,4,-7,4r-172,-198v-3,51,-7,129,5,176v2,6,19,7,29,8v2,3,2,7,-1,9v-29,-1,-53,-2,-79,0v-3,-2,-3,-7,-1,-9v43,8,27,-52,30,-82v-4,-44,10,-99,-8,-130v-6,-6,-17,-9,-28,-10v-2,-2,-2,-8,1,-9v25,1,39,2,57,0v40,63,110,135,157,184v1,-51,6,-122,-6,-167v2,-6,-40,-3,-28,-17r80,0v4,4,1,11,-5,10v-12,2,-19,5,-20,8","w":281,"k":{"e":11,"o":11,"u":11,"y":11,"a":11,"i":9}},"O":{"d":"145,6v-80,0,-128,-57,-128,-122v0,-72,54,-127,128,-127v83,0,125,60,125,123v0,73,-56,126,-125,126xm149,-5v43,0,85,-33,85,-104v0,-59,-26,-123,-95,-123v-37,0,-86,25,-86,104v0,53,25,123,96,123","w":286,"k":{"c":2,"d":2,"e":2,"o":2,"t":2,"T":11,"u":2,"Y":11,"z":2,"V":9,"W":19,"b":2,"p":2,"q":2,"r":2,"a":2,"i":2,"h":4,"g":2,"k":4,"l":4,"n":2,"f":2,"j":4,"m":2,"s":2,"A":11,"X":11}},"P":{"d":"17,-236v69,-7,173,-10,169,66v-3,53,-43,65,-86,68v-3,-1,-2,-6,0,-7v76,-7,68,-122,-5,-119v-19,0,-19,1,-19,13r0,161v-2,44,4,43,33,46v2,2,1,8,-1,9r-90,0v-4,-4,-1,-12,6,-10v21,-3,22,-7,22,-45r0,-133v2,-40,-6,-36,-30,-40v-3,-2,-2,-8,1,-9","w":197,"k":{"h":2,"H":4,".":65,",":65,"e":19,"o":19,"t":6,"u":11,"r":11,"y":2,"a":15,"i":4,"l":2,"n":13,"s":13,"A":14,"E":4,"I":4}},"Q":{"d":"145,-243v156,0,159,214,38,243v22,32,76,76,133,64v2,0,3,3,2,5v-60,34,-142,-24,-165,-51v-19,-20,-32,-11,-59,-22v-47,-19,-77,-61,-77,-112v0,-72,54,-127,128,-127xm149,-5v43,0,85,-33,85,-104v0,-59,-26,-123,-95,-123v-37,0,-86,25,-86,104v0,53,25,123,96,123","w":286,"k":{"X":4,"W":11,"V":6,"T":9,"u":2,"U":4,"Y":4,"a":2,"A":9}},"R":{"d":"19,-236v62,-4,170,-17,170,59v0,34,-27,53,-45,60v-2,2,0,5,2,8v29,46,49,75,73,96v4,8,26,6,25,15v-64,18,-97,-53,-126,-98v0,-12,-43,-18,-42,-3v4,36,-15,100,29,91v2,2,1,8,-1,9r-88,0v-2,-1,-3,-6,-1,-9v27,-3,31,-3,31,-46r0,-129v1,-42,-3,-40,-27,-44v-3,-2,-3,-8,0,-9xm102,-118v34,2,55,-14,55,-54v0,-28,-18,-56,-58,-56v-22,0,-23,2,-23,12r0,84v0,20,-1,13,26,14","w":232,"k":{"C":13,"e":4,"G":13,"o":4,"O":13,"T":16,"u":4,"U":9,"Y":16,"Q":13,"V":25,"W":27,"y":11}},"S":{"d":"28,-181v-4,-51,67,-74,119,-56v3,9,7,29,7,44v-1,2,-7,3,-9,1v-5,-17,-14,-40,-49,-40v-65,0,-45,70,-12,84v31,21,72,38,73,87v0,40,-29,67,-76,67v-30,0,-50,-10,-57,-14v-4,-8,-8,-33,-9,-50v2,-3,7,-3,8,-1v5,18,20,54,62,54v55,0,61,-61,16,-92v-30,-21,-69,-36,-73,-84","w":176,"k":{"e":4,"o":4,"t":9,"u":9,"p":9,"q":4,"v":11,"w":11,"r":4,"y":4,"a":4,"i":4,"h":4,"k":4,"l":4,"n":9,"j":6,"m":9}},"T":{"d":"132,-214r0,160v-1,45,5,44,34,46v2,1,1,8,-1,9r-97,0v-7,-10,6,-9,13,-10v21,-2,22,-7,22,-45r0,-161v4,-19,-18,-9,-31,-11v-30,-4,-55,11,-60,33v-3,2,-8,1,-9,-2v6,-16,10,-40,13,-54v1,-1,6,-1,7,0v2,12,14,11,31,11r145,0v24,3,23,-10,35,-9v-4,15,-6,44,-5,55v-1,3,-8,3,-10,1v1,-38,-36,-35,-76,-35v-11,0,-11,0,-11,12","w":237,"k":{"C":9,"e":43,"G":9,"o":43,"O":12,"T":-4,"u":47,"Y":-4,"z":25,"Q":12,"W":-2,"w":47,"r":47,"y":40,"a":40,"i":14,"m":47,"s":36,"A":23,".":43,"X":-6,",":43,":":29,";":29,"S":4,"}":-4,"]":-4,"-":36,")":-4}},"U":{"d":"139,6v-62,-2,-96,-31,-96,-105r0,-85v1,-43,-3,-44,-30,-46v-2,-1,-2,-8,0,-9r89,0v5,6,0,10,-8,10v-39,-2,-21,85,-21,123v0,58,18,96,73,96v91,0,77,-135,65,-212v-3,-6,-17,-7,-27,-8v-2,-3,-1,-8,1,-9v26,1,54,2,79,0v10,14,-23,7,-26,18v-6,26,-5,79,-5,114v0,60,-31,115,-94,113","w":268,"k":{"c":9,"d":11,"t":11,"z":6,"b":2,"p":11,"v":4,"r":13,"y":4,"a":4,"i":6,"g":6,"k":2,"l":2,"n":13,"f":4,"m":13,"x":4,"s":11,"A":4}},"V":{"d":"116,5v-23,-70,-54,-136,-80,-204v-9,-23,-15,-29,-36,-31v-3,-2,-2,-7,1,-9v22,2,57,1,81,0v6,3,2,11,-5,10v-14,2,-17,4,-17,7v14,45,50,126,70,174r68,-160v9,-19,1,-19,-20,-22v-3,-2,-2,-8,1,-9v20,1,50,2,72,0v3,1,3,7,1,9v-15,1,-24,3,-30,14v-28,48,-76,165,-97,221v-3,2,-6,1,-9,0","w":243,"k":{"}":-4,"]":-9,"Q":9,";":16,":":6,".":43,"-":22,",":43,")":-4,"C":9,"e":36,"G":9,"o":36,"O":9,"u":32,"r":28,"y":25,"a":32,"i":4,"A":27}},"W":{"d":"140,-41r33,-73v-12,-33,-28,-64,-42,-96v-6,-14,-15,-20,-32,-20v-3,-3,-2,-8,1,-9v19,2,63,1,78,0v3,1,3,6,1,9v-15,2,-28,-2,-17,20v9,17,17,41,27,63v7,-14,14,-28,22,-47v16,-39,9,-34,-12,-36v-3,-4,-2,-8,1,-9v19,2,51,1,69,0v3,1,2,6,0,9v-24,-1,-31,14,-40,33v-9,20,-37,52,-28,74r36,82v20,-41,45,-108,61,-147v5,-13,11,-29,11,-33v3,-12,-32,-3,-22,-18v24,1,48,2,68,0v7,5,0,10,-6,10v-25,-5,-54,91,-69,123v-18,36,-30,72,-45,111v-2,2,-7,1,-9,0v-12,-32,-33,-78,-44,-103v-13,26,-35,73,-45,103v-2,2,-7,1,-10,0v-6,-15,-19,-48,-24,-58r-69,-150v-8,-19,-14,-27,-35,-27v-2,-2,-2,-8,1,-9v25,2,51,1,78,0v7,5,0,11,-7,10v-28,6,-6,20,6,54v16,46,42,90,63,134","w":345,"k":{"}":-4,"m":34,"]":-9,"Q":6,";":22,":":22,".":43,"-":14,",":43,")":-4,"C":6,"d":28,"e":28,"G":6,"o":28,"O":6,"t":27,"T":-4,"u":30,"r":30,"y":25,"a":32,"i":4,"A":27}},"X":{"d":"120,-139r54,-85v0,-6,-33,-3,-21,-15v23,1,51,2,73,0v5,5,-1,11,-8,10v-35,13,-65,64,-89,101v18,33,43,64,65,95v16,22,22,24,46,25v3,2,2,7,-1,9r-91,0v-2,-2,-3,-7,-1,-9v20,-2,31,-1,15,-22v-16,-21,-36,-51,-52,-72v-11,15,-45,58,-55,88v-2,7,30,2,20,15v-26,-1,-50,-2,-76,0v-3,-1,-5,-7,-2,-9v26,0,39,-16,52,-33v3,-6,36,-45,53,-73v-17,-30,-40,-57,-59,-86v-15,-22,-21,-26,-43,-30v-2,-2,-1,-8,1,-9v30,2,57,1,83,0v3,1,2,6,0,9v-24,1,-25,7,-10,26v13,16,33,49,46,65","w":231,"k":{"Q":9,"C":9,"e":2,"G":9,"O":9,"u":9,"y":4}},"Y":{"d":"113,-115r57,-108v0,-2,-6,-5,-15,-6v-6,1,-12,-7,-6,-10v25,1,44,2,68,0v8,6,-2,11,-9,11v-27,0,-51,68,-70,96v-21,30,-17,39,-17,77v-1,47,6,45,35,47v2,2,2,8,0,9r-97,0v-5,-7,4,-12,11,-10v26,5,21,-31,21,-64v0,-52,-36,-88,-54,-128v-13,-30,-17,-24,-38,-29v-2,-3,-2,-8,1,-9v19,1,62,2,80,0v5,3,2,11,-4,10v-32,1,-5,22,-4,34v13,27,27,55,41,80","w":206,"k":{"C":6,"d":32,"e":32,"G":6,"o":34,"O":6,"t":19,"T":-4,"u":27,"Y":-4,"Q":6,"V":-4,"W":-4,"q":32,"v":18,"a":24,"l":-2,".":29,"X":-4,",":29,":":22,";":13,"}":-4,"]":-9,"-":27,")":-4}},"Z":{"d":"62,-17v18,12,101,8,130,-2v10,-6,19,-20,25,-34v3,-1,8,0,9,3v-3,17,-10,42,-16,51r-198,0v-1,-1,-2,-2,-2,-4v50,-62,116,-152,156,-221v-29,-3,-102,-6,-120,9v-11,9,-11,33,-25,22v4,-13,11,-34,15,-54v1,-1,4,-1,6,0v1,9,6,9,35,9r137,-1v1,0,2,3,2,4v-46,54,-112,150,-154,218","w":230,"k":{"C":11,"e":2,"G":11,"o":4,"O":11,"u":2,"Q":11,"w":13,"y":13,"a":2,"i":4,"A":-4}},"[":{"d":"61,-18v3,34,-6,57,14,59r32,4v2,3,3,7,0,8r-65,1r0,-301r65,1v3,1,2,5,0,8r-32,4v-21,1,-14,25,-14,59r0,157","w":115,"k":{"W":-9,"V":-4,"J":-12,"T":-4,"Y":-4}},"\\":{"d":"32,-247r68,253r-20,0r-69,-253r21,0","w":111},"]":{"d":"54,-175v-3,-34,6,-57,-14,-59r-32,-4v-2,-3,-2,-7,1,-8r64,-1r0,301r-64,-1v-3,-1,-3,-5,-1,-8r32,-4v21,-1,14,-25,14,-59r0,-157","w":115},"^":{"d":"162,-88r-22,0r-50,-112r-50,112r-22,0r63,-137r18,0"},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0"},"a":{"d":"49,5v-40,0,-54,-54,-7,-64r43,-16v12,-13,14,-57,-19,-58v-10,0,-23,5,-24,16v5,17,-23,25,-29,14v0,-19,41,-44,67,-44v51,0,39,61,36,105v-2,25,13,38,30,27v1,0,2,1,2,4v0,2,-12,16,-30,16v-13,0,-21,-10,-29,-16v-9,2,-26,16,-40,16xm87,-63v-17,4,-51,13,-47,30v0,6,5,22,23,22v24,0,34,-28,24,-52","w":145},"b":{"d":"167,-76v0,67,-71,97,-128,72v-5,-1,-8,9,-13,3r1,-202v1,-24,-2,-26,-15,-32v-3,-16,25,-11,39,-22v1,0,3,1,4,2v2,39,-5,86,2,120v43,-29,110,0,110,59xm82,-131v-43,0,-26,45,-28,82v-2,25,12,43,36,43v34,0,47,-29,47,-60v0,-37,-19,-65,-55,-65","k":{"w":2,"v":2,".":6,",":6,"y":2}},"c":{"d":"143,-32v-31,65,-130,39,-130,-35v0,-39,27,-80,87,-80v13,1,42,2,38,21v-6,32,-27,-16,-49,-9v-25,0,-50,20,-50,58v0,28,19,62,58,62v21,0,32,-10,40,-22v3,-1,6,2,6,5","w":144},"d":{"d":"154,-255r-1,202v0,39,1,48,26,39v3,1,2,9,-1,11v-17,0,-41,15,-51,9v-1,-6,1,-14,-2,-18v-44,38,-112,6,-112,-52v0,-58,53,-94,111,-80v1,-24,13,-84,-13,-91v-3,-16,27,-11,39,-22v1,0,3,1,4,2xm96,-12v15,0,32,-4,30,-24v-2,-43,13,-100,-34,-100v-33,0,-50,29,-50,60v0,33,19,64,54,64","w":183},"e":{"d":"136,-104v0,16,-1,12,-23,12r-66,0v-9,0,-10,1,-10,10v-5,50,58,93,93,49v4,-1,6,2,6,5v-33,62,-123,29,-123,-38v0,-44,29,-81,72,-81v31,0,51,21,51,43xm41,-105v21,4,74,6,68,-8v0,-10,-7,-23,-28,-23v-21,0,-40,19,-40,31","w":142,"k":{"z":-1,"w":-2}},"f":{"d":"94,-243v-33,2,-33,57,-33,91v-1,23,32,4,47,10v4,4,1,14,-3,15v-15,4,-44,-11,-44,11r0,76v-1,34,5,30,26,32v3,2,3,8,0,9v-27,-1,-49,-2,-74,0v-3,-1,-4,-7,-1,-9v19,-2,22,0,22,-32r0,-76v6,-22,-22,-1,-21,-18v7,-5,21,-4,21,-14v2,-55,16,-105,76,-109v28,-2,49,26,22,34v-14,-3,-21,-22,-38,-20","w":104,"k":{"'":-28,"}":-40,"]":-42,".":6,",":6,")":-40,"\"":-28}},"g":{"d":"75,-147v34,0,48,18,86,13v4,2,2,14,-3,15r-26,0v8,45,-16,80,-75,74v-16,6,-27,35,9,35v41,0,93,-14,93,39v0,39,-42,68,-89,68v-50,0,-68,-28,-56,-55v8,-11,28,-19,27,-33v-14,-4,-26,-15,-26,-28v5,-11,25,-15,28,-30v-12,-6,-27,-21,-27,-44v0,-31,27,-54,59,-54xm98,12v-36,0,-61,2,-61,34v0,19,15,35,48,35v60,0,77,-69,13,-69xm45,-96v0,52,65,56,63,5v0,-24,-10,-45,-32,-45v-17,0,-31,16,-31,40","w":160,"k":{"f":-2}},"h":{"d":"94,-130v-21,1,-38,5,-36,29v3,31,-16,97,22,93v3,1,2,8,-1,9v-21,-2,-47,-1,-69,0v-3,-1,-4,-7,-1,-9v19,-2,23,0,23,-32r0,-163v1,-24,-2,-26,-15,-32v-3,-16,27,-11,39,-22v9,26,-4,91,4,129v28,-31,95,-22,95,28r0,60v-1,33,3,30,23,32v3,2,2,8,-1,9v-22,-1,-48,-2,-69,0v-7,-19,30,0,20,-41v-1,-40,9,-93,-34,-90","w":185},"i":{"d":"14,-8v39,3,16,-64,21,-95v3,-16,-2,-20,-13,-25v0,-13,30,-15,38,-24v7,24,2,73,2,112v0,31,3,29,21,32v3,2,2,8,-1,9v-20,-2,-48,-1,-67,0v-3,-1,-4,-7,-1,-9xm47,-225v11,0,18,9,18,19v0,13,-9,19,-19,19v-11,0,-18,-8,-18,-18v0,-12,8,-20,19,-20","w":92},"j":{"d":"-5,89v55,-19,35,-117,41,-192v2,-20,-13,-18,-13,-31v10,-1,31,-20,41,-16v-3,60,7,143,-9,188v-9,27,-30,44,-55,59v-4,-1,-6,-4,-5,-8xm48,-225v11,0,18,9,18,19v0,13,-9,19,-19,19v-11,0,-19,-9,-19,-19v0,-12,9,-19,20,-19","w":91},"k":{"d":"32,-40r0,-163v1,-24,-2,-26,-15,-32v-3,-16,27,-11,39,-22v7,39,-1,115,2,170v0,5,1,5,7,5v17,1,45,-37,52,-46v1,-6,-28,-2,-17,-14v21,0,42,-1,66,-3v3,1,2,7,0,9v-28,0,-54,35,-67,45v-8,17,11,19,22,38v24,23,27,40,58,45v3,2,2,8,-1,9v-21,-2,-53,-1,-72,0v-6,-4,-1,-11,6,-10v12,-2,11,-5,3,-14r-39,-44v-6,-6,-19,-11,-18,7v2,26,-6,59,23,52v3,2,2,8,-1,9v-22,-2,-49,-1,-70,0v-5,-19,32,1,22,-41","w":173},"l":{"d":"59,-255r-1,215v-1,32,4,30,23,32v3,2,2,8,-1,9v-22,-2,-49,-1,-70,0v-5,-19,32,1,22,-41r0,-163v1,-24,-2,-26,-15,-32v-3,-16,27,-11,39,-22v1,0,2,1,3,2","w":88},"m":{"d":"98,-130v-47,0,-35,47,-36,90v-1,30,3,29,20,32v3,2,2,8,-1,9v-19,-2,-47,-1,-67,0v-3,-1,-4,-7,-1,-9v38,7,17,-62,22,-95v2,-16,-2,-20,-13,-25v-1,-13,31,-15,37,-24v9,2,-4,23,7,23v25,-19,68,-29,86,3v18,-5,37,-21,58,-21v53,0,43,57,43,107v0,32,3,30,22,32v3,2,2,8,-1,9v-21,-1,-47,-2,-67,0v-7,-18,29,-1,19,-41v-1,-39,10,-90,-33,-90v-45,0,-35,48,-36,90v-1,31,3,30,22,32v3,2,2,8,-1,9v-20,-1,-48,-1,-67,0v-6,-18,29,-1,20,-41v-1,-39,9,-90,-33,-90","w":283},"n":{"d":"98,-130v-46,0,-35,47,-36,90v-1,30,3,29,20,32v3,2,2,8,-1,9v-18,-2,-48,-1,-66,0v-7,-19,29,1,20,-41v-6,-30,13,-78,-13,-88v-1,-13,31,-15,37,-24v9,2,-4,23,7,23v30,-27,97,-24,92,27v5,31,-16,98,22,94v3,2,2,8,-1,9v-20,-1,-48,-1,-67,0v-7,-19,30,0,20,-41v-2,-40,11,-90,-34,-90","w":189},"o":{"d":"89,-147v40,0,73,31,73,75v0,45,-31,77,-76,77v-41,0,-73,-29,-73,-74v0,-45,34,-78,76,-78xm90,-6v62,0,53,-128,-5,-130v-24,0,-41,22,-41,62v0,33,14,68,46,68","w":174,"k":{"v":6,"w":4,"y":4,"x":2,".":6}},"p":{"d":"31,51r0,-154v5,-20,-13,-18,-13,-31v9,-4,27,-13,36,-20v9,1,-3,21,6,24v5,-2,27,-17,50,-17v36,0,60,30,60,66v-1,56,-45,94,-108,85v-10,5,-4,33,-5,47v-3,35,7,29,28,33v3,2,2,8,-1,9v-28,-1,-50,-2,-74,0v-7,-5,0,-11,7,-10v13,-2,14,-6,14,-32xm92,-130v-51,0,-32,52,-35,94v-2,21,20,29,37,29v30,0,47,-28,47,-65v0,-29,-17,-58,-49,-58","w":182,"k":{"w":2,".":6,",":6}},"q":{"d":"13,-66v-1,-68,67,-93,128,-75v4,2,10,-11,14,-3v-7,52,-1,135,-3,195v-1,33,5,29,24,33v3,2,3,8,0,9v-26,-2,-48,-1,-74,0v-3,-1,-4,-7,-1,-9v37,9,22,-47,25,-79v0,-7,-1,-9,-4,-9v-9,5,-22,9,-36,9v-54,0,-73,-43,-73,-71xm100,-9v44,0,23,-40,26,-74v4,-39,-6,-53,-36,-53v-27,0,-47,25,-47,59v0,40,23,68,57,68","w":178},"r":{"d":"103,-116v-22,-12,-46,-9,-41,27v4,30,-17,91,27,81v3,2,3,8,0,9v-27,-1,-51,-2,-74,0v-5,-19,28,0,20,-41v-6,-30,13,-78,-13,-88v0,-13,28,-15,37,-24v8,3,0,19,4,27v13,-10,27,-22,40,-22v9,0,16,6,16,15v0,12,-10,16,-16,16","w":119,"k":{"c":2,"d":5,"e":4,"o":2,"t":-3,"u":-3,"z":-2,"q":2,"v":-6,"w":-6,"y":-6,"k":2,"f":-3,"x":-2,".":22,",":22}},"s":{"d":"81,-28v-2,-37,-67,-41,-63,-78v-5,-38,55,-49,81,-34v3,8,5,19,5,29v-1,3,-6,3,-8,1v-5,-29,-53,-37,-55,-4v7,35,64,32,64,78v0,42,-63,51,-90,30v-3,-7,-5,-24,-4,-36v2,-2,6,-2,8,0v6,20,17,37,38,37v13,0,24,-8,24,-23","w":116},"t":{"d":"58,-51v-7,31,24,50,45,33v3,0,5,4,4,6v-6,8,-20,17,-38,17v-61,0,-29,-72,-37,-121v5,-21,-21,-2,-19,-18v22,-7,29,-15,38,-33v16,-6,0,25,14,25r40,0v4,3,3,13,0,15r-40,0v-6,0,-7,1,-7,9r0,67","w":110},"u":{"d":"91,-12v17,-1,39,-7,36,-31v-4,-30,13,-88,-18,-89v-3,-1,-3,-7,0,-8v16,2,39,-10,46,-4v-2,25,-1,63,-1,91v0,37,1,44,25,38v2,2,3,9,0,10v-14,3,-36,7,-48,14v-9,-1,1,-20,-7,-23v-23,23,-102,31,-93,-26v-5,-30,14,-89,-16,-92v-2,-2,-2,-7,1,-8v19,2,34,-10,42,-4v4,41,-23,134,33,132","w":184},"v":{"d":"86,-39v11,-19,28,-68,34,-88v1,-8,-24,-5,-15,-16v22,1,33,1,53,0v4,3,1,11,-5,10v-36,19,-49,97,-71,137v-17,5,-13,-25,-22,-37r-30,-73v-6,-16,-11,-28,-29,-28v-2,-3,-2,-8,1,-9v19,1,42,2,63,0v11,13,-25,6,-12,24v10,29,21,58,33,80","w":155,"k":{"q":2,".":27,",":27,"c":2,"d":2,"e":2,"o":2,"a":2}},"w":{"d":"171,-39v9,-19,29,-61,33,-89v1,-7,-25,-4,-15,-15v19,1,34,2,52,0v5,16,-21,6,-25,33v-16,34,-34,81,-46,114v-17,6,-13,-24,-24,-39r-25,-60r-41,99v-15,7,-13,-22,-20,-30r-33,-81v-10,-23,-12,-24,-27,-27v-2,-2,-2,-8,1,-9v21,1,43,1,63,0v7,5,0,11,-7,10v-14,4,-9,8,-3,24r29,70v7,-23,57,-88,7,-95v-3,-2,-2,-8,1,-9v21,2,42,1,64,0v12,15,-31,5,-16,27","w":237,"k":{".":27,",":27,"c":2,"d":2,"e":2}},"x":{"d":"64,-72v-20,-20,-27,-55,-60,-62v-2,-2,-2,-8,1,-9v27,2,35,1,62,0v11,12,-22,4,-9,23r22,31v1,-1,12,-20,21,-31v14,-16,-16,-9,-6,-23v16,1,37,1,53,0v5,3,1,12,-5,10v-31,5,-28,19,-52,47v-5,5,-4,8,1,14v20,20,27,63,63,64v2,2,2,8,-1,9v-26,-1,-46,-2,-70,0v-3,-1,-4,-7,-1,-9v9,0,25,0,17,-12r-27,-37r-22,32v-10,16,-3,16,8,17v2,2,2,8,-1,9v-18,-1,-35,-1,-53,0v-9,-16,19,-6,26,-21v7,-13,34,-35,33,-52","w":155,"k":{"v":2,"q":2,"c":4,"d":4,"e":4,"o":2}},"y":{"d":"48,73v-9,22,-37,23,-39,1v-2,-21,27,-8,33,-21v16,-31,32,-42,18,-80r-28,-77v-6,-21,-11,-27,-30,-30v-2,-2,-2,-8,1,-9v23,1,41,2,65,0v12,12,-15,8,-16,16v10,30,20,66,33,92v8,-13,35,-76,38,-91v1,-9,-31,-4,-19,-17v23,1,37,2,59,0v6,4,0,11,-6,10v-21,2,-38,58,-50,80v-13,24,-42,87,-59,126","w":157,"k":{"c":4,"d":2,"e":2,"o":2,"q":2,".":31,",":31}},"z":{"d":"122,1r-111,0v-3,-14,21,-35,33,-56r38,-65v6,-10,2,-11,-4,-11v-31,-2,-57,0,-62,26v-2,2,-7,2,-8,-1v3,-9,3,-42,16,-42v11,13,72,4,98,5v2,14,-13,27,-24,45r-44,73v-8,13,-7,14,7,14v31,2,59,-1,66,-31v3,-1,7,-1,8,2v-3,18,-8,34,-13,41","w":135,"k":{"c":2,"d":2,"e":2,"o":2}},"{":{"d":"101,-243v-75,13,20,120,-50,147v68,15,-25,129,50,146v2,1,2,5,0,7v-18,0,-54,-3,-51,-45r5,-75v0,-12,-1,-28,-31,-30v-2,-2,-2,-5,0,-7v30,-2,31,-18,31,-30r-5,-74v0,-42,33,-46,51,-46v2,2,2,5,0,7","w":115,"k":{"W":-4,"V":-4,"J":-12,"T":-4,"Y":-4}},"|":{"d":"54,-270r0,360r-22,0r0,-360r22,0","w":86},"}":{"d":"14,50v75,-13,-19,-121,50,-147v-68,-15,25,-128,-50,-146v-2,-2,-2,-5,0,-7v18,0,54,4,51,46r-5,74v0,12,1,28,31,30v2,2,2,5,0,7v-30,2,-31,18,-31,30r5,75v0,42,-33,45,-51,45v-2,-2,-2,-6,0,-7","w":115},"~":{"d":"153,-101v-4,10,-16,39,-37,36v-36,2,-69,-9,-77,24v-5,2,-11,0,-12,-5v4,-10,17,-40,37,-37v35,-2,68,10,77,-23v5,-2,11,0,12,5"},"'":{"d":"42,-252v18,0,17,6,14,23r-9,58v-3,3,-6,3,-9,0r-11,-72v0,-8,5,-9,15,-9","w":84},"`":{"d":"29,-214v-15,-12,3,-23,13,-25v4,0,6,4,8,9r28,58v0,3,-5,4,-7,4","w":129},"\u00a0":{"w":90,"k":{"W":5,"V":5,"T":16,"Y":5}}}});




/* Header & SEARCH BOX 
 -------------------------------------------------------------------- */ 
/* hides several elements, and inserts default text for textbox */

var doCufon = (function($) { return function () {
	var elm,
		keyword = $('#uc-search-keyword'),
		legend = $('#uc-search-legend'),
		navigation = $('ul.sf-menu'),
		search = $('.searchBox'),
		clearValue = function (e) {
			elm = $(e);
			if (elm.val() === elm.attr('title')) {
				elm.attr('value', '');
			}
		},
		setValue = function (e) {
			elm = $(e);
			if (elm.val() === '') {
				elm.attr('value', elm.attr('title'));
			}
		};
	keyword.css('display', 'none');
	legend.css('display', 'none');
	search.each(function (i, e) {
		setValue(e);
		$(e).focus(function () {
			clearValue(e);
		}).blur(function () {
			setValue(e);
		});
	});
	if (typeof Cufon !== 'undefined') {
		Cufon.replace('#uc-head h1');
		$("#uc-head-wrap").addClass("cufon");
	}
}})(jQuery);

//$(doCufon);
