function unsetNoJavascript(){$('body').removeClass('noJavascript');} function initialiseJGallery(box){$('.imageSwapper').html('');var xmlURL=$('.imageSwapper').attr('title');var imageLimit=9;$.get(xmlURL,function(data){var $xmlData=$(data);$('.imageSwapper').populateFromXML({'xmlObject':$xmlData,'imageLimit':imageLimit,'callback':startJGallery});});} function startJGallery(config){$('.imageSwapper').JGallery(config);} (function($){$.fn.populateFromXML=function(settings){var config={'xmlObject':'','imageLimit':4,'callback':null};if(settings)$.extend(config,settings);this.each(function(){var imageList='
    ';var $i=0;$("asset",config.xmlObject).each(function(){if($i';imageList+='
    ';imageList+='';imageList+='
    ';imageList+=decodeURIComponent($(this).attr("caption"));imageList+='Read More';imageList+='
    ';imageList+='
    ';imageList+='';$i++;}});imageList+='
';$(this).html(imageList);initCufon(['.imageSwapper .mediaCaption']);});var $popupBox=$('.mediaCaption:first',this);var popupWidth=$popupBox.width();popupWidth+=parseInt($popupBox.css('padding-right').replace(/px/,''));popupWidth+=parseInt($popupBox.css('padding-left').replace(/px/,''));$('.imageSwapper img').hide();$('.imageSwapper .zoomImage').hide();$('.imageSwapper .mediaCaption').hide();if(config.callback)config.callback({easing:'easeOutQuint','popupWidth':popupWidth,'zoomSpeed':800});return this;};})(jQuery);(function($){$.fn.JGallery=function(settings){var config={'minWidth':40,'spacing':0.7,'zoom':0.2,'zoomSpeed':800,'easing':'linear','popupWidth':300};if(settings)$.extend(config,settings);this.each(function(){config.borderWidth=parseInt($("li>img:last",this).css('border-left-width').replace(/px/,''));config.borderWidth+=parseInt($("li>img:last",this).css('border-right-width').replace(/px/,''));var boxWidth=$(this).width();var numImages=$(this).find('li').length;var i=0;widths=calculateWidths(boxWidth,numImages,config,$("li>img:last",this).width());$(this).find('li').each(function(){$(this).css('left',widths[i]+'px');i++;$('img',this).load(function(){$(this).fadeIn('slow');});$(this).click(function(){$image=$(this).find('img:first');imageWidth=$image.width();imageHeight=$image.height();$zoomBox=$('.zoomImage',this);if($zoomBox.css('z-index')!=1){$(".imageSwapper > ol > li.active").each(function(){animateZoom($('.zoomImage',this),imageWidth,imageHeight,'inactive',config);});zoomWidth=imageWidth+(imageWidth*config.zoom);zoomHeight=imageHeight+(imageHeight*config.zoom);animateZoom($zoomBox,zoomWidth,zoomHeight,'active',config);}else{animateZoom($zoomBox,imageWidth,imageHeight,'inactive',config);}});});});return this;};function animateZoom($zoomBox,zoomWidth,zoomHeight,state,config){var easing=config.easing;var speed=config.zoomSpeed;var animConfig=new Object();animConfig['opacity']='toggle';animConfig['marginTop']=(zoomHeight/2);animConfig['marginLeft']=(zoomWidth/2);if(state=='active'){var offset=$zoomBox.parent().offset();var checkLeft=(offset.left+$zoomBox.parent().width()/2)-animConfig.marginLeft;var checkRight=(offset.left+$zoomBox.parent().width()/2)-animConfig.marginLeft+zoomWidth+config.borderWidth;if(checkLeft<0)animConfig.marginLeft+=checkLeft;if(checkRight>$('body').width()){animConfig.marginLeft+=checkRight-$('body').width();var adjustPopup=true;} $zoomBox.parent().addClass('active');callback=function(){if(adjustPopup)$('.imageSwapper li.active .zoomImage .mediaCaption').css('left',(zoomWidth-config.popupWidth));$('.imageSwapper li.active .zoomImage .mediaCaption').wait(500).fadeIn('fast');}}else{callback=function(){$(".imageSwapper > ol > li.active").removeClass('active').find('.mediaCaption').hide();} speed=speed/4;easing='linear';} animConfig.marginLeft=-animConfig.marginLeft;animConfig.marginTop=-animConfig.marginTop;$('img',$zoomBox).animate({width:zoomWidth+'px'},speed,easing).parent().animate(animConfig,speed,easing,callback());} function calculateWidths(boxWidth,numImages,config,itemWidth){itemWidth+=config.borderWidth;var widths=new Array();var useMinImage=false;var currentOffset=boxWidth-itemWidth;widths[0]=currentOffset;for(var i=1;i0){config.minWidth=lastOffset/(numImages-i);currentOffset=lastOffset-config.minWidth;useMinImage=true;} if(currentOffset<5)currentOffset=0;widths[i]=currentOffset;} return widths.reverse();} $.fn.wait=function(time,type){time=time||1000;type=type||"fx";return this.queue(type,function(){var self=this;setTimeout(function(){$(self).dequeue();},time);});};})(jQuery);$.extend({getUrlVars:function(){var vars=[],hash;var hashes=window.location.href.slice(window.location.href.indexOf('?')+1).split('&');for(var i=0;ipageWidth){startLeft=pageWidth-290;} var offset=$homeContainer.offset();var startTop=offset.top-240;$('div.mediaCaption',this).css('position','absolute').css('left',startLeft+'px').css('top','50%').css('marginTop','-200px').css('width','227px');});} jQuery.fn.spaceOutItems=function(){var pageWidth=$homeContainer.width();var availableWidth=pageWidth-parseFloat(openWidth.replace('px'));availableWidth+=parseFloat(closedWidth.replace('px'));var numItems=this.length;availableWidth-=(numItems*borderWidth);availableWidth-=20;var itemWidth=Math.round(availableWidth/numItems);closedWidth=itemWidth+'px';var p=0;return this.each(function(){var newWidth=itemWidth;$(itemSelector,this).css('width',newWidth+'px');$(this).data('closedWidth',newWidth+'px');$(this).data('positionInStack',p);p++;});};jQuery.fn.openItem=function(){return this.each(function(){$(this).addClass('open');$(itemSelector,this).animate({width:openWidth,height:openHeight,marginTop:openMargin},animSpeed,function(){$(this).parent().positionSpeechBubble();$(this).parent().addClass('hover');$homepageItems.each(function(){$(itemSelector,this).stop();});});});};jQuery.fn.closeItems=function(){return this.each(function(){$(this).removeClass('hover');if($(this).hasClass('open')){$(itemSelector,this).stop();$(itemSelector,this).animate({width:$(this).data('closedWidth'),height:closedHeight,marginTop:'0px'},animSpeed,function(){$(this).parent().removeClass('open');$(this).parent().removeClass('hover');});}else{}});};jQuery.fn.setupHoverAction=function(){return this.each(function(){$(itemSelector,this).hover(function(){if(!$(this).parent().hasClass('open')){$homepageItems.closeItems();$(this).parent().openItem();}else{$(this).parent().addClass('hover');}},function(){});});};jQuery.fn.animateIn=function(){var itemCount=$homepageItems.length;var i=0;return this.each(function(){i++;if($(this).hasClass('hidden')){$(this).removeClass('hidden');$(this).fadeIn(animSpeed/2,function(){if(i250)adjustAnimTime=700;var contentWidthIncludingPadding=parseFloat(contentWidth)+67;if($(this).parents('div.widget').hasClass("mailinglistSubscribe")) contentWidthIncludingPadding=contentWidthIncludingPadding-19;else if(contentWidthIncludingPadding<=363||contentWidthIncludingPadding>520) contentWidthIncludingPadding=contentWidthIncludingPadding-24;$divContainer.animate({width:contentWidthIncludingPadding},animTime,"swing");$(this).addClass('open');});} jQuery.fn.slideToggle=function(){return this.each(function(){$(this).unbind('click').click(function(){if($(this).hasClass('open')){$(this).closeSlider();}else{$(this).openSlider();} return false;});});} var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);} if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();} catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i0)word=' '+word;} else if(position400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||altmax)max=alt;alts.push(alt);} if(weightmax)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?ab:(a<=weight&&b<=weight)?a>b:aexpandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x'+'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:'+ (HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'cufon cufontext{position:absolute;left:-10000in;font-size:1px;}'+'a cufon{cursor:pointer}'+'}'+'@media print{'+'cufon cufoncanvas{display:none;}'+'}'+'').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);} function getSizeInPixels(el,value){if(value==='0')return 0;if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;} function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));} return value;} var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j":{"d":"17,-49r122,-42r-122,-42r0,-63r182,77r0,56r-182,77r0,-63","w":216},"?":{"d":"67,-85v-8,-35,63,-72,62,-103v0,-13,-6,-22,-21,-22v-24,0,-24,21,-24,35r-66,0v-6,-56,37,-96,94,-96v56,0,86,40,86,76v0,49,-66,79,-68,110r-63,0xm130,-61r0,61r-63,0r0,-61r63,0","w":213},"@":{"d":"173,-197r37,0r-16,95v0,8,4,11,10,11v13,0,30,-28,30,-63v0,-50,-40,-85,-93,-85v-64,0,-105,53,-105,108v0,28,14,104,105,104v26,0,52,-4,76,-13r8,33v-36,13,-75,13,-84,13v-205,-9,-175,-278,-1,-278v76,0,127,52,127,118v0,52,-33,97,-70,97v-19,0,-30,-11,-35,-26v-30,53,-99,20,-99,-38v0,-53,74,-113,107,-59xm162,-139v0,-13,-6,-29,-24,-29v-21,0,-36,23,-36,46v0,23,15,31,27,31v20,0,33,-21,33,-48","w":269},"A":{"d":"183,-39r-93,0r-14,39r-73,0r107,-266r54,0r106,266r-74,0xm165,-93v-11,-29,-15,-65,-29,-91r-27,91r56,0","w":272},"B":{"d":"220,-81v-3,56,-43,81,-111,81r-85,0r0,-266v85,-1,185,-12,183,69v0,21,-9,42,-31,54v43,15,44,51,44,62xm89,-207r0,42v24,-2,48,9,53,-21v-4,-29,-29,-19,-53,-21xm89,-108r0,48v31,-3,59,13,66,-25v-5,-34,-37,-20,-66,-23","w":232},"C":{"d":"217,-100r71,0v-15,63,-70,105,-134,105v-84,0,-141,-67,-141,-139v0,-68,53,-137,140,-137v84,0,128,64,135,106r-71,0v-8,-20,-27,-47,-64,-47v-96,1,-93,157,0,157v42,0,60,-36,64,-45","w":299},"D":{"d":"21,0r0,-266v93,6,149,-28,205,49v61,86,24,220,-112,217r-93,0xm183,-133v0,-49,-29,-83,-94,-74r0,147v63,8,94,-24,94,-73","w":267},"E":{"d":"24,0r0,-266r148,0r0,59r-83,0r0,42r81,0r0,60r-81,0r0,45r83,0r0,60r-148,0","w":190},"F":{"d":"24,0r0,-266r146,0r0,59r-81,0r0,46r78,0r0,59r-78,0r0,102r-65,0","w":182},"G":{"d":"138,-152r158,0v6,99,-64,156,-142,157v-81,0,-141,-62,-141,-139v0,-80,64,-137,142,-137v64,0,118,43,133,94r-76,0v-28,-56,-131,-44,-131,43v0,93,116,104,136,37r-79,0r0,-55","w":307},"H":{"d":"24,0r0,-266r68,0r0,100r87,0r0,-100r68,0r0,266r-68,0r0,-107r-87,0r0,107r-68,0","w":271},"I":{"d":"24,0r0,-266r68,0r0,266r-68,0","w":116},"J":{"d":"184,-105v5,85,-37,101,-92,110v-6,0,-90,0,-90,-91r73,0v1,12,2,31,20,31v21,0,21,-22,21,-34r0,-177r68,0r0,161","w":208},"K":{"d":"31,0r0,-266r68,0r1,119r75,-119r72,0r-89,132r94,134r-79,0r-74,-115r0,115r-68,0","w":254},"L":{"d":"26,0r0,-266r68,0r0,206r79,0r0,60r-147,0","w":175},"M":{"d":"24,0r0,-266r88,0r53,175r52,-175r88,0r0,266r-62,0r1,-200r-57,200r-45,0r-57,-199r2,199r-63,0","w":329},"N":{"d":"24,0r0,-266r59,0r103,167r-2,-167r65,0r0,266r-59,0r-103,-162r2,162r-65,0","w":273},"O":{"d":"23,-187v13,-35,55,-84,130,-84v82,0,141,64,141,138v0,74,-58,138,-141,138v-105,0,-166,-95,-130,-192xm153,-212v-97,1,-94,158,1,157v48,0,72,-44,72,-78v0,-35,-24,-79,-73,-79","w":306},"P":{"d":"225,-176v0,71,-51,99,-136,92r0,84r-65,0r0,-266r87,0v88,-3,114,30,114,90xm89,-207r0,64v33,-2,64,11,70,-32v-5,-41,-38,-30,-70,-32","w":228},"Q":{"d":"308,-49r0,54v-36,3,-76,-9,-80,-20v-105,62,-215,-24,-215,-117v0,-70,54,-139,140,-139v86,0,142,68,142,136v0,44,-15,67,-22,77v9,8,21,9,35,9xm218,-97v26,-49,-10,-115,-65,-115v-36,0,-65,26,-72,68v55,-21,90,-4,137,47xm184,-61v-10,-17,-55,-57,-96,-38v20,42,57,55,96,38","w":311},"R":{"d":"108,-266v84,-4,115,32,115,91v0,31,-16,76,-66,84r72,91r-77,0r-63,-86r0,86r-65,0r0,-266r84,0xm89,-207r0,75r24,0v40,0,45,-26,45,-39v1,-33,-33,-38,-69,-36","w":235},"S":{"d":"130,-77v0,-46,-119,-33,-117,-116v2,-80,118,-103,165,-48v16,19,17,37,18,52r-67,0v-1,-9,-4,-26,-25,-26v-12,0,-23,8,-23,21v0,16,7,19,55,41v50,22,62,45,62,76v0,39,-22,82,-93,82v-81,0,-97,-49,-96,-93r68,0v0,53,53,41,53,11","w":206},"T":{"d":"56,0r0,-207r-52,0r0,-59r172,0r0,59r-52,0r0,207r-68,0","w":179},"U":{"d":"23,-266r68,0r0,161v0,18,2,50,35,50v34,0,34,-29,34,-50r0,-161r68,0v-5,81,16,203,-27,242v-37,34,-105,44,-151,1v-49,-47,-19,-157,-27,-243","w":251},"V":{"d":"6,-266r70,0r54,186r54,-186r70,0r-89,266r-70,0","w":259},"W":{"d":"6,-266r69,0r36,173r39,-173r53,0r39,173r36,-173r69,0r-71,266r-59,0r-41,-172r-40,172r-61,0","w":353},"X":{"d":"182,-266r76,0r-81,126r92,140r-77,0r-57,-94r-55,94r-76,0r93,-142r-82,-124r77,0r46,76","w":273},"Y":{"d":"83,0r0,-97r-80,-169r74,0r40,107r40,-107r73,0r-79,169r0,97r-68,0","w":232},"Z":{"d":"6,0r0,-45r92,-162r-92,0r0,-59r168,0r0,55r-85,151r85,0r0,60r-168,0","w":179},"[":{"d":"144,-271r0,62v-36,2,-39,27,-39,48r0,145v0,22,3,46,39,48r0,63v-13,-1,-40,-3,-67,-22v-39,-27,-40,-69,-40,-91r0,-140v0,-26,2,-64,40,-92v27,-20,55,-20,67,-21","w":170},"\\":{"d":"188,36r-67,0r-95,-302r66,0","w":213},"]":{"d":"26,95r0,-63v36,-2,39,-27,39,-48r0,-145v0,-22,-3,-46,-39,-48r0,-62v13,1,40,2,67,21v39,27,40,70,40,92r0,140v0,26,-2,63,-40,91v-27,20,-55,21,-67,22","w":170},"^":{"d":"80,-135r-65,0r63,-131r60,0r63,131r-65,0r-28,-80","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"231,-200r0,200r-59,0v-1,-7,2,-17,-1,-22v-10,19,-35,29,-58,29v-63,0,-101,-50,-101,-107v0,-95,114,-137,160,-79r0,-21r59,0xm72,-99v0,19,14,50,50,50v71,0,65,-102,-1,-102v-34,0,-49,29,-49,52","w":253},"b":{"d":"22,0r0,-266r59,0r0,82v21,-23,50,-23,58,-23v42,0,99,30,99,106v0,100,-110,138,-159,80r0,21r-57,0xm129,-151v-66,-1,-65,104,-1,102v31,0,50,-25,50,-51v0,-26,-19,-51,-49,-51","w":249},"c":{"d":"163,-76r61,0v-11,45,-51,82,-105,82v-60,0,-107,-47,-107,-106v0,-59,45,-107,105,-107v53,0,96,35,106,84r-60,0v-6,-14,-18,-28,-43,-28v-28,0,-48,22,-48,51v0,55,79,65,91,24","w":234},"d":{"d":"230,-266r0,266r-57,0v-1,-7,2,-17,-1,-22v-5,8,-20,28,-60,28v-60,0,-100,-46,-100,-106v0,-68,48,-107,99,-107v35,0,53,18,59,24r0,-83r60,0xm72,-101v0,31,22,52,50,52v70,0,67,-102,1,-102v-35,0,-51,27,-51,50","w":251},"e":{"d":"214,-63v-17,38,-48,69,-97,69v-57,0,-106,-46,-106,-105v0,-56,44,-108,105,-108v66,1,112,54,104,125r-150,0v4,41,65,50,83,19r61,0xm71,-122r90,0v-3,-12,-14,-34,-45,-34v-31,0,-42,22,-45,34","w":232},"f":{"d":"24,0r0,-154r-23,0r0,-46r23,0v-3,-64,44,-74,85,-71r0,45v-15,-2,-26,3,-25,26r25,0r0,46r-25,0r0,154r-60,0","w":113},"g":{"d":"229,-24v3,81,-36,113,-113,113v-69,0,-96,-42,-100,-70r69,0v9,20,31,20,35,20v9,3,52,-8,48,-61v-6,12,-24,28,-55,28v-54,0,-101,-41,-101,-105v0,-92,101,-139,157,-82r0,-19r60,0r0,176xm72,-101v0,32,23,52,48,52v29,0,49,-21,49,-50v0,-32,-22,-51,-49,-51v-26,0,-48,20,-48,49","w":249},"h":{"d":"81,-181v45,-56,126,-17,126,69r0,112r-60,0r0,-109v0,-10,0,-41,-32,-41v-33,0,-34,29,-34,39r0,111r-59,0r0,-266r59,0r0,85","w":227},"i":{"d":"81,-200r0,200r-59,0r0,-200r59,0xm81,-266r0,45r-59,0r0,-45r59,0","w":102},"j":{"d":"91,-200r0,196v4,51,-19,82,-89,77r0,-45v24,3,29,-13,29,-30r0,-198r60,0xm91,-266r0,45r-60,0r0,-45r60,0","w":115},"k":{"d":"24,0r0,-266r60,0r0,139r56,-73r71,0r-76,88r73,112r-67,0r-57,-96r0,96r-60,0","w":212},"l":{"d":"22,0r0,-266r59,0r0,266r-59,0","w":102},"m":{"d":"191,-171v37,-64,157,-37,137,62r0,109r-59,0r0,-106v0,-16,0,-44,-31,-44v-33,0,-33,30,-33,41r0,109r-60,0r0,-109v0,-11,0,-41,-30,-41v-34,0,-34,32,-34,44r0,106r-59,0r0,-200r55,0v1,6,-2,16,1,21v5,-8,18,-28,55,-28v18,0,42,6,58,36","w":348},"n":{"d":"132,-207v50,0,75,16,75,82r0,125r-60,0r0,-109v0,-14,0,-41,-31,-41v-34,0,-35,29,-35,41r0,109r-59,0r0,-200r55,0v1,6,-2,16,1,21v6,-10,18,-28,54,-28","w":227},"o":{"d":"12,-100v0,-49,35,-106,108,-106v73,0,108,57,108,106v0,49,-35,106,-108,106v-73,0,-108,-57,-108,-106xm72,-100v0,29,22,50,48,50v26,0,48,-21,48,-50v0,-29,-22,-50,-48,-50v-26,0,-48,21,-48,50","w":239},"p":{"d":"22,67r0,-267r56,0v1,7,-2,17,1,22v12,-15,31,-29,62,-29v139,0,122,216,0,214v-36,0,-53,-17,-60,-25r0,85r-59,0xm129,-49v64,-1,68,-101,0,-102v-67,1,-65,101,0,102","w":250},"q":{"d":"230,-200r0,267r-60,0r-1,-88v-7,9,-22,27,-60,27v-57,0,-97,-45,-97,-102v0,-69,46,-111,101,-111v39,0,55,22,59,29r0,-22r58,0xm122,-151v-64,1,-69,102,0,102v31,0,50,-27,50,-51v0,-21,-14,-51,-50,-51","w":251},"r":{"d":"21,0r0,-200r56,0v1,6,-2,16,1,21v5,-10,15,-28,50,-28r0,60v-28,1,-47,7,-47,37r0,110r-60,0","w":130},"s":{"d":"165,-144r-58,0v0,-4,-1,-15,-19,-15v-13,0,-17,9,-17,14v0,11,15,16,31,21v34,9,69,20,69,63v0,83,-149,101,-162,2r59,0v3,18,20,18,23,18v10,0,21,-6,21,-16v0,-15,-15,-18,-53,-32v-26,-9,-48,-25,-48,-52v0,-40,37,-66,78,-66v26,0,71,10,76,63","w":179},"t":{"d":"93,-266r0,66r29,0r0,46r-29,0r0,154r-60,0r0,-154r-29,0r0,-46r29,0r0,-66r60,0","w":126},"u":{"d":"207,-200r0,200r-57,0v-1,-6,2,-16,-1,-21v-12,26,-36,27,-51,27v-12,0,-41,-3,-59,-25v-34,-41,-12,-116,-18,-181r60,0r0,111v0,14,0,40,32,40v17,0,34,-9,34,-41r0,-110r60,0","w":228},"v":{"d":"207,-200r-72,200r-57,0r-72,-200r62,0r39,125r38,-125r62,0","w":213},"w":{"d":"3,-200r61,0r31,124r33,-124r50,0r34,124r30,-124r61,0r-61,200r-55,0r-34,-129r-34,129r-55,0","w":306},"x":{"d":"145,-200r71,0r-67,93r77,107r-73,0r-40,-62r-41,62r-72,0r76,-107r-67,-93r72,0r32,53","w":226},"y":{"d":"143,-200r63,0r-100,267r-63,0r32,-77r-75,-190r64,0r41,116","w":206},"z":{"d":"76,-45r78,0r0,45r-149,0r0,-41r85,-113r-85,0r0,-46r149,0r0,46","w":159},"{":{"d":"174,-221v-23,-3,-46,5,-41,23r0,76v1,37,-29,32,-39,39v13,1,39,7,39,33r0,76v-4,18,17,28,41,24r0,45v-52,2,-101,3,-101,-50r0,-76v0,-20,-26,-22,-35,-22r0,-62v9,0,35,-2,35,-24r0,-78v2,-53,50,-51,101,-49r0,45","w":199},"|":{"d":"67,-266r66,0r0,302r-66,0r0,-302","w":199},"}":{"d":"66,-198v4,-17,-17,-27,-40,-23r0,-45v51,-1,101,-4,101,49r0,78v0,22,26,24,35,24r0,62v-9,0,-35,2,-35,22r0,76v-2,53,-49,52,-101,50r0,-45v23,4,45,-6,40,-24r0,-76v-1,-29,30,-29,39,-35v-13,-1,-39,-3,-39,-37r0,-76","w":199},"~":{"d":"70,-135v23,0,55,24,77,24v14,0,23,-13,32,-25r13,57v-12,15,-24,32,-46,32v-36,0,-90,-50,-109,0r-13,-56v9,-16,22,-32,46,-32","w":216},"\u00a1":{"d":"91,-200r0,61r-62,0r0,-61r62,0xm91,-112r0,179r-62,0r0,-179r62,0","w":119},"\u00a2":{"d":"134,-259r0,36v44,12,64,49,66,72r-62,0v-13,-26,-56,-15,-56,16v0,29,44,39,55,18r63,0v-5,27,-25,59,-64,68r0,38r-49,0r0,-38v-52,-18,-65,-60,-65,-85v0,-31,18,-72,65,-87r0,-38r47,0"},"\u00a3":{"d":"161,-91r58,0v10,42,-4,91,-75,91r-128,0r0,-53v23,0,50,3,50,-20v0,-13,-9,-21,-15,-29r-46,0r0,-48r17,0v-30,-55,14,-120,86,-122v51,0,93,37,94,89r-62,0v-1,-10,-6,-29,-31,-29v-35,-1,-33,50,-16,62r56,0r0,48r-28,0v15,13,15,40,-2,49v26,3,50,-4,42,-38"},"\u00a5":{"d":"77,0r0,-60r-70,0r0,-50r70,0v1,-14,-6,-20,-9,-29r-60,0r0,-49r35,0r-43,-78r72,0r40,85r40,-85r70,0r-42,78r35,0r0,49r-61,0v-4,9,-11,15,-9,29r70,0r0,50r-71,0r0,60r-67,0"},"\u00a7":{"d":"210,-197r-58,0v-5,-18,-22,-21,-32,-21v-9,0,-25,2,-25,19v0,12,13,16,21,21v43,27,111,20,111,89v0,28,-16,43,-31,57v37,46,15,134,-72,130v-24,0,-95,-11,-101,-85r59,0v9,49,73,31,74,7v-11,-33,-65,-41,-94,-57v-17,-10,-48,-22,-48,-65v0,-7,1,-33,35,-58v-7,-11,-12,-23,-12,-40v0,-51,45,-71,86,-71v55,0,86,37,87,74xm174,-78v-10,-29,-65,-37,-91,-54v-28,15,-9,35,5,42r73,34v8,-5,13,-13,13,-22","w":241},"\u00a4":{"d":"111,-162v-22,0,-39,18,-39,39v0,22,17,40,39,40v21,0,39,-18,39,-40v0,-22,-17,-39,-39,-39xm32,-174r-32,-31r30,-29r31,31v29,-18,71,-19,100,0r31,-31r29,29r-31,31v20,28,21,72,2,101r30,30r-29,29r-29,-30v-30,21,-75,21,-105,0r-30,30r-29,-29r31,-30v-19,-28,-18,-74,1,-101"},"'":{"d":"63,-159r-39,0r-12,-107r63,0","w":87},"\u00ab":{"d":"63,-171r0,51r-18,16r18,17r0,50r-46,-46r0,-41xm135,-171r0,51r-18,16r18,17r0,50r-46,-46r0,-41","w":151},"\u00b7":{"d":"88,-122r0,62r-62,0r0,-62r62,0","w":113},"\u00b6":{"d":"74,37r0,-165v-36,1,-77,-15,-77,-68v0,-68,66,-70,92,-70r130,0r0,42r-18,0r0,261r-46,0r0,-261r-35,0r0,261r-46,0","w":252},"\u00bb":{"d":"89,-37r0,-50r18,-17r-18,-17r0,-50r46,48r0,40xm17,-37r0,-50r18,-17r-18,-17r0,-50r46,48r0,40","w":151},"\u00bf":{"d":"146,-115v8,35,-62,72,-62,103v0,13,5,22,20,22v24,0,25,-20,25,-34r66,0v2,57,-37,95,-94,96v-56,0,-86,-40,-86,-76v0,-49,66,-80,68,-111r63,0xm83,-139r0,-61r63,0r0,61r-63,0","w":213},"`":{"d":"58,-302r87,46r-16,35r-89,-39","w":199},"\u00b4":{"d":"141,-305r19,42r-89,39r-17,-35","w":199},"\u00af":{"d":"165,-282r0,45r-130,0r0,-45r130,0","w":199},"\u00a8":{"d":"29,-232r0,-54r57,0r0,54r-57,0xm113,-232r0,-54r57,0r0,54r-57,0","w":199},"\u00b8":{"d":"112,0r-10,19v19,-4,37,7,38,32v0,18,-14,37,-41,37v-6,0,-35,-2,-39,-34r27,0v2,5,4,10,12,10v8,0,13,-5,13,-13v1,-13,-17,-15,-22,-7r-23,-13r15,-31r30,0","w":199},"\u00c6":{"d":"185,-45r-77,0r-29,45r-83,0r185,-266r152,0r0,59r-82,0r0,42r79,0r0,60r-79,0r0,45r82,0r0,60r-148,0r0,-45xm135,-97r50,0v-1,-24,2,-51,-1,-73","w":351},"\u00aa":{"d":"120,-268r0,103r-36,0r0,-10v-27,35,-77,0,-77,-41v0,-47,53,-73,77,-41r0,-11r36,0xm63,-238v-27,2,-29,41,0,43v31,-2,28,-41,0,-43","w":138},"\u00d8":{"d":"213,-259r24,-31r42,31r-23,31v12,13,38,45,38,95v0,95,-110,168,-201,125r-23,31r-43,-32r23,-30v-14,-15,-37,-44,-37,-94v-1,-98,99,-167,200,-126xm90,-93r86,-115v-69,-20,-118,53,-86,115xm215,-174r-85,115v70,19,121,-53,85,-115","w":306},"\u00ba":{"d":"69,-161v-75,-2,-75,-108,0,-110v75,2,75,108,0,110xm49,-216v0,12,9,21,20,21v11,0,20,-9,20,-21v0,-12,-9,-22,-20,-22v-11,0,-20,10,-20,22","w":138},"\u00e6":{"d":"380,-81r-150,0v7,49,66,43,84,18r60,0v-28,64,-71,69,-94,69v-35,0,-50,-20,-54,-26r0,20r-55,0r0,-20v-8,14,-31,26,-57,26v-67,0,-102,-60,-102,-106v0,-84,108,-143,159,-80r0,-20r55,0r0,19v4,-6,18,-25,55,-26v53,-1,108,49,99,126xm231,-121r91,0v-8,-55,-90,-34,-91,0xm121,-151v-73,0,-57,104,2,102v27,0,48,-22,48,-50v0,-29,-18,-52,-50,-52","w":392},"\u00f8":{"d":"164,-198r22,-30r38,28r-22,30v55,66,20,174,-82,176v-22,0,-36,-5,-43,-8r-24,32r-38,-29r22,-29v-52,-64,-22,-178,83,-178v23,0,39,6,44,8xm77,-78r53,-71v-40,-9,-70,35,-53,71xm163,-121r-52,71v42,8,68,-36,52,-71","w":239},"\u00df":{"d":"21,-154v-8,-78,45,-114,102,-119v74,-7,109,92,59,121v90,22,62,158,-37,158v-36,0,-52,-17,-64,-29r0,23r-60,0r0,-154xm81,-171r0,96r33,0v3,9,8,26,31,26v21,0,33,-17,33,-33v0,-8,-3,-33,-40,-33r-33,0r0,-45v25,3,43,-8,43,-28v0,-18,-13,-29,-32,-29v-35,0,-35,37,-35,46","w":249},"\u00f7":{"d":"199,-62r-182,0r0,-58r182,0r0,58xm136,-203r0,58r-56,0r0,-58r56,0xm136,-37r0,58r-56,0r0,-58r56,0","w":216},"\u00be":{"d":"253,-62r30,0v-1,-14,2,-31,-1,-43xm282,-28r-75,0r0,-31r77,-101r43,0r0,98r18,0r0,34r-18,0r0,28r-45,0r0,-28xm220,-266r49,0r-112,266r-49,0xm15,-156r46,0v1,5,4,14,18,14v11,0,17,-6,17,-16v3,-13,-21,-14,-37,-13r0,-33v13,-1,27,4,30,-15v0,-5,-2,-12,-11,-12v-12,0,-13,9,-13,13r-46,0v5,-78,115,-60,115,-7v0,6,-2,23,-21,33v59,23,23,89,-34,89v-32,0,-64,-23,-64,-53","w":360},"\u00bc":{"d":"179,-266r50,0r-112,266r-49,0xm90,-266r0,159r-45,0r0,-121r-28,0r0,-38r73,0xm243,-28r-75,0r0,-31r77,-101r43,0r0,98r18,0r0,34r-18,0r0,28r-45,0r0,-28xm244,-104v-11,12,-18,29,-28,42r28,0r0,-42","w":324},"\u00b9":{"d":"97,-266r0,159r-44,0r0,-121r-28,0r0,-38r72,0","w":146},"\u00d7":{"d":"108,-128r47,-47r41,41r-47,47r46,46r-41,41r-46,-46r-47,46r-41,-41r47,-46r-47,-47r41,-41","w":216},"\u00ae":{"d":"171,-58v-8,-30,7,-65,-48,-59r0,59r-38,0r0,-153v53,1,120,-11,121,43v0,13,-4,28,-25,37v11,5,21,13,22,36v2,27,2,29,5,37r-37,0xm168,-165v-3,-28,-23,-18,-45,-20r0,43v23,-2,41,8,45,-23xm145,-271v76,0,137,63,137,138v0,76,-62,138,-138,138v-76,0,-138,-62,-138,-138v0,-74,60,-138,139,-138xm145,-244v-61,0,-109,51,-109,111v0,61,49,110,108,110v59,0,108,-48,108,-110v0,-59,-46,-111,-107,-111","w":288},"\u00de":{"d":"225,-142v0,72,-50,100,-136,93r0,49r-65,0r0,-266r65,0r0,35v90,-8,136,22,136,89xm89,-172r0,63v33,-2,64,11,70,-32v-5,-41,-38,-29,-70,-31","w":228},"\u00a6":{"d":"67,-266r66,0r0,121r-66,0r0,-121xm67,-85r66,0r0,121r-66,0r0,-121","w":199},"\u00d0":{"d":"0,-107r0,-59r24,0r0,-100v95,6,148,-28,206,49v62,83,17,220,-105,217r-101,0r0,-107r-24,0xm186,-133v0,-51,-30,-82,-94,-74r0,41r39,0r0,59r-39,0r0,47v63,8,94,-24,94,-73","w":267},"\u00bd":{"d":"179,-266r50,0r-112,266r-49,0xm90,-266r0,159r-45,0r0,-121r-28,0r0,-38r73,0xm259,-39v15,3,38,0,55,1r0,38r-123,0r0,-35v34,-22,72,-46,72,-74v0,-7,-2,-16,-12,-16v-15,0,-17,19,-17,25r-45,0v0,-11,2,-24,11,-38v33,-47,115,-22,113,22v0,20,-10,44,-54,77","w":331},"\u00e7":{"d":"107,44r-23,-13r13,-27v-49,-10,-85,-52,-85,-104v0,-59,45,-107,105,-107v53,0,96,35,106,84r-60,0v-6,-12,-18,-26,-43,-26v-28,0,-48,21,-48,49v0,55,79,65,91,24r61,0v-10,44,-48,79,-98,82r-8,13v19,-4,39,6,39,32v0,18,-14,37,-41,37v-6,0,-35,-2,-39,-34r27,0v2,5,4,10,12,10v8,0,13,-5,13,-13v1,-13,-17,-15,-22,-7","w":234},"\u00f0":{"d":"122,-151v-36,0,-50,31,-50,51v0,23,16,50,49,50v34,0,47,-29,47,-50v0,-22,-14,-51,-46,-51xm170,-236v33,26,57,70,58,127v0,63,-43,115,-108,115v-60,0,-108,-45,-108,-105v0,-87,84,-127,139,-87v-6,-11,-19,-22,-35,-33r-54,16r-34,-22r51,-15v-12,-5,-24,-10,-36,-13r58,-19v12,3,24,8,36,14r47,-14r29,23","w":239},"\u00b1":{"d":"79,-151r0,-49r58,0r0,49r62,0r0,57r-62,0r0,47r-58,0r0,-47r-62,0r0,-57r62,0xm17,30r0,-58r182,0r0,58r-182,0","w":216},"\u00c7":{"d":"150,39v-13,8,-21,-3,-33,-8r14,-28v-71,-10,-118,-71,-118,-137v0,-68,53,-137,140,-137v84,0,128,64,135,106r-71,0v-8,-20,-27,-47,-64,-47v-96,1,-93,157,0,157v42,0,60,-36,64,-45r71,0v-15,61,-66,102,-128,105r-8,14v18,-4,38,7,38,32v0,18,-13,37,-40,37v-6,0,-35,-2,-39,-34r27,0v2,5,4,10,12,10v8,0,13,-5,13,-13v0,-8,-6,-12,-13,-12","w":299},"\u00fe":{"d":"21,67r0,-333r60,0r0,84v10,-9,25,-24,59,-24v139,0,123,215,1,213v-37,0,-53,-18,-60,-25r0,85r-60,0xm129,-49v65,-1,67,-100,0,-101v-68,1,-66,100,0,101","w":250},"\u00a9":{"d":"214,-157r-38,0v-19,-51,-74,-13,-68,23v-3,42,51,77,69,16r39,0v-3,40,-31,64,-71,64v-47,0,-76,-34,-76,-80v0,-42,27,-81,77,-81v43,0,66,31,68,58xm145,-271v76,0,137,63,137,138v0,76,-62,138,-138,138v-76,0,-138,-62,-138,-138v0,-75,60,-138,139,-138xm145,-244v-62,0,-109,51,-109,111v0,62,49,110,108,110v59,0,108,-48,108,-110v0,-60,-47,-111,-107,-111","w":288},"\u00ac":{"d":"143,-39r0,-64r-131,0r0,-57r189,0r0,121r-58,0","w":216},"\u00b2":{"d":"135,-145r0,38r-122,0r0,-34v34,-22,72,-47,72,-75v0,-7,-3,-15,-13,-15v-15,0,-17,18,-17,24r-44,0v0,-11,1,-24,10,-38v33,-48,116,-21,114,23v0,20,-11,44,-55,77r55,0","w":146},"\u00b3":{"d":"8,-156r46,0v1,5,4,14,18,14v11,0,18,-6,18,-16v0,-13,-22,-14,-38,-13r0,-33v13,-1,27,4,30,-15v0,-5,-2,-12,-11,-12v-12,0,-13,9,-13,13r-45,0v4,-78,114,-59,114,-7v0,6,-1,23,-20,33v58,24,21,89,-35,89v-32,0,-64,-23,-64,-53","w":146},"\u00b0":{"d":"72,-183v12,0,21,-10,21,-22v0,-12,-9,-22,-21,-22v-12,0,-21,10,-21,22v0,12,9,22,21,22xm72,-153v-29,0,-51,-23,-51,-52v0,-29,22,-51,51,-51v29,0,51,22,51,51v0,29,-22,52,-51,52","w":144},"\u00c1":{"d":"183,-39r-93,0r-14,39r-73,0r107,-266r54,0r106,266r-74,0xm165,-93v-11,-29,-15,-65,-29,-91r-27,91r56,0xm178,-357r19,42r-89,39r-17,-35","w":272},"\u00c2":{"d":"183,-39r-93,0r-14,39r-73,0r107,-266r54,0r106,266r-74,0xm165,-93v-11,-29,-15,-65,-29,-91r-27,91r56,0xm137,-303r-17,20r-58,0r56,-59r39,0r54,59r-58,0","w":272},"\u00c4":{"d":"183,-39r-93,0r-14,39r-73,0r107,-266r54,0r106,266r-74,0xm165,-93v-11,-29,-15,-65,-29,-91r-27,91r56,0xm66,-284r0,-54r57,0r0,54r-57,0xm150,-284r0,-54r57,0r0,54r-57,0","w":272},"\u00c0":{"d":"183,-39r-93,0r-14,39r-73,0r107,-266r54,0r106,266r-74,0xm165,-93v-11,-29,-15,-65,-29,-91r-27,91r56,0xm95,-354r87,46r-16,35r-89,-39","w":272},"\u00c5":{"d":"182,-321v0,25,-21,46,-46,46v-25,0,-45,-21,-45,-46v0,-25,20,-45,45,-45v25,0,46,20,46,45xm121,-321v0,9,6,16,15,16v9,0,16,-7,16,-16v0,-9,-7,-16,-16,-16v-9,0,-15,7,-15,16xm183,-39r-93,0r-14,39r-73,0r107,-266r54,0r106,266r-74,0xm165,-93v-11,-29,-15,-65,-29,-91r-27,91r56,0","w":272},"\u00c3":{"d":"183,-39r-93,0r-14,39r-73,0r107,-266r54,0r106,266r-74,0xm165,-93v-11,-29,-15,-65,-29,-91r-27,91r56,0xm64,-328v29,-29,84,7,124,-10r22,31v-33,30,-89,-9,-125,11","w":272},"\u00c9":{"d":"24,0r0,-266r148,0r0,59r-83,0r0,42r81,0r0,60r-81,0r0,45r83,0r0,60r-148,0xm136,-364r19,42r-89,39r-17,-35","w":190},"\u00ca":{"d":"24,0r0,-266r148,0r0,59r-83,0r0,42r81,0r0,60r-81,0r0,45r83,0r0,60r-148,0xm95,-311r-16,21r-58,0r56,-60r39,0r54,60r-58,0","w":190},"\u00cb":{"d":"24,0r0,-266r148,0r0,59r-83,0r0,42r81,0r0,60r-81,0r0,45r83,0r0,60r-148,0xm24,-291r0,-54r57,0r0,54r-57,0xm108,-291r0,-54r57,0r0,54r-57,0","w":190},"\u00c8":{"d":"24,0r0,-266r148,0r0,59r-83,0r0,42r81,0r0,60r-81,0r0,45r83,0r0,60r-148,0xm54,-361r87,46r-17,35r-89,-39","w":190},"\u00cd":{"d":"24,0r0,-266r68,0r0,266r-68,0xm108,-364r19,42r-89,39r-17,-35","w":116},"\u00ce":{"d":"24,0r0,-266r68,0r0,266r-68,0xm58,-311r-16,21r-59,0r57,-60r38,0r54,60r-57,0","w":116},"\u00cf":{"d":"24,0r0,-266r68,0r0,266r-68,0xm-13,-291r0,-54r57,0r0,54r-57,0xm71,-291r0,-54r57,0r0,54r-57,0","w":116},"\u00cc":{"d":"24,0r0,-266r68,0r0,266r-68,0xm8,-361r87,46r-17,35r-89,-39","w":116},"\u00d1":{"d":"64,-328v29,-29,84,7,124,-10r22,31v-33,30,-89,-9,-125,11xm24,0r0,-266r59,0r103,167r-2,-167r65,0r0,266r-59,0r-103,-162r2,162r-65,0","w":273},"\u00d3":{"d":"23,-187v13,-35,55,-84,130,-84v82,0,141,64,141,138v0,74,-58,138,-141,138v-105,0,-166,-95,-130,-192xm153,-212v-97,1,-94,158,1,157v48,0,72,-44,72,-78v0,-35,-24,-79,-73,-79xm194,-364r19,42r-89,39r-17,-35","w":306},"\u00d4":{"d":"23,-187v13,-35,55,-84,130,-84v82,0,141,64,141,138v0,74,-58,138,-141,138v-105,0,-166,-95,-130,-192xm153,-212v-97,1,-94,158,1,157v48,0,72,-44,72,-78v0,-35,-24,-79,-73,-79xm153,-311r-16,21r-59,0r57,-60r39,0r54,60r-58,0","w":306},"\u00d6":{"d":"23,-187v13,-35,55,-84,130,-84v82,0,141,64,141,138v0,74,-58,138,-141,138v-105,0,-166,-95,-130,-192xm153,-212v-97,1,-94,158,1,157v48,0,72,-44,72,-78v0,-35,-24,-79,-73,-79xm82,-291r0,-54r57,0r0,54r-57,0xm166,-291r0,-54r57,0r0,54r-57,0","w":306},"\u00d2":{"d":"23,-187v13,-35,55,-84,130,-84v82,0,141,64,141,138v0,74,-58,138,-141,138v-105,0,-166,-95,-130,-192xm153,-212v-97,1,-94,158,1,157v48,0,72,-44,72,-78v0,-35,-24,-79,-73,-79xm112,-361r87,46r-17,35r-89,-39","w":306},"\u00d5":{"d":"80,-328v30,-29,84,7,124,-10r22,31v-33,30,-88,-9,-124,11xm23,-187v13,-35,55,-84,130,-84v82,0,141,64,141,138v0,74,-58,138,-141,138v-105,0,-166,-95,-130,-192xm153,-212v-97,1,-94,158,1,157v48,0,72,-44,72,-78v0,-35,-24,-79,-73,-79","w":306},"\u00da":{"d":"23,-266r68,0r0,161v0,18,2,50,35,50v34,0,34,-29,34,-50r0,-161r68,0v-5,81,16,203,-27,242v-37,34,-105,44,-151,1v-49,-47,-19,-157,-27,-243xm180,-364r19,42r-89,39r-17,-35","w":251},"\u00db":{"d":"23,-266r68,0r0,161v0,18,2,50,35,50v34,0,34,-29,34,-50r0,-161r68,0v-5,81,16,203,-27,242v-37,34,-105,44,-151,1v-49,-47,-19,-157,-27,-243xm126,-311r-17,21r-58,0r56,-60r39,0r54,60r-57,0","w":251},"\u00dc":{"d":"23,-266r68,0r0,161v0,18,2,50,35,50v34,0,34,-29,34,-50r0,-161r68,0v-5,81,16,203,-27,242v-37,34,-105,44,-151,1v-49,-47,-19,-157,-27,-243xm55,-291r0,-54r57,0r0,54r-57,0xm139,-291r0,-54r57,0r0,54r-57,0","w":251},"\u00d9":{"d":"23,-266r68,0r0,161v0,18,2,50,35,50v34,0,34,-29,34,-50r0,-161r68,0v-5,81,16,203,-27,242v-37,34,-105,44,-151,1v-49,-47,-19,-157,-27,-243xm72,-361r87,46r-17,35r-89,-39","w":251},"\u00dd":{"d":"83,0r0,-97r-80,-169r74,0r40,107r40,-107r73,0r-79,169r0,97r-68,0xm170,-364r19,42r-89,39r-17,-35","w":232},"\u00e1":{"d":"231,-200r0,200r-59,0v-1,-7,2,-17,-1,-22v-10,19,-35,29,-58,29v-63,0,-101,-50,-101,-107v0,-95,114,-137,160,-79r0,-21r59,0xm72,-99v0,19,14,50,50,50v71,0,65,-102,-1,-102v-34,0,-49,29,-49,52xm168,-305r19,42r-89,39r-17,-35","w":253},"\u00e2":{"d":"231,-200r0,200r-59,0v-1,-7,2,-17,-1,-22v-10,19,-35,29,-58,29v-63,0,-101,-50,-101,-107v0,-95,114,-137,160,-79r0,-21r59,0xm72,-99v0,19,14,50,50,50v71,0,65,-102,-1,-102v-34,0,-49,29,-49,52xm127,-251r-16,21r-59,0r56,-60r39,0r54,60r-57,0","w":253},"\u00e4":{"d":"231,-200r0,200r-59,0v-1,-7,2,-17,-1,-22v-10,19,-35,29,-58,29v-63,0,-101,-50,-101,-107v0,-95,114,-137,160,-79r0,-21r59,0xm72,-99v0,19,14,50,50,50v71,0,65,-102,-1,-102v-34,0,-49,29,-49,52xm56,-232r0,-54r57,0r0,54r-57,0xm140,-232r0,-54r57,0r0,54r-57,0","w":253},"\u00e0":{"d":"231,-200r0,200r-59,0v-1,-7,2,-17,-1,-22v-10,19,-35,29,-58,29v-63,0,-101,-50,-101,-107v0,-95,114,-137,160,-79r0,-21r59,0xm72,-99v0,19,14,50,50,50v71,0,65,-102,-1,-102v-34,0,-49,29,-49,52xm85,-302r87,46r-16,35r-89,-39","w":253},"\u00e5":{"d":"172,-261v0,25,-20,45,-45,45v-25,0,-46,-20,-46,-45v0,-25,21,-46,46,-46v25,0,45,21,45,46xm111,-261v0,9,7,15,16,15v9,0,16,-7,16,-16v0,-9,-7,-16,-16,-16v-9,0,-16,8,-16,17xm231,-200r0,200r-59,0v-1,-7,2,-17,-1,-22v-10,19,-35,29,-58,29v-63,0,-101,-50,-101,-107v0,-95,114,-137,160,-79r0,-21r59,0xm72,-99v0,19,14,50,50,50v71,0,65,-102,-1,-102v-34,0,-49,29,-49,52","w":253},"\u00e3":{"d":"231,-200r0,200r-59,0v-1,-7,2,-17,-1,-22v-10,19,-35,29,-58,29v-63,0,-101,-50,-101,-107v0,-95,114,-137,160,-79r0,-21r59,0xm72,-99v0,19,14,50,50,50v71,0,65,-102,-1,-102v-34,0,-49,29,-49,52xm54,-269v30,-27,85,7,124,-9r22,30v-33,32,-87,-9,-124,11","w":253},"\u00e9":{"d":"214,-63v-17,38,-48,69,-97,69v-57,0,-106,-46,-106,-105v0,-56,44,-108,105,-108v66,1,112,54,104,125r-150,0v4,41,65,50,83,19r61,0xm71,-122r90,0v-3,-12,-14,-34,-45,-34v-31,0,-42,22,-45,34xm158,-305r19,42r-89,39r-17,-35","w":232},"\u00ea":{"d":"214,-63v-17,38,-48,69,-97,69v-57,0,-106,-46,-106,-105v0,-56,44,-108,105,-108v66,1,112,54,104,125r-150,0v4,41,65,50,83,19r61,0xm71,-122r90,0v-3,-12,-14,-34,-45,-34v-31,0,-42,22,-45,34xm117,-251r-17,21r-58,0r56,-60r39,0r54,60r-58,0","w":232},"\u00eb":{"d":"214,-63v-17,38,-48,69,-97,69v-57,0,-106,-46,-106,-105v0,-56,44,-108,105,-108v66,1,112,54,104,125r-150,0v4,41,65,50,83,19r61,0xm71,-122r90,0v-3,-12,-14,-34,-45,-34v-31,0,-42,22,-45,34xm46,-232r0,-54r57,0r0,54r-57,0xm130,-232r0,-54r57,0r0,54r-57,0","w":232},"\u00e8":{"d":"214,-63v-17,38,-48,69,-97,69v-57,0,-106,-46,-106,-105v0,-56,44,-108,105,-108v66,1,112,54,104,125r-150,0v4,41,65,50,83,19r61,0xm71,-122r90,0v-3,-12,-14,-34,-45,-34v-31,0,-42,22,-45,34xm75,-302r87,46r-17,35r-88,-39","w":232},"\u00ed":{"d":"81,-200r0,200r-59,0r0,-200r59,0xm102,-305r19,42r-89,39r-17,-35","w":102},"\u00ee":{"d":"81,-200r0,200r-59,0r0,-200r59,0xm52,-251r-17,21r-58,0r56,-60r39,0r54,60r-58,0","w":102},"\u00ef":{"d":"81,-200r0,200r-59,0r0,-200r59,0xm-19,-232r0,-54r57,0r0,54r-57,0xm65,-232r0,-54r57,0r0,54r-57,0","w":102},"\u00ec":{"d":"81,-200r0,200r-59,0r0,-200r59,0xm1,-302r87,46r-16,35r-89,-39","w":102},"\u00f1":{"d":"41,-269v30,-27,85,7,124,-9r22,30v-33,32,-87,-9,-124,11xm132,-207v50,0,75,16,75,82r0,125r-60,0r0,-109v0,-14,0,-41,-31,-41v-34,0,-35,29,-35,41r0,109r-59,0r0,-200r55,0v1,6,-2,16,1,21v6,-10,18,-28,54,-28","w":227},"\u00f3":{"d":"12,-100v0,-49,35,-106,108,-106v73,0,108,57,108,106v0,49,-35,106,-108,106v-73,0,-108,-57,-108,-106xm72,-100v0,29,22,50,48,50v26,0,48,-21,48,-50v0,-29,-22,-50,-48,-50v-26,0,-48,21,-48,50xm161,-305r19,42r-89,39r-17,-35","w":239},"\u00f4":{"d":"12,-100v0,-49,35,-106,108,-106v73,0,108,57,108,106v0,49,-35,106,-108,106v-73,0,-108,-57,-108,-106xm72,-100v0,29,22,50,48,50v26,0,48,-21,48,-50v0,-29,-22,-50,-48,-50v-26,0,-48,21,-48,50xm120,-251r-16,21r-59,0r57,-60r38,0r54,60r-57,0","w":239},"\u00f6":{"d":"12,-100v0,-49,35,-106,108,-106v73,0,108,57,108,106v0,49,-35,106,-108,106v-73,0,-108,-57,-108,-106xm72,-100v0,29,22,50,48,50v26,0,48,-21,48,-50v0,-29,-22,-50,-48,-50v-26,0,-48,21,-48,50xm49,-232r0,-54r57,0r0,54r-57,0xm133,-232r0,-54r57,0r0,54r-57,0","w":239},"\u00f2":{"d":"12,-100v0,-49,35,-106,108,-106v73,0,108,57,108,106v0,49,-35,106,-108,106v-73,0,-108,-57,-108,-106xm72,-100v0,29,22,50,48,50v26,0,48,-21,48,-50v0,-29,-22,-50,-48,-50v-26,0,-48,21,-48,50xm78,-302r88,46r-17,35r-89,-39","w":239},"\u00f5":{"d":"47,-269v30,-27,85,7,124,-9r22,30v-33,32,-87,-9,-124,11xm12,-100v0,-49,35,-106,108,-106v73,0,108,57,108,106v0,49,-35,106,-108,106v-73,0,-108,-57,-108,-106xm72,-100v0,29,22,50,48,50v26,0,48,-21,48,-50v0,-29,-22,-50,-48,-50v-26,0,-48,21,-48,50","w":239},"\u00fa":{"d":"207,-200r0,200r-57,0v-1,-6,2,-16,-1,-21v-12,26,-36,27,-51,27v-12,0,-41,-3,-59,-25v-34,-41,-12,-116,-18,-181r60,0r0,111v0,14,0,40,32,40v17,0,34,-9,34,-41r0,-110r60,0xm168,-305r19,42r-89,39r-17,-35","w":228},"\u00fb":{"d":"207,-200r0,200r-57,0v-1,-6,2,-16,-1,-21v-12,26,-36,27,-51,27v-12,0,-41,-3,-59,-25v-34,-41,-12,-116,-18,-181r60,0r0,111v0,14,0,40,32,40v17,0,34,-9,34,-41r0,-110r60,0xm114,-251r-16,21r-58,0r56,-60r39,0r54,60r-58,0","w":228},"\u00fc":{"d":"207,-200r0,200r-57,0v-1,-6,2,-16,-1,-21v-12,26,-36,27,-51,27v-12,0,-41,-3,-59,-25v-34,-41,-12,-116,-18,-181r60,0r0,111v0,14,0,40,32,40v17,0,34,-9,34,-41r0,-110r60,0xm43,-232r0,-54r57,0r0,54r-57,0xm127,-232r0,-54r57,0r0,54r-57,0","w":228},"\u00f9":{"d":"207,-200r0,200r-57,0v-1,-6,2,-16,-1,-21v-12,26,-36,27,-51,27v-12,0,-41,-3,-59,-25v-34,-41,-12,-116,-18,-181r60,0r0,111v0,14,0,40,32,40v17,0,34,-9,34,-41r0,-110r60,0xm60,-302r87,46r-16,35r-89,-39","w":228},"\u00fd":{"d":"143,-200r63,0r-100,267r-63,0r32,-77r-75,-190r64,0r41,116xm157,-305r19,42r-89,39r-17,-35","w":206},"\u00ff":{"d":"143,-200r63,0r-100,267r-63,0r32,-77r-75,-190r64,0r41,116xm33,-232r0,-54r57,0r0,54r-57,0xm117,-232r0,-54r57,0r0,54r-57,0","w":206},"\u00a0":{"w":111}}});function initCufon(elements){unsetNoJavascript();if(typeof(elements)!='object'||elements.length<1){var elements=new Array('#nav li','h2','#content h4','.subtitle','.news .subHeading','.job .subHeading','.eventHeading .afterTitle','.eventHeading .subHeading','.subnavTabs li','.mailinglistSubscribe #fieldGroup_default label','.contactForm #fieldGroup_default label','.basket .totalsWrapper .totalItems span:first-child','.basket .totalsWrapper .totalPrice span:first-child','.basket .totalsWrapper .basketLinks','#clientDetails dt span','#sideWidgets .mailinglistSubscribe .fieldGroup .fremail .l');var elementsMultipleTags=new Array('.subNav li a','.subNav h3','.col1 h3');} if($('.cufon-alt').html())Cufon.refresh(elements,{separate:'none'});else{Cufon.replace(elements,{separate:'none'});Cufon.replace(elementsMultipleTags);}} $(document).ready(function(){initCufon();});