var MooTools={version:"1.2.5",build:"008d8f0f2fcc2044e54fdd3635341aaab274e757"};var Native=function(l){l=l||{};var a=l.name;var j=l.legacy;var b=l.protect;var c=l.implement;var i=l.generics;var g=l.initialize;var h=l.afterImplement||function(){};var d=g||j;i=i!==false;d.constructor=Native;d.$family={name:"native"};if(j&&g){d.prototype=j.prototype;}d.prototype.constructor=d;if(a){var f=a.toLowerCase();d.prototype.$family={name:f};Native.typize(d,f);}var k=function(o,m,p,n){if(!b||n||!o.prototype[m]){o.prototype[m]=p;}if(i){Native.genericize(o,m,b);}h.call(o,m,p);return o;};d.alias=function(o,m,q){if(typeof o=="string"){var p=this.prototype[o];if((o=p)){return k(this,m,o,q);}}for(var n in o){this.alias(n,o[n],m);}return this;};d.implement=function(n,m,q){if(typeof n=="string"){return k(this,n,m,q);}for(var o in n){k(this,o,n[o],m);}return this;};if(c){d.implement(c);}return d;};Native.genericize=function(b,c,a){if((!a||!b[c])&&typeof b.prototype[c]=="function"){b[c]=function(){var d=Array.prototype.slice.call(arguments);return b.prototype[c].apply(d.shift(),d);};}};Native.implement=function(d,c){for(var b=0,a=d.length;b<a;b++){d[b].implement(c);}};Native.typize=function(a,b){if(!a.type){a.type=function(c){return($type(c)===b);};}};(function(){var a={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var j in a){new Native({name:j,initialize:a[j],protect:true});}var d={"boolean":Boolean,"native":Native,object:Object};for(var c in d){Native.typize(d[c],c);}var h={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};for(var f in h){for(var b=h[f].length;b--;){Native.genericize(a[f],h[f][b],true);}}})();var Hash=new Native({name:"Hash",initialize:function(a){if($type(a)=="hash"){a=$unlink(a.getClean());}for(var b in a){this[b]=a[b];}return this;}});Hash.implement({forEach:function(b,c){for(var a in this){if(this.hasOwnProperty(a)){b.call(c,this[a],a,this);}}},getClean:function(){var b={};for(var a in this){if(this.hasOwnProperty(a)){b[a]=this[a];}}return b;},getLength:function(){var b=0;for(var a in this){if(this.hasOwnProperty(a)){b++;}}return b;}});Hash.alias("forEach","each");Array.implement({forEach:function(c,d){for(var b=0,a=this.length;b<a;b++){c.call(d,this[b],b,this);}}});Array.alias("forEach","each");function $A(b){if(b.item){var a=b.length,c=new Array(a);while(a--){c[a]=b[a];}return c;}return Array.prototype.slice.call(b);}function $arguments(a){return function(){return arguments[a];};}function $chk(a){return!!(a||a===0);}function $clear(a){clearTimeout(a);clearInterval(a);return null;}function $defined(a){return(a!=undefined);}function $each(c,b,d){var a=$type(c);((a=="arguments"||a=="collection"||a=="array")?Array:Hash).each(c,b,d);}function $empty(){}function $extend(c,a){for(var b in(a||{})){c[b]=a[b];}return c;}function $H(a){return new Hash(a);}function $lambda(a){return($type(a)=="function")?a:function(){return a;};}function $merge(){var a=Array.slice(arguments);a.unshift({});return $mixin.apply(null,a);}function $mixin(f){for(var d=1,a=arguments.length;d<a;d++){var b=arguments[d];if($type(b)!="object"){continue;}for(var c in b){var h=b[c],g=f[c];f[c]=(g&&$type(h)=="object"&&$type(g)=="object")?$mixin(g,h):$unlink(h);}}return f;}function $pick(){for(var b=0,a=arguments.length;b<a;b++){if(arguments[b]!=undefined){return arguments[b];}}return null;}function $random(b,a){return Math.floor(Math.random()*(a-b+1)+b);}function $splat(b){var a=$type(b);return(a)?((a!="array"&&a!="arguments")?[b]:b):[];}var $time=Date.now||function(){return+new Date;};function $try(){for(var b=0,a=arguments.length;b<a;b++){try{return arguments[b]();}catch(c){}}return null;}function $type(a){if(a==undefined){return false;}if(a.$family){return(a.$family.name=="number"&&!isFinite(a))?false:a.$family.name;}if(a.nodeName){switch(a.nodeType){case 1:return"element";case 3:return(/\S/).test(a.nodeValue)?"textnode":"whitespace";}}else{if(typeof a.length=="number"){if(a.callee){return"arguments";}else{if(a.item){return"collection";}}}}return typeof a;}function $unlink(c){var b;switch($type(c)){case"object":b={};for(var f in c){b[f]=$unlink(c[f]);}break;case"hash":b=new Hash(c);break;case"array":b=[];for(var d=0,a=c.length;d<a;d++){b[d]=$unlink(c[d]);}break;default:return c;}return b;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?((document.querySelectorAll)?6:5):4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);},gecko:function(){return(!document.getBoxObjectFor&&window.mozInnerScreenX==null)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;Browser.detect=function(){for(var b in this.Engines){var a=this.Engines[b]();if(a){this.Engine={name:b,version:a};this.Engine[b]=this.Engine[b+a]=true;break;}}return{name:b,version:a};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");},function(){return new ActiveXObject("Microsoft.XMLHTTP");});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var a=($try(function(){return navigator.plugins["Shockwave Flash"].description;},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(a[0]||0+"."+a[1],10)||0,build:parseInt(a[2],10)||0};})();function $exec(b){if(!b){return b;}if(window.execScript){window.execScript(b);}else{var a=document.createElement("script");a.setAttribute("type","text/javascript");a[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=b;document.head.appendChild(a);document.head.removeChild(a);}return b;}Native.UID=1;var $uid=(Browser.Engine.trident)?function(a){return(a.uid||(a.uid=[Native.UID++]))[0];}:function(a){return a.uid||(a.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(a){$uid(a);if(!a.Element){a.Element=$empty;if(Browser.Engine.webkit){a.document.createElement("iframe");}a.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};}a.document.window=a;return $extend(a,Window.Prototype);},afterImplement:function(b,a){window[b]=Window.Prototype[b]=a;}});Window.Prototype={$family:{name:"window"}};new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(a){$uid(a);a.head=a.getElementsByTagName("head")[0];a.html=a.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){a.execCommand("BackgroundImageCache",false,true);});}if(Browser.Engine.trident){a.window.attachEvent("onunload",function(){a.window.detachEvent("onunload",arguments.callee);a.head=a.html=a.window=null;});}return $extend(a,Document.Prototype);},afterImplement:function(b,a){document[b]=Document.Prototype[b]=a;}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(c,d){for(var b=0,a=this.length;b<a;b++){if(!c.call(d,this[b],b,this)){return false;}}return true;},filter:function(d,f){var c=[];for(var b=0,a=this.length;b<a;b++){if(d.call(f,this[b],b,this)){c.push(this[b]);}}return c;},clean:function(){return this.filter($defined);},indexOf:function(c,d){var a=this.length;for(var b=(d<0)?Math.max(0,a+d):d||0;b<a;b++){if(this[b]===c){return b;}}return-1;},map:function(d,f){var c=[];for(var b=0,a=this.length;b<a;b++){c[b]=d.call(f,this[b],b,this);}return c;},some:function(c,d){for(var b=0,a=this.length;b<a;b++){if(c.call(d,this[b],b,this)){return true;}}return false;},associate:function(c){var d={},b=Math.min(this.length,c.length);for(var a=0;a<b;a++){d[c[a]]=this[a];}return d;},link:function(c){var a={};for(var f=0,b=this.length;f<b;f++){for(var d in c){if(c[d](this[f])){a[d]=this[f];delete c[d];break;}}}return a;},contains:function(a,b){return this.indexOf(a,b)!=-1;},extend:function(c){for(var b=0,a=c.length;b<a;b++){this.push(c[b]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;},include:function(a){if(!this.contains(a)){this.push(a);}return this;},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b]);}return this;},erase:function(b){for(var a=this.length;a--;a){if(this[a]===b){this.splice(a,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var d=[];for(var b=0,a=this.length;b<a;b++){var c=$type(this[b]);if(!c){continue;}d=d.concat((c=="array"||c=="collection"||c=="arguments")?Array.flatten(this[b]):this[b]);}return d;},hexToRgb:function(b){if(this.length!=3){return null;}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:"rgb("+a+")";},rgbToHex:function(d){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!d){return"transparent";}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);b.push((c.length==1)?"0"+c:c);}return(d)?b:"#"+b.join("");}});try{delete Function.prototype.bind;}catch(e){}Function.implement({extend:function(a){for(var b in a){this[b]=a[b];}return this;},create:function(b){var a=this;b=b||{};return function(d){var c=b.arguments;c=(c!=undefined)?$splat(c):Array.slice(arguments,(b.event)?1:0);if(b.event){c=[d||window.event].extend(c);}var f=function(){return a.apply(b.bind||null,c);};if(b.delay){return setTimeout(f,b.delay);}if(b.periodical){return setInterval(f,b.periodical);}if(b.attempt){return $try(f);}return f();};},run:function(a,b){return this.apply(b,$splat(a));},pass:function(a,b){return this.create({bind:b,arguments:a});},bind:function(b,a){return this.create({bind:b,arguments:a});},bindWithEvent:function(b,a){return this.create({bind:b,arguments:a,event:true});},attempt:function(a,b){return this.create({bind:b,arguments:a,attempt:true})();},delay:function(b,c,a){return this.create({bind:c,arguments:a,delay:b})();},periodical:function(c,b,a){return this.create({bind:b,arguments:a,periodical:c})();}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this));},round:function(a){a=Math.pow(10,a||0);return Math.round(this*a)/a;},times:function(b,c){for(var a=0;a<this;a++){b.call(c,a,this);}},toFloat:function(){return parseFloat(this);},toInt:function(a){return parseInt(this,a||10);}});Number.alias("times","each");(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat($A(arguments)));};}});Number.implement(a);})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(a,b){return((typeof a=="string")?new RegExp(a,b):a).test(this);},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase());});},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");},toInt:function(a){return parseInt(this,a||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(a)?a.slice(1).hexToRgb(b):null;},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null;},stripScripts:function(b){var a="";var c=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){a+=arguments[1]+"\n";return"";});if(b===true){$exec(a);}else{if($type(b)=="function"){b(a,c);}}return c;},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(d,c){if(d.charAt(0)=="\\"){return d.slice(1);}return(a[c]!=undefined)?a[c]:"";});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(b){for(var a in this){if(this.hasOwnProperty(a)&&this[a]===b){return a;}}return null;},hasValue:function(a){return(Hash.keyOf(this,a)!==null);},extend:function(a){Hash.each(a||{},function(c,b){Hash.set(this,b,c);},this);return this;},combine:function(a){Hash.each(a||{},function(c,b){Hash.include(this,b,c);},this);return this;},erase:function(a){if(this.hasOwnProperty(a)){delete this[a];}return this;},get:function(a){return(this.hasOwnProperty(a))?this[a]:null;},set:function(a,b){if(!this[a]||this.hasOwnProperty(a)){this[a]=b;}return this;},empty:function(){Hash.each(this,function(b,a){delete this[a];},this);return this;},include:function(a,b){if(this[a]==undefined){this[a]=b;}return this;},map:function(b,c){var a=new Hash;Hash.each(this,function(f,d){a.set(d,b.call(c,f,d,this));},this);return a;},filter:function(b,c){var a=new Hash;Hash.each(this,function(f,d){if(b.call(c,f,d,this)){a.set(d,f);}},this);return a;},every:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&!b.call(c,this[a],a)){return false;}}return true;},some:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&b.call(c,this[a],a)){return true;}}return false;},getKeys:function(){var a=[];Hash.each(this,function(c,b){a.push(b);});return a;},getValues:function(){var a=[];Hash.each(this,function(b){a.push(b);});return a;},toQueryString:function(a){var b=[];Hash.each(this,function(g,f){if(a){f=a+"["+f+"]";}var d;switch($type(g)){case"object":d=Hash.toQueryString(g,f);break;case"array":var c={};g.each(function(j,h){c[h]=j;});d=Hash.toQueryString(c,f);break;default:d=f+"="+encodeURIComponent(g);}if(g!=undefined){b.push(d);}});return b.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Event=new Native({name:"Event",initialize:function(a,g){g=g||window;var l=g.document;a=a||g.event;if(a.$extended){return a;}this.$extended=true;var k=a.type;var h=a.target||a.srcElement;while(h&&h.nodeType==3){h=h.parentNode;}if(k.test(/key/)){var b=a.which||a.keyCode;var n=Event.Keys.keyOf(b);if(k=="keydown"){var d=b-111;if(d>0&&d<13){n="f"+d;}}n=n||String.fromCharCode(b).toLowerCase();}else{if(k.match(/(click|mouse|menu)/i)){l=(!l.compatMode||l.compatMode=="CSS1Compat")?l.html:l.body;var j={x:a.pageX||a.clientX+l.scrollLeft,y:a.pageY||a.clientY+l.scrollTop};var c={x:(a.pageX)?a.pageX-g.pageXOffset:a.clientX,y:(a.pageY)?a.pageY-g.pageYOffset:a.clientY};if(k.match(/DOMMouseScroll|mousewheel/)){var i=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3;}var f=(a.which==3)||(a.button==2);var m=null;if(k.match(/over|out/)){switch(k){case"mouseover":m=a.relatedTarget||a.fromElement;break;case"mouseout":m=a.relatedTarget||a.toElement;}if(!(function(){while(m&&m.nodeType==3){m=m.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){m=false;}}}}return $extend(this,{event:a,type:k,page:j,client:c,rightClick:f,wheel:i,relatedTarget:m,target:h,code:b,key:n,shift:a.shiftKey,control:a.ctrlKey,alt:a.altKey,meta:a.metaKey});}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();}else{this.event.returnValue=false;}return this;}});function Class(b){if(b instanceof Function){b={initialize:b};}var a=function(){Object.reset(this);if(a._prototyping){return this;}this._current=$empty;var c=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return c;}.extend(this);a.implement(b);a.constructor=Class;a.prototype.constructor=a;return a;}Function.prototype.protect=function(){this._protected=true;return this;};Object.reset=function(a,c){if(c==null){for(var f in a){Object.reset(a,f);}return a;}delete a[c];switch($type(a[c])){case"object":var d=function(){};d.prototype=a[c];var b=new d;a[c]=Object.reset(b);break;case"array":a[c]=$unlink(a[c]);break;}return a;};new Native({name:"Class",initialize:Class}).extend({instantiate:function(b){b._prototyping=true;var a=new b;delete b._prototyping;return a;},wrap:function(a,b,c){if(c._origin){c=c._origin;}return function(){if(c._protected&&this._current==null){throw new Error('The method "'+b+'" cannot be called.');}var f=this.caller,g=this._current;this.caller=g;this._current=arguments.callee;var d=c.apply(this,arguments);this._current=g;this.caller=f;return d;}.extend({_owner:a,_origin:c,_name:b});}});Class.implement({implement:function(a,d){if($type(a)=="object"){for(var f in a){this.implement(f,a[f]);}return this;}var g=Class.Mutators[a];if(g){d=g.call(this,d);if(d==null){return this;}}var c=this.prototype;switch($type(d)){case"function":if(d._hidden){return this;}c[a]=Class.wrap(this,a,d);break;case"object":var b=c[a];if($type(b)=="object"){$mixin(b,d);}else{c[a]=$unlink(d);}break;case"array":c[a]=$unlink(d);break;default:c[a]=d;}return this;}});Class.Mutators={Extends:function(a){this.parent=a;this.prototype=Class.instantiate(a);this.implement("parent",function(){var b=this.caller._name,c=this.caller._owner.parent.prototype[b];if(!c){throw new Error('The method "'+b+'" has no parent.');}return c.apply(this,arguments);}.protect());},Implements:function(a){$splat(a).each(function(b){if(b instanceof Function){b=Class.instantiate(b);}this.implement(b);},this);}};var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(c,b,a){c=Events.removeOn(c);if(b!=$empty){this.$events[c]=this.$events[c]||[];this.$events[c].include(b);if(a){b.internal=true;}}return this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;},fireEvent:function(c,b,a){c=Events.removeOn(c);if(!this.$events||!this.$events[c]){return this;}this.$events[c].each(function(d){d.create({bind:this,delay:a,"arguments":b})();},this);return this;},removeEvent:function(b,a){b=Events.removeOn(b);if(!this.$events[b]){return this;}if(!a.internal){this.$events[b].erase(a);}return this;},removeEvents:function(c){var d;if($type(c)=="object"){for(d in c){this.removeEvent(d,c[d]);}return this;}if(c){c=Events.removeOn(c);}for(d in this.$events){if(c&&c!=d){continue;}var b=this.$events[d];for(var a=b.length;a--;a){this.removeEvent(d,b[a]);}}return this;}});Events.removeOn=function(a){return a.replace(/^on([A-Z])/,function(b,c){return c.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this;}for(var a in this.options){if($type(this.options[a])!="function"||!(/^on[A-Z]/).test(a)){continue;}this.addEvent(a,this.options[a]);delete this.options[a];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(a,b){var c=Element.Constructors.get(a);if(c){return c(b);}if(typeof a=="string"){return document.newElement(a,b);}return document.id(a).set(b);},afterImplement:function(a,b){Element.Prototype[a]=b;if(Array[a]){return;}Elements.implement(a,function(){var c=[],h=true;for(var f=0,d=this.length;f<d;f++){var g=this[f][a].apply(this[f],arguments);c.push(g);if(h){h=($type(g)=="element");}}return(h)?new Elements(c):c;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var g=Array.link(arguments,{properties:Object.type,iframe:$defined});var d=g.properties||{};var c=document.id(g.iframe);var f=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,c?(c.id||c.name):"IFrame_"+$time());c=new Element(c||"iframe",d);var b=function(){var h=$try(function(){return c.contentWindow.location.host;});if(!h||h==window.location.host){var i=new Window(c.contentWindow);new Document(c.contentWindow.document);$extend(i.Element.prototype,Element.Prototype);}f.call(c.contentWindow,c.contentWindow.document);};var a=$try(function(){return c.contentWindow;});((a&&a.document.body)||window.frames[d.id])?b():c.addListener("load",b);return c;}});var Elements=new Native({initialize:function(g,b){b=$extend({ddup:true,cash:true},b);g=g||[];if(b.ddup||b.cash){var h={},f=[];for(var c=0,a=g.length;c<a;c++){var d=document.id(g[c],!b.cash);if(b.ddup){if(h[d.uid]){continue;}h[d.uid]=true;}if(d){f.push(d);}}g=f;}return(b.cash)?$extend(g,this):g;}});Elements.implement({filter:function(a,b){if(!a){return this;}return new Elements(Array.filter(this,(typeof a=="string")?function(c){return c.match(a);}:a,b));}});(function(){var d;try{var a=document.createElement("<input name=x>");d=(a.name=="x");}catch(b){}var c=function(f){return(""+f).replace(/&/g,"&amp;").replace(/"/g,"&quot;");};Document.implement({newElement:function(f,g){if(g&&g.checked!=null){g.defaultChecked=g.checked;}if(d&&g){f="<"+f;if(g.name){f+=' name="'+c(g.name)+'"';}if(g.type){f+=' type="'+c(g.type)+'"';}f+=">";delete g.name;delete g.type;}return this.id(this.createElement(f)).set(g);},newTextNode:function(f){return this.createTextNode(f);},getDocument:function(){return this;},getWindow:function(){return this.window;},id:(function(){var f={string:function(i,h,g){i=g.getElementById(i);return(i)?f.element(i,h):null;},element:function(g,j){$uid(g);if(!j&&!g.$family&&!(/^object|embed$/i).test(g.tagName)){var h=Element.Prototype;for(var i in h){g[i]=h[i];}}return g;},object:function(h,i,g){if(h.toElement){return f.element(h.toElement(g),i);}return null;}};f.textnode=f.whitespace=f.window=f.document=$arguments(0);return function(h,j,i){if(h&&h.$family&&h.uid){return h;}var g=$type(h);return(f[g])?f[g](h,j,i||document):null;};})()});})();if(window.$==null){Window.implement({$:function(a,b){return document.id(a,b,this.document);}});}Window.implement({$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a);}var g=[];var c=Array.flatten(arguments);for(var d=0,b=c.length;d<b;d++){var f=c[d];switch($type(f)){case"element":g.push(f);break;case"string":g.extend(this.document.getElements(f,true));}}return new Elements(g);},getDocument:function(){return this.document;},getWindow:function(){return this;}});Native.implement([Element,Document],{getElement:function(a,b){return document.id(this.getElements(a,true)[0]||null,b);},getElements:function(a,d){a=a.split(",");var c=[];var b=(a.length>1);a.each(function(f){var g=this.getElementsByTagName(f.trim());(b)?c.extend(g):c=g;},this);return new Elements(c,{ddup:b,cash:!d});}});(function(){var i={},g={};var j={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var c=function(m){return(g[m]||(g[m]={}));};var h=function(o,m){if(!o){return;}var n=o.uid;if(m!==true){m=false;}if(Browser.Engine.trident){if(o.clearAttributes){var r=m&&o.cloneNode(false);o.clearAttributes();if(r){o.mergeAttributes(r);}}else{if(o.removeEvents){o.removeEvents();}}if((/object/i).test(o.tagName)){for(var q in o){if(typeof o[q]=="function"){o[q]=$empty;}}Element.dispose(o);}}if(!n){return;}i[n]=g[n]=null;};var d=function(){Hash.each(i,h);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(h);}if(window.CollectGarbage){CollectGarbage();}i=g=null;};var k=function(o,m,t,n,q,s){var p=o[t||m];var r=[];while(p){if(p.nodeType==1&&(!n||Element.match(p,n))){if(!q){return document.id(p,s);}r.push(p);}p=p[m];}return(q)?new Elements(r,{ddup:false,cash:!s}):null;};var f={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var b=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var l=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];b=b.associate(b);Hash.extend(f,b);Hash.extend(f,l.associate(l.map(String.toLowerCase)));var a={before:function(n,m){if(m.parentNode){m.parentNode.insertBefore(n,m);}},after:function(n,m){if(!m.parentNode){return;}var o=m.nextSibling;(o)?m.parentNode.insertBefore(n,o):m.parentNode.appendChild(n);},bottom:function(n,m){m.appendChild(n);},top:function(n,m){var o=m.firstChild;(o)?m.insertBefore(n,o):m.appendChild(n);}};a.inside=a.bottom;Hash.each(a,function(m,n){n=n.capitalize();Element.implement("inject"+n,function(o){m(this,document.id(o,true));return this;});Element.implement("grab"+n,function(o){m(document.id(o,true),this);return this;});});Element.implement({set:function(q,n){switch($type(q)){case"object":for(var o in q){this.set(o,q[o]);}break;case"string":var m=Element.Properties.get(q);(m&&m.set)?m.set.apply(this,Array.slice(arguments,1)):this.setProperty(q,n);}return this;},get:function(n){var m=Element.Properties.get(n);return(m&&m.get)?m.get.apply(this,Array.slice(arguments,1)):this.getProperty(n);},erase:function(n){var m=Element.Properties.get(n);(m&&m.erase)?m.erase.apply(this):this.removeProperty(n);return this;},setProperty:function(n,o){var m=f[n];if(o==undefined){return this.removeProperty(n);}if(m&&b[n]){o=!!o;}(m)?this[m]=o:this.setAttribute(n,""+o);return this;},setProperties:function(m){for(var n in m){this.setProperty(n,m[n]);}return this;},getProperty:function(n){var m=f[n];var o=(m)?this[m]:this.getAttribute(n,2);return(b[n])?!!o:(m)?o:o||null;},getProperties:function(){var m=$A(arguments);return m.map(this.getProperty,this).associate(m);},removeProperty:function(n){var m=f[n];(m)?this[m]=(m&&b[n])?false:"":this.removeAttribute(n);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;},hasClass:function(m){return this.className.contains(m," ");},addClass:function(m){if(!this.hasClass(m)){this.className=(this.className+" "+m).clean();}return this;},removeClass:function(m){this.className=this.className.replace(new RegExp("(^|\\s)"+m+"(?:\\s|$)"),"$1");return this;},toggleClass:function(m){return this.hasClass(m)?this.removeClass(m):this.addClass(m);},adopt:function(){Array.flatten(arguments).each(function(m){m=document.id(m,true);if(m){this.appendChild(m);}},this);return this;},appendText:function(n,m){return this.grab(this.getDocument().newTextNode(n),m);},grab:function(n,m){a[m||"bottom"](document.id(n,true),this);return this;},inject:function(n,m){a[m||"bottom"](this,document.id(n,true));return this;},replaces:function(m){m=document.id(m,true);m.parentNode.replaceChild(this,m);return this;},wraps:function(n,m){n=document.id(n,true);return this.replaces(n).grab(n,m);},getPrevious:function(m,n){return k(this,"previousSibling",null,m,false,n);},getAllPrevious:function(m,n){return k(this,"previousSibling",null,m,true,n);},getNext:function(m,n){return k(this,"nextSibling",null,m,false,n);},getAllNext:function(m,n){return k(this,"nextSibling",null,m,true,n);},getFirst:function(m,n){return k(this,"nextSibling","firstChild",m,false,n);},getLast:function(m,n){return k(this,"previousSibling","lastChild",m,false,n);},getParent:function(m,n){return k(this,"parentNode",null,m,false,n);},getParents:function(m,n){return k(this,"parentNode",null,m,true,n);},getSiblings:function(m,n){return this.getParent().getChildren(m,n).erase(this);},getChildren:function(m,n){return k(this,"nextSibling","firstChild",m,true,n);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(p,o){var n=this.ownerDocument.getElementById(p);if(!n){return null;}for(var m=n.parentNode;m!=this;m=m.parentNode){if(!m){return null;}}return document.id(n,o);},getSelected:function(){return new Elements($A(this.options).filter(function(m){return m.selected;}));},getComputedStyle:function(n){if(this.currentStyle){return this.currentStyle[n.camelCase()];}var m=this.getDocument().defaultView.getComputedStyle(this,null);return(m)?m.getPropertyValue([n.hyphenate()]):null;},toQueryString:function(){var m=[];this.getElements("input, select, textarea",true).each(function(n){if(!n.name||n.disabled||n.type=="submit"||n.type=="reset"||n.type=="file"){return;}var o=(n.tagName.toLowerCase()=="select")?Element.getSelected(n).map(function(p){return p.value;}):((n.type=="radio"||n.type=="checkbox")&&!n.checked)?null:n.value;$splat(o).each(function(p){if(typeof p!="undefined"){m.push(n.name+"="+encodeURIComponent(p));}});});return m.join("&");},clone:function(p,m){p=p!==false;var s=this.cloneNode(p);var o=function(w,v){if(!m){w.removeAttribute("id");}if(Browser.Engine.trident){w.clearAttributes();w.mergeAttributes(v);w.removeAttribute("uid");if(w.options){var x=w.options,t=v.options;for(var u=x.length;u--;){x[u].selected=t[u].selected;}}}var y=j[v.tagName.toLowerCase()];if(y&&v[y]){w[y]=v[y];}};if(p){var q=s.getElementsByTagName("*"),r=this.getElementsByTagName("*");for(var n=q.length;n--;){o(q[n],r[n]);}}o(s,this);return document.id(s);},destroy:function(){Element.empty(this);Element.dispose(this);h(this,true);return null;},empty:function(){$A(this.childNodes).each(function(m){Element.destroy(m);});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(m){m=document.id(m,true);if(!m){return false;}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(m.tagName)).contains(m);}return(this.contains)?(this!=m&&this.contains(m)):!!(this.compareDocumentPosition(m)&16);},match:function(m){return(!m||(m==this)||(Element.get(this,"tag")==m));}});Native.implement([Element,Window,Document],{addListener:function(p,o){if(p=="unload"){var m=o,n=this;o=function(){n.removeListener("unload",o);m();};}else{i[this.uid]=this;}if(this.addEventListener){this.addEventListener(p,o,false);}else{this.attachEvent("on"+p,o);}return this;},removeListener:function(n,m){if(this.removeEventListener){this.removeEventListener(n,m,false);}else{this.detachEvent("on"+n,m);}return this;},retrieve:function(n,m){var p=c(this.uid),o=p[n];if(m!=undefined&&o==undefined){o=p[n]=m;}return $pick(o);},store:function(n,m){var o=c(this.uid);o[n]=m;return this;},eliminate:function(m){var n=c(this.uid);delete n[m];return this;}});window.addListener("unload",d);})();Element.Properties=new Hash;Element.Properties.style={set:function(a){this.style.cssText=a;},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();}};Element.Properties.html=(function(){var c=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};a.thead=a.tfoot=a.tbody;var b={set:function(){var f=Array.flatten(arguments).join("");var g=Browser.Engine.trident&&a[this.get("tag")];if(g){var h=c;h.innerHTML=g[1]+f+g[2];for(var d=g[0];d--;){h=h.firstChild;}this.empty().adopt(h.childNodes);}else{this.innerHTML=f;}}};b.erase=b.set;return b;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;}var a=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var b=a.innerText;a.destroy();return b;}};}Element.Properties.events={set:function(a){this.addEvents(a);}};Native.implement([Element,Window,Document],{addEvent:function(f,h){var i=this.retrieve("events",{});i[f]=i[f]||{keys:[],values:[]};if(i[f].keys.contains(h)){return this;}i[f].keys.push(h);var g=f,a=Element.Events.get(f),c=h,j=this;if(a){if(a.onAdd){a.onAdd.call(this,h);}if(a.condition){c=function(k){if(a.condition.call(this,k)){return h.call(this,k);}return true;};}g=a.base||g;}var d=function(){return h.call(j);};var b=Element.NativeEvents[g];if(b){if(b==2){d=function(k){k=new Event(k,j.getWindow());if(c.call(j,k)===false){k.stop();}};}this.addListener(g,d);}i[f].values.push(d);return this;},removeEvent:function(c,b){var a=this.retrieve("events");if(!a||!a[c]){return this;}var g=a[c].keys.indexOf(b);if(g==-1){return this;}a[c].keys.splice(g,1);var f=a[c].values.splice(g,1)[0];var d=Element.Events.get(c);if(d){if(d.onRemove){d.onRemove.call(this,b);}c=d.base||c;}return(Element.NativeEvents[c])?this.removeListener(c,f):this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;},removeEvents:function(a){var c;if($type(a)=="object"){for(c in a){this.removeEvent(c,a[c]);}return this;}var b=this.retrieve("events");if(!b){return this;}if(!a){for(c in b){this.removeEvents(c);}this.eliminate("events");}else{if(b[a]){while(b[a].keys[0]){this.removeEvent(a,b[a].keys[0]);}b[a]=null;}}return this;},fireEvent:function(d,b,a){var c=this.retrieve("events");if(!c||!c[d]){return this;}c[d].keys.each(function(f){f.create({bind:this,delay:a,"arguments":b})();},this);return this;},cloneEvents:function(d,a){d=document.id(d);var c=d.retrieve("events");if(!c){return this;}if(!a){for(var b in c){this.cloneEvents(d,b);}}else{if(c[a]){c[a].keys.each(function(f){this.addEvent(a,f);},this);}}return this;}});try{if(typeof HTMLElement!="undefined"){HTMLElement.prototype.fireEvent=Element.prototype.fireEvent;}}catch(e){}Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};(function(){var a=function(b){var c=b.relatedTarget;if(c==undefined){return true;}if(c===false){return false;}return($type(this)!="document"&&c!=this&&c.prefix!="xul"&&!this.hasChild(c));};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});})();Element.Properties.styles={set:function(a){this.setStyles(a);}};Element.Properties.opacity={set:function(a,b){if(!b){if(a==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(a==1)?"":"alpha(opacity="+a*100+")";}this.style.opacity=a;this.store("opacity",a);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(a){return this.set("opacity",a,true);},getOpacity:function(){return this.get("opacity");},setStyle:function(b,a){switch(b){case"opacity":return this.set("opacity",parseFloat(a));case"float":b=(Browser.Engine.trident)?"styleFloat":"cssFloat";}b=b.camelCase();if($type(a)!="string"){var c=(Element.Styles.get(b)||"@").split(" ");a=$splat(a).map(function(f,d){if(!c[d]){return"";}return($type(f)=="number")?c[d].replace("@",Math.round(f)):f;}).join(" ");}else{if(a==String(Number(a))){a=Math.round(a);}}this.style[b]=a;return this;},getStyle:function(h){switch(h){case"opacity":return this.get("opacity");case"float":h=(Browser.Engine.trident)?"styleFloat":"cssFloat";}h=h.camelCase();var a=this.style[h];if(!$chk(a)){a=[];for(var g in Element.ShortStyles){if(h!=g){continue;}for(var f in Element.ShortStyles[g]){a.push(this.getStyle(f));}return a.join(" ");}a=this.getComputedStyle(h);}if(a){a=String(a);var c=a.match(/rgba?\([\d\s,]+\)/);if(c){a=a.replace(c[0],c[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a,10)))){if(h.test(/^(height|width)$/)){var b=(h=="width")?["left","right"]:["top","bottom"],d=0;b.each(function(i){d+=this.getStyle("border-"+i+"-width").toInt()+this.getStyle("padding-"+i).toInt();},this);return this["offset"+h.capitalize()]-d+"px";}if((Browser.Engine.presto)&&String(a).test("px")){return a;}if(h.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return a;},setStyles:function(b){for(var a in b){this.setStyle(a,b[a]);}return this;},getStyles:function(){var a={};Array.flatten(arguments).each(function(b){a[b]=this.getStyle(b);},this);return a;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(h){var g=Element.ShortStyles;var b=Element.Styles;["margin","padding"].each(function(i){var j=i+h;g[i][j]=b[j]="@px";});var f="border"+h;g.border[f]=b[f]="@px @ rgb(@, @, @)";var d=f+"Width",a=f+"Style",c=f+"Color";g[f]={};g.borderWidth[d]=g[f][d]=b[d]="@px";g.borderStyle[a]=g[f][a]=b[a]="@";g.borderColor[c]=g[f][c]=b[c]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(i,j){if(b(this)){this.getWindow().scrollTo(i,j);}else{this.scrollLeft=i;this.scrollTop=j;}return this;},getSize:function(){if(b(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};},getScrollSize:function(){if(b(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(b(this)){return this.getWindow().getScroll();}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var j=this,i={x:0,y:0};while(j&&!b(j)){i.x+=j.scrollLeft;i.y+=j.scrollTop;j=j.parentNode;}return i;},getOffsetParent:function(){var i=this;if(b(i)){return null;}if(!Browser.Engine.trident){return i.offsetParent;}while((i=i.parentNode)&&!b(i)){if(d(i,"position")!="static"){return i;}}return null;},getOffsets:function(){if(this.getBoundingClientRect){var k=this.getBoundingClientRect(),n=document.id(this.getDocument().documentElement),q=n.getScroll(),l=this.getScrolls(),j=this.getScroll(),i=(d(this,"position")=="fixed");return{x:k.left.toInt()+l.x-j.x+((i)?0:q.x)-n.clientLeft,y:k.top.toInt()+l.y-j.y+((i)?0:q.y)-n.clientTop};}var m=this,o={x:0,y:0};if(b(this)){return o;}while(m&&!b(m)){o.x+=m.offsetLeft;o.y+=m.offsetTop;if(Browser.Engine.gecko){if(!g(m)){o.x+=c(m);o.y+=h(m);}var p=m.parentNode;if(p&&d(p,"overflow")!="visible"){o.x+=c(p);o.y+=h(p);}}else{if(m!=this&&Browser.Engine.webkit){o.x+=c(m);o.y+=h(m);}}m=m.offsetParent;}if(Browser.Engine.gecko&&!g(this)){o.x-=c(this);o.y-=h(this);}return o;},getPosition:function(l){if(b(this)){return{x:0,y:0};}var m=this.getOffsets(),j=this.getScrolls();var i={x:m.x-j.x,y:m.y-j.y};var k=(l&&(l=document.id(l)))?l.getPosition():{x:0,y:0};return{x:i.x-k.x,y:i.y-k.y};},getCoordinates:function(k){if(b(this)){return this.getWindow().getCoordinates();}var i=this.getPosition(k),j=this.getSize();var l={left:i.x,top:i.y,width:j.x,height:j.y};l.right=l.left+l.width;l.bottom=l.top+l.height;return l;},computePosition:function(i){return{left:i.x-f(this,"margin-left"),top:i.y-f(this,"margin-top")};},setPosition:function(i){return this.setStyles(this.computePosition(i));}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var j=this.getWindow();return{x:j.innerWidth,y:j.innerHeight};}var i=a(this);return{x:i.clientWidth,y:i.clientHeight};},getScroll:function(){var j=this.getWindow(),i=a(this);return{x:j.pageXOffset||i.scrollLeft,y:j.pageYOffset||i.scrollTop};},getScrollSize:function(){var j=a(this),i=this.getSize();return{x:Math.max(j.scrollWidth,i.x),y:Math.max(j.scrollHeight,i.y)};},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var i=this.getSize();return{top:0,left:0,bottom:i.y,right:i.x,height:i.y,width:i.x};}});var d=Element.getComputedStyle;function f(i,j){return d(i,j).toInt()||0;}function g(i){return d(i,"-moz-box-sizing")=="border-box";}function h(i){return f(i,"border-top-width");}function c(i){return f(i,"border-left-width");}function b(i){return(/^(?:body|html)$/i).test(i.tagName);}function a(i){var j=i.getDocument();return(!j.compatMode||j.compatMode=="CSS1Compat")?j.html:j.body;}})();Element.alias("setPosition","position");Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;}});Native.implement([Document,Element],{getElements:function(j,h){j=j.split(",");var c,f={};for(var d=0,b=j.length;d<b;d++){var a=j[d],g=Selectors.Utils.search(this,a,f);if(d!=0&&g.item){g=$A(g);}c=(d==0)?g:(c.item)?$A(c).concat(g):c.concat(g);}return new Elements(c,{ddup:(j.length>1),cash:!h});}});Element.implement({match:function(b){if(!b||(b==this)){return true;}var d=Selectors.Utils.parseTagAndID(b);var a=d[0],f=d[1];if(!Selectors.Filters.byID(this,f)||!Selectors.Filters.byTag(this,a)){return false;}var c=Selectors.Utils.parseSelector(b);return(c)?Selectors.Utils.filter(this,c,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};Selectors.Utils={chk:function(b,c){if(!c){return true;}var a=$uid(b);if(!c[a]){return c[a]=true;}return false;},parseNthArgument:function(i){if(Selectors.Cache.nth[i]){return Selectors.Cache.nth[i];}var f=i.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!f){return false;}var h=parseInt(f[1],10);var d=(h||h===0)?h:1;var g=f[2]||false;var c=parseInt(f[3],10)||0;if(d!=0){c--;while(c<1){c+=d;}while(c>=d){c-=d;}}else{d=c;g="index";}switch(g){case"n":f={a:d,b:c,special:"n"};break;case"odd":f={a:2,b:0,special:"n"};break;case"even":f={a:2,b:1,special:"n"};break;case"first":f={a:0,special:"index"};break;case"last":f={special:"last-child"};break;case"only":f={special:"only-child"};break;default:f={a:(d-1),special:"index"};}return Selectors.Cache.nth[i]=f;},parseSelector:function(f){if(Selectors.Cache.parsed[f]){return Selectors.Cache.parsed[f];}var d,i={classes:[],pseudos:[],attributes:[]};while((d=Selectors.RegExps.combined.exec(f))){var j=d[1],h=d[2],g=d[3],b=d[5],c=d[6],k=d[7];if(j){i.classes.push(j);}else{if(c){var a=Selectors.Pseudo.get(c);if(a){i.pseudos.push({parser:a,argument:k});}else{i.attributes.push({name:c,operator:"=",value:k});}}else{if(h){i.attributes.push({name:h,operator:g,value:b});}}}}if(!i.classes.length){delete i.classes;}if(!i.attributes.length){delete i.attributes;}if(!i.pseudos.length){delete i.pseudos;}if(!i.classes&&!i.attributes&&!i.pseudos){i=null;}return Selectors.Cache.parsed[f]=i;},parseTagAndID:function(b){var a=b.match(Selectors.RegExps.tag);var c=b.match(Selectors.RegExps.id);return[(a)?a[1]:"*",(c)?c[1]:false];},filter:function(g,c,f){var d;if(c.classes){for(d=c.classes.length;d--;d){var h=c.classes[d];if(!Selectors.Filters.byClass(g,h)){return false;}}}if(c.attributes){for(d=c.attributes.length;d--;d){var b=c.attributes[d];if(!Selectors.Filters.byAttribute(g,b.name,b.operator,b.value)){return false;}}}if(c.pseudos){for(d=c.pseudos.length;d--;d){var a=c.pseudos[d];if(!Selectors.Filters.byPseudo(g,a.parser,a.argument,f)){return false;}}}return true;},getByTagAndID:function(b,a,d){if(d){var c=(b.getElementById)?b.getElementById(d,true):Element.getElementById(b,d,true);return(c&&Selectors.Filters.byTag(c,a))?[c]:[];}else{return b.getElementsByTagName(a);}},search:function(p,o,u){var b=[];var c=o.trim().replace(Selectors.RegExps.splitter,function(k,j,i){b.push(j);return":)"+i;}).split(":)");var q,f,B;for(var A=0,w=c.length;A<w;A++){var z=c[A];if(A==0&&Selectors.RegExps.quick.test(z)){q=p.getElementsByTagName(z);continue;}var a=b[A-1];var r=Selectors.Utils.parseTagAndID(z);var C=r[0],s=r[1];if(A==0){q=Selectors.Utils.getByTagAndID(p,C,s);}else{var d={},h=[];for(var y=0,x=q.length;y<x;y++){h=Selectors.Getters[a](h,q[y],C,s,d);}q=h;}var g=Selectors.Utils.parseSelector(z);if(g){f=[];for(var v=0,t=q.length;v<t;v++){B=q[v];if(Selectors.Utils.filter(B,g,u)){f.push(B);}}q=f;}}return q;}};Selectors.Getters={" ":function(j,h,k,a,f){var d=Selectors.Utils.getByTagAndID(h,k,a);for(var c=0,b=d.length;c<b;c++){var g=d[c];if(Selectors.Utils.chk(g,f)){j.push(g);}}return j;},">":function(j,h,k,a,g){var c=Selectors.Utils.getByTagAndID(h,k,a);for(var f=0,d=c.length;f<d;f++){var b=c[f];if(b.parentNode==h&&Selectors.Utils.chk(b,g)){j.push(b);}}return j;},"+":function(c,b,a,f,d){while((b=b.nextSibling)){if(b.nodeType==1){if(Selectors.Utils.chk(b,d)&&Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,f)){c.push(b);}break;}}return c;},"~":function(c,b,a,f,d){while((b=b.nextSibling)){if(b.nodeType==1){if(!Selectors.Utils.chk(b,d)){break;}if(Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,f)){c.push(b);}}}return c;}};Selectors.Filters={byTag:function(b,a){return(a=="*"||(b.tagName&&b.tagName.toLowerCase()==a));},byID:function(a,b){return(!b||(a.id&&a.id==b));},byClass:function(b,a){return(b.className&&b.className.contains&&b.className.contains(a," "));},byPseudo:function(a,d,c,b){return d.call(a,c,b);},byAttribute:function(c,d,b,f){var a=Element.prototype.getProperty.call(c,d);if(!a){return(b=="!=");}if(!b||f==undefined){return true;}switch(b){case"=":return(a==f);case"*=":return(a.contains(f));case"^=":return(a.substr(0,f.length)==f);case"$=":return(a.substr(a.length-f.length)==f);case"!=":return(a!=f);case"~=":return a.contains(f," ");case"|=":return a.contains(f,"-");}return false;}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return!(this.innerText||this.textContent||"").length;},not:function(a){return!Element.match(this,a);},contains:function(a){return(this.innerText||this.textContent||"").contains(a);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"only-child":function(){var b=this;while((b=b.previousSibling)){if(b.nodeType==1){return false;}}var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"nth-child":function(h,f){h=(h==undefined)?"n":h;var c=Selectors.Utils.parseNthArgument(h);if(c.special!="n"){return Selectors.Pseudo[c.special].call(this,c.a,f);}var g=0;f.positions=f.positions||{};var d=$uid(this);if(!f.positions[d]){var b=this;while((b=b.previousSibling)){if(b.nodeType!=1){continue;}g++;var a=f.positions[$uid(b)];if(a!=undefined){g=a+g;break;}}f.positions[d]=g;}return(f.positions[d]%c.a==c.b);},index:function(a){var b=this,c=0;while((b=b.previousSibling)){if(b.nodeType==1&&++c>a){return false;}}return(c==a);},even:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n+1",a);},odd:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n",a);},selected:function(){return this.selected;},enabled:function(){return(this.disabled===false);}});Element.Events.domready={onAdd:function(a){if(Browser.loaded){a.call(this);}}};(function(){var b=function(){if(Browser.loaded){return;}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready");};window.addEvent("load",b);if(Browser.Engine.trident){var a=document.createElement("div");(function(){($try(function(){a.doScroll();return document.id(a).inject(document.body).set("html","temp").dispose();}))?b():arguments.callee.delay(50);})();}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?b():arguments.callee.delay(50);})();}else{document.addEvent("DOMContentLoaded",b);}}})();var JSON=new Hash(this.JSON&&{stringify:JSON.stringify,parse:JSON.parse}).extend({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(a){return JSON.$specialChars[a]||"\\u00"+Math.floor(a.charCodeAt()/16).toString(16)+(a.charCodeAt()%16).toString(16);},encode:function(b){switch($type(b)){case"string":return'"'+b.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(b.map(JSON.encode).clean())+"]";case"object":case"hash":var a=[];Hash.each(b,function(f,d){var c=JSON.encode(f);if(c){a.push(JSON.encode(d)+":"+c);}});return"{"+a+"}";case"number":case"boolean":return String(b);case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;}return eval("("+string+")");}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(b,a){this.key=b;this.setOptions(a);},write:function(b){b=encodeURIComponent(b);if(this.options.domain){b+="; domain="+this.options.domain;}if(this.options.path){b+="; path="+this.options.path;}if(this.options.duration){var a=new Date();a.setTime(a.getTime()+this.options.duration*24*60*60*1000);b+="; expires="+a.toGMTString();}if(this.options.secure){b+="; secure";}this.options.document.cookie=this.key+"="+b;return this;},read:function(){var a=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(a)?decodeURIComponent(a[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(b,c,a){return new Cookie(b,a).write(c);};Cookie.read=function(a){return new Cookie(a).read();};Cookie.dispose=function(b,a){return new Cookie(b,a).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;},initialize:function(m,n){this.instance="Swiff_"+$time();this.setOptions(n);n=this.options;var b=this.id=n.id||this.instance;var a=document.id(n.container);Swiff.CallBacks[this.instance]={};var f=n.params,h=n.vars,g=n.callBacks;var i=$extend({height:n.height,width:n.width},n.properties);var l=this;for(var d in g){Swiff.CallBacks[this.instance][d]=(function(o){return function(){return o.apply(l.object,arguments);};})(g[d]);h[d]="Swiff.CallBacks."+this.instance+"."+d;}f.flashVars=Hash.toQueryString(h);if(Browser.Engine.trident){i.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";f.movie=m;}else{i.type="application/x-shockwave-flash";i.data=m;}var k='<object id="'+b+'"';for(var j in i){k+=" "+j+'="'+i[j]+'"';}k+=">";for(var c in f){if(f[c]){k+='<param name="'+c+'" value="'+f[c]+'" />';}}k+="</object>";this.object=((a)?a.empty():new Element("div")).set("html",k).firstChild;},replaces:function(a){a=document.id(a,true);a.parentNode.replaceChild(this.toElement(),a);return this;},inject:function(a){document.id(a,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(a){this.subject=this.subject||this;this.setOptions(a);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var b=this.options.wait;if(b===false){this.options.link="cancel";}},getTransition:function(){return function(a){return-(Math.cos(Math.PI*a)-1)/2;};},step:function(){var a=$time();if(a<this.time+this.options.duration){var b=this.transition((a-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,b));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(a){return a;},compute:function(c,b,a){return Fx.compute(c,b,a);},check:function(){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false;}return false;},start:function(b,a){if(!this.check(b,a)){return this;}this.from=b;this.to=a;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(c,b,a){return(b-c)*a+c;};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(d,f,b){b=$splat(b);var c=b[1];if(!$chk(c)){b[1]=b[0];b[0]=d.getStyle(f);}var a=b.map(this.parse);return{from:a[0],to:a[1]};},parse:function(a){a=$lambda(a)();a=(typeof a=="string")?a.split(" "):$splat(a);return a.map(function(c){c=String(c);var b=false;Fx.CSS.Parsers.each(function(g,f){if(b){return;}var d=g.parse(c);if($chk(d)){b={value:d,parser:g};}});b=b||{value:c,parser:Fx.CSS.Parsers.String};return b;});},compute:function(d,c,b){var a=[];(Math.min(d.length,c.length)).times(function(f){a.push({value:d[f].parser.compute(d[f].value,c[f].value,b),parser:d[f].parser});});a.$family={name:"fx:css:value"};return a;},serve:function(c,b){if($type(c)!="fx:css:value"){c=this.parse(c);}var a=[];c.each(function(d){a=a.concat(d.parser.serve(d.value,b));});return a;},render:function(a,d,c,b){a.setStyle(d,this.serve(c,b));},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a];}var b={};Array.each(document.styleSheets,function(f,d){var c=f.href;if(c&&c.contains("://")&&!c.contains(document.domain)){return;}var g=f.rules||f.cssRules;Array.each(g,function(k,h){if(!k.style){return;}var j=(k.selectorText)?k.selectorText.replace(/^\w+/,function(i){return i.toLowerCase();}):null;if(!j||!j.test("^"+a+"$")){return;}Element.Styles.each(function(l,i){if(!k.style[i]||Element.ShortStyles[i]){return;}l=String(k.style[i]);b[i]=(l.test(/^rgb/))?l.rgbToHex():l;});});});return Fx.CSS.Cache[a]=b;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true);}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false;},compute:function(c,b,a){return c.map(function(f,d){return Math.round(Fx.compute(c[d],b[d],a));});},serve:function(a){return a.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(b,a){if(arguments.length==1){a=b;b=this.property||this.options.property;}this.render(this.element,b,a,this.options.unit);return this;},start:function(c,f,d){if(!this.check(c,f,d)){return this;}var b=Array.flatten(arguments);this.property=this.options.property||b.shift();var a=this.prepare(this.element,this.property,b);return this.parent(a.from,a.to);}});Element.Properties.tween={set:function(a){var b=this.retrieve("tween");if(b){b.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},a));},get:function(a){if(a||!this.retrieve("tween")){if(a||!this.retrieve("tween:options")){this.set("tween",a);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));}return this.retrieve("tween");}};Element.implement({tween:function(a,c,b){this.get("tween").start(arguments);return this;},fade:function(c){var f=this.get("tween"),d="opacity",a;c=$pick(c,"toggle");switch(c){case"in":f.start(d,1);break;case"out":f.start(d,0);break;case"show":f.set(d,1);break;case"hide":f.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);f.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:f.start(d,arguments);}if(!a){this.eliminate("fade:flag");}return this;},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));a=(a=="transparent")?"#fff":a;}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));b.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(a){if(typeof a=="string"){a=this.search(a);}for(var b in a){this.render(this.element,b,a[b],this.options.unit);}return this;},compute:function(f,d,c){var a={};for(var b in f){a[b]=this.parent(f[b],d[b],c);}return a;},start:function(b){if(!this.check(b)){return this;}if(typeof b=="string"){b=this.search(b);}var f={},d={};for(var c in b){var a=this.prepare(this.element,c,b[c]);f[c]=a.from;d[c]=a.to;}return this.parent(f,d);}});Element.Properties.morph={set:function(a){var b=this.retrieve("morph");if(b){b.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},a));},get:function(a){if(a||!this.retrieve("morph")){if(a||!this.retrieve("morph:options")){this.set("morph",a);}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));}return this.retrieve("morph");}};Element.implement({morph:function(a){this.get("morph").start(a);return this;}});Fx.implement({getTransition:function(){var a=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof a=="string"){var b=a.split(":");a=Fx.Transitions;a=a[b[0]]||a[b[0].capitalize()];if(b[1]){a=a["ease"+b[1].capitalize()+(b[2]?b[2].capitalize():"")];}}return a;}});Fx.Transition=function(b,a){a=$splat(a);return $extend(b,{easeIn:function(c){return b(c,a);},easeOut:function(c){return 1-b(1-c,a);},easeInOut:function(c){return(c<=0.5)?b(2*c,a)/2:(2-b(2*(1-c),a))/2;}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(a){for(var b in a){Fx.Transitions[b]=new Fx.Transition(a[b]);}};Fx.Transitions.extend({Pow:function(b,a){return Math.pow(b,a[0]||6);},Expo:function(a){return Math.pow(2,8*(a-1));},Circ:function(a){return 1-Math.sin(Math.acos(a));},Sine:function(a){return 1-Math.sin((1-a)*Math.PI/2);},Back:function(b,a){a=a[0]||1.618;return Math.pow(b,2)*((a+1)*b-a);},Bounce:function(g){var f;for(var d=0,c=1;1;d+=c,c/=2){if(g>=(7-4*d)/11){f=c*c-Math.pow((11-6*d-11*g)/4,2);break;}}return f;},Elastic:function(b,a){return Math.pow(2,10*--b)*Math.cos(20*b*Math.PI*(a[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(b,a){Fx.Transitions[b]=new Fx.Transition(function(c){return Math.pow(c,[a+2]);});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false,noCache:false},initialize:function(a){this.xhr=new Browser.Request();this.setOptions(a);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));this.xhr.onreadystatechange=$empty;if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}},isSuccess:function(){return((this.status>=200)&&(this.status<300));},processScripts:function(a){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(a);}return a.stripScripts(this.options.evalScripts);},success:function(b,a){this.onSuccess(this.processScripts(b),a);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(a,b){this.headers.set(a,b);return this;},getHeader:function(a){return $try(function(){return this.xhr.getResponseHeader(a);}.bind(this));},check:function(){if(!this.running){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false;}return false;},send:function(l){if(!this.check(l)){return this;}this.running=true;var j=$type(l);if(j=="string"||j=="element"){l={data:l};}var d=this.options;l=$extend({data:d.data,url:d.url,method:d.method},l);var h=l.data,b=String(l.url),a=l.method.toLowerCase();switch($type(h)){case"element":h=document.id(h).toQueryString();break;case"object":case"hash":h=Hash.toQueryString(h);}if(this.options.format){var k="format="+this.options.format;h=(h)?k+"&"+h:k;}if(this.options.emulation&&!["get","post"].contains(a)){var i="_method="+a;h=(h)?i+"&"+h:i;a="post";}if(this.options.urlEncoded&&a=="post"){var c=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+c);}if(this.options.noCache){var g="noCache="+new Date().getTime();h=(h)?g+"&"+h:g;}var f=b.lastIndexOf("/");if(f>-1&&(f=b.indexOf("#"))>-1){b=b.substr(0,f);}if(h&&a=="get"){b=b+(b.contains("?")?"&":"?")+h;h=null;}this.xhr.open(a.toUpperCase(),b,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(n,m){try{this.xhr.setRequestHeader(m,n);}catch(o){this.fireEvent("exception",[m,n]);}},this);this.fireEvent("request");this.xhr.send(h);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var a={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(b){a[b]=function(){var c=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(c,{method:b}));};});Request.implement(a);})();Element.Properties.send={set:function(a){var b=this.retrieve("send");if(b){b.cancel();}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},a));},get:function(a){if(a||!this.retrieve("send")){if(a||!this.retrieve("send:options")){this.set("send",a);}this.store("send",new Request(this.retrieve("send:options")));}return this.retrieve("send");}};Element.implement({send:function(a){var b=this.get("send");b.send({data:this,url:a||b.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,append:false,evalScripts:true,filter:false},processHTML:function(c){var b=c.match(/<body[^>]*>([\s\S]*?)<\/body>/i);c=(b)?b[1]:c;var a=new Element("div");return $try(function(){var d="<root>"+c+"</root>",h;if(Browser.Engine.trident){h=new ActiveXObject("Microsoft.XMLDOM");h.async=false;h.loadXML(d);}else{h=new DOMParser().parseFromString(d,"text/xml");}d=h.getElementsByTagName("root")[0];if(!d){return null;}for(var g=0,f=d.childNodes.length;g<f;g++){var j=Element.clone(d.childNodes[g],true,true);if(j){a.grab(j);}}return a;})||a.set("html",c);},success:function(d){var c=this.options,b=this.response;b.html=d.stripScripts(function(f){b.javascript=f;});var a=this.processHTML(b.html);b.tree=a.childNodes;b.elements=a.getElements("*");if(c.filter){b.tree=b.elements.filter(c.filter);}if(c.update){document.id(c.update).empty().set("html",b.html);}else{if(c.append){document.id(c.append).adopt(a.getChildren());}}if(c.evalScripts){$exec(b.javascript);}this.onSuccess(b.tree,b.elements,b.html,b.javascript);}});Element.Properties.load={set:function(a){var b=this.retrieve("load");if(b){b.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},a));},get:function(a){if(a||!this.retrieve("load")){if(a||!this.retrieve("load:options")){this.set("load",a);}this.store("load",new Request.HTML(this.retrieve("load:options")));}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(a){this.parent(a);this.headers.extend({Accept:"application/json","X-Request":"JSON"});},success:function(a){this.response.json=JSON.decode(a,this.options.secure);this.onSuccess(this.response.json,a);}});MooTools.More={version:"1.2.4.2",build:"bd5a93c0913cce25917c48cbdacde568e15e02ef"};Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(b,a){this.elements=this.subject=$$(b);this.parent(a);},compute:function(h,j,k){var c={};for(var d in h){var a=h[d],f=j[d],g=c[d]={};for(var b in a){g[b]=this.parent(a[b],f[b],k);}}return c;},set:function(b){for(var c in b){var a=b[c];for(var d in a){this.render(this.elements[c],d,a[d],this.options.unit);}}return this;},start:function(c){if(!this.check(c)){return this;}var j={},k={};for(var d in c){var g=c[d],a=j[d]={},h=k[d]={};for(var b in g){var f=this.prepare(this.elements[d],b,g[b]);a[b]=f.from;h[b]=f.to;}}return this.parent(j,k);}});var Accordion=Fx.Accordion=new Class({Extends:Fx.Elements,options:{display:0,show:false,height:true,width:false,opacity:true,alwaysHide:false,trigger:"click",initialDisplayFx:true,returnHeightToAuto:true},initialize:function(){var c=Array.link(arguments,{container:Element.type,options:Object.type,togglers:$defined,elements:$defined});this.parent(c.elements,c.options);this.togglers=$$(c.togglers);this.container=document.id(c.container);this.previous=-1;this.internalChain=new Chain();if(this.options.alwaysHide){this.options.wait=true;}if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show;}if(this.options.start){this.options.display=false;this.options.show=false;}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity";}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth";}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight";}for(var b=0,a=this.togglers.length;b<a;b++){this.addSection(this.togglers[b],this.elements[b]);}this.elements.each(function(f,d){if(this.options.show===d){this.fireEvent("active",[this.togglers[d],f]);}else{for(var g in this.effects){f.setStyle(g,0);}}},this);if($chk(this.options.display)){this.display(this.options.display,this.options.initialDisplayFx);}this.addEvent("complete",this.internalChain.callChain.bind(this.internalChain));},addSection:function(f,c){f=document.id(f);c=document.id(c);var g=this.togglers.contains(f);this.togglers.include(f);this.elements.include(c);var a=this.togglers.indexOf(f);var b=this.display.bind(this,a);f.store("accordion:display",b);f.addEvent(this.options.trigger,b);if(this.options.height){c.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"});}if(this.options.width){c.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"});}c.fullOpacity=1;if(this.options.fixedWidth){c.fullWidth=this.options.fixedWidth;}if(this.options.fixedHeight){c.fullHeight=this.options.fixedHeight;}c.setStyle("overflow","hidden");if(!g){for(var d in this.effects){c.setStyle(d,0);}}return this;},detach:function(){this.togglers.each(function(a){a.removeEvent(this.options.trigger,a.retrieve("accordion:display"));},this);},display:function(a,b){if(!this.check(a,b)){return this;}b=$pick(b,true);if(this.options.returnHeightToAuto){var d=this.elements[this.previous];if(d&&!this.selfHidden){for(var c in this.effects){d.setStyle(c,d[this.effects[c]]);}}}a=($type(a)=="element")?this.elements.indexOf(a):a;if((this.timer&&this.options.wait)||(a===this.previous&&!this.options.alwaysHide)){return this;}this.previous=a;var f={};this.elements.each(function(j,h){f[h]={};var g;if(h!=a){g=true;}else{if(this.options.alwaysHide&&((j.offsetHeight>0&&this.options.height)||j.offsetWidth>0&&this.options.width)){g=true;this.selfHidden=true;}}this.fireEvent(g?"background":"active",[this.togglers[h],j]);for(var k in this.effects){f[h][k]=g?0:j[this.effects[k]];}},this);this.internalChain.chain(function(){if(this.options.returnHeightToAuto&&!this.selfHidden){var g=this.elements[a];if(g){g.setStyle("height","auto");}}}.bind(this));return b?this.start(f):this.set(f);}});Fx.Scroll=new Class({Extends:Fx,options:{offset:{x:0,y:0},wheelStops:true},initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);var d=this.cancel.bind(this,false);if($type(this.element)!="element"){this.element=document.id(this.element.getDocument().body);}var c=this.element;if(this.options.wheelStops){this.addEvent("start",function(){c.addEvent("mousewheel",d);},true);this.addEvent("complete",function(){c.removeEvent("mousewheel",d);},true);}},set:function(){var a=Array.flatten(arguments);if(Browser.Engine.gecko){a=[Math.round(a[0]),Math.round(a[1])];}this.element.scrollTo(a[0],a[1]);},compute:function(c,b,a){return[0,1].map(function(d){return Fx.compute(c[d],b[d],a);});},start:function(c,h){if(!this.check(c,h)){return this;}var f=this.element.getScrollSize(),b=this.element.getScroll(),d={x:c,y:h};for(var g in d){var a=f[g];if($chk(d[g])){d[g]=($type(d[g])=="number")?d[g]:a;}else{d[g]=b[g];}d[g]+=this.options.offset[g];}return this.parent([b.x,b.y],[d.x,d.y]);},toTop:function(){return this.start(false,0);},toLeft:function(){return this.start(0,false);},toRight:function(){return this.start("right",false);},toBottom:function(){return this.start(false,"bottom");},toElement:function(b){var a=document.id(b).getPosition(this.element);return this.start(a.x,a.y);},scrollIntoView:function(c,f,d){f=f?$splat(f):["x","y"];var i={};c=document.id(c);var g=c.getPosition(this.element);var j=c.getSize();var h=this.element.getScroll();var a=this.element.getSize();var b={x:g.x+j.x,y:g.y+j.y};["x","y"].each(function(k){if(f.contains(k)){if(b[k]>h[k]+a[k]){i[k]=b[k]-a[k];}if(g[k]<h[k]){i[k]=g[k];}}if(i[k]==null){i[k]=h[k];}if(d&&d[k]){i[k]=i[k]+d[k];}},this);if(i.x!=h.x||i.y!=h.y){this.start(i.x,i.y);}return this;},scrollToCenter:function(c,f,d){f=f?$splat(f):["x","y"];c=$(c);var i={},g=c.getPosition(this.element),j=c.getSize(),h=this.element.getScroll(),a=this.element.getSize(),b={x:g.x+j.x,y:g.y+j.y};["x","y"].each(function(k){if(f.contains(k)){i[k]=g[k]-(a[k]-j[k])/2;}if(i[k]==null){i[k]=h[k];}if(d&&d[k]){i[k]=i[k]+d[k];}},this);if(i.x!=h.x||i.y!=h.y){this.start(i.x,i.y);}return this;}});Fx.Slide=new Class({Extends:Fx,options:{mode:"vertical",hideOverflow:true},initialize:function(b,a){this.addEvent("complete",function(){this.open=(this.wrapper["offset"+this.layout.capitalize()]!=0);if(this.open&&Browser.Engine.webkit419){this.element.dispose().inject(this.wrapper);}},true);this.element=this.subject=document.id(b);this.parent(a);var d=this.element.retrieve("wrapper");var c=this.element.getStyles("margin","position","overflow");if(this.options.hideOverflow){c=$extend(c,{overflow:"hidden"});}this.wrapper=d||new Element("div",{styles:c}).wraps(this.element);this.element.store("wrapper",this.wrapper).setStyle("margin",0);this.now=[];this.open=true;},vertical:function(){this.margin="margin-top";this.layout="height";this.offset=this.element.offsetHeight;},horizontal:function(){this.margin="margin-left";this.layout="width";this.offset=this.element.offsetWidth;},set:function(a){this.element.setStyle(this.margin,a[0]);this.wrapper.setStyle(this.layout,a[1]);return this;},compute:function(c,b,a){return[0,1].map(function(d){return Fx.compute(c[d],b[d],a);});},start:function(b,f){if(!this.check(b,f)){return this;}this[f||this.options.mode]();var d=this.element.getStyle(this.margin).toInt();var c=this.wrapper.getStyle(this.layout).toInt();var a=[[d,c],[0,this.offset]];var h=[[d,c],[-this.offset,0]];var g;switch(b){case"in":g=a;break;case"out":g=h;break;case"toggle":g=(c==0)?a:h;}return this.parent(g[0],g[1]);},slideIn:function(a){return this.start("in",a);},slideOut:function(a){return this.start("out",a);},hide:function(a){this[a||this.options.mode]();this.open=false;return this.set([-this.offset,0]);},show:function(a){this[a||this.options.mode]();this.open=true;return this.set([0,this.offset]);},toggle:function(a){return this.start("toggle",a);}});Element.Properties.slide={set:function(b){var a=this.retrieve("slide");if(a){a.cancel();}return this.eliminate("slide").store("slide:options",$extend({link:"cancel"},b));},get:function(a){if(a||!this.retrieve("slide")){if(a||!this.retrieve("slide:options")){this.set("slide",a);}this.store("slide",new Fx.Slide(this,this.retrieve("slide:options")));}return this.retrieve("slide");}};Element.implement({slide:function(d,f){d=d||"toggle";var b=this.get("slide"),a;switch(d){case"hide":b.hide(f);break;case"show":b.show(f);break;case"toggle":var c=this.retrieve("slide:flag",b.open);b[c?"slideOut":"slideIn"](f);this.store("slide:flag",!c);a=true;break;default:b.start(d,f);}if(!a){this.eliminate("slide:flag");}return this;}});var SmoothScroll=Fx.SmoothScroll=new Class({Extends:Fx.Scroll,initialize:function(b,c){c=c||document;this.doc=c.getDocument();var d=c.getWindow();this.parent(this.doc,b);this.links=$$(this.options.links||this.doc.links);var a=d.location.href.match(/^[^#]*/)[0]+"#";this.links.each(function(g){if(g.href.indexOf(a)!=0){return;}var f=g.href.substr(a.length);if(f){this.useLink(g,f);}},this);if(!Browser.Engine.webkit419){this.addEvent("complete",function(){d.location.hash=this.anchor;},true);}},useLink:function(c,a){var b;c.addEvent("click",function(d){if(b!==false&&!b){b=document.id(a)||this.doc.getElement("a[name="+a+"]");}if(b){d.preventDefault();this.anchor=a;this.toElement(b).chain(function(){this.fireEvent("scrolledTo",[c,b]);}.bind(this));c.blur();}}.bind(this));}});var Drag=new Class({Implements:[Events,Options],options:{snap:6,unit:"px",grid:false,style:true,limit:false,handle:false,invert:false,preventDefault:false,stopPropagation:false,modifiers:{x:"left",y:"top"}},initialize:function(){var b=Array.link(arguments,{options:Object.type,element:$defined});this.element=document.id(b.element);this.document=this.element.getDocument();this.setOptions(b.options||{});var a=$type(this.options.handle);this.handles=((a=="array"||a=="collection")?$$(this.options.handle):document.id(this.options.handle))||this.element;this.mouse={now:{},pos:{}};this.value={start:{},now:{}};this.selection=(Browser.Engine.trident)?"selectstart":"mousedown";this.bound={start:this.start.bind(this),check:this.check.bind(this),drag:this.drag.bind(this),stop:this.stop.bind(this),cancel:this.cancel.bind(this),eventStop:$lambda(false)};this.attach();},attach:function(){this.handles.addEvent("mousedown",this.bound.start);return this;},detach:function(){this.handles.removeEvent("mousedown",this.bound.start);return this;},start:function(c){if(c.rightClick){return;}if(this.options.preventDefault){c.preventDefault();}if(this.options.stopPropagation){c.stopPropagation();}this.mouse.start=c.page;this.fireEvent("beforeStart",this.element);var a=this.options.limit;this.limit={x:[],y:[]};for(var d in this.options.modifiers){if(!this.options.modifiers[d]){continue;}if(this.options.style){this.value.now[d]=this.element.getStyle(this.options.modifiers[d]).toInt();}else{this.value.now[d]=this.element[this.options.modifiers[d]];}if(this.options.invert){this.value.now[d]*=-1;}this.mouse.pos[d]=c.page[d]-this.value.now[d];if(a&&a[d]){for(var b=2;b--;b){if($chk(a[d][b])){this.limit[d][b]=$lambda(a[d][b])();}}}}if($type(this.options.grid)=="number"){this.options.grid={x:this.options.grid,y:this.options.grid};}this.document.addEvents({mousemove:this.bound.check,mouseup:this.bound.cancel});this.document.addEvent(this.selection,this.bound.eventStop);},check:function(a){if(this.options.preventDefault){a.preventDefault();}var b=Math.round(Math.sqrt(Math.pow(a.page.x-this.mouse.start.x,2)+Math.pow(a.page.y-this.mouse.start.y,2)));if(b>this.options.snap){this.cancel();this.document.addEvents({mousemove:this.bound.drag,mouseup:this.bound.stop});this.fireEvent("start",[this.element,a]).fireEvent("snap",this.element);}},drag:function(a){if(this.options.preventDefault){a.preventDefault();}this.mouse.now=a.page;for(var b in this.options.modifiers){if(!this.options.modifiers[b]){continue;}this.value.now[b]=this.mouse.now[b]-this.mouse.pos[b];if(this.options.invert){this.value.now[b]*=-1;}if(this.options.limit&&this.limit[b]){if($chk(this.limit[b][1])&&(this.value.now[b]>this.limit[b][1])){this.value.now[b]=this.limit[b][1];}else{if($chk(this.limit[b][0])&&(this.value.now[b]<this.limit[b][0])){this.value.now[b]=this.limit[b][0];}}}if(this.options.grid[b]){this.value.now[b]-=((this.value.now[b]-(this.limit[b][0]||0))%this.options.grid[b]);}if(this.options.style){this.element.setStyle(this.options.modifiers[b],this.value.now[b]+this.options.unit);}else{this.element[this.options.modifiers[b]]=this.value.now[b];}}this.fireEvent("drag",[this.element,a]);},cancel:function(a){this.document.removeEvent("mousemove",this.bound.check);this.document.removeEvent("mouseup",this.bound.cancel);if(a){this.document.removeEvent(this.selection,this.bound.eventStop);this.fireEvent("cancel",this.element);}},stop:function(a){this.document.removeEvent(this.selection,this.bound.eventStop);this.document.removeEvent("mousemove",this.bound.drag);this.document.removeEvent("mouseup",this.bound.stop);if(a){this.fireEvent("complete",[this.element,a]);}}});Element.implement({makeResizable:function(a){var b=new Drag(this,$merge({modifiers:{x:"width",y:"height"}},a));this.store("resizer",b);return b.addEvent("drag",function(){this.fireEvent("resize",b);}.bind(this));}});Drag.Move=new Class({Extends:Drag,options:{droppables:[],container:false,precalculate:false,includeMargins:true,checkDroppables:true},initialize:function(b,a){this.parent(b,a);b=this.element;this.droppables=$$(this.options.droppables);this.container=document.id(this.options.container);if(this.container&&$type(this.container)!="element"){this.container=document.id(this.container.getDocument().body);}var c=b.getStyles("left","right","position");if(c.left=="auto"||c.top=="auto"){b.setPosition(b.getPosition(b.getOffsetParent()));}if(c.position=="static"){b.setStyle("position","absolute");}this.addEvent("start",this.checkDroppables,true);this.overed=null;},start:function(a){if(this.container){this.options.limit=this.calculateLimit();}if(this.options.precalculate){this.positions=this.droppables.map(function(b){return b.getCoordinates();});}this.parent(a);},calculateLimit:function(){var d=this.element.getOffsetParent(),h=this.container.getCoordinates(d),g={},c={},b={},j={},l={};["top","right","bottom","left"].each(function(p){g[p]=this.container.getStyle("border-"+p).toInt();b[p]=this.element.getStyle("border-"+p).toInt();c[p]=this.element.getStyle("margin-"+p).toInt();j[p]=this.container.getStyle("margin-"+p).toInt();l[p]=d.getStyle("padding-"+p).toInt();},this);var f=this.element.offsetWidth+c.left+c.right,o=this.element.offsetHeight+c.top+c.bottom,i=0,k=0,n=h.right-g.right-f,a=h.bottom-g.bottom-o;if(this.options.includeMargins){i+=c.left;k+=c.top;}else{n+=c.right;a+=c.bottom;}if(this.element.getStyle("position")=="relative"){var m=this.element.getCoordinates(d);m.left-=this.element.getStyle("left").toInt();m.top-=this.element.getStyle("top").toInt();i+=g.left-m.left;k+=g.top-m.top;n+=c.left-m.left;a+=c.top-m.top;if(this.container!=d){i+=j.left+l.left;k+=(Browser.Engine.trident4?0:j.top)+l.top;}}else{i-=c.left;k-=c.top;if(this.container==d){n-=g.left;a-=g.top;}else{i+=h.left+g.left;k+=h.top+g.top;}}return{x:[i,n],y:[k,a]};},checkAgainst:function(c,b){c=(this.positions)?this.positions[b]:c.getCoordinates();var a=this.mouse.now;return(a.x>c.left&&a.x<c.right&&a.y<c.bottom&&a.y>c.top);},checkDroppables:function(){var a=this.droppables.filter(this.checkAgainst,this).getLast();if(this.overed!=a){if(this.overed){this.fireEvent("leave",[this.element,this.overed]);}if(a){this.fireEvent("enter",[this.element,a]);}this.overed=a;}},drag:function(a){this.parent(a);if(this.options.checkDroppables&&this.droppables.length){this.checkDroppables();}},stop:function(a){this.checkDroppables();this.fireEvent("drop",[this.element,this.overed,a]);this.overed=null;return this.parent(a);}});Element.implement({makeDraggable:function(a){var b=new Drag.Move(this,a);this.store("dragger",b);return b;}});Class.Mutators.Binds=function(a){return a;};Class.Mutators.initialize=function(a){return function(){$splat(this.Binds).each(function(b){var c=this[b];if(c){this[b]=c.bind(this);}},this);return a.apply(this,arguments);};};Element.implement({measure:function(f){var h=function(i){return!!(!i||i.offsetHeight||i.offsetWidth);};if(h(this)){return f.apply(this);}var d=this.getParent(),g=[],b=[];while(!h(d)&&d!=document.body){b.push(d.expose());d=d.getParent();}var c=this.expose();var a=f.apply(this);c();b.each(function(i){i();});return a;},expose:function(){if(this.getStyle("display")!="none"){return $empty;}var a=this.style.cssText;this.setStyles({display:"block",position:"absolute",visibility:"hidden"});return function(){this.style.cssText=a;}.bind(this);},getDimensions:function(a){a=$merge({computeSize:false},a);var f={};var d=function(h,g){return(g.computeSize)?h.getComputedSize(g):h.getSize();};var b=this.getParent("body");if(b&&this.getStyle("display")=="none"){f=this.measure(function(){return d(this,a);});}else{if(b){try{f=d(this,a);}catch(c){}}else{f={x:0,y:0};}}return $chk(f.x)?$extend(f,{width:f.x,height:f.y}):$extend(f,{x:f.width,y:f.height});},getComputedSize:function(a){a=$merge({styles:["padding","border"],plains:{height:["top","bottom"],width:["left","right"]},mode:"both"},a);var c={width:0,height:0};switch(a.mode){case"vertical":delete c.width;delete a.plains.width;break;case"horizontal":delete c.height;delete a.plains.height;break;}var b=[];$each(a.plains,function(h,g){h.each(function(i){a.styles.each(function(j){b.push((j=="border")?j+"-"+i+"-width":j+"-"+i);});});});var f={};b.each(function(g){f[g]=this.getComputedStyle(g);},this);var d=[];$each(a.plains,function(h,g){var i=g.capitalize();c["total"+i]=c["computed"+i]=0;h.each(function(j){c["computed"+j.capitalize()]=0;b.each(function(l,k){if(l.test(j)){f[l]=f[l].toInt()||0;c["total"+i]=c["total"+i]+f[l];c["computed"+j.capitalize()]=c["computed"+j.capitalize()]+f[l];}if(l.test(j)&&g!=l&&(l.test("border")||l.test("padding"))&&!d.contains(l)){d.push(l);c["computed"+i]=c["computed"+i]-f[l];}});});});["Width","Height"].each(function(h){var g=h.toLowerCase();if(!$chk(c[g])){return;}c[g]=c[g]+this["offset"+h]+c["computed"+h];c["total"+h]=c[g]+c["total"+h];delete c["computed"+h];},this);return $extend(f,c);}});var Slider=new Class({Implements:[Events,Options],Binds:["clickedElement","draggedKnob","scrolledElement"],options:{onTick:function(a){if(this.options.snap){a=this.toPosition(this.step);}this.knob.setStyle(this.property,a);},initialStep:0,snap:false,offset:0,range:false,wheel:false,steps:100,mode:"horizontal"},initialize:function(g,a,f){this.setOptions(f);this.element=document.id(g);this.knob=document.id(a);this.previousChange=this.previousEnd=this.step=-1;var h,b={},d={x:false,y:false};switch(this.options.mode){case"vertical":this.axis="y";this.property="top";h="offsetHeight";break;case"horizontal":this.axis="x";this.property="left";h="offsetWidth";}this.full=this.element.measure(function(){this.half=this.knob[h]/2;return this.element[h]-this.knob[h]+(this.options.offset*2);}.bind(this));this.min=$chk(this.options.range[0])?this.options.range[0]:0;this.max=$chk(this.options.range[1])?this.options.range[1]:this.options.steps;this.range=this.max-this.min;this.steps=this.options.steps||this.full;this.stepSize=Math.abs(this.range)/this.steps;this.stepWidth=this.stepSize*this.full/Math.abs(this.range);this.knob.setStyle("position","relative").setStyle(this.property,this.options.initialStep?this.toPosition(this.options.initialStep):-this.options.offset);d[this.axis]=this.property;b[this.axis]=[-this.options.offset,this.full-this.options.offset];var c={snap:0,limit:b,modifiers:d,onDrag:this.draggedKnob,onStart:this.draggedKnob,onBeforeStart:(function(){this.isDragging=true;}).bind(this),onCancel:function(){this.isDragging=false;}.bind(this),onComplete:function(){this.isDragging=false;this.draggedKnob();this.end();}.bind(this)};if(this.options.snap){c.grid=Math.ceil(this.stepWidth);c.limit[this.axis][1]=this.full;}this.drag=new Drag(this.knob,c);this.attach();},attach:function(){this.element.addEvent("mousedown",this.clickedElement);if(this.options.wheel){this.element.addEvent("mousewheel",this.scrolledElement);}this.drag.attach();return this;},detach:function(){this.element.removeEvent("mousedown",this.clickedElement);this.element.removeEvent("mousewheel",this.scrolledElement);this.drag.detach();return this;},set:function(a){if(!((this.range>0)^(a<this.min))){a=this.min;}if(!((this.range>0)^(a>this.max))){a=this.max;}this.step=Math.round(a);this.checkStep();this.fireEvent("tick",this.toPosition(this.step));this.end();return this;},clickedElement:function(c){if(this.isDragging||c.target==this.knob){return;}var b=this.range<0?-1:1;var a=c.page[this.axis]-this.element.getPosition()[this.axis]-this.half;a=a.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+b*this.toStep(a));this.checkStep();this.fireEvent("tick",a);this.end();},scrolledElement:function(a){var b=(this.options.mode=="horizontal")?(a.wheel<0):(a.wheel>0);this.set(b?this.step-this.stepSize:this.step+this.stepSize);a.stop();},draggedKnob:function(){var b=this.range<0?-1:1;var a=this.drag.value.now[this.axis];a=a.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+b*this.toStep(a));this.checkStep();},checkStep:function(){if(this.previousChange!=this.step){this.previousChange=this.step;this.fireEvent("change",this.step);}},end:function(){if(this.previousEnd!==this.step){this.previousEnd=this.step;this.fireEvent("complete",this.step+"");}},toStep:function(a){var b=(a+this.options.offset)*this.stepSize/this.full*this.steps;return this.options.steps?Math.round(b-=b%this.stepSize):b;},toPosition:function(a){return(this.full*Math.abs(this.min-a))/(this.steps*this.stepSize)-this.options.offset;}});var Sortables=new Class({Implements:[Events,Options],options:{snap:4,opacity:1,clone:false,revert:false,handle:false,constrain:false},initialize:function(a,b){this.setOptions(b);this.elements=[];this.lists=[];this.idle=true;this.addLists($$(document.id(a)||a));if(!this.options.clone){this.options.revert=false;}if(this.options.revert){this.effect=new Fx.Morph(null,$merge({duration:250,link:"cancel"},this.options.revert));}},attach:function(){this.addLists(this.lists);return this;},detach:function(){this.lists=this.removeLists(this.lists);return this;},addItems:function(){Array.flatten(arguments).each(function(a){this.elements.push(a);var b=a.retrieve("sortables:start",this.start.bindWithEvent(this,a));(this.options.handle?a.getElement(this.options.handle)||a:a).addEvent("mousedown",b);},this);return this;},addLists:function(){Array.flatten(arguments).each(function(a){this.lists.push(a);this.addItems(a.getChildren());},this);return this;},removeItems:function(){return $$(Array.flatten(arguments).map(function(a){this.elements.erase(a);var b=a.retrieve("sortables:start");(this.options.handle?a.getElement(this.options.handle)||a:a).removeEvent("mousedown",b);return a;},this));},removeLists:function(){return $$(Array.flatten(arguments).map(function(a){this.lists.erase(a);this.removeItems(a.getChildren());return a;},this));},getClone:function(b,a){if(!this.options.clone){return new Element("div").inject(document.body);}if($type(this.options.clone)=="function"){return this.options.clone.call(this,b,a,this.list);}return a.clone(true).setStyles({margin:"0px",position:"absolute",visibility:"hidden",width:a.getStyle("width")}).inject(this.list).setPosition(a.getPosition(a.getOffsetParent()));},getDroppables:function(){var a=this.list.getChildren();if(!this.options.constrain){a=this.lists.concat(a).erase(this.list);}return a.erase(this.clone).erase(this.element);},insert:function(c,b){var a="inside";if(this.lists.contains(b)){this.list=b;this.drag.droppables=this.getDroppables();}else{a=this.element.getAllPrevious().contains(b)?"before":"after";}this.element.inject(b,a);this.fireEvent("sort",[this.element,this.clone]);},start:function(b,a){if(!this.idle){return;}this.idle=false;this.element=a;this.opacity=a.get("opacity");this.list=a.getParent();this.clone=this.getClone(b,a);this.drag=new Drag.Move(this.clone,{snap:this.options.snap,container:this.options.constrain&&this.element.getParent(),droppables:this.getDroppables(),onSnap:function(){b.stop();this.clone.setStyle("visibility","visible");this.element.set("opacity",this.options.opacity||0);this.fireEvent("start",[this.element,this.clone]);}.bind(this),onEnter:this.insert.bind(this),onCancel:this.reset.bind(this),onComplete:this.end.bind(this)});this.clone.inject(this.element,"before");this.drag.start(b);},end:function(){this.drag.detach();this.element.set("opacity",this.opacity);if(this.effect){var a=this.element.getStyles("width","height");var b=this.clone.computePosition(this.element.getPosition(this.clone.offsetParent));this.effect.element=this.clone;this.effect.start({top:b.top,left:b.left,width:a.width,height:a.height,opacity:0.25}).chain(this.reset.bind(this));}else{this.reset();}},reset:function(){this.idle=true;this.clone.destroy();this.fireEvent("complete",this.element);},serialize:function(){var c=Array.link(arguments,{modifier:Function.type,index:$defined});var b=this.lists.map(function(d){return d.getChildren().map(c.modifier||function(f){return f.get("id");},this);},this);var a=c.index;if(this.lists.length==1){a=0;}return $chk(a)&&a>=0&&a<this.lists.length?b[a]:b;}});var Color=new Native({initialize:function(b,c){if(arguments.length>=3){c="rgb";b=Array.slice(arguments,0,3);}else{if(typeof b=="string"){if(b.match(/rgb/)){b=b.rgbToHex().hexToRgb(true);}else{if(b.match(/hsb/)){b=b.hsbToRgb();}else{b=b.hexToRgb(true);}}}}c=c||"rgb";switch(c){case"hsb":var a=b;b=b.hsbToRgb();b.hsb=a;break;case"hex":b=b.hexToRgb(true);break;}b.rgb=b.slice(0,3);b.hsb=b.hsb||b.rgbToHsb();b.hex=b.rgbToHex();return $extend(b,this);}});Color.implement({mix:function(){var a=Array.slice(arguments);var c=($type(a.getLast())=="number")?a.pop():50;var b=this.slice();a.each(function(d){d=new Color(d);for(var f=0;f<3;f++){b[f]=Math.round((b[f]/100*(100-c))+(d[f]/100*c));}});return new Color(b,"rgb");},invert:function(){return new Color(this.map(function(a){return 255-a;}));},setHue:function(a){return new Color([a,this.hsb[1],this.hsb[2]],"hsb");},setSaturation:function(a){return new Color([this.hsb[0],a,this.hsb[2]],"hsb");},setBrightness:function(a){return new Color([this.hsb[0],this.hsb[1],a],"hsb");}});var $RGB=function(d,c,a){return new Color([d,c,a],"rgb");};var $HSB=function(d,c,a){return new Color([d,c,a],"hsb");};var $HEX=function(a){return new Color(a,"hex");};Array.implement({rgbToHsb:function(){var b=this[0],c=this[1],k=this[2],h=0;var j=Math.max(b,c,k),f=Math.min(b,c,k);var l=j-f;var i=j/255,g=(j!=0)?l/j:0;if(g!=0){var d=(j-b)/l;var a=(j-c)/l;var m=(j-k)/l;if(b==j){h=m-a;}else{if(c==j){h=2+d-m;}else{h=4+a-d;}}h/=6;if(h<0){h++;}}return[Math.round(h*360),Math.round(g*100),Math.round(i*100)];},hsbToRgb:function(){var c=Math.round(this[2]/100*255);if(this[1]==0){return[c,c,c];}else{var a=this[0]%360;var g=a%60;var h=Math.round((this[2]*(100-this[1]))/10000*255);var d=Math.round((this[2]*(6000-this[1]*g))/600000*255);var b=Math.round((this[2]*(6000-this[1]*(60-g)))/600000*255);switch(Math.floor(a/60)){case 0:return[c,b,h];case 1:return[d,c,h];case 2:return[h,c,b];case 3:return[h,d,c];case 4:return[b,h,c];case 5:return[c,h,d];}}return false;}});String.implement({rgbToHsb:function(){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHsb():null;},hsbToRgb:function(){var a=this.match(/\d{1,3}/g);return(a)?a.hsbToRgb():null;}});var Group=new Class({initialize:function(){this.instances=Array.flatten(arguments);this.events={};this.checker={};},addEvent:function(b,a){this.checker[b]=this.checker[b]||{};this.events[b]=this.events[b]||[];if(this.events[b].contains(a)){return false;}else{this.events[b].push(a);}this.instances.each(function(c,d){c.addEvent(b,this.check.bind(this,[b,c,d]));},this);return this;},check:function(c,a,b){this.checker[c][b]=true;var d=this.instances.every(function(g,f){return this.checker[c][f]||false;},this);if(!d){return;}this.checker[c]={};this.events[c].each(function(f){f.call(this,this.instances,a);},this);}});Hash.Cookie=new Class({Extends:Cookie,options:{autoSave:true},initialize:function(b,a){this.parent(b,a);this.load();},save:function(){var a=JSON.encode(this.hash);if(!a||a.length>4096){return false;}if(a=="{}"){this.dispose();}else{this.write(a);}return true;},load:function(){this.hash=new Hash(JSON.decode(this.read(),true));return this;}});Hash.each(Hash.prototype,function(b,a){if(typeof b=="function"){Hash.Cookie.implement(a,function(){var c=b.apply(this.hash,arguments);if(this.options.autoSave){this.save();}return c;});}});var Scroller=new Class({Implements:[Events,Options],options:{area:20,velocity:1,onChange:function(a,b){this.element.scrollTo(a,b);},fps:50},initialize:function(b,a){this.setOptions(a);this.element=document.id(b);this.listener=($type(this.element)!="element")?document.id(this.element.getDocument().body):this.element;this.timer=null;this.bound={attach:this.attach.bind(this),detach:this.detach.bind(this),getCoords:this.getCoords.bind(this)};},start:function(){this.listener.addEvents({mouseover:this.bound.attach,mouseout:this.bound.detach});},stop:function(){this.listener.removeEvents({mouseover:this.bound.attach,mouseout:this.bound.detach});this.detach();this.timer=$clear(this.timer);},attach:function(){this.listener.addEvent("mousemove",this.bound.getCoords);},detach:function(){this.listener.removeEvent("mousemove",this.bound.getCoords);this.timer=$clear(this.timer);},getCoords:function(a){this.page=(this.listener.get("tag")=="body")?a.client:a.page;if(!this.timer){this.timer=this.scroll.periodical(Math.round(1000/this.options.fps),this);}},scroll:function(){var b=this.element.getSize(),a=this.element.getScroll(),g=this.element.getOffsets(),c=this.element.getScrollSize(),f={x:0,y:0};for(var d in this.page){if(this.page[d]<(this.options.area+g[d])&&a[d]!=0){f[d]=(this.page[d]-this.options.area-g[d])*this.options.velocity;}else{if(this.page[d]+this.options.area>(b[d]+g[d])&&a[d]+b[d]!=c[d]){f[d]=(this.page[d]-b[d]+this.options.area-g[d])*this.options.velocity;}}}if(f.y||f.x){this.fireEvent("change",[a.x+f.x,a.y+f.y]);}}});(function(){var a=function(c,b){return(c)?($type(c)=="function"?c(b):b.get(c)):"";};this.Tips=new Class({Implements:[Events,Options],options:{onShow:function(){this.tip.setStyle("display","block");},onHide:function(){this.tip.setStyle("display","none");},title:"title",text:function(b){return b.get("rel")||b.get("href");},showDelay:100,hideDelay:100,className:"tip-wrap",offset:{x:16,y:16},windowPadding:{x:0,y:0},fixed:false},initialize:function(){var b=Array.link(arguments,{options:Object.type,elements:$defined});this.setOptions(b.options);if(b.elements){this.attach(b.elements);}this.container=new Element("div",{"class":"tip"});},toElement:function(){if(this.tip){return this.tip;}this.container=new Element("div",{"class":"tip"});return this.tip=new Element("div",{"class":this.options.className,styles:{position:"absolute",top:0,left:0}}).adopt(new Element("div",{"class":"tip-top"}),this.container,new Element("div",{"class":"tip-bottom"})).inject(document.body);},attach:function(b){$$(b).each(function(d){var g=a(this.options.title,d),f=a(this.options.text,d);d.erase("title").store("tip:native",g).retrieve("tip:title",g);d.retrieve("tip:text",f);this.fireEvent("attach",[d]);var c=["enter","leave"];if(!this.options.fixed){c.push("move");}c.each(function(i){var h=d.retrieve("tip:"+i);if(!h){h=this["element"+i.capitalize()].bindWithEvent(this,d);}d.store("tip:"+i,h).addEvent("mouse"+i,h);},this);},this);return this;},detach:function(b){$$(b).each(function(d){["enter","leave","move"].each(function(f){d.removeEvent("mouse"+f,d.retrieve("tip:"+f)).eliminate("tip:"+f);});this.fireEvent("detach",[d]);if(this.options.title=="title"){var c=d.retrieve("tip:native");if(c){d.set("title",c);}}},this);return this;},elementEnter:function(c,b){this.container.empty();["title","text"].each(function(f){var d=b.retrieve("tip:"+f);if(d){this.fill(new Element("div",{"class":"tip-"+f}).inject(this.container),d);}},this);$clear(this.timer);this.timer=(function(){this.show(b);this.position((this.options.fixed)?{page:b.getPosition()}:c);}).delay(this.options.showDelay,this);},elementLeave:function(c,b){$clear(this.timer);this.timer=this.hide.delay(this.options.hideDelay,this,b);this.fireForParent(c,b);},fireForParent:function(c,b){b=b.getParent();if(!b||b==document.body){return;}if(b.retrieve("tip:enter")){b.fireEvent("mouseenter",c);}else{this.fireForParent(c,b);}},elementMove:function(c,b){this.position(c);},position:function(f){if(!this.tip){document.id(this);}var c=window.getSize(),b=window.getScroll(),g={x:this.tip.offsetWidth,y:this.tip.offsetHeight},d={x:"left",y:"top"},h={};for(var i in d){h[d[i]]=f.page[i]+this.options.offset[i];if((h[d[i]]+g[i]-b[i])>c[i]-this.options.windowPadding[i]){h[d[i]]=f.page[i]-this.options.offset[i]-g[i];}}this.tip.setStyles(h);},fill:function(b,c){if(typeof c=="string"){b.set("html",c);}else{b.adopt(c);}},show:function(b){if(!this.tip){document.id(this);}this.fireEvent("show",[this.tip,b]);},hide:function(b){if(!this.tip){document.id(this);}this.fireEvent("hide",[this.tip,b]);}});})();var Asset={javascript:function(g,d){d=$extend({onload:$empty,document:document,check:$lambda(true)},d);var b=new Element("script",{src:g,type:"text/javascript"});var f=d.onload.bind(b),a=d.check,h=d.document;delete d.onload;delete d.check;delete d.document;b.addEvents({load:f,readystatechange:function(){if(["loaded","complete"].contains(this.readyState)){f();}}}).set(d);if(Browser.Engine.webkit419){var c=(function(){if(!$try(a)){return;}$clear(c);f();}).periodical(50);}return b.inject(h.head);},css:function(b,a){return new Element("link",$merge({rel:"stylesheet",media:"screen",type:"text/css",href:b},a)).inject(document.head);},image:function(c,b){b=$merge({onload:$empty,onabort:$empty,onerror:$empty},b);var d=new Image();var a=document.id(d)||new Element("img");["load","abort","error"].each(function(f){var g="on"+f;var h=b[g];delete b[g];d[g]=function(){if(!d){return;}if(!a.parentNode){a.width=d.width;a.height=d.height;}d=d.onload=d.onabort=d.onerror=null;h.delay(1,a,a);a.fireEvent(f,a,1);};});d.src=a.src=c;if(d&&d.complete){d.onload.delay(1);}return a.set(b);},images:function(d,c){c=$merge({onComplete:$empty,onProgress:$empty,onError:$empty,properties:{}},c);d=$splat(d);var a=[];var b=0;return new Elements(d.map(function(f){return Asset.image(f,$extend(c.properties,{onload:function(){c.onProgress.call(this,b,d.indexOf(f));b++;if(b==d.length){c.onComplete();}},onerror:function(){c.onError.call(this,b,d.indexOf(f));b++;if(b==d.length){c.onComplete();}}}));}));}};if(!window.console){var console={};}if(!console.log){console.log=function(){};}if(!console.warn){console.warn=console.log;}if(!console.error){console.error=console.warn;}MooTools.upgradeLog=function(){if(console[this.upgradeLogLevel]){console[this.upgradeLogLevel].apply(console,arguments);}};(function(){oldA=$A;window.$A=function(l,n,k){if(n!=undefined&&k!=undefined){MooTools.upgradeLog("1.1 > 1.2: $A no longer takes start and length arguments.");if(Browser.Engine.trident&&$type(l)=="collection"){n=n||0;if(n<0){n=l.length+n;}k=k||(l.length-n);var m=[];for(var j=0;j<k;j++){m[j]=l[n++];}return m;}n=(n||0)+((n<0)?l.length:0);var h=((!$chk(k))?l.length:k)+n;return Array.prototype.slice.call(l,n,h);}return oldA(l);};var f=["Array","Function","String","RegExp","Number","Window","Document","Element","Elements"];for(var c=0,b=f.length;c<b;c++){var d=f[c];var a=window[d];if(a){var g=a.extend;a.extend=function(h){MooTools.upgradeLog("1.1 > 1.2: native types no longer use .extend to add methods to prototypes but instead use .implement. NOTE: YOUR METHODS WERE NOT IMPLEMENTED ON THE NATIVE "+d.toUpperCase()+" PROTOTYPE.");return g.apply(this,arguments);};}}})();window.onDomReady=Window.onDomReady=function(a){MooTools.upgradeLog('1.1 > 1.2: window.onDomReady is no longer supported. Use window.addEvent("domready") instead');return window.addEvent("domready",a);};if(Browser.__defineGetter__){Browser.__defineGetter__("hasGetter",function(){return true;});}if(Browser.hasGetter){window.__defineGetter__("ie",function(){MooTools.upgradeLog("1.1 > 1.2: window.ie is deprecated. Use Browser.Engine.trident");return(Browser.Engine.name=="trident")?true:false;});window.__defineGetter__("ie6",function(){MooTools.upgradeLog("1.1 > 1.2: window.ie6 is deprecated. Use Browser.Engine.trident and Browser.Engine.version");return(Browser.Engine.name=="trident"&&Browser.Engine.version==4)?true:false;});window.__defineGetter__("ie7",function(){MooTools.upgradeLog("1.1 > 1.2: window.ie7 is deprecated. Use Browser.Engine.trident and Browser.Engine.version");return(Browser.Engine.name=="trident"&&Browser.Engine.version==5)?true:false;});window.__defineGetter__("gecko",function(){MooTools.upgradeLog("1.1 > 1.2: window.gecko is deprecated. Use Browser.Engine.gecko");return(Browser.Engine.name=="gecko")?true:false;});window.__defineGetter__("webkit",function(){MooTools.upgradeLog("1.1 > 1.2: window.webkit is deprecated. Use Browser.Engine.webkit");return(Browser.Engine.name=="webkit")?true:false;});window.__defineGetter__("webkit419",function(){MooTools.upgradeLog("1.1 > 1.2: window.webkit is deprecated. Use Browser.Engine.webkit and Browser.Engine.version");return(Browser.Engine.name=="webkit"&&Browser.Engine.version==419)?true:false;});window.__defineGetter__("webkit420",function(){MooTools.upgradeLog("1.1 > 1.2: window.webkit is deprecated. Use Browser.Engine.webkit and Browser.Engine.version");return(Browser.Engine.name=="webkit"&&Browser.Engine.version==420)?true:false;});window.__defineGetter__("opera",function(){MooTools.upgradeLog("1.1 > 1.2: window.opera is deprecated. Use Browser.Engine.presto");return(Browser.Engine.name=="presto")?true:false;});}else{window[Browser.Engine.name]=window[Browser.Engine.name+Browser.Engine.version]=true;window.ie=window.trident;window.ie6=window.trident4;window.ie7=window.trident5;}Array.implement({copy:function(b,a){MooTools.upgradeLog("1.1 > 1.2: Array.copy is deprecated. Use Array.splice");return $A(this,b,a);},remove:function(a){MooTools.upgradeLog("1.1 > 1.2: Array.remove is deprecated. Use Array.erase");return this.erase(a);},merge:function(a){MooTools.upgradeLog("1.1 > 1.2: Array.merge is deprecated. Use Array.combine");return this.combine(a);}});Function.implement({bindAsEventListener:function(b,a){MooTools.upgradeLog("1.1 > 1.2: Function.bindAsEventListener is deprecated. Use bindWithEvent.");return this.bindWithEvent.call(this,b,a);}});Function.empty=function(){MooTools.upgradeLog("1.1 > 1.2: Function.empty is now just $empty.");};Hash.implement({keys:function(){MooTools.upgradeLog("1.1 > 1.2: Hash.keys is deprecated. Use Hash.getKeys");return this.getKeys();},values:function(){MooTools.upgradeLog("1.1 > 1.2: Hash.values is deprecated. Use Hash.getValues");return this.getValues();},hasKey:function(a){MooTools.upgradeLog("1.1 > 1.2: Hash.hasKey is deprecated. Use Hash.has");return this.has(a);},merge:function(a){MooTools.upgradeLog("1.1 > 1.2: Hash.merge is deprecated. Use Hash.combine");return this.extend(a);},remove:function(a){MooTools.upgradeLog("1.1 > 1.2: Hash.remove is deprecated. use Hash.erase");return this.erase(a);}});Object.toQueryString=function(a){MooTools.upgradeLog("1.1 > 1.2: Object.toQueryString() is deprecated. use Hash.toQueryString() instead");$H(a).each(function(c,b){if($type(c)=="object"||$type(c)=="array"){a[b]=c.toString();}});return Hash.toQueryString(a);};var Abstract=function(a){MooTools.upgradeLog("1.1 > 1.2: Abstract is deprecated. Use Hash");return new Hash(a);};Class.empty=function(){MooTools.upgradeLog("1.1 > 1.2: replace Class.empty with $empty");return $empty;};(function(){var a=function(d){var c=function(){return this;};c.prototype=d;return c;};Class.prototype.extend=function(d){MooTools.upgradeLog("1.1 > 1.2: Class.extend is deprecated. See the class Extend mutator.");var c=a(d);var f=new c();f.Extends=this;return new Class(f);};var b=Class.prototype.implement;Class.prototype.implement=function(){if(arguments.length>1&&Array.every(arguments,Object.type)){MooTools.upgradeLog("1.1 > 1.2: Class.implement no longer takes more than one thing at a time, either MyClass.implement(key, value) or MyClass.implement(object) but NOT MyClass.implement(new Foo, new Bar, new Baz). See also: the class Implements mutator.");Array.each(arguments,function(c){b.call(this,c);},this);return this;}return b.apply(this,arguments);};})();(function(){var c=Element.prototype.getPosition;var a=Element.prototype.getCoordinates;function b(f){return(/^(?:body|html)$/i).test(f.tagName);}var d=Element.prototype.getSize;Element.implement({getSize:function(){MooTools.upgradeLog("1.1 > 1.2: NOTE: getSize is different in 1.2; it no longer returns values for size, scroll, and scrollSize, but instead just returns x/y values for the dimensions of the element.");var f=d.apply(this,arguments);return $merge(f,{size:f,scroll:this.getScroll(),scrollSize:this.getScrollSize()});},getPosition:function(f){if(f&&$type(f)=="array"){MooTools.upgradeLog("1.1 > 1.2: Element.getPosition no longer accepts an array of overflown elements but rather, optionally, a single element to get relative coordinates.");f=null;}return c.apply(this,[f]);},getCoordinates:function(f){if(f&&$type(f)=="array"){MooTools.upgradeLog("1.1 > 1.2: Element.getCoordinates no longer accepts an array of overflown elements but rather, optionally, a single element to get relative coordinates.");f=null;}return a.apply(this,[f]);}});Native.implement([Document,Window],{getSize:function(){MooTools.upgradeLog("1.1 > 1.2: NOTE: getSize is different in 1.2; it no longer returns values for size, scroll, and scrollSize, but instead just returns x/y values for the dimensions of the element.");var f;var h=this.getWindow();var g=this.getDocument();g=(!g.compatMode||g.compatMode=="CSS1Compat")?g.html:g.body;if(Browser.Engine.presto||Browser.Engine.webkit){f={x:h.innerWidth,y:h.innerHeight};}else{f={x:g.clientWidth,y:g.clientHeight};}return $extend(f,{size:f,scroll:{x:h.pageXOffset||g.scrollLeft,y:h.pageYOffset||g.scrollTop},scrollSize:{x:Math.max(g.scrollWidth,f.x),y:Math.max(g.scrollHeight,f.y)}});}});})();Event.keys=Event.Keys;(function(){var a=Element.prototype.toQueryString;Element.implement({getFormElements:function(){MooTools.upgradeLog('1.1 > 1.2: Element.getFormElements is deprecated, use Element.getElements("input, textarea, select");');return this.getElements("input, textarea, select");},replaceWith:function(b){MooTools.upgradeLog("1.1 > 1.2: Element.replaceWith is deprecated, use Element.replaces instead.");b=$(b);this.parentNode.replaceChild(b,this);return b;},remove:function(){MooTools.upgradeLog("1.1 > 1.2: Element.remove is deprecated - use Element.dispose.");return this.dispose.apply(this,arguments);},getText:function(){MooTools.upgradeLog('1.1 > 1.2: Element.getText is deprecated - use Element.get("text").');return this.get("text");},setText:function(b){MooTools.upgradeLog('1.1 > 1.2: Element.setText is deprecated - use Element.set("text", text).');return this.set("text",b);},setHTML:function(){MooTools.upgradeLog('1.1 > 1.2: Element.setHTML is deprecated - use Element.set("html", HTML).');return this.set("html",arguments);},getHTML:function(){MooTools.upgradeLog('1.1 > 1.2: Element.getHTML is deprecated - use Element.get("html").');return this.get("html");},getTag:function(){MooTools.upgradeLog('1.1 > 1.2: Element.getTag is deprecated - use Element.get("tag").');return this.get("tag");},getValue:function(){MooTools.upgradeLog('1.1 > 1.2: Element.getValue is deprecated - use Element.get("value").');switch(this.getTag()){case"select":var b=[];$each(this.options,function(c){if(c.selected){b.push($pick(c.value,c.text));}});return(this.multiple)?b:b[0];case"input":if(!(this.checked&&["checkbox","radio"].contains(this.type))&&!["hidden","text","password"].contains(this.type)){break;}case"textarea":return this.value;}return false;},toQueryString:function(){MooTools.upgradeLog("1.1 > 1.2: warning Element.toQueryString is slightly different; inputs without names are excluded, inputs with type == submit, reset, and file are excluded, and inputs with undefined values are excluded.");return a.apply(this,arguments);}});})();Element.Properties.properties={set:function(a){MooTools.upgradeLog("1.1 > 1.2: Element.set({properties: {}}) is deprecated; instead of properties, just name the values at the root of the object (Element.set({src: url})).");$H(a).each(function(c,b){this.set(b,c);},this);}};Element.implement({setOpacity:function(a){MooTools.upgradeLog('1.1 > 1.2: Element.setOpacity is deprecated; use Element.setStyle("opacity", value).');return this.setStyle("opacity",a);}});Element.Properties.styles={set:function(a){MooTools.upgradeLog('1.1 > 1.2: Element.set("styles") no longer accepts a string as an argument. Pass an object instead.');if($type(a)=="string"){a.split(";").each(function(b){this.setStyle(b.split(":")[0],b.split(":")[1]);},this);}else{this.setStyles(a);}}};Fx.implement({custom:function(b,a){MooTools.upgradeLog("1.1 > 1.2: Fx.custom is deprecated. use Fx.start.");return this.start(b,a);},clearTimer:function(){MooTools.upgradeLog("1.1 > 1.2: Fx.clearTimer is deprecated. use Fx.cancel.");return this.cancel();},stop:function(){MooTools.upgradeLog("1.1 > 1.2: Fx.stop is deprecated. use Fx.cancel.");return this.cancel();}});Fx.Base=new Class({Extends:Fx,initialize:function(){MooTools.upgradeLog("1.1 > 1.2: Fx.Base is deprecated. use Fx.");this.parent.apply(this,arguments);}});Fx.Style=new Class({Extends:Fx.Tween,initialize:function(b,c,a){MooTools.upgradeLog("1.1 > 1.2: Fx.Style is deprecated. use Fx.Tween.");this.property=c;this.parent(b,a);},start:function(b,a){return this.parent(this.property,b,a);},set:function(a){return this.parent(this.property,a);},hide:function(){MooTools.upgradeLog("1.1 > 1.2: Fx.Style .hide() is deprecated; use Fx.Tween .set(0) instead");return this.set(0);}});Element.implement({effect:function(b,a){MooTools.upgradeLog("1.1 > 1.2: Element.effect is deprecated; use Fx.Tween or Element.tween.");return new Fx.Style(this,b,a);}});Fx.Styles=new Class({Extends:Fx.Morph,initialize:function(){MooTools.upgradeLog("1.1 > 1.2: Fx.Styles is deprecated. use Fx.Morph.");this.parent.apply(this,arguments);}});Element.implement({effects:function(a){MooTools.upgradeLog("1.1 > 1.2: Element.effects is deprecated; use Fx.Morph or Element.morph.");return new Fx.Morph(this,a);}});Fx.Scroll.implement({scrollTo:function(b,a){MooTools.upgradeLog("1.1 > 1.2: Fx.Scroll's .scrollTo is deprecated; use .start.");return this.start(b,a);}});Request.implement({onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));this.xhr.onreadystatechange=$empty;this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};if(this.options.isSuccess.call(this,this.status)){this.success(this.response.text,this.response.xml);}else{this.failure(this.response.text,this.response.xml);}},failure:function(){this.onFailure.apply(this,arguments);},onFailure:function(){MooTools.upgradeLog("1.1 > 1.2: Note that onComplete does not receive arguments in 1.2. Also note that onComplete is invoked on BOTH success and failure (while in 1.1 it was only invoked on success). Use the onSuccess event instead if you wish to limit this invocation to success.");this.fireEvent("complete",arguments).fireEvent("failure",this.xhr);}});var XHR=new Class({Extends:Request,options:{update:false},initialize:function(a){MooTools.upgradeLog("1.1 > 1.2: XHR is deprecated. Use Request.");this.parent(a);this.transport=this.xhr;},request:function(a){MooTools.upgradeLog("1.1 > 1.2: XHR.request() is deprecated. Use Request.send() instead.");return this.send(this.url,a||this.options.data);},send:function(a,b){if(!this.check(arguments.callee,a,b)){return this;}return this.parent({url:a,data:b});},success:function(b,a){b=this.processScripts(b);if(this.options.update){$(this.options.update).empty().set("html",b);}this.onSuccess(b,a);},failure:function(){this.fireEvent("failure",this.xhr);}});var Ajax=new Class({Extends:XHR,initialize:function(b,a){MooTools.upgradeLog("1.1 > 1.2: Ajax is deprecated. Use Request.");this.url=b;this.parent(a);},success:function(b,a){this.processScripts(b);response=this.response;response.html=b.stripScripts(function(c){response.javascript=c;});if(this.options.update){$(this.options.update).empty().set("html",response.html);}if(this.options.evalScripts){$exec(response.javascript);}this.onSuccess(b,a);}});(function(){var a=Element.prototype.send;Element.implement({send:function(b){if($type(b)=="string"){return a.apply(this,arguments);}if($type(b)=="object"){MooTools.upgradeLog("1.1 > 1.2: Element.send no longer takes an options argument as its object but rather a url. See docs.");this.set("send",b);a.call(this);}return this;}});})();JSON.Remote=new Class({options:{key:"json"},Extends:Request.JSON,initialize:function(b,a){MooTools.upgradeLog("JSON.Remote is deprecated. Use Request.JSON");this.parent(a);this.onComplete=$empty;this.url=b;},send:function(a){if(!this.check(arguments.callee,a)){return this;}return this.parent({url:this.url,data:{json:Json.encode(a)}});},failure:function(){this.fireEvent("failure",this.xhr);}});Cookie.set=function(b,c,a){MooTools.upgradeLog("1.1 > 1.2: Cookie.set is deprecated. Use Cookie.write");return new Cookie(b,a).write(c);};Cookie.get=function(a){MooTools.upgradeLog("1.1 > 1.2: Cookie.get is deprecated. Use Cookie.read");return new Cookie(a).read();};Cookie.remove=function(b,a){MooTools.upgradeLog("1.1 > 1.2: Cookie.remove is deprecated. Use Cookie.dispose");return new Cookie(b,a).dispose();};JSON.toString=function(a){MooTools.upgradeLog("1.1 > 1.2: JSON.toString is deprecated. Use JSON.encode");return JSON.encode(a);};JSON.evaluate=function(a){MooTools.upgradeLog("1.1 > 1.2: JSON.evaluate is deprecated. Use JSON.decode");return JSON.decode(a);};var Json=JSON;Native.implement([Element,Document],{getElementsByClassName:function(a){MooTools.upgradeLog("1.1 > 1.2: Element.filterByTag is deprecated.");return this.getElements("."+a);},getElementsBySelector:function(a){MooTools.upgradeLog("1.1 > 1.2: Element.getElementsBySelector is deprecated. Use getElements()");return this.getElements(a);}});Elements.implement({filterByTag:function(a){MooTools.upgradeLog("1.1 > 1.2: Elements.filterByTag is deprecated. Use Elements.filter.");return this.filter(a);},filterByClass:function(a){MooTools.upgradeLog("1.1 > 1.2: Elements.filterByClass is deprecated. Use Elements.filter.");return this.filter("."+a);},filterById:function(a){MooTools.upgradeLog("1.1 > 1.2: Elements.filterById is deprecated. Use Elements.filter.");return this.filter("#"+a);},filterByAttribute:function(c,a,d){MooTools.upgradeLog("1.1 > 1.2: Elements.filterByAttribute is deprecated. Use Elements.filter.");var b=this.filter("["+c+(a||"")+(d||"")+"]");if(d){b=b.filter("["+c+"]");}return b;}});var $E=function(a,b){MooTools.upgradeLog("1.1 > 1.2: $E is deprecated, use document.getElement.");return($(b)||document).getElement(a);};var $ES=function(a,b){MooTools.upgradeLog("1.1 > 1.2: $ES is deprecated. Use $$.");return($(b)||document).getElements(a);};(function(){if(!window.Tips){return;}Tips.implement({initialize:function(){MooTools.upgradeLog("1.1 > 1.2: Tips DOM element layout has changed and your CSS classes may need to change.");var a=Array.link(arguments,{options:Object.type,elements:$defined});this.setOptions(a.options);if(this.options.offsets){MooTools.upgradeLog('1.1 > 1.2: Tips no longer have an "offsets" option; use "offset".');this.options.offset=this.options.offsets;}document.id(this);this.addEvent("show",function(){this.tip.addClass("tool-tip");this.tip.getElement(".tip-title").addClass("tool-title");this.tip.getElement(".tip-text").addClass("tool-text");});this.parseTitle(a.elements);if(a.elements){this.attach(a.elements);}},parseTitle:function(a){a.each(function(b){var c=b.get("title");if(c.test("::")){MooTools.upgradeLog('1.1 > 1.2: Tips no longer parse the title attribute for "::" for title/caption; use title and rel attributes instead.');b.store("tip:title",c.split("::")[0]);b.store("tip:text",c.split("::")[1]);b.set("title","");}});}});})();var JCaption=new Class({initialize:function(selector)
{this.selector=selector;var images=$$(selector);images.each(function(image){this.createCaption(image);},this);},createCaption:function(element)
{var caption=document.createTextNode(element.title);var container=document.createElement("div");var text=document.createElement("p");var width=element.getAttribute("width");var align=element.getAttribute("align");if(!width){width=element.width;}
if(!align)
align=element.getStyle("float");if(!align)
align=element.style.styleFloat;if(align==""){align="none";}
text.appendChild(caption);text.className=this.selector.replace('.','_');element.parentNode.insertBefore(container,element);container.appendChild(element);if(element.title!=""){container.appendChild(text);}
container.className=this.selector.replace('.','_');container.className=container.className+" "+align;container.setAttribute("style","float:"+align);container.style.width=width+"px";}});document.caption=null;window.addEvent('load',function(){var caption=new JCaption('img.caption')
document.caption=caption});var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":180,"face":{"font-family":"Agfa Rotis Sans Serif","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-15 -334 410 82.0155","underline-thickness":"7.20703","underline-position":"-44.2969","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":93},"\u00a0":{"w":93},"!":{"d":"51,-67r-2,-181r29,0r-2,181r-25,0xm46,0r0,-35r35,0r0,35r-35,0","w":100},"\"":{"d":"27,-171r-6,-77r32,0r-6,77r-20,0xm79,-171r-6,-77r33,0r-6,77r-21,0","w":126},"#":{"d":"35,0r20,-77r-34,0r5,-20r34,0r8,-34r-33,0r5,-20r33,0r21,-77r23,0r-20,77r30,0r21,-77r23,0r-21,77r36,0r-5,20r-36,0r-9,34r36,0r-5,20r-36,0r-20,77r-23,0r20,-77r-30,0r-20,77r-23,0xm92,-131r-9,34r30,0r9,-34r-30,0","w":206},"$":{"d":"173,-62v2,41,-28,66,-69,66r0,30r-16,0r0,-30v-40,-2,-62,-20,-67,-53r32,0v0,20,15,34,35,36r0,-102v-45,-12,-61,-21,-64,-66v-2,-33,33,-58,64,-59r0,-27r16,0r0,27v30,-2,65,24,65,51r-32,0v0,-20,-15,-32,-33,-35r0,95v42,13,67,25,69,67xm88,-224v-20,2,-34,22,-33,45v0,22,11,36,33,44r0,-89xm104,-13v22,-1,39,-22,39,-46v0,-22,-13,-39,-39,-50r0,96","w":193},"%":{"d":"63,-71v-36,0,-53,-27,-53,-81v0,-54,17,-80,53,-80v36,0,54,26,54,80v0,54,-18,81,-54,81xm32,-152v0,42,10,63,31,63v21,0,32,-21,32,-63v0,-42,-11,-63,-32,-63v-21,0,-31,21,-31,63xm230,4v-36,0,-53,-27,-53,-81v0,-54,17,-80,53,-80v36,0,54,26,54,80v0,54,-18,81,-54,81xm198,-77v0,42,11,64,32,64v21,0,32,-22,32,-64v0,-42,-11,-63,-32,-63v-21,0,-32,21,-32,63xm99,0r75,-228r20,0r-74,228r-21,0","w":293},"&":{"d":"50,-67v0,43,42,60,82,44r0,22v-56,16,-112,-6,-112,-64v0,-35,16,-53,42,-63v-71,-20,-39,-112,32,-112v10,0,23,2,37,6r0,22v-34,-15,-78,-7,-78,33v0,51,60,43,110,43r0,-63r25,-16r0,79r42,0r0,20r-42,0v3,42,-17,114,42,97r0,20v-36,8,-67,1,-67,-39r0,-78v-55,-1,-113,-8,-113,49","w":233},"'":{"d":"26,-171r-6,-77r33,0r-6,77r-21,0","w":73},"(":{"d":"54,-112v0,75,1,123,36,147r0,17v-58,-18,-65,-73,-65,-164v0,-92,6,-148,65,-165r0,17v-35,23,-36,75,-36,148","w":100},")":{"d":"10,-277v59,18,66,74,65,165v0,92,-6,147,-65,164r0,-17v35,-22,36,-75,36,-147v0,-75,-1,-124,-36,-148r0,-17","w":100},"*":{"d":"38,-151r-16,-9r21,-34r-39,1r0,-17r39,1r-21,-34r16,-9v7,11,14,22,19,35v5,-13,12,-24,19,-35r16,9r-21,34r39,-1r0,17r-39,-1r21,34r-16,9v-7,-11,-14,-21,-19,-34v-5,13,-12,23,-19,34","w":113},"+":{"d":"91,0r0,-77r-71,0r0,-22r71,0r0,-70r24,0r0,70r72,0r0,22r-72,0r0,77r-24,0","w":206},",":{"d":"20,44r4,-80r33,0r-13,80r-24,0","w":73},"-":{"d":"19,-77r0,-25r109,0r0,25r-109,0","w":146},"\u2010":{"d":"19,-77r0,-25r109,0r0,25r-109,0","w":146},".":{"d":"19,0r0,-36r36,0r0,36r-36,0","w":73},"\/":{"d":"7,49r68,-323r25,0r-68,323r-25,0","w":106},"0":{"d":"90,4v-52,0,-78,-39,-78,-118v0,-79,26,-118,78,-118v52,0,78,39,78,118v0,79,-26,118,-78,118xm40,-114v0,65,17,97,50,97v33,0,50,-32,50,-97v0,-65,-17,-98,-50,-98v-33,0,-50,33,-50,98"},"1":{"d":"89,0r0,-201r-44,30r0,-28v23,-10,34,-32,70,-29r0,228r-26,0"},"2":{"d":"153,-169v-3,57,-48,101,-98,145r102,0r0,24r-137,0r0,-24v38,-30,104,-101,105,-148v0,-23,-14,-41,-37,-40v-22,0,-38,14,-38,35r-30,0v1,-35,30,-55,69,-55v37,0,66,24,64,63"},"3":{"d":"87,-212v-22,0,-38,10,-38,30r-30,0v1,-31,30,-50,66,-50v70,0,87,98,28,112v25,9,41,26,41,62v0,63,-86,79,-123,44v-9,-9,-15,-19,-16,-33r31,0v3,21,15,30,37,30v28,0,43,-14,43,-44v-1,-34,-15,-48,-51,-48r0,-20v31,0,46,-12,47,-42v0,-27,-12,-41,-35,-41"},"4":{"d":"108,0r0,-64r-94,0r0,-22r92,-142r29,0r0,139r40,0r0,25r-40,0r0,64r-27,0xm108,-197v-24,34,-44,73,-67,108r67,0r0,-108"},"5":{"d":"138,-66v0,-50,-55,-69,-79,-34r-27,0r6,-128r113,0r0,24r-88,0r-3,77v47,-29,106,3,106,61v0,67,-90,90,-130,50v-9,-9,-14,-19,-14,-31r32,0v1,17,18,30,38,30v31,0,46,-16,46,-49"},"6":{"d":"99,-212v-40,0,-52,54,-47,101v32,-50,117,-26,117,45v0,41,-28,71,-69,70v-63,-2,-77,-46,-77,-118v0,-71,15,-117,77,-118v34,-1,63,20,64,51r-31,0v-1,-18,-15,-32,-34,-31xm99,-117v-28,0,-44,21,-44,50v0,29,17,50,45,50v28,0,41,-16,41,-49v0,-34,-14,-51,-42,-51"},"7":{"d":"41,0r87,-204r-105,0r0,-24r135,0r0,23r-87,205r-30,0"},"8":{"d":"119,-118v23,7,43,27,43,58v0,43,-24,64,-72,64v-82,0,-96,-109,-28,-121v-23,-10,-39,-27,-39,-57v0,-36,29,-58,68,-58v38,0,66,21,66,57v0,29,-14,52,-38,57xm90,-212v-24,0,-39,18,-38,43v0,27,13,41,40,41v24,0,37,-16,37,-41v0,-28,-13,-43,-39,-43xm90,-108v-26,0,-43,17,-43,45v0,31,14,46,44,46v28,0,43,-15,43,-46v0,-30,-15,-45,-44,-45"},"9":{"d":"51,-47v0,18,13,31,32,30v36,4,54,-46,48,-101v-32,50,-117,27,-117,-44v0,-40,28,-71,69,-70v63,1,77,45,77,118v0,71,-16,116,-77,118v-35,1,-63,-20,-64,-51r32,0xm128,-162v0,-30,-17,-50,-45,-50v-28,0,-41,17,-41,50v0,34,14,51,42,51v28,0,44,-22,44,-51"},":":{"d":"42,-135r0,-36r36,0r0,36r-36,0xm42,0r0,-36r36,0r0,36r-36,0","w":93},";":{"d":"40,44r5,-80r32,0r-13,80r-24,0xm43,-135r0,-36r35,0r0,36r-35,0","w":93},"<":{"d":"187,0r-167,-73r0,-23r167,-73r0,22r-142,62r142,62r0,23","w":206},"=":{"d":"20,-50r0,-22r167,0r0,22r-167,0xm20,-103r0,-22r167,0r0,22r-167,0","w":206},">":{"d":"20,0r0,-23r142,-62r-142,-62r0,-22r167,73r0,23","w":206},"?":{"d":"24,-244v50,-18,117,-7,117,47v1,56,-74,64,-67,130r-26,0v-11,-69,54,-73,64,-128v-1,-42,-56,-40,-88,-22r0,-27xm43,0r0,-35r35,0r0,35r-35,0","w":146},"@":{"d":"59,-72v0,109,158,132,231,67r9,8v-20,22,-75,45,-116,45v-79,0,-149,-46,-149,-120v0,-84,78,-160,162,-160v71,0,130,48,130,116v0,57,-47,116,-101,116v-17,0,-26,-9,-27,-26v-26,41,-94,27,-94,-28v0,-65,87,-167,135,-91r8,-19r31,0r-30,74v-15,36,-22,56,-22,61v0,6,4,10,11,10v39,-1,72,-52,72,-97v0,-59,-51,-98,-112,-98v-67,0,-138,73,-138,142xm158,-17v46,0,62,-73,69,-117v2,-13,-9,-24,-22,-24v-30,0,-75,85,-73,117v0,16,9,24,26,24","w":360},"A":{"d":"3,0r79,-248r35,0r80,248r-28,0r-25,-77r-89,0r-24,77r-28,0xm100,-223v-15,38,-24,83,-37,123r73,0","w":200},"B":{"d":"176,-67v2,70,-72,70,-145,67r0,-248v66,-2,133,-4,133,61v0,29,-14,45,-36,56v32,8,48,29,48,64xm59,-225r0,84v43,3,77,-5,77,-44v0,-36,-36,-43,-77,-40xm148,-70v-2,-42,-41,-52,-89,-48r0,95v48,3,91,-4,89,-47","w":193},"C":{"d":"49,-127v0,58,21,108,72,107v21,0,41,-6,59,-20r0,29v-26,11,-35,15,-66,15v-66,1,-96,-60,-96,-133v0,-72,28,-123,94,-123v45,0,77,27,77,71r-32,0v1,-28,-18,-48,-45,-48v-42,0,-63,34,-63,102","w":193},"D":{"d":"188,-125v2,106,-49,133,-157,125r0,-248r55,0v75,1,100,44,102,123xm158,-125v0,-76,-23,-103,-99,-100r0,202v77,4,100,-25,99,-102","w":206},"E":{"d":"31,0r0,-248r120,0r0,23r-92,0r0,83r88,0r0,24r-88,0r0,95r95,0r0,23r-123,0","w":166},"F":{"d":"31,0r0,-248r120,0r0,23r-92,0r0,83r88,0r0,24r-88,0r0,118r-28,0","w":153},"G":{"d":"159,-181v1,-29,-20,-49,-48,-48v-41,0,-62,32,-62,96v0,100,50,135,112,100r0,-84r-57,0r0,-23r85,0r0,120v-15,13,-44,25,-71,24v-66,0,-100,-46,-100,-137v-1,-68,29,-118,93,-119v45,-1,80,28,80,71r-32,0","w":213},"H":{"d":"31,0r0,-248r28,0r0,107r102,0r0,-107r28,0r0,248r-28,0r0,-117r-102,0r0,117r-28,0","w":219},"I":{"d":"32,0r0,-248r28,0r0,248r-28,0","w":93},"J":{"d":"100,-54v2,54,-48,65,-100,54r0,-25v32,11,72,7,72,-32r0,-191r28,0r0,194","w":126},"K":{"d":"31,0r0,-248r28,0r0,112r88,-112r32,0r-93,119r101,129r-33,0r-95,-122r0,122r-28,0","w":186},"L":{"d":"31,0r0,-248r28,0r0,225r89,0r0,23r-117,0","w":146},"M":{"d":"31,0r0,-248r42,0r71,211r71,-211r41,0r0,248r-25,0r-1,-218r-73,218r-27,0r-74,-218r0,218r-25,0","w":286},"N":{"d":"31,0r0,-248r36,0r103,210r0,-210r26,0r0,248r-36,0r-103,-209r0,209r-26,0","w":226},"O":{"d":"107,4v-59,0,-89,-43,-89,-129v0,-85,30,-127,89,-127v59,0,88,42,88,127v0,86,-29,129,-88,129xm49,-125v0,70,19,105,58,105v38,0,58,-35,58,-105v0,-69,-20,-104,-58,-104v-39,0,-58,35,-58,104","w":213},"P":{"d":"31,0r0,-248v70,-3,136,0,136,68v0,56,-44,74,-108,69r0,111r-28,0xm139,-179v0,-43,-34,-48,-80,-46r0,91v44,3,80,-3,80,-45","w":173},"Q":{"d":"198,-125v1,45,-9,86,-33,103v15,2,35,-2,52,-2r0,24r-109,0v-61,0,-90,-58,-90,-125v0,-85,31,-127,92,-127v59,0,88,42,88,127xm108,-23v49,0,60,-42,59,-102v0,-69,-19,-104,-57,-104v-41,0,-61,35,-61,104v0,52,15,102,59,102","w":219},"R":{"d":"31,-248v69,-3,140,-3,140,62v0,33,-16,55,-50,63v51,9,42,76,57,123r-28,0v-14,-46,-5,-114,-65,-111r-26,0r0,111r-28,0r0,-248xm143,-183v0,-44,-36,-43,-84,-42r0,91v50,3,84,-11,84,-49","w":193},"S":{"d":"146,-218v-35,-16,-106,-20,-101,27v7,61,119,51,117,125v-2,68,-77,81,-145,62r0,-28v44,19,114,21,114,-30v0,-68,-118,-54,-117,-127v1,-62,69,-72,132,-57r0,28","w":173},"T":{"d":"59,0r0,-225r-59,0r0,-23r147,0r0,23r-59,0r0,225r-29,0","w":146},"U":{"d":"105,-20v42,0,52,-20,52,-65r0,-163r28,0r0,168v0,58,-25,82,-81,84v-111,4,-68,-153,-76,-252r29,0r0,163v-1,44,9,65,48,65","w":213},"V":{"d":"75,0r-81,-248r29,0r70,217r71,-217r29,0r-83,248r-35,0","w":186},"W":{"d":"58,0r-45,-248r25,0r39,213r58,-213r30,0r59,213r38,-213r25,0r-44,248r-35,0r-58,-211r-58,211r-34,0","w":299},"X":{"d":"0,0r78,-130r-70,-118r30,0r56,92r54,-92r31,0r-70,118r78,130r-31,0r-62,-104r-63,104r-31,0","w":186},"Y":{"d":"76,0r0,-114r-78,-134r31,0r61,105r62,-105r30,0r-78,134r0,114r-28,0"},"Z":{"d":"9,0r0,-24r119,-201r-113,0r0,-23r144,0r0,24r-119,201r124,0r0,23r-155,0","w":173},"[":{"d":"35,49r0,-323r65,0r0,21r-38,0r0,281r38,0r0,21r-65,0","w":106},"\\":{"d":"75,49r-68,-323r25,0r68,323r-25,0","w":106},"]":{"d":"7,49r0,-21r38,0r0,-281r-38,0r0,-21r65,0r0,323r-65,0","w":106},"^":{"d":"22,-192r34,-56r22,0r34,56r-22,0r-23,-37r-23,37r-22,0","w":133},"_":{"d":"0,42r0,-19r180,0r0,19r-180,0"},"`":{"d":"43,-201r-25,-48r32,0r15,48r-22,0","w":107},"a":{"d":"19,-127v1,-32,27,-48,62,-48v84,0,51,103,57,175r-24,0r0,-23v-7,15,-30,28,-53,27v-28,-1,-46,-19,-46,-48v0,-40,53,-56,99,-54v2,-42,-2,-57,-33,-57v-21,0,-33,10,-35,28r-27,0xm43,-41v0,40,57,22,64,-2v3,-10,7,-22,7,-35v-35,-3,-71,9,-71,37","w":166},"b":{"d":"157,-84v0,51,-21,88,-69,88v-43,0,-64,-24,-64,-74r0,-178r25,0r0,105v6,-18,24,-33,47,-32v44,1,61,42,61,91xm91,-155v-29,-1,-42,40,-42,76v0,42,13,62,39,62v57,0,55,-136,3,-138","w":173},"c":{"d":"45,-95v0,58,38,89,95,75r0,19v-68,19,-129,-17,-123,-89v-10,-80,70,-106,116,-68v8,10,12,23,12,39r-29,0v0,-24,-11,-36,-31,-36v-28,0,-40,29,-40,60","w":153},"d":{"d":"16,-84v0,-47,17,-90,59,-91v22,0,37,11,45,32r0,-105r25,0r0,248r-25,0r0,-29v-5,17,-24,34,-45,33v-39,0,-59,-29,-59,-88xm80,-17v53,0,55,-138,1,-138v-24,0,-37,25,-37,75v0,42,12,63,36,63","w":173},"e":{"d":"45,-102v-4,61,32,100,95,81r0,20v-69,19,-127,-16,-123,-90v2,-49,20,-84,67,-84v40,0,63,29,60,73r-99,0xm116,-122v-1,-44,-66,-43,-69,0r69,0","w":159},"f":{"d":"39,0r0,-151r-29,0r0,-20r29,0v-9,-61,26,-89,85,-75r0,22v-39,-16,-69,4,-61,53r50,0r0,20r-50,0r0,151r-24,0","w":113},"g":{"d":"75,-175v22,0,40,15,45,32r0,-28r25,0r0,171v2,69,-53,86,-120,69r0,-25v44,20,100,12,95,-46r0,-31v-6,18,-23,34,-46,33v-43,0,-59,-38,-58,-85v0,-47,17,-89,59,-90xm80,-155v-28,0,-36,36,-36,71v0,42,12,63,35,63v54,-1,55,-134,1,-134","w":173},"h":{"d":"102,-151v-52,6,-52,87,-49,151r-24,0r0,-248r24,0r1,116v10,-29,28,-43,54,-43v67,0,38,109,44,175r-25,0r0,-95v0,-34,0,-53,-25,-56"},"i":{"d":"31,0r0,-171r24,0r0,171r-24,0xm27,-216r0,-32r32,0r0,32r-32,0","w":86},"j":{"d":"58,18v0,39,-30,58,-73,56r0,-22v28,7,48,-8,48,-39r0,-184r25,0r0,189xm62,-248r0,32r-33,0r0,-32r33,0","w":86},"k":{"d":"29,0r0,-248r24,0r1,149r59,-72r30,0r-61,76r69,95r-30,0r-68,-91r0,91r-24,0","w":153},"l":{"d":"31,0r0,-248r24,0r0,248r-24,0","w":86},"m":{"d":"96,-151v-47,9,-45,91,-43,151r-25,0r0,-171r25,0v1,12,-2,29,1,39v7,-54,88,-59,91,-4v7,-19,25,-40,49,-39v68,3,37,109,44,175r-25,0r0,-95v0,-34,-1,-53,-25,-56v-47,9,-45,91,-43,151r-24,0r0,-95v0,-34,0,-53,-25,-56","w":266},"n":{"d":"102,-151v-52,6,-52,87,-49,151r-24,0r0,-171r24,0v1,12,-2,29,1,39v10,-29,28,-43,54,-43v67,0,38,109,44,175r-25,0r0,-95v0,-34,0,-53,-25,-56"},"o":{"d":"157,-85v0,53,-22,89,-71,89v-48,0,-69,-37,-69,-89v0,-52,21,-90,69,-90v49,0,71,37,71,90xm45,-86v0,46,13,69,41,69v28,0,43,-23,43,-69v0,-46,-15,-69,-43,-69v-28,0,-41,23,-41,69","w":173},"p":{"d":"157,-87v1,48,-16,91,-58,91v-24,1,-37,-13,-46,-32r0,105r-24,0r0,-248r24,0v1,9,-2,22,1,29v4,-18,24,-34,45,-33v39,0,58,29,58,88xm94,-155v-53,0,-57,136,-1,138v24,0,36,-25,36,-75v0,-42,-11,-63,-35,-63","w":173},"q":{"d":"17,-87v0,-91,76,-114,103,-55r0,-29r25,0r0,248r-25,0r0,-105v-7,21,-22,32,-45,32v-42,0,-58,-43,-58,-91xm81,-17v55,0,52,-138,-1,-138v-24,0,-35,21,-35,63v0,50,12,75,36,75","w":173},"r":{"d":"111,-149v-65,0,-59,81,-58,149r-24,0r0,-171r24,0v1,10,-2,25,1,33v11,-25,30,-37,57,-37r0,26","w":113},"s":{"d":"113,-147v-31,-19,-99,-1,-64,30v25,21,71,27,75,69v6,52,-64,61,-111,45r0,-22v33,12,86,15,86,-19v0,-42,-88,-34,-85,-86v2,-45,52,-52,99,-40r0,23","w":133},"t":{"d":"110,2v-39,6,-69,-2,-69,-42r0,-111r-28,0r0,-20r28,0r0,-40r24,-16r0,56r46,0r0,20r-46,0r0,106v-2,26,22,33,45,25r0,22","w":119},"u":{"d":"77,-21v51,-6,50,-87,48,-150r25,0r0,171r-25,0r0,-40v-9,29,-28,44,-54,44v-67,0,-38,-109,-44,-175r25,0r0,95v0,34,-1,53,25,55"},"v":{"d":"68,0r-65,-171r26,0r51,135r44,-135r26,0r-58,171r-24,0","w":153},"w":{"d":"57,0r-42,-171r25,0r32,133r41,-133r21,0r42,133r31,-133r25,0r-40,171r-28,0r-41,-131r-40,131r-26,0","w":246},"x":{"d":"3,0r62,-90r-55,-81r30,0r41,59r40,-59r30,0r-56,81r62,90r-30,0r-46,-68r-48,68r-30,0","w":159},"y":{"d":"44,69r24,-69r-66,-171r26,0r51,134r46,-134r27,0r-83,240r-25,0","w":153},"z":{"d":"11,0r0,-20r90,-131r-83,0r0,-20r113,0r0,21r-90,129r93,0r0,21r-123,0","w":146},"{":{"d":"106,-37v-6,40,-13,104,33,108r0,9v-35,-1,-76,-27,-76,-61v0,-12,10,-61,10,-68v-1,-22,-19,-41,-39,-46r0,-9v83,-16,-8,-119,54,-157v16,-10,32,-17,51,-18r0,9v-45,6,-40,66,-33,108v-2,34,-25,50,-56,63v31,14,54,28,56,62","w":172},"|":{"d":"51,66r0,-366r18,0r0,366r-18,0","w":119},"}":{"d":"110,-218v-3,48,-30,103,29,114r0,9v-20,5,-39,24,-40,46v0,6,11,56,11,68v0,34,-41,60,-76,61r0,-9v45,-5,33,-66,33,-108v0,-33,26,-49,56,-62v-31,-13,-56,-29,-56,-63v0,-42,12,-103,-33,-108r0,-9v35,1,78,27,76,61","w":173},"~":{"d":"82,-90v-23,-27,-50,-4,-44,31r-17,0v-9,-52,37,-80,72,-44v13,14,34,37,53,40v21,3,23,-21,22,-44r18,0v9,51,-37,82,-72,47","w":206},"\u00c4":{"d":"3,0r79,-248r35,0r80,248r-28,0r-25,-77r-89,0r-24,77r-28,0xm100,-223v-15,38,-24,83,-37,123r73,0xm52,-282r0,-32r32,0r0,32r-32,0xm115,-282r0,-32r33,0r0,32r-33,0","w":200},"\u00c5":{"d":"3,0r79,-248r35,0r80,248r-28,0r-25,-77r-89,0r-24,77r-28,0xm100,-223v-15,38,-24,83,-37,123r73,0xm131,-303v0,16,-16,31,-31,31v-16,0,-31,-15,-31,-31v-1,-16,15,-31,31,-31v16,0,31,15,31,31xm100,-319v-8,0,-16,8,-16,16v0,8,8,15,16,15v8,0,15,-7,15,-15v0,-8,-7,-16,-15,-16","w":200},"\u00c7":{"d":"49,-127v0,58,21,108,72,107v21,0,41,-6,59,-20r0,29v-26,11,-35,15,-66,15v-66,1,-96,-60,-96,-133v0,-72,28,-123,94,-123v45,0,77,27,77,71r-32,0v1,-28,-18,-48,-45,-48v-42,0,-63,34,-63,102xm74,59v10,12,38,11,38,-8v0,-15,-14,-19,-33,-18r9,-39r15,0r-6,27v23,-2,34,12,35,31v1,27,-34,37,-58,25r0,-18","w":193},"\u00c9":{"d":"31,0r0,-248r120,0r0,23r-92,0r0,83r88,0r0,24r-88,0r0,95r95,0r0,23r-123,0xm78,-278r15,-48r31,0r-24,48r-22,0","w":166},"\u00d1":{"d":"31,0r0,-248r36,0r103,210r0,-210r26,0r0,248r-36,0r-103,-209r0,209r-26,0xm160,-317v4,60,-42,33,-63,21v-5,0,-8,6,-8,18r-15,0v0,-17,3,-42,21,-41v15,-4,51,43,50,2r15,0","w":226},"\u00d6":{"d":"107,4v-59,0,-89,-43,-89,-129v0,-85,30,-127,89,-127v59,0,88,42,88,127v0,86,-29,129,-88,129xm49,-125v0,70,19,105,58,105v38,0,58,-35,58,-105v0,-69,-20,-104,-58,-104v-39,0,-58,35,-58,104xm59,-282r0,-32r32,0r0,32r-32,0xm122,-282r0,-32r33,0r0,32r-33,0","w":213},"\u00dc":{"d":"105,-20v42,0,52,-20,52,-65r0,-163r28,0r0,168v0,58,-25,82,-81,84v-111,4,-68,-153,-76,-252r29,0r0,163v-1,44,9,65,48,65xm59,-282r0,-32r32,0r0,32r-32,0xm122,-282r0,-32r33,0r0,32r-33,0","w":213},"\u00e1":{"d":"19,-127v1,-32,27,-48,62,-48v84,0,51,103,57,175r-24,0r0,-23v-7,15,-30,28,-53,27v-28,-1,-46,-19,-46,-48v0,-40,53,-56,99,-54v2,-42,-2,-57,-33,-57v-21,0,-33,10,-35,28r-27,0xm43,-41v0,40,57,22,64,-2v3,-10,7,-22,7,-35v-35,-3,-71,9,-71,37xm73,-201r15,-48r31,0r-24,48r-22,0","w":166},"\u00e0":{"d":"19,-127v1,-32,27,-48,62,-48v84,0,51,103,57,175r-24,0r0,-23v-7,15,-30,28,-53,27v-28,-1,-46,-19,-46,-48v0,-40,53,-56,99,-54v2,-42,-2,-57,-33,-57v-21,0,-33,10,-35,28r-27,0xm43,-41v0,40,57,22,64,-2v3,-10,7,-22,7,-35v-35,-3,-71,9,-71,37xm73,-201r-25,-48r32,0r15,48r-22,0","w":166},"\u00e2":{"d":"19,-127v1,-32,27,-48,62,-48v84,0,51,103,57,175r-24,0r0,-23v-7,15,-30,28,-53,27v-28,-1,-46,-19,-46,-48v0,-40,53,-56,99,-54v2,-42,-2,-57,-33,-57v-21,0,-33,10,-35,28r-27,0xm43,-41v0,40,57,22,64,-2v3,-10,7,-22,7,-35v-35,-3,-71,9,-71,37xm35,-201r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":166},"\u00e4":{"d":"19,-127v1,-32,27,-48,62,-48v84,0,51,103,57,175r-24,0r0,-23v-7,15,-30,28,-53,27v-28,-1,-46,-19,-46,-48v0,-40,53,-56,99,-54v2,-42,-2,-57,-33,-57v-21,0,-33,10,-35,28r-27,0xm43,-41v0,40,57,22,64,-2v3,-10,7,-22,7,-35v-35,-3,-71,9,-71,37xm36,-205r0,-32r32,0r0,32r-32,0xm99,-205r0,-32r33,0r0,32r-33,0","w":166},"\u00e3":{"d":"19,-127v1,-32,27,-48,62,-48v84,0,51,103,57,175r-24,0r0,-23v-7,15,-30,28,-53,27v-28,-1,-46,-19,-46,-48v0,-40,53,-56,99,-54v2,-42,-2,-57,-33,-57v-21,0,-33,10,-35,28r-27,0xm43,-41v0,40,57,22,64,-2v3,-10,7,-22,7,-35v-35,-3,-71,9,-71,37xm127,-240v4,60,-42,33,-63,21v-5,0,-8,6,-8,18r-15,0v0,-17,3,-42,21,-41v15,-4,51,43,50,2r15,0","w":166},"\u00e5":{"d":"19,-127v1,-32,27,-48,62,-48v84,0,51,103,57,175r-24,0r0,-23v-7,15,-30,28,-53,27v-28,-1,-46,-19,-46,-48v0,-40,53,-56,99,-54v2,-42,-2,-57,-33,-57v-21,0,-33,10,-35,28r-27,0xm43,-41v0,40,57,22,64,-2v3,-10,7,-22,7,-35v-35,-3,-71,9,-71,37xm115,-226v0,16,-16,31,-31,31v-16,0,-31,-15,-31,-31v-1,-16,15,-31,31,-31v16,0,31,15,31,31xm84,-242v-8,0,-16,8,-16,16v0,8,8,15,16,15v8,0,15,-7,15,-15v0,-8,-7,-16,-15,-16","w":166},"\u00e7":{"d":"45,-95v0,58,38,89,95,75r0,19v-68,19,-129,-17,-123,-89v-10,-80,70,-106,116,-68v8,10,12,23,12,39r-29,0v0,-24,-11,-36,-31,-36v-28,0,-40,29,-40,60xm54,59v10,12,38,11,38,-8v0,-15,-14,-19,-33,-18r9,-39r15,0r-6,27v23,-2,34,12,35,31v1,27,-34,37,-58,25r0,-18","w":153},"\u00e9":{"d":"45,-102v-4,61,32,100,95,81r0,20v-69,19,-127,-16,-123,-90v2,-49,20,-84,67,-84v40,0,63,29,60,73r-99,0xm116,-122v-1,-44,-66,-43,-69,0r69,0xm73,-201r15,-48r31,0r-24,48r-22,0","w":159},"\u00e8":{"d":"45,-102v-4,61,32,100,95,81r0,20v-69,19,-127,-16,-123,-90v2,-49,20,-84,67,-84v40,0,63,29,60,73r-99,0xm116,-122v-1,-44,-66,-43,-69,0r69,0xm72,-201r-25,-48r32,0r15,48r-22,0","w":159},"\u00ea":{"d":"45,-102v-4,61,32,100,95,81r0,20v-69,19,-127,-16,-123,-90v2,-49,20,-84,67,-84v40,0,63,29,60,73r-99,0xm116,-122v-1,-44,-66,-43,-69,0r69,0xm37,-201r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":159},"\u00eb":{"d":"45,-102v-4,61,32,100,95,81r0,20v-69,19,-127,-16,-123,-90v2,-49,20,-84,67,-84v40,0,63,29,60,73r-99,0xm116,-122v-1,-44,-66,-43,-69,0r69,0xm34,-205r0,-32r32,0r0,32r-32,0xm97,-205r0,-32r33,0r0,32r-33,0","w":159},"\u00ed":{"d":"31,0r0,-171r25,0r0,171r-25,0xm33,-201r15,-48r31,0r-24,48r-22,0","w":86},"\u00ec":{"d":"31,0r0,-171r25,0r0,171r-25,0xm33,-201r-25,-48r32,0r15,48r-22,0","w":86},"\u00ee":{"d":"31,0r0,-171r25,0r0,171r-25,0xm-1,-201r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":86},"\u00ef":{"d":"31,0r0,-171r25,0r0,171r-25,0xm-4,-205r0,-32r32,0r0,32r-32,0xm59,-205r0,-32r33,0r0,32r-33,0","w":86},"\u00f1":{"d":"102,-151v-52,6,-52,87,-49,151r-24,0r0,-171r24,0v1,12,-2,29,1,39v10,-29,28,-43,54,-43v67,0,38,109,44,175r-25,0r0,-95v0,-34,0,-53,-25,-56xm137,-240v4,60,-42,33,-63,21v-5,0,-8,6,-8,18r-15,0v0,-17,3,-42,21,-41v15,-4,51,43,50,2r15,0"},"\u00f3":{"d":"157,-85v0,53,-22,89,-71,89v-48,0,-69,-37,-69,-89v0,-52,21,-90,69,-90v49,0,71,37,71,90xm45,-86v0,46,13,69,41,69v28,0,43,-23,43,-69v0,-46,-15,-69,-43,-69v-28,0,-41,23,-41,69xm76,-201r15,-48r31,0r-24,48r-22,0","w":173},"\u00f2":{"d":"157,-85v0,53,-22,89,-71,89v-48,0,-69,-37,-69,-89v0,-52,21,-90,69,-90v49,0,71,37,71,90xm45,-86v0,46,13,69,41,69v28,0,43,-23,43,-69v0,-46,-15,-69,-43,-69v-28,0,-41,23,-41,69xm76,-201r-25,-48r32,0r15,48r-22,0","w":173},"\u00f4":{"d":"157,-85v0,53,-22,89,-71,89v-48,0,-69,-37,-69,-89v0,-52,21,-90,69,-90v49,0,71,37,71,90xm45,-86v0,46,13,69,41,69v28,0,43,-23,43,-69v0,-46,-15,-69,-43,-69v-28,0,-41,23,-41,69xm38,-201r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":173},"\u00f6":{"d":"157,-85v0,53,-22,89,-71,89v-48,0,-69,-37,-69,-89v0,-52,21,-90,69,-90v49,0,71,37,71,90xm45,-86v0,46,13,69,41,69v28,0,43,-23,43,-69v0,-46,-15,-69,-43,-69v-28,0,-41,23,-41,69xm39,-205r0,-32r32,0r0,32r-32,0xm102,-205r0,-32r33,0r0,32r-33,0","w":173},"\u00f5":{"d":"157,-85v0,53,-22,89,-71,89v-48,0,-69,-37,-69,-89v0,-52,21,-90,69,-90v49,0,71,37,71,90xm45,-86v0,46,13,69,41,69v28,0,43,-23,43,-69v0,-46,-15,-69,-43,-69v-28,0,-41,23,-41,69xm130,-240v4,60,-42,33,-63,21v-5,0,-8,6,-8,18r-15,0v0,-17,3,-42,21,-41v15,-4,51,43,50,2r15,0","w":173},"\u00fa":{"d":"77,-21v51,-6,50,-87,48,-150r25,0r0,171r-25,0r0,-40v-9,29,-28,44,-54,44v-67,0,-38,-109,-44,-175r25,0r0,95v0,34,-1,53,25,55xm79,-201r15,-48r31,0r-24,48r-22,0"},"\u00f9":{"d":"77,-21v51,-6,50,-87,48,-150r25,0r0,171r-25,0r0,-40v-9,29,-28,44,-54,44v-67,0,-38,-109,-44,-175r25,0r0,95v0,34,-1,53,25,55xm83,-201r-25,-48r32,0r15,48r-22,0"},"\u00fb":{"d":"77,-21v51,-6,50,-87,48,-150r25,0r0,171r-25,0r0,-40v-9,29,-28,44,-54,44v-67,0,-38,-109,-44,-175r25,0r0,95v0,34,-1,53,25,55xm41,-201r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0"},"\u00fc":{"d":"77,-21v51,-6,50,-87,48,-150r25,0r0,171r-25,0r0,-40v-9,29,-28,44,-54,44v-67,0,-38,-109,-44,-175r25,0r0,95v0,34,-1,53,25,55xm44,-205r0,-32r32,0r0,32r-32,0xm107,-205r0,-32r33,0r0,32r-33,0"},"\u2020":{"d":"77,0r0,-136r-63,0r0,-24r63,0r0,-88r27,0r0,88r62,0r0,24r-62,0r0,136r-27,0"},"\u00b0":{"d":"100,-193v0,21,-19,40,-40,40v-21,0,-39,-19,-39,-41v0,-20,18,-38,39,-38v21,0,40,19,40,39xm60,-216v-11,0,-24,11,-23,23v0,12,11,23,23,23v14,0,23,-9,23,-23v0,-12,-12,-23,-23,-23","w":119},"\u00a2":{"d":"15,-93v0,-46,20,-78,60,-82r0,-27r16,0r0,27v31,3,55,23,54,56r-29,0v0,-23,-9,-37,-25,-42r0,147v13,7,40,3,51,-3r0,15v-10,5,-31,6,-51,6r0,31r-16,0r0,-34v-39,-6,-60,-45,-60,-94xm75,-20r0,-141v-42,7,-36,128,0,141","w":159},"\u00a3":{"d":"132,-188v0,-19,-15,-31,-35,-31v-39,0,-33,51,-33,91r42,0r0,20r-42,0r0,84r91,0r0,24r-119,0r0,-108r-24,0r0,-20r24,0v-3,-60,-2,-112,60,-112v35,0,65,20,65,52r-29,0","w":159},"\u00a7":{"d":"38,-176v-36,-28,-5,-76,39,-76v17,0,33,2,48,8r0,24v-25,-19,-73,-23,-79,9v4,46,96,34,96,86v0,17,-17,38,-29,45v46,31,5,84,-47,84v-10,0,-25,-2,-41,-7r0,-27v29,24,78,24,84,-14v-6,-46,-97,-31,-97,-87v0,-19,16,-34,26,-45xm49,-169v-25,25,-18,58,16,68v10,3,23,9,37,15v25,-20,25,-50,-7,-64v-12,-5,-28,-11,-46,-19","w":153},"\u2022":{"d":"155,-130v0,35,-30,65,-65,65v-35,0,-65,-30,-65,-65v0,-35,30,-65,65,-65v35,0,65,30,65,65"},"\u00b6":{"d":"43,-130v-51,-66,8,-150,96,-138r33,0r0,15r-24,0r0,310r-14,0r0,-310r-17,0r0,310r-14,0r0,-157v-24,-6,-48,-14,-60,-30"},"\u00df":{"d":"91,-232v-31,0,-38,18,-38,56r0,176r-24,0r0,-182v0,-47,21,-70,63,-70v70,0,89,101,28,117v34,4,51,27,51,68v0,55,-46,81,-98,66r0,-20v46,12,70,-2,70,-47v0,-40,-18,-58,-55,-56r0,-21v28,1,40,-15,40,-44v1,-24,-15,-43,-37,-43","w":186},"\u00ae":{"d":"5,-168v2,-47,35,-84,84,-84v49,0,85,35,85,84v0,49,-35,83,-84,84v-45,1,-87,-38,-85,-84xm90,-240v-39,0,-73,33,-72,72v1,40,31,71,72,72v39,1,71,-34,71,-72v0,-39,-32,-72,-71,-72xm62,-215v28,-1,60,0,58,26v0,12,-5,20,-15,23r16,40r-17,0r-14,-37r-15,0r0,37r-13,0r0,-89xm75,-201r0,25v15,0,31,3,31,-13v0,-14,-17,-12,-31,-12"},"\u00a9":{"d":"5,-168v2,-47,35,-84,84,-84v49,0,85,35,85,84v0,49,-35,83,-84,84v-45,1,-87,-38,-85,-84xm90,-240v-39,0,-73,33,-72,72v1,40,31,71,72,72v39,1,71,-34,71,-72v0,-39,-32,-72,-71,-72xm60,-170v0,30,41,48,58,22v3,5,13,9,7,14v-31,28,-78,2,-78,-37v0,-40,52,-65,80,-34v-5,4,-9,15,-15,7v-22,-19,-52,3,-52,28"},"\u2122":{"d":"83,-248r0,15r-27,0r0,91r-15,0r0,-91r-27,0r0,-15r69,0xm95,-248r29,0r19,84r19,-84r29,0r0,106r-16,0r-1,-96r-22,96r-19,0r-22,-96r0,96r-16,0r0,-106","w":220},"\u00b4":{"d":"43,-201r15,-48r31,0r-24,48r-22,0","w":107},"\u00a8":{"d":"6,-205r0,-32r32,0r0,32r-32,0xm69,-205r0,-32r33,0r0,32r-33,0","w":107},"\u00c6":{"d":"0,0r142,-248r129,0r0,23r-95,0r7,94r83,0r0,23r-82,0r6,85r84,0r0,23r-108,0r-7,-108r-67,0r-61,108r-31,0xm152,-218v-18,27,-32,59,-49,87r54,0","w":286},"\u00d8":{"d":"195,-125v0,113,-69,158,-141,110r-17,29r-15,-9r19,-34v-15,-24,-23,-57,-23,-96v0,-109,65,-153,140,-112r15,-26r16,9r-18,31v16,23,24,56,24,98xm145,-213v-7,-11,-20,-16,-38,-16v-39,0,-58,35,-58,104v0,28,3,51,9,68xm165,-125v0,-30,-4,-53,-10,-70r-88,157v50,44,98,6,98,-87","w":213},"\u00b1":{"d":"20,37r0,-22r167,0r0,22r-167,0xm91,0r0,-77r-71,0r0,-22r71,0r0,-70r24,0r0,70r72,0r0,22r-72,0r0,77r-24,0","w":206},"\u00a5":{"d":"76,0r0,-62r-41,0r0,-17r41,0r0,-19r-41,0r0,-16r41,0r-78,-134r30,0r62,106r62,-106r30,0r-78,134r40,0r0,16r-40,0r0,19r40,0r0,17r-40,0r0,62r-28,0"},"\u00b5":{"d":"157,-51v-1,25,1,37,19,35r0,17v-28,6,-42,-10,-44,-33v-4,32,-52,49,-77,24r0,81r-24,0r0,-244r24,0v6,56,-21,149,36,154v50,4,42,-96,42,-154r24,0r0,120","w":207},"\u03bc":{"d":"157,-51v-1,25,1,37,19,35r0,17v-28,6,-42,-10,-44,-33v-4,32,-52,49,-77,24r0,81r-24,0r0,-244r24,0v6,56,-21,149,36,154v50,4,42,-96,42,-154r24,0r0,120","w":207},"\u00aa":{"d":"15,-173v0,-17,15,-27,34,-27v46,-2,28,57,31,97r-13,0r0,-13v-9,23,-54,19,-54,-10v0,-20,18,-31,54,-31v9,-36,-32,-42,-37,-16r-15,0xm41,-113v16,-1,29,-14,26,-33v-24,-1,-41,6,-40,20v0,9,5,13,14,13","w":93},"\u00ba":{"d":"50,-102v-26,0,-38,-15,-38,-48v0,-33,12,-50,38,-50v26,0,39,17,39,50v0,33,-13,48,-39,48xm26,-150v0,25,8,38,24,38v16,0,25,-13,25,-38v0,-26,-9,-39,-25,-39v-16,0,-24,13,-24,39","w":100},"\u00e6":{"d":"138,-91v-3,55,39,87,96,70r0,20v-40,13,-95,0,-108,-31v-12,24,-33,36,-64,36v-30,0,-47,-23,-47,-56v-1,-41,51,-62,98,-59v2,-27,-6,-45,-31,-44v-21,0,-33,10,-35,28r-27,0v-5,-52,87,-64,108,-26v42,-47,123,-13,110,62r-100,0xm68,-17v37,0,49,-32,45,-74v-36,-4,-69,12,-69,41v0,17,7,34,24,33xm210,-112v0,-21,-12,-43,-32,-43v-21,0,-34,14,-38,43r70,0","w":253},"\u00f8":{"d":"39,-16v-41,-44,-26,-159,47,-159v14,0,27,3,37,10r14,-24r13,8r-15,26v40,48,29,159,-49,159v-16,0,-27,-3,-35,-10r-15,25r-13,-8xm112,-145v-32,-26,-67,-1,-67,59v0,19,2,35,8,47xm86,-17v42,9,52,-79,35,-115r-59,106v6,6,14,9,24,9","w":173},"\u00bf":{"d":"56,-43v-32,24,-26,75,19,73v16,0,32,-4,47,-12r0,27v-50,19,-116,6,-116,-47v0,-57,74,-65,67,-131r26,0v6,52,-20,62,-43,90xm68,-165r0,-35r36,0r0,35r-36,0","w":146},"\u00a1":{"d":"22,49r2,-181r25,0r3,181r-30,0xm19,-164r0,-36r35,0r0,36r-35,0","w":100},"\u00ac":{"d":"162,-23r0,-54r-142,0r0,-22r167,0r0,76r-25,0","w":206},"\u0192":{"d":"17,0r28,-156r-30,0r3,-17r30,0v5,-49,28,-88,89,-74r-2,18v-46,-13,-62,13,-66,56r46,0r-3,17r-45,0r-28,156r-22,0","w":119},"\u00ab":{"d":"38,-21r-26,-67r26,-68r26,0r-23,68r23,67r-26,0xm85,-21r-26,-67r26,-68r26,0r-22,68r22,67r-26,0","w":126},"\u00bb":{"d":"15,-21r23,-68r-23,-67r26,0r27,67r-27,68r-26,0xm63,-21r22,-68r-22,-67r26,0r26,67r-26,68r-26,0","w":126},"\u2026":{"d":"26,0r0,-33r32,0r0,33r-32,0xm111,0r0,-33r32,0r0,33r-32,0xm195,0r0,-33r32,0r0,33r-32,0","w":253},"\u00c0":{"d":"3,0r79,-248r35,0r80,248r-28,0r-25,-77r-89,0r-24,77r-28,0xm100,-223v-15,38,-24,83,-37,123r73,0xm86,-278r-25,-48r32,0r15,48r-22,0","w":200},"\u00c3":{"d":"3,0r79,-248r35,0r80,248r-28,0r-25,-77r-89,0r-24,77r-28,0xm100,-223v-15,38,-24,83,-37,123r73,0xm143,-317v4,60,-42,33,-63,21v-5,0,-8,6,-8,18r-15,0v0,-17,3,-42,21,-41v15,-4,51,43,50,2r15,0","w":200},"\u00d5":{"d":"107,4v-59,0,-89,-43,-89,-129v0,-85,30,-127,89,-127v59,0,88,42,88,127v0,86,-29,129,-88,129xm49,-125v0,70,19,105,58,105v38,0,58,-35,58,-105v0,-69,-20,-104,-58,-104v-39,0,-58,35,-58,104xm150,-317v4,60,-42,33,-63,21v-5,0,-8,6,-8,18r-15,0v0,-17,3,-42,21,-41v15,-4,51,43,50,2r15,0","w":213},"\u0152":{"d":"174,-34v-16,23,-31,38,-67,38v-59,0,-89,-43,-89,-129v0,-85,30,-127,89,-127v30,-1,50,15,67,39r0,-35r127,0r0,23r-99,0r0,83r94,0r0,24r-94,0r0,95r102,0r0,23r-130,0r0,-34xm174,-125v0,-53,-17,-103,-63,-104v-41,0,-62,35,-62,104v0,70,21,105,62,105v42,0,63,-35,63,-105","w":313},"\u0153":{"d":"158,-90v-4,58,38,85,97,69r0,20v-39,12,-97,2,-107,-31v-12,24,-33,36,-62,36v-48,-1,-69,-37,-69,-89v0,-52,21,-90,69,-90v27,-1,50,12,58,30v11,-20,30,-30,55,-30v42,0,62,38,59,85r-100,0xm131,-86v0,-38,-12,-69,-43,-69v-29,0,-43,23,-43,69v0,46,14,69,43,69v32,0,43,-31,43,-69xm230,-111v1,-21,-12,-44,-32,-44v-21,0,-35,15,-39,44r71,0","w":273},"\u2013":{"d":"19,-77r0,-25r143,0r0,25r-143,0"},"\u2014":{"d":"19,-77r0,-25r209,0r0,25r-209,0","w":246},"\u201c":{"d":"18,-171r12,-77r24,0r-4,77r-32,0xm71,-171r12,-77r24,0r-3,77r-33,0","w":126},"\u201d":{"d":"20,-171r3,-77r32,0r-11,77r-24,0xm73,-171r4,-77r32,0r-12,77r-24,0","w":126},"\u2018":{"d":"18,-171r12,-77r24,0r-4,77r-32,0","w":73},"\u2019":{"d":"20,-171r3,-77r32,0r-11,77r-24,0","w":73},"\u00f7":{"d":"20,-77r0,-22r167,0r0,22r-167,0xm87,0r0,-33r33,0r0,33r-33,0xm87,-143r0,-32r33,0r0,32r-33,0","w":206},"\u00ff":{"d":"44,69r24,-69r-66,-171r26,0r51,134r46,-134r27,0r-83,240r-25,0xm29,-205r0,-32r32,0r0,32r-32,0xm92,-205r0,-32r33,0r0,32r-33,0","w":153},"\u0178":{"d":"76,0r0,-114r-78,-134r31,0r61,105r62,-105r30,0r-78,134r0,114r-28,0xm42,-282r0,-32r32,0r0,32r-32,0xm105,-282r0,-32r33,0r0,32r-33,0"},"\u2044":{"d":"-1,0r75,-228r20,0r-74,228r-21,0","w":93},"\u2039":{"d":"38,-21r-26,-67r26,-68r26,0r-22,68r22,67r-26,0","w":79},"\u203a":{"d":"16,-21r22,-68r-22,-67r26,0r26,67r-26,68r-26,0","w":79},"\uf001":{"d":"120,-229v-46,-13,-64,10,-59,58r50,0r0,17r-50,0r0,154r-18,0r0,-154r-29,0r0,-17r29,0v-7,-56,21,-88,77,-76r0,18xm137,0r0,-171r19,0r0,171r-19,0xm133,-219r0,-29r27,0r0,29r-27,0","w":186},"\uf002":{"d":"120,-229v-46,-13,-64,10,-59,58r50,0r0,17r-50,0r0,154r-18,0r0,-154r-29,0r0,-17r29,0v-7,-56,21,-88,77,-76r0,18xm138,0r0,-248r18,0r0,248r-18,0","w":186},"\u2021":{"d":"80,0r0,-114r-63,0r0,-23r63,0r0,-24r-63,0r0,-24r63,0r0,-63r27,0r0,63r63,0r0,24r-63,0r0,24r63,0r0,23r-63,0r0,114r-27,0","w":186},"\u00b7":{"d":"20,-97r0,-35r34,0r0,35r-34,0","w":73},"\u2219":{"d":"20,-97r0,-35r34,0r0,35r-34,0","w":73},"\u201a":{"d":"20,42r3,-78r32,0r-11,78r-24,0","w":73},"\u201e":{"d":"18,44r4,-74r26,0r-11,74r-19,0xm65,44r4,-74r26,0r-11,74r-19,0","w":113},"\u2030":{"d":"63,-71v-36,0,-53,-27,-53,-81v0,-54,17,-80,53,-80v36,0,54,26,54,80v0,54,-18,81,-54,81xm32,-152v0,42,10,63,31,63v21,0,32,-21,32,-63v0,-42,-11,-63,-32,-63v-21,0,-31,21,-31,63xm230,4v-36,0,-53,-27,-53,-81v0,-54,17,-80,53,-80v36,0,54,26,54,80v0,54,-18,81,-54,81xm198,-77v0,42,11,64,32,64v21,0,32,-22,32,-64v0,-42,-11,-63,-32,-63v-21,0,-32,21,-32,63xm357,4v-36,0,-53,-27,-53,-81v0,-54,17,-80,53,-80v36,0,53,26,53,80v0,54,-17,81,-53,81xm325,-77v0,42,11,64,32,64v21,0,32,-22,32,-64v0,-42,-11,-63,-32,-63v-21,0,-32,21,-32,63xm99,0r75,-228r20,0r-74,228r-21,0","w":420},"\u00c2":{"d":"3,0r79,-248r35,0r80,248r-28,0r-25,-77r-89,0r-24,77r-28,0xm100,-223v-15,38,-24,83,-37,123r73,0xm55,-278r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":200},"\u00ca":{"d":"31,0r0,-248r120,0r0,23r-92,0r0,83r88,0r0,24r-88,0r0,95r95,0r0,23r-123,0xm47,-278r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":166},"\u00c1":{"d":"3,0r79,-248r35,0r80,248r-28,0r-25,-77r-89,0r-24,77r-28,0xm100,-223v-15,38,-24,83,-37,123r73,0xm89,-278r15,-48r31,0r-24,48r-22,0","w":200},"\u00cb":{"d":"31,0r0,-248r120,0r0,23r-92,0r0,83r88,0r0,24r-88,0r0,95r95,0r0,23r-123,0xm44,-282r0,-32r32,0r0,32r-32,0xm107,-282r0,-32r33,0r0,32r-33,0","w":166},"\u00c8":{"d":"31,0r0,-248r120,0r0,23r-92,0r0,83r88,0r0,24r-88,0r0,95r95,0r0,23r-123,0xm87,-278r-25,-48r32,0r15,48r-22,0","w":166},"\u00cd":{"d":"32,0r0,-248r28,0r0,248r-28,0xm36,-278r15,-48r31,0r-24,48r-22,0","w":93},"\u00ce":{"d":"32,0r0,-248r28,0r0,248r-28,0xm2,-278r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":93},"\u00cf":{"d":"32,0r0,-248r28,0r0,248r-28,0xm-1,-282r0,-32r32,0r0,32r-32,0xm62,-282r0,-32r33,0r0,32r-33,0","w":93},"\u00cc":{"d":"32,0r0,-248r28,0r0,248r-28,0xm36,-278r-25,-48r32,0r15,48r-22,0","w":93},"\u00d3":{"d":"107,4v-59,0,-89,-43,-89,-129v0,-85,30,-127,89,-127v59,0,88,42,88,127v0,86,-29,129,-88,129xm49,-125v0,70,19,105,58,105v38,0,58,-35,58,-105v0,-69,-20,-104,-58,-104v-39,0,-58,35,-58,104xm96,-278r15,-48r31,0r-24,48r-22,0","w":213},"\u00d4":{"d":"107,4v-59,0,-89,-43,-89,-129v0,-85,30,-127,89,-127v59,0,88,42,88,127v0,86,-29,129,-88,129xm49,-125v0,70,19,105,58,105v38,0,58,-35,58,-105v0,-69,-20,-104,-58,-104v-39,0,-58,35,-58,104xm62,-278r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":213},"\u00d2":{"d":"107,4v-59,0,-89,-43,-89,-129v0,-85,30,-127,89,-127v59,0,88,42,88,127v0,86,-29,129,-88,129xm49,-125v0,70,19,105,58,105v38,0,58,-35,58,-105v0,-69,-20,-104,-58,-104v-39,0,-58,35,-58,104xm92,-278r-25,-48r32,0r15,48r-22,0","w":213},"\u00da":{"d":"105,-20v42,0,52,-20,52,-65r0,-163r28,0r0,168v0,58,-25,82,-81,84v-111,4,-68,-153,-76,-252r29,0r0,163v-1,44,9,65,48,65xm96,-278r15,-48r31,0r-24,48r-22,0","w":213},"\u00db":{"d":"105,-20v42,0,52,-20,52,-65r0,-163r28,0r0,168v0,58,-25,82,-81,84v-111,4,-68,-153,-76,-252r29,0r0,163v-1,44,9,65,48,65xm62,-278r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":213},"\u00d9":{"d":"105,-20v42,0,52,-20,52,-65r0,-163r28,0r0,168v0,58,-25,82,-81,84v-111,4,-68,-153,-76,-252r29,0r0,163v-1,44,9,65,48,65xm96,-278r-25,-48r32,0r15,48r-22,0","w":213},"\u0131":{"d":"31,0r0,-171r25,0r0,171r-25,0","w":86},"\u02c6":{"d":"9,-201r32,-48r26,0r32,48r-22,0r-23,-30r-23,30r-22,0","w":107},"\u02dc":{"d":"97,-240v4,60,-42,33,-63,21v-5,0,-8,6,-8,18r-15,0v0,-17,3,-42,21,-41v15,-4,51,43,50,2r15,0","w":107},"\u00af":{"d":"8,-201r0,-22r91,0r0,22r-91,0","w":107},"\u02c9":{"d":"8,-201r0,-22r91,0r0,22r-91,0","w":107},"\u02d8":{"d":"25,-249v2,35,57,33,57,0r17,0v3,44,-59,66,-81,29v-6,-9,-9,-18,-9,-29r16,0","w":107},"\u02d9":{"d":"37,-205r0,-33r33,0r0,33r-33,0","w":107},"\u02da":{"d":"85,-226v0,16,-16,31,-31,31v-16,0,-31,-15,-31,-31v-1,-16,15,-31,31,-31v16,0,31,15,31,31xm54,-242v-8,0,-16,8,-16,16v0,8,8,15,16,15v8,0,15,-7,15,-15v0,-8,-7,-16,-15,-16","w":107},"\u00b8":{"d":"31,59v10,12,38,11,38,-8v0,-15,-14,-19,-33,-18r9,-39r15,0r-6,27v23,-2,34,12,35,31v1,27,-34,37,-58,25r0,-18","w":107},"\u02dd":{"d":"20,-201r15,-48r32,0r-24,48r-23,0xm65,-201r15,-48r32,0r-24,48r-23,0","w":107},"\u02db":{"d":"62,42v0,19,20,29,36,17r0,17v-29,9,-56,-2,-57,-28v0,-16,10,-33,31,-51r16,0v-17,17,-26,32,-26,45","w":107},"\u02c7":{"d":"41,-201r-32,-48r22,0r23,30r23,-30r22,0r-32,48r-26,0","w":107},"\u0141":{"d":"31,0r0,-103r-31,27r0,-21r31,-27r0,-124r28,0r0,99r40,-34r0,21r-40,34r0,105r89,0r0,23r-117,0","w":146},"\u0142":{"d":"32,0r0,-117r-32,27r0,-20r32,-27r0,-111r24,0r0,90r31,-27r0,19r-31,27r0,139r-24,0","w":86},"\u0160":{"d":"146,-218v-35,-16,-106,-20,-101,27v7,61,119,51,117,125v-2,68,-77,81,-145,62r0,-28v44,19,114,21,114,-30v0,-68,-118,-54,-117,-127v1,-62,69,-72,132,-57r0,28xm74,-278r-32,-48r22,0r23,30r23,-30r22,0r-32,48r-26,0","w":173},"\u0161":{"d":"113,-147v-31,-19,-99,-1,-64,30v25,21,71,27,75,69v6,52,-64,61,-111,45r0,-22v33,12,86,15,86,-19v0,-42,-88,-34,-85,-86v2,-45,52,-52,99,-40r0,23xm52,-201r-32,-48r22,0r23,30r23,-30r22,0r-32,48r-26,0","w":133},"\u017d":{"d":"9,0r0,-24r119,-201r-113,0r0,-23r144,0r0,24r-119,201r124,0r0,23r-155,0xm74,-278r-32,-48r22,0r23,30r23,-30r22,0r-32,48r-26,0","w":173},"\u017e":{"d":"11,0r0,-20r90,-131r-83,0r0,-20r113,0r0,21r-90,129r93,0r0,21r-123,0xm61,-201r-32,-48r22,0r23,30r23,-30r22,0r-32,48r-26,0","w":146},"\u00a6":{"d":"34,49r0,-129r25,0r0,129r-25,0xm34,-145r0,-129r25,0r0,129r-25,0","w":93},"\u00d0":{"d":"188,-125v0,107,-49,132,-157,125r0,-121r-31,0r0,-18r31,0r0,-109v102,-8,157,14,157,123xm158,-125v0,-76,-23,-103,-99,-100r0,86r53,0r0,18r-53,0r0,98v77,4,100,-24,99,-102","w":206},"\u00f0":{"d":"17,-85v0,-65,52,-112,103,-78v-6,-12,-17,-23,-32,-35r-33,13r-5,-15r23,-9v-12,-7,-23,-14,-36,-19v23,0,52,-2,61,10r28,-12r6,14r-21,9v35,32,52,73,52,122v0,53,-24,89,-73,89v-49,0,-73,-36,-73,-89xm45,-86v0,46,15,69,45,69v30,0,45,-23,45,-69v0,-46,-15,-69,-45,-69v-30,0,-45,23,-45,69"},"\u00dd":{"d":"76,0r0,-114r-78,-134r31,0r61,105r62,-105r30,0r-78,134r0,114r-28,0xm79,-278r15,-48r31,0r-24,48r-22,0"},"\u00fd":{"d":"44,69r24,-69r-66,-171r26,0r51,134r46,-134r27,0r-83,240r-25,0xm66,-201r15,-48r31,0r-24,48r-22,0","w":153},"\u00de":{"d":"191,-130v0,76,-61,73,-134,71r0,59r-28,0r0,-248r28,0r0,47v71,-4,134,0,134,71xm57,-82v52,0,103,10,103,-48v0,-54,-52,-48,-103,-47r0,95","w":206},"\u00fe":{"d":"152,-90v0,52,-14,94,-57,94v-23,0,-38,-11,-46,-32r0,105r-25,0r0,-325r25,0r0,106v9,-22,25,-33,47,-33v37,0,56,28,56,85xm89,-155v-51,0,-56,138,0,138v24,0,35,-24,35,-73v0,-43,-11,-65,-35,-65","w":166},"\u00ad":{"d":"20,-77r0,-22r167,0r0,22r-167,0","w":206},"\u2212":{"d":"20,-77r0,-22r167,0r0,22r-167,0","w":206},"\u00d7":{"d":"36,0r-16,-17r66,-67r-65,-68r19,-19r64,67r65,-67r17,16r-65,68r66,68r-20,19r-66,-68","w":206},"\u00b9":{"d":"61,-74r0,-133r-29,20r0,-21v16,-7,24,-22,49,-20r0,154r-20,0","w":126},"\u00b2":{"d":"107,-188v-2,41,-38,73,-64,97r66,0r0,17r-94,0r0,-17v25,-20,71,-67,70,-99v1,-15,-9,-25,-23,-25v-16,0,-25,7,-25,22r-22,0v1,-25,20,-39,48,-39v26,-1,45,18,44,44","w":126},"\u00b3":{"d":"59,-215v-13,0,-22,8,-23,19r-22,0v2,-22,20,-36,46,-36v45,0,61,62,22,76v41,15,30,85,-22,85v-27,0,-48,-12,-48,-37r23,0v0,13,8,19,24,19v18,0,27,-9,27,-27v0,-23,-12,-32,-34,-31r0,-17v20,1,31,-7,31,-26v0,-17,-8,-25,-24,-25","w":126},"\u00bd":{"d":"92,0r74,-228r21,0r-75,228r-20,0xm61,-73r0,-134r-29,20r0,-21v16,-7,24,-22,49,-20r0,155r-20,0xm274,-115v-2,42,-39,73,-65,98r67,0r0,17r-94,0r0,-17v25,-19,71,-68,70,-100v0,-17,-7,-25,-23,-25v-15,-1,-25,9,-25,23r-22,0v1,-25,21,-39,48,-39v26,0,45,17,44,43","w":293},"\u00bc":{"d":"99,0r75,-228r20,0r-74,228r-21,0xm61,-73r0,-134r-29,20r0,-21v16,-7,24,-22,49,-20r0,155r-20,0xm242,0r0,-43r-64,0r0,-16r62,-97r22,0r0,96r26,0r0,17r-26,0r0,43r-20,0xm242,-130v-16,21,-28,47,-43,70r43,0r0,-70","w":293},"\u00be":{"d":"242,0r0,-43r-64,0r0,-16r62,-97r22,0r0,96r26,0r0,17r-26,0r0,43r-20,0xm242,-130v-16,21,-28,47,-43,70r43,0r0,-70xm99,0r75,-228r20,0r-74,228r-21,0xm59,-215v-13,0,-22,8,-23,19r-22,0v2,-22,20,-36,46,-36v45,0,61,62,22,76v41,15,30,85,-22,85v-27,0,-48,-12,-48,-37r23,0v0,13,8,19,24,19v18,0,27,-9,27,-27v0,-23,-12,-32,-34,-31r0,-17v20,1,31,-7,31,-26v0,-17,-8,-25,-24,-25","w":293},"\u00a4":{"d":"117,-240v40,0,69,27,68,68r-30,0v-1,-30,-13,-45,-38,-45v-31,0,-48,24,-52,74r80,0r-3,16v-25,2,-57,-4,-78,2v-2,5,0,9,0,15r74,0r-3,17r-69,0v7,74,61,92,110,56r0,27v-71,34,-134,6,-140,-83r-29,0r2,-17v13,-1,31,8,26,-17r-22,0r4,-16v6,-1,17,3,19,-2v3,-56,28,-95,81,-95","w":193},"\u20ac":{"d":"117,-240v40,0,69,27,68,68r-30,0v-1,-30,-13,-45,-38,-45v-31,0,-48,24,-52,74r80,0r-3,16v-25,2,-57,-4,-78,2v-2,5,0,9,0,15r74,0r-3,17r-69,0v7,74,61,92,110,56r0,27v-71,34,-134,6,-140,-83r-29,0r2,-17v13,-1,31,8,26,-17r-22,0r4,-16v6,-1,17,3,19,-2v3,-56,28,-95,81,-95","w":193}}});Cufon.registerFont({"w":180,"face":{"font-family":"Agfa Rotis Sans Serif","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-20 -349 430 92.0298","underline-thickness":"7.20703","underline-position":"-44.2969","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":106},"\u00a0":{"w":106},"!":{"d":"51,-71r-3,-177r37,0r-3,177r-31,0xm45,0r0,-44r44,0r0,44r-44,0","w":106},"\"":{"d":"29,-166r-7,-82r42,0r-7,82r-28,0xm90,-166r-7,-82r42,0r-8,82r-27,0","w":146},"#":{"d":"30,0r17,-68r-25,0r7,-27r25,0r10,-38r-25,0r7,-27r24,0r18,-68r30,0r-18,68r35,0r18,-68r29,0r-17,68r25,0r-6,27r-26,0r-10,38r26,0r-7,27r-26,0r-17,68r-30,0r18,-68r-36,0r-17,68r-29,0xm93,-133r-10,38r35,0r10,-38r-35,0","w":213},"$":{"d":"190,-60v0,46,-29,61,-76,64r0,33r-21,0r0,-33v-44,-3,-70,-16,-74,-56r45,0v0,21,10,32,29,34r0,-96v-42,-12,-68,-24,-70,-66v-2,-38,32,-60,70,-61r0,-29r21,0r0,29v35,1,69,24,70,57r-45,0v-1,-23,-7,-30,-25,-35r0,87v38,12,77,25,76,72xm93,-140r0,-79v-36,5,-31,70,0,79xm114,-105r0,87v45,-3,38,-79,0,-87","w":206},"%":{"d":"67,-71v-38,0,-57,-28,-57,-81v0,-54,19,-80,57,-80v38,0,57,26,57,80v0,53,-19,81,-57,81xm36,-152v0,42,10,63,31,63v21,0,31,-21,31,-63v0,-42,-10,-62,-31,-62v-21,0,-31,20,-31,62xm240,4v-38,0,-57,-27,-57,-81v0,-54,19,-80,57,-80v38,0,57,26,57,80v0,54,-19,81,-57,81xm209,-77v0,42,10,63,31,63v21,0,31,-21,31,-63v0,-42,-10,-62,-31,-62v-21,0,-31,20,-31,62xm97,0r84,-228r29,0r-85,228r-28,0","w":306},"&":{"d":"58,-65v0,41,41,53,77,38r0,26v-55,15,-116,-2,-116,-62v0,-34,15,-56,47,-63v-27,-9,-41,-22,-43,-53v-3,-55,60,-72,110,-55r0,26v-33,-18,-71,-8,-71,31v0,47,55,38,100,38r0,-68r33,-20r0,88r44,0r0,25r-44,0v1,43,-11,110,44,90r0,25v-39,8,-77,1,-77,-41r0,-74v-52,-1,-104,-8,-104,49","w":240},"'":{"d":"30,-166r-7,-82r42,0r-8,82r-27,0","w":86},"(":{"d":"62,-108v0,82,1,127,50,144r0,20v-83,-10,-90,-63,-89,-164v1,-109,7,-150,89,-164r0,20v-49,18,-50,61,-50,144","w":119},")":{"d":"8,-272v83,10,90,64,89,164v-1,108,-7,150,-89,164r0,-20v50,-17,50,-61,50,-144v-1,-75,-4,-129,-50,-144r0,-20","w":119},"*":{"d":"40,-145r-22,-13v5,-11,16,-24,21,-31v-10,4,-24,3,-37,3r0,-25v14,-2,30,2,38,3v-10,-8,-15,-21,-22,-32r22,-12v6,11,14,21,17,35v2,-15,10,-24,16,-35r22,12v-5,12,-16,25,-21,33v9,-5,23,-4,37,-4r0,25v-14,0,-27,0,-38,-3v10,8,15,20,22,31r-22,13v-6,-11,-14,-20,-16,-35v-3,14,-11,24,-17,35","w":113},"+":{"d":"89,0r0,-76r-68,0r0,-32r68,0r0,-67r35,0r0,67r69,0r0,32r-69,0r0,76r-35,0","w":213},",":{"d":"21,33r4,-83r45,0r-20,83r-29,0","w":79},"-":{"d":"17,-73r0,-39r133,0r0,39r-133,0","w":166},"\u2010":{"d":"17,-73r0,-39r133,0r0,39r-133,0","w":166},".":{"d":"18,0r0,-50r50,0r0,50r-50,0","w":86},"\/":{"d":"-4,49r83,-323r38,0r-82,323r-39,0","w":113},"0":{"d":"97,4v-55,0,-84,-39,-84,-118v0,-79,29,-118,84,-118v56,0,83,39,83,118v0,79,-27,118,-83,118xm49,-114v0,62,17,93,48,93v32,0,47,-31,47,-93v0,-62,-15,-93,-47,-93v-31,0,-48,31,-48,93","w":193},"1":{"d":"89,0r0,-196r-45,28r0,-32v25,-11,40,-32,81,-28r0,228r-36,0","w":193},"2":{"d":"164,-170v-6,70,-42,92,-102,145r104,0r0,25r-147,0r0,-26v37,-30,107,-100,109,-146v0,-23,-12,-35,-35,-35v-20,-1,-34,12,-34,31r-39,0v4,-38,29,-56,74,-56v39,-1,73,24,70,62","w":193},"3":{"d":"78,-132v29,3,47,-12,47,-38v0,-47,-64,-49,-66,-10r-39,0v3,-35,34,-52,74,-52v37,0,67,22,67,57v1,30,-15,46,-37,55v27,6,41,25,41,56v0,72,-95,85,-135,49v-10,-9,-15,-21,-15,-35r41,0v0,18,15,30,33,29v27,0,40,-14,40,-42v0,-32,-17,-46,-51,-44r0,-25","w":193},"4":{"d":"111,0r0,-59r-98,0r0,-23r94,-146r40,0r0,143r39,0r0,26r-39,0r0,59r-36,0xm111,-190v-24,33,-43,71,-65,105r65,0r0,-105","w":193},"5":{"d":"143,-71v0,-42,-53,-58,-74,-27r-36,0r7,-130r122,0r0,25r-90,0r-3,75v46,-31,117,2,110,62v7,69,-98,89,-140,51v-10,-9,-15,-21,-16,-35r40,0v0,18,16,30,36,29v29,0,44,-17,44,-50","w":193},"6":{"d":"134,-179v0,-16,-13,-28,-30,-28v-32,0,-46,38,-44,92v38,-45,124,-22,119,48v-3,44,-29,71,-74,71v-67,0,-80,-45,-81,-121v0,-71,18,-113,80,-115v40,-1,67,18,70,53r-40,0xm65,-67v0,25,13,46,37,46v27,0,41,-15,41,-46v0,-30,-13,-46,-39,-46v-26,0,-39,19,-39,46","w":193},"7":{"d":"45,0r84,-203r-105,0r0,-25r144,0r0,27r-85,201r-38,0","w":193},"8":{"d":"97,-232v42,0,72,19,72,59v1,30,-15,46,-37,55v67,22,50,132,-35,122v-85,12,-102,-104,-35,-122v-22,-10,-37,-25,-37,-55v0,-40,31,-59,72,-59xm97,-207v-22,-1,-36,14,-36,36v0,26,12,39,36,39v24,0,36,-13,36,-39v0,-24,-12,-36,-36,-36xm57,-63v0,28,13,42,40,42v27,0,40,-14,40,-42v0,-29,-13,-44,-40,-44v-27,0,-40,15,-40,44","w":193},"9":{"d":"61,-49v1,16,12,28,30,28v32,0,46,-38,44,-92v-37,44,-118,22,-118,-49v0,-44,29,-71,74,-70v67,2,80,44,80,121v0,70,-18,113,-80,115v-40,1,-66,-19,-70,-53r40,0xm131,-161v0,-26,-14,-46,-38,-46v-27,0,-41,16,-41,46v0,31,13,46,39,46v26,0,40,-19,40,-46","w":193},":":{"d":"42,-122r0,-49r49,0r0,49r-49,0xm42,0r0,-50r49,0r0,50r-49,0","w":106},";":{"d":"39,33r4,-83r45,0r-19,83r-30,0xm40,-122r0,-49r49,0r0,49r-49,0","w":100},"<":{"d":"193,0r-172,-71r0,-33r172,-71r0,33r-139,54r139,55r0,33","w":213},"=":{"d":"21,-44r0,-32r172,0r0,32r-172,0xm21,-108r0,-32r172,0r0,32r-172,0","w":213},">":{"d":"21,0r0,-33r139,-55r-139,-54r0,-33r172,71r0,33","w":213},"?":{"d":"27,-246v58,-15,126,-6,126,50v0,59,-75,59,-68,125r-33,0v-13,-69,53,-72,65,-124v-1,-41,-62,-34,-90,-17r0,-34xm45,0r0,-44r45,0r0,44r-45,0","w":159},"@":{"d":"59,-72v0,109,158,133,231,67r9,8v-67,76,-265,52,-265,-74v0,-83,78,-161,162,-161v70,0,130,49,130,117v0,57,-46,116,-101,115v-17,0,-26,-8,-26,-25v-31,40,-95,26,-95,-29v0,-64,86,-165,135,-91r8,-19r31,0r-30,74v-15,36,-22,57,-22,62v0,7,4,9,11,9v39,-1,72,-52,72,-96v0,-59,-50,-98,-112,-98v-67,0,-138,73,-138,141xm205,-157v-31,0,-72,83,-72,116v0,16,8,24,25,24v46,0,62,-72,69,-117v2,-13,-9,-23,-22,-23","w":360},"A":{"d":"3,0r85,-248r44,0r85,248r-38,0r-24,-71r-89,0r-25,71r-38,0xm111,-215v-15,36,-24,78,-37,115r71,0","w":219},"B":{"d":"127,-133v29,8,50,28,50,65v0,71,-74,72,-148,68r0,-248v66,-2,136,-7,136,59v0,28,-12,46,-38,56xm129,-183v0,-35,-27,-38,-64,-37r0,75v36,2,64,-4,64,-38xm141,-71v0,-39,-33,-50,-76,-46r0,88v41,3,76,-5,76,-42","w":193},"C":{"d":"17,-127v-1,-74,26,-124,94,-125v47,0,79,27,79,72r-41,0v0,-29,-13,-44,-39,-44v-36,0,-54,31,-54,91v0,104,56,131,125,89r0,33v-22,10,-44,15,-66,15v-71,-2,-98,-53,-98,-131","w":193},"D":{"d":"197,-125v-1,83,-26,124,-105,125r-63,0r0,-248r63,0v77,1,105,42,105,123xm158,-124v0,-73,-20,-101,-93,-96r0,191v71,4,93,-22,93,-95","w":213},"E":{"d":"29,0r0,-248r137,0r0,28r-101,0r0,76r96,0r0,29r-96,0r0,86r104,0r0,29r-140,0"},"F":{"d":"29,0r0,-248r133,0r0,28r-97,0r0,76r92,0r0,29r-92,0r0,115r-36,0","w":166},"G":{"d":"120,-25v14,0,37,-3,42,-10r0,-79r-52,0r0,-29r88,0r0,123v-20,16,-46,24,-77,24v-70,0,-104,-45,-104,-136v-1,-72,29,-120,97,-120v47,0,83,26,83,70r-40,0v0,-26,-17,-42,-43,-42v-38,0,-58,31,-58,92v0,60,13,105,64,107","w":219},"H":{"d":"29,0r0,-248r36,0r0,104r97,0r0,-104r36,0r0,248r-36,0r0,-115r-97,0r0,115r-36,0","w":226},"I":{"d":"29,0r0,-248r36,0r0,248r-36,0","w":93},"J":{"d":"0,-32v36,12,73,13,73,-34r0,-182r36,0r0,187v5,63,-53,72,-109,60r0,-31","w":133},"K":{"d":"29,0r0,-248r36,0r1,110r84,-110r43,0r-91,118r98,130r-43,0r-92,-121r0,121r-36,0","w":200},"L":{"d":"29,0r0,-248r36,0r0,219r95,0r0,29r-131,0","w":159},"M":{"d":"28,0r0,-248r51,0r71,203r71,-203r50,0r0,248r-32,0r-1,-206r-71,206r-34,0r-72,-206r0,206r-33,0","w":299},"N":{"d":"29,0r0,-248r45,0r98,194r0,-194r33,0r0,248r-43,0r-101,-199r0,199r-32,0","w":233},"O":{"d":"113,4v-65,0,-96,-42,-96,-128v0,-85,31,-128,96,-128v65,0,98,43,98,128v0,86,-33,128,-98,128xm56,-124v0,66,19,99,57,99v38,0,58,-33,58,-99v0,-66,-20,-100,-58,-100v-38,0,-57,34,-57,100","w":226},"P":{"d":"176,-178v0,57,-48,75,-111,70r0,108r-36,0r0,-248v74,-2,147,-5,147,70xm136,-178v0,-39,-30,-44,-71,-42r0,83v40,3,71,-4,71,-41"},"Q":{"d":"206,-124v0,36,-16,83,-28,98r46,-3r0,29r-113,0v-65,0,-94,-53,-94,-124v0,-85,30,-128,92,-128v64,0,97,43,97,128xm109,-29v49,0,57,-37,57,-95v0,-66,-19,-100,-57,-100v-35,0,-53,34,-53,100v0,64,18,95,53,95","w":226},"R":{"d":"28,-248v71,-2,145,-7,145,65v0,32,-18,49,-49,59v52,8,42,78,58,124r-33,0v-19,-47,-8,-120,-84,-107r0,107r-37,0r0,-248xm65,-136v40,3,72,-7,72,-43v0,-38,-32,-44,-72,-41r0,84","w":193},"S":{"d":"95,-224v-36,-3,-55,34,-28,57v32,27,104,42,104,100v0,71,-91,84,-153,61r0,-37v35,22,113,33,113,-19v0,-65,-117,-55,-117,-126v0,-64,79,-74,139,-57r0,34v-26,-8,-46,-13,-58,-13"},"T":{"d":"62,0r0,-220r-62,0r0,-28r160,0r0,28r-62,0r0,220r-36,0","w":159},"U":{"d":"110,-25v35,0,48,-18,48,-55r0,-168r36,0r0,175v1,50,-34,77,-84,77v-50,0,-85,-27,-84,-77r0,-175r36,0r0,168v0,37,13,55,48,55","w":219},"V":{"d":"77,0r-83,-248r38,0r68,207r68,-207r38,0r-84,248r-45,0","w":200},"W":{"d":"56,0r-46,-248r33,0r37,198r61,-198r32,0r62,198r36,-198r33,0r-46,248r-40,0r-61,-195r-61,195r-40,0","w":313},"X":{"d":"1,0r79,-131r-71,-117r40,0r51,84r52,-84r39,0r-71,117r79,131r-40,0r-58,-97r-60,97r-40,0","w":200},"Y":{"d":"75,0r0,-115r-79,-133r39,0r58,95r59,-95r39,0r-80,133r0,115r-36,0","w":186},"Z":{"d":"7,0r0,-29r118,-191r-112,0r0,-28r154,0r0,29r-117,190r123,0r0,29r-166,0"},"[":{"d":"36,49r0,-323r78,0r0,26r-44,0r0,272r44,0r0,25r-78,0","w":119},"\\":{"d":"79,49r-83,-323r39,0r82,323r-38,0","w":113},"]":{"d":"6,49r0,-25r43,0r0,-272r-43,0r0,-26r77,0r0,323r-77,0","w":119},"^":{"d":"22,-187r43,-61r23,0r43,61r-29,0r-26,-32r-24,32r-30,0","w":153},"_":{"d":"0,42r0,-19r180,0r0,19r-180,0"},"`":{"d":"46,-201r-30,-60r43,0r17,60r-30,0","w":122},"a":{"d":"109,-21v-18,36,-94,33,-94,-21v0,-37,32,-56,94,-56v2,-27,0,-52,-26,-52v-18,0,-28,9,-28,26r-34,0v0,-34,21,-51,64,-51v82,0,51,103,57,175r-33,0r0,-21xm70,-21v23,-1,42,-27,39,-56v-28,-2,-56,10,-57,34v-1,12,8,22,18,22","w":166},"b":{"d":"55,-148v9,-13,24,-27,46,-27v39,0,58,30,58,91v0,59,-23,88,-69,88v-44,0,-67,-25,-67,-75r0,-177r32,0r0,100xm92,-150v-45,2,-54,127,-4,129v23,0,35,-22,35,-64v0,-43,-10,-65,-31,-65","w":173},"c":{"d":"50,-98v-2,56,41,89,95,73r0,23v-71,22,-137,-14,-131,-90v-11,-72,78,-109,122,-64v9,9,12,24,12,41r-37,0v0,-23,-8,-35,-26,-35v-25,1,-34,24,-35,52","w":153},"d":{"d":"75,-175v22,-1,39,12,46,27r0,-100r33,0r0,248r-33,0r0,-26v-7,16,-26,31,-48,30v-43,0,-59,-39,-59,-87v-1,-51,17,-91,61,-92xm84,-21v49,-2,52,-127,0,-129v-22,0,-34,21,-34,64v0,43,12,65,34,65"},"e":{"d":"47,-98v-1,53,41,94,95,71r0,25v-75,21,-128,-14,-128,-92v0,-50,22,-80,70,-81v43,0,65,30,62,77r-99,0xm114,-120v2,-29,-43,-40,-59,-18v-5,6,-7,12,-7,18r66,0","w":159},"f":{"d":"140,-222v-41,-14,-77,1,-68,51r51,0r0,25r-51,0r0,146r-32,0r0,-146r-31,0r0,-25r31,0v-11,-67,37,-91,100,-78r0,27","w":126},"g":{"d":"76,-175v21,0,38,13,45,27r0,-23r33,0r0,178v7,67,-70,80,-132,64r0,-33v44,24,104,21,99,-40r0,-27v-5,16,-26,30,-48,29v-43,0,-59,-39,-59,-86v0,-48,18,-89,62,-89xm83,-25v50,0,53,-124,1,-125v-22,0,-34,22,-34,64v0,41,11,61,33,61"},"h":{"d":"104,-143v-50,6,-47,83,-45,143r-32,0r0,-248r32,0r1,113v11,-27,29,-40,54,-40v70,1,39,109,46,175r-32,0r0,-94v-1,-33,1,-46,-24,-49","w":186},"i":{"d":"30,0r0,-171r33,0r0,171r-33,0xm27,-212r0,-36r39,0r0,36r-39,0","w":93},"j":{"d":"-20,51v38,4,53,-7,53,-50r0,-172r32,0r0,186v1,45,-37,66,-85,61r0,-25xm30,-212r0,-36r38,0r0,36r-38,0","w":93},"k":{"d":"27,0r0,-248r32,0r0,145r60,-68r40,0r-63,74r70,97r-41,0r-66,-89r0,89r-32,0","w":166},"l":{"d":"30,0r0,-248r33,0r0,248r-33,0","w":93},"m":{"d":"98,-143v-46,8,-40,86,-39,143r-32,0r0,-171r32,0v1,11,-2,25,1,34v11,-48,85,-52,92,-2v16,-52,95,-50,95,20r0,119r-32,0r0,-94v-1,-34,1,-45,-24,-49v-46,9,-39,86,-38,143r-32,0r0,-94v-1,-33,1,-46,-23,-49","w":273},"n":{"d":"104,-143v-50,6,-47,83,-45,143r-32,0r0,-171r32,0v1,11,-2,27,1,36v11,-27,29,-40,54,-40v70,1,39,109,46,175r-32,0r0,-94v-1,-33,1,-46,-24,-49","w":186},"o":{"d":"166,-86v0,54,-25,90,-76,90v-51,0,-76,-36,-76,-90v0,-54,24,-89,76,-89v52,0,76,35,76,89xm50,-86v0,43,13,65,40,65v26,0,40,-22,40,-65v0,-43,-14,-64,-40,-64v-27,0,-40,21,-40,64"},"p":{"d":"166,-89v0,51,-17,92,-61,93v-23,1,-36,-11,-46,-27r0,100r-32,0r0,-248r32,0v1,8,-2,20,1,26v6,-15,26,-31,47,-30v42,1,59,39,59,86xm96,-150v-48,0,-52,129,1,129v22,0,33,-22,33,-65v0,-43,-11,-64,-34,-64"},"q":{"d":"73,-175v22,-1,42,12,48,27r0,-23r33,0r0,248r-33,0r0,-101v-7,16,-24,29,-46,28v-43,-1,-61,-43,-61,-93v0,-48,16,-85,59,-86xm84,-21v52,-1,49,-128,0,-129v-22,0,-34,21,-34,64v0,43,12,65,34,65"},"r":{"d":"27,0r0,-171r32,0v1,11,-2,25,1,34v9,-26,27,-38,53,-38r0,35v-62,-6,-55,77,-54,140r-32,0","w":119},"s":{"d":"113,-140v-28,-20,-86,-8,-59,23v27,19,68,29,70,69v3,52,-63,61,-111,45r0,-28v30,21,104,6,69,-28v-19,-19,-69,-30,-69,-68v0,-46,57,-57,100,-42r0,29","w":133},"t":{"d":"118,-24r0,25v-37,9,-77,-1,-77,-39r0,-108r-31,0r0,-25r31,0r0,-41r32,-20r0,61r48,0r0,25r-48,0v5,49,-22,142,45,122","w":126},"u":{"d":"81,-28v50,-7,47,-83,45,-143r32,0r0,171r-32,0v-1,-12,2,-27,-1,-37v-10,27,-28,41,-54,41v-69,0,-40,-108,-46,-175r32,0r0,93v1,34,-2,47,24,50","w":186},"v":{"d":"66,0r-65,-171r36,0r46,124r40,-124r36,0r-60,171r-33,0","w":159},"w":{"d":"54,0r-39,-171r31,0r28,124r37,-124r25,0r38,124r27,-124r31,0r-38,171r-35,0r-36,-119r-34,119r-35,0","w":246},"x":{"d":"4,0r61,-90r-54,-81r38,0r34,52r35,-52r38,0r-54,81r61,90r-37,0r-42,-62r-43,62r-37,0","w":166},"y":{"d":"42,74r24,-73r-65,-172r36,0r46,124r40,-124r36,0r-85,245r-32,0","w":159},"z":{"d":"7,0r0,-25r83,-121r-78,0r0,-25r117,0r0,24r-83,122r87,0r0,25r-126,0","w":140},"{":{"d":"123,-31v0,42,-13,103,33,108r0,9v-36,-1,-76,-28,-76,-62v-1,-12,10,-61,10,-68v-1,-23,-19,-40,-39,-46r0,-8v83,-16,-8,-119,54,-157v16,-10,32,-18,51,-19r0,9v-45,6,-33,65,-33,108v0,33,-25,52,-56,63v30,13,56,29,56,63","w":200},"|":{"d":"51,66r0,-366r18,0r0,366r-18,0","w":119},"}":{"d":"111,-44v-1,6,10,55,10,68v0,35,-40,62,-76,62r0,-9v45,-6,40,-66,33,-108v1,-33,27,-49,56,-63v-31,-12,-54,-30,-56,-63v6,-41,13,-103,-33,-108r0,-9v35,1,78,27,76,62v-3,49,-29,101,29,114r0,8v-20,6,-39,23,-39,46","w":200},"~":{"d":"24,-56v-1,-34,-2,-73,31,-69v31,4,75,36,105,46v11,-2,4,-26,6,-38r31,0v2,36,0,74,-35,69v-30,-4,-72,-34,-101,-44v-5,0,-7,7,-7,21r0,15r-30,0","w":219},"\u00c4":{"d":"3,0r85,-248r44,0r85,248r-38,0r-24,-71r-89,0r-25,71r-38,0xm111,-215v-15,36,-24,78,-37,115r71,0xm51,-282r0,-40r44,0r0,40r-44,0xm125,-282r0,-40r44,0r0,40r-44,0","w":219},"\u00c5":{"d":"3,0r85,-248r44,0r85,248r-38,0r-24,-71r-89,0r-25,71r-38,0xm111,-215v-15,36,-24,78,-37,115r71,0xm147,-314v0,19,-18,36,-37,36v-19,0,-37,-17,-37,-36v-1,-19,18,-35,39,-35v19,0,36,16,35,35xm111,-329v-10,0,-17,7,-17,15v0,8,8,15,16,15v9,0,17,-7,16,-16v1,-8,-7,-14,-15,-14","w":219},"\u00c7":{"d":"17,-127v-1,-74,26,-124,94,-125v47,0,79,27,79,72r-41,0v0,-29,-13,-44,-39,-44v-36,0,-54,31,-54,91v0,104,56,131,125,89r0,33v-22,10,-44,15,-66,15v-71,-2,-98,-53,-98,-131xm146,56v0,33,-41,45,-69,29r0,-23v13,11,40,18,40,-6v0,-16,-16,-21,-35,-18r10,-44r21,0r-7,29v24,-1,40,11,40,33","w":193},"\u00c9":{"d":"29,0r0,-248r137,0r0,28r-101,0r0,76r96,0r0,29r-96,0r0,86r104,0r0,29r-140,0xm82,-278r17,-60r43,0r-30,60r-30,0"},"\u00d1":{"d":"29,0r0,-248r45,0r98,194r0,-194r33,0r0,248r-43,0r-101,-199r0,199r-32,0xm143,-278v-17,7,-57,-48,-55,-4r-21,0v0,-34,0,-46,24,-49v12,-6,47,37,53,19v0,-2,1,-8,1,-16r21,0v0,31,0,47,-23,50","w":233},"\u00d6":{"d":"113,4v-65,0,-96,-42,-96,-128v0,-85,31,-128,96,-128v65,0,98,43,98,128v0,86,-33,128,-98,128xm56,-124v0,66,19,99,57,99v38,0,58,-33,58,-99v0,-66,-20,-100,-58,-100v-38,0,-57,34,-57,100xm54,-282r0,-40r44,0r0,40r-44,0xm128,-282r0,-40r44,0r0,40r-44,0","w":226},"\u00dc":{"d":"110,-25v35,0,48,-18,48,-55r0,-168r36,0r0,175v1,50,-34,77,-84,77v-50,0,-85,-27,-84,-77r0,-175r36,0r0,168v0,37,13,55,48,55xm51,-282r0,-40r44,0r0,40r-44,0xm125,-282r0,-40r44,0r0,40r-44,0","w":219},"\u00e1":{"d":"109,-21v-18,36,-94,33,-94,-21v0,-37,32,-56,94,-56v2,-27,0,-52,-26,-52v-18,0,-28,9,-28,26r-34,0v0,-34,21,-51,64,-51v82,0,51,103,57,175r-33,0r0,-21xm70,-21v23,-1,42,-27,39,-56v-28,-2,-56,10,-57,34v-1,12,8,22,18,22xm68,-201r17,-60r43,0r-30,60r-30,0","w":166},"\u00e0":{"d":"109,-21v-18,36,-94,33,-94,-21v0,-37,32,-56,94,-56v2,-27,0,-52,-26,-52v-18,0,-28,9,-28,26r-34,0v0,-34,21,-51,64,-51v82,0,51,103,57,175r-33,0r0,-21xm70,-21v23,-1,42,-27,39,-56v-28,-2,-56,10,-57,34v-1,12,8,22,18,22xm68,-201r-30,-60r43,0r17,60r-30,0","w":166},"\u00e2":{"d":"109,-21v-18,36,-94,33,-94,-21v0,-37,32,-56,94,-56v2,-27,0,-52,-26,-52v-18,0,-28,9,-28,26r-34,0v0,-34,21,-51,64,-51v82,0,51,103,57,175r-33,0r0,-21xm70,-21v23,-1,42,-27,39,-56v-28,-2,-56,10,-57,34v-1,12,8,22,18,22xm29,-201r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":166},"\u00e4":{"d":"109,-21v-18,36,-94,33,-94,-21v0,-37,32,-56,94,-56v2,-27,0,-52,-26,-52v-18,0,-28,9,-28,26r-34,0v0,-34,21,-51,64,-51v82,0,51,103,57,175r-33,0r0,-21xm70,-21v23,-1,42,-27,39,-56v-28,-2,-56,10,-57,34v-1,12,8,22,18,22xm24,-205r0,-40r44,0r0,40r-44,0xm98,-205r0,-40r44,0r0,40r-44,0","w":166},"\u00e3":{"d":"109,-21v-18,36,-94,33,-94,-21v0,-37,32,-56,94,-56v2,-27,0,-52,-26,-52v-18,0,-28,9,-28,26r-34,0v0,-34,21,-51,64,-51v82,0,51,103,57,175r-33,0r0,-21xm70,-21v23,-1,42,-27,39,-56v-28,-2,-56,10,-57,34v-1,12,8,22,18,22xm110,-201v-17,7,-57,-48,-55,-4r-21,0v0,-34,0,-46,24,-49v12,-6,47,37,53,19v0,-2,1,-8,1,-16r21,0v0,31,0,47,-23,50","w":166},"\u00e5":{"d":"109,-21v-18,36,-94,33,-94,-21v0,-37,32,-56,94,-56v2,-27,0,-52,-26,-52v-18,0,-28,9,-28,26r-34,0v0,-34,21,-51,64,-51v82,0,51,103,57,175r-33,0r0,-21xm70,-21v23,-1,42,-27,39,-56v-28,-2,-56,10,-57,34v-1,12,8,22,18,22xm120,-237v0,19,-18,36,-37,36v-19,0,-37,-17,-37,-36v-1,-19,18,-35,39,-35v19,0,36,16,35,35xm84,-252v-10,0,-17,7,-17,15v0,8,8,15,16,15v9,0,17,-7,16,-16v1,-8,-7,-14,-15,-14","w":166},"\u00e7":{"d":"50,-98v-2,56,41,89,95,73r0,23v-71,22,-137,-14,-131,-90v-11,-72,78,-109,122,-64v9,9,12,24,12,41r-37,0v0,-23,-8,-35,-26,-35v-25,1,-34,24,-35,52xm125,56v0,33,-41,45,-69,29r0,-23v13,11,40,18,40,-6v0,-16,-16,-21,-35,-18r10,-44r21,0r-7,29v24,-1,40,11,40,33","w":153},"\u00e9":{"d":"47,-98v-1,53,41,94,95,71r0,25v-75,21,-128,-14,-128,-92v0,-50,22,-80,70,-81v43,0,65,30,62,77r-99,0xm114,-120v2,-29,-43,-40,-59,-18v-5,6,-7,12,-7,18r66,0xm68,-201r17,-60r43,0r-30,60r-30,0","w":159},"\u00e8":{"d":"47,-98v-1,53,41,94,95,71r0,25v-75,21,-128,-14,-128,-92v0,-50,22,-80,70,-81v43,0,65,30,62,77r-99,0xm114,-120v2,-29,-43,-40,-59,-18v-5,6,-7,12,-7,18r66,0xm68,-201r-30,-60r43,0r17,60r-30,0","w":159},"\u00ea":{"d":"47,-98v-1,53,41,94,95,71r0,25v-75,21,-128,-14,-128,-92v0,-50,22,-80,70,-81v43,0,65,30,62,77r-99,0xm114,-120v2,-29,-43,-40,-59,-18v-5,6,-7,12,-7,18r66,0xm29,-201r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":159},"\u00eb":{"d":"47,-98v-1,53,41,94,95,71r0,25v-75,21,-128,-14,-128,-92v0,-50,22,-80,70,-81v43,0,65,30,62,77r-99,0xm114,-120v2,-29,-43,-40,-59,-18v-5,6,-7,12,-7,18r66,0xm21,-205r0,-40r44,0r0,40r-44,0xm95,-205r0,-40r44,0r0,40r-44,0","w":159},"\u00ed":{"d":"30,0r0,-171r33,0r0,171r-33,0xm32,-201r17,-60r43,0r-30,60r-30,0","w":93},"\u00ec":{"d":"30,0r0,-171r33,0r0,171r-33,0xm32,-201r-30,-60r43,0r17,60r-30,0","w":93},"\u00ee":{"d":"30,0r0,-171r33,0r0,171r-33,0xm-7,-201r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":93},"\u00ef":{"d":"30,0r0,-171r33,0r0,171r-33,0xm-12,-205r0,-40r44,0r0,40r-44,0xm62,-205r0,-40r44,0r0,40r-44,0","w":93},"\u00f1":{"d":"104,-143v-50,6,-47,83,-45,143r-32,0r0,-171r32,0v1,11,-2,27,1,36v11,-27,29,-40,54,-40v70,1,39,109,46,175r-32,0r0,-94v-1,-33,1,-46,-24,-49xm120,-201v-17,7,-57,-48,-55,-4r-21,0v0,-34,0,-46,24,-49v12,-6,47,37,53,19v0,-2,1,-8,1,-16r21,0v0,31,0,47,-23,50","w":186},"\u00f3":{"d":"166,-86v0,54,-25,90,-76,90v-51,0,-76,-36,-76,-90v0,-54,24,-89,76,-89v52,0,76,35,76,89xm50,-86v0,43,13,65,40,65v26,0,40,-22,40,-65v0,-43,-14,-64,-40,-64v-27,0,-40,21,-40,64xm75,-201r17,-60r43,0r-30,60r-30,0"},"\u00f2":{"d":"166,-86v0,54,-25,90,-76,90v-51,0,-76,-36,-76,-90v0,-54,24,-89,76,-89v52,0,76,35,76,89xm50,-86v0,43,13,65,40,65v26,0,40,-22,40,-65v0,-43,-14,-64,-40,-64v-27,0,-40,21,-40,64xm75,-201r-30,-60r43,0r17,60r-30,0"},"\u00f4":{"d":"166,-86v0,54,-25,90,-76,90v-51,0,-76,-36,-76,-90v0,-54,24,-89,76,-89v52,0,76,35,76,89xm50,-86v0,43,13,65,40,65v26,0,40,-22,40,-65v0,-43,-14,-64,-40,-64v-27,0,-40,21,-40,64xm36,-201r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0"},"\u00f6":{"d":"166,-86v0,54,-25,90,-76,90v-51,0,-76,-36,-76,-90v0,-54,24,-89,76,-89v52,0,76,35,76,89xm50,-86v0,43,13,65,40,65v26,0,40,-22,40,-65v0,-43,-14,-64,-40,-64v-27,0,-40,21,-40,64xm31,-205r0,-40r44,0r0,40r-44,0xm105,-205r0,-40r44,0r0,40r-44,0"},"\u00f5":{"d":"166,-86v0,54,-25,90,-76,90v-51,0,-76,-36,-76,-90v0,-54,24,-89,76,-89v52,0,76,35,76,89xm50,-86v0,43,13,65,40,65v26,0,40,-22,40,-65v0,-43,-14,-64,-40,-64v-27,0,-40,21,-40,64xm117,-201v-17,7,-57,-48,-55,-4r-21,0v0,-34,0,-46,24,-49v12,-6,47,37,53,19v0,-2,1,-8,1,-16r21,0v0,31,0,47,-23,50"},"\u00fa":{"d":"81,-28v50,-7,47,-83,45,-143r32,0r0,171r-32,0v-1,-12,2,-27,-1,-37v-10,27,-28,41,-54,41v-69,0,-40,-108,-46,-175r32,0r0,93v1,34,-2,47,24,50xm78,-201r17,-60r43,0r-30,60r-30,0","w":186},"\u00f9":{"d":"81,-28v50,-7,47,-83,45,-143r32,0r0,171r-32,0v-1,-12,2,-27,-1,-37v-10,27,-28,41,-54,41v-69,0,-40,-108,-46,-175r32,0r0,93v1,34,-2,47,24,50xm78,-201r-30,-60r43,0r17,60r-30,0","w":186},"\u00fb":{"d":"81,-28v50,-7,47,-83,45,-143r32,0r0,171r-32,0v-1,-12,2,-27,-1,-37v-10,27,-28,41,-54,41v-69,0,-40,-108,-46,-175r32,0r0,93v1,34,-2,47,24,50xm39,-201r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":186},"\u00fc":{"d":"81,-28v50,-7,47,-83,45,-143r32,0r0,171r-32,0v-1,-12,2,-27,-1,-37v-10,27,-28,41,-54,41v-69,0,-40,-108,-46,-175r32,0r0,93v1,34,-2,47,24,50xm34,-205r0,-40r44,0r0,40r-44,0xm108,-205r0,-40r44,0r0,40r-44,0","w":186},"\u2020":{"d":"79,0r0,-135r-68,0r0,-27r68,0r0,-86r36,0r0,86r67,0r0,27r-67,0r0,135r-36,0","w":193},"\u00b0":{"d":"105,-191v0,22,-19,42,-42,42v-23,0,-42,-20,-42,-43v0,-21,21,-40,42,-40v22,0,42,19,42,41xm63,-212v-12,0,-21,9,-21,21v0,12,10,22,21,22v12,0,21,-11,22,-22v0,-11,-10,-21,-22,-21","w":126},"\u00a2":{"d":"157,-7v-12,6,-40,12,-58,11r0,35r-18,0r0,-35v-46,-7,-69,-38,-69,-95v0,-49,23,-82,69,-84r0,-29r18,0r0,29v36,3,64,24,63,62r-37,0v0,-25,-9,-40,-26,-44r0,139v21,7,38,2,58,-6r0,17xm81,-27r0,-130v-46,6,-42,115,0,130","w":173},"\u00a3":{"d":"36,0r0,-106r-25,0r0,-24r25,0v-3,-63,-1,-110,66,-110v37,0,67,22,68,55r-39,0v-1,-19,-10,-30,-30,-30v-37,0,-31,48,-31,85r46,0r0,24r-46,0r0,77r92,0r0,29r-126,0","w":166},"\u00a7":{"d":"37,-172v-40,-35,2,-80,51,-80v19,0,38,3,57,9r0,30v-20,-9,-37,-14,-54,-14v-13,0,-34,6,-34,18v10,41,106,32,104,84v0,19,-8,34,-25,43v45,37,1,86,-56,86v-23,0,-41,-3,-54,-9r0,-31v21,10,40,15,55,15v37,1,51,-28,14,-45v-32,-15,-81,-21,-83,-62v0,-17,8,-32,25,-44xm53,-162v-35,41,36,55,67,71v36,-43,-38,-56,-67,-71","w":173},"\u2022":{"d":"162,-130v0,35,-30,65,-65,65v-35,0,-65,-30,-65,-65v0,-35,30,-65,65,-65v35,0,65,30,65,65","w":193},"\u00b6":{"d":"110,77r0,-157v-53,-10,-80,-37,-80,-81v0,-66,60,-92,150,-87r0,14r-25,0r0,311r-14,0r0,-311r-18,0r0,311r-13,0","w":193},"\u00df":{"d":"95,-231v-28,1,-36,19,-36,50r0,181r-32,0r0,-168v-1,-57,17,-79,69,-84v73,-7,95,100,30,117v32,7,52,26,52,68v0,57,-43,79,-100,67r0,-23v36,14,65,-1,64,-45v-1,-41,-10,-55,-51,-55r0,-22v25,0,37,-15,37,-45v0,-22,-12,-41,-33,-41","w":193},"\u00ae":{"d":"175,-168v0,45,-39,85,-85,85v-45,0,-85,-40,-85,-85v0,-44,40,-84,85,-84v45,0,85,39,85,84xm90,-240v-39,0,-72,33,-72,72v0,39,33,72,72,72v39,0,72,-33,72,-72v0,-39,-33,-72,-72,-72xm88,-215v37,-5,49,40,21,51r16,39r-18,0r-13,-36r-20,0r0,36r-16,0r0,-90r30,0xm74,-199r0,23v14,-1,33,4,33,-11v0,-14,-19,-12,-33,-12"},"\u00a9":{"d":"175,-168v0,45,-39,85,-85,85v-45,0,-85,-40,-85,-85v0,-44,40,-84,85,-84v45,0,85,39,85,84xm90,-240v-39,0,-72,33,-72,72v0,39,33,72,72,72v39,0,72,-33,72,-72v0,-39,-33,-72,-72,-72xm61,-169v-1,30,37,44,58,22r9,12v-29,30,-83,7,-83,-34v0,-40,52,-65,83,-34r-9,11v-21,-23,-58,-7,-58,23"},"\u2122":{"d":"30,-144r0,-89r-26,0r0,-15r68,0r0,15r-26,0r0,89r-16,0xm84,-144r0,-104r29,0r18,82r17,-82r29,0r0,104r-16,0r-1,-94r-20,94r-19,0r-21,-94r0,94r-16,0","w":219},"\u00b4":{"d":"46,-201r17,-60r43,0r-30,60r-30,0","w":122},"\u00a8":{"d":"2,-205r0,-40r44,0r0,40r-44,0xm76,-205r0,-40r44,0r0,40r-44,0","w":122},"\u00c6":{"d":"1,0r140,-248r145,0r0,28r-93,0r7,89r82,0r0,29r-80,0r5,73r82,0r0,29r-116,0r-7,-102r-71,0r-54,102r-40,0xm112,-131r51,0r-6,-87","w":299},"\u00d8":{"d":"40,-29v-19,-26,-23,-48,-23,-95v0,-112,74,-154,154,-112r18,-29r18,12r-20,32v16,21,24,53,24,97v0,86,-33,128,-98,128v-30,0,-38,-4,-57,-18r-18,29r-18,-11xm63,-64r90,-144v-48,-40,-97,-4,-97,84v0,23,3,43,7,60xm165,-185r-92,144v48,39,98,5,98,-83v0,-24,-2,-45,-6,-61","w":226},"\u00b1":{"d":"21,50r0,-32r172,0r0,32r-172,0xm89,0r0,-76r-68,0r0,-32r68,0r0,-67r35,0r0,67r69,0r0,32r-69,0r0,76r-35,0","w":213},"\u00a5":{"d":"75,0r0,-59r-40,0r0,-18r40,0r0,-20r-40,0r0,-18r40,0r-79,-133r40,0r57,96r58,-96r40,0r-80,133r41,0r0,18r-41,0r0,20r41,0r0,18r-41,0r0,59r-36,0","w":186},"\u00b5":{"d":"178,1v-30,4,-49,-3,-53,-29v-9,31,-40,41,-64,24r0,77r-33,0r0,-244r33,0v7,52,-21,146,31,146v46,0,30,-92,33,-146r33,0r0,131v0,16,6,21,20,20r0,21","w":186},"\u03bc":{"d":"178,1v-30,4,-49,-3,-53,-29v-9,31,-40,41,-64,24r0,77r-33,0r0,-244r33,0v7,52,-21,146,31,146v46,0,30,-92,33,-146r33,0r0,131v0,16,6,21,20,20r0,21","w":186},"\u00aa":{"d":"63,-158v8,-28,-26,-37,-29,-14r-19,0v0,-19,12,-28,35,-28v43,0,29,58,31,97r-18,0v-1,-4,2,-10,-1,-12v-9,22,-50,17,-50,-12v0,-21,17,-31,51,-31xm43,-115v11,0,21,-16,20,-30v-18,-2,-33,4,-33,18v0,8,4,12,13,12","w":93},"\u00ba":{"d":"50,-102v-28,0,-42,-16,-42,-49v0,-33,14,-49,42,-49v28,0,42,16,42,49v0,33,-14,49,-42,49xm28,-151v0,23,8,35,22,35v14,0,22,-12,22,-35v0,-23,-8,-34,-22,-34v-14,0,-22,11,-22,34","w":100},"\u00e6":{"d":"23,-128v-2,-50,81,-62,109,-27v47,-42,130,-16,114,67r-100,0v5,58,45,77,96,62r0,24v-45,12,-93,6,-113,-26v-21,47,-113,43,-113,-19v0,-42,33,-63,98,-63v2,-25,-7,-41,-29,-40v-14,0,-28,7,-27,22r-35,0xm75,-21v31,0,42,-31,39,-67v-35,-2,-66,10,-66,40v-1,16,12,27,27,27xm146,-110r68,0v5,-44,-46,-52,-62,-23v-4,7,-6,14,-6,23","w":259},"\u00f8":{"d":"35,-18v-40,-49,-24,-157,57,-157v14,0,28,3,41,10r16,-25r14,10r-18,26v14,16,21,39,21,71v0,75,-59,105,-117,76r-17,27r-15,-10xm125,-122r-60,91v31,24,65,4,65,-47v0,-18,-2,-33,-5,-44xm55,-48r61,-92v-31,-24,-70,-2,-66,52v0,12,2,26,5,40"},"\u00bf":{"d":"133,46v-57,16,-126,7,-126,-49v0,-59,74,-59,68,-125r33,0v14,68,-59,77,-65,123v-5,39,61,35,90,18r0,33xm70,-156r0,-44r44,0r0,44r-44,0","w":159},"\u00a1":{"d":"22,49r2,-177r32,0r3,177r-37,0xm18,-156r0,-44r44,0r0,44r-44,0","w":106},"\u00ac":{"d":"158,-13r0,-63r-137,0r0,-32r172,0r0,95r-35,0","w":213},"\u0192":{"d":"25,0r26,-151r-30,0r4,-21r30,0v1,-59,49,-88,113,-72r-4,26v-41,-14,-73,3,-73,46r48,0r-4,21r-48,0r-26,151r-36,0","w":153},"\u00ab":{"d":"37,-21r-26,-68r26,-69r33,0r-23,69r23,68r-33,0xm92,-21r-26,-68r26,-69r33,0r-23,69r23,68r-33,0","w":140},"\u00bb":{"d":"15,-21r23,-70r-23,-67r33,0r27,67r-27,70r-33,0xm69,-21r24,-70r-24,-67r34,0r26,67r-26,70r-34,0","w":140},"\u2026":{"d":"22,0r0,-42r43,0r0,42r-43,0xm109,0r0,-42r42,0r0,42r-42,0xm196,0r0,-42r42,0r0,42r-42,0","w":259},"\u00c0":{"d":"3,0r85,-248r44,0r85,248r-38,0r-24,-71r-89,0r-25,71r-38,0xm111,-215v-15,36,-24,78,-37,115r71,0xm95,-278r-30,-60r43,0r17,60r-30,0","w":219},"\u00c3":{"d":"3,0r85,-248r44,0r85,248r-38,0r-24,-71r-89,0r-25,71r-38,0xm111,-215v-15,36,-24,78,-37,115r71,0xm137,-278v-17,7,-57,-48,-55,-4r-21,0v0,-34,0,-46,24,-49v12,-6,47,37,53,19v0,-2,1,-8,1,-16r21,0v0,31,0,47,-23,50","w":219},"\u00d5":{"d":"113,4v-65,0,-96,-42,-96,-128v0,-85,31,-128,96,-128v65,0,98,43,98,128v0,86,-33,128,-98,128xm56,-124v0,66,19,99,57,99v38,0,58,-33,58,-99v0,-66,-20,-100,-58,-100v-38,0,-57,34,-57,100xm140,-278v-17,7,-57,-48,-55,-4r-21,0v0,-34,0,-46,24,-49v12,-6,47,37,53,19v0,-2,1,-8,1,-16r21,0v0,31,0,47,-23,50","w":226},"\u0152":{"d":"111,-252v25,0,47,19,59,34r0,-30r136,0r0,28r-100,0r0,76r95,0r0,29r-95,0r0,86r103,0r0,29r-139,0v-1,-9,2,-23,-1,-30v-9,16,-35,35,-58,34v-72,-1,-95,-48,-94,-128v0,-79,22,-127,94,-128xm111,-224v-45,0,-55,44,-55,100v0,56,9,99,55,99v40,0,59,-33,59,-99v0,-66,-19,-100,-59,-100","w":320},"\u0153":{"d":"262,-26r0,24v-44,12,-93,7,-112,-24v-24,41,-90,37,-117,4v-24,-28,-23,-98,0,-127v25,-31,91,-34,113,-1v43,-49,135,-25,120,62r-102,0v4,57,45,78,98,62xm164,-110r70,0v6,-42,-47,-53,-64,-24v-4,8,-6,15,-6,24xm128,-86v0,-38,-8,-64,-38,-64v-27,0,-40,21,-40,64v0,43,13,65,40,65v31,-1,38,-26,38,-65","w":280},"\u2013":{"d":"17,-73r0,-39r167,0r0,39r-167,0","w":200},"\u2014":{"d":"16,-73r0,-39r228,0r0,39r-228,0","w":259},"\u201c":{"d":"124,-248r-3,82r-42,0r13,-82r32,0xm64,-248r-4,82r-41,0r13,-82r32,0","w":140},"\u201d":{"d":"19,-166r4,-82r41,0r-13,82r-32,0xm79,-166r4,-82r41,0r-13,82r-32,0","w":140},"\u2018":{"d":"16,-166r14,-82r31,0r-3,82r-42,0","w":79},"\u2019":{"d":"19,-166r4,-82r41,0r-13,82r-32,0","w":79},"\u00f7":{"d":"21,-76r0,-32r172,0r0,32r-172,0xm86,0r0,-42r42,0r0,42r-42,0xm86,-141r0,-42r42,0r0,42r-42,0","w":213},"\u00ff":{"d":"42,74r24,-73r-65,-172r36,0r46,124r40,-124r36,0r-85,245r-32,0xm21,-205r0,-40r44,0r0,40r-44,0xm95,-205r0,-40r44,0r0,40r-44,0","w":159},"\u0178":{"d":"75,0r0,-115r-79,-133r39,0r58,95r59,-95r39,0r-80,133r0,115r-36,0xm34,-282r0,-40r44,0r0,40r-44,0xm108,-282r0,-40r44,0r0,40r-44,0","w":186},"\u2044":{"d":"-2,0r84,-228r28,0r-84,228r-28,0","w":107},"\u2039":{"d":"38,-21r-26,-68r26,-69r33,0r-23,69r23,68r-33,0","w":86},"\u203a":{"d":"15,-21r24,-70r-24,-67r34,0r26,67r-26,70r-34,0","w":86},"\uf001":{"d":"140,-222v-41,-14,-77,1,-68,51r51,0r0,25r-51,0r0,146r-32,0r0,-146r-31,0r0,-25r31,0v-11,-67,37,-91,100,-78r0,27xm151,0r0,-171r32,0r0,171r-32,0xm147,-212r0,-36r39,0r0,36r-39,0","w":213},"\uf002":{"d":"140,-222v-41,-14,-77,1,-68,51r51,0r0,25r-51,0r0,146r-32,0r0,-146r-31,0r0,-25r31,0v-11,-67,37,-91,100,-78r0,27xm151,0r0,-248r32,0r0,248r-32,0","w":213},"\u2021":{"d":"82,0r0,-109r-68,0r0,-27r68,0r0,-25r-68,0r0,-27r68,0r0,-60r36,0r0,60r68,0r0,27r-68,0r0,25r68,0r0,27r-68,0r0,109r-36,0","w":200},"\u00b7":{"d":"21,-92r0,-44r45,0r0,44r-45,0","w":86},"\u2219":{"d":"21,-92r0,-44r45,0r0,44r-45,0","w":86},"\u201a":{"d":"19,32r4,-82r41,0r-13,82r-32,0","w":79},"\u201e":{"d":"19,32r4,-82r41,0r-13,82r-32,0xm79,32r4,-82r41,0r-13,82r-32,0","w":140},"\u2030":{"d":"67,-71v-38,0,-57,-28,-57,-81v0,-54,19,-80,57,-80v38,0,57,26,57,80v0,53,-19,81,-57,81xm36,-152v0,42,10,63,31,63v21,0,31,-21,31,-63v0,-42,-10,-62,-31,-62v-21,0,-31,20,-31,62xm240,4v-38,0,-57,-27,-57,-81v0,-54,19,-80,57,-80v38,0,57,26,57,80v0,54,-19,81,-57,81xm209,-77v0,42,10,63,31,63v21,0,31,-21,31,-63v0,-42,-10,-62,-31,-62v-21,0,-31,20,-31,62xm374,4v-38,0,-57,-27,-57,-81v0,-54,19,-80,57,-80v38,0,56,26,56,80v0,54,-18,81,-56,81xm343,-77v0,42,10,63,31,63v21,0,31,-21,31,-63v0,-42,-10,-62,-31,-62v-21,0,-31,20,-31,62xm97,0r84,-228r29,0r-85,228r-28,0","w":439},"\u00c2":{"d":"3,0r85,-248r44,0r85,248r-38,0r-24,-71r-89,0r-25,71r-38,0xm111,-215v-15,36,-24,78,-37,115r71,0xm56,-278r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":219},"\u00ca":{"d":"29,0r0,-248r137,0r0,28r-101,0r0,76r96,0r0,29r-96,0r0,86r104,0r0,29r-140,0xm41,-278r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0"},"\u00c1":{"d":"3,0r85,-248r44,0r85,248r-38,0r-24,-71r-89,0r-25,71r-38,0xm111,-215v-15,36,-24,78,-37,115r71,0xm99,-278r17,-60r43,0r-30,60r-30,0","w":219},"\u00cb":{"d":"29,0r0,-248r137,0r0,28r-101,0r0,76r96,0r0,29r-96,0r0,86r104,0r0,29r-140,0xm40,-282r0,-40r44,0r0,40r-44,0xm114,-282r0,-40r44,0r0,40r-44,0"},"\u00c8":{"d":"29,0r0,-248r137,0r0,28r-101,0r0,76r96,0r0,29r-96,0r0,86r104,0r0,29r-140,0xm80,-278r-30,-60r43,0r17,60r-30,0"},"\u00cd":{"d":"29,0r0,-248r36,0r0,248r-36,0xm33,-278r17,-60r43,0r-30,60r-30,0","w":93},"\u00ce":{"d":"29,0r0,-248r36,0r0,248r-36,0xm-7,-278r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":93},"\u00cf":{"d":"29,0r0,-248r36,0r0,248r-36,0xm-12,-282r0,-40r44,0r0,40r-44,0xm62,-282r0,-40r44,0r0,40r-44,0","w":93},"\u00cc":{"d":"29,0r0,-248r36,0r0,248r-36,0xm32,-278r-30,-60r43,0r17,60r-30,0","w":93},"\u00d3":{"d":"113,4v-65,0,-96,-42,-96,-128v0,-85,31,-128,96,-128v65,0,98,43,98,128v0,86,-33,128,-98,128xm56,-124v0,66,19,99,57,99v38,0,58,-33,58,-99v0,-66,-20,-100,-58,-100v-38,0,-57,34,-57,100xm98,-278r17,-60r43,0r-30,60r-30,0","w":226},"\u00d4":{"d":"113,4v-65,0,-96,-42,-96,-128v0,-85,31,-128,96,-128v65,0,98,43,98,128v0,86,-33,128,-98,128xm56,-124v0,66,19,99,57,99v38,0,58,-33,58,-99v0,-66,-20,-100,-58,-100v-38,0,-57,34,-57,100xm59,-278r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":226},"\u00d2":{"d":"113,4v-65,0,-96,-42,-96,-128v0,-85,31,-128,96,-128v65,0,98,43,98,128v0,86,-33,128,-98,128xm56,-124v0,66,19,99,57,99v38,0,58,-33,58,-99v0,-66,-20,-100,-58,-100v-38,0,-57,34,-57,100xm98,-278r-30,-60r43,0r17,60r-30,0","w":226},"\u00da":{"d":"110,-25v35,0,48,-18,48,-55r0,-168r36,0r0,175v1,50,-34,77,-84,77v-50,0,-85,-27,-84,-77r0,-175r36,0r0,168v0,37,13,55,48,55xm95,-278r17,-60r43,0r-30,60r-30,0","w":219},"\u00db":{"d":"110,-25v35,0,48,-18,48,-55r0,-168r36,0r0,175v1,50,-34,77,-84,77v-50,0,-85,-27,-84,-77r0,-175r36,0r0,168v0,37,13,55,48,55xm56,-278r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":219},"\u00d9":{"d":"110,-25v35,0,48,-18,48,-55r0,-168r36,0r0,175v1,50,-34,77,-84,77v-50,0,-85,-27,-84,-77r0,-175r36,0r0,168v0,37,13,55,48,55xm95,-278r-30,-60r43,0r17,60r-30,0","w":219},"\u0131":{"d":"30,0r0,-171r33,0r0,171r-33,0","w":93},"\u02c6":{"d":"7,-201r34,-54r39,0r35,54r-29,0r-25,-31r-25,31r-29,0","w":122},"\u02dc":{"d":"88,-201v-17,7,-57,-48,-55,-4r-21,0v0,-34,0,-46,24,-49v12,-6,47,37,53,19v0,-2,1,-8,1,-16r21,0v0,31,0,47,-23,50","w":122},"\u00af":{"d":"6,-201r0,-28r110,0r0,28r-110,0","w":122},"\u02c9":{"d":"6,-201r0,-28r110,0r0,28r-110,0","w":122},"\u02d8":{"d":"31,-258v1,35,59,35,60,0r25,0v4,49,-61,76,-94,42v-10,-10,-15,-25,-15,-42r24,0","w":122},"\u02d9":{"d":"38,-205r0,-41r46,0r0,41r-46,0","w":122},"\u02da":{"d":"98,-237v0,19,-18,36,-37,36v-19,0,-37,-17,-37,-36v-1,-19,18,-35,39,-35v19,0,36,16,35,35xm62,-252v-10,0,-17,7,-17,15v0,8,8,15,16,15v9,0,17,-7,16,-16v1,-8,-7,-14,-15,-14","w":122},"\u00b8":{"d":"110,56v0,33,-41,45,-69,29r0,-23v13,11,40,18,40,-6v0,-16,-16,-21,-35,-18r10,-44r21,0r-7,29v24,-1,40,11,40,33","w":122},"\u02dd":{"d":"18,-201r17,-60r43,0r-30,60r-30,0xm75,-201r16,-60r43,0r-30,60r-29,0","w":122},"\u02db":{"d":"67,44v0,19,17,31,35,19r0,23v-30,12,-64,-3,-64,-32v0,-21,17,-44,31,-56r21,0v-16,17,-23,31,-23,46","w":122},"\u02c7":{"d":"42,-201r-35,-54r29,0r26,30r24,-30r29,0r-34,54r-39,0","w":122},"\u0141":{"d":"29,0r0,-93r-29,22r0,-29r29,-22r0,-126r36,0r0,97r57,-44r0,30r-57,44r0,92r95,0r0,29r-131,0","w":159},"\u0142":{"d":"28,0r0,-100r-28,23r0,-26r28,-23r0,-122r37,0r0,93r29,-22r0,25r-29,23r0,129r-37,0","w":93},"\u0160":{"d":"95,-224v-36,-3,-55,34,-28,57v32,27,104,42,104,100v0,71,-91,84,-153,61r0,-37v35,22,113,33,113,-19v0,-65,-117,-55,-117,-126v0,-64,79,-74,139,-57r0,34v-26,-8,-46,-13,-58,-13xm71,-278r-35,-54r29,0r26,30r24,-30r29,0r-34,54r-39,0"},"\u0161":{"d":"113,-140v-28,-20,-86,-8,-59,23v27,19,68,29,70,69v3,52,-63,61,-111,45r0,-28v30,21,104,6,69,-28v-19,-19,-69,-30,-69,-68v0,-46,57,-57,100,-42r0,29xm47,-201r-35,-54r29,0r26,30r24,-30r29,0r-34,54r-39,0","w":133},"\u017d":{"d":"7,0r0,-29r118,-191r-112,0r0,-28r154,0r0,29r-117,190r123,0r0,29r-166,0xm71,-278r-35,-54r29,0r26,30r24,-30r29,0r-34,54r-39,0"},"\u017e":{"d":"7,0r0,-25r83,-121r-78,0r0,-25r117,0r0,24r-83,122r87,0r0,25r-126,0xm51,-201r-35,-54r29,0r26,30r24,-30r29,0r-34,54r-39,0","w":140},"\u00a6":{"d":"29,49r0,-129r35,0r0,129r-35,0xm29,-145r0,-129r35,0r0,129r-35,0","w":93},"\u00d0":{"d":"197,-125v-1,83,-26,124,-105,125r-63,0r0,-119r-29,0r0,-20r29,0r0,-109r63,0v77,1,105,42,105,123xm158,-124v0,-73,-20,-101,-93,-96r0,81r48,0r0,20r-48,0r0,90v71,4,93,-22,93,-95","w":213},"\u00f0":{"d":"17,-86v0,-64,48,-107,97,-80v-8,-13,-17,-23,-26,-31r-35,13r-6,-16r25,-9v-16,-10,-29,-13,-36,-19v24,1,54,-5,65,9r28,-11r6,16r-20,7v31,35,47,64,48,121v1,54,-23,90,-73,90v-49,0,-73,-36,-73,-90xm53,-86v0,43,12,65,37,65v25,0,37,-22,37,-65v0,-43,-12,-64,-37,-64v-25,0,-37,21,-37,64"},"\u00dd":{"d":"75,0r0,-115r-79,-133r39,0r58,95r59,-95r39,0r-80,133r0,115r-36,0xm78,-278r17,-60r43,0r-30,60r-30,0","w":186},"\u00fd":{"d":"42,74r24,-73r-65,-172r36,0r46,124r40,-124r36,0r-85,245r-32,0xm67,-201r17,-60r43,0r-30,60r-30,0","w":159},"\u00de":{"d":"203,-131v0,79,-60,79,-137,76r0,55r-36,0r0,-248r36,0r0,45v75,-2,137,-5,137,72xm66,-175r0,91v48,0,97,9,97,-45v0,-54,-48,-47,-97,-46","w":219},"\u00fe":{"d":"164,-89v0,51,-17,92,-61,93v-24,1,-36,-11,-46,-28r0,101r-33,0r0,-325r33,0r1,103v7,-17,24,-31,47,-30v42,0,59,39,59,86xm94,-150v-48,0,-52,128,0,129v22,0,34,-22,34,-65v0,-43,-11,-64,-34,-64"},"\u00ad":{"d":"21,-76r0,-32r172,0r0,32r-172,0","w":213},"\u2212":{"d":"21,-76r0,-32r172,0r0,32r-172,0","w":213},"\u00d7":{"d":"46,0r-25,-24r61,-65r-60,-65r26,-23r59,63r59,-63r26,23r-61,65r61,65r-25,24r-60,-63","w":213},"\u00b9":{"d":"62,-73r0,-133r-31,19r0,-22v17,-7,27,-22,54,-19r0,155r-23,0","w":133},"\u00b2":{"d":"113,-190v-2,45,-35,67,-70,98r71,0r0,19r-100,0r0,-19v23,-16,74,-71,73,-100v0,-12,-9,-22,-22,-22v-16,0,-24,6,-24,20r-27,0v2,-26,19,-38,51,-38v27,0,49,16,48,42","w":133},"\u00b3":{"d":"54,-164v20,-1,29,-6,31,-25v3,-31,-43,-33,-44,-7r-27,0v1,-22,23,-37,49,-36v49,-8,65,66,22,76v19,5,28,18,28,39v0,31,-16,47,-50,47v-33,0,-50,-13,-52,-37r28,0v1,12,8,19,23,19v17,0,26,-10,26,-29v-1,-22,-10,-29,-34,-29r0,-18","w":133},"\u00bd":{"d":"84,0r83,-228r28,0r-84,228r-27,0xm56,-73r0,-133r-31,19r0,-22v17,-7,27,-22,55,-19r0,155r-24,0xm280,-117v-2,44,-33,67,-69,97r71,0r0,20r-101,0r0,-20v22,-16,74,-71,74,-99v0,-15,-8,-23,-23,-23v-16,0,-24,7,-24,21r-26,0v2,-26,18,-39,50,-39v27,0,49,17,48,43","w":306},"\u00bc":{"d":"239,0r0,-41r-69,0r0,-17r65,-98r27,0r0,96r27,0r0,19r-27,0r0,41r-23,0xm239,-131v-17,22,-30,48,-46,71r46,0r0,-71xm85,0r84,-228r28,0r-84,228r-28,0xm49,-73r0,-133r-31,19r0,-22v17,-7,27,-22,55,-19r0,155r-24,0","w":306},"\u00be":{"d":"251,0r0,-41r-68,0r0,-17r64,-98r28,0r0,96r26,0r0,19r-26,0r0,41r-24,0xm251,-131v-17,22,-30,48,-46,71r46,0r0,-71xm54,-164v20,-1,29,-6,31,-25v3,-31,-43,-33,-44,-7r-27,0v1,-22,23,-37,49,-36v49,-8,65,66,22,76v19,5,28,18,28,39v0,31,-16,47,-50,47v-33,0,-50,-13,-52,-37r28,0v1,12,8,19,23,19v17,0,26,-10,26,-29v-1,-23,-11,-28,-34,-30r0,-17xm98,0r83,-228r28,0r-84,228r-27,0","w":306},"\u00a4":{"d":"48,-145v-3,-76,77,-122,133,-76v13,12,19,28,19,49r-40,0v-1,-28,-11,-41,-31,-41v-24,0,-40,24,-43,68r71,0r-4,18v-22,1,-48,-2,-68,1r0,16r65,0r-3,19r-60,0v9,38,17,66,55,67v16,0,33,-6,50,-18r0,32v-73,37,-141,-4,-144,-81r-36,0r3,-19r32,0r0,-17r-28,0r3,-18r26,0","w":206},"\u20ac":{"d":"48,-145v-3,-76,77,-122,133,-76v13,12,19,28,19,49r-40,0v-1,-28,-11,-41,-31,-41v-24,0,-40,24,-43,68r71,0r-4,18v-22,1,-48,-2,-68,1r0,16r65,0r-3,19r-60,0v9,38,17,66,55,67v16,0,33,-6,50,-18r0,32v-73,37,-141,-4,-144,-81r-36,0r3,-19r32,0r0,-17r-28,0r3,-18r26,0","w":206}}});Cufon.registerFont({"w":180,"face":{"font-family":"Agfa Rotis Sans Serif","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-30 -334 428 98","underline-thickness":"7.20703","underline-position":"-33.3984","slope":"-11","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":73},"\u00a0":{"w":73},"!":{"d":"45,0r8,-36r35,0r-7,36r-36,0xm65,-67r32,-181r30,0r-38,181r-24,0","w":100},"\"":{"d":"60,-171r9,-77r33,0r-22,77r-20,0xm113,-171r9,-77r33,0r-22,77r-20,0","w":126},"#":{"d":"35,0r35,-77r-34,0r8,-20r35,0r15,-34r-34,0r9,-19r34,0r36,-78r23,0r-36,78r31,0r35,-78r23,0r-36,78r36,0r-8,19r-37,0r-15,34r36,0r-9,20r-36,0r-35,77r-23,0r35,-77r-31,0r-34,77r-23,0xm117,-131r-15,34r30,0r16,-34r-31,0","w":206},"$":{"d":"186,-70v2,43,-38,75,-82,74r-6,30r-17,0r5,-30v-40,-2,-60,-20,-55,-53r32,0v-4,20,7,34,27,37r20,-103v-57,-6,-67,-74,-28,-106v14,-12,31,-18,52,-19r5,-27r18,0r-6,27v30,2,60,20,54,51r-32,0v4,-20,-6,-32,-25,-35r-18,95v34,11,55,23,56,59xm131,-224v-41,1,-61,72,-18,89xm107,-12v46,-3,70,-79,19,-97","w":193},"%":{"d":"149,-181v1,50,-24,110,-69,110v-29,0,-44,-17,-44,-52v-1,-54,22,-109,69,-109v29,0,44,17,44,51xm104,-215v-30,0,-48,53,-47,90v0,24,8,37,25,37v30,2,47,-56,46,-92v0,-24,-8,-35,-24,-35xm301,-106v0,51,-23,111,-68,110v-29,0,-44,-17,-44,-51v-1,-54,21,-110,69,-110v29,0,43,17,43,51xm257,-140v-30,-1,-48,54,-47,90v0,24,8,37,25,37v29,0,45,-55,45,-91v0,-24,-8,-36,-23,-36xm99,0r119,-228r21,0r-119,228r-21,0","w":293},"&":{"d":"116,-117v-35,-1,-55,25,-56,59v-2,41,41,48,76,35r-4,22v-50,15,-101,-3,-101,-53v0,-40,19,-63,56,-73v-63,-31,-18,-113,52,-113v13,0,26,2,39,6r-5,22v-39,-19,-87,-4,-87,40v0,46,59,33,104,35r12,-62r28,-16r-15,78r42,0r-4,20r-42,0r-14,83v3,19,13,18,37,15r-4,20v-27,8,-62,1,-60,-25v3,-32,11,-63,16,-93r-70,0","w":233},"'":{"d":"59,-171r9,-77r33,0r-21,77r-21,0","w":73},"(":{"d":"82,43r-3,16v-64,-22,-50,-94,-32,-174v16,-73,21,-113,63,-143v11,-7,22,-10,33,-10r-4,16v-49,25,-45,65,-63,143v-11,50,-15,84,-15,104v0,25,7,41,21,48","w":100},")":{"d":"-2,59r3,-16v49,-26,46,-64,64,-143v12,-50,15,-85,15,-105v0,-24,-8,-40,-22,-47r4,-16v63,22,49,95,31,174v-19,83,-22,138,-95,153","w":100},"*":{"d":"68,-153r-14,-12r26,-29v-14,0,-26,-4,-38,-6r3,-18r38,8r-13,-36r17,-6r12,37v7,-11,16,-20,25,-30r14,12r-26,29r37,7r-3,17r-38,-8v6,11,10,24,14,36r-18,7v-4,-12,-8,-24,-11,-37","w":113},"+":{"d":"90,0r15,-77r-70,0r5,-22r70,0r13,-70r25,0r-14,70r71,0r-3,22r-72,0r-15,77r-25,0","w":206},",":{"d":"11,44r21,-80r31,0r-28,80r-24,0","w":73},"-":{"d":"33,-77r5,-25r110,0r-5,25r-110,0","w":146},"\u2010":{"d":"33,-77r5,-25r110,0r-5,25r-110,0","w":146},".":{"d":"19,0r7,-36r36,0r-8,36r-35,0","w":73},"\/":{"d":"-3,49r131,-323r25,0r-131,323r-25,0","w":106},"0":{"d":"194,-157v0,79,-33,162,-102,161v-41,0,-62,-25,-62,-75v-1,-78,32,-161,101,-161v42,0,63,25,63,75xm129,-211v-48,0,-70,81,-70,139v0,36,13,55,38,55v47,0,70,-84,69,-140v0,-36,-13,-54,-37,-54"},"1":{"d":"89,0r39,-204r-49,29r5,-27v25,-11,37,-34,76,-30r-45,232r-26,0"},"2":{"d":"55,-177v0,-66,137,-79,133,-1v-4,74,-83,113,-129,155r102,0r-4,23r-137,0r4,-23v50,-36,136,-104,136,-155v0,-22,-12,-33,-34,-33v-23,0,-36,11,-41,34r-30,0"},"3":{"d":"138,-72v0,-28,-12,-36,-42,-36r4,-22v38,0,56,-16,56,-49v0,-43,-67,-41,-72,-2r-30,0v3,-30,34,-51,69,-51v36,0,59,16,61,50v2,32,-24,59,-48,63v20,6,30,21,30,45v1,49,-30,78,-79,78v-35,0,-68,-17,-62,-51r30,0v-3,19,12,30,35,30v32,0,48,-19,48,-55"},"4":{"d":"109,0r12,-64r-94,0r4,-22r119,-142r29,0r-27,141r40,0r-5,23r-40,0r-12,64r-26,0xm147,-196v-30,30,-59,75,-89,109r68,0"},"5":{"d":"98,-17v54,7,81,-100,17,-100v-13,0,-25,5,-36,17r-27,0r31,-128r114,0r-6,23r-88,0r-19,78v39,-24,96,-8,96,44v0,52,-33,87,-86,87v-36,0,-66,-17,-61,-51r29,0v-2,21,17,28,36,30"},"6":{"d":"142,-232v33,-1,61,18,56,51r-30,0v5,-18,-11,-31,-29,-30v-41,1,-62,51,-65,100v29,-42,109,-38,109,32v0,45,-33,83,-79,83v-43,0,-64,-26,-64,-77v0,-79,32,-160,102,-159xm118,-117v-30,0,-50,27,-50,58v0,28,13,42,39,42v51,0,71,-100,11,-100"},"7":{"d":"41,0r127,-205r-105,0r5,-23r134,0r-4,23r-127,205r-30,0"},"8":{"d":"174,-71v0,45,-32,75,-80,75v-42,0,-63,-18,-63,-54v0,-38,20,-63,54,-68v-20,-5,-29,-20,-29,-43v0,-79,133,-101,136,-20v1,35,-24,56,-50,64v21,7,32,22,32,46xm129,-211v-28,-1,-45,23,-45,50v0,22,12,32,34,32v28,0,45,-19,45,-49v0,-22,-11,-33,-34,-33xm108,-108v-29,-1,-49,24,-48,54v0,24,13,37,38,37v31,0,47,-22,47,-54v0,-24,-12,-37,-37,-37"},"9":{"d":"86,4v-33,1,-61,-18,-56,-51r29,0v-3,20,12,30,30,30v33,2,59,-37,65,-101v-28,41,-109,39,-109,-31v0,-45,33,-83,78,-83v43,0,65,25,65,76v0,79,-31,161,-102,160xm121,-211v-50,0,-71,99,-11,99v30,0,49,-27,49,-58v0,-28,-12,-41,-38,-41"},":":{"d":"26,0r7,-36r36,0r-7,36r-36,0xm53,-136r6,-35r36,0r-7,35r-35,0","w":73},";":{"d":"18,44r21,-80r31,0r-28,80r-24,0xm56,-136r7,-35r36,0r-8,35r-35,0","w":73},"<":{"d":"187,0r-152,-73r4,-23r180,-73r-4,22r-154,62r130,62","w":206},"=":{"d":"30,-50r4,-22r166,0r-4,22r-166,0xm40,-103r5,-22r166,0r-5,22r-166,0","w":206},">":{"d":"20,0r5,-23r154,-62r-130,-62r4,-22r152,73r-4,23","w":206},"?":{"d":"72,-245v50,-15,109,-8,109,40v0,61,-89,72,-94,138r-26,0v2,-69,76,-78,91,-134v-4,-37,-58,-32,-86,-16xm43,0r7,-36r35,0r-7,36r-35,0","w":146},"@":{"d":"81,-72v0,109,157,132,230,67r10,8v-20,23,-75,45,-117,45v-79,0,-148,-45,-148,-119v0,-84,77,-161,161,-161v71,0,131,48,131,117v0,57,-46,116,-101,115v-18,0,-27,-8,-27,-25v-27,38,-94,27,-94,-29v0,-64,86,-165,135,-91r8,-19r31,0r-30,74v-15,37,-22,58,-22,62v0,7,4,9,11,9v38,-1,72,-52,72,-96v0,-59,-50,-98,-112,-98v-67,0,-138,73,-138,141xm227,-157v-31,0,-72,83,-72,116v0,16,8,24,25,24v45,0,69,-71,69,-117v0,-12,-9,-23,-22,-23","w":360},"A":{"d":"3,0r128,-248r34,0r32,248r-27,0r-10,-76r-90,0r-38,76r-29,0xm144,-223v-23,39,-41,83,-63,123r77,0","w":200},"B":{"d":"202,-196v0,32,-24,61,-49,65v25,6,38,22,38,48v0,79,-75,89,-160,83r48,-248v59,0,123,-9,123,52xm173,-196v0,-35,-36,-28,-71,-29r-16,83v50,4,87,-7,87,-54xm98,-23v72,11,88,-95,19,-95r-36,0r-18,95r35,0","w":193},"C":{"d":"153,-229v-53,0,-83,76,-83,138v0,79,61,84,117,55r-6,28v-68,28,-141,8,-141,-81v0,-84,41,-163,118,-163v44,0,74,26,67,71r-32,0v6,-30,-12,-49,-40,-48","w":193},"D":{"d":"217,-167v0,96,-39,167,-127,167r-59,0r48,-248v78,-5,138,4,138,81xm187,-167v1,-51,-31,-61,-85,-58r-39,202v94,11,123,-56,124,-144","w":206},"E":{"d":"31,0r48,-248r121,0r-5,23r-93,0r-16,83r88,0r-4,24r-89,0r-18,95r95,0r-4,23r-123,0","w":166},"F":{"d":"31,0r48,-248r120,0r-4,23r-93,0r-17,83r89,0r-4,24r-89,0r-23,118r-27,0","w":153},"G":{"d":"69,-89v0,66,54,84,99,57r17,-85r-58,0r5,-23r85,0r-24,121v-56,42,-154,30,-154,-66v0,-85,39,-167,116,-167v44,0,78,26,71,71r-32,0v6,-29,-14,-49,-42,-48v-53,0,-83,78,-83,140","w":213},"H":{"d":"31,0r49,-248r27,0r-21,108r103,0r21,-108r27,0r-48,248r-27,0r22,-117r-103,0r-22,117r-28,0","w":219},"I":{"d":"33,0r48,-248r28,0r-49,248r-27,0","w":93},"J":{"d":"148,-248v-18,73,-26,170,-53,231v-16,21,-61,26,-95,16r5,-25v44,15,72,2,81,-46r34,-176r28,0","w":126},"K":{"d":"31,0r48,-248r28,0r-22,112r109,-112r33,0r-117,120r77,128r-32,0r-73,-122r-24,122r-27,0","w":186},"L":{"d":"31,0r49,-248r27,0r-44,225r89,0r-4,23r-117,0","w":146},"M":{"d":"30,0r48,-248r42,0r30,214r112,-214r43,0r-48,248r-28,0r42,-218r-114,218r-27,0r-30,-218r-42,218r-28,0","w":286},"N":{"d":"31,0r48,-248r35,0r62,213r41,-213r28,0r-49,248r-35,0r-63,-209r-40,209r-27,0","w":226},"O":{"d":"223,-170v0,85,-38,175,-113,174v-47,0,-71,-29,-71,-85v-1,-86,39,-172,116,-171v46,0,68,27,68,82xm149,-229v-54,0,-80,87,-80,149v0,33,13,60,44,60v55,0,80,-85,80,-148v0,-41,-14,-61,-44,-61","w":213},"P":{"d":"79,-248v63,0,124,-8,124,56v0,66,-49,87,-123,81r-22,111r-27,0xm174,-189v0,-37,-32,-37,-72,-36r-18,91v54,2,90,-4,90,-55","w":173},"Q":{"d":"41,-81v-1,-86,39,-172,116,-171v46,0,69,27,69,82v0,69,-20,120,-58,151v15,2,36,-4,53,-5r-4,24r-102,0v-49,0,-74,-27,-74,-81xm151,-229v-53,0,-79,86,-79,149v0,32,15,57,46,57v54,0,77,-80,77,-145v0,-41,-14,-61,-44,-61","w":219},"R":{"d":"147,-122v44,8,28,74,33,122r-27,0v-6,-52,14,-120,-55,-110r-18,0r-22,110r-27,0r48,-248v62,0,129,-9,129,54v0,43,-20,67,-61,72xm180,-191v0,-36,-39,-34,-78,-34r-18,92v56,3,96,-13,96,-58","w":193},"S":{"d":"51,-181v-1,-65,78,-83,143,-65r-6,29v-39,-19,-108,-19,-108,29v0,49,95,54,95,113v0,73,-86,92,-157,71r5,-29v49,23,118,17,123,-35v-7,-49,-94,-57,-95,-113","w":173},"T":{"d":"59,0r44,-225r-59,0r4,-23r147,0r-5,23r-59,0r-44,225r-28,0","w":146},"U":{"d":"73,-87v-12,40,2,68,40,67v46,-1,53,-24,62,-70r31,-158r27,0v-17,71,-23,173,-54,225v-26,44,-143,36,-138,-30v5,-67,25,-131,36,-195r27,0","w":213},"V":{"d":"77,0r-35,-248r27,0r29,219r113,-219r30,0r-131,248r-33,0","w":186},"W":{"d":"58,0r4,-248r27,0r-5,215r101,-215r27,0r18,215r78,-215r27,0r-92,248r-33,0r-19,-212r-101,212r-32,0","w":299},"X":{"d":"-1,0r105,-130r-47,-118r29,0r36,93r74,-93r31,0r-94,118r52,130r-28,0r-43,-105r-83,105r-32,0","w":186},"Y":{"d":"76,0r22,-114r-52,-134r30,0r40,105r82,-105r32,0r-104,134r-23,114r-27,0"},"Z":{"d":"9,0r4,-23r158,-202r-113,0r5,-23r144,0r-4,23r-158,202r124,0r-5,23r-155,0","w":173},"[":{"d":"25,49r64,-323r65,0r-5,22r-38,0r-54,280r38,0r-4,21r-66,0","w":106},"\\":{"d":"105,49r-84,-323r25,0r84,323r-25,0","w":106},"]":{"d":"-3,49r4,-21r39,0r54,-280r-39,0r5,-22r65,0r-63,323r-65,0","w":106},"^":{"d":"59,-192r45,-56r22,0r23,56r-22,0r-15,-37r-31,37r-22,0","w":133},"_":{"d":"0,41r0,-18r180,0r0,18r-180,0"},"`":{"d":"74,-201r-15,-47r31,0r6,47r-22,0","w":104},"a":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r5,-26r26,0r-34,171r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46","w":173},"b":{"d":"92,4v-45,1,-61,-39,-52,-86r32,-166r26,0r-20,105v27,-49,98,-44,98,32v0,61,-29,115,-84,115xm120,-155v-33,-2,-58,61,-58,97v0,24,11,40,32,41v35,1,55,-50,54,-90v0,-28,-4,-47,-28,-48","w":173},"c":{"d":"115,-155v-35,0,-55,40,-55,80v0,50,37,66,85,55r-4,19v-60,16,-109,-6,-109,-67v0,-57,33,-107,86,-107v35,0,59,22,50,56r-29,0v5,-23,-6,-36,-24,-36","w":153},"d":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r20,-103r26,0r-49,248r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46","w":173},"e":{"d":"113,-175v41,0,64,34,50,74r-99,0v-18,57,20,99,80,80r-4,20v-59,16,-108,-5,-108,-67v0,-55,29,-107,81,-107xm140,-121v4,-20,-8,-35,-28,-34v-20,0,-35,12,-44,34r72,0","w":159},"f":{"d":"38,0r30,-151r-29,0r4,-20r29,0v4,-59,36,-93,100,-78r-4,22v-46,-18,-68,13,-71,56r49,0r-4,20r-49,0r-29,151r-26,0","w":113},"g":{"d":"106,-175v20,0,37,15,42,31r5,-27r26,0r-34,171v-7,65,-62,80,-132,65r5,-25v44,21,101,9,102,-40v1,-9,6,-22,5,-30v-13,20,-30,30,-52,30v-28,-1,-42,-29,-42,-60v-1,-51,28,-116,75,-115xm108,-155v-30,-1,-49,56,-49,92v0,28,9,42,25,42v33,1,55,-50,55,-88v0,-22,-11,-45,-31,-46","w":173},"h":{"d":"142,-175v30,0,37,30,31,64r-21,111r-26,0v7,-43,23,-84,23,-131v0,-14,-7,-21,-20,-21v-55,0,-63,96,-75,152r-25,0r48,-248r26,0r-22,112v17,-25,27,-39,61,-39"},"i":{"d":"31,0r33,-171r26,0r-34,171r-25,0xm69,-216r6,-32r33,0r-6,32r-33,0","w":86},"j":{"d":"92,-171v-18,71,-21,167,-54,222v-10,17,-40,22,-68,18r5,-21v39,7,51,-10,58,-48r33,-171r26,0xm71,-216r7,-32r32,0r-6,32r-33,0","w":86},"k":{"d":"28,0r49,-248r25,0r-28,149r72,-72r31,0r-78,77r51,94r-29,0r-50,-91r-17,91r-26,0","w":153},"l":{"d":"31,0r48,-248r25,0r-48,248r-25,0","w":86},"m":{"d":"231,-175v31,0,36,29,29,64r-21,111r-26,0r24,-130v0,-14,-7,-22,-19,-22v-52,0,-60,96,-71,152r-26,0r24,-130v0,-14,-7,-22,-19,-22v-52,0,-60,97,-72,152r-25,0r33,-171r26,0r-7,35v15,-25,26,-37,57,-39v22,-1,32,18,34,38v15,-25,27,-38,59,-38","w":266},"n":{"d":"142,-175v30,0,37,30,31,64r-21,111r-26,0v7,-43,23,-85,23,-131v0,-14,-7,-21,-20,-21v-55,0,-63,96,-75,152r-25,0r33,-171r26,0r-7,35v17,-25,27,-39,61,-39"},"o":{"d":"176,-113v0,63,-29,117,-86,117v-39,0,-59,-24,-59,-63v-1,-62,31,-116,88,-116v37,0,57,23,57,62xm116,-155v-39,0,-58,48,-57,93v0,30,12,45,34,45v39,0,55,-46,55,-91v0,-31,-10,-47,-32,-47","w":173},"p":{"d":"179,-116v0,54,-27,120,-76,120v-21,0,-33,-12,-43,-31r-19,104r-26,0r48,-248r26,0v-1,9,-7,20,-5,28v11,-21,23,-31,49,-32v32,-1,46,25,46,59xm123,-155v-33,0,-54,54,-53,93v-1,24,11,44,31,45v32,2,50,-59,49,-95v0,-28,-9,-43,-27,-43","w":173},"q":{"d":"106,-175v21,-1,37,15,42,30r5,-26r26,0r-49,248r-25,0r20,-105v-22,53,-95,36,-95,-28v0,-53,29,-120,76,-119xm108,-155v-31,-2,-51,60,-50,96v0,28,9,42,27,42v33,0,55,-54,54,-92v0,-23,-10,-45,-31,-46","w":173},"r":{"d":"29,0r33,-171r26,0r-7,34v13,-25,34,-38,64,-38r-5,26v-70,-1,-72,87,-86,149r-25,0","w":113},"s":{"d":"56,-91v-41,-30,-7,-84,46,-84v15,0,29,3,44,8r-5,22v-28,-13,-71,-18,-76,15v7,32,69,35,69,76v0,56,-65,67,-120,52r5,-24v29,15,89,15,89,-21v0,-20,-36,-33,-52,-44","w":133},"t":{"d":"114,-19r-4,21v-43,9,-67,-10,-59,-56r18,-97r-27,0r4,-20r27,0r8,-40r29,-16r-11,56r46,0r-4,20r-46,0r-21,114v-2,20,22,23,40,18","w":119},"u":{"d":"66,-69v-5,21,-7,52,17,49v54,-7,63,-95,75,-151r26,0r-35,171r-25,0v1,-11,7,-25,6,-35v-17,25,-27,39,-60,39v-31,0,-37,-31,-31,-65r21,-110r26,0"},"v":{"d":"68,0r-32,-171r26,0r24,135r71,-135r27,0r-92,171r-24,0","w":153},"w":{"d":"57,0r-8,-171r23,0r7,133r66,-133r21,0r18,133r57,-133r24,0r-73,171r-26,0r-17,-131r-66,131r-26,0","w":246},"x":{"d":"3,0r81,-91r-40,-80r27,0r30,59r51,-59r32,0r-72,82r45,89r-27,0r-35,-68r-60,68r-32,0","w":159},"y":{"d":"28,70r38,-70r-31,-171r27,0r25,137r72,-137r26,0r-130,241r-27,0","w":153},"z":{"d":"11,0r4,-20r115,-131r-83,0r4,-20r113,0r-4,20r-114,131r92,0r-4,20r-123,0","w":146},"{":{"d":"137,-19v0,42,-13,103,33,108r0,9v-35,-1,-76,-27,-76,-61v-1,-12,10,-62,10,-69v-1,-22,-20,-40,-39,-45r0,-9v83,-16,-8,-119,54,-157v16,-10,32,-17,51,-18r0,9v-45,6,-33,65,-33,108v0,34,-25,50,-56,62v30,13,56,29,56,63"},"|":{"d":"67,66r0,-366r18,0r0,366r-18,0","w":119},"}":{"d":"127,-32v0,6,10,56,10,69v0,34,-41,60,-76,61r0,-9v45,-6,33,-65,33,-108v0,-34,26,-50,56,-63v-31,-13,-56,-28,-56,-62v0,-42,13,-103,-33,-108r0,-9v35,1,78,27,76,61v-2,49,-29,101,29,114r0,9v-19,5,-39,23,-39,45"},"~":{"d":"31,-62v-1,-53,39,-84,78,-49v21,19,66,73,75,8r1,-11r22,0v0,52,-40,84,-79,50v-20,-17,-63,-72,-74,-11r-1,13r-22,0","w":206},"\u00c4":{"d":"3,0r128,-248r34,0r32,248r-27,0r-10,-76r-90,0r-38,76r-29,0xm144,-223v-23,39,-41,83,-63,123r77,0xm101,-282r6,-32r32,0r-6,32r-32,0xm165,-282r6,-32r32,0r-6,32r-32,0","w":200},"\u00c5":{"d":"3,0r128,-248r34,0r32,248r-27,0r-10,-76r-90,0r-38,76r-29,0xm144,-223v-23,39,-41,83,-63,123r77,0xm183,-303v0,17,-15,31,-31,31v-15,0,-30,-14,-30,-31v0,-16,14,-31,30,-31v17,0,31,15,31,31xm152,-319v-8,0,-15,8,-15,16v0,8,7,15,15,15v8,0,16,-7,16,-15v0,-8,-8,-16,-16,-16","w":200},"\u00c7":{"d":"153,-229v-53,0,-83,76,-83,138v0,79,61,84,117,55r-6,28v-68,28,-141,8,-141,-81v0,-84,41,-163,118,-163v44,0,74,26,67,71r-32,0v6,-30,-12,-49,-40,-48xm74,59v13,15,40,8,40,-12v1,-13,-14,-15,-30,-14r16,-39r15,0r-11,27v20,0,30,8,30,24v1,30,-37,46,-64,32","w":193},"\u00c9":{"d":"31,0r48,-248r121,0r-5,23r-93,0r-16,83r88,0r-4,24r-89,0r-18,95r95,0r-4,23r-123,0xm126,-278r25,-47r31,0r-33,47r-23,0","w":166},"\u00d1":{"d":"31,0r48,-248r35,0r62,213r41,-213r28,0r-49,248r-35,0r-63,-209r-40,209r-27,0xm178,-276v-6,2,-32,-19,-37,-19v-5,0,-9,6,-11,17r-15,0v7,-26,16,-40,28,-40v7,-2,32,20,38,19v6,0,9,-6,11,-17r16,0v-4,27,-14,40,-30,40","w":226},"\u00d6":{"d":"223,-170v0,85,-38,175,-113,174v-47,0,-71,-29,-71,-85v-1,-86,39,-172,116,-171v46,0,68,27,68,82xm149,-229v-54,0,-80,87,-80,149v0,33,13,60,44,60v55,0,80,-85,80,-148v0,-41,-14,-61,-44,-61xm103,-282r6,-32r32,0r-6,32r-32,0xm167,-282r6,-32r32,0r-6,32r-32,0","w":213},"\u00dc":{"d":"73,-87v-12,40,2,68,40,67v46,-1,53,-24,62,-70r31,-158r27,0v-17,71,-23,173,-54,225v-26,44,-143,36,-138,-30v5,-67,25,-131,36,-195r27,0xm107,-282r6,-32r32,0r-6,32r-32,0xm171,-282r6,-32r32,0r-6,32r-32,0","w":213},"\u00e1":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r5,-26r26,0r-34,171r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46xm114,-201r25,-47r31,0r-33,47r-23,0","w":173},"\u00e0":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r5,-26r26,0r-34,171r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46xm109,-201r-15,-47r31,0r6,47r-22,0","w":173},"\u00e2":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r5,-26r26,0r-34,171r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46xm78,-201r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":173},"\u00e4":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r5,-26r26,0r-34,171r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46xm76,-205r6,-32r32,0r-6,32r-32,0xm140,-205r6,-32r32,0r-6,32r-32,0","w":173},"\u00e3":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r5,-26r26,0r-34,171r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46xm139,-199v-6,2,-32,-19,-37,-19v-5,0,-9,6,-11,17r-15,0v7,-26,16,-40,28,-40v7,-2,32,20,38,19v6,0,9,-6,11,-17r16,0v-4,27,-14,40,-30,40","w":173},"\u00e5":{"d":"30,-55v0,-54,27,-121,76,-120v20,0,34,10,42,30r5,-26r26,0r-34,171r-25,0r5,-28v-18,50,-95,38,-95,-27xm107,-155v-30,-2,-50,60,-49,96v0,28,9,42,27,42v34,1,55,-54,54,-92v0,-25,-11,-45,-32,-46xm159,-226v0,17,-15,31,-31,31v-15,0,-30,-14,-30,-31v0,-16,14,-31,30,-31v17,0,31,15,31,31xm128,-242v-8,0,-15,8,-15,16v0,8,7,15,15,15v8,0,16,-7,16,-15v0,-8,-8,-16,-16,-16","w":173},"\u00e7":{"d":"115,-155v-35,0,-55,40,-55,80v0,50,37,66,85,55r-4,19v-60,16,-109,-6,-109,-67v0,-57,33,-107,86,-107v35,0,59,22,50,56r-29,0v5,-23,-6,-36,-24,-36xm53,59v13,15,40,8,40,-12v1,-13,-14,-15,-30,-14r16,-39r15,0r-11,27v20,0,30,8,30,24v1,30,-37,46,-64,32","w":153},"\u00e9":{"d":"113,-175v41,0,64,34,50,74r-99,0v-18,57,20,99,80,80r-4,20v-59,16,-108,-5,-108,-67v0,-55,29,-107,81,-107xm140,-121v4,-20,-8,-35,-28,-34v-20,0,-35,12,-44,34r72,0xm107,-201r25,-47r31,0r-33,47r-23,0","w":159},"\u00e8":{"d":"113,-175v41,0,64,34,50,74r-99,0v-18,57,20,99,80,80r-4,20v-59,16,-108,-5,-108,-67v0,-55,29,-107,81,-107xm140,-121v4,-20,-8,-35,-28,-34v-20,0,-35,12,-44,34r72,0xm102,-201r-15,-47r31,0r6,47r-22,0","w":159},"\u00ea":{"d":"113,-175v41,0,64,34,50,74r-99,0v-18,57,20,99,80,80r-4,20v-59,16,-108,-5,-108,-67v0,-55,29,-107,81,-107xm140,-121v4,-20,-8,-35,-28,-34v-20,0,-35,12,-44,34r72,0xm71,-201r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":159},"\u00eb":{"d":"113,-175v41,0,64,34,50,74r-99,0v-18,57,20,99,80,80r-4,20v-59,16,-108,-5,-108,-67v0,-55,29,-107,81,-107xm140,-121v4,-20,-8,-35,-28,-34v-20,0,-35,12,-44,34r72,0xm69,-205r6,-32r32,0r-6,32r-32,0xm133,-205r6,-32r32,0r-6,32r-32,0","w":159},"\u00ed":{"d":"31,0r33,-171r26,0r-34,171r-25,0xm74,-201r25,-47r31,0r-33,47r-23,0","w":86},"\u00ec":{"d":"31,0r33,-171r26,0r-34,171r-25,0xm65,-201r-15,-47r31,0r6,47r-22,0","w":86},"\u00ee":{"d":"31,0r33,-171r26,0r-34,171r-25,0xm38,-201r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":86},"\u00ef":{"d":"31,0r33,-171r26,0r-34,171r-25,0xm34,-205r6,-32r32,0r-6,32r-32,0xm98,-205r6,-32r32,0r-6,32r-32,0","w":86},"\u00f1":{"d":"142,-175v30,0,37,30,31,64r-21,111r-26,0v7,-43,23,-85,23,-131v0,-14,-7,-21,-20,-21v-55,0,-63,96,-75,152r-25,0r33,-171r26,0r-7,35v17,-25,27,-39,61,-39xm142,-199v-6,2,-32,-19,-37,-19v-5,0,-9,6,-11,17r-15,0v7,-26,16,-40,28,-40v7,-2,32,20,38,19v6,0,9,-6,11,-17r16,0v-4,27,-14,40,-30,40"},"\u00f3":{"d":"176,-113v0,63,-29,117,-86,117v-39,0,-59,-24,-59,-63v-1,-62,31,-116,88,-116v37,0,57,23,57,62xm116,-155v-39,0,-58,48,-57,93v0,30,12,45,34,45v39,0,55,-46,55,-91v0,-31,-10,-47,-32,-47xm114,-201r25,-47r31,0r-33,47r-23,0","w":173},"\u00f2":{"d":"176,-113v0,63,-29,117,-86,117v-39,0,-59,-24,-59,-63v-1,-62,31,-116,88,-116v37,0,57,23,57,62xm116,-155v-39,0,-58,48,-57,93v0,30,12,45,34,45v39,0,55,-46,55,-91v0,-31,-10,-47,-32,-47xm109,-201r-15,-47r31,0r6,47r-22,0","w":173},"\u00f4":{"d":"176,-113v0,63,-29,117,-86,117v-39,0,-59,-24,-59,-63v-1,-62,31,-116,88,-116v37,0,57,23,57,62xm116,-155v-39,0,-58,48,-57,93v0,30,12,45,34,45v39,0,55,-46,55,-91v0,-31,-10,-47,-32,-47xm78,-201r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":173},"\u00f6":{"d":"176,-113v0,63,-29,117,-86,117v-39,0,-59,-24,-59,-63v-1,-62,31,-116,88,-116v37,0,57,23,57,62xm116,-155v-39,0,-58,48,-57,93v0,30,12,45,34,45v39,0,55,-46,55,-91v0,-31,-10,-47,-32,-47xm76,-205r6,-32r32,0r-6,32r-32,0xm140,-205r6,-32r32,0r-6,32r-32,0","w":173},"\u00f5":{"d":"176,-113v0,63,-29,117,-86,117v-39,0,-59,-24,-59,-63v-1,-62,31,-116,88,-116v37,0,57,23,57,62xm116,-155v-39,0,-58,48,-57,93v0,30,12,45,34,45v39,0,55,-46,55,-91v0,-31,-10,-47,-32,-47xm139,-199v-6,2,-32,-19,-37,-19v-5,0,-9,6,-11,17r-15,0v7,-26,16,-40,28,-40v7,-2,32,20,38,19v6,0,9,-6,11,-17r16,0v-4,27,-14,40,-30,40","w":173},"\u00fa":{"d":"66,-69v-5,21,-7,52,17,49v54,-7,63,-95,75,-151r26,0r-35,171r-25,0v1,-11,7,-25,6,-35v-17,25,-27,39,-60,39v-31,0,-37,-31,-31,-65r21,-110r26,0xm113,-201r25,-47r31,0r-33,47r-23,0"},"\u00f9":{"d":"66,-69v-5,21,-7,52,17,49v54,-7,63,-95,75,-151r26,0r-35,171r-25,0v1,-11,7,-25,6,-35v-17,25,-27,39,-60,39v-31,0,-37,-31,-31,-65r21,-110r26,0xm112,-201r-15,-47r31,0r6,47r-22,0"},"\u00fb":{"d":"66,-69v-5,21,-7,52,17,49v54,-7,63,-95,75,-151r26,0r-35,171r-25,0v1,-11,7,-25,6,-35v-17,25,-27,39,-60,39v-31,0,-37,-31,-31,-65r21,-110r26,0xm81,-201r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0"},"\u00fc":{"d":"66,-69v-5,21,-7,52,17,49v54,-7,63,-95,75,-151r26,0r-35,171r-25,0v1,-11,7,-25,6,-35v-17,25,-27,39,-60,39v-31,0,-37,-31,-31,-65r21,-110r26,0xm79,-205r6,-32r32,0r-6,32r-32,0xm143,-205r6,-32r32,0r-6,32r-32,0"},"\u2020":{"d":"77,0r26,-137r-62,0r4,-23r63,0r17,-88r28,0r-18,88r62,0r-4,23r-62,0r-27,137r-27,0"},"\u00b0":{"d":"137,-193v0,21,-17,40,-39,40v-22,0,-40,-18,-40,-40v0,-22,18,-39,40,-39v21,0,39,19,39,39xm98,-215v-12,-2,-25,10,-23,22v-2,12,11,25,23,23v12,1,22,-12,22,-23v0,-11,-11,-23,-22,-22","w":119},"\u00a2":{"d":"125,-175v29,2,49,22,43,56r-29,0v4,-22,-2,-37,-17,-41r-28,145v16,3,35,3,51,-3r-3,16v-21,5,-30,8,-51,5r-6,31r-16,0r6,-34v-57,-10,-48,-96,-25,-137v14,-23,34,-36,60,-38r5,-28r16,0xm107,-160v-43,7,-69,109,-27,138","w":159},"\u00a3":{"d":"166,-188v5,-19,-11,-30,-29,-30v-45,0,-39,52,-49,90r43,0r-4,20r-44,0r-16,85r92,0r-4,23r-119,0r21,-108r-24,0r4,-20r24,0v10,-57,13,-112,79,-112v33,0,60,19,54,52r-28,0","w":159},"\u00a7":{"d":"74,-175v-36,-61,47,-95,110,-69r-5,27v-26,-21,-80,-24,-86,12v6,33,86,32,84,73v0,18,-12,35,-36,51v39,40,-16,85,-66,85v-16,0,-32,-3,-46,-8r6,-28v29,25,82,24,89,-14v-6,-36,-87,-33,-85,-76v1,-25,14,-36,35,-53xm86,-166v-26,23,-29,43,5,61v19,9,19,8,38,17v26,-17,30,-43,0,-58","w":166},"\u2022":{"d":"180,-124v0,35,-30,65,-65,65v-35,0,-65,-30,-65,-65v0,-35,30,-65,65,-65v35,0,65,30,65,65"},"\u00b6":{"d":"63,-130v-51,-66,8,-150,97,-138r32,0r0,15r-24,0r0,310r-14,0r0,-310r-17,0r0,310r-14,0r0,-157v-24,-6,-48,-14,-60,-30"},"\u00df":{"d":"116,-144v52,10,72,-88,17,-88v-33,0,-38,22,-45,57r-34,175r-25,0v17,-73,21,-168,52,-227v22,-42,113,-33,113,26v0,34,-23,58,-47,66v26,6,38,23,38,49v2,63,-46,104,-111,86r4,-21v46,17,79,-16,79,-61v0,-28,-15,-43,-45,-43","w":186},"\u00ae":{"d":"41,-168v2,-47,35,-84,85,-84v49,0,84,35,84,84v0,49,-35,83,-84,84v-45,1,-87,-38,-85,-84xm126,-240v-39,0,-73,33,-72,72v1,40,31,71,72,72v39,1,71,-34,71,-72v0,-39,-32,-72,-71,-72xm98,-215v28,-1,60,0,58,26v0,12,-5,20,-15,23r16,40r-17,0r-14,-37r-15,0r0,37r-13,0r0,-89xm111,-201r0,25v15,0,31,3,31,-13v0,-14,-17,-12,-31,-12"},"\u00a9":{"d":"41,-168v2,-47,35,-84,85,-84v49,0,84,35,84,84v0,49,-35,83,-84,84v-45,1,-87,-38,-85,-84xm126,-240v-39,0,-73,33,-72,72v1,40,31,71,72,72v39,1,71,-34,71,-72v0,-39,-32,-72,-71,-72xm96,-170v0,30,41,48,58,22v3,5,15,10,7,14v-31,28,-78,2,-78,-37v0,-40,52,-65,80,-34v-5,4,-9,15,-15,7v-22,-19,-52,3,-52,28"},"\u2122":{"d":"117,-248r0,15r-27,0r0,91r-15,0r0,-91r-27,0r0,-15r69,0xm129,-248r29,0r19,84r19,-84r28,0r0,106r-15,0r-1,-96r-22,96r-19,0v-9,-31,-11,-69,-23,-96r0,96r-15,0r0,-106","w":220},"\u00b4":{"d":"79,-201r25,-47r31,0r-33,47r-23,0","w":104},"\u00a8":{"d":"41,-205r6,-32r32,0r-6,32r-32,0xm105,-205r6,-32r32,0r-6,32r-32,0","w":104},"\u00c6":{"d":"0,0r190,-248r132,0r-4,23r-96,0r-12,94r87,0r-5,23r-85,0r-10,85r85,0r-5,23r-110,0r14,-108r-68,0r-80,108r-33,0xm194,-218r-64,87r54,0v2,-28,10,-60,10,-87","w":286},"\u00d8":{"d":"213,-221v32,90,-14,228,-103,225v-24,0,-41,-7,-52,-20r-23,30r-14,-9r27,-36v-29,-92,17,-225,107,-221v21,0,37,5,48,17r21,-28r14,9xm149,-229v-58,-2,-87,99,-78,168r113,-150v-7,-12,-19,-18,-35,-18xm113,-20v60,2,88,-100,78,-172r-114,150v7,15,19,22,36,22","w":213},"\u00b1":{"d":"13,37r4,-22r167,0r-5,22r-166,0xm90,0r15,-77r-70,0r5,-22r70,0r13,-70r25,0r-14,70r71,0r-3,22r-72,0r-15,77r-25,0","w":206},"\u00a5":{"d":"76,0r12,-62r-41,0r4,-16r40,0r4,-20r-41,0r4,-16r40,0r-52,-134r30,0r40,105r82,-105r32,0r-104,134r40,0r-3,16r-41,0r-4,20r41,0r-3,16r-41,0r-12,62r-27,0"},"\u00b5":{"d":"71,-81v-8,34,-7,61,24,61v54,0,55,-95,68,-151r26,0r-27,142v0,12,5,16,16,15r-3,16v-22,7,-38,-6,-35,-33v-18,36,-57,48,-83,20r-17,88r-25,0r48,-248r26,0","w":186},"\u03bc":{"d":"71,-81v-8,34,-7,61,24,61v54,0,55,-95,68,-151r26,0r-27,142v0,12,5,16,16,15r-3,16v-22,7,-38,-6,-35,-33v-18,36,-57,48,-83,20r-17,88r-25,0r48,-248r26,0","w":186},"\u00aa":{"d":"39,-135v0,-40,41,-94,65,-49r3,-15r14,0r-19,95r-13,0v0,-5,4,-12,2,-16v-13,28,-52,24,-52,-15xm82,-189v-17,0,-29,32,-28,52v0,15,5,23,15,23v18,0,31,-30,30,-51v0,-11,-6,-24,-17,-24","w":100},"\u00ba":{"d":"120,-167v0,34,-17,66,-48,65v-21,0,-32,-12,-32,-35v-1,-36,17,-65,49,-64v20,0,30,14,31,34xm87,-189v-21,0,-33,26,-32,51v0,16,6,24,19,24v22,1,30,-25,30,-50v0,-17,-5,-25,-17,-25","w":100},"\u00e6":{"d":"237,-1v-40,12,-77,2,-92,-25r-5,26r-22,0v1,-9,6,-21,5,-28v-18,50,-94,39,-94,-27v0,-54,27,-120,75,-120v21,0,33,12,43,30r5,-26r22,0v0,6,-5,15,-3,19v23,-40,96,-25,92,25v0,11,-2,23,-6,36r-98,0v-14,60,26,85,82,70xm106,-155v-32,-2,-50,59,-49,96v0,28,8,42,26,42v34,1,54,-54,54,-92v0,-25,-10,-45,-31,-46xm236,-111v6,-23,-2,-44,-24,-44v-22,0,-39,15,-49,44r73,0","w":253},"\u00f8":{"d":"68,-28v51,38,92,-36,78,-102xm140,-144v-49,-37,-94,38,-79,102xm165,-154v39,75,-26,198,-113,147r-20,26r-11,-8r22,-28v-41,-73,25,-197,113,-148r18,-24r12,8","w":173},"\u00bf":{"d":"45,-23v-22,24,-5,54,27,53v16,0,31,-4,47,-12r-5,27v-49,17,-109,9,-109,-39v0,-64,90,-72,94,-138r25,0v-2,57,-51,78,-79,109xm100,-164r7,-36r36,0r-7,36r-36,0","w":146},"\u00a1":{"d":"12,49r38,-181r24,0r-32,181r-30,0xm50,-164r7,-36r36,0r-7,36r-36,0","w":100},"\u00ac":{"d":"185,-24r0,-53r-144,0r0,-22r166,0r0,75r-22,0","w":206},"\u0192":{"d":"11,0r56,-152r-29,0r7,-19r30,0v13,-55,47,-88,112,-73r-8,20v-49,-14,-67,12,-77,53r46,0r-8,19r-45,0r-56,152r-28,0","w":113},"\u00ab":{"d":"41,-21r-14,-67r40,-68r26,0r-35,68r9,67r-26,0xm90,-21r-13,-67r39,-68r27,0r-36,68r10,67r-27,0","w":126},"\u00bb":{"d":"20,-21r35,-68r-10,-67r27,0r13,67r-39,68r-26,0xm68,-21r35,-68r-9,-67r26,0r14,67r-40,68r-26,0","w":126},"\u2026":{"d":"21,0r6,-33r33,0r-7,33r-32,0xm107,0r6,-33r33,0r-6,33r-33,0xm193,0r7,-33r33,0r-7,33r-33,0","w":246},"\u00c0":{"d":"3,0r128,-248r34,0r32,248r-27,0r-10,-76r-90,0r-38,76r-29,0xm144,-223v-23,39,-41,83,-63,123r77,0xm136,-278r-15,-47r31,0r6,47r-22,0","w":200},"\u00c3":{"d":"3,0r128,-248r34,0r32,248r-27,0r-10,-76r-90,0r-38,76r-29,0xm144,-223v-23,39,-41,83,-63,123r77,0xm163,-276v-6,2,-32,-19,-37,-19v-5,0,-9,6,-11,17r-15,0v7,-26,16,-40,28,-40v7,-2,32,20,38,19v6,0,9,-6,11,-17r16,0v-4,27,-14,40,-30,40","w":200},"\u00d5":{"d":"223,-170v0,85,-38,175,-113,174v-47,0,-71,-29,-71,-85v-1,-86,39,-172,116,-171v46,0,68,27,68,82xm149,-229v-54,0,-80,87,-80,149v0,33,13,60,44,60v55,0,80,-85,80,-148v0,-41,-14,-61,-44,-61xm168,-276v-6,2,-32,-19,-37,-19v-5,0,-9,6,-11,17r-15,0v7,-26,16,-40,28,-40v7,-2,32,20,38,19v6,0,9,-6,11,-17r16,0v-4,27,-14,40,-30,40","w":213},"\u0152":{"d":"40,-81v0,-86,38,-171,115,-171v30,0,47,15,61,39r7,-35r125,0r-4,23r-98,0r-17,83r94,0r-4,24r-94,0r-19,95r102,0r-5,23r-129,0v1,-11,7,-24,6,-34v-34,63,-140,49,-140,-47xm149,-229v-53,0,-80,87,-79,149v0,32,13,60,43,60v58,0,90,-83,89,-148v0,-41,-17,-61,-53,-61","w":313},"\u0153":{"d":"170,-146v27,-41,112,-41,110,19v0,12,-2,24,-5,36r-99,0v-14,57,26,87,82,70r-4,20v-43,13,-88,1,-100,-31v-15,24,-36,36,-63,36v-39,1,-58,-25,-59,-63v0,-61,31,-117,88,-116v21,0,38,10,50,29xm117,-155v-40,0,-58,48,-57,93v0,30,11,45,34,45v39,0,57,-46,56,-91v0,-31,-11,-47,-33,-47xm253,-111v6,-22,-2,-44,-23,-44v-27,0,-43,15,-50,44r73,0","w":273},"\u2013":{"d":"33,-77r5,-25r144,0r-5,25r-144,0"},"\u2014":{"d":"33,-77r5,-25r210,0r-5,25r-210,0","w":246},"\u201c":{"d":"51,-171r27,-77r24,0r-19,77r-32,0xm104,-171r27,-77r25,0r-19,77r-33,0","w":126},"\u201d":{"d":"53,-171r18,-77r33,0r-27,77r-24,0xm106,-171r19,-77r32,0r-27,77r-24,0","w":126},"\u2018":{"d":"51,-171r27,-77r24,0r-19,77r-32,0","w":73},"\u2019":{"d":"53,-171r18,-77r33,0r-27,77r-24,0","w":73},"\u00f7":{"d":"84,0r6,-33r33,0r-6,33r-33,0xm35,-77r5,-22r165,0r-3,22r-167,0xm111,-136r6,-33r33,0r-7,33r-32,0","w":206},"\u00ff":{"d":"28,70r38,-70r-31,-171r27,0r25,137r72,-137r26,0r-130,241r-27,0xm65,-205r6,-32r32,0r-6,32r-32,0xm129,-205r6,-32r32,0r-6,32r-32,0","w":153},"\u0178":{"d":"76,0r22,-114r-52,-134r30,0r40,105r82,-105r32,0r-104,134r-23,114r-27,0xm88,-282r6,-32r32,0r-6,32r-32,0xm152,-282r6,-32r32,0r-6,32r-32,0"},"\u2044":{"d":"-13,0r120,-228r20,0r-119,228r-21,0","w":73},"\u2039":{"d":"42,-21r-13,-67r39,-68r27,0r-36,68r9,67r-26,0","w":79},"\u203a":{"d":"20,-21r36,-68r-10,-67r26,0r14,67r-40,68r-26,0","w":79},"\uf001":{"d":"38,0r30,-151r-29,0r4,-20r29,0v3,-59,35,-93,100,-78r-4,22v-46,-18,-68,13,-71,56r49,0r-4,20r-49,0r-29,151r-26,0xm137,0r34,-171r25,0r-33,171r-26,0xm176,-216r6,-32r33,0r-7,32r-32,0","w":193},"\uf002":{"d":"38,0r30,-151r-29,0r4,-20r29,0v3,-59,35,-93,100,-78r-4,22v-46,-18,-68,13,-71,56r49,0r-4,20r-49,0r-29,151r-26,0xm137,0r48,-248r26,0r-48,248r-26,0","w":193},"\u2021":{"d":"81,0r22,-114r-63,0r4,-23r63,0r5,-24r-63,0r4,-23r63,0r13,-64r27,0r-12,64r61,0r-4,23r-62,0r-4,24r62,0r-5,23r-62,0r-22,114r-27,0","w":186},"\u00b7":{"d":"38,-97r7,-35r35,0r-7,35r-35,0","w":73},"\u2219":{"d":"38,-97r7,-35r35,0r-7,35r-35,0","w":73},"\u201a":{"d":"11,41r19,-77r32,0r-27,77r-24,0","w":73},"\u201e":{"d":"12,41r18,-77r33,0r-27,77r-24,0xm65,41r18,-77r33,0r-27,77r-24,0","w":126},"\u2030":{"d":"149,-181v1,50,-24,110,-69,110v-29,0,-44,-17,-44,-52v-1,-54,22,-109,69,-109v29,0,44,17,44,51xm104,-215v-30,0,-48,53,-47,90v0,24,8,37,25,37v30,2,47,-56,46,-92v0,-24,-8,-35,-24,-35xm301,-106v0,51,-23,111,-68,110v-29,0,-44,-17,-44,-51v-1,-54,21,-110,69,-110v29,0,43,17,43,51xm257,-140v-30,-1,-48,54,-47,90v0,24,8,37,25,37v29,0,45,-55,45,-91v0,-24,-8,-36,-23,-36xm428,-106v0,51,-23,111,-68,110v-29,0,-44,-17,-44,-51v-1,-54,21,-110,69,-110v29,0,43,17,43,51xm384,-140v-30,-1,-48,54,-47,90v0,24,8,37,25,37v29,0,45,-55,45,-91v0,-24,-8,-36,-23,-36xm99,0r119,-228r21,0r-119,228r-21,0","w":420},"\u00c2":{"d":"3,0r128,-248r34,0r32,248r-27,0r-10,-76r-90,0r-38,76r-29,0xm144,-223v-23,39,-41,83,-63,123r77,0xm105,-278r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":200},"\u00ca":{"d":"31,0r48,-248r121,0r-5,23r-93,0r-16,83r88,0r-4,24r-89,0r-18,95r95,0r-4,23r-123,0xm96,-278r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":166},"\u00c1":{"d":"3,0r128,-248r34,0r32,248r-27,0r-10,-76r-90,0r-38,76r-29,0xm144,-223v-23,39,-41,83,-63,123r77,0xm139,-278r25,-47r31,0r-33,47r-23,0","w":200},"\u00cb":{"d":"31,0r48,-248r121,0r-5,23r-93,0r-16,83r88,0r-4,24r-89,0r-18,95r95,0r-4,23r-123,0xm96,-282r6,-32r32,0r-6,32r-32,0xm160,-282r6,-32r32,0r-6,32r-32,0","w":166},"\u00c8":{"d":"31,0r48,-248r121,0r-5,23r-93,0r-16,83r88,0r-4,24r-89,0r-18,95r95,0r-4,23r-123,0xm125,-278r-15,-47r31,0r6,47r-22,0","w":166},"\u00cd":{"d":"33,0r48,-248r28,0r-49,248r-27,0xm86,-278r25,-47r31,0r-33,47r-23,0","w":93},"\u00ce":{"d":"33,0r48,-248r28,0r-49,248r-27,0xm50,-278r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":93},"\u00cf":{"d":"33,0r48,-248r28,0r-49,248r-27,0xm48,-282r6,-32r32,0r-6,32r-32,0xm112,-282r6,-32r32,0r-6,32r-32,0","w":93},"\u00cc":{"d":"33,0r48,-248r28,0r-49,248r-27,0xm83,-278r-15,-47r31,0r6,47r-22,0","w":93},"\u00d3":{"d":"223,-170v0,85,-38,175,-113,174v-47,0,-71,-29,-71,-85v-1,-86,39,-172,116,-171v46,0,68,27,68,82xm149,-229v-54,0,-80,87,-80,149v0,33,13,60,44,60v55,0,80,-85,80,-148v0,-41,-14,-61,-44,-61xm139,-278r25,-47r31,0r-33,47r-23,0","w":213},"\u00d4":{"d":"223,-170v0,85,-38,175,-113,174v-47,0,-71,-29,-71,-85v-1,-86,39,-172,116,-171v46,0,68,27,68,82xm149,-229v-54,0,-80,87,-80,149v0,33,13,60,44,60v55,0,80,-85,80,-148v0,-41,-14,-61,-44,-61xm109,-278r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":213},"\u00d2":{"d":"223,-170v0,85,-38,175,-113,174v-47,0,-71,-29,-71,-85v-1,-86,39,-172,116,-171v46,0,68,27,68,82xm149,-229v-54,0,-80,87,-80,149v0,33,13,60,44,60v55,0,80,-85,80,-148v0,-41,-14,-61,-44,-61xm136,-278r-15,-47r31,0r6,47r-22,0","w":213},"\u00da":{"d":"73,-87v-12,40,2,68,40,67v46,-1,53,-24,62,-70r31,-158r27,0v-17,71,-23,173,-54,225v-26,44,-143,36,-138,-30v5,-67,25,-131,36,-195r27,0xm141,-278r25,-47r31,0r-33,47r-23,0","w":213},"\u00db":{"d":"73,-87v-12,40,2,68,40,67v46,-1,53,-24,62,-70r31,-158r27,0v-17,71,-23,173,-54,225v-26,44,-143,36,-138,-30v5,-67,25,-131,36,-195r27,0xm105,-278r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":213},"\u00d9":{"d":"73,-87v-12,40,2,68,40,67v46,-1,53,-24,62,-70r31,-158r27,0v-17,71,-23,173,-54,225v-26,44,-143,36,-138,-30v5,-67,25,-131,36,-195r27,0xm140,-278r-15,-47r31,0r6,47r-22,0","w":213},"\u0131":{"d":"31,0r33,-171r26,0r-34,171r-25,0","w":86},"\u02c6":{"d":"43,-201r40,-47r27,0r23,47r-22,0r-18,-29r-28,29r-22,0","w":104},"\u02dc":{"d":"104,-199v-6,2,-32,-19,-37,-19v-5,0,-9,6,-11,17r-15,0v7,-26,16,-40,28,-40v7,-2,32,20,38,19v6,0,9,-6,11,-17r16,0v-4,27,-14,40,-30,40","w":104},"\u00af":{"d":"42,-201r4,-22r91,0r-4,22r-91,0","w":104},"\u02c9":{"d":"42,-201r4,-22r91,0r-4,22r-91,0","w":104},"\u02d8":{"d":"78,-201v-25,0,-42,-20,-36,-47r16,0v1,37,51,30,57,0r16,0v-9,31,-26,47,-53,47","w":104},"\u02d9":{"d":"66,-205r6,-32r31,0r-6,32r-31,0","w":104},"\u02da":{"d":"124,-226v0,17,-15,31,-31,31v-15,0,-30,-14,-30,-31v0,-16,14,-31,30,-31v17,0,31,15,31,31xm93,-242v-8,0,-15,8,-15,16v0,8,7,15,15,15v8,0,16,-7,16,-15v0,-8,-8,-16,-16,-16","w":104},"\u00b8":{"d":"29,59v13,15,40,8,40,-12v1,-13,-14,-15,-30,-14r16,-39r15,0r-11,27v20,0,30,8,30,24v1,30,-37,46,-64,32","w":104},"\u02dd":{"d":"46,-201r25,-47r32,0r-34,47r-23,0xm92,-201r25,-47r32,0r-34,47r-23,0","w":104},"\u02db":{"d":"94,59r-3,17v-25,7,-53,3,-52,-22v0,-18,14,-37,41,-57r16,0v-23,20,-35,37,-35,51v0,19,24,19,33,11","w":104},"\u02c7":{"d":"73,-201r-22,-47r22,0r17,28r29,-28r22,0r-41,47r-27,0","w":104},"\u0141":{"d":"31,0r20,-103r-36,27r4,-21r36,-27r25,-124r27,0r-19,100r47,-36r-4,22r-48,35r-20,104r89,0r-4,23r-117,0","w":146},"\u0142":{"d":"31,0r22,-117r-35,27r3,-20r36,-26r22,-112r25,0r-17,89r36,-26r-4,19r-36,27r-27,139r-25,0","w":86},"\u0160":{"d":"51,-181v-1,-65,78,-83,143,-65r-6,29v-39,-19,-108,-19,-108,29v0,49,95,54,95,113v0,73,-86,92,-157,71r5,-29v49,23,118,17,123,-35v-7,-49,-94,-57,-95,-113xm118,-278r-22,-47r22,0r17,28r29,-28r22,0r-41,47r-27,0","w":173},"\u0161":{"d":"56,-91v-41,-30,-7,-84,46,-84v15,0,29,3,44,8r-5,22v-28,-13,-71,-18,-76,15v7,32,69,35,69,76v0,56,-65,67,-120,52r5,-24v29,15,89,15,89,-21v0,-20,-36,-33,-52,-44xm87,-201r-22,-47r22,0r17,28r29,-28r22,0r-41,47r-27,0","w":133},"\u017d":{"d":"9,0r4,-23r158,-202r-113,0r5,-23r144,0r-4,23r-158,202r124,0r-5,23r-155,0xm118,-278r-22,-47r22,0r17,28r29,-28r22,0r-41,47r-27,0","w":173},"\u017e":{"d":"11,0r4,-20r115,-131r-83,0r4,-20r113,0r-4,20r-114,131r92,0r-4,20r-123,0xm96,-201r-22,-47r22,0r17,28r29,-28r22,0r-41,47r-27,0","w":146},"\u00a6":{"d":"55,49r0,-129r25,0r0,129r-25,0xm55,-145r0,-129r25,0r0,129r-25,0","w":93},"\u00d0":{"d":"187,-167v1,-51,-31,-61,-85,-58r-17,86r54,0r-4,17r-53,0r-19,99v94,11,123,-56,124,-144xm217,-167v0,96,-39,167,-127,167r-59,0r23,-122r-30,0r3,-17r31,0r21,-109v78,-5,138,4,138,81","w":206},"\u00f0":{"d":"33,-59v-1,-62,31,-117,88,-116v13,-1,22,5,30,12v-5,-13,-14,-25,-25,-35r-35,13r-3,-15r26,-9v-11,-8,-21,-15,-32,-20v24,2,46,-6,58,11r31,-12r3,14r-22,9v55,60,36,211,-60,211v-39,0,-59,-24,-59,-63xm118,-155v-40,0,-58,48,-57,93v0,30,11,45,34,45v41,0,60,-45,59,-91v0,-31,-12,-47,-36,-47"},"\u00dd":{"d":"76,0r22,-114r-52,-134r30,0r40,105r82,-105r32,0r-104,134r-23,114r-27,0xm126,-278r25,-47r31,0r-33,47r-23,0"},"\u00fd":{"d":"28,70r38,-70r-31,-171r27,0r25,137r72,-137r26,0r-130,241r-27,0xm103,-201r25,-47r31,0r-33,47r-23,0","w":153},"\u00de":{"d":"96,-201v62,0,121,-7,121,57v0,81,-65,92,-149,86r-11,58r-27,0r48,-248r27,0xm189,-142v0,-50,-53,-33,-98,-36r-18,96v62,1,116,6,116,-60","w":206},"\u00fe":{"d":"172,-116v0,54,-27,120,-75,120v-21,0,-33,-12,-43,-31r-19,104r-26,0r63,-325r26,0r-20,105v17,-50,94,-39,94,27xm117,-155v-33,0,-54,54,-53,93v-1,24,11,44,31,45v32,2,50,-59,49,-95v0,-28,-9,-43,-27,-43","w":166},"\u00ad":{"d":"35,-77r5,-22r165,0r-3,22r-167,0","w":206},"\u2212":{"d":"35,-77r5,-22r165,0r-3,22r-167,0","w":206},"\u00d7":{"d":"36,0r-13,-17r78,-71r-50,-64r19,-19r54,70r78,-70r13,16r-79,70r52,67r-18,18r-56,-70","w":206},"\u00b9":{"d":"76,-73r26,-137r-33,20r4,-22v18,-7,27,-22,54,-20r-32,159r-19,0","w":126},"\u00b2":{"d":"144,-194v2,34,-57,84,-84,103r67,0r-4,18r-94,0r3,-17v31,-21,91,-70,91,-104v0,-31,-45,-28,-48,1r-22,0v4,-26,20,-39,50,-39v25,0,40,14,41,38","w":126},"\u00b3":{"d":"109,-122v0,-19,-8,-25,-29,-24r3,-17v25,0,38,-10,38,-32v1,-29,-43,-26,-47,-1r-22,0v2,-21,23,-36,48,-36v55,0,53,69,12,77v38,22,11,93,-36,85v-26,1,-48,-12,-43,-37r22,0v-1,14,5,21,22,21v21,0,32,-12,32,-36","w":126},"\u00bd":{"d":"63,-73r27,-137r-33,20r4,-22v17,-7,26,-22,53,-20r-31,159r-20,0xm79,0r119,-228r20,0r-119,228r-20,0xm285,-121v0,35,-58,85,-85,103r67,0r-4,18r-93,0r3,-18v32,-20,91,-70,91,-104v0,-32,-46,-27,-49,2r-22,0v0,-48,92,-57,92,-1","w":293},"\u00bc":{"d":"229,0r9,-43r-64,0r3,-16r81,-97r22,0r-19,96r27,0r-4,17r-26,0r-9,43r-20,0xm255,-129v-19,17,-38,48,-57,69r43,0xm63,-73r27,-137r-33,20r4,-22v17,-7,26,-22,53,-20r-31,159r-20,0xm87,0r119,-228r21,0r-120,228r-20,0","w":293},"\u00be":{"d":"242,0r8,-43r-63,0r3,-16r80,-97r22,0r-18,96r26,0r-4,17r-26,0r-8,43r-20,0xm267,-129v-19,16,-37,48,-56,69r42,0xm109,-122v-1,-18,-8,-25,-29,-24r3,-17v25,0,38,-10,38,-32v1,-29,-43,-26,-47,-1r-22,0v2,-21,23,-36,48,-36v55,0,53,69,12,77v38,22,12,93,-36,85v-26,1,-48,-12,-43,-37r22,0v-1,14,5,21,22,21v21,0,32,-12,32,-36xm105,0r120,-228r20,0r-119,228r-21,0","w":293},"\u00a4":{"d":"162,-240v38,0,69,29,56,68r-28,0v15,-48,-47,-58,-74,-27v-12,14,-20,33,-27,55r76,0r-6,17v-23,2,-55,-4,-74,2v0,3,-2,8,-3,15r71,0r-6,16r-67,0v-8,76,47,93,101,60r-6,26v-62,31,-137,2,-121,-86r-33,0r5,-16v17,-2,34,8,33,-17r-26,0r5,-17r24,0v20,-61,51,-96,100,-96","w":193},"\u20ac":{"d":"162,-240v38,0,69,29,56,68r-28,0v15,-48,-47,-58,-74,-27v-12,14,-20,33,-27,55r76,0r-6,17v-23,2,-55,-4,-74,2v0,3,-2,8,-3,15r71,0r-6,16r-67,0v-8,76,47,93,101,60r-6,26v-62,31,-137,2,-121,-86r-33,0r5,-16v17,-2,34,8,33,-17r-26,0r5,-17r24,0v20,-61,51,-96,100,-96","w":193}}});var PK_adsarea='home';ord=Math.random()*10000000000000000;function OAS_RICH(postmp){switch(postmp){case"background":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=bg;tile=6;sz=2x2;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=bg;tile=6;sz=2x2;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=bg;tile=6;sz=2x2;ord=123456789?" width="2" height="2" border="0" alt=""><\/a>');}
break
case"leaderboard":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=lbtop;tile=1;dcopt=ist;sz=728x90,990x90;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=lbtop;tile=1;sz=728x90,990x90;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=lbtop;tile=1;sz=728x90,990x90;ord=123456789?" width="728" height="90" border="0" alt=""><\/a>');}
break
case"manchette-sx":document.write('<script src="http://ad.doubleclick.net/adj/sicon/home;pos=hbleft;tile=2;sz=160x90,160x91;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/home;pos=hbleft;tile=2;sz=160x90,160x91;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/home;pos=hbleft;tile=2;sz=160x90,160x91;ord=123456789?" width="160" height="90" border="0" alt=""><\/a>');}
break
case"manchette-dx":document.write('<script src="http://ad.doubleclick.net/adj/sicon/home;pos=hbright;tile=3;sz=160x90;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/home;pos=hbright;tile=3;sz=160x90;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/home;pos=hbright;tile=3;sz=160x90;ord=123456789?" width="160" height="90" border="0" alt=""><\/a>');}
break
case"ticker":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=tk;tile=2;sz=990x27,990x45;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=tk;tile=2;sz=990x27,990x45;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=tk;tile=2;sz=990x27,990x45;ord=123456789?" width="990" height="27" border="0" alt=""><\/a>');}
break
case"medium_rectangle":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=vb;tile=5;sz=300x250,300x600;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=vb;tile=5;sz=300x250,300x600;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=vb;tile=5;sz=300x250,300x600;ord=123456789?" width="300" height="250" border="0" alt=""><\/a>');}
break
case"button1":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=120x60_1;sz=120x60;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=120x60_1;sz=120x60;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=120x60_1;sz=120x60;ord=123456789?" width="120" height="60" border="0" alt=""><\/a>');}
break
case"button2":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=120x60_2;sz=120x60;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=120x60_2;sz=120x60;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=120x60_2;sz=120x60;ord=123456789?" width="120" height="60" border="0" alt=""><\/a>');}
case"minibox1":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=120x120_1;sz=120x120;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=120x120_1;sz=120x120;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=120x120_1;sz=120x120;ord=123456789?" width="120" height="120" border="0" alt=""><\/a>');}
break
case"minibox2":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=120x120_2;sz=120x120;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=120x120_2;sz=120x120;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=120x120_2;sz=120x120;ord=123456789?" width="120" height="120" border="0" alt=""><\/a>');}
break
case"rettangolo_locale1":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=240x90_1;sz=240x90;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=240x90_1;sz=240x90;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=240x90_1;sz=240x90;ord=123456789?" width="240" height="90" border="0" alt=""><\/a>');}
break
case"rettangolo_locale2":document.write('<script src="http://ad.doubleclick.net/adj/sicon/'+PK_adsarea+';pos=240x90_2;sz=240x90;ord='+ord+'?" type="text/javascript"></scr'+'ipt>');if((!document.images&&navigator.userAgent.indexOf('Mozilla/2.')>=0)||navigator.userAgent.indexOf("WebTV")>=0){document.write('<a href="http://ad.doubleclick.net/jump/sicon/'+PK_adsarea+';pos=240x90_2;sz=240x90;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/sicon/'+PK_adsarea+';pos=240x90_2;sz=240x90;ord=123456789?" width="240" height="90" border="0" alt=""><\/a>');}
break
case"ppn":var ppnVar="";ppnVar+="<iframe id=\"4wnet-feed\" src='http:\/\/feed.4wnet.com\/feed.html.ashx?a=4028&n=3&u=REF&i=1&hd=1&f=0&c=http:\/\/www.siciliaonline.it\/4wnetcustom.css' framespacing='0' frameborder='no' scrolling='no' width='600' height='195'><\/iframe>";document.write(ppnVar);break
case"bambipa":var bambipaVar="";bambipaVar+="<iframe id='a571b220' name='a571b220' src='http:\/\/adv.siciliaonline.it\/www\/delivery\/afr.php?resize=1&amp;zoneid=16&amp;target=_blank' frameborder='0' scrolling='no' width='200' height='200' allowtransparency='true'><a href='http:\/\/adv.siciliaonline.it\/www\/delivery\/ck.php?n=a5f436be' target='_blank'><img src='http:\/\/adv.siciliaonline.it\/www\/delivery\/avw.php?zoneid=16&amp;n=a5f436be' border='0' alt='' \/><\/a><\/iframe>";bambipaVar+="";document.write(bambipaVar);break
case"swe":var sweVar="";sweVar+="<iframe id='ad2913d3' name='ad2913d3' src='http:\/\/adv.siciliaonline.it\/www\/delivery\/afr.php?resize=1&amp;zoneid=17' frameborder='0' scrolling='no' width='200' height='200' allowtransparency='true'><a href='http:\/\/adv.siciliaonline.it\/www\/delivery\/ck.php?n=a2462f07' target='_blank'><img src='http:\/\/adv.siciliaonline.it\/www\/delivery\/avw.php?zoneid=17&amp;n=a2462f07' border='0' alt='' \/><\/a><\/iframe>";sweVar+="";document.write(sweVar);break
case"swe2":var swe2Var="";swe2Var+="<iframe id='a102b51c' name='a102b51c' src='http:\/\/adv.siciliaonline.it\/www\/delivery\/afr.php?resize=1&amp;zoneid=12' frameborder='0' scrolling='no' width='234' height='90' allowtransparency='true'><a href='http:\/\/adv.siciliaonline.it\/www\/delivery\/ck.php?n=abf2b986' target='_blank'><img src='http:\/\/adv.siciliaonline.it\/www\/delivery\/avw.php?zoneid=12&amp;n=abf2b986' border='0' alt='' \/><\/a><\/iframe>";swe2Var+="";document.write(swe2Var);break
case"medium_rectangle_sol":var plvdVar="";plvdVar+="<iframe id=\"p_frame\" src=\"http:\/\/www.plavid.com\/adv_admin\/advplayer.php?width=300&height=285&text_color=ffffff&sharebar=1&id_campagna=2&idp=477&id_campagna=3\" width=\"300\" height=\"285\" scrolling=\"off\" frameborder=\"0\" allowTransparency=\"true\"><\/iframe>";plvdVar+="";document.write(plvdVar);break
default:}}var TabSet=new Class({options:{activeClass:'active',cookieName:'',cookieOptions:{duration:30,path:'/'},startIndex:0},Implements:[Options,Events],initialize:function(tabs,contents,options){this.setOptions(options);this.tabs=$$(tabs);this.contents=$$(contents);var active=(Cookie.read(this.options.cookieName)||this.options.startIndex);this.activeTab=this.tabs[active].addClass(this.options.activeClass);this.activeContent=this.contents[active].setStyle('height','auto');this.tabs.each(function(tab,i){this.processItem(tab,this.contents[i],i);},this);this.fireEvent('load');},processItem:function(tab,content,i){var contentHeight=content.getScrollSize().y;tab.addEvent('mouseover',function(e){if(e)e.stop();if(tab!=this.activeTab){this.activeTab.removeClass(this.options.activeClass);(this.activeTab=tab).addClass(this.options.activeClass);this.activeContent.set('tween',{onComplete:function(){this.activeContent=content.fade('in').set('tween',{duration:2000,transition:Fx.Transitions.Bounce.easeOut,link:'chain',onComplete:$empty}).tween('height',contentHeight);this.fireEvent('change',[tab,content]);}.bind(this)}).setStyles({height:contentHeight,overflow:'hidden'}).fade('out').tween('height',0);if(this.options.cookieName)Cookie.write(this.options.cookieName,i,this.options.cookieOptions);}}.bind(this));}});﻿(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return;}
js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/it_IT/all.js#xfbml=1";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));function spostali(){var ordine=Cookie.read("solsetting");var mysort=new Fx.Sort($$('.sezione'),{transition:Fx.Transitions.Bounce.easeInOut,duration:500});var arr_val=ordine.split(",");mysort.rearrangeDOM(arr_val);}
if(Cookie.read("solsetting")){window.addEvent('load',function(){spostali();})}
window.addEvent('domready',function(){var sb=new Sortables('sezioni-mobili',{clone:true,opacity:false,handle:'.muovi',revert:{duration:100,transition:'elastic:out'},onSort:function(el){el.setStyle('background','#FFF6E6');},onStart:function(el){el.setStyle('border','2px dashed #999');el.setStyle('background','#fff');},onComplete:function(el){$$('.sezione').setStyle('position','static');var sort_order='';var ordine=sb.serialize(function(element,index){return element.getProperty('id').replace('a','');})
var myCookie=Cookie.write("solsetting",ordine,{duration:30});el.setStyle('background','none');el.setStyle('border','0');}});var myAccordion=new Fx.Accordion($$('.toggle'),$$('.elements'),{display:0,show:true,opacity:false,alwaysHide:true,trigger:'click',onActive:function(toggler){Cookie.write('AccOpen',toggler.get('id'));toggler.setAttribute('class','toggle-attivo');},onBackground:function(toggler){toggler.setAttribute('class','toggle');}});if(!$$('toggler1')){alert("sss")}
var defaultAcc='toggler1';var AccOpen=Cookie.read('AccOpen');if(!AccOpen)AccOpen=defaultAcc;if(AccOpen!="null")if(document.id(AccOpen))document.id(AccOpen).fireEvent('click');});var PrimoPiano=new Class({Implements:[Events,Options],options:{overallContainer:null,elementScrolled:null,thumbsContainer:null,itemsSelector:null,itemsVisible:5,elemsSlide:null,itemWidth:null,itemHeight:null,navs:{fwd:".PrimoPiano_forward",bk:".PrimoPiano_back"},slideVertical:false,showControls:1,transition:Fx.Transitions.linear,duration:800,direction:1,autoSlide:false,mouseWheelNav:false,startIndex:null},initialize:function(A){this.setOptions(A);this.elements=$(this.options.thumbsContainer).getElements(this.options.itemsSelector);this.totalElements=this.elements.length;if(this.totalElements<=this.options.itemsVisible){return}var B=this.elements[0].getSize();this.elementWidth=this.options.itemWidth||B.x;this.elementHeight=this.options.itemHeight||B.y;this.currentElement=0;this.direction=this.options.direction;this.autoSlideTotal=this.options.autoSlide+this.options.duration;if(this.options.elemsSlide==1){this.options.elemsSlide=null}this.begin()},begin:function(){this.addControls();this.setContainersSize();this.myFx=new Fx.Tween(this.options.thumbsContainer,{property:(this.options.slideVertical?"margin-top":"margin-left"),wait:true,transition:this.options.transition,duration:this.options.duration});if(this.options.mouseWheelNav&&!this.options.autoSlide){$(this.options.thumbsContainer).addEvent("mousewheel",function(B){new Event(B).stop();this.slide(-B.wheel)}.bind(this))}if(this.options.startIndex&&this.options.startIndex>0&&this.options.startIndex<this.elements.length){for(var A=1;A<this.options.startIndex;A++){this.rearange()}}if(this.options.autoSlide&&this.elements.length>this.options.itemsVisible){this.startAutoSlide()}},resetAll:function(){$(this.options.overallContainer).removeProperty("style");$(this.options.elementScrolled).removeProperty("style");$(this.options.thumbsContainer).removeProperty("style");this.stopAutoSlide();if($defined(this.fwd)){this.fwd.dispose();this.bkwd.dispose()}this.initialize()},setContainersSize:function(){var F={};var E={};var B={};if(this.options.slideVertical){E.height=this.options.itemsVisible*this.elementHeight;B.height=this.totalElements*(this.elementHeight+10)}else{var D=0;if(this.options.showControls){var C=this.fwd.getSize();var A=this.bkwd.getSize();var D=C.x+A.x}F.width=this.options.itemsVisible*this.elementWidth+D;E.width=this.options.itemsVisible*this.elementWidth;B.width=this.totalElements*(this.elementWidth+10)}$(this.options.overallContainer).set({styles:F});$(this.options.elementScrolled).set({styles:E});$(this.options.thumbsContainer).set({styles:B})},addControls:function(){if(!this.options.showControls||this.elements.length<=this.options.itemsVisible){return}this.fwd=$(this.options.overallContainer).getElement(this.options.navs.fwd);this.bkwd=$(this.options.overallContainer).getElement(this.options.navs.bk);if(this.fwd){this.fwd.addEvent("click",this.slide.pass(1,this))}if(this.bkwd){this.bkwd.addEvent("click",this.slide.pass(-1,this))}},slide:function(D){if(this.started){return}this.direction=D?D:this.direction;var A=this.currentIndex();if(this.options.elemsSlide&&this.options.elemsSlide>1&&this.endingElem==null){this.endingElem=this.currentElement;for(var B=0;B<this.options.elemsSlide;B++){this.endingElem+=D;if(this.endingElem>=this.totalElements){this.endingElem=0}if(this.endingElem<0){this.endingElem=this.totalElements-1}}}var C=new Hash();var E=0;if(this.options.slideVertical){C.include("margin-top",-this.elementHeight);E=this.direction==1?-this.elementHeight:0}else{C.include("margin-left",-this.elementWidth);E=this.direction==1?-this.elementWidth:0}if(this.direction==-1){this.rearange();$(this.options.thumbsContainer).setStyles(C)}this.started=true;this.myFx.start(E).chain(function(){this.rearange(true);if(this.options.elemsSlide){if(this.endingElem!==this.currentElement){if(this.options.autoSlide){this.stopAutoSlide()}this.slide(this.direction)}else{if(this.options.autoSlide){this.startAutoSlide()}this.endingElem=null}}}.bind(this));this.fireEvent("onChange",A)},rearange:function(A){if(A){this.started=false}if(A&&this.direction==-1){return}this.currentElement=this.currentIndex(this.direction);var B=new Hash();if(this.options.slideVertical){B.include("margin-top",0)}else{B.include("margin-left",0)}$(this.options.thumbsContainer).setStyles(B);if(this.currentElement==1&&this.direction==1){this.elements[0].injectAfter(this.elements[this.totalElements-1]);return}if((this.currentElement==0&&this.direction==1)||(this.direction==-1&&this.currentElement==this.totalElements-1)){this.rearrangeElement(this.elements.getLast(),this.direction==1?this.elements[this.totalElements-2]:this.elements[0]);return}if(this.direction==1){this.rearrangeElement(this.elements[this.currentElement-1],this.elements[this.currentElement-2])}else{this.rearrangeElement(this.elements[this.currentElement],this.elements[this.currentElement+1])}},rearrangeElement:function(B,A){this.direction==1?B.injectAfter(A):B.injectBefore(A)},currentIndex:function(){var A=null;switch(this.direction){case 1:A=this.currentElement>=this.totalElements-1?0:this.currentElement+this.direction;break;case-1:A=this.currentElement==0?this.totalElements-1:this.currentElement+this.direction;break}return A},startAutoSlide:function(){this.startIt=this.slide.bind(this).pass(this.direction|1);this.autoSlide=this.startIt.periodical(this.autoSlideTotal,this);this.isRunning=true;this.elements.addEvents({mouseenter:function(){$clear(this.autoSlide);this.isRunning=false}.bind(this),mouseleave:function(){this.autoSlide=this.startIt.periodical(this.autoSlideTotal,this);this.isRunning=true}.bind(this)})},stopAutoSlide:function(){$clear(this.autoSlide);this.isRunning=false}});window.addEvents({'load':function(){$('PrimoPiano_info_outer').addEvent('mouseover',function(){$('slidecp').set('tween',{duration:2000,transition:Fx.Transitions.Elastic.easeOut});$('slidecp').tween('margin-bottom',5);$('slidecp').setStyle('display','inline-block');});$('PrimoPiano_info_outer').addEvent('mouseleave',function(){$('slidecp').set('morph',{duration:4000,transition:Fx.Transitions.Elastic.easeIn});$('slidecp').tween('margin-bottom',-15);});var sMoo=new PrimoPiano({overallContainer:'PrimoPiano_info_outer',elementScrolled:'PrimoPiano_info_inner',thumbsContainer:'PrimoPiano_info_items',itemsSelector:'.info_item',itemsVisible:1,itemWidth:560,autoSlide:10000,transition:Fx.Transitions.Bounce.easeOut,duration:800,direction:1,startIndex:0,mouseWheelNav:1,onChange:function(index){var sliden="<img alt='"+index+"' src='http:\/\/www.siciliaonline.it\/templates\/sol\/images\/circle"+index+".png'>";document.getElementById("numeroslide").innerHTML=sliden;var prev=index-1<0?sMoo.elements.length-1:index-1;var next=index+1>=sMoo.elements.length?0:index+1;}});}});
