/**
 * jQuery.ScrollTo - Easy element scrolling using jQuery.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 3/9/2009
 * @author Ariel Flesler
 * @version 1.4.1
 *
 * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
 */
;(function($){var m=$.scrollTo=function(b,h,f){$(window).scrollTo(b,h,f)};m.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1};m.window=function(b){return $(window).scrollable()};$.fn.scrollable=function(){return this.map(function(){var b=this,h=!b.nodeName||$.inArray(b.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!h)return b;var f=(b.contentWindow||b).document||b.ownerDocument||b;return $.browser.safari||f.compatMode=='BackCompat'?f.body:f.documentElement})};$.fn.scrollTo=function(l,j,a){if(typeof j=='object'){a=j;j=0}if(typeof a=='function')a={onAfter:a};if(l=='max')l=9e9;a=$.extend({},m.defaults,a);j=j||a.speed||a.duration;a.queue=a.queue&&a.axis.length>1;if(a.queue)j/=2;a.offset=n(a.offset);a.over=n(a.over);return this.scrollable().each(function(){var k=this,o=$(k),d=l,p,g={},q=o.is('html,body');switch(typeof d){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px)?$/.test(d)){d=n(d);break}d=$(d,this);case'object':if(d.is||d.style)p=(d=$(d)).offset()}$.each(a.axis.split(''),function(b,h){var f=h=='x'?'Left':'Top',i=f.toLowerCase(),c='scroll'+f,r=k[c],s=h=='x'?'Width':'Height';if(p){g[c]=p[i]+(q?0:r-o.offset()[i]);if(a.margin){g[c]-=parseInt(d.css('margin'+f))||0;g[c]-=parseInt(d.css('border'+f+'Width'))||0}g[c]+=a.offset[i]||0;if(a.over[i])g[c]+=d[s.toLowerCase()]()*a.over[i]}else g[c]=d[i];if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],u(s));if(!b&&a.queue){if(r!=g[c])t(a.onAfterFirst);delete g[c]}});t(a.onAfter);function t(b){o.animate(g,j,a.easing,b&&function(){b.call(this,l,a)})};function u(b){var h='scroll'+b;if(!q)return k[h];var f='client'+b,i=k.ownerDocument.documentElement,c=k.ownerDocument.body;return Math.max(i[h],c[h])-Math.min(i[f],c[f])}}).end()};function n(b){return typeof b=='object'?b:{top:b,left:b}}})(jQuery);

/**
 * jQuery.LocalScroll - Animated scrolling navigation, using anchors.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 3/11/2009
 * @author Ariel Flesler
 * @version 1.2.7
 **/
;(function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},g.defaults,b);return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,b)}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,b)}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,b){var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,b).trigger('notify.serialScroll',[f])}})(jQuery);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var K=function(){return K.replace.apply(null,arguments)};var U=K.DOM={ready:(function(){var Z=false,b={loaded:1,complete:1};var Y=[],a=function(){if(Z){return}Z=true;for(var c;c=Y.shift();c()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}if(!window.opera&&document.readyState){(function(){b[document.readyState]?a():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");a()}catch(c){setTimeout(arguments.callee,1)}})()}O(window,"load",a);return function(c){if(!arguments.length){a()}else{Z?c():Y.push(c)}}})()};var L=K.CSS={Size:function(Z,Y){this.value=parseFloat(Z);this.unit=String(Z).match(/[a-z%]*$/)[0]||"px";this.convert=function(a){return a/Y*this.value};this.convertFrom=function(a){return a/this.value*Y};this.toString=function(){return this.value+this.unit}},getStyle:function(Z){var Y=document.defaultView;if(Y&&Y.getComputedStyle){return new A(Y.getComputedStyle(Z,null))}if(Z.currentStyle){return new A(Z.currentStyle)}return new A(Z.style)},ready:(function(){var a=false;var Z=[],b=function(){a=true;for(var d;d=Z.shift();d()){}};var Y=Object.prototype.propertyIsEnumerable?F("style"):{length:0};var c=F("link");U.ready(function(){var g=0,f;for(var e=0,d=c.length;f=c[e],e<d;++e){if(!f.disabled&&f.rel.toLowerCase()=="stylesheet"){++g}}if(document.styleSheets.length>=Y.length+g){b()}else{setTimeout(arguments.callee,10)}});return function(d){if(a){d()}else{Z.push(d)}}})(),supports:function(a,Z){var Y=document.createElement("span").style;if(Y[a]===undefined){return false}Y[a]=Z;return Y[a]===Z},textAlign:function(b,a,Y,Z){if(a.get("textAlign")=="right"){if(Y>0){b=" "+b}}else{if(Y<Z-1){b+=" "}}return b},textDecoration:function(d,c){if(!c){c=this.getStyle(d)}var Z={underline:null,overline:null,"line-through":null};for(var Y=d;Y.parentNode&&Y.parentNode.nodeType==1;){var b=true;for(var a in Z){if(Z[a]){continue}if(c.get("textDecoration").indexOf(a)!=-1){Z[a]=c.get("color")}b=false}if(b){break}c=this.getStyle(Y=Y.parentNode)}return Z},textShadow:I(function(c){if(c=="none"){return null}var b=[],d={},Y,Z=0;var a=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Y=a.exec(c)){if(Y[0]==","){b.push(d);d={},Z=0}else{if(Y[1]){d.color=Y[1]}else{d[["offX","offY","blur"][Z++]]=Y[2]}}}b.push(d);return b}),color:I(function(Z){var Y={};Y.color=Z.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(b,a,c){Y.opacity=parseFloat(c);return"rgb("+a+")"});return Y}),textTransform:function(Z,Y){return Z[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Y.get("textTransform")]||"toString"]()}};function Q(Z){var Y=this.face=Z.face;this.glyphs=Z.glyphs;this.w=Z.w;this.baseSize=parseInt(Y["units-per-em"],10);this.family=Y["font-family"].toLowerCase();this.weight=Y["font-weight"];this.style=Y["font-style"]||"normal";this.viewBox=(function(){var b=Y.bbox.split(/\s+/);var a={minX:parseInt(b[0],10),minY:parseInt(b[1],10),maxX:parseInt(b[2],10),maxY:parseInt(b[3],10)};a.width=a.maxX-a.minX,a.height=a.maxY-a.minY;a.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return a})();this.ascent=-parseInt(Y.ascent,10);this.descent=-parseInt(Y.descent,10);this.height=-this.ascent+this.descent}function E(){var Z={},Y={oblique:"italic",italic:"oblique"};this.add=function(a){(Z[a.style]||(Z[a.style]={}))[a.weight]=a};this.get=function(e,f){var d=Z[e]||Z[Y[e]]||Z.normal||Z.italic||Z.oblique;if(!d){return null}f={normal:400,bold:700}[f]||parseInt(f,10);if(d[f]){return d[f]}var b={1:1,99:0}[f%100],h=[],c,a;if(b===undefined){b=f>400}if(f==500){f=400}for(var g in d){g=parseInt(g,10);if(!c||g<c){c=g}if(!a||g>a){a=g}h.push(g)}if(f<c){f=c}if(f>a){f=a}h.sort(function(j,i){return(b?(j>f&&i>f)?j<i:j>i:(j<f&&i<f)?j>i:j<i)?-1:1});return d[h[0]]}}function P(){function a(c,d){if(c.contains){return c.contains(d)}return c.compareDocumentPosition(d)&16}function Y(d){var c=d.relatedTarget;if(!c||a(this,c)){return}Z(this)}function b(c){Z(this)}function Z(c){setTimeout(function(){K.replace(c,D.get(c).options,true)},10)}this.attach=function(c){if(c.onmouseenter===undefined){O(c,"mouseover",Y);O(c,"mouseout",Y)}else{O(c,"mouseenter",b);O(c,"mouseleave",b)}}}function X(){var a={},Y=0;function Z(b){return b.cufid||(b.cufid=++Y)}this.get=function(b){var c=Z(b);return a[c]||(a[c]={})}}function A(Y){var a={},Z={};this.get=function(b){return a[b]!=undefined?a[b]:Y[b]};this.getSize=function(c,b){return Z[c]||(Z[c]=new L.Size(this.get(c),b))};this.extend=function(b){for(var c in b){a[c]=b[c]}return this}}function O(Z,Y,a){if(Z.addEventListener){Z.addEventListener(Y,a,false)}else{if(Z.attachEvent){Z.attachEvent("on"+Y,function(){return a.call(Z,window.event)})}}}function R(Z,Y){var a=D.get(Z);if(a.options){return Z}if(Y.hover&&Y.hoverables[Z.nodeName.toLowerCase()]){B.attach(Z)}a.options=Y;return Z}function I(Y){var Z={};return function(a){if(!Z.hasOwnProperty(a)){Z[a]=Y.apply(null,arguments)}return Z[a]}}function C(d,c){if(!c){c=L.getStyle(d)}var Z=c.get("fontFamily").split(/\s*,\s*/),b;for(var a=0,Y=Z.length;a<Y;++a){b=Z[a].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(H[b]){return H[b].get(c.get("fontStyle"),c.get("fontWeight"))}}return null}function F(Y){return document.getElementsByTagName(Y)}function G(){var Y={},b;for(var a=0,Z=arguments.length;a<Z;++a){for(b in arguments[a]){Y[b]=arguments[a][b]}}return Y}function M(b,k,Z,m,c,a){var j=m.separate;if(j=="none"){return W[m.engine].apply(null,arguments)}var h=document.createDocumentFragment(),e;var f=k.split(N[j]),Y=(j=="words");if(Y&&S){if(/^\s/.test(k)){f.unshift("")}if(/\s$/.test(k)){f.push("")}}for(var g=0,d=f.length;g<d;++g){e=W[m.engine](b,Y?L.textAlign(f[g],Z,g,d):f[g],Z,m,c,a,g<d-1);if(e){h.appendChild(e)}}return h}function J(Z,g){var a,Y,d,f;for(var b=R(Z,g).firstChild;b;b=d){d=b.nextSibling;f=false;if(b.nodeType==1){if(!b.firstChild){continue}if(!/cufon/.test(b.className)){arguments.callee(b,g);continue}else{f=true}}if(!Y){Y=L.getStyle(Z).extend(g)}if(!a){a=C(Z,Y)}if(!a){continue}if(f){W[g.engine](a,null,Y,g,b,Z);continue}var e=b.data;if(e===""){continue}var c=M(a,e,Y,g,b,Z);if(c){b.parentNode.replaceChild(c,b)}else{b.parentNode.removeChild(b)}}}var S=" ".split(/\s+/).length==0;var D=new X();var B=new P();var V=[];var W={},H={},T={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||window.jQuery||(window.dojo&&dojo.query)||(window.$$&&function(Y){return $$(Y)})||(window.$&&function(Y){return $(Y)})||(document.querySelectorAll&&function(Y){return document.querySelectorAll(Y)})||F),separate:"words",textShadow:"none"};var N={words:/\s+/,characters:""};K.now=function(){U.ready();return K};K.refresh=function(){var a=V.splice(0,V.length);for(var Z=0,Y=a.length;Z<Y;++Z){K.replace.apply(null,a[Z])}return K};K.registerEngine=function(Z,Y){if(!Y){return K}W[Z]=Y;return K.set("engine",Z)};K.registerFont=function(a){var Y=new Q(a),Z=Y.family;if(!H[Z]){H[Z]=new E()}H[Z].add(Y);return K.set("fontFamily",Z)};K.replace=function(a,Z,Y){Z=G(T,Z);if(!Z.engine){return K}if(typeof Z.textShadow=="string"){Z.textShadow=L.textShadow(Z.textShadow)}if(!Y){V.push(arguments)}if(a.nodeType||typeof a=="string"){a=[a]}L.ready(function(){for(var c=0,b=a.length;c<b;++c){var d=a[c];if(typeof d=="string"){K.replace(Z.selector(d),Z,true)}else{J(d,Z)}}});return K};K.set=function(Y,Z){T[Y]=Z;return K};return K})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode("@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{position:absolute;left:-10000in;font-size:1px}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">@media screen{cvml\\:shape,cvml\\:group,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}function B(C,D){return A(C,/(?:em|ex|%)$/i.test(D)?"1em":D)}function A(F,G){if(/px$/i.test(G)){return parseFloat(G)}var E=F.style.left,D=F.runtimeStyle.left;F.runtimeStyle.left=F.currentStyle.left;F.style.left=G;var C=F.style.pixelLeft;F.style.left=E;F.runtimeStyle.left=D;return C}return function(r,U,m,R,Y,s,h){var F=(U===null);if(F){U=Y.alt}var W=r.viewBox;var G=m.computedFontSize||(m.computedFontSize=new Cufon.CSS.Size(B(s,m.get("fontSize"))+"px",r.baseSize));var g=m.computedLSpacing;if(g==undefined){g=m.get("letterSpacing");m.computedLSpacing=g=(g=="normal")?0:G.convertFrom(A(s,g))}var O,H;if(F){O=Y;H=Y.firstChild}else{O=document.createElement("span");O.className="cufon cufon-vml";O.alt=U;H=document.createElement("span");H.className="cufon-vml-canvas";O.appendChild(H);if(R.printable){var p=document.createElement("span");p.className="cufon-alt";p.appendChild(document.createTextNode(U));O.appendChild(p)}if(!h){O.appendChild(document.createElement("cvml:group"))}}var x=O.style;var b=H.style;var D=G.convert(W.height),u=Math.ceil(D);var f=u/D;var e=W.minX,d=W.minY;b.height=u;b.top=Math.round(G.convert(d-r.ascent));b.left=Math.round(G.convert(e));x.height=G.convert(r.height)+"px";var K=R.enableTextDecoration?Cufon.CSS.textDecoration(s,m):{};var T=m.get("color");var v=Cufon.CSS.textTransform(U,m).split("");var C=0,c=0,L=null;var S,M,V=R.textShadow;for(var q=0,o=0,n=v.length;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(S){C+=L=~~(S.w||r.w)+g}}if(L===null){return null}var N=-e+C+(W.width-L);var w=G.convert(N*f),j=Math.round(w);var a=N+","+W.height,E;var X="r"+a+"nsnf";for(q=0;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(!S){continue}if(F){M=H.childNodes[o];if(M.firstChild){M.removeChild(M.firstChild)}}else{M=document.createElement("cvml:shape");H.appendChild(M)}M.stroked="f";M.coordsize=a;M.coordorigin=E=(e-c)+","+d;M.path=(S.d?"m"+S.d+"xe":"")+"m"+E+X;M.fillcolor=T;var t=M.style;t.width=j;t.height=u;if(V){var J=V[0],I=V[1];var Q=Cufon.CSS.color(J.color),P;var Z=document.createElement("cvml:shadow");Z.on="t";Z.color=Q.color;Z.offset=J.offX+","+J.offY;if(I){P=Cufon.CSS.color(I.color);Z.type="double";Z.color2=P.color;Z.offset2=I.offX+","+I.offY}Z.opacity=Q.opacity||(P&&P.opacity)||1;M.appendChild(Z)}c+=~~(S.w||r.w)+g;++o}x.width=Math.max(Math.ceil(G.convert(C*f)),0);return O}})());

Cufon.registerFont({"w":198,"face":{"font-family":"Anivers","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"272","descent":"-88","x-height":"4","bbox":"-45 -275.128 308 83.1687","underline-thickness":"19.44","underline-position":"-20.16","stemh":"26","stemv":"29","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":89},"!":{"d":"63,-69v-4,4,-19,3,-23,0r-7,-186v9,-5,27,-6,37,-5xm36,0v-3,-7,-4,-28,0,-36v11,1,24,-2,33,1v-1,11,1,25,-1,35r-32,0","w":103},"\"":{"d":"102,-180v-6,2,-18,2,-24,0v0,-20,-7,-46,-2,-63v10,1,24,-2,30,2xm47,-180v-6,2,-18,2,-24,0v0,-20,-7,-46,-2,-63v9,1,23,-3,29,2","w":124},"#":{"d":"45,0v-4,-18,8,-44,10,-64v-12,-1,-30,3,-39,-2v1,-7,-2,-19,2,-23r41,0r12,-64v-12,-1,-29,3,-37,-2v1,-7,-2,-19,2,-23r40,0v5,-21,5,-47,14,-64v8,0,20,-5,25,-1r-12,65r54,0v5,-21,5,-47,14,-64v8,0,20,-5,25,-1r-12,65v14,1,34,-3,45,2v-3,8,-4,17,-9,23r-41,0r-12,64v14,1,34,-3,44,2v-3,7,-3,19,-9,23r-40,0v-5,21,-5,46,-13,64v-8,-1,-20,2,-25,-2r12,-62r-55,0v-5,21,-5,46,-13,64r-23,0xm86,-89r54,0r12,-64r-54,0","w":241},"$":{"d":"79,3v-19,-2,-47,-7,-61,-22v6,-6,7,-15,15,-19v0,0,17,14,46,15r0,-64v-28,-9,-56,-21,-56,-55v0,-29,26,-47,56,-52v1,-8,-2,-21,2,-26v6,0,14,-3,19,-1r0,27v29,2,50,9,52,15v-5,7,-7,16,-13,21v-9,-6,-24,-10,-39,-10r0,59v27,9,57,21,57,58v0,34,-29,48,-57,52v-1,9,2,22,-2,27v-6,-1,-16,2,-19,-2r0,-23xm79,-117r0,-50v-17,2,-27,10,-27,24v0,14,12,21,27,26xm100,-24v16,-3,29,-9,29,-27v0,-15,-13,-23,-29,-29r0,56","w":176},"%":{"d":"64,-131v-40,2,-47,-34,-43,-76v0,-25,18,-39,43,-39v40,-2,46,34,42,76v0,25,-17,39,-42,39xm22,0r181,-244v8,-1,19,4,26,7r-179,237r-28,0xm64,-152v24,2,21,-27,21,-51v0,-14,-8,-21,-21,-21v-26,-2,-22,26,-22,50v0,15,8,22,22,22xm191,4v-40,2,-47,-33,-43,-75v0,-26,18,-39,43,-39v40,-2,47,33,43,75v0,25,-18,39,-43,39xm169,-68v0,24,-4,51,22,51v25,0,21,-27,21,-51v0,-14,-8,-21,-21,-21v-14,0,-22,7,-22,21","w":253},"&":{"d":"165,-6v-3,5,-24,8,-62,10v-41,0,-82,-21,-82,-76v0,-27,12,-51,37,-56v-19,-8,-31,-28,-31,-52v-2,-54,52,-70,103,-61v-2,8,-1,19,-6,24v-35,-1,-68,2,-69,37v-4,38,40,40,82,38v2,-13,0,-30,5,-39v7,0,18,-5,23,-1r0,40v12,1,29,-3,38,2v-4,8,-3,19,-10,24r-28,0r0,110xm49,-72v-1,48,52,56,87,46r0,-90v-46,-4,-89,8,-87,44","w":215},"'":{"d":"47,-180v-6,2,-18,2,-24,0v0,-20,-7,-46,-2,-63v9,1,23,-3,29,2","w":69},"(":{"d":"72,47v0,0,-49,-34,-49,-147v3,-115,44,-148,52,-147v4,6,11,10,14,18v0,0,-37,36,-37,129v0,97,38,123,37,131v-6,5,-9,13,-17,16","w":101},")":{"d":"13,31v-1,-9,37,-33,37,-131v0,-96,-38,-126,-37,-131v6,-5,8,-14,17,-16v0,0,48,34,48,147v-3,114,-44,150,-51,146","w":101},"*":{"d":"170,-136v-18,-3,-36,-24,-55,-27v16,-28,49,-7,63,6xm95,-186v-28,8,-36,-30,-28,-56v8,0,19,-6,24,-2v1,18,-3,48,4,58xm112,-179v-20,-25,14,-49,35,-52v4,7,12,10,14,19v-15,10,-40,19,-49,33xm81,-174v-10,32,-51,11,-63,-4v4,-7,4,-17,10,-22v17,8,31,24,53,26xm84,-156v19,26,-13,46,-35,53v-4,-7,-12,-10,-14,-20v15,-10,41,-19,49,-33xm107,-89v-7,-13,4,-48,-6,-60v30,-5,35,30,28,56","w":195},"+":{"d":"84,-20v-6,-15,0,-41,-2,-60v-15,-1,-36,3,-48,-2v1,-8,-2,-20,2,-24r46,0v1,-17,-3,-40,2,-54v9,0,19,-4,27,-2r0,56v17,1,40,-3,54,2v-3,8,-3,18,-8,24r-46,0v-1,19,3,45,-2,60r-25,0"},",":{"d":"13,42v2,-24,8,-57,16,-79v13,1,28,-2,39,1r-38,81v-5,2,-11,-2,-17,-3","w":88},"-":{"d":"119,-81v-24,4,-66,3,-89,0v1,-9,-2,-22,2,-27v30,2,68,-4,94,2","w":153},".":{"d":"26,0v-3,-7,-4,-29,0,-37v11,1,25,-1,35,1v-1,12,3,28,-2,36r-33,0","w":84},"\/":{"d":"14,27v18,-87,48,-178,69,-266v5,-6,21,-6,29,-5r-74,271r-24,0","w":124},"0":{"d":"24,-66r0,-57v0,-50,39,-70,79,-70v39,0,78,20,78,70r0,57v0,51,-39,70,-78,70v-40,0,-79,-19,-79,-70xm53,-117v-4,51,4,100,50,95v45,4,54,-45,49,-95v0,-34,-21,-50,-49,-50v-28,0,-50,16,-50,50","w":205},"1":{"d":"17,0v-4,-4,-3,-21,0,-26r50,0r0,-137v-12,-1,-28,3,-36,-2v-1,-8,-9,-18,-5,-24v22,2,51,-3,70,2r0,161v17,1,40,-3,54,2v-3,8,-4,18,-9,24r-124,0","w":157},"2":{"d":"30,0v-4,-4,-4,-12,-6,-18v32,-17,105,-63,105,-112v0,-22,-16,-36,-41,-36v-37,0,-47,30,-54,28v-6,-6,-17,-6,-19,-15v0,0,22,-40,76,-40v38,0,68,21,68,62v-9,71,-63,94,-84,105v30,2,67,-4,93,2v-3,8,-2,20,-9,24r-129,0","w":185},"3":{"d":"9,15v4,-8,12,-12,21,-15v0,0,19,31,56,31v28,0,51,-17,51,-50v0,-34,-36,-44,-77,-44v5,-9,-1,-24,17,-24v40,0,54,-17,54,-40v0,-29,-22,-40,-47,-40v-37,0,-48,27,-53,26v-6,-5,-14,-8,-19,-15v0,0,22,-37,72,-37v73,-9,104,90,43,119v28,11,42,30,39,64v0,42,-39,67,-79,67v-57,0,-78,-42,-78,-42","w":187},"4":{"d":"16,-11v-4,-4,-4,-13,-7,-19r114,-157v7,0,16,-4,22,-2r0,152v15,1,36,-3,47,2v-3,8,-4,18,-9,24r-38,0v-1,21,2,46,-1,66v-9,0,-20,4,-27,2r0,-68r-101,0xm46,-37r71,0r0,-99v-21,35,-47,66,-71,99","w":193},"5":{"d":"0,17v3,-9,13,-12,21,-16v0,0,19,31,57,31v28,-1,55,-19,51,-55v6,-48,-72,-50,-94,-35r-12,-15r0,-114v34,-4,88,-4,123,0v-3,8,-3,18,-8,24r-86,0r0,72v53,-11,106,13,106,82v0,42,-40,67,-79,67v-57,0,-79,-41,-79,-41","w":175},"6":{"d":"28,-66r0,-110v0,-41,37,-71,80,-71v51,3,73,36,72,43v-8,4,-12,11,-22,13v0,-1,-18,-30,-50,-30v-33,-3,-58,29,-51,77r-2,17v1,-3,12,-27,53,-27v43,-1,83,27,76,88v0,51,-38,70,-78,70v-39,0,-78,-19,-78,-70xm57,-116v-5,50,5,99,49,94v30,0,49,-17,49,-55v0,-58,-71,-58,-98,-39","w":203},"7":{"d":"30,51v24,-71,61,-143,89,-214r-106,-1v-2,-8,-8,-17,-6,-25v47,2,101,-4,144,2r3,14r-97,229v-9,2,-18,-4,-27,-5","w":163},"8":{"d":"22,-66v0,-24,14,-50,38,-58v-18,-7,-33,-29,-33,-53v0,-46,29,-70,73,-70v72,0,97,97,40,123v23,8,37,34,37,58v0,50,-37,70,-77,70v-40,0,-78,-20,-78,-70xm100,-136v27,0,43,-16,43,-41v0,-27,-16,-44,-43,-44v-28,0,-44,17,-44,44v0,25,16,41,44,41xm51,-66v0,29,21,44,49,44v27,0,48,-16,48,-44v0,-27,-21,-45,-48,-45v-28,0,-49,18,-49,45","w":199},"9":{"d":"23,17v5,-8,13,-13,22,-16v0,0,18,30,50,30v33,3,58,-29,51,-76r2,-17v0,0,-11,28,-53,28v-43,1,-83,-27,-76,-89v0,-50,38,-70,78,-70v39,0,78,20,78,70r0,109v0,42,-37,71,-80,71v-50,0,-72,-40,-72,-40xm48,-117v0,63,69,64,98,45v5,-50,-4,-99,-49,-95v-28,0,-49,16,-49,50","w":203},":":{"d":"61,-142v-8,4,-29,3,-37,0v1,-12,-3,-28,2,-36v11,1,27,-3,35,2r0,34xm26,0v-3,-7,-4,-29,0,-37v11,1,25,-1,35,1v-1,12,3,28,-2,36r-33,0","w":84},";":{"d":"63,-142v-8,4,-29,3,-37,0v1,-12,-3,-28,2,-36v11,1,27,-3,35,2r0,34xm13,42v2,-24,8,-57,16,-79v13,1,28,-2,39,1r-38,81v-5,2,-11,-2,-17,-3","w":88},"<":{"d":"21,-73v-1,-10,3,-25,7,-33r141,-73v4,5,3,23,0,29r-119,62v39,22,84,38,121,62v-1,9,2,22,-2,27"},"=":{"d":"158,-113v-38,3,-84,-1,-124,0v1,-8,-2,-20,2,-25v42,2,91,-4,129,2xm150,-50v-32,5,-84,3,-116,0v1,-8,-2,-20,2,-25v39,2,86,-4,121,2"},">":{"d":"29,1v-4,-5,-3,-23,0,-29r119,-62v-39,-22,-84,-38,-121,-62v1,-9,-2,-22,2,-27r148,74v1,10,-3,24,-7,33"},"?":{"d":"70,-67v-4,-14,-4,-44,0,-58v41,-1,62,-22,55,-70v0,-26,-16,-40,-41,-40v-29,-2,-40,18,-45,41v-8,-3,-22,-1,-26,-8v0,-40,31,-62,71,-62v54,-1,80,38,71,100v0,37,-26,60,-61,64v-1,11,2,26,-3,33r-21,0xm64,0v-2,-9,-2,-27,0,-36v11,1,25,-1,34,1v-1,11,3,27,-2,35r-32,0","w":177},"@":{"d":"153,73v-88,6,-136,-50,-130,-149v0,-102,45,-171,145,-171v98,-1,141,50,135,153v1,68,-32,108,-100,109r-15,-39v0,0,-10,28,-52,28v-33,0,-48,-27,-48,-54v0,-93,37,-132,79,-132v32,2,62,12,64,16r-16,129r8,27v39,-11,54,-47,51,-104v0,-78,-37,-107,-106,-107v-83,0,-119,65,-116,161v-2,81,40,105,105,110xm117,-57v0,19,7,35,30,35v15,0,40,-11,40,-11r13,-115v-43,-18,-81,-7,-83,91","w":324},"A":{"d":"5,0v23,-79,56,-164,85,-241v11,-1,23,-5,33,-3r84,244v-10,-1,-24,2,-31,-2r-20,-58r-100,0r-21,60r-30,0xm65,-87r82,0r-41,-126v-10,45,-28,83,-41,126","w":212},"B":{"d":"35,0v-5,-74,-4,-169,0,-243v69,1,143,-13,145,62v0,23,-12,42,-34,50v25,9,40,31,40,59v-2,78,-75,75,-151,72xm64,-144v40,-1,84,8,85,-36v-1,-44,-45,-34,-85,-35r0,71xm64,-28v46,1,90,4,92,-44v-2,-47,-46,-45,-92,-44r0,88","w":209},"C":{"d":"57,-87v-5,78,104,78,126,28v8,4,19,5,25,11v-12,35,-44,52,-88,52v-57,0,-94,-30,-94,-88r0,-73v-10,-103,148,-119,178,-40v-7,6,-17,9,-28,12v-22,-51,-126,-42,-119,30r0,68","w":225},"D":{"d":"35,0v-5,-74,-4,-169,0,-243r81,0v56,0,95,31,95,89r0,66v2,89,-85,93,-176,88xm64,-29v62,3,117,1,116,-62r0,-60v0,-63,-53,-67,-116,-63r0,185","w":236},"E":{"d":"35,0v-5,-74,-4,-169,0,-243v41,2,90,-4,127,2v-1,9,2,22,-2,27r-96,0r0,72v27,2,62,-4,85,2v-3,9,-2,22,-9,27r-76,0r0,84v31,2,71,-4,98,2v-2,9,-1,21,-6,27r-121,0","w":184},"F":{"d":"35,0v-5,-74,-4,-169,0,-243v40,2,87,-4,123,2v-1,9,1,20,-1,27r-93,0r0,75v29,2,64,-4,89,2v-3,9,-4,20,-9,27r-80,0v-2,35,4,78,-2,110r-27,0","w":173},"G":{"d":"26,-84r0,-73v-10,-103,148,-119,178,-40v-7,6,-17,9,-28,12v-22,-51,-126,-42,-119,30r0,68v0,43,26,63,63,63v40,0,67,-23,64,-71v-14,-1,-33,3,-44,-2v0,-9,-4,-19,-2,-27v24,2,55,-3,76,2v8,79,-21,127,-94,126v-57,0,-94,-30,-94,-88","w":235},"H":{"d":"35,0v-5,-73,-4,-168,0,-242v9,0,21,-4,29,-2r0,102r128,0v2,-32,-3,-71,2,-100v9,0,20,-4,28,-2r-2,244v-9,-1,-23,3,-28,-2r0,-111r-128,0v-2,36,4,80,-2,113r-27,0","w":255},"I":{"d":"35,0v-5,-73,-4,-168,0,-242v9,0,21,-4,29,-2r-2,244r-27,0","w":97},"J":{"d":"103,-61v5,59,-65,83,-102,50v5,-7,6,-19,14,-23v24,18,56,15,58,-30r2,-178v9,0,20,-4,28,-2r0,183","w":135},"K":{"d":"35,0v-5,-73,-4,-168,0,-242v9,0,21,-4,29,-2r0,102v7,0,15,1,20,-1r77,-98v13,0,30,-6,40,-2r-97,114v26,26,45,58,68,87v2,6,18,16,34,16v-4,9,3,29,-13,27v-27,0,-44,-24,-48,-29r-63,-86v-4,-2,-12,-1,-18,-1v-2,37,4,82,-2,115r-27,0","w":213},"L":{"d":"35,0v-5,-73,-4,-168,0,-242v9,0,21,-4,29,-2r0,215v34,2,75,-4,105,2v-3,9,-4,20,-9,27r-125,0","w":170},"M":{"d":"35,0v-5,-73,-4,-168,0,-242v9,0,21,-4,29,-2r81,148r81,-146v10,0,23,-4,31,-2r-1,244v-9,-1,-23,3,-28,-2r0,-190v-20,44,-45,82,-67,124v-6,3,-24,4,-31,0v-22,-42,-48,-79,-66,-124r-2,192r-27,0","w":291},"N":{"d":"35,0v-5,-73,-4,-168,0,-242v9,0,21,-4,29,-2r117,176r9,17r2,-191v9,0,21,-4,29,-2r-2,244v-9,-1,-23,2,-29,-2r-117,-177r-9,-17r-2,196r-27,0","w":254},"O":{"d":"26,-84r0,-73v0,-59,38,-90,94,-90v57,0,95,31,95,90r0,73v0,58,-38,88,-95,88v-56,0,-94,-30,-94,-88xm57,-87v0,43,27,63,63,63v37,0,64,-20,64,-63r0,-68v0,-42,-27,-63,-64,-63v-36,0,-63,21,-63,63r0,68","w":240},"P":{"d":"33,-241v71,-9,159,-5,153,70v0,42,-25,78,-81,78v-19,0,-37,-5,-43,-20v3,33,5,81,0,113v-9,-1,-23,3,-29,-2r0,-239xm64,-126v38,14,93,4,90,-44v-2,-51,-44,-45,-90,-45r0,89","w":199},"Q":{"d":"26,-84r0,-73v0,-59,38,-90,94,-90v57,0,95,31,95,90r0,73v0,57,-36,87,-90,88v-8,12,0,41,18,37v10,1,24,-2,31,2v-1,9,3,24,-2,30v-57,12,-100,-37,-57,-69v-53,-1,-89,-32,-89,-88xm57,-87v0,43,27,63,63,63v37,0,64,-20,64,-63r0,-68v0,-42,-27,-63,-64,-63v-36,0,-63,21,-63,63r0,68","w":240},"R":{"d":"33,-241v70,-9,153,-3,149,70v0,67,-70,70,-70,70v28,24,41,69,84,75v-4,10,2,28,-13,27v-25,0,-42,-22,-48,-30r-59,-71r-12,0v-2,32,4,72,-2,100v-9,-1,-23,3,-29,-2r0,-239xm64,-128v44,1,86,3,88,-43v-2,-46,-43,-45,-88,-44r0,87","w":209},"S":{"d":"163,-66v-5,83,-96,86,-146,46v7,-6,8,-17,18,-20v29,22,97,27,97,-26v0,-58,-108,-32,-108,-111v0,-44,33,-70,72,-70v55,5,75,14,49,42v-26,-18,-95,-19,-90,26v0,54,108,30,108,113","w":182},"T":{"d":"76,0r-1,-214v-22,-2,-51,3,-69,-2v1,-9,-2,-22,2,-27r170,2v-3,9,-4,20,-9,27r-64,0r-2,214r-27,0","w":178},"U":{"d":"31,-84r2,-158v9,0,20,-4,28,-2r0,157v0,43,28,63,64,63v38,0,64,-20,64,-63r1,-155v9,0,21,-4,29,-2r0,160v0,58,-36,88,-94,88v-57,0,-94,-30,-94,-88","w":250},"V":{"d":"87,-5r-81,-236v10,-1,22,-5,31,-3r70,215v20,-73,46,-140,68,-210v8,-4,25,-6,35,-5r-89,247v-11,-3,-25,-3,-34,-8","w":213},"W":{"d":"87,-3r-82,-236v7,-4,23,-6,32,-5r63,207r43,-161v1,-14,-3,-33,2,-44v9,0,21,-4,29,-2v-4,87,30,133,40,207r60,-204v11,-1,24,-5,34,-3r-81,245v-8,4,-23,-2,-31,-6r-39,-145r-43,153","w":313},"X":{"d":"11,0v18,-42,51,-83,74,-124v-21,-39,-51,-78,-67,-117v10,-1,21,-5,30,-3r56,100v16,-34,35,-66,54,-97v11,-1,25,-5,35,-3r-70,120v23,41,55,82,73,124v-11,-1,-27,3,-35,-2r-57,-103r-60,105r-33,0","w":207},"Y":{"d":"79,0v-6,-30,0,-73,-2,-107r-73,-132v8,-5,25,-6,35,-5r54,110r53,-107v11,-1,25,-5,35,-3r-73,137v-2,35,4,76,-2,107r-27,0","w":185},"Z":{"d":"22,0v-4,-4,-4,-13,-6,-19r116,-195v-36,-2,-79,4,-111,-2v2,-9,0,-21,5,-27v47,2,102,-4,145,2r0,17r-116,195v37,2,82,-4,115,2v-1,9,2,22,-2,27r-146,0","w":189},"[":{"d":"35,42v-5,-87,-4,-197,0,-285v20,2,47,-4,63,2v-3,7,-3,17,-9,22r-28,0r0,237v10,1,24,-2,30,2v1,7,7,16,6,22r-62,0","w":110},"\\":{"d":"85,27r-71,-269v8,0,17,-4,24,-2r73,269v-5,5,-18,1,-26,2","w":123},"]":{"d":"14,42v-1,-6,3,-20,8,-24r28,0r0,-237v-10,0,-23,1,-31,-1v-1,-8,-7,-16,-5,-23v20,2,47,-3,64,2r-2,283r-62,0","w":110},"^":{"d":"31,-97v-6,4,-25,3,-30,0r74,-144v10,-1,22,-5,31,-3r73,149v-9,-1,-23,3,-29,-2r-60,-120","w":181},"_":{"d":"14,26v-2,-7,-2,-20,0,-26r174,2v-1,8,2,20,-2,24r-172,0","w":200},"`":{"d":"97,-205v-18,-12,-30,-32,-46,-46v12,-2,31,-2,43,0v6,13,19,26,21,39","w":180},"a":{"d":"28,-164v32,-32,122,-24,117,37v1,43,-5,93,9,123v-4,5,-20,7,-26,4r-10,-26v-10,37,-106,46,-104,-23v0,-53,53,-52,102,-56v10,-52,-40,-63,-72,-40v-8,-4,-10,-13,-16,-19xm45,-48v-4,37,63,23,71,16r0,-61v-11,35,-66,-1,-71,45","w":170},"b":{"d":"29,-2v-5,-78,-4,-178,0,-256v9,0,21,-6,27,-2r-2,106v3,-7,14,-28,50,-28v32,0,56,21,56,63r0,61v8,58,-73,72,-108,53xm56,-28v0,0,17,6,35,6v43,4,42,-48,40,-92v0,-49,-42,-46,-75,-34r0,120","w":181},"c":{"d":"91,4v-70,1,-70,-55,-70,-124v0,-67,111,-86,132,-25v-6,6,-16,7,-26,9v-15,-33,-77,-25,-77,22v0,44,-4,96,40,92v22,0,33,-8,39,-19v10,2,19,4,25,9v-9,24,-32,36,-63,36","w":169},"d":{"d":"22,-59r0,-61v-4,-57,64,-77,105,-50v-2,-25,-5,-63,0,-88v9,0,21,-6,27,-2r0,225v2,11,11,24,7,34v-8,0,-19,5,-24,1r-10,-26v-18,47,-113,37,-105,-33xm50,-114v-3,43,-1,92,39,92v9,0,36,-10,36,-10v-4,-49,18,-126,-37,-124v-22,0,-38,14,-38,42","w":182},"e":{"d":"21,-58r0,-60v0,-41,28,-64,69,-64v46,0,63,28,63,53v0,36,-26,53,-60,53v-35,0,-44,-18,-45,-20v2,35,3,74,42,74v24,0,31,-10,42,-19v7,3,18,3,23,9v-9,23,-33,36,-63,36v-44,0,-71,-21,-71,-62xm50,-114v-3,13,12,12,35,12v20,0,37,-6,37,-28v0,-13,-9,-26,-33,-26v-25,0,-39,14,-39,42","w":171},"f":{"d":"38,71v-7,-68,0,-150,-2,-223v-8,-1,-20,2,-25,-2v1,-8,-2,-20,2,-24r23,0v-13,-74,41,-117,101,-88v-3,10,-10,16,-16,23v-23,-10,-57,-2,-56,26r0,39v18,2,43,-3,58,2v-3,8,-2,20,-9,24r-49,0v-4,77,10,171,-9,234","w":116},"g":{"d":"36,36v8,1,6,20,53,21v26,0,40,-12,40,-25v1,-19,-24,-23,-47,-21v-48,2,-57,-43,-29,-63v0,0,-39,-10,-39,-62v-1,-56,43,-66,104,-66v13,0,30,-10,41,-6v1,7,5,15,3,22r-25,7v44,42,3,132,-74,108v-7,13,0,38,19,34v44,-4,77,12,75,48v-1,66,-123,62,-143,16v4,-8,15,-8,22,-13xm84,-72v28,0,42,-14,42,-42v0,-29,-14,-42,-42,-42v-25,0,-41,14,-41,42v0,27,14,42,41,42","w":174},"h":{"d":"29,0v-5,-78,-4,-179,0,-258v9,0,21,-6,27,-2r-2,106v3,-7,16,-28,52,-28v32,0,56,21,56,62v-2,39,4,85,-2,120v-9,-1,-22,2,-27,-2r0,-112v0,-50,-44,-45,-77,-34v-2,48,4,104,-2,148r-25,0","w":187},"i":{"d":"58,-221v-7,4,-27,3,-33,0v1,-10,-3,-25,2,-31v10,1,23,-2,31,1r0,30xm29,0v-4,-52,-4,-124,0,-176v9,0,21,-6,27,-2r-2,178r-25,0","w":83},"j":{"d":"58,-221v-7,4,-27,3,-33,0v1,-10,-3,-25,2,-31v10,1,23,-2,31,1r0,30xm27,14r2,-190v9,0,21,-6,27,-2r0,194v6,62,-65,86,-101,51v5,-7,7,-16,13,-21v14,14,63,18,59,-32","w":83},"k":{"d":"29,0v-5,-78,-4,-179,0,-258v9,0,21,-6,27,-2r0,147r3,0r54,-63v13,0,30,-6,40,-2v-23,23,-42,50,-67,71v29,25,33,78,79,84v-4,8,2,26,-12,25v-28,0,-41,-20,-48,-30r-46,-72r-3,0r-1,100r-26,0","w":171},"l":{"d":"27,-40r1,-218v9,0,21,-6,27,-2r0,219v0,17,14,14,20,18v-3,8,1,23,-9,24v-10,0,-39,-3,-39,-41","w":88},"m":{"d":"30,0v-9,-52,8,-129,-11,-174v6,-4,20,-7,26,-4r10,25v2,-5,12,-29,51,-29v20,0,36,9,44,26v4,-7,18,-26,53,-26v32,0,55,21,55,62v-2,39,4,85,-2,120v-9,-1,-22,2,-27,-2v-5,-55,20,-156,-38,-154v-8,0,-29,6,-37,8v7,40,6,104,2,148v-9,-1,-22,2,-27,-2v-5,-54,20,-154,-35,-154v-8,0,-30,6,-37,8v-2,48,4,104,-2,148r-25,0","w":284},"n":{"d":"30,0v-9,-52,8,-129,-11,-174v6,-4,20,-7,26,-4r10,25v2,-5,12,-29,51,-29v32,0,57,21,57,62v-2,39,4,85,-2,120v-9,-1,-22,2,-27,-2r0,-112v-1,-49,-44,-46,-77,-34v-2,48,4,104,-2,148r-25,0","w":189},"o":{"d":"21,-58r0,-62v0,-40,30,-62,69,-62v40,0,69,22,69,62r0,62v0,40,-29,62,-69,62v-39,0,-69,-22,-69,-62xm50,-114v-1,44,-6,92,40,92v46,0,42,-47,41,-92v0,-28,-15,-42,-41,-42v-26,0,-40,14,-40,42","w":180},"p":{"d":"56,-8v0,26,4,62,-1,86v-9,0,-19,4,-27,2r0,-220v-1,-12,-11,-26,-7,-36v8,0,19,-6,24,-2r10,25v20,-44,112,-37,106,33r0,62v3,55,-64,78,-105,50xm57,-148v4,49,-19,129,37,126v41,4,40,-49,38,-92v0,-50,-42,-46,-75,-34","w":182},"q":{"d":"22,-59r0,-61v-8,-59,74,-72,107,-51v8,-1,17,-7,25,-5r-2,254v-9,0,-19,4,-27,2r2,-104v-3,7,-14,28,-50,28v-32,0,-55,-21,-55,-63xm50,-114v-2,43,-2,92,39,92v8,0,30,-6,36,-8v-4,-49,19,-128,-37,-126v-22,0,-38,15,-38,42","w":181},"r":{"d":"30,0v-9,-52,8,-129,-11,-174v6,-4,20,-7,26,-4r10,25v-1,-4,20,-35,52,-27v-3,10,-3,24,-8,32v-12,-4,-29,-4,-42,0v-2,48,4,104,-2,148r-25,0","w":111},"s":{"d":"136,-50v3,65,-85,65,-119,36v6,-6,9,-15,16,-20v21,15,73,23,74,-16v0,-36,-89,-17,-89,-79v0,-55,77,-68,112,-37v-6,6,-8,16,-17,19v-20,-16,-67,-11,-65,18v0,40,88,16,88,79","w":152},"t":{"d":"133,-13v-36,35,-105,16,-101,-50r0,-89v-7,-1,-17,2,-21,-2v1,-8,-2,-20,2,-24r20,0v2,-12,1,-29,6,-38v7,0,16,-4,22,-2r0,40v19,2,46,-4,61,2v-3,8,-2,20,-9,24r-52,0v3,49,-15,127,32,130v16,0,23,-13,29,-11","w":136},"u":{"d":"26,-59r1,-117v9,0,21,-6,27,-2r0,113v-3,52,49,46,75,33v2,-47,-4,-101,2,-144v9,0,21,-6,27,-2v3,58,-8,130,9,174v-4,5,-20,7,-26,4r-10,-26v-18,47,-113,37,-105,-33","w":186},"v":{"d":"72,-3v-27,-52,-43,-116,-67,-171v7,-4,25,-7,31,-4r48,148r48,-146v9,0,23,-6,30,-2r-68,181","w":166},"w":{"d":"71,-2v-25,-55,-43,-116,-66,-172v7,-4,24,-7,31,-4r48,148v12,-49,34,-87,36,-146v9,0,21,-6,27,-2v-5,65,21,97,32,148r49,-146v9,0,23,-6,30,-2r-68,181v-9,-3,-20,-3,-27,-8r-32,-102v-10,38,-20,77,-36,110","w":262},"x":{"d":"11,0v13,-31,42,-60,60,-90v-17,-29,-44,-57,-57,-86v9,0,22,-6,29,-2r44,69v15,-22,27,-47,44,-67v10,0,24,-6,32,-2r-59,87v19,30,47,60,61,91v-11,-1,-26,2,-33,-2r-45,-70v-16,23,-29,51,-47,72r-29,0","w":175},"y":{"d":"-1,47v4,-4,11,11,31,10v24,3,36,-40,44,-63v-3,0,-5,-2,-7,-4r-62,-164v7,-4,25,-7,32,-4r48,148r47,-146v9,0,23,-6,30,-2r-75,214v-11,47,-68,62,-99,30","w":167},"z":{"d":"21,0v-6,-2,-4,-12,-6,-18r87,-134v-27,-2,-62,4,-85,-2v3,-8,1,-20,7,-24v37,2,81,-4,114,2r0,17r-88,133v28,2,64,-4,88,2v-1,8,2,20,-2,24r-115,0","w":155},"{":{"d":"49,-17v1,-44,5,-76,-35,-84v3,-7,3,-19,9,-23v30,-8,26,-30,26,-61v-1,-39,31,-64,77,-58v-3,8,-4,17,-9,23v-30,-1,-45,22,-41,58v0,24,-11,44,-31,52v31,12,33,45,31,87v-1,31,21,39,43,43v1,8,9,17,5,23v-47,2,-75,-21,-75,-60","w":138},"|":{"d":"33,79v-7,-105,1,-225,-2,-335v6,-4,21,-5,29,-4r-2,339r-25,0","w":92},"}":{"d":"90,-185v-2,39,1,56,34,65v-3,7,-3,17,-9,22v-35,10,-23,44,-25,81v2,37,-34,67,-77,58v3,-7,3,-18,8,-23v72,7,14,-113,73,-128v-26,-10,-33,-35,-31,-69v1,-31,-22,-39,-44,-43v-1,-7,-7,-16,-5,-22v47,-2,76,20,76,59","w":137},"~":{"d":"50,-97v-6,4,-23,3,-28,0v0,-42,23,-59,49,-59v38,0,46,35,69,35v23,0,24,-19,26,-34v8,1,21,-2,26,2v0,42,-22,59,-49,59v-38,0,-46,-35,-69,-35v-20,0,-24,17,-24,32","w":211}}});

Cufon.replace("h1, h2, h4, #franchisee, #telephone, #mobile", { fontFamily: 'Anivers' }); 

(function($) {

    $.fn.innerfade = function(options) {
        return this.each(function() {   
            $.innerfade(this, options);
        });
    };

    $.innerfade = function(container, options) {
        var settings = {
        		'animationtype':    'fade',
            'speed':            'normal',
            'type':             'sequence',
            'timeout':          2000,
            'containerheight':  'auto',
            'runningclass':     'innerfade',
            'children':         null
        };
        if (options)
            $.extend(settings, options);
        if (settings.children === null)
            var elements = $(container).children();
        else
            var elements = $(container).children(settings.children);
        if (elements.length > 1) {
            $(container).css('position', 'relative').css('height', settings.containerheight).addClass(settings.runningclass);
            for (var i = 0; i < elements.length; i++) {
                $(elements[i]).css('z-index', String(elements.length-i)).css('position', 'absolute').hide();
            };
            if (settings.type == "sequence") {
                setTimeout(function() {
                    $.innerfade.next(elements, settings, 1, 0);
                }, settings.timeout);
                $(elements[0]).show();
            } else if (settings.type == "random") {
            		var last = Math.floor ( Math.random () * ( elements.length ) );
                setTimeout(function() {
                    do { 
												current = Math.floor ( Math.random ( ) * ( elements.length ) );
										} while (last == current );             
										$.innerfade.next(elements, settings, current, last);
                }, settings.timeout);
                $(elements[last]).show();
						} else if ( settings.type == 'random_start' ) {
								settings.type = 'sequence';
								var current = Math.floor ( Math.random () * ( elements.length ) );
								setTimeout(function(){
									$.innerfade.next(elements, settings, (current + 1) %  elements.length, current);
								}, settings.timeout);
								$(elements[current]).show();
						}	else {
							alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');
						}
				}
    };

    $.innerfade.next = function(elements, settings, current, last) {
        if (settings.animationtype == 'slide') {
            $(elements[last]).slideUp(settings.speed);
            $(elements[current]).slideDown(settings.speed);
        } else if (settings.animationtype == 'fade') {
            $(elements[last]).fadeOut(settings.speed);
            $(elements[current]).fadeIn(settings.speed, function() {
							removeFilter($(this)[0]);
						});
        } else
            alert('Innerfade-animationtype must either be \'slide\' or \'fade\'');
        if (settings.type == "sequence") {
            if ((current + 1) < elements.length) {
                current = current + 1;
                last = current - 1;
            } else {
                current = 0;
                last = elements.length - 1;
            }
        } else if (settings.type == "random") {
            last = current;
            while (current == last)
                current = Math.floor(Math.random() * elements.length);
        } else
            alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');
        setTimeout((function() {
            $.innerfade.next(elements, settings, current, last);
        }), settings.timeout);
    };

})(jQuery);

jQuery(function( $ ){
	/**
	 * Most jQuery.localScroll's settings, actually belong to jQuery.ScrollTo, check it's demo for an example of each option.
	 * @see http://flesler.demos.com/jquery/scrollTo/
	 * You can use EVERY single setting of jQuery.ScrollTo, in the settings hash you send to jQuery.LocalScroll.
	 */
	
	// The default axis is 'y', but in this demo, I want to scroll both
	// You can modify any default like this
	$.localScroll.defaults.axis = 'xy';
	
	// Scroll initially if there's a hash (#something) in the url 
	$.localScroll.hash({
		target: '#content', // Could be a selector or a jQuery object too.
		queue:true,
		duration:1500
	});
	
	/**
	 * NOTE: I use $.localScroll instead of $('#navigation').localScroll() so I
	 * also affect the >> and << links. I want every link in the page to scroll.
	 */
	$.localScroll({
		target: '#content', // could be a selector or a jQuery object too.
		queue:true,
		duration:1000,
		hash:true,
		onBefore:function( e, anchor, $target ){
			// The 'this' is the settings object, can be modified
		},
		onAfter:function( anchor, settings ){
			// The 'this' contains the scrolled element (#content)
		}
	});
});

// **** remove Opacity-Filter in ie ****
function removeFilter(element) {
	if(element.style.removeAttribute){
		element.style.removeAttribute('filter');
	}
}
$('#intro').innerfade({
	speed: 10,
	timeout: 8000,
	type: 'sequence',
	containerheight: '140px'
});
$('#photo-slider').innerfade({
	speed: 1000,
	timeout: 8000,
	type: 'sequence',
	containerheight: '250px'
});
$('#gallery a').fancybox({
				'titleShow'		: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});

