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;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;},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(!hasOwnProperty(types,type)||types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false;}
if(foundAll)break;style=this.getStyle(search=search.parentNode);}
return types;},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(/\b./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};return function(text,style,node){if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(/^\s+/,'');if(!node.nextSibling)text=text.replace(/\s+$/,'');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');function isContainerReady(el){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;this.glyphs=data.glyphs;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;}
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){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this);}
function onEnterLeave(e){trigger(this);}
function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(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);}};}
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,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return 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={},args,key;for(var i=0,l=arguments.length;args=arguments[i],i<l;++i){for(key in args){if(hasOwnProperty(args,key))merged[key]=args[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){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 replaceElement(el,options){var style=CSS.getStyle(attach(el,options)).extend(options);var font=getFont(el,style),node,type,next,anchor,text;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,node),style,options,node,el),anchor);anchor=null;}
if(type==1&&node.firstChild){if(/cufon/.test(node.className)){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||(window.Ext&&Ext.query)||elementsByTagName),separate:'words',textShadow:'none'};var separators={words:/[^\S\u00a0]+/,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){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.removeClass(DOM.root(),'cufon-loading');});initialized=true;}
if(options.hover)options.forceHitArea=true;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);if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')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('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-canvas{text-indent:0;}'+'@media screen,projection{'+'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative;}':'.cufon-canvas canvas{position:absolute;}')+'}'+'@media print{'+'.cufon-canvas{padding:0;}'+'.cufon-canvas canvas{display:none;}'+'.cufon-canvas .cufon-alt{display:inline;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(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.alt;var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));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(''),chr;var glyphs=font.glyphs,glyph,kerning,k;var width=0,advance,jumps=[];for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k;}
width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k;}
if(advance===undefined)return null;expandRight+=viewBox.width-advance;expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';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.ceil(size.convert(stretchedWidth))+'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;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.lineWidth=font.face['underline-thickness'];g.save();function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke();}
var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline);function renderText(){g.scale(stretchFactor,1);for(var i=0,j=0,l=chars.length;i<l;++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();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper;};})());Cufon.registerEngine('vml',(function(){if(!document.namespaces)return;if(document.namespaces.cvml==null){document.namespaces.add('cvml','urn:schemas-microsoft-com:vml');}
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">'+'.cufon-vml-canvas{text-indent:0;}'+'@media screen{'+'cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}'+'.cufon-vml-canvas{position:absolute;text-align:left;}'+'.cufon-vml{display:inline-block;position:relative;vertical-align:'+
(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}'+'a .cufon-vml{cursor:pointer}'+'}'+'@media print{'+'.cufon-vml *{display:none;}'+'.cufon-vml .cufon-alt{display:inline;}'+'}'+'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){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;}
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<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 letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing));}
var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';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 textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split(''),chr;var glyphs=font.glyphs,glyph,kerning,k;var width=0,jumps=[],offsetX=0,advance;var shape,shadows=options.textShadow;for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k;}
width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k;}
if(advance===undefined)return null;var fullWidth=-minX+width+(viewBox.width-advance);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);for(i=0,j=0;i<l;++i){glyph=glyphs[chars[i]]||font.missingGlyph;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.registerFont({"w":131,"face":{"font-family":"Archer Semibold","font-weight":375,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-18 -269 354 82","underline-thickness":"18","underline-position":"-18","stemh":"26","stemv":"31","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":80},"A":{"d":"6,0r0,-29r21,0r66,-179r-26,0r0,-29r119,0r0,29r-27,0r66,179r22,0r0,29r-84,0r0,-29r27,0r-18,-50r-93,0r-18,50r29,0r0,29r-84,0xm88,-106r75,0r-37,-104","w":252},"B":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r95,0v95,-6,107,93,41,115v31,9,49,26,49,56v0,38,-32,66,-86,66r-99,0xm77,-28v44,3,90,-2,90,-40v0,-37,-46,-42,-90,-39r0,79xm77,-134v41,3,83,-4,83,-38v0,-34,-43,-39,-83,-36r0,74","w":216,"k":{"}":4,"]":4,")":4,"\\":8,"\/":3,"v":3,"p":3,"b":1,"X":7,"V":11,"A":6,"S":2,"T":7,"U":4,"W":11,"Y":11,"Z":5,".":4,",":4,"t":3,"u":3,"w":3,"y":3,"z":3}},"C":{"d":"142,4v-73,0,-123,-53,-123,-122v0,-72,56,-123,122,-123v52,0,90,30,90,58v0,15,-10,25,-23,25v-20,0,-30,-23,-17,-35v-6,-8,-24,-18,-51,-18v-51,0,-88,42,-88,93v0,49,36,92,90,92v28,0,51,-12,71,-31r20,23v-23,24,-56,38,-91,38","w":252,"k":{"J":4,"M":4,"Q":7,"V":7,"X":7,"p":5,"q":8,"v":5,"m":5,"x":3,"A":9,"S":5,"T":7,"U":4,"W":5,"Y":7,"Z":4,"t":5,"u":8,"w":5,"y":5,"z":5,"C":7,"G":7,"O":7,"-":8,"a":8,"c":8,"d":8,"e":8,"f":5,"g":8,"n":5,"o":8,"r":5,"s":5}},"D":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r89,0v84,0,137,45,137,116v0,72,-50,121,-139,121r-87,0xm77,-29v80,7,130,-26,130,-92v0,-64,-54,-93,-130,-87r0,179","w":259,"k":{"J":2,"M":6,"V":9,"X":18,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":4,"A":9,"S":7,"T":7,"W":13,"Y":11,"Z":6,".":15,",":15,"z":5,"a":3,"h":5,"k":3,"l":3}},"E":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r174,0r0,62r-31,0r0,-33r-81,0r0,73r75,0r0,28r-75,0r0,78r81,0r0,-33r32,0r0,62r-175,0","w":209,"k":{"J":4,"Q":7,"V":4,"X":2,"p":5,"q":5,"v":8,"A":4,"S":5,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":5,"u":4,"w":8,"y":8,"z":3,"C":7,"G":7,"O":7,"-":12,"c":5,"d":5,"e":5,"g":5,"o":5,"s":3}},"F":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r172,0r0,62r-31,0r0,-33r-79,0r0,78r73,0r0,28r-73,0r0,73r32,0r0,29r-94,0","w":203,"k":{"@":12,"\/":26,"&":8,"x":18,"v":17,"q":23,"p":15,"m":15,"j":3,"X":7,"V":7,"Q":14,"M":9,"J":25,"A":25,"S":9,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":27,",":27,"t":10,"u":18,"w":17,"y":17,"z":19,"C":14,"G":14,"O":14,":":19,";":19,"-":17,"a":24,"c":22,"d":23,"e":22,"f":14,"g":23,"h":3,"i":5,"k":3,"l":3,"n":15,"o":22,"r":15,"s":21}},"G":{"d":"203,-19v-72,54,-184,8,-184,-98v0,-74,56,-124,123,-124v54,0,90,29,90,56v0,15,-9,25,-22,25v-19,0,-30,-22,-18,-35v-8,-8,-26,-16,-51,-16v-52,0,-89,40,-89,94v0,84,91,115,150,73r0,-47r-63,0r0,-27r95,0r0,118r-31,0r0,-19","w":263,"k":{"V":7,"X":4,"p":3,"v":5,"T":7,"W":11,"Y":7,"Z":4,"t":1,"u":3,"w":5,"y":5,"z":3}},"H":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r92,0r0,29r-30,0r0,73r122,0r0,-73r-30,0r0,-29r92,0r0,29r-29,0r0,179r29,0r0,29r-92,0r0,-29r30,0r0,-78r-122,0r0,78r30,0r0,29r-92,0","w":276,"k":{"b":-3,"p":3,"q":5,"z":5,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":3}},"I":{"d":"15,0r0,-29r31,0r0,-179r-31,0r0,-29r94,0r0,29r-30,0r0,179r30,0r0,29r-94,0","w":125,"k":{"b":-3,"p":3,"q":5,"z":5,"a":3,"c":5,"d":5,"e":5,"g":5,"o":5,"s":3}},"J":{"d":"153,-208v-3,91,23,212,-73,212v-39,0,-70,-25,-70,-58v0,-32,43,-42,45,-9v0,8,-4,15,-10,18v20,35,76,20,76,-35r0,-128r-36,0r0,-29r96,0r0,29r-28,0","w":192,"k":{"\/":7,"x":7,"v":7,"q":9,"p":8,"m":8,"X":7,"V":5,"M":5,"J":9,"A":12,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":4,"u":8,"w":7,"y":7,"z":11,":":12,";":12,"a":9,"c":8,"d":9,"e":8,"f":8,"g":9,"i":5,"n":8,"o":8,"r":8,"s":9}},"K":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r92,0r0,29r-30,0r0,93r93,-93r-30,0r0,-29r97,0r0,29r-26,0r-72,72r69,107r30,0r0,29r-51,0r-73,-114r-37,37r0,48r30,0r0,29r-92,0","w":243,"k":{"Q":5,"V":18,"q":6,"v":11,"j":-3,"A":11,"S":4,"W":18,"Y":14,".":-8,",":-8,"t":4,"u":5,"w":8,"y":5,"C":8,"G":5,"O":5,":":-8,";":-8,"-":12,"a":3,"c":5,"d":6,"e":5,"g":6,"i":-9,"o":5}},"L":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r94,0r0,29r-32,0r0,179r75,0r0,-35r31,0r0,64r-168,0","w":198,"k":{"M":4,"Q":14,"V":22,"X":4,"*":19,"b":5,"}":8,"]":8,"p":3,")":8,"q":3,"?":15,"v":15,"j":5,"S":2,"T":22,"U":11,"W":18,"Y":22,"Z":4,"t":8,"u":8,"w":11,"y":5,"C":14,"G":14,"O":10,"-":12,"c":3,"d":3,"e":3,"g":3,"o":3}},"M":{"d":"14,0r0,-29r29,0r8,-179r-30,0r0,-29r60,0r76,149r76,-149r60,0r0,29r-31,0r8,179r30,0r0,29r-92,0r0,-29r30,0r-6,-147r-73,140r-6,0r-72,-140r-6,147r29,0r0,29r-90,0","w":314,"k":{"v":8,"q":7,"p":4,"j":5,"X":4,"V":11,"Q":5,"M":4,"J":4,"A":4,"S":5,"T":6,"U":5,"W":11,"Y":8,"Z":4,"t":5,"w":8,"y":8,"z":5,"C":5,"G":5,"O":5,"-":4,"a":3,"c":5,"d":7,"e":5,"g":7,"o":5,"s":4}},"N":{"d":"214,1r-138,-180r0,150r30,0r0,29r-91,0r0,-29r29,0r0,-179r-29,0r0,-29r57,0r129,167r0,-138r-31,0r0,-29r90,0r0,29r-28,0r0,209r-18,0","w":271,"k":{"J":7,"b":-3,"p":5,"q":5,"v":3,"m":5,"x":4,"&":8,".":12,",":12,"t":5,"u":5,"w":3,"y":3,"z":8,"a":8,"c":4,"d":5,"e":4,"f":5,"g":6,"i":3,"n":5,"o":4,"r":5,"s":8}},"O":{"d":"138,4v-70,0,-119,-53,-119,-122v0,-69,50,-123,121,-123v70,0,120,54,120,123v0,69,-51,122,-122,122xm139,-26v50,0,87,-39,87,-92v0,-53,-37,-93,-87,-93v-51,0,-87,40,-87,93v0,53,36,92,87,92","w":278,"k":{"J":2,"M":5,"V":11,"X":13,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":4,"A":9,"S":7,"T":7,"W":13,"Y":11,"Z":6,".":15,",":15,"z":5,"a":3,"h":3,"k":3,"l":3}},"P":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29r93,0v50,0,89,29,89,76v1,61,-54,86,-120,78r0,54r31,0r0,29r-93,0xm77,-112v41,6,86,-6,86,-49v0,-40,-40,-51,-86,-47r0,96","w":209,"k":{"@":8,"\/":14,"?":-12,"q":5,"X":14,"M":9,"J":20,"A":18,"Y":7,".":19,",":19,"z":3,"a":7,"c":5,"d":5,"e":5,"g":5,"o":5,"s":5}},"Q":{"d":"176,-4v28,12,52,38,85,12r16,26v-58,47,-103,-21,-155,-31v-59,-11,-103,-53,-103,-121v0,-69,50,-123,121,-123v70,0,120,54,120,123v0,60,-36,102,-84,114xm52,-118v1,51,35,92,87,92v50,0,87,-39,87,-92v0,-53,-37,-93,-87,-93v-51,0,-87,40,-87,93","w":278,"k":{"\\":12,"b":1,"V":11,"M":4,"W":12,"Y":11,"z":5,"a":1,"h":3,"k":3,"l":3}},"R":{"d":"15,0r0,-29r29,0r0,-179r-29,0r0,-29v82,-2,180,-8,180,70v0,32,-20,55,-48,65r44,73r28,0r0,29r-50,0r-54,-94v-11,1,-28,1,-38,0r0,65r30,0r0,29r-92,0xm77,-122v40,6,85,-7,85,-44v0,-37,-41,-45,-85,-42r0,86","w":222,"k":{"J":-3,"V":9,"X":3,"\\":8,"q":3,"?":4,"v":3,"j":-3,"T":11,"W":8,"Y":9,".":-8,",":-8,"w":1,":":-8,";":-8,"-":2,"c":3,"d":3,"e":3,"g":3,"o":3}},"S":{"d":"99,4v-46,0,-81,-26,-81,-52v0,-15,8,-24,21,-24v21,0,28,21,17,35v22,22,91,16,91,-25v0,-22,-22,-33,-47,-42v-42,-16,-73,-30,-73,-72v0,-37,29,-65,75,-65v41,0,74,22,74,48v0,15,-9,24,-21,24v-20,1,-27,-21,-18,-34v-20,-19,-78,-10,-78,24v0,23,22,33,49,43v41,15,71,30,71,72v0,43,-34,68,-80,68","w":198,"k":{"M":4,"V":5,"X":7,"*":4,"b":3,"\\":4,"p":3,"q":3,"v":4,"m":3,"x":5,"\/":3,"!":4,"A":5,"T":5,"U":2,"W":9,"Y":9,"Z":2,".":4,",":4,"u":3,"w":4,"y":4,"z":3,"a":5,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"n":3,"o":3,"r":3,"s":3}},"T":{"d":"65,0r0,-29r31,0r0,-180r-53,0r0,38r-31,0r0,-66r201,0r0,66r-31,0r0,-38r-53,0r0,180r31,0r0,29r-95,0","w":225,"k":{"J":18,"M":6,"Q":7,"V":4,"X":11,"p":14,"q":21,"v":17,"m":14,"x":17,"\/":16,"j":3,"&":8,"@":12,"A":18,"S":7,"U":2,"W":4,"Y":4,".":19,",":19,"t":11,"u":17,"w":17,"y":17,"z":21,"C":7,"G":7,"O":7,":":15,";":15,"-":23,"a":19,"c":21,"d":21,"e":21,"f":11,"g":21,"i":3,"n":14,"o":21,"r":14,"s":21}},"U":{"d":"126,4v-54,0,-87,-30,-87,-88r0,-124r-28,0r0,-29r91,0r0,29r-30,0v5,71,-24,182,54,182v80,0,51,-110,56,-182r-30,0r0,-29r90,0r0,29r-29,0r0,123v0,59,-34,89,-87,89","w":252,"k":{"J":9,"M":5,"V":5,"X":7,"p":8,"q":9,"v":7,"m":8,"x":7,"\/":7,"A":12,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":4,"w":7,"y":7,"z":11,":":12,";":12,"a":8,"c":8,"d":9,"e":8,"f":5,"g":9,"i":5,"n":8,"o":8,"r":8,"s":11}},"V":{"d":"115,3r-87,-211r-22,0r0,-29r85,0r0,29r-25,0r59,154r60,-154r-27,0r0,-29r86,0r0,29r-23,0r-87,211r-19,0","w":249,"k":{"@":15,"\/":19,"&":8,"x":14,"v":14,"q":24,"p":14,"m":14,"j":3,"X":13,"Q":11,"M":11,"J":25,"A":22,"S":7,"T":4,"U":5,"Z":7,".":35,",":35,"t":5,"u":14,"w":14,"y":14,"z":17,"C":11,"G":16,"O":11,":":15,";":15,"-":23,"a":25,"c":24,"d":24,"e":24,"f":8,"g":24,"i":5,"n":14,"o":24,"r":14,"s":26}},"W":{"d":"100,3r-66,-211r-26,0r0,-29r92,0r0,29r-31,0r45,149r60,-152r17,0r59,152r43,-149r-31,0r0,-29r92,0r0,29r-27,0r-65,211r-18,0r-62,-156r-63,156r-19,0","w":361,"k":{"J":25,"M":11,"Q":12,"X":7,"p":19,"q":26,"v":15,"m":19,"x":15,"\/":20,"j":1,"&":8,"@":15,"A":20,"S":11,"T":4,"U":5,"Z":7,".":35,",":35,"t":11,"u":17,"w":15,"y":15,"z":18,"C":12,"G":12,"O":12,":":12,";":12,"-":19,"a":24,"c":27,"d":26,"e":27,"f":10,"g":26,"i":4,"n":19,"o":27,"r":19,"s":24}},"X":{"d":"12,0r0,-29r25,0r73,-93r-67,-86r-26,0r0,-29r89,0r0,29r-26,0r50,68r50,-68r-28,0r0,-29r90,0r0,29r-26,0r-68,86r72,93r26,0r0,29r-89,0r0,-28r26,0r-54,-76r-56,76r27,0r0,28r-88,0","w":257,"k":{"*":8,"v":11,"q":11,"p":4,"X":7,"V":13,"Q":15,"M":4,"J":7,"A":7,"S":6,"T":11,"U":7,"W":7,"Y":14,"Z":7,"t":8,"u":14,"w":8,"y":11,"C":15,"G":15,"O":13,"-":19,"a":5,"c":11,"d":11,"e":11,"g":10,"o":11,"s":8}},"Y":{"d":"67,0r0,-29r32,0r0,-64r-68,-115r-25,0r0,-29r84,0r0,29r-23,0r49,87r50,-87r-24,0r0,-29r84,0r0,29r-25,0r-69,115r0,64r32,0r0,29r-97,0","w":231,"k":{"J":25,"M":8,"Q":11,"X":14,"p":14,"q":25,"v":15,"m":14,"x":14,"\/":13,"j":3,"&":12,"@":15,"A":18,"S":11,"T":4,"U":5,".":27,",":27,"t":10,"u":14,"w":16,"y":14,"z":17,"C":11,"G":11,"O":11,":":15,";":15,"-":27,"a":24,"c":25,"d":25,"e":25,"f":8,"g":25,"i":5,"n":14,"o":25,"r":14,"s":24}},"Z":{"d":"16,0r0,-17r140,-193r-104,0r0,39r-29,0r0,-66r180,0r0,17r-141,193r114,0r0,-39r29,0r0,66r-189,0","w":221,"k":{"J":4,"M":4,"Q":4,"V":7,"X":7,"*":6,"\\":4,"q":1,"v":5,"S":2,"T":7,"U":7,"W":4,"Y":7,"Z":4,"t":5,"u":3,"w":4,"y":5,"C":4,"G":6,"O":6,"-":8,"d":1,"g":1}},"a":{"d":"84,-158v40,0,63,18,64,55r0,77r24,0r0,26r-53,0r0,-19v-26,31,-104,31,-104,-22v0,-43,64,-56,103,-41v8,-42,-24,-60,-59,-47v4,14,-4,27,-17,27v-11,0,-18,-8,-18,-19v0,-18,20,-37,60,-37xm46,-44v3,34,56,25,72,5r0,-25v-23,-8,-74,-9,-72,20","w":179,"k":{"b":3,"p":3,"q":3,"?":9,"v":8,"x":3,"j":3,"u":3,"w":6,"y":8,"z":6,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"b":{"d":"182,-78v0,66,-79,106,-126,63r-8,15r-20,0r0,-237r-24,0r0,-27r55,0r0,128v40,-45,123,-15,123,58xm59,-39v32,27,91,16,91,-39v0,-56,-63,-67,-91,-33r0,72","w":196,"k":{"\\":26,"}":4,"]":4,")":4,"?":9,"v":6,"x":3,"\/":9,".":9,",":9,"u":3,"w":4,"y":4,"z":3,"a":3}},"c":{"d":"151,-12v-56,36,-137,3,-137,-66v0,-42,34,-80,78,-80v39,0,66,25,66,49v0,27,-41,32,-41,4v0,-5,2,-10,6,-13v-24,-28,-79,-12,-78,41v1,55,68,67,109,37","w":174,"k":{"p":3,"q":3,"?":4,"v":4,"x":1,"\/":6,"u":3,"y":3,"z":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":2}},"d":{"d":"136,-20v-39,48,-122,14,-122,-57v0,-64,76,-106,122,-64r0,-96r-27,0r0,-27r58,0r0,238r24,0r0,26r-55,0r0,-20xm46,-77v0,55,62,68,90,33r0,-72v-31,-29,-90,-15,-90,39","w":199,"k":{"z":3,"a":3,"s":3}},"e":{"d":"162,-68r-116,0v6,52,73,53,111,28r-2,28v-56,35,-141,6,-141,-65v0,-44,30,-81,77,-81v53,1,80,41,71,90xm133,-91v-1,-53,-82,-56,-87,0r87,0","w":176,"k":{"\\":26,"}":4,"]":4,")":4,"?":4,"v":3,"x":3,"\/":6,".":4,",":4,"u":3,"w":1,"y":2,"z":3,"a":4}},"f":{"d":"40,-155v-3,-58,3,-111,56,-111v32,0,42,39,13,42v-11,0,-17,-7,-20,-15v-26,7,-18,51,-19,84r41,0r0,26r-41,0r0,103r30,0r0,26r-85,0r0,-26r25,0r0,-103r-27,0r0,-26r27,0","w":118,"k":{"*":-22,"}":-26,"]":-26,")":-26,"q":4,"?":-11,"\/":5,"&":-9,".":9,",":9,"c":4,"d":4,"e":4,"g":4,"o":4}},"g":{"d":"64,41v29,11,77,4,71,-38r0,-27v-39,46,-121,14,-121,-55v0,-64,78,-103,123,-61r0,-15r53,0r0,26r-24,0r0,132v1,46,-30,70,-73,69v-35,-1,-64,-9,-64,-37v0,-11,7,-20,19,-20v13,0,22,14,16,26xm135,-116v-29,-29,-89,-14,-89,37v0,53,62,66,89,31r0,-68","w":200,"k":{"v":1,"x":6,".":16,",":16,"u":3,"w":1,"y":1,"z":6,"a":3,"d":3,"g":3,"s":4}},"h":{"d":"139,-26v-4,-39,15,-104,-27,-104v-17,0,-33,11,-46,24r0,80r23,0r0,26r-79,0r0,-26r25,0r0,-211r-25,0r0,-27r56,0r0,135v27,-41,104,-39,104,23r0,80r24,0r0,26r-78,0r0,-26r23,0","w":201,"k":{"b":3,"p":3,"q":3,"?":9,"v":8,"x":3,"j":3,"w":6,"y":4,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"i":{"d":"51,-188v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,13,-10,23,-22,23xm14,0r0,-26r25,0r0,-103r-25,0r0,-26r56,0r0,129r25,0r0,26r-81,0","w":106,"k":{"b":3,"p":4,"v":6,"j":4,"u":4,"w":4,"y":6,"z":3,"a":3,"s":3}},"j":{"d":"74,-155v-6,86,28,224,-57,227v-23,0,-35,-13,-35,-26v0,-10,7,-19,18,-19v12,0,19,9,18,21v18,-1,26,-26,25,-49r0,-128r-30,0r0,-26r61,0xm53,-188v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22v12,0,23,10,23,22v0,13,-11,23,-23,23","w":98,"k":{"*":-4,"x":3,"y":3,"z":1,"-":-6}},"k":{"d":"10,0r0,-26r25,0r0,-211r-25,0r0,-27r56,0r0,183r56,-49r-27,0r0,-25r90,0r0,26r-28,0r-44,38r45,64r27,0r0,27r-46,0r-48,-74r-25,21r0,27r22,0r0,26r-78,0","w":192,"k":{"q":3,"&":-4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"l":{"d":"11,0r0,-26r25,0r0,-211r-25,0r0,-27r56,0r0,238r25,0r0,26r-81,0","w":102,"k":{"b":3,"p":4,"v":1,"j":4,"u":4,"w":1,"y":1,"z":3,"a":3,"s":3}},"m":{"d":"137,-26v-5,-38,16,-104,-24,-104v-17,0,-32,10,-45,23r0,81r23,0r0,26r-78,0r0,-26r24,0r0,-103r-24,0r0,-26r54,0r0,27v19,-31,84,-45,97,-2v29,-39,104,-40,104,24r0,80r24,0r0,26r-78,0r0,-26r23,0v-4,-38,15,-103,-25,-104v-16,0,-30,10,-44,23r0,81r23,0r0,26r-77,0r0,-26r23,0","w":299,"k":{"?":9,"x":3,"v":8,"q":3,"p":3,"j":3,"b":3,"w":6,"y":4,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"n":{"d":"141,-26v-4,-40,16,-104,-27,-104v-17,0,-33,11,-46,24r0,80r23,0r0,26r-78,0r0,-26r24,0r0,-103r-24,0r0,-26r54,0r0,27v26,-40,105,-42,105,22r0,80r24,0r0,26r-78,0r0,-26r23,0","w":203,"k":{"b":3,"p":3,"q":3,"?":9,"v":8,"x":3,"j":3,"w":6,"y":4,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"o":{"d":"95,3v-50,0,-81,-36,-81,-80v0,-44,32,-81,81,-81v49,0,81,37,81,81v0,43,-32,80,-81,80xm95,-23v29,0,49,-22,49,-54v0,-32,-20,-55,-49,-55v-29,0,-49,23,-49,55v0,32,20,54,49,54","w":190,"k":{"\\":26,"}":4,"]":4,")":4,"?":9,"v":6,"x":3,"\/":9,".":9,",":9,"u":3,"w":1,"y":4,"z":3,"a":3}},"p":{"d":"10,71r0,-26r25,0r0,-174r-25,0r0,-26r54,0r0,20v41,-48,122,-15,122,57v0,64,-73,105,-120,64r0,59r27,0r0,26r-83,0xm66,-39v31,29,88,15,88,-39v0,-55,-61,-68,-88,-33r0,72","w":200,"k":{"}":4,"]":4,")":4,"\/":9,"?":9,"x":3,"v":6,".":9,",":9,"u":3,"w":4,"y":4,"z":3,"a":3}},"q":{"d":"108,71r0,-27r30,0r0,-63v-42,45,-124,15,-124,-58v0,-66,79,-106,126,-63r8,-16r20,0r0,200r25,0r0,27r-85,0xm46,-77v0,56,63,68,92,33r0,-72v-32,-27,-92,-16,-92,39","w":191,"k":{"}":-26,"]":-26,")":-26,"\/":-26,"?":2}},"r":{"d":"115,-158v32,0,34,42,6,44v-10,0,-18,-7,-21,-14v-12,4,-24,17,-32,32r0,70r28,0r0,26r-83,0r0,-26r24,0r0,-103r-24,0r0,-26r54,0r0,35v12,-21,30,-38,48,-38","w":145,"k":{"*":-9,"q":5,"\/":11,"&":-4,".":13,",":13,"-":-6,"a":3,"c":5,"d":5,"e":5,"g":5,"o":5,"s":2}},"s":{"d":"81,-158v28,0,59,9,59,35v0,11,-7,19,-17,19v-14,0,-23,-13,-17,-26v-17,-9,-60,-2,-56,16v0,12,12,16,37,22v33,9,58,18,58,47v0,61,-130,64,-130,10v0,-10,8,-19,18,-19v13,0,21,12,17,26v15,11,66,11,66,-14v0,-11,-12,-16,-35,-22v-40,-10,-60,-20,-60,-48v0,-24,20,-46,60,-46","w":160,"k":{"b":1,"\\":26,"}":4,"]":4,"p":3,")":4,"q":1,"?":9,"v":1,"j":1,"u":3,"w":1,"y":1,"z":3,"a":1,"c":1,"d":1,"e":1,"g":1,"h":4,"k":4,"l":4,"o":1}},"t":{"d":"65,-45v-1,29,33,20,49,11r-3,28v-28,17,-77,10,-77,-33r0,-90r-29,0r0,-26r29,0r0,-36r31,-12r0,48r47,0r0,26r-47,0r0,84","w":125,"k":{"q":2,"v":4,"&":-9,"y":4,"z":3,"c":2,"d":2,"e":2,"g":2,"k":4,"l":4,"o":2}},"u":{"d":"63,-56v-1,46,54,31,73,7r0,-80r-25,0r0,-26r56,0r0,129r24,0r0,26r-54,0r0,-27v-27,40,-105,44,-105,-22r0,-80r-24,0r0,-26r55,0r0,99","w":200,"k":{"b":3,"?":2,"x":3,"u":3,"z":4}},"v":{"d":"85,4r-63,-133r-20,0r0,-26r75,0r0,25r-23,0r42,94r42,-94r-25,0r0,-25r75,0r0,26r-19,0r-64,133r-20,0","w":190,"k":{"*":-4,"@":9,"\/":11,"q":6,"p":3,".":22,",":22,"t":4,"z":3,"-":-4,"a":6,"c":6,"d":6,"e":6,"g":6,"h":3,"k":3,"l":3,"o":6,"s":5}},"w":{"d":"66,6r-41,-135r-23,0r0,-26r75,0r0,26r-23,0r25,88r40,-97r19,0r41,97r25,-88r-26,0r0,-26r75,0r0,26r-23,0r-41,135r-19,0r-43,-101r-42,101r-19,0","w":254,"k":{"*":-4,"p":1,"q":4,"\/":11,"&":4,"@":4,".":13,",":13,"z":1,"-":-4,"a":4,"c":4,"d":4,"e":1,"g":4,"h":1,"k":-1,"l":1,"o":1,"s":5}},"x":{"d":"6,0r0,-27r21,0r49,-51r-47,-51r-20,0r0,-26r72,0r0,25r-19,0r31,37r32,-37r-20,0r0,-25r71,0r0,26r-20,0r-46,49r49,53r21,0r0,27r-73,0r0,-25r20,0r-35,-41r-34,41r20,0r0,25r-72,0","w":186,"k":{"*":-4,"q":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"y":{"d":"92,27v-10,22,-29,45,-53,45v-31,0,-39,-37,-12,-40v9,0,15,7,17,13v16,-8,26,-36,36,-53r-58,-121r-20,0r0,-26r76,0r0,25r-24,0r40,93r41,-93r-24,0r0,-25r74,0r0,26r-20,0","w":187,"k":{"*":-4,"p":3,"q":6,"\/":11,"&":4,"@":9,".":22,",":22,"t":4,"z":6,"-":-4,"a":6,"c":6,"d":6,"e":6,"f":4,"g":6,"h":3,"k":3,"l":3,"o":6,"s":5}},"z":{"d":"12,0r0,-16r97,-114r-64,0r0,30r-27,0r0,-55r132,0r0,16r-96,114r71,0r0,-30r27,0r0,55r-140,0","w":163,"k":{"p":1,"q":3,"?":4,"v":3,"u":3,"w":1,"y":3,"z":3,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"0":{"d":"102,3v-50,0,-86,-41,-86,-96v0,-55,36,-95,86,-95v50,0,86,41,86,95v0,55,-36,96,-86,96xm102,-24v32,0,54,-29,54,-69v0,-40,-22,-69,-54,-69v-32,0,-54,29,-54,69v0,40,22,69,54,69","w":203,"k":{"}":4,"]":4,")":4,"3":3}},"1":{"d":"22,0r0,-26r43,0r0,-127r-38,9r-7,-26v26,-5,45,-16,76,-16r0,160r43,0r0,26r-117,0","w":151,"k":{"9":3,"7":1,"-":4}},"2":{"d":"159,-135v0,54,-90,71,-108,109r88,0r0,-30r26,0r0,56r-148,0r-5,-15v14,-33,43,-56,74,-75v23,-15,41,-26,41,-44v0,-30,-61,-36,-75,-15v14,10,5,35,-13,34v-12,0,-21,-10,-21,-25v0,-32,35,-48,71,-48v45,0,70,26,70,53","w":183,"k":{"}":4,"]":4,")":4,"9":3,"5":3,"3":3}},"3":{"d":"86,45v-40,0,-72,-15,-76,-50v-3,-27,41,-32,41,-5v0,6,-2,11,-7,15v23,25,93,15,90,-26v-2,-30,-34,-46,-74,-42r0,-26v35,2,69,-10,71,-40v3,-36,-62,-41,-79,-21v15,10,7,35,-12,34v-11,0,-21,-9,-21,-24v0,-32,30,-48,71,-48v43,0,73,26,73,58v0,27,-25,49,-52,53v29,6,54,27,54,58v0,39,-34,64,-79,64","w":178,"k":{"}":4,"]":4,")":4}},"4":{"d":"117,43r0,-62r-103,0r-7,-14r118,-158r23,18r-96,128r65,0r0,-47r30,-12r0,59r38,0r0,26r-38,0r0,62r-30,0","w":192,"k":{"9":3,"7":1,"5":3,"3":3,"-":9}},"5":{"d":"85,45v-38,-1,-68,-11,-71,-42v-3,-27,42,-32,42,-4v0,4,-3,10,-6,13v34,16,88,-1,83,-41v5,-45,-61,-55,-97,-35r-14,-8r14,-113r116,0r0,29r-93,0r-7,60v54,-17,112,10,112,67v0,44,-34,74,-79,74","w":179,"k":{"}":4,"]":4,")":4,"6":3,"-":4}},"6":{"d":"112,-232v28,1,58,12,59,40v2,29,-43,29,-42,3v0,-4,1,-7,3,-10v-45,-21,-79,16,-84,86v29,-55,133,-26,133,41v0,42,-34,75,-81,75v-54,0,-82,-41,-82,-102v0,-91,46,-133,94,-133xm51,-69v0,26,22,46,49,46v30,0,50,-22,50,-49v0,-24,-19,-44,-48,-44v-30,0,-51,21,-51,47","w":196,"k":{"}":4,"]":4,")":4,"7":3,"3":7}},"7":{"d":"62,44r-26,-13r93,-191r-89,0r0,38r-28,0r0,-63r147,0r8,15","w":178,"k":{"@":7,"}":7,"]":7,")":7,"\/":11,"&":4,"9":5,"8":3,"6":3,"5":3,"4":22,"3":5,"2":5,"0":8,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"93,3v-82,0,-105,-97,-36,-120v-63,-26,-37,-114,36,-114v73,0,102,88,37,114v24,9,42,30,42,55v0,36,-31,65,-79,65xm93,-129v23,0,42,-16,42,-37v0,-23,-18,-39,-42,-39v-24,0,-41,16,-41,39v0,21,18,37,41,37xm93,-24v28,0,47,-17,47,-40v0,-23,-19,-41,-47,-41v-27,0,-46,18,-46,41v0,23,19,40,46,40","w":186,"k":{"}":4,"]":4,")":4,"9":3,"3":7}},"9":{"d":"96,-188v57,1,83,41,83,102v0,91,-47,131,-95,131v-30,0,-60,-12,-60,-40v0,-14,10,-23,21,-23v17,0,26,18,18,31v47,18,81,-16,86,-84v-31,52,-134,24,-134,-42v0,-42,34,-75,81,-75xm145,-116v0,-26,-22,-46,-49,-46v-30,0,-50,21,-50,49v0,24,19,44,48,44v30,0,51,-22,51,-47","w":196,"k":{"}":4,"]":4,")":4,"7":3}},".":{"d":"41,3v-14,0,-25,-12,-25,-26v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-11,26,-25,26","w":81,"k":{"Q":15,"V":35,"v":22,"T":19,"U":15,"W":35,"Y":30,"t":4,"u":4,"w":13,"y":6,"C":15,"G":15,"O":15}},",":{"d":"10,58r-9,-12v24,-18,34,-36,34,-46v-29,-4,-24,-49,5,-48v14,0,27,10,27,31v0,21,-15,52,-57,75","w":81,"k":{"Q":15,"V":35,"v":22,"T":19,"U":15,"W":35,"Y":30,"t":4,"u":4,"w":13,"y":6,"C":15,"G":15,"O":15}},":":{"d":"45,-93v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25xm45,3v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25","w":88},";":{"d":"45,-93v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25xm14,57r-9,-12v23,-18,33,-35,34,-45v-27,-4,-25,-48,5,-47v14,0,26,10,26,30v0,20,-14,51,-56,74","w":88},"&":{"d":"222,-97r-21,0v-6,19,-13,35,-22,49v13,12,35,31,37,32r-19,20r-35,-31v-37,48,-151,36,-151,-30v0,-29,19,-50,48,-66v-45,-46,-28,-107,36,-107v34,0,58,20,58,50v0,26,-17,44,-50,62r56,53v6,-10,12,-21,16,-33r-20,0r0,-25r67,0r0,26xm141,-45r-65,-61v-42,19,-49,83,11,83v22,0,39,-9,54,-22xm95,-204v-35,8,-37,40,-9,70v25,-14,35,-27,35,-46v0,-14,-10,-24,-26,-24","w":231,"k":{"1":4,"j":-9,"V":15,"T":12,"W":15,"Y":15,"t":-9}},"!":{"d":"39,-68r-11,-169r39,0r-11,169r-17,0xm48,3v-13,0,-24,-11,-24,-24v0,-13,11,-23,24,-23v13,0,23,10,23,23v0,13,-10,24,-23,24","w":95},"?":{"d":"8,-188v2,-35,34,-52,71,-53v47,0,77,28,77,65v0,33,-23,60,-67,70r-3,38r-20,0r-7,-58v44,-7,63,-27,63,-49v0,-38,-63,-50,-81,-23v15,7,10,36,-9,35v-12,0,-24,-10,-24,-25xm76,3v-13,0,-23,-11,-23,-24v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,13,-10,24,-23,24","w":167},"-":{"d":"14,-85r0,-32r93,0r0,32r-93,0","w":120,"k":{"M":4,"V":23,"X":19,"v":-4,"1":9,"A":6,"S":6,"T":23,"W":19,"Y":27,"Z":8,"t":-9,"w":-4,"y":-4,"h":-4,"k":-4,"l":-4}},"_":{"d":"-3,56r0,-29r203,0r0,29r-203,0","w":197},"\/":{"d":"23,76r-27,-12r148,-332r26,12","w":174,"k":{"\/":50,"9":14,"5":14,"4":43,"3":22,"2":22,"1":11,"0":14,"x":22,"v":17,"q":27,"p":22,"m":22,"Q":12,"J":19,"A":15,"S":6,"Z":8,"u":22,"w":17,"y":17,"z":35,"C":12,"G":12,"O":12,"a":39,"c":27,"d":27,"e":27,"f":9,"g":27,"n":22,"o":27,"r":22,"s":39}},"\\":{"d":"152,76r-148,-332r27,-12r147,332","w":174},"|":{"d":"36,72r0,-336r27,0r0,336r-27,0","w":99},"(":{"d":"131,82v-50,-28,-106,-90,-106,-176v0,-86,56,-147,106,-175r16,22v-47,30,-89,79,-89,153v0,74,42,123,89,153","w":142,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-13,"j":-32,"b":-17,"Q":4,"J":12,"A":4,"S":2,"y":-13,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-17,"k":-17,"l":-17,"o":4,"s":9}},")":{"d":"11,82r-15,-23v47,-30,89,-79,89,-153v0,-74,-42,-123,-89,-153r15,-22v50,28,106,89,106,175v0,86,-56,148,-106,176","w":142},"[":{"d":"35,72r0,-336r87,0r0,28r-56,0r0,280r56,0r0,28r-87,0","k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-13,"j":-32,"b":-17,"Q":4,"J":12,"A":4,"S":2,"y":-13,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-17,"k":-17,"l":-17,"o":4,"s":9}},"]":{"d":"9,72r0,-28r57,0r0,-280r-57,0r0,-28r87,0r0,336r-87,0"},"{":{"d":"102,-57v0,27,-47,54,-47,78v0,15,13,30,58,33r0,24v-62,-1,-88,-25,-88,-57v0,-34,42,-48,45,-77v2,-17,-22,-28,-50,-26r0,-26v28,2,51,-9,50,-26v-4,-29,-45,-43,-45,-77v0,-32,26,-56,88,-57r0,24v-45,3,-58,18,-58,33v-1,24,47,50,47,77v0,17,-14,34,-43,39v29,5,43,21,43,38","k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-13,"j":-32,"b":-17,"Q":4,"J":12,"A":4,"S":2,"y":-13,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-17,"k":-17,"l":-17,"o":4,"s":9}},"}":{"d":"61,-56v4,29,45,43,45,77v0,32,-26,56,-88,57r0,-24v45,-3,58,-18,58,-33v0,-24,-47,-51,-47,-78v0,-17,14,-33,43,-38v-29,-5,-43,-22,-43,-39v0,-27,47,-53,47,-77v0,-15,-13,-30,-58,-33r0,-24v62,1,88,25,88,57v0,34,-42,48,-45,77v-2,17,22,28,50,26r0,26v-28,-2,-51,9,-50,26"},"@":{"d":"189,47v-78,45,-174,-3,-174,-97v0,-94,69,-171,153,-171v66,0,108,44,108,105v0,57,-30,104,-72,104v-24,0,-36,-13,-37,-30v-21,44,-89,39,-89,-20v0,-63,76,-113,103,-52r8,-26r29,0r-21,81v-5,17,1,27,14,27v25,0,47,-38,47,-83v0,-50,-34,-89,-90,-89v-75,0,-135,70,-135,155v0,78,82,122,148,82xm134,-39v35,0,64,-73,15,-75v-22,0,-38,22,-38,48v0,15,8,27,23,27","w":291,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"x":4,"X":12,"V":10,"A":4,"W":10,"Y":12,"Z":4,"z":9}},"*":{"d":"140,-207v7,25,-32,22,-56,23v11,12,51,31,32,52v-25,13,-30,-29,-39,-46v-9,17,-14,58,-38,46v-20,-21,21,-40,31,-52v-24,-2,-63,2,-56,-23v14,-23,44,8,59,14v-3,-19,-24,-55,4,-60v28,4,7,41,4,60v16,-6,44,-37,59,-14","w":154,"k":{"A":25}},"^":{"d":"37,-123r-15,-17r59,-57r59,57r-14,17r-45,-31","w":162},"~":{"d":"53,-123v30,-2,56,54,69,3r23,5v-3,29,-20,47,-38,47v-31,0,-57,-52,-70,-2r-22,-6v3,-29,20,-47,38,-47","w":159},"$":{"d":"111,-208r-2,24v25,4,50,15,50,37v0,12,-8,19,-18,19v-16,0,-23,-14,-17,-28v-3,-2,-11,-4,-19,-5r-4,54v29,8,61,20,61,53v0,36,-33,53,-70,54r-3,38r-23,-2r2,-37v-27,-4,-54,-16,-54,-40v0,-11,7,-21,18,-21v15,0,24,15,18,29v4,3,13,6,23,8r4,-58v-28,-8,-55,-20,-55,-51v0,-29,25,-49,64,-51r2,-25xm131,-51v0,-14,-12,-21,-33,-27r-5,54v21,-1,38,-9,38,-27xm52,-136v0,12,11,18,29,23r4,-48v-19,1,-33,10,-33,25","w":177},"#":{"d":"21,-117r0,-26r35,0r7,-42r28,0r-7,42r42,0r7,-42r29,0r-7,42r32,0r0,26r-36,0r-7,46r32,0r0,25r-36,0r-7,46r-28,0r7,-46r-43,0r-7,46r-28,0r7,-46r-32,0r0,-25r36,0r7,-46r-31,0xm80,-118r-8,47r44,0r7,-47r-43,0","w":195},"%":{"d":"63,-98v-25,0,-45,-21,-45,-46v0,-25,20,-45,45,-45v25,0,46,20,46,45v0,25,-21,46,-46,46xm63,-119v13,0,22,-11,22,-24v0,-14,-9,-24,-22,-24v-13,0,-22,10,-22,24v0,13,9,24,22,24xm33,-6v30,-30,134,-150,160,-183r14,12v-38,39,-117,132,-160,184xm178,-87v25,0,45,20,45,45v0,25,-20,45,-45,45v-25,0,-46,-20,-46,-45v0,-25,21,-45,46,-45xm178,-66v-13,0,-22,10,-22,24v0,14,9,24,22,24v13,0,22,-10,22,-24v0,-14,-9,-24,-22,-24","w":240},"\"":{"d":"95,-144r-14,-68v-4,-18,6,-29,20,-29v41,0,8,67,6,97r-12,0xm27,-144r-14,-68v-4,-18,6,-29,20,-29v41,0,8,67,6,97r-12,0","w":134},"'":{"d":"27,-144r-14,-68v-4,-18,6,-29,20,-29v41,0,8,67,6,97r-12,0","w":66},"+":{"d":"65,-37r0,-49r-48,0r0,-27r48,0r0,-48r27,0r0,48r48,0r0,27r-48,0r0,49r-27,0","w":156},"=":{"d":"17,-116r0,-26r123,0r0,26r-123,0xm17,-54r0,-26r123,0r0,26r-123,0","w":156},"<":{"d":"108,-27r-92,-63r0,-16r92,-64r14,20r-73,52r73,51","w":145},">":{"d":"38,-27r-15,-20r74,-51r-74,-52r15,-20r91,64r0,16","w":145},"`":{"d":"86,-179v-21,-17,-57,-25,-66,-52v1,-20,22,-20,33,-7r42,49","w":122},"\u00a0":{"w":80}}});eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(5($){4 q;q=$.23.7=5(k){6(!q.1o()){Q J}$.1p(q.1b);4 l={Z:\'.1q\',K:E,10:E,1c:5(a,b,c){},1r:5(a){}};4 m=$.11(l,k);1d(4 i 24 m){6(i){$.7[i]=m[i]}}4 n=($(m.Z).R(m.Z))?$(m.Z):3(B.12(\'1e\')).25(8);4 o=$(B.12(\'1e\')).u(\'1s\');4 p=$(B.12(\'1f\')).u(\'1g\');n.u(\'1q\').13(o).13(p);Q 8.1t(5(){$(8).u(\'7\');$(8).1u(\'L\').1t(5(i){4 b=$(8);4 c=$.26?$.11({},m,b.27()):m;c.10=$(8).R(\':28-S\')?J:c.10;4 d=$(8).T(\'a\').R(\'a\')?$(8).T(\'a\'):J;4 e=$(8).1u(\'F\').C(\'M\',\'U\');4 f=d?d.9(\'1v\'):e.9(\'1h\');4 g=d?d.9(\'14\'):e.9(\'14\');4 j=1w 1x();6(c.K&&(N.r.t&&N.r.t.V(/\\#/,\'\')==f)){b.G(\'.D\').W(\'D\');b.u(\'D\')}$(j).29(5(){$(8).9(\'1y\',e.9(\'1y\'));4 a=d?d.T(\'F\').u(\'1z 1A\').C(\'M\',\'U\'):e.2a(E).u(\'1z\').C(\'M\',\'U\');6(d){d.2b(a)}6(!a.1B(\'1A\')){4 w=1i.1C(e.v()/e.y()*b.y());4 h=1i.1C(e.y()/e.v()*b.v());6(w<h){a.C({y:\'1D\',v:b.v(),1E:-(h-b.y())/2})}s{a.C({v:\'1D\',y:b.y(),1F:-(w-b.v())/2})}}s{N.1G(5(){a.C({1F:-(a.v()-b.v())/2,1E:-(a.y()-b.y())/2})},1)}a.9(\'O\',f);a.9(\'14\',g);a.1H(5(){$.7.X(f)});a.P(5(){$(8).u(\'P\')},5(){$(8).W(\'P\')});b.P(5(){b.u(\'P\')},5(){b.W(\'P\')});b.1I(a);a.C(\'M\',\'2c\');c.1r(3(a));6(b.1B(\'D\')){$.7.X(f)}e.1J()}).1K(5(){b.2d(\'<1f 2e="1K" 1L="2f:2g">2h 2i 2j: \'+f+\'</1f>\')}).9(\'1h\',f)})})};q.1M=5(a){Q $(a).R(\':1N-S\')?$(a).G(\':1O-S\'):$(a).1j()};q.1P=5(a){Q $(a).R(\':1O-S\')?$(a).G(\':1N-S\'):$(a).1Q()};q.1o=5(){$(\'1R\').13($(B.12(\'1e\')).9(\'1S\',\'1k\').C({v:\'1T\',y:\'1T\',M:\'U\'}));4 a=($(\'#1k\').v()!=1)?J:E;$(\'#1k\').1J();Q a};q.1b=5(a){4 b=$(\'.1s\');4 c=$(\'.7 F[O="\'+a+\'"]\');6(a){6($.7.K){N.r=N.r.1v.V(/\\#.*/,\'\')+\'#\'+a}c.15(\'L\').G(\'.D\').W(\'D\');c.15(\'L\').u(\'D\');4 d=$(1w 1x()).9(\'1h\',a).u(\'2k\');b.1U().13(d);b.G(\'.1g\').2l(c.9(\'14\'));$.7.1c(d,b.G(\'.1g\'),c);6($.7.10){d.C(\'2m\',\'2n\').1H(5(){$.7.1j()})}}s{b.G().2o().1U();$(\'.7 L.D\').W(\'D\')}$.7.16=a};$.11({7:{16:\'\',1c:5(){},X:5(a){6($.7.K){$.1V(a)}s{q.1b(a)}},1j:5(){4 a=$(q.1M($(\'.7 F[O="\'+$.7.16+\'"]\').15(\'L\'))).T(\'F\').9(\'O\');$.7.X(a)},1Q:5(){4 a=$(q.1P($(\'.7 F[O="\'+$.7.16+\'"]\').15(\'L\'))).T(\'F\').9(\'O\');$.7.X(a)}}})})(3);3.11({z:17,x:17,1p:5(a){3.x=a;4 b=r.t;3.z=b;6(3.H.1l){6(3.z===\'\'){3.z=\'#\'}$("1R").1I(\'<1W 1S="18" 1L="M: U;"></1W>\');4 c=$("#18")[0];4 d=c.1m.B;d.1X();d.1Y();d.r.t=b}s 6($.H.19){3.A=[];3.A.I=K.I;3.1a=[];3.Y=E}3.x(b.V(/^#/,\'\'));2p(3.1Z,2q)},20:5(a){3.A.21(a);3.1a.I=0;8.Y=E},1Z:5(){6(3.H.1l){4 a=$("#18")[0];4 b=a.2r||a.1m.B;4 c=b.r.t;6(c!=3.z){r.t=c;3.z=c;3.x(c.V(/^#/,\'\'))}}s 6($.H.19){6(!3.1n){4 d=K.I-3.A.I;6(d){3.Y=J;4 i;6(d<0){1d(i=0;i<1i.2s(d);i++){3.1a.2t(3.A.2u())}}s{1d(i=0;i<d;i++){3.A.21(3.1a.2v())}}4 e=3.A[3.A.I-1];6(e!==17){3.z=r.t;3.x(e)}}s 6(3.A[3.A.I-1]===17&&!3.Y){6(B.22.2w(\'#\')>=0){3.x(B.22.2x(\'#\')[1])}s{c=r.t;3.x(\'\')}3.Y=E}}}s{c=r.t;6(c!=3.z){3.z=c;3.x(c.V(/^#/,\'\'))}}},1V:5(a){4 b;6(3.H.19){b=a}s{b=\'#\'+a;r.t=b}3.z=b;6(3.H.1l){4 c=$("#18")[0];4 d=c.1m.B;d.1X();d.1Y();d.r.t=b;3.x(a)}s 6(3.H.19){3.1n=E;8.20(a);4 e=5(){3.1n=J};N.1G(e,2y);3.x(a);r.t=b}s{3.x(a)}}});',62,159,'|||jQuery|var|function|if|galleria|this|attr||||||||||||||||||location|else|hash|addClass|width||historyCallback|height|historyCurrentHash|historyBackStack|document|css|active|true|img|siblings|browser|length|false|history|li|display|window|rel|hover|return|is|child|find|none|replace|removeClass|activate|isFirst|insert|clickNext|extend|createElement|append|title|parents|current|undefined|jQuery_history|safari|historyForwardStack|onPageLoad|onImage|for|div|span|caption|src|Math|next|css_test|msie|contentWindow|dontCheck|hasCSS|historyInit|galleria_container|onThumb|galleria_wrapper|each|children|href|new|Image|alt|thumb|noscale|hasClass|ceil|auto|marginTop|marginLeft|setTimeout|click|prepend|remove|error|style|nextSelector|last|first|previousSelector|prev|body|id|1px|empty|historyLoad|iframe|open|close|historyCheck|historyAddHistory|push|URL|fn|in|insertBefore|meta|data|only|load|clone|replaceWith|block|html|class|color|red|Error|loading|image|replaced|text|cursor|pointer|andSelf|setInterval|100|contentDocument|abs|unshift|pop|shift|indexOf|split|200'.split('|'),0,{}))
$(function(){$('.image-center').imgCenter();});function apply_cufon(theme){if(theme=='sand'){resize_navigation($('#header').width())}
if(theme=='lagoon'){resize_navigation(880)}
Cufon('.cufon');}
function resize_navigation(targetWidth){var safety=0;while((safety<15)&&($('#navigation').width()>targetWidth)){safety++;$('#navigation li a').css("font-size",parseInt($('#navigation li a').css("font-size"))-1);}}
(function(a){a.uniform={options:{selectClass:"selector",radioClass:"radio",checkboxClass:"checker",fileClass:"uploader",filenameClass:"filename",fileBtnClass:"action",fileDefaultText:"No file selected",fileBtnText:"Choose File",checkedClass:"checked",focusClass:"focus",disabledClass:"disabled",activeClass:"active",hoverClass:"hover",useID:true,idPrefix:"uniform",resetSelector:false},elements:[]};if(a.browser.msie&&a.browser.version<7){a.support.selectOpacity=false}else{a.support.selectOpacity=true}a.fn.uniform=function(c){c=a.extend(a.uniform.options,c);var e=this;if(c.resetSelector!=false){a(c.resetSelector).mouseup(function(){function i(){a.uniform.update(e)}setTimeout(i,10)})}function b(k){var l=a("<div />"),i=a("<span />");l.addClass(c.selectClass);if(c.useID){l.attr("id",c.idPrefix+"-"+k.attr("id"))}var j=k.find(":selected:first");if(j.length==0){j=k.find("option:first")}i.html(j.text());k.css("opacity",0);k.wrap(l);k.before(i);l=k.parent("div");i=k.siblings("span");k.change(function(){i.text(k.find(":selected").text());l.removeClass(c.activeClass)}).focus(function(){l.addClass(c.focusClass)}).blur(function(){l.removeClass(c.focusClass);l.removeClass(c.activeClass)}).mousedown(function(){l.addClass(c.activeClass)}).mouseup(function(){l.removeClass(c.activeClass)}).click(function(){l.removeClass(c.activeClass)}).hover(function(){l.addClass(c.hoverClass)},function(){l.removeClass(c.hoverClass)}).keyup(function(){i.text(k.find(":selected").text())});if(a(k).attr("disabled")){l.addClass(c.disabledClass)}a.uniform.noSelect(i);h(k)}function d(j){var k=a("<div />"),i=a("<span />");k.addClass(c.checkboxClass);if(c.useID){k.attr("id",c.idPrefix+"-"+j.attr("id"))}a(j).wrap(k);a(j).wrap(i);i=j.parent();k=i.parent();a(j).css("opacity",0).focus(function(){k.addClass(c.focusClass)}).blur(function(){k.removeClass(c.focusClass)}).click(function(){if(!a(j).attr("checked")){i.removeClass(c.checkedClass)}else{i.addClass(c.checkedClass)}}).mousedown(function(){k.addClass(c.activeClass)}).mouseup(function(){k.removeClass(c.activeClass)}).hover(function(){k.addClass(c.hoverClass)},function(){k.removeClass(c.hoverClass)});if(a(j).attr("checked")){i.addClass(c.checkedClass)}if(a(j).attr("disabled")){k.addClass(c.disabledClass)}h(j)}function f(j){var k=a("<div />"),i=a("<span />");k.addClass(c.radioClass);if(c.useID){k.attr("id",c.idPrefix+"-"+j.attr("id"))}a(j).wrap(k);a(j).wrap(i);i=j.parent();k=i.parent();a(j).css("opacity",0).focus(function(){k.addClass(c.focusClass)}).blur(function(){k.removeClass(c.focusClass)}).click(function(){if(!a(j).attr("checked")){i.removeClass(c.checkedClass)}else{a("."+c.radioClass+" span."+c.checkedClass+":has([name='"+a(j).attr("name")+"'])").removeClass(c.checkedClass);i.addClass(c.checkedClass)}}).mousedown(function(){if(!a(j).is(":disabled")){k.addClass(c.activeClass)}}).mouseup(function(){k.removeClass(c.activeClass)}).hover(function(){k.addClass(c.hoverClass)},function(){k.removeClass(c.hoverClass)});if(a(j).attr("checked")){i.addClass(c.checkedClass)}if(a(j).attr("disabled")){k.addClass(c.disabledClass)}h(j)}function g(l){$el=a(l);var m=a("<div />"),k=a("<span>"+c.fileDefaultText+"</span>"),j=a("<span>"+c.fileBtnText+"</span>");m.addClass(c.fileClass);k.addClass(c.filenameClass);j.addClass(c.fileBtnClass);if(c.useID){m.attr("id",c.idPrefix+"-"+$el.attr("id"))}$el.wrap(m);$el.after(j);$el.after(k);m=$el.closest("div");k=$el.siblings("."+c.filenameClass);j=$el.siblings("."+c.fileBtnClass);if(!$el.attr("size")){var i=m.width();$el.attr("size",i/10)}$el.css("opacity",0).focus(function(){m.addClass(c.focusClass)}).blur(function(){m.removeClass(c.focusClass)}).change(function(){var n=a(this).val();n=n.split(/[\/\\]+/);n=n[(n.length-1)];k.text(n)}).mousedown(function(){if(!a(l).is(":disabled")){m.addClass(c.activeClass)}}).mouseup(function(){m.removeClass(c.activeClass)}).hover(function(){m.addClass(c.hoverClass)},function(){m.removeClass(c.hoverClass)});if($el.attr("disabled")){m.addClass(c.disabledClass)}a.uniform.noSelect(k);a.uniform.noSelect(j);h(l)}function h(i){i=a(i).get();if(i.length>1){a.each(i,function(j,k){a.uniform.elements.push(k)})}else{a.uniform.elements.push(i)}}a.uniform.noSelect=function(i){function j(){return false}a(i).each(function(){this.onselectstart=this.ondragstart=j;a(this).mousedown(j).css({MozUserSelect:"none"})})};a.uniform.update=function(i){if(i==undefined){i=a(a.uniform.elements)}i=a(i);i.each(function(){$e=a(this);if($e.is("select")){spanTag=$e.siblings("span");divTag=$e.parent("div");divTag.removeClass(c.hoverClass+" "+c.focusClass+" "+c.activeClass);spanTag.html($e.find(":selected").text());if($e.is(":disabled")){divTag.addClass(c.disabledClass)}else{divTag.removeClass(c.disabledClass)}}else{if($e.is(":checkbox")){spanTag=$e.closest("span");divTag=$e.closest("div");divTag.removeClass(c.hoverClass+" "+c.focusClass+" "+c.activeClass);spanTag.removeClass(c.checkedClass);if($e.is(":checked")){spanTag.addClass(c.checkedClass)}if($e.is(":disabled")){divTag.addClass(c.disabledClass)}else{divTag.removeClass(c.disabledClass)}}else{if($e.is(":radio")){spanTag=$e.closest("span");divTag=$e.closest("div");divTag.removeClass(c.hoverClass+" "+c.focusClass+" "+c.activeClass);spanTag.removeClass(c.checkedClass);if($e.is(":checked")){spanTag.addClass(c.checkedClass)}if($e.is(":disabled")){divTag.addClass(c.disabledClass)}else{divTag.removeClass(c.disabledClass)}}else{if($e.is(":file")){divTag=$e.parent("div");filenameTag=$e.siblings(c.filenameClass);btnTag=$e.siblings(c.fileBtnClass);divTag.removeClass(c.hoverClass+" "+c.focusClass+" "+c.activeClass);filenameTag.text($e.val());if($e.is(":disabled")){divTag.addClass(c.disabledClass)}else{divTag.removeClass(c.disabledClass)}}}}}})};return this.each(function(){if(a.support.selectOpacity){var i=a(this);if(i.is("select")){if(i.attr("multiple")!=true){b(i)}}else{if(i.is(":checkbox")){d(i)}else{if(i.is(":radio")){f(i)}else{if(i.is(":file")){g(i)}}}}}})}})(jQuery);jQuery.fn.hint=function(blurClass){if(!blurClass){blurClass='blur';}
return this.each(function(){var $input=jQuery(this),title=$input.attr('title'),$form=jQuery(this.form),$win=jQuery(window);function remove(){if($input.val()===title&&$input.hasClass(blurClass)){$input.val('').removeClass(blurClass);}}
if(title){$input.blur(function(){if(this.value===''){$input.val(title).addClass(blurClass);}}).focus(remove).blur();$form.submit(remove);$win.unload(remove);}});};$(function(){$('input[title!=""]').hint();$('textarea[title!=""]').hint();});(function($){$.fn.imgCenter=function(options){var defaults={parentSteps:0,scaleToFit:true,centerVertical:true,complete:function(){},start:function(){},end:function(){}};var opts=$.extend(defaults,options);opts.start.call(this);var len=this.length-1;return this.each(function(i){var current=i;var org_image=$(this);org_image.hide();var theParent=org_image;for(var i=0;i<=opts.parentSteps;i++){theParent=theParent.parent();}
var parWidth=parseInt(theParent.width());var parHeight=parseInt(theParent.height());var parAspect=parWidth/parHeight;if(org_image[0].complete){imgMath(org_image);}else{var loadWatch=setInterval(watch,500);}
function watch(){if(org_image[0].complete){clearInterval(loadWatch);imgMath(org_image);}}
function imgMath(org_image){var imgWidth=parseInt(org_image.width());var imgHeight=parseInt(org_image.height());var imgAspect=imgWidth/imgHeight;if(parWidth!=imgWidth||parHeight!=imgHeight){theParent.css("overflow","hidden");if(opts.scaleToFit){if(parAspect>=1){org_image.css({"width":parWidth+"px"});imgWidth=parWidth;imgHeight=Math.round(imgWidth/imgAspect);if((parWidth/imgAspect)<parHeight){org_image.css({"height":parHeight+"px","width":"auto"});imgHeight=parHeight;imgWidth=Math.round(imgHeight*imgAspect);}}else{org_image.css({"height":parHeight+"px"});imgHeight=parHeight;imgWidth=Math.round(imgHeight*imgAspect);if((parHeight*imgAspect)<parWidth){org_image.css({"width":parWidth+"px","height":"auto"});imgWidth=parWidth;imgHeight=Math.round(imgWidth/imgAspect);}}
if(imgWidth>parWidth){org_image.css({"margin-left":"-"+Math.round((imgWidth-parWidth)/2)+"px"});}
if(imgHeight>parHeight&&opts.centerVertical){org_image.css({"margin-top":"-"+Math.round((imgHeight-parHeight)/2)+"px"});}}else{if(imgWidth>parWidth){org_image.css({"margin-left":"-"+Math.round((imgWidth-parWidth)/2)+"px"});}else if(imgWidth<parWidth){org_image.css({"margin-left":Math.round((parWidth-imgWidth)/2)+"px"});}
if(imgHeight>parHeight&&opts.centerVertical){org_image.css({"margin-top":"-"+Math.round((imgHeight-parHeight)/2)+"px"});}else if(imgHeight<parHeight&&opts.centerVertical){org_image.css({"margin-top":Math.round((parHeight-imgHeight)/2)+"px"});}}
opts.complete.call(this);if(current==len){opts.end.call(this);}}
org_image.show();}});}})(jQuery);