

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1995, 2001 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * Trademark:
 * VAG Rounded
 * 
 * Full name:
 * VAGRoundedStd-Bold
 * 
 * Designer:
 * Gerry Barney, David Bristow, Kit Cooper, Terence Griffin, Ian Hay
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont(Raphael.registerFont({"w":206,"face":{"font-family":"vagrounded","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 8 2 2 2 4 2 2 4","ascent":"277","descent":"-83","x-height":"4","cap-height":"2","bbox":"-10 -292 324.113 112","underline-thickness":"18","underline-position":"-18","stemh":"50","stemv":"52","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":96},"!":{"d":"34,-98r0,-138v0,-15,11,-25,26,-25v14,0,26,10,26,25r0,138v0,15,-12,25,-26,25v-15,0,-26,-10,-26,-25xm60,4v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28","w":120},"\"":{"d":"113,-156v-34,-1,-22,-51,-22,-83v0,-13,9,-22,22,-22v33,1,21,52,21,83v0,13,-8,22,-21,22xm47,-156v-33,-1,-21,-52,-21,-83v0,-13,8,-22,21,-22v34,1,22,51,22,83v0,13,-9,22,-22,22","w":159},"#":{"d":"53,-108r6,-41v-20,0,-48,4,-48,-17v0,-22,32,-16,53,-17v8,-24,-3,-75,26,-75v33,0,8,49,9,75r34,0v8,-24,-3,-75,26,-75v33,0,8,49,9,75v20,0,48,-4,48,17v0,22,-32,16,-53,17r-6,41v21,0,48,-4,48,18v0,22,-32,16,-53,17v-8,24,3,75,-26,75v-33,0,-8,-49,-9,-75r-34,0v-8,24,3,75,-26,75v-33,0,-8,-49,-9,-75v-20,0,-48,4,-48,-17v0,-23,31,-18,53,-18xm94,-149r-6,41r34,0r6,-41r-34,0","w":216},"$":{"d":"105,-102r0,53v29,-7,32,-47,0,-53xm85,-166r0,-41v-23,4,-27,36,0,41xm85,-48r0,-60v-34,-10,-77,-20,-77,-71v-1,-47,36,-74,77,-82v1,-12,-3,-27,10,-27v14,0,9,16,10,28v22,1,63,9,63,35v-1,35,-37,27,-63,17r0,48v35,10,81,23,81,81v1,49,-38,76,-81,83v-1,12,4,28,-10,28v-14,0,-9,-16,-10,-28v-29,-1,-78,-9,-78,-40v0,-42,46,-19,78,-12","w":193},"%":{"d":"67,-181v12,0,18,-9,18,-21v0,-12,-6,-22,-18,-22v-12,0,-19,10,-19,22v0,12,7,21,19,21xm67,-144v-32,0,-56,-27,-56,-58v0,-31,24,-59,56,-59v32,0,55,28,55,59v0,31,-23,58,-55,58xm193,4v-32,0,-55,-27,-55,-58v0,-31,23,-58,55,-58v32,0,56,27,56,58v0,31,-24,58,-56,58xm193,-32v12,0,19,-10,19,-22v0,-12,-7,-21,-19,-21v-12,0,-18,9,-18,21v0,12,6,22,18,22xm50,-13v35,-86,86,-156,123,-238v10,-21,37,-11,38,8v-36,84,-86,157,-124,238v-9,19,-36,11,-37,-8","w":259},"&":{"d":"144,-64r-53,-58v-37,12,-45,81,7,79v19,0,32,-8,46,-21xm143,-141r37,42v11,-12,23,-36,42,-33v37,5,11,54,-9,66v10,15,30,25,32,46v2,20,-29,32,-44,16r-25,-26v-46,55,-168,43,-167,-43v0,-36,24,-63,54,-79v-14,-14,-24,-28,-24,-48v0,-41,39,-61,76,-61v32,0,73,19,73,57v0,29,-22,51,-45,63xm139,-199v-2,-29,-46,-27,-46,-3v0,11,5,17,19,31v11,-5,27,-15,27,-28","w":253},"(":{"d":"85,-240v-31,82,-35,191,0,272v2,24,-33,31,-42,10v-38,-88,-39,-217,7,-298v12,-11,36,-2,35,16","w":86},")":{"d":"2,35v31,-82,34,-192,0,-273v-2,-25,33,-30,42,-9v38,88,39,217,-7,298v-13,10,-36,1,-35,-16","w":86},"*":{"d":"70,-258v21,0,19,21,15,39v16,-18,45,-21,45,6v0,14,-18,16,-29,22v11,5,29,8,29,22v0,26,-30,24,-45,6v4,18,6,40,-15,40v-21,0,-21,-21,-16,-40v-16,18,-44,21,-44,-6v0,-14,18,-17,29,-22v-11,-6,-29,-8,-29,-22v0,-27,29,-24,44,-6v-5,-19,-5,-39,16,-39","w":140},"+":{"d":"86,-113v2,-29,-10,-73,22,-73v32,0,20,44,22,73v29,2,73,-10,73,22v0,32,-44,20,-73,22v-2,29,10,73,-22,73v-32,0,-20,-44,-22,-73v-29,-2,-73,10,-73,-22v0,-32,44,-20,73,-22","w":216},",":{"d":"76,-32v-6,27,-24,45,-35,68v-11,22,-45,11,-45,-12v8,-26,23,-46,35,-68v12,-22,44,-11,45,12","w":96},"-":{"d":"11,-104v0,-38,62,-23,97,-23v27,0,28,45,0,45v-35,0,-97,14,-97,-22","w":140},".":{"d":"20,-24v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28","w":96},"\/":{"d":"3,-15v29,-80,67,-154,99,-232v3,-21,44,-16,42,6r-99,232v-5,19,-44,16,-42,-6","w":146},"0":{"d":"103,-45v37,0,40,-57,40,-83v0,-27,-3,-84,-40,-84v-37,0,-39,57,-39,84v0,26,2,83,39,83xm103,4v-73,0,-95,-73,-95,-132v0,-59,22,-133,95,-133v73,0,96,74,96,133v0,59,-23,132,-96,132"},"1":{"d":"55,-26r0,-181v-24,3,-46,-3,-46,-24v0,-33,44,-24,76,-25v15,0,24,11,24,25r0,205v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28","w":133},"2":{"d":"96,-48v36,4,92,-14,94,24v0,17,-11,24,-25,24r-121,0v-25,4,-34,-26,-20,-42v32,-34,63,-68,90,-108v17,-17,19,-60,-13,-61v-41,0,-21,58,-56,58v-17,0,-27,-12,-27,-26v0,-45,41,-82,85,-82v44,0,80,29,80,75v0,50,-56,99,-87,138"},"3":{"d":"98,-261v81,0,99,85,47,121v76,32,43,144,-47,144v-53,0,-86,-39,-86,-67v0,-14,14,-24,27,-24v24,0,19,42,60,42v19,0,33,-15,33,-34v0,-50,-61,-14,-61,-56v0,-38,51,-12,51,-52v0,-14,-10,-24,-26,-24v-34,0,-30,35,-54,35v-15,0,-23,-13,-23,-26v0,-28,39,-59,79,-59"},"4":{"d":"118,-57v-41,-4,-135,15,-107,-37r80,-146v18,-34,79,-28,79,25r0,111v18,-2,31,8,31,24v0,16,-13,25,-31,23v0,28,4,59,-26,59v-30,0,-26,-30,-26,-59xm118,-104r-1,-100r-49,100r50,0"},"5":{"d":"90,-207r-5,39v55,-17,101,22,101,73v0,60,-33,99,-95,99v-26,0,-79,-16,-79,-48v0,-13,11,-24,24,-24v14,0,32,23,56,23v45,1,54,-84,3,-84v-21,0,-24,12,-42,12v-20,0,-22,-13,-20,-29r9,-76v4,-28,11,-34,28,-34v39,0,109,-16,113,22v-6,50,-53,19,-93,27"},"6":{"d":"152,-234v-9,28,-48,50,-56,73v51,-20,98,28,98,76v0,47,-38,89,-91,89v-55,0,-90,-41,-90,-89v0,-60,58,-141,103,-173v16,-12,34,8,36,24xm103,-122v-21,0,-34,16,-34,37v0,20,12,37,34,37v21,0,35,-16,35,-37v0,-19,-12,-37,-35,-37"},"7":{"d":"31,-23v24,-67,64,-121,93,-184v-40,-5,-116,16,-119,-24v0,-13,7,-25,27,-25r130,0v29,5,29,27,18,49r-89,182v-10,20,-15,27,-31,27v-20,0,-29,-15,-29,-25","w":193},"8":{"d":"103,-117v-21,0,-32,16,-32,36v0,18,10,36,32,36v21,0,33,-18,33,-36v0,-23,-13,-36,-33,-36xm103,4v-83,0,-122,-111,-50,-144v-54,-35,-19,-129,50,-121v68,-6,107,84,51,121v24,12,38,34,38,62v0,50,-41,82,-89,82xm103,-213v-17,0,-26,12,-26,27v0,16,9,28,26,28v17,0,27,-12,27,-28v0,-15,-10,-27,-27,-27"},"9":{"d":"54,-22v9,-28,49,-50,57,-73v-53,18,-99,-27,-98,-76v0,-47,37,-90,90,-90v55,0,91,42,91,90v0,60,-61,139,-103,173v-17,8,-35,-7,-37,-24xm103,-134v21,0,35,-16,35,-37v0,-20,-13,-38,-35,-38v-21,0,-34,17,-34,38v0,19,11,37,34,37"},":":{"d":"20,-139v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28xm20,-24v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28","w":96},";":{"d":"31,-44v12,-22,44,-11,45,12v-6,27,-24,45,-35,68v-11,22,-45,11,-45,-12v8,-26,23,-46,35,-68xm20,-139v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28","w":96},"<":{"d":"71,-91r119,50v22,5,13,43,-4,41v-57,-18,-106,-51,-160,-71v-17,-6,-16,-35,0,-41v55,-20,102,-51,160,-70v17,-1,25,32,4,41","w":216},"=":{"d":"34,-153r148,0v13,0,21,9,21,22v0,13,-8,21,-21,21r-148,0v-13,0,-21,-8,-21,-21v0,-13,8,-22,21,-22xm34,-72r148,0v13,0,21,8,21,21v0,13,-8,22,-21,22r-148,0v-13,0,-21,-9,-21,-22v0,-13,8,-21,21,-21","w":216},">":{"d":"26,-41r119,-50r-119,-50v-22,-5,-13,-43,4,-41v57,17,106,50,160,70v16,6,17,38,0,41v-54,23,-102,52,-160,71v-17,1,-25,-32,-4,-41","w":216},"?":{"d":"53,-134v2,-28,58,-11,58,-50v0,-16,-15,-27,-30,-27v-30,0,-35,36,-58,36v-13,0,-22,-10,-22,-26v0,-38,48,-60,80,-60v46,0,86,29,86,77v0,40,-25,64,-62,73v2,22,-6,37,-26,38v-30,0,-29,-32,-26,-61xm79,4v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,28,-28,28","w":173},"@":{"d":"129,-91v38,3,52,-67,9,-69v-36,-1,-49,65,-9,69xm256,-47v-12,41,-72,52,-112,51v-73,0,-132,-59,-132,-132v0,-73,59,-133,132,-133v67,0,132,49,132,116v0,70,-74,91,-92,91v-19,1,-23,-10,-26,-18v-32,41,-91,4,-91,-45v0,-60,75,-111,113,-58v-1,-15,5,-22,21,-22v15,-1,18,9,15,22v-6,26,-14,48,-16,77v0,4,2,8,8,8v10,0,36,-16,36,-55v0,-51,-48,-83,-100,-83v-55,0,-100,45,-100,100v0,55,45,100,100,100v37,0,76,-16,99,-32v6,0,13,2,13,13","w":288},"A":{"d":"1,-23v20,-75,53,-136,75,-208v12,-38,64,-37,77,0r73,209v1,30,-43,30,-51,5r-11,-33r-100,0v-9,20,-8,52,-37,52v-14,0,-26,-11,-26,-25xm80,-100r68,0r-34,-104","w":226},"B":{"d":"16,-27r0,-202v0,-41,60,-23,98,-27v65,-6,94,92,34,116v29,7,55,29,55,62v0,80,-77,82,-158,78v-17,0,-29,-10,-29,-27xm70,-209r0,54v29,1,58,1,57,-28v-1,-28,-29,-27,-57,-26xm70,-107r0,59v36,0,77,6,77,-31v0,-30,-43,-30,-77,-28"},"C":{"d":"6,-128v0,-75,51,-133,124,-133v26,0,77,9,77,41v-9,41,-36,11,-77,11v-45,0,-68,38,-68,82v0,43,24,79,68,79v30,0,42,-15,57,-15v16,0,24,17,24,25v0,35,-54,42,-81,42v-73,0,-124,-57,-124,-132","w":219},"D":{"d":"16,-27r0,-202v0,-39,52,-27,88,-27v81,0,126,51,126,131v0,100,-75,125,-185,125v-12,0,-29,-6,-29,-27xm70,-207r0,157v66,8,104,-19,104,-77v0,-59,-36,-88,-104,-80","w":240},"E":{"d":"16,-27r0,-198v-1,-50,74,-31,118,-31v17,0,25,12,25,25v1,34,-56,22,-89,24r0,53v34,1,86,-9,86,25v0,33,-52,24,-86,25r0,54v35,3,93,-12,92,25v-2,42,-77,25,-118,25v-16,0,-28,-11,-28,-27","w":166},"F":{"d":"16,-26r0,-202v1,-46,77,-28,120,-28v16,0,25,12,25,25v0,35,-57,22,-91,24r0,53v32,1,82,-8,82,24v0,34,-49,26,-82,26v-4,39,15,106,-27,106v-15,0,-27,-10,-27,-28","w":159,"k":{"A":20,",":40,".":40}},"G":{"d":"129,-127v1,-37,52,-25,87,-25v23,0,31,12,31,35v0,69,-45,121,-117,121v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v54,0,99,26,99,51v0,15,-9,25,-22,25v-24,0,-30,-26,-77,-26v-45,0,-68,39,-68,83v0,44,22,83,68,83v28,0,61,-16,61,-57v-29,0,-63,5,-62,-25","w":253},"H":{"d":"16,-26r0,-204v0,-18,12,-28,27,-28v41,0,23,65,27,104r113,0v3,-39,-14,-104,27,-104v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-42,0,-23,-67,-27,-106r-113,0v-4,39,15,106,-27,106v-15,0,-27,-10,-27,-28","w":253},"I":{"d":"16,-26r0,-204v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28","w":86},"J":{"d":"132,-230r0,158v0,60,-38,76,-71,76v-25,0,-66,-10,-66,-41v0,-10,8,-22,20,-22v14,0,27,14,43,14v20,0,20,-19,20,-31r0,-154v0,-18,12,-28,27,-28v15,0,27,10,27,28","w":146},"K":{"d":"16,-24r0,-208v0,-15,11,-26,27,-26v42,0,23,66,27,104r89,-94v11,-16,49,-11,47,15v-13,39,-60,66,-85,96r83,87v23,15,18,54,-13,52v-10,0,-18,-6,-28,-17r-93,-101v-6,43,19,118,-27,118v-15,0,-27,-10,-27,-26","w":219},"L":{"d":"16,-30r0,-200v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,180v35,1,93,-10,90,26v-3,40,-75,24,-116,24v-18,0,-28,-12,-28,-30","w":153,"k":{"T":40,"V":40,"W":27,"y":20,"Y":46}},"M":{"d":"9,-24r33,-207v2,-32,62,-34,72,-2r43,143r42,-143v5,-32,67,-30,72,2r34,207v0,16,-12,26,-26,26v-18,0,-25,-8,-28,-25r-22,-147r-44,151v-3,9,-9,21,-28,21v-19,0,-26,-12,-29,-21r-44,-151r-21,147v-3,17,-10,25,-28,25v-14,0,-29,-10,-26,-26","w":313},"N":{"d":"14,-26r0,-204v-1,-30,35,-36,50,-17r115,153r0,-136v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,204v1,30,-35,35,-50,16r-115,-150r0,134v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28","w":246},"O":{"d":"130,-45v46,0,68,-39,68,-83v0,-44,-23,-83,-68,-83v-45,0,-68,39,-68,83v0,44,22,83,68,83xm130,4v-73,0,-124,-57,-124,-132v0,-75,51,-133,124,-133v72,0,124,60,124,133v0,75,-50,132,-124,132","w":259},"P":{"d":"16,-26r0,-202v-2,-40,55,-28,92,-28v53,0,92,35,92,86v0,68,-56,92,-130,85v-1,35,10,89,-27,87v-15,0,-27,-10,-27,-28xm70,-209r0,77v39,3,74,-2,74,-39v0,-37,-35,-41,-74,-38","w":200,"k":{"A":27,",":43,".":43}},"Q":{"d":"263,-5v-9,41,-55,12,-70,-7v-86,47,-187,-17,-187,-116v0,-75,51,-133,124,-133v104,0,158,133,100,216v11,12,31,20,33,40xm158,-101v14,0,21,13,31,19v23,-53,2,-130,-59,-129v-45,0,-68,39,-68,83v0,52,34,95,91,80v-22,-10,-29,-53,5,-53","w":259},"R":{"d":"16,-26r0,-202v-2,-40,54,-28,91,-28v55,0,90,24,90,81v0,40,-30,62,-67,68r62,66v17,16,2,43,-20,43v-6,0,-15,-2,-21,-9r-81,-97v-4,39,15,106,-27,106v-15,0,-27,-10,-27,-28xm70,-207r0,64v35,1,71,3,71,-32v0,-35,-36,-33,-71,-32","w":200,"k":{"T":6,"V":6,"W":6,"Y":13}},"S":{"d":"97,-261v20,0,71,8,71,36v-1,61,-102,-18,-102,40v0,37,120,13,120,106v0,51,-42,83,-92,83v-28,0,-87,-6,-87,-40v0,-45,50,-12,84,-12v24,0,37,-12,37,-30v0,-42,-120,-17,-120,-101v0,-50,41,-82,89,-82","w":193},"T":{"d":"59,-26r0,-181v-28,1,-63,4,-63,-24v0,-13,9,-25,24,-25r133,0v15,0,24,12,24,25v0,28,-36,25,-64,24r0,181v0,18,-12,28,-27,28v-15,0,-27,-10,-27,-28","w":172,"k":{"w":40,"y":40,"A":33,",":33,".":33,"c":40,"e":40,"o":40,"-":40,"a":40,"r":33,"s":40,"u":33,":":33,";":33}},"U":{"d":"14,-102r0,-128v0,-18,12,-28,27,-28v15,0,27,10,27,28v0,75,-24,185,55,185v78,0,52,-110,56,-185v0,-18,12,-28,27,-28v15,0,27,10,27,28r0,128v0,60,-51,106,-110,106v-60,0,-109,-45,-109,-106","w":246},"V":{"d":"80,-19v-22,-73,-60,-137,-81,-214v0,-29,43,-33,52,-8r56,150r55,-150v8,-25,53,-21,53,8v-22,76,-60,141,-82,214v-8,26,-45,26,-53,0","w":213,"k":{"y":6,"A":27,",":40,".":40,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":20,";":20}},"W":{"d":"50,-26r-47,-209v2,-32,48,-28,54,2r32,153r46,-157v7,-28,50,-27,57,0r47,157r31,-153v-1,-33,57,-31,54,-2v-9,74,-35,138,-47,209v-6,33,-60,36,-71,2r-43,-139r-42,139v-4,15,-17,26,-35,26v-20,0,-32,-13,-36,-28","w":326,"k":{"y":6,"A":20,",":27,".":27,"e":13,"o":13,"-":6,"a":20,"r":13,"u":13,":":6,";":6,"i":4}},"X":{"d":"1,-23v18,-47,54,-74,78,-114r-58,-79v-14,-16,0,-46,21,-42v37,7,45,52,68,76v23,-24,32,-65,68,-76v22,-2,36,24,22,42r-59,79r72,96v13,15,4,43,-21,43v-10,0,-18,-4,-23,-12r-59,-82r-59,82v-11,21,-52,12,-50,-13","w":220},"Y":{"d":"96,2v-49,-5,-19,-78,-27,-122r-68,-96v-12,-17,-1,-43,21,-42v9,0,18,3,23,10r51,76r52,-76v19,-26,65,3,44,32r-69,96v-7,44,22,117,-27,122","w":192,"k":{"v":20,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":36,"a":33,"u":27,":":27,";":27,"i":6,"p":27}},"Z":{"d":"75,-48r105,0v15,0,26,9,26,24v0,14,-13,24,-26,24r-142,0v-29,1,-38,-28,-23,-47r116,-162r-95,0v-14,0,-25,-8,-25,-23v0,-14,11,-24,25,-24r132,0v33,0,36,30,22,49","w":213},"[":{"d":"16,30r0,-265v-1,-30,33,-27,62,-26v10,0,19,6,19,21v-1,22,-16,20,-36,20r0,234v20,-1,35,-1,36,21v0,29,-30,20,-55,20v-16,0,-26,-9,-26,-25","w":100},"\\":{"d":"44,-247r100,232v2,21,-39,26,-42,6r-99,-232v-2,-22,38,-27,41,-6","w":146},"]":{"d":"84,-235r0,265v1,30,-33,25,-62,25v-10,0,-19,-5,-19,-20v1,-22,16,-22,36,-21r0,-234v-20,0,-35,2,-36,-20v0,-30,30,-21,55,-21v16,0,26,10,26,26","w":100},"^":{"d":"108,-204r-45,83v-15,21,-50,-1,-32,-21r58,-106v9,-14,30,-14,38,0v21,40,45,77,63,120v1,17,-30,20,-37,7","w":216},"_":{"d":"180,45r-180,0v-6,0,-10,-3,-10,-9v0,-6,4,-9,10,-9r180,0v6,0,10,3,10,9v0,6,-4,9,-10,9","w":180},"a":{"d":"192,-160r0,128v0,13,0,34,-25,34v-15,0,-21,-8,-25,-22v-49,57,-135,5,-135,-75v0,-79,84,-135,135,-77v1,-13,12,-22,25,-22v25,0,25,21,25,34xm100,-148v-55,1,-55,104,0,105v54,-1,53,-104,0,-105"},"b":{"d":"15,-27r0,-221v0,-17,11,-29,26,-29v39,1,23,62,26,99v14,-12,31,-18,49,-18v112,2,108,201,-2,200v-18,0,-37,-7,-47,-23v-6,33,-52,25,-52,-8xm107,-148v-55,1,-53,103,0,105v55,-2,54,-102,0,-105"},"c":{"d":"163,-163v0,11,-7,25,-19,25v-13,0,-24,-10,-41,-10v-30,0,-44,26,-44,53v0,26,16,52,44,52v27,-7,60,-22,60,12v0,27,-44,35,-63,35v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101v21,0,63,8,63,33","w":166},"d":{"d":"192,-248r0,221v3,33,-47,40,-52,8v-48,59,-133,-5,-133,-74v0,-50,28,-103,84,-103v18,0,35,6,49,18v3,-38,-13,-98,26,-99v15,0,26,12,26,29xm99,-43v54,-2,56,-104,0,-105v-53,3,-54,103,0,105"},"e":{"d":"167,-78r-110,0v4,26,24,37,48,37v27,0,45,-21,59,-21v11,0,21,11,21,22v0,22,-45,44,-84,44v-58,0,-97,-42,-97,-99v0,-53,37,-101,92,-101v56,0,94,51,94,94v0,15,-7,24,-23,24xm55,-113r83,0v-3,-23,-18,-40,-42,-40v-23,0,-38,18,-41,40","w":193},"f":{"d":"27,-27r0,-119v-20,2,-35,-4,-35,-23v0,-17,15,-26,35,-23v-5,-49,12,-87,54,-85v18,0,36,5,36,23v1,38,-50,1,-39,62v23,-1,43,-1,43,23v0,23,-20,24,-43,23r0,119v0,17,-10,29,-25,29v-15,0,-26,-12,-26,-29","w":106,"k":{"f":6}},"g":{"d":"192,-165r0,150v0,62,-41,93,-100,93v-21,0,-82,-10,-82,-38v11,-42,45,-9,86,-7v28,1,50,-22,43,-53v-11,16,-28,24,-52,24v-54,0,-80,-48,-80,-99v0,-72,84,-138,133,-77v5,-34,52,-26,52,7xm99,-43v56,-1,54,-103,0,-105v-54,1,-53,106,0,105"},"h":{"d":"15,-27r0,-221v0,-17,11,-29,26,-29v39,1,23,62,26,99v42,-39,124,-12,118,52v-4,45,19,123,-26,128v-62,-5,16,-155,-59,-155v-51,0,-33,78,-33,126v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29","w":200},"i":{"d":"14,-27r0,-138v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,138v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29xm40,-271v15,0,29,13,29,28v0,16,-13,30,-29,30v-15,0,-29,-14,-29,-30v0,-15,14,-28,29,-28","w":79},"j":{"d":"14,50r0,-215v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,215v0,17,-11,28,-26,28v-15,0,-26,-11,-26,-28xm40,-271v15,0,29,13,29,28v0,16,-13,30,-29,30v-15,0,-29,-14,-29,-30v0,-15,14,-28,29,-28","w":79},"k":{"d":"15,-27r0,-221v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,121v26,-21,44,-58,80,-67v22,1,29,29,12,44r-46,41r61,72v14,15,3,42,-18,41v-9,0,-17,-6,-25,-16r-64,-78v-2,36,11,92,-26,92v-15,0,-26,-12,-26,-29","w":180},"l":{"d":"14,-27r0,-221v0,-17,11,-29,26,-29v15,0,26,12,26,29r0,221v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29","w":79},"m":{"d":"15,-27r0,-138v-3,-32,46,-40,49,-9v27,-31,78,-29,102,4v39,-48,132,-27,126,44v-4,45,19,128,-26,128v-63,0,14,-155,-56,-155v-48,0,-31,79,-31,126v0,17,-11,29,-26,29v-63,-4,13,-144,-56,-155v-49,3,-30,80,-30,126v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29","w":306},"n":{"d":"15,-27r0,-138v-3,-32,45,-40,49,-10v34,-43,129,-17,121,49v-6,45,19,123,-26,128v-62,-5,16,-155,-59,-155v-51,0,-33,78,-33,126v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29","w":200},"o":{"d":"100,-196v55,0,93,48,93,101v0,54,-37,99,-93,99v-56,0,-93,-45,-93,-99v0,-53,38,-101,93,-101xm100,-148v-55,1,-55,104,0,105v55,-1,55,-103,0,-105","w":200},"p":{"d":"15,50r0,-215v-2,-34,48,-39,52,-7v10,-16,30,-24,49,-24v112,2,108,201,-2,200v-16,0,-33,-6,-47,-18v-2,36,12,92,-26,92v-15,0,-26,-11,-26,-28xm107,-148v-55,1,-53,103,0,105v55,-2,54,-102,0,-105"},"q":{"d":"192,-165r0,215v0,17,-11,28,-26,28v-37,0,-24,-56,-26,-92v-57,49,-133,-11,-133,-79v0,-50,28,-103,84,-103v19,0,39,8,49,24v5,-34,52,-26,52,7xm99,-43v54,-2,56,-104,0,-105v-53,3,-54,103,0,105"},"r":{"d":"128,-166v-4,32,-62,20,-62,60v0,40,15,106,-26,108v-15,0,-26,-12,-26,-29r0,-141v-1,-31,52,-38,52,-4v15,-24,58,-36,62,6","w":119,"k":{",":29,".":29,"c":6,"d":6,"e":6,"m":-6,"n":-6,"o":6,"q":6,"-":20}},"s":{"d":"145,-158v0,39,-39,8,-68,8v-9,0,-17,4,-17,14v0,24,90,20,90,79v0,35,-29,61,-74,61v-29,0,-72,-17,-72,-40v0,-8,8,-23,22,-23v20,0,30,18,54,18v16,0,20,-5,20,-15v0,-24,-90,-20,-90,-79v0,-36,29,-61,70,-61v26,0,65,12,65,38","w":153},"t":{"d":"27,-27r0,-119v-20,2,-34,-5,-34,-23v0,-17,14,-25,34,-23v-2,-29,-1,-59,26,-59v26,0,28,30,26,59v22,-1,40,0,40,23v0,22,-18,24,-40,23r0,119v0,17,-11,29,-26,29v-15,0,-26,-12,-26,-29","w":106},"u":{"d":"15,-71v0,-44,-18,-123,26,-123v63,0,-15,151,59,155v50,3,34,-79,34,-126v0,-17,10,-29,25,-29v44,0,26,80,26,123v0,46,-30,75,-85,75v-55,0,-85,-29,-85,-75","w":200},"v":{"d":"55,-19v-18,-50,-41,-95,-55,-149v-2,-32,47,-32,50,-7r34,102r33,-102v4,-28,51,-24,50,7v-15,52,-38,99,-56,149v-5,13,-10,21,-28,21v-18,0,-23,-8,-28,-21","w":166,"k":{",":20,".":20}},"w":{"d":"52,-24v-13,-50,-49,-94,-49,-149v0,-28,48,-26,50,0r31,99r30,-97v4,-30,43,-29,52,0r31,97r30,-99v4,-29,53,-27,51,5v-13,50,-37,95,-50,144v-8,31,-51,34,-61,2r-27,-83r-27,83v-7,33,-53,29,-61,-2","w":280,"k":{",":13,".":13}},"x":{"d":"0,-23v7,-35,42,-50,60,-77v-17,-23,-42,-38,-52,-68v0,-23,31,-35,46,-16r36,46v18,-18,27,-49,55,-56v21,0,34,26,19,44r-44,50v19,26,52,42,60,77v5,25,-38,33,-47,14r-43,-53r-43,53v-9,19,-52,11,-47,-14","w":180},"y":{"d":"59,-15r-57,-143v-9,-17,6,-37,22,-36v13,0,22,7,26,19r35,97r38,-97v6,-26,49,-24,51,4v-25,81,-61,151,-89,229v-4,27,-55,24,-52,-2v3,-28,18,-47,26,-71","w":173,"k":{",":27,".":27}},"z":{"d":"4,-18v22,-50,59,-84,86,-128v-33,-3,-83,12,-84,-23v0,-14,11,-23,24,-23r118,0v11,-4,25,23,11,32r-82,115v34,4,90,-14,92,22v0,14,-10,23,-23,23r-121,0v-12,0,-21,-6,-21,-18","w":173},"{":{"d":"101,55v-81,0,-73,-52,-70,-117v2,-39,-36,-12,-35,-41v0,-28,35,-2,35,-41v0,-54,-11,-117,48,-117v19,0,38,-3,38,17v0,29,-41,1,-41,37r0,68v1,34,-28,33,-39,37v13,1,39,3,39,36v0,32,-18,89,25,89v9,0,16,5,16,16v0,11,-7,16,-16,16","w":119},"|":{"d":"18,90r0,-360v0,-13,9,-22,22,-22v13,0,22,9,22,22r0,360v0,13,-9,22,-22,22v-13,0,-22,-9,-22,-22","w":79},"}":{"d":"19,-261v80,0,73,52,70,117v-2,39,34,13,34,41v0,29,-34,3,-34,41v0,54,11,122,-48,117v-18,-1,-38,4,-38,-16v0,-29,41,-1,41,-37r0,-68v-1,-34,27,-33,38,-37v-13,-1,-38,-3,-38,-36v0,-32,18,-89,-25,-89v-9,0,-16,-5,-16,-16v0,-11,7,-17,16,-17","w":119},"~":{"d":"146,-100v20,0,25,-22,40,-22v12,0,15,8,15,17v0,22,-19,48,-54,48v-27,0,-59,-25,-77,-25v-20,0,-25,22,-40,22v-12,0,-15,-8,-15,-17v0,-22,19,-48,54,-48v27,0,59,25,77,25","w":216},"'":{"d":"43,-156v-33,-1,-21,-52,-21,-83v0,-13,8,-22,21,-22v34,1,22,51,22,83v0,13,-9,22,-22,22","w":86},"`":{"d":"-4,-256v0,-42,55,-8,78,0v24,16,-1,52,-23,37v-17,-12,-55,-10,-55,-37","w":79},"\u00a0":{"w":96}}}));

Cufon.replace("h1", {fontFamily:'vagrounded', "padding":"15px 0 0 20px"});
Cufon.replace("h2", {fontFamily:'vagrounded', "padding":"25px 0 0 20px"});
Cufon.replace("h3", {fontFamily:'vagrounded', "padding":"15px 0 0"});
Cufon.replace(".font_change1", {fontFamily:'vagrounded'});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) Cheryl Flaim fonted by Font Garden, 2000. All rights reserved.
 * 
 * Trademark:
 * FG Cheryl is a trademark of Cheryl Flaim fonted by Font Garden.
 * 
 * Manufacturer:
 * Cheryl Flaim fonted by Font Garden
 * 
 * Designer:
 * Ellinor Rapp
 * 
 * Vendor URL:
 * http://www.fontgarden.com
 */
Cufon.registerFont(Raphael.registerFont({"w":136,"face":{"font-family":"cherylhand","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"19","cap-height":"7","bbox":"-35 -289 233.743 126","underline-thickness":"18","underline-position":"-18","stemh":"23","stemv":"23","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":137},"!":{"d":"20,-8v0,7,9,20,17,20v8,0,17,-13,17,-20v0,-9,-17,-13,-24,-13v-7,0,-10,7,-10,13xm15,-203v-14,0,-8,22,-8,33v0,37,2,116,25,116v18,0,-2,-34,2,-50r0,-86v-1,-8,-11,-13,-19,-13","w":56},"\"":{"d":"5,-266v0,23,14,40,30,54r13,-14v9,5,28,10,27,-6v-16,-10,-1,-53,-25,-57v-26,2,2,39,-13,50v-17,0,-4,-34,-25,-34v-5,0,-7,2,-7,7","w":81,"k":{"A":45}},"#":{"d":"26,-28v0,28,29,-3,40,6r10,33v42,11,-11,-53,28,-56v13,-1,4,55,28,30r0,-39v15,-6,38,-1,44,-16v-4,-26,-38,1,-50,-12v-1,-16,-2,-37,15,-33v12,3,35,25,38,-1v3,-25,-27,-19,-47,-19v-16,0,3,-67,-26,-67v-9,-2,-7,11,-7,21v0,15,4,29,4,44v0,8,-5,9,-13,9v-14,0,-7,-27,-26,-27v-17,1,-5,22,-5,32v0,18,-57,17,-57,41v0,8,6,7,13,7v17,-1,42,-28,51,-3v0,46,-40,31,-40,50xm96,-65v-17,-5,-19,-39,0,-40v14,7,15,36,0,40","w":182},"$":{"d":"56,-167v-3,-14,3,-44,-13,-46v-25,7,-3,40,-3,58v0,11,-15,8,-15,26v0,13,2,21,15,29r0,56v-12,12,-28,-25,-37,-2v0,35,51,30,70,36v-1,9,-4,49,14,49v7,0,9,-2,9,-8r-3,-165v1,-19,37,14,37,-13v0,-26,-34,-1,-34,-38v0,-15,-4,-29,-21,-29v-19,0,-2,28,-6,47v-2,6,-11,6,-13,0xm74,-116v-16,5,-21,-18,-6,-18v8,0,6,15,6,18","w":133},"%":{"d":"186,-170v-27,-1,-54,-1,-66,13v-23,3,-22,-40,-67,-40v-22,0,-47,43,-47,59v-1,60,31,97,87,117v11,4,3,24,18,24v10,0,13,-11,19,-17v29,-32,74,-68,74,-116v0,-8,-3,-40,-18,-40xm30,-117v0,-17,3,-54,27,-54v26,0,29,26,23,48v0,8,5,6,12,6v28,-1,43,-35,81,-30v5,3,9,15,10,17v-10,43,-36,86,-85,86v-36,0,-68,-39,-68,-73","w":208},"&":{"d":"88,33v-26,6,-5,73,5,81v21,-7,5,-52,7,-74v-3,-4,-8,-7,-12,-7xm100,-135v-10,-37,12,-94,-22,-107v-19,16,0,54,-5,86v-12,20,-40,12,-40,38v0,14,16,13,14,29v-36,23,-28,74,10,83v14,-1,32,-12,30,-28v-1,-17,-13,-3,-20,1v-20,5,-25,-20,-10,-33r33,-27v2,-13,-6,-17,-7,-27v0,-9,17,-3,17,-15","w":127},"'":{"d":"14,-187v0,8,-4,25,6,23v6,-2,33,-57,10,-58v-13,0,-16,18,-16,35","w":45,"k":{"t":86,"s":73,"r":71,"l":58,"d":143,"'":128,"\"":66}},"*":{"d":"65,-60v6,16,6,43,28,51v19,-15,-17,-44,0,-61v15,16,40,-6,28,-26v13,-12,54,2,54,-22v0,-35,-48,-2,-77,-2v-8,0,-7,-6,-7,-13r31,-63v0,-8,-8,-11,-15,-11v-17,0,-17,32,-31,32v0,-13,2,-22,-11,-31v-20,11,-11,30,-3,47v0,4,-2,7,-7,6v-8,-2,-25,-14,-24,2v0,14,40,29,17,41v-16,2,-44,-1,-44,17v-1,22,24,17,36,10v5,0,5,4,5,8v0,17,-14,29,-14,45v0,8,1,11,9,11v21,0,11,-35,25,-41xm101,-93v1,-4,8,-5,11,-5v1,7,-7,12,-11,5","w":177},"+":{"d":"68,0v35,-18,91,-38,93,-84v0,-8,-1,-12,-11,-16v-13,7,-5,21,-13,30v-16,19,-50,47,-75,47v-35,1,-20,-55,-52,-37r0,27v7,9,35,37,58,33xm7,-122v0,6,2,16,10,16v10,-1,11,-23,-2,-24v-6,0,-8,3,-8,8xm67,-132v0,7,7,15,14,15v15,-2,13,-28,-2,-27v-8,0,-12,5,-12,12","w":164},",":{"d":"11,-42v10,38,-17,58,-18,91v29,-3,44,-36,45,-68v1,-18,3,-43,-24,-38v-4,4,-3,10,-3,15","w":46},".":{"d":"9,-8v0,22,35,6,40,-5v-1,-6,-8,-13,-18,-10v-12,0,-22,0,-22,15","w":61},"\/":{"d":"-18,-13v-1,7,2,13,8,13v13,0,25,-27,32,-37r66,-86v1,-8,3,-17,-7,-20v-12,-3,-24,28,-30,36v-23,32,-49,61,-69,94","w":70},"0":{"d":"51,-166v-47,45,-63,141,-10,183r40,0v41,-41,103,-89,60,-160v-21,-13,-70,-65,-90,-23xm31,-62v0,-27,10,-91,47,-91v27,0,57,24,57,53v0,34,-34,97,-74,97v-32,0,-30,-36,-30,-59","w":157},"1":{"d":"12,-47v0,19,-6,43,12,47v17,-1,16,-23,11,-37v0,-39,7,-78,7,-116v0,-13,-9,-18,-23,-17v-3,0,-4,1,-4,4v0,18,-3,101,-3,119","w":47},"2":{"d":"6,-107v19,40,40,-25,70,-29v4,0,4,5,4,7v0,45,-64,94,-64,118v0,10,8,12,18,11v29,-10,71,-30,109,-23v10,-6,21,-26,5,-30v-28,-1,-57,10,-85,16v6,-34,44,-69,43,-107v0,-13,-5,-23,-19,-23v-33,0,-63,39,-81,60","w":157},"3":{"d":"80,-109v1,-16,17,-20,17,-36v0,-21,-23,-29,-39,-29v-12,0,-51,11,-51,28v0,33,33,3,51,-1v11,-3,16,10,9,17r-46,46v-8,8,-5,24,9,21v12,0,16,-12,27,-14v21,-3,51,-12,57,10v-8,25,-28,47,-55,47v-9,0,-8,-17,-20,-17v-21,0,-11,34,2,40v50,5,94,-30,97,-74v2,-36,-38,-31,-58,-38","w":142},"4":{"d":"36,-141v0,24,-26,47,-35,69v1,17,23,13,30,3v22,3,33,-8,49,-10v5,0,11,3,11,10v0,23,-10,46,-10,69v0,15,24,14,30,4v-1,-22,-3,-56,3,-80v1,-6,21,-5,27,-6v5,-7,7,-11,7,-19v0,-17,-27,2,-27,-26v0,-22,21,-66,-8,-66v-35,0,27,93,-63,93v0,-16,12,-25,12,-41v0,-10,-4,-18,-15,-18v-11,0,-11,8,-11,18","w":153},"5":{"d":"36,-23v-10,1,-7,-6,-20,-14v-17,11,2,43,21,41v23,-8,51,-25,51,-50v0,-30,-54,-27,-54,-47v0,-13,21,-13,27,-13v3,-8,2,-19,10,-24v28,-14,65,-13,103,-13v9,-4,23,-27,4,-27v-69,0,-171,5,-171,74v0,32,54,41,54,53v0,10,-17,20,-25,20","w":157},"6":{"d":"36,-34v0,-42,0,-81,14,-104v0,-7,-17,-20,-22,-20v-10,0,-19,91,-19,103v0,22,8,64,40,64v30,0,99,-50,94,-93v-11,-12,-28,-34,-54,-20r-28,40r0,43v-8,11,-25,-1,-25,-13xm109,-81v10,0,12,13,7,20v-13,10,-14,24,-32,20v0,-13,9,-40,25,-40","w":145},"7":{"d":"109,-62v-1,23,-14,58,15,61v26,-3,-17,-75,30,-74v13,0,29,-4,29,-17v0,-19,-26,-6,-38,-6v-27,0,6,-57,-34,-57v-17,0,-109,3,-109,26v0,10,2,11,12,11v27,0,54,-11,81,-13v10,4,17,18,17,28v-5,18,-64,-5,-60,28v2,25,34,1,48,3v8,0,9,3,9,10","w":186},"8":{"d":"6,-35v0,22,12,38,35,38v40,0,65,-50,65,-85v0,-15,-20,-21,-20,-34v0,-12,14,-17,14,-30v-1,-14,-11,-26,-27,-24v-17,12,-60,28,-60,55v0,13,10,18,10,30v0,18,-17,30,-17,50xm30,-31v0,-19,6,-62,33,-62v12,-1,21,7,21,23v0,17,-23,50,-44,50v-7,0,-10,-5,-10,-11xm61,-143v11,-5,16,-3,9,12v-1,15,-17,19,-30,19v-6,0,-3,-6,-3,-10v2,-13,14,-17,24,-21","w":113},"9":{"d":"90,-83v2,28,-24,74,8,82v29,-5,2,-51,18,-74v-6,-33,22,-65,-10,-77v-2,2,-11,9,-13,11v-9,-12,-21,-27,-37,-27v-49,-1,-77,97,-21,97v19,0,36,-24,47,-24v8,0,8,5,8,12xm26,-108v0,-13,13,-31,26,-31v13,0,15,10,15,22v0,21,-37,28,-41,9","w":130},":":{"d":"24,-63v-20,-3,-22,27,-5,30v18,2,28,-30,5,-30xm10,-88v0,9,8,12,16,12v7,0,12,-4,12,-11v0,-9,-5,-15,-15,-15v-9,0,-13,5,-13,14","w":46},";":{"d":"-4,67v30,-2,43,-38,46,-68v1,-18,2,-43,-24,-38v-8,9,-3,24,0,34v-2,27,-22,45,-22,72xm21,-108v-14,0,-9,33,5,33v8,0,15,-2,15,-11v0,-10,-9,-22,-20,-22","w":56},"?":{"d":"61,-21v-15,-4,-29,20,-13,27v15,1,30,3,30,-15v0,-10,-8,-12,-17,-12xm51,-85v0,6,4,12,11,12v11,0,63,-98,63,-113v0,-18,-18,-31,-37,-30v-6,2,-36,11,-43,13v-11,17,-52,30,-40,56v32,-9,43,-43,79,-43v7,0,14,1,14,10v0,36,-47,59,-47,95","w":128},"A":{"d":"9,15v25,-9,26,-54,44,-69r40,0v20,0,1,57,26,57v26,0,15,-34,7,-47v0,-10,14,-14,14,-24v0,-10,-13,-9,-17,-16v1,-37,1,-81,-4,-120v-3,-7,-4,-10,-11,-10v-16,11,-50,84,-55,113v-9,8,-30,22,-23,50v-6,19,-27,34,-27,59v0,4,-1,7,6,7xm99,-84v-7,11,-45,10,-36,-7v17,-11,22,-42,26,-63v7,-3,11,1,10,10r0,60","w":146,"k":{"v":4,"s":4,"'":76,"\"":5}},"B":{"d":"103,-202v-102,22,-60,104,-97,172v6,23,30,31,51,31v40,0,137,-42,137,-90v-8,-29,-47,-38,-87,-33v1,-19,21,-35,20,-56v0,-9,-15,-22,-24,-24xm47,-44v0,-51,63,-58,110,-54v8,3,10,5,10,13v0,36,-78,63,-101,63v-15,0,-19,-4,-19,-22xm57,-121v0,-20,7,-54,34,-54v7,0,9,1,9,8v-2,21,-16,48,-37,55v-7,0,-6,-3,-6,-9","w":197,"k":{"A":15,".":8}},"C":{"d":"8,-89v0,43,26,95,77,91v21,-1,67,-23,67,-49v0,-10,-4,-12,-14,-11v-14,23,-30,37,-58,37v-46,0,-49,-53,-49,-86v0,-13,20,-61,28,-31v0,17,-19,40,6,44v23,-3,17,-39,17,-64v0,-9,-16,-20,-24,-20v-35,0,-50,64,-50,89","w":153,"k":{"A":12,".":40}},"D":{"d":"6,-12v0,18,33,31,44,44v15,2,24,-23,34,-27v36,-7,80,-27,80,-64v0,-26,-20,-44,-27,-68v-12,-15,-41,-47,-65,-47v-15,0,-39,16,-39,30v0,41,8,96,-5,127v-6,-6,-22,-13,-22,5xm68,-14v-18,0,-11,-33,-11,-54v0,-22,-3,-50,3,-73v2,-7,6,-7,11,-7v37,0,69,55,69,87v0,33,-46,47,-72,47","w":168,"k":{"V":6,"A":16}},"E":{"d":"66,2v38,0,90,-3,89,-43v0,-7,2,-14,-7,-14v-12,0,-12,26,-47,30v-30,4,-58,7,-67,-16v0,-29,68,-35,68,-61v0,-34,-69,25,-64,-26v13,-15,28,-30,51,-30v37,0,17,30,41,30v12,0,11,-13,11,-21v0,-24,-28,-33,-48,-33v-33,0,-82,32,-82,70v0,14,22,20,30,31v-11,14,-28,21,-34,39v0,29,34,44,59,44","w":160},"F":{"d":"6,-128v0,20,2,127,24,127v20,-4,6,-28,6,-44v0,-33,110,-1,110,-42v0,-8,-6,-8,-13,-8v-31,0,-60,14,-91,14v-10,0,-10,-13,-10,-20v0,-56,64,-52,107,-52v0,19,-33,17,-20,38v25,-2,62,-32,40,-60v-57,-4,-96,10,-146,17v-10,1,-7,21,-7,30","w":171,"k":{"o":8,"e":19,"a":13,"A":43,".":15}},"G":{"d":"87,-188v-48,21,-83,74,-81,130v0,28,18,58,49,58v19,0,33,-15,52,-14v6,4,6,14,6,23v8,4,29,7,31,-4v-7,-17,-13,-45,6,-56v1,-24,8,-47,10,-69v1,-11,-2,-23,-17,-21v-30,14,-64,32,-93,47v-7,8,-3,24,10,19v20,-7,45,-24,63,-33v4,1,9,4,7,12v0,46,-29,72,-75,72v-23,0,-25,-30,-25,-45v0,-21,11,-81,43,-82v2,8,7,17,16,17v25,-6,22,-50,-2,-54","w":166},"H":{"d":"6,-66v0,21,6,94,30,94v12,0,23,-12,23,-24v0,-14,-18,1,-23,-13r-3,-34v1,-11,45,-20,56,-20v15,19,4,32,-3,47v0,10,7,17,16,17v25,-1,10,-41,14,-70v17,-9,4,-23,-3,-33r0,-100v-6,-13,-27,-8,-27,9v0,31,7,61,7,91v0,23,-49,32,-57,20v-2,-30,10,-53,10,-81v0,-15,-26,-14,-27,-3v-4,33,-4,74,-13,100","w":132},"I":{"d":"76,-176v-20,14,-60,10,-70,34v10,27,44,-11,60,3v-3,41,7,69,7,110v0,3,1,6,-3,7v-12,0,-37,-1,-37,16v1,23,28,7,42,6v7,0,9,8,18,7v23,-25,56,-34,92,-26v7,0,8,-2,8,-9v0,-15,-19,-15,-29,-15v-24,-1,-49,19,-71,7v-7,-34,-3,-67,-3,-103v6,-19,44,-10,66,-10v14,0,3,30,19,30v7,0,8,-20,8,-25v-7,-49,-76,-13,-107,-32","w":191},"J":{"d":"2,-49v7,31,23,55,53,55v52,0,65,-50,65,-119v0,-31,-4,-67,-23,-67v-10,0,-12,0,-12,10v4,39,16,82,7,126v-7,34,-66,35,-63,-6v1,-8,8,-24,-5,-24v-10,0,-22,15,-22,25","w":129,"k":{"A":11}},"K":{"d":"122,-163v-28,13,-36,37,-70,46v-1,-1,-5,-2,-5,-3r0,-80v-1,-12,-20,-9,-22,0r0,90v0,11,-17,13,-17,25v0,8,3,12,11,18r0,70v35,17,7,-48,26,-47v30,8,60,40,95,44v10,1,33,-11,22,-23v-36,0,-95,-28,-117,-54v-5,-32,90,-45,90,-75v0,-8,-6,-11,-13,-11","w":166,"k":{"y":6,"e":29}},"L":{"d":"154,-6v9,-6,25,-19,27,-32v1,-9,-7,-11,-13,-8v-16,26,-77,19,-123,19v-11,-9,-2,-28,3,-40v6,-34,9,-70,6,-106v0,-12,-23,-18,-23,-3v0,45,0,87,-13,130v-3,10,-10,13,-10,24v1,19,25,20,45,19v35,0,65,-1,101,-3","w":182,"k":{"V":9,"T":32,"'":149,"\"":78}},"M":{"d":"51,-177v-18,0,-8,30,-16,44r-17,-7v-22,17,-6,61,-6,98r0,45v-1,5,6,2,10,3v34,0,12,-117,36,-116v6,24,2,92,30,103v18,7,54,-70,67,-80v11,12,4,87,28,87v19,0,21,-25,5,-33v-7,-45,-10,-91,-7,-137v-2,-9,-16,-24,-23,-10v-4,23,-8,50,-13,73v-8,16,-32,50,-43,67v-34,5,-9,-137,-51,-137","w":206},"N":{"d":"36,-41v3,-12,-4,-52,14,-50v12,30,20,64,30,96v1,4,3,4,6,4v28,-15,45,-87,63,-110v12,-15,47,-40,47,-55v0,-9,-12,-4,-20,-5v-24,20,-31,35,-50,60v-9,11,-21,68,-40,64v-2,-8,-4,-16,-3,-27v-20,-31,-15,-76,-60,-90v-6,0,-8,5,-10,10v1,43,-3,82,-3,124v0,10,0,19,13,19v18,0,13,-34,13,-40","w":149,"k":{"A":52,".":23}},"O":{"d":"19,-100v-15,39,-18,115,50,99v39,-22,60,-56,60,-100v0,-32,-18,-80,-57,-80v-26,0,-63,17,-63,47v0,14,10,21,10,34xm77,-161v27,0,28,48,32,67v0,28,-22,71,-54,71v-21,0,-23,-18,-23,-36v0,-51,41,-44,41,-63v0,-25,-31,-13,-44,-2v-14,-23,34,-37,48,-37","k":{"A":25}},"P":{"d":"49,-66v0,30,-22,100,14,102v4,0,10,-3,10,-8r0,-99v0,-1,86,-29,86,-70v0,-39,-56,-57,-86,-57v-33,0,-67,14,-67,51v0,18,3,38,13,53v5,8,30,19,30,28xm80,-98v-19,-5,4,-56,-14,-76v19,-12,67,6,67,33v0,21,-34,43,-53,43xm16,-121v-2,-15,24,-71,37,-40v-6,14,-4,37,-4,57v-12,12,-23,-13,-33,-17","w":162,"k":{"o":26,"e":24,"a":39,"A":52,".":29}},"Q":{"d":"85,-26v17,5,28,27,40,31v8,0,27,-10,25,-20v-4,-14,-40,1,-40,-36v11,-51,-1,-112,-60,-104v-19,15,-43,67,-43,91v0,33,18,63,57,55v3,-4,13,-17,21,-17xm52,-32v-42,-12,-17,-97,22,-97v16,0,20,36,20,48v0,4,0,9,-5,9v-10,-8,-15,-20,-25,-27v-27,19,34,63,-12,67","w":149,"k":{".":16}},"R":{"d":"13,-59v-6,21,-9,60,17,64v4,0,15,0,15,-7v0,-18,-6,-47,5,-57v10,0,23,16,33,20v29,10,87,17,117,17v8,0,36,-11,33,-23v-9,-17,-33,-3,-51,-3v-24,0,-39,-1,-66,-4v-17,-13,-39,-11,-53,-28v0,-6,16,-11,17,-12v12,-16,37,-24,37,-50v0,-20,-19,-27,-36,-27v-29,0,-58,23,-61,51v-1,11,-6,53,-7,59xm45,-101v-4,-22,26,-60,45,-36v0,19,-28,36,-45,36","w":219,"k":{"V":7,"T":32}},"S":{"d":"21,5v38,-10,107,-8,110,-60v-14,-17,-87,-57,-87,-71v0,-9,38,-19,42,-19v25,0,3,34,23,34v32,-8,16,-60,-15,-57v-26,2,-71,6,-80,37v0,43,87,57,87,84v0,5,0,9,-7,12v-26,10,-55,18,-83,17v-9,7,-2,26,10,23","w":137},"T":{"d":"8,-110v19,0,28,-18,50,-12r-2,122v4,6,25,5,27,-4r0,-116v2,-20,76,-16,80,-30v-2,-8,-14,-10,-20,-10v-21,0,-140,13,-140,41v0,4,0,9,5,9","w":140,"k":{"-":20,"y":35,"w":15,"u":24,"o":40,"e":44,"a":45,"A":56,":":15,".":29}},"U":{"d":"174,-15v-57,-1,-64,-80,-50,-121v0,-9,-8,-17,-17,-17v-23,0,-14,41,-17,54v-5,17,-37,102,-55,56r0,-77v-12,-10,-31,2,-25,25v0,22,-3,95,32,95v32,0,43,-60,53,-60v14,0,28,70,72,70v13,0,29,-10,37,-20v-5,-8,-17,-5,-30,-5","w":199,"k":{"A":12,".":29}},"V":{"d":"24,-147v-37,8,-3,56,3,80v4,15,4,67,29,67v31,-8,40,-68,58,-91v5,-8,36,-47,36,-51v0,-7,-8,-6,-12,-6v-41,15,-48,73,-71,107v-1,1,-6,4,-7,4v-16,0,-14,-106,-36,-110","w":153,"k":{"u":4,"o":22,"e":22,"a":32,"G":9,"A":49,".":14}},"W":{"d":"48,6v23,-9,28,-41,43,-60v20,15,2,61,30,57v38,-43,61,-96,97,-141v0,-14,-18,-11,-24,-2v-21,32,-38,69,-64,97v-20,-10,-12,-58,-22,-77v-37,-19,-21,67,-53,87r-7,-7v-1,-25,-4,-39,-10,-63v-3,-12,0,-34,-15,-34v-18,0,-19,26,-8,34v10,28,6,99,33,109","w":221,"k":{"y":20,"o":21,"e":21,"a":28,"A":47,".":10}},"X":{"d":"5,31v0,6,2,13,10,13v29,0,12,-67,44,-63v22,40,73,13,70,-27v0,-4,0,-10,-6,-10v-19,0,-11,38,-34,34v-10,-9,-25,-18,-20,-33r36,-64v6,-9,24,-11,24,-23v0,-8,-5,-7,-12,-7v-36,0,-43,54,-62,73v-15,-12,-16,-46,-37,-46v-8,0,-14,0,-13,10v10,23,24,41,31,67v0,28,-31,47,-31,76","w":131},"Y":{"d":"37,-54v22,-8,43,-49,57,-57v9,31,4,93,6,133v-12,34,-62,9,-83,4v-1,2,-8,4,-7,8v0,27,50,32,66,32v57,0,61,-89,41,-137r-3,-113v-1,-9,-6,-13,-14,-13v-21,0,-12,41,-16,53v-11,18,-19,53,-42,60v-7,0,-8,-14,-8,-16r0,-77v-8,-14,-16,4,-24,10v-3,34,-12,100,27,113"},"Z":{"d":"89,-118v2,42,-25,60,-69,65v-9,13,11,27,23,17v1,0,9,1,10,1v0,14,-16,25,-16,39v0,20,30,23,46,13v36,-9,79,-25,114,-17v11,-6,26,-29,0,-29v-36,0,-82,27,-117,27v-5,0,-10,-5,-10,-10v0,-60,100,-33,100,-60v-7,-33,-42,-6,-66,-4v0,-21,16,-38,16,-60v0,-7,0,-17,-10,-17v-17,0,-26,11,-40,17v-18,8,-70,11,-70,39v-1,7,6,15,13,11v24,-14,48,-32,76,-32","w":205},"\\":{"d":"1,-107v26,21,63,94,87,107v10,0,6,-9,7,-17v-7,-10,-40,-58,-47,-69v-9,-12,-20,-41,-38,-41v-12,-1,-8,10,-9,20","w":96},"a":{"d":"8,-33v0,15,4,48,24,48v20,0,38,-47,52,-47v16,0,20,33,45,33v20,0,63,-16,46,-40v-10,2,-32,18,-57,14v-15,-17,-9,-46,-9,-74v-7,-5,-31,-18,-37,-19v-32,0,-64,59,-64,85xm39,-12v-21,-11,6,-91,33,-77v3,38,-8,57,-33,77","w":174,"k":{"v":9,"t":6,"g":19}},"b":{"d":"44,6v36,0,81,-23,90,-63v0,-23,-19,-43,-34,-56v-31,-5,-48,7,-63,26v-14,-19,16,-66,-11,-80v-5,0,-11,10,-12,14v3,50,-16,101,-7,146v22,-9,18,13,37,13xm37,-30v6,-25,19,-57,49,-57v14,0,22,14,22,29v0,22,-34,38,-53,38v-6,0,-18,0,-18,-10","k":{"v":4}},"c":{"d":"8,-62v1,35,16,67,60,67v22,0,64,-13,64,-40v0,-4,1,-15,-7,-14v-18,19,-29,31,-55,31v-25,0,-39,-16,-39,-40v0,-9,0,-37,17,-34v2,5,6,21,18,17v15,0,19,-10,19,-24v0,-17,-13,-30,-30,-30v-29,0,-47,42,-47,67","k":{".":24}},"d":{"d":"84,-117v-41,4,-84,60,-80,107v12,9,15,27,40,23v1,0,28,-16,37,-23v10,-8,15,-27,29,-27v19,1,15,45,61,37v7,-5,23,-28,3,-27v-27,17,-40,-22,-40,-43v0,-34,10,-66,6,-100v1,-5,-5,-4,-10,-4v-24,2,-20,40,-19,64v-9,10,-18,-7,-27,-7xm27,-25v0,-23,25,-63,50,-62v19,23,0,76,-36,74v-7,0,-14,-3,-14,-12","w":185,"k":{"v":9}},"e":{"d":"-6,-36v4,12,14,19,27,13v26,35,99,37,114,-10v0,-6,-1,-10,-8,-10v-14,0,-31,24,-55,24v-9,0,-25,-5,-25,-17v0,-22,34,-44,34,-70v0,-12,-6,-27,-20,-27v-39,0,-50,51,-47,80v-5,8,-20,6,-20,17xm44,-76v-6,-5,-6,-24,5,-24v4,0,10,0,9,7v-1,4,-6,17,-14,17","w":129,"k":{"v":6,"g":19,".":24}},"f":{"d":"85,-189v-36,0,-58,25,-60,64v0,9,-1,19,-6,27v-9,13,-29,2,-29,20v0,16,18,14,29,10v3,15,5,73,29,73v6,0,12,-3,12,-10v0,-21,-18,-39,-18,-61v12,-23,52,-20,81,-23v10,-8,-6,-19,-15,-19v-20,0,-40,3,-61,3v0,-18,2,-60,30,-60v26,-1,22,44,42,30v4,-28,-6,-54,-34,-54","w":120,"k":{"e":8,"a":11,"'":66}},"g":{"d":"88,26v9,52,-31,80,-73,80v-33,0,-19,-50,-38,-50v-11,0,-12,12,-12,21v0,25,23,49,48,49v53,0,99,-35,99,-90v0,-41,-13,-82,-21,-123v-2,-13,-12,-23,-26,-23v-40,0,-64,48,-64,82v0,16,3,28,21,28v20,0,41,-26,53,-37v11,5,9,36,13,63xm28,-27v-13,-15,8,-51,27,-53v7,0,7,4,7,10v0,17,-17,39,-34,43","w":109,"k":{".":5}},"h":{"d":"96,-133v-35,8,-38,50,-60,73v-10,-30,8,-68,4,-106v-3,-10,-18,-9,-24,-4v-5,57,4,115,-7,162v0,9,5,8,13,8v20,0,49,-77,61,-96v3,-4,3,-4,7,-4v14,1,5,50,9,60v1,24,-6,40,21,40v28,0,10,-27,3,-40v-1,-20,10,-93,-27,-93","w":135},"i":{"d":"28,-48v-3,-21,12,-81,-20,-63r0,96v0,5,8,14,13,14v26,-2,10,-30,7,-47xm26,-178v-17,7,-8,37,13,31v5,0,12,-1,9,-11v-2,-6,-15,-20,-22,-20","w":45},"j":{"d":"46,-103v-32,4,-4,57,-16,81v-16,30,-54,46,-53,91v0,23,29,42,50,42v23,0,46,-13,46,-46v0,-53,-30,-106,-16,-159v0,-8,-3,-9,-11,-9xm0,60v0,-23,24,-45,40,-60v7,20,7,47,10,72v-7,23,-50,14,-50,-12xm19,-156v0,9,5,15,14,15v8,0,14,-4,14,-13v0,-9,-7,-15,-15,-15v-9,0,-13,5,-13,13","w":78},"k":{"d":"84,-110v-16,9,-30,23,-47,30v-8,-21,1,-57,-3,-84v-2,-11,-19,-10,-23,0r-3,173v2,9,6,17,16,17v29,-7,-12,-60,20,-63v40,-3,86,73,104,20v-6,-9,-15,-5,-24,-7v-21,-13,-38,-23,-60,-33v-5,-3,-7,-5,-7,-10v14,-16,71,-37,71,-68v0,-5,-1,-12,-7,-12v-23,0,-23,24,-37,37","w":149},"l":{"d":"9,-172v6,66,-18,155,26,170v4,0,15,1,14,-7v-28,-32,-17,-78,-20,-150v12,-11,5,-32,-10,-36v-9,2,-10,19,-10,23","w":45},"m":{"d":"12,-19v-9,10,2,25,13,26v31,0,19,-95,49,-95v0,29,-5,57,-2,85v31,19,47,-74,73,-86r5,3r0,73v2,15,34,20,28,-3v-5,-20,-9,-72,-10,-101v3,-19,-14,-37,-23,-19r-37,70v-16,4,-7,-17,-9,-33v-2,-16,-5,-37,-22,-37v-13,0,-20,20,-29,27v-7,-8,-19,-33,-30,-14v3,44,2,64,-6,104","w":182},"n":{"d":"10,0v0,9,3,14,13,14v26,0,34,-66,57,-83v17,7,-6,76,35,76v8,1,13,0,12,-10v-1,-2,-12,-11,-13,-13v-5,-17,-17,-66,-14,-93v-39,-25,-41,65,-61,66v-15,-13,1,-46,-2,-67v0,-7,-2,-16,-10,-16v-10,0,-12,18,-13,23v1,37,-4,67,-4,103","w":132,"k":{"v":9}},"o":{"d":"7,-26v0,14,8,45,27,45r37,0v23,-18,59,-32,59,-68v1,-31,-54,-111,-83,-62v-19,31,-40,45,-40,85xm30,-21v1,-35,13,-61,47,-73v17,0,30,28,30,41v0,30,-30,52,-58,52v-11,0,-19,-7,-19,-20","k":{"g":20}},"p":{"d":"35,-78v-8,0,-14,3,-14,13r0,126v0,9,6,34,20,34v8,0,7,-7,7,-14v-1,-23,-7,-48,-3,-73v16,-27,70,-18,70,-75v0,-33,-41,-65,-72,-65v-27,0,-40,17,-35,44r10,3v5,-9,14,-27,27,-27v19,0,47,27,47,46v0,15,-19,41,-36,41v-20,0,7,-53,-21,-53","w":117,"k":{"y":5}},"q":{"d":"125,-104v-14,0,-17,19,-34,17v-3,-14,-4,-31,-22,-31v-38,0,-68,36,-68,73v0,15,11,24,27,24v33,0,49,-46,79,-46v3,42,-1,91,-5,130v0,8,3,13,11,13v10,0,19,-8,22,-17v-14,-41,3,-104,3,-140v0,-7,-1,-23,-13,-23xm25,-51v0,-17,18,-40,35,-40v7,0,18,1,18,10v0,16,-33,37,-46,37v-5,0,-7,-2,-7,-7","w":147},"r":{"d":"8,-13v0,10,1,11,11,11v13,0,65,-77,83,-93v16,-4,25,5,36,7v7,0,7,-5,7,-11v0,-15,-12,-23,-26,-23v-36,0,-50,44,-74,60v-3,1,-10,-4,-13,-4v8,-19,-3,-51,-20,-33v1,32,-4,56,-4,86","w":140,"k":{"-":30,"y":66,"v":53,"u":41,"t":14,"q":9,"o":56,"m":35,"g":86,"e":55,"d":63,"c":48,"a":69,":":25,".":53}},"s":{"d":"19,-6v0,10,9,11,19,11v18,0,78,-18,78,-44v0,-26,-77,-29,-77,-53v0,-16,23,-19,36,-19v20,0,21,12,39,21v10,0,9,-5,9,-14v0,-23,-18,-30,-39,-30v-21,0,-78,20,-78,45v0,28,60,34,77,55v-11,10,-31,19,-49,13v-8,0,-15,7,-15,15","w":129},"t":{"d":"60,-103v20,0,62,7,44,-22r-40,0v0,-15,-11,-32,7,-43v-5,-22,-35,-14,-37,7v1,6,3,16,3,24v0,26,-33,23,-33,39v-1,15,25,4,27,17v-1,4,-3,32,-7,40v5,16,1,46,23,43v31,-5,0,-21,0,-45v0,-5,2,-60,13,-60","w":109},"u":{"d":"89,-49v9,0,17,46,41,50v12,1,26,-9,24,-23v-10,-1,-31,-3,-34,-16v-6,-33,-5,-66,-3,-103v-8,-6,-22,-8,-27,3v6,31,-9,59,-26,83v-2,3,-13,27,-23,27v-32,-15,14,-86,-23,-97v-15,0,-6,28,-14,40v10,27,-10,83,30,84v27,0,38,-48,55,-48","w":151},"v":{"d":"141,-144v-20,16,-55,89,-77,114v-32,-6,-10,-82,-43,-91v-9,0,-17,13,-17,21v20,32,24,64,37,100v3,8,8,6,16,6v36,-31,56,-77,83,-116v8,-4,21,-12,21,-22v0,-9,-12,-12,-20,-12","w":163,"k":{"o":17,"e":15,"a":21,".":6}},"w":{"d":"137,2v34,-30,62,-79,96,-110v1,-8,3,-20,-10,-17v-17,0,-67,91,-83,91v-9,0,-12,-14,-10,-20v-7,-22,-10,-47,-18,-67v-23,0,-18,23,-25,36v-13,23,-23,54,-34,61v-15,-10,-6,-97,-36,-97v-8,0,-7,6,-7,13v0,14,7,23,10,37v5,28,-1,63,20,86v31,9,47,-77,56,-77v11,0,24,53,41,64","w":227,"k":{"o":20,"e":17,"a":26,".":9}},"x":{"d":"4,1v0,11,10,15,20,12v5,-11,7,-32,20,-32v8,5,12,14,23,16v9,0,27,-11,27,-20v0,-15,-40,2,-40,-27v0,-23,47,-68,47,-86v0,-6,-1,-11,-8,-11v-30,0,-32,71,-54,71v-18,0,-2,-33,-25,-33v-28,8,14,51,14,61v0,18,-24,32,-24,49","w":104},"y":{"d":"4,79v0,18,24,34,42,37v74,-5,81,-77,79,-147v0,-12,-16,-83,-34,-83v-13,0,-25,87,-53,87v-11,-9,5,-48,-15,-50v-11,-1,-16,11,-15,25v1,18,2,59,30,55v20,-14,40,-53,53,-70v13,5,11,41,11,65v0,37,-4,95,-54,95v-22,0,-26,-24,-36,-24v-7,0,-8,4,-8,10","w":132},"z":{"d":"17,-86v23,-6,43,-32,71,-34v6,0,10,0,10,7v0,17,-14,27,-26,36v-14,10,-67,3,-67,27v5,21,33,-2,53,5v0,14,-13,22,-13,37v0,16,17,21,31,21v24,0,129,-18,72,-40v-26,-1,-55,30,-76,10r13,-26v16,-35,70,-11,70,-37v0,-24,-43,1,-40,-20r16,-33v3,-6,-11,-17,-17,-17v-16,0,-109,28,-109,48v0,8,3,16,12,16","w":171,"k":{"e":12}},"~":{"d":"11,-170v-7,10,-7,32,10,31v19,-1,9,-42,36,-41v12,8,14,23,34,24v16,0,40,-16,43,-34v-7,-24,-26,3,-38,7v-19,-2,-23,-40,-48,-24","w":137},"-":{"d":"128,-70v37,9,-8,95,35,77r0,-80v0,-15,-17,-23,-29,-23v-28,0,-128,62,-128,86v0,10,2,17,15,17v10,0,52,-77,107,-77xm27,-133v-15,0,-36,41,-5,37v28,3,26,-33,5,-37xm83,-141v0,13,17,19,27,19v6,0,10,0,10,-7v0,-12,-10,-21,-21,-21v-5,0,-16,0,-16,9","w":171},"\u00a0":{"w":137}}}));

//if (!jQuery.browser.msie && !jQuery.browser.opera){
	Cufon.replace("#note p", {fontFamily:'cherylhand', fontSize:"21px"});
//}

jQuery(function($) {
	
	if (jQuery.browser.msie || jQuery.browser.opera){
		/*var note_text = $("#note p").html();
		
		note_text = note_text.replace(/<BR>/gi, '\n');
		
		$("#note").html("");
		
		var paper = Raphael("note", 343, 226);
		
		var t = paper.text(30, 80, note_text).attr({'text-anchor' : 'start', 'font-size':15, 'font-family':'cherylhand'}).rotate(-2.5);
		var t = paper.print(30, 80, note_text, paper.getFont('cherylhand'), 15).attr({'text-anchor' : 'start', 'font-size':15}).rotate(-2.5);*/
	}
	
	//***************************
	// Remove input text on focus
	//***************************
	var Fields =  $('.remove_input_text_on_focus');
		
	$.each(Fields, function(){
		var ChangeBackText = $(this).attr("value");
		
		$(this).focus(function(){
			var CurrentTextValue = $(this).attr("value");
					
			if (CurrentTextValue == ChangeBackText){
				$(this).attr("value", "");
			}
		});
		
		$(this).blur(function(){
			var CurrentTextValue2 = $(this).attr("value");
					
			if (CurrentTextValue2 == ""){
				$(this).attr("value", ChangeBackText);
			}
		});
	});
	
	//***************************
	// Most popular
	//***************************
	var ColourLis = $('.most_popular ul li');
	
	$.each(ColourLis, function(){
							   
		var Colour = $(this).attr("class");
		
		$(this).hover(function(){
			
			if (Colour == 'colour1') {
				// Orange
				var Css = $('#test').attr("href", "/css/orange.css");
			} else if (Colour == 'colour2') {
				// Green
				var Css = $('#test').attr("href", "/css/green_sfl.css");
			} else if (Colour == 'colour3') {
				// Purple
				var Css = $('#test').attr("href", "/css/purple.css");
			} else if (Colour == 'colour4') {
				// Blue
				var Css = $('#test').attr("href", "/css/blue.css");
			} else if (Colour == 'colour5') {
				// Orange 2
				var Css = $('#test').attr("href", "/css/orange_providers.css");
			}
			
			
			var selected_image = Colour.replace('colour', '');
			
			var images = $('.banner img');
			
			$.each(images, function(){
				$(this).removeClass('selected');
			});
			
			$('#front_banner img:nth-child(' + parseInt(selected_image) + ')').addClass('selected');
			
		}, 
		function(){
			// Green
			var Css = $('#test').attr("href", "/css/home_green.css");
			
			var images = $('.banner img');
			
			$.each(images, function(){
				$(this).removeClass('selected');
			});
			
			$('#front_banner img:nth-child(6)').addClass('selected');
		})
		
	})
	
});

function checkscript()
{
		
		if (document.getElementById('name').value == '' )
		{
			alert('Please enter your name');
			return false;
		}else if (document.getElementById('email').value == '' )
		{
			alert('Please enter a valid email address');
			return false;
		}else if (document.getElementById('email').value != '' )
		{
			return CyJS_Utils_IsEmailValidcf (document.getElementById('email').value);
		} 
}
function checkscriptshout()
{
		if (document.getElementById('name').value == '' )
		{
			alert('Please enter your name');
			return false;
		}else if (document.getElementById('company').value == '' )
		{
			alert('Please enter your company');
			return false;
		}else if (document.getElementById('email').value == '' )
		{
			alert('Please enter a valid email address');
			return false;
		}else if (document.getElementById('enquiry').value == '' )
		{
			alert('Please complete your shout details');
			return false;
		}else if (document.getElementById('email').value != '' )
		{
			return CyJS_Utils_IsEmailValidcf (document.getElementById('email').value);
		} 
}
function checkscript2()
{
		
		if (document.getElementById('email').value == '' )
		{
			alert('Please enter a valid email address');
			return false;
		}else if (document.getElementById('email').value != '' )
		{
			return CyJS_Utils_IsEmailValidcf (document.getElementById('email').value);
		} 
}

function CyJS_Utils_IsEmailValidcf(checkThisEmail)
{
	var myEMailIsValid = true;
	var myAtSymbolAt = checkThisEmail.indexOf('@');
	var myLastDotAt = checkThisEmail.lastIndexOf('.');
	var mySpaceAt = checkThisEmail.indexOf(' ');
	var myLength = checkThisEmail.length;


	// at least one @ must be present and not before position 2
	// @yellow.com : NOT valid
	// x@yellow.com : VALID

	if (myAtSymbolAt < 1 )
 		{myEMailIsValid = false}


	// at least one . (dot) afer the @ is required
	// x@yellow : NOT valid
	// x.y@yellow : NOT valid
	// x@yellow.org : VALID

	if (myLastDotAt < myAtSymbolAt)
	 {myEMailIsValid = false}

	// at least two characters [com, uk, fr, ...] must occur after the last . (dot)
	// x.y@yellow. : NOT valid
	// x.y@yellow.a : NOT valid
	// x.y@yellow.ca : VALID

	if (myLength - myLastDotAt <= 2)
	 {myEMailIsValid = false}


	// no empty space " " is permitted (one may trim the email)
	// x.y@yell ow.com : NOT valid

	if (mySpaceAt != -1)
	 {myEMailIsValid = false}


	if (myEMailIsValid == true)
	 {
		
		return true
			 
	}
	else
	 {alert("Please check that your email address is entered correctly")
	 return false;}

}

