var Cufon=(function(){var U=function(){return U.replace.apply(null,arguments);};var D=U.DOM={ready:(function(){var e=false,c={loaded:1,complete:1};var a=[],b=function(){if(e){return;}e=true;for(var f;f=a.shift();f()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false);}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10);})();}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b();}catch(f){setTimeout(arguments.callee,1);}})();}I(window,"load",b);return function(f){if(!arguments.length){b();}else{e?f():a.push(f);}};})(),root:function(){return document.documentElement||document.body;}};var R=U.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value;};this.convertFrom=function(c){return c/this.value*a;};this.toString=function(){return this.value+this.unit;};},addClass:function(c,b){var a=c.className;c.className=a+(a&&" ")+b;return c;},color:N(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(f,e,c){a.opacity=parseFloat(c);return"rgb("+e+")";});return a;}),fontStretch:N(function(a){if(typeof a=="number"){return a;}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1;}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new X(a.getComputedStyle(b,null));}if(b.currentStyle){return new X(b.currentStyle);}return new X(b.style);},gradient:N(function(c){var e={id:c,type:c.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=c.substr(c.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var g=0,a=b.length,f;g<a;++g){f=b[g].split("=",2).reverse();e.stops.push([f[1]||g/(a-1),f[0]]);}return e;}),quotedList:N(function(c){var b=[],e=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=e.exec(c)){b.push(a[3]||a[1]);}return b;}),recognizesMedia:N(function(e){var g=document.createElement("style"),f,b,a;g.type="text/css";g.media=e;try{g.appendChild(document.createTextNode("/**/"));}catch(c){}b=Z("head")[0];b.insertBefore(g,b.firstChild);f=(g.sheet||g.styleSheet);a=f&&!f.disabled;b.removeChild(g);return a;}),removeClass:function(a,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");a.className=a.className.replace(b,"");return a;},supports:function(a,c){var b=document.createElement("span").style;if(b[a]===undefined){return false;}b[a]=c;return b[a]===c;},textAlign:function(c,b,a,e){if(b.get("textAlign")=="right"){if(a>0){c=" "+c;}}else{if(a<e-1){c+=" ";}}return c;},textShadow:N(function(c){if(c=="none"){return null;}var g=[],e={},a,b=0;var f=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=f.exec(c)){if(a[0]==","){g.push(e);e={};b=0;}else{if(a[1]){e.color=a[1];}else{e[["offX","offY","blur"][b++]]=a[2];}}}g.push(e);return g;}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase();},lowercase:function(b){return b.toLowerCase();},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase();});}};return function(c,b){var e=a[b.get("textTransform")];return e?e(c):c;};})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};var c=/^\s+/,b=/\s+$/;return function(h,e,f,g){if(g){if(g.nodeName.toLowerCase()=="br"){h=h.replace(c,"");}}if(a[e.get("display")]){return h;}if(!f.previousSibling){h=h.replace(c,"");}if(!f.nextSibling){h=h.replace(b,"");}return h;};})()};R.ready=(function(){var a=!R.recognizesMedia("all"),g=false;var f=[],k=function(){a=true;for(var m;m=f.shift();m()){}};var l=Z("link"),h=Z("style");function b(m){return m.disabled||e(m.sheet,m.media||"screen");}function e(n,o){if(!R.recognizesMedia(o||"all")){return true;}if(!n||n.disabled){return false;}try{var p=n.cssRules,s;if(p){search:for(var m=0,q=p.length;s=p[m],m<q;++m){switch(s.type){case 2:break;case 3:if(!e(s.styleSheet,s.media.mediaText)){return false;}break;default:break search;}}}}catch(r){}return true;}function c(){if(document.createStyleSheet){return true;}var m,n;for(n=0;m=l[n];++n){if(m.rel.toLowerCase()=="stylesheet"&&!b(m)){return false;}}for(n=0;m=h[n];++n){if(!b(m)){return false;}}return true;}D.ready(function(){if(!g){g=R.getStyle(document.body).isUsable();}if(a||(g&&c())){k();}else{setTimeout(arguments.callee,10);}});return function(m){if(a){m();}else{f.push(m);}};})();function G(a){var c=this.face=a.face,b={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=a.glyphs;this.w=a.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 e=c.bbox.split(/\s+/);var f={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};f.width=f.maxX-f.minX;f.height=f.maxY-f.minY;f.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ");};return f;})();this.ascent=-parseInt(c.ascent,10);this.descent=-parseInt(c.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(e,q,l){var r=this.glyphs,f,n,k,g=[],h=0,m=-1,p=-1,o;while(o=e[++m]){f=r[o]||this.missingGlyph;if(!f){continue;}if(n){h-=k=n[o]||0;g[p]-=k;}h+=g[++p]=~~(f.w||this.w)+q+(b[o]?l:0);n=f.k;}g.total=h;return g;};}function Y(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c;};this.get=function(l,m){var e=b[l]||b[a[l]]||b.normal||b.italic||b.oblique;if(!e){return null;}m={normal:400,bold:700}[m]||parseInt(m,10);if(e[m]){return e[m];}var g={1:1,99:0}[m%100],k=[],c,f;if(g===undefined){g=m>400;}if(m==500){m=400;}for(var h in e){if(!O(e,h)){continue;}h=parseInt(h,10);if(!c||h<c){c=h;}if(!f||h>f){f=h;}k.push(h);}if(m<c){m=c;}if(m>f){m=f;}k.sort(function(o,n){return(g?(o>=m&&n>=m)?o<n:o>n:(o<=m&&n<=m)?o>n:o<n)?-1:1;});return e[k[0]];};}function F(){function b(f,g){if(f.contains){return f.contains(g);}return f.compareDocumentPosition(g)&16;}function c(g){var f=g.relatedTarget;if(!f||b(this,f)){return;}e(this,g.type=="mouseover");}function a(f){e(this,f.type=="mouseenter");}function e(f,g){setTimeout(function(){var h=aa.get(f).options;U.replace(f,g?P(h,h.hover):h,true);},10);}this.attach=function(f){if(f.onmouseenter===undefined){I(f,"mouseover",c);I(f,"mouseout",c);}else{I(f,"mouseenter",a);I(f,"mouseleave",a);}};}function M(){var c=[],a={};function b(h){var g=[],f;for(var e=0;f=h[e];++e){g[e]=c[a[f]];}return g;}this.add=function(e,f){a[e]=c.push(f)-1;};this.repeat=function(){var g=arguments.length?b(arguments):c,e;for(var f=0;e=g[f++];){U.replace(e[0],e[1],true);}};}function B(){var a={},b=0;function c(e){return e.cufid||(e.cufid=++b);}this.get=function(e){var f=c(e);return a[f]||(a[f]={});};}function X(b){var a={},c={};this.extend=function(e){for(var f in e){if(O(e,f)){a[f]=e[f];}}return this;};this.get=function(e){return a[e]!=undefined?a[e]:b[e];};this.getSize=function(e,f){return c[e]||(c[e]=new R.Size(this.get(e),f));};this.isUsable=function(){return !!b;};}function I(c,b,a){if(c.addEventListener){c.addEventListener(b,a,false);}else{if(c.attachEvent){c.attachEvent("on"+b,function(){return a.call(c,window.event);});}}}function J(c,b){var a=aa.get(c);if(a.options){return c;}if(b.hover&&b.hoverables[c.nodeName.toLowerCase()]){V.attach(c);}a.options=b;return c;}function N(a){var b={};return function(c){if(!O(b,c)){b[c]=a.apply(null,arguments);}return b[c];};}function W(a,c){var e=R.quotedList(c.get("fontFamily").toLowerCase()),b;for(var f=0;b=e[f];++f){if(Q[b]){return Q[b].get(c.get("fontStyle"),c.get("fontWeight"));}}return null;}function Z(a){return document.getElementsByTagName(a);}function O(b,a){return b.hasOwnProperty(a);}function P(){var f={},e,a;for(var b=0,c=arguments.length;e=arguments[b],b<c;++b){for(a in e){if(O(e,a)){f[a]=e[a];}}}return f;}function S(l,c,f,a,g,k){var n=document.createDocumentFragment(),o;if(c===""){return n;}var b=a.separate;var p=c.split(H[b]),e=(b=="words");if(e&&L){if(/^\s/.test(c)){p.unshift("");}if(/\s$/.test(c)){p.push("");}}for(var m=0,h=p.length;m<h;++m){o=C[a.engine](l,e?R.textAlign(p[m],f,m,h):p[m],f,a,g,k,m<h-1);if(o){n.appendChild(o);}}return n;}function T(h,b){var e=h.nodeName.toLowerCase();if(b.ignore[e]){return;}var k=!b.textless[e];var c=R.getStyle(J(h,b)).extend(b);var f=W(h,c),g,m,o,n,a,l;if(!f){return;}for(g=h.firstChild;g;g=o){m=g.nodeType;o=g.nextSibling;if(k&&m==3){if(n){n.appendData(g.data);h.removeChild(g);}else{n=g;}if(o){continue;}}if(n){h.replaceChild(S(f,R.whiteSpace(n.data,c,n,l),c,b,g,h),n);n=null;}if(m==1){if(g.firstChild){if(g.nodeName.toLowerCase()=="cufon"){C[b.engine](f,null,c,b,g,h);}else{arguments.callee(g,b);}}l=g;}}}var L=" ".split(/\s+/).length==0;var aa=new B();var V=new F();var E=new M();var ab=false;var C={},Q={},K={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(a){return jQuery(a);})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a);})||(window.$&&function(a){return $(a);})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a);})||Z),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var H={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};U.now=function(){D.ready();return U;};U.refresh=function(){E.repeat.apply(E,arguments);return U;};U.registerEngine=function(b,a){if(!a){return U;}C[b]=a;return U.set("engine",b);};U.registerFont=function(a){if(!a){return U;}var b=new G(a),c=b.family;if(!Q[c]){Q[c]=new Y();}Q[c].add(b);return U.set("fontFamily",'"'+c+'"');};U.replace=function(a,c,b){c=P(K,c);if(!c.engine){return U;}if(!ab){R.addClass(D.root(),"cufon-active cufon-loading");R.ready(function(){R.addClass(R.removeClass(D.root(),"cufon-loading"),"cufon-ready");});ab=true;}if(c.hover){c.forceHitArea=true;}if(c.autoDetect){delete c.fontFamily;}if(typeof c.textShadow=="string"){c.textShadow=R.textShadow(c.textShadow);}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=R.gradient(c.color);}else{delete c.textGradient;}if(!b){E.add(a,arguments);}if(a.nodeType||typeof a=="string"){a=[a];}R.ready(function(){for(var e=0,g=a.length;e<g;++e){var f=a[e];if(typeof f=="string"){U.replace(c.selector(f),c,true);}else{T(f,c);}}});return U;};U.set=function(a,b){K[a]=b;return U;};return U;})();Cufon.registerEngine("vml",(function(){var q=document.namespaces;if(!q){return;}q.add("cvml","urn:schemas-microsoft-com:vml");q=null;var k=document.createElement("cvml:shape");k.style.behavior="url(#default#VML)";if(!k.coordsize){return;}k=null;var r=(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:'+(r?"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 l(a,b){return m(a,/(?:em|ex|%)$|^[a-z-]+$/i.test(b)?"1em":b);}function m(f,a){if(a==="0"){return 0;}if(/px$/i.test(a)){return parseFloat(a);}var b=f.style.left,e=f.runtimeStyle.left;f.runtimeStyle.left=f.currentStyle.left;f.style.left=a.replace("%","em");var c=f.style.pixelLeft;f.style.left=b;f.runtimeStyle.left=e;return c;}function n(f,b,a,e){var c="computed"+e,g=b[c];if(isNaN(g)){g=b.get(e);b[c]=g=(g=="normal")?0:~~a.convertFrom(m(f,g));}return g;}var o={};function p(a){var b=a.id;if(!o[b]){var e=a.stops,f=document.createElement("cvml:fill"),c=[];f.type="gradient";f.angle=180;f.focus="0";f.method="sigma";f.color=e[0][1];for(var h=1,g=e.length-1;h<g;++h){c.push(e[h][0]*100+"% "+e[h][1]);}f.colors=c.join(",");f.color2=e[g][1];o[b]=f;}return o[b];}return function(aJ,aB,c,aR,ap,f,al){var aT=(aB===null);if(aT){aB=ap.alt;}var ar=aJ.viewBox;var aK=c.computedFontSize||(c.computedFontSize=new Cufon.CSS.Size(l(f,c.get("fontSize"))+"px",aJ.baseSize));var aG,aL;if(aT){aG=ap;aL=ap.firstChild;}else{aG=document.createElement("cufon");aG.className="cufon cufon-vml";aG.alt=aB;aL=document.createElement("cufoncanvas");aG.appendChild(aL);if(aR.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(aB));aG.appendChild(a);}if(!al){aG.appendChild(document.createElement("cvml:shape"));}}var aS=aG.style;var g=aL.style;var aV=aK.convert(ar.height),ay=Math.ceil(aV);var ak=ay/aV;var ad=ak*Cufon.CSS.fontStretch(c.get("fontStretch"));var an=ar.minX,am=ar.minY;g.height=ay;g.top=Math.round(aK.convert(am-aJ.ascent));g.left=Math.round(aK.convert(an));aS.height=aK.convert(aJ.height)+"px";var aA=c.get("color");var az=Cufon.CSS.textTransform(aB,c).split("");var av=aJ.spacing(az,n(f,c,aK,"letterSpacing"),n(f,c,aK,"wordSpacing"));if(!av.length){return null;}var aQ=av.total;var aF=-an+aQ+(ar.width-av[av.length-1]);var aZ=aK.convert(aF*ad),b=Math.round(aZ);var au=aF+","+ar.height,aW;var ao="r"+au+"ns";var aP=aR.textGradient&&p(aR.textGradient);var aU=aJ.glyphs,h=0;var aq=aR.textShadow;var aH=-1,aw=0,aN;while(aN=az[++aH]){var aC=aU[az[aH]]||aJ.missingGlyph,aM;if(!aC){continue;}if(aT){aM=aL.childNodes[aw];while(aM.firstChild){aM.removeChild(aM.firstChild);}}else{aM=document.createElement("cvml:shape");aL.appendChild(aM);}aM.stroked="f";aM.coordsize=au;aM.coordorigin=aW=(an-h)+","+am;aM.path=(aC.d?"m"+aC.d+"xe":"")+"m"+aW+ao;aM.fillcolor=aA;if(aP){aM.appendChild(aP.cloneNode(false));}var aX=aM.style;aX.width=b;aX.height=ay;if(aq){var aY=aq[0],aI=aq[1];var ax=Cufon.CSS.color(aY.color),aE;var at=document.createElement("cvml:shadow");at.on="t";at.color=ax.color;at.offset=aY.offX+","+aY.offY;if(aI){aE=Cufon.CSS.color(aI.color);at.type="double";at.color2=aE.color;at.offset2=aI.offX+","+aI.offY;}at.opacity=ax.opacity||(aE&&aE.opacity)||1;aM.appendChild(at);}h+=av[aw++];}var e=aM.nextSibling,aO,a0;if(aR.forceHitArea){if(!e){e=document.createElement("cvml:rect");e.stroked="f";e.className="cufon-vml-cover";aO=document.createElement("cvml:fill");aO.opacity=0;e.appendChild(aO);aL.appendChild(e);}a0=e.style;a0.width=b;a0.height=ay;}else{if(e){aL.removeChild(e);}}aS.width=Math.max(Math.ceil(aK.convert(aQ*ad)),0);if(r){var aj=c.computedYAdjust;if(aj===undefined){var aD=c.get("lineHeight");if(aD=="normal"){aD="1em";}else{if(!isNaN(aD)){aD+="em";}}c.computedYAdjust=aj=0.5*(m(f,aD)-parseFloat(aS.height));}if(aj){aS.marginTop=Math.ceil(aj)+"px";aS.marginBottom=aj+"px";}}return aG;};})());Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return;}g=null;var k=Cufon.CSS.supports("display","inline-block");var n=!k&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var l=document.createElement("style");l.type="text/css";l.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(n?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(k?"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(l);function m(a,f){var q=0,t=0;var b=[],r=/([mrvxe])([^a-z]*)/g,e;generate:for(var c=0;e=r.exec(a);++c){var s=e[2].split(",");switch(e[1]){case"v":b[c]={m:"bezierCurveTo",a:[q+~~s[0],t+~~s[1],q+~~s[2],t+~~s[3],q+=~~s[4],t+=~~s[5]]};break;case"r":b[c]={m:"lineTo",a:[q+=~~s[0],t+=~~s[1]]};break;case"m":b[c]={m:"moveTo",a:[q=~~s[0],t=~~s[1]]};break;case"x":b[c]={m:"closePath"};break;case"e":break generate;}f[b[c].m].apply(f,b[c].a);}return b;}function h(a,b){for(var e=0,c=a.length;e<c;++e){var f=a[e];b[f.m].apply(b,f.a);}}return function(ab,aB,x,aC,ao,ac){var aF=(aB===null);if(aF){aB=ao.getAttribute("alt");}var ap=ab.viewBox;var aJ=x.getSize("fontSize",ab.baseSize);var an=0,ak=0,aj=0,aD=0;var av=aC.textShadow,al=[];if(av){for(var ae=av.length;ae--;){var aq=av[ae];var ag=aJ.convertFrom(parseFloat(aq.offX));var ai=aJ.convertFrom(parseFloat(aq.offY));al[ae]=[ag,ai];if(ai<an){an=ai;}if(ag>ak){ak=ag;}if(ai>aj){aj=ai;}if(ag<aD){aD=ag;}}}var a=Cufon.CSS.textTransform(aB,x).split("");var au=ab.spacing(a,~~aJ.convertFrom(parseFloat(x.get("letterSpacing"))||0),~~aJ.convertFrom(parseFloat(x.get("wordSpacing"))||0));if(!au.length){return null;}var aG=au.total;ak+=ap.width-au[au.length-1];aD+=ap.minX;var ax,aH;if(aF){ax=ao;aH=ao.firstChild;}else{ax=document.createElement("cufon");ax.className="cufon cufon-canvas";ax.setAttribute("alt",aB);aH=document.createElement("canvas");ax.appendChild(aH);if(aC.printable){var f=document.createElement("cufontext");f.appendChild(document.createTextNode(aB));ax.appendChild(f);}}var am=ax.style;var ah=aH.style;var aE=aJ.convert(ap.height);var c=Math.ceil(aE);var aK=c/aE;var ar=aK*Cufon.CSS.fontStretch(x.get("fontStretch"));var af=aG*ar;var y=Math.ceil(aJ.convert(af+ak-aD));var aI=Math.ceil(aJ.convert(ap.height-an+aj));aH.width=y;aH.height=aI;ah.width=y+"px";ah.height=aI+"px";an+=ap.minY;ah.top=Math.round(aJ.convert(an-ab.ascent))+"px";ah.left=Math.round(aJ.convert(aD))+"px";var aw=Math.max(Math.ceil(aJ.convert(af)),0)+"px";if(k){am.width=aw;am.height=aJ.convert(ab.height)+"px";}else{am.paddingLeft=aw;am.paddingBottom=(aJ.convert(ab.height)-1)+"px";}var b=aH.getContext("2d"),at=aE/ap.height;b.scale(at,at*aK);b.translate(-aD,-an);b.save();function ad(){var o=ab.glyphs,q,s=-1,r=-1,p;b.scale(ar,1);while(p=a[++s]){var q=o[a[s]]||ab.missingGlyph;if(!q){continue;}if(q.d){b.beginPath();if(q.code){h(q.code,b);}else{q.code=m("m"+q.d,b);}b.fill();}b.translate(au[++r],0);}b.restore();}if(av){for(var ae=av.length;ae--;){var aq=av[ae];b.save();b.fillStyle=aq.color;b.translate.apply(b,al[ae]);ad();}}var az=aC.textGradient;if(az){var aA=az.stops,ay=b.createLinearGradient(0,ap.minY,0,ap.maxY);for(var ae=0,e=aA.length;ae<e;++ae){ay.addColorStop.apply(ay,aA[ae]);}b.fillStyle=ay;}else{b.fillStyle=x.get("color");}ad();return ax;};})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Designed & produced by Jason Smith.Copyright Fontsmith 2002     
 * http://www.fontsmith.com
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Manufacturer:
 * Fontsmith http://www.fontsmith.com
 */
Cufon.registerFont({w:198,face:{"font-family":"FSAlbert","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4",ascent:"277",descent:"-83","x-height":"4",bbox:"-24.48 -287.428 360.291 79.1226","underline-thickness":"18","underline-position":"-18",stemh:"26",stemv:"30","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:83},"\u00d7":{d:"151,-56v8,10,-12,29,-20,21r-39,-40v-15,14,-27,30,-44,42v-7,-3,-21,-12,-15,-22r40,-39v-14,-15,-32,-27,-43,-45v5,-6,14,-24,23,-15r40,40r43,-42v7,3,19,12,15,22r-39,39",w:183},"!":{d:"66,-242r-3,184v0,9,-11,5,-19,6v-5,0,-7,-2,-7,-6r-3,-184v0,-11,17,-4,26,-6v5,0,6,2,6,6xm70,-15v0,27,-41,26,-41,0v0,-13,10,-20,21,-20v10,0,20,7,20,20",w:88},'"':{d:"94,-247r-1,52v1,10,-11,7,-20,7v-4,0,-6,-2,-6,-7r-1,-52v-1,-9,15,-4,22,-5v5,0,6,1,6,5xm47,-247r-1,52v1,10,-11,7,-20,7v-4,0,-6,-2,-6,-7r-1,-52v-1,-9,15,-4,22,-5v5,0,6,1,6,5",w:113},"#":{d:"201,-170v8,2,6,25,-4,24r-38,0r-7,50v17,3,51,-10,41,19v-4,12,-32,2,-46,5r-10,66v0,9,-25,9,-29,2r11,-68r-51,0r-10,65v0,9,-13,7,-23,7v-6,0,-7,-3,-7,-8r11,-64v-18,-2,-50,9,-39,-18v5,-12,30,-3,44,-6r7,-50v-17,-2,-51,10,-40,-19v5,-11,31,-2,45,-5r11,-73v0,-9,25,-7,29,-1r-11,74r49,0r11,-72v0,-10,24,-8,29,-2r-11,74r38,0xm130,-146r-49,0r-8,50r49,0",w:200},"$":{d:"40,-36v17,5,37,13,55,12r0,-93v-30,-14,-66,-34,-66,-72v0,-38,32,-60,66,-63v2,-14,-8,-39,13,-35v12,2,4,24,6,35v17,1,32,4,48,10v10,5,3,28,-8,28v-12,-5,-26,-10,-40,-11r0,84v32,14,66,35,65,74v0,40,-29,63,-65,69v-3,13,10,36,-12,34v-13,-2,-4,-21,-7,-32v-20,0,-40,-4,-60,-10v-11,-4,-2,-27,5,-30xm95,-225v-17,2,-33,15,-33,33v0,22,15,32,33,41r0,-74xm147,-65v0,-19,-16,-35,-33,-42r0,80v18,-5,33,-16,33,-38"},"%":{d:"169,-196v0,29,-14,56,-46,56v-32,0,-47,-26,-47,-56v0,-29,15,-56,47,-56v33,0,46,27,46,56xm254,-251v9,-5,28,6,22,16r-174,240v-6,-3,-23,-9,-16,-20xm285,-52v0,29,-14,56,-46,56v-32,0,-47,-26,-47,-56v0,-29,16,-56,48,-56v33,0,45,27,45,56xm145,-196v0,-14,-3,-38,-22,-38v-19,0,-23,22,-23,37v0,16,1,39,23,39v18,0,22,-24,22,-38xm261,-52v0,-14,-3,-38,-22,-38v-19,0,-23,22,-23,37v0,16,1,39,23,39v18,0,22,-24,22,-38",w:360},"&":{d:"237,-23v9,5,0,29,-11,24v-18,-4,-40,-14,-56,-30v-42,50,-158,44,-157,-37v0,-36,30,-58,59,-77v-13,-16,-32,-35,-31,-59v0,-28,25,-50,57,-50v32,0,56,20,56,50v0,26,-21,44,-43,60r62,74v14,-20,28,-49,28,-80v0,-11,13,-4,21,-6v4,0,5,2,5,6v-2,39,-16,72,-37,98v14,14,33,23,47,27xm126,-202v0,-15,-10,-27,-27,-27v-42,0,-24,55,-3,70v15,-12,30,-26,30,-43xm153,-47r-66,-78v-22,16,-41,33,-41,56v0,57,80,55,107,22",w:241},"'":{d:"70,-247r-1,52v1,10,-11,7,-20,7v-4,0,-6,-2,-6,-7r-1,-52v-1,-9,15,-4,22,-5v5,0,6,1,6,5",w:113},"(":{d:"81,45v-78,-83,-77,-214,-3,-300v6,-8,16,3,21,7v-26,43,-47,81,-47,145v0,60,20,97,45,135v-2,7,-10,10,-16,13",w:117},")":{d:"65,-111v1,-60,-20,-97,-45,-135v2,-7,14,-16,21,-9v72,89,70,209,-2,296v-6,7,-17,-3,-21,-8v28,-41,47,-81,47,-144",w:116},"*":{d:"99,-233v5,3,15,24,4,26r-32,4v14,12,38,34,7,44v-8,-10,-12,-26,-18,-38v-6,12,-8,29,-18,38v-6,-5,-24,-10,-15,-20r24,-24v-11,-4,-37,1,-38,-9v4,-7,3,-26,13,-20r29,18v-2,-13,-6,-25,-7,-39v2,-5,28,-7,25,4r-7,35v11,-6,21,-14,33,-19",w:119},"+":{d:"161,-108v12,0,10,30,0,27r-54,0r0,58v1,12,-13,7,-22,8v-5,0,-7,-2,-7,-7r0,-59r-55,0v-11,1,-6,-12,-7,-20v0,-5,2,-7,7,-7r55,0r0,-58v-2,-12,12,-7,21,-8v6,0,8,1,8,7r0,59r54,0",w:183},",":{d:"24,46v-19,-10,10,-23,7,-36v-8,-14,-22,-44,7,-46v40,10,16,73,-14,82",w:72},"-":{d:"85,-101v-1,9,4,21,-7,21r-55,0v-12,1,-7,-13,-8,-22v0,-5,2,-6,7,-6r55,0v6,0,8,1,8,7",w:99},".":{d:"60,-16v0,12,-10,21,-21,21v-11,0,-22,-8,-22,-20v0,-13,10,-21,22,-21v11,0,21,8,21,20",w:73},"/":{d:"93,-252v9,0,22,-4,18,8r-71,240v-2,11,-13,7,-24,8v-6,0,-5,-4,-4,-8r72,-241v1,-5,3,-7,9,-7",w:117},"0":{d:"184,-125v0,57,-20,129,-85,129v-65,0,-85,-71,-85,-128v0,-57,22,-128,86,-128v65,0,84,70,84,127xm149,-125v0,-43,-10,-99,-50,-99v-41,0,-50,57,-50,99v0,42,9,100,50,100v41,0,50,-58,50,-100"},"1":{d:"127,-9v2,13,-13,8,-23,9v-6,0,-9,-3,-9,-9r0,-203v-21,9,-38,33,-62,31v-2,-8,-15,-16,-4,-22v31,-14,47,-44,91,-45v5,0,7,3,7,8r0,231"},"2":{d:"32,-228v42,-40,144,-32,144,42v0,49,-72,118,-110,158r102,0v11,-1,7,11,8,20v0,5,-2,8,-8,8r-136,0v-13,1,-11,-24,-4,-31v36,-38,113,-103,114,-152v0,-52,-65,-46,-98,-25v-7,-2,-9,-13,-12,-20"},"3":{d:"30,-229v4,-20,43,-23,63,-23v37,0,72,21,72,61v0,26,-18,49,-41,56v90,24,46,145,-34,139v-23,-2,-51,-3,-65,-18v4,-7,4,-25,14,-20v40,20,103,13,101,-38v-1,-37,-31,-51,-69,-49v-10,1,-6,-11,-7,-19v-1,-8,10,-6,17,-6v30,0,50,-13,50,-43v-1,-46,-61,-42,-92,-24v-5,-2,-6,-12,-9,-16"},"4":{d:"173,-7v0,11,-15,6,-25,7v-5,0,-8,-2,-8,-7r0,-51r-116,0v-14,-1,-8,-21,-4,-32r69,-151v2,-10,25,-9,33,-4v-20,56,-48,106,-70,160r88,0r0,-58v0,-12,16,-5,26,-7v5,0,7,2,7,7r0,136"},"5":{d:"144,-74v0,-49,-42,-58,-94,-55v-7,0,-11,-4,-11,-11r0,-100v0,-6,3,-8,8,-8r110,0v10,-1,8,11,8,20v0,5,-1,7,-7,7r-86,0r0,67v58,-2,104,19,106,78v3,76,-100,103,-152,59v2,-7,5,-17,11,-21v40,23,107,21,107,-36"},"6":{d:"124,-252v15,0,46,0,33,24v-2,13,-22,-1,-33,3v-47,2,-61,42,-66,90v45,-44,122,-17,122,53v0,47,-29,86,-77,86v-62,0,-82,-51,-82,-109v0,-70,26,-148,103,-147xm103,-23v56,-2,59,-105,2,-106v-14,0,-35,7,-49,23v-1,46,12,84,47,83"},"7":{d:"172,-248v15,0,7,25,4,32r-96,209v-5,11,-19,6,-32,7v-6,0,-8,-6,-4,-9r99,-211r-115,0v-11,1,-6,-12,-7,-21v0,-5,1,-7,7,-7r144,0"},"8":{d:"17,-67v1,-34,25,-54,53,-65v-25,-11,-43,-32,-43,-58v0,-37,33,-62,73,-62v40,0,70,22,70,60v0,23,-20,46,-43,57v89,26,56,139,-29,139v-45,0,-81,-25,-81,-71xm100,-146v38,-8,54,-82,-2,-82v-21,0,-37,15,-37,36v0,23,18,36,39,46xm99,-21v37,0,65,-51,35,-77v-9,-9,-23,-17,-38,-23v-24,10,-45,27,-45,53v0,30,24,47,48,47"},"9":{d:"74,4v-22,0,-50,-13,-26,-30v63,15,89,-30,93,-88v-45,44,-122,17,-122,-53v0,-47,29,-85,77,-85v62,0,82,51,82,109v0,71,-27,147,-104,147xm143,-143v2,-47,-12,-83,-48,-82v-55,1,-57,105,-1,105v16,0,35,-7,49,-23"},":":{d:"62,-157v-1,27,-42,26,-43,0v0,-28,43,-27,43,0xm62,-17v-1,28,-42,27,-43,0v0,-27,43,-27,43,0",w:77},";":{d:"62,-157v-1,27,-42,26,-43,0v0,-28,43,-27,43,0xm26,46v-19,-7,6,-22,5,-32v-8,-13,-20,-45,9,-45v40,10,15,68,-14,77",w:77},"<":{d:"147,-71v7,8,-8,32,-18,25r-96,-64v-6,-3,-6,-19,0,-22r102,-67v7,5,17,17,13,27r-79,51",w:183},"=":{d:"152,-136v0,9,3,19,-8,19r-104,0v-11,1,-7,-10,-8,-19v0,-5,2,-7,7,-7r105,0v6,0,8,1,8,7xm152,-73v0,9,3,19,-8,19r-104,0v-11,1,-7,-10,-8,-19v0,-5,2,-7,7,-7r105,0v6,0,8,1,8,7",w:183},">":{d:"145,-132v8,3,6,18,0,22v-35,20,-65,47,-102,66v-6,-5,-18,-19,-12,-26r78,-51v-26,-19,-57,-34,-81,-55v6,-7,9,-29,21,-21",w:183},"?":{d:"20,-233v3,-17,38,-18,53,-19v60,-5,80,69,41,108v-20,20,-44,34,-43,74v0,12,-11,6,-19,7v-22,-32,16,-72,35,-89v8,-7,20,-23,20,-39v-3,-46,-48,-41,-79,-27v-6,-1,-5,-10,-8,-15xm82,-15v-1,26,-41,27,-42,0v0,-13,10,-20,21,-20v10,0,21,7,21,20",w:151},"@":{d:"222,-17v-79,52,-203,3,-203,-96v0,-79,64,-139,142,-139v67,0,116,44,116,112v0,39,-25,87,-67,87v-18,0,-36,-7,-37,-30v-22,42,-79,24,-79,-26v0,-36,23,-79,62,-79v13,0,28,6,32,23v-2,-12,17,-28,24,-12v-6,31,-17,57,-19,92v0,11,6,18,18,18v31,-1,45,-40,45,-74v0,-55,-40,-90,-95,-90v-67,1,-109,57,-109,117v0,85,90,120,163,83v4,1,4,10,7,14xm172,-106v5,-23,20,-63,-12,-63v-28,0,-38,41,-38,61v0,43,43,29,50,2",w:295},A:{d:"215,-8v2,4,1,9,-5,8v-12,-1,-29,4,-32,-6r-24,-67r-93,0r-25,67v-3,11,-18,4,-29,6v-5,0,-4,-4,-3,-7r90,-236v3,-8,26,-7,32,-1xm146,-98r-38,-108r-38,108r76,0",w:218,k:{f:1,T:33,y:7,Y:26,O:2,v:8,V:20,t:1,W:13,w:9}},B:{d:"189,-71v-1,79,-78,72,-154,71v-6,0,-8,-2,-8,-8r0,-232v0,-6,2,-8,9,-8v65,-2,136,-1,134,60v0,26,-16,49,-44,55v35,1,63,25,63,62xm137,-185v1,-40,-39,-37,-77,-37r0,80v40,0,76,4,77,-43xm60,-26v49,1,96,2,95,-46v0,-46,-47,-47,-95,-46r0,92",w:204,k:{Y:20,x:1,W:4,T:23,y:11,V:5}},C:{d:"133,-23v20,1,41,-7,60,-14v5,4,16,21,5,25v-22,10,-44,16,-69,16v-75,0,-111,-58,-111,-128v0,-69,41,-128,113,-128v25,1,54,5,70,21v-4,6,-4,18,-11,21v-18,-9,-37,-15,-57,-15v-50,0,-79,48,-79,99v0,54,24,103,79,103",w:211,k:{a:7,y:11,v:15,q:8,g:9,e:9,w:9,o:8,d:12,t:1,f:1}},D:{d:"37,-248v118,-8,187,18,187,125v0,77,-44,126,-125,123r-63,0v-7,0,-9,-3,-9,-9r0,-229v0,-7,2,-10,10,-10xm60,-27v83,9,129,-22,129,-96v0,-75,-46,-108,-129,-98r0,194",w:240,k:{Z:11,X:4,V:18,A:16,Y:17,T:23,W:16,x:1}},E:{d:"160,-26v13,0,11,26,1,26r-126,0v-6,0,-8,-2,-8,-8r0,-233v0,-5,2,-7,7,-7r127,0v10,-1,4,13,4,20v0,5,-3,6,-9,6r-95,0r0,79r84,0v10,0,8,11,8,20v0,5,-2,6,-7,6r-85,0r0,91r99,0",w:183,k:{x:1,y:8,v:8}},F:{d:"161,-248v11,0,4,18,4,20v0,5,-3,6,-9,6r-95,0r0,79r84,0v10,0,8,11,8,20v0,5,-2,6,-7,6r-85,0r0,109v1,13,-16,6,-26,8v-6,0,-8,-1,-8,-8r0,-233v0,-5,2,-7,7,-7r127,0",w:180,k:{z:11,x:14,v:10,t:6,r:12,p:11,n:4,j:3,e:23,c:19,S:4,G:17,y:18,u:14,q:24,m:4,d:17,O:19,s:13,i:1,A:29,w:7,o:23,a:24}},G:{d:"192,-214v-70,-32,-139,11,-139,89v0,54,24,102,80,102v16,0,34,-3,46,-9r0,-85r-38,0v-11,2,-6,-12,-7,-20v0,-5,2,-6,7,-6r64,0v5,0,7,2,7,7r0,110v-7,26,-51,30,-78,30v-78,0,-116,-53,-116,-128v0,-73,44,-128,120,-128v25,0,85,9,54,38",w:236,k:{V:4,Y:5}},H:{d:"210,-8v1,12,-16,7,-26,8v-5,0,-8,-3,-8,-8r0,-109r-116,0r0,109v1,12,-16,7,-26,8v-5,0,-7,-3,-7,-8r0,-233v-1,-12,16,-6,26,-7v5,0,7,2,7,7r0,98r116,0r0,-98v0,-11,17,-6,27,-7v5,0,7,2,7,7r0,233",w:237},I:{d:"104,-248v13,0,10,25,0,22r-22,0r0,203v14,1,33,-5,28,17v0,4,-1,6,-5,6r-77,0v-9,1,-4,-11,-5,-18v1,-10,18,-3,27,-5r0,-203v-14,-1,-33,6,-28,-17v0,-4,1,-5,5,-5r77,0",w:133,k:{g:1,d:1,a:1,v:4,q:1,e:3,s:1,c:2,y:8,o:3}},J:{d:"23,-25v38,9,55,-8,55,-50r0,-151v-18,-4,-52,12,-47,-17v0,-4,2,-5,7,-5r66,0v4,0,7,2,7,7r0,158v1,53,-13,89,-69,86v-7,0,-28,3,-26,-9v3,-6,0,-18,7,-19",w:138},K:{d:"191,-9v4,4,5,9,-2,9v-15,-1,-30,3,-38,-7r-90,-108r0,107v1,13,-17,7,-27,8v-5,0,-7,-3,-7,-8r0,-233v0,-12,17,-5,27,-7v5,0,7,2,7,7r0,105r87,-107v5,-7,28,-8,35,-1r-94,115",w:197,k:{w:14,u:10,s:2,o:11,g:10,d:4,Y:4,Q:19,C:18,y:17,t:3,n:1,c:10,O:20,q:7,V:4,v:15,e:13,G:20}},L:{d:"151,-27v13,0,9,27,1,27r-117,0v-5,0,-8,-2,-8,-8r0,-232v-1,-13,17,-7,27,-8v5,0,7,3,7,8r0,213r90,0",w:163,k:{v:14,Y:32,V:28,T:31,O:17,C:15,t:2,U:9,G:17,W:21,w:12,Q:15}},M:{d:"265,-242r10,236v0,11,-18,4,-27,6v-5,0,-7,-2,-7,-8r-7,-175r-69,179v-3,7,-22,7,-26,-1r-76,-178r-4,177v0,10,-16,5,-25,6v-5,0,-7,-2,-7,-7r9,-233v-2,-13,12,-8,21,-8v6,0,7,1,9,5r88,197r81,-196v3,-9,14,-5,24,-6v4,0,6,1,6,6",w:301,k:{Y:4,V:3}},N:{d:"223,-8v0,14,-27,11,-34,1r-130,-182r0,181v0,11,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-232v-1,-12,24,-11,31,-3r133,186r0,-183v-1,-13,14,-7,24,-8v5,0,7,3,7,8r0,232",w:250},O:{d:"228,-126v0,82,-46,130,-106,130v-64,0,-103,-49,-103,-127v0,-78,43,-129,106,-129v66,0,103,51,103,126xm192,-125v0,-63,-24,-100,-68,-100v-41,0,-69,42,-69,101v0,63,25,100,68,100v41,0,69,-39,69,-101",w:243,k:{Y:11,V:5,A:3,X:2}},P:{d:"34,-248v75,-4,143,4,142,76v-1,62,-51,82,-115,78r0,87v0,11,-17,6,-27,7v-5,0,-7,-3,-7,-8r0,-232v0,-5,2,-8,7,-8xm142,-172v0,-47,-36,-52,-81,-50r0,102v45,5,82,-6,81,-52",w:186,k:{u:7,r:8,o:14,i:2,e:17,c:15,Y:1,V:2,A:26,q:4,g:14,a:11,J:5,j:12,X:4,d:14,s:3}},Q:{d:"224,44v-46,0,-54,-41,-107,-41v-69,0,-99,-61,-99,-126v0,-66,33,-129,105,-129v124,0,134,193,47,243v19,8,39,21,60,28v9,3,2,25,-6,25xm190,-124v0,-49,-16,-101,-68,-101v-49,0,-69,54,-69,101v0,49,16,101,68,101v50,0,69,-53,69,-101",w:241},R:{d:"35,-248v74,-3,142,1,142,73v0,36,-24,57,-50,69r60,102v-5,7,-31,8,-38,-2r-54,-95r-34,0r0,93v1,13,-17,7,-27,8v-5,0,-7,-3,-7,-8r0,-232v0,-6,3,-8,8,-8xm143,-175v0,-43,-36,-49,-82,-47r0,96v46,3,82,-6,82,-49",w:199,k:{q:1,g:7,c:1,V:5,O:2,o:10,Y:14,C:9,T:10,e:13}},S:{d:"157,-235v-2,39,-38,10,-61,10v-20,0,-43,9,-43,33v0,36,42,43,66,58v27,16,49,34,49,67v-1,71,-82,83,-144,61v-11,-4,-2,-27,5,-30v38,14,102,22,106,-29v-9,-62,-119,-52,-117,-124v2,-62,80,-75,134,-53v4,1,5,4,5,7",w:182,k:{y:8,w:7,V:2,x:2,A:1,v:10}},T:{d:"188,-248v10,1,2,13,3,20v-1,5,-4,6,-9,6r-67,0r0,215v0,12,-17,5,-27,7v-5,0,-7,-2,-7,-7r0,-215r-69,0v-9,0,-5,-13,-6,-21v0,-4,2,-5,6,-5r176,0",k:{y:32,v:26,s:31,q:37,o:37,m:14,d:35,a:41,G:18,A:36,u:34,p:29,e:39,O:18,x:4,n:13,C:23,r:20,c:36}},U:{d:"225,-241v-2,114,23,245,-99,245v-128,0,-94,-132,-99,-245v0,-12,17,-5,27,-7v5,0,6,2,6,7v10,89,-36,217,66,217v101,0,65,-128,65,-217v0,-12,17,-5,27,-7v5,0,7,2,7,7",w:250,k:{A:4,V:2}},V:{d:"190,-248v9,1,26,-4,22,8r-83,233v-3,11,-32,12,-36,-1r-86,-235v3,-9,34,-8,38,2r69,194r66,-193v2,-6,3,-8,10,-8",w:219,k:{w:1,u:14,q:4,g:22,d:23,a:22,Q:3,M:3,D:1,A:23,s:11,e:22,S:3,G:15,v:4,c:20,C:4,o:17,O:4}},W:{d:"291,-248v10,1,27,-5,24,8r-69,232v-2,11,-33,13,-36,0r-49,-186r-50,186v-2,12,-31,14,-35,0r-69,-235v2,-8,35,-9,38,3r51,189r49,-190v1,-11,30,-11,34,0r50,190r51,-189v2,-6,6,-8,11,-8",w:321,k:{u:9,q:16,g:18,c:18,O:1,C:3,o:17,a:21,A:13,e:18,s:3,G:2}},X:{d:"194,-9v3,5,3,9,-4,9v-13,-1,-28,3,-34,-7r-56,-95r-55,94v-4,12,-18,7,-32,8v-6,1,-6,-4,-4,-8r75,-121r-70,-115v5,-7,32,-8,38,2r51,85r49,-85v5,-9,28,-8,37,-3r-70,114",w:202,k:{o:5,q:1,g:1,a:6,O:2,e:9,G:2,Q:1}},Y:{d:"171,-248v8,0,27,-2,19,8r-72,142r0,92v0,12,-18,4,-28,6v-4,0,-6,-2,-6,-7r0,-90r-78,-147v4,-7,33,-8,38,2r59,117r57,-116v3,-6,5,-7,11,-7",k:{y:22,w:4,u:21,s:18,q:6,o:32,m:4,g:27,d:27,a:31,S:3,O:17,G:12,C:14,x:20,t:4,p:4,i:10,c:28,R:3,F:1,r:4,e:30,M:4,n:4,A:26,v:5,W:-1}},Z:{d:"179,-26v11,1,9,26,0,26r-165,0v-9,-1,-6,-15,-2,-23r127,-199r-111,0v-12,2,-7,-12,-8,-21v0,-4,1,-5,6,-5r149,0v11,0,8,16,4,23r-128,199r128,0",w:194,k:{o:7,O:2,e:9}},"[":{d:"105,33v-1,8,4,20,-7,19r-60,0v-5,0,-7,-2,-7,-8r0,-288v0,-6,2,-8,7,-8r60,0v11,-1,6,10,7,18v-2,15,-29,4,-43,7r0,254r36,0v6,0,7,1,7,6",w:112},"\\":{d:"113,-3v2,4,1,8,-4,8v-10,0,-24,2,-24,-8r-72,-247v2,-7,26,-8,29,3",w:125},"]":{d:"82,44v0,6,-2,8,-7,8r-60,0v-11,1,-6,-11,-7,-19v3,-13,30,-3,43,-6r0,-255r-36,0v-11,1,-6,-10,-7,-18v0,-5,1,-6,7,-6r60,0v5,0,7,2,7,8r0,288",w:112},"^":{d:"171,-146v6,10,-12,13,-20,16v-2,0,-4,0,-5,-3r-50,-77r-50,75v-8,10,-26,-5,-24,-16r64,-91v4,-9,18,-8,22,-1",w:193},_:{d:"182,36v0,7,2,15,-6,14r-167,0v-11,1,-6,-8,-7,-15v0,-4,1,-5,6,-5r167,0v6,0,7,1,7,6",w:183},"`":{d:"91,-219v8,4,0,15,-6,17v-22,-7,-39,-18,-59,-28v-10,-5,4,-20,10,-23v20,9,36,24,55,34",w:117},a:{d:"168,-41v1,13,-1,20,10,19v7,-1,4,11,5,17v-8,15,-50,2,-44,-22v-8,16,-32,31,-54,31v-50,0,-72,-43,-72,-88v0,-83,77,-121,125,-72v-3,-16,5,-20,23,-18v4,0,7,2,7,7r0,126xm137,-58r0,-69v-28,-46,-92,-29,-92,41v0,76,76,79,92,28",w:193,k:{y:2,v:5}},b:{d:"107,-178v50,0,73,43,73,91v0,49,-25,91,-79,91v-18,0,-38,-11,-48,-23v1,14,-2,22,-22,19v-5,0,-7,-2,-7,-7r0,-239v0,-10,28,-15,31,-4r0,93v11,-11,30,-21,52,-21xm148,-86v0,-38,-14,-67,-48,-67v-17,0,-34,10,-45,22r0,86v10,14,26,24,43,24v36,0,50,-30,50,-65",w:193,k:{y:7,w:1,j:8,x:5,z:1,v:3}},c:{d:"149,-163v0,35,-27,9,-48,9v-34,0,-56,26,-56,66v0,57,50,83,98,59v6,1,6,11,7,17v-9,13,-35,16,-52,16v-57,0,-84,-37,-84,-91v0,-73,77,-115,135,-76",w:155,k:{a:3}},d:{d:"170,-8v1,12,-12,7,-21,8v-10,1,-6,-12,-8,-20v-12,14,-31,24,-52,24v-52,0,-75,-43,-75,-90v0,-74,76,-120,126,-72r0,-88v0,-12,16,-7,25,-10v4,0,5,2,5,6r0,242xm140,-45r0,-84v-27,-45,-101,-24,-94,42v-6,66,64,85,94,42",w:194},e:{d:"98,-178v47,1,72,38,70,85v0,8,-2,11,-11,11r-111,0v-3,54,56,73,104,52v7,1,5,14,9,18v-59,39,-145,5,-145,-75v0,-51,32,-91,84,-91xm138,-103v1,-28,-12,-50,-41,-51v-30,0,-47,24,-50,51r91,0",w:179,k:{y:5,v:3}},f:{d:"33,-174v-11,-71,46,-106,96,-74v-3,6,1,20,-10,18v-36,-16,-63,7,-55,56r44,0v9,-1,4,11,5,17v0,4,-1,5,-5,5r-44,0r0,144v1,12,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-144v-14,-1,-30,6,-26,-17v2,-10,18,-3,26,-5",w:126,k:{u:6,q:14,g:20,d:17,a:22,r:12,e:18,o:16,c:18}},g:{d:"34,61v4,-34,35,-7,55,-7v46,0,53,-30,51,-75v-12,13,-33,21,-51,21v-51,0,-75,-40,-75,-87v0,-69,78,-122,127,-70v-3,-16,6,-19,23,-17v5,0,7,2,7,7v-8,102,35,251,-81,246v-19,-1,-46,-4,-56,-18xm140,-48r0,-81v-8,-14,-25,-24,-43,-24v-69,-1,-69,126,-3,128v17,0,37,-10,46,-23",w:194,k:{g:-1,j:-5,a:1}},h:{d:"170,-7v1,12,-15,5,-24,7v-4,0,-6,-2,-6,-7v-7,-54,24,-145,-35,-145v-17,0,-37,9,-50,21r0,124v0,12,-15,5,-25,7v-4,0,-6,-2,-6,-6r0,-240v1,-9,27,-16,31,-4r0,93v41,-37,115,-26,115,44r0,106",w:194,k:{y:8,v:3,w:1}},i:{d:"61,-216v0,22,-38,23,-37,0v0,-10,8,-18,18,-18v10,0,19,8,19,18xm58,-8v1,11,-13,7,-23,8v-5,0,-8,-3,-8,-8r0,-159v0,-11,15,-6,24,-7v5,0,7,2,7,7r0,159",w:85},j:{d:"71,-216v0,22,-38,23,-37,0v0,-10,8,-18,18,-18v10,0,19,8,19,18xm-18,53v40,9,54,-14,54,-57r0,-163v0,-11,14,-6,24,-7v4,0,7,2,7,7r0,158v2,61,-23,97,-87,86v-8,-2,-4,-22,2,-24",w:94},k:{d:"152,-9v3,5,3,8,-4,9v-13,-1,-27,3,-32,-6r-53,-81r-8,8r0,71v1,13,-14,7,-24,8v-4,0,-7,-2,-7,-7r0,-239v0,-10,31,-16,31,-3r0,145r56,-66v6,-6,26,-6,34,-1v-17,25,-40,44,-58,67",w:159,k:{y:2,v:1,g:8,d:8,a:9,o:9,c:9,e:8,q:9}},l:{d:"55,-8v0,12,-14,7,-24,8v-4,0,-7,-2,-7,-7r0,-239v1,-10,28,-15,31,-4r0,242",w:78},m:{d:"156,-156v43,-39,118,-27,118,48r0,100v1,11,-13,7,-23,8v-5,0,-7,-3,-7,-8v-8,-54,24,-143,-36,-145v-15,0,-32,7,-45,17v6,36,2,87,3,128v1,11,-13,7,-23,8v-5,0,-8,-3,-8,-8r0,-101v0,-25,-5,-44,-33,-44v-17,0,-34,10,-47,22r0,123v1,12,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-159v0,-11,13,-6,22,-7v9,-1,9,9,8,18v27,-26,81,-32,102,0",w:298,k:{v:3,y:3}},n:{d:"170,-8v1,11,-13,7,-23,8v-5,0,-7,-3,-7,-8v-7,-54,24,-142,-36,-144v-17,0,-36,9,-49,21r0,123v1,12,-14,7,-24,8v-4,0,-7,-2,-7,-7r0,-160v-1,-11,14,-6,23,-7v8,-1,7,10,7,18v40,-38,116,-27,116,43r0,105",w:194,k:{v:1,y:2,t:1}},o:{d:"178,-87v0,51,-29,91,-83,91v-56,0,-81,-40,-81,-91v0,-51,29,-91,83,-91v56,0,81,39,81,91xm95,-20v70,0,71,-133,2,-134v-39,0,-51,34,-51,66v0,33,11,68,49,68",w:192,k:{x:1,v:2,w:1,j:7,y:6}},p:{d:"180,-89v0,48,-26,93,-78,93v-18,0,-37,-8,-48,-21r0,88v0,10,-14,5,-23,6v-5,0,-7,-2,-7,-7r0,-237v-1,-10,12,-6,20,-7v10,-1,9,9,9,19v12,-14,32,-23,53,-23v51,0,74,43,74,89xm98,-21v67,-1,70,-130,2,-132v-17,0,-37,10,-46,23r0,84v8,14,26,25,44,25",w:194,k:{f:2}},q:{d:"170,70v1,12,-15,6,-24,7v-5,0,-7,-1,-7,-6r0,-90v-12,14,-32,23,-52,23v-52,0,-73,-43,-73,-91v0,-70,77,-121,127,-70v-3,-15,5,-19,22,-17v5,0,7,2,7,7r0,237xm139,-46r0,-81v-8,-14,-26,-26,-43,-26v-37,0,-50,33,-50,66v0,30,11,65,47,65v18,0,36,-11,46,-24",w:194,k:{j:-10}},r:{d:"95,-178v17,0,14,13,11,24v-1,7,-9,1,-15,2v-13,0,-27,9,-36,22r0,122v1,12,-14,7,-24,8v-5,0,-7,-3,-7,-8r0,-159v0,-11,13,-6,22,-7v10,-1,8,10,8,19v9,-12,22,-23,41,-23",w:113,k:{o:2,e:2,c:1,d:3,a:9,g:2}},s:{d:"12,-130v0,-50,75,-61,111,-34v-3,6,-3,22,-12,18v-19,-10,-71,-13,-67,14v6,40,86,29,86,82v0,53,-75,65,-115,42v-7,-5,-1,-22,8,-23v26,14,77,19,77,-16v0,-42,-88,-30,-88,-83",w:140,k:{v:1}},t:{d:"62,-55v-5,34,24,38,51,30v7,0,4,12,8,16v-4,11,-24,12,-39,13v-70,4,-46,-90,-50,-156v-14,-1,-30,6,-26,-17v2,-10,17,-3,26,-5v1,-24,-9,-55,25,-51v11,7,2,35,5,51r43,0v7,-1,4,11,5,17v-6,12,-33,2,-48,5r0,97",w:125,k:{c:5,e:3,a:6}},u:{d:"167,-8v1,11,-13,7,-22,8v-8,0,-7,-10,-7,-18v-40,39,-114,25,-114,-44r0,-105v-1,-11,15,-6,24,-7v5,0,7,2,7,7r0,101v-8,54,58,49,82,22r0,-123v-1,-11,15,-6,24,-7v5,0,6,2,6,7r0,159",w:191},v:{d:"136,-174v9,1,25,-3,21,7r-59,161v-3,9,-29,10,-33,0r-60,-164v3,-7,31,-7,34,1r45,133r43,-132v1,-4,4,-6,9,-6",w:163,k:{g:8,d:6,a:3,o:10,c:5,e:7}},w:{d:"221,-174v9,0,24,-3,21,7r-48,161v-3,9,-33,10,-36,0r-35,-121r-33,121v-3,10,-31,10,-36,0r-48,-164v2,-7,29,-6,33,1r35,132r37,-131v1,-9,23,-9,29,-2r39,133r33,-131v1,-4,4,-6,9,-6",w:248,k:{o:1,d:1,a:2,e:7,c:1}},x:{d:"160,-7v2,3,2,7,-3,7v-12,-1,-30,4,-35,-5r-40,-63r-42,63v-3,7,-27,8,-34,2v19,-30,41,-58,61,-87r-53,-80v4,-7,30,-6,37,0r35,55r37,-54v4,-8,26,-7,34,-2v-16,28,-38,51,-56,77",w:167,k:{o:1,e:1,d:5,a:3,g:1}},y:{d:"27,79v-7,0,-23,1,-21,-9v1,-7,0,-20,9,-19v36,11,53,-19,61,-48r-64,-173v2,-7,31,-7,34,1r47,134r45,-133v2,-9,27,-9,32,-2r-71,191v-16,42,-33,58,-72,58",w:174,k:{s:1,q:10,j:1,e:6,c:5,r:1,g:4,a:5,u:2,d:8,o:4}},z:{d:"131,-22v9,0,9,23,1,22r-117,0v-11,-1,-8,-18,-3,-24r85,-128r-76,0v-8,1,-6,-9,-6,-16v0,-3,2,-6,6,-6r106,0v11,1,9,15,3,22r-86,130r87,0",w:144,k:{a:1}},"{":{d:"86,-255v15,0,36,-4,25,16v-1,9,-14,3,-22,5v-53,4,-1,122,-52,131v26,-5,29,63,27,99v-1,16,13,39,41,32v7,0,14,21,2,21v-43,4,-68,-11,-71,-52v-2,-31,7,-87,-20,-90v-10,-1,-6,-6,-7,-14v0,-4,1,-6,6,-6v30,-4,19,-58,21,-90v2,-33,23,-52,50,-52",w:120},"|":{d:"51,0v1,11,-13,6,-21,7v-5,0,-7,-2,-7,-7r0,-249v-1,-12,13,-5,22,-7v5,0,6,2,6,7r0,249",w:74},"}":{d:"105,-113v13,1,9,20,1,20v-30,4,-17,59,-20,90v-4,42,-31,52,-74,52v-10,0,-2,-10,-2,-16v1,-9,14,-3,22,-5v53,-5,1,-122,53,-131v-26,5,-30,-62,-28,-99v1,-16,-13,-38,-41,-32v-7,1,-14,-21,-2,-21v43,0,69,11,72,52v2,31,-8,87,19,90",w:120},"~":{d:"124,-108v15,0,40,-28,47,0v-11,14,-27,26,-47,27v-19,1,-35,-17,-54,-17v-10,-2,-29,18,-39,11r-9,-16v10,-11,29,-21,45,-22v19,-1,38,17,57,17",w:193},"\u2122":{d:"204,-151v0,7,-9,3,-14,4v-3,0,-4,-2,-4,-5r-1,-62v-10,22,-16,48,-29,67v-5,0,-10,1,-11,-3r-28,-65r0,65v0,6,-9,2,-14,3v-3,0,-3,-1,-3,-4r2,-93v-1,-6,8,-3,13,-4v3,0,4,1,5,3r33,75r31,-75v1,-4,17,-6,17,1xm95,-248v7,-1,3,10,3,11v-4,7,-21,1,-30,3r0,83v0,7,-9,3,-14,4v-3,0,-4,-1,-4,-4r0,-83v-12,0,-38,5,-26,-14r71,0",w:229},"\u2026":{d:"315,-16v0,27,-41,28,-42,1v0,-13,10,-21,21,-21v11,0,21,7,21,20xm201,-16v0,27,-42,28,-43,1v0,-26,43,-29,43,-1xm87,-16v0,27,-42,28,-43,1v0,-26,43,-29,43,-1",w:360},"\u2013":{d:"180,-101v-1,9,4,21,-7,21r-165,0v-12,1,-7,-13,-8,-22v0,-5,2,-6,7,-6r165,0v6,0,8,1,8,7",w:180},"\u2014":{d:"360,-101v-1,9,4,21,-7,21r-345,0v-12,1,-7,-13,-8,-22v0,-5,2,-6,7,-6r345,0v6,0,8,1,8,7",w:360},"\u201c":{d:"95,-172v-39,-11,-14,-71,14,-81v20,6,-9,24,-6,36v0,10,12,14,12,25v0,11,-9,20,-20,20xm32,-172v-39,-11,-14,-71,14,-81v19,7,-9,23,-6,36v0,10,12,14,12,25v0,11,-9,20,-20,20",w:130},"\u201d":{d:"85,-171v-19,-9,10,-23,6,-36v0,-10,-12,-15,-12,-26v0,-11,9,-19,20,-19v41,10,14,71,-14,81xm21,-171v-19,-8,7,-23,7,-36v0,-10,-12,-15,-12,-26v0,-11,8,-19,19,-19v41,10,14,71,-14,81",w:130},"\u2018":{d:"56,-172v-41,-10,-15,-71,14,-81v19,8,-10,23,-7,36v0,10,12,14,12,25v0,11,-8,20,-19,20",w:117},"\u2019":{d:"46,-172v-19,-10,10,-23,7,-36v0,-10,-12,-15,-12,-26v0,-11,8,-19,19,-19v42,10,13,70,-14,81",w:117},"\u00a0":{w:83}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Designed & produced by Jason Smith. All rights reserved. Copyright Fontsmith
 * 2002      http://www.fontsmith.com
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Manufacturer:
 * Designed & produced by Jason Smith
 */
Cufon.registerFont({w:201,face:{"font-family":"FSAlbert","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 4 0 0 2 0 4",ascent:"277",descent:"-83","x-height":"4",bbox:"-30.2577 -288.65 360.382 79","underline-thickness":"18","underline-position":"-18",stemh:"36",stemv:"43","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:87},"\u00d7":{d:"160,-58v7,14,-16,33,-29,30r-38,-39v-14,13,-25,29,-42,39v-11,-5,-31,-19,-21,-29r36,-37v-13,-15,-31,-27,-41,-44v7,-10,19,-30,33,-23r38,38v14,-13,24,-30,42,-39v9,5,30,20,20,30r-36,36",w:188},"!":{d:"68,-242r-4,180v1,12,-16,6,-26,7v-6,0,-7,-3,-7,-8r-4,-179v0,-14,24,-4,35,-7v6,0,6,2,6,7xm71,-19v0,29,-48,31,-49,1v0,-30,49,-33,49,-1",w:85},'"':{d:"105,-248r-3,53v0,10,-16,5,-25,6v-5,0,-6,-1,-6,-6r-3,-53v1,-11,21,-4,31,-6v5,0,6,2,6,6xm54,-248r-3,53v1,10,-16,5,-25,6v-5,0,-6,-1,-6,-6r-2,-53v1,-11,20,-4,30,-6v5,0,6,2,6,6",w:122},"#":{d:"203,-174v9,2,0,19,2,27v-3,13,-30,3,-43,6r-6,39v13,3,38,-7,40,7v-2,9,2,26,-9,26r-37,0r-9,62v-2,13,-22,5,-34,7v-5,0,-5,-3,-5,-7r10,-62r-37,0r-10,62v-1,13,-21,5,-33,7v-6,0,-6,-3,-6,-8r10,-61v-12,-3,-38,8,-39,-7v3,-9,-2,-26,11,-26r34,0r6,-39v-13,-3,-38,7,-40,-7v3,-9,-1,-25,10,-26r36,0r10,-70v3,-11,22,-3,33,-5v6,-1,6,2,6,7r-11,68r36,0r10,-69v2,-12,23,-4,35,-6v5,0,4,2,4,6r-10,69r36,0xm123,-141r-36,0r-6,39r36,0",w:203},"$":{d:"166,-208v-11,13,-33,-9,-50,-7r0,69v32,14,69,35,68,75v0,43,-29,68,-68,74v-2,15,9,38,-16,34v-13,-2,-5,-22,-7,-33v-22,-1,-44,-3,-65,-11v-15,-6,2,-24,2,-35v1,-3,2,-5,6,-5v17,5,38,12,57,12r0,-76v-32,-15,-71,-33,-71,-75v0,-40,34,-63,71,-67v2,-15,-9,-40,16,-35v14,0,4,23,7,34v19,3,56,4,58,24xm93,-215v-12,3,-26,13,-26,27v0,16,11,24,26,32r0,-59xm116,-38v32,-6,29,-54,0,-63r0,63"},"%":{d:"113,-195v0,32,-17,57,-51,57v-34,0,-51,-25,-51,-57v0,-32,17,-59,51,-59v34,0,51,27,51,59xm196,-253v9,-7,36,11,29,20r-180,239v-9,-5,-29,-13,-23,-26xm235,-53v0,32,-17,57,-51,57v-34,0,-52,-25,-52,-57v0,-32,17,-59,51,-59v34,0,52,27,52,59xm62,-164v27,-1,24,-60,0,-63v-24,2,-27,61,0,63xm183,-22v28,-1,25,-60,1,-63v-23,2,-27,60,-1,63",w:245},"&":{d:"198,-55v14,15,35,20,50,29v-3,12,-1,31,-17,29v-22,-2,-45,-16,-60,-31v-47,51,-162,41,-162,-40v0,-36,29,-59,57,-76v-13,-14,-30,-33,-30,-55v0,-32,30,-55,64,-55v34,0,62,22,62,54v0,26,-22,45,-42,59r54,61v10,-13,23,-37,25,-72v0,-11,19,-4,28,-6v5,0,7,1,7,6v-2,44,-17,74,-36,97xm99,-166v22,-10,38,-51,2,-55v-36,2,-18,43,-2,55xm146,-52r-59,-67v-18,13,-34,28,-34,47v-1,48,69,49,93,20",w:239},"'":{d:"79,-248r-3,53v1,10,-16,5,-25,6v-5,0,-6,-1,-6,-6r-3,-53v1,-11,20,-4,31,-6v5,0,6,2,6,6",w:122},"(":{d:"80,46v-83,-82,-84,-218,-4,-303v9,-10,23,6,30,12v-27,44,-49,78,-49,141v0,59,23,95,48,133v-5,8,-16,14,-25,17",w:117},")":{d:"60,-111v0,-59,-22,-95,-47,-133v5,-8,22,-23,31,-13v76,88,75,212,-2,298v-9,11,-19,-5,-28,-7v-2,-1,-2,-2,-2,-4v25,-45,48,-77,48,-141",w:117},"*":{d:"106,-237v6,4,18,31,5,32r-32,3v7,10,33,19,23,33v-7,2,-18,20,-22,9r-14,-33v-6,12,-9,28,-17,38v-7,-6,-30,-15,-19,-25r24,-22v-12,-4,-37,5,-39,-10v4,-8,4,-30,16,-23r28,18r-8,-38v1,-7,27,-6,31,0r-8,38",w:132},"+":{d:"165,-114v17,0,14,38,1,38r-51,0r0,55v0,15,-21,6,-33,8v-6,0,-9,-2,-9,-8r0,-55r-51,0v-14,0,-8,-18,-8,-29v0,-6,2,-9,8,-9r51,0r0,-54v0,-15,20,-9,32,-9v7,0,10,2,10,9r0,54r50,0",w:188},",":{d:"23,53v-24,-11,7,-27,7,-41v0,-11,-15,-19,-15,-32v0,-14,11,-24,25,-24v49,11,19,86,-17,97",w:78},"-":{d:"91,-107v-2,12,6,34,-9,33r-61,0v-14,0,-8,-21,-8,-33v0,-6,2,-9,8,-9r60,0v7,0,10,3,10,9",w:103},".":{d:"67,-19v-1,31,-51,32,-51,0v0,-15,12,-25,25,-25v13,0,26,10,26,25",w:78},"/":{d:"89,-254v11,2,33,-6,28,10r-75,241v-3,13,-22,5,-35,7v-6,0,-6,-4,-4,-8r75,-242v2,-6,4,-8,11,-8",w:117},"0":{d:"191,-125v0,68,-25,129,-89,129v-64,0,-89,-59,-89,-127v0,-68,27,-131,90,-131v64,0,88,61,88,129xm143,-125v0,-55,-12,-89,-40,-89v-30,0,-42,36,-42,89v0,54,10,89,41,89v31,0,41,-36,41,-89"},"1":{d:"146,-11v1,17,-20,10,-34,11v-9,0,-12,-1,-12,-10r0,-188v-19,10,-36,22,-56,30v-9,-4,-24,-25,-12,-35v35,-15,54,-47,105,-46v6,0,9,3,9,9r0,229"},"2":{d:"26,-225v40,-47,158,-40,158,41v0,55,-71,108,-109,145r96,0v15,-2,9,17,10,29v0,7,-2,10,-10,10r-141,0v-19,2,-15,-34,-5,-44v35,-38,105,-87,112,-137v-4,-49,-64,-35,-95,-16v-10,-4,-11,-19,-16,-28"},"3":{d:"31,-208v-25,-35,32,-46,64,-46v39,0,75,22,75,64v0,26,-17,48,-39,55v26,7,49,29,49,61v2,73,-97,95,-156,64v-13,-7,-1,-30,8,-36v35,18,104,21,102,-29v-1,-34,-34,-43,-64,-42v-13,0,-8,-13,-9,-24v-2,-11,10,-10,20,-10v26,0,43,-11,43,-35v-1,-43,-59,-33,-87,-16v-3,0,-5,-3,-6,-6"},"4":{d:"180,-9v-1,16,-23,7,-37,9v-18,-2,-5,-37,-9,-54r-114,0v-18,-2,-12,-28,-5,-42r68,-144v4,-14,23,-8,38,-9v9,0,8,6,6,11r-67,145r74,0r0,-55v0,-15,23,-7,36,-9v6,0,10,2,10,9r0,139"},"5":{d:"141,-76v0,-44,-44,-51,-92,-48v-9,0,-12,-5,-12,-14r0,-99v0,-9,4,-12,12,-12r116,0v15,-1,10,16,11,29v0,7,-2,10,-10,10r-83,0r0,52v56,-1,102,21,104,80v2,79,-98,101,-161,66v-14,-8,2,-22,4,-32v1,-3,3,-5,6,-5v36,20,105,27,105,-27"},"6":{d:"125,-254v15,0,46,-1,45,16v0,0,0,-4,-5,19v-3,15,-25,0,-37,3v-42,-1,-56,32,-60,70v47,-34,120,-8,120,61v0,48,-30,89,-83,89v-68,0,-88,-55,-88,-112v0,-69,28,-146,108,-146xm105,-34v46,-1,50,-91,2,-89v-15,1,-43,5,-43,27v0,39,14,62,41,62"},"7":{d:"177,-249v18,1,10,33,6,43r-94,197v-7,16,-29,6,-48,9v-7,0,-9,-6,-6,-12r98,-198r-102,0v-14,0,-8,-17,-9,-29v0,-6,2,-10,9,-10r146,0"},"8":{d:"13,-69v1,-31,24,-56,47,-65v-21,-10,-36,-30,-36,-54v0,-41,35,-66,78,-66v42,0,76,23,76,65v0,23,-18,44,-38,54v29,12,49,35,49,62v0,48,-41,77,-89,77v-48,0,-87,-24,-87,-73xm103,-150v32,-8,43,-68,-3,-68v-17,0,-31,13,-31,29v0,18,17,31,34,39xm143,-71v0,-24,-26,-38,-45,-46v-19,9,-39,24,-39,45v0,24,20,40,43,40v23,0,41,-13,41,-39"},"9":{d:"78,4v-15,-1,-48,2,-44,-17v4,-8,0,-27,13,-24v54,12,86,-18,88,-67v-49,34,-120,8,-120,-61v0,-48,30,-89,83,-89v68,0,89,55,89,112v0,69,-30,149,-109,146xm96,-126v14,0,41,-6,43,-27v7,-75,-79,-83,-77,-15v0,23,10,42,34,42"},":":{d:"71,-155v-1,31,-50,32,-51,0v0,-16,12,-24,25,-24v13,0,26,9,26,24xm71,-20v-1,31,-50,32,-51,0v0,-16,12,-24,25,-24v13,0,26,9,26,24",w:85},";":{d:"73,-155v-1,32,-50,31,-51,0v0,-33,51,-31,51,0xm30,53v-23,-10,7,-27,6,-40v0,-10,-14,-18,-14,-31v0,-14,11,-24,25,-24v48,12,21,86,-17,95",w:87},"<":{d:"147,-202v2,10,20,21,10,31r-76,49v26,19,57,32,80,54v-7,10,-14,39,-29,29r-101,-68v-7,-4,-8,-26,1,-29r110,-69v2,0,4,0,5,3",w:188},"=":{d:"150,-143v17,0,14,35,1,35r-115,0v-13,1,-6,-16,-8,-27v0,-6,2,-8,8,-8r114,0xm150,-84v17,0,14,35,1,35r-115,0v-13,1,-6,-16,-8,-27v0,-6,2,-8,8,-8r114,0",w:188},">":{d:"155,-135v8,4,8,26,-1,28r-110,70v-9,-6,-23,-26,-15,-34r76,-49r-75,-48v-11,-13,9,-29,17,-38v37,22,72,48,108,71",w:188},"?":{d:"17,-230v2,-22,44,-22,61,-24v62,-5,87,73,44,113v-20,19,-46,31,-42,75v-1,11,-20,3,-29,5v-10,-1,-7,-16,-9,-26v0,-47,54,-59,62,-102v-2,-42,-50,-32,-76,-19v-7,-3,-7,-15,-11,-22xm88,-19v0,29,-48,32,-48,1v0,-31,48,-32,48,-1",w:158},"@":{d:"228,-15v-17,17,-54,19,-78,19v-73,0,-132,-39,-132,-115v0,-83,66,-143,147,-143v67,0,118,44,118,113v0,40,-27,87,-71,87v-17,0,-33,-7,-36,-26v-22,40,-89,23,-82,-28v-6,-49,60,-116,96,-64v2,-5,0,-17,8,-14v7,1,23,-4,21,5v-6,30,-17,57,-20,91v0,9,4,17,14,17v29,-2,43,-36,43,-68v0,-54,-38,-84,-91,-84v-62,0,-106,51,-106,113v0,85,89,105,160,77v5,1,7,17,9,20xm172,-105v5,-21,23,-60,-8,-60v-24,0,-34,38,-34,56v0,29,37,28,42,4",w:299},A:{d:"228,-10v4,16,-23,9,-38,10v-8,0,-10,-3,-12,-9r-19,-53r-91,0r-19,54v-2,14,-27,6,-41,8v-6,0,-6,-5,-5,-9r88,-233v5,-11,40,-11,49,-1xm147,-96r-34,-100v-9,32,-23,68,-33,100r67,0",w:231,k:{f:3,T:34,C:1,y:6,Y:31,O:5,v:9,V:30,o:1,t:4,W:18,w:6}},B:{d:"201,-73v-2,82,-86,73,-166,73v-8,0,-9,-2,-9,-10r0,-230v0,-8,3,-9,11,-9v69,-3,144,0,144,61v0,25,-15,47,-41,53v34,3,61,26,61,62xm136,-183v0,-30,-32,-32,-64,-31r0,67v34,1,64,0,64,-36xm72,-36v42,2,81,2,81,-38v0,-40,-39,-42,-81,-40r0,78",w:215,k:{Y:20,x:4,W:10,T:21,y:9,V:13}},C:{d:"66,-125v0,82,63,109,126,77v8,6,20,29,9,38v-24,10,-46,14,-72,14v-76,0,-113,-53,-113,-127v0,-74,44,-131,116,-131v26,1,58,5,74,21v-5,10,-4,27,-14,32v-19,-7,-38,-14,-57,-14v-50,0,-69,46,-69,90",w:214,k:{a:8,y:8,v:14,q:7,g:6,e:6,t:4,f:4,w:8,d:9,o:6}},D:{d:"37,-249v118,-7,197,15,197,126v0,105,-83,133,-198,123v-7,0,-10,-2,-10,-10r0,-228v0,-8,2,-11,11,-11xm73,-39v70,6,111,-18,111,-85v0,-67,-40,-92,-111,-86r0,171",w:249,k:{T:22,Z:12,X:10,V:19,A:15,x:3,W:14,Y:19}},E:{d:"169,-37v16,0,12,37,1,37r-134,0v-7,0,-10,-2,-10,-10r0,-230v0,-6,3,-9,9,-9r135,0v16,0,4,20,5,30v-1,6,-4,7,-12,7r-90,0r0,65r83,0v15,0,7,17,9,29v0,6,-3,9,-9,9r-83,0r0,72r96,0",w:193,k:{y:6,v:7,x:3}},F:{d:"170,-249v15,0,5,20,5,30v-1,6,-4,7,-12,7r-90,0r0,65r83,0v15,0,7,17,9,29v0,6,-3,9,-9,9r-83,0r0,100v0,15,-24,9,-37,9v-7,0,-10,-2,-10,-10r0,-230v0,-6,3,-9,9,-9r135,0",w:191,k:{z:16,x:17,v:8,t:7,r:12,p:16,n:9,j:8,e:22,c:18,S:10,G:15,y:16,u:12,q:22,m:9,d:18,O:17,w:8,o:21,a:23,s:13,i:3,A:28}},G:{d:"194,-203v-61,-29,-129,1,-129,78v0,73,48,105,110,84r0,-68v-14,-3,-40,7,-40,-8v0,-12,-4,-30,9,-30r69,0v6,0,9,3,9,9r0,112v-7,28,-58,30,-89,30v-75,0,-118,-52,-118,-128v0,-100,96,-160,188,-116v13,6,-3,22,-4,32v-1,4,-2,5,-5,5",w:244,k:{V:10,Y:13}},H:{d:"220,-9v0,16,-24,9,-37,9v-6,0,-9,-3,-9,-9r0,-100r-102,0r0,100v0,15,-24,7,-37,9v-6,0,-10,-3,-10,-9r0,-231v1,-15,24,-7,38,-9v6,0,9,3,9,9r0,93r102,0r0,-93v0,-16,25,-7,38,-9v6,0,8,3,8,9r0,231",w:247},I:{d:"116,-249v13,2,10,32,0,30r-21,0r0,189v10,1,27,-3,27,7v0,9,4,23,-6,23r-86,0v-11,0,-6,-14,-7,-23v-1,-12,16,-6,26,-7r0,-189v-10,-2,-28,5,-28,-7v1,-9,-3,-23,6,-23r89,0",w:144,k:{v:9,q:4,g:4,d:4,a:4,s:3,e:6,o:7,y:9,c:5}},J:{d:"25,-34v34,7,53,-3,53,-41r0,-144v-21,-3,-56,12,-48,-23v0,-5,2,-7,7,-7r79,0v5,0,8,3,8,8v-8,100,35,250,-78,245v-8,-2,-33,2,-31,-12v3,-9,0,-24,10,-26",w:150},K:{d:"207,-11v4,4,4,11,-3,11v-20,-2,-43,4,-53,-9r-78,-100r0,100v0,16,-25,7,-38,9v-6,0,-9,-3,-9,-9r0,-231v0,-16,25,-7,38,-9v6,0,9,3,9,9r0,101r75,-104v7,-10,27,-5,42,-6v6,0,6,5,4,9r-83,111",w:214,k:{w:15,u:12,s:2,o:12,g:12,d:9,Y:10,Q:22,I:1,C:18,v:21,q:10,e:13,V:12,G:20,y:14,n:4,O:19,t:8,c:9}},L:{d:"164,-39v15,2,11,40,0,39r-128,0v-6,0,-10,-2,-10,-10r0,-230v0,-16,25,-7,38,-9v6,0,9,2,9,9r0,201r91,0",w:177,k:{v:14,Y:35,V:34,T:33,O:15,C:14,t:5,U:10,G:17,W:24,w:9,Q:11}},M:{d:"289,-10v1,16,-24,10,-38,10v-8,0,-9,-4,-9,-12r-6,-146r-61,152v-5,10,-29,11,-34,-1r-68,-151r-4,149v0,16,-21,6,-34,9v-7,0,-9,-2,-9,-9r9,-230v-1,-16,17,-10,30,-10v7,0,9,3,12,8r84,178r76,-178v3,-12,20,-7,33,-8v6,0,8,2,8,8",w:314,k:{Y:12,V:8}},N:{d:"236,-10v-1,18,-38,14,-47,2r-118,-160r0,159v0,16,-22,9,-35,9v-7,0,-10,-2,-10,-9r0,-230v1,-17,37,-15,46,-3r119,162r0,-160v0,-16,23,-9,36,-9v8,0,9,4,9,10r0,229",w:261},O:{d:"235,-126v0,81,-46,130,-110,130v-69,0,-109,-50,-109,-128v0,-77,43,-130,111,-130v71,0,108,54,108,128xm186,-125v0,-60,-21,-90,-60,-90v-36,0,-60,34,-60,90v0,60,22,90,60,90v36,0,60,-31,60,-90",w:250,k:{Y:14,V:13,A:6,X:5}},P:{d:"35,-249v81,-5,155,4,154,78v0,63,-53,92,-116,82r0,80v1,15,-25,7,-38,9v-6,0,-9,-3,-9,-10r0,-229v0,-7,2,-10,9,-10xm143,-169v0,-40,-30,-46,-70,-44r0,89v40,5,70,-6,70,-45",w:200,k:{e:14,s:6,q:9,j:9,g:14,d:13,a:11,X:9,J:14,r:8,i:5,c:13,V:5,o:15,Y:3,u:9,A:26}},Q:{d:"227,46v-50,-3,-60,-43,-113,-43v-66,0,-99,-57,-99,-126v0,-72,39,-131,111,-131v126,0,141,192,55,242v13,7,33,17,49,20v19,4,5,19,4,30v-1,5,-3,8,-7,8xm185,-125v0,-54,-18,-90,-60,-90v-39,0,-60,40,-60,90v0,53,18,91,60,91v40,0,60,-39,60,-91",w:248},R:{d:"36,-249v79,-5,154,2,154,77v0,33,-17,59,-46,72v19,33,43,61,60,96v-9,7,-44,9,-52,-3r-52,-85r-27,0r0,83v0,15,-25,7,-38,9v-6,0,-9,-3,-9,-9r0,-230v0,-8,2,-10,10,-10xm143,-171v0,-38,-31,-45,-70,-43r0,87v40,3,70,-7,70,-44",w:213,k:{q:3,g:6,c:4,V:13,O:5,e:10,T:13,Y:18,o:7,C:10}},S:{d:"156,-202v-31,-10,-82,-28,-89,15v4,31,42,35,65,48v27,15,48,33,48,66v0,77,-89,92,-156,66v-15,-6,1,-24,2,-35v1,-4,2,-6,6,-6v35,11,94,27,101,-20v-4,-35,-48,-41,-73,-56v-25,-15,-43,-34,-43,-62v2,-69,91,-81,148,-55v16,7,-1,23,-3,34v-1,4,-3,5,-6,5",w:194,k:{y:7,w:6,V:5,x:5,A:3,v:9}},T:{d:"195,-249v19,-1,8,18,8,30v0,6,-5,7,-11,7r-65,0r0,204v0,16,-26,5,-39,8v-6,0,-8,-2,-8,-8r0,-204r-67,0v-14,1,-6,-19,-8,-30v0,-5,3,-7,8,-7r182,0",w:207,k:{x:10,u:29,r:21,p:22,n:13,e:36,c:33,O:14,C:19,v:20,q:30,m:12,a:36,A:29,s:23,d:31,y:21,o:34,G:15}},U:{d:"234,-111v0,74,-35,115,-105,115v-126,0,-103,-128,-104,-244v1,-15,24,-7,38,-9v6,0,9,3,9,9v6,79,-27,205,59,205v84,0,51,-127,57,-205v1,-15,24,-7,37,-9v6,0,9,3,9,9r0,129",w:259,k:{V:5,A:9,Y:1}},V:{d:"197,-249v11,1,36,-5,31,9r-85,232v-4,12,-42,13,-47,-1r-90,-234v5,-11,44,-9,52,1r65,178r60,-176v2,-6,6,-9,14,-9",w:234,k:{v:10,s:14,o:18,e:22,c:15,S:8,O:9,G:13,C:10,w:3,q:12,d:19,Q:8,D:3,u:17,a:21,A:29,g:21,M:6}},W:{d:"296,-249v12,2,41,-7,36,9r-68,230v-3,15,-43,16,-47,1r-47,-165r-47,164v-3,16,-20,8,-36,10v-6,0,-8,-2,-11,-11r-70,-232v3,-12,28,-6,41,-6v8,0,11,3,12,9r45,166r45,-167v3,-13,38,-12,45,-1r47,168r43,-167v2,-6,7,-8,12,-8",w:338,k:{s:8,o:17,e:16,a:17,G:5,A:17,u:10,g:14,O:4,c:15,q:17,C:8}},X:{d:"211,-10v2,4,1,11,-6,10v-18,-2,-41,5,-48,-8r-50,-84r-50,84v-5,13,-28,6,-44,8v-7,0,-9,-5,-5,-10r75,-118r-71,-116v8,-9,46,-11,54,3r44,74r46,-75v6,-13,29,-5,45,-7v7,0,6,7,3,10r-70,107",w:218,k:{o:6,e:10,Q:3,G:5,q:4,a:5,O:5,g:3}},Y:{d:"175,-249v11,0,39,-5,31,9r-74,137r0,95v-2,14,-25,6,-39,8v-5,0,-8,-3,-8,-9r0,-92r-79,-143v7,-9,45,-11,52,2r53,102r51,-102v3,-6,6,-7,13,-7",w:213,k:{x:21,v:12,t:9,r:12,p:10,n:9,i:11,e:29,c:26,W:-4,R:8,M:9,F:4,A:28,w:9,s:19,o:30,g:26,a:31,O:17,C:16,y:19,q:16,d:28,G:16,m:10,u:23,S:6}},Z:{d:"192,-37v14,1,11,38,0,37r-175,0v-11,-1,-9,-22,-3,-30r119,-182r-106,0v-14,1,-7,-18,-9,-30v0,-5,3,-7,8,-7r160,0v14,0,10,22,5,32r-119,180r120,0",w:210,k:{o:4,O:5,e:7}},"[":{d:"115,25v-2,11,7,26,-9,26r-67,0v-8,0,-9,-2,-9,-10r0,-284v0,-9,2,-11,9,-11r66,0v16,-2,8,16,10,27v-1,15,-29,4,-42,7r0,238v13,3,41,-7,42,7",w:125},"\\":{d:"120,-5v5,15,-17,9,-29,10v-7,0,-9,-2,-11,-8r-76,-248v5,-7,38,-9,41,4",w:124},"]":{d:"96,41v0,9,-3,10,-10,10r-66,0v-16,2,-10,-15,-10,-26v0,-15,28,-5,42,-8r0,-237v-22,-1,-50,9,-42,-26v0,-6,1,-8,9,-8r67,0v8,0,10,2,10,10r0,285",w:125},"^":{d:"178,-140v5,14,-20,15,-29,23v-21,-22,-35,-53,-54,-78v-19,25,-33,55,-54,77v-10,-7,-32,-13,-26,-28r68,-97v3,-9,23,-8,28,0",w:192},_:{d:"181,36v0,6,2,14,-6,14r-167,0v-10,1,-6,-7,-7,-14v0,-4,1,-6,6,-6r167,0v6,0,7,1,7,6",w:181},"`":{d:"94,-219v11,7,-2,19,-8,21r-57,-30v-11,-8,7,-22,13,-27v19,10,34,25,52,36",w:123},a:{d:"176,-42v-1,18,23,5,16,35v-8,17,-56,6,-54,-14v-9,13,-33,25,-53,25v-51,0,-73,-41,-73,-88v0,-85,77,-121,123,-74v-3,-20,16,-18,34,-17v5,0,7,3,7,8r0,125xm133,-56r0,-69v-26,-33,-76,-23,-76,38v0,30,11,56,38,56v18,0,33,-14,38,-25",w:200,k:{y:5,v:5}},b:{d:"114,-179v51,1,73,43,73,92v0,71,-75,119,-125,71v4,18,-11,17,-31,16v-6,0,-8,-3,-8,-9r0,-235v1,-15,23,-9,37,-13v4,0,6,1,6,7r0,88v12,-10,29,-17,48,-17xm142,-87v0,-29,-9,-56,-39,-56v-13,0,-27,8,-37,17r0,77v9,10,23,17,36,17v31,0,40,-27,40,-55",w:199,k:{y:8,w:4,j:7,z:4,v:6,x:8}},c:{d:"147,-141v-8,13,-27,-8,-43,-4v-31,0,-48,22,-48,57v0,54,47,70,88,49v32,35,-18,44,-47,43v-55,0,-86,-35,-86,-90v0,-77,80,-117,142,-78",w:160,k:{a:6,t:1}},d:{d:"178,-9v0,14,-19,8,-31,9v-11,1,-9,-9,-10,-17v-10,12,-30,21,-49,21v-52,0,-76,-41,-76,-89v0,-68,69,-124,122,-78r0,-81v2,-15,24,-10,38,-13v4,0,6,2,6,7r0,241xm134,-49r0,-78v-25,-36,-76,-11,-76,39v0,30,11,57,40,57v13,0,29,-9,36,-18",w:200,k:{a:1}},e:{d:"102,-179v49,-1,77,42,73,91v0,9,-3,11,-12,11r-105,0v3,48,59,54,100,37v9,3,8,16,10,27v-11,16,-47,17,-66,17v-57,0,-90,-36,-90,-92v0,-54,36,-91,90,-91xm132,-106v0,-22,-10,-39,-33,-40v-23,0,-37,19,-40,40r73,0",w:185,k:{y:4,v:3}},f:{d:"97,-262v15,0,47,0,42,20v-3,7,0,24,-11,20v-33,-13,-59,4,-51,47v21,3,54,-12,47,23v-4,15,-32,4,-47,7r0,135v1,16,-22,9,-35,10v-6,0,-9,-3,-9,-9r0,-136v-17,0,-32,4,-27,-22v-1,-12,17,-7,27,-8v-1,-52,14,-87,64,-87",w:131,k:{u:4,q:9,g:13,d:11,a:13,o:11,c:13,e:13,r:8}},g:{d:"12,-85v-8,-67,76,-125,125,-74v-3,-19,15,-17,33,-16v6,0,8,3,8,9v-6,104,33,245,-85,245v-31,0,-79,-14,-48,-46v35,18,99,15,90,-37r0,-14v-49,42,-131,3,-123,-67xm100,-144v-57,-1,-58,109,-2,109v14,0,30,-8,37,-17r0,-74v-7,-10,-21,-18,-35,-18",w:200,k:{g:-2,a:2,j:-12}},h:{d:"180,-7v-1,14,-25,4,-37,7v-5,0,-7,-1,-7,-7r0,-100v5,-43,-49,-39,-70,-17r0,117v-1,14,-26,4,-38,7v-4,0,-5,-1,-5,-6r0,-238v2,-15,22,-10,37,-13v4,0,6,2,6,7r0,90v41,-35,114,-22,114,45r0,108",w:202,k:{y:10,v:6,w:3}},i:{d:"71,-220v0,14,-12,22,-24,22v-12,0,-24,-8,-24,-22v0,-14,11,-23,24,-23v12,0,24,9,24,23xm69,-9v0,15,-21,7,-34,9v-6,0,-9,-3,-9,-9r0,-157v0,-15,21,-7,34,-9v6,0,9,3,9,9r0,157",w:93},j:{d:"80,-220v0,30,-49,31,-49,0v0,-15,11,-23,24,-23v12,0,25,9,25,23xm0,78v-9,-1,-33,3,-30,-11v2,-12,0,-31,20,-24v37,3,43,-26,43,-68r0,-142v1,-13,22,-6,35,-8v5,0,9,2,9,8v-9,99,36,252,-77,245",w:102},k:{d:"166,-11v2,4,4,12,-4,11v-18,-2,-38,5,-46,-8r-46,-75v-10,16,-4,47,-4,74v0,15,-22,7,-35,9v-5,0,-8,-4,-8,-9r0,-236v2,-14,23,-8,36,-12v4,0,7,2,7,8r1,144r47,-65v7,-10,27,-3,42,-5v5,0,6,5,3,8r-51,65",w:174,k:{y:5,v:4,p:1,g:7,d:8,a:8,q:6,e:7,w:1,c:7,o:8}},l:{d:"66,-9v0,15,-22,7,-35,9v-5,0,-8,-3,-8,-9r0,-236v2,-14,23,-8,35,-12v4,0,8,2,8,8r0,240",w:88},m:{d:"224,-179v80,-1,55,95,59,170v1,15,-22,7,-34,9v-6,0,-9,-3,-9,-9r0,-99v5,-42,-47,-39,-68,-18v3,32,2,82,2,117v0,14,-21,7,-33,9v-6,0,-9,-3,-9,-9r0,-99v5,-43,-46,-39,-66,-16r0,115v0,15,-21,7,-34,9v-6,0,-9,-3,-9,-9r0,-157v0,-15,20,-7,32,-9v9,-1,10,7,9,16v26,-26,82,-28,99,3v16,-15,39,-23,61,-23",w:306,k:{y:6,v:8}},n:{d:"179,-9v1,15,-22,7,-34,9v-6,0,-9,-3,-9,-9r0,-98v5,-44,-49,-39,-70,-17r0,115v1,15,-22,7,-35,9v-5,0,-8,-3,-8,-9r0,-157v0,-14,20,-8,32,-9v9,-1,10,8,9,17v40,-36,115,-26,115,43r0,106",k:{y:5,t:3,v:3}},o:{d:"186,-87v0,52,-32,91,-88,91v-59,0,-86,-39,-86,-92v0,-52,32,-91,88,-91v59,0,86,39,86,92xm141,-87v0,-30,-9,-58,-41,-58v-32,0,-43,27,-43,56v0,30,9,59,41,59v32,0,43,-27,43,-57",w:198,k:{x:4,v:5,w:2,j:4,y:7}},p:{d:"113,-179v51,0,72,42,75,89v5,68,-69,124,-122,78r0,80v1,16,-22,8,-35,10v-6,0,-8,-4,-8,-10r0,-234v-1,-14,18,-7,30,-9v11,-1,11,7,10,17v10,-12,31,-21,50,-21xm66,-48v26,36,82,11,77,-39v-3,-30,-11,-57,-40,-57v-13,0,-30,9,-37,18r0,78",w:200,k:{f:5}},q:{d:"12,-87v0,-69,73,-122,125,-73v-3,-17,13,-16,31,-15v6,0,9,3,9,9r0,234v1,16,-21,8,-34,10v-6,0,-9,-3,-9,-9r0,-83v-11,11,-29,18,-46,18v-53,2,-76,-43,-76,-91xm97,-143v-55,0,-53,111,-1,111v14,0,29,-8,38,-17r0,-76v-8,-10,-24,-18,-37,-18",w:199,k:{j:-26}},r:{d:"108,-179v21,0,11,21,9,35v0,7,-11,2,-16,3v-12,0,-26,7,-35,18r0,114v1,15,-22,9,-35,9v-6,0,-8,-3,-8,-9r0,-157v0,-15,19,-7,32,-9v11,-1,9,9,9,19v11,-14,24,-23,44,-23",w:124,k:{o:5,e:5,c:3,d:7,a:10,g:5}},s:{d:"10,-128v1,-57,83,-64,122,-35v-5,8,-2,30,-16,26v-19,-10,-60,-16,-61,8v-1,19,35,24,50,31v19,9,34,24,34,47v0,59,-80,65,-125,43v-9,-7,0,-28,7,-33v25,9,72,25,76,-7v2,-19,-34,-25,-50,-32v-21,-9,-37,-24,-37,-48",w:147,k:{v:3}},t:{d:"75,-62v-6,35,24,35,48,27v7,3,6,16,8,24v-4,14,-29,13,-45,15v-73,7,-53,-81,-55,-149v-10,-2,-26,6,-25,-9v1,-9,-2,-21,7,-21r18,0v3,-16,-8,-47,9,-47v12,0,35,-12,35,4r0,43v21,3,54,-12,47,23v-4,14,-32,4,-47,7r0,83",w:136,k:{e:3,a:5,c:3}},u:{d:"178,-10v1,16,-20,8,-33,10v-9,1,-8,-9,-9,-16v-41,36,-114,24,-114,-44r0,-106v0,-14,22,-7,35,-9v6,0,9,3,9,9r0,98v-5,43,48,39,68,17r0,-115v0,-15,22,-7,35,-9v6,0,9,3,9,9r0,156",w:200},v:{d:"137,-175v12,2,36,-6,33,9r-63,159v-4,10,-33,11,-40,1r-63,-164v5,-9,45,-10,49,3r36,114r37,-114v2,-6,5,-8,11,-8",w:174,k:{o:9,e:9,c:6,d:8,g:6,a:5}},w:{d:"211,-167v4,-13,47,-13,43,0r-48,158v-3,13,-42,15,-47,0r-31,-103r-29,104v-4,13,-42,13,-47,-1r-48,-161v4,-8,44,-10,47,2r26,114r34,-113v2,-12,36,-13,39,-1r34,115",w:258,k:{e:6,c:3,o:3,a:5,d:3}},x:{d:"175,-10v3,5,3,10,-4,10v-17,-2,-42,5,-49,-6r-34,-56r-35,55v-6,12,-29,5,-45,7v-6,0,-4,-6,-2,-9r61,-81r-54,-80v7,-9,44,-10,53,1v11,14,18,32,29,46v18,-23,22,-61,72,-52v5,0,5,5,3,8r-55,72",w:181,k:{g:3,d:3,a:4,e:4,c:1,o:4}},y:{d:"29,78v-11,-1,-27,3,-24,-11v2,-14,1,-31,23,-24v30,2,37,-20,46,-41r-66,-172v6,-9,45,-11,49,2r40,119r38,-117v3,-15,25,-7,40,-9v6,0,5,4,5,9r-71,187v-16,43,-37,57,-80,57",w:185,k:{u:5,r:4,o:8,g:9,d:9,a:8,s:4,j:3,c:6,e:8,q:11}},z:{d:"139,-30v12,0,10,30,0,30r-122,0v-12,-1,-11,-22,-5,-30r78,-115r-67,0v-12,2,-7,-13,-8,-22v0,-4,2,-8,7,-8r114,0v14,1,10,21,4,30r-79,115r78,0",w:154,k:{a:4}},"{":{d:"105,23v20,-8,30,25,13,27v-45,4,-75,-9,-77,-53v-2,-33,6,-85,-24,-87v-12,0,-5,-11,-7,-20v0,-5,2,-7,7,-7v32,-4,21,-53,24,-87v3,-44,34,-52,80,-52v11,0,2,15,2,22v0,9,-11,4,-18,5v-37,5,-20,44,-23,75v-3,33,-24,47,-37,51v15,1,34,14,37,53v3,31,-13,68,23,73",w:135},"|":{d:"61,-1v2,15,-19,9,-30,9v-6,0,-10,-2,-10,-8r0,-249v0,-14,20,-6,31,-8v6,0,9,2,9,7r0,249",w:82},"}":{d:"118,-117v13,1,9,27,1,27v-33,0,-23,53,-25,87v-3,45,-34,57,-80,53v-11,-1,-2,-15,-2,-22v1,-8,10,-4,18,-5v37,-5,20,-45,23,-76v3,-33,24,-47,37,-51v-15,-1,-34,-14,-37,-53v-3,-33,15,-75,-34,-72v-10,-2,-7,-14,-10,-23v31,-14,85,-1,85,48v0,33,-6,85,24,87",w:135},"~":{d:"123,-110v13,2,28,-22,40,-12v4,5,9,10,11,17v-11,15,-31,28,-51,29v-20,0,-35,-18,-54,-18v-9,-3,-33,23,-40,10r-10,-20v8,-13,31,-24,47,-25v20,-1,39,18,57,19",w:192},"\u2122":{d:"227,-150v1,8,-12,6,-19,6v-5,0,-6,-3,-6,-7r-1,-50r-21,53v-3,6,-15,6,-18,-1r-24,-53r-1,52v0,10,-10,5,-18,6v-4,0,-5,-2,-5,-6r4,-93v0,-9,9,-5,16,-6v4,0,5,1,6,4r31,68r29,-68v1,-6,21,-7,22,1xm104,-249v12,-2,9,8,8,15v-2,10,-19,3,-29,5r0,79v1,10,-12,5,-20,6v-4,0,-5,-2,-5,-6r0,-79v-13,-1,-34,7,-29,-15v0,-3,2,-5,5,-5r70,0",w:263},"\u2026":{d:"320,-19v-1,31,-50,32,-51,0v0,-16,12,-25,25,-25v13,0,26,10,26,25xm205,-19v-1,32,-50,31,-51,0v0,-35,51,-32,51,0xm91,-19v-1,32,-50,31,-51,0v0,-35,51,-32,51,0",w:360},"\u2013":{d:"180,-107v-2,12,6,34,-9,33r-162,0v-15,0,-7,-20,-9,-33v0,-6,2,-9,8,-9r163,0v7,0,9,3,9,9",w:180},"\u2014":{d:"360,-107v-2,12,6,34,-9,33r-342,0v-15,0,-7,-20,-9,-33v0,-6,2,-9,8,-9r343,0v7,0,9,3,9,9",w:360},"\u201c":{d:"111,-157v-49,-12,-19,-86,16,-98v5,1,9,7,11,12v-4,10,-17,19,-17,30v0,11,14,19,14,32v0,14,-10,24,-24,24xm42,-157v-50,-12,-18,-86,17,-98v23,10,-8,28,-7,42v0,11,15,19,15,32v0,14,-11,24,-25,24",w:153},"\u201d":{d:"95,-154v-24,-10,7,-27,7,-41v0,-11,-15,-19,-15,-32v0,-14,11,-24,25,-24v49,11,19,87,-17,97xm26,-154v-23,-11,7,-26,7,-41v0,-11,-14,-19,-14,-32v0,-14,10,-24,24,-24v48,11,20,88,-17,97",w:153},"\u2018":{d:"62,-157v-49,-12,-19,-86,16,-98v5,1,9,7,11,12v-6,8,-18,19,-17,30v0,11,14,19,14,32v0,14,-10,24,-24,24",w:123},"\u2019":{d:"45,-157v-23,-11,7,-28,7,-42v0,-11,-15,-19,-15,-32v0,-14,11,-24,25,-24v49,13,19,86,-17,98",w:123},"\u00a0":{w:87}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Designed & produced by Jason Smith.Copyright Fontsmith 2002     
 * http://www.fontsmith.com
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Manufacturer:
 * Fontsmith http://www.fontsmith.com
 */
Cufon.registerFont({w:196,face:{"font-family":"FSAlbert","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 9 0 4",ascent:"277",descent:"-83","x-height":"4",bbox:"-48.8156 -286.202 361.961 82.0084","underline-thickness":"18","underline-position":"-18",slope:"-11",stemh:"26",stemv:"32","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:82},"\u00d7":{d:"144,-154v8,4,19,14,8,23r-41,36v10,15,23,27,32,43v-5,7,-15,20,-24,16r-31,-40v-16,13,-29,30,-48,41v-8,-4,-20,-17,-8,-23r41,-36v-10,-15,-24,-26,-32,-43v4,-7,18,-23,24,-15r31,39v16,-13,30,-29,48,-41",w:181},"!":{d:"57,-248v8,1,28,-3,24,5r-36,184v0,8,-12,4,-19,5v-4,0,-4,-3,-4,-6r29,-183v0,-3,2,-5,6,-5xm44,-18v2,22,-36,32,-38,7v-2,-20,37,-31,38,-7",w:83},'"':{d:"95,-253v7,1,24,-3,20,6r-11,54v0,8,-12,4,-19,5v-3,0,-4,-2,-4,-5r9,-55v0,-4,2,-5,5,-5xm48,-253v7,1,22,-4,20,6r-11,54v0,7,-21,8,-23,1r8,-56v0,-4,3,-5,6,-5",w:114},"#":{d:"206,-170v7,3,0,21,-8,22r-38,0r-17,53v13,1,31,-3,41,2v-2,7,-1,21,-10,21r-39,0r-22,67v-2,9,-21,6,-28,3r24,-70r-51,0r-23,67v-2,7,-27,9,-27,-1r22,-66v-18,-1,-50,6,-35,-19v6,-10,30,-2,44,-4r16,-53v-16,-1,-50,7,-36,-15v3,-14,30,-4,45,-7r23,-74v3,-7,22,-5,28,-2r-24,76r49,0r24,-74v2,-8,21,-4,28,-2r-24,76r38,0xm133,-148r-50,0r-17,53r50,0",w:199},"$":{d:"133,-253v29,-1,70,16,38,38v-13,-4,-28,-10,-42,-11r-16,85v28,14,59,33,52,73v-7,40,-38,66,-77,71v-2,13,-3,45,-22,30r5,-29v-28,0,-77,-4,-54,-35v14,-9,36,11,59,7r17,-93v-26,-15,-62,-32,-54,-73v7,-37,42,-59,78,-62v2,-12,2,-46,21,-30xm112,-226v-37,1,-57,53,-23,71r10,6xm93,-26v40,-3,58,-61,21,-79r-6,-4"},"%":{d:"152,-213v0,32,-19,71,-56,71v-25,0,-36,-16,-36,-40v0,-33,20,-70,57,-70v24,0,35,16,35,39xm251,-251v8,-8,21,6,18,14r-211,239v-8,6,-24,-8,-16,-16xm249,-67v0,32,-18,71,-55,71v-25,0,-37,-16,-37,-40v0,-33,20,-71,57,-71v24,0,35,17,35,40xm129,-211v0,-11,-3,-23,-16,-23v-23,0,-30,35,-30,53v0,12,4,21,17,21v22,0,29,-34,29,-51xm226,-66v0,-11,-2,-22,-15,-22v-23,0,-30,35,-30,53v0,12,4,21,17,21v22,0,28,-35,28,-52",w:308},"&":{d:"232,-149v-8,39,-29,74,-53,100v12,15,27,24,42,29v4,7,-3,26,-17,22v-19,-6,-37,-17,-47,-31v-40,42,-151,52,-151,-24v0,-45,40,-70,73,-91v-8,-14,-21,-30,-21,-49v0,-35,33,-60,66,-60v26,0,47,15,47,41v0,32,-30,54,-54,70r48,75v15,-16,35,-48,43,-81v2,-8,12,-4,20,-5v3,0,5,1,4,4xm144,-208v0,-14,-9,-22,-23,-22v-39,1,-38,50,-16,71v16,-10,39,-28,39,-49xm143,-47r-52,-79v-23,15,-53,37,-53,67v0,56,79,38,105,12",w:236},"'":{d:"67,-248v2,-10,27,-7,26,0r-11,55v0,8,-19,7,-23,2",w:114},"(":{d:"53,45v-70,-97,-27,-226,48,-300v7,-7,16,2,20,7v-64,73,-105,182,-50,281v-4,5,-11,10,-18,12",w:114},")":{d:"-6,34v65,-75,103,-179,51,-282v3,-6,15,-13,22,-8v63,105,20,228,-58,301v-6,-2,-10,-7,-15,-11",w:114},"*":{d:"105,-232v5,4,9,23,-1,24r-35,5v5,11,27,23,18,34v-6,2,-13,14,-18,6r-10,-35v-11,16,-23,54,-40,26v7,-12,22,-21,32,-31v-11,-4,-33,1,-37,-10v4,-5,5,-21,13,-18r30,17v0,-19,-8,-55,24,-40r-14,40",w:120},"+":{d:"162,-107v11,0,3,11,3,18v-1,5,-2,7,-7,7r-55,0r-10,61v-1,10,-23,10,-28,3r11,-64r-55,0v-11,0,-2,-11,-3,-19v1,-4,2,-6,7,-6r55,0r11,-61v0,-11,24,-10,28,-2r-11,63r54,0",w:181},",":{d:"17,48v-15,-13,18,-26,15,-40v-8,-16,-15,-45,12,-45v10,0,19,8,19,20v-2,30,-25,53,-46,65",w:73},"-":{d:"78,-108v13,0,4,18,4,21v-1,5,-2,7,-7,7r-54,0v-10,0,-5,-15,-3,-22v1,-4,2,-6,7,-6r53,0",w:99},".":{d:"59,-18v2,22,-38,32,-40,7v-2,-23,38,-31,40,-7",w:74},"/":{d:"112,-253v8,0,26,-2,18,7r-114,244v-2,10,-22,8,-29,3r117,-248v2,-4,3,-6,8,-6",w:114},"0":{d:"186,-168v0,63,-31,172,-110,172v-50,0,-64,-43,-64,-85v0,-63,32,-172,110,-172v50,0,64,43,64,85xm152,-167v0,-23,-4,-58,-35,-58v-53,0,-72,101,-72,143v0,24,5,58,36,58v52,0,71,-100,71,-143"},"1":{d:"153,-243r-41,235v-1,12,-14,7,-25,8v-7,1,-8,-4,-6,-8r36,-206v-21,11,-39,25,-62,34v-6,-3,-14,-20,-4,-24v33,-14,51,-43,97,-44v4,0,5,2,5,5"},"2":{d:"53,-213v-15,-34,46,-40,70,-40v36,0,62,19,62,53v0,77,-93,127,-141,173r104,0v11,0,4,13,4,20v-1,5,-4,7,-9,7r-135,0v-13,0,-3,-12,-4,-20v1,-5,2,-7,6,-11v46,-45,126,-89,142,-162v-3,-48,-65,-32,-95,-17v-2,0,-3,0,-4,-3"},"3":{d:"54,-214v-21,-33,35,-39,60,-39v34,0,61,18,61,51v0,31,-21,59,-51,67v23,5,39,27,39,53v0,77,-99,109,-156,69v4,-6,5,-18,12,-21v44,25,112,4,112,-48v0,-30,-28,-41,-60,-40v-10,0,-3,-12,-3,-18v0,-7,8,-6,16,-6v53,12,87,-79,21,-81v-15,-1,-35,7,-51,13"},"4":{d:"151,-150v9,1,26,-4,23,7r-24,137v-2,10,-16,4,-26,6v-5,0,-5,-3,-5,-7r9,-51r-116,0v-14,-3,-3,-23,2,-32r95,-152v4,-10,22,-7,32,-4v-28,58,-67,107,-98,162r89,0r11,-60v1,-5,4,-6,8,-6"},"5":{d:"22,-36v47,29,118,7,115,-53v-2,-40,-45,-41,-86,-40v-6,0,-10,-5,-7,-10r18,-101v1,-6,4,-8,9,-8r108,0v10,0,4,12,4,19v-1,5,-2,8,-8,8r-86,0r-12,68v50,-2,91,14,93,60v4,80,-101,125,-161,78v2,-8,7,-17,13,-21"},"6":{d:"146,-253v10,0,37,-1,33,12v-2,7,-2,19,-12,18v-62,-18,-96,41,-109,88v41,-34,115,-29,114,35v0,52,-38,104,-92,104v-47,0,-65,-32,-65,-74v0,-76,45,-183,131,-183xm139,-93v1,-49,-61,-43,-88,-14v-7,35,-9,85,33,85v35,0,55,-41,55,-71"},"7":{d:"192,-248v12,3,4,24,-2,32r-132,210v-6,10,-20,5,-33,6v-6,0,-4,-5,-2,-9r136,-212r-106,0v-11,-1,-3,-15,-3,-22v1,-5,3,-5,7,-5r135,0"},"8":{d:"72,-133v-68,-34,-19,-120,49,-120v32,0,59,17,59,50v0,33,-27,54,-54,68v86,34,28,139,-51,139v-37,0,-69,-17,-69,-56v0,-40,33,-67,66,-81xm148,-199v0,-19,-13,-29,-32,-29v-23,0,-45,17,-45,41v0,21,17,34,32,42v22,-12,45,-27,45,-54xm138,-75v0,-24,-23,-37,-43,-46v-26,13,-56,30,-56,63v0,24,20,37,41,37v31,0,58,-22,58,-54"},"9":{d:"53,4v-11,0,-35,3,-35,-12v4,-6,2,-19,13,-18v60,20,95,-41,108,-88v-41,35,-115,27,-114,-36v0,-51,38,-103,93,-103v48,0,65,32,65,74v-2,76,-45,183,-130,183xm146,-142v7,-35,9,-85,-33,-85v-35,0,-55,40,-55,71v-1,49,61,43,88,14"},":":{d:"79,-162v2,21,-37,32,-39,7v-2,-23,38,-33,39,-7xm54,-19v2,22,-38,32,-40,7v-2,-22,38,-32,40,-7",w:84},";":{d:"85,-162v2,22,-38,32,-40,7v-2,-24,38,-33,40,-7xm14,48v-15,-13,19,-26,16,-40v-8,-15,-15,-45,11,-45v10,0,19,8,19,20v-2,30,-25,53,-46,65",w:88},"<":{d:"145,-198v9,-3,17,18,10,23r-87,53v23,20,50,35,70,57v-5,8,-10,23,-22,21v-29,-25,-62,-44,-88,-72v1,-7,2,-12,8,-15",w:181},"=":{d:"151,-143v11,0,3,11,3,18v-1,5,-2,7,-7,7r-106,0v-10,0,-2,-13,-2,-19v1,-4,3,-6,7,-6r105,0xm139,-78v11,-1,4,17,4,19v-1,5,-3,6,-8,6r-105,0v-11,0,-2,-11,-3,-19v1,-4,3,-6,7,-6r105,0",w:181},">":{d:"149,-131v6,5,1,17,-4,20r-113,68v-5,-3,-15,-19,-7,-24r88,-54v-22,-19,-49,-33,-69,-55v4,-9,9,-26,22,-22",w:181},"?":{d:"151,-207v0,67,-89,74,-89,137v0,9,-12,5,-20,6v-4,0,-5,-2,-5,-5v1,-62,85,-74,85,-132v0,-38,-51,-30,-73,-17v-8,2,-15,-18,-5,-21v37,-22,107,-21,107,32xm60,-18v2,21,-37,32,-39,7v-2,-21,37,-31,39,-7",w:150},"@":{d:"200,-15v-70,41,-184,17,-184,-74v0,-87,81,-164,167,-164v55,0,97,31,97,88v0,46,-35,111,-86,111v-19,0,-29,-13,-27,-30v-20,32,-77,41,-77,-9v0,-40,34,-95,78,-95v10,0,25,7,26,22v1,-10,15,-25,25,-12v-11,33,-35,59,-35,96v0,9,4,14,14,14v39,0,61,-60,61,-93v0,-47,-33,-71,-79,-71v-73,0,-134,70,-134,141v0,78,95,89,149,62v4,2,2,11,5,14xm185,-149v0,-12,-5,-20,-17,-20v-28,0,-52,45,-52,70v0,39,44,16,52,-6",w:292},A:{d:"192,-8v2,13,-18,6,-28,8v-5,0,-6,-1,-7,-6r-12,-65r-94,0r-35,66v-3,7,-27,8,-33,2r130,-240v4,-8,28,-8,34,0xm141,-96r-18,-115r-60,115r78,0",w:217,k:{f:1,T:33,C:1,y:7,Y:27,O:3,v:8,V:24,o:1,t:2,W:14,w:8}},B:{d:"179,-83v-1,76,-79,90,-165,83v-5,0,-6,-3,-6,-8r41,-233v7,-16,41,-7,60,-7v41,0,72,13,72,48v-1,35,-22,56,-53,67v30,2,51,20,51,50xm64,-142v48,4,84,-12,85,-55v0,-31,-39,-27,-71,-27xm43,-25v56,5,103,-9,103,-57v-1,-40,-45,-37,-86,-37",w:204,k:{y:11,x:2,Y:20,V:7,W:6,T:23}},C:{d:"13,-91v0,-101,102,-207,202,-143v-5,7,-6,19,-14,23v-15,-9,-33,-16,-52,-15v-65,0,-100,73,-100,130v0,41,17,73,63,73v20,1,40,-7,59,-13v8,2,4,12,7,19v-15,17,-52,21,-75,21v-59,0,-90,-38,-90,-95",w:205,k:{w:9,t:2,o:7,f:2,d:11,a:8,v:15,g:8,y:10,e:8,q:8}},D:{d:"59,-248v94,-5,168,6,165,94v-2,91,-54,156,-149,154r-60,0v-6,0,-7,-2,-7,-8r41,-232v1,-6,4,-8,10,-8xm44,-26v95,12,143,-51,145,-124v1,-63,-44,-77,-111,-72",w:237,k:{Z:12,X:6,W:15,V:19,A:14,Y:18,T:23,x:1}},E:{d:"180,-248v9,3,2,27,-9,26r-95,0r-14,80r84,0v11,0,3,13,3,20v-1,4,-3,6,-7,6r-85,0r-16,90r99,0v10,0,2,13,3,20v-1,4,-2,6,-7,6r-124,0v-6,1,-8,-3,-6,-7r41,-234v1,-5,3,-7,8,-7r125,0",w:182,k:{y:7,v:8,x:1}},F:{d:"182,-248v9,3,2,27,-9,26r-95,0r-14,80r84,0v11,0,4,13,4,20v-1,4,-4,6,-8,6r-85,0r-19,109v-1,11,-16,6,-26,7v-5,1,-6,-2,-6,-7r41,-234v1,-5,4,-7,9,-7r124,0",w:177,k:{z:13,x:15,v:9,t:6,r:12,p:12,n:5,j:4,e:23,c:19,S:6,G:16,w:7,s:13,o:23,i:2,a:22,A:27,y:18,q:23,d:17,u:14,m:5,O:13}},G:{d:"153,-253v23,0,49,4,63,19v-4,8,-7,19,-14,22v-78,-43,-154,28,-154,116v0,64,56,88,111,64r15,-84v-18,-2,-54,9,-40,-20v1,-4,3,-6,7,-6r63,0v5,0,7,3,5,6r-19,112v-1,6,-3,8,-11,12v-22,10,-50,16,-75,16v-61,0,-91,-38,-91,-95v1,-89,59,-162,140,-162",w:231,k:{Y:7,V:6}},H:{d:"205,-248v9,1,28,-3,24,6r-41,236v-1,10,-27,8,-33,2r20,-112r-116,0r-19,110v-2,10,-28,9,-33,1r42,-237v2,-10,27,-8,33,-2r-18,102r116,0r17,-100v1,-4,4,-6,8,-6",w:236},I:{d:"127,-248v8,0,2,10,2,15v-2,11,-18,4,-29,6r-36,206v13,0,33,-5,26,16v0,3,-3,5,-6,5r-77,0v-8,-1,-2,-14,-2,-17v3,-9,18,-2,27,-4r36,-206v-14,0,-33,4,-24,-16v1,-3,2,-5,5,-5r78,0",w:134,k:{y:8,s:1,o:4,e:4,c:3,q:2,d:2,v:5,a:2,g:2}},J:{d:"130,-244r-28,162v-5,59,-45,101,-107,80v4,-7,1,-20,11,-21v40,9,57,-14,63,-51r26,-153r-41,0v-5,-1,-7,-21,4,-21r67,0v3,0,5,1,5,4",w:137},K:{d:"177,-248v8,1,30,-3,22,6r-110,113r81,126v-7,5,-34,6,-41,-4r-70,-108r-19,108v-1,12,-16,5,-27,7v-5,0,-5,-3,-5,-7r42,-235v2,-11,17,-4,27,-6v5,0,5,2,5,6r-19,107r104,-109v3,-3,6,-4,10,-4",w:192,k:{w:15,u:11,s:2,o:12,g:11,d:5,Y:6,Q:20,I:1,C:18,v:17,q:8,e:13,V:6,G:20,t:4,c:10,y:16,n:2,O:14}},L:{d:"135,-27v11,1,1,14,2,21v-1,4,-3,6,-7,6r-117,0v-5,0,-5,-3,-5,-7r41,-235v2,-10,18,-5,28,-6v5,-1,6,3,4,6r-37,215r91,0",w:163,k:{w:11,t:3,W:22,U:9,Q:14,G:17,v:14,V:30,O:16,T:31,Y:33,C:15}},M:{d:"284,-244r-31,237v-1,11,-17,6,-28,7v-6,0,-6,-5,-4,-8r23,-173r-101,176v-3,7,-22,9,-24,0r-46,-176r-34,175v-2,10,-16,4,-26,6v-5,0,-5,-2,-5,-6r50,-235v0,-10,26,-11,29,-1r53,196r116,-197v4,-8,14,-4,24,-5v4,0,4,1,4,4",w:302,k:{V:4,Y:6}},N:{d:"218,-248v8,1,28,-3,23,6r-41,235v-1,12,-28,11,-33,1r-96,-186r-32,185v0,10,-29,11,-31,1r41,-236v2,-10,27,-10,32,-1r96,186r33,-185v1,-5,4,-6,8,-6",w:249},O:{d:"13,-87v-1,-77,48,-165,131,-166v57,0,81,39,81,92v0,75,-45,165,-131,165v-55,0,-81,-37,-81,-91xm190,-160v0,-37,-13,-65,-51,-65v-63,0,-91,83,-91,136v0,37,14,66,51,66v64,0,91,-83,91,-137",w:238,k:{X:7,A:4,V:13,Y:14}},P:{d:"185,-189v0,65,-57,106,-130,95r-15,88v-1,11,-17,4,-27,6v-5,1,-5,-3,-5,-8r41,-234v7,-14,37,-3,54,-6v41,0,82,10,82,59xm60,-118v56,6,91,-21,92,-71v0,-39,-38,-34,-74,-34",w:187,k:{u:7,r:8,q:5,o:14,i:3,e:16,c:14,Y:1,V:3,A:25,s:4,j:11,d:13,X:5,g:14,J:8,a:11}},Q:{d:"13,-87v-1,-77,48,-165,131,-166v57,0,81,39,81,92v0,58,-27,127,-80,153v18,12,41,19,57,34v-4,6,-5,22,-15,18v-31,-3,-54,-48,-93,-40v-55,0,-81,-37,-81,-91xm190,-160v0,-37,-13,-65,-51,-65v-63,0,-91,83,-91,136v0,37,14,66,51,66v64,0,91,-83,91,-137",w:238},R:{d:"57,-248v62,-1,130,-5,130,56v0,40,-27,79,-65,87r43,100v-2,9,-30,7,-36,0r-38,-95r-35,0r-16,94v-1,9,-27,9,-33,2r42,-237v1,-5,3,-7,8,-7xm60,-124v55,6,92,-15,93,-64v1,-36,-37,-37,-75,-36",k:{q:1,g:7,c:2,V:7,O:3,o:9,Y:15,C:9,T:11,e:10}},S:{d:"31,-179v0,-68,96,-95,147,-58v-2,7,-6,18,-12,22v-36,-17,-97,-18,-100,30v10,52,94,45,94,106v0,73,-95,104,-157,69v3,-9,5,-29,17,-24v42,18,106,11,106,-38v0,-54,-96,-47,-95,-107",w:181,k:{x:3,v:10,A:1,w:7,V:3,y:8}},T:{d:"204,-248v11,0,2,14,1,20v-13,14,-53,2,-77,6r-38,216v-1,10,-26,7,-33,3r39,-219r-69,0v-10,0,-2,-14,-3,-21v1,-4,3,-5,7,-5r173,0",w:193,k:{y:29,v:24,s:28,q:35,o:36,m:14,d:34,a:40,G:17,A:34,u:33,p:27,e:38,O:17,r:20,c:35,x:6,n:13,C:22}},U:{d:"218,-248v10,2,27,-5,25,8v-24,103,-12,243,-140,244v-133,2,-63,-156,-54,-246v2,-10,16,-4,26,-6v5,0,6,3,6,8r-27,165v0,33,14,52,54,52v102,0,78,-136,103,-219v1,-4,3,-6,7,-6",w:249,k:{V:3,A:5,Y:1}},V:{d:"211,-248v7,0,27,-2,20,6r-123,236v-3,9,-32,11,-34,0r-43,-237v2,-9,31,-8,36,0r33,199r100,-198v3,-5,5,-6,11,-6",w:219,k:{v:6,s:12,o:17,e:22,c:18,S:4,O:9,G:14,C:6,w:2,q:6,d:22,Q:4,D:1,u:14,a:22,A:24,g:22,M:4}},W:{d:"310,-248v9,1,27,-4,23,6r-108,236v-4,9,-17,5,-28,6v-4,0,-6,-1,-6,-6r-17,-191r-84,190v-3,12,-16,5,-28,7v-4,0,-5,-2,-6,-8r-25,-234v0,-10,33,-9,36,0r16,194r85,-195v4,-9,15,-4,25,-5v4,0,6,1,6,5r17,195r85,-194v2,-5,5,-6,9,-6",w:320,k:{u:9,q:17,g:17,c:17,O:5,C:4,o:17,a:19,A:14,e:18,G:3,s:4}},X:{d:"184,-248v8,1,31,-3,23,6r-87,111r54,126v-3,8,-35,9,-39,-1r-39,-97r-72,97v-5,9,-26,8,-36,3r97,-126r-48,-115v4,-7,31,-7,37,1r35,86r65,-86v3,-4,5,-5,10,-5",w:203,k:{o:5,e:9,Q:1,G:3,g:1,O:7,a:6,q:2}},Y:{d:"189,-248v8,1,26,-4,21,6r-97,142r-17,94v-1,9,-31,11,-32,-1r17,-91r-51,-145v2,-9,31,-8,36,0r37,117r76,-116v3,-5,5,-6,10,-6",w:198,k:{y:21,w:5,u:21,s:19,q:9,o:32,m:6,g:27,d:28,a:31,S:4,O:17,G:13,F:2,C:15,v:7,r:6,n:5,e:30,W:-2,M:5,A:26,t:5,i:10,R:4,x:20,c:28,p:6}},Z:{d:"198,-248v11,2,3,17,-2,23r-161,199r126,0v11,1,2,16,2,20v-1,4,-2,6,-6,6r-163,0v-8,-2,-4,-16,1,-22r162,-200r-112,0v-10,0,-2,-14,-3,-21v1,-4,3,-5,7,-5r149,0",k:{o:6,O:6,e:8}},"[":{d:"124,-253v12,-1,4,11,4,18v-4,12,-30,3,-44,6r-45,258r36,0v11,-1,2,11,3,17v-1,4,-2,5,-7,5r-59,0v-5,0,-7,-1,-6,-7r51,-289v1,-6,3,-8,8,-8r59,0",w:113},"\\":{d:"96,-2v4,11,-12,6,-20,7v-5,0,-6,-2,-7,-6r-41,-246v-3,-11,13,-6,21,-7v5,0,5,1,6,6",w:122},"]":{d:"108,-245r-51,289v-1,6,-3,7,-8,7r-59,0v-12,2,-3,-11,-4,-17v4,-12,30,-3,44,-6r45,-258r-36,0v-12,1,-3,-11,-3,-17v1,-4,2,-6,7,-6r59,0v5,0,7,2,6,8",w:113},"^":{d:"162,-142v1,9,-18,17,-24,11r-35,-82r-65,81v-7,9,-14,-4,-20,-7v-4,-3,-2,-6,1,-9v29,-33,54,-70,86,-100v6,0,11,-1,12,4",w:189},_:{d:"172,30v8,-1,4,6,4,11v-1,4,-2,6,-6,6r-164,0v-9,0,-3,-8,-3,-13v0,-3,2,-4,6,-4r163,0",w:178},"`":{d:"86,-216v7,5,-3,12,-7,15v-19,-8,-33,-21,-51,-30v-6,-8,9,-24,17,-20",w:116},a:{d:"158,-30v1,23,33,-14,24,17v-6,20,-63,21,-53,-13v-12,16,-33,30,-59,30v-41,0,-58,-31,-58,-68v0,-54,40,-114,98,-114v25,0,47,7,65,17v3,2,5,4,4,8xm111,-154v-44,-1,-67,52,-67,90v0,62,80,45,87,7r16,-87v-8,-5,-19,-10,-36,-10",w:195,k:{v:5,y:3}},b:{d:"180,-114v0,59,-36,118,-102,118v-24,0,-49,-8,-61,-13v-5,-1,-4,-7,-4,-12r40,-225v1,-10,25,-14,31,-6r-17,96v38,-39,113,-23,113,42xm148,-111v0,-52,-61,-50,-86,-20r-18,103v8,4,23,7,36,7v47,0,68,-50,68,-90",w:191,k:{z:2,x:6,v:4,w:2,j:8,y:7}},c:{d:"12,-65v-5,-74,77,-143,149,-100v-2,7,-5,17,-11,20v-53,-33,-111,23,-106,78v-5,45,49,57,85,38v4,3,6,11,7,17v-44,34,-134,13,-124,-53",w:153,k:{t:1,a:4}},d:{d:"13,-63v0,-71,82,-157,137,-94r16,-90v2,-8,29,-14,31,-3r-43,244v0,10,-14,5,-23,6v-10,-1,-3,-14,-3,-21v-14,15,-36,25,-57,25v-42,0,-58,-29,-58,-67xm109,-154v-45,-1,-65,53,-65,90v0,57,66,49,87,17r15,-83v-5,-14,-20,-24,-37,-24",w:192,k:{a:1}},e:{d:"12,-66v0,-56,40,-113,100,-112v36,0,56,23,56,58v0,13,3,38,-13,38r-110,0v-5,35,8,62,45,62v15,3,39,-12,51,-5v7,31,-37,29,-57,29v-46,0,-72,-27,-72,-70xm138,-102v4,-28,0,-53,-30,-53v-30,0,-51,25,-59,53r89,0",w:177,k:{v:3,y:5}},f:{d:"121,-260v11,0,33,-2,33,12v-2,6,-2,18,-12,15v-42,-15,-64,19,-66,59v17,3,55,-11,45,16v-7,12,-33,2,-49,5r-39,219v-1,10,-15,6,-25,7v-6,0,-6,-4,-4,-8r38,-218v-13,0,-32,4,-23,-16v1,-14,31,5,29,-14v8,-43,27,-77,73,-77",w:117,k:{r:11,o:13,e:17,c:17,q:13,d:15,u:6,a:17,g:18}},g:{d:"117,-178v27,0,59,10,66,33v-23,89,-9,224,-120,224v-24,0,-69,-12,-40,-35v13,4,28,12,43,11v50,0,58,-38,65,-78v-37,40,-115,27,-115,-41v0,-58,39,-114,101,-114xm151,-139v-5,-5,-20,-15,-39,-15v-42,0,-64,47,-64,84v0,55,64,56,87,22",w:193,k:{g:-1,j:-7,a:1}},h:{d:"69,-156v41,-40,119,-27,106,46r-18,104v-1,10,-23,7,-30,3r21,-124v0,-41,-65,-23,-83,-3r-23,125v-1,9,-24,7,-29,2r42,-244v3,-10,17,-6,27,-9v4,0,4,2,4,6",w:195,k:{y:9,v:4,w:1}},i:{d:"83,-222v2,19,-34,28,-36,6v-2,-20,34,-30,36,-6xm49,-174v9,1,25,-4,22,7r-28,161v-1,9,-25,9,-30,2r28,-164v1,-4,4,-6,8,-6",w:84},j:{d:"96,-222v2,19,-34,28,-36,6v-2,-20,34,-30,36,-6xm60,-174v9,1,25,-4,23,7v-19,76,-14,180,-59,229v-14,15,-41,20,-70,15v-8,-9,2,-29,18,-22v34,-2,46,-23,52,-58r29,-165v1,-4,4,-6,7,-6",w:97},k:{d:"161,-172v-3,9,-50,51,-67,69r46,99v-4,7,-30,7,-36,-1r-35,-77r-16,16r-11,60v-1,10,-15,5,-24,6v-5,0,-5,-3,-5,-7r42,-240v3,-9,17,-7,27,-9v5,-1,4,4,3,7r-26,149r70,-70v6,-6,23,-5,32,-2",w:158,k:{y:3,v:2,p:1,g:8,d:8,a:8,w:1,o:6,c:8,q:8,e:8}},l:{d:"81,-256v6,-1,7,3,5,7r-42,243v-2,11,-16,4,-26,6v-6,1,-5,-4,-4,-7r42,-240v2,-11,16,-5,25,-9",w:82},m:{d:"168,-154v37,-35,112,-36,112,21v0,44,-14,85,-20,127v-1,10,-15,5,-25,6v-5,0,-5,-3,-5,-8r20,-118v0,-41,-57,-27,-78,-7v-3,43,-14,86,-20,127v-1,9,-26,9,-29,1r20,-121v0,-42,-59,-27,-79,-4r-22,124v-1,9,-26,9,-29,1r28,-163v1,-9,25,-9,29,-2v-2,4,-1,10,-2,15v32,-28,82,-34,100,1",w:297,k:{v:4,y:4}},n:{d:"67,-155v32,-30,113,-38,110,23v-3,45,-14,84,-21,126v-1,10,-15,5,-25,6v-5,0,-5,-4,-4,-8r20,-119v-4,-42,-60,-24,-83,-3r-22,124v-1,10,-15,5,-25,6v-5,0,-5,-3,-4,-7r28,-161v1,-9,14,-5,23,-6v10,0,3,16,3,19",w:194,k:{v:1,t:1,y:3}},o:{d:"178,-111v0,58,-38,115,-101,115v-45,0,-65,-29,-65,-69v0,-57,37,-113,100,-113v45,0,66,28,66,67xm147,-108v0,-26,-10,-47,-39,-47v-42,0,-64,47,-64,88v0,26,8,48,37,48v45,0,66,-51,66,-89",w:190,k:{y:7,w:3,j:6,v:5,x:6}},p:{d:"181,-110v0,69,-83,155,-138,92r-16,88v-1,10,-24,12,-30,5r43,-243v0,-10,23,-8,27,-2r-2,16v14,-15,36,-24,57,-24v41,0,59,31,59,68xm84,-20v45,0,63,-49,65,-91v2,-56,-65,-49,-87,-18r-14,84v5,14,19,25,36,25",w:192,k:{f:3}},q:{d:"175,-165v6,3,4,6,4,12r-40,225v-2,9,-26,14,-31,6r17,-96v-37,40,-113,22,-113,-43v0,-59,36,-117,102,-117v22,0,48,7,61,13xm148,-145v-8,-4,-22,-9,-35,-9v-47,0,-69,50,-69,90v0,53,62,51,86,20",w:188,k:{j:-14}},r:{d:"116,-178v15,0,7,14,4,23v-16,6,-41,3,-56,26r-21,123v-1,10,-15,5,-25,6v-5,0,-5,-3,-5,-8r28,-160v1,-9,26,-10,29,-1r-3,16v14,-17,31,-25,49,-25",w:111,k:{g:3,d:4,a:9,o:5,c:1,e:3}},s:{d:"23,-123v0,-53,75,-69,115,-42v-3,6,-3,16,-10,18v-26,-10,-74,-17,-74,19v0,30,72,24,72,71v0,58,-81,77,-122,46v2,-6,4,-17,10,-19v29,14,83,19,83,-21v0,-33,-74,-25,-74,-72",w:141,k:{v:1}},t:{d:"100,-26v17,22,-18,31,-36,30v-74,-4,-24,-103,-21,-157v-19,5,-34,-8,-17,-21r20,0r8,-42v3,-10,17,-6,27,-9v9,11,-5,35,-5,51v17,4,53,-12,45,16v-7,12,-33,2,-48,5r-19,114v1,25,26,19,46,13",w:125,k:{e:3,a:6,c:4}},u:{d:"180,-170r-29,163v1,10,-24,11,-28,2r2,-14v-35,35,-119,34,-106,-41r19,-108v1,-9,29,-10,30,0r-20,120v2,45,62,22,80,4r22,-124v1,-9,25,-9,30,-2",w:192},v:{d:"148,-174v0,0,25,-3,19,8r-87,161v-3,8,-23,8,-28,1r-31,-166v2,-6,32,-8,33,1r20,132r65,-131v2,-4,4,-6,9,-6",w:163,k:{o:9,e:8,c:5,d:7,g:7,a:4}},w:{d:"234,-174v8,0,27,-2,19,7r-77,162v-3,8,-30,9,-31,-1r-15,-125r-58,126v-3,8,-27,8,-32,0r-18,-164v1,-8,28,-8,31,0r10,133r62,-133v2,-7,23,-8,27,-1r15,134r58,-132v1,-4,4,-6,9,-6",w:247,k:{o:4,d:1,a:3,c:1,e:7}},x:{d:"148,-174v8,1,29,-4,20,7r-64,73r43,90v-4,7,-33,7,-37,-1v-11,-21,-17,-45,-29,-65r-52,65v-5,7,-25,7,-33,2v21,-32,51,-57,75,-87r-38,-81v5,-5,31,-6,36,2v9,18,15,39,25,55r45,-56v3,-3,5,-4,9,-4",w:168,k:{g:1,d:4,a:2,o:6,c:1,e:2}},y:{d:"158,-174v8,1,27,-4,20,8r-101,187v-26,47,-48,63,-97,56v-8,-9,2,-30,19,-23v31,2,47,-28,59,-50r-34,-174v2,-7,30,-7,34,1r22,137r69,-136v2,-4,4,-6,9,-6",w:168,k:{s:2,q:10,j:1,e:6,c:5,r:2,g:5,a:6,o:5,u:3,d:8}},z:{d:"144,-174v10,2,4,16,-1,21r-108,132r85,0v6,1,5,21,-4,21r-113,0v-12,-1,-3,-16,1,-22r106,-131r-74,0v-9,0,-3,-11,-3,-16v0,-3,2,-5,6,-5r105,0",w:145,k:{a:2}},"{":{d:"79,48v-114,15,-13,-127,-70,-147v2,-5,1,-13,8,-13v33,0,31,-60,38,-93v9,-39,44,-58,83,-46v-2,11,-6,19,-23,16v-40,6,-32,47,-40,80v-8,32,-24,47,-40,52v35,4,17,75,13,109v-3,15,13,27,34,23v8,0,2,12,2,14v-1,4,-2,5,-5,5",w:122},"|":{d:"51,0v1,11,-13,6,-21,7v-5,0,-7,-2,-7,-7r0,-249v-1,-12,13,-5,22,-7v5,0,6,2,6,7r0,249",w:74},"}":{d:"109,-112v8,0,2,8,3,13v-1,3,-2,4,-6,5v-32,5,-31,61,-39,93v-10,41,-41,56,-82,47v2,-12,5,-20,23,-17v40,-6,32,-47,40,-79v8,-33,23,-52,40,-53v-36,-5,-17,-75,-13,-109v3,-15,-12,-26,-34,-23v-9,1,-3,-10,-3,-15v23,-14,78,1,65,45v0,30,-26,82,6,93",w:122},"~":{d:"123,-105v14,0,36,-31,44,-6v-7,20,-33,30,-50,30v-20,0,-30,-19,-49,-19v-9,0,-26,10,-38,15v-22,-23,23,-39,40,-39v22,0,36,19,53,19",w:189},"\u2122":{d:"226,-245r-14,104v0,7,-9,3,-14,4v-3,0,-3,-2,-3,-5r9,-70r-41,72v-1,5,-12,5,-14,0v-7,-23,-10,-50,-19,-72v-7,24,-6,56,-18,75v-5,-1,-15,3,-13,-4r22,-103v0,-6,16,-6,17,-1r23,84r49,-85v2,-3,14,-4,16,1xm114,-248v5,0,0,8,0,11v-6,7,-24,1,-35,3r-17,93v0,6,-10,3,-16,4v-3,0,-2,-1,-2,-4r16,-93v-14,0,-47,3,-28,-14r82,0",w:246},"\u2026":{d:"308,-18v2,22,-39,34,-41,7v-2,-23,39,-34,41,-7xm196,-18v2,21,-39,35,-40,7v-3,-23,38,-33,40,-7xm85,-18v2,22,-39,34,-41,7v-2,-23,39,-34,41,-7",w:357},"\u2013":{d:"176,-109v12,0,2,14,3,22v-1,5,-3,6,-8,6r-167,0v-12,0,-2,-14,-3,-22v1,-4,3,-6,7,-6r168,0",w:180},"\u2014":{d:"356,-109v12,0,2,14,3,22v-1,5,-3,6,-8,6r-347,0v-12,0,-2,-14,-3,-22v1,-4,3,-6,7,-6r348,0",w:360},"\u201c":{d:"88,-190v2,-27,23,-54,46,-64v17,11,-18,25,-15,40v9,16,14,44,-12,44v-10,0,-19,-8,-19,-20xm28,-190v2,-27,23,-54,46,-64v17,11,-18,25,-15,40v9,16,14,44,-12,44v-10,0,-19,-8,-19,-20",w:133},"\u201d":{d:"90,-166v-18,-11,19,-26,15,-40v-9,-16,-14,-45,12,-45v10,0,18,9,18,21v-2,27,-23,53,-45,64xm30,-166v-17,-12,19,-25,15,-40v-9,-16,-14,-45,12,-45v10,0,19,9,19,21v-2,27,-23,54,-46,64",w:133},"\u2018":{d:"58,-190v2,-27,23,-54,46,-64v15,12,-18,26,-15,40v9,16,14,44,-12,44v-10,0,-19,-8,-19,-20",w:116},"\u2019":{d:"53,-168v-17,-12,18,-25,15,-40v-8,-16,-15,-45,12,-45v10,0,19,9,19,21v-2,27,-23,54,-46,64",w:116},"\u00a0":{w:82}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Designed & produced by Jason Smith. All rights reserved. Copyright Fontsmith
 * 2002      http://www.fontsmith.com
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Manufacturer:
 * Designed & produced by Jason Smith
 */
Cufon.registerFont({w:201,face:{"font-family":"FSAlbert","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 5 0 0 9 0 4",ascent:"277",descent:"-83","x-height":"4",bbox:"-55 -288.63 362.32 83.1301","underline-thickness":"18","underline-position":"-18",slope:"-11",stemh:"36",stemv:"51","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:82},"\u00d7":{d:"142,-159v13,-10,31,15,23,27r-42,36v11,15,24,26,33,43v-8,10,-21,30,-37,25r-31,-39v-17,13,-30,29,-49,39v-9,-4,-27,-20,-16,-29r43,-37v-11,-15,-26,-26,-34,-44v8,-9,24,-30,37,-23r32,38",w:188},"!":{d:"92,-242r-36,180v-1,12,-17,6,-28,7v-6,0,-6,-3,-5,-8r27,-179v2,-13,23,-5,36,-7v5,0,7,2,6,7xm55,-23v3,27,-46,40,-49,9v-2,-27,47,-42,49,-9",w:85},'"':{d:"122,-247r-12,52v-1,9,-16,5,-26,6v-5,0,-7,-1,-6,-6r7,-52v2,-12,20,-5,32,-7v5,0,6,2,5,7xm71,-247r-12,52v-1,9,-16,5,-26,6v-5,0,-6,-1,-5,-6r7,-52v1,-13,20,-5,31,-7v5,0,6,2,5,7",w:122},"#":{d:"212,-174v9,4,-3,19,-3,27v-4,13,-30,3,-44,6r-13,39r35,0v11,4,-2,19,-2,27v-4,13,-30,3,-44,6r-21,62v-2,12,-22,7,-35,7v-7,0,-5,-3,-4,-7r21,-62r-36,0r-22,62v-2,12,-22,5,-34,7v-5,0,-6,-4,-5,-8r21,-61v-12,-2,-41,7,-38,-7v6,-9,2,-25,16,-26r34,0r13,-39r-35,0v-10,-5,1,-30,10,-33r36,0r23,-70v4,-10,22,-5,34,-5v6,0,5,2,4,7r-22,68r36,0r22,-69v3,-12,24,-4,36,-6v5,0,4,2,3,6r-22,69r36,0xm126,-141r-36,0r-13,39r36,0",w:203},"$":{d:"181,-208v-11,13,-33,-10,-50,-7r-12,69v30,14,63,33,55,75v-8,43,-42,68,-81,74v-6,13,3,38,-22,34v-13,-3,0,-23,-1,-33v-22,-1,-42,-4,-61,-11v-13,-8,5,-24,6,-35v16,-13,37,11,62,7r14,-76v-28,-15,-68,-30,-59,-75v8,-40,45,-63,84,-67v5,-14,-2,-40,22,-35v13,3,-1,24,0,34v19,1,36,4,51,13v13,8,-6,23,-8,33xm109,-215v-32,3,-44,48,-10,59xm100,-38v30,-3,42,-52,11,-63"},"%":{d:"138,-210v0,36,-22,73,-62,73v-27,0,-43,-17,-43,-44v0,-36,25,-72,64,-72v27,0,41,17,41,43xm231,-253v10,-7,31,9,25,20r-218,236v-10,8,-31,-13,-22,-23xm234,-69v0,36,-22,73,-62,73v-27,0,-42,-17,-42,-44v0,-36,25,-72,64,-72v27,0,40,17,40,43xm104,-209v0,-8,-2,-18,-12,-18v-19,0,-25,33,-25,48v0,9,4,16,14,16v19,0,23,-32,23,-46xm201,-68v0,-8,-3,-17,-13,-17v-19,0,-24,33,-24,48v0,9,3,15,13,15v19,0,24,-32,24,-46",w:266},"&":{d:"233,-158v14,1,0,21,0,27v-10,30,-25,54,-47,76v11,13,26,20,41,25v8,8,-5,30,-15,33v-20,0,-47,-16,-59,-31v-44,40,-155,53,-155,-27v0,-44,37,-70,71,-89v-10,-14,-21,-28,-21,-46v0,-38,40,-64,75,-64v27,0,53,14,53,44v0,32,-29,54,-53,69r43,61v18,-20,31,-43,37,-72v2,-11,20,-4,30,-6xm137,-203v0,-12,-8,-18,-19,-18v-32,0,-29,39,-11,55v12,-8,30,-22,30,-37xm133,-52r-47,-67v-19,12,-43,30,-43,55v0,46,67,36,90,12",w:239},"'":{d:"104,-247r-12,52v-1,9,-16,5,-26,6v-5,0,-6,-1,-5,-6r6,-52v2,-12,20,-5,32,-7v5,0,6,2,5,7",w:122},"(":{d:"102,-257v10,-9,34,8,25,17v-64,67,-100,172,-48,264v6,10,-20,25,-30,17v-70,-103,-26,-225,53,-298",w:117},")":{d:"69,-258v69,103,23,224,-54,298v-10,10,-17,-4,-25,-7v-4,-3,-3,-6,0,-9v63,-67,100,-171,49,-264v-6,-11,20,-24,30,-18",w:117},"*":{d:"115,-232v-1,10,8,25,-4,27r-33,3v5,10,31,21,17,33v-7,2,-18,19,-24,9r-7,-33r-19,33v-8,11,-16,-6,-22,-9v-6,-15,23,-22,30,-33r-34,-3v-10,-7,6,-20,8,-28v11,-10,23,12,34,16r-2,-35v-1,-12,15,-6,24,-7v6,0,9,1,6,7r-13,35r30,-18v4,-3,8,-3,9,3",w:132},"+":{d:"168,-114v15,0,5,18,5,28v-4,20,-41,6,-61,10r-10,55v-1,14,-21,8,-34,8v-6,0,-9,-2,-8,-8r10,-55r-51,0v-15,-1,-3,-19,-4,-29v6,-18,42,-5,62,-9r9,-54v2,-15,20,-7,34,-9v7,0,9,2,8,9r-10,54r50,0",w:188},",":{d:"15,53v-24,-14,14,-24,14,-44v0,-9,-10,-16,-10,-26v-1,-31,53,-37,51,-3v-1,29,-28,61,-55,73",w:78},"-":{d:"85,-116v16,1,4,21,4,32v0,7,-4,10,-11,10r-60,0v-17,-2,-3,-22,-3,-33v1,-6,3,-9,9,-9r61,0",w:103},".":{d:"67,-24v2,28,-50,42,-52,9v-3,-28,50,-43,52,-9",w:78},"/":{d:"138,-244r-117,241v-4,13,-22,5,-36,7v-7,0,-5,-4,-3,-8r117,-242v4,-12,22,-7,36,-8v9,0,6,5,3,10",w:117},"0":{d:"195,-167v0,68,-33,171,-116,171v-53,0,-71,-40,-71,-87v0,-67,36,-171,118,-171v53,0,69,41,69,87xm147,-168v0,-19,-4,-46,-29,-46v-48,0,-61,97,-61,132v0,21,3,46,29,46v46,0,61,-94,61,-132"},"1":{d:"167,-240r-41,229v-1,16,-21,10,-36,11v-9,0,-11,-1,-10,-10r33,-188r-55,28v-13,9,-15,-11,-18,-20v-2,-6,0,-10,6,-13v38,-15,60,-46,113,-46v6,0,9,3,8,9"},"2":{d:"194,-184v-10,55,-87,105,-134,145r95,0v16,-1,6,19,6,29v-1,7,-5,10,-13,10r-141,0v-19,-2,-6,-35,3,-44v43,-39,122,-88,137,-137v4,-47,-56,-37,-87,-18v-13,7,-14,-14,-17,-22v-3,-6,1,-9,7,-12v53,-34,159,-31,144,49"},"3":{d:"23,-45v38,24,103,10,103,-38v-1,-28,-30,-34,-58,-34v-13,0,-3,-16,-4,-24v0,-11,11,-12,22,-10v45,9,75,-65,18,-66v-14,0,-31,4,-47,13v-13,7,-12,-13,-15,-21v-1,-5,0,-8,5,-11v44,-27,134,-28,136,34v0,30,-22,58,-50,67v22,6,39,23,39,49v0,76,-102,113,-167,76v-13,-7,3,-21,6,-31v3,-5,7,-7,12,-4"},"4":{d:"184,-148r-25,139v-2,15,-24,7,-38,9v-6,0,-9,-2,-8,-9r8,-45r-113,0v-18,-5,-6,-30,2,-42r93,-144v6,-14,24,-8,41,-9v9,0,7,6,4,11r-93,145r73,0r10,-55v2,-15,23,-7,37,-9v6,0,10,2,9,9"},"5":{d:"188,-249v15,0,5,19,5,29v-1,7,-4,10,-12,10r-83,0r-9,52v49,-1,91,16,92,60v3,87,-102,128,-173,86v-12,-7,5,-21,6,-31v3,-6,8,-6,13,-3v45,26,109,8,107,-46v-2,-35,-48,-32,-84,-32v-9,0,-11,-5,-10,-14r17,-99v2,-9,6,-12,14,-12r117,0"},"6":{d:"10,-74v0,-99,61,-202,175,-175v13,6,-1,21,-3,30v-3,15,-25,3,-38,3v-42,2,-63,34,-73,70v43,-29,115,-16,112,43v-3,61,-42,107,-101,107v-54,0,-72,-35,-72,-78xm89,-34v30,-3,45,-30,46,-60v0,-38,-50,-34,-74,-13v-8,30,-7,76,28,73"},"7":{d:"199,-249v17,3,6,32,-1,43r-130,197v-8,16,-30,7,-49,9v-8,0,-7,-7,-4,-12r133,-198r-102,0v-14,-1,-4,-19,-4,-29v1,-6,4,-10,11,-10r146,0"},"8":{d:"62,-134v-65,-37,-3,-120,63,-120v33,0,65,15,65,52v0,30,-23,54,-49,67v88,41,13,139,-63,139v-38,0,-76,-16,-76,-59v0,-36,28,-66,60,-79xm144,-194v0,-16,-12,-24,-27,-24v-18,0,-37,15,-37,34v0,16,14,27,27,34v17,-9,37,-22,37,-44xm134,-77v0,-20,-22,-33,-38,-40v-22,10,-47,26,-47,53v0,21,17,32,36,32v25,0,49,-19,49,-45"},"9":{d:"20,-146v3,-61,43,-108,101,-108v54,0,72,36,72,79v0,98,-61,202,-175,174v-13,-6,2,-21,3,-30v5,-13,26,-1,38,-2v42,-2,63,-35,73,-71v-42,28,-115,17,-112,-42xm114,-216v-30,2,-45,30,-46,60v0,39,50,35,74,13v8,-30,6,-76,-28,-73"},":":{d:"96,-159v2,27,-49,41,-52,9v-3,-28,50,-43,52,-9xm72,-24v2,27,-49,42,-51,9v-3,-28,49,-43,51,-9",w:97},";":{d:"99,-159v2,27,-49,42,-51,9v-2,-28,49,-43,51,-9xm19,53v-22,-15,14,-25,14,-44v0,-9,-9,-16,-9,-26v0,-16,15,-27,29,-27v14,0,21,11,21,24v-1,29,-28,61,-55,73",w:102},"<":{d:"151,-203v13,-5,25,26,15,32r-85,49r67,48v9,14,-13,23,-17,33v-5,6,-7,6,-13,2r-90,-68v-7,-7,0,-25,7,-29",w:188},"=":{d:"159,-143v15,0,5,16,5,25v-1,7,-4,10,-11,10r-114,0v-15,0,-4,-18,-4,-27v1,-6,3,-8,9,-8r115,0xm148,-84v15,0,5,16,5,25v-1,7,-3,10,-10,10r-115,0v-14,0,-4,-18,-4,-27v1,-6,4,-8,10,-8r114,0",w:188},">":{d:"157,-135v9,5,3,26,-6,28r-116,68v-13,6,-23,-24,-16,-32r85,-49r-66,-48v-9,-14,13,-23,17,-33v5,-6,7,-6,13,-2",w:188},"?":{d:"161,-204v0,66,-83,74,-89,138v-2,10,-18,5,-28,5v-6,0,-6,-3,-6,-8v-6,-64,70,-73,80,-126v-4,-37,-49,-23,-73,-13v-5,-7,-14,-24,-3,-31v42,-23,119,-24,119,35xm72,-23v3,27,-46,40,-49,9v-2,-27,47,-42,49,-9",w:158},"@":{d:"209,-17v-15,18,-57,21,-82,21v-59,0,-114,-26,-114,-92v0,-91,86,-166,175,-166v56,0,100,31,100,90v0,48,-35,110,-88,110v-17,0,-32,-7,-32,-26v-18,30,-78,34,-78,-14v0,-42,37,-97,82,-97v12,0,24,7,26,19v3,-14,10,-15,27,-14v4,0,5,2,4,5v-12,32,-37,59,-37,96v0,8,4,12,12,12v35,0,56,-57,56,-86v0,-46,-35,-66,-77,-66v-69,0,-128,65,-128,133v0,74,85,79,145,58v8,-3,7,11,9,17xm186,-149v-1,-9,-5,-16,-15,-16v-24,0,-44,41,-44,62v0,32,32,11,41,-2",w:299},A:{d:"208,-10v2,16,-26,8,-40,10v-8,0,-10,-3,-11,-9r-9,-53r-91,0r-28,54v-5,14,-27,6,-43,8v-6,0,-5,-6,-3,-9r129,-233v6,-12,25,-6,40,-7v5,0,8,2,9,6xm142,-96r-16,-103v-14,35,-35,70,-51,103r67,0",w:231,k:{f:3,T:34,C:1,y:6,Y:31,O:5,v:9,V:30,o:1,t:4,W:18,w:6}},B:{d:"193,-85v-3,80,-90,92,-180,85v-8,0,-8,-2,-7,-10r40,-230v6,-19,45,-5,66,-9v51,0,81,16,81,49v0,31,-22,59,-51,65v30,2,51,21,51,50xm76,-147v40,3,70,-10,71,-46v1,-22,-33,-22,-59,-21xm56,-36v49,4,89,-5,89,-47v0,-34,-40,-32,-75,-31",w:215,k:{Y:20,x:4,W:10,T:21,y:9,V:13}},C:{d:"120,-35v21,0,41,-5,59,-13v8,6,14,32,1,38v-75,31,-167,9,-167,-82v0,-105,99,-201,207,-147v11,10,-7,23,-9,34v-16,10,-37,-16,-58,-10v-59,0,-90,66,-90,117v0,37,17,63,57,63",w:214,k:{a:8,y:8,v:14,q:7,g:6,e:6,t:4,f:4,w:8,d:9,o:6}},D:{d:"237,-156v0,98,-63,157,-154,156r-69,0v-8,0,-9,-3,-8,-10r40,-228v4,-21,42,-11,64,-11v66,0,127,13,127,93xm58,-39v82,12,128,-44,128,-109v0,-59,-42,-64,-98,-62",w:249,k:{T:22,Z:12,X:10,V:19,A:15,x:3,W:14,Y:19}},E:{d:"192,-249v15,2,-1,21,0,30v-2,6,-5,7,-13,7r-91,0r-11,65r83,0v15,1,3,19,4,29v-1,6,-4,9,-10,9r-84,0r-13,72r97,0v14,0,3,19,4,28v-1,6,-4,9,-10,9r-134,0v-7,0,-9,-2,-8,-10r41,-230v1,-6,4,-9,10,-9r135,0",w:193,k:{y:6,v:7,x:3}},F:{d:"192,-249v14,2,0,21,0,30v-2,6,-5,7,-13,7r-91,0r-11,65r83,0v15,1,3,19,4,29v-1,6,-4,9,-10,9r-84,0r-18,100v-2,15,-24,7,-38,9v-7,0,-9,-2,-8,-10r41,-230v1,-6,4,-9,10,-9r135,0",w:191,k:{z:16,x:17,v:8,t:7,r:12,p:16,n:9,j:8,e:22,c:18,S:10,G:15,y:16,u:12,q:22,m:9,d:18,O:17,w:8,o:21,a:23,s:13,i:3,A:28}},G:{d:"13,-92v-1,-120,104,-194,211,-148v11,9,-8,22,-10,32v-13,14,-35,-9,-58,-7v-58,6,-93,51,-93,116v0,60,50,74,98,58r12,-68v-13,-3,-38,7,-39,-8v3,-11,1,-30,14,-30r69,0v6,0,9,3,8,9r-20,112v-10,27,-64,30,-95,30v-64,0,-97,-38,-97,-96",w:244,k:{V:10,Y:13}},H:{d:"241,-240r-41,231v-2,15,-25,7,-39,9v-6,0,-9,-3,-8,-9r18,-100r-102,0r-18,100v-2,15,-24,7,-38,9v-6,0,-10,-3,-9,-9r41,-231v3,-14,25,-7,40,-9v6,0,8,3,7,9r-16,93r102,0r16,-93v2,-15,25,-7,40,-9v6,0,8,3,7,9",w:247},I:{d:"138,-249v12,1,4,15,3,23v-1,12,-18,5,-29,7r-34,189v10,1,28,-4,26,7v-2,9,1,23,-10,23r-86,0v-12,-1,-3,-15,-3,-23v1,-11,16,-6,27,-7r34,-189v-10,-2,-29,5,-27,-7v2,-9,0,-23,10,-23r89,0",w:144,k:{v:9,q:4,g:4,d:4,a:4,s:3,e:6,o:7,y:9,c:5}},J:{d:"145,-241v-28,99,-2,268,-145,242v-12,-2,2,-20,2,-29v8,-15,42,6,54,-13v26,-44,25,-121,39,-178r-41,0v-12,-1,-3,-19,-3,-23v1,-5,4,-7,9,-7r78,0v5,0,8,3,7,8",w:150},K:{d:"215,-240r-103,111r75,118v3,5,4,11,-4,11v-19,-2,-44,5,-52,-9r-61,-100r-18,100v-2,15,-25,7,-39,9v-6,0,-8,-3,-7,-9r41,-231v2,-15,25,-7,39,-9v6,0,8,3,7,9r-17,101r92,-104v9,-10,28,-5,44,-6v6,0,6,5,3,9",w:214,k:{w:15,u:12,s:2,o:12,g:12,d:9,Y:10,Q:22,I:1,C:18,v:21,q:10,e:13,V:12,G:20,y:14,n:4,O:19,t:8,c:9}},L:{d:"149,-39v11,2,7,38,-7,39r-128,0v-6,0,-9,-2,-8,-10r41,-230v2,-15,25,-7,39,-9v6,0,8,2,7,9r-35,201r91,0",w:177,k:{v:14,Y:35,V:34,T:33,O:15,C:14,t:5,U:10,G:17,W:24,w:9,Q:11}},M:{d:"298,-241r-29,231v-2,16,-25,8,-40,10v-8,0,-8,-4,-7,-12r20,-146r-88,152v-5,9,-30,11,-33,-1r-43,-151r-29,149v-2,16,-22,9,-36,9v-7,0,-8,-2,-7,-9r49,-230v0,-16,39,-15,43,-2r52,178r107,-178v5,-11,20,-7,35,-8v6,0,7,2,6,8",w:314,k:{Y:12,V:8}},N:{d:"256,-239r-40,229v-3,17,-40,15,-47,2r-90,-160r-28,159v-2,15,-23,9,-37,9v-7,0,-9,-2,-8,-9r40,-230v2,-16,37,-14,47,-3r90,162r28,-160v2,-15,23,-9,38,-9v8,0,8,4,7,10",w:261},O:{d:"13,-89v-1,-80,52,-165,138,-165v60,0,88,39,88,95v0,79,-51,163,-139,163v-58,0,-87,-35,-87,-93xm189,-158v0,-36,-12,-57,-44,-57v-58,0,-82,76,-82,124v0,35,14,56,45,56v60,0,81,-74,81,-123",w:250,k:{Y:14,V:13,A:6,X:5}},P:{d:"199,-186v0,64,-62,110,-133,97r-14,80v-2,15,-25,7,-39,9v-6,1,-8,-4,-7,-10r40,-229v5,-20,42,-6,63,-10v44,0,90,11,90,63xm73,-124v45,7,78,-18,79,-60v1,-33,-32,-29,-63,-29",w:200,k:{e:14,s:6,q:9,j:9,g:14,d:13,a:11,X:9,J:14,r:8,i:5,c:13,V:5,o:15,Y:3,u:9,A:26}},Q:{d:"16,-89v-1,-80,52,-167,138,-165v135,3,96,202,11,242v13,8,34,16,48,22v12,5,-3,20,-4,29v-3,7,-6,7,-14,5v-43,-8,-47,-40,-91,-40v-58,0,-88,-35,-88,-93xm192,-158v0,-36,-12,-57,-44,-57v-58,0,-82,76,-82,124v0,35,14,56,45,56v60,0,81,-74,81,-123",w:248},R:{d:"58,-249v68,-1,140,-6,142,61v0,39,-25,73,-61,88v14,33,34,62,44,96v-8,7,-43,8,-51,-3r-37,-85r-28,0r-15,83v-2,14,-25,8,-39,9v-6,0,-8,-3,-7,-9r40,-230v1,-8,4,-10,12,-10xm152,-182v1,-30,-30,-33,-63,-32r-16,87v46,5,78,-14,79,-55",w:213,k:{q:3,g:6,c:4,V:13,O:5,e:10,T:13,Y:18,o:7,C:10}},S:{d:"185,-241v14,8,-4,23,-5,34v-13,13,-41,-13,-60,-8v-19,0,-43,10,-43,32v15,46,98,37,95,99v-4,80,-95,105,-167,77v-14,-9,5,-25,7,-35v14,-16,42,12,64,6v38,6,67,-50,26,-64v-29,-18,-76,-32,-75,-75v2,-73,96,-96,158,-66",w:194,k:{y:7,w:6,V:5,x:5,A:3,v:9}},T:{d:"219,-249v15,1,1,21,1,30v-13,16,-53,3,-77,7r-36,204v-2,16,-27,5,-41,8v-6,0,-7,-2,-6,-8r36,-204r-68,0v-14,-1,-2,-21,-3,-30v1,-5,5,-7,10,-7r184,0",w:207,k:{x:10,u:29,r:21,p:22,n:13,e:36,c:33,O:14,C:19,v:20,q:30,m:12,a:36,A:29,s:23,d:31,y:21,o:34,G:15}},U:{d:"255,-238v-21,106,-22,242,-148,242v-69,0,-97,-44,-84,-115r23,-129v2,-14,24,-7,38,-9v7,0,10,3,8,12r-25,155v0,33,15,47,48,47v92,0,70,-130,94,-205v2,-15,24,-9,39,-9v9,0,8,7,7,11",w:259,k:{V:5,A:9,Y:1}},V:{d:"248,-240r-125,232v-6,11,-45,15,-48,-1r-48,-230v-3,-17,26,-10,40,-10v8,0,10,2,11,7r34,178r91,-176v5,-13,25,-8,41,-9v6,0,7,5,4,9",w:234,k:{v:10,s:14,o:18,e:22,c:15,S:8,O:9,G:13,C:10,w:3,q:12,d:19,Q:8,D:3,u:17,a:21,A:29,g:21,M:6}},W:{d:"352,-240r-108,230v-5,13,-21,10,-37,10v-6,0,-9,-3,-10,-9r-19,-165r-75,164v-5,15,-20,9,-37,10v-6,0,-10,-2,-11,-11r-28,-228v-2,-17,27,-10,42,-10v8,0,11,3,11,9r15,166r75,-167v5,-13,21,-7,36,-8v6,0,9,2,9,7r17,168r73,-167v7,-14,26,-6,43,-8v6,0,6,5,4,9",w:338,k:{s:8,o:17,e:16,a:17,G:5,A:17,u:10,g:14,O:4,c:15,q:17,C:8}},X:{d:"225,-239r-90,107r55,122v4,16,-25,8,-41,10v-7,0,-11,-3,-13,-8r-35,-84r-64,84v-7,13,-29,6,-46,8v-8,0,-6,-6,-3,-10r96,-118r-51,-112v-3,-16,28,-7,42,-9v5,0,9,3,11,8r32,74r58,-75v8,-12,29,-5,47,-7v7,0,5,7,2,10",w:218,k:{o:6,e:10,Q:3,G:5,q:4,a:5,O:5,g:3}},Y:{d:"226,-240r-98,137r-17,95v-3,14,-26,6,-40,8v-5,0,-8,-3,-7,-9r17,-92r-54,-139v-3,-15,26,-7,40,-9v6,0,11,2,12,7r35,102r69,-102v6,-12,24,-5,39,-7v8,0,8,4,4,9",w:213,k:{x:21,v:12,t:9,r:12,p:10,n:9,i:11,e:29,c:26,W:-4,R:8,M:9,F:4,A:28,w:9,s:19,o:30,g:26,a:31,O:17,C:16,y:19,q:16,d:28,G:16,m:10,u:23,S:6}},Z:{d:"209,-249v15,3,4,24,-2,32r-150,180r119,0v13,0,4,24,4,28v-1,5,-5,9,-10,9r-175,0v-11,-3,-4,-23,2,-30r151,-182r-105,0v-16,0,-4,-25,-4,-30v1,-5,4,-7,9,-7r161,0",w:210,k:{o:4,O:5,e:7}},"[":{d:"132,-254v17,-2,5,17,6,27v-3,14,-30,4,-44,7r-42,238v13,3,42,-7,41,7v-4,10,2,26,-14,26r-67,0v-8,0,-9,-2,-8,-10r51,-284v1,-9,4,-11,11,-11r66,0",w:125},"\\":{d:"98,-5v5,15,-19,9,-30,10v-7,0,-8,-2,-9,-8r-33,-243v-3,-15,20,-7,32,-9v6,0,8,2,9,8",w:124},"]":{d:"121,-244r-50,285v-1,9,-5,10,-12,10r-66,0v-16,1,-4,-17,-5,-26v2,-15,28,-5,43,-8r42,-237v-12,-3,-44,7,-40,-8v3,-10,-2,-27,13,-26r67,0v8,0,9,2,8,10",w:125},"^":{d:"170,-140v4,14,-19,13,-26,20v-4,2,-7,3,-9,-2r-34,-75r-60,74v-9,13,-21,-8,-29,-12v-6,-5,-4,-7,0,-12r81,-96v4,-9,26,-9,29,0",w:192},_:{d:"175,30v10,-1,5,14,5,14v-1,5,-2,6,-7,6r-167,0v-11,1,-4,-8,-5,-14v1,-4,3,-6,8,-6r166,0",w:181},"`":{d:"93,-219v9,6,-3,13,-6,18v-3,4,-6,4,-11,1r-46,-28v-9,-8,8,-16,10,-23v5,-5,8,-5,13,-1",w:123},a:{d:"9,-65v0,-56,41,-116,103,-114v23,0,47,5,71,16v5,2,6,5,5,10r-20,114v2,19,27,-7,30,4v-2,28,-11,36,-46,38v-20,1,-23,-14,-26,-24v-14,16,-35,25,-55,25v-43,0,-62,-33,-62,-69xm142,-138v-46,-24,-92,26,-87,70v-5,49,60,41,72,12",w:204,k:{y:5,v:5}},b:{d:"189,-116v0,66,-39,120,-109,120v-25,0,-51,-6,-63,-10v-6,-1,-7,-6,-7,-13r40,-225v3,-15,25,-10,40,-13v4,-1,5,2,5,7r-16,88v39,-34,110,-14,110,46xm144,-110v0,-40,-49,-39,-71,-16r-16,89v49,22,87,-29,87,-73",w:199,k:{y:8,w:4,j:7,z:4,v:6,x:8}},c:{d:"10,-65v-4,-80,84,-143,158,-100v-3,10,-8,23,-14,29v-48,-27,-98,13,-98,65v0,45,46,47,80,33v7,2,5,15,7,23v-43,39,-143,18,-133,-50",w:162,k:{a:6,t:1}},d:{d:"199,-257v6,-1,9,1,8,7r-43,241v0,16,-20,7,-33,9v-10,1,-6,-10,-6,-17v-12,12,-34,21,-53,21v-45,0,-62,-30,-62,-69v0,-68,76,-151,138,-98r14,-81v2,-15,24,-9,37,-13xm111,-145v-37,0,-53,40,-55,80v-2,42,53,40,72,16r13,-78v-5,-10,-16,-18,-30,-18",k:{a:1}},e:{d:"153,-36v14,40,-39,40,-65,40v-49,0,-78,-27,-78,-70v0,-63,43,-113,107,-113v39,0,61,23,61,60v-3,13,4,42,-17,42r-105,0v-6,53,54,51,93,37v3,0,4,1,4,4xm135,-106v3,-21,-1,-41,-24,-40v-23,0,-43,21,-49,40r73,0",w:185,k:{y:4,v:3}},f:{d:"71,-242v18,-21,72,-30,92,-7v-5,9,-3,32,-17,27v-36,-14,-58,11,-59,47v21,1,56,-9,43,23v-6,14,-32,4,-48,7r-37,206v-1,15,-23,9,-37,10v-6,0,-7,-4,-7,-9r38,-207v-10,-2,-31,6,-26,-9v3,-8,0,-20,10,-21r21,0v6,-26,10,-47,27,-67",w:129,k:{u:4,q:9,g:13,d:11,a:13,o:11,c:13,e:13,r:8}},g:{d:"125,-18v-42,35,-112,17,-112,-47v0,-89,92,-143,173,-97v6,2,8,4,7,10v-22,93,-11,235,-127,231v-19,-1,-46,-3,-56,-17v5,-9,8,-23,16,-29v38,21,96,10,96,-37xm59,-75v0,20,9,41,32,40v14,0,31,-8,40,-17r14,-83v-42,-29,-86,16,-86,60",k:{g:-2,a:2,j:-12}},h:{d:"141,-179v87,4,30,112,27,172v-1,14,-26,4,-39,7v-5,0,-5,-3,-5,-7r19,-112v0,-35,-49,-21,-68,-5r-21,117v-3,14,-26,4,-39,7v-5,0,-5,-2,-5,-6r43,-238v4,-14,23,-10,39,-13v4,0,5,3,5,7r-16,90v17,-13,41,-19,60,-19",w:203,k:{y:10,v:6,w:3}},i:{d:"94,-225v2,26,-47,40,-50,9v-2,-26,47,-40,50,-9xm38,-166v4,-15,46,-14,44,0r-28,157v-2,14,-22,8,-36,9v-6,0,-9,-3,-8,-9",w:93},j:{d:"106,-224v2,26,-47,40,-49,8v-2,-26,47,-40,49,-8xm66,-8v-5,63,-60,102,-121,79v6,-11,3,-34,24,-28v31,0,47,-15,52,-45r29,-165v3,-13,22,-7,36,-8v6,0,10,4,7,8",w:108},k:{d:"140,-175v11,2,42,-6,35,8r-63,65v14,33,32,62,43,97v-6,8,-45,11,-51,-3r-33,-75r-5,3r-12,71v-1,15,-23,7,-37,9v-6,0,-7,-3,-7,-9r42,-236v4,-14,24,-8,39,-12v5,-1,5,3,5,8r-25,144r59,-65v4,-4,5,-5,10,-5",w:173,k:{y:5,v:4,p:1,g:7,d:8,a:8,q:6,e:7,w:1,c:7,o:8}},l:{d:"89,-257v6,-2,10,3,7,8r-42,240v-2,15,-23,7,-37,9v-5,0,-8,-3,-7,-9r42,-236v3,-14,24,-8,37,-12",w:89},m:{d:"176,-156v35,-31,119,-36,115,25v-3,41,-14,83,-20,122v-1,15,-22,7,-36,9v-6,0,-7,-3,-7,-9r18,-111v0,-34,-47,-22,-65,-6r-19,117v-2,14,-21,8,-35,9v-6,0,-7,-3,-7,-9r19,-112v-2,-33,-48,-20,-65,-3r-20,115v-2,14,-22,8,-36,9v-6,0,-9,-3,-8,-9r28,-157v2,-14,20,-8,34,-9v10,-1,7,9,6,16v27,-23,84,-30,98,3",w:305,k:{y:6,v:8}},n:{d:"140,-179v83,4,30,112,27,170v-1,15,-22,7,-36,9v-6,0,-10,-4,-7,-9r19,-113v-2,-33,-51,-17,-69,-2r-20,115v-1,15,-22,7,-36,9v-6,0,-9,-3,-8,-9r28,-157v2,-14,20,-8,34,-9v10,-1,8,10,6,17v19,-13,41,-21,62,-21",w:202,k:{y:5,t:3,v:3}},o:{d:"188,-109v0,61,-41,113,-107,113v-48,0,-71,-31,-71,-72v0,-60,42,-111,106,-111v48,0,72,30,72,70xm143,-105v0,-21,-8,-40,-32,-40v-34,0,-56,37,-56,75v0,22,7,40,31,40v39,0,57,-43,57,-75",w:198,k:{x:4,v:5,w:2,j:4,y:7}},p:{d:"190,-109v0,68,-76,149,-137,97r-14,81v-2,16,-26,9,-40,14v-4,0,-5,-2,-5,-7r42,-242v1,-15,20,-8,33,-9v10,-1,8,9,7,17v12,-12,33,-21,52,-21v45,0,62,31,62,70xm59,-48v33,45,94,-8,86,-61v3,-42,-52,-42,-72,-17",w:200,k:{f:5}},q:{d:"183,-168v6,2,7,7,6,13r-39,224v-2,17,-27,8,-40,14v-4,1,-8,-4,-5,-7r16,-89v-38,35,-111,14,-111,-46v0,-66,39,-120,109,-120v25,0,52,8,64,11xm143,-138v-50,-22,-87,29,-87,74v0,40,49,37,71,16",w:199,k:{j:-26}},r:{d:"78,-156v14,-16,38,-30,60,-19v-5,15,-3,40,-26,34v-12,0,-27,7,-38,18r-20,114v-1,15,-23,7,-37,9v-6,0,-7,-3,-7,-9r28,-157v2,-15,20,-7,34,-9v11,-1,6,11,6,19",w:124,k:{o:5,e:5,c:3,d:7,a:10,g:5}},s:{d:"20,-119v1,-59,85,-76,128,-45v-4,9,-5,31,-18,27v-22,-8,-65,-19,-65,11v0,24,72,19,72,66v0,60,-91,84,-136,47v6,-9,5,-30,19,-27v24,12,74,22,74,-11v0,-27,-74,-18,-74,-68",w:149,k:{v:3}},t:{d:"116,-31v8,34,-27,34,-48,35v-37,2,-50,-29,-43,-68r14,-81v-9,-1,-25,3,-24,-6v3,-9,0,-24,11,-24r18,0v6,-16,-1,-45,18,-47v11,-1,36,-11,33,4r-7,43v22,1,57,-8,43,23v-5,14,-32,4,-48,7r-16,99v0,25,27,13,45,11v3,0,4,1,4,4",w:136,k:{e:3,a:5,c:3}},u:{d:"191,-166r-28,156v-1,15,-20,9,-34,10v-9,1,-7,-9,-6,-16v-39,33,-119,30,-106,-44r19,-106v1,-15,22,-7,36,-9v5,0,8,3,7,9r-19,111v2,36,50,18,67,4r21,-115v1,-15,22,-7,36,-9v5,0,8,3,7,9"},v:{d:"152,-175v12,1,39,-4,31,9r-91,159v-5,10,-33,12,-40,1r-34,-163v4,-10,46,-12,48,2r17,114r57,-114v3,-6,6,-8,12,-8",w:176,k:{o:9,e:9,c:6,d:8,g:6,a:5}},w:{d:"237,-175v11,2,37,-5,31,8r-76,158v-5,13,-22,8,-38,9v-6,0,-8,-3,-9,-9r-13,-103r-47,104v-5,12,-42,13,-47,-1r-19,-159v2,-13,25,-7,38,-7v7,0,8,3,8,7r7,114r53,-113v4,-12,34,-12,40,-1r12,115r48,-114v2,-5,6,-8,12,-8",w:258,k:{e:6,c:3,o:3,a:5,d:3}},x:{d:"154,-175v11,2,42,-6,34,8r-68,72r46,89v-6,11,-46,10,-55,0r-24,-56r-44,55v-7,11,-37,9,-50,4v22,-33,53,-57,78,-87r-40,-79v4,-12,29,-3,43,-6v21,6,17,38,31,52v17,-16,27,-42,49,-52",w:181,k:{g:3,d:3,a:4,e:4,c:1,o:4}},y:{d:"3,78v-11,0,-30,1,-22,-11v4,-14,6,-31,27,-24v30,2,41,-22,53,-41r-36,-170v2,-13,28,-5,41,-7v5,0,7,3,8,7r19,119r59,-117v5,-15,25,-7,41,-9v6,0,6,5,4,9r-104,187v-24,42,-47,57,-90,57",w:185,k:{u:5,r:4,o:8,g:9,d:9,a:8,s:4,j:3,c:6,e:8,q:11}},z:{d:"153,-175v15,2,4,21,0,30r-100,115r78,0v12,0,3,19,3,23v-1,4,-4,7,-8,7r-122,0v-15,-1,-4,-22,0,-30r98,-115r-66,0v-12,1,-5,-14,-5,-22v1,-4,4,-8,9,-8r113,0",w:155,k:{a:4}},"{":{d:"146,-256v11,1,-1,16,0,22v-1,8,-10,4,-18,5v-39,5,-29,45,-37,75v-8,33,-33,47,-46,51v15,1,33,14,27,53r-6,46v-4,14,4,30,28,27v12,-2,3,13,3,20v0,12,-19,5,-30,7v-54,3,-46,-59,-36,-103v5,-23,-1,-35,-16,-37v-12,-1,-3,-12,-4,-20v1,-5,3,-7,8,-7v34,-4,32,-55,40,-87v10,-43,40,-56,87,-52",w:135},"|":{d:"83,-250r-44,249v0,14,-19,7,-31,9v-6,0,-10,-2,-9,-8r44,-249v2,-14,20,-6,33,-8v6,0,8,2,7,7",w:82},"}":{d:"121,-117v13,1,3,12,3,20v-1,5,-3,7,-8,7v-34,5,-31,55,-39,87v-11,43,-40,57,-87,53v-12,-1,0,-16,0,-22v1,-9,11,-4,18,-5v38,-6,28,-45,37,-75v9,-31,30,-50,45,-51v-15,-1,-33,-15,-27,-54r7,-45v4,-14,-5,-31,-29,-27v-11,-1,-2,-14,-2,-21v2,-11,19,-5,30,-6v54,-5,44,59,35,102v-5,23,2,35,17,37",w:135},"~":{d:"167,-122v3,8,12,17,2,23v-16,11,-32,23,-51,23v-31,-7,-51,-30,-82,-6v-11,8,-12,-10,-16,-17v2,-18,35,-27,51,-30v35,6,56,32,84,6v5,-2,9,-4,12,1",w:192},"\u2122":{d:"235,-244r-11,94v-1,8,-11,6,-20,6v-5,0,-6,-3,-5,-7r8,-50v-13,18,-20,43,-37,57v-6,0,-11,1,-12,-5r-14,-53r-10,52v-2,9,-11,5,-20,6v-4,0,-5,-2,-4,-6r21,-93v1,-8,21,-9,23,-2r18,68r41,-68v2,-6,21,-8,22,1xm123,-249v8,1,0,11,0,15v-3,10,-19,3,-29,5r-14,79v-1,9,-13,5,-22,6v-4,0,-5,-2,-4,-6r14,-79v-19,4,-40,-5,-20,-20r75,0",w:268},"\u2026":{d:"320,-24v2,29,-50,42,-52,9v-2,-29,50,-42,52,-9xm206,-24v2,27,-50,43,-52,9v-3,-29,50,-43,52,-9xm91,-24v2,29,-50,42,-52,9v-2,-29,50,-42,52,-9",w:360},"\u2013":{d:"174,-116v16,1,4,21,4,32v0,7,-4,10,-11,10r-162,0v-15,-2,-2,-22,-3,-33v1,-6,4,-9,10,-9r162,0",w:180},"\u2014":{d:"354,-116v16,1,4,21,4,32v0,7,-4,10,-11,10r-342,0v-15,-2,-2,-22,-3,-33v1,-6,4,-9,10,-9r342,0",w:360},"\u201c":{d:"93,-183v1,-29,28,-61,55,-73v4,1,8,7,9,12v-8,9,-23,17,-23,32v0,9,10,16,10,26v1,32,-53,39,-51,3xm24,-183v1,-29,28,-62,56,-73v21,15,-15,25,-15,44v0,9,10,16,10,26v1,32,-52,39,-51,3",w:153},"\u201d":{d:"99,-153v-21,-16,16,-25,15,-44v0,-9,-10,-16,-10,-26v-1,-31,51,-39,50,-4v-1,29,-27,63,-55,74xm31,-153v-23,-14,15,-25,14,-44v0,-9,-10,-16,-10,-26v-1,-31,52,-39,51,-4v-1,29,-28,62,-55,74",w:153},"\u2018":{d:"59,-181v1,-29,28,-62,55,-74v21,15,-15,25,-15,44v0,9,10,16,10,26v1,31,-51,39,-50,4",w:123},"\u2019":{d:"60,-157v-24,-15,16,-24,14,-44v0,-9,-10,-16,-10,-26v-1,-32,53,-39,51,-3v-1,29,-28,61,-55,73",w:123},"\u00a0":{w:82}}});(function(a){function b(C,y){var l=new Date();var h=l.getMonth();var u=l.getFullYear();var o={month:h,year:u};a.extend(o,y);var k=["January","February","March","April","May","June","July","August","September","October","November","December"];var B=["S","M","T","W","T","F","S"];month=A=parseInt(o.month);year=parseInt(o.year);var w=0;var p="";p+=('<table class="minical">');p+=('<tr><th class="month" colspan="7"><a href="#" class="back">&lt;</a>'+k[month]+" "+year+'<a href="#" class="fwd">&gt;</a></th></tr>');p+="<tr>";for(d=0;d<7;d++){p+="<th>"+B[d]+"</th>";}p+="</tr>";var t=c(month,year);var q=new Date(year,month,1);var v=q.getDay();var g=c(month,year);var q=new Date(year,month,1);var v=q.getDay();var r=month==0?11:month-1;var n=r==11?year-1:year;var g=c(r,n);v=(v==0&&q)?7:v;var A=0;for(j=0;j<42;j++){var s="";var x=f(j);if((j<v)){x?s+="weekend":s+="month-past";p+=('<td class="'+s+'">'+(g-v+j+1)+"</td>");}else{if((j>=v+c(month,year))){A=A+1;x?s+="weekend":s+="month-future";p+=('<td class="'+s+'">'+A+"</td>");}else{var z=e(o.events,(j-v+1));(z.length>0)?s="has-event ":s="";x?s+="weekend":s+="";p+=('<td class="'+s+'">'+(j-v+1)+"</td>");}}if(j%7==6){p+=("</tr>");}}p+=("</table>");C.html(p);a(".minical").find(".bck").click(o.previous);a(".minical").find(".fwd").click(o.next);}function c(k,g){var h=[31,28,31,30,31,30,31,31,30,31,30,31];if((k==1)&&(g%4==0)&&((g%100!=0)||(g%400==0))){return 29;}else{return h[k];}}function f(g){if(g%7==0||(g+1)%7==0){return true;}return false;}function e(l,n){var g=new Array();var h=0;for(i=0;i<l.length;i++){var k=Date.parse(l[i].StartDate);var m=new Date(k);if(m.getDate()==n){g[h]=l[i];h++;}}return g;}a.fn.calendarWidget=function(g){b(this,g);return this;};})(jQuery);(function(F,W){var ab={transition:"elastic",speed:300,width:650,initialWidth:"600",innerWidth:false,maxWidth:false,height:false,initialHeight:"450",innerHeight:false,maxHeight:false,scalePhotos:true,scrolling:false,inline:false,html:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:true,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,returnFocus:true,loop:true,slideshow:false,slideshowAuto:true,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:false,onLoad:false,onComplete:false,onCleanup:false,onClosed:false,overlayClose:true,escKey:true,arrowKey:true},z="colorbox",Y="cbox",a=Y+"_open",x=Y+"_load",y=Y+"_complete",L=Y+"_cleanup",ad=Y+"_closed",D=Y+"_purge",o=Y+"_loaded",N=F.browser.msie&&!F.support.opacity,f=N&&F.browser.version<7,h=Y+"_IE6",G,b,t,k,Q,U,n,X,u,R,I,aa,C,K,J,V,E,T,p,A,c,q,S,Z,r,O,s,M,m=false,w,B=Y+"Element";function H(af,ae){af=af?' id="'+Y+af+'"':"";ae=ae?' style="'+ae+'"':"";return F("<div"+af+ae+"/>");}function v(af,ae){ae=ae==="x"?R.width():R.height();return(typeof af==="string")?Math.round((/%/.test(af)?(ae/100)*parseInt(af,10):parseInt(af,10))):af;}function l(ae){return O.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(ae);}function g(af){for(var ae in af){if(F.isFunction(af[ae])&&ae.substring(0,2)!=="on"){af[ae]=af[ae].call(Z);}}af.rel=af.rel||Z.rel||"nofollow";af.href=af.href||F(Z).attr("href");af.title=af.title||Z.title;return af;}function e(ae,af){if(af){af.call(Z);}F.event.trigger(ae);}function P(){var aj,ai=Y+"Slideshow_",ag="click."+Y,ah,ae,af;if(O.slideshow&&u[1]){ah=function(){V.text(O.slideshowStop).unbind(ag).bind(y,function(){if(r<u.length-1||O.loop){aj=setTimeout(w.next,O.slideshowSpeed);}}).bind(x,function(){clearTimeout(aj);}).one(ag+" "+L,ae);b.removeClass(ai+"off").addClass(ai+"on");aj=setTimeout(w.next,O.slideshowSpeed);};ae=function(){clearTimeout(aj);V.text(O.slideshowStart).unbind([y,x,L,ag].join(" ")).one(ag,ah);b.removeClass(ai+"on").addClass(ai+"off");};if(O.slideshowAuto){ah();}else{ae();}}}function ac(af){if(!m){Z=af;O=g(F.extend({},F.data(Z,z)));u=F(Z);r=0;if(O.rel!=="nofollow"){u=F("."+B).filter(function(){var ag=F.data(this,z).rel||this.rel;return(ag===O.rel);});r=u.index(Z);if(r===-1){u=u.add(Z);r=u.length-1;}}if(!s){s=M=true;b.show();if(O.returnFocus){try{Z.blur();F(Z).one(ad,function(){try{this.focus();}catch(ag){}});}catch(ae){}}G.css({opacity:+O.opacity,cursor:O.overlayClose?"pointer":"auto"}).show();O.w=v(O.initialWidth,"x");O.h=v(O.initialHeight,"y");w.position(0);if(f){R.bind("resize."+h+" scroll."+h,function(){G.css({width:R.width(),height:R.height(),top:R.scrollTop(),left:R.scrollLeft()});}).trigger("scroll."+h);}e(a,O.onOpen);J.add(T).add(E).add(V).add(K).hide();p.html(O.close).show();}w.load(true);}}w=F.fn[z]=F[z]=function(ag,ah){var ae=this,af;if(!ae[0]&&ae.selector){return ae;}ag=ag||{};if(ah){ag.onComplete=ah;}if(!ae[0]||ae.selector===undefined){ae=F("<a/>");ag.open=true;}ae.each(function(){F.data(this,z,F.extend({},F.data(this,z)||ab,ag));F(this).addClass(B);});af=ag.open;if(F.isFunction(af)){af=af.call(ae);}if(af){ac(ae[0]);}return ae;};w.init=function(){R=F(W);b=H().attr({id:z,"class":N?Y+"IE":""});G=H("Overlay",f?"position:absolute":"").hide();t=H("Wrapper");k=H("Content").append(I=H("LoadedContent","width:0; height:0; overflow:hidden"),C=H("LoadingOverlay").add(H("LoadingGraphic")),K=H("Title"),J=H("Current"),E=H("Next"),T=H("Previous"),V=H("Slideshow").bind(a,P),p=H("Close"));t.append(H().append(H("TopLeft"),Q=H("TopCenter"),H("TopRight")),H(false,"clear:left").append(U=H("MiddleLeft"),k,n=H("MiddleRight")),H(false,"clear:left").append(H("BottomLeft"),X=H("BottomCenter"),H("BottomRight"))).children().children().css({"float":"left"});aa=H(false,"position:absolute; width:9999px; visibility:hidden; display:none");F("body").prepend(G,b.append(t,aa));k.children().hover(function(){F(this).addClass("hover");},function(){F(this).removeClass("hover");}).addClass("hover");A=Q.height()+X.height()+k.outerHeight(true)-k.height();c=U.width()+n.width()+k.outerWidth(true)-k.width();q=I.outerHeight(true);S=I.outerWidth(true);b.css({"padding-bottom":A,"padding-right":c}).hide();E.click(w.next);T.click(w.prev);p.click(w.close);k.children().removeClass("hover");F("."+B).live("click",function(ae){if(!((ae.button!==0&&typeof ae.button!=="undefined")||ae.ctrlKey||ae.shiftKey||ae.altKey)){ae.preventDefault();ac(this);}});G.click(function(){if(O.overlayClose){w.close();}});F(document).bind("keydown",function(ae){if(s&&O.escKey&&ae.keyCode===27){ae.preventDefault();w.close();}if(s&&O.arrowKey&&!M&&u[1]){if(ae.keyCode===37&&(r||O.loop)){ae.preventDefault();T.click();}else{if(ae.keyCode===39&&(r<u.length-1||O.loop)){ae.preventDefault();E.click();}}}});};w.remove=function(){b.add(G).remove();F("."+B).die("click").removeData(z).removeClass(B);};w.position=function(ai,ah){var ae,aj=Math.max(document.documentElement.clientHeight-O.h-q-A,0)/2+R.scrollTop(),ag=Math.max(R.width()-O.w-S-c,0)/2+R.scrollLeft();ae=(b.width()===O.w+S&&b.height()===O.h+q)?0:ai;t[0].style.width=t[0].style.height="9999px";function af(ak){Q[0].style.width=X[0].style.width=k[0].style.width=ak.style.width;C[0].style.height=C[1].style.height=k[0].style.height=U[0].style.height=n[0].style.height=ak.style.height;}b.dequeue().animate({width:O.w+S,height:O.h+q,top:aj,left:ag},{duration:ae,complete:function(){af(this);M=false;t[0].style.width=(O.w+S+c)+"px";t[0].style.height=(O.h+q+A)+"px";if(ah){ah();}},step:function(){af(this);}});};w.resize=function(af){if(s){af=af||{};if(af.width){O.w=v(af.width,"x")-S-c;}if(af.innerWidth){O.w=v(af.innerWidth,"x");}I.css({width:O.w});if(af.height){O.h=v(af.height,"y")-q-A;}if(af.innerHeight){O.h=v(af.innerHeight,"y");}if(!af.innerHeight&&!af.height){var ae=I.wrapInner("<div style='overflow:auto'></div>").children();O.h=ae.height();ae.replaceWith(ae.children());}I.css({height:O.h});w.position(O.transition==="none"?0:O.speed);}};w.prep=function(ae){if(!s){return;}var aj,ag=O.transition==="none"?0:O.speed;R.unbind("resize."+Y);I.remove();I=H("LoadedContent").html(ae);function ai(){O.w=O.w||I.width();O.w=O.mw&&O.mw<O.w?O.mw:O.w;return O.w;}function ah(){O.h=O.h||I.height();O.h=O.mh&&O.mh<O.h?O.mh:O.h;return O.h;}I.hide().appendTo(aa.show()).css({width:ai(),overflow:O.scrolling?"auto":"hidden"}).css({height:ah()}).prependTo(k);aa.hide();F("#"+Y+"Photo").css({cssFloat:"none",marginLeft:"auto",marginRight:"auto"});if(f){F("select").not(b.find("select")).filter(function(){return this.style.visibility!=="hidden";}).css({visibility:"hidden"}).one(L,function(){this.style.visibility="inherit";});}function af(ak){var al,ap,an,aq,am=u.length,ao=O.loop;w.position(ak,function(){function ar(){if(N){b[0].style.removeAttribute("filter");}}if(!s){return;}if(N){if(aj){I.fadeIn(100);}}I.show();e(o);K.show().html(O.title);if(am>1){if(typeof O.current==="string"){J.html(O.current.replace(/\{current\}/,r+1).replace(/\{total\}/,am)).show();}E[(ao||r<am-1)?"show":"hide"]().html(O.next);T[(ao||r)?"show":"hide"]().html(O.previous);al=r?u[r-1]:u[am-1];an=r<am-1?u[r+1]:u[0];if(O.slideshow){V.show();}if(O.preloading){aq=F.data(an,z).href||an.href;ap=F.data(al,z).href||al.href;aq=F.isFunction(aq)?aq.call(an):aq;ap=F.isFunction(ap)?ap.call(al):ap;if(l(aq)){F("<img/>")[0].src=aq;}if(l(ap)){F("<img/>")[0].src=ap;}}}C.hide();if(O.transition==="fade"){b.fadeTo(ag,1,function(){ar();});}else{ar();}R.bind("resize."+Y,function(){w.position(0);});e(y,O.onComplete);});}if(O.transition==="fade"){b.fadeTo(ag,0,function(){af(0);});}else{af(ag);}};w.load=function(ah){var ag,af,ae,ai=w.prep;M=true;Z=u[r];if(!ah){O=g(F.extend({},F.data(Z,z)));}e(D);e(x,O.onLoad);O.h=O.height?v(O.height,"y")-q-A:O.innerHeight&&v(O.innerHeight,"y");O.w=O.width?v(O.width,"x")-S-c:O.innerWidth&&v(O.innerWidth,"x");O.mw=O.w;O.mh=O.h;if(O.maxWidth){O.mw=v(O.maxWidth,"x")-S-c;O.mw=O.w&&O.w<O.mw?O.w:O.mw;}if(O.maxHeight){O.mh=v(O.maxHeight,"y")-q-A;O.mh=O.h&&O.h<O.mh?O.h:O.mh;}ag=O.href;C.show();if(O.inline){H().hide().insertBefore(F(ag)[0]).one(D,function(){F(this).replaceWith(I.children());});ai(F(ag));}else{if(O.iframe){b.one(o,function(){var aj=F("<iframe frameborder='0' style='width:100%; height:100%; border:0; display:block'/>")[0];aj.name=Y+(+new Date());aj.src=O.href;if(!O.scrolling){aj.scrolling="no";}if(N){aj.allowtransparency="true";}F(aj).appendTo(I).one(D,function(){aj.src="//about:blank";});});ai(" ");}else{if(O.html){ai(O.html);}else{if(l(ag)){af=new Image();af.onload=function(){var aj;af.onload=null;af.id=Y+"Photo";F(af).css({border:"none",display:"block",cssFloat:"left"});if(O.scalePhotos){ae=function(){af.height-=af.height*aj;af.width-=af.width*aj;};if(O.mw&&af.width>O.mw){aj=(af.width-O.mw)/af.width;ae();}if(O.mh&&af.height>O.mh){aj=(af.height-O.mh)/af.height;ae();}}if(O.h){af.style.marginTop=Math.max(O.h-af.height,0)/2+"px";}if(u[1]&&(r<u.length-1||O.loop)){F(af).css({cursor:"pointer"}).click(w.next);}if(N){af.style.msInterpolationMode="bicubic";}setTimeout(function(){ai(af);},1);};setTimeout(function(){af.src=ag;},1);}else{if(ag){aa.load(ag,function(al,aj,ak){ai(aj==="error"?"Request unsuccessful: "+ak.statusText:F(this).children());});}}}}}};w.next=function(){if(!M){r=r<u.length-1?r+1:0;w.load();}};w.prev=function(){if(!M){r=r?r-1:u.length-1;w.load();}};w.close=function(){if(s&&!m){m=true;s=false;e(L,O.onCleanup);R.unbind("."+Y+" ."+h);G.fadeTo("fast",0);b.stop().fadeTo("fast",0,function(){e(D);I.remove();b.add(G).css({opacity:1,cursor:"auto"}).hide();setTimeout(function(){m=false;e(ad,O.onClosed);},1);});}};w.element=function(){return F(Z);};w.settings=ab;F(w.init);}(jQuery,this));jQuery.cookie=function(g,f,e){if(arguments.length>1&&(f===null||typeof f!=="object")){e=jQuery.extend({},e);if(f===null){e.expires=-1;}if(typeof e.expires==="number"){var b=e.expires,c=e.expires=new Date();c.setDate(c.getDate()+b);}return(document.cookie=[encodeURIComponent(g),"=",e.raw?String(f):encodeURIComponent(String(f)),e.expires?"; expires="+e.expires.toUTCString():"",e.path?"; path="+e.path:"",e.domain?"; domain="+e.domain:"",e.secure?"; secure":""].join(""));}e=f||{};var h,a=e.raw?function(k){return k;}:decodeURIComponent;return(h=new RegExp("(?:^|; )"+encodeURIComponent(g)+"=([^;]*)").exec(document.cookie))?a(h[1]):null;};
/*
* jQuery Form Plugin
* version: 2.49 (18-OCT-2010)
* @requires jQuery v1.3.2 or later
*
* Examples and documentation at: http://malsup.com/jquery/form/
* Dual licensed under the MIT and GPL licenses:
*   http://www.opensource.org/licenses/mit-license.php
*   http://www.gnu.org/licenses/gpl.html
*/
(function(a){a.fn.ajaxSubmit=function(h){if(!this.length){b("ajaxSubmit: skipping submit process - no element selected");return this;}if(typeof h=="function"){h={success:h};}var m=a.trim(this.attr("action"));if(m){m=(m.match(/^([^#]+)/)||[])[1];}m=m||window.location.href||"";h=a.extend(true,{url:m,type:this.attr("method")||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},h);var c={};this.trigger("form-pre-serialize",[this,h,c]);if(c.veto){b("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this;}if(h.beforeSerialize&&h.beforeSerialize(this,h)===false){b("ajaxSubmit: submit aborted via beforeSerialize callback");return this;}var x,t,u=this.formToArray(h.semantic);if(h.data){h.extraData=h.data;for(x in h.data){if(h.data[x] instanceof Array){for(var w in h.data[x]){u.push({name:x,value:h.data[x][w]});}}else{t=h.data[x];t=a.isFunction(t)?t():t;u.push({name:x,value:t});}}}if(h.beforeSubmit&&h.beforeSubmit(u,this,h)===false){b("ajaxSubmit: submit aborted via beforeSubmit callback");return this;}this.trigger("form-submit-validate",[u,this,h,c]);if(c.veto){b("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this;}var s=a.param(u);if(h.type.toUpperCase()=="GET"){h.url+=(h.url.indexOf("?")>=0?"&":"?")+s;h.data=null;}else{h.data=s;}var f=this,l=[];if(h.resetForm){l.push(function(){f.resetForm();});}if(h.clearForm){l.push(function(){f.clearForm();});}if(!h.dataType&&h.target){var o=h.success||function(){};l.push(function(n){var k=h.replaceTarget?"replaceWith":"html";a(h.target)[k](n).each(o,arguments);});}else{if(h.success){l.push(h.success);}}h.success=function(n,v,k){var q=h.context||h;for(var y=0,z=l.length;y<z;y++){l[y].apply(q,[n,v,k||f,f]);}};var p=a("input:file",this).length>0;var r="multipart/form-data";var e=(f.attr("enctype")==r||f.attr("encoding")==r);if(h.iframe!==false&&(p||h.iframe||e)){if(h.closeKeepAlive){a.get(h.closeKeepAlive,g);}else{g();}}else{a.ajax(h);}this.trigger("form-submit-notify",[this,h]);return this;function g(){var D=f[0];if(a(":input[name=submit],:input[id=submit]",D).length){alert('Error: Form elements must not have name or id of "submit".');return;}var G=a.extend(true,{},a.ajaxSettings,h);G.context=G.context||G;var z="jqFormIO"+(new Date().getTime()),J="_"+z;window[J]=function(){var n=A.data("form-plugin-onload");if(n){n();window[J]=undefined;try{delete window[J];}catch(N){}}};var A=a('<iframe id="'+z+'" name="'+z+'" src="'+G.iframeSrc+'" onload="window[\'_\'+this.id]()" />');var M=A[0];A.css({position:"absolute",top:"-1000px",left:"-1000px"});var F={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;A.attr("src",G.iframeSrc);}};var q=G.global;if(q&&!a.active++){a.event.trigger("ajaxStart");}if(q){a.event.trigger("ajaxSend",[F,G]);}if(G.beforeSend&&G.beforeSend.call(G.context,F,G)===false){if(G.global){a.active--;}return;}if(F.aborted){return;}var I=false;var v=0;var k=D.clk;if(k){var K=k.name;if(K&&!k.disabled){G.extraData=G.extraData||{};G.extraData[K]=k.value;if(k.type=="image"){G.extraData[K+".x"]=D.clk_x;G.extraData[K+".y"]=D.clk_y;}}}function E(){var Q=f.attr("target"),P=f.attr("action");D.setAttribute("target",z);if(D.getAttribute("method")!="POST"){D.setAttribute("method","POST");}if(D.getAttribute("action")!=G.url){D.setAttribute("action",G.url);}if(!G.skipEncodingOverride){f.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"});}if(G.timeout){setTimeout(function(){v=true;L();},G.timeout);}var N=[];try{if(G.extraData){for(var O in G.extraData){N.push(a('<input type="hidden" name="'+O+'" value="'+G.extraData[O]+'" />').appendTo(D)[0]);}}A.appendTo("body");A.data("form-plugin-onload",L);D.submit();}finally{D.setAttribute("action",P);if(Q){D.setAttribute("target",Q);}else{f.removeAttr("target");}a(N).remove();}}if(G.forceSync){E();}else{setTimeout(E,10);}var B,C,H=50;function L(){if(I){return;}A.removeData("form-plugin-onload");var S=true;try{if(v){throw"timeout";}C=M.contentWindow?M.contentWindow.document:M.contentDocument?M.contentDocument:M.document;var R=G.dataType=="xml"||C.XMLDocument||a.isXMLDoc(C);b("isXml="+R);if(!R&&window.opera&&(C.body==null||C.body.innerHTML=="")){if(--H){b("requeing onLoad callback, DOM not available");setTimeout(L,250);return;}}I=true;F.responseText=C.documentElement?C.documentElement.innerHTML:null;F.responseXML=C.XMLDocument?C.XMLDocument:C;F.getResponseHeader=function(U){var T={"content-type":G.dataType};return T[U];};var O=/(json|script)/.test(G.dataType);if(O||G.textarea){var Q=C.getElementsByTagName("textarea")[0];if(Q){F.responseText=Q.value;}else{if(O){var N=C.getElementsByTagName("pre")[0];var n=C.getElementsByTagName("body")[0];if(N){F.responseText=N.innerHTML;}else{if(n){F.responseText=n.innerHTML;}}}}}else{if(G.dataType=="xml"&&!F.responseXML&&F.responseText!=null){F.responseXML=y(F.responseText);}}B=a.httpData(F,G.dataType);}catch(P){b("error caught:",P);S=false;F.error=P;a.handleError(G,F,"error",P);}if(S){G.success.call(G.context,B,"success",F);if(q){a.event.trigger("ajaxSuccess",[F,G]);}}if(q){a.event.trigger("ajaxComplete",[F,G]);}if(q&&!--a.active){a.event.trigger("ajaxStop");}if(G.complete){G.complete.call(G.context,F,S?"success":"error");}setTimeout(function(){A.removeData("form-plugin-onload");A.remove();F.responseXML=null;},100);}function y(N,n){if(window.ActiveXObject){n=new ActiveXObject("Microsoft.XMLDOM");n.async="false";n.loadXML(N);}else{n=(new DOMParser()).parseFromString(N,"text/xml");}return(n&&n.documentElement&&n.documentElement.tagName!="parsererror")?n:null;}}};a.fn.ajaxForm=function(c){if(this.length===0){var e={s:this.selector,c:this.context};if(!a.isReady&&e.s){b("DOM not ready, queuing ajaxForm");a(function(){a(e.s,e.c).ajaxForm(c);});return this;}b("terminating; zero elements found by selector"+(a.isReady?"":" (DOM not ready)"));return this;}return this.ajaxFormUnbind().bind("submit.form-plugin",function(f){if(!f.isDefaultPrevented()){f.preventDefault();a(this).ajaxSubmit(c);}}).bind("click.form-plugin",function(h){var m=h.target;var k=a(m);if(!(k.is(":submit,input:image"))){var g=k.closest(":submit");if(g.length==0){return;}m=g[0];}var l=this;l.clk=m;if(m.type=="image"){if(h.offsetX!=undefined){l.clk_x=h.offsetX;l.clk_y=h.offsetY;}else{if(typeof a.fn.offset=="function"){var f=k.offset();l.clk_x=h.pageX-f.left;l.clk_y=h.pageY-f.top;}else{l.clk_x=h.pageX-m.offsetLeft;l.clk_y=h.pageY-m.offsetTop;}}}setTimeout(function(){l.clk=l.clk_x=l.clk_y=null;},100);});};a.fn.ajaxFormUnbind=function(){return this.unbind("submit.form-plugin click.form-plugin");};a.fn.formToArray=function(k){var e=[];if(this.length===0){return e;}var l=this[0];var c=k?l.getElementsByTagName("*"):l.elements;if(!c){return e;}var q,p,r,o,s,h,f;for(q=0,h=c.length;q<h;q++){s=c[q];r=s.name;if(!r){continue;}if(k&&l.clk&&s.type=="image"){if(!s.disabled&&l.clk==s){e.push({name:r,value:a(s).val()});e.push({name:r+".x",value:l.clk_x},{name:r+".y",value:l.clk_y});}continue;}o=a.fieldValue(s,true);if(o&&o.constructor==Array){for(p=0,f=o.length;p<f;p++){e.push({name:r,value:o[p]});}}else{if(o!==null&&typeof o!="undefined"){e.push({name:r,value:o});}}}if(!k&&l.clk){var g=a(l.clk),m=g[0];r=m.name;if(r&&!m.disabled&&m.type=="image"){e.push({name:r,value:g.val()});e.push({name:r+".x",value:l.clk_x},{name:r+".y",value:l.clk_y});}}return e;};a.fn.formSerialize=function(c){return a.param(this.formToArray(c));};a.fn.fieldSerialize=function(c){var e=[];this.each(function(){var k=this.name;if(!k){return;}var h=a.fieldValue(this,c);if(h&&h.constructor==Array){for(var g=0,f=h.length;g<f;g++){e.push({name:k,value:h[g]});}}else{if(h!==null&&typeof h!="undefined"){e.push({name:this.name,value:h});}}});return a.param(e);};a.fn.fieldValue=function(e){for(var c=[],k=0,h=this.length;k<h;k++){var f=this[k];var g=a.fieldValue(f,e);if(g===null||typeof g=="undefined"||(g.constructor==Array&&!g.length)){continue;}g.constructor==Array?a.merge(c,g):c.push(g);}return c;};a.fieldValue=function(o,l){var s=o.name,p=o.type,f=o.tagName.toLowerCase();if(l===undefined){l=true;}if(l&&(!s||o.disabled||p=="reset"||p=="button"||(p=="checkbox"||p=="radio")&&!o.checked||(p=="submit"||p=="image")&&o.form&&o.form.clk!=o||f=="select"&&o.selectedIndex==-1)){return null;}if(f=="select"){var m=o.selectedIndex;if(m<0){return null;}var c=[],e=o.options;var g=(p=="select-one");var h=(g?m+1:e.length);for(var r=(g?m:0);r<h;r++){var q=e[r];if(q.selected){var k=q.value;if(!k){k=(q.attributes&&q.attributes.value&&!(q.attributes.value.specified))?q.text:q.value;}if(g){return k;}c.push(k);}}return c;}return a(o).val();};a.fn.clearForm=function(){return this.each(function(){a("input,select,textarea",this).clearFields();});};a.fn.clearFields=a.fn.clearInputs=function(){return this.each(function(){var e=this.type,c=this.tagName.toLowerCase();if(e=="text"||e=="password"||c=="textarea"){this.value="";}else{if(e=="checkbox"||e=="radio"){this.checked=false;}else{if(c=="select"){this.selectedIndex=-1;}}}});};a.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||(typeof this.reset=="object"&&!this.reset.nodeType)){this.reset();}});};a.fn.enable=function(c){if(c===undefined){c=true;}return this.each(function(){this.disabled=!c;});};a.fn.selected=function(c){if(c===undefined){c=true;}return this.each(function(){var e=this.type;if(e=="checkbox"||e=="radio"){this.checked=c;}else{if(this.tagName.toLowerCase()=="option"){var f=a(this).parent("select");if(c&&f[0]&&f[0].type=="select-one"){f.find("option").selected(false);}this.selected=c;}}});};function b(){if(a.fn.ajaxSubmit.debug){var c="[jquery.form] "+Array.prototype.join.call(arguments,"");if(window.console&&window.console.log){window.console.log(c);}else{if(window.opera&&window.opera.postError){window.opera.postError(c);}}}}})(jQuery);(function(h){var e={magnet:".magnet",listPattern:"#serviceList",holderPatter:"#serviceTarget",numberOfDropPoints:0};h.fridgeMagnets={};h.extend(h.fridgeMagnets,{init:f,addMagnetToHolder:l,reset:b});function f(o){return h(this).each(function(){if(o){h.extend(e,o);}var u=true;var v=0;while(u){var p=e.listPattern+v;var r=e.holderPatter+v;var t=h(p);var s=h(r);if(!t.length||!s.length){u=false;break;}var q=t.children(e.magnet);c(q,t,s,r);n(t,s,r);v++;}e.numberOfDropPoints=v-1;});}function b(){for(i=0;i<=e.numberOfDropPoints;i++){var q=e.holderPatter+i;var o=h(q);var p=o.children(e.magnet)[0];if(p==null){continue;}var r=e.listPattern+i;var s=h(r);s.append(p);}}function l(s,t,r,q){var p=s.children(e.magnet);var o;if(p.length!==0){var u=p[0];h(u).click(function(v){l(s,t,u,false);});o=h(u).draggable("option","scope");k(h(u).draggable("destroy"),o);t.append(u);}else{o=h(r).draggable("option","scope");}m(h(r).draggable("destroy"),s,t,o);h(r).unbind("click");if(!q){h(r).fadeOut(500,function(){h(s).append(r);h(r).fadeIn(500);a();});}else{h(s).append(r);a();}}function n(o,p,q){h(p).droppable({drop:function(s,r){r.helper.removeMe=false;l(p,o,r.draggable,true);},tolerance:"pointer",scope:q});}function c(r,o,p,q){h.map(r,function(t,s){k(t,q);h(t).disableSelection();h(t).css("cursor","default");h(t).click(function(u){l(p,o,t,false);});});}function k(o,p){h(o).draggable({zIndex:10000,revert:"invalid",scope:p,appendTo:"body",helper:"clone",start:function(r,q){h(this).toggle();},stop:function(r,q){h(this).toggle();}});}function m(p,q,o,r){h(p).draggable({zIndex:10000,scope:r,appendTo:"body",helper:"clone",start:function(t,s){h(this).toggle();s.helper.removeMe=true;},stop:function(t,s){h(this).toggle();if(s.helper.removeMe){g(p,o,q);h(o).append(p);}}});}function g(p,o,q){var r=h(p).draggable("option","scope");k(h(p).draggable("destroy"),r);h(p).click(function(s){l(q,o,p);});}function a(){var o=new Array();for(i=0;i<=e.numberOfDropPoints;i++){var q=e.holderPatter+i;var r=h(q);var p=r.children(e.magnet)[0];if(p==null){break;}o[i]=p;}if(e.callback){e.callback(o);}}})(jQuery);(function(c){var g={put:function(k,h){(h||window).location.hash=this.encoder(k);},get:function(l){var k=((l||window).location.hash).replace(/^#/,"");try{return c.browser.mozilla?k:decodeURIComponent(k);}catch(h){return k;}},encoder:encodeURIComponent};var f={id:"__jQuery_history",init:function(){var h='<iframe id="'+this.id+'" style="display:none" src="javascript:false;" />';c("body").prepend(h);return this;},_document:function(){return c("#"+this.id)[0].contentWindow.document;},put:function(k){var h=this._document();h.open();h.close();g.put(k,h);},get:function(){return g.get(this._document());}};function e(k){k=c.extend({unescape:false},k||{});g.encoder=l(k.unescape);function l(m){if(m===true){return function(n){return n;};}if(typeof m=="string"&&(m=h(m.split("")))||typeof m=="function"){return function(n){return m(encodeURIComponent(n));};}return encodeURIComponent;}function h(m){var n=new RegExp(c.map(m,encodeURIComponent).join("|"),"ig");return function(o){return o.replace(n,decodeURIComponent);};}}var a={};a.base={callback:undefined,type:undefined,check:function(){},load:function(h){},init:function(k,h){e(h);b.callback=k;b._options=h;b._init();},_init:function(){},_options:{}};a.timer={_appState:undefined,_init:function(){var h=g.get();b._appState=h;b.callback(h);setInterval(b.check,100);},check:function(){var h=g.get();if(h!=b._appState){b._appState=h;b.callback(h);}},load:function(h){if(h!=b._appState){g.put(h);b._appState=h;b.callback(h);}}};a.iframeTimer={_appState:undefined,_init:function(){var h=g.get();b._appState=h;f.init().put(h);b.callback(h);setInterval(b.check,100);},check:function(){var k=f.get(),h=g.get();if(h!=k){if(h==b._appState){b._appState=k;g.put(k);b.callback(k);}else{b._appState=h;f.put(h);b.callback(h);}}},load:function(h){if(h!=b._appState){g.put(h);f.put(h);b._appState=h;b.callback(h);}}};a.hashchangeEvent={_init:function(){b.callback(g.get());c(window).bind("hashchange",b.check);},check:function(){b.callback(g.get());},load:function(h){g.put(h);}};var b=c.extend({},a.base);if(c.browser.msie&&(c.browser.version<8||document.documentMode<8)){b.type="iframeTimer";}else{if("onhashchange" in window){b.type="hashchangeEvent";}else{b.type="timer";}}c.extend(b,a[b.type]);c.history=b;})(jQuery);
/*
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */
(function(c){var b={vertical:false,rtl: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,itemFallbackDimension:null},e=false;c(window).bind("load.jcarousel",function(){e=true;});c.jcarousel=function(m,l){this.options=c.extend({},b,l||{});this.autoStopped=this.locked=false;this.buttonPrevState=this.buttonNextState=this.buttonPrev=this.buttonNext=this.list=this.clip=this.container=null;if(!l||l.rtl===undefined){this.options.rtl=(c(m).attr("dir")||c("html").attr("dir")||"").toLowerCase()=="rtl";}this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical?this.options.rtl?"right":"left":"top";for(var h="",p=m.className.split(" "),n=0;n<p.length;n++){if(p[n].indexOf("jcarousel-skin")!=-1){c(m).removeClass(p[n]);h=p[n];break;}}if(m.nodeName.toUpperCase()=="UL"||m.nodeName.toUpperCase()=="OL"){this.list=c(m);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=c(m);this.list=this.container.find("ul,ol").eq(0);}h!==""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1&&this.container.wrap('<div class=" '+h+'"></div>');this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass("jcarousel-clip")){this.clip=this.list.wrap("<div></div>").parent();}this.buttonNext=c(".jcarousel-next",this.container);if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null){this.buttonNext=this.clip.after(this.options.buttonNextHTML).next();}this.buttonNext.addClass(this.className("jcarousel-next"));this.buttonPrev=c(".jcarousel-prev",this.container);if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null){this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();}this.buttonPrev.addClass(this.className("jcarousel-prev"));this.clip.addClass(this.className("jcarousel-clip")).css({overflow:"hidden",position:"relative"});this.list.addClass(this.className("jcarousel-list")).css({overflow:"hidden",position:"relative",top:0,margin:0,padding:0}).css(this.options.rtl?"right":"left",0);this.container.addClass(this.className("jcarousel-container")).css({position:"relative"});!this.options.vertical&&this.options.rtl&&this.container.addClass("jcarousel-direction-rtl").attr("dir","rtl");var r=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;h=this.list.children("li");var q=this;if(h.size()>0){var o=0,s=this.options.offset;h.each(function(){q.format(this,s++);o+=q.dimension(this,r);});this.list.css(this.wh,o+100+"px");if(!l||l.size===undefined){this.options.size=h.size();}}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display","block");this.funcNext=function(){q.next();};this.funcPrev=function(){q.prev();};this.funcResize=function(){q.reload();};this.options.initCallback!==null&&this.options.initCallback(this,"init");if(!e&&c.browser.safari){this.buttons(false,false);c(window).bind("load.jcarousel",function(){q.setup();});}else{this.setup();}};var a=c.jcarousel;a.fn=a.prototype={jcarousel:"0.2.7"};a.fn.extend=a.extend=c.extend;a.fn.extend({setup:function(){this.prevLast=this.prevFirst=this.last=this.first=null;this.animating=false;this.tail=this.timer=null;this.inTail=false;if(!this.locked){this.list.css(this.lt,this.pos(this.options.offset)+"px");var f=this.pos(this.options.start,true);this.prevFirst=this.prevLast=null;this.animate(f,false);c(window).unbind("resize.jcarousel",this.funcResize).bind("resize.jcarousel",this.funcResize);}},reset:function(){this.list.empty();this.list.css(this.lt,"0px");this.list.css(this.wh,"10px");this.options.initCallback!==null&&this.options.initCallback(this,"reset");this.setup();},reload:function(){this.tail!==null&&this.inTail&&this.list.css(this.lt,a.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=false;this.options.reloadCallback!==null&&this.options.reloadCallback(this);if(this.options.visible!==null){var k=this,h=Math.ceil(this.clipping()/this.options.visible),g=0,f=0;this.list.children("li").each(function(l){g+=k.dimension(this,h);if(l+1<k.first){f=g;}});this.list.css(this.wh,g+"px");this.list.css(this.lt,-f+"px");}this.scroll(this.first,false);},lock:function(){this.locked=true;this.buttons();},unlock:function(){this.locked=false;this.buttons();},size:function(f){if(f!==undefined){this.options.size=f;this.locked||this.buttons();}return this.options.size;},has:function(k,h){if(h===undefined||!h){h=k;}if(this.options.size!==null&&h>this.options.size){h=this.options.size;}for(var g=k;g<=h;g++){var f=this.get(g);if(!f.length||f.hasClass("jcarousel-item-placeholder")){return false;}}return true;},get:function(f){return c(".jcarousel-item-"+f,this.list);},add:function(k,h){var g=this.get(k),m=0,l=c(h);if(g.length===0){var o,n=a.intval(k);for(g=this.create(k);;){o=this.get(--n);if(n<=0||o.length){n<=0?this.list.prepend(g):o.after(g);break;}}}else{m=this.dimension(g);}if(l.get(0).nodeName.toUpperCase()=="LI"){g.replaceWith(l);g=l;}else{g.empty().append(h);}this.format(g.removeClass(this.className("jcarousel-item-placeholder")),k);l=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;m=this.dimension(g,l)-m;k>0&&k<this.first&&this.list.css(this.lt,a.intval(this.list.css(this.lt))-m+"px");this.list.css(this.wh,a.intval(this.list.css(this.wh))+m+"px");return g;},remove:function(h){var g=this.get(h);if(!(!g.length||h>=this.first&&h<=this.last)){var f=this.dimension(g);h<this.first&&this.list.css(this.lt,a.intval(this.list.css(this.lt))+f+"px");g.remove();this.list.css(this.wh,a.intval(this.list.css(this.wh))-f+"px");}},next:function(){this.tail!==null&&!this.inTail?this.scrollTail(false):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.tail!==null&&this.inTail?this.scrollTail(true):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(g){if(!(this.locked||this.animating||!this.tail)){this.pauseAuto();var f=a.intval(this.list.css(this.lt));f=!g?f-this.tail:f+this.tail;this.inTail=!g;this.prevFirst=this.first;this.prevLast=this.last;this.animate(f);}},scroll:function(g,f){if(!(this.locked||this.animating)){this.pauseAuto();this.animate(this.pos(g),f);}},pos:function(q,h){var C=a.intval(this.list.css(this.lt));if(this.locked||this.animating){return C;}if(this.options.wrap!="circular"){q=q<1?1:this.options.size&&q>this.options.size?this.options.size:q;}for(var t=this.first>q,r=this.options.wrap!="circular"&&this.first<=1?1:this.first,w=t?this.get(r):this.get(this.last),u=t?r:r-1,s=null,x=0,A=false,B=0;t?--u>=q:++u<q;){s=this.get(u);A=!s.length;if(s.length===0){s=this.create(u).addClass(this.className("jcarousel-item-placeholder"));w[t?"before":"after"](s);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(u<=0||u>this.options.size)){w=this.get(this.index(u));if(w.length){s=this.add(u,w.clone(true));}}}w=s;B=this.dimension(s);if(A){x+=B;}if(this.first!==null&&(this.options.wrap=="circular"||u>=1&&(this.options.size===null||u<=this.options.size))){C=t?C+B:C-B;}}r=this.clipping();var v=[],z=0,y=0;w=this.get(q-1);for(u=q;++z;){s=this.get(u);A=!s.length;if(s.length===0){s=this.create(u).addClass(this.className("jcarousel-item-placeholder"));w.length===0?this.list.prepend(s):w[t?"before":"after"](s);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(u<=0||u>this.options.size)){w=this.get(this.index(u));if(w.length){s=this.add(u,w.clone(true));}}}w=s;B=this.dimension(s);if(B===0){throw Error("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...");}if(this.options.wrap!="circular"&&this.options.size!==null&&u>this.options.size){v.push(s);}else{if(A){x+=B;}}y+=B;if(y>=r){break;}u++;}for(s=0;s<v.length;s++){v[s].remove();}if(x>0){this.list.css(this.wh,this.dimension(this.list)+x+"px");if(t){C-=x;this.list.css(this.lt,a.intval(this.list.css(this.lt))-x+"px");}}x=q+z-1;if(this.options.wrap!="circular"&&this.options.size&&x>this.options.size){x=this.options.size;}if(u>x){z=0;u=x;for(y=0;++z;){s=this.get(u--);if(!s.length){break;}y+=this.dimension(s);if(y>=r){break;}}}u=x-z+1;if(this.options.wrap!="circular"&&u<1){u=1;}if(this.inTail&&t){C+=this.tail;this.inTail=false;}this.tail=null;if(this.options.wrap!="circular"&&x==this.options.size&&x-z+1>=1){t=a.margin(this.get(x),!this.options.vertical?"marginRight":"marginBottom");if(y-t>r){this.tail=y-r-t;}}if(h&&q===this.options.size&&this.tail){C-=this.tail;this.inTail=true;}for(;q-->u;){C+=this.dimension(this.get(q));}this.prevFirst=this.first;this.prevLast=this.last;this.first=u;this.last=x;return C;},animate:function(k,h){if(!(this.locked||this.animating)){this.animating=true;var g=this,f=function(){g.animating=false;k===0&&g.list.css(g.lt,0);if(!g.autoStopped&&(g.options.wrap=="circular"||g.options.wrap=="both"||g.options.wrap=="last"||g.options.size===null||g.last<g.options.size||g.last==g.options.size&&g.tail!==null&&!g.inTail)){g.startAuto();}g.buttons();g.notify("onAfterAnimation");if(g.options.wrap=="circular"&&g.options.size!==null){for(var l=g.prevFirst;l<=g.prevLast;l++){if(l!==null&&!(l>=g.first&&l<=g.last)&&(l<1||l>g.options.size)){g.remove(l);}}}};this.notify("onBeforeAnimation");if(!this.options.animation||h===false){this.list.css(this.lt,k+"px");f();}else{this.list.animate(!this.options.vertical?this.options.rtl?{right:k}:{left:k}:{top:k},this.options.animation,this.options.easing,f);}}},startAuto:function(g){if(g!==undefined){this.options.auto=g;}if(this.options.auto===0){return this.stopAuto();}if(this.timer===null){this.autoStopped=false;var f=this;this.timer=window.setTimeout(function(){f.next();},this.options.auto*1000);}},stopAuto:function(){this.pauseAuto();this.autoStopped=true;},pauseAuto:function(){if(this.timer!==null){window.clearTimeout(this.timer);this.timer=null;}},buttons:function(h,g){if(h==null){h=!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){h=this.tail!==null&&!this.inTail;}}if(g==null){g=!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){g=this.tail!==null&&this.inTail;}}var f=this;if(this.buttonNext.size()>0){this.buttonNext.unbind(this.options.buttonNextEvent+".jcarousel",this.funcNext);h&&this.buttonNext.bind(this.options.buttonNextEvent+".jcarousel",this.funcNext);this.buttonNext[h?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",h?false:true);this.options.buttonNextCallback!==null&&this.buttonNext.data("jcarouselstate")!=h&&this.buttonNext.each(function(){f.options.buttonNextCallback(f,this,h);}).data("jcarouselstate",h);}else{this.options.buttonNextCallback!==null&&this.buttonNextState!=h&&this.options.buttonNextCallback(f,null,h);}if(this.buttonPrev.size()>0){this.buttonPrev.unbind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev);g&&this.buttonPrev.bind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev);this.buttonPrev[g?"removeClass":"addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",g?false:true);this.options.buttonPrevCallback!==null&&this.buttonPrev.data("jcarouselstate")!=g&&this.buttonPrev.each(function(){f.options.buttonPrevCallback(f,this,g);}).data("jcarouselstate",g);}else{this.options.buttonPrevCallback!==null&&this.buttonPrevState!=g&&this.options.buttonPrevCallback(f,null,g);}this.buttonNextState=h;this.buttonPrevState=g;},notify:function(g){var f=this.prevFirst===null?"init":this.prevFirst<this.first?"next":"prev";this.callback("itemLoadCallback",g,f);if(this.prevFirst!==this.first){this.callback("itemFirstInCallback",g,f,this.first);this.callback("itemFirstOutCallback",g,f,this.prevFirst);}if(this.prevLast!==this.last){this.callback("itemLastInCallback",g,f,this.last);this.callback("itemLastOutCallback",g,f,this.prevLast);}this.callback("itemVisibleInCallback",g,f,this.first,this.last,this.prevFirst,this.prevLast);this.callback("itemVisibleOutCallback",g,f,this.prevFirst,this.prevLast,this.first,this.last);},callback:function(n,m,h,q,o,s,r){if(!(this.options[n]==null||typeof this.options[n]!="object"&&m!="onAfterAnimation")){var p=typeof this.options[n]=="object"?this.options[n][m]:this.options[n];if(c.isFunction(p)){var t=this;if(q===undefined){p(t,h,m);}else{if(o===undefined){this.get(q).each(function(){p(t,this,q,h,m);});}else{n=function(f){t.get(f).each(function(){p(t,this,f,h,m);});};for(var u=q;u<=o;u++){u!==null&&!(u>=s&&u<=r)&&n(u);}}}}}},create:function(f){return this.format("<li></li>",f);},format:function(k,h){k=c(k);for(var g=k.get(0).className.split(" "),f=0;f<g.length;f++){g[f].indexOf("jcarousel-")!=-1&&k.removeClass(g[f]);}k.addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+h)).css({"float":this.options.rtl?"right":"left","list-style":"none"}).attr("jcarouselindex",h);return k;},className:function(f){return f+" "+f+(!this.options.vertical?"-horizontal":"-vertical");},dimension:function(k,h){var g=k.jquery!==undefined?k[0]:k,f=!this.options.vertical?(g.offsetWidth||a.intval(this.options.itemFallbackDimension))+a.margin(g,"marginLeft")+a.margin(g,"marginRight"):(g.offsetHeight||a.intval(this.options.itemFallbackDimension))+a.margin(g,"marginTop")+a.margin(g,"marginBottom");if(h==null||f==h){return f;}f=!this.options.vertical?h-a.margin(g,"marginLeft")-a.margin(g,"marginRight"):h-a.margin(g,"marginTop")-a.margin(g,"marginBottom");c(g).css(this.wh,f+"px");return this.dimension(g);},clipping:function(){return !this.options.vertical?this.clip[0].offsetWidth-a.intval(this.clip.css("borderLeftWidth"))-a.intval(this.clip.css("borderRightWidth")):this.clip[0].offsetHeight-a.intval(this.clip.css("borderTopWidth"))-a.intval(this.clip.css("borderBottomWidth"));},index:function(g,f){if(f==null){f=this.options.size;}return Math.round(((g-1)/f-Math.floor((g-1)/f))*f)+1;}});a.extend({defaults:function(f){return c.extend(b,f||{});},margin:function(k,h){if(!k){return 0;}var g=k.jquery!==undefined?k[0]:k;if(h=="marginRight"&&c.browser.safari){var m={display:"block","float":"none",width:"auto"},l,n;c.swap(g,m,function(){l=g.offsetWidth;});m.marginRight=0;c.swap(g,m,function(){n=g.offsetWidth;});return n-l;}return a.intval(c.css(g,h));},intval:function(f){f=parseInt(f,10);return isNaN(f)?0:f;}});c.fn.jcarousel=function(h){if(typeof h=="string"){var g=c(this).data("jcarousel"),f=Array.prototype.slice.call(arguments,1);return g[h].apply(g,f);}else{return this.each(function(){c(this).data("jcarousel",new a(this,h));});}};})(jQuery);(function(a){
/*
     * smartresize: debounced resize event for jQuery
     * http://github.com/lrbabe/jquery-smartresize
     *
     * Copyright (c) 2009 Louis-Remi Babe
     * Licensed under the GPL license.
     * http://docs.jquery.com/License
     *
     */
var b=a.event,c;b.special.smartresize={setup:function(){a(this).bind("resize",b.special.smartresize.handler);},teardown:function(){a(this).unbind("resize",b.special.smartresize.handler);},handler:function(f,e){var g=this,h=arguments;f.type="smartresize";if(c){clearTimeout(c);}c=setTimeout(function(){jQuery.event.handle.apply(g,h);},e==="execAsap"?0:100);}};a.fn.smartresize=function(e){return e?this.bind("smartresize",e):this.trigger("smartresize",["execAsap"]);};a.fn.masonry=function(k,l){function e(n,o){n.$bricks=o.itemSelector==undefined?o.$brickParent.children():o.$brickParent.find(o.itemSelector);}function h(p,s,o,u,r,n){var q=0;for(i=0;i<s;i++){if(o[i]<o[q]){q=i;}}var t={left:r.colW*q+r.posLeft+r.spacW*q,top:o[q]};if(r.masoned&&n.animate){p.animate(t,{duration:n.animationOptions.duration,easing:n.animationOptions.easing,complete:n.animationOptions.complete,step:n.animationOptions.step,queue:n.animationOptions.queue,specialEasing:n.animationOptions.specialEasing});}else{p.css(t);}for(i=0;i<u;i++){r.colY[q+i]=o[q]+p.outerHeight(true);}}function g(n,o,p){e(p,o);if(o.columnWidth==undefined){p.colW=p.masoned?n.data("masonry").colW:p.$bricks.outerWidth(true);p.spacW=p.masoned&&n.data("masonry").spacW||0;}else{p.colW=o.columnWidth;p.spacW=+o.spacerWidth||0;}p.colCount=Math.floor((n.width()+p.spacW)/(p.colW+p.spacW));p.colCount=Math.max(p.colCount,1);}function f(o,p,r){if(!r.masoned){o.css("position","relative");}if(!r.masoned||p.appendedContent!=undefined){r.$bricks.css("position","absolute");}var n=a("<div />");o.prepend(n);r.posTop=Math.round(n.position().top);r.posLeft=Math.round(n.position().left);n.remove();if(r.masoned&&p.appendedContent!=undefined){r.colY=o.data("masonry").colY;for(i=o.data("masonry").colCount;i<r.colCount;i++){r.colY[i]=r.posTop;}}else{r.colY=[];for(i=0;i<r.colCount;i++){r.colY[i]=r.posTop;}}if(p.singleMode){r.$bricks.each(function(){var s=a(this);h(s,r.colCount,r.colY,1,r,p);});}else{r.$bricks.each(function(){var s=a(this);var v=Math.ceil((s.outerWidth(true)+r.spacW)/(r.colW+r.spacW));v=Math.min(v,r.colCount);if(v==1){h(s,r.colCount,r.colY,1,r,p);}else{var u=r.colCount+1-v;var t=[0];for(i=0;i<u;i++){t[i]=0;for(j=0;j<v;j++){t[i]=Math.max(t[i],r.colY[i+j]);}}h(s,u,t,v,r,p);}});}r.wallH=0;for(i=0;i<r.colCount;i++){r.wallH=Math.max(r.wallH,r.colY[i]);}var q={height:r.wallH-r.posTop};if(r.masoned&&p.animate){o.animate(q,{duration:p.animationOptions.duration,easing:p.animationOptions.easing,complete:p.animationOptions.complete,step:p.animationOptions.step,queue:p.animationOptions.queue,specialEasing:p.animationOptions.specialEasing});}else{o.css(q);}if(!r.masoned){o.addClass("masoned");}l.call(r.$bricks);o.data("masonry",r);}function m(n,o,q){q.masoned=n.data("masonry")!=undefined;var p=n.data("masonry").colCount;g(n,o,q);if(q.colCount!=p){f(n,o,q);}}return this.each(function(){var n=a(this);var r=a.extend({},a.masonry);r.masoned=n.data("masonry")!=undefined;var q=r.masoned?n.data("masonry").options:{};var p=a.extend({},r.defaults,q,k);r.options=p.saveOptions?p:q;l=l||function(){};if(r.masoned&&p.appendedContent!=undefined){p.$brickParent=p.appendedContent;}else{p.$brickParent=n;}e(r,p);if(r.$bricks.length){g(n,p,r);f(n,p,r);var o=q.resizeable;if(!o&&p.resizeable){a(window).bind("smartresize.masonry",function(){m(n,p,r);});}if(o&&!p.resizeable){a(window).unbind("smartresize.masonry");}}else{return this;}});};a.masonry={defaults:{singleMode:false,columnWidth:undefined,spacerWidth:undefined,itemSelector:undefined,appendedContent:undefined,saveOptions:true,resizeable:true,animate:false,animationOptions:{}},colW:undefined,colCount:undefined,colY:undefined,spacW:undefined,wallH:undefined,masoned:undefined,posTop:0,posLeft:0,options:undefined,$bricks:undefined,$brickParent:undefined};})(jQuery);(function(c){c.timeago=function(h){if(h instanceof Date){return f(h);}else{if(typeof h=="string"){return f(c.timeago.parse(h));}else{return f(c.timeago.datetime(h));}}};var a=c.timeago;c.extend(c.timeago,{settings:{refreshMillis:60000,allowFuture:false,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",seconds:"less than a minute",minute:"about a minute",minutes:"%d minutes",hour:"about an hour",hours:"about %d hours",day:"a day",days:"%d days",month:"about a month",months:"%d months",year:"about a year",years:"%d years",numbers:[]}},inWords:function(h){var t=this.settings.strings;var r=t.prefixAgo;var p=t.suffixAgo;if(this.settings.allowFuture){if(h<0){r=t.prefixFromNow;p=t.suffixFromNow;}h=Math.abs(h);}var s=h/1000;var k=s/60;var n=k/60;var l=n/24;var m=l/365;function q(w,u){var v=c.isFunction(w)?w(u,h):w;var x=(t.numbers&&t.numbers[u])||u;return v.replace(/%d/i,x);}var o=s<45&&q(t.seconds,Math.round(s))||s<90&&q(t.minute,1)||k<45&&q(t.minutes,Math.round(k))||k<90&&q(t.hour,1)||n<24&&q(t.hours,Math.round(n))||n<48&&q(t.day,1)||l<30&&q(t.days,Math.floor(l))||l<60&&q(t.month,1)||l<365&&q(t.months,Math.floor(l/30))||m<2&&q(t.year,1)||q(t.years,Math.floor(m));return c.trim([r,o,p].join(" "));},parse:function(h){var k=c.trim(h);k=k.replace(/\.\d\d\d+/,"");k=k.replace(/-/,"/").replace(/-/,"/");k=k.replace(/T/," ").replace(/Z/," UTC");k=k.replace(/([\+-]\d\d)\:?(\d\d)/," $1$2");return new Date(k);},datetime:function(h){var k=c(h).get(0).tagName.toLowerCase()=="time";var l=k?c(h).attr("datetime"):c(h).attr("title");return a.parse(l);}});c.fn.timeago=function(){var h=this;h.each(e);var k=a.settings;if(k.refreshMillis>0){setInterval(function(){h.each(e);},k.refreshMillis);}return h;};function e(){var h=b(this);if(!isNaN(h.datetime)){c(this).text(f(h.datetime));}return this;}function b(k){k=c(k);if(!k.data("timeago")){k.data("timeago",{datetime:a.datetime(k)});var h=c.trim(k.text());if(h.length>0){k.attr("title",h);}}return k.data("timeago");}function f(h){return a.inWords(g(h));}function g(h){return(new Date().getTime()-h.getTime());}document.createElement("abbr");document.createElement("time");})(jQuery);(function(a){a.extend(a.fn,{validate:function(c){if(!this.length){c&&c.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return;}var b=a.data(this[0],"validator");if(b){return b;}b=new a.validator(c,this[0]);a.data(this[0],"validator",b);if(b.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){b.cancelSubmit=true;});if(b.settings.submitHandler){this.find("input, button").filter(":submit").click(function(){b.submitButton=this;});}this.submit(function(e){if(b.settings.debug){e.preventDefault();}function f(){if(b.settings.submitHandler){if(b.submitButton){var g=a("<input type='hidden'/>").attr("name",b.submitButton.name).val(b.submitButton.value).appendTo(b.currentForm);}b.settings.submitHandler.call(b,b.currentForm);if(b.submitButton){g.remove();}return false;}return true;}if(b.cancelSubmit){b.cancelSubmit=false;return f();}if(b.form()){if(b.pendingRequest){b.formSubmitted=true;return false;}return f();}else{b.focusInvalid();return false;}});}return b;},valid:function(){if(a(this[0]).is("form")){return this.validate().form();}else{var c=true;var b=a(this[0].form).validate();this.each(function(){c&=b.element(this);});return c;}},removeAttrs:function(b){var c={},e=this;a.each(b.split(/\s/),function(g,f){c[f]=e.attr(f);e.removeAttr(f);});return c;},rules:function(h,l){var e=this[0];if(h){var f=a.data(e.form,"validator").settings;var c=f.rules;var k=a.validator.staticRules(e);switch(h){case"add":a.extend(k,a.validator.normalizeRule(l));c[e.name]=k;if(l.messages){f.messages[e.name]=a.extend(f.messages[e.name],l.messages);}break;case"remove":if(!l){delete c[e.name];return k;}var m={};a.each(l.split(/\s/),function(o,n){m[n]=k[n];delete k[n];});return m;}}var b=a.validator.normalizeRules(a.extend({},a.validator.metadataRules(e),a.validator.classRules(e),a.validator.attributeRules(e),a.validator.staticRules(e)),e);if(b.required){var g=b.required;delete b.required;b=a.extend({required:g},b);}return b;}});a.extend(a.expr[":"],{blank:function(b){return !a.trim(""+b.value);},filled:function(b){return !!a.trim(""+b.value);},unchecked:function(b){return !b.checked;}});a.validator=function(c,b){this.settings=a.extend(true,{},a.validator.defaults,c);this.currentForm=b;this.init();};a.validator.format=function(c,b){if(arguments.length==1){return function(){var e=a.makeArray(arguments);e.unshift(c);return a.validator.format.apply(this,e);};}if(arguments.length>2&&b.constructor!=Array){b=a.makeArray(arguments).slice(1);}if(b.constructor!=Array){b=[b];}a.each(b,function(e,f){c=c.replace(new RegExp("\\{"+e+"\\}","g"),f);});return c;};a.extend(a.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:a([]),errorLabelContainer:a([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(b){this.lastActive=b;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,b,this.settings.errorClass,this.settings.validClass);this.errorsFor(b).hide();}},onfocusout:function(b){if(!this.checkable(b)&&(b.name in this.submitted||!this.optional(b))){this.element(b);}},onkeyup:function(b){if(b.name in this.submitted||b==this.lastElement){this.element(b);}},onclick:function(b){if(b.name in this.submitted){this.element(b);}else{if(b.parentNode.name in this.submitted){this.element(b.parentNode);}}},highlight:function(b,e,c){a(b).addClass(e).removeClass(c);},unhighlight:function(b,e,c){a(b).removeClass(e).addClass(c);}},setDefaults:function(b){a.extend(a.validator.defaults,b);},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:a.validator.format("Please enter no more than {0} characters."),minlength:a.validator.format("Please enter at least {0} characters."),rangelength:a.validator.format("Please enter a value between {0} and {1} characters long."),range:a.validator.format("Please enter a value between {0} and {1}."),max:a.validator.format("Please enter a value less than or equal to {0}."),min:a.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=a(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||a(this.currentForm);this.containers=a(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var b=(this.groups={});a.each(this.settings.groups,function(g,f){a.each(f.split(/\s/),function(k,h){b[h]=g;});});var c=this.settings.rules;a.each(c,function(g,f){c[g]=a.validator.normalizeRule(f);});function e(g){var f=a.data(this[0].form,"validator"),h="on"+g.type.replace(/^validate/,"");f.settings[h]&&f.settings[h].call(f,this[0]);}a(this.currentForm).validateDelegate(":text, :password, :file, select, textarea","focusin focusout keyup",e).validateDelegate(":radio, :checkbox, select, option","click",e);if(this.settings.invalidHandler){a(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler);}},form:function(){this.checkForm();a.extend(this.submitted,this.errorMap);this.invalid=a.extend({},this.errorMap);if(!this.valid()){a(this.currentForm).triggerHandler("invalid-form",[this]);}this.showErrors();return this.valid();},checkForm:function(){this.prepareForm();for(var b=0,c=(this.currentElements=this.elements());c[b];b++){this.check(c[b]);}return this.valid();},element:function(c){c=this.clean(c);this.lastElement=c;this.prepareElement(c);this.currentElements=a(c);var b=this.check(c);if(b){delete this.invalid[c.name];}else{this.invalid[c.name]=true;}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers);}this.showErrors();return b;},showErrors:function(c){if(c){a.extend(this.errorMap,c);this.errorList=[];for(var b in c){this.errorList.push({message:c[b],element:this.findByName(b)[0]});}this.successList=a.grep(this.successList,function(e){return !(e.name in c);});}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors();},resetForm:function(){if(a.fn.resetForm){a(this.currentForm).resetForm();}this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass);},numberOfInvalids:function(){return this.objectLength(this.invalid);},objectLength:function(e){var b=0;for(var c in e){b++;}return b;},hideErrors:function(){this.addWrapper(this.toHide).hide();},valid:function(){return this.size()==0;},size:function(){return this.errorList.length;},focusInvalid:function(){if(this.settings.focusInvalid){try{a(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin");}catch(b){}}},findLastActive:function(){var b=this.lastActive;return b&&a.grep(this.errorList,function(c){return c.element.name==b.name;}).length==1&&b;},elements:function(){var b=this,c={};return a([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&b.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in c||!b.objectLength(a(this).rules())){return false;}c[this.name]=true;return true;});},clean:function(b){return a(b)[0];},errors:function(){return a(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext);},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=a([]);this.toHide=a([]);this.currentElements=a([]);},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers);},prepareElement:function(b){this.reset();this.toHide=this.errorsFor(b);},check:function(c){c=this.clean(c);if(this.checkable(c)){c=this.findByName(c.name)[0];}var h=a(c).rules();var g=false;for(method in h){var b={method:method,parameters:h[method]};try{var k=a.validator.methods[method].call(this,c.value.replace(/\r/g,""),c,b.parameters);if(k=="dependency-mismatch"){g=true;continue;}g=false;if(k=="pending"){this.toHide=this.toHide.not(this.errorsFor(c));return;}if(!k){this.formatAndAdd(c,b);return false;}}catch(f){this.settings.debug&&window.console&&console.log("exception occured when checking element "+c.id+", check the '"+b.method+"' method",f);throw f;}}if(g){return;}if(this.objectLength(h)){this.successList.push(c);}return true;},customMetaMessage:function(b,c){if(!a.metadata){return;}var e=this.settings.meta?a(b).metadata()[this.settings.meta]:a(b).metadata();return e&&e.messages&&e.messages[c];},customMessage:function(e,c){var b=this.settings.messages[e];return b&&(b.constructor==String?b:b[c]);},findDefined:function(){for(var b=0;b<arguments.length;b++){if(arguments[b]!==undefined){return arguments[b];}}return undefined;},defaultMessage:function(c,b){return this.findDefined(this.customMessage(c.name,b),this.customMetaMessage(c,b),!this.settings.ignoreTitle&&c.title||undefined,a.validator.messages[b],"<strong>Warning: No message defined for "+c.name+"</strong>");},formatAndAdd:function(b,c){var e=this.defaultMessage(b,c.method),f=/\$?\{(\d+)\}/g;if(typeof e=="function"){e=e.call(this,c.parameters,b);}else{if(f.test(e)){e=jQuery.format(e.replace(f,"{$1}"),c.parameters);}}this.errorList.push({message:e,element:b});this.errorMap[b.name]=e;this.submitted[b.name]=e;},addWrapper:function(b){if(this.settings.wrapper){b=b.add(b.parent(this.settings.wrapper));}return b;},defaultShowErrors:function(){for(var c=0;this.errorList[c];c++){var b=this.errorList[c];this.settings.highlight&&this.settings.highlight.call(this,b.element,this.settings.errorClass,this.settings.validClass);this.showLabel(b.element,b.message);}if(this.errorList.length){this.toShow=this.toShow.add(this.containers);}if(this.settings.success){for(var c=0;this.successList[c];c++){this.showLabel(this.successList[c]);}}if(this.settings.unhighlight){for(var c=0,e=this.validElements();e[c];c++){this.settings.unhighlight.call(this,e[c],this.settings.errorClass,this.settings.validClass);}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show();},validElements:function(){return this.currentElements.not(this.invalidElements());},invalidElements:function(){return a(this.errorList).map(function(){return this.element;});},showLabel:function(b,c){var e=this.errorsFor(b);if(e.length){e.removeClass().addClass(this.settings.errorClass);e.attr("generated")&&e.html(c);}else{e=a("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(b),generated:true}).addClass(this.settings.errorClass).html(c||"");if(this.settings.wrapper){e=e.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();}if(!this.labelContainer.append(e).length){this.settings.errorPlacement?this.settings.errorPlacement(e,a(b)):e.insertAfter(b);}}if(!c&&this.settings.success){e.text("");typeof this.settings.success=="string"?e.addClass(this.settings.success):this.settings.success(e);}this.toShow=this.toShow.add(e);},errorsFor:function(c){var b=this.idOrName(c);return this.errors().filter(function(){return a(this).attr("for")==b;});},idOrName:function(b){return this.groups[b.name]||(this.checkable(b)?b.name:b.id||b.name);},checkable:function(b){return/radio|checkbox/i.test(b.type);},findByName:function(c){var b=this.currentForm;return a(document.getElementsByName(c)).map(function(f,e){return e.form==b&&e.name==c&&e||null;});},getLength:function(b,c){switch(c.nodeName.toLowerCase()){case"select":return a("option:selected",c).length;case"input":if(this.checkable(c)){return this.findByName(c.name).filter(":checked").length;}}return b.length;},depend:function(b,c){return this.dependTypes[typeof b]?this.dependTypes[typeof b](b,c):true;},dependTypes:{"boolean":function(b,c){return b;},string:function(b,c){return !!a(b,c.form).length;},"function":function(b,c){return b(c);}},optional:function(b){return !a.validator.methods.required.call(this,a.trim(b.value),b)&&"dependency-mismatch";},startRequest:function(b){if(!this.pending[b.name]){this.pendingRequest++;this.pending[b.name]=true;}},stopRequest:function(c,b){this.pendingRequest--;if(this.pendingRequest<0){this.pendingRequest=0;}delete this.pending[c.name];if(b&&this.pendingRequest==0&&this.formSubmitted&&this.form()){a(this.currentForm).submit();this.formSubmitted=false;}else{if(!b&&this.pendingRequest==0&&this.formSubmitted){a(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=false;}}},previousValue:function(b){return a.data(b,"previousValue")||a.data(b,"previousValue",{old:null,valid:true,message:this.defaultMessage(b,"remote")});}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(b,c){b.constructor==String?this.classRuleSettings[b]=c:a.extend(this.classRuleSettings,b);},classRules:function(b){var c={};var e=a(b).attr("class");e&&a.each(e.split(" "),function(){if(this in a.validator.classRuleSettings){a.extend(c,a.validator.classRuleSettings[this]);}});return c;},attributeRules:function(b){var c={};var e=a(b);for(method in a.validator.methods){var f=e.attr(method);if(f){c[method]=f;}}if(c.maxlength&&/-1|2147483647|524288/.test(c.maxlength)){delete c.maxlength;}return c;},metadataRules:function(c){if(!a.metadata){return{};}var b=a.data(c.form,"validator").settings.meta;return b?a(c).metadata()[b]:a(c).metadata();},staticRules:function(b){var e={};var c=a.data(b.form,"validator");if(c.settings.rules){e=a.validator.normalizeRule(c.settings.rules[b.name])||{};}return e;},normalizeRules:function(b,c){a.each(b,function(f,g){if(g===false){delete b[f];return;}if(g.param||g.depends){var e=true;switch(typeof g.depends){case"string":e=!!a(g.depends,c.form).length;break;case"function":e=g.depends.call(c,c);break;}if(e){b[f]=g.param!==undefined?g.param:true;}else{delete b[f];}}});a.each(b,function(f,e){b[f]=a.isFunction(e)?e(c):e;});a.each(["minlength","maxlength","min","max"],function(){if(b[this]){b[this]=Number(b[this]);}});a.each(["rangelength","range"],function(){if(b[this]){b[this]=[Number(b[this][0]),Number(b[this][1])];}});if(a.validator.autoCreateRanges){if(b.min&&b.max){b.range=[b.min,b.max];delete b.min;delete b.max;}if(b.minlength&&b.maxlength){b.rangelength=[b.minlength,b.maxlength];delete b.minlength;delete b.maxlength;}}if(b.messages){delete b.messages;}return b;},normalizeRule:function(b){if(typeof b=="string"){var c={};a.each(b.split(/\s/),function(){c[this]=true;});b=c;}return b;},addMethod:function(e,c,b){a.validator.methods[e]=c;a.validator.messages[e]=b!=undefined?b:a.validator.messages[e];if(c.length<3){a.validator.addClassRules(e,a.validator.normalizeRule(e));}},methods:{required:function(f,b,e){if(!this.depend(e,b)){return"dependency-mismatch";}switch(b.nodeName.toLowerCase()){case"select":var c=a(b).val();return c&&c.length>0;case"input":if(this.checkable(b)){return this.getLength(f,b)>0;}default:return a.trim(f).length>0;}},remote:function(f,b,e){if(this.optional(b)){return"dependency-mismatch";}var h=this.previousValue(b);if(!this.settings.messages[b.name]){this.settings.messages[b.name]={};}h.originalMessage=this.settings.messages[b.name].remote;this.settings.messages[b.name].remote=h.message;e=typeof e=="string"&&{url:e}||e;if(h.old!==f){h.old=f;var g=this;this.startRequest(b);var c={};c[b.name]=f;a.ajax(a.extend(true,{url:e,mode:"abort",port:"validate"+b.name,dataType:"json",data:c,success:function(o){g.settings.messages[b.name].remote=h.originalMessage;var k=o===true;if(k){var n=g.formSubmitted;g.prepareElement(b);g.formSubmitted=n;g.successList.push(b);g.showErrors();}else{var m={};var l=(h.message=o||g.defaultMessage(b,"remote"));m[b.name]=a.isFunction(l)?l(f):l;g.showErrors(m);}h.valid=k;g.stopRequest(b,k);}},e));return"pending";}else{if(this.pending[b.name]){return"pending";}}return h.valid;},minlength:function(e,b,c){return this.optional(b)||this.getLength(a.trim(e),b)>=c;},maxlength:function(e,b,c){return this.optional(b)||this.getLength(a.trim(e),b)<=c;},rangelength:function(f,b,e){var c=this.getLength(a.trim(f),b);return this.optional(b)||(c>=e[0]&&c<=e[1]);},min:function(e,b,c){return this.optional(b)||e>=c;},max:function(e,b,c){return this.optional(b)||e<=c;},range:function(e,b,c){return this.optional(b)||(e>=c[0]&&e<=c[1]);},email:function(b,c){return this.optional(c)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(b);},url:function(b,c){return this.optional(c)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(b);},date:function(b,c){return this.optional(c)||!/Invalid|NaN/.test(new Date(b));},dateISO:function(b,c){return this.optional(c)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(b);},number:function(b,c){return this.optional(c)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(b);},digits:function(b,c){return this.optional(c)||/^\d+$/.test(b);},creditcard:function(g,e){if(this.optional(e)){return"dependency-mismatch";}if(/[^0-9-]+/.test(g)){return false;}var c=0,b=0,f=false;g=g.replace(/\D/g,"");for(var k=g.length-1;k>=0;k--){var h=g.charAt(k);var b=parseInt(h,10);if(f){if((b*=2)>9){b-=9;}}c+=b;f=!f;}return(c%10)==0;},accept:function(e,b,c){c=typeof c=="string"?c.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(b)||e.match(new RegExp(".("+c+")$","i"));},equalTo:function(f,b,e){var c=a(e).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){a(b).valid();});return f==c.val();}}});a.format=a.validator.format;})(jQuery);(function(b){var c=b.ajax;var a={};b.ajax=function(f){f=b.extend(f,b.extend({},b.ajaxSettings,f));var e=f.port;if(f.mode=="abort"){if(a[e]){a[e].abort();}return(a[e]=c.apply(this,arguments));}return c.apply(this,arguments);};})(jQuery);(function(a){if(!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener){a.each({focus:"focusin",blur:"focusout"},function(c,e){a.event.special[e]={setup:function(){this.addEventListener(c,b,true);},teardown:function(){this.removeEventListener(c,b,true);},handler:function(f){arguments[0]=a.event.fix(f);arguments[0].type=e;return a.event.handle.apply(this,arguments);}};function b(f){f=a.event.fix(f);f.type=e;return a.event.handle.call(this,f);}});}a.extend(a.fn,{validateDelegate:function(e,c,b){return this.bind(c,function(g){var f=a(g.target);if(f.is(e)){return b.apply(f,arguments);}});}});})(jQuery);if(!this.JSON){this.JSON={};}(function(){function f(n){return n<10?"0"+n:n;}if(typeof Date.prototype.toJSON!=="function"){Date.prototype.toJSON=function(key){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null;};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(key){return this.valueOf();};}var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;function quote(string){escapable.lastIndex=0;return escapable.test(string)?'"'+string.replace(escapable,function(a){var c=meta[a];return typeof c==="string"?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4);})+'"':'"'+string+'"';}function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key];if(value&&typeof value==="object"&&typeof value.toJSON==="function"){value=value.toJSON(key);}if(typeof rep==="function"){value=rep.call(holder,key,value);}switch(typeof value){case"string":return quote(value);case"number":return isFinite(value)?String(value):"null";case"boolean":case"null":return String(value);case"object":if(!value){return"null";}gap+=indent;partial=[];if(Object.prototype.toString.apply(value)==="[object Array]"){length=value.length;for(i=0;i<length;i+=1){partial[i]=str(i,value)||"null";}v=partial.length===0?"[]":gap?"[\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"]":"["+partial.join(",")+"]";gap=mind;return v;}if(rep&&typeof rep==="object"){length=rep.length;for(i=0;i<length;i+=1){k=rep[i];if(typeof k==="string"){v=str(k,value);if(v){partial.push(quote(k)+(gap?": ":":")+v);}}}}else{for(k in value){if(Object.hasOwnProperty.call(value,k)){v=str(k,value);if(v){partial.push(quote(k)+(gap?": ":":")+v);}}}}v=partial.length===0?"{}":gap?"{\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"}":"{"+partial.join(",")+"}";gap=mind;return v;}}if(typeof JSON.stringify!=="function"){JSON.stringify=function(value,replacer,space){var i;gap="";indent="";if(typeof space==="number"){for(i=0;i<space;i+=1){indent+=" ";}}else{if(typeof space==="string"){indent=space;}}rep=replacer;if(replacer&&typeof replacer!=="function"&&(typeof replacer!=="object"||typeof replacer.length!=="number")){throw new Error("JSON.stringify");}return str("",{"":value});};}if(typeof JSON.parse!=="function"){JSON.parse=function(text,reviver){var j;function walk(holder,key){var k,v,value=holder[key];if(value&&typeof value==="object"){for(k in value){if(Object.hasOwnProperty.call(value,k)){v=walk(value,k);if(v!==undefined){value[k]=v;}else{delete value[k];}}}}return reviver.call(holder,key,value);}text=String(text);cx.lastIndex=0;if(cx.test(text)){text=text.replace(cx,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4);});}if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){j=eval("("+text+")");return typeof reviver==="function"?walk({"":j},""):j;}throw new SyntaxError("JSON.parse");};}}());jQuery.validator.addMethod("regex",function(e,a,b){if(this.optional(a)){return true;}var c=new RegExp(b).exec(e);return(c&&(c.index==0)&&(c[0].length==e.length));});function __MVC_ApplyValidator_Range(c,a,b){c.range=[a,b];}function __MVC_ApplyValidator_RegularExpression(b,a){b.regex=a;}function __MVC_ApplyValidator_Required(a){a.required=true;}function __MVC_ApplyValidator_StringLength(b,a){b.maxlength=a;}function __MVC_ApplyValidator_Unknown(c,b,a){c[b]=a;}function __MVC_CreateFieldToValidationMessageMapping(c){var b={};for(var e=0;e<c.length;e++){var a=c[e];b[a.FieldName]="#"+a.ValidationMessageId;}return b;}function __MVC_CreateErrorMessagesObject(k){var a={};for(var l=0;l<k.length;l++){var b=k[l];var e={};a[b.FieldName]=e;var f=b.ValidationRules;for(var g=0;g<f.length;g++){var h=f[g];if(h.ErrorMessage){var c=h.ValidationType;switch(h.ValidationType){case"regularExpression":c="regex";break;case"stringLength":c="maxlength";break;}e[c]=h.ErrorMessage;}}}return a;}function __MVC_CreateRulesForField(a){var e=a.ValidationRules;var c={};for(var b=0;b<e.length;b++){var f=e[b];switch(f.ValidationType){case"range":__MVC_ApplyValidator_Range(c,f.ValidationParameters.minimum,f.ValidationParameters.maximum);break;case"regularExpression":__MVC_ApplyValidator_RegularExpression(c,f.ValidationParameters.pattern);break;case"required":if($("#"+a.FieldName.replace(".","_")).get(0).type!=="checkbox"){__MVC_ApplyValidator_Required(c);}break;case"stringLength":__MVC_ApplyValidator_StringLength(c,f.ValidationParameters.maximumLength);break;default:__MVC_ApplyValidator_Unknown(c,f.ValidationType,f.ValidationParameters);break;}}return c;}function __MVC_CreateValidationOptions(b){var a={};for(var c=0;c<b.length;c++){var e=b[c];var f=e.FieldName;a[f]=__MVC_CreateRulesForField(e);}return a;}function __MVC_EnableClientValidation(k){var a=$("#"+k.FormId);var h=k.Fields;var b=__MVC_CreateValidationOptions(h);var e=__MVC_CreateFieldToValidationMessageMapping(h);var m=__MVC_CreateErrorMessagesObject(h);var f={errorClass:"input-validation-error",errorElement:"span",errorPlacement:function(n,o){var p=e[o.attr("name")];$(p).empty();$(p).removeClass("field-validation-valid");$(p).addClass("field-validation-error");n.removeClass("input-validation-error");n.attr("_for_validation_message",p);n.appendTo(p);},messages:m,rules:b,success:function(o){var n=$(o.attr("_for_validation_message"));$(n).empty();$(n).addClass("field-validation-valid");$(n).removeClass("field-validation-error");}};var c=k.ValidationSummaryId;if(c){$("<ul />").appendTo($("#"+c+":not(:has(ul:first))"));f={errorContainer:"#"+c,errorLabelContainer:"#"+c+" ul:first",wrapper:"li",showErrors:function(n,t){var u=$(this.settings.errorContainer);var q=$("ul:first",u);for(var v=0;this.errorList[v];v++){var p=this.errorList[v].element;var r=$(e[p.name]);var o=r.html();if(!o||o.length==0){r.html("*");}r.removeClass("field-validation-valid").addClass("field-validation-error");$("#"+p.id).addClass("input-validation-error");}for(var v=0;this.successList[v];v++){var p=this.successList[v];var r=e[p.name];$(r).addClass("field-validation-valid").removeClass("field-validation-error");$("#"+p.id).removeClass("input-validation-error");}if(this.numberOfInvalids()>0){u.removeClass("validation-summary-valid").addClass("validation-summary-errors");}this.defaultShowErrors();var s=q.children("li:not(:has(label))").length+this.numberOfInvalids();if(s>0){$(this.settings.errorContainer).css("display","block").addClass("validation-summary-errors").removeClass("validation-summary-valid");$(this.settings.errorLabelContainer).css("display","block");}},messages:m,rules:b};}var g=document.getElementById(k.FormId);var l=g.validationCallbacks;if(!l){l=[];g.validationCallbacks=l;}l.push(function(){a.validate();return a.valid();});a.validate(f);}$(document).ready(function(){var a=window.mvcClientValidationMetadata;if(a){while(a.length>0){var b=a.pop();__MVC_EnableClientValidation(b);}}});var Twitter=Twitter?Twitter:function(){var a={};var b={LoadBoho:function(){$.getJSON("http://api.twitter.com/1/DigitalCityBiz/lists/digitalcity/statuses.json?callback=?",function(c){$("#twitterAvatar").attr("src",c[0].user.profile_image_url).attr("alt","@"+c[0].user.screen_name);$("#twitterUser").attr("href","http://twitter.com/"+c[0].user.screen_name).attr("alt","@"+c[0].user.screen_name).html("@"+c[0].user.screen_name);$("#tweet").html(c[0].text);});}};return b;}();var UpcomingEvents=UpcomingEvents?UpcomingEvents:function(){var a;var e;var c={loadMonth:function(){var f="/Api/UpcomingEvents?month="+(a.getMonth()+1)+"&year="+a.getFullYear();$.ajax({url:f,success:function(g){$("#upcomingEvents").calendarWidget({month:a.getMonth(),year:a.getFullYear(),events:g,previous:c.previousMonth,next:c.nextMonth});if(e!==undefined){$(".has-event").click(function(){window.location.replace(e+"#"+a.getMonth()+":"+a.getFullYear());});}}});},previousMonth:function(){a.setMonth(a.getMonth()-1);c.loadMonth();return false;},nextMonth:function(){a.setMonth(a.getMonth()+1);c.loadMonth();return false;},setupFiltering:function(){var f=".sort";var k=".all";var g=new Array();g[0]=".networking";g[1]=".conference";g[2]=".discussion";g[3]=".workshop";g[4]=".user-group";g[5]=".dcb";for(var h=0;h<g.length;h++){c.setupFilter(f,g[h]);}$(f+" "+k).click(function(){$("#upcomingEvents .fc-event").show("slow");return false;});},setupFilter:function(f,g){$(f+" "+g).click(function(){$("#upcomingEvents "+g).show("slow");$("#upcomingEvents .fc-event").not(g).hide("slow");return false;});},loadMiniCalendar:function(f){$.ajax({url:"/Api/UpcomingEvents.html",success:function(g){$("#miniCalendar").html($(g).html());c.loadMonth();}});$.ajax({url:"/Api/LatestNews.html?services="+f,success:function(g){$("#latestNewsWidget").html($(g).html());}});},loadFullCalendar:function(g){var f;var l;if(g===undefined){var h=new Date();f=h.getFullYear();l=h.getMonth();}else{var k=g.split(":");f=k[1];l=k[0];}$("#filter").show();jQuery.timeago.settings.allowFuture=true;jQuery("abbr.dtstart").timeago();c.setupFiltering();$("#upcomingEvents").fullCalendar({events:"/Api/UpcomingEvents/FullCalendar",header:{left:"today prev next",center:"title",right:"month basicWeek basicDay"},timeFormat:"htt",firstDay:1,year:f,month:l});}};var b={Initialise:function(){$.history.init(function(f){if(f==""){c.loadFullCalendar();}else{c.loadFullCalendar(f);}},{unescape:",/"});},InitialiseMini:function(f){e=f;a=new Date();c.loadMonth();},InitialiseMiniReleated:function(){a=new Date();c.loadMiniCalendar($("#hand-picked-services").val());}};return b;}();var Gowalla=Gowalla?Gowalla:function(){var a={};var b={Load:function(){$.getJSON("/Api/Gowalla",function(e){var c=e.last_checkins[0].user;$("#fourSquareMayor").html("<strong>"+c.first_name+" "+c.last_name+"</strong> checked-in last at Boho One");$("#fourSquareCheckins").html("checkins: "+e.checkins_count);});}};return b;}();var Contact=Contact?Contact:function(){var a={sendContact:function(){var c=$("contactForm input");$.post("/Contact",c,a.sendSuccess);return false;},sendSuccess:function(c){$("#message").fadeIn("slow").delay(5000).fadeOut("slow");}};var b={Load:function(){$("#map").show();$("#contactForm").validate({submitHandler:function(c){$(c).ajaxSubmit({success:a.sendSuccess});return false;}});},MailingListSuccess:function(){a.sendSuccess();}};return b;}();
