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;},strict:(function(){var doctype;if(document.compatMode=='BackCompat')return false;doctype=document.doctype;if(doctype){return!/frameset|transitional/i.test(doctype.publicId);}
doctype=document.firstChild;if(doctype.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(doctype.data)){return false;}
return true;})()};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;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/(?:^|\s)./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement,simple){if(simple)return text.replace(wsStart,'').replace(wsEnd,'');if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');var checkTypes={'':1,'text/css':1};function isContainerReady(el){if(!checkTypes[el.type.toLowerCase()])return true;return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=(function(glyphs){var key,fallbacks={'\u2011':'\u002d','\u00ad':'\u2011'};for(key in fallbacks){if(!hasOwnProperty(fallbacks,key))continue;if(!glyphs[key])glyphs[key]=glyphs[fallbacks[key]];}
return glyphs;})(data.glyphs);this.missingGlyphs='';for(var i in this.glyphs){this.missingGlyphs+=i;}
this.missingGlyphsRegexp=new RegExp("[^"+this.missingGlyphs.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")+"]");this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,w,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
function onOverOut(e){var related=e.relatedTarget;if(related&&contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){if(!e)e=window.event;trigger(e.target||e.srcElement,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;if(hoverState){options=merge(options,options.hover);options._mediatorMode=1;}
api.replace(el,options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};this.detach=function(el){if(el.onmouseenter===undefined){removeEvent(el,'mouseover',onOverOut);removeEvent(el,'mouseout',onOverOut);}
else{removeEvent(el,'mouseenter',onEnterLeave);removeEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,listener);}}
function attach(el,options){if(options._mediatorMode)return el;var storage=sharedStorage.get(el);var oldOptions=storage.options;if(oldOptions){if(oldOptions===options)return el;if(oldOptions.hover)hoverHandler.detach(el);}
if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){if(font.missingGlyphsRegexp.test(parts[i])){fragment.appendChild(document.createTextNode(parts[i]));continue;}
processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function removeEvent(el,type,listener){if(el.removeEventListener){el.removeEventListener(type,listener,false);}
else if(el.detachEvent){el.detachEvent('on'+type,listener);}}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;if(options.ignoreClass&&options.ignoreClass.test(el.className))return;if(options.onBeforeReplace)options.onBeforeReplace(el,options);var replace=!options.textless[name],simple=(options.trim==='simple');var style=CSS.getStyle(attach(el,options)).extend(options);if(parseFloat(style.get('fontSize'))===0)return;var font=getFont(el,style),node,type,next,anchor,text,lastElement;var isShy=options.softHyphens,anyShy=false,pos,shy,reShy=/\u00ad/g;var modifyText=options.modifyText;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(isShy&&el.nodeName.toLowerCase()!=TAG_SHY){pos=node.data.indexOf('\u00ad');if(pos>=0){node.splitText(pos);next=node.nextSibling;next.deleteData(0,1);shy=document.createElement(TAG_SHY);shy.appendChild(document.createTextNode('\u00ad'));el.insertBefore(shy,next);next=shy;anyShy=true;}}
if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){text=anchor.data;if(!isShy)text=text.replace(reShy,'');text=CSS.whiteSpace(text,style,anchor,lastElement,simple);if(modifyText)text=modifyText(text,anchor,el,options);el.replaceChild(process(font,text,style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}
if(isShy&&anyShy){updateShy(el);if(!trackingShy)addEvent(window,'resize',updateShyOnResize);trackingShy=true;}
if(options.onAfterReplace)options.onAfterReplace(el,options);}
function updateShy(context){var shys,shy,parent,glue,newGlue,next,prev,i;shys=context.getElementsByTagName(TAG_SHY);for(i=0;shy=shys[i];++i){shy.className=C_SHY_DISABLED;glue=parent=shy.parentNode;if(glue.nodeName.toLowerCase()!=TAG_GLUE){newGlue=document.createElement(TAG_GLUE);newGlue.appendChild(shy.previousSibling);parent.insertBefore(newGlue,shy);newGlue.appendChild(shy);}
else{glue=glue.parentNode;if(glue.nodeName.toLowerCase()==TAG_GLUE){parent=glue.parentNode;while(glue.firstChild){parent.insertBefore(glue.firstChild,glue);}
parent.removeChild(glue);}}}
for(i=0;shy=shys[i];++i){shy.className='';glue=shy.parentNode;parent=glue.parentNode;next=glue.nextSibling||parent.nextSibling;prev=(next.nodeName.toLowerCase()==TAG_GLUE)?glue:shy.previousSibling;if(prev.offsetTop>=next.offsetTop){shy.className=C_SHY_DISABLED;if(prev.offsetTop<next.offsetTop){newGlue=document.createElement(TAG_GLUE);parent.insertBefore(newGlue,glue);newGlue.appendChild(glue);newGlue.appendChild(next);}}}}
function updateShyOnResize(){if(ignoreResize)return;CSS.addClass(DOM.root(),C_VIEWPORT_RESIZING);clearTimeout(shyTimer);shyTimer=setTimeout(function(){ignoreResize=true;CSS.removeClass(DOM.root(),C_VIEWPORT_RESIZING);updateShy(document);ignoreResize=false;},100);}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var TAG_GLUE='cufonglue';var TAG_SHY='cufonshy';var C_SHY_DISABLED='cufon-shy-disabled';var C_VIEWPORT_RESIZING='cufon-viewport-resizing';var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var trackingShy=false;var shyTimer;var ignoreResize=false;var engines={},fonts={},defaultOptions={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,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},ignoreClass:null,modifyText:null,onAfterReplace:null,onBeforeReplace:null,printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none',trim:'advanced'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.ignoreClass=='string'){options.ignoreClass=new RegExp('(?:^|\\s)(?:'+options.ignoreClass.replace(/\s+/g,'|')+')(?:\\s|$)');}
if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(typeof elements=='string'){if(!ignoreHistory)replaceHistory.add(elements,arguments);elements=[elements];}
else if(elements.nodeType)elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'cufon cufontext{position:absolute;left:-10000in;font-size:1px;text-align:left;}'+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'a cufon{cursor:pointer}'+'}'+'@media print{'+'cufon cufoncanvas{display:none;}'+'}'+'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(!isNaN(value)||/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='none';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-align:left;text-indent:-10000in;}'+(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'}'+'@media print{'+'cufon{padding:0;}'+'cufon canvas{display:none;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;var pixelRatio=window.devicePixelRatio||1;if(pixelRatio!=1){canvas.width=canvasWidth*pixelRatio;canvas.height=canvasHeight*pixelRatio;g.scale(pixelRatio,pixelRatio);}
g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerFont({"w":133,"face":{"font-family":"DINEngschrift","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-59 -337 360 90","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":66},"!":{"d":"34,-63r-14,-193r46,0r-14,193r-18,0xm25,0r0,-37r37,0r0,37r-37,0","w":86},"\"":{"d":"12,-193r0,-63r29,0r0,63r-29,0xm59,-193r0,-63r29,0r0,63r-29,0","w":100},"#":{"d":"65,0r10,-77r-30,0r-10,77r-25,0r11,-77r-19,0r0,-22r21,0r8,-58r-18,0r0,-22r21,0r11,-77r24,0r-10,77r30,0r10,-77r25,0r-11,77r19,0r0,22r-21,0r-8,58r18,0r0,22r-21,0r-11,77r-24,0xm78,-99r8,-58r-30,0r-8,58r30,0"},"$":{"d":"58,-157r0,-65v-19,5,-24,60,0,65xm76,-35v25,-2,24,-69,0,-74r0,74xm76,-258v34,3,59,33,54,75r-37,0v1,-20,-3,-35,-17,-39r0,73v35,13,54,25,54,76v0,46,-18,72,-54,75r0,30r-18,0r0,-30v-35,-4,-58,-32,-54,-74r37,0v-1,19,0,35,17,37r0,-82v-32,-12,-52,-27,-52,-71v0,-37,18,-67,52,-70r0,-27r18,0r0,27"},"%":{"d":"34,-200v13,1,8,-17,9,-28v0,-6,-3,-9,-9,-9v-13,-1,-8,17,-9,28v0,6,3,9,9,9xm64,-229v0,29,-3,52,-30,51v-28,0,-33,-21,-31,-51v1,-17,11,-29,31,-29v19,0,30,11,30,29xm93,-57v-13,0,-8,16,-9,28v0,6,3,10,9,10v13,0,8,-16,9,-28v0,-6,-3,-10,-9,-10xm123,-49v0,29,-2,51,-30,51v-28,0,-31,-21,-31,-51v0,-18,13,-29,31,-29v18,0,30,11,30,29xm8,0r87,-256r24,0r-88,256r-23,0","w":126},"&":{"d":"76,-233v28,-1,49,20,49,47v0,21,-13,42,-38,64r34,54r20,-27r22,16r-27,35r28,44r-37,0r-12,-19v-36,40,-102,19,-102,-38v0,-24,12,-46,35,-67v-34,-41,-31,-107,28,-109xm45,-59v-1,31,38,44,55,17r-35,-56v-13,13,-20,26,-20,39xm77,-204v-28,7,-21,35,-5,59v15,-14,22,-28,22,-40v1,-9,-8,-19,-17,-19","w":173},"'":{"d":"19,-193r0,-63r29,0r0,63r-29,0","w":66},"(":{"d":"61,36v-55,-71,-55,-221,0,-292r12,0v-22,81,-26,205,0,292r-12,0","w":79},")":{"d":"19,-256v55,70,55,221,0,292r-12,0v22,-81,26,-205,0,-292r12,0","w":79},"*":{"d":"11,-217r10,-19r36,21r-2,-41r23,0r-1,41r35,-21r10,19r-36,20r36,20r-10,19r-35,-22r1,42r-23,0r2,-42r-36,22r-10,-19r36,-20"},"+":{"d":"94,-105r0,-77r28,0r0,77r77,0r0,28r-77,0r0,77r-28,0r0,-77r-77,0r0,-28r77,0","w":216},",":{"d":"15,27r0,-64r37,0r0,37","w":66},"\u00ad":{"d":"16,-81r0,-37r108,0r0,37r-108,0","w":140},".":{"d":"15,0r0,-37r37,0r0,37r-37,0","w":66},"\/":{"d":"2,2r47,-260r29,0r-47,260r-29,0","w":79},"0":{"d":"67,2v-31,0,-57,-24,-55,-55v5,-80,-29,-204,55,-205v30,0,56,23,55,55r0,150v1,32,-25,55,-55,55xm67,-222v-11,0,-18,8,-18,19r0,150v0,10,7,18,18,18v11,0,18,-8,18,-18r0,-150v0,-11,-7,-19,-18,-19"},"1":{"d":"56,0r0,-217r-37,27r0,-39r37,-27r37,0r0,256r-37,0"},"2":{"d":"67,-258v55,-3,65,73,42,117r-54,104r67,0r0,37r-110,0r0,-35r66,-124v8,-15,15,-63,-11,-63v-20,0,-19,20,-18,39r-37,0v-6,-44,18,-73,55,-75"},"3":{"d":"85,-55v-2,-30,10,-67,-29,-61r0,-32v36,6,28,-27,29,-56v0,-12,-6,-18,-18,-18v-19,-1,-19,19,-18,39r-37,0v-6,-44,19,-71,56,-75v58,-6,75,102,31,126v30,9,22,50,22,86v0,28,-27,49,-54,48v-39,-1,-61,-29,-55,-75r37,0v-1,19,-2,38,18,38v12,0,18,-6,18,-20"},"4":{"d":"76,0r0,-38r-73,0r0,-35r53,-183r39,0r-55,183r36,0r0,-73r37,0r0,73r18,0r0,35r-18,0r0,38r-37,0"},"5":{"d":"85,-54v0,-29,12,-75,-17,-78v-8,0,-14,5,-19,14r-32,0r0,-138r105,0r0,34r-73,0r0,69v26,-26,73,-8,73,34r0,66v1,32,-25,55,-55,55v-34,-1,-59,-27,-55,-66r37,0v-1,17,2,30,19,29v11,0,17,-6,17,-19"},"6":{"d":"67,2v-59,0,-66,-81,-48,-129r48,-129r41,0r-41,108v53,-18,61,43,54,100v-3,30,-23,50,-54,50xm67,-35v26,0,16,-40,18,-65v0,-11,-8,-19,-18,-19v-27,0,-16,40,-18,66v0,10,8,18,18,18"},"7":{"d":"21,0r64,-222r-40,0r0,30r-33,0r0,-64r110,0r0,36r-63,220r-38,0"},"8":{"d":"49,-166v0,23,36,23,36,0v-1,-24,6,-56,-18,-56v-24,0,-17,32,-18,56xm67,-258v57,-6,74,94,36,123v20,17,17,23,19,63v2,48,-16,74,-55,74v-39,0,-57,-26,-55,-74v2,-40,-1,-46,19,-63v-18,-14,-18,-22,-19,-54v-2,-44,20,-65,55,-69xm67,-35v27,0,16,-42,18,-68v0,-10,-8,-18,-18,-18v-27,1,-16,42,-18,68v0,10,8,19,18,18"},"9":{"d":"67,-258v59,-5,66,81,48,129r-48,129r-41,0r41,-108v-43,11,-55,-20,-55,-73v0,-50,14,-73,55,-77xm67,-222v-27,0,-16,40,-18,66v0,10,8,18,18,18v26,0,16,-40,18,-65v0,-11,-8,-19,-18,-19"},":":{"d":"15,0r0,-37r37,0r0,37r-37,0xm15,-82r0,-36r37,0r0,36r-37,0","w":66},";":{"d":"15,27r0,-64r37,0r0,37xm15,-82r0,-36r37,0r0,36r-37,0","w":66},"<":{"d":"199,-185r0,29r-143,65r143,65r0,29r-182,-83r0,-22","w":216},"=":{"d":"17,-113r0,-28r182,0r0,28r-182,0xm17,-41r0,-28r182,0r0,28r-182,0","w":216},">":{"d":"17,3r0,-29r143,-65r-143,-65r0,-29r182,83r0,22","w":216},"?":{"d":"67,-222v-18,0,-21,19,-19,39r-36,0v-6,-45,18,-75,55,-75v36,0,55,23,55,64v0,67,-45,62,-37,131r-37,0v-12,-66,40,-75,37,-140v0,-10,-9,-19,-18,-19xm48,0r0,-37r37,0r0,37r-37,0"},"@":{"d":"132,-76v26,0,54,-44,53,-72v0,-16,-10,-29,-27,-29v-29,0,-55,38,-55,70v0,21,10,31,29,31xm74,-105v0,-48,37,-98,84,-98v22,0,33,11,42,28r7,-22r23,0r-35,115v0,7,3,10,8,10v26,1,49,-49,49,-77v0,-49,-46,-86,-96,-86v-57,0,-109,51,-109,108v0,58,51,105,111,105v33,0,72,-18,87,-37r28,0v-21,35,-65,61,-118,61v-74,0,-136,-57,-136,-131v0,-70,65,-129,137,-129v64,0,124,44,124,107v0,46,-41,101,-82,101v-18,1,-25,-10,-29,-23v-32,42,-95,22,-95,-32","w":288},"A":{"d":"91,-90r-18,-93r-18,93r36,0xm1,0r57,-256r31,0r57,256r-37,0r-11,-55r-50,0r-11,55r-36,0","w":146},"B":{"d":"71,-256v67,-11,88,96,40,121v21,10,25,33,25,65v0,67,-51,75,-119,70r0,-256r54,0xm102,-80v0,-35,-15,-41,-48,-39r0,82v34,2,48,-6,48,-43xm54,-151v31,2,48,-5,48,-36v0,-29,-18,-38,-48,-35r0,71","w":153},"C":{"d":"97,-183v2,-21,-5,-38,-22,-39v-16,0,-23,10,-23,30r0,131v0,18,7,26,22,26v21,1,24,-16,23,-38r37,0v5,43,-21,74,-58,75v-90,3,-56,-120,-61,-201v-2,-34,25,-60,60,-59v39,1,64,31,59,75r-37,0","w":146},"D":{"d":"17,-256v65,-4,122,2,119,66v-4,82,24,197,-68,190r-51,0r0,-256xm54,-222r0,187v28,2,46,-3,45,-32r0,-123v1,-28,-17,-35,-45,-32","w":153},"E":{"d":"17,0r0,-256r110,0r0,34r-73,0r0,75r63,0r0,35r-63,0r0,75r73,0r0,37r-110,0"},"F":{"d":"17,0r0,-256r110,0r0,34r-73,0r0,78r63,0r0,35r-63,0r0,109r-37,0"},"G":{"d":"77,2v-36,0,-62,-27,-62,-62r0,-136v0,-36,26,-62,62,-62v39,0,66,30,61,75r-36,0v2,-22,-5,-39,-25,-39v-15,0,-25,10,-25,26r0,136v0,15,9,25,25,25v34,1,24,-42,25,-74r-30,0r0,-32r66,0r0,81v2,35,-27,62,-61,62","w":153},"H":{"d":"17,0r0,-256r37,0r0,109r45,0r0,-109r37,0r0,256r-37,0r0,-114r-45,0r0,114r-37,0","w":153},"I":{"d":"18,0r0,-256r37,0r0,256r-37,0","w":73},"J":{"d":"21,-44v17,19,45,7,45,-22r0,-190r37,0r0,196v2,58,-76,84,-111,39","w":119},"K":{"d":"17,0r0,-256r37,0r1,117r53,-117r37,0r-50,102r59,154r-38,0r-42,-114r-20,37r0,77r-37,0","w":153},"L":{"d":"17,0r0,-256r37,0r0,219r73,0r0,37r-110,0"},"M":{"d":"17,0r0,-256r36,0r47,135r47,-135r36,0r0,256r-37,0r-1,-156r-36,110r-18,0r-37,-110r0,156r-37,0","w":200},"N":{"d":"16,0r0,-256r35,0r56,154r0,-154r37,0r0,256r-35,0r-56,-154r0,154r-37,0","w":159},"O":{"d":"77,2v-36,0,-62,-27,-62,-62r0,-136v0,-36,26,-62,62,-62v35,0,61,26,61,62r0,136v2,35,-27,62,-61,62xm77,-222v-15,0,-25,10,-25,26r0,136v0,15,9,25,25,25v15,0,25,-11,25,-25r0,-136v0,-15,-10,-26,-25,-26","w":153},"P":{"d":"136,-178v0,58,-25,82,-82,78r0,100r-37,0r0,-256v71,-3,119,0,119,78xm102,-178v0,-39,-12,-46,-48,-44r0,87v35,1,48,-3,48,-43","w":146},"Q":{"d":"77,-222v-15,0,-25,10,-25,26r0,136v-1,18,14,29,33,24r-17,-13r19,-23r15,12r0,-136v0,-15,-10,-26,-25,-26xm115,-11v-39,32,-100,1,-100,-49r0,-136v0,-36,26,-62,62,-62v35,0,63,26,61,62v-3,54,6,117,-5,162r23,18r-19,22","w":153},"R":{"d":"104,-182v3,-37,-15,-42,-50,-40r0,80v34,2,54,-3,50,-40xm17,0r0,-256v71,-4,124,-1,124,75v0,31,-10,52,-32,64r40,117r-39,0r-34,-109r-22,0r0,109r-37,0","w":153},"S":{"d":"75,-258v37,1,67,30,61,75r-37,0v1,-23,-5,-40,-26,-39v-24,-5,-28,36,-21,55v16,22,66,22,77,50v4,10,7,24,7,44v0,50,-21,75,-63,75v-40,-1,-68,-29,-63,-74r37,0v-2,23,4,38,26,37v32,6,27,-39,24,-62v-27,-30,-85,-25,-85,-91v0,-41,23,-71,63,-70","w":146},"T":{"d":"41,0r0,-222r-42,0r0,-34r122,0r0,34r-43,0r0,222r-37,0","w":119},"U":{"d":"77,2v-34,0,-60,-28,-60,-60r0,-198r37,0r0,195v0,18,8,26,23,26v15,0,22,-8,22,-26r0,-195r37,0r0,198v1,33,-27,60,-59,60","w":153},"V":{"d":"142,-256r-53,256r-32,0r-52,-256r39,0r29,179r30,-179r39,0","w":146},"W":{"d":"208,-256r-38,256r-35,0r-29,-166r-28,166r-34,0r-38,-256r39,0r19,162r29,-162r28,0r30,166r18,-166r39,0","w":213},"X":{"d":"-1,0r52,-134r-48,-122r39,0r28,76r28,-76r39,0r-49,122r53,134r-39,0r-32,-86r-32,86r-39,0","w":140},"Y":{"d":"51,0r0,-108r-50,-148r39,0r30,102r30,-102r39,0r-51,148r0,108r-37,0","w":139},"Z":{"d":"5,0r0,-32r70,-190r-66,0r0,-34r105,0r0,29r-70,192r70,0r0,35r-109,0","w":119},"[":{"d":"77,-256r0,21r-24,0r0,249r24,0r0,22r-56,0r0,-292r56,0","w":79},"\\":{"d":"31,-258r47,260r-29,0r-47,-260r29,0","w":79},"]":{"d":"3,36r0,-22r24,0r0,-249r-24,0r0,-21r56,0r0,292r-56,0","w":79},"^":{"d":"18,-102r78,-154r24,0r78,154r-29,0r-61,-122r-61,122r-29,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"24,-257r33,50r-24,0r-47,-50r38,0","w":66},"a":{"d":"66,-185v33,0,56,23,55,58r0,127r-36,0v-1,-6,2,-15,-1,-19v-18,35,-75,26,-75,-27v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v2,-31,24,-55,56,-55xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24"},"b":{"d":"125,-54v10,56,-49,72,-73,37r0,17r-37,0r0,-256r37,0r1,90v26,-35,72,-22,72,42r0,70xm52,-128v3,33,-13,88,18,93v31,-2,18,-60,18,-91v0,-15,-6,-22,-18,-22v-10,0,-19,8,-18,20","w":140},"c":{"d":"17,-61v0,-61,-3,-127,55,-124v33,2,55,24,55,59r-37,0v0,-15,-6,-22,-18,-22v-33,0,-18,63,-18,95v0,12,6,18,18,18v11,0,17,-6,18,-18r37,0v1,32,-24,56,-55,55v-35,-1,-55,-22,-55,-63"},"d":{"d":"88,-57v-4,-32,13,-87,-18,-91v-31,2,-18,59,-18,89v0,16,6,24,18,24v11,0,19,-10,18,-22xm15,-54v7,-53,-16,-131,39,-131v15,0,24,9,34,19r0,-90r37,0r0,256r-37,0r0,-17v-23,35,-80,20,-73,-37","w":140},"e":{"d":"67,-185v51,-1,59,52,54,108r-72,0v0,20,-4,44,18,42v10,0,16,-6,18,-18r36,0v0,31,-23,55,-54,55v-60,0,-55,-62,-55,-123v0,-43,19,-63,55,-64xm67,-148v-20,0,-19,22,-18,42r36,0v0,-20,2,-42,-18,-42"},"f":{"d":"20,-183v-5,-49,12,-79,64,-73r0,34v-14,0,-27,-4,-27,13r0,26r27,0r0,29r-27,0r0,154r-37,0r0,-154r-18,0r0,-29r18,0","w":79},"g":{"d":"125,22v3,45,-55,71,-89,42v-12,-9,-19,-24,-21,-43r37,0v0,10,8,18,19,18v24,0,17,-37,16,-56v-23,36,-79,19,-72,-37v7,-53,-16,-135,39,-131v18,1,23,7,34,19r0,-17r37,0r0,205xm88,-54v-3,-33,13,-89,-18,-94v-31,2,-18,61,-18,92v0,14,6,21,18,21v11,0,19,-9,18,-19","w":140},"h":{"d":"52,-165v21,-34,73,-21,73,25r0,140r-37,0r0,-126v0,-15,-6,-22,-18,-22v-12,0,-18,8,-18,25r0,123r-37,0r0,-256r37,0r0,91","w":140},"i":{"d":"15,0r0,-183r37,0r0,183r-37,0xm15,-220r0,-36r37,0r0,36r-37,0","w":66},"j":{"d":"-8,39v21,-1,23,-10,23,-33r0,-189r37,0r0,202v0,35,-24,55,-60,55r0,-35xm15,-220r0,-36r37,0r0,36r-37,0","w":66},"k":{"d":"15,0r0,-256r37,0r1,153r44,-80r37,0r-44,75r53,108r-40,0r-34,-79r-17,28r0,51r-37,0","w":140},"l":{"d":"68,2v-40,0,-55,-12,-55,-51r0,-207r37,0r0,205v0,14,5,17,18,19r0,34","w":66},"m":{"d":"120,-166v24,-34,78,-20,78,26r0,140r-37,0r0,-126v0,-15,-6,-22,-18,-22v-12,0,-18,8,-18,25r0,123r-37,0r0,-126v0,-15,-6,-22,-18,-22v-12,0,-18,8,-18,25r0,123r-37,0r0,-183r37,0v1,6,-2,14,1,18v15,-26,50,-27,67,-1","w":213},"n":{"d":"52,-165v21,-34,73,-21,73,25r0,140r-37,0r0,-126v0,-15,-6,-22,-18,-22v-12,0,-18,8,-18,25r0,123r-37,0r0,-183r37,0r0,18","w":140},"o":{"d":"67,2v-60,3,-55,-62,-55,-123v0,-43,19,-63,55,-64v58,-3,54,63,54,124v0,41,-19,61,-54,63xm67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21"},"p":{"d":"125,-128v-6,52,17,130,-39,130v-15,0,-24,-8,-34,-19r0,91r-37,0r0,-257r37,0r0,17v25,-34,80,-20,73,38xm52,-125v3,32,-13,90,18,90v32,0,18,-58,18,-88v0,-17,-6,-25,-18,-25v-12,0,-19,11,-18,23","w":140},"q":{"d":"15,-128v-10,-58,48,-72,73,-38r0,-17r37,0r0,257r-37,0r-1,-91v-26,36,-72,22,-72,-42r0,-69xm88,-54v-3,-33,13,-89,-18,-94v-31,2,-18,61,-18,92v0,14,6,21,18,21v11,0,19,-9,18,-19","w":140},"r":{"d":"100,-146v-26,-8,-48,11,-48,38r0,108r-37,0r0,-183r37,0r0,20v16,-14,32,-22,48,-22r0,39","w":100},"s":{"d":"48,-81v-60,-16,-42,-104,16,-104v30,0,52,24,52,54r-34,0v-1,-13,-7,-19,-19,-19v-22,0,-24,31,-3,37v29,9,58,25,58,60v0,45,-59,74,-92,41v-11,-10,-17,-24,-17,-41r34,0v1,29,40,25,41,1v1,-17,-21,-25,-36,-29","w":126},"t":{"d":"75,0v-36,4,-60,-12,-60,-43r0,-111r-18,0r0,-29r18,0r0,-55r37,0r0,55r23,0r0,29r-23,0r0,101v1,17,4,19,23,18r0,35","w":73},"u":{"d":"88,-18v-21,34,-73,22,-73,-24r0,-141r37,0r0,127v0,14,6,21,18,21v12,0,18,-8,18,-25r0,-123r37,0r0,183r-37,0r0,-18","w":140},"v":{"d":"127,-183r-47,183r-33,0r-47,-183r39,0r25,117r24,-117r39,0","w":126},"w":{"d":"193,-183r-44,183r-32,0r-21,-108r-20,108r-32,0r-44,-183r39,0r23,114r21,-114r29,0r20,114r22,-114r39,0","w":192},"x":{"d":"-4,0r45,-93r-43,-90r39,0r23,52r22,-52r39,0r-43,90r45,93r-38,0r-25,-56r-25,56r-39,0","w":119},"y":{"d":"0,-183r39,0r25,114r25,-114r38,0r-52,215v-8,31,-26,44,-61,42r0,-35v32,1,27,-14,36,-47","w":126},"z":{"d":"6,0r0,-29r60,-121r-55,0r0,-33r96,0r0,30r-59,118r59,0r0,35r-101,0","w":113},"{":{"d":"79,36v-98,16,-23,-124,-78,-136r0,-21v56,-11,-22,-153,78,-135r0,21v-50,-2,5,111,-47,125v31,7,25,60,25,100v0,19,6,26,22,24r0,22","w":79},"|":{"d":"26,90r0,-360r28,0r0,360r-28,0","w":79},"}":{"d":"1,-256v99,-17,22,123,78,135r0,21v-56,11,21,153,-78,136r0,-22v49,2,-4,-111,47,-125v-32,-8,-24,-60,-25,-100v0,-19,-6,-26,-22,-24r0,-21","w":79},"~":{"d":"70,-118v14,-3,67,25,77,25v9,0,20,-9,31,-26r13,24v-11,20,-26,31,-45,31v-14,3,-67,-25,-77,-25v-9,0,-20,9,-31,26r-13,-23v11,-21,26,-32,45,-32","w":216},"\u2020":{"d":"50,74r0,-217r-48,0r0,-32r48,0r0,-81r33,0r0,81r48,0r0,32r-48,0r0,217r-33,0"},"\u00a2":{"d":"59,-35r0,-113v-21,14,-10,66,-10,97v0,9,3,14,10,16xm122,-53v0,29,-20,54,-48,55r0,30r-15,0r0,-30v-53,0,-47,-67,-47,-124v0,-39,16,-58,47,-63r0,-27r15,0r0,27v29,3,48,26,48,59r-37,0v0,-12,-4,-19,-11,-22r0,113v6,-2,10,-8,11,-18r37,0"},"\u00a3":{"d":"138,-19v-25,43,-87,1,-130,20r0,-31v7,-4,15,-6,23,-7v15,-21,11,-44,2,-70r-28,0r0,-26r19,0v-26,-46,-14,-128,45,-125v37,2,58,30,53,74r-34,0v1,-21,-2,-42,-20,-40v-33,3,-25,62,-11,91r42,0r0,26r-34,0v10,28,9,46,-5,71v38,4,34,9,53,-8"},"\u00a7":{"d":"68,-258v33,3,54,25,49,65r-31,0v2,-19,-1,-37,-18,-37v-18,-4,-21,29,-16,44v23,30,69,26,69,93v0,40,-4,43,-31,58v47,16,33,117,-23,111v-36,-4,-56,-27,-52,-67r31,0v-2,20,3,36,20,38v19,2,22,-26,19,-44v-22,-36,-79,-26,-73,-96v4,-41,5,-52,33,-62v-46,-15,-29,-107,23,-103xm67,-131v-24,-1,-17,30,-18,54v-1,11,7,20,18,19v23,0,18,-30,18,-54v0,-10,-8,-19,-18,-19"},"\u2022":{"d":"90,-64v-35,0,-64,-31,-64,-64v0,-34,28,-64,64,-64v36,0,64,30,64,64v0,33,-29,64,-64,64","w":180},"\u00b6":{"d":"3,-187v0,-70,68,-73,140,-69r0,330r-26,0r0,-312r-26,0r0,312r-25,0r0,-194v-33,1,-63,-33,-63,-67","w":159},"\u00df":{"d":"71,-224v-17,0,-19,12,-19,32r0,192r-37,0r0,-199v0,-34,21,-59,54,-59v55,-12,76,87,35,110v31,14,21,60,21,100v0,36,-15,50,-53,50r0,-34v30,-4,16,-58,16,-87v0,-8,-5,-12,-16,-12r0,-32v23,3,16,-24,16,-43v0,-12,-6,-18,-17,-18","w":140},"\u00b4":{"d":"10,-207r32,-50r39,0r-47,50r-24,0","w":66},"\u00a8":{"d":"-12,-211r0,-37r33,0r0,37r-33,0xm46,-211r0,-37r33,0r0,37r-33,0","w":66},"\u00c6":{"d":"1,0r72,-256r140,0r0,34r-72,0r0,75r63,0r0,35r-63,0r0,75r72,0r0,37r-109,0r0,-55r-50,0r-14,55r-39,0xm104,-90r0,-132r-9,0r-33,132r42,0","w":219},"\u00d8":{"d":"138,-60v4,55,-72,83,-106,43r-15,31r-13,-8r18,-37v-16,-43,-3,-111,-7,-165v-4,-55,70,-82,107,-44r14,-30r14,8r-18,37v14,44,2,111,6,165xm77,-222v-45,0,-20,87,-24,128r49,-104v-1,-16,-10,-24,-25,-24xm77,-35v45,0,20,-86,24,-127r-49,103v1,16,9,24,25,24","w":153},"\u00a5":{"d":"50,0r0,-62r-41,0r0,-24r41,0r0,-17r-41,0r0,-24r35,0r-43,-129r37,0r29,102r29,-102r36,0r-42,129r35,0r0,24r-41,0r0,17r41,0r0,24r-41,0r0,62r-34,0"},"\u00aa":{"d":"44,-258v51,0,35,63,37,110r-26,0r0,-11v-15,23,-50,15,-50,-17v0,-31,18,-41,50,-37v7,-22,-21,-30,-25,-11r-24,0v2,-21,16,-34,38,-34xm42,-169v15,1,13,-12,13,-26v-22,-6,-34,22,-13,26","w":86},"\u00ba":{"d":"43,-146v-38,0,-39,-37,-37,-77v0,-20,16,-35,37,-35v38,0,37,36,37,76v0,22,-16,36,-37,36xm43,-235v-19,1,-11,35,-11,53v0,8,4,12,11,12v19,-1,11,-34,11,-52v0,-9,-4,-13,-11,-13","w":86},"\u00e6":{"d":"139,-148v-20,0,-19,22,-18,42r36,0v0,-20,2,-42,-18,-42xm103,-172v34,-30,91,-4,91,44r0,51r-73,0v0,20,-4,44,18,42v11,0,17,-6,18,-18r37,0v5,56,-80,75,-103,29v-8,18,-22,26,-42,26v-27,0,-40,-16,-40,-48v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v-1,-46,57,-72,93,-42xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24","w":205},"\u00f8":{"d":"84,-134v-5,-21,-35,-18,-35,7r0,52xm85,-107v-14,17,-23,39,-35,58v1,10,7,14,17,14v29,0,15,-46,18,-72xm121,-126v2,62,6,130,-54,128v-16,0,-29,-5,-39,-15r-14,25r-13,-8r18,-30v-13,-25,-5,-65,-7,-100v-5,-50,59,-78,93,-44r15,-24r12,7r-18,30v5,10,7,20,7,31"},"\u00bf":{"d":"66,39v18,1,21,-19,19,-39r37,0v5,44,-17,76,-56,76v-34,0,-54,-22,-54,-64v0,-68,43,-62,36,-131r37,0v11,66,-40,75,-37,140v0,10,8,18,18,18xm85,-183r0,37r-37,0r0,-37r37,0"},"\u00a1":{"d":"20,74r14,-193r18,0r14,193r-46,0xm25,-146r0,-37r37,0r0,37r-37,0","w":86},"\u0192":{"d":"16,-134r4,-28r30,0v11,-50,9,-110,82,-95r-5,33v-39,-13,-36,33,-42,62r28,0r-5,28r-28,0v-14,61,-15,141,-42,189v-10,18,-36,22,-60,15r4,-34v18,5,33,1,36,-19r27,-151r-29,0"},"\u00ab":{"d":"143,-172r0,36r-36,36r36,36r0,37r-73,-73xm77,-172r0,36r-37,36r37,36r0,37r-73,-73","w":153},"\u00bb":{"d":"77,-27r0,-37r36,-36r-36,-36r0,-36r73,72xm10,-27r0,-37r36,-36r-36,-36r0,-36r73,72","w":153},"\u2026":{"d":"42,0r0,-37r36,0r0,37r-36,0xm162,0r0,-37r36,0r0,37r-36,0xm282,0r0,-37r36,0r0,37r-36,0","w":360},"\u0152":{"d":"79,-30v14,0,25,-12,25,-27r0,-142v0,-15,-11,-27,-25,-27v-16,0,-25,12,-25,27r0,142v0,15,10,27,25,27xm17,-59v7,-78,-25,-197,55,-199v15,-1,23,7,32,15r0,-13r109,0r0,34r-73,0r0,75r64,0r0,35r-64,0r0,75r73,0r0,37r-109,0v-1,-4,2,-10,-1,-12v-30,34,-90,0,-86,-47","w":219},"\u0153":{"d":"102,-10v-37,28,-90,6,-90,-51v0,-61,-5,-128,55,-124v14,0,26,4,36,13v33,-31,91,-4,91,44r0,51r-73,0v0,20,-4,44,18,42v11,0,17,-6,18,-18r37,0v5,47,-59,71,-92,43xm139,-148v-20,0,-19,22,-18,42r36,0v0,-20,2,-42,-18,-42xm67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21","w":205},"\u2013":{"d":"0,-82r0,-35r180,0r0,35r-180,0","w":180},"\u2014":{"d":"0,-82r0,-35r360,0r0,35r-360,0","w":360},"\u201c":{"d":"94,-256r0,63r-37,0r0,-37xm43,-256r0,63r-37,0r0,-37","w":100},"\u201d":{"d":"6,-193r0,-63r37,0r0,36xm57,-193r0,-63r37,0r0,36","w":100},"\u2018":{"d":"52,-256r0,63r-37,0r0,-37","w":66},"\u2019":{"d":"15,-193r0,-63r37,0r0,36","w":66},"\u2215":{"d":"-59,6r157,-268r22,0r-158,268r-21,0","w":60},"\u00a4":{"d":"1,-77r16,-15v-18,-16,-17,-55,-1,-72r-15,-15r15,-15r15,15v16,-16,56,-16,72,0r15,-15r14,15r-14,14v16,18,16,56,0,73r14,15r-14,14r-15,-14v-17,16,-56,17,-72,-1r-15,15xm67,-167v-22,0,-39,18,-39,39v0,21,18,39,39,39v21,0,39,-18,39,-39v0,-21,-17,-39,-39,-39"},"\u2039":{"d":"77,-172r0,36r-37,36r37,36r0,37r-73,-73","w":86},"\u203a":{"d":"10,-27r0,-37r36,-36r-36,-36r0,-36r73,72","w":86},"\ufb01":{"d":"20,-183v-5,-49,12,-79,64,-73r0,34v-14,0,-27,-4,-27,13r0,26r27,0r0,29r-27,0r0,154r-37,0r0,-154r-18,0r0,-29r18,0xm95,0r0,-183r36,0r0,183r-36,0xm95,-220r0,-36r36,0r0,36r-36,0","w":146},"\ufb02":{"d":"20,-183v-5,-49,12,-79,64,-73r0,34v-14,0,-27,-4,-27,13r0,26r27,0r0,29r-27,0r0,154r-37,0r0,-154r-18,0r0,-29r18,0xm149,2v-38,0,-54,-12,-54,-51r0,-207r36,0r0,205v1,13,5,17,18,19r0,34","w":146},"\u2021":{"d":"50,-178r0,-78r33,0r0,78r48,0r0,29r-48,0r0,116r48,0r0,28r-48,0r0,79r-33,0r0,-79r-48,0r0,-28r48,0r0,-116r-48,0r0,-29r48,0"},"\u00b7":{"d":"33,-84v-11,0,-23,-12,-23,-23v0,-32,47,-28,47,0v0,12,-11,23,-24,23","w":66},"\u2219":{"d":"33,-84v-11,0,-23,-12,-23,-23v0,-32,47,-28,47,0v0,12,-11,23,-24,23","w":66},"\u201a":{"d":"15,27r0,-64r37,0r0,37","w":66},"\u201e":{"d":"6,27r0,-64r37,0r0,37xm57,27r0,-64r37,0r0,37","w":100},"\u2030":{"d":"159,-57v-13,0,-8,16,-9,28v0,6,3,10,9,10v13,0,8,-16,9,-28v0,-6,-3,-10,-9,-10xm159,2v-27,0,-30,-22,-30,-51v0,-18,13,-29,30,-29v28,-1,33,23,31,53v-1,17,-12,27,-31,27xm34,-237v-13,-1,-8,17,-9,28v0,6,3,9,9,9v13,1,8,-17,9,-28v0,-6,-3,-9,-9,-9xm34,-178v-28,0,-33,-21,-31,-51v1,-17,11,-29,31,-29v28,0,30,22,30,52v0,18,-13,28,-30,28xm90,-57v-13,0,-8,16,-9,28v0,6,3,10,9,10v13,0,8,-16,9,-28v0,-6,-3,-10,-9,-10xm90,2v-28,0,-31,-21,-31,-51v0,-18,13,-29,31,-29v28,0,31,23,31,53v0,16,-13,27,-31,27xm7,0r88,-256r24,0r-88,256r-24,0","w":193},"\u0131":{"d":"15,0r0,-183r37,0r0,183r-37,0","w":66},"\u02c6":{"d":"-19,-207r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0","w":66},"\u02dc":{"d":"-28,-210v7,-56,55,-37,88,-25v11,0,16,-6,16,-17r19,0v-7,57,-55,36,-89,26v-10,0,-15,5,-15,16r-19,0","w":66},"\u00af":{"d":"-16,-219r0,-21r99,0r0,21r-99,0","w":66},"\u02c9":{"d":"-16,-219r0,-21r99,0r0,21r-99,0","w":66},"\u02d8":{"d":"71,-257r18,0v-5,32,-24,49,-56,49v-31,0,-50,-17,-55,-49r18,0v3,18,15,27,37,27v23,0,35,-9,38,-27","w":66},"\u02d9":{"d":"17,-211r0,-37r33,0r0,37r-33,0","w":66},"\u02da":{"d":"33,-201v-19,0,-36,-18,-36,-37v0,-18,16,-36,36,-36v20,0,37,18,37,36v1,19,-17,37,-37,37xm33,-260v-11,0,-21,10,-21,22v0,12,9,22,21,22v13,0,22,-9,22,-22v0,-12,-9,-22,-22,-22","w":66},"\u00b8":{"d":"44,49v0,-13,-18,-16,-31,-11r-6,-7r24,-31r16,0r-16,22v23,-5,41,5,41,26v-1,34,-47,40,-77,26r6,-15v17,7,42,9,43,-10","w":66},"\u02dd":{"d":"-19,-207r32,-50r39,0r-48,50r-23,0xm39,-207r32,-50r39,0r-47,50r-24,0","w":66},"\u02db":{"d":"28,45v-1,18,24,24,37,14r5,14v-24,15,-72,10,-70,-25v2,-27,14,-33,33,-48r18,0v-15,15,-23,30,-23,45","w":66},"\u02c7":{"d":"86,-257r-36,50r-33,0r-36,-50r28,0r24,34r25,-34r28,0","w":66},"\u0141":{"d":"17,0r0,-95r-17,13r0,-32r17,-14r0,-128r37,0r0,99r43,-34r0,32r-43,35r0,87r73,0r0,37r-110,0"},"\u0142":{"d":"68,2v-65,7,-55,-55,-55,-113r-18,16r0,-26r18,-16r0,-119r37,0r0,87r18,-16r0,26r-18,16r0,92v0,14,5,17,18,19r0,34","w":66},"\u00d0":{"d":"54,-222r0,72r25,0r0,24r-25,0r0,91v28,2,46,-3,45,-32r0,-123v1,-28,-17,-35,-45,-32xm17,-256v65,-4,122,2,119,66v-4,82,24,197,-68,190r-51,0r0,-126r-17,0r0,-24r17,0r0,-106","w":153},"\u00f0":{"d":"67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21xm12,-61v0,-61,-5,-128,55,-124v8,-2,14,7,18,8v-5,-18,-10,-31,-17,-40r-27,13r-10,-15r25,-11v-7,-6,-16,-11,-28,-16r30,-16v11,4,21,10,29,17r24,-11r10,14r-22,11v29,33,21,108,22,170v1,41,-19,63,-54,63v-37,0,-55,-22,-55,-63"},"\u0160":{"d":"75,-258v37,1,67,30,61,75r-37,0v1,-23,-5,-40,-26,-39v-24,-5,-28,36,-21,55v16,22,66,22,77,50v4,10,7,24,7,44v0,50,-21,75,-63,75v-40,-1,-68,-29,-63,-74r37,0v-2,23,4,38,26,37v32,6,27,-39,24,-62v-27,-30,-85,-25,-85,-91v0,-41,23,-71,63,-70xm126,-318r-36,50r-33,0r-36,-50r28,0r24,34r25,-34r28,0","w":146},"\u0161":{"d":"48,-81v-60,-16,-42,-104,16,-104v30,0,52,24,52,54r-34,0v-1,-13,-7,-19,-19,-19v-22,0,-24,31,-3,37v29,9,58,25,58,60v0,45,-59,74,-92,41v-11,-10,-17,-24,-17,-41r34,0v1,29,40,25,41,1v1,-17,-21,-25,-36,-29xm116,-257r-36,50r-33,0r-36,-50r28,0r24,34r25,-34r28,0","w":126},"\u00dd":{"d":"51,0r0,-108r-50,-148r39,0r30,102r30,-102r39,0r-51,148r0,108r-37,0xm46,-268r32,-50r39,0r-47,50r-24,0","w":139},"\u00fd":{"d":"0,-183r39,0r25,114r25,-114r38,0r-52,215v-8,31,-26,44,-61,42r0,-35v32,1,27,-14,36,-47xm40,-207r32,-50r39,0r-47,50r-24,0","w":126},"\u00de":{"d":"136,-134v0,59,-25,83,-82,79r0,55r-37,0r0,-256r37,0r0,44v58,-4,82,19,82,78xm102,-133v0,-40,-12,-46,-48,-44r0,87v35,2,48,-4,48,-43","w":146},"\u00fe":{"d":"125,-128v-6,52,17,130,-39,130v-15,0,-24,-8,-34,-19r0,91r-37,0r0,-330r37,0r0,90v25,-34,80,-20,73,38xm52,-125v3,32,-13,90,18,90v32,0,18,-58,18,-88v0,-17,-6,-25,-18,-25v-12,0,-19,11,-18,23","w":140},"\u017d":{"d":"5,0r0,-32r70,-190r-66,0r0,-34r105,0r0,29r-70,192r70,0r0,35r-109,0xm113,-318r-36,50r-33,0r-36,-50r28,0r24,34r25,-34r28,0","w":119},"\u017e":{"d":"6,0r0,-29r60,-121r-55,0r0,-33r96,0r0,30r-59,118r59,0r0,35r-101,0xm109,-257r-36,50r-33,0r-36,-50r28,0r24,34r25,-34r28,0","w":113},"\u00bd":{"d":"6,6r158,-268r21,0r-157,268r-22,0xm28,-103r0,-127r-24,15r0,-26v13,-10,27,-18,53,-15r0,153r-29,0xm156,-155v38,0,51,40,32,71r-35,58r43,0r0,26r-80,0r0,-19v16,-34,46,-55,51,-99v0,-8,-4,-11,-11,-11v-13,-1,-11,11,-11,22r-29,0v-4,-30,14,-48,40,-48","w":199},"\u00bc":{"d":"6,6r158,-268r21,0r-157,268r-22,0xm28,-103r0,-127r-24,15r0,-26v13,-10,27,-18,53,-15r0,153r-29,0xm156,0r0,-22r-51,0v1,-55,25,-87,35,-132r29,0r-34,108r21,0r0,-41r29,0r0,41r11,0r0,24r-11,0r0,22r-29,0","w":199},"\u00b9":{"d":"33,-103r0,-127r-23,15r0,-26v12,-10,27,-18,52,-15r0,153r-29,0","w":87},"\u00be":{"d":"13,6r158,-268r21,0r-157,268r-22,0xm44,-128v17,-3,16,-50,-8,-43r0,-23v20,2,18,-11,18,-28v0,-7,-3,-11,-10,-11v-12,0,-11,10,-11,21r-29,0v-4,-30,14,-46,40,-46v40,0,54,57,24,75v29,18,19,81,-24,81v-28,0,-44,-15,-40,-46r29,0v0,11,0,22,11,20xm156,0r0,-22r-51,0v1,-55,25,-87,35,-132r29,0r-34,108r21,0r0,-41r29,0r0,41r11,0r0,24r-11,0r0,22r-29,0","w":199},"\u00b3":{"d":"44,-128v17,-3,16,-50,-8,-43r0,-23v20,2,18,-11,18,-28v0,-7,-3,-11,-10,-11v-12,0,-11,10,-11,21r-29,0v-4,-30,14,-46,40,-46v40,0,54,57,24,75v29,18,19,81,-24,81v-28,0,-44,-15,-40,-46r29,0v0,11,0,22,11,20","w":87},"\u00b2":{"d":"44,-258v37,0,50,41,31,71r-34,58r42,0r0,26r-79,0r0,-20v15,-34,45,-54,50,-98v0,-8,-3,-12,-11,-12v-11,-1,-10,12,-10,23r-29,0v-4,-31,13,-48,40,-48","w":87},"\u00a6":{"d":"26,63r0,-126r28,0r0,126r-28,0xm26,-117r0,-126r28,0r0,126r-28,0","w":79},"\u2212":{"d":"17,-77r0,-28r182,0r0,28r-182,0","w":216},"\u00d7":{"d":"24,-28r64,-63r-64,-64r21,-20r63,63r64,-63r20,20r-63,64r63,63r-20,21r-64,-64r-63,64","w":216},"\u00c4":{"d":"91,-90r-18,-93r-18,93r36,0xm1,0r57,-256r31,0r57,256r-37,0r-11,-55r-50,0r-11,55r-36,0xm28,-272r0,-37r33,0r0,37r-33,0xm86,-272r0,-37r33,0r0,37r-33,0","w":146},"\u00c5":{"d":"91,-90r-18,-93r-18,93r36,0xm1,0r57,-256r31,0r57,256r-37,0r-11,-55r-50,0r-11,55r-36,0xm73,-264v-19,0,-36,-18,-36,-37v0,-18,16,-36,36,-36v20,0,37,18,37,36v1,19,-17,37,-37,37xm73,-323v-11,0,-21,10,-21,22v0,12,9,22,21,22v13,0,22,-9,22,-22v0,-12,-9,-22,-22,-22","w":146},"\u00c7":{"d":"84,49v0,-13,-18,-16,-31,-11r-6,-7r22,-29v-33,-3,-56,-24,-54,-60v4,-81,-27,-201,60,-200v39,0,64,31,59,75r-37,0v2,-21,-5,-38,-22,-39v-16,0,-23,10,-23,30r0,131v0,18,7,26,22,26v21,1,24,-16,23,-38r37,0v4,39,-16,68,-48,74r-15,21v23,-5,41,5,41,26v-1,34,-47,40,-77,26r6,-15v17,7,42,9,43,-10","w":146},"\u00c9":{"d":"17,0r0,-256r110,0r0,34r-73,0r0,75r63,0r0,35r-63,0r0,75r73,0r0,37r-110,0xm47,-268r32,-50r39,0r-47,50r-24,0"},"\u00d1":{"d":"16,0r0,-256r35,0r56,154r0,-154r37,0r0,256r-35,0r-56,-154r0,154r-37,0xm18,-271v7,-56,55,-37,88,-25v11,0,16,-6,16,-17r19,0v-7,57,-55,36,-89,26v-10,0,-15,5,-15,16r-19,0","w":159},"\u00d6":{"d":"77,2v-36,0,-62,-27,-62,-62r0,-136v0,-36,26,-62,62,-62v35,0,61,26,61,62r0,136v2,35,-27,62,-61,62xm77,-222v-15,0,-25,10,-25,26r0,136v0,15,9,25,25,25v15,0,25,-11,25,-25r0,-136v0,-15,-10,-26,-25,-26xm31,-272r0,-37r33,0r0,37r-33,0xm89,-272r0,-37r33,0r0,37r-33,0","w":153},"\u00dc":{"d":"77,2v-34,0,-60,-28,-60,-60r0,-198r37,0r0,195v0,18,8,26,23,26v15,0,22,-8,22,-26r0,-195r37,0r0,198v1,33,-27,60,-59,60xm31,-272r0,-37r33,0r0,37r-33,0xm89,-272r0,-37r33,0r0,37r-33,0","w":153},"\u00e1":{"d":"66,-185v33,0,56,23,55,58r0,127r-36,0v-1,-6,2,-15,-1,-19v-18,35,-75,26,-75,-27v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v2,-31,24,-55,56,-55xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24xm43,-207r32,-50r39,0r-47,50r-24,0"},"\u00e0":{"d":"66,-185v33,0,56,23,55,58r0,127r-36,0v-1,-6,2,-15,-1,-19v-18,35,-75,26,-75,-27v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v2,-31,24,-55,56,-55xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24xm57,-257r33,50r-24,0r-47,-50r38,0"},"\u00e2":{"d":"66,-185v33,0,56,23,55,58r0,127r-36,0v-1,-6,2,-15,-1,-19v-18,35,-75,26,-75,-27v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v2,-31,24,-55,56,-55xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24xm14,-207r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0"},"\u00e4":{"d":"66,-185v33,0,56,23,55,58r0,127r-36,0v-1,-6,2,-15,-1,-19v-18,35,-75,26,-75,-27v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v2,-31,24,-55,56,-55xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24xm21,-211r0,-37r33,0r0,37r-33,0xm79,-211r0,-37r33,0r0,37r-33,0"},"\u00e3":{"d":"66,-185v33,0,56,23,55,58r0,127r-36,0v-1,-6,2,-15,-1,-19v-18,35,-75,26,-75,-27v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v2,-31,24,-55,56,-55xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24xm5,-210v7,-56,55,-37,88,-25v11,0,16,-6,16,-17r19,0v-7,57,-55,36,-89,26v-10,0,-15,5,-15,16r-19,0"},"\u00e5":{"d":"66,-185v33,0,56,23,55,58r0,127r-36,0v-1,-6,2,-15,-1,-19v-18,35,-75,26,-75,-27v0,-52,25,-67,76,-61v1,-20,0,-41,-19,-41v-12,0,-18,6,-21,18r-35,0v2,-31,24,-55,56,-55xm65,-30v22,0,21,-25,20,-48v-21,-6,-39,4,-39,24v0,16,6,24,19,24xm66,-201v-19,0,-36,-18,-36,-37v0,-18,16,-36,36,-36v20,0,37,18,37,36v1,19,-17,37,-37,37xm66,-260v-11,0,-21,10,-21,22v0,12,9,22,21,22v13,0,22,-9,22,-22v0,-12,-9,-22,-22,-22"},"\u00e7":{"d":"77,49v0,-13,-18,-16,-31,-11r-6,-7r23,-30v-52,-2,-46,-65,-46,-122v0,-62,61,-81,95,-47v10,10,15,24,15,42r-37,0v0,-15,-6,-22,-18,-22v-33,0,-18,63,-18,95v0,12,6,18,18,18v11,0,17,-6,18,-18r37,0v1,30,-21,52,-48,54r-15,21v23,-5,41,5,41,26v-1,34,-47,40,-77,26r6,-15v17,7,42,9,43,-10"},"\u00e9":{"d":"67,-185v51,-1,59,52,54,108r-72,0v0,20,-4,44,18,42v10,0,16,-6,18,-18r36,0v0,31,-23,55,-54,55v-60,0,-55,-62,-55,-123v0,-43,19,-63,55,-64xm67,-148v-20,0,-19,22,-18,42r36,0v0,-20,2,-42,-18,-42xm43,-207r32,-50r39,0r-47,50r-24,0"},"\u00e8":{"d":"67,-185v51,-1,59,52,54,108r-72,0v0,20,-4,44,18,42v10,0,16,-6,18,-18r36,0v0,31,-23,55,-54,55v-60,0,-55,-62,-55,-123v0,-43,19,-63,55,-64xm67,-148v-20,0,-19,22,-18,42r36,0v0,-20,2,-42,-18,-42xm57,-257r33,50r-24,0r-47,-50r38,0"},"\u00ea":{"d":"67,-185v51,-1,59,52,54,108r-72,0v0,20,-4,44,18,42v10,0,16,-6,18,-18r36,0v0,31,-23,55,-54,55v-60,0,-55,-62,-55,-123v0,-43,19,-63,55,-64xm67,-148v-20,0,-19,22,-18,42r36,0v0,-20,2,-42,-18,-42xm14,-207r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0"},"\u00eb":{"d":"67,-185v51,-1,59,52,54,108r-72,0v0,20,-4,44,18,42v10,0,16,-6,18,-18r36,0v0,31,-23,55,-54,55v-60,0,-55,-62,-55,-123v0,-43,19,-63,55,-64xm67,-148v-20,0,-19,22,-18,42r36,0v0,-20,2,-42,-18,-42xm21,-211r0,-37r33,0r0,37r-33,0xm79,-211r0,-37r33,0r0,37r-33,0"},"\u00ed":{"d":"15,0r0,-183r37,0r0,183r-37,0xm10,-207r32,-50r39,0r-47,50r-24,0","w":66},"\u00ec":{"d":"15,0r0,-183r37,0r0,183r-37,0xm24,-257r33,50r-24,0r-47,-50r38,0","w":66},"\u00ee":{"d":"15,0r0,-183r37,0r0,183r-37,0xm-19,-207r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0","w":66},"\u00ef":{"d":"15,0r0,-183r37,0r0,183r-37,0xm-12,-211r0,-37r33,0r0,37r-33,0xm46,-211r0,-37r33,0r0,37r-33,0","w":66},"\u00f1":{"d":"52,-165v21,-34,73,-21,73,25r0,140r-37,0r0,-126v0,-15,-6,-22,-18,-22v-12,0,-18,8,-18,25r0,123r-37,0r0,-183r37,0r0,18xm9,-210v7,-56,55,-37,88,-25v11,0,16,-6,16,-17r19,0v-7,57,-55,36,-89,26v-10,0,-15,5,-15,16r-19,0","w":140},"\u00f3":{"d":"67,2v-60,3,-55,-62,-55,-123v0,-43,19,-63,55,-64v58,-3,54,63,54,124v0,41,-19,61,-54,63xm67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21xm43,-207r32,-50r39,0r-47,50r-24,0"},"\u00f2":{"d":"67,2v-60,3,-55,-62,-55,-123v0,-43,19,-63,55,-64v58,-3,54,63,54,124v0,41,-19,61,-54,63xm67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21xm57,-257r33,50r-24,0r-47,-50r38,0"},"\u00f4":{"d":"67,2v-60,3,-55,-62,-55,-123v0,-43,19,-63,55,-64v58,-3,54,63,54,124v0,41,-19,61,-54,63xm67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21xm14,-207r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0"},"\u00f6":{"d":"67,2v-60,3,-55,-62,-55,-123v0,-43,19,-63,55,-64v58,-3,54,63,54,124v0,41,-19,61,-54,63xm67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21xm21,-211r0,-37r33,0r0,37r-33,0xm79,-211r0,-37r33,0r0,37r-33,0"},"\u00f5":{"d":"67,2v-60,3,-55,-62,-55,-123v0,-43,19,-63,55,-64v58,-3,54,63,54,124v0,41,-19,61,-54,63xm67,-148v-33,0,-18,62,-18,93v0,13,6,20,18,20v33,0,18,-61,18,-92v0,-14,-6,-21,-18,-21xm5,-210v7,-56,55,-37,88,-25v11,0,16,-6,16,-17r19,0v-7,57,-55,36,-89,26v-10,0,-15,5,-15,16r-19,0"},"\u00fa":{"d":"88,-18v-21,34,-73,22,-73,-24r0,-141r37,0r0,127v0,14,6,21,18,21v12,0,18,-8,18,-25r0,-123r37,0r0,183r-37,0r0,-18xm47,-207r32,-50r39,0r-47,50r-24,0","w":140},"\u00f9":{"d":"88,-18v-21,34,-73,22,-73,-24r0,-141r37,0r0,127v0,14,6,21,18,21v12,0,18,-8,18,-25r0,-123r37,0r0,183r-37,0r0,-18xm61,-257r33,50r-24,0r-47,-50r38,0","w":140},"\u00fb":{"d":"88,-18v-21,34,-73,22,-73,-24r0,-141r37,0r0,127v0,14,6,21,18,21v12,0,18,-8,18,-25r0,-123r37,0r0,183r-37,0r0,-18xm18,-207r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0","w":140},"\u00fc":{"d":"88,-18v-21,34,-73,22,-73,-24r0,-141r37,0r0,127v0,14,6,21,18,21v12,0,18,-8,18,-25r0,-123r37,0r0,183r-37,0r0,-18xm25,-211r0,-37r33,0r0,37r-33,0xm83,-211r0,-37r33,0r0,37r-33,0","w":140},"\u00b0":{"d":"47,-240v-12,0,-22,9,-22,22v0,12,11,22,22,22v11,0,22,-11,22,-22v0,-12,-10,-22,-22,-22xm47,-178v-21,0,-41,-19,-41,-40v0,-22,19,-40,41,-40v23,0,40,19,40,40v0,21,-18,40,-40,40","w":93},"\u00ae":{"d":"118,-183r0,43v27,1,66,1,63,-22v2,-26,-37,-21,-63,-21xm95,-52r0,-152v49,0,109,-7,109,43v0,25,-12,39,-38,42r43,67r-29,0r-43,-66r-19,0r0,66r-23,0xm144,-22v56,0,104,-50,104,-106v0,-57,-48,-107,-104,-107v-56,0,-104,50,-104,107v0,56,48,106,104,106xm144,2v-70,0,-130,-60,-130,-130v0,-70,60,-130,130,-130v70,0,130,60,130,130v0,70,-60,130,-130,130","w":288},"\u00a9":{"d":"149,-71v21,0,36,-16,40,-32r23,0v-5,30,-30,56,-63,56v-46,0,-77,-36,-77,-81v0,-87,126,-117,140,-27r-23,0v-19,-56,-91,-29,-91,26v0,30,21,58,51,58xm144,-22v56,0,104,-50,104,-106v0,-57,-48,-107,-104,-107v-56,0,-104,50,-104,107v0,56,48,106,104,106xm144,2v-70,0,-130,-60,-130,-130v0,-70,60,-130,130,-130v70,0,130,60,130,130v0,70,-60,130,-130,130","w":288},"\u2122":{"d":"60,-108r0,-125r-46,0r0,-23r117,0r0,23r-45,0r0,125r-26,0xm290,-108r-1,-125r-49,125r-15,0r-50,-125r0,125r-26,0r0,-148r41,0r43,108r42,-108r41,0r0,148r-26,0","w":356},"\u00b1":{"d":"94,-37r0,-58r-77,0r0,-29r77,0r0,-58r28,0r0,58r77,0r0,29r-77,0r0,58r-28,0xm17,0r0,-29r182,0r0,29r-182,0","w":216},"\u00b5":{"d":"88,-18v-7,12,-19,26,-36,17r0,75r-37,0r0,-257r37,0r0,127v0,14,6,21,18,21v12,0,18,-8,18,-25r0,-123r37,0r0,183r-37,0r0,-18","w":140},"\u03bc":{"d":"88,-18v-7,12,-19,26,-36,17r0,75r-37,0r0,-257r37,0r0,127v0,14,6,21,18,21v12,0,18,-8,18,-25r0,-123r37,0r0,183r-37,0r0,-18","w":140},"\u00ac":{"d":"170,-41r0,-72r-153,0r0,-28r182,0r0,100r-29,0","w":216},"\u00c0":{"d":"91,-90r-18,-93r-18,93r36,0xm1,0r57,-256r31,0r57,256r-37,0r-11,-55r-50,0r-11,55r-36,0xm64,-318r33,50r-24,0r-47,-50r38,0","w":146},"\u00c3":{"d":"91,-90r-18,-93r-18,93r36,0xm1,0r57,-256r31,0r57,256r-37,0r-11,-55r-50,0r-11,55r-36,0xm12,-271v7,-56,55,-37,88,-25v11,0,16,-6,16,-17r19,0v-7,57,-55,36,-89,26v-10,0,-15,5,-15,16r-19,0","w":146},"\u00d5":{"d":"77,2v-36,0,-62,-27,-62,-62r0,-136v0,-36,26,-62,62,-62v35,0,61,26,61,62r0,136v2,35,-27,62,-61,62xm77,-222v-15,0,-25,10,-25,26r0,136v0,15,9,25,25,25v15,0,25,-11,25,-25r0,-136v0,-15,-10,-26,-25,-26xm15,-271v7,-56,55,-37,88,-25v11,0,16,-6,16,-17r19,0v-7,57,-55,36,-89,26v-10,0,-15,5,-15,16r-19,0","w":153},"\u00f7":{"d":"17,-77r0,-28r182,0r0,28r-182,0xm108,6v-13,0,-23,-10,-23,-23v0,-12,11,-23,23,-23v12,0,23,12,23,23v0,13,-10,23,-23,23xm108,-143v-13,0,-23,-10,-23,-23v0,-12,11,-23,23,-23v12,0,23,12,23,23v0,13,-10,23,-23,23","w":216},"\u00ff":{"d":"0,-183r39,0r25,114r25,-114r38,0r-52,215v-8,31,-26,44,-61,42r0,-35v32,1,27,-14,36,-47xm18,-211r0,-37r33,0r0,37r-33,0xm76,-211r0,-37r33,0r0,37r-33,0","w":126},"\u0178":{"d":"51,0r0,-108r-50,-148r39,0r30,102r30,-102r39,0r-51,148r0,108r-37,0xm24,-272r0,-37r33,0r0,37r-33,0xm82,-272r0,-37r33,0r0,37r-33,0","w":139},"\u00c2":{"d":"91,-90r-18,-93r-18,93r36,0xm1,0r57,-256r31,0r57,256r-37,0r-11,-55r-50,0r-11,55r-36,0xm21,-268r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0","w":146},"\u00ca":{"d":"17,0r0,-256r110,0r0,34r-73,0r0,75r63,0r0,35r-63,0r0,75r73,0r0,37r-110,0xm18,-268r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0"},"\u00c1":{"d":"91,-90r-18,-93r-18,93r36,0xm1,0r57,-256r31,0r57,256r-37,0r-11,-55r-50,0r-11,55r-36,0xm50,-268r32,-50r39,0r-47,50r-24,0","w":146},"\u00cb":{"d":"17,0r0,-256r110,0r0,34r-73,0r0,75r63,0r0,35r-63,0r0,75r73,0r0,37r-110,0xm25,-272r0,-37r33,0r0,37r-33,0xm83,-272r0,-37r33,0r0,37r-33,0"},"\u00c8":{"d":"17,0r0,-256r110,0r0,34r-73,0r0,75r63,0r0,35r-63,0r0,75r73,0r0,37r-110,0xm61,-318r33,50r-24,0r-47,-50r38,0"},"\u00cd":{"d":"18,0r0,-256r37,0r0,256r-37,0xm13,-268r32,-50r39,0r-47,50r-24,0","w":73},"\u00ce":{"d":"18,0r0,-256r37,0r0,256r-37,0xm-16,-268r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0","w":73},"\u00cf":{"d":"18,0r0,-256r37,0r0,256r-37,0xm-9,-272r0,-37r33,0r0,37r-33,0xm49,-272r0,-37r33,0r0,37r-33,0","w":73},"\u00cc":{"d":"18,0r0,-256r37,0r0,256r-37,0xm27,-318r33,50r-24,0r-47,-50r38,0","w":73},"\u00d3":{"d":"77,2v-36,0,-62,-27,-62,-62r0,-136v0,-36,26,-62,62,-62v35,0,61,26,61,62r0,136v2,35,-27,62,-61,62xm77,-222v-15,0,-25,10,-25,26r0,136v0,15,9,25,25,25v15,0,25,-11,25,-25r0,-136v0,-15,-10,-26,-25,-26xm53,-268r32,-50r39,0r-47,50r-24,0","w":153},"\u00d4":{"d":"77,2v-36,0,-62,-27,-62,-62r0,-136v0,-36,26,-62,62,-62v35,0,61,26,61,62r0,136v2,35,-27,62,-61,62xm77,-222v-15,0,-25,10,-25,26r0,136v0,15,9,25,25,25v15,0,25,-11,25,-25r0,-136v0,-15,-10,-26,-25,-26xm24,-268r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0","w":153},"\u00d2":{"d":"77,2v-36,0,-62,-27,-62,-62r0,-136v0,-36,26,-62,62,-62v35,0,61,26,61,62r0,136v2,35,-27,62,-61,62xm77,-222v-15,0,-25,10,-25,26r0,136v0,15,9,25,25,25v15,0,25,-11,25,-25r0,-136v0,-15,-10,-26,-25,-26xm67,-318r33,50r-24,0r-47,-50r38,0","w":153},"\u00da":{"d":"77,2v-34,0,-60,-28,-60,-60r0,-198r37,0r0,195v0,18,8,26,23,26v15,0,22,-8,22,-26r0,-195r37,0r0,198v1,33,-27,60,-59,60xm53,-268r32,-50r39,0r-47,50r-24,0","w":153},"\u00db":{"d":"77,2v-34,0,-60,-28,-60,-60r0,-198r37,0r0,195v0,18,8,26,23,26v15,0,22,-8,22,-26r0,-195r37,0r0,198v1,33,-27,60,-59,60xm24,-268r36,-50r33,0r36,50r-28,0r-25,-34r-24,34r-28,0","w":153},"\u00d9":{"d":"77,2v-34,0,-60,-28,-60,-60r0,-198r37,0r0,195v0,18,8,26,23,26v15,0,22,-8,22,-26r0,-195r37,0r0,198v1,33,-27,60,-59,60xm67,-318r33,50r-24,0r-47,-50r38,0","w":153},"-":{"d":"16,-81r0,-37r108,0r0,37r-108,0","w":140},"\u2010":{"d":"16,-81r0,-37r108,0r0,37r-108,0","w":140},"\u00a0":{"w":66}}});var _sliderSettings={autoHeight:false,crossLinking:false,dynamicTabs:true,dynamicTabsAlign:"right",dynamicTabsPosition:"sliderNumbers",dynamicArrows:true,dynamicArrowLeftText:"<div class='leftArrow' />",dynamicArrowRightText:"<div class='rightArrow' />",slideEaseFunction:"easeInOutQuart",slideEaseDuration:1000,dynamicArrowsPosition:"wraped",dynamicArrowsHoverEffect:true,navFontReplacement:function(context){initFontReplacement($('.coda-nav :header',context));},autoSlideStopOnHover:false,postCallback:function(){}};var _sliderSettingsExtend={"grande":{dynamicTabs:false,dynamicArrowsHoverEffect:false,dynamicArrows:false},"wide":{dynamicTabs:false,dynamicArrowsHoverEffect:false,dynamicArrows:false},"teaser":{dynamicArrows:false,autoSlide:true,autoSlideInterval:3000,autoSlideStopWhenClicked:false,autoSlideStopOnHover:true,autoSlideStopOnBlur:true,postCallback:function(slider){slider.find(".panel-container a").click(function(){var href=this.href.substring(this.href.lastIndexOf('/'));var anchor=$('.report a.ajaxed').filter('[href$="'+href+'"]').first();if(anchor.length!=0){Filter.expandPost(anchor);return false;}});}}};var _fancyboxSettings={'autoScale':true,'opacity':true,'overlayShow':true,'enableEscapeButton':true,'hideOnOverlayClick':true,'hideOnContentClick ':false,'padding':0,'scrolling':'auto','centerOnScroll':true};var _prettyCheckboxesSettings={checkboxWidth:13,checkboxHeight:13,className:'prettyCheckbox',display:'list'};var _cufonOptions={hover:true,forceHitArea:true,fontFamily:'DINEngschrift',trim:'advanced',onBeforeReplace:function(el,options){$(el).css('visibility','visible');},onAfterReplace:function(el,options){}};var _searchOptions={ajaxUrl:'/search/mini',searchIndex:'search',minChars:3};var _autocompleteOptions={serviceUrl:'/assets/components/platoon_forces/connector.php',minChars:1,params:{action:'web/services/autocomplete',ctx:'web'},width:"100%"};function init_ajaxSearch(){$('#ajaxSearchInput').attr("autocomplete","off");$('#searchForm').submit(function(){var phrase=jQuery.trim($('input[name=search]',this).val());if(phrase.length<_searchOptions.minChars){return false;}
return true;});$('#ajaxSearchInput').keyup(function(){var phrase=jQuery.trim($(this).val());if(phrase==$(this).data('lastPhrase')){return;}
if(phrase.length<_searchOptions.minChars){$('#ajaxSearchResults').hide().html('');return;}
$(this).data('lastPhrase',phrase);if($(this).data('lock')){return;}
$(this).data('lock',true);$(this).data('activePhrase',phrase);$.ajax({url:_searchOptions.ajaxUrl,cache:false,data:_searchOptions.searchIndex+"="+phrase,success:function(data){$('#ajaxSearchInput').data('lock',false);var ajaxSearchResults=$('#ajaxSearchResults');ajaxSearchResults.html(data).show();ajaxSearchResults.find('.ajaxContent .ajaxTabTitle').each(function(){$(this).appendTo($('.ajaxTab',ajaxSearchResults));});init_ajaxTabs();initFontReplacement('#ajaxSearchResults :header');if($('#ajaxSearchInput').data('activePhrase')!=$('#ajaxSearchInput').data('lastPhrase')){$('#ajaxSearchInput').data('lastPhrase',false);$('#ajaxSearchInput').trigger('keyup');return;}},error:function(){$('#ajaxSearchResults').hide().html('');$('#ajaxSearchInput').data('lock',false);$('#ajaxSearchInput').data('lastPhrase',phrase);}});});$('#ajaxSearchInput').focus(function(){$('body').bind('click.Search',function(e){if($(e.target).closest('#ajaxSearchResults,#ajaxSearchInput').length>0){return;}
$('#ajaxSearchResults').slideUp(100,function(){$(this).html('');});$('body').unbind('click.Search');});});}
function init_ajaxTabs(){var context='#ajaxSearchResults';$('.ajaxContent:gt(0)',context).hide();$('.ajaxTabTitle :first',context).addClass("open");initFontReplacement($('.ajaxTabTitle',context));$('.ajaxTabTitle a',context).click(function(event){event.preventDefault();$('.ajaxTabTitle a.open',context).each(function(){$(this).removeClass("open");initFontReplacement(this);});$('.ajaxContent',context).hide();$('.ajaxContent[rel="'+$(this).attr("id")+'"]',context).show();$(this).addClass("open");initFontReplacement(this);return false;});}
function init_ajaxLoadingAnimation(){var ajaxLoaderTimeout;$('#ajaxLoading').ajaxStart(function(){$(this).fadeIn(100);clearTimeout(ajaxLoaderTimeout);ajaxLoaderTimeout=setTimeout(function(){$("#ajaxLoading").fadeOut(350);},10000);}).ajaxStop(function(){$(this).fadeOut(350);});}
function init_tooltip(context){if(typeof context==='undefined'){context=$(document);}
$('.tooltip',context).css("display","none");$('a[rel="tooltip"]',context).hover(function(){$('.tooltip').stop(true,true);var tooltip=$(this).parent().siblings('.tooltip');tooltip.stop(true,true).animate({opacity:"show",top:"0"},250).css('margin-top',-1*tooltip.height());},function(){var tooltip=$(this).parent().siblings('.tooltip');tooltip.stop(true,true).animate({opacity:"hide",top:"-10"},"fast");});}
function init_minitip(context,selector){if(typeof context==='undefined'){context=$(document);}
if(typeof selector==='undefined'){selector='.minitip';}
$(selector,context)
.live("mouseenter",function(e){var element=($(this).children('a:first').length>0)?$(this).children('a:first'):$(this);var title=element.attr('title');if(title==='undefined'||title=='')return;element.data('title',title);element.attr('title','');$('body').append('<div id="miniTip" class="tooltip tiny"><div class="tooltip-inner">'+title+'</div></div>');var pos=$(this).offset();var left=pos.left+($(this).width()/2)-($('#miniTip').width()/2);var top=pos.top-$(this).height()-5;$('#miniTip').css("left",left+"px").css("top",top+"px").show();})
.live("mouseleave mousedown",function(e){$("#miniTip").remove();var element=($(this).children('a:first').length>0)?$(this).children('a:first'):$(this);element.attr('title',element.data('title'));});}
function init_accordion(context){if(typeof context==='undefined'){context=$(document);}
$("a.accordion",context).click(function(){var contentElement=$("#"+$(this).attr("rel"));if(jQuery.browser.msie&&jQuery.browser.version.substr(0,1)<="7"){contentElement.toggle().toggleClass('closed');}
else{contentElement.slideToggle().toggleClass('closed');}
$(this).toggleClass('closed');return false;});}
function init_faq(selector){$(selector).next(".box").hide();$(selector).click(function(){$(selector).each(function(){if($(this).hasClass('open')){$(this).removeClass("open");if(jQuery.browser.msie&&jQuery.browser.version.substr(0,1)<="7"){$(this).next(".box").hide();}
else{$(this).next(".box").slideUp();}
initFontReplacement(this);}});$(this).addClass("open");if(jQuery.browser.msie&&jQuery.browser.version.substr(0,1)<="7"){$(this).next(".box").show();}
else{$(this).next(".box").slideDown(100);}
initFontReplacement(this);});}
function initFontReplacement(selector){if(!selector){selector=':header';}
if(typeof Cufon=='function'){$(selector).css('visibility','hidden');Cufon.replace(selector,_cufonOptions);}}
function init_slider(context){if(typeof context==='undefined'){context=$(document);}
$("div.coda-slider",context).each(function(idx){var slider=$(this);if(!slider.parent().parent().hasClass('no-slider')){if($('.panel',slider).size()>1){var sliderSettings=jQuery.extend(true,{},_sliderSettings);$.each(_sliderSettingsExtend,function(key){if(slider.hasClass(key)){jQuery.extend(true,sliderSettings,this);}});setTimeout(function(){slider.codaSlider(sliderSettings);},100);if(sliderSettings.dynamicArrowsHoverEffect){slider.hover(function(){if($.browser.msie){$(this).find(".slider-controls").show();}
else{$(this).find(".slider-controls").stop().fadeTo(500,1);}},function(){if($.browser.msie){$(this).find(".slider-controls").hide();}
else{$(this).find(".slider-controls").stop().fadeTo(500,0);}});}}}
setTimeout(function(){slider.removeClass('coda-slider-no-js');},200);});}
function init_cols(elements){if(typeof elements==='undefined'){elements=$('#mainContent').find('.wanted .box');}
if($(elements).length==0){return;}
var cols={2:2,4:4};for(xx in cols){var wrappers=$('#mainContent').find('.col-'+xx);if(wrappers.length>0){$(elements).each(function(i){var cnt=Math.floor((i%xx));evenOdd=(Math.floor(i/xx)%2===0)?'even':'odd';$(this).removeClass('even odd').addClass(evenOdd);$(this).appendTo(wrappers[cnt]);});}}}
function init_oembed(context,selector){return'';if(typeof context==='undefined'){context=$(document);}
if(typeof selector==='undefined'){selector=".oembed";}
$(selector,context).each(function(idx){var anchor=$(this);if(anchor.is(":visible")){setTimeout(function(){embedAnchor(anchor);},idx*20);}});}
function embedAnchor(obj){var w;var h;for(var key in _embedOptions.sizes){if($(obj).hasClass(key)){w=_embedOptions.sizes[key][0];h=_embedOptions.sizes[key][1];}}
if(w===''||h===''){return;}
var typeOutput=false;var imageonly=($(obj).hasClass('imageonly'))?true:false;if($(obj).is(_embedOptions.internalSelector)){var href=$(obj).attr('href');if(getEmbedType(href)=='photo'){typeOutput='photo';var pUrl=$.url.setUrl(href).attr("path");var zc=($(obj).hasClass('zoomcrop'))?'xC':'';var lastPointPos=pUrl.lastIndexOf('.');var thumberParams='.'+w+'x'+h+zc;pUrl=pUrl.substring(0,lastPointPos)+thumberParams+pUrl.substring(lastPointPos);var fUrl=_embedOptions.thumberPath+pUrl;var output="<img src='"+fUrl+"' alt='' />";if(imageonly){var pageUrl=$(obj).closest('div').find('.title a').attr('href');$(obj).removeClass().html(output).attr('href',pageUrl);}
else{$(obj).replaceWith(output);}}
else if(getEmbedType($(obj).attr('href'))=='audio'){typeOutput='audio';var playerFlashVars={file:href,dock:'false',plugins:''};var tmpId='player_'+Math.ceil(Math.random()*10000);$(obj).wrap("<div id='"+tmpId+"'/>");swfobject.embedSWF(_embedOptions.flashPath+"player.swf",tmpId,w,"24","9.0.0",_embedOptions.flashPath+"expressInstall.swf",playerFlashVars);}
else{typeOutput='other';$(obj).html($.url.setUrl(href).attr("file"))
.removeClass('oembed').addClass('uploadedFile')
.attr('target','_blank');}}
else{$(obj).embedLinks({maxheight:h,maxwidth:w,imageonly:imageonly},function(data,anchor,options){if(options.imageonly){anchor.removeClass()
.attr('href',anchor.closest('div').find('.title a').attr('href'));}});}
return typeOutput;}
function getEmbedType(str){var imgs_re=new RegExp("^.*\.(jpg|jpeg|gif|png)$");var snd_re=new RegExp("^.*\.(mp3)$");if(str.toLowerCase().match(imgs_re)){return'photo';}
else if(str.toLowerCase().match(snd_re)){return'audio';}
else{return'other';}}
function showProfileVideo(anchor){var w=$(anchor).prev('img').width();var h=$(anchor).prev('img').height();var flash_path="/assets/templates/platoon_forces/flash/";var playerFlashVars={file:$(anchor).attr('href'),autostart:'true',controlbar:'none',dock:'false',plugins:''};var tmpId='player_'+Math.ceil(Math.random()*10000);$(anchor).wrap("<div id='"+tmpId+"'/>");var clone=$(anchor).clone(true).hide();$.getScript('http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',function(){swfobject.embedSWF(flash_path+"player.swf",tmpId,w,h,"9.0.0",flash_path+"expressInstall.swf",playerFlashVars,null,{id:tmpId,name:tmpId},function(e){if(e.success){$(e.ref).css({'position':'absolute','margin-left':'-'+w+'px'});$(e.ref).after(clone);try{var myReady=playerReady;}
catch(err){}
playerReady=function(obj){e.ref.addModelListener("STATE","profileVideo_stateListener");try{myReady(obj);}catch(err){}};}});});return false;}
function profileVideo_stateListener(obj){currentState=obj.newstate;if(currentState=='PAUSED'||currentState=='COMPLETED'){$('#'+obj.id).remove();$('#profileVideo').fadeIn();}}
function init_lightbox(selector){if(typeof selector==='undefined'){selector='a.lightbox';}
$(selector).each(function(){var options=jQuery.extend(true,{},_fancyboxSettings);if($(this).hasClass('iframe')){var h=$(this).attr('class').match(/\biframe-height-(\d+)/);if(h!=null){options.onComplete=function(){$('#fancybox-wrap,#fancybox-content').css('height',h[1]);};options.autoScale=false;options.autoDimensions=false;options.scroll='no';}}
$(this).fancybox(options);});}
function init_autocomplete(){$('.autocomplete').each(function(){var paramClass="autocomplete_";var classList=$(this).attr('class').split(/\s+/);var params=false;$.each(classList,function(index,item){if(item.match("^"+paramClass)==paramClass){params=item.split("_");return false;}});if(!params){return;}
var options=jQuery.extend(true,{},_autocompleteOptions);options.params.objclass=params[1];options.params.field=params[2];$(this).autocomplete(options);});}
var ActionButtons={init:function(context){if((typeof context==='undefined')){context=$(document);}
ActionButtons.reorder($(context));ActionButtons.hook($(context));},hook:function(context){$('.actionButton:not(".add,.remove")',context).click(function(){if(!Platoon.utils.endsWith(this.href,'#'))return true;if($(this).hasClass('active'))return false;var localContext=$(this).closest('.actionWrapper');$('.actionList',localContext).hide();$('.actionButton.add:visible,.actionButton.remove:visible',localContext).hide(200);$('.actionButton',localContext).removeClass('active');$(this).next('.add,.remove').show(200);var listId=$(this).attr('rel');$('#'+listId).fadeIn(200);$(this).addClass('active');});},reorder:function(context){$('.actionWrapper',context).each(function(){$(this).find('.actionButton').each(function(i){var listId=$(this).attr('rel');if(listId){$('#'+listId).appendTo($(this).siblings('div.actionLists'));}
$(this).appendTo($(this).siblings('div.actionButtons'));});$(this).find('.actionButtons').show();var firstOne=$(this).find('.actionButton:first');firstOne.addClass('active');firstOne.next('.add,.remove').addClass('active').show();$('#'+firstOne.attr('rel')).show();}).show();}};var Platoon={config:{connector:"/assets/components/platoon_forces/connector.php",ctx:"web",baseAjax:{type:'POST',url:"/assets/components/platoon_forces/connector.php",dataType:'json',failure:function(r){Platoon.utils.alert(r);}}},utils:{alert:function(msg,status,timeout){var defaultTimeout=3;timeout=(typeof(timeout)!=="undefined")?((typeof(timeout)==="boolean"&&timeout==true)?defaultTimeout:timeout):0;status=(typeof(status)!=="undefined")?status:'error';if($('#infoBoxWrapper').length==0)$('body>.container').append('<div id="infoBoxWrapper" class="span-12 last"></div>');var infoBox=$('<div class="infoBox '+status+'" onclick="$(this).remove();"><h2>'+msg+'</h2></div>');$('#infoBoxWrapper').append(infoBox.hide().fadeIn(250));initFontReplacement(infoBox);if(timeout>0){setTimeout(function(){infoBox.fadeOut(250,function(){$(this).remove();});},timeout*1000);}
return false;},confirm:function(msg){return confirm(msg);},endsWith:function(srcStr,endsWith){return srcStr.length>=endsWith.length&&srcStr.substr(srcStr.length-endsWith.length)==endsWith;},sendMessage:function(destUserId,subject,text,callback){callback=(typeof(callback)!=="undefined")?callback:function(r){Platoon.utils.alert(r.message,"success");};var p=$.extend({},Platoon.config.baseAjax,{data:{action:'web/services/sendmessage',ctx:Platoon.config.ctx,destUserId:destUserId,subject:subject,text:text},success:callback});$.ajax(p);}},profile:{config:{},init:function(userId){Platoon.profile.config["userId"]=userId;ActionButtons.init();$('#message_send').click(function(){if($(this).hasClass('disabled'))return false;var valid=true;$("#message_subject,#message_text").each(function(){if($(this).val()==""){$(this).addClass("error");valid=false;}else{$(this).removeClass("error");}});if(!valid)return false;$(this).addClass('disabled');$('#message_form').fadeTo(500,0.2);Platoon.utils.sendMessage(Platoon.profile.config.userId,$('#message_subject').val(),$('#message_text').val(),function(r){$('#message_send').removeClass('disabled');$('#message_form').fadeTo(500,1);if(r.success==false){Platoon.utils.alert(r.message);return false;}else{Platoon.utils.alert(r.message,'success',true);$('#message_form')[0].reset();}});return false;});$("#message_list label").inFieldLabels();$("#message_subject, #message_text").change(function(){if($(this).val()===''){$(this).addClass('error');}
else{$(this).removeClass('error');}});}},members:{sendActivation:function(memberId,obj){if(!$(obj).hasClass('blockActivation')){var personalMsg=window.prompt("Send activation?  (optionally you may add a personal message)");if(typeof(personalMsg)!=='string')return false;$(obj).html('Processing...').addClass('blockActivation');$.post(Platoon.config.connector,{action:'web/services/sendactivation',memberId:memberId,ctx:'web',personalMsg:personalMsg},function(r){if(r.success==false){var msg='ERROR, try again! '+r.message;$(obj).html(msg).removeClass('blockActivation');Platoon.utils.alert(msg);return false;}
var msg=r.message;$(obj).html(msg).attr('title','Just now sent..');$(obj).closest('div.forces').find('.inactiveUser').removeClass('inactiveUser');Platoon.utils.alert(msg,'success',true);},'json');}}},shareButtons:{link:function(anchor){$(anchor).parent().parent().find('input.link').remove();$('<input class="link" type="text" value="'+anchor.href+'"/>').hide().insertAfter($(anchor).parent()).fadeIn().select();}}};$(document).ready(function(){});$(document).ready(function(){var contentContext='#mainContent';init_slider(contentContext);init_tooltip(contentContext);init_minitip();ActionButtons.init(contentContext);init_accordion(contentContext);init_ajaxSearch();init_lightbox();init_ajaxLoadingAnimation();if(typeof(RenderTracker)=='object')RenderTracker.init();$('#remembermeforaweek').prettyCheckboxes(_prettyCheckboxesSettings);$('.headerMenu > li','#header')
.mouseenter(function(){$(this).children('ul').show();})
.mouseleave(function(e){if($("#miniTip").length===0)$(this).children('ul').hide();});$("#searchMenu").find(":header:has(a)").css('cursor','pointer').click(function(){window.location=$(this).find('a').attr('href');});$("a[href^='http:']:not([href*='"+window.location.host+"'][target='_blank'])").live('click',function(){$(this).attr('target','_blank');});});
