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);};})()};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;};},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'),container,supported;el.type='text/css';el.media=media;container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);supported=!!(el.sheet||el.styleSheet);container.removeChild(el);return supported;}),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;}),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;}),textTransform:function(text,style){return text[{uppercase:'toUpperCase',lowercase:'toLowerCase'}[style.get('textTransform')]||'toString']();}};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all');var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var linkElements=elementsByTagName('link'),watch={stylesheet:1};function allStylesLoaded(){var sheet,i,link;for(i=0;link=linkElements[i];++i){if(link.disabled||!watch[link.rel.toLowerCase()]||!CSS.recognizesMedia(link.media||'screen'))continue;sheet=link.sheet||link.styleSheet;if(!sheet||sheet.disabled)return false;}
return true;}
DOM.ready(function(){if(complete||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 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.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.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};}
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){if(!style)style=CSS.getStyle(el);var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0,l=families.length;i<l;++i){family=families[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 separate=options.separate;if(separate=='none')return engines[options.engine].apply(null,arguments);var fragment=document.createDocumentFragment(),processed;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 font,style,node,nodeType,nextNode,redraw;for(node=attach(el,options).firstChild;node;node=nextNode){nodeType=node.nodeType;nextNode=node.nextSibling;redraw=false;if(nodeType==1){if(!node.firstChild)continue;if(!/cufon/.test(node.className)){arguments.callee(node,options);continue;}
else redraw=true;}
else if(nodeType!=3)continue;if(!style)style=CSS.getStyle(el).extend(options);if(!font)font=getFont(el,style);if(!font)continue;if(redraw){engines[options.engine](font,null,style,options,node,el);continue;}
var text=node.data;if(text==='')continue;var processed=process(font,text,style,options,node,el);if(processed)node.parentNode.replaceChild(processed,node);else node.parentNode.removeChild(node);}}
function track(el,options){jQuery(el).hover(function(){setTimeout(function(){replaceElement(el,options);},0);},function(){setTimeout(function(){replaceElement(el,options);},0);});}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=[];var engines={},fonts={},defaultOptions={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:function(query){return jQuery(query);},separate:'words',textShadow:'none'};var separators={words:/\s+/,characters:''};api.now=function(){DOM.ready();return api;};api.refresh=function(){var currentHistory=replaceHistory.splice(0,replaceHistory.length);for(var i=0,l=currentHistory.length;i<l;++i){api.replace.apply(null,currentHistory[i]);}
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(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.push(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);track(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}'+
(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative}':'.cufon-canvas canvas{position:absolute}')+'}'+'@media print{'+'.cufon-canvas{padding:0 !important}'+'.cufon-canvas canvas{display:none}'+'.cufon-canvas .cufon-alt{display:inline}'+'}'));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);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(redraw?node.alt:text,style).split('');var width=0,lastWidth=null;for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;width+=lastWidth=Number(glyph.w||font.w)+letterSpacing;}
if(lastWidth===null)return null;expandRight+=(viewBox.width-lastWidth);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;canvas.width=Math.ceil(size.convert(width*roundingFactor+expandRight-expandLeft));canvas.height=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));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(width*roundingFactor))+'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);g.fillStyle=style.get('color');function renderText(){g.scale(roundingFactor,1);for(var i=0,l=chars.length;i<l;++i){var glyph=font.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(Number(glyph.w||font.w)+letterSpacing,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;}
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;document.write('<style type="text/css">'+'.cufon-vml-canvas{text-indent:0}'+'@media screen{'+'cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}'+'.cufon-vml-canvas{position:absolute;text-align:left}'+'.cufon-vml{display:inline-block;position:relative;vertical-align:middle}'+'.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}'+'a .cufon-vml{cursor:pointer}'+'}'+'@media print{'+'.cufon-vml *{display:none}'+'.cufon-vml .cufon-alt{display:inline}'+'}'+'</style>');function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$/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;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 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('');var width=0,offsetX=0,advance=null;var glyph,shape,shadows=options.textShadow;for(var i=0,k=0,l=chars.length;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(glyph)width+=advance=~~(glyph.w||font.w)+letterSpacing;}
if(advance===null)return null;var fullWidth=-minX+width+(viewBox.width-advance);var shapeWidth=size.convert(fullWidth*roundingFactor),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;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(redraw){shape=canvas.childNodes[k];if(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+=~~(glyph.w||font.w)+letterSpacing;++k;}
wStyle.width=Math.max(Math.ceil(size.convert(width*roundingFactor)),0);return wrapper;};})());(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b==="find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" "," ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case"only":case"first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case"last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case"nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m==="="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j={},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);var tick=function(){};var GoogleMaps=function(){};GoogleMaps.prototype={$markerGroup:[],$map:"",$geocoder:"",$newicon:new Array(),$country:"",$mapContainer:"map",init:function($mapDiv,$mapWidth,$mapHeight)
{this.$markerGroup=[];if(!GBrowserIsCompatible())alert("Browser is niet compatible met google maps");this.$mapContainer=$mapDiv;this.$map=($mapWidth==undefined&&$mapHeight==undefined)?new GMap2(document.getElementById(this.$mapContainer)):new GMap2(document.getElementById(this.$mapContainer),{size:new GSize($mapWidth,$mapHeight)});this.$geocoder=new GClientGeocoder();this.$newicon=new GIcon();this.$map.setCenter(new GLatLng(37.4419,-122.1419),13);this.$map.addControl(new GLargeMapControl());this.$map.enableScrollWheelZoom();},setCenter:function($point,$lng,$zoom)
{$zoom=($zoom==undefined)?9:$zoom;if($lng!=undefined&&$lng)$point=new GLatLng($point,$lng);this.$map.setCenter($point,$zoom);},setCenterAddress:function($address)
{var self=this;self.$geocoder.getLatLng($address,function($point)
{if($point)self.$map.setCenter($point,9);});},setMarkerIcon:function($name,$image,$shadow)
{var $icon={};$icon.image=$image;$icon.shadow=$shadow;$icon.iconSize=new GSize(17.0,28.0);$icon.shadowSize=new GSize(32.0,28.0);$icon.iconAnchor=new GPoint(8.0,14.0);$icon.infoWindowAnchor=new GPoint(8.0,14.0);this.$newicon[$name]=$icon;},setMapType:function($type)
{switch($type)
{default:case"normaal":this.$map.setMapType(G_NORMAL_MAP);break;case"sateliet":this.$map.setMapType(G_SATELLITE_MAP);break;case"hybrid":this.$map.setMapType(G_HYBRID_MAP);break;}},setCountry:function($address)
{this.$country=$address;},setMiniMap:function($width,$height)
{var $ovMap=new GOverviewMapControl(new GSize($width,$height));this.$map.addControl($ovMap);$ovMap.getOverviewMap();},setMapControlType:function($type)
{switch($type)
{case"GLargeMapControl":this.$map.addControl(new GLargeMapControl());case"GLargeMapControl3D":this.$map.addControl(new GLargeMapControl3D());case"GSmallMapControl":this.$map.addControl(new GSmallMapControl());case"GSmallZoomControl3D":this.$map.addControl(new GSmallZoomControl3D());case"GSmallZoomControl":this.$map.addControl(new GSmallZoomControl());case"GScaleControl":this.$map.addControl(new GScaleControl());case"GMapTypeControl":this.$map.addControl(new GMapTypeControl());case"GHierarchicalMapTypeControl":this.$map.addControl(new GHierarchicalMapTypeControl());case"GOverviewMapControl":this.$map.addControl(new GOverviewMapControl());case"GNavLabelControl":this.$map.addControl(new GNavLabelControl());}},loadXML:function($xmlFile)
{var self=this;$.ajax({type:"GET",url:$xmlFile,dataType:"xml",success:function($xml)
{$($xml).find('marker').each(function()
{$point=new GLatLng(parseFloat($(this).attr('lat')),parseFloat($(this).attr('lng')));if($(this).attr('html')){$html=($(this).attr('html'))?$(this).attr('html'):"";}else{$html=($(this).find('html').text())?$(this).find('html').text():"";}
if($(this).attr('name')){$name=($(this).attr('name'))?$(this).attr('name'):"";}else{$name=($(this).find('name').text())?$(this).find('name').text():"";}
if($(this).attr('icon')){$markerGroup=($(this).attr('icon'))?$(this).attr('icon'):"normal";}
$marker=self.createMarker($point,self.$newicon[$markerGroup],$name,$html);self.$markerGroup.push($marker);});self.displayMarkers();}});},addAddress:function($address,$html)
{var self=this;if($html==undefined)$html=$address;self.$geocoder.getLatLng($address,function($point)
{if($point)self.$markerGroup.push(self.createMarker($point,self.$newicon,"naam",$html));else console.log($address+" niet gevonden.")});this.displayMarkers();},addMarker:function($string,$html)
{var $explode=$string.split("_");if(this.isLatLng($string))
{this.addPointers($explode[0],$explode[1],$html);}
else
{this.addAddress($string,$html);}},addAjaxMarker:function($action,$div)
{var self=this;var $params=($div!=undefined&&$div)?$div[0]+"="+$div[1]:"";$.ajax({type:"POST",url:$action,data:$params,dataType:"xml",success:function($xml)
{$($xml).find('marker').each(function()
{$point=new GLatLng(parseFloat($(this).attr('lat')),parseFloat($(this).attr('lng')));if($(this).attr('html')){$html=($(this).attr('html'))?$(this).attr('html'):"";}else{$html=($(this).find('html').text())?$(this).find('html').text():"";}
if($(this).attr('name')){$name=($(this).attr('name'))?$(this).attr('name'):"";}else{$name=($(this).find('name').text())?$(this).find('name').text():"";}
if($(this).attr('icon')){$markerGroup=($(this).attr('icon'))?$(this).attr('icon'):"normal";}
$marker=self.createMarker($point,self.$newicon[$markerGroup],$name,$html);self.$markerGroup.push($marker);self.setCenter($point,false,15);});self.displayMarkers();}});},addPointers:function($lat,$lng,$html)
{if($html==undefined)$html=$address;$point=new GLatLng(parseFloat($lat),parseFloat($lng));this.$markerGroup.push(this.createMarker($point,this.$newicon,"naam",$html));this.displayMarkers();},createMarker:function($point,$newicon,$name,$html)
{var $marker=new GMarker($point,{title:$name,icon:$newicon});GEvent.addListener($marker,"click",function()
{$marker.openInfoWindowHtml($html);});return $marker;},displayMarkers:function()
{var self=this;if(self.$markerGroup.length>0)
{for(i=0;i<self.$markerGroup.length;i++){self.$map.addOverlay(self.$markerGroup[i]);}}
if(self.$country!=undefined){self.$geocoder.getLatLng(self.$country,function($point){if($point)self.$map.setCenter($point,9);});}},displayMap:function($animation,$div)
{var self=this;if($div==undefined)$div="";if($animation==undefined)$div="";switch($animation)
{default:break;case"show":$("#"+this.$mapContainer).css("display","block");break;case"fade":$('#'+$div).css("display","none");$("#"+self.$mapContainer).fadeIn("slow");break;case"fadeIn":$(self.$mapContainer).fadeIn('slow');break;}},isLatLng:function($string)
{var $strValidChars="0123456789.-_";var $strChar;var $blnResult=true;if($string.length==0)return false;for(i=0;i<$string.length&&$blnResult==true;i++)
{$strChar=$string.charAt(i);if($strValidChars.indexOf($strChar)==-1)
{$blnResult=false;}}
return $blnResult;}}
var Shadowbox=function(){var ua=navigator.userAgent.toLowerCase(),S={version:"3.0b",adapter:null,current:-1,gallery:[],cache:[],content:null,dimensions:null,plugins:null,path:"",options:{adapter:null,animate:true,animateFade:true,autoplayMovies:true,autoDimensions:false,continuous:false,counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,ease:function(x){return 1+Math.pow(x-1,3)},enableKeys:true,errors:{fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}},ext:{img:["png","jpg","jpeg","gif","bmp"],swf:["swf"],flv:["flv"],qt:["dv","mov","moov","movie","mp4"],wmp:["asf","wm","wmv"],qtwmp:["avi","mpg","mpeg"],iframe:["asp","aspx","cgi","cfm","htm","html","jsp","pl","php","php3","php4","php5","phtml","rb","rhtml","shtml","txt","vbs"]},fadeDuration:0.35,flashParams:{bgcolor:"#000000",allowFullScreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",initialHeight:160,initialWidth:320,language:"en",modal:false,onChange:null,onClose:null,onFinish:null,onOpen:null,overlayColor:"#000",overlayOpacity:0.8,players:["img"],resizeDuration:0.35,showOverlay:true,showMovieControls:true,skipSetup:false,slideshowDelay:0,useSizzle:false,viewportPadding:20},client:{isIE:ua.indexOf("msie")>-1,isIE6:ua.indexOf("msie 6")>-1,isIE7:ua.indexOf("msie 7")>-1,isGecko:ua.indexOf("gecko")>-1&&ua.indexOf("safari")==-1,isWebkit:ua.indexOf("applewebkit/")>-1,isWindows:ua.indexOf("windows")>-1||ua.indexOf("win32")>-1,isMac:ua.indexOf("macintosh")>-1||ua.indexOf("mac os x")>-1,isLinux:ua.indexOf("linux")>-1},regex:{domain:/:\/\/(.*?)[:\/]/,inline:/#(.+)$/,rel:/^(light|shadow)box/i,gallery:/^(light|shadow)box\[(.*?)\]/i,unsupported:/^unsupported-(\w+)/,param:/\s*([a-z_]*?)\s*=\s*(.+)\s*/},libraries:{Prototype:"prototype",jQuery:"jquery",MooTools:"mootools",YAHOO:"yui",dojo:"dojo",Ext:"ext"},applyOptions:function(opts){if(opts){default_options=apply({},S.options);apply(S.options,opts)}},buildCacheObj:function(link,opts){var href=link.href,obj={el:link,title:link.getAttribute("title"),options:apply({},opts||{}),content:href};each(["player","title","height","width","gallery"],function(o){if(typeof obj.options[o]!="undefined"){obj[o]=obj.options[o];delete obj.options[o]}});if(!obj.player){obj.player=getPlayer(href)}var rel=link.getAttribute("rel");if(rel){var m=rel.match(S.regex.gallery);if(m){obj.gallery=escape(m[2])}each(rel.split(";"),function(p){m=p.match(S.regex.param);if(m){if(m[1]=="options"){eval("apply(obj.options,"+m[2]+")")}else{obj[m[1]]=m[2]}}})}return obj},change:function(n){if(!S.gallery){return}if(!S.gallery[n]){if(!S.options.continuous){return}else{n=n<0?S.gallery.length-1:0}}S.current=n;if(typeof slide_timer=="number"){clearTimeout(slide_timer);slide_timer=null;slide_delay=slide_start=0}if(S.options.onChange){S.options.onChange()}loadContent()},clearCache:function(){each(S.cache,function(obj){if(obj.el){S.lib.removeEvent(obj.el,"click",handleClick)}});S.cache=[]},close:function(){if(!active){return}active=false;listenKeys(false);if(S.content){S.content.remove();S.content=null}if(typeof slide_timer=="number"){clearTimeout(slide_timer)}slide_timer=null;slide_delay=0;if(S.options.onClose){S.options.onClose()}S.skin.onClose();S.revertOptions();each(v_cache,function(c){c[0].style.visibility=c[1]})},contentId:function(){return content_id},getCounter:function(){var len=S.gallery.length;if(S.options.counterType=="skip"){var c=[],i=0,end=len,limit=parseInt(S.options.counterLimit)||0;if(limit<len&&limit>2){var h=Math.floor(limit/2);i=S.current-h;if(i<0){i+=len}end=S.current+(limit-h);if(end>len){end-=len}}while(i!=end){if(i==len){i=0}c.push(i++)}}else{var c=(S.current+1)+" "+S.lang.of+" "+len}return c},getCurrent:function(){return S.current>-1?S.gallery[S.current]:null},hasNext:function(){return S.gallery.length>1&&(S.current!=S.gallery.length-1||S.options.continuous)},init:function(opts){if(initialized){return}initialized=true;opts=opts||{};init_options=opts;if(opts){apply(S.options,opts)}for(var e in S.options.ext){S.regex[e]=new RegExp(".("+S.options.ext[e].join("|")+")s*$","i")}if(!S.path){var path_re=/(.+)shadowbox\.js/i,path;each(document.getElementsByTagName("script"),function(s){if((path=path_re.exec(s.src))!=null){S.path=path[1];return false}})}if(S.options.adapter){S.adapter=S.options.adapter}else{for(var lib in S.libraries){if(typeof window[lib]!="undefined"){S.adapter=S.libraries[lib];break}}if(!S.adapter){S.adapter="base"}}if(S.options.useSizzle&&!window.Sizzle){U.include(S.path+"libraries/sizzle/sizzle.js")}if(!S.lang){U.include(S.path+"languages/shadowbox-"+S.options.language+".js")}each(S.options.players,function(p){if((p=="swf"||p=="flv")&&!window.swfobject){U.include(S.path+"libraries/swfobject/swfobject.js")}if(!S[p]){U.include(S.path+"players/shadowbox-"+p+".js")}});if(!S.lib){U.include(S.path+"adapters/shadowbox-"+S.adapter+".js")}},isActive:function(){return active},isPaused:function(){return slide_timer=="paused"},load:function(){if(S.skin.options){apply(S.options,S.skin.options);apply(S.options,init_options)}var markup=S.skin.markup.replace(/\{(\w+)\}/g,function(m,p){return S.lang[p]});S.lib.append(document.body,markup);if(S.skin.init){S.skin.init()}var id;S.lib.addEvent(window,"resize",function(){if(id){clearTimeout(id);id=null}if(active){id=setTimeout(function(){if(S.skin.onWindowResize){S.skin.onWindowResize()}var c=S.content;if(c&&c.onWindowResize){c.onWindowResize()}},50)}});if(!S.options.skipSetup){S.setup()}},next:function(){S.change(S.current+1)},open:function(obj){if(U.isLink(obj)){obj=S.buildCacheObj(obj)}if(obj.constructor==Array){S.gallery=obj;S.current=0}else{if(!obj.gallery){S.gallery=[obj];S.current=0}else{S.current=null;S.gallery=[];each(S.cache,function(c){if(c.gallery&&c.gallery==obj.gallery){if(S.current==null&&c.content==obj.content&&c.title==obj.title){S.current=S.gallery.length}S.gallery.push(c)}});if(S.current==null){S.gallery.unshift(obj);S.current=0}}}obj=S.getCurrent();if(obj.options){S.revertOptions();S.applyOptions(obj.options)}var g,r,m,s,a,oe=S.options.errors,msg,el;for(var i=0;i<S.gallery.length;++i){g=S.gallery[i]=apply({},S.gallery[i]);r=false;if(g.player=="unsupported"){r=true}else{if(m=S.regex.unsupported.exec(g.player)){if(S.options.handleUnsupported=="link"){g.player="html";switch(m[1]){case"qtwmp":s="either";a=[oe.qt.url,oe.qt.name,oe.wmp.url,oe.wmp.name];break;case"qtf4m":s="shared";a=[oe.qt.url,oe.qt.name,oe.f4m.url,oe.f4m.name];break;default:s="single";if(m[1]=="swf"||m[1]=="flv"){m[1]="fla"}a=[oe[m[1]].url,oe[m[1]].name]}msg=S.lang.errors[s].replace(/\{(\d+)\}/g,function(m,n){return a[n]});g.content='<div class="sb-message">'+msg+"</div>"}else{r=true}}else{if(g.player=="inline"){m=S.regex.inline.exec(g.content);if(m){var el=U.get(m[1]);if(el){g.content=el.innerHTML}else{throw"Cannot find element with id "+m[1]}}else{throw"Cannot find element id for inline content"}}else{if(g.player=="swf"||g.player=="flv"){var version=(g.options&&g.options.flashVersion)||S.options.flashVersion;if(!swfobject.hasFlashPlayerVersion(version)){g.width=310;g.height=177}}}}}if(r){S.gallery.splice(i,1);if(i<S.current){--S.current}else{if(i==S.current){S.current=i>0?i-1:i}}--i}}if(S.gallery.length){if(!active){if(typeof S.options.onOpen=="function"&&S.options.onOpen(obj)===false){return}v_cache=[];each(["select","object","embed"],function(tag){each(document.getElementsByTagName(tag),function(el){v_cache.push([el,el.style.visibility||"visible"]);el.style.visibility="hidden"})});var h=S.options.autoDimensions&&"height"in obj?obj.height:S.options.initialHeight;var w=S.options.autoDimensions&&"width"in obj?obj.width:S.options.initialWidth;S.skin.onOpen(h,w,loadContent)}else{loadContent()}active=true}},pause:function(){if(typeof slide_timer!="number"){return}var time=new Date().getTime();slide_delay=Math.max(0,slide_delay-(time-slide_start));if(slide_delay){clearTimeout(slide_timer);slide_timer="paused";if(S.skin.onPause){S.skin.onPause()}}},play:function(){if(!S.hasNext()){return}if(!slide_delay){slide_delay=S.options.slideshowDelay*1000}if(slide_delay){slide_start=new Date().getTime();slide_timer=setTimeout(function(){slide_delay=slide_start=0;S.next()},slide_delay);if(S.skin.onPlay){S.skin.onPlay()}}},previous:function(){S.change(S.current-1)},revertOptions:function(){apply(S.options,default_options)},setDimensions:function(height,width,max_h,max_w,tb,lr,resizable){var h=height=parseInt(height),w=width=parseInt(width),pad=parseInt(S.options.viewportPadding)||0;var extra_h=2*pad+tb;if(h+extra_h>=max_h){h=max_h-extra_h}var extra_w=2*pad+lr;if(w+extra_w>=max_w){w=max_w-extra_w}var resize_h=height,resize_w=width,change_h=(height-h)/height,change_w=(width-w)/width,oversized=(change_h>0||change_w>0);if(resizable&&oversized&&S.options.handleOversize=="resize"){if(change_h>change_w){w=Math.round((width/height)*h)}else{if(change_w>change_h){h=Math.round((height/width)*w)}}resize_w=w;resize_h=h}S.dimensions={height:h+tb,width:w+lr,inner_h:h,inner_w:w,top:(max_h-(h+extra_h))/2+pad,left:(max_w-(w+extra_w))/2+pad,oversized:oversized,resize_h:resize_h,resize_w:resize_w};return S.dimensions},setup:function(links,opts){if(!links){var links=[],rel;each(document.getElementsByTagName("a"),function(a){rel=a.getAttribute("rel");if(rel&&S.regex.rel.test(rel)){links.push(a)}})}else{var len=links.length;if(len){if(window.Sizzle){if(typeof links=="string"){links=Sizzle(links)}else{if(len==2&&links.push&&typeof links[0]=="string"&&links[1].nodeType){links=Sizzle(links[0],links[1])}}}}else{links=[links]}}each(links,function(link){if(typeof link.shadowboxCacheKey=="undefined"){link.shadowboxCacheKey=S.cache.length;S.lib.addEvent(link,"click",handleClick)}S.cache[link.shadowboxCacheKey]=S.buildCacheObj(link,opts)})}},U=S.util={animate:function(el,p,to,d,cb){var from=parseFloat(S.lib.getStyle(el,p));if(isNaN(from)){from=0}var delta=to-from;if(delta==0){if(cb){cb()}return}var op=p=="opacity";function fn(ease){var to=from+ease*delta;if(op){U.setOpacity(el,to)}else{el.style[p]=to+"px"}}if(!d||(!op&&!S.options.animate)||(op&&!S.options.animateFade)){fn(1);if(cb){cb()}return}d*=1000;var begin=new Date().getTime(),end=begin+d,time,timer=setInterval(function(){time=new Date().getTime();if(time>=end){clearInterval(timer);fn(1);if(cb){cb()}}else{fn(S.options.ease((time-begin)/d))}},10)},apply:function(o,e){for(var p in e){o[p]=e[p]}return o},clearOpacity:function(el){var s=el.style;if(window.ActiveXObject){if(typeof s.filter=="string"&&(/alpha/i).test(s.filter)){s.filter=s.filter.replace(/[\w\.]*alpha\(.*?\);?/i,"")}}else{s.opacity=""}},each:function(obj,fn,scope){for(var i=0,len=obj.length;i<len;++i){if(fn.call(scope||obj[i],obj[i],i,obj)===false){return}}},get:function(id){return document.getElementById(id)},include:function(){var includes={};return function(file){if(includes[file]){return}includes[file]=true;document.write('<script type="text/javascript" src="'+file+'"><\/script>')}}(),isLink:function(obj){if(!obj||!obj.tagName){return false}var up=obj.tagName.toUpperCase();return up=="A"||up=="AREA"},removeChildren:function(el){while(el.firstChild){el.removeChild(el.firstChild)}},setOpacity:function(el,o){var s=el.style;if(window.ActiveXObject){s.zoom=1;s.filter=(s.filter||"").replace(/\s*alpha\([^\)]*\)/gi,"")+(o==1?"":" alpha(opacity="+(o*100)+")")}else{s.opacity=o}}},apply=U.apply,each=U.each,init_options,initialized=false,default_options={},content_id="sb-content",active=false,slide_timer,slide_start,slide_delay=0,v_cache=[];if(navigator.plugins&&navigator.plugins.length){var names=[];each(navigator.plugins,function(p){names.push(p.name)});names=names.join();var detectPlugin=function(n){return names.indexOf(n)>-1};var f4m=detectPlugin("Flip4Mac");S.plugins={fla:detectPlugin("Shockwave Flash"),qt:detectPlugin("QuickTime"),wmp:!f4m&&detectPlugin("Windows Media"),f4m:f4m}}else{function detectPlugin(n){try{var axo=new ActiveXObject(n)}catch(e){}return!!axo}S.plugins={fla:detectPlugin("ShockwaveFlash.ShockwaveFlash"),qt:detectPlugin("QuickTime.QuickTime"),wmp:detectPlugin("wmplayer.ocx"),f4m:false}}function getPlayer(url){var re=S.regex,p=S.plugins,m=url.match(re.domain),d=m&&document.domain==m[1];if(url.indexOf("#")>-1&&d){return"inline"}var q=url.indexOf("?");if(q>-1){url=url.substring(0,q)}if(re.img.test(url)){return"img"}if(re.swf.test(url)){return p.fla?"swf":"unsupported-swf"}if(re.flv.test(url)){return p.fla?"flv":"unsupported-flv"}if(re.qt.test(url)){return p.qt?"qt":"unsupported-qt"}if(re.wmp.test(url)){if(p.wmp){return"wmp"}if(p.f4m){return"qt"}if(S.client.isMac){return p.qt?"unsupported-f4m":"unsupported-qtf4m"}return"unsupported-wmp"}if(re.qtwmp.test(url)){if(p.qt){return"qt"}if(p.wmp){return"wmp"}return S.client.isMac?"unsupported-qt":"unsupported-qtwmp"}if(!d||re.iframe.test(url)){return"iframe"}return"unsupported"}function handleClick(e){var link;if(U.isLink(this)){link=this}else{link=S.lib.getTarget(e);while(!U.isLink(link)&&link.parentNode){link=link.parentNode}}if(link){var key=link.shadowboxCacheKey;if(typeof key!="undefined"&&typeof S.cache[key]!="undefined"){link=S.cache[key]}S.open(link);if(S.gallery.length){S.lib.preventDefault(e)}}}function listenKeys(on){if(!S.options.enableKeys){return}S.lib[(on?"add":"remove")+"Event"](document,"keydown",handleKey)}function handleKey(e){var code=S.lib.keyCode(e);S.lib.preventDefault(e);switch(code){case 81:case 88:case 27:S.close();break;case 37:S.previous();break;case 39:S.next();break;case 32:S[(typeof slide_timer=="number"?"pause":"play")]()}}function loadContent(){var obj=S.getCurrent();if(!obj){return}var p=obj.player=="inline"?"html":obj.player;if(typeof S[p]!="function"){throw"Unknown player: "+p}var change=false;if(S.content){S.content.remove();change=true;S.revertOptions();if(obj.options){S.applyOptions(obj.options)}}U.removeChildren(S.skin.bodyEl());S.content=new S[p](obj);listenKeys(false);S.skin.onLoad(S.content,change,function(){if(!S.content){return}if(typeof S.content.ready!="undefined"){var id=setInterval(function(){if(S.content){if(S.content.ready){clearInterval(id);id=null;S.skin.onReady(contentReady)}}else{clearInterval(id);id=null}},100)}else{S.skin.onReady(contentReady)}});if(S.gallery.length>1){var next=S.gallery[S.current+1]||S.gallery[0];if(next.player=="img"){var a=new Image();a.src=next.content}var prev=S.gallery[S.current-1]||S.gallery[S.gallery.length-1];if(prev.player=="img"){var b=new Image();b.src=prev.content}}}function contentReady(){if(!S.content){return}S.content.append(S.skin.bodyEl(),content_id,S.dimensions);S.skin.onFinish(finishContent)}function finishContent(){if(!S.content){return}if(S.content.onLoad){S.content.onLoad()}if(S.options.onFinish){S.options.onFinish()}if(!S.isPaused()){S.play()}listenKeys(true)}return S}();Shadowbox.skin=function(){var e=Shadowbox,d=e.util,o=false,k=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"];function l(){d.get("sb-container").style.top=document.documentElement.scrollTop+"px"}function g(p){var q=d.get("sb-overlay"),r=d.get("sb-container"),t=d.get("sb-wrapper");if(p){if(e.client.isIE6){l();e.lib.addEvent(window,"scroll",l)}if(e.options.showOverlay){o=true;q.style.backgroundColor=e.options.overlayColor;d.setOpacity(q,0);if(!e.options.modal){e.lib.addEvent(q,"click",e.close)}t.style.display="none"}r.style.visibility="visible";if(o){var s=parseFloat(e.options.overlayOpacity);d.animate(q,"opacity",s,e.options.fadeDuration,p)}else{p()}}else{if(e.client.isIE6){e.lib.removeEvent(window,"scroll",l)}e.lib.removeEvent(q,"click",e.close);if(o){t.style.display="none";d.animate(q,"opacity",0,e.options.fadeDuration,function(){r.style.display="";t.style.display="";d.clearOpacity(q)})}else{r.style.visibility="hidden"}}}function b(r,p){var q=d.get("sb-nav-"+r);if(q){q.style.display=p?"":"none"}}function i(r,q){var t=d.get("sb-loading"),v=e.getCurrent().player,u=(v=="img"||v=="html");if(r){function s(){d.clearOpacity(t);if(q){q()}}d.setOpacity(t,0);t.style.display="";if(u){d.animate(t,"opacity",1,e.options.fadeDuration,s)}else{s()}}else{function s(){t.style.display="none";d.clearOpacity(t);if(q){q()}}if(u){d.animate(t,"opacity",0,e.options.fadeDuration,s)}else{s()}}}function a(s){var u=e.getCurrent();d.get("sb-title-inner").innerHTML=u.title||"";var x,r,t,y,q;if(e.options.displayNav){x=true;var w=e.gallery.length;if(w>1){if(e.options.continuous){r=q=true}else{r=(w-1)>e.current;q=e.current>0}}if(e.options.slideshowDelay>0&&e.hasNext()){y=!e.isPaused();t=!y}}else{x=r=t=y=q=false}b("close",x);b("next",r);b("play",t);b("pause",y);b("previous",q);var x="";if(e.options.displayCounter&&e.gallery.length>1){var v=e.getCounter();if(typeof v=="string"){x=v}else{d.each(v,function(p){x+='<a onclick="Shadowbox.change('+p+');"';if(p==e.current){x+=' class="sb-counter-current"'}x+=">"+(p+1)+"</a>"})}}d.get("sb-counter").innerHTML=x;s()}function h(r,q){var w=d.get("sb-wrapper"),z=d.get("sb-title"),s=d.get("sb-info"),p=d.get("sb-title-inner"),x=d.get("sb-info-inner"),y=parseInt(e.lib.getStyle(p,"height"))||0,v=parseInt(e.lib.getStyle(x,"height"))||0;function u(){p.style.visibility=x.style.visibility="hidden";a(q)}if(r){d.animate(z,"height",0,0.35);d.animate(s,"height",0,0.35);d.animate(w,"paddingTop",y,0.35);d.animate(w,"paddingBottom",v,0.35,u)}else{z.style.height=s.style.height="0px";w.style.paddingTop=y+"px";w.style.paddingBottom=v+"px";u()}}function j(r){var q=d.get("sb-wrapper"),u=d.get("sb-title"),s=d.get("sb-info"),x=d.get("sb-title-inner"),w=d.get("sb-info-inner"),v=parseInt(e.lib.getStyle(x,"height"))||0,p=parseInt(e.lib.getStyle(w,"height"))||0;x.style.visibility=w.style.visibility="";if(x.innerHTML!=""){d.animate(u,"height",v,0.35);d.animate(q,"paddingTop",0,0.35)}d.animate(s,"height",p,0.35);d.animate(q,"paddingBottom",0,0.35,r)}function c(q,x,w,p){var y=d.get("sb-body"),v=d.get("sb-wrapper"),u=parseInt(q),r=parseInt(x);if(w){d.animate(y,"height",u,e.options.resizeDuration);d.animate(v,"top",r,e.options.resizeDuration,p)}else{y.style.height=u+"px";v.style.top=r+"px";if(p){p()}}}function f(u,x,v,p){var t=d.get("sb-wrapper"),r=parseInt(u),q=parseInt(x);if(v){d.animate(t,"width",r,e.options.resizeDuration);d.animate(t,"left",q,e.options.resizeDuration,p)}else{t.style.width=r+"px";t.style.left=q+"px";if(p){p()}}}function n(p){var r=e.content;if(!r){return}var q=m(r.height,r.width,r.resizable);switch(e.options.animSequence){case"hw":c(q.inner_h,q.top,true,function(){f(q.width,q.left,true,p)});break;case"wh":f(q.width,q.left,true,function(){c(q.inner_h,q.top,true,p)});break;default:f(q.width,q.left,true);c(q.inner_h,q.top,true,p)}}function m(p,s,r){var q=d.get("sb-body-inner");sw=d.get("sb-wrapper"),so=d.get("sb-overlay"),tb=sw.offsetHeight-q.offsetHeight,lr=sw.offsetWidth-q.offsetWidth,max_h=so.offsetHeight,max_w=so.offsetWidth;return e.setDimensions(p,s,max_h,max_w,tb,lr,r)}return{markup:'<div id="sb-container"><div id="sb-overlay"></div><div id="sb-wrapper"><div id="sb-title"><div id="sb-title-inner"></div></div><div id="sb-body"><div id="sb-body-inner"></div><div id="sb-loading"><a onclick="Shadowbox.close()">{cancel}</a></div></div><div id="sb-info"><div id="sb-info-inner"><div id="sb-counter"></div><div id="sb-nav"><a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a><a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a><a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a><a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a><a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a></div><div style="clear:both"></div></div></div></div></div>',options:{animSequence:"sync"},init:function(){if(e.client.isIE6){d.get("sb-body").style.zoom=1;var r,p,q=/url\("(.*\.png)"\)/;d.each(k,function(s){r=d.get(s);if(r){p=e.lib.getStyle(r,"backgroundImage").match(q);if(p){r.style.backgroundImage="none";r.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+p[1]+",sizingMethod=scale);"}}})}},bodyEl:function(){return d.get("sb-body-inner")},onOpen:function(r,q,p){d.get("sb-container").style.display="block";var s=m(r,q);c(s.inner_h,s.top,false);f(s.width,s.left,false);g(p)},onLoad:function(q,r,p){i(true);h(r,function(){if(!q){return}if(!r){d.get("sb-wrapper").style.display=""}p()})},onReady:function(p){n(function(){j(p)})},onFinish:function(p){i(false,p)},onClose:function(){g(false)},onPlay:function(){b("play",false);b("pause",true)},onPause:function(){b("pause",false);b("play",true)},onWindowResize:function(){var r=e.content;if(!r){return}var q=m(r.height,r.width,r.resizable);f(q.width,q.left,false);c(q.inner_h,q.top,false);var p=d.get(e.contentId());if(p){if(r.resizable&&e.options.handleOversize=="resize"){p.height=q.resize_h;p.width=q.resize_w}}}}}();var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return!a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"nl",of:"van",loading:"laden",cancel:"Annuleren",next:"Volgende",previous:"Vorige",play:"Play",pause:"Pause",close:"Sluiten",errors:{single:'U moet de <a href="{0}">{1}</a> browser plugin installeren om dit media type te kunnen bekijken.',shared:'U moet de <a href="{0}">{1}</a> en de <a href="{2}">{3}</a> browser plugins installeren om dit media type te kunnen bekijken.',either:'U moet de <a href="{0}">{1}</a> of de <a href="{2}">{3}</a> browser plugin installeren om dit media type te kunnen bekijken.'}};(function(h){var e=h.util,i,k,j="sb-drag-layer",d;function b(){i={x:0,y:0,start_x:null,start_y:null}}function c(m,o,l){if(m){b();var n=["position:absolute","height:"+o+"px","width:"+l+"px","cursor:"+(h.client.isGecko?"-moz-grab":"move"),"background-color:"+(h.client.isIE?"#fff;filter:alpha(opacity=0)":"transparent")].join(";");h.lib.append(h.skin.bodyEl(),'<div id="'+j+'" style="'+n+'"></div>');h.lib.addEvent(e.get(j),"mousedown",g)}else{var p=e.get(j);if(p){h.lib.removeEvent(p,"mousedown",g);h.lib.remove(p)}k=null}}function g(m){h.lib.preventDefault(m);var l=h.lib.getPageXY(m);i.start_x=l[0];i.start_y=l[1];k=e.get(h.contentId());h.lib.addEvent(document,"mousemove",f);h.lib.addEvent(document,"mouseup",a);if(h.client.isGecko){e.get(j).style.cursor="-moz-grabbing"}}function a(){h.lib.removeEvent(document,"mousemove",f);h.lib.removeEvent(document,"mouseup",a);if(h.client.isGecko){e.get(j).style.cursor="-moz-grab"}}function f(o){var q=h.content,p=h.dimensions,n=h.lib.getPageXY(o);var m=n[0]-i.start_x;i.start_x+=m;i.x=Math.max(Math.min(0,i.x+m),p.inner_w-q.width);k.style.left=i.x+"px";var l=n[1]-i.start_y;i.start_y+=l;i.y=Math.max(Math.min(0,i.y+l),p.inner_h-q.height);k.style.top=i.y+"px"}h.img=function(m){this.obj=m;this.resizable=true;this.ready=false;var l=this;d=new Image();d.onload=function(){l.height=m.height?parseInt(m.height,10):d.height;l.width=m.width?parseInt(m.width,10):d.width;l.ready=true;d.onload="";d=null};d.src=m.content};h.img.prototype={append:function(l,o,n){this.id=o;var m=document.createElement("img");m.id=o;m.src=this.obj.content;m.style.position="absolute";m.setAttribute("height",n.resize_h);m.setAttribute("width",n.resize_w);l.appendChild(m)},remove:function(){var l=e.get(this.id);if(l){h.lib.remove(l)}c(false);if(d){d.onload="";d=null}},onLoad:function(){var l=h.dimensions;if(l.oversized&&h.options.handleOversize=="drag"){c(true,l.resize_h,l.resize_w)}},onWindowResize:function(){if(k){var p=h.content,o=h.dimensions,n=parseInt(h.lib.getStyle(k,"top")),m=parseInt(h.lib.getStyle(k,"left"));if(n+p.height<o.inner_h){k.style.top=o.inner_h-p.height+"px"}if(m+p.width<o.inner_w){k.style.left=o.inner_w-p.width+"px"}}}}})(Shadowbox);(function(b){var a=b.util;b.swf=function(c){this.obj=c;this.resizable=true;this.height=c.height?parseInt(c.height,10):300;this.width=c.width?parseInt(c.width,10):300};b.swf.prototype={append:function(k,d,m){this.id=d;var i=document.createElement("div");i.id=d;k.appendChild(i);var j=m.resize_h,n=m.resize_w,e=this.obj.content,l=b.options.flashVersion,c=b.path+"libraries/swfobject/expressInstall.swf",f=b.options.flashVars,g=b.options.flashParams;swfobject.embedSWF(e,d,n,j,l,c,f,g)},remove:function(){swfobject.expressInstallCallback();swfobject.removeSWF(this.id)}}})(Shadowbox);(function(a){a.html=function(b){this.obj=b;this.height=b.height?parseInt(b.height,10):300;this.width=b.width?parseInt(b.width,10):500};a.html.prototype={append:function(b,e,c){this.id=e;var d=document.createElement("div");d.id=e;d.className="html";d.innerHTML=this.obj.content;b.appendChild(d)},remove:function(){var b=document.getElementById(this.id);if(b){a.lib.remove(b)}}}})(Shadowbox);(function(a){a.iframe=function(c){this.obj=c;var b=document.getElementById("sb-overlay");this.height=c.height?parseInt(c.height,10):b.offsetHeight;this.width=c.width?parseInt(c.width,10):b.offsetWidth};a.iframe.prototype={append:function(b,e,d){this.id=e;var c='<iframe id="'+e+'" name="'+e+'" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto"';if(a.client.isIE){c+=' allowtransparency="true"';if(a.client.isIE6){c+=" src=\"javascript:false;document.write('');\""}}c+="></iframe>";b.innerHTML=c},remove:function(){var b=document.getElementById(this.id);if(b){a.lib.remove(b);if(a.client.isGecko){delete window.frames[this.id]}}},onLoad:function(){var b=a.client.isIE?document.getElementById(this.id).contentWindow:window.frames[this.id];b.location.href=this.obj.content}}})(Shadowbox);if(typeof jQuery=="undefined"){throw"Unable to load Shadowbox adapter, jQuery not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib=function(a){return{getStyle:function(c,b){return a(c).css(b)},remove:function(b){a(b).remove()},getTarget:function(b){return b.target},getPageXY:function(b){return[b.pageX,b.pageY]},preventDefault:function(b){b.preventDefault()},keyCode:function(b){return b.keyCode},addEvent:function(d,b,c){a(d).bind(b,c)},removeEvent:function(d,b,c){a(d).unbind(b,c)},append:function(c,b){a(c).append(b)}}}(jQuery);jQuery(Shadowbox.load);(function(a){a.fn.shadowbox=function(b){return this.each(function(){var d=a(this);var e=a.extend({},b||{},a.metadata?d.metadata():a.meta?d.data():{});var c=this.className||"";e.width=parseInt((c.match(/w:(\d+)/)||[])[1])||e.width;e.height=parseInt((c.match(/h:(\d+)/)||[])[1])||e.height;Shadowbox.setup(d,e)})}})(jQuery);var AjaxForm=function(){};AjaxForm.prototype={instance:"",hostPath:"",sendingText:"",valText:"",uploadText:"",sessionId:"",isChecking:false,isSending:false,delay:350,onCheckActions:[],add_observers:function()
{var $this=this;var $formId="#af_"+this.instance;jQuery("#"+this.instance+"_sendbutton").click(function(){$this.check_form();});jQuery("#af_"+this.instance+" .af_file_field").change(function(){$this.submit_file(this.parentNode.id);});jQuery("#af_"+this.instance+" .af_file").each(function(){var $fileFormId=this.id;jQuery("#"+$fileFormId+"_iframe").load(function(){$this.finish_upload($fileFormId);});});jQuery($formId+" input:text, "+$formId+" input:password").keyup(function(e){if(e.keyCode==13)$this.check_form();});},add_oncheck_action:function(action)
{this.onCheckActions.push(action);},initialize:function(instance)
{this.instance=instance;},submit_file:function(id)
{jQuery("#af_loader_"+this.instance).html(this.uploadText);this.startLoading();var responseDiv=jQuery("#"+id+"_response").get(0);var formObject=jQuery("#"+id).get(0);formObject.submit();},finish_upload:function(id)
{var responseDiv=jQuery("#"+id+"_response");var responseFrame=jQuery("#"+id+"_iframe");var responseForm=jQuery("#"+id);var response=responseFrame.contents().find("body").html();var doneStr="<done>";if(response!="")
{responseDiv.html(response);if(response.indexOf(doneStr)!=-1){responseForm.hide();}
this.add_observers();}
this.stopLoading();},check_form:function()
{if(!this.isChecking)
{this.isChecking=true;var $this=this;var loader=jQuery("#af_loader_"+this.instance);var parameters=this.getDivFormActions();loader.html(this.valText);this.startLoading();parameters["action"]="checkform";parameters["session_id"]=$this.sessionId;parameters["instance"]=$this.instance;var succes_actions=function(responseText)
{var div=jQuery("#af_"+$this.instance);if(responseText=="<send>"){loader.html($this.sendingText);$this.add_form_javascript_functions();$this.send_form();}else{div.html(responseText);$this.add_form_javascript_functions();$this.ajax_reset();$this.stopLoading();location.href="#"+$this.instance+"_top";}
$this.isChecking=false;}
var ajax_error=function(XMLHttpRequest,textStatus,errorThrown)
{$this.stopLoading();$this.isChecking=false;jQuery("#af_"+$this.instance+" .af_errors").html(textStatus);}
setTimeout(function(){jQuery.ajax({url:$this.hostPath+"action.php",type:"post",data:parameters,success:succes_actions,error:ajax_error});},this.delay);}},add_form_javascript_functions:function()
{for(var $i=0;$i<this.onCheckActions.length;$i++)
{this.onCheckActions[$i]();}
this.add_observers();},send_form:function()
{if(!this.isSending)
{this.isSending=true;var $this=this;var parameters=[];var succes_actions=function(responseText)
{var div=jQuery("#af_"+$this.instance);div.html(responseText);$this.add_form_javascript_functions();location.href="#"+$this.instance+"_top";$this.ajax_reset();$this.isSending=false;$this.stopLoading();}
var ajax_error=function(XMLHttpRequest,textStatus,errorThrown)
{$this.stopLoading();$this.isSending=false;jQuery("#af_"+$this.instance+" .af_errors").html(textStatus);}
setTimeout(function(){jQuery.ajax({url:$this.hostPath+"action.php",type:"post",data:{action:"send",session_id:$this.sessionId,instance:$this.instance},success:succes_actions,error:ajax_error});},this.delay);}},stopLoading:function()
{var loader=jQuery("#af_loader_"+this.instance);var afDiv=jQuery("#af_"+this.instance);var sendButton=jQuery("#"+this.instance+"_sendbutton").attr("disabled","");afDiv.css("opacity","1.0");afDiv.css("filter","");loader.hide();},startLoading:function()
{var loader=jQuery("#af_loader_"+this.instance);var afDiv=jQuery("#af_"+this.instance);var sendButton=jQuery("#"+this.instance+"_sendbutton").attr("disabled","disabled");afDiv.css("opacity",0.10);loader.show();},check_if_numeric:function(field,e)
{var value=parseInt(field.value);if(!isNaN(value)){field.value=value;}else{field.value="";}},getDivFormActions:function()
{formOb=document.getElementById("af_"+this.instance);var formInputs=formOb.getElementsByTagName("input");var formAreas=formOb.getElementsByTagName("textarea");var formSelects=formOb.getElementsByTagName("select");var fields={};for(var i=0;i<formInputs.length;i++)
{if(formInputs[i].name!="")
{switch(formInputs[i].type)
{case'radio':if(formInputs[i].checked)fields[formInputs[i].name]=formInputs[i].value;break;case'checkbox':if(formInputs[i].checked)fields[formInputs[i].name]=1;else fields[formInputs[i].name]=0;break;default:fields[formInputs[i].name]=formInputs[i].value;break;}
fields[formInputs[i].name];}}
for(var i=0;i<formAreas.length;i++)
{fields[formAreas[i].name]=formAreas[i].value;}
for(var i=0;i<formSelects.length;i++)
{if(!formSelects[i].multiple){fields[formSelects[i].name]=formSelects[i].value;}else{var options=formSelects[i].options;for(var op in options)
{if(options[op].selected){fields[formSelects[i].name+"["+options[op].value+"]"]=true;}}}}
return fields;},ajax_reset:function(){}}
jQuery(function($){var eventName='emchange';$.em=$.extend({version:'1.0',delay:200,element:$('<div />').css({left:'-100em',position:'absolute',width:'100em'}).prependTo('body')[0],action:function(){var currentWidth=$.em.element.offsetWidth/100;if(currentWidth!=$.em.current){$.em.previous=$.em.current;$.em.current=currentWidth;$.event.trigger(eventName,[$.em.current,$.em.previous]);}}},$.em);$.fn[eventName]=function(fn){return fn?this.bind(eventName,fn):this.trigger(eventName);};$.em.current=$.em.element.offsetWidth/100;$.em.iid=setInterval($.em.action,$.em.delay);});(function($){$.event.special.mousewheel={setup:function(){var handler=$.event.special.mousewheel.handler;if($.browser.mozilla)
$(this).bind('mousemove.mousewheel',function(event){$.data(this,'mwcursorposdata',{pageX:event.pageX,pageY:event.pageY,clientX:event.clientX,clientY:event.clientY});});if(this.addEventListener)
this.addEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=handler;},teardown:function(){var handler=$.event.special.mousewheel.handler;$(this).unbind('mousemove.mousewheel');if(this.removeEventListener)
this.removeEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=function(){};$.removeData(this,'mwcursorposdata');},handler:function(event){var args=Array.prototype.slice.call(arguments,1);event=$.event.fix(event||window.event);$.extend(event,$.data(this,'mwcursorposdata')||{});var delta=0,returnValue=true;if(event.wheelDelta)delta=event.wheelDelta/120;if(event.detail)delta=-event.detail/3;event.data=event.data||{};event.type="mousewheel";args.unshift(delta);args.unshift(event);return $.event.handle.apply(this,args);}};$.fn.extend({mousewheel:function(fn){return fn?this.bind("mousewheel",fn):this.trigger("mousewheel");},unmousewheel:function(fn){return this.unbind("mousewheel",fn);}});})(jQuery);(function($){$.jScrollPane={active:[]};$.fn.jScrollPane=function(settings)
{settings=$.extend({},$.fn.jScrollPane.defaults,settings);var rf=function(){return false;};return this.each(function()
{var $this=$(this);$this.css('overflow','hidden');var paneEle=this;if($(this).parent().is('.jScrollPaneContainer')){var currentScrollPosition=settings.maintainPosition?$this.position().top:0;var $c=$(this).parent();var paneWidth=$c.innerWidth();var paneHeight=$c.outerHeight();var trackHeight=paneHeight;$('>.jScrollPaneTrack, >.jScrollArrowUp, >.jScrollArrowDown',$c).remove();$this.css({'top':0});}else{var currentScrollPosition=0;this.originalPadding=$this.css('paddingTop')+' '+$this.css('paddingRight')+' '+$this.css('paddingBottom')+' '+$this.css('paddingLeft');this.originalSidePaddingTotal=(parseInt($this.css('paddingLeft'))||0)+(parseInt($this.css('paddingRight'))||0);var paneWidth=$this.innerWidth();var paneHeight=$this.innerHeight();var trackHeight=paneHeight;var $container=$('<div></div>').attr({'className':'jScrollPaneContainer','onfocus':'this.blur()'}).css({'height':paneHeight+'px','width':paneWidth+'px'});if(settings.enableKeyboardNavigation){$container.attr('tabindex',settings.tabIndex);}
$this.wrap($container);$(document).bind('emchange',function(e,cur,prev)
{$this.jScrollPane(settings);});}
if(settings.reinitialiseOnImageLoad){var $imagesToLoad=$.data(paneEle,'jScrollPaneImagesToLoad')||$('img',$this);var loadedImages=[];if($imagesToLoad.length){$imagesToLoad.each(function(i,val){$(this).bind('load readystatechange',function(){if($.inArray(i,loadedImages)==-1){loadedImages.push(val);$imagesToLoad=$.grep($imagesToLoad,function(n,i){return n!=val;});$.data(paneEle,'jScrollPaneImagesToLoad',$imagesToLoad);var s2=$.extend(settings,{reinitialiseOnImageLoad:false});$this.jScrollPane(s2);}}).each(function(i,val){if(this.complete||this.complete===undefined){this.src=this.src;}});});};}
var p=this.originalSidePaddingTotal;var realPaneWidth=paneWidth-settings.scrollbarWidth-settings.scrollbarMargin-p;var cssToApply={'height':'auto'}
if(settings.scrollbarOnLeft){cssToApply.paddingLeft=settings.scrollbarMargin+settings.scrollbarWidth+'px';}else{cssToApply.paddingRight=settings.scrollbarMargin+'px';}
$this.css(cssToApply);var contentHeight=$this.outerHeight();var percentInView=paneHeight/contentHeight;if(percentInView<.99){var $container=$this.parent();$container.append($('<div></div>').attr({'className':'jScrollPaneTrack'}).css({'width':settings.scrollbarWidth+'px'}).append($('<div></div>').attr({'className':'jScrollPaneDrag'}).css({'width':settings.scrollbarWidth+'px'}).append($('<div></div>').attr({'className':'jScrollPaneDragTop'}).css({'width':settings.scrollbarWidth+'px'}),$('<div></div>').attr({'className':'jScrollPaneDragBottom'}).css({'width':settings.scrollbarWidth+'px'}))));var $track=$('>.jScrollPaneTrack',$container);var $drag=$('>.jScrollPaneTrack .jScrollPaneDrag',$container);var currentArrowDirection;var currentArrowTimerArr=[];var currentArrowInc;var whileArrowButtonDown=function()
{if(currentArrowInc>4||currentArrowInc%4==0){positionDrag(dragPosition+currentArrowDirection*mouseWheelMultiplier);}
currentArrowInc++;};if(settings.enableKeyboardNavigation){$container.bind('keydown.jscrollpane',function(e)
{switch(e.keyCode){case 38:currentArrowDirection=-1;currentArrowInc=0;whileArrowButtonDown();currentArrowTimerArr[currentArrowTimerArr.length]=setInterval(whileArrowButtonDown,100);return false;case 40:currentArrowDirection=1;currentArrowInc=0;whileArrowButtonDown();currentArrowTimerArr[currentArrowTimerArr.length]=setInterval(whileArrowButtonDown,100);return false;case 33:case 34:return false;default:}}).bind('keyup.jscrollpane',function(e)
{if(e.keyCode==38||e.keyCode==40){for(var i=0;i<currentArrowTimerArr.length;i++){clearInterval(currentArrowTimerArr[i]);}
return false;}});}
if(settings.showArrows){var currentArrowButton;var currentArrowInterval;var onArrowMouseUp=function(event)
{$('html').unbind('mouseup',onArrowMouseUp);currentArrowButton.removeClass('jScrollActiveArrowButton');clearInterval(currentArrowInterval);};var onArrowMouseDown=function(){$('html').bind('mouseup',onArrowMouseUp);currentArrowButton.addClass('jScrollActiveArrowButton');currentArrowInc=0;whileArrowButtonDown();currentArrowInterval=setInterval(whileArrowButtonDown,100);};$container.append($('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowUp','tabindex':-1}).css({'width':settings.scrollbarWidth+'px'}).html('Scroll up').bind('mousedown',function()
{currentArrowButton=$(this);currentArrowDirection=-1;onArrowMouseDown();this.blur();return false;}).bind('click',rf),$('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowDown','tabindex':-1}).css({'width':settings.scrollbarWidth+'px'}).html('Scroll down').bind('mousedown',function()
{currentArrowButton=$(this);currentArrowDirection=1;onArrowMouseDown();this.blur();return false;}).bind('click',rf));var $upArrow=$('>.jScrollArrowUp',$container);var $downArrow=$('>.jScrollArrowDown',$container);if(settings.arrowSize){trackHeight=paneHeight-settings.arrowSize-settings.arrowSize;$track.css({'height':trackHeight+'px',top:settings.arrowSize+'px'})}else{var topArrowHeight=$upArrow.height();settings.arrowSize=topArrowHeight;trackHeight=paneHeight-topArrowHeight-$downArrow.height();$track.css({'height':trackHeight+'px',top:topArrowHeight+'px'})}}
var $pane=$(this).css({'position':'absolute','overflow':'visible'});var currentOffset;var maxY;var mouseWheelMultiplier;var dragPosition=0;var dragMiddle=percentInView*paneHeight/2;var getPos=function(event,c){var p=c=='X'?'Left':'Top';return event['page'+c]||(event['client'+c]+(document.documentElement['scroll'+p]||document.body['scroll'+p]))||0;};var ignoreNativeDrag=function(){return false;};var initDrag=function()
{ceaseAnimation();currentOffset=$drag.offset(false);currentOffset.top-=dragPosition;maxY=trackHeight-$drag[0].offsetHeight;mouseWheelMultiplier=2*settings.wheelSpeed*maxY/contentHeight;};var onStartDrag=function(event)
{initDrag();dragMiddle=getPos(event,'Y')-dragPosition-currentOffset.top;$('html').bind('mouseup',onStopDrag).bind('mousemove',updateScroll);if($.browser.msie){$('html').bind('dragstart',ignoreNativeDrag).bind('selectstart',ignoreNativeDrag);}
return false;};var onStopDrag=function()
{$('html').unbind('mouseup',onStopDrag).unbind('mousemove',updateScroll);dragMiddle=percentInView*paneHeight/2;if($.browser.msie){$('html').unbind('dragstart',ignoreNativeDrag).unbind('selectstart',ignoreNativeDrag);}};var positionDrag=function(destY)
{destY=destY<0?0:(destY>maxY?maxY:destY);dragPosition=destY;$drag.css({'top':destY+'px'});var p=destY/maxY;$this.data('jScrollPanePosition',(paneHeight-contentHeight)*-p);$pane.css({'top':((paneHeight-contentHeight)*p)+'px'});$this.trigger('scroll');if(settings.showArrows){$upArrow[destY==0?'addClass':'removeClass']('disabled');$downArrow[destY==maxY?'addClass':'removeClass']('disabled');}};var updateScroll=function(e)
{positionDrag(getPos(e,'Y')-currentOffset.top-dragMiddle);};var dragH=Math.max(Math.min(percentInView*(paneHeight-settings.arrowSize*2),settings.dragMaxHeight),settings.dragMinHeight);$drag.css({'height':dragH+'px'}).bind('mousedown',onStartDrag);var trackScrollInterval;var trackScrollInc;var trackScrollMousePos;var doTrackScroll=function()
{if(trackScrollInc>8||trackScrollInc%4==0){positionDrag((dragPosition-((dragPosition-trackScrollMousePos)/2)));}
trackScrollInc++;};var onStopTrackClick=function()
{clearInterval(trackScrollInterval);$('html').unbind('mouseup',onStopTrackClick).unbind('mousemove',onTrackMouseMove);};var onTrackMouseMove=function(event)
{trackScrollMousePos=getPos(event,'Y')-currentOffset.top-dragMiddle;};var onTrackClick=function(event)
{initDrag();onTrackMouseMove(event);trackScrollInc=0;$('html').bind('mouseup',onStopTrackClick).bind('mousemove',onTrackMouseMove);trackScrollInterval=setInterval(doTrackScroll,100);doTrackScroll();return false;};$track.bind('mousedown',onTrackClick);$container.bind('mousewheel',function(event,delta){delta=delta||(event.wheelDelta?event.wheelDelta/120:(event.detail)?-event.detail/3:0);initDrag();ceaseAnimation();var d=dragPosition;positionDrag(dragPosition-delta*mouseWheelMultiplier);var dragOccured=d!=dragPosition;return!dragOccured;});var _animateToPosition;var _animateToInterval;function animateToPosition()
{var diff=(_animateToPosition-dragPosition)/settings.animateStep;if(diff>1||diff<-1){positionDrag(dragPosition+diff);}else{positionDrag(_animateToPosition);ceaseAnimation();}}
var ceaseAnimation=function()
{if(_animateToInterval){clearInterval(_animateToInterval);delete _animateToPosition;}};var scrollTo=function(pos,preventAni)
{if(typeof pos=="string"){$e=$(pos,$this);if(!$e.length)return;pos=$e.offset().top-$this.offset().top;}
$container.scrollTop(0);ceaseAnimation();var maxScroll=contentHeight-paneHeight;pos=pos>maxScroll?maxScroll:pos;$this.data('jScrollPaneMaxScroll',maxScroll);var destDragPosition=pos/maxScroll*maxY;if(preventAni||!settings.animateTo){positionDrag(destDragPosition);}else{_animateToPosition=destDragPosition;_animateToInterval=setInterval(animateToPosition,settings.animateInterval);}};$this[0].scrollTo=scrollTo;$this[0].scrollBy=function(delta)
{var currentPos=-parseInt($pane.css('top'))||0;scrollTo(currentPos+delta);};initDrag();scrollTo(-currentScrollPosition,true);$('*',this).bind('focus',function(event)
{var $e=$(this);var eleTop=0;while($e[0]!=$this[0]){eleTop+=$e.position().top;$e=$e.offsetParent();}
var viewportTop=-parseInt($pane.css('top'))||0;var maxVisibleEleTop=viewportTop+paneHeight;var eleInView=eleTop>viewportTop&&eleTop<maxVisibleEleTop;if(!eleInView){var destPos=eleTop-settings.scrollbarMargin;if(eleTop>viewportTop){destPos+=$(this).height()+15+settings.scrollbarMargin-paneHeight;}
scrollTo(destPos);}})
if(location.hash){setTimeout(function(){scrollTo(location.hash);},$.browser.safari?100:0);}
$(document).bind('click',function(e)
{$target=$(e.target);if($target.is('a')){var h=$target.attr('href');if(h&&h.substr(0,1)=='#'&&h.length>1){setTimeout(function(){scrollTo(h,!settings.animateToInternalLinks);},$.browser.safari?100:0);}}});function onSelectScrollMouseDown(e)
{$(document).bind('mousemove.jScrollPaneDragging',onTextSelectionScrollMouseMove);$(document).bind('mouseup.jScrollPaneDragging',onSelectScrollMouseUp);}
var textDragDistanceAway;var textSelectionInterval;function onTextSelectionInterval()
{direction=textDragDistanceAway<0?-1:1;$this[0].scrollBy(textDragDistanceAway/2);}
function clearTextSelectionInterval()
{if(textSelectionInterval){clearInterval(textSelectionInterval);textSelectionInterval=undefined;}}
function onTextSelectionScrollMouseMove(e)
{var offset=$this.parent().offset().top;var maxOffset=offset+paneHeight;var mouseOffset=getPos(e,'Y');textDragDistanceAway=mouseOffset<offset?mouseOffset-offset:(mouseOffset>maxOffset?mouseOffset-maxOffset:0);if(textDragDistanceAway==0){clearTextSelectionInterval();}else{if(!textSelectionInterval){textSelectionInterval=setInterval(onTextSelectionInterval,100);}}}
function onSelectScrollMouseUp(e)
{$(document).unbind('mousemove.jScrollPaneDragging').unbind('mouseup.jScrollPaneDragging');clearTextSelectionInterval();}
$container.bind('mousedown.jScrollPane',onSelectScrollMouseDown);$.jScrollPane.active.push($this[0]);}else{$this.css({'height':paneHeight+'px','width':paneWidth-this.originalSidePaddingTotal+'px','padding':this.originalPadding});$this[0].scrollTo=$this[0].scrollBy=function(){};$this.parent().unbind('mousewheel').unbind('mousedown.jScrollPane').unbind('keydown.jscrollpane').unbind('keyup.jscrollpane');}})};$.fn.jScrollPaneRemove=function()
{$(this).each(function()
{$this=$(this);var $c=$this.parent();if($c.is('.jScrollPaneContainer')){$this.css({'top':'','height':'','width':'','padding':'','overflow':'','position':''});$c.after($this).remove();}});}
$.fn.jScrollPane.defaults={scrollbarWidth:10,scrollbarMargin:5,wheelSpeed:18,showArrows:false,arrowSize:0,animateTo:false,dragMinHeight:1,dragMaxHeight:5,animateInterval:100,animateStep:3,maintainPosition:true,scrollbarOnLeft:false,reinitialiseOnImageLoad:false,tabIndex:0,enableKeyboardNavigation:true,animateToInternalLinks:false};$(window).bind('unload',function(){var els=$.jScrollPane.active;for(var i=0;i<els.length;i++){els[i].scrollTo=els[i].scrollBy=null;}});})(jQuery);(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return}var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return}var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return}if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery)
Cufon.registerFont({"w":200,"face":{"font-family":"Univers55Roman","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-5 -341 357 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u201c":18,"\u201e":18,"Y":65,"W":36,"V":36,"T":65,"A":18}},"!":{"d":"94,-260r-40,0r7,201r25,0xm54,0r38,0r0,-36r-38,0r0,36","w":140},"\"":{"d":"27,-249r6,88r19,0r5,-88r-30,0xm87,-249r5,88r19,0r6,-88r-30,0","w":144},"#":{"d":"2,-71r36,0r-13,71r29,0r13,-71r44,0r-13,71r28,0r14,-71r40,0r0,-25r-36,0r10,-53r41,0r0,-25r-36,0r14,-75r-29,0r-14,75r-44,0r14,-75r-29,0r-14,75r-40,0r0,25r36,0r-11,53r-40,0r0,25xm72,-96r9,-53r44,0r-10,53r-43,0"},"$":{"d":"187,-191v0,-44,-36,-58,-78,-59r0,-29r-18,0r0,30v-45,0,-75,22,-76,65v-1,51,35,57,75,71r0,84v-26,-1,-42,-13,-43,-39r-37,0v1,47,32,70,80,70r0,35r18,0r0,-35v49,-3,83,-24,83,-73v0,-51,-40,-63,-82,-74r0,-76v22,2,40,7,40,30r38,0xm91,-151v-35,0,-58,-46,-22,-64v6,-3,13,-5,22,-6r0,70xm109,-108v33,3,60,39,33,68v-8,8,-19,11,-33,11r0,-79"},"%":{"d":"136,-192v-1,-39,-17,-64,-56,-64v-39,0,-61,27,-61,66v0,39,22,63,58,63v36,-1,60,-26,59,-65xm107,-191v0,24,-7,43,-30,43v-28,0,-33,-28,-30,-55v2,-16,10,-32,30,-31v23,0,30,19,30,43xm301,-62v1,-42,-22,-63,-58,-63v-36,0,-60,26,-59,65v1,39,18,64,59,64v38,0,58,-28,58,-66xm274,-61v0,24,-7,43,-31,44v-27,0,-34,-26,-30,-53v2,-17,9,-34,30,-34v24,0,31,20,31,43xm90,14r159,-277r-24,0r-158,277r23,0","w":320},"&":{"d":"105,6v39,-1,69,-17,90,-38r34,32r50,0r-62,-60v22,-27,34,-57,32,-108r-35,0v0,42,-4,60,-19,86r-64,-63v24,-17,51,-33,51,-72v0,-37,-27,-52,-70,-52v-41,0,-69,21,-70,58v0,29,15,44,30,59v-25,21,-54,38,-54,83v-1,46,38,76,87,75xm113,-240v32,-2,37,37,17,53v-9,7,-13,12,-22,18v-27,-17,-42,-68,5,-71xm111,-24v-44,0,-71,-40,-46,-75v6,-9,16,-19,30,-30r77,75v-16,15,-31,30,-61,30","w":280},"'":{"d":"35,-249r5,88r20,0r5,-88r-30,0","w":100},"(":{"d":"67,-271v-39,76,-56,189,-14,274r16,41r24,0v-13,-52,-34,-97,-34,-161v0,-58,17,-107,31,-154r-23,0","w":119},")":{"d":"53,44v39,-76,56,-188,14,-273r-16,-42r-24,0v19,62,34,91,34,161v0,57,-17,108,-31,154r23,0","w":119},"*":{"d":"173,-203r-62,7r38,-50r-24,-14r-25,57r-24,-56r-24,13r37,50r-61,-8r0,27r60,-6r-38,51r24,13r26,-56r24,57r24,-15r-37,-50r62,7r0,-27"},"+":{"d":"90,0r30,0r0,-77r77,0r0,-27r-77,0r0,-77r-30,0r0,77r-77,0r0,27r77,0r0,77","w":210},",":{"d":"41,-43r-23,88r24,0r40,-88r-41,0","w":100,"k":{"\u201d":81,"\u201c":81,"\u2019":45,"\u2018":45}},"-":{"d":"15,-81r90,0r0,-27r-90,0r0,27","w":119},".":{"d":"29,0r40,0r0,-43r-40,0r0,43","w":100,"k":{"\u201d":81,"\u201c":81,"\u2019":45,"\u2018":45}},"\/":{"d":"-3,6r24,0r83,-263r-23,0","w":100},"0":{"d":"99,-254v-67,0,-83,64,-83,132v0,72,18,127,83,127v66,0,84,-58,84,-132v0,-67,-16,-127,-84,-127xm99,-25v-45,0,-49,-51,-49,-98v0,-48,3,-102,50,-102v46,0,48,51,48,101v0,47,-4,99,-49,99","k":{"1":20,"0":-14}},"1":{"d":"100,-249v-16,13,-40,28,-60,39r0,36v18,-7,45,-24,58,-36r0,210r34,0r0,-249r-32,0","k":{"9":22,"8":5,"7":5,"6":5,"5":5,"4":13,"3":5,"2":5,"1":49,"0":20,".":36,"-":14}},"2":{"d":"101,-225v47,-1,47,56,22,85v-29,34,-72,74,-104,107r0,33r158,0r0,-28r-118,0v39,-51,108,-75,118,-153v11,-86,-132,-96,-151,-25v-2,7,-3,15,-3,25r37,0v0,-27,13,-44,41,-44"},"3":{"d":"98,-23v-28,0,-46,-15,-46,-41v-12,1,-28,-2,-38,1v0,48,35,69,83,69v50,0,86,-26,86,-73v0,-35,-20,-57,-53,-61v28,-7,48,-25,50,-58v5,-71,-117,-92,-152,-35v-6,9,-10,21,-10,35r36,0v3,-25,18,-39,45,-39v26,0,44,12,44,39v0,35,-31,47,-66,43r0,30v38,-5,70,8,70,45v0,26,-19,45,-49,45"},"4":{"d":"122,0r35,0r0,-54r36,0r0,-29r-36,0r0,-169r-39,0r-108,155r0,43r112,0r0,54xm37,-83r86,-132r0,132r-86,0"},"5":{"d":"99,-24v-22,0,-41,-13,-41,-35r-38,0v1,41,33,65,74,65v54,0,89,-31,89,-86v0,-50,-25,-80,-74,-82v-27,-1,-40,11,-53,23r5,-81r109,0r0,-29r-140,0r-7,148r33,0v5,-19,22,-35,45,-34v31,1,47,21,47,54v0,34,-15,56,-49,57"},"6":{"d":"109,-227v23,0,37,13,38,37v12,-1,27,2,37,-1v-2,-42,-29,-63,-73,-63v-74,0,-92,68,-93,141v-1,66,20,118,85,118v53,0,79,-34,84,-87v7,-77,-102,-107,-133,-48v4,-55,9,-97,55,-97xm152,-78v0,34,-16,55,-48,56v-29,1,-48,-27,-48,-56v-1,-30,19,-58,50,-56v33,1,46,23,46,56"},"7":{"d":"13,-219r128,0r-96,219r41,0r91,-219r0,-30r-164,0r0,30","k":{"6":14,"4":20,".":68,"-":27,",":68}},"8":{"d":"18,-187v0,30,23,50,50,56v-32,6,-55,29,-55,64v0,48,37,71,87,71v51,0,85,-24,85,-73v0,-38,-24,-55,-54,-63v30,-4,50,-26,51,-56v0,-43,-37,-67,-83,-67v-48,0,-81,25,-81,68xm100,-228v28,0,47,15,47,40v1,26,-21,41,-48,41v-25,0,-46,-16,-46,-41v0,-24,22,-40,47,-40xm100,-24v-31,0,-49,-16,-50,-46v0,-27,22,-48,50,-47v27,0,50,17,49,46v0,30,-18,47,-49,47"},"9":{"d":"94,-23v-24,1,-40,-13,-40,-36r-37,0v1,44,30,65,74,65v74,0,92,-58,92,-132v0,-75,-18,-128,-87,-128v-49,0,-80,27,-80,80v0,75,100,107,132,48v1,53,-3,103,-54,103xm96,-227v29,0,49,22,48,54v0,29,-17,51,-46,51v-28,0,-47,-21,-47,-51v0,-29,16,-55,45,-54"},":":{"d":"30,-140r40,0r0,-43r-40,0r0,43xm30,0r40,0r0,-42r-40,0r0,42","w":100},";":{"d":"34,-139r42,0r0,-44r-42,0r0,44xm41,-43r-23,88r24,0r40,-88r-41,0","w":100},"<":{"d":"13,-76r184,72r0,-31r-146,-55r146,-56r0,-31r-184,72r0,29","w":210},"=":{"d":"13,-113r184,0r0,-28r-184,0r0,28xm13,-40r184,0r0,-28r-184,0r0,28","w":210},">":{"d":"197,-76r0,-29r-184,-72r0,31r146,56r-146,55r0,31","w":210},"?":{"d":"161,-201v2,-65,-81,-74,-134,-56r0,32v35,-15,97,-19,97,27v0,44,-55,54,-60,101r0,38r31,0v-14,-78,64,-76,66,-142xm62,0r37,0r0,-37r-37,0r0,37","w":180},"@":{"d":"248,-81v-23,3,-14,-27,-10,-42r22,-75r-25,0r-6,23v-5,-17,-21,-28,-42,-28v-45,0,-67,39,-71,85v-5,55,69,73,92,30v2,-3,4,-7,6,-11v-6,22,9,38,28,36v46,-4,73,-43,73,-95v0,-72,-49,-109,-120,-109v-87,0,-139,53,-144,140v-7,130,160,168,247,95r-9,-12v-29,20,-54,34,-99,34v-75,0,-123,-41,-123,-116v0,-79,51,-125,128,-125v60,0,103,30,103,91v0,40,-16,75,-50,79xm145,-116v0,-38,26,-84,65,-63v22,30,-3,98,-39,98v-19,0,-26,-15,-26,-35","w":365},"A":{"d":"3,0r37,0r28,-68r121,0r28,68r39,0r-105,-260r-38,0xm130,-224r48,127r-98,0","w":259,"k":{"\u00bb":18,"\u00ab":27,"\u201d":54,"\u201c":54,"\u2019":36,"\u2018":36,"\u2039":18,"y":7,"w":14,"v":14,"Y":41,"W":14,"V":20,"U":7,"T":27,"S":7,"Q":7,"O":7,"G":7,"C":7}},"B":{"d":"211,-194v0,-46,-31,-66,-84,-66r-93,0r0,260r95,0v57,3,90,-21,90,-71v0,-38,-21,-57,-52,-65v25,-9,44,-24,44,-58xm174,-191v-1,49,-57,41,-105,41r0,-80v49,1,106,-11,105,39xm182,-74v0,51,-60,46,-113,45r0,-90v53,-1,113,-8,113,45","w":240,"k":{"Y":7,"V":7}},"C":{"d":"132,-235v34,0,52,17,56,45r39,0v-5,-50,-42,-74,-93,-74v-80,0,-109,59,-114,137v-7,102,87,163,173,114v18,-10,31,-30,33,-55r-40,0v-3,28,-23,42,-54,42v-58,1,-74,-46,-74,-101v0,-57,16,-107,74,-108","w":240},"D":{"d":"244,-128v0,-85,-44,-138,-137,-132r-75,0r0,260r73,0v97,6,139,-40,139,-128xm204,-141v8,87,-41,122,-136,111r0,-200r43,0v64,-3,88,34,93,89","w":259,"k":{"Y":20,"V":7,"J":9,"A":7}},"E":{"d":"27,0r166,0r0,-32r-130,0r0,-86r121,0r0,-30r-121,0r0,-81r127,0r0,-31r-163,0r0,260","w":219,"k":{"Y":14,"G":14}},"F":{"d":"34,0r37,0r0,-118r111,0r0,-30r-111,0r0,-81r118,0r0,-31r-155,0r0,260","k":{"\u00fc":7,"\u00f6":7,"\u00e4":7,"u":7,"r":7,"o":7,"e":7,"a":7,"J":54,"A":14,".":76,"-":27,",":76}},"G":{"d":"149,-236v32,0,55,15,59,41r39,0v-4,-53,-49,-73,-109,-69v-75,5,-113,60,-113,138v0,83,43,132,131,132v37,0,65,-8,92,-16r0,-128r-95,0r0,30r59,0r0,77v-17,4,-33,8,-56,8v-66,0,-93,-42,-93,-107v0,-60,24,-106,86,-106","w":280},"H":{"d":"32,-260r0,260r36,0r0,-117r123,0r0,117r36,0r0,-260r-36,0r0,112r-123,0r0,-112r-36,0","w":259},"I":{"d":"32,0r36,0r0,-260r-36,0r0,260","w":100},"J":{"d":"85,-26v-26,0,-41,-15,-39,-45r-38,0v-2,49,28,75,74,75v48,0,80,-25,81,-74r0,-190r-36,0r0,180v2,33,-13,54,-42,54","k":{"u":7,"o":7,"e":7,"a":7,"O":7,"A":14,".":9,",":9}},"K":{"d":"33,0r36,0r0,-138r120,138r50,0r-128,-144r116,-116r-50,0r-108,114r0,-114r-36,0r0,260","w":240,"k":{"y":14,"w":14,"u":7,"o":7,"e":7,"a":4,"O":7}},"L":{"d":"33,0r157,0r0,-32r-121,0r0,-228r-36,0r0,260","k":{"\u201d":108,"\u201c":108,"\u2019":72,"\u2018":72,"y":27,"o":4,"e":4,"Y":49,"W":34,"V":43,"T":34,"O":18,"-":63}},"M":{"d":"32,0r35,0r0,-233r82,233r35,0r85,-234r0,234r35,0r0,-260r-59,0r-75,214r-74,-214r-64,0r0,260","w":339},"N":{"d":"34,0r33,0r0,-221r132,221r46,0r0,-260r-33,0r0,215r-128,-215r-50,0r0,260","w":280,"k":{"T":9}},"O":{"d":"141,-267v-82,0,-120,56,-120,139v0,82,35,134,118,134v84,0,119,-55,120,-138v1,-82,-41,-135,-118,-135xm140,-24v-60,0,-81,-46,-81,-106v0,-62,21,-107,83,-107v59,0,79,44,79,104v-1,61,-20,108,-81,109","w":280,"k":{"e":4,"a":7,"Y":20,"X":14,"W":14,"V":14,"T":14,"A":18,".":9,",":9}},"P":{"d":"209,-189v-1,-49,-32,-71,-90,-71r-87,0r0,260r36,0r0,-116v78,6,142,-7,141,-73xm171,-190v0,51,-53,44,-103,44r0,-85v48,1,103,-9,103,41","w":219,"k":{"u":7,"r":7,"o":11,"e":11,"a":11,"A":34,".":76,"-":43,",":76}},"Q":{"d":"21,-128v0,98,57,147,159,130r91,-2r0,-28v-22,1,-48,-1,-65,5v29,-25,48,-59,47,-112v-2,-77,-34,-131,-113,-131v-80,0,-119,54,-119,138xm136,-23v-58,0,-77,-48,-77,-104v0,-57,18,-108,78,-109v55,0,80,46,79,107v-1,58,-21,106,-80,106","w":280,"k":{"U":7}},"R":{"d":"112,-117v72,-11,53,71,69,117r38,0v-20,-43,-1,-124,-56,-132v28,-7,49,-27,49,-63v1,-81,-100,-64,-181,-65r0,260r36,0r0,-117r45,0xm175,-188v0,51,-60,38,-109,40r0,-82v50,1,109,-10,109,42","w":240,"k":{"y":7,"u":7,"o":7,"e":7,"a":7,"Y":14,"W":11,"V":11,"T":11}},"S":{"d":"120,-24v-38,0,-63,-14,-62,-52r-38,0v-1,59,38,82,96,82v104,0,144,-130,39,-148v-34,-14,-93,-8,-93,-51v0,-29,26,-42,58,-42v30,1,53,10,54,40v12,-1,28,2,38,-1v-2,-49,-40,-64,-89,-69v-90,-10,-140,105,-50,137v39,14,108,8,108,57v0,33,-26,47,-61,47","w":240,"k":{"y":7,"w":4,"v":7,"o":7,"e":7,"c":7,"a":7,"Y":7,"V":7,"T":7,"A":7}},"T":{"d":"130,0r0,-229r87,0r0,-31r-209,0r0,31r87,0r0,229r35,0","w":219,"k":{"\u00fc":34,"\u00f8":41,"\u00f6":41,"\u00e9":41,"\u00e5":41,"\u00e4":41,"\u00bb":63,"\u00ab":63,"\u203a":45,"\u2039":54,"y":34,"w":34,"u":34,"r":34,"o":41,"i":-7,"e":41,"a":41,"O":14,"J":45,"A":27,";":49,":":49,".":61,"-":61,",":61}},"U":{"d":"140,-27v-46,-1,-71,-23,-71,-72r0,-161r-36,0r0,158v-2,75,39,107,107,107v67,0,106,-39,106,-105r0,-160r-35,0v-9,93,36,236,-71,233","w":280,"k":{".":9,",":9}},"V":{"d":"233,-260r-36,0r-78,222r-74,-222r-40,0r93,260r39,0","w":240,"k":{"\u00fc":20,"\u00f6":27,"\u00e4":27,"\u00bb":36,"\u00ab":36,"\u203a":27,"\u2039":36,"u":20,"o":27,"i":9,"e":27,"a":27,"O":14,"G":14,"C":7,"A":20,";":27,":":27,".":34,"-":34,",":34}},"W":{"d":"3,-260r74,260r39,0r64,-222r60,222r40,0r77,-260r-35,0r-59,216r-59,-216r-45,0r-61,214r-57,-214r-38,0","w":360,"k":{"\u00fc":9,"\u00f6":20,"\u00e4":20,"\u00bb":27,"\u00ab":27,"\u203a":18,"\u2039":27,"y":9,"u":9,"r":9,"o":20,"e":20,"a":20,"O":14,"A":14,";":14,":":14,".":20,"-":14,",":20}},"X":{"d":"18,-260r90,124r-101,136r43,0r80,-112r77,112r45,0r-97,-135r93,-125r-44,0r-70,100r-70,-100r-46,0","w":259,"k":{"O":7}},"Y":{"d":"104,0r36,0r0,-100r102,-160r-40,0r-78,128r-77,-128r-44,0r101,158r0,102","w":240,"k":{"\u00bb":45,"\u00ab":54,"\u203a":27,"\u2039":36,"u":20,"o":34,"i":13,"e":34,"a":34,"O":14,"C":14,"A":41,";":32,":":32,".":58,"-":59,",":58}},"Z":{"d":"13,0r195,0r0,-32r-154,0r152,-192r0,-36r-189,0r0,32r146,0r-150,192r0,36","w":219},"[":{"d":"37,45r62,0r0,-19r-34,0r0,-277r34,0r0,-19r-62,0r0,315","w":119},"\\":{"d":"104,6r-83,-263r-24,0r84,263r23,0","w":100},"]":{"d":"22,45r62,0r0,-315r-62,0r0,19r34,0r0,277r-34,0r0,19","w":119},"^":{"d":"30,-98r30,0r44,-114r46,114r31,0r-62,-151r-28,0","w":210},"_":{"d":"0,45r180,0r0,-18r-180,0r0,18","w":180},"`":{"d":"1,-266r48,51r23,0r-31,-51r-40,0","w":100},"a":{"d":"19,-48v-3,62,102,71,120,21v0,10,1,19,3,27r30,0v-5,-41,-1,-88,-1,-132v0,-40,-32,-53,-70,-54v-40,0,-70,15,-71,54r34,0v-4,-34,50,-40,67,-19v8,10,7,18,7,40v-61,-6,-116,8,-119,63xm53,-52v0,-38,47,-38,85,-36v2,42,-11,67,-47,67v-23,0,-38,-11,-38,-31"},"b":{"d":"125,-185v-31,0,-50,11,-59,31r0,-106r-34,0r-1,260r33,0v1,-8,-2,-21,1,-27v10,18,32,30,57,30v55,0,81,-37,81,-97v0,-58,-24,-89,-78,-91xm117,-162v39,0,50,33,50,70v0,38,-13,69,-52,70v-39,0,-50,-31,-50,-68v0,-39,12,-72,52,-72","w":219},"c":{"d":"99,-161v23,0,34,16,36,38r34,0v-2,-39,-29,-62,-71,-62v-55,0,-76,39,-82,97v-12,104,144,128,154,28r-34,0v0,24,-16,39,-39,39v-38,-1,-45,-33,-45,-72v0,-36,11,-68,47,-68","w":180,"k":{"k":18,"h":18}},"d":{"d":"19,-88v-8,87,101,121,139,59r0,29r34,0r-1,-260r-34,0r0,104v-9,-19,-28,-31,-56,-31v-56,0,-77,41,-82,99xm105,-162v38,0,52,28,53,69v0,40,-13,73,-53,73v-39,0,-50,-30,-50,-69v0,-38,11,-73,50,-73","w":219},"e":{"d":"147,-57v1,41,-62,50,-82,20v-8,-12,-13,-27,-13,-47r130,0v5,-59,-17,-101,-78,-101v-60,0,-85,38,-85,98v0,57,27,92,84,92v46,-1,73,-21,77,-62r-33,0xm54,-108v-9,-58,83,-73,92,-18v1,6,2,12,2,18r-94,0","k":{"\u201d":9,"\u201c":9,"\u2019":9}},"f":{"d":"75,-181v-1,-29,-4,-58,27,-54r20,0r0,-27v-58,-11,-91,14,-81,81r-35,0r0,25r35,0r0,156r34,0r0,-156r42,0r0,-25r-42,0","w":119,"k":{"\u201d":9,"\u2019":-11,"t":9,"f":9,".":9,",":9}},"g":{"d":"106,49v-29,0,-39,-11,-42,-35r-36,0v0,45,28,58,76,58v122,0,74,-139,85,-253r-33,0r0,25v-12,-15,-27,-27,-57,-27v-50,0,-80,37,-80,91v0,57,29,95,89,88v21,-3,39,-12,46,-30v1,48,-2,83,-48,83xm155,-98v0,45,-12,70,-52,70v-36,0,-48,-28,-49,-65v-1,-38,12,-66,48,-66v36,0,53,22,53,61","w":219,"k":{"a":7}},"h":{"d":"188,-113v14,-79,-93,-89,-122,-41r0,-106r-34,0r0,260r34,0v4,-66,-20,-159,48,-158v65,1,31,100,39,158r35,0r0,-113","w":219,"k":{"\u2019":18,"y":7}},"i":{"d":"28,-222r41,0r0,-37r-41,0r0,37xm32,0r34,0r0,-181r-34,0r0,181","w":100,"k":{"v":-7}},"j":{"d":"30,-222r41,0r0,-37r-41,0r0,37xm33,13v-2,27,-5,31,-33,32r0,24v42,9,67,-10,67,-52r0,-198r-34,0r0,194","w":100},"k":{"d":"29,0r34,0r0,-98r72,98r44,0r-81,-104r77,-77r-45,0r-67,74r0,-155r-34,0r0,262","w":180,"k":{"y":-14,"g":-7,"e":-7,"a":-7}},"l":{"d":"32,0r34,0r0,-260r-34,0r0,260","w":100},"m":{"d":"181,-152v-12,-42,-101,-45,-116,-2r0,-27r-34,0r0,181r35,0v5,-64,-23,-160,47,-159v66,0,32,100,40,159r34,0v5,-64,-22,-159,46,-159v67,-1,33,100,41,159r34,0r0,-121v9,-74,-105,-82,-127,-31","w":339,"k":{"y":7}},"n":{"d":"190,-123v8,-69,-100,-80,-123,-29r-1,-29r-34,0r1,181r34,0v3,-64,-19,-158,47,-158v66,0,36,98,42,158r34,0r0,-123","w":219,"k":{"\u201d":7,"\u2019":7,"y":7,"w":7,"v":7}},"o":{"d":"110,-185v-62,0,-92,38,-92,97v0,55,32,94,89,94v59,0,92,-41,92,-97v0,-57,-29,-94,-89,-94xm108,-19v-39,0,-53,-31,-54,-71v-1,-43,19,-71,56,-71v36,0,53,30,53,69v0,42,-16,73,-55,73","w":219,"k":{"\u201d":9,"\u201c":9,"\u2019":9,"x":5,"v":5}},"p":{"d":"126,-184v-30,0,-50,13,-62,33r0,-30r-34,0r1,250r33,0r0,-89v10,16,31,27,56,27v55,0,82,-40,82,-97v0,-56,-24,-94,-76,-94xm114,-18v-38,0,-51,-28,-51,-67v0,-40,13,-73,54,-73v39,0,49,30,50,66v1,39,-14,74,-53,74","w":219},"q":{"d":"100,7v25,0,45,-11,56,-27r0,89r34,0r0,-250r-34,0r-1,30v-12,-19,-30,-33,-61,-33v-52,0,-76,37,-76,93v0,59,27,98,82,98xm102,-158v43,0,55,32,55,71v0,38,-9,69,-50,69v-41,0,-54,-36,-54,-75v0,-36,12,-65,49,-65","w":219},"r":{"d":"133,-182v-32,-3,-60,9,-66,36r-1,-35r-34,0r1,181r35,0v3,-68,-22,-168,65,-149r0,-33","w":140,"k":{"\u2019":-16,"t":9,"s":-7,"r":9,".":20,"-":34,",":20}},"s":{"d":"91,-21v-25,0,-39,-10,-40,-33r-36,0v1,42,29,54,71,59v69,9,110,-79,44,-103v-23,-8,-50,-11,-70,-21v-18,-16,2,-47,30,-41v20,0,36,7,35,29r34,0v3,-42,-31,-50,-69,-54v-68,-8,-100,84,-31,101r61,18v20,17,1,45,-29,45","w":180,"k":{"\u2019":-7}},"t":{"d":"110,-26v-21,5,-41,1,-41,-22r0,-109r41,0r0,-24r-41,0r0,-49r-33,11r0,38r-32,0r0,24r32,0r0,121v-4,41,39,43,74,36r0,-26","w":119,"k":{"t":9}},"u":{"d":"101,-24v-26,-1,-38,-13,-38,-40r0,-117r-35,0v4,80,-23,183,66,183v31,0,47,-13,57,-33r1,31r35,0r-1,-181r-35,0v-4,65,21,160,-50,157","w":219},"v":{"d":"80,0r34,0r79,-181r-37,0r-56,144r-58,-144r-38,0","k":{"o":5,".":22,"-":9,",":22}},"w":{"d":"4,-181r60,181r40,0r47,-149r43,149r39,0r63,-181r-35,0r-45,143r-41,-143r-44,0r-46,144r-44,-144r-37,0","w":299,"k":{"a":7,".":7,"-":9,",":7}},"x":{"d":"121,-93r70,-88r-40,0r-50,68r-48,-68r-45,0r68,86r-72,95r40,0r51,-72r52,72r44,0","k":{"o":5,"-":18}},"y":{"d":"193,-181r-36,0r-58,143r-57,-143r-38,0r76,180r-28,69r35,0r26,-67","k":{".":20,"-":9,",":20}},"z":{"d":"11,0r135,0r0,-26r-100,0r100,-126r0,-29r-130,0r0,26r91,0r-96,120r0,35","w":159,"k":{"o":7,"e":7}},"{":{"d":"47,-185v3,43,-13,61,-47,63r0,19v91,-4,-4,154,121,148r0,-18v-37,-2,-48,-28,-45,-70v2,-42,-11,-66,-48,-70v40,-3,51,-33,48,-79v-2,-38,10,-57,45,-60r0,-18v-55,2,-78,28,-74,85","w":120},"|":{"d":"32,-270r0,360r30,0r0,-360r-30,0","w":93},"}":{"d":"73,-40v-3,-43,14,-61,48,-63r0,-19v-92,5,3,-153,-121,-148r0,18v37,2,46,28,44,70v-2,42,12,65,48,69v-39,5,-51,33,-48,80v2,37,-9,58,-44,60r0,18v54,-2,77,-28,73,-85","w":120},"~":{"d":"30,-63v22,-81,152,72,171,-55r-20,0v-32,78,-153,-72,-171,55r20,0","w":210},"\u201a":{"d":"40,-36r-22,85r24,0r39,-85r-41,0","w":100},"\u0192":{"d":"57,-18v-10,35,-4,64,-40,63r-5,26v58,4,66,-30,75,-80r22,-117r37,0r5,-24r-38,0v9,-31,5,-79,53,-69r4,-25v-67,-15,-81,38,-88,94r-33,0r-4,24r32,0"},"\u201e":{"d":"59,-36r-22,85r24,0r39,-85r-41,0xm126,-36r-22,85r24,0r39,-85r-41,0","k":{"Y":90,"W":54,"V":72,"T":81}},"\u2026":{"d":"45,0r40,0r0,-43r-40,0r0,43xm160,0r40,0r0,-43r-40,0r0,43xm275,0r40,0r0,-43r-40,0r0,43","w":360},"\u2020":{"d":"173,-199r-60,0r0,-61r-29,0r0,61r-61,0r0,27r61,0r0,172r29,0r0,-172r60,0r0,-27"},"\u2021":{"d":"85,-200r-62,0r0,27r62,0r0,86r-62,0r0,26r62,0r0,61r28,0r0,-61r62,0r0,-26r-62,0r0,-86r62,0r0,-27r-62,0r0,-60r-28,0r0,60"},"\u02c6":{"d":"23,-215r26,-34r23,34r31,0r-37,-52r-33,0r-38,52r28,0","w":100},"\u2030":{"d":"55,-133v38,0,54,-24,53,-63v0,-36,-16,-60,-52,-60v-39,0,-53,27,-53,64v-1,36,18,59,52,59xm82,-196v0,22,-5,42,-26,42v-21,0,-26,-18,-26,-40v0,-22,4,-41,26,-42v21,-1,25,19,26,40xm176,4v38,-1,53,-25,54,-63v1,-35,-18,-61,-53,-60v-38,1,-52,27,-52,64v0,36,16,60,51,59xm203,-58v0,22,-5,41,-26,42v-39,0,-36,-82,0,-83v21,0,25,20,26,41xm301,4v38,-1,53,-25,54,-63v0,-36,-17,-60,-53,-60v-38,0,-52,29,-53,64v-1,36,17,60,52,59xm302,-99v34,0,37,83,0,83v-21,0,-26,-19,-26,-40v0,-22,5,-43,26,-43xm187,-263r-170,276r23,0r170,-276r-23,0","w":360},"\u0160":{"d":"103,-283r33,0r38,-51r-29,0r-25,34r-24,-34r-31,0xm120,-24v-38,0,-63,-14,-62,-52r-38,0v-1,59,38,82,96,82v104,0,144,-130,39,-148v-34,-14,-93,-8,-93,-51v0,-29,26,-42,58,-42v30,1,53,10,54,40v12,-1,28,2,38,-1v-2,-49,-40,-64,-89,-69v-90,-10,-140,105,-50,137v39,14,108,8,108,57v0,33,-26,47,-61,47","w":240},"\u2039":{"d":"86,-19r-35,-71r35,-69r-28,0r-40,69r40,71r28,0","w":100,"k":{"Y":36,"W":18,"V":27,"T":54}},"\u0152":{"d":"16,-131v0,80,40,131,116,131r209,0r0,-31r-124,0r0,-87r117,0r0,-30r-117,0r0,-82r123,0r0,-30r-199,-1v-85,0,-125,49,-125,130xm53,-131v0,-75,44,-113,128,-100r0,200v-83,10,-128,-24,-128,-100","w":360},"\u2018":{"d":"58,-171r24,-89r-24,0r-41,89r41,0","w":100,"k":{"\u2018":32,"o":27,"e":27,"A":45,".":45,",":45}},"\u2019":{"d":"40,-260r-23,89r24,0r41,-89r-42,0","w":100,"k":{"\u2019":32,"v":22,"t":-7,"s":36,"r":22,"d":41,"A":52,".":45,",":45}},"\u201c":{"d":"73,-171r24,-89r-24,0r-42,89r42,0xm140,-171r24,-89r-24,0r-41,89r41,0","k":{"o":32,"e":32,"O":18,"A":56,".":144,",":144}},"\u201d":{"d":"59,-260r-24,89r24,0r41,-89r-41,0xm127,-260r-24,89r24,0r41,-89r-41,0","k":{"o":32,"A":63,".":144,",":144}},"\u2022":{"d":"129,-130v0,-39,-26,-65,-65,-65v-39,0,-65,26,-65,65v0,39,26,65,65,65v39,0,65,-26,65,-65","w":126},"\u2013":{"d":"0,-83r180,0r0,-26r-180,0r0,26","w":180},"\u2014":{"d":"47,-83r266,0r0,-26r-266,0r0,26","w":360},"\u02dc":{"d":"84,-260v-8,35,-57,-16,-76,14v-4,7,-9,16,-9,26r15,0v13,-36,83,31,85,-40r-15,0","w":100},"\u2122":{"d":"147,-130r17,0r0,-117r39,117r16,0r40,-117r0,117r17,0r0,-130r-28,0r-36,107r-35,-107r-30,0r0,130xm86,-130r0,-114r38,0r0,-16r-91,0r0,16r37,0r0,114r16,0","w":360},"\u0161":{"d":"72,-215r34,0r37,-51r-28,0r-25,35r-24,-35r-31,0xm91,-21v-25,0,-39,-10,-40,-33r-36,0v1,42,29,54,71,59v69,9,110,-79,44,-103v-23,-8,-50,-11,-70,-21v-18,-16,2,-47,30,-41v20,0,36,7,35,29r34,0v3,-42,-31,-50,-69,-54v-68,-8,-100,84,-31,101r61,18v20,17,1,45,-29,45","w":180},"\u203a":{"d":"10,-159r36,70r-35,70r28,0r40,-70r-40,-70r-29,0","w":100,"k":{"Y":54,"W":27,"V":36,"T":63,"A":18,".":9,",":9}},"\u0153":{"d":"178,-37v14,48,105,58,131,12v5,-8,9,-19,10,-31r-33,0v-1,42,-65,47,-82,14v-6,-11,-7,-26,-8,-42r126,0v5,-57,-19,-101,-75,-101v-36,0,-58,17,-68,45v-11,-26,-33,-44,-70,-44v-57,0,-90,38,-90,95v0,56,30,94,89,94v34,1,59,-17,70,-42xm197,-109v-8,-55,81,-74,89,-17v1,5,1,11,1,17r-90,0xm110,-19v-42,-1,-55,-33,-55,-72v0,-38,16,-68,55,-68v38,0,53,30,53,69v0,38,-13,71,-53,71","w":339},"\u0178":{"d":"69,-287r33,0r0,-37r-33,0r0,37xm137,-287r34,0r0,-37r-34,0r0,37xm104,0r36,0r0,-100r102,-160r-40,0r-78,128r-77,-128r-44,0r101,158r0,102","w":240},"\u00a1":{"d":"48,-145r38,0r0,-36r-38,0r0,36xm53,-121r-7,200r40,0r-6,-200r-27,0","w":140},"\u00a2":{"d":"135,-149v8,8,7,15,10,26r34,0v-1,-28,-17,-46,-36,-55r14,-49r-18,0v-6,13,-5,33,-14,43v-66,-7,-99,34,-99,96v1,43,15,76,49,87r-15,54r18,0r14,-49v49,7,85,-21,88,-64r-34,0v0,27,-19,43,-47,38xm83,-28v-37,-30,-29,-153,37,-130"},"\u00a3":{"d":"119,-258v-64,0,-85,40,-80,109r-27,0r0,24r26,0r0,101r-24,0r0,24r174,0r0,-24r-115,0r0,-101r51,0r0,-24r-51,0v-1,-45,2,-86,47,-86v23,0,39,15,39,35r35,0v1,-43,-34,-58,-75,-58"},"\u00a4":{"d":"38,-170v-21,26,-18,67,0,90r-24,23r18,18r24,-23v26,19,62,19,89,0r23,23r18,-18r-24,-23v17,-21,21,-66,0,-89r24,-24r-18,-17r-23,23v-22,-18,-69,-18,-90,0r-23,-24r-18,18xm50,-125v0,-26,24,-50,50,-50v27,0,50,23,50,50v0,27,-22,50,-50,50v-27,0,-50,-23,-50,-50"},"\u00a5":{"d":"16,-59r66,0r0,59r36,0r0,-59r66,0r0,-22r-66,0r0,-20r66,0r0,-22r-54,0r70,-137r-41,0r-57,128r-57,-128r-45,0r71,137r-55,0r0,22r66,0r0,20r-66,0r0,22"},"\u00a6":{"d":"32,-243r0,126r30,0r0,-126r-30,0xm32,-63r0,126r30,0r0,-126r-30,0","w":93},"\u00a7":{"d":"124,-47v-1,38,-62,30,-84,16r0,31v49,18,119,5,119,-47v0,-28,-17,-40,-39,-46v40,-4,49,-70,12,-84v-18,-13,-57,-7,-57,-36v0,-34,51,-25,72,-14r0,-28v-44,-14,-107,-6,-107,44v0,23,14,36,33,41v-19,8,-38,21,-39,47v-1,56,78,32,90,76xm94,-161v35,-1,41,44,12,55v-17,7,-40,-3,-40,-24v0,-21,14,-24,28,-31"},"\u00a8":{"d":"-1,-222r33,0r0,-37r-33,0r0,37xm67,-222r33,0r0,-37r-33,0r0,37","w":100},"\u00a9":{"d":"149,-267v-81,0,-137,54,-137,137v0,81,55,136,137,136v82,0,136,-56,136,-136v0,-81,-55,-137,-136,-137xm149,-10v-72,0,-121,-48,-121,-120v0,-73,50,-121,121,-121v71,0,120,49,120,121v0,72,-48,120,-120,120xm148,-194v18,0,29,11,31,27r21,0v-2,-29,-21,-44,-51,-44v-45,0,-62,37,-62,82v0,42,15,78,60,78v28,0,51,-16,53,-43r-22,0v-2,16,-12,26,-30,26v-56,-1,-54,-126,0,-126","w":288},"\u00aa":{"d":"8,-184v-2,38,67,41,78,13v0,6,1,11,2,16r20,0v-5,-27,1,-59,-2,-87v-5,-33,-75,-32,-87,-7v-2,5,-4,9,-4,14v8,-2,23,4,23,-5v1,-16,37,-17,43,-6v3,5,4,13,4,24v-40,-2,-74,3,-77,38xm30,-186v3,-23,29,-23,55,-22v11,42,-48,53,-55,22","w":120},"\u00ab":{"d":"99,-19r-36,-71r35,-69r-28,0r-40,69r40,71r29,0xm169,-19r-35,-71r35,-69r-29,0r-40,69r40,71r29,0","k":{"Y":54,"W":27,"V":36,"T":72,"A":18,".":18,",":18}},"\u00ac":{"d":"13,-113r155,0r0,73r29,0r0,-101r-184,0r0,28","w":210},"\u00ad":{"d":"13,-76r184,0r0,-28r-184,0r0,28","w":210},"\u2212":{"d":"13,-76r184,0r0,-28r-184,0r0,28","w":210},"\u00ae":{"d":"199,-161v8,-50,-51,-45,-101,-44r0,146r20,0r0,-66r26,0v42,-6,27,44,39,66r20,0v-10,-24,0,-70,-31,-74v14,-4,25,-13,27,-28xm179,-165v0,30,-34,22,-61,23r0,-46v26,2,61,-7,61,23xm284,-131v0,-81,-55,-136,-136,-136v-80,0,-136,55,-136,136v0,81,54,137,136,137v82,0,136,-56,136,-137xm28,-131v0,-72,50,-120,120,-120v72,0,120,48,120,120v0,72,-48,121,-120,121v-72,0,-120,-48,-120,-121","w":288},"\u00af":{"d":"0,-231r99,0r0,-19r-99,0r0,19","w":100},"\u00b0":{"d":"128,-198v0,-34,-22,-56,-56,-56v-34,0,-56,22,-56,56v0,34,22,56,56,56v34,0,56,-23,56,-56xm41,-198v0,-17,15,-31,31,-31v17,0,31,14,31,31v0,16,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":144},"\u00b1":{"d":"90,-37r30,0r0,-60r77,0r0,-28r-77,0r0,-60r-30,0r0,60r-77,0r0,28r77,0r0,60xm13,5r184,0r0,-28r-184,0r0,28","w":210},"\u00b2":{"d":"36,-219v3,-24,57,-24,52,6v-8,45,-53,61,-79,91r0,20r103,0r0,-17r-77,0v25,-30,70,-47,76,-92v6,-47,-74,-57,-94,-22v-3,6,-6,13,-6,22v9,-2,27,6,25,-8","w":119},"\u00b3":{"d":"59,-116v-16,0,-31,-7,-30,-24v-8,1,-19,-2,-25,1v0,29,25,37,53,41v56,7,81,-73,23,-81v19,-3,32,-17,32,-35v2,-44,-80,-54,-100,-19v-3,5,-5,12,-5,20r24,0v0,-15,13,-24,29,-24v16,0,30,7,29,24v-1,22,-23,27,-44,25r0,18v25,-1,46,4,46,27v0,16,-13,28,-32,27","w":119},"\u00b4":{"d":"58,-266r-29,51r23,0r44,-51r-38,0","w":100},"\u00b5":{"d":"61,-19v15,33,83,27,95,-6r0,25r27,0r0,-181r-29,0v-3,66,17,160,-49,160v-64,0,-39,-96,-44,-160r-29,0r0,256r29,0r0,-94","w":219},"\u00b6":{"d":"-2,-175v0,47,27,76,73,80r0,155r29,0r0,-297r42,0r0,297r28,0r0,-297r19,0r0,-23r-98,0v-59,1,-93,31,-93,85","w":193},"\u00b7":{"d":"29,-83r40,0r0,-44r-40,0r0,44","w":100},"\u2219":{"d":"29,-83r40,0r0,-44r-40,0r0,44","w":100},"\u00b8":{"d":"58,47v0,20,-31,16,-43,10r-7,13v27,13,79,9,78,-25v0,-20,-20,-31,-43,-24r16,-23r-15,0r-22,32v7,12,36,-7,36,17","w":100},"\u00b9":{"d":"81,-252v-32,-2,-38,16,-60,24r0,21v14,-6,26,-11,38,-21r0,126r22,0r0,-150","w":119},"\u00ba":{"d":"133,-209v0,-36,-19,-57,-58,-57v-38,0,-59,23,-59,58v0,34,22,57,59,57v36,0,58,-24,58,-58xm110,-210v0,26,-13,43,-36,43v-24,0,-34,-19,-35,-43v0,-22,12,-41,36,-41v26,0,34,18,35,41","w":132},"\u00bb":{"d":"29,-159r35,70r-34,70r28,0r40,-70r-40,-70r-29,0xm100,-159r35,70r-35,70r28,0r40,-70r-40,-70r-28,0","k":{"Y":63,"W":27,"V":36,"T":72,"A":27,".":27,",":27}},"\u00bc":{"d":"265,0r0,-32r24,0r0,-18r-24,0r0,-102r-25,0r-70,94r0,26r73,0r0,32r22,0xm187,-50r56,-79r0,79r-56,0xm53,10r23,0r154,-267r-23,0xm48,-252v-13,12,-23,17,-39,24r0,22v13,-7,25,-12,37,-22r0,126r23,0r0,-150r-21,0","w":300},"\u00bd":{"d":"53,10r23,0r154,-267r-23,0xm48,-252v-13,12,-23,17,-39,24r0,22v13,-7,25,-12,37,-22r0,126r23,0r0,-150r-21,0xm217,-117v4,-26,53,-23,51,6v-2,27,-20,37,-37,53r-42,38r0,20r103,0r0,-17r-77,0v26,-29,70,-48,77,-92v7,-47,-76,-57,-95,-22v-3,6,-6,13,-6,22v10,-2,28,6,26,-8","w":300},"\u00be":{"d":"269,0r0,-32r24,0r0,-18r-24,0r0,-102r-25,0r-70,94r0,26r73,0r0,32r22,0xm192,-50r55,-79r0,79r-55,0xm63,10r24,0r154,-267r-23,0xm59,-116v-18,0,-30,-7,-30,-24r-25,0v0,30,25,38,53,42v56,7,81,-73,23,-81v19,-3,32,-17,32,-35v2,-44,-80,-54,-100,-19v-3,5,-5,12,-5,20r24,0v0,-15,13,-24,29,-24v16,0,30,7,29,24v-1,22,-23,27,-44,25r0,18v25,-1,46,4,46,27v0,16,-13,28,-32,27","w":300},"\u00bf":{"d":"23,20v-2,65,77,72,135,57r0,-33v-33,16,-97,19,-98,-27v0,-44,55,-55,60,-101r0,-38r-30,0v-2,19,7,46,-8,54v-20,29,-57,42,-59,88xm122,-181r-37,0r0,37r37,0r0,-37","w":180},"\u00c0":{"d":"81,-335r48,52r23,0r-31,-52r-40,0xm3,0r37,0r28,-68r121,0r28,68r39,0r-105,-260r-38,0xm130,-224r48,127r-98,0","w":259},"\u00c1":{"d":"138,-335r-29,52r23,0r44,-52r-38,0xm3,0r37,0r28,-68r121,0r28,68r39,0r-105,-260r-38,0xm130,-224r48,127r-98,0","w":259},"\u00c2":{"d":"103,-283r26,-35r23,35r31,0r-37,-52r-33,0r-38,52r28,0xm3,0r37,0r28,-68r121,0r28,68r39,0r-105,-260r-38,0xm130,-224r48,127r-98,0","w":259},"\u00c3":{"d":"164,-329v-10,38,-82,-29,-85,40r15,0v13,-36,83,33,85,-40r-15,0xm3,0r37,0r28,-68r121,0r28,68r39,0r-105,-260r-38,0xm130,-224r48,127r-98,0","w":259},"\u00c4":{"d":"79,-287r33,0r0,-37r-33,0r0,37xm147,-287r33,0r0,-37r-33,0r0,37xm3,0r37,0r28,-68r121,0r28,68r39,0r-105,-260r-38,0xm130,-224r48,127r-98,0","w":259},"\u00c5":{"d":"130,-341v-18,0,-35,16,-35,35v0,19,16,36,35,36v19,0,35,-17,35,-36v0,-19,-17,-35,-35,-35xm130,-285v-12,0,-21,-9,-21,-21v0,-12,10,-21,21,-21v11,0,21,9,21,21v0,12,-9,21,-21,21xm3,0r37,0r28,-68r121,0r28,68r39,0r-105,-260r-38,0xm130,-224r48,127r-98,0","w":259},"\u00c6":{"d":"197,-72r12,72r134,0r0,-31r-103,0r-15,-87r109,0r0,-31r-114,0r-14,-80r133,0r0,-31r-187,0r-151,260r39,0r42,-72r115,0xm98,-102r73,-131r21,131r-94,0","w":360},"\u00c7":{"d":"167,45v0,-20,-20,-31,-42,-24r12,-17v48,-5,83,-25,89,-72r-40,0v-3,28,-23,42,-54,42v-58,1,-74,-46,-74,-101v0,-57,16,-107,74,-108v34,0,52,17,56,45r39,0v-5,-50,-42,-74,-93,-74v-81,0,-114,59,-114,137v0,74,30,127,102,131v-4,11,-25,22,-14,32v13,-5,31,-5,32,11v2,20,-32,16,-44,10r-7,13v27,13,78,10,78,-25","w":240},"\u00c8":{"d":"61,-335r48,52r23,0r-30,-52r-41,0xm27,0r166,0r0,-32r-130,0r0,-86r121,0r0,-30r-121,0r0,-81r127,0r0,-31r-163,0r0,260","w":219},"\u00c9":{"d":"118,-335r-29,52r23,0r44,-52r-38,0xm27,0r166,0r0,-32r-130,0r0,-86r121,0r0,-30r-121,0r0,-81r127,0r0,-31r-163,0r0,260","w":219},"\u00ca":{"d":"83,-283r26,-35r23,35r31,0r-37,-52r-32,0r-39,52r28,0xm27,0r166,0r0,-32r-130,0r0,-86r121,0r0,-30r-121,0r0,-81r127,0r0,-31r-163,0r0,260","w":219},"\u00cb":{"d":"59,-287r33,0r0,-37r-33,0r0,37xm127,-287r34,0r0,-37r-34,0r0,37xm27,0r166,0r0,-32r-130,0r0,-86r121,0r0,-30r-121,0r0,-81r127,0r0,-31r-163,0r0,260","w":219},"\u00cc":{"d":"1,-335r48,52r23,0r-31,-52r-40,0xm32,0r36,0r0,-260r-36,0r0,260","w":100},"\u00cd":{"d":"58,-335r-29,52r23,0r44,-52r-38,0xm32,0r36,0r0,-260r-36,0r0,260","w":100},"\u00ce":{"d":"23,-283r26,-35r23,35r31,0r-37,-52r-33,0r-38,52r28,0xm32,0r36,0r0,-260r-36,0r0,260","w":100},"\u00cf":{"d":"-1,-287r33,0r0,-37r-33,0r0,37xm67,-287r33,0r0,-37r-33,0r0,37xm32,0r36,0r0,-260r-36,0r0,260","w":100},"\u00d0":{"d":"244,-128v0,-85,-44,-138,-137,-132r-75,0r0,105r-26,0r0,22r26,0r0,133r73,0v97,6,139,-40,139,-128xm204,-141v8,87,-41,122,-136,111r0,-103r69,0r0,-22r-69,0r0,-75r43,0v64,-3,88,34,93,89","w":259},"\u00d1":{"d":"174,-329v-7,36,-57,-15,-76,15v-4,7,-9,15,-9,25r15,0v13,-36,83,33,85,-40r-15,0xm34,0r33,0r0,-221r132,221r46,0r0,-260r-33,0r0,215r-128,-215r-50,0r0,260","w":280},"\u00d2":{"d":"91,-335r48,52r23,0r-31,-52r-40,0xm141,-267v-82,0,-120,56,-120,139v0,82,35,134,118,134v84,0,119,-55,120,-138v1,-82,-41,-135,-118,-135xm140,-24v-60,0,-81,-46,-81,-106v0,-62,21,-107,83,-107v59,0,79,44,79,104v-1,61,-20,108,-81,109","w":280},"\u00d3":{"d":"148,-335r-29,52r23,0r44,-52r-38,0xm141,-267v-82,0,-120,56,-120,139v0,82,35,134,118,134v84,0,119,-55,120,-138v1,-82,-41,-135,-118,-135xm140,-24v-60,0,-81,-46,-81,-106v0,-62,21,-107,83,-107v59,0,79,44,79,104v-1,61,-20,108,-81,109","w":280},"\u00d4":{"d":"113,-283r26,-35r23,35r31,0r-37,-52r-33,0r-38,52r28,0xm141,-267v-82,0,-120,56,-120,139v0,82,35,134,118,134v84,0,119,-55,120,-138v1,-82,-41,-135,-118,-135xm140,-24v-60,0,-81,-46,-81,-106v0,-62,21,-107,83,-107v59,0,79,44,79,104v-1,61,-20,108,-81,109","w":280},"\u00d5":{"d":"174,-329v-7,36,-57,-15,-76,15v-4,7,-9,15,-9,25r15,0v13,-36,83,33,85,-40r-15,0xm141,-267v-82,0,-120,56,-120,139v0,82,35,134,118,134v84,0,119,-55,120,-138v1,-82,-41,-135,-118,-135xm140,-24v-60,0,-81,-46,-81,-106v0,-62,21,-107,83,-107v59,0,79,44,79,104v-1,61,-20,108,-81,109","w":280},"\u00d6":{"d":"89,-287r33,0r0,-37r-33,0r0,37xm157,-287r33,0r0,-37r-33,0r0,37xm141,-267v-82,0,-120,56,-120,139v0,82,35,134,118,134v84,0,119,-55,120,-138v1,-82,-41,-135,-118,-135xm140,-24v-60,0,-81,-46,-81,-106v0,-62,21,-107,83,-107v59,0,79,44,79,104v-1,61,-20,108,-81,109","w":280},"\u00d7":{"d":"17,-23r20,20r67,-67r67,67r21,-20r-67,-67r67,-67r-21,-21r-67,67r-67,-67r-20,21r67,67","w":210},"\u00d8":{"d":"140,6v129,0,149,-176,81,-245r31,-49r-22,0r-24,38v-18,-10,-35,-17,-65,-17v-81,1,-120,56,-120,138v0,50,13,85,38,108r-35,53r23,0r27,-42v19,10,36,16,66,16xm79,-53v-44,-66,-19,-218,92,-180v7,3,12,6,17,10xm201,-208v43,66,18,214,-87,180v-8,-2,-16,-6,-22,-11","w":280},"\u00d9":{"d":"91,-335r48,52r23,0r-31,-52r-40,0xm140,-27v-46,-1,-71,-23,-71,-72r0,-161r-36,0r0,158v-2,75,39,107,107,107v67,0,106,-39,106,-105r0,-160r-35,0v-9,93,36,236,-71,233","w":280},"\u00da":{"d":"148,-335r-29,52r23,0r44,-52r-38,0xm140,-27v-46,-1,-71,-23,-71,-72r0,-161r-36,0r0,158v-2,75,39,107,107,107v67,0,106,-39,106,-105r0,-160r-35,0v-9,93,36,236,-71,233","w":280},"\u00db":{"d":"113,-283r26,-35r23,35r31,0r-37,-52r-33,0r-38,52r28,0xm140,-27v-46,-1,-71,-23,-71,-72r0,-161r-36,0r0,158v-2,75,39,107,107,107v67,0,106,-39,106,-105r0,-160r-35,0v-9,93,36,236,-71,233","w":280},"\u00dc":{"d":"89,-287r33,0r0,-37r-33,0r0,37xm157,-287r33,0r0,-37r-33,0r0,37xm140,-27v-46,-1,-71,-23,-71,-72r0,-161r-36,0r0,158v-2,75,39,107,107,107v67,0,106,-39,106,-105r0,-160r-35,0v-9,93,36,236,-71,233","w":280},"\u00dd":{"d":"129,-335r-30,52r23,0r44,-52r-37,0xm104,0r36,0r0,-100r102,-160r-40,0r-78,128r-77,-128r-44,0r101,158r0,102","w":240},"\u00de":{"d":"209,-145v1,-69,-64,-76,-141,-71r0,-43r-36,0r0,259r36,0r0,-72v77,5,140,-7,141,-73xm171,-147v0,51,-53,45,-103,45r0,-85v48,1,103,-9,103,40","w":219},"\u00df":{"d":"115,-265v-55,-1,-82,24,-83,75r0,190r34,0r0,-189v1,-37,11,-53,47,-53v27,0,45,11,45,34v0,33,-48,31,-46,67v3,47,74,40,74,87v0,19,-12,32,-33,32v-19,0,-30,-11,-30,-30r-33,0v0,37,22,55,59,55v64,0,100,-83,39,-112v-13,-11,-37,-16,-41,-36v1,-29,46,-29,44,-66v-3,-41,-36,-53,-76,-54","w":240},"\u00e0":{"d":"51,-266r48,51r23,0r-31,-51r-40,0xm19,-48v-3,62,102,71,120,21v0,10,1,19,3,27r30,0v-5,-41,-1,-88,-1,-132v0,-40,-32,-53,-70,-54v-40,0,-70,15,-71,54r34,0v-4,-34,50,-40,67,-19v8,10,7,18,7,40v-61,-6,-116,8,-119,63xm53,-52v0,-38,47,-38,85,-36v2,42,-11,67,-47,67v-23,0,-38,-11,-38,-31"},"\u00e1":{"d":"108,-266r-29,51r23,0r44,-51r-38,0xm19,-48v-3,62,102,71,120,21v0,10,1,19,3,27r30,0v-5,-41,-1,-88,-1,-132v0,-40,-32,-53,-70,-54v-40,0,-70,15,-71,54r34,0v-4,-34,50,-40,67,-19v8,10,7,18,7,40v-61,-6,-116,8,-119,63xm53,-52v0,-38,47,-38,85,-36v2,42,-11,67,-47,67v-23,0,-38,-11,-38,-31"},"\u00e2":{"d":"73,-215r26,-34r23,34r31,0r-37,-52r-32,0r-39,52r28,0xm19,-48v-3,62,102,71,120,21v0,10,1,19,3,27r30,0v-5,-41,-1,-88,-1,-132v0,-40,-32,-53,-70,-54v-40,0,-70,15,-71,54r34,0v-4,-34,50,-40,67,-19v8,10,7,18,7,40v-61,-6,-116,8,-119,63xm53,-52v0,-38,47,-38,85,-36v2,42,-11,67,-47,67v-23,0,-38,-11,-38,-31"},"\u00e3":{"d":"134,-260v-8,35,-57,-16,-76,14v-4,7,-9,16,-9,26r15,0v13,-36,83,31,85,-40r-15,0xm19,-48v-3,62,102,71,120,21v0,10,1,19,3,27r30,0v-5,-41,-1,-88,-1,-132v0,-40,-32,-53,-70,-54v-40,0,-70,15,-71,54r34,0v-4,-34,50,-40,67,-19v8,10,7,18,7,40v-61,-6,-116,8,-119,63xm53,-52v0,-38,47,-38,85,-36v2,42,-11,67,-47,67v-23,0,-38,-11,-38,-31"},"\u00e4":{"d":"49,-222r33,0r0,-37r-33,0r0,37xm117,-222r33,0r0,-37r-33,0r0,37xm19,-48v-3,62,102,71,120,21v0,10,1,19,3,27r30,0v-5,-41,-1,-88,-1,-132v0,-40,-32,-53,-70,-54v-40,0,-70,15,-71,54r34,0v-4,-34,50,-40,67,-19v8,10,7,18,7,40v-61,-6,-116,8,-119,63xm53,-52v0,-38,47,-38,85,-36v2,42,-11,67,-47,67v-23,0,-38,-11,-38,-31"},"\u00e5":{"d":"100,-276v-19,0,-35,16,-35,35v0,19,16,35,35,35v19,0,35,-16,35,-35v0,-19,-16,-35,-35,-35xm100,-220v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21xm19,-48v-3,62,102,71,120,21v0,10,1,19,3,27r30,0v-5,-41,-1,-88,-1,-132v0,-40,-32,-53,-70,-54v-40,0,-70,15,-71,54r34,0v-4,-34,50,-40,67,-19v8,10,7,18,7,40v-61,-6,-116,8,-119,63xm53,-52v0,-38,47,-38,85,-36v2,42,-11,67,-47,67v-23,0,-38,-11,-38,-31"},"\u00e6":{"d":"160,-37v13,48,104,57,128,12v5,-8,9,-19,11,-31r-35,0v1,44,-65,46,-80,12v-5,-12,-9,-24,-9,-41r125,0v2,-61,-19,-100,-75,-100v-30,0,-52,13,-62,37v-12,-57,-141,-46,-135,15r34,0v0,-36,63,-35,75,-11v6,10,7,19,7,33v-62,-2,-124,3,-126,59v-2,73,128,73,142,15xm176,-109v-8,-55,82,-71,88,-15v1,5,1,10,1,15r-89,0xm51,-51v0,-41,51,-35,93,-36v2,42,-14,68,-52,68v-21,0,-41,-10,-41,-32","w":320},"\u00e7":{"d":"134,45v0,-20,-21,-31,-43,-24r12,-17v38,-2,65,-27,67,-64r-34,0v0,24,-16,39,-39,39v-38,-1,-45,-33,-45,-72v0,-36,11,-68,47,-68v23,0,34,16,36,38r34,0v-2,-39,-29,-62,-71,-62v-56,0,-82,40,-82,99v0,51,23,86,72,90v-4,11,-26,23,-13,32v13,-6,30,-4,31,11v1,20,-31,16,-43,10r-7,13v28,14,78,8,78,-25","w":180},"\u00e8":{"d":"51,-266r48,51r23,0r-31,-51r-40,0xm147,-57v1,41,-62,50,-82,20v-8,-12,-13,-27,-13,-47r130,0v5,-59,-17,-101,-78,-101v-60,0,-85,38,-85,98v0,57,27,92,84,92v46,-1,73,-21,77,-62r-33,0xm54,-108v-9,-58,83,-73,92,-18v1,6,2,12,2,18r-94,0"},"\u00e9":{"d":"108,-266r-29,51r23,0r44,-51r-38,0xm147,-57v1,41,-62,50,-82,20v-8,-12,-13,-27,-13,-47r130,0v5,-59,-17,-101,-78,-101v-60,0,-85,38,-85,98v0,57,27,92,84,92v46,-1,73,-21,77,-62r-33,0xm54,-108v-9,-58,83,-73,92,-18v1,6,2,12,2,18r-94,0"},"\u00ea":{"d":"73,-215r26,-34r23,34r31,0r-37,-52r-32,0r-39,52r28,0xm147,-57v1,41,-62,50,-82,20v-8,-12,-13,-27,-13,-47r130,0v5,-59,-17,-101,-78,-101v-60,0,-85,38,-85,98v0,57,27,92,84,92v46,-1,73,-21,77,-62r-33,0xm54,-108v-9,-58,83,-73,92,-18v1,6,2,12,2,18r-94,0"},"\u00eb":{"d":"49,-222r33,0r0,-37r-33,0r0,37xm117,-222r33,0r0,-37r-33,0r0,37xm147,-57v1,41,-62,50,-82,20v-8,-12,-13,-27,-13,-47r130,0v5,-59,-17,-101,-78,-101v-60,0,-85,38,-85,98v0,57,27,92,84,92v46,-1,73,-21,77,-62r-33,0xm54,-108v-9,-58,83,-73,92,-18v1,6,2,12,2,18r-94,0"},"\u00ec":{"d":"1,-266r48,51r23,0r-31,-51r-40,0xm33,0r33,0r0,-181r-33,0r0,181","w":100},"\u00ed":{"d":"58,-266r-29,51r23,0r44,-51r-38,0xm33,0r33,0r0,-181r-33,0r0,181","w":100},"\u00ee":{"d":"23,-215r26,-34r23,34r31,0r-37,-52r-33,0r-38,52r28,0xm33,0r33,0r0,-181r-33,0r0,181","w":100},"\u00ef":{"d":"-1,-222r33,0r0,-37r-33,0r0,37xm67,-222r33,0r0,-37r-33,0r0,37xm33,0r33,0r0,-181r-33,0r0,181","w":100},"\u00f0":{"d":"104,-251v-15,-11,-22,-14,-36,-22r-23,21v14,6,15,9,31,18r-31,19r13,12r34,-20v27,20,50,39,66,66v-11,-15,-29,-25,-54,-25v-55,2,-84,37,-85,94v-2,58,36,94,90,94v60,1,93,-43,92,-104v-2,-73,-38,-110,-81,-142r33,-19r-13,-13xm165,-90v0,41,-17,69,-54,71v-38,2,-55,-33,-55,-71v-1,-42,19,-69,56,-69v37,0,53,29,53,69","w":219},"\u00f1":{"d":"144,-260v-8,35,-57,-16,-76,14v-4,7,-9,16,-9,26r16,0v12,-36,82,31,84,-40r-15,0xm190,-123v8,-69,-100,-80,-123,-29r-1,-29r-34,0r1,181r34,0v3,-64,-19,-158,47,-158v66,0,36,98,42,158r34,0r0,-123","w":219},"\u00f2":{"d":"61,-266r48,51r23,0r-30,-51r-41,0xm110,-185v-62,0,-92,38,-92,97v0,55,32,94,89,94v59,0,92,-41,92,-97v0,-57,-29,-94,-89,-94xm108,-19v-39,0,-53,-31,-54,-71v-1,-43,19,-71,56,-71v36,0,53,30,53,69v0,42,-16,73,-55,73","w":219},"\u00f3":{"d":"118,-266r-29,51r23,0r44,-51r-38,0xm110,-185v-62,0,-92,38,-92,97v0,55,32,94,89,94v59,0,92,-41,92,-97v0,-57,-29,-94,-89,-94xm108,-19v-39,0,-53,-31,-54,-71v-1,-43,19,-71,56,-71v36,0,53,30,53,69v0,42,-16,73,-55,73","w":219},"\u00f4":{"d":"83,-215r26,-34r23,34r31,0r-37,-52r-32,0r-39,52r28,0xm110,-185v-62,0,-92,38,-92,97v0,55,32,94,89,94v59,0,92,-41,92,-97v0,-57,-29,-94,-89,-94xm108,-19v-39,0,-53,-31,-54,-71v-1,-43,19,-71,56,-71v36,0,53,30,53,69v0,42,-16,73,-55,73","w":219},"\u00f5":{"d":"144,-260v-8,35,-57,-16,-76,14v-4,7,-9,16,-9,26r16,0v12,-36,82,31,84,-40r-15,0xm110,-185v-62,0,-92,38,-92,97v0,55,32,94,89,94v59,0,92,-41,92,-97v0,-57,-29,-94,-89,-94xm108,-19v-39,0,-53,-31,-54,-71v-1,-43,19,-71,56,-71v36,0,53,30,53,69v0,42,-16,73,-55,73","w":219},"\u00f6":{"d":"59,-222r33,0r0,-37r-33,0r0,37xm127,-222r34,0r0,-37r-34,0r0,37xm110,-185v-62,0,-92,38,-92,97v0,55,32,94,89,94v59,0,92,-41,92,-97v0,-57,-29,-94,-89,-94xm108,-19v-39,0,-53,-31,-54,-71v-1,-43,19,-71,56,-71v36,0,53,30,53,69v0,42,-16,73,-55,73","w":219},"\u00f7":{"d":"13,-76r184,0r0,-28r-184,0r0,28xm87,-4r36,0r0,-42r-36,0r0,42xm87,-134r36,0r0,-43r-36,0r0,43","w":210},"\u00f8":{"d":"107,6v93,0,120,-126,59,-174r27,-47r-21,0r-22,37v-70,-26,-135,18,-132,89v1,37,12,63,33,78r-29,48r21,0r24,-39v11,5,24,8,40,8xm67,-39v-34,-49,-1,-152,69,-115xm149,-141v37,47,1,153,-68,115","w":219},"\u00f9":{"d":"61,-266r48,51r23,0r-30,-51r-41,0xm101,-24v-26,-1,-38,-13,-38,-40r0,-117r-35,0v4,80,-23,183,66,183v31,0,47,-13,57,-33r1,31r35,0r-1,-181r-35,0v-4,65,21,160,-50,157","w":219},"\u00fa":{"d":"118,-266r-29,51r23,0r44,-51r-38,0xm101,-24v-26,-1,-38,-13,-38,-40r0,-117r-35,0v4,80,-23,183,66,183v31,0,47,-13,57,-33r1,31r35,0r-1,-181r-35,0v-4,65,21,160,-50,157","w":219},"\u00fb":{"d":"83,-215r26,-34r23,34r31,0r-37,-52r-32,0r-39,52r28,0xm101,-24v-26,-1,-38,-13,-38,-40r0,-117r-35,0v4,80,-23,183,66,183v31,0,47,-13,57,-33r1,31r35,0r-1,-181r-35,0v-4,65,21,160,-50,157","w":219},"\u00fc":{"d":"59,-222r33,0r0,-37r-33,0r0,37xm127,-222r34,0r0,-37r-34,0r0,37xm101,-24v-26,-1,-38,-13,-38,-40r0,-117r-35,0v4,80,-23,183,66,183v31,0,47,-13,57,-33r1,31r35,0r-1,-181r-35,0v-4,65,21,160,-50,157","w":219},"\u00fd":{"d":"108,-266r-29,51r23,0r44,-51r-38,0xm193,-181r-36,0r-58,143r-57,-143r-38,0r76,180r-28,69r35,0r26,-67"},"\u00fe":{"d":"126,-184v-30,0,-50,13,-62,33r0,-109r-33,0r0,329r33,0r0,-89v10,16,31,27,56,27v55,0,82,-40,82,-97v0,-56,-24,-94,-76,-94xm114,-18v-38,0,-51,-28,-51,-67v0,-40,13,-73,54,-73v39,0,49,30,50,66v1,39,-14,74,-53,74","w":219},"\u00ff":{"d":"49,-222r33,0r0,-37r-33,0r0,37xm117,-222r33,0r0,-37r-33,0r0,37xm193,-181r-36,0r-58,143r-57,-143r-38,0r76,180r-28,69r35,0r26,-67"},"\u00a0":{"w":100,"k":{"\u201c":18,"\u201e":18,"Y":65,"W":36,"V":36,"T":65,"A":18}}}});Cufon.registerFont({"w":200,"face":{"font-family":"Univers65Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-13 -338 358 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u201c":18,"\u2018":9,"Y":54,"W":45,"V":45,"T":54,"A":29}},"!":{"d":"88,-71r5,-189r-49,0r7,189r37,0xm46,0r46,0r0,-48r-46,0r0,48","w":140},"\"":{"d":"26,-251r10,89r28,0r10,-89r-48,0xm95,-251r10,89r29,0r9,-89r-48,0","w":170},"#":{"d":"-3,-63r29,0r-11,63r46,0r12,-63r34,0r-12,63r46,0r12,-63r37,0r0,-40r-29,0r7,-43r38,0r0,-40r-30,0r12,-65r-47,0r-11,65r-35,0r12,-65r-46,0r-12,65r-37,0r0,40r30,0r-8,43r-37,0r0,40xm80,-103r8,-43r34,0r-8,43r-34,0"},"$":{"d":"88,-37v-21,-2,-30,-16,-30,-40r-49,0v1,52,27,76,79,78r0,36r19,0r0,-36v47,-2,80,-27,81,-74v2,-52,-38,-63,-79,-74r0,-64v19,4,29,10,29,34v15,-1,35,2,48,-1v-1,-46,-30,-69,-76,-70r0,-30r-20,0v-1,9,2,23,-1,30v-42,4,-75,28,-75,73v0,49,34,63,74,74r0,64xm90,-152v-34,-2,-36,-57,0,-58r0,58xm108,-97v38,2,37,58,0,60r0,-60"},"%":{"d":"78,-274v-44,1,-61,26,-60,69v1,41,17,69,58,69v43,0,62,-28,61,-72v-1,-41,-15,-67,-59,-66xm77,-166v-22,-1,-22,-27,-20,-53v1,-13,5,-28,21,-27v30,1,27,81,-1,80xm244,-135v-43,0,-60,26,-60,69v0,42,15,70,57,69v44,0,61,-27,61,-72v0,-42,-17,-66,-58,-66xm242,-26v-29,-2,-29,-79,1,-81v30,1,28,82,-1,81xm213,-277r-136,281r27,0r136,-281r-27,0","w":320},"&":{"d":"8,-72v-4,87,136,99,183,49r20,24r67,0r-53,-55v21,-33,29,-59,30,-108r-54,0v-1,35,-1,45,-10,72r-52,-53v24,-14,50,-31,50,-67v0,-41,-33,-56,-78,-57v-47,0,-80,18,-80,59v0,26,16,42,31,55v-26,17,-53,40,-54,81xm111,-233v35,-1,28,44,8,56v-3,2,-5,4,-8,6v-22,-10,-42,-60,0,-62xm158,-52v-26,27,-96,26,-94,-24v1,-21,14,-33,29,-43","w":280},"'":{"d":"28,-162r29,0r9,-89r-48,0","w":85},"(":{"d":"98,44v-36,-90,-40,-228,0,-317r-39,0v-20,52,-37,98,-37,161v0,61,17,107,37,156r39,0","w":119},")":{"d":"22,-273v35,90,41,228,0,317r39,0v21,-52,37,-99,37,-161v0,-60,-17,-108,-37,-156r-39,0","w":119},"*":{"d":"24,-167r54,-8r-33,44r32,20r21,-51r21,50r34,-18r-34,-44r53,8r1,-38r-55,6r35,-42r-33,-20r-21,51r-21,-50r-33,19r34,42r-55,-8r0,39"},"+":{"d":"81,0r48,0r0,-73r72,0r0,-46r-72,0r0,-73r-48,0r0,73r-72,0r0,46r72,0r0,73","w":210},",":{"d":"37,-48r-27,89r37,0r43,-89r-53,0","w":100,"k":{"\u201d":54,"\u201c":54,"\u2019":36,"\u2018":36," ":9}},"-":{"d":"16,-75r89,0r0,-41r-89,0r0,41","w":119},".":{"d":"27,0r45,0r0,-48r-45,0r0,48","w":100,"k":{"\u201d":54,"\u201c":54,"\u2019":36,"\u2018":36," ":9}},"\/":{"d":"108,-258r-98,258r43,0r96,-258r-41,0","w":159},"0":{"d":"101,-255v-68,0,-87,63,-87,130v0,70,18,129,86,129v72,0,89,-62,89,-135v0,-72,-21,-124,-88,-124xm102,-213v36,5,33,52,33,91v0,36,0,79,-33,83v-41,-6,-33,-67,-33,-112v0,-27,5,-59,33,-62","k":{"1":20,"0":-7}},"1":{"d":"34,-163v21,-9,43,-21,59,-32r0,195r54,0r0,-251r-46,0v-21,15,-43,28,-67,38r0,50","k":{"9":7,"8":7,"7":11,"1":34,"0":22,".":18,"-":20}},"2":{"d":"99,-217v36,-1,38,50,13,69v-26,31,-71,67,-103,97r0,51r176,0r0,-42r-120,3v49,-41,93,-70,115,-124v34,-83,-100,-123,-153,-64v-10,13,-15,26,-14,47r55,0v1,-21,10,-37,31,-37"},"3":{"d":"95,-35v-21,0,-32,-13,-32,-33r-55,0v-2,52,34,73,83,73v52,0,92,-25,92,-74v0,-33,-22,-52,-51,-60v83,-24,46,-131,-36,-126v-48,3,-83,22,-85,71r55,0v-1,-19,14,-32,31,-32v18,0,31,12,31,30v-1,32,-29,37,-62,38r0,42v34,0,61,3,61,37v0,20,-13,34,-32,34"},"4":{"d":"107,-55r0,55r53,0r0,-55r34,0r0,-41r-34,0r0,-155r-53,0r-101,148r0,48r101,0xm110,-189r-1,94r-63,0"},"5":{"d":"131,-81v0,49,-62,64,-67,19r-53,0v1,46,37,67,84,67v59,0,86,-36,90,-91v5,-67,-78,-103,-122,-62r4,-62r104,0r0,-41r-152,0r-6,149r53,1v4,-14,13,-25,32,-25v23,0,33,20,33,45"},"6":{"d":"191,-84v6,-73,-83,-99,-122,-60v2,-34,4,-68,38,-70v15,0,27,10,27,25r53,0v-2,-46,-37,-70,-86,-65v-70,7,-88,68,-88,145v-1,66,21,114,87,114v57,0,86,-33,91,-89xm138,-80v0,27,-13,45,-35,45v-22,0,-35,-19,-34,-44v0,-26,11,-44,36,-44v21,-1,33,20,33,43"},"7":{"d":"13,-209r116,0r-92,209r60,0r87,-206r0,-45r-171,0r0,42","k":{"6":7,"4":20,".":61,"-":20,",":61}},"8":{"d":"63,-132v-27,10,-52,27,-52,63v0,48,38,73,87,73v51,0,92,-23,92,-73v0,-33,-22,-57,-51,-63v24,-4,50,-27,48,-56v-3,-46,-38,-68,-85,-68v-50,0,-87,24,-87,71v0,33,22,46,48,53xm135,-185v0,19,-14,33,-34,33v-19,0,-32,-15,-32,-33v-1,-18,15,-31,33,-31v18,0,34,13,33,31xm137,-73v1,24,-15,38,-36,38v-21,0,-36,-14,-36,-37v0,-21,16,-37,36,-37v20,0,36,16,36,36"},"9":{"d":"9,-172v-4,66,76,103,123,62v0,37,-2,73,-39,73v-15,0,-26,-8,-27,-24r-54,0v0,48,33,65,78,66v78,0,96,-56,96,-137v0,-70,-18,-123,-88,-122v-53,0,-86,33,-89,82xm131,-175v-1,23,-12,41,-35,41v-23,0,-33,-17,-34,-40v0,-21,12,-39,35,-39v22,0,34,16,34,38"},":":{"d":"27,0r46,0r0,-48r-46,0r0,48xm27,-133r46,0r0,-49r-46,0r0,49","w":100,"k":{" ":9}},";":{"d":"29,-133r45,0r0,-49r-45,0r0,49xm31,-48r-26,89r37,0r43,-89r-54,0","w":100,"k":{" ":9}},"<":{"d":"9,-72r192,75r0,-51r-134,-48r134,-48r0,-50r-192,74r0,48","w":210},"=":{"d":"9,-114r192,0r0,-47r-192,0r0,47xm9,-31r192,0r0,-46r-192,0r0,46","w":210},">":{"d":"201,-72r0,-48r-192,-74r0,50r134,48r-134,48r0,51","w":210},"?":{"d":"17,-220v34,-14,91,-16,91,27v0,54,-70,62,-57,135r41,0v-13,-76,69,-68,71,-140v2,-69,-86,-75,-146,-60r0,38xm50,0r43,0r0,-43r-43,0r0,43","w":180},"@":{"d":"42,-127v-7,129,160,170,249,95r-13,-17v-26,20,-54,35,-96,35v-71,0,-116,-40,-116,-111v0,-76,47,-120,120,-120v57,0,98,28,98,86v0,35,-13,65,-43,71v-17,-1,-10,-23,-7,-35r21,-74r-35,0r-5,16v-5,-15,-21,-22,-38,-22v-45,0,-68,40,-72,86v-5,60,79,73,97,24v0,19,15,29,33,29v48,0,74,-43,74,-93v0,-71,-51,-109,-122,-109v-86,0,-141,52,-145,139xm166,-88v-13,-1,-18,-10,-18,-24v1,-31,12,-59,38,-65v11,0,18,6,17,17v-3,27,-10,67,-37,72","w":351},"A":{"d":"96,-260r-94,260r53,0r20,-56r102,0r19,56r56,0r-90,-260r-66,0xm89,-98r38,-111r36,111r-74,0","w":259,"k":{"\u00ab":9,"\u201d":36,"\u201c":36,"\u2019":27,"\u2018":27,"y":20,"w":16,"v":20,"u":18,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":49,"W":27,"V":36,"U":14,"T":40,"S":7,"Q":7,"O":7,"G":7,"C":7,"-":18}},"B":{"d":"215,-192v1,-84,-105,-67,-191,-68r0,260v88,-2,201,18,201,-72v1,-35,-25,-57,-55,-64v25,-8,46,-24,45,-56xm161,-188v0,41,-44,33,-83,34r0,-66v36,3,83,-9,83,32xm170,-77v0,44,-49,34,-92,35r0,-72v41,2,92,-8,92,37","w":240,"k":{"Y":20,"W":14,"V":14,".":7,",":7}},"C":{"d":"129,-221v29,0,40,19,42,46r57,0v-2,-57,-39,-87,-97,-87v-80,0,-117,57,-119,137v-2,93,65,152,160,125v32,-9,59,-40,58,-84r-58,0v1,30,-19,49,-47,49v-43,0,-54,-44,-54,-89v1,-50,11,-97,58,-97","w":240,"k":{"Y":11}},"D":{"d":"243,-134v0,-82,-48,-128,-134,-125r-86,-1r0,260r110,-1v74,-5,110,-54,110,-133xm186,-134v0,66,-34,101,-106,91r0,-174v68,-9,106,21,106,83","w":259,"k":{"\u2019":-14,"a":9,"Y":25,"W":14,"V":20,"J":9,"A":14,".":9,",":9}},"E":{"d":"27,0r178,0r0,-43r-123,0r0,-70r111,0r0,-43r-111,0r0,-62r119,0r0,-42r-174,0r0,260","w":219},"F":{"d":"25,0r56,0r0,-111r104,0r0,-43r-104,0r0,-64r112,0r0,-42r-168,0r0,260","k":{"\u00fc":7,"\u00f6":7,"\u00e4":14,"u":7,"r":7,"o":7,"e":7,"a":14,"J":63,"A":27,".":63,"-":9,",":63}},"G":{"d":"149,-227v28,0,51,15,50,47r58,0v2,-63,-47,-87,-107,-87v-88,0,-136,52,-136,141v0,91,49,132,145,132v43,0,64,-6,95,-15r0,-130r-106,0r0,44r50,0r0,54v-69,19,-130,-10,-125,-87v3,-56,19,-99,76,-99","w":280},"H":{"d":"24,0r56,0r0,-114r99,0r0,114r56,0r0,-260r-57,0r0,104r-98,0r0,-104r-56,0r0,260","w":259},"I":{"d":"22,0r55,0r0,-261r-55,0r0,261","w":100},"J":{"d":"89,-38v-24,-1,-30,-20,-31,-46r-55,0v1,54,26,87,82,87v123,0,85,-150,91,-263r-57,0r0,183v-1,22,-7,39,-30,39","k":{"o":5,"e":5,"a":7,"A":14,".":11,",":11}},"K":{"d":"24,0r56,0r0,-132r91,132r69,0r-103,-144r95,-116r-65,0r-87,112r0,-112r-56,0r0,260","w":240,"k":{"y":14,"w":14,"u":5,"o":5,"e":5,"O":18}},"L":{"d":"25,0r168,0r0,-44r-111,0r0,-216r-57,0r0,260","k":{"\u201d":99,"\u201c":99,"\u2019":45,"\u2018":45,"y":14,"Y":49,"W":36,"V":49,"T":34,"O":18,"-":45}},"M":{"d":"22,0r52,0r0,-223r69,223r46,0r71,-223r0,223r56,0r0,-260r-89,0r-59,189r-55,-189r-91,0r0,260","w":339},"N":{"d":"26,0r52,0r0,-216r101,216r77,0r0,-260r-52,0r0,205r-97,-205r-81,0r0,260","w":280},"O":{"d":"140,-266v-86,0,-125,56,-125,140v0,82,43,131,124,132v85,1,126,-56,126,-138v0,-81,-42,-134,-125,-134xm140,-35v-54,1,-67,-43,-67,-93v0,-54,15,-98,67,-98v48,0,67,40,66,93v-1,56,-14,97,-66,98","w":280,"k":{"\u201d":7,"e":9,"a":9,"Y":27,"X":25,"W":7,"V":20,"T":14,"A":11,".":7,",":7}},"P":{"d":"210,-183v0,-88,-98,-78,-187,-77r0,260r57,0r0,-101v77,6,130,-12,130,-82xm152,-182v0,40,-33,41,-74,39r0,-74v38,-1,74,-5,74,35","w":219,"k":{"o":14,"e":14,"a":14,"Y":9,"A":36,".":85,"-":20,",":85}},"Q":{"d":"12,-128v-2,99,64,148,176,129r86,0r0,-41v-19,0,-44,-2,-58,3v22,-22,39,-51,39,-97v-2,-79,-39,-131,-117,-131v-84,0,-125,55,-126,137xm134,-36v-88,0,-88,-193,1,-190v49,2,63,38,63,91v0,53,-13,99,-64,99","w":280},"R":{"d":"223,-193v-1,-86,-112,-65,-201,-67r0,260r56,0r0,-105v35,3,84,-15,81,34r11,71v20,-1,43,2,61,-1v-25,-35,1,-128,-62,-128v30,-7,54,-26,54,-64xm165,-184v0,43,-45,38,-88,37r0,-72v43,0,88,-8,88,35","w":240,"k":{"\u2019":-14,"Y":14,"W":7,"V":7,"T":7,"S":4,"O":4,"G":4,"C":4}},"S":{"d":"117,-34v-34,0,-47,-18,-48,-49r-56,0v-1,63,34,89,100,89v99,0,158,-117,58,-148r-81,-25v-27,-18,-5,-58,31,-58v27,0,42,14,42,39r54,0v1,-55,-40,-79,-93,-79v-60,0,-100,24,-103,81v-2,69,85,70,135,92v26,23,-2,58,-39,58","w":240,"k":{"y":7,"w":7,"v":7,"Y":18,"V":9,"T":7,".":7,",":7}},"T":{"d":"82,0r57,0r0,-217r77,0r0,-43r-211,0r0,43r77,0r0,217","w":219,"k":{"\u00fc":41,"\u00f8":54,"\u00f6":41,"\u00e9":54,"\u00e5":41,"\u00e4":32,"\u00bb":45,"\u00ab":54,"y":54,"w":54,"u":54,"r":54,"o":54,"e":54,"a":54,"Y":7,"W":7,"V":7,"T":7,"O":14,"J":45,"A":34,";":49,":":49,".":54,"-":54,",":54}},"U":{"d":"150,-38v-46,6,-68,-16,-68,-63r0,-159r-56,0r0,156v-4,77,42,109,111,109v68,0,114,-34,114,-102r0,-163r-54,0r0,156v2,42,-13,62,-47,66","w":280,"k":{"A":14,".":9,",":9}},"V":{"d":"4,-259r96,259r61,0r96,-259r-55,0r-69,204r-68,-204r-61,0","w":259,"k":{"\u00fc":20,"\u00f6":34,"\u00e4":34,"\u00bb":18,"\u00ab":36,"u":20,"o":34,"i":7,"e":34,"a":34,"O":20,"G":20,"C":20,"A":36,";":14,":":14,".":49,"-":32,",":49}},"W":{"d":"5,-259r64,260r63,0r51,-199r47,199r62,0r66,-260r-53,0r-42,195r-46,-195r-63,0r-51,195r-40,-195r-58,0","w":360,"k":{"\u00fc":7,"\u00f6":14,"\u00e4":20,"\u00bb":9,"\u00ab":22,"u":7,"r":7,"o":14,"e":14,"a":20,"O":7,"A":27,";":7,":":7,".":14,"-":22,",":14}},"X":{"d":"11,-260r85,125r-91,135r59,0r63,-98r58,98r68,0r-91,-135r86,-125r-60,0r-56,88r-52,-88r-69,0","w":259,"k":{"y":27,"e":14,"O":25,"C":18}},"Y":{"d":"6,-259r88,164r0,95r55,0r0,-95r88,-164r-58,0r-54,118r-54,-118r-65,0","w":240,"k":{"\u00bb":36,"\u00ab":45,"u":36,"o":54,"i":13,"e":59,"a":54,"S":20,"O":27,"C":27,"A":49,";":20,":":20,".":47,"-":63,",":47}},"Z":{"d":"10,0r199,0r0,-43r-138,2r135,-169r0,-49r-188,0r0,42r128,-1r-136,170r0,48","w":219},"[":{"d":"103,-271r-82,0r0,315r82,0r0,-33r-39,0r0,-249r39,0r0,-33","w":119},"\\":{"d":"10,-258r97,258r42,0r-97,-258r-42,0","w":100},"]":{"d":"17,-238r39,0r0,249r-39,0r0,33r82,0r0,-315r-82,0r0,33","w":119},"^":{"d":"18,-95r50,0r36,-98r37,98r50,0r-65,-156r-42,0","w":210},"_":{"d":"0,45r180,0r0,-18r-180,0r0,18","w":180},"`":{"d":"46,-263r-50,0r50,52r30,0","w":100},"a":{"d":"15,-50v-5,63,95,70,116,25v0,9,0,18,1,25r49,0v-8,-33,-5,-79,-5,-119v0,-81,-121,-88,-149,-33v-3,7,-4,14,-4,22r52,0v0,-16,9,-27,24,-26v21,0,28,16,27,39v-60,-1,-107,12,-111,67xm67,-56v1,-26,29,-31,59,-30v0,33,-5,54,-33,56v-15,1,-26,-12,-26,-26","k":{"y":7,"w":7,"v":7}},"b":{"d":"206,-88v8,-79,-86,-128,-131,-72r0,-100r-53,0r0,260r51,0r2,-26v11,19,28,30,55,30v52,0,71,-38,76,-92xm112,-149v32,0,39,31,39,63v0,29,-8,55,-37,55v-28,0,-41,-27,-41,-62v0,-30,9,-56,39,-56","w":219,"k":{"y":7,"v":7}},"c":{"d":"96,-151v18,0,22,18,24,34r52,0v-2,-44,-29,-68,-74,-68v-55,1,-79,36,-85,94v-9,94,119,131,155,54v4,-9,5,-19,5,-29r-53,0v0,19,-7,35,-24,35v-27,0,-28,-34,-28,-62v0,-26,3,-58,28,-58","w":180,"k":{"k":7,"h":7}},"d":{"d":"90,4v26,-1,44,-11,53,-30r2,26r54,0r-2,-260r-53,0r0,101v-10,-14,-25,-25,-51,-25v-51,0,-81,42,-81,97v0,53,27,91,78,91xm103,-31v-27,1,-38,-27,-37,-57v1,-30,8,-61,40,-61v28,0,39,24,39,55v0,34,-11,62,-42,63","w":219},"e":{"d":"135,-54v-2,32,-56,32,-64,6v-3,-9,-5,-18,-5,-29r122,0v5,-63,-24,-111,-84,-111v-57,1,-89,42,-89,101v0,87,93,120,151,73v12,-10,16,-24,18,-40r-49,0xm102,-152v24,0,31,19,32,41r-66,0v1,-22,12,-41,34,-41","k":{"\u201d":14,"\u201c":14,"\u2019":9,"y":7}},"f":{"d":"118,-263v-61,-10,-101,12,-91,81r-27,0r0,38r27,0r0,144r53,0r0,-144r34,0r0,-38r-34,0v-4,-32,5,-51,38,-44r0,-37","w":119,"k":{"t":9,"o":7,"f":9,"e":14,"a":14,".":16,",":16}},"g":{"d":"103,72v52,0,89,-18,90,-74r3,-179r-50,0r-2,24v-10,-15,-25,-26,-51,-26v-52,2,-78,38,-78,90v0,50,25,89,77,89v23,0,37,-7,49,-24v1,36,-2,68,-36,67v-18,0,-30,-9,-31,-26r-51,0v2,45,35,59,80,59xm104,-40v-28,0,-34,-26,-35,-53v-1,-31,10,-53,36,-54v30,0,37,26,37,55v-1,28,-9,52,-38,52","w":219,"k":{"y":7,"o":7,"e":7,"a":7}},"h":{"d":"195,-111v12,-74,-87,-94,-117,-46r0,-103r-53,0r0,260r53,0v7,-54,-23,-147,34,-148v24,-1,30,17,30,39r0,109r53,0r0,-111","w":219,"k":{"\u2019":25,"y":14}},"i":{"d":"22,-213r56,0r0,-47r-56,0r0,47xm23,0r54,0r0,-182r-54,0r0,182","w":100},"j":{"d":"23,3v1,19,-5,31,-24,31r0,36v47,5,78,-9,78,-54r0,-199r-54,0r0,186xm22,-213r56,0r0,-47r-56,0r0,47","w":100},"k":{"d":"24,0r53,0r0,-99r56,99r63,0r-66,-104r62,-79r-60,0r-55,76r0,-153r-53,0r0,260","k":{"o":13,"g":13,"e":13,"a":5}},"l":{"d":"23,0r54,0r0,-260r-54,0r0,260","w":100},"m":{"d":"189,-152v-10,-43,-96,-44,-113,-6r-2,-24r-51,0r1,182r54,0r1,-120v2,-16,12,-29,33,-28v23,0,29,16,29,40r0,108r54,0r1,-113v2,-20,10,-35,32,-35v25,0,30,17,30,41r0,107r54,0v-4,-80,22,-188,-64,-185v-29,1,-47,11,-59,33","w":339,"k":{"y":14}},"n":{"d":"135,-187v-29,1,-50,12,-59,32r-2,-28r-51,0r1,183r54,0v7,-53,-23,-148,34,-148v21,0,30,11,29,35r0,113r54,0v-4,-81,23,-189,-60,-187","w":219,"k":{"\u201d":9,"y":14,"w":7,"v":7}},"o":{"d":"109,-186v-63,0,-92,38,-94,97v-2,58,36,96,93,95v62,-1,95,-36,95,-97v0,-60,-33,-95,-94,-95xm110,-31v-30,0,-41,-23,-40,-58v0,-32,6,-61,39,-61v32,0,41,25,40,57v0,39,-8,62,-39,62","w":219,"k":{"\u201d":14,"\u201c":14,"\u2019":9,"y":7,"x":11,"w":7,"v":7,".":7,",":7}},"p":{"d":"130,-185v-29,0,-43,12,-55,29r-2,-26r-51,0r0,252r54,0r0,-91v10,14,26,24,51,24v55,-2,78,-43,79,-98v1,-53,-25,-90,-76,-90xm115,-151v54,0,48,120,-2,119v-30,-1,-40,-27,-40,-57v0,-35,11,-62,42,-62","w":219,"k":{"y":7}},"q":{"d":"13,-93v-7,80,85,125,130,72r0,90r55,0r1,-251r-52,0r-2,26v-11,-17,-26,-30,-55,-30v-53,0,-72,38,-77,93xm107,-33v-32,1,-40,-29,-40,-59v0,-30,7,-59,37,-59v32,0,42,27,42,60v0,31,-9,57,-39,58","w":219},"r":{"d":"21,-183r2,183r54,0v4,-61,-22,-150,57,-135r0,-48v-35,-1,-52,12,-62,35r-1,-35r-50,0","w":140,"k":{"\u2019":-9,"u":14,"t":7,"r":14,"q":5,"p":14,"o":9,"n":14,"m":14,"l":14,"k":14,"i":14,"h":14,"g":9,"e":11,"d":7,"c":7,"a":7,".":36,"-":36,",":36}},"s":{"d":"119,-49v0,31,-61,26,-59,-4r-50,0v2,41,34,54,76,58v81,7,121,-94,35,-113r-52,-16v-15,-11,2,-32,20,-30v15,2,25,6,25,22r49,0v-1,-37,-32,-50,-69,-54v-77,-9,-112,87,-34,107v21,6,59,6,59,30","w":180},"t":{"d":"35,-46v-6,52,54,56,95,43r0,-34v-25,2,-42,2,-42,-26r0,-82r43,0r0,-36r-43,0r0,-55r-53,20r0,35r-35,0r0,36r35,0r0,99","w":140,"k":{"u":5,"t":9,"o":7,"e":7}},"u":{"d":"138,-66v4,38,-62,46,-62,7r0,-123r-54,0r0,124v-6,66,92,82,120,34r2,24r51,0r-2,-182r-55,0r0,116","w":219},"v":{"d":"3,-182r66,182r59,0r66,-182r-52,0r-42,124r-41,-124r-56,0","k":{"o":7,"e":7,"c":7,"a":14,".":36,"-":18,",":29}},"w":{"d":"2,-182r59,182r59,0r38,-135r37,135r58,0r63,-182r-53,0r-36,137r-38,-137r-59,0r-38,137r-34,-137r-56,0","w":320,"k":{"o":7,"e":7,"d":7,"c":7,"a":7,".":29,"-":5,",":22}},"x":{"d":"6,-182r58,84r-61,98r56,0r37,-67r37,67r63,0r-61,-93r59,-89r-55,0r-36,60r-34,-60r-63,0","k":{"o":7,"e":7,"c":7,"-":20}},"y":{"d":"5,-182r70,183r-23,68r53,0v25,-89,60,-168,91,-251r-53,0r-40,126r-40,-126r-58,0","k":{"\u2019":-18,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,".":34,"-":11,",":27}},"z":{"d":"12,0r155,0r0,-37r-96,0r92,-99r0,-46r-149,0r0,36r90,0r-92,99r0,47","w":180,"k":{"o":7,"e":7}},"{":{"d":"125,-260v-64,2,-93,28,-88,98v2,32,-16,45,-42,49r0,31v65,-4,25,93,60,124v18,15,37,21,70,23r0,-29v-36,-1,-42,-29,-40,-68v1,-41,-19,-62,-55,-66v42,-3,58,-30,55,-78v-2,-34,10,-51,40,-55r0,-29","w":119},"|":{"d":"26,-270r0,360r48,0r0,-360r-48,0","w":100},"}":{"d":"-5,65v65,-2,93,-28,88,-98v-2,-32,14,-45,42,-49r0,-31v-73,0,-12,-119,-82,-138v-13,-3,-28,-8,-48,-9r0,29v34,3,42,28,40,68v-2,42,18,62,55,65v-41,4,-58,30,-55,80v2,33,-9,52,-40,54r0,29","w":119},"~":{"d":"174,-130v-11,48,-76,-2,-112,-1v-34,1,-54,32,-56,69r31,0v1,-25,32,-25,50,-15v57,30,118,12,117,-53r-30,0","w":210},"\u0192":{"d":"11,56v43,6,74,-7,82,-47r27,-135r27,0r6,-36r-26,0v6,-23,3,-56,36,-48r8,-39v-69,-17,-89,27,-95,87r-24,0r-7,36r23,0v-10,45,-15,97,-29,138v-3,4,-14,5,-21,3"},"\u2026":{"d":"42,0r46,0r0,-48r-46,0r0,48xm157,0r46,0r0,-48r-46,0r0,48xm273,0r45,0r0,-48r-45,0r0,48","w":360},"\u0160":{"d":"146,-330r-25,32r-25,-32r-34,0r37,52r42,0r39,-52r-34,0xm117,-34v-34,0,-47,-18,-48,-49r-56,0v-1,63,34,89,100,89v99,0,158,-117,58,-148r-81,-25v-27,-18,-5,-58,31,-58v27,0,42,14,42,39r54,0v1,-55,-40,-79,-93,-79v-60,0,-100,24,-103,81v-2,69,85,70,135,92v26,23,-2,58,-39,58","w":240},"\u0152":{"d":"12,-127v0,94,57,127,158,127r177,0r0,-43r-111,0r0,-69r103,0r0,-41r-103,0r0,-65r106,0r0,-42r-217,1v-74,3,-112,57,-113,132xm180,-40v-73,6,-112,-17,-111,-86v1,-72,32,-101,111,-95r0,181","w":360},"\u2018":{"d":"86,-260r-37,0r-41,89r53,0","w":100,"k":{"\u2018":29,"o":36,"e":36,"A":45,".":72,",":72}},"\u2019":{"d":"14,-171r38,0r40,-89r-52,0","w":100,"k":{"\u2019":29,"v":11,"t":-7,"s":27,"r":9,"m":9,"d":34,"A":45,".":72,",":72}},"\u201c":{"d":"101,-260r-38,0r-40,89r52,0xm171,-260r-37,0r-41,89r53,0","k":{"o":36,"e":36,"O":27,"A":54,".":108,",":108," ":18}},"\u201d":{"d":"24,-171r38,0r40,-89r-52,0xm95,-171r37,0r40,-89r-52,0","k":{"o":36,"A":54,".":108,",":108," ":18}},"\u2013":{"d":"0,-77r180,0r0,-35r-180,0r0,35","w":180},"\u2014":{"d":"47,-77r266,0r0,-35r-266,0r0,35","w":360},"\u2122":{"d":"160,-130r25,0r0,-112r34,112r22,0r34,-112r0,112r26,0r0,-130r-42,0r-29,95r-26,-95r-44,0r0,130xm76,-130r27,0r0,-109r46,0r0,-21r-119,0r0,21r46,0r0,109","w":360},"\u0161":{"d":"116,-263r-25,33r-25,-33r-34,0r37,52r42,0r38,-52r-33,0xm119,-49v0,31,-61,26,-59,-4r-50,0v2,41,34,54,76,58v81,7,121,-94,35,-113r-52,-16v-15,-11,2,-32,20,-30v15,2,25,6,25,22r49,0v-1,-37,-32,-50,-69,-54v-77,-9,-112,87,-34,107v21,6,59,6,59,30","w":180},"\u0153":{"d":"177,-27v28,55,150,36,147,-29r-50,0v-2,35,-48,37,-61,12v-6,-9,-7,-21,-7,-35r121,0v2,-66,-23,-108,-84,-108v-33,0,-53,14,-66,34v-14,-20,-35,-33,-70,-33v-58,2,-92,36,-92,96v0,58,29,96,91,96v36,0,53,-12,71,-33xm206,-112v-4,-44,63,-56,67,-14v0,4,1,9,1,14r-68,0xm152,-94v1,36,-8,64,-42,65v-27,0,-41,-20,-41,-61v1,-34,8,-62,41,-62v32,0,42,26,42,58","w":339},"\u0178":{"d":"132,-280r37,0r0,-42r-37,0r0,42xm70,-280r37,0r0,-42r-37,0r0,42xm6,-259r88,164r0,95r55,0r0,-95r88,-164r-58,0r-54,118r-54,-118r-65,0","w":240},"\u00a1":{"d":"54,-121r-5,189r49,0r-7,-189r-37,0xm95,-192r-46,0r0,48r46,0r0,-48","w":140},"\u00a2":{"d":"182,-117v0,-32,-13,-51,-37,-61r13,-51r-25,0r-12,45v-62,-7,-98,33,-98,94v0,47,20,77,52,90r-13,53r24,0r13,-49v49,4,83,-22,84,-70r-52,0v-2,18,-7,35,-25,35v-26,0,-28,-35,-28,-61v0,-27,4,-59,29,-59v18,0,22,17,23,34r52,0"},"\u00a3":{"d":"121,-261v-64,0,-91,35,-84,104r-30,0r0,41r30,0r0,74r-26,0r0,42r177,0r0,-42r-95,0r0,-74r60,0r0,-41r-60,0v1,-30,-7,-70,24,-68v16,1,25,12,23,31r54,0v-1,-45,-24,-67,-73,-67"},"\u00a4":{"d":"140,-194v-22,-14,-59,-14,-81,0r-24,-24r-28,28r24,24v-14,20,-15,61,0,81r-24,24r28,28r24,-24v20,14,61,14,81,0r24,24r28,-28r-24,-24v14,-20,14,-61,0,-81r24,-24r-28,-28xm62,-125v0,-21,17,-38,38,-38v21,0,38,17,38,38v0,21,-17,38,-38,38v-21,0,-38,-17,-38,-38"},"\u00a5":{"d":"73,0r55,0r1,-50r56,0r0,-26r-57,0r0,-26r57,0r0,-26r-42,0r59,-131r-58,0r-40,118r-39,-118r-65,0r60,131r-45,0r0,26r58,0r0,26r-58,0r0,27r58,0r0,49"},"\u00a6":{"d":"26,-243r0,126r48,0r0,-126r-48,0xm26,-63r0,126r48,0r0,-126r-48,0","w":100},"\u00a7":{"d":"115,-48v-5,35,-63,16,-82,4r-1,40v51,21,134,15,134,-45v1,-23,-15,-36,-30,-44v25,-7,39,-46,22,-73v-15,-24,-69,-15,-77,-47v8,-30,56,-8,74,-1r1,-37v-41,-20,-127,-16,-125,39v1,22,13,34,28,41v-44,11,-41,84,4,93v17,9,48,8,52,30xm69,-132v0,-30,52,-34,52,-2v0,14,-11,25,-25,29v-14,-4,-26,-11,-27,-27"},"\u00a8":{"d":"62,-216r37,0r0,-42r-37,0r0,42xm0,-216r37,0r0,-42r-37,0r0,42","w":100},"\u00a9":{"d":"279,-130v0,-83,-56,-136,-136,-136v-80,0,-135,54,-135,136v0,82,54,136,135,136v82,0,136,-54,136,-136xm30,-130v0,-69,46,-113,113,-113v68,0,114,44,114,113v0,69,-45,114,-114,114v-67,0,-113,-45,-113,-114xm145,-186v18,0,27,11,27,28r37,0v1,-34,-28,-52,-62,-52v-47,-1,-76,34,-76,83v0,78,104,107,136,44v3,-6,4,-13,4,-20r-38,0v1,18,-14,30,-29,30v-51,0,-50,-113,1,-113","w":288},"\u00aa":{"d":"7,-171v-3,38,63,41,75,15v0,5,0,10,1,15r31,0v-4,-54,12,-129,-70,-111v-18,3,-31,13,-32,33r34,0v-2,-18,24,-20,30,-9v2,4,3,10,3,17v-37,-1,-70,6,-72,40xm41,-175v0,-16,20,-18,38,-18v7,30,-32,47,-38,18","w":120},"\u00ab":{"d":"49,-20r48,0r-34,-71r34,-68r-48,0r-39,68xm137,-20r47,0r-34,-71r34,-68r-47,0r-39,68","k":{"Y":36,"W":9,"V":18,"T":45,".":9,",":9}},"\u00ac":{"d":"9,-114r143,0r0,83r49,0r0,-130r-192,0r0,47","w":210},"\u00ad":{"d":"9,-73r192,0r0,-46r-192,0r0,46","w":210},"\u2212":{"d":"9,-73r192,0r0,-46r-192,0r0,46","w":210},"\u00ae":{"d":"280,-130v0,-82,-56,-136,-136,-136v-80,0,-136,55,-136,136v0,80,54,136,136,136v83,0,136,-55,136,-136xm30,-130v0,-69,46,-114,114,-114v68,0,114,46,114,114v0,68,-45,115,-114,115v-68,0,-114,-47,-114,-115xm170,-128v50,-17,30,-87,-25,-78r-52,0r0,153r29,0r0,-61v18,2,41,-6,43,12r6,49r32,0v-13,-22,2,-76,-33,-75xm154,-181v21,6,18,44,-9,42r-23,0r0,-42r32,0","w":288},"\u00af":{"d":"110,-225r0,-24r-123,0r0,24r123,0","w":100},"\u00b0":{"d":"132,-194v0,-36,-25,-61,-61,-61v-36,0,-61,25,-61,61v0,36,25,61,61,61v36,0,61,-25,61,-61xm48,-194v0,-12,11,-24,23,-24v13,0,24,12,24,24v0,12,-11,24,-24,24v-12,0,-23,-11,-23,-24","w":144},"\u00b1":{"d":"81,-47r48,0r0,-54r72,0r0,-47r-72,0r0,-56r-48,0r0,56r-72,0r0,47r72,0r0,54xm9,12r192,0r0,-47r-192,0r0,47","w":210},"\u00b2":{"d":"116,-214v5,-51,-98,-55,-110,-11v-1,5,-1,9,-1,14r35,0v-2,-26,40,-29,41,-3v-13,38,-52,56,-78,81r0,30r114,0r0,-24r-78,1v30,-27,72,-44,77,-88","w":119},"\u00b3":{"d":"80,-143v2,26,-38,27,-41,7v0,-2,-1,-4,-1,-6r-36,0v0,31,23,45,55,44v30,0,59,-17,59,-45v0,-20,-13,-31,-33,-36v16,-5,31,-13,31,-34v-1,-25,-25,-41,-54,-41v-32,1,-53,13,-56,42r36,0v0,-12,9,-17,20,-18v12,0,20,6,20,18v-1,20,-20,21,-40,22r0,25v21,0,38,2,40,22","w":119},"\u00b4":{"d":"104,-263r-48,0r-30,52r29,0","w":100},"\u00b5":{"d":"71,-14v15,26,68,19,77,-8r0,22r40,0r0,-182r-47,0v-6,55,21,147,-35,147v-56,0,-27,-93,-34,-147r-46,0r-1,258r46,0r0,-90","w":219},"\u00b6":{"d":"-8,-166v0,45,24,79,71,80r0,153r45,0r0,-286r34,0r0,286r45,0r0,-286r19,0r0,-37r-119,0v-60,0,-95,33,-95,90"},"\u00b7":{"d":"27,-77r45,0r0,-48r-45,0r0,48","w":100},"\u2219":{"d":"27,-77r45,0r0,-48r-45,0r0,48","w":100},"\u00b8":{"d":"58,48v-1,19,-32,15,-45,7r-8,15v25,14,81,12,81,-25v0,-18,-21,-32,-43,-24r17,-23r-17,0r-23,32v7,15,39,-4,38,18","w":100},"\u00b9":{"d":"60,-252v-11,7,-28,18,-43,23r0,30v13,-5,28,-12,38,-20r0,118r36,0r0,-151r-31,0","w":119},"\u00ba":{"d":"66,-253v-36,0,-62,21,-61,58v1,37,23,57,61,58v37,0,61,-23,61,-58v0,-36,-23,-59,-61,-58xm67,-231v19,0,25,15,25,35v0,24,-9,37,-26,37v-17,0,-25,-12,-25,-35v0,-21,4,-38,26,-37","w":132},"\u00bb":{"d":"59,-20r39,-68r-39,-71r-47,0r34,71r-34,68r47,0xm147,-20r39,-68r-39,-71r-48,0r34,71r-34,68r48,0","k":{"Y":45,"W":27,"V":41,"T":59,"A":9,".":9,",":9}},"\u00bc":{"d":"239,-33r0,33r36,0r0,-33r22,0r0,-25r-22,0r1,-93r-36,0r-65,89r0,29r64,0xm243,-113r-2,56r-40,0xm51,10r30,0r150,-271r-30,0xm46,-252v-11,7,-28,18,-43,23r0,30v13,-5,28,-12,38,-20r0,118r36,0r0,-151r-31,0","w":300},"\u00bd":{"d":"50,10r30,0r150,-271r-29,0xm51,-252v-11,7,-28,18,-43,23r0,30v13,-5,28,-12,38,-20r0,118r35,0r0,-151r-30,0xm284,-89v26,-42,-26,-78,-74,-60v-17,6,-32,17,-30,41r35,0v1,-12,7,-23,22,-22v40,11,1,50,-17,64r-43,35r0,31r115,0r0,-25r-78,2v23,-17,56,-45,70,-66","w":300},"\u00be":{"d":"235,-33r0,33r36,0r0,-33r22,0r0,-25r-22,0r1,-93r-36,0r-65,89r0,29r64,0xm236,-113r-2,56r-40,0xm67,10r29,0r150,-271r-29,0xm86,-143v0,25,-37,27,-41,8r-1,-7r-35,0v-2,32,22,44,54,44v30,0,59,-17,59,-45v0,-20,-13,-31,-33,-36v17,-4,32,-14,32,-34v0,-25,-25,-41,-55,-41v-32,1,-53,12,-55,42r35,0v0,-12,9,-17,20,-18v12,0,21,6,21,18v-2,20,-20,21,-41,22r0,25v21,1,40,1,40,22","w":300},"\u00bf":{"d":"161,30v-34,14,-93,16,-91,-27v3,-55,70,-61,57,-135r-41,0v13,76,-69,68,-71,140v-1,69,86,75,146,60r0,-38xm128,-190r-43,0r0,43r43,0r0,-43","w":180},"\u00c0":{"d":"126,-330r-50,0r50,52r30,0xm96,-260r-94,260r53,0r20,-56r102,0r19,56r56,0r-90,-260r-66,0xm89,-98r38,-111r36,111r-74,0","w":259},"\u00c1":{"d":"184,-330r-48,0r-30,52r29,0xm96,-260r-94,260r53,0r20,-56r102,0r19,56r56,0r-90,-260r-66,0xm89,-98r38,-111r36,111r-74,0","w":259},"\u00c2":{"d":"72,-278r32,0r26,-31r24,31r32,0r-37,-52r-37,0xm96,-260r-94,260r53,0r20,-56r102,0r19,56r56,0r-90,-260r-66,0xm89,-98r38,-111r36,111r-74,0","w":259},"\u00c3":{"d":"175,-328v-13,43,-69,-21,-96,15v-7,9,-12,19,-14,32r19,0v17,-46,101,41,109,-47r-18,0xm96,-260r-94,260r53,0r20,-56r102,0r19,56r56,0r-90,-260r-66,0xm89,-98r38,-111r36,111r-74,0","w":259},"\u00c4":{"d":"142,-280r37,0r0,-42r-37,0r0,42xm80,-280r37,0r0,-42r-37,0r0,42xm96,-260r-94,260r53,0r20,-56r102,0r19,56r56,0r-90,-260r-66,0xm89,-98r38,-111r36,111r-74,0","w":259},"\u00c5":{"d":"166,-301v0,-20,-16,-37,-36,-37v-20,0,-36,17,-36,37v0,20,16,37,36,37v20,0,36,-17,36,-37xm111,-301v-1,-10,9,-20,19,-19v11,-1,20,9,19,19v1,10,-9,20,-19,19v-10,1,-20,-9,-19,-19xm96,-260r-94,260r53,0r20,-56r102,0r19,56r56,0r-90,-260r-66,0xm89,-98r38,-111r36,111r-74,0","w":259},"\u00c6":{"d":"-3,0r60,0r29,-57r98,0r8,57r149,0r0,-43r-98,0r-10,-69r99,0r0,-41r-105,0r-10,-64r121,0r0,-43r-197,0xm108,-98r55,-113r15,113r-70,0","w":360},"\u00c7":{"d":"162,47v0,-19,-19,-31,-43,-25r12,-16v59,-1,97,-32,99,-90r-58,0v1,30,-19,49,-47,49v-43,0,-54,-44,-54,-89v1,-50,11,-97,58,-97v29,0,40,19,42,46r57,0v-2,-57,-39,-87,-97,-87v-80,0,-119,57,-119,137v0,73,34,123,103,130r-19,27v8,13,39,-4,39,17v-4,18,-28,17,-46,8r-7,15v26,13,80,12,80,-25","w":240},"\u00c8":{"d":"106,-330r-50,0r50,52r30,0xm27,0r178,0r0,-43r-123,0r0,-70r111,0r0,-43r-111,0r0,-62r119,0r0,-42r-174,0r0,260","w":219},"\u00c9":{"d":"164,-330r-48,0r-30,52r29,0xm27,0r178,0r0,-43r-123,0r0,-70r111,0r0,-43r-111,0r0,-62r119,0r0,-42r-174,0r0,260","w":219},"\u00ca":{"d":"52,-278r33,0r25,-31r24,31r32,0r-37,-52r-37,0xm27,0r178,0r0,-43r-123,0r0,-70r111,0r0,-43r-111,0r0,-62r119,0r0,-42r-174,0r0,260","w":219},"\u00cb":{"d":"122,-280r37,0r0,-42r-37,0r0,42xm60,-280r37,0r0,-42r-37,0r0,42xm27,0r178,0r0,-43r-123,0r0,-70r111,0r0,-43r-111,0r0,-62r119,0r0,-42r-174,0r0,260","w":219},"\u00cc":{"d":"46,-330r-50,0r50,52r30,0xm22,0r55,0r0,-261r-55,0r0,261","w":100},"\u00cd":{"d":"104,-330r-48,0r-30,52r29,0xm22,0r55,0r0,-261r-55,0r0,261","w":100},"\u00ce":{"d":"-8,-278r32,0r26,-31r24,31r32,0r-37,-52r-37,0xm22,0r55,0r0,-261r-55,0r0,261","w":100},"\u00cf":{"d":"62,-280r37,0r0,-42r-37,0r0,42xm0,-280r37,0r0,-42r-37,0r0,42xm22,0r55,0r0,-261r-55,0r0,261","w":100},"\u00d0":{"d":"243,-134v0,-82,-48,-128,-134,-125r-86,-1r0,102r-23,0r0,31r23,0r0,127r110,-1v74,-5,110,-54,110,-133xm186,-134v0,66,-34,101,-106,91r0,-84r52,0r0,-31r-52,0r0,-59v68,-9,106,21,106,83","w":259},"\u00d1":{"d":"185,-328v-13,43,-69,-21,-96,15v-7,9,-12,19,-14,32r19,0v17,-46,101,41,109,-47r-18,0xm26,0r52,0r0,-216r101,216r77,0r0,-260r-52,0r0,205r-97,-205r-81,0r0,260","w":280},"\u00d2":{"d":"136,-330r-50,0r50,52r30,0xm140,-266v-86,0,-125,56,-125,140v0,82,43,131,124,132v85,1,126,-56,126,-138v0,-81,-42,-134,-125,-134xm140,-35v-54,1,-67,-43,-67,-93v0,-54,15,-98,67,-98v48,0,67,40,66,93v-1,56,-14,97,-66,98","w":280},"\u00d3":{"d":"194,-330r-48,0r-30,52r29,0xm140,-266v-86,0,-125,56,-125,140v0,82,43,131,124,132v85,1,126,-56,126,-138v0,-81,-42,-134,-125,-134xm140,-35v-54,1,-67,-43,-67,-93v0,-54,15,-98,67,-98v48,0,67,40,66,93v-1,56,-14,97,-66,98","w":280},"\u00d4":{"d":"82,-278r32,0r26,-31r24,31r32,0r-37,-52r-37,0xm140,-266v-86,0,-125,56,-125,140v0,82,43,131,124,132v85,1,126,-56,126,-138v0,-81,-42,-134,-125,-134xm140,-35v-54,1,-67,-43,-67,-93v0,-54,15,-98,67,-98v48,0,67,40,66,93v-1,56,-14,97,-66,98","w":280},"\u00d5":{"d":"185,-328v-13,43,-69,-21,-96,15v-7,9,-12,19,-14,32r19,0v17,-46,101,41,109,-47r-18,0xm140,-266v-86,0,-125,56,-125,140v0,82,43,131,124,132v85,1,126,-56,126,-138v0,-81,-42,-134,-125,-134xm140,-35v-54,1,-67,-43,-67,-93v0,-54,15,-98,67,-98v48,0,67,40,66,93v-1,56,-14,97,-66,98","w":280},"\u00d6":{"d":"152,-280r37,0r0,-42r-37,0r0,42xm90,-280r37,0r0,-42r-37,0r0,42xm140,-266v-86,0,-125,56,-125,140v0,82,43,131,124,132v85,1,126,-56,126,-138v0,-81,-42,-134,-125,-134xm140,-35v-54,1,-67,-43,-67,-93v0,-54,15,-98,67,-98v48,0,67,40,66,93v-1,56,-14,97,-66,98","w":280},"\u00d7":{"d":"12,-36r33,33r60,-60r60,60r33,-33r-60,-60r60,-60r-33,-33r-60,60r-60,-60r-33,33r60,60","w":210},"\u00d8":{"d":"264,-131v0,-37,-9,-68,-26,-90r35,-37r-17,-17r-34,36v-21,-17,-48,-25,-83,-27v-120,-8,-153,142,-101,226r-37,40r17,17r36,-39v20,18,51,28,86,28v83,0,123,-52,124,-137xm78,-85v-22,-73,17,-177,98,-131v5,3,8,8,12,13xm200,-180v17,66,1,166,-81,143v-14,-5,-24,-11,-30,-23","w":280},"\u00d9":{"d":"136,-330r-50,0r50,52r30,0xm150,-38v-46,6,-68,-16,-68,-63r0,-159r-56,0r0,156v-4,77,42,109,111,109v68,0,114,-34,114,-102r0,-163r-54,0r0,156v2,42,-13,62,-47,66","w":280},"\u00da":{"d":"194,-330r-48,0r-30,52r29,0xm150,-38v-46,6,-68,-16,-68,-63r0,-159r-56,0r0,156v-4,77,42,109,111,109v68,0,114,-34,114,-102r0,-163r-54,0r0,156v2,42,-13,62,-47,66","w":280},"\u00db":{"d":"82,-278r32,0r26,-31r24,31r32,0r-37,-52r-37,0xm150,-38v-46,6,-68,-16,-68,-63r0,-159r-56,0r0,156v-4,77,42,109,111,109v68,0,114,-34,114,-102r0,-163r-54,0r0,156v2,42,-13,62,-47,66","w":280},"\u00dc":{"d":"152,-280r37,0r0,-42r-37,0r0,42xm90,-280r37,0r0,-42r-37,0r0,42xm150,-38v-46,6,-68,-16,-68,-63r0,-159r-56,0r0,156v-4,77,42,109,111,109v68,0,114,-34,114,-102r0,-163r-54,0r0,156v2,42,-13,62,-47,66","w":280},"\u00dd":{"d":"174,-330r-48,0r-30,52r29,0xm6,-259r88,164r0,95r55,0r0,-95r88,-164r-58,0r-54,118r-54,-118r-65,0","w":240},"\u00de":{"d":"210,-142v0,-70,-57,-81,-132,-78r0,-40r-55,0r0,260r57,0r0,-61v78,7,130,-13,130,-81xm152,-143v0,38,-33,43,-74,40r0,-74v37,-1,74,-5,74,34","w":219},"\u00df":{"d":"110,-267v-54,-1,-89,20,-89,73r0,194r52,0r0,-189v0,-27,12,-44,39,-45v16,-1,28,8,28,22v-9,32,-61,48,-35,90v15,24,70,28,72,67v1,14,-8,25,-20,25v-12,1,-19,-10,-19,-22r-47,0v3,39,23,58,63,58v74,0,99,-91,40,-120v-14,-12,-41,-16,-45,-36v8,-29,46,-28,44,-63v-2,-42,-41,-53,-83,-54","w":240},"\u00e0":{"d":"96,-263r-50,0r50,52r30,0xm15,-50v-5,63,95,70,116,25v0,9,0,18,1,25r49,0v-8,-33,-5,-79,-5,-119v0,-81,-121,-88,-149,-33v-3,7,-4,14,-4,22r52,0v0,-16,9,-27,24,-26v21,0,28,16,27,39v-60,-1,-107,12,-111,67xm67,-56v1,-26,29,-31,59,-30v0,33,-5,54,-33,56v-15,1,-26,-12,-26,-26"},"\u00e1":{"d":"154,-263r-48,0r-30,52r29,0xm15,-50v-5,63,95,70,116,25v0,9,0,18,1,25r49,0v-8,-33,-5,-79,-5,-119v0,-81,-121,-88,-149,-33v-3,7,-4,14,-4,22r52,0v0,-16,9,-27,24,-26v21,0,28,16,27,39v-60,-1,-107,12,-111,67xm67,-56v1,-26,29,-31,59,-30v0,33,-5,54,-33,56v-15,1,-26,-12,-26,-26"},"\u00e2":{"d":"42,-211r33,0r25,-30r24,30r32,0r-37,-52r-37,0xm15,-50v-5,63,95,70,116,25v0,9,0,18,1,25r49,0v-8,-33,-5,-79,-5,-119v0,-81,-121,-88,-149,-33v-3,7,-4,14,-4,22r52,0v0,-16,9,-27,24,-26v21,0,28,16,27,39v-60,-1,-107,12,-111,67xm67,-56v1,-26,29,-31,59,-30v0,33,-5,54,-33,56v-15,1,-26,-12,-26,-26"},"\u00e3":{"d":"145,-260v-13,43,-71,-23,-95,14v-8,8,-13,20,-15,33r19,0v15,-44,67,21,95,-14v10,-8,12,-18,14,-33r-18,0xm15,-50v-5,63,95,70,116,25v0,9,0,18,1,25r49,0v-8,-33,-5,-79,-5,-119v0,-81,-121,-88,-149,-33v-3,7,-4,14,-4,22r52,0v0,-16,9,-27,24,-26v21,0,28,16,27,39v-60,-1,-107,12,-111,67xm67,-56v1,-26,29,-31,59,-30v0,33,-5,54,-33,56v-15,1,-26,-12,-26,-26"},"\u00e4":{"d":"112,-216r37,0r0,-42r-37,0r0,42xm50,-216r37,0r0,-42r-37,0r0,42xm15,-50v-5,63,95,70,116,25v0,9,0,18,1,25r49,0v-8,-33,-5,-79,-5,-119v0,-81,-121,-88,-149,-33v-3,7,-4,14,-4,22r52,0v0,-16,9,-27,24,-26v21,0,28,16,27,39v-60,-1,-107,12,-111,67xm67,-56v1,-26,29,-31,59,-30v0,33,-5,54,-33,56v-15,1,-26,-12,-26,-26"},"\u00e5":{"d":"136,-237v0,-20,-16,-37,-36,-37v-20,0,-36,17,-36,37v0,19,17,37,36,37v20,0,36,-17,36,-37xm81,-237v0,-9,9,-20,19,-19v11,-1,20,9,20,19v1,10,-10,20,-20,19v-10,1,-19,-10,-19,-19xm15,-50v-5,63,95,70,116,25v0,9,0,18,1,25r49,0v-8,-33,-5,-79,-5,-119v0,-81,-121,-88,-149,-33v-3,7,-4,14,-4,22r52,0v0,-16,9,-27,24,-26v21,0,28,16,27,39v-60,-1,-107,12,-111,67xm67,-56v1,-26,29,-31,59,-30v0,33,-5,54,-33,56v-15,1,-26,-12,-26,-26"},"\u00e6":{"d":"156,-28v16,37,102,46,130,10v9,-11,13,-23,16,-38r-50,0v-7,46,-67,26,-66,-9v-1,-6,-1,-12,-1,-18r121,0v3,-64,-23,-104,-81,-104v-31,0,-50,11,-64,28v-28,-43,-141,-38,-138,28r52,0v-2,-27,40,-33,51,-14v5,7,7,17,7,31v-65,-1,-119,5,-119,64v0,38,29,57,70,57v36,0,56,-15,72,-35xm184,-114v-5,-45,64,-57,67,-12r0,12r-67,0xm65,-53v1,-31,38,-32,68,-30v1,32,-11,54,-40,56v-14,0,-29,-11,-28,-26","w":320},"\u00e7":{"d":"132,47v0,-19,-19,-31,-43,-25r13,-17v43,-2,70,-28,71,-71r-53,0v0,19,-7,35,-24,35v-27,0,-28,-34,-28,-62v0,-26,3,-58,28,-58v18,0,22,18,24,34r52,0v-2,-44,-29,-68,-74,-68v-55,1,-85,36,-85,94v0,52,24,92,73,95v-5,12,-27,25,-12,35v12,-6,31,-3,31,10v-4,18,-27,16,-46,8r-7,15v26,13,80,12,80,-25","w":180},"\u00e8":{"d":"96,-263r-50,0r50,52r30,0xm135,-54v-2,32,-56,32,-64,6v-3,-9,-5,-18,-5,-29r122,0v5,-63,-24,-111,-84,-111v-57,1,-89,42,-89,101v0,87,93,120,151,73v12,-10,16,-24,18,-40r-49,0xm102,-152v24,0,31,19,32,41r-66,0v1,-22,12,-41,34,-41"},"\u00e9":{"d":"154,-263r-48,0r-30,52r29,0xm135,-54v-2,32,-56,32,-64,6v-3,-9,-5,-18,-5,-29r122,0v5,-63,-24,-111,-84,-111v-57,1,-89,42,-89,101v0,87,93,120,151,73v12,-10,16,-24,18,-40r-49,0xm102,-152v24,0,31,19,32,41r-66,0v1,-22,12,-41,34,-41"},"\u00ea":{"d":"42,-211r33,0r25,-30r24,30r32,0r-37,-52r-37,0xm135,-54v-2,32,-56,32,-64,6v-3,-9,-5,-18,-5,-29r122,0v5,-63,-24,-111,-84,-111v-57,1,-89,42,-89,101v0,87,93,120,151,73v12,-10,16,-24,18,-40r-49,0xm102,-152v24,0,31,19,32,41r-66,0v1,-22,12,-41,34,-41"},"\u00eb":{"d":"112,-216r37,0r0,-42r-37,0r0,42xm50,-216r37,0r0,-42r-37,0r0,42xm135,-54v-2,32,-56,32,-64,6v-3,-9,-5,-18,-5,-29r122,0v5,-63,-24,-111,-84,-111v-57,1,-89,42,-89,101v0,87,93,120,151,73v12,-10,16,-24,18,-40r-49,0xm102,-152v24,0,31,19,32,41r-66,0v1,-22,12,-41,34,-41"},"\u00ec":{"d":"46,-263r-50,0r50,52r30,0xm23,0r54,0r0,-182r-54,0r0,182","w":100},"\u00ed":{"d":"104,-263r-48,0r-30,52r29,0xm23,0r54,0r0,-182r-54,0r0,182","w":100},"\u00ee":{"d":"-8,-211r32,0r26,-30r24,30r32,0r-37,-52r-37,0xm23,0r54,0r0,-182r-54,0r0,182","w":100},"\u00ef":{"d":"62,-216r37,0r0,-42r-37,0r0,42xm0,-216r37,0r0,-42r-37,0r0,42xm23,0r54,0r0,-182r-54,0r0,182","w":100},"\u00f0":{"d":"114,-250r-45,-23r-29,33r36,16r-31,21r15,12r34,-22v25,16,39,32,54,55v-51,-41,-135,-1,-131,73v3,57,34,90,92,90v64,-1,94,-40,94,-105v0,-70,-33,-109,-72,-139r27,-18r-16,-12xm150,-89v0,33,-8,60,-39,60v-31,0,-40,-25,-40,-56v0,-30,9,-59,40,-59v30,1,39,24,39,55","w":219},"\u00f1":{"d":"155,-260v-13,43,-71,-23,-95,14v-8,8,-13,20,-15,33r19,0v15,-44,65,20,95,-14v8,-10,12,-18,15,-33r-19,0xm135,-187v-29,1,-50,12,-59,32r-2,-28r-51,0r1,183r54,0v7,-53,-23,-148,34,-148v21,0,30,11,29,35r0,113r54,0v-4,-81,23,-189,-60,-187","w":219},"\u00f2":{"d":"106,-263r-50,0r50,52r30,0xm109,-186v-63,0,-92,38,-94,97v-2,58,36,96,93,95v62,-1,95,-36,95,-97v0,-60,-33,-95,-94,-95xm110,-31v-30,0,-41,-23,-40,-58v0,-32,6,-61,39,-61v32,0,41,25,40,57v0,39,-8,62,-39,62","w":219},"\u00f3":{"d":"164,-263r-48,0r-30,52r29,0xm109,-186v-63,0,-92,38,-94,97v-2,58,36,96,93,95v62,-1,95,-36,95,-97v0,-60,-33,-95,-94,-95xm110,-31v-30,0,-41,-23,-40,-58v0,-32,6,-61,39,-61v32,0,41,25,40,57v0,39,-8,62,-39,62","w":219},"\u00f4":{"d":"52,-211r33,0r25,-30r24,30r32,0r-37,-52r-37,0xm109,-186v-63,0,-92,38,-94,97v-2,58,36,96,93,95v62,-1,95,-36,95,-97v0,-60,-33,-95,-94,-95xm110,-31v-30,0,-41,-23,-40,-58v0,-32,6,-61,39,-61v32,0,41,25,40,57v0,39,-8,62,-39,62","w":219},"\u00f5":{"d":"155,-260v-13,43,-71,-23,-95,14v-8,8,-13,20,-15,33r19,0v15,-44,65,20,95,-14v8,-10,12,-18,15,-33r-19,0xm109,-186v-63,0,-92,38,-94,97v-2,58,36,96,93,95v62,-1,95,-36,95,-97v0,-60,-33,-95,-94,-95xm110,-31v-30,0,-41,-23,-40,-58v0,-32,6,-61,39,-61v32,0,41,25,40,57v0,39,-8,62,-39,62","w":219},"\u00f6":{"d":"122,-216r37,0r0,-42r-37,0r0,42xm60,-216r37,0r0,-42r-37,0r0,42xm109,-186v-63,0,-92,38,-94,97v-2,58,36,96,93,95v62,-1,95,-36,95,-97v0,-60,-33,-95,-94,-95xm110,-31v-30,0,-41,-23,-40,-58v0,-32,6,-61,39,-61v32,0,41,25,40,57v0,39,-8,62,-39,62","w":219},"\u00f7":{"d":"8,-73r191,0r0,-46r-191,0r0,46xm77,-1r53,0r0,-53r-53,0r0,53xm77,-138r53,0r0,-52r-53,0r0,52","w":210},"\u00f8":{"d":"109,6v88,0,118,-106,73,-162r27,-28r-15,-13r-26,27v-63,-39,-160,-3,-153,81v2,27,6,44,17,59r-29,31r15,12r27,-28v15,13,34,21,64,21xm71,-70v-5,-42,4,-92,52,-78v5,1,10,4,15,9xm146,-119v4,37,6,88,-37,88v-18,0,-24,-7,-31,-18","w":219},"\u00f9":{"d":"106,-263r-50,0r50,52r30,0xm138,-66v4,38,-62,46,-62,7r0,-123r-54,0r0,124v-6,66,92,82,120,34r2,24r51,0r-2,-182r-55,0r0,116","w":219},"\u00fa":{"d":"164,-263r-48,0r-30,52r29,0xm138,-66v4,38,-62,46,-62,7r0,-123r-54,0r0,124v-6,66,92,82,120,34r2,24r51,0r-2,-182r-55,0r0,116","w":219},"\u00fb":{"d":"52,-211r33,0r25,-30r24,30r32,0r-37,-52r-37,0xm138,-66v4,38,-62,46,-62,7r0,-123r-54,0r0,124v-6,66,92,82,120,34r2,24r51,0r-2,-182r-55,0r0,116","w":219},"\u00fc":{"d":"122,-216r37,0r0,-42r-37,0r0,42xm60,-216r37,0r0,-42r-37,0r0,42xm138,-66v4,38,-62,46,-62,7r0,-123r-54,0r0,124v-6,66,92,82,120,34r2,24r51,0r-2,-182r-55,0r0,116","w":219},"\u00fd":{"d":"154,-263r-48,0r-30,52r29,0xm5,-182r70,183r-23,68r53,0v25,-89,60,-168,91,-251r-53,0r-40,126r-40,-126r-58,0"},"\u00fe":{"d":"124,-185v-29,0,-43,12,-55,29r0,-104r-54,0r0,330r54,0r0,-91v10,14,27,24,52,24v53,0,77,-42,78,-97v1,-51,-24,-91,-75,-91xm108,-151v53,0,50,119,-1,119v-31,0,-40,-25,-40,-57v1,-34,9,-62,41,-62","w":219},"\u00ff":{"d":"112,-216r37,0r0,-42r-37,0r0,42xm50,-216r37,0r0,-42r-37,0r0,42xm5,-182r70,183r-23,68r53,0v25,-89,60,-168,91,-251r-53,0r-40,126r-40,-126r-58,0"},"\u00a0":{"w":100,"k":{"\u201c":18,"\u2018":9,"Y":54,"W":45,"V":45,"T":54,"A":29}}}});Cufon.registerFont({"w":200,"face":{"font-family":"Serifa55Roman","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-9 -317 360 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"88,-235r-36,0r6,179r24,0xm53,0r34,0r0,-34r-34,0r0,34","w":140},"\"":{"d":"57,-153r27,0r0,-82r-27,0r0,82xm116,-153r27,0r0,-82r-27,0r0,82"},"#":{"d":"37,0r25,0r11,-73r44,0r-11,73r24,0r11,-73r37,0r0,-21r-34,0r8,-48r37,0r0,-21r-34,0r11,-73r-25,0r-10,73r-45,0r11,-73r-24,0r-11,73r-40,0r0,21r37,0r-8,48r-39,0r0,21r37,0xm83,-142r44,0r-7,48r-44,0"},"$":{"d":"108,-102v57,3,55,81,0,83r0,-83xm87,-142v-47,-5,-46,-70,0,-74r0,74xm17,-175v0,46,35,54,70,66r0,88v-26,-6,-42,-27,-42,-59r-28,0r0,80r28,0v1,-8,-2,-21,1,-27v9,15,23,25,41,29r0,35r21,0r0,-33v42,0,79,-25,78,-67v0,-52,-39,-58,-78,-72r0,-81v29,4,43,23,43,58r28,0r0,-77r-27,0v-1,7,3,19,-2,22v-8,-15,-23,-21,-42,-26r0,-31r-21,0r0,31v-37,-2,-70,26,-70,64"},"%":{"d":"95,-133v-23,0,-28,-21,-28,-44v0,-23,4,-43,28,-43v23,0,25,21,26,43v0,23,-5,44,-26,44xm228,-121v-36,-1,-54,28,-54,62v0,37,18,63,54,63v36,-1,51,-26,51,-63v0,-36,-14,-61,-51,-62xm228,-15v-40,0,-40,-88,0,-88v21,0,25,21,25,44v0,23,-4,44,-25,44xm81,6r23,0r136,-248r-22,0xm95,-239v-36,-1,-53,28,-54,62v0,36,17,63,54,63v37,0,51,-26,51,-63v0,-36,-14,-61,-51,-62","w":320},"&":{"d":"200,-47v13,-17,23,-41,23,-69r32,0r0,-23r-89,0r0,23r29,0v0,17,-5,34,-15,49r-60,-61v25,-11,50,-28,50,-61v0,-35,-28,-50,-64,-50v-33,1,-66,15,-65,50v1,29,16,38,33,56v-28,13,-53,31,-53,69v0,79,121,85,158,39r25,25r56,0r0,-23r-36,0xm161,-43v-26,32,-107,35,-107,-21v1,-26,19,-40,39,-49xm102,-145v-10,-13,-26,-25,-27,-44v-1,-18,14,-27,31,-27v30,0,41,30,24,48v-5,7,-17,16,-28,23","w":280},"'":{"d":"36,-153r28,0r0,-82r-28,0r0,82","w":100},"(":{"d":"17,-107v0,63,28,111,55,150r27,0v-26,-37,-48,-91,-48,-150v0,-60,21,-116,49,-153r-26,0v-32,39,-57,89,-57,153","w":119},")":{"d":"103,-109v0,-63,-28,-111,-55,-151r-27,0v26,38,48,92,48,151v0,60,-22,115,-50,152r27,0v32,-38,57,-88,57,-152","w":119},"*":{"d":"114,-235r-29,0r7,46r-42,-22r-8,28r45,9r-33,33r23,17r23,-41r19,42r25,-17r-31,-34r45,-7r-8,-28r-42,20"},"+":{"d":"94,-105r-77,0r0,28r77,0r0,77r28,0r0,-77r77,0r0,-28r-77,0r0,-77r-28,0r0,77","w":216},",":{"d":"32,0r16,0r-16,47r21,0v8,-25,18,-47,15,-83r-36,0r0,36","w":100},"-":{"d":"17,-83r86,0r0,-28r-86,0r0,28","w":119},".":{"d":"32,0r36,0r0,-36r-36,0r0,36","w":100},"\/":{"d":"7,4r28,0r98,-243r-28,0","w":140},"0":{"d":"101,-239v-65,0,-84,56,-84,121v0,67,16,122,84,122v66,0,82,-55,82,-122v0,-66,-18,-121,-82,-121xm101,-19v-47,0,-50,-49,-50,-99v0,-48,4,-98,50,-98v45,0,48,50,48,98v0,49,-2,99,-48,99"},"1":{"d":"57,0r103,0r0,-23r-36,0r0,-212v-48,-6,-57,29,-88,45r0,33v19,-15,40,-28,57,-45r0,179r-36,0r0,23"},"2":{"d":"139,-176v0,68,-84,97,-121,138r0,38r158,0r0,-62r-27,0r0,39r-104,0v46,-43,119,-76,128,-153v7,-64,-90,-80,-130,-44v-14,12,-22,30,-23,53r34,0v-1,-29,17,-50,46,-49v24,0,39,16,39,40"},"3":{"d":"141,-173v0,32,-23,41,-54,42r0,23v34,0,57,12,57,46v1,24,-22,43,-44,43v-29,0,-47,-17,-47,-46r-34,0v0,50,32,68,81,69v45,0,77,-21,77,-66v0,-35,-26,-55,-56,-57v32,-4,53,-24,54,-58v3,-66,-89,-77,-131,-44v-15,12,-23,28,-23,49r34,0v1,-26,18,-44,45,-44v26,0,41,18,41,43"},"4":{"d":"82,0r103,0r0,-23r-36,0r0,-38r36,0r0,-23r-36,0r0,-151r-39,0r-101,140r0,34r109,0r0,38r-36,0r0,23xm118,-84r-86,0r86,-119r0,119"},"5":{"d":"182,-76v0,-71,-93,-99,-124,-48r4,-88r110,0r0,-23r-140,0r-4,139r30,0v5,-17,22,-31,44,-31v32,0,48,19,48,51v1,34,-17,57,-50,57v-24,0,-42,-20,-42,-44r-34,0v0,45,32,67,76,67v52,1,82,-29,82,-80"},"6":{"d":"19,-112v1,65,20,115,84,116v47,0,78,-34,78,-82v0,-77,-114,-98,-130,-31v2,-50,8,-107,59,-107v24,0,36,12,35,36r32,0v0,-38,-25,-59,-63,-59v-73,0,-95,54,-95,127xm147,-73v1,28,-16,55,-44,54v-29,-1,-47,-25,-47,-54v0,-30,17,-53,47,-54v32,-1,44,23,44,54"},"7":{"d":"184,-235r-164,0r0,68r28,0r0,-45r106,0r-96,212r34,0v30,-78,61,-147,92,-208r0,-27"},"8":{"d":"101,-239v-43,0,-77,19,-77,62v0,32,21,51,51,55v-32,4,-55,24,-54,60v0,48,34,66,80,66v44,0,78,-22,78,-67v0,-40,-22,-50,-54,-59v31,-4,52,-23,52,-57v-1,-43,-34,-60,-76,-60xm101,-132v-24,0,-46,-18,-46,-42v0,-25,19,-42,46,-42v26,0,44,15,44,41v0,26,-18,43,-44,43xm101,-19v-29,0,-48,-17,-48,-46v0,-28,20,-44,48,-44v29,0,47,17,47,43v0,28,-18,47,-47,47"},"9":{"d":"181,-123v-1,-64,-17,-116,-83,-116v-48,-1,-79,32,-79,81v0,78,114,99,130,31v0,52,-8,108,-59,108v-23,0,-36,-12,-35,-37r-32,0v0,38,25,60,63,60v71,0,95,-54,95,-127xm141,-162v-1,31,-17,53,-47,54v-30,1,-46,-24,-46,-54v0,-30,19,-54,51,-54v25,0,43,28,42,54"},":":{"d":"32,0r36,0r0,-36r-36,0r0,36xm68,-164r-36,0r0,36r36,0r0,-36","w":100},";":{"d":"32,0r16,0r-16,47r21,0v8,-25,18,-47,15,-83r-36,0r0,36xm68,-164r-36,0r0,36r36,0r0,-36","w":100},"<":{"d":"199,-24r-149,-67r149,-67r0,-27r-182,82r0,24r182,82r0,-27","w":216},"=":{"d":"199,-141r-182,0r0,27r182,0r0,-27xm199,-68r-182,0r0,27r182,0r0,-27","w":216},">":{"d":"17,-24r0,27r182,-82r0,-24r-182,-82r0,27r149,67","w":216},"?":{"d":"152,-141v28,-48,-5,-98,-61,-98v-42,0,-77,25,-78,65r34,0v1,-24,17,-40,42,-40v25,1,40,13,40,37v0,55,-71,55,-66,121r32,0v-6,-49,42,-60,57,-85xm63,0r33,0r0,-34r-33,0r0,34","w":180},"@":{"d":"177,-133v-2,32,-17,61,-48,64v-16,1,-27,-15,-26,-31v3,-31,16,-61,48,-63v14,-1,27,15,26,30xm240,-136v0,33,-15,65,-46,69v-11,-2,-7,-13,-4,-24r26,-90r-22,0r-6,20v-7,-15,-18,-25,-38,-25v-49,0,-71,41,-74,89v-3,49,62,67,87,31v0,12,8,20,20,20v47,0,78,-42,78,-93v0,-63,-47,-100,-112,-100v-73,0,-117,49,-122,121v-7,121,172,164,225,65r-22,0v-16,20,-45,36,-78,36v-61,0,-102,-39,-102,-100v0,-60,38,-101,99,-101v53,0,91,29,91,82","w":288},"A":{"d":"182,-101r-87,0r44,-104xm5,0r94,0r0,-22r-37,0r24,-56r105,0r23,55r-36,0r0,23r97,0r0,-23r-26,0r-90,-212r-37,0r-91,212r-26,0r0,23","w":280,"k":{"\u2019":40,"y":20,"w":20,"v":20,"Y":33,"W":27,"V":37,"T":33}},"B":{"d":"175,-173v0,48,-50,43,-97,43r0,-82v47,0,97,-8,97,39xm182,-66v0,50,-55,42,-104,43r0,-84v49,0,104,-8,104,41xm208,-173v0,-89,-116,-56,-198,-62r0,23r37,0r0,189r-37,0r0,23v86,-5,206,24,206,-66v0,-34,-20,-54,-54,-55v25,-3,46,-24,46,-52","w":240},"C":{"d":"140,-216v44,-1,68,24,71,65r27,0r0,-84r-27,0v-1,9,2,22,-1,29v-12,-21,-39,-32,-70,-33v-76,-2,-119,44,-119,121v0,105,107,153,189,102v18,-11,29,-35,29,-64r-33,0v1,35,-31,61,-66,61v-56,0,-87,-42,-86,-99v0,-62,29,-96,86,-98","w":259},"D":{"d":"243,-118v0,-125,-109,-120,-232,-117r0,23r36,0r0,189r-36,0r0,23v122,3,232,7,232,-118xm210,-118v0,78,-51,99,-132,95r0,-189v80,-4,132,16,132,94","w":259},"E":{"d":"14,0r206,0r0,-73r-28,0r0,50r-110,0r0,-84r53,0r0,34r27,0r0,-91r-27,0r0,34r-53,0r0,-82r110,0r0,48r28,0r0,-71r-206,0r0,23r36,0r0,189r-36,0r0,23","w":240},"F":{"d":"11,0r110,0r0,-23r-43,0r0,-84r52,0r0,34r27,0r0,-88r-27,0r0,31r-52,0r0,-82r104,0r0,51r28,0r0,-74r-200,0r0,23r37,0r0,189r-36,0r0,23","w":219,"k":{"A":27,".":46,",":46}},"G":{"d":"140,-216v41,0,66,24,68,64r27,0r0,-83r-27,0v-1,9,2,22,-1,29v-10,-19,-40,-33,-67,-33v-76,0,-119,44,-119,121v0,77,42,123,119,122v29,0,56,-19,69,-37r0,33r29,0r0,-93r32,0r0,-23r-101,0r0,23r40,0v0,42,-27,74,-69,74v-56,0,-87,-42,-86,-99v0,-62,29,-98,86,-98","w":280},"H":{"d":"233,-23r0,-189r36,0r0,-23r-103,0r0,23r36,0r0,82r-124,0r0,-82r36,0r0,-23r-103,0r0,23r36,0r0,189r-36,0r0,23r103,0r0,-23r-36,0r0,-84r124,0r0,84r-36,0r0,23r103,0r0,-23r-36,0","w":280},"I":{"d":"8,0r104,0r0,-23r-36,0r0,-189r36,0r0,-23r-104,0r0,23r36,0r0,189r-36,0r0,23","w":119},"J":{"d":"76,4v100,3,63,-127,70,-216r29,0r0,-23r-96,0r0,23r35,0r0,136v0,30,-6,57,-36,57v-28,0,-38,-24,-37,-54r-34,0v0,50,19,76,69,77","w":180},"K":{"d":"11,0r103,0r0,-23r-36,0r0,-101r94,101r-30,0r0,23r96,0r0,-23r-26,0r-95,-102r93,-87r20,0r0,-23r-90,0r0,23r30,0r-92,86r0,-86r36,0r0,-23r-103,0r0,23r36,0r0,189r-36,0r0,23","w":240},"L":{"d":"11,0r194,0r0,-80r-28,0r0,57r-99,0r0,-189r43,0r0,-23r-110,0r0,23r36,0r0,189r-36,0r0,23","w":219,"k":{"\u2019":40,"y":20,"Y":33,"W":27,"V":33,"T":33}},"M":{"d":"10,0r100,0r0,-23r-32,0r0,-189r78,212r28,0r78,-212r0,189r-32,0r0,23r100,0r0,-23r-36,0r0,-189r36,0r0,-23r-88,0r-72,197r-68,-197r-92,0r0,23r36,0r0,189r-36,0r0,23","w":339},"N":{"d":"271,-235r-103,0r0,23r36,0r-1,175r-109,-198r-85,0r0,23r38,0r0,189r-38,0r0,23r103,0r0,-23r-36,0r1,-183r114,206r42,0r0,-212r38,0r0,-23","w":280},"O":{"d":"140,-216v57,0,86,36,86,98v-1,58,-29,99,-86,99v-57,0,-85,-41,-86,-99v0,-62,29,-98,86,-98xm140,4v77,0,120,-45,120,-122v0,-76,-44,-121,-120,-121v-76,0,-119,44,-119,121v0,77,42,122,119,122","w":280},"P":{"d":"174,-165v0,52,-46,48,-96,47r0,-94v50,-1,96,-5,96,47xm208,-165v0,-92,-111,-66,-197,-70r0,23r36,0r0,189r-36,0r0,23r111,0r0,-23r-44,0r0,-72v69,2,130,-1,130,-70","w":219,"k":{"A":20,".":46,",":46}},"Q":{"d":"226,-118v-1,58,-29,99,-86,99v-57,0,-85,-41,-86,-99v0,-62,29,-98,86,-98v57,0,86,36,86,98xm21,-118v0,96,68,136,169,118r84,0r0,-23v-18,-1,-41,2,-57,-1v28,-16,42,-53,43,-94v1,-76,-44,-121,-120,-121v-76,0,-119,44,-119,121","w":280},"R":{"d":"175,-172v0,51,-47,47,-97,46r0,-86v47,0,97,-7,97,40xm209,-172v2,-89,-115,-57,-198,-63r0,23r36,0r0,189r-36,0r0,23r103,0r0,-23r-36,0r0,-80v33,3,72,-6,81,24r25,79r52,0r0,-23r-27,0v-14,-33,-13,-82,-53,-90v33,-2,53,-25,53,-59","w":240,"k":{"Y":13,"W":13,"V":13,"T":6}},"S":{"d":"103,-19v-36,0,-58,-25,-58,-61r-28,0r0,80r28,0v1,-8,-2,-21,1,-27v35,63,171,24,135,-63v-20,-49,-118,-33,-131,-85v-1,-25,21,-42,46,-41v37,0,55,21,55,58r28,0r0,-77r-27,0v-1,7,3,19,-2,22v-35,-55,-164,-16,-128,64v17,37,87,38,117,60v31,23,2,70,-36,70"},"T":{"d":"65,0r110,0r0,-23r-39,0r0,-189r62,0r0,54r27,0r0,-77r-210,0r0,77r27,0r0,-54r62,0r0,189r-39,0r0,23","w":240,"k":{"y":20,"w":27,"u":20,"s":20,"r":20,"o":27,"i":13,"e":27,"c":27,"a":27,"A":27,";":20,":":20,".":27,"-":27,",":27}},"U":{"d":"37,-90v1,60,30,94,93,94v62,0,94,-32,94,-94r0,-122r30,0r0,-23r-97,0r0,23r35,0v-5,79,25,193,-61,193v-87,0,-57,-113,-62,-193r38,0r0,-23r-102,0r0,23r32,0r0,122","w":259},"V":{"d":"255,-235r-88,0r0,23r36,0r-72,180r-70,-180r36,0r0,-23r-91,0r0,23r20,0r86,212r36,0r86,-212r21,0r0,-23","w":259,"k":{"y":13,"u":13,"r":13,"o":20,"i":13,"e":20,"a":20,"A":31,";":27,":":27,".":40,"-":27,",":40}},"W":{"d":"354,-235r-85,0r0,23r37,0r-45,180r-55,-203r-45,0r-58,203r-44,-180r37,0r0,-23r-89,0r0,23r21,0r52,212r42,0r59,-209r57,209r43,0r52,-212r21,0r0,-23","w":360,"k":{"y":6,"u":6,"r":6,"o":11,"i":6,"e":15,"a":11,"A":20,";":24,":":28,".":35,"-":13,",":27}},"X":{"d":"6,0r98,0r0,-23r-40,0r64,-80r64,80r-39,0r0,23r100,0r0,-23r-23,0r-80,-101r69,-88r26,0r0,-23r-95,0r0,23r34,0r-53,67r-54,-67r36,0r0,-23r-98,0r0,23r26,0r69,88r-79,101r-25,0r0,23","w":259},"Y":{"d":"63,0r112,0r0,-23r-40,0r0,-75r80,-114r20,0r0,-23r-88,0r0,23r37,0r-63,89r-60,-89r37,0r0,-23r-93,0r0,23r20,0r78,114r0,75r-40,0r0,23","w":240,"k":{"v":13,"u":13,"q":24,"p":13,"o":20,"i":13,"e":24,"a":24,"A":27,";":33,":":33,".":33,"-":33,",":33}},"Z":{"d":"206,0r0,-73r-28,0r0,50r-132,0r156,-183r0,-29r-185,0r0,72r27,0r0,-49r124,0r-154,181r0,31r192,0","w":219},"[":{"d":"88,-260r-56,0r0,303r56,0r0,-21r-29,0r0,-261r29,0r0,-21","w":119},"\\":{"d":"35,-239r-28,0r98,243r28,0","w":140},"]":{"d":"32,43r56,0r0,-303r-56,0r0,21r28,0r0,261r-28,0r0,21","w":119},"^":{"d":"19,-83r28,0r61,-124r61,124r28,0r-76,-152r-26,0","w":216},"_":{"d":"0,45r180,0r0,-18r-180,0r0,18","w":180},"`":{"d":"3,-240r47,51r23,0r-31,-51r-39,0","w":100},"a":{"d":"15,-47v0,64,110,66,119,13v3,8,0,24,1,34r58,0r0,-23r-28,0r0,-94v4,-66,-113,-64,-137,-23v-4,7,-7,14,-7,23r32,0v2,-23,17,-27,42,-28v30,0,42,13,40,45v-58,0,-120,-6,-120,53xm83,-19v-19,-1,-38,-8,-37,-28v2,-36,51,-29,89,-30v0,33,-19,58,-52,58"},"b":{"d":"205,-82v0,-83,-106,-116,-138,-52r0,-101r-59,0r0,23r29,0r0,189r-29,0r0,23r59,0r0,-33v6,21,31,37,57,37v51,0,81,-34,81,-86xm124,-19v-38,1,-57,-25,-57,-63v0,-36,20,-63,57,-63v32,0,50,30,50,63v0,35,-18,62,-50,63","w":219},"c":{"d":"99,-145v26,0,44,18,46,43r23,0r0,-62r-23,0r0,20v-39,-53,-142,-10,-132,62v-6,73,82,109,136,70v14,-10,21,-24,22,-43r-28,0v-2,23,-21,35,-44,36v-35,1,-54,-28,-54,-63v0,-35,19,-64,54,-63","w":180},"d":{"d":"94,4v26,0,52,-15,59,-35r0,31r59,0r0,-23r-29,0r0,-212r-59,0r0,23r29,0r0,78v-7,-21,-33,-34,-59,-34v-49,-1,-80,37,-79,86v0,51,27,87,79,86xm101,-145v34,0,52,28,52,63v0,35,-18,63,-52,63v-35,0,-55,-28,-55,-63v0,-35,19,-63,55,-63","w":219},"e":{"d":"155,-51v-3,36,-69,40,-91,18v-9,-10,-15,-23,-15,-41r135,0v0,-57,-23,-93,-79,-94v-53,0,-88,33,-88,86v0,84,111,114,158,56v5,-7,8,-15,8,-25r-28,0xm49,-97v-3,-44,62,-62,91,-35v9,8,13,20,14,35r-105,0"},"f":{"d":"128,-236v-58,-11,-96,7,-87,72r-32,0r0,23r32,0r0,118r-29,0r0,23r94,0r0,-23r-36,0r0,-118r39,0r0,-23r-39,0v-6,-44,15,-61,58,-49r0,-23","w":119,"k":{"\u2019":-6}},"g":{"d":"99,63v104,8,83,-104,84,-204r29,0r0,-23r-59,0r0,29v-10,-20,-33,-33,-61,-33v-49,-1,-79,34,-79,82v0,49,30,84,80,84v27,0,52,-14,60,-34v2,49,-7,78,-55,76v-22,0,-42,-4,-43,-26r-33,0v0,42,36,46,77,49xm100,-25v-36,0,-55,-25,-55,-61v-1,-39,21,-58,58,-59v32,0,51,26,50,59v0,36,-17,61,-53,61","w":219},"h":{"d":"186,-108v11,-72,-97,-76,-113,-26v-4,-30,0,-68,-1,-101r-58,0r0,23r28,0r0,189r-28,0r0,23r86,0r0,-23r-28,0v0,-56,-10,-122,47,-122v56,0,34,73,38,122r-29,0r0,23r87,0r0,-23r-29,0r0,-85","w":219},"i":{"d":"10,0r86,0r0,-23r-28,0r0,-141r-58,0r0,23r29,0r0,118r-29,0r0,23xm68,-235r-34,0r0,33r34,0r0,-33","w":100},"j":{"d":"0,60v47,8,71,-2,71,-55r0,-169r-60,0r0,23r30,0r0,146v4,35,-15,39,-41,32r0,23xm71,-235r-34,0r0,33r34,0r0,-33","w":100},"k":{"d":"10,0r84,0r0,-23r-26,0r0,-37r31,-26r41,63r-22,0r0,23r76,0r0,-23r-20,0r-53,-81r45,-37r24,0r0,-23r-83,0r0,23v8,1,19,-2,25,1r-64,53r0,-148r-58,0r0,23r28,0r0,189r-28,0r0,23"},"l":{"d":"10,0r86,0r0,-23r-28,0r0,-212r-58,0r0,23r29,0r0,189r-29,0r0,23","w":100},"m":{"d":"174,-135v-11,-43,-94,-43,-105,0v-3,-7,0,-20,-1,-29r-58,0r0,23r29,0r0,118r-29,0r0,23r87,0r0,-23r-29,0v1,-54,-10,-122,45,-122v55,0,28,73,34,122r-28,0r0,23r86,0r0,-23r-28,0v1,-53,-12,-122,43,-122v53,0,32,73,36,122r-29,0r0,23r87,0r0,-23r-29,0v-1,-67,14,-149,-59,-145v-26,1,-43,15,-52,33","w":320},"n":{"d":"186,-108v11,-72,-97,-76,-113,-26v-3,-7,0,-21,-1,-30r-58,0r0,23r28,0r0,118r-28,0r0,23r86,0r0,-23r-28,0v0,-56,-10,-122,47,-122v56,0,34,73,38,122r-29,0r0,23r87,0r0,-23r-29,0r0,-85","w":219},"o":{"d":"101,-19v-35,0,-56,-28,-56,-63v0,-35,21,-63,56,-63v36,0,54,28,54,63v0,35,-18,63,-54,63xm101,-168v-53,0,-88,33,-88,86v0,54,35,86,88,86v53,0,86,-33,86,-86v0,-53,-33,-86,-86,-86"},"p":{"d":"124,-168v-28,-1,-49,17,-57,37r0,-33r-59,0r0,23r29,0r0,177r-29,0r0,23r87,0r0,-23r-28,0r0,-68v9,22,29,36,57,36v51,0,81,-34,81,-86v1,-52,-30,-86,-81,-86xm124,-19v-38,1,-57,-25,-57,-63v0,-36,20,-63,57,-63v32,0,50,30,50,63v0,35,-18,62,-50,63","w":219},"q":{"d":"100,-19v-35,0,-54,-26,-54,-61v0,-37,16,-66,54,-65v34,0,53,29,53,64v0,35,-19,63,-53,62xm91,4v28,0,52,-12,62,-32r0,64r-28,0r0,23r87,0r0,-23r-29,0r0,-177r29,0r0,-23r-59,0r0,33v-7,-20,-32,-38,-59,-37v-53,0,-79,36,-79,88v0,49,28,84,76,84","w":219},"r":{"d":"135,-167v-33,-4,-59,9,-64,36r0,-33r-58,0r0,23r28,0r0,118r-28,0r0,23r91,0r0,-23r-33,0v-1,-62,-6,-135,64,-120r0,-24","w":140,"k":{"t":-9,".":20,"-":13,",":20}},"s":{"d":"96,-19v-30,0,-52,-9,-54,-38r-23,0r0,57r23,0v1,-7,-2,-18,1,-23v21,44,122,32,119,-26v-2,-37,-29,-41,-62,-47v-20,-4,-50,-3,-50,-23v0,-20,19,-26,40,-26v27,1,45,8,45,35r23,0r0,-54r-23,0r0,20v-22,-40,-118,-29,-114,28v3,39,36,43,74,47v19,2,34,5,35,24v1,17,-19,25,-34,26","w":180},"t":{"d":"86,-19v-14,0,-18,-12,-18,-26r0,-96r54,0r0,-23r-54,0r0,-46r-29,10r0,36r-33,0r0,23r33,0v5,58,-22,147,43,145v34,0,49,-19,48,-54r-25,0v-1,16,-3,31,-19,31","w":140},"u":{"d":"36,-56v-11,69,96,78,113,28v3,7,0,19,1,28r58,0r0,-23r-28,0r0,-141r-58,0r0,23r28,0v0,55,11,122,-47,122v-61,0,-29,-92,-37,-145r-58,0r0,23r28,0r0,85","w":219},"v":{"d":"195,-164r-78,0r0,23r30,0r-47,114r-45,-114r30,0r0,-23r-80,0r0,23r20,0r56,141r36,0r58,-141r20,0r0,-23","k":{".":27,",":27}},"w":{"d":"314,-164r-81,0r0,23r32,0r-39,114r-44,-137r-41,0r-46,137r-37,-114r33,0r0,-23r-86,0r0,23r22,0r48,141r38,0r48,-137r45,137r38,0r49,-141r21,0r0,-23","w":320,"k":{".":20,",":20}},"x":{"d":"5,0r80,0r0,-23r-30,0r43,-45r41,45r-27,0r0,23r83,0r0,-23r-19,0r-56,-61r54,-57r18,0r0,-23r-76,0r0,23r27,0r-40,42r-39,-42r24,0r0,-23r-79,0r0,23r18,0r55,57r-58,61r-19,0r0,23"},"y":{"d":"88,0v-10,22,-15,48,-53,39r0,22v47,10,62,-13,76,-46r67,-156r18,0r0,-23r-78,0r0,23r32,0r-46,110r-47,-110r31,0r0,-23r-82,0r0,23r18,0","k":{".":27,",":27}},"z":{"d":"18,0r145,0r0,-59r-25,0r0,36r-85,0r108,-118r0,-23r-140,0r0,55r25,0r0,-32r79,0r-107,118r0,23","w":180},"{":{"d":"110,-237r0,-23v-60,-10,-64,37,-61,95v1,22,-10,45,-29,45r0,23v65,9,-18,160,90,140r0,-23v-68,13,-4,-114,-64,-129v62,-16,-7,-138,64,-128","w":119},"|":{"d":"26,-270r0,360r28,0r0,-360r-28,0","w":79},"}":{"d":"10,20r0,23v60,10,64,-37,61,-95v-1,-22,10,-45,29,-45r0,-23v-65,-9,17,-160,-90,-140r0,23v69,-13,4,115,64,129v-63,16,7,139,-64,128","w":119},"~":{"d":"178,-117v-30,70,-119,-50,-153,32r13,20v23,-64,93,23,133,-9v6,-5,13,-13,20,-23","w":216},"\u201a":{"d":"32,0r16,0r-16,47r21,0v8,-25,18,-47,15,-83r-36,0r0,36","w":100},"\u0192":{"d":"28,50v48,11,61,-19,69,-60r25,-131r37,0r5,-23r-37,0v3,-28,10,-63,45,-49r5,-22v-57,-17,-77,21,-81,71r-34,0r-4,23r33,0r-23,126v-7,22,-5,51,-36,43"},"\u201e":{"d":"116,0r15,0r-15,47r21,0v8,-25,18,-47,15,-83r-36,0r0,36xm48,0r16,0r-16,47r21,0v8,-25,18,-47,15,-83r-36,0r0,36"},"\u2026":{"d":"42,0r36,0r0,-36r-36,0r0,36xm162,0r36,0r0,-36r-36,0r0,36xm282,0r36,0r0,-36r-36,0r0,36","w":360},"\u2020":{"d":"85,0r30,0r0,-145r60,0r0,-25r-60,0r0,-65r-30,0r0,65r-60,0r0,25r60,0r0,145"},"\u2021":{"d":"85,0r30,0r0,-55r60,0r0,-25r-60,0r0,-74r60,0r0,-25r-60,0r0,-56r-30,0r0,56r-59,0r0,25r59,0r0,74r-59,0r0,25r59,0r0,55"},"\u02c6":{"d":"-4,-189r31,0r24,-33r25,33r28,0r-37,-51r-34,0","w":100},"\u2030":{"d":"183,-116v-36,1,-50,25,-51,60v-1,35,16,60,51,60v32,0,50,-27,50,-60v0,-31,-19,-61,-50,-60xm183,-15v-37,0,-36,-81,0,-82v35,2,35,81,0,82xm39,6r22,0r137,-248r-23,0xm54,-239v-35,1,-50,25,-50,60v0,35,15,59,50,59v33,0,51,-26,51,-59v0,-31,-19,-61,-51,-60xm54,-138v-35,-1,-34,-80,0,-82v36,1,36,82,0,82xm306,-116v-36,1,-51,25,-51,60v0,35,16,60,51,60v32,0,50,-27,50,-60v0,-31,-19,-61,-50,-60xm306,-15v-36,-1,-35,-81,0,-82v35,0,35,83,0,82","w":360},"\u0160":{"d":"46,-312r37,52r34,0r37,-52r-28,0r-24,33r-25,-33r-31,0xm103,-19v-36,0,-58,-25,-58,-61r-28,0r0,80r28,0v1,-8,-2,-21,1,-27v35,63,171,24,135,-63v-20,-49,-118,-33,-131,-85v-1,-25,21,-42,46,-41v37,0,55,21,55,58r28,0r0,-77r-27,0v-1,7,3,19,-2,22v-35,-55,-164,-16,-128,64v17,37,87,38,117,60v31,23,2,70,-36,70"},"\u2039":{"d":"22,-83r29,71r26,0r-28,-71r29,-71r-27,0","w":100},"\u0152":{"d":"21,-118v0,91,61,120,156,119r160,-1r0,-73r-28,0r0,50r-100,0r0,-84r44,0r0,34r27,0r0,-91r-27,0r0,34r-44,0r0,-82r99,0r0,48r27,0r0,-71r-195,-4v-76,0,-119,44,-119,121xm54,-118v0,-76,49,-110,123,-94r0,189v-72,17,-123,-23,-123,-95","w":360},"\u2018":{"d":"68,-189r-15,0r15,-46r-21,0v-8,24,-18,46,-15,82r36,0r0,-36","w":100,"k":{"\u2018":32}},"\u2019":{"d":"32,-199r16,0r-16,46r21,0v8,-24,18,-46,15,-82r-36,0r0,36","w":100,"k":{"\u2019":32,"s":13}},"\u201c":{"d":"152,-189r-16,0r16,-46r-21,0v-8,24,-18,46,-15,82r36,0r0,-36xm84,-189r-15,0r15,-46r-21,0v-8,24,-18,46,-15,82r36,0r0,-36"},"\u201d":{"d":"116,-199r15,0r-15,46r21,0v8,-24,18,-46,15,-82r-36,0r0,36xm48,-199r16,0r-16,46r21,0v8,-24,18,-46,15,-82r-36,0r0,36"},"\u2022":{"d":"90,-177v-34,0,-59,23,-59,59v0,37,24,59,59,59v34,0,59,-24,59,-59v0,-35,-25,-59,-59,-59","w":180},"\u2013":{"d":"0,-85r180,0r0,-23r-180,0r0,23","w":180},"\u2014":{"d":"0,-85r360,0r0,-23r-360,0r0,23","w":360},"\u02dc":{"d":"96,-240v-11,44,-69,-24,-92,14v-5,9,-11,16,-13,27r19,0v13,-43,71,23,94,-14v6,-9,10,-16,11,-27r-19,0","w":100},"\u2122":{"d":"333,-235r-41,0r-42,109r-42,-109r-42,0r0,148r28,0r0,-121r47,121r18,0r47,-121r0,121r27,0r0,-148xm142,-235r-119,0r0,23r46,0r0,125r27,0r0,-125r46,0r0,-23","w":356},"\u0161":{"d":"36,-240r37,51r34,0r37,-51r-28,0r-25,33r-24,-33r-31,0xm96,-19v-30,0,-52,-9,-54,-38r-23,0r0,57r23,0v1,-7,-2,-18,1,-23v21,44,122,32,119,-26v-2,-37,-29,-41,-62,-47v-20,-4,-50,-3,-50,-23v0,-20,19,-26,40,-26v27,1,45,8,45,35r23,0r0,-54r-23,0r0,20v-22,-40,-118,-29,-114,28v3,39,36,43,74,47v19,2,34,5,35,24v1,17,-19,25,-34,26","w":180},"\u203a":{"d":"78,-83r-29,-71r-26,0r28,71r-29,71r27,0","w":100},"\u0153":{"d":"259,-53v0,37,-57,45,-76,18v-9,-11,-13,-24,-13,-39r119,0v0,-55,-13,-95,-70,-94v-29,1,-55,14,-62,37v-7,-23,-33,-37,-63,-37v-50,-1,-82,36,-81,86v0,49,30,87,79,86v34,-1,52,-14,65,-39v15,55,136,53,130,-18r-28,0xm170,-97v-4,-49,77,-68,88,-18v1,6,2,11,2,18r-90,0xm93,-19v-35,0,-48,-28,-48,-63v0,-36,13,-63,50,-63v36,0,48,28,48,62v0,35,-15,64,-50,64","w":299},"\u0178":{"d":"69,-266r34,0r0,-36r-34,0r0,36xm171,-302r-33,0r0,36r33,0r0,-36xm63,0r112,0r0,-23r-40,0r0,-75r80,-114r20,0r0,-23r-88,0r0,23r37,0r-63,89r-60,-89r37,0r0,-23r-93,0r0,23r20,0r78,114r0,75r-40,0r0,23","w":240},"\u00a1":{"d":"52,59r36,0r-6,-179r-24,0xm87,-176r-34,0r0,34r34,0r0,-34","w":140},"\u00a2":{"d":"98,-21v-55,-7,-56,-116,0,-123r0,123xm24,-83v0,49,29,81,74,86r0,28r18,0r0,-28v35,-2,64,-22,65,-58r-27,0v-1,20,-18,34,-38,35r0,-125v22,2,38,20,40,43r23,0r0,-62r-23,0r0,22v-7,-14,-22,-23,-40,-26r0,-27r-18,0r0,27v-45,3,-74,38,-74,85"},"\u00a3":{"d":"114,-239v-59,-1,-75,38,-72,100r-31,0r0,23r31,0r0,93r-29,0r0,23r164,0r0,-60r-28,0r0,37r-77,0r0,-93r45,0r0,-23r-45,0v-2,-41,2,-78,42,-77v22,0,36,13,36,35r29,0v-2,-42,-21,-58,-65,-58"},"\u00a4":{"d":"30,-172v-24,26,-26,79,0,108r-21,20r17,17r20,-20v24,24,85,25,108,-1r21,20r16,-16r-20,-20v25,-29,22,-81,0,-108r20,-20r-16,-17r-21,20v-31,-24,-77,-24,-108,0r-20,-20r-17,17xm100,-54v-36,0,-62,-28,-62,-64v0,-36,27,-64,62,-64v35,0,62,28,62,64v0,36,-26,64,-62,64"},"\u00a5":{"d":"74,-235r-77,0r0,23r19,0r56,91r-49,0r0,19r60,0v4,6,1,19,2,28r-62,0r0,19r62,0r0,32r-36,0r0,23r100,0r0,-23r-36,0r0,-32r62,0r0,-19r-62,0v1,-9,-2,-22,2,-28r60,0r0,-19r-48,0r57,-91r19,0r0,-23r-73,0r0,23r27,0r-56,87r-54,-87r27,0r0,-23"},"\u00a6":{"d":"26,-243r0,126r28,0r0,-126r-28,0xm26,-63r0,126r28,0r0,-126r-28,0","w":79},"\u00a7":{"d":"101,17v-29,0,-39,-9,-39,-38r-34,0v1,44,28,62,73,61v39,-1,68,-16,70,-54v1,-23,-12,-36,-29,-44v28,-5,40,-48,19,-70v-24,-25,-90,-22,-99,-61v1,-20,15,-27,36,-27v26,0,37,10,36,37r34,0v0,-45,-23,-62,-70,-60v-36,1,-68,14,-68,50v0,22,10,37,30,44v-31,3,-42,50,-22,72v22,25,96,19,101,59v3,22,-19,31,-38,31xm77,-135v25,13,81,17,59,57v-13,24,-53,-7,-72,-13v-12,-14,0,-41,13,-44"},"\u00a8":{"d":"-1,-203r34,0r0,-36r-34,0r0,36xm101,-239r-34,0r0,36r34,0r0,-36","w":100},"\u00a9":{"d":"75,-118v0,82,120,104,134,23r-23,0v-1,18,-17,31,-38,31v-28,0,-48,-27,-48,-54v0,-55,75,-75,86,-24r22,0v-3,-31,-27,-51,-61,-51v-43,0,-72,32,-72,75xm23,-118v0,74,49,122,121,122v72,0,121,-48,121,-122v0,-73,-48,-121,-121,-121v-73,0,-121,48,-121,121xm240,-118v0,61,-36,101,-96,101v-60,0,-96,-40,-96,-101v0,-60,35,-100,96,-100v61,0,96,40,96,100","w":288},"\u00aa":{"d":"11,-168v0,37,73,42,76,7v3,4,0,15,1,21r39,0r0,-16r-18,0r0,-53v1,-36,-55,-35,-80,-23v-9,5,-14,12,-14,22r21,0v5,-20,60,-19,52,10v-33,-4,-77,-4,-77,32xm55,-153v-10,0,-23,-5,-23,-15v2,-21,34,-18,56,-17v0,21,-14,30,-33,32","w":129},"\u00ab":{"d":"39,-83r30,71r26,0r-28,-71r29,-71r-27,0xm104,-83r30,71r26,0r-28,-71r29,-71r-27,0"},"\u00ac":{"d":"172,-39r27,0r0,-102r-182,0r0,27r155,0r0,75","w":216},"\u00ad":{"d":"199,-77r0,-28r-182,0r0,28r182,0","w":216},"\u2212":{"d":"199,-77r0,-28r-182,0r0,28r182,0","w":216},"\u00ae":{"d":"23,-118v0,74,49,122,121,122v72,0,121,-48,121,-122v0,-73,-48,-121,-121,-121v-73,0,-121,48,-121,121xm240,-118v0,61,-36,101,-96,101v-60,0,-96,-40,-96,-101v0,-60,35,-100,96,-100v61,0,96,40,96,100xm200,-148v0,-50,-56,-39,-103,-40r0,141r21,0r0,-61r24,0r38,61r24,0r-40,-61v24,-4,36,-12,36,-40xm179,-149v0,31,-33,21,-61,23r0,-44v26,1,61,-7,61,21","w":288},"\u00af":{"d":"0,-205r100,0r0,-23r-100,0r0,23","w":100},"\u00b0":{"d":"72,-151v-19,0,-35,-17,-35,-35v0,-18,16,-34,35,-34v19,0,35,16,35,34v0,18,-16,35,-35,35xm72,-239v-30,0,-53,23,-53,53v0,30,24,54,53,54v29,0,53,-24,53,-54v0,-30,-23,-53,-53,-53","w":144},"\u00b1":{"d":"94,-125r-77,0r0,28r77,0r0,57r28,0r0,-57r77,0r0,-28r-77,0r0,-57r-28,0r0,57xm17,0r182,0r0,-27r-182,0r0,27","w":216},"\u00b2":{"d":"89,-196v-8,36,-54,56,-76,78r0,23r104,0r0,-37r-19,0r0,18r-61,0v26,-26,71,-38,77,-82v6,-44,-57,-54,-84,-31v-9,8,-14,19,-14,34r23,0v0,-17,10,-27,28,-27v14,0,25,9,22,24","w":129},"\u00b3":{"d":"66,-93v54,6,70,-76,13,-74v18,-4,35,-12,35,-34v0,-41,-60,-48,-84,-26v-9,8,-15,19,-15,34r24,0v-4,-32,49,-36,50,-7v1,17,-15,23,-32,23r0,19v40,-8,44,46,9,46v-18,0,-28,-10,-29,-29r-23,0v0,34,19,45,52,48","w":129},"\u00b4":{"d":"98,-240r-40,0r-31,51r23,0","w":100},"\u00b5":{"d":"66,-3v28,16,76,2,84,-25r0,28r58,0r0,-23r-28,0r0,-141r-58,0r0,23r28,0v0,55,11,122,-47,122v-61,0,-29,-92,-37,-145r-58,0r0,23r28,0r0,200r30,0r0,-62","w":219},"\u00b6":{"d":"10,-167v2,42,33,65,77,66r0,144r27,0r0,-255r42,0r0,255r27,0r0,-278v-79,0,-177,-14,-173,68","w":216},"\u00b7":{"d":"50,-119v-12,0,-24,12,-24,25v0,13,12,25,24,24v13,0,25,-12,25,-24v0,-13,-11,-25,-25,-25","w":100},"\u2219":{"d":"50,-119v-12,0,-24,12,-24,25v0,13,12,25,24,24v13,0,25,-12,25,-24v0,-13,-11,-25,-25,-25","w":100},"\u00b8":{"d":"48,77v38,0,58,-56,13,-57v-4,0,-11,0,-15,2r16,-22r-16,0r-23,30v9,12,38,-6,37,18v-1,20,-30,16,-43,10r-7,12v13,5,26,7,38,7","w":100},"\u00b9":{"d":"31,-95r69,0r0,-19r-22,0r0,-123v-32,-4,-38,16,-59,27r0,20r36,-26r0,102r-24,0r0,19","w":129},"\u00ba":{"d":"66,-153v-21,0,-34,-16,-34,-36v0,-18,14,-34,33,-34v20,0,33,14,33,34v0,20,-12,36,-32,36xm66,-239v-32,0,-57,18,-57,50v0,33,22,51,57,51v33,0,55,-19,55,-51v0,-31,-23,-50,-55,-50","w":129},"\u00bb":{"d":"161,-83r-30,-71r-26,0r28,71r-29,71r27,0xm96,-83r-29,-71r-27,0r28,71r-29,71r28,0"},"\u00bc":{"d":"63,6r21,0r147,-248r-22,0xm203,0r67,0r0,-19r-22,0r0,-17r22,0r0,-18r-22,0r0,-87r-27,0r-65,83r0,22r69,0r0,17r-22,0r0,19xm225,-54r-53,0r53,-66r0,66xm33,-95r69,0r0,-19r-22,0r0,-123v-32,-4,-38,16,-59,27r0,20r36,-26r0,102r-24,0r0,19","w":300},"\u00bd":{"d":"55,6r22,0r147,-248r-22,0xm25,-95r69,0r0,-19r-22,0r0,-123v-32,-4,-38,16,-59,27r0,20r36,-26r0,102r-24,0r0,19xm253,-100v-10,35,-54,55,-76,77r0,23r104,0r0,-37r-19,0r0,18r-60,0v26,-26,70,-39,77,-81v7,-44,-57,-55,-85,-32v-9,8,-14,19,-14,34r23,0v1,-16,12,-27,28,-27v14,0,23,10,22,25","w":300},"\u00be":{"d":"65,6r22,0r146,-248r-21,0xm204,0r66,0r0,-19r-22,0r0,-17r22,0r0,-18r-22,0r0,-87r-26,0r-65,83r0,22r68,0r0,17r-21,0r0,19xm225,-54r-53,0r53,-66r0,66xm88,-200v0,16,-15,23,-32,23r0,19v20,-1,34,5,34,23v0,33,-56,30,-54,-6r-23,0v-1,35,19,44,51,48v55,6,71,-74,14,-74v18,-4,35,-12,35,-34v0,-41,-61,-48,-85,-26v-9,8,-14,19,-14,34r23,0v-4,-33,50,-36,51,-7","w":300},"\u00bf":{"d":"28,-35v-28,48,5,98,61,98v42,0,77,-25,78,-65r-34,0v-1,24,-17,40,-42,40v-25,-1,-40,-13,-40,-37v0,-56,71,-54,66,-121r-32,0v6,49,-42,60,-57,85xm117,-176r-33,0r0,34r33,0r0,-34","w":180},"\u00c0":{"d":"93,-304r47,52r23,0r-31,-52r-39,0xm182,-101r-87,0r44,-104xm5,0r94,0r0,-22r-37,0r24,-56r105,0r23,55r-36,0r0,23r97,0r0,-23r-26,0r-90,-212r-37,0r-91,212r-26,0r0,23","w":280},"\u00c1":{"d":"188,-304r-40,0r-31,52r23,0xm182,-101r-87,0r44,-104xm5,0r94,0r0,-22r-37,0r24,-56r105,0r23,55r-36,0r0,23r97,0r0,-23r-26,0r-90,-212r-37,0r-91,212r-26,0r0,23","w":280},"\u00c2":{"d":"86,-252r31,0r24,-33r25,33r28,0r-37,-52r-34,0xm182,-101r-87,0r44,-104xm5,0r94,0r0,-22r-37,0r24,-56r105,0r23,55r-36,0r0,23r97,0r0,-23r-26,0r-90,-212r-37,0r-91,212r-26,0r0,23","w":280},"\u00c3":{"d":"186,-304v-9,45,-69,-23,-92,15v-5,9,-11,16,-13,27r19,0v13,-43,69,21,94,-14v6,-9,10,-17,11,-28r-19,0xm182,-101r-87,0r44,-104xm5,0r94,0r0,-22r-37,0r24,-56r105,0r23,55r-36,0r0,23r97,0r0,-23r-26,0r-90,-212r-37,0r-91,212r-26,0r0,23","w":280},"\u00c4":{"d":"89,-266r34,0r0,-36r-34,0r0,36xm191,-302r-34,0r0,36r34,0r0,-36xm182,-101r-87,0r44,-104xm5,0r94,0r0,-22r-37,0r24,-56r105,0r23,55r-36,0r0,23r97,0r0,-23r-26,0r-90,-212r-37,0r-91,212r-26,0r0,23","w":280},"\u00c5":{"d":"140,-317v-20,0,-37,17,-37,37v0,20,17,36,37,36v20,0,37,-16,37,-36v0,-20,-17,-37,-37,-37xm140,-260v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,11,-10,20,-21,20xm182,-101r-87,0r44,-104xm5,0r94,0r0,-22r-37,0r24,-56r105,0r23,55r-36,0r0,23r97,0r0,-23r-26,0r-90,-212r-37,0r-91,212r-26,0r0,23","w":280},"\u00c6":{"d":"184,-101r-86,0r69,-111xm5,0r82,0r0,-23r-36,0r33,-55r103,0r8,55r-36,0r0,23r179,0r0,-73r-27,0r0,50r-85,0r-13,-84r44,0r0,34r27,0r0,-91r-27,0r0,34r-47,0r-12,-82r113,0r0,48r27,0r0,-71r-190,0r-129,212r-14,0r0,23","w":360},"\u00c7":{"d":"140,-216v44,-1,68,24,71,65r27,0r0,-84r-27,0v-1,9,2,22,-1,29v-12,-21,-39,-32,-70,-33v-76,-2,-119,44,-119,121v0,71,37,116,102,121v-5,11,-27,23,-14,33v14,-4,32,-4,31,12v0,20,-30,16,-43,10r-7,12v31,14,75,8,78,-24v2,-22,-20,-31,-42,-24v5,-6,8,-14,14,-18v58,-1,98,-26,99,-84r-33,0v1,35,-31,61,-66,61v-56,0,-87,-42,-86,-99v0,-62,29,-96,86,-98","w":259},"\u00c8":{"d":"73,-304r47,52r23,0r-31,-52r-39,0xm14,0r206,0r0,-73r-28,0r0,50r-110,0r0,-84r53,0r0,34r27,0r0,-91r-27,0r0,34r-53,0r0,-82r110,0r0,48r28,0r0,-71r-206,0r0,23r36,0r0,189r-36,0r0,23","w":240},"\u00c9":{"d":"168,-304r-40,0r-31,52r23,0xm14,0r206,0r0,-73r-28,0r0,50r-110,0r0,-84r53,0r0,34r27,0r0,-91r-27,0r0,34r-53,0r0,-82r110,0r0,48r28,0r0,-71r-206,0r0,23r36,0r0,189r-36,0r0,23","w":240},"\u00ca":{"d":"66,-252r31,0r25,-33r25,33r28,0r-37,-52r-35,0xm14,0r206,0r0,-73r-28,0r0,50r-110,0r0,-84r53,0r0,34r27,0r0,-91r-27,0r0,34r-53,0r0,-82r110,0r0,48r28,0r0,-71r-206,0r0,23r36,0r0,189r-36,0r0,23","w":240},"\u00cb":{"d":"69,-266r34,0r0,-36r-34,0r0,36xm171,-302r-33,0r0,36r33,0r0,-36xm14,0r206,0r0,-73r-28,0r0,50r-110,0r0,-84r53,0r0,34r27,0r0,-91r-27,0r0,34r-53,0r0,-82r110,0r0,48r28,0r0,-71r-206,0r0,23r36,0r0,189r-36,0r0,23","w":240},"\u00cc":{"d":"13,-304r47,52r23,0r-31,-52r-39,0xm8,0r104,0r0,-23r-36,0r0,-189r36,0r0,-23r-104,0r0,23r36,0r0,189r-36,0r0,23","w":119},"\u00cd":{"d":"108,-304r-40,0r-31,52r23,0xm8,0r104,0r0,-23r-36,0r0,-189r36,0r0,-23r-104,0r0,23r36,0r0,189r-36,0r0,23","w":119},"\u00ce":{"d":"6,-252r31,0r25,-33r24,33r28,0r-37,-52r-34,0xm8,0r104,0r0,-23r-36,0r0,-189r36,0r0,-23r-104,0r0,23r36,0r0,189r-36,0r0,23","w":119},"\u00cf":{"d":"9,-266r34,0r0,-36r-34,0r0,36xm111,-302r-34,0r0,36r34,0r0,-36xm8,0r104,0r0,-23r-36,0r0,-189r36,0r0,-23r-104,0r0,23r36,0r0,189r-36,0r0,23","w":119},"\u00d0":{"d":"210,-118v0,78,-51,99,-132,95r0,-88r62,0r0,-23r-62,0r0,-78v80,-4,132,16,132,94xm243,-118v0,-125,-109,-120,-232,-117r0,23r36,0r0,78r-36,0r0,23r36,0r0,88r-36,0r0,23v122,3,232,7,232,-118","w":259},"\u00d1":{"d":"186,-304v-9,45,-69,-23,-92,15v-5,9,-11,16,-13,27r19,0v13,-43,69,21,94,-14v6,-9,10,-17,11,-28r-19,0xm271,-235r-103,0r0,23r36,0r-1,175r-109,-198r-85,0r0,23r38,0r0,189r-38,0r0,23r103,0r0,-23r-36,0r1,-183r114,206r42,0r0,-212r38,0r0,-23","w":280},"\u00d2":{"d":"93,-304r47,52r23,0r-31,-52r-39,0xm140,-216v57,0,86,36,86,98v-1,58,-29,99,-86,99v-57,0,-85,-41,-86,-99v0,-62,29,-98,86,-98xm140,4v77,0,120,-45,120,-122v0,-76,-44,-121,-120,-121v-76,0,-119,44,-119,121v0,77,42,122,119,122","w":280},"\u00d3":{"d":"188,-304r-40,0r-31,52r23,0xm140,-216v57,0,86,36,86,98v-1,58,-29,99,-86,99v-57,0,-85,-41,-86,-99v0,-62,29,-98,86,-98xm140,4v77,0,120,-45,120,-122v0,-76,-44,-121,-120,-121v-76,0,-119,44,-119,121v0,77,42,122,119,122","w":280},"\u00d4":{"d":"86,-252r31,0r24,-33r25,33r28,0r-37,-52r-34,0xm140,-216v57,0,86,36,86,98v-1,58,-29,99,-86,99v-57,0,-85,-41,-86,-99v0,-62,29,-98,86,-98xm140,4v77,0,120,-45,120,-122v0,-76,-44,-121,-120,-121v-76,0,-119,44,-119,121v0,77,42,122,119,122","w":280},"\u00d5":{"d":"186,-304v-9,45,-69,-23,-92,15v-5,9,-11,16,-13,27r19,0v13,-43,69,21,94,-14v6,-9,10,-17,11,-28r-19,0xm140,-216v57,0,86,36,86,98v-1,58,-29,99,-86,99v-57,0,-85,-41,-86,-99v0,-62,29,-98,86,-98xm140,4v77,0,120,-45,120,-122v0,-76,-44,-121,-120,-121v-76,0,-119,44,-119,121v0,77,42,122,119,122","w":280},"\u00d6":{"d":"89,-266r34,0r0,-36r-34,0r0,36xm191,-302r-34,0r0,36r34,0r0,-36xm140,-216v57,0,86,36,86,98v-1,58,-29,99,-86,99v-57,0,-85,-41,-86,-99v0,-62,29,-98,86,-98xm140,4v77,0,120,-45,120,-122v0,-76,-44,-121,-120,-121v-76,0,-119,44,-119,121v0,77,42,122,119,122","w":280},"\u00d7":{"d":"90,-91r-64,64r18,18r64,-64r64,64r18,-18r-64,-64r64,-64r-18,-19r-64,65r-64,-65r-18,19","w":216},"\u00d8":{"d":"140,-239v-76,0,-120,44,-119,121v0,38,10,69,31,90r-25,28r13,11r25,-28v19,14,44,21,75,21v77,0,121,-45,120,-122v0,-39,-10,-68,-30,-88r25,-29r-13,-11r-25,29v-19,-14,-45,-22,-77,-22xm54,-118v-9,-87,86,-123,144,-79r-125,145v-12,-17,-16,-40,-19,-66xm210,-183v36,59,11,164,-70,164v-23,0,-42,-7,-56,-20","w":280},"\u00d9":{"d":"82,-304r48,52r23,0r-31,-52r-40,0xm37,-90v1,60,30,94,93,94v62,0,94,-32,94,-94r0,-122r30,0r0,-23r-97,0r0,23r35,0v-5,79,25,193,-61,193v-87,0,-57,-113,-62,-193r38,0r0,-23r-102,0r0,23r32,0r0,122","w":259},"\u00da":{"d":"177,-304r-39,0r-31,52r23,0xm37,-90v1,60,30,94,93,94v62,0,94,-32,94,-94r0,-122r30,0r0,-23r-97,0r0,23r35,0v-5,79,25,193,-61,193v-87,0,-57,-113,-62,-193r38,0r0,-23r-102,0r0,23r32,0r0,122","w":259},"\u00db":{"d":"76,-252r31,0r24,-33r25,33r28,0r-37,-52r-34,0xm37,-90v1,60,30,94,93,94v62,0,94,-32,94,-94r0,-122r30,0r0,-23r-97,0r0,23r35,0v-5,79,25,193,-61,193v-87,0,-57,-113,-62,-193r38,0r0,-23r-102,0r0,23r32,0r0,122","w":259},"\u00dc":{"d":"79,-266r34,0r0,-36r-34,0r0,36xm181,-302r-34,0r0,36r34,0r0,-36xm37,-90v1,60,30,94,93,94v62,0,94,-32,94,-94r0,-122r30,0r0,-23r-97,0r0,23r35,0v-5,79,25,193,-61,193v-87,0,-57,-113,-62,-193r38,0r0,-23r-102,0r0,23r32,0r0,122","w":259},"\u00dd":{"d":"168,-304r-40,0r-31,52r23,0xm63,0r112,0r0,-23r-40,0r0,-75r80,-114r20,0r0,-23r-88,0r0,23r37,0r-63,89r-60,-89r37,0r0,-23r-93,0r0,23r20,0r78,114r0,75r-40,0r0,23","w":240},"\u00de":{"d":"174,-118v0,52,-46,48,-96,47r0,-95v50,-1,96,-4,96,48xm208,-118v0,-69,-60,-73,-130,-71r0,-23r43,0r0,-23r-110,0r0,23r36,0r0,189r-36,0r0,23r110,0r0,-23r-43,0r0,-25v69,2,130,-1,130,-70","w":219},"\u00df":{"d":"106,-239v-100,-4,-65,126,-71,216r-29,0r0,23r76,0r0,-23r-18,0r0,-140v1,-33,10,-53,44,-53v23,0,39,12,38,36v0,27,-17,41,-44,41r0,23v32,0,53,15,53,47v0,35,-15,46,-51,46r0,23v53,1,82,-16,82,-69v0,-38,-26,-57,-61,-60v31,-1,53,-19,53,-51v0,-44,-29,-57,-72,-59"},"\u00e0":{"d":"53,-240r47,51r23,0r-31,-51r-39,0xm15,-47v0,64,110,66,119,13v3,8,0,24,1,34r58,0r0,-23r-28,0r0,-94v4,-66,-113,-64,-137,-23v-4,7,-7,14,-7,23r32,0v2,-23,17,-27,42,-28v30,0,42,13,40,45v-58,0,-120,-6,-120,53xm83,-19v-19,-1,-38,-8,-37,-28v2,-36,51,-29,89,-30v0,33,-19,58,-52,58"},"\u00e1":{"d":"148,-240r-40,0r-31,51r23,0xm15,-47v0,64,110,66,119,13v3,8,0,24,1,34r58,0r0,-23r-28,0r0,-94v4,-66,-113,-64,-137,-23v-4,7,-7,14,-7,23r32,0v2,-23,17,-27,42,-28v30,0,42,13,40,45v-58,0,-120,-6,-120,53xm83,-19v-19,-1,-38,-8,-37,-28v2,-36,51,-29,89,-30v0,33,-19,58,-52,58"},"\u00e2":{"d":"46,-189r31,0r25,-33r24,33r28,0r-37,-51r-34,0xm15,-47v0,64,110,66,119,13v3,8,0,24,1,34r58,0r0,-23r-28,0r0,-94v4,-66,-113,-64,-137,-23v-4,7,-7,14,-7,23r32,0v2,-23,17,-27,42,-28v30,0,42,13,40,45v-58,0,-120,-6,-120,53xm83,-19v-19,-1,-38,-8,-37,-28v2,-36,51,-29,89,-30v0,33,-19,58,-52,58"},"\u00e3":{"d":"147,-240v-12,43,-70,-24,-93,14v-5,8,-11,16,-13,27r19,0v13,-43,71,23,94,-14v6,-9,10,-16,11,-27r-18,0xm15,-47v0,64,110,66,119,13v3,8,0,24,1,34r58,0r0,-23r-28,0r0,-94v4,-66,-113,-64,-137,-23v-4,7,-7,14,-7,23r32,0v2,-23,17,-27,42,-28v30,0,42,13,40,45v-58,0,-120,-6,-120,53xm83,-19v-19,-1,-38,-8,-37,-28v2,-36,51,-29,89,-30v0,33,-19,58,-52,58"},"\u00e4":{"d":"49,-203r34,0r0,-36r-34,0r0,36xm151,-239r-34,0r0,36r34,0r0,-36xm15,-47v0,64,110,66,119,13v3,8,0,24,1,34r58,0r0,-23r-28,0r0,-94v4,-66,-113,-64,-137,-23v-4,7,-7,14,-7,23r32,0v2,-23,17,-27,42,-28v30,0,42,13,40,45v-58,0,-120,-6,-120,53xm83,-19v-19,-1,-38,-8,-37,-28v2,-36,51,-29,89,-30v0,33,-19,58,-52,58"},"\u00e5":{"d":"100,-258v-20,0,-37,16,-37,36v0,20,17,37,37,37v20,0,37,-17,37,-37v0,-20,-17,-36,-37,-36xm100,-201v-12,0,-21,-10,-21,-21v0,-11,9,-21,21,-21v11,1,21,9,21,21v0,12,-9,21,-21,21xm15,-47v0,64,110,66,119,13v3,8,0,24,1,34r58,0r0,-23r-28,0r0,-94v4,-66,-113,-64,-137,-23v-4,7,-7,14,-7,23r32,0v2,-23,17,-27,42,-28v30,0,42,13,40,45v-58,0,-120,-6,-120,53xm83,-19v-19,-1,-38,-8,-37,-28v2,-36,51,-29,89,-30v0,33,-19,58,-52,58"},"\u00e6":{"d":"239,-53v1,36,-56,44,-74,19v-8,-10,-12,-24,-12,-40r116,0v1,-58,-14,-93,-70,-94v-26,0,-45,11,-54,28v-20,-48,-131,-32,-126,22r32,0v2,-19,18,-26,38,-27v30,-1,39,17,36,48v-54,0,-112,-5,-112,49v0,67,111,66,122,11v9,38,78,55,112,27v12,-9,18,-24,19,-43r-27,0xm153,-97v-5,-41,54,-65,78,-35v7,8,8,20,8,35r-86,0xm45,-47v0,-37,46,-25,80,-27v1,34,-16,55,-47,55v-19,0,-33,-8,-33,-28","w":280},"\u00e7":{"d":"99,-145v26,0,44,18,46,43r23,0r0,-62r-23,0r0,20v-39,-53,-132,-11,-132,62v0,48,29,79,71,85r-21,27v9,12,38,-6,37,18v-1,20,-30,16,-43,10r-7,12v31,14,75,8,78,-24v2,-22,-20,-31,-42,-24r13,-18v38,-1,71,-21,72,-59r-28,0v-2,23,-21,35,-44,36v-35,1,-54,-28,-54,-63v0,-35,19,-64,54,-63","w":180},"\u00e8":{"d":"53,-240r47,51r23,0r-31,-51r-39,0xm155,-51v-3,36,-69,40,-91,18v-9,-10,-15,-23,-15,-41r135,0v0,-57,-23,-93,-79,-94v-53,0,-88,33,-88,86v0,84,111,114,158,56v5,-7,8,-15,8,-25r-28,0xm49,-97v-3,-44,62,-62,91,-35v9,8,13,20,14,35r-105,0"},"\u00e9":{"d":"148,-240r-40,0r-31,51r23,0xm155,-51v-3,36,-69,40,-91,18v-9,-10,-15,-23,-15,-41r135,0v0,-57,-23,-93,-79,-94v-53,0,-88,33,-88,86v0,84,111,114,158,56v5,-7,8,-15,8,-25r-28,0xm49,-97v-3,-44,62,-62,91,-35v9,8,13,20,14,35r-105,0"},"\u00ea":{"d":"46,-189r31,0r25,-33r24,33r28,0r-37,-51r-34,0xm155,-51v-3,36,-69,40,-91,18v-9,-10,-15,-23,-15,-41r135,0v0,-57,-23,-93,-79,-94v-53,0,-88,33,-88,86v0,84,111,114,158,56v5,-7,8,-15,8,-25r-28,0xm49,-97v-3,-44,62,-62,91,-35v9,8,13,20,14,35r-105,0"},"\u00eb":{"d":"49,-203r34,0r0,-36r-34,0r0,36xm151,-239r-34,0r0,36r34,0r0,-36xm155,-51v-3,36,-69,40,-91,18v-9,-10,-15,-23,-15,-41r135,0v0,-57,-23,-93,-79,-94v-53,0,-88,33,-88,86v0,84,111,114,158,56v5,-7,8,-15,8,-25r-28,0xm49,-97v-3,-44,62,-62,91,-35v9,8,13,20,14,35r-105,0"},"\u00ec":{"d":"3,-240r47,51r23,0r-31,-51r-39,0xm10,0r86,0r0,-23r-28,0r0,-141r-58,0r0,23r29,0r0,118r-29,0r0,23","w":100},"\u00ed":{"d":"98,-240r-40,0r-31,51r23,0xm10,0r86,0r0,-23r-28,0r0,-141r-58,0r0,23r29,0r0,118r-29,0r0,23","w":100},"\u00ee":{"d":"-4,-189r31,0r24,-33r25,33r28,0r-37,-51r-34,0xm10,0r86,0r0,-23r-28,0r0,-141r-58,0r0,23r29,0r0,118r-29,0r0,23","w":100},"\u00ef":{"d":"-1,-203r34,0r0,-36r-34,0r0,36xm101,-239r-34,0r0,36r34,0r0,-36xm10,0r86,0r0,-23r-28,0r0,-141r-58,0r0,23r29,0r0,118r-29,0r0,23","w":100},"\u00f0":{"d":"101,-19v-35,1,-56,-28,-56,-63v0,-35,21,-64,56,-63v37,0,54,26,54,63v0,36,-18,63,-54,63xm187,-82v0,-66,-28,-102,-66,-131r36,-18r-13,-14r-39,20v-7,-6,-18,-13,-34,-22v-5,6,-26,12,-17,18v12,8,21,12,26,16r-33,17r13,13r36,-18v21,15,36,33,48,51v-51,-44,-131,-2,-131,68v0,54,35,86,88,86v52,0,86,-36,86,-86"},"\u00f1":{"d":"157,-240v-12,43,-69,-23,-93,14v-5,8,-11,16,-13,27r19,0v13,-43,71,23,94,-14v6,-9,10,-16,11,-27r-18,0xm186,-108v11,-72,-97,-76,-113,-26v-3,-7,0,-21,-1,-30r-58,0r0,23r28,0r0,118r-28,0r0,23r86,0r0,-23r-28,0v0,-56,-10,-122,47,-122v56,0,34,73,38,122r-29,0r0,23r87,0r0,-23r-29,0r0,-85","w":219},"\u00f2":{"d":"53,-240r47,51r23,0r-31,-51r-39,0xm101,-19v-35,0,-56,-28,-56,-63v0,-35,21,-63,56,-63v36,0,54,28,54,63v0,35,-18,63,-54,63xm101,-168v-53,0,-88,33,-88,86v0,54,35,86,88,86v53,0,86,-33,86,-86v0,-53,-33,-86,-86,-86"},"\u00f3":{"d":"148,-240r-40,0r-31,51r23,0xm101,-19v-35,0,-56,-28,-56,-63v0,-35,21,-63,56,-63v36,0,54,28,54,63v0,35,-18,63,-54,63xm101,-168v-53,0,-88,33,-88,86v0,54,35,86,88,86v53,0,86,-33,86,-86v0,-53,-33,-86,-86,-86"},"\u00f4":{"d":"46,-189r31,0r25,-33r24,33r28,0r-37,-51r-34,0xm101,-19v-35,0,-56,-28,-56,-63v0,-35,21,-63,56,-63v36,0,54,28,54,63v0,35,-18,63,-54,63xm101,-168v-53,0,-88,33,-88,86v0,54,35,86,88,86v53,0,86,-33,86,-86v0,-53,-33,-86,-86,-86"},"\u00f5":{"d":"147,-240v-12,43,-70,-24,-93,14v-5,8,-11,16,-13,27r19,0v13,-43,71,23,94,-14v6,-9,10,-16,11,-27r-18,0xm101,-19v-35,0,-56,-28,-56,-63v0,-35,21,-63,56,-63v36,0,54,28,54,63v0,35,-18,63,-54,63xm101,-168v-53,0,-88,33,-88,86v0,54,35,86,88,86v53,0,86,-33,86,-86v0,-53,-33,-86,-86,-86"},"\u00f6":{"d":"49,-203r34,0r0,-36r-34,0r0,36xm151,-239r-34,0r0,36r34,0r0,-36xm101,-19v-35,0,-56,-28,-56,-63v0,-35,21,-63,56,-63v36,0,54,28,54,63v0,35,-18,63,-54,63xm101,-168v-53,0,-88,33,-88,86v0,54,35,86,88,86v53,0,86,-33,86,-86v0,-53,-33,-86,-86,-86"},"\u00f7":{"d":"17,-77r182,0r0,-28r-182,0r0,28xm108,-190v-12,0,-24,11,-24,24v0,13,11,26,24,25v12,0,24,-13,24,-25v0,-13,-11,-24,-24,-24xm108,-41v-12,0,-24,11,-24,24v0,13,11,26,24,25v12,0,24,-13,24,-25v0,-13,-11,-24,-24,-24","w":216},"\u00f8":{"d":"56,-43v-25,-38,-5,-105,45,-102v13,0,24,4,33,12xm145,-122v23,38,7,103,-44,103v-14,0,-26,-5,-35,-13xm153,-154v-57,-35,-140,-2,-140,72v0,26,8,47,23,61r-18,21r11,9r18,-20v56,36,140,5,140,-71v0,-26,-7,-47,-22,-62r18,-21r-11,-11"},"\u00f9":{"d":"57,-240r48,51r23,0r-31,-51r-40,0xm36,-56v-11,69,96,78,113,28v3,7,0,19,1,28r58,0r0,-23r-28,0r0,-141r-58,0r0,23r28,0v0,55,11,122,-47,122v-61,0,-29,-92,-37,-145r-58,0r0,23r28,0r0,85","w":219},"\u00fa":{"d":"158,-240r-40,0r-31,51r23,0xm36,-56v-11,69,96,78,113,28v3,7,0,19,1,28r58,0r0,-23r-28,0r0,-141r-58,0r0,23r28,0v0,55,11,122,-47,122v-61,0,-29,-92,-37,-145r-58,0r0,23r28,0r0,85","w":219},"\u00fb":{"d":"50,-189r32,0r24,-33r25,33r28,0r-37,-51r-34,0xm36,-56v-11,69,96,78,113,28v3,7,0,19,1,28r58,0r0,-23r-28,0r0,-141r-58,0r0,23r28,0v0,55,11,122,-47,122v-61,0,-29,-92,-37,-145r-58,0r0,23r28,0r0,85","w":219},"\u00fc":{"d":"54,-203r33,0r0,-36r-33,0r0,36xm156,-239r-34,0r0,36r34,0r0,-36xm36,-56v-11,69,96,78,113,28v3,7,0,19,1,28r58,0r0,-23r-28,0r0,-141r-58,0r0,23r28,0v0,55,11,122,-47,122v-61,0,-29,-92,-37,-145r-58,0r0,23r28,0r0,85","w":219},"\u00fd":{"d":"148,-240r-40,0r-31,51r23,0xm88,0v-10,22,-15,48,-53,39r0,22v47,10,62,-13,76,-46r67,-156r18,0r0,-23r-78,0r0,23r32,0r-46,110r-47,-110r31,0r0,-23r-82,0r0,23r18,0"},"\u00fe":{"d":"129,-168v-30,-1,-54,16,-62,37r0,-104r-59,0r0,23r29,0r0,248r-29,0r0,23r87,0r0,-23r-28,0r0,-68v9,22,29,36,57,36v51,0,81,-34,81,-86v0,-50,-28,-86,-76,-86xm124,-19v-38,1,-57,-25,-57,-63v0,-36,20,-63,57,-63v32,0,50,30,50,63v0,35,-18,62,-50,63","w":219},"\u00ff":{"d":"49,-203r34,0r0,-36r-34,0r0,36xm151,-239r-34,0r0,36r34,0r0,-36xm88,0v-10,22,-15,48,-53,39r0,22v47,10,62,-13,76,-46r67,-156r18,0r0,-23r-78,0r0,23r32,0r-46,110r-47,-110r31,0r0,-23r-82,0r0,23r18,0"},"\u00a0":{"w":100}}});if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function initScrollbar()
{jQuery('#community-container-inner').jScrollPane({showArrows:true,wheelSpeed:60,scrollbarWidth:9,scrollbarMargin:15});}
jQuery(document).ready(function()
{jQuery('.spotlight-item').hover
(function(){$(this).addClass('spotlight-item-hover')},function(){$(this).removeClass('spotlight-item-hover')}).click(function()
{var $link=$(this).children('h2').children('a');var $target=$link.attr('target');if($target=='')$target='_self';window.open($link.attr('href'),$target);return false;});var $background=new SWFObject('/flash/background.swf','background','100%','100%',10);$background.addParam('wmode','transparent');$background.addParam('allowScriptAccess','always');$background.addVariable('domain',DOMAIN);$background.addVariable('page',PAGE);$background.addVariable('time',new Date().time);$background.write('background');initScrollbar();jQuery('.product-box .product-box-image td a').hover(function(){$(this).parents('.product-box-image').next().addClass("hover");},function(){$(this).parents('.product-box-image').next().removeClass("hover");});});var Aspire={hasFireBug:function()
{return(window.console!='undefined');}};Shadowbox.init({handleOversize:'drag',resizeDuration:0.10,fadeDuration:0.10,overlayOpacity:0.6,viewportPadding:20,language:"nl",players:["img","swf","html","iframe"]});