﻿//MooTools, <http://mootools.net>, My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2008 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
var MooTools={version:"1.2.1",build:"0d4845aab3d9a4fdee2f0d4a6dd59210e4b697cf"};var Native=function(K){K=K||{};var A=K.name;var I=K.legacy;var B=K.protect; var C=K.implement;var H=K.generics;var F=K.initialize;var G=K.afterImplement||function(){};var D=F||I;H=H!==false;D.constructor=Native;D.$family={name:"native"}; if(I&&F){D.prototype=I.prototype;}D.prototype.constructor=D;if(A){var E=A.toLowerCase();D.prototype.$family={name:E};Native.typize(D,E);}var J=function(N,L,O,M){if(!B||M||!N.prototype[L]){N.prototype[L]=O; }if(H){Native.genericize(N,L,B);}G.call(N,L,O);return N;};D.alias=function(N,L,O){if(typeof N=="string"){if((N=this.prototype[N])){return J(this,L,N,O); }}for(var M in N){this.alias(M,N[M],L);}return this;};D.implement=function(M,L,O){if(typeof M=="string"){return J(this,M,L,O);}for(var N in M){J(this,N,M[N],L); }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 G in A){new Native({name:G,initialize:A[G],protect:true}); }var D={"boolean":Boolean,"native":Native,object:Object};for(var C in D){Native.typize(D[C],C);}var F={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 E in F){for(var B=F[E].length;B--;){Native.genericize(window[E],F[E][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(C){if(C.item){var D=[];for(var B=0,A=C.length;B<A;B++){D[B]=C[B];}return D;}return Array.prototype.slice.call(C);}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(typeof A=="function")?A:function(){return A;};}function $merge(){var E={};for(var D=0,A=arguments.length; D<A;D++){var B=arguments[D];if($type(B)!="object"){continue;}for(var C in B){var G=B[C],F=E[C];E[C]=(F&&$type(G)=="object"&&$type(F)=="object")?$merge(F,G):$unlink(G); }}return E;}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 E in C){B[E]=$unlink(C[E]); }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)?5:4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419); },gecko:function(){return(document.getBoxObjectFor==undefined)?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"); });};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]||0),build:parseInt(A[2]||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,E){var C=[];for(var B=0,A=this.length;B<A;B++){if(D.call(E,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,E){var C=[]; for(var B=0,A=this.length;B<A;B++){C[B]=D.call(E,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 E=0,B=this.length;E<B;E++){for(var D in C){if(C[D](this[E])){A[D]=this[E];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("");}});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 E=function(){return A.apply(B.bind||null,C);};if(B.delay){return setTimeout(E,B.delay);}if(B.periodical){return setInterval(E,B.periodical);}if(B.attempt){return $try(E); }return E();};},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(B,C){var A=this[B];if(A==undefined){this[B]=C;}return this;},map:function(B,C){var A=new Hash;Hash.each(this,function(E,D){A.set(D,B.call(C,E,D,this)); },this);return A;},filter:function(B,C){var A=new Hash;Hash.each(this,function(E,D){if(B.call(C,E,D,this)){A.set(D,E);}},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(F,E){if(A){E=A+"["+E+"]";}var D;switch($type(F)){case"object":D=Hash.toQueryString(F,E);break;case"array":var C={};F.each(function(H,G){C[G]=H; });D=Hash.toQueryString(C,E);break;default:D=E+"="+encodeURIComponent(F);}if(F!=undefined){B.push(D);}});return B.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"}); var Event=new Native({name:"Event",initialize:function(A,F){F=F||window;var K=F.document;A=A||F.event;if(A.$extended){return A;}this.$extended=true;var J=A.type; var G=A.target||A.srcElement;while(G&&G.nodeType==3){G=G.parentNode;}if(J.test(/key/)){var B=A.which||A.keyCode;var M=Event.Keys.keyOf(B);if(J=="keydown"){var D=B-111; if(D>0&&D<13){M="f"+D;}}M=M||String.fromCharCode(B).toLowerCase();}else{if(J.match(/(click|mouse|menu)/i)){K=(!K.compatMode||K.compatMode=="CSS1Compat")?K.html:K.body; var I={x:A.pageX||A.clientX+K.scrollLeft,y:A.pageY||A.clientY+K.scrollTop};var C={x:(A.pageX)?A.pageX-F.pageXOffset:A.clientX,y:(A.pageY)?A.pageY-F.pageYOffset:A.clientY}; if(J.match(/DOMMouseScroll|mousewheel/)){var H=(A.wheelDelta)?A.wheelDelta/120:-(A.detail||0)/3;}var E=(A.which==3)||(A.button==2);var L=null;if(J.match(/over|out/)){switch(J){case"mouseover":L=A.relatedTarget||A.fromElement; break;case"mouseout":L=A.relatedTarget||A.toElement;}if(!(function(){while(L&&L.nodeType==3){L=L.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){L=false; }}}}return $extend(this,{event:A,type:J,page:I,client:C,rightClick:E,wheel:H,relatedTarget:L,target:G,code:B,key:M,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;}});var Class=new Native({name:"Class",initialize:function(B){B=B||{};var A=function(){for(var E in this){if($type(this[E])!="function"){this[E]=$unlink(this[E]); }}this.constructor=A;if(Class.prototyping){return this;}var D=(this.initialize)?this.initialize.apply(this,arguments):this;if(this.options&&this.options.initialize){this.options.initialize.call(this); }return D;};for(var C in Class.Mutators){if(!B[C]){continue;}B=Class.Mutators[C](B,B[C]);delete B[C];}$extend(A,this);A.constructor=Class;A.prototype=B; return A;}});Class.Mutators={Extends:function(C,A){Class.prototyping=A.prototype;var B=new A;delete B.parent;B=Class.inherit(B,C);delete Class.prototyping; return B;},Implements:function(A,B){$splat(B).each(function(C){Class.prototying=C;$extend(A,($type(C)=="class")?new C:C);delete Class.prototyping;});return A; }};Class.extend({inherit:function(B,E){var A=arguments.callee.caller;for(var D in E){var C=E[D];var G=B[D];var F=$type(C);if(G&&F=="function"){if(C!=G){if(A){C.__parent=G; B[D]=C;}else{Class.override(B,D,C);}}}else{if(F=="object"){B[D]=$merge(G,C);}else{B[D]=C;}}}if(A){B.parent=function(){return arguments.callee.caller.__parent.apply(this,arguments); };}return B;},override:function(B,A,E){var D=Class.prototyping;if(D&&B[A]!=D[A]){D=null;}var C=function(){var F=this.parent;this.parent=D?D[A]:B[A];var G=E.apply(this,arguments); this.parent=F;return G;};B[A]=C;}});Class.implement({implement:function(){var A=this.prototype;$each(arguments,function(B){Class.inherit(A,B);});return 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){if($type(C)=="object"){for(var D in C){this.removeEvent(D,C[D]); }return this;}if(C){C=Events.removeOn(C);}for(var 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 $(A).set(B);},afterImplement:function(A,B){Element.Prototype[A]=B;if(Array[A]){return ; }Elements.implement(A,function(){var C=[],G=true;for(var E=0,D=this.length;E<D;E++){var F=this[E][A].apply(this[E],arguments);C.push(F);if(G){G=($type(F)=="element"); }}return(G)?new Elements(C):C;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var E=Array.link(arguments,{properties:Object.type,iframe:$defined}); var C=E.properties||{};var B=$(E.iframe)||false;var D=C.onload||$empty;delete C.onload;C.id=C.name=$pick(C.id,C.name,B.id,B.name,"IFrame_"+$time());B=new Element(B||"iframe",C); var A=function(){var F=$try(function(){return B.contentWindow.location.host;});if(F&&F==window.location.host){var G=new Window(B.contentWindow);new Document(B.contentWindow.document); $extend(G.Element.prototype,Element.Prototype);}D.call(B.contentWindow,B.contentWindow.document);};(window.frames[C.id])?A():B.addListener("load",A);return B; }});var Elements=new Native({initialize:function(F,B){B=$extend({ddup:true,cash:true},B);F=F||[];if(B.ddup||B.cash){var G={},E=[];for(var C=0,A=F.length; C<A;C++){var D=$.element(F[C],!B.cash);if(B.ddup){if(G[D.uid]){continue;}G[D.uid]=true;}E.push(D);}F=E;}return(B.cash)?$extend(F,this):F;}});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));}});Document.implement({newElement:function(A,B){if(Browser.Engine.trident&&B){["name","type","checked"].each(function(C){if(!B[C]){return ; }A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C];}});A="<"+A+">";}return $.element(this.createElement(A)).set(B);},newTextNode:function(A){return this.createTextNode(A); },getDocument:function(){return this;},getWindow:function(){return this.window;}});Window.implement({$:function(B,C){if(B&&B.$family&&B.uid){return B;}var A=$type(B); return($[A])?$[A](B,C,this.document):null;},$$:function(A){if(arguments.length==1&&typeof A=="string"){return this.document.getElements(A);}var F=[];var C=Array.flatten(arguments); for(var D=0,B=C.length;D<B;D++){var E=C[D];switch($type(E)){case"element":F.push(E);break;case"string":F.extend(this.document.getElements(E,true));}}return new Elements(F); },getDocument:function(){return this.document;},getWindow:function(){return this;}});$.string=function(C,B,A){C=A.getElementById(C);return(C)?$.element(C,B):null; };$.element=function(A,D){$uid(A);if(!D&&!A.$family&&!(/^object|embed$/i).test(A.tagName)){var B=Element.Prototype;for(var C in B){A[C]=B[C];}}return A; };$.object=function(B,C,A){if(B.toElement){return $.element(B.toElement(A),C);}return null;};$.textnode=$.whitespace=$.window=$.document=$arguments(0); Native.implement([Element,Document],{getElement:function(A,B){return $(this.getElements(A,true)[0]||null,B);},getElements:function(A,D){A=A.split(","); var C=[];var B=(A.length>1);A.each(function(E){var F=this.getElementsByTagName(E.trim());(B)?C.extend(F):C=F;},this);return new Elements(C,{ddup:B,cash:!D}); }});(function(){var H={},F={};var I={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"}; var C=function(L){return(F[L]||(F[L]={}));};var G=function(N,L){if(!N){return ;}var M=N.uid;if(Browser.Engine.trident){if(N.clearAttributes){var P=L&&N.cloneNode(false); N.clearAttributes();if(P){N.mergeAttributes(P);}}else{if(N.removeEvents){N.removeEvents();}}if((/object/i).test(N.tagName)){for(var O in N){if(typeof N[O]=="function"){N[O]=$empty; }}Element.dispose(N);}}if(!M){return ;}H[M]=F[M]=null;};var D=function(){Hash.each(H,G);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(G); }if(window.CollectGarbage){CollectGarbage();}H=F=null;};var J=function(N,L,S,M,P,R){var O=N[S||L];var Q=[];while(O){if(O.nodeType==1&&(!M||Element.match(O,M))){if(!P){return $(O,R); }Q.push(O);}O=O[L];}return(P)?new Elements(Q,{ddup:false,cash:!R}):null;};var E={html:"innerHTML","class":"className","for":"htmlFor",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 K=["value","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"]; Hash.extend(E,B.associate(B));Hash.extend(E,K.associate(K.map(String.toLowerCase)));var A={before:function(M,L){if(L.parentNode){L.parentNode.insertBefore(M,L); }},after:function(M,L){if(!L.parentNode){return ;}var N=L.nextSibling;(N)?L.parentNode.insertBefore(M,N):L.parentNode.appendChild(M);},bottom:function(M,L){L.appendChild(M); },top:function(M,L){var N=L.firstChild;(N)?L.insertBefore(M,N):L.appendChild(M);}};A.inside=A.bottom;Hash.each(A,function(L,M){M=M.capitalize();Element.implement("inject"+M,function(N){L(this,$(N,true)); return this;});Element.implement("grab"+M,function(N){L($(N,true),this);return this;});});Element.implement({set:function(O,M){switch($type(O)){case"object":for(var N in O){this.set(N,O[N]); }break;case"string":var L=Element.Properties.get(O);(L&&L.set)?L.set.apply(this,Array.slice(arguments,1)):this.setProperty(O,M);}return this;},get:function(M){var L=Element.Properties.get(M); return(L&&L.get)?L.get.apply(this,Array.slice(arguments,1)):this.getProperty(M);},erase:function(M){var L=Element.Properties.get(M);(L&&L.erase)?L.erase.apply(this):this.removeProperty(M); return this;},setProperty:function(M,N){var L=E[M];if(N==undefined){return this.removeProperty(M);}if(L&&B[M]){N=!!N;}(L)?this[L]=N:this.setAttribute(M,""+N); return this;},setProperties:function(L){for(var M in L){this.setProperty(M,L[M]);}return this;},getProperty:function(M){var L=E[M];var N=(L)?this[L]:this.getAttribute(M,2); return(B[M])?!!N:(L)?N:N||null;},getProperties:function(){var L=$A(arguments);return L.map(this.getProperty,this).associate(L);},removeProperty:function(M){var L=E[M]; (L)?this[L]=(L&&B[M])?false:"":this.removeAttribute(M);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this; },hasClass:function(L){return this.className.contains(L," ");},addClass:function(L){if(!this.hasClass(L)){this.className=(this.className+" "+L).clean(); }return this;},removeClass:function(L){this.className=this.className.replace(new RegExp("(^|\\s)"+L+"(?:\\s|$)"),"$1");return this;},toggleClass:function(L){return this.hasClass(L)?this.removeClass(L):this.addClass(L); },adopt:function(){Array.flatten(arguments).each(function(L){L=$(L,true);if(L){this.appendChild(L);}},this);return this;},appendText:function(M,L){return this.grab(this.getDocument().newTextNode(M),L); },grab:function(M,L){A[L||"bottom"]($(M,true),this);return this;},inject:function(M,L){A[L||"bottom"](this,$(M,true));return this;},replaces:function(L){L=$(L,true); L.parentNode.replaceChild(this,L);return this;},wraps:function(M,L){M=$(M,true);return this.replaces(M).grab(M,L);},getPrevious:function(L,M){return J(this,"previousSibling",null,L,false,M); },getAllPrevious:function(L,M){return J(this,"previousSibling",null,L,true,M);},getNext:function(L,M){return J(this,"nextSibling",null,L,false,M);},getAllNext:function(L,M){return J(this,"nextSibling",null,L,true,M); },getFirst:function(L,M){return J(this,"nextSibling","firstChild",L,false,M);},getLast:function(L,M){return J(this,"previousSibling","lastChild",L,false,M); },getParent:function(L,M){return J(this,"parentNode",null,L,false,M);},getParents:function(L,M){return J(this,"parentNode",null,L,true,M);},getChildren:function(L,M){return J(this,"nextSibling","firstChild",L,true,M); },getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(O,N){var M=this.ownerDocument.getElementById(O); if(!M){return null;}for(var L=M.parentNode;L!=this;L=L.parentNode){if(!L){return null;}}return $.element(M,N);},getSelected:function(){return new Elements($A(this.options).filter(function(L){return L.selected; }));},getComputedStyle:function(M){if(this.currentStyle){return this.currentStyle[M.camelCase()];}var L=this.getDocument().defaultView.getComputedStyle(this,null); return(L)?L.getPropertyValue([M.hyphenate()]):null;},toQueryString:function(){var L=[];this.getElements("input, select, textarea",true).each(function(M){if(!M.name||M.disabled){return ; }var N=(M.tagName.toLowerCase()=="select")?Element.getSelected(M).map(function(O){return O.value;}):((M.type=="radio"||M.type=="checkbox")&&!M.checked)?null:M.value; $splat(N).each(function(O){if(typeof O!="undefined"){L.push(M.name+"="+encodeURIComponent(O));}});});return L.join("&");},clone:function(O,L){O=O!==false; var R=this.cloneNode(O);var N=function(V,U){if(!L){V.removeAttribute("id");}if(Browser.Engine.trident){V.clearAttributes();V.mergeAttributes(U);V.removeAttribute("uid"); if(V.options){var W=V.options,S=U.options;for(var T=W.length;T--;){W[T].selected=S[T].selected;}}}var X=I[U.tagName.toLowerCase()];if(X&&U[X]){V[X]=U[X]; }};if(O){var P=R.getElementsByTagName("*"),Q=this.getElementsByTagName("*");for(var M=P.length;M--;){N(P[M],Q[M]);}}N(R,this);return $(R);},destroy:function(){Element.empty(this); Element.dispose(this);G(this,true);return null;},empty:function(){$A(this.childNodes).each(function(L){Element.destroy(L);});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this; },hasChild:function(L){L=$(L,true);if(!L){return false;}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(L.tagName)).contains(L); }return(this.contains)?(this!=L&&this.contains(L)):!!(this.compareDocumentPosition(L)&16);},match:function(L){return(!L||(L==this)||(Element.get(this,"tag")==L)); }});Native.implement([Element,Window,Document],{addListener:function(O,N){if(O=="unload"){var L=N,M=this;N=function(){M.removeListener("unload",N);L(); };}else{H[this.uid]=this;}if(this.addEventListener){this.addEventListener(O,N,false);}else{this.attachEvent("on"+O,N);}return this;},removeListener:function(M,L){if(this.removeEventListener){this.removeEventListener(M,L,false); }else{this.detachEvent("on"+M,L);}return this;},retrieve:function(M,L){var O=C(this.uid),N=O[M];if(L!=undefined&&N==undefined){N=O[M]=L;}return $pick(N); },store:function(M,L){var N=C(this.uid);N[M]=L;return this;},eliminate:function(L){var M=C(this.uid);delete M[L];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 E=Array.flatten(arguments).join("");var F=Browser.Engine.trident&&A[this.get("tag")];if(F){var G=C;G.innerHTML=F[1]+E+F[2]; for(var D=F[0];D--;){G=G.firstChild;}this.empty().adopt(G.childNodes);}else{this.innerHTML=E;}}};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(E,G){var H=this.retrieve("events",{});H[E]=H[E]||{keys:[],values:[]};if(H[E].keys.contains(G)){return this; }H[E].keys.push(G);var F=E,A=Element.Events.get(E),C=G,I=this;if(A){if(A.onAdd){A.onAdd.call(this,G);}if(A.condition){C=function(J){if(A.condition.call(this,J)){return G.call(this,J); }return true;};}F=A.base||F;}var D=function(){return G.call(I);};var B=Element.NativeEvents[F];if(B){if(B==2){D=function(J){J=new Event(J,I.getWindow()); if(C.call(I,J)===false){J.stop();}};}this.addListener(F,D);}H[E].values.push(D);return this;},removeEvent:function(C,B){var A=this.retrieve("events");if(!A||!A[C]){return this; }var F=A[C].keys.indexOf(B);if(F==-1){return this;}A[C].keys.splice(F,1);var E=A[C].values.splice(F,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,E):this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this; },removeEvents:function(A){if($type(A)=="object"){for(var C in A){this.removeEvent(C,A[C]);}return this;}var B=this.retrieve("events");if(!B){return this; }if(!A){for(var 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(E){E.create({bind:this,delay:A,"arguments":B})(); },this);return this;},cloneEvents:function(D,A){D=$(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(E){this.addEvent(A,E); },this);}}return this;}});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(E,D){if(!C[D]){return"";}return($type(E)=="number")?C[D].replace("@",Math.round(E)):E; }).join(" ");}else{if(A==String(Number(A))){A=Math.round(A);}}this.style[B]=A;return this;},getStyle:function(G){switch(G){case"opacity":return this.get("opacity"); case"float":G=(Browser.Engine.trident)?"styleFloat":"cssFloat";}G=G.camelCase();var A=this.style[G];if(!$chk(A)){A=[];for(var F in Element.ShortStyles){if(G!=F){continue; }for(var E in Element.ShortStyles[F]){A.push(this.getStyle(E));}return A.join(" ");}A=this.getComputedStyle(G);}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)))){if(G.test(/^(height|width)$/)){var B=(G=="width")?["left","right"]:["top","bottom"],D=0; B.each(function(H){D+=this.getStyle("border-"+H+"-width").toInt()+this.getStyle("padding-"+H).toInt();},this);return this["offset"+G.capitalize()]-D+"px"; }if((Browser.Engine.presto)&&String(A).test("px")){return A;}if(G.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.each(arguments,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(G){var F=Element.ShortStyles; var B=Element.Styles;["margin","padding"].each(function(H){var I=H+G;F[H][I]=B[I]="@px";});var E="border"+G;F.border[E]=B[E]="@px @ rgb(@, @, @)";var D=E+"Width",A=E+"Style",C=E+"Color"; F[E]={};F.borderWidth[D]=F[E][D]=B[D]="@px";F.borderStyle[A]=F[E][A]=B[A]="@";F.borderColor[C]=F[E][C]=B[C]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(H,I){if(B(this)){this.getWindow().scrollTo(H,I); }else{this.scrollLeft=H;this.scrollTop=I;}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 I=this,H={x:0,y:0};while(I&&!B(I)){H.x+=I.scrollLeft;H.y+=I.scrollTop;I=I.parentNode; }return H;},getOffsetParent:function(){var H=this;if(B(H)){return null;}if(!Browser.Engine.trident){return H.offsetParent;}while((H=H.parentNode)&&!B(H)){if(D(H,"position")!="static"){return H; }}return null;},getOffsets:function(){if(Browser.Engine.trident){var L=this.getBoundingClientRect(),J=this.getDocument().documentElement;return{x:L.left+J.scrollLeft-J.clientLeft,y:L.top+J.scrollTop-J.clientTop}; }var I=this,H={x:0,y:0};if(B(this)){return H;}while(I&&!B(I)){H.x+=I.offsetLeft;H.y+=I.offsetTop;if(Browser.Engine.gecko){if(!F(I)){H.x+=C(I);H.y+=G(I); }var K=I.parentNode;if(K&&D(K,"overflow")!="visible"){H.x+=C(K);H.y+=G(K);}}else{if(I!=this&&Browser.Engine.webkit){H.x+=C(I);H.y+=G(I);}}I=I.offsetParent; }if(Browser.Engine.gecko&&!F(this)){H.x-=C(this);H.y-=G(this);}return H;},getPosition:function(K){if(B(this)){return{x:0,y:0};}var L=this.getOffsets(),I=this.getScrolls(); var H={x:L.x-I.x,y:L.y-I.y};var J=(K&&(K=$(K)))?K.getPosition():{x:0,y:0};return{x:H.x-J.x,y:H.y-J.y};},getCoordinates:function(J){if(B(this)){return this.getWindow().getCoordinates(); }var H=this.getPosition(J),I=this.getSize();var K={left:H.x,top:H.y,width:I.x,height:I.y};K.right=K.left+K.width;K.bottom=K.top+K.height;return K;},computePosition:function(H){return{left:H.x-E(this,"margin-left"),top:H.y-E(this,"margin-top")}; },position:function(H){return this.setStyles(this.computePosition(H));}});Native.implement([Document,Window],{getSize:function(){var I=this.getWindow(); if(Browser.Engine.presto||Browser.Engine.webkit){return{x:I.innerWidth,y:I.innerHeight};}var H=A(this);return{x:H.clientWidth,y:H.clientHeight};},getScroll:function(){var I=this.getWindow(); var H=A(this);return{x:I.pageXOffset||H.scrollLeft,y:I.pageYOffset||H.scrollTop};},getScrollSize:function(){var I=A(this);var H=this.getSize();return{x:Math.max(I.scrollWidth,H.x),y:Math.max(I.scrollHeight,H.y)}; },getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var H=this.getSize();return{top:0,left:0,bottom:H.y,right:H.x,height:H.y,width:H.x}; }});var D=Element.getComputedStyle;function E(H,I){return D(H,I).toInt()||0;}function F(H){return D(H,"-moz-box-sizing")=="border-box";}function G(H){return E(H,"border-top-width"); }function C(H){return E(H,"border-left-width");}function B(H){return(/^(?:body|html)$/i).test(H.tagName);}function A(H){var I=H.getDocument();return(!I.compatMode||I.compatMode=="CSS1Compat")?I.html:I.body; }})();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(H,G){H=H.split(","); var C,E={};for(var D=0,B=H.length;D<B;D++){var A=H[D],F=Selectors.Utils.search(this,A,E);if(D!=0&&F.item){F=$A(F);}C=(D==0)?F:(C.item)?$A(C).concat(F):C.concat(F); }return new Elements(C,{ddup:(H.length>1),cash:!G});}});Element.implement({match:function(B){if(!B||(B==this)){return true;}var D=Selectors.Utils.parseTagAndID(B); var A=D[0],E=D[1];if(!Selectors.Filters.byID(this,E)||!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(F){if(Selectors.Cache.nth[F]){return Selectors.Cache.nth[F]; }var C=F.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!C){return false;}var E=parseInt(C[1]);var B=(E||E===0)?E:1;var D=C[2]||false;var A=parseInt(C[3])||0; if(B!=0){A--;while(A<1){A+=B;}while(A>=B){A-=B;}}else{B=A;D="index";}switch(D){case"n":C={a:B,b:A,special:"n"};break;case"odd":C={a:2,b:0,special:"n"}; break;case"even":C={a:2,b:1,special:"n"};break;case"first":C={a:0,special:"index"};break;case"last":C={special:"last-child"};break;case"only":C={special:"only-child"}; break;default:C={a:(B-1),special:"index"};}return Selectors.Cache.nth[F]=C;},parseSelector:function(E){if(Selectors.Cache.parsed[E]){return Selectors.Cache.parsed[E]; }var D,H={classes:[],pseudos:[],attributes:[]};while((D=Selectors.RegExps.combined.exec(E))){var I=D[1],G=D[2],F=D[3],B=D[5],C=D[6],J=D[7];if(I){H.classes.push(I); }else{if(C){var A=Selectors.Pseudo.get(C);if(A){H.pseudos.push({parser:A,argument:J});}else{H.attributes.push({name:C,operator:"=",value:J});}}else{if(G){H.attributes.push({name:G,operator:F,value:B}); }}}}if(!H.classes.length){delete H.classes;}if(!H.attributes.length){delete H.attributes;}if(!H.pseudos.length){delete H.pseudos;}if(!H.classes&&!H.attributes&&!H.pseudos){H=null; }return Selectors.Cache.parsed[E]=H;},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(F,C,E){var D;if(C.classes){for(D=C.classes.length;D--;D){var G=C.classes[D];if(!Selectors.Filters.byClass(F,G)){return false;}}}if(C.attributes){for(D=C.attributes.length; D--;D){var B=C.attributes[D];if(!Selectors.Filters.byAttribute(F,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(F,A.parser,A.argument,E)){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(I,H,N){var B=[];var C=H.trim().replace(Selectors.RegExps.splitter,function(Y,X,W){B.push(X); return":)"+W;}).split(":)");var J,E,U;for(var T=0,P=C.length;T<P;T++){var S=C[T];if(T==0&&Selectors.RegExps.quick.test(S)){J=I.getElementsByTagName(S); continue;}var A=B[T-1];var K=Selectors.Utils.parseTagAndID(S);var V=K[0],L=K[1];if(T==0){J=Selectors.Utils.getByTagAndID(I,V,L);}else{var D={},G=[];for(var R=0,Q=J.length; R<Q;R++){G=Selectors.Getters[A](G,J[R],V,L,D);}J=G;}var F=Selectors.Utils.parseSelector(S);if(F){E=[];for(var O=0,M=J.length;O<M;O++){U=J[O];if(Selectors.Utils.filter(U,F,N)){E.push(U); }}J=E;}}return J;}};Selectors.Getters={" ":function(H,G,I,A,E){var D=Selectors.Utils.getByTagAndID(G,I,A);for(var C=0,B=D.length;C<B;C++){var F=D[C];if(Selectors.Utils.chk(F,E)){H.push(F); }}return H;},">":function(H,G,I,A,F){var C=Selectors.Utils.getByTagAndID(G,I,A);for(var E=0,D=C.length;E<D;E++){var B=C[E];if(B.parentNode==G&&Selectors.Utils.chk(B,F)){H.push(B); }}return H;},"+":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(Selectors.Utils.chk(B,D)&&Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B); }break;}}return C;},"~":function(C,B,A,E,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,E)){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(A," "));},byPseudo:function(A,D,C,B){return D.call(A,C,B);},byAttribute:function(C,D,B,E){var A=Element.prototype.getProperty.call(C,D); if(!A){return(B=="!=");}if(!B||E==undefined){return true;}switch(B){case"=":return(A==E);case"*=":return(A.contains(E));case"^=":return(A.substr(0,E.length)==E); case"$=":return(A.substr(A.length-E.length)==E);case"!=":return(A!=E);case"~=":return A.contains(E," ");case"|=":return A.contains(E,"-");}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(G,E){G=(G==undefined)?"n":G;var C=Selectors.Utils.parseNthArgument(G); if(C.special!="n"){return Selectors.Pseudo[C.special].call(this,C.a,E);}var F=0;E.positions=E.positions||{};var D=$uid(this);if(!E.positions[D]){var B=this; while((B=B.previousSibling)){if(B.nodeType!=1){continue;}F++;var A=E.positions[$uid(B)];if(A!=undefined){F=A+F;break;}}E.positions[D]=F;}return(E.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);}});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");};if(Browser.Engine.trident){var A=document.createElement("div"); (function(){($try(function(){A.doScroll("left");return $(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{window.addEvent("load",B);document.addEvent("DOMContentLoaded",B);}}})();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(A){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1))); return false;}return false;},start:function(B,A){if(!this.check(arguments.callee,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,E,B){B=$splat(B);var C=B[1];if(!$chk(C)){B[1]=B[0]; B[0]=D.getStyle(E);}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(F,E){if(B){return ;}var D=F.parse(C);if($chk(D)){B={value:D,parser:F};}}); 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(E){A.push({value:D[E].parser.compute(D[E].value,C[E].value,B),parser:D[E].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(E,D){var C=E.href; if(C&&C.contains("://")&&!C.contains(document.domain)){return ;}var F=E.rules||E.cssRules;Array.each(F,function(I,G){if(!I.style){return ;}var H=(I.selectorText)?I.selectorText.replace(/^\w+/,function(J){return J.toLowerCase(); }):null;if(!H||!H.test("^"+A+"$")){return ;}Element.Styles.each(function(K,J){if(!I.style[J]||Element.ShortStyles[J]){return ;}K=String(I.style[J]);B[J]=(K.test(/^rgb/))?K.rgbToHex():K; });});});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(E,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=$(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,E,D){if(!this.check(arguments.callee,C,E,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 E=this.get("tween"),D="opacity",A; C=$pick(C,"toggle");switch(C){case"in":E.start(D,1);break;case"out":E.start(D,0);break;case"show":E.set(D,1);break;case"hide":E.set(D,0);break;case"toggle":var B=this.retrieve("fade:flag",this.get("opacity")==1); E.start(D,(B)?0:1);this.store("fade:flag",!B);A=true;break;default:E.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=$(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(E,D,C){var A={};for(var B in E){A[B]=this.parent(E[B],D[B],C); }return A;},start:function(B){if(!this.check(arguments.callee,B)){return this;}if(typeof B=="string"){B=this.search(B);}var E={},D={};for(var C in B){var A=this.prepare(this.element,C,B[C]); E[C]=A.from;D[C]=A.to;}return this.parent(E,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(D){var C;for(var B=0,A=1;1;B+=A,A/=2){if(D>=(7-4*B)/11){C=A*A-Math.pow((11-6*B-11*D)/4,2); break;}}return C;},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]); });});

//MooTools More, <http://mootools.net/more>. Copyright (c) 2006-2008 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
Fx.Slide=new Class({Extends:Fx,options:{mode:'vertical'},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=$(B);this.parent(A);var C=this.element.retrieve("wrapper"); this.wrapper=C||new Element("div",{styles:$extend(this.element.getStyles("margin","position"),{overflow:"hidden"})}).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(E,D,C){var B=[];var A=2;A.times(function(F){B[F]=Fx.compute(E[F],D[F],C);});return B;},start:function(B,E){if(!this.check(arguments.callee,B,E)){return this; }this[E||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 G=[[D,C],[-this.offset,0]];var F;switch(B){case"in":F=A;break;case"out":F=G;break;case"toggle":F=(this.wrapper["offset"+this.layout.capitalize()]==0)?A:G; }return this.parent(F[0],F[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,E){D=D||"toggle";var B=this.get("slide"),A;switch(D){case"hide":B.hide(E);break;case"show":B.show(E); break;case"toggle":var C=this.retrieve("slide:flag",B.open);B[(C)?"slideOut":"slideIn"](E);this.store("slide:flag",!C);A=true;break;default:B.start(D,E); }if(!A){this.eliminate("slide:flag");}return this;}});

// BEGIN //
window.addEvent('domready', function() {

// SMALL STUFF /////////////////////////////////////////////////////
$$('ul#menu li.current_page_item','ul#menu li.current_page_ancestor').removeClass('page_item'); //menu
$$('#content p:nth-child(2)').addClass('pageintro'); //add pageintro class
$$('a').each(function(el) { el.addEvent('click', function(e) { this.blur(); });  });
$$('table.table tr:odd').addClass('odd'); //zebra class
$$('#partners a').set('class', ' plumber');
//$('content').addEvent('mouseover', function(e) { this.tween('color','#ccc'); });
//$('c').set('opacity','0');
//$('c').set('tween', {duration:1000,fps:30});
//$('c').tween('opacity','1');

// NEWS FX ///////////////////////////////////////////////////////

var newsitems = $$('#news .newsitem');
newsitems.each(function(el){
 	var newsfx = new Fx.Morph(el, {link: 'cancel', duration:500, transition:'sine:out' });
 		 el.addEvents({
			mouseenter: function(){
                newsfx.start({
					'background-color':'#000', 'padding-left': '25px', 'padding-right':'25px'
                });

            },
            mouseleave: function(){
                 newsfx.start({
					'background-color':'#0a0a0a', 'padding-left': '0px', 'padding-right':'50px'
                });
            }
});
});


// FADER ///////////////////////

var fader = $$('#action a','#partners a');
fader.setOpacity('0.3');
fader.each(function(element) {
 
	var fx = new Fx.Morph(element, {link:'cancel', duration: 300 });
 
	element.addEvent('mouseenter', function(){
		fx.start({
			'opacity':'1'
		});
	});
 
	element.addEvent('mouseleave', function(){
		fx.start({
			'opacity':'0.3'
		});
	});
 
});



// IE ERROR FIX /////////////////////////////////////////////////////////////////
window.onerror = new Function("return true;");
// END DOMREADY /////////////////////////////////////////////////////
});


// SLIMBOX ////////////////////////////////////////////////////////////
var Slimbox;(function(){var G=0,F,L,B,S,T,O,E,M,J=new Image(),K=new Image(),X,a,P,H,W,Z,I,Y,C;window.addEvent("domready",function(){$(document.body).adopt($$([X=new Element("div",{id:"lbOverlay"}).addEvent("click",N),a=new Element("div",{id:"lbCenter"}),Z=new Element("div",{id:"lbBottomContainer"})]).setStyle("display","none"));P=new Element("div",{id:"lbImage"}).injectInside(a).adopt(H=new Element("a",{id:"lbPrevLink",href:"#"}).addEvent("click",D),W=new Element("a",{id:"lbNextLink",href:"#"}).addEvent("click",R));I=new Element("div",{id:"lbBottom"}).injectInside(Z).adopt(new Element("a",{id:"lbCloseLink",href:"#"}).addEvent("click",N),Y=new Element("div",{id:"lbCaption"}),C=new Element("div",{id:"lbNumber"}),new Element("div",{styles:{clear:"both"}}));E={overlay:new Fx.Tween(X,{property:"opacity",duration:300}).set(0),image:new Fx.Tween(P,{property:"opacity",duration:300,onComplete:A}),bottom:new Fx.Tween(I,{property:"margin-top",duration:300})}});Slimbox={open:function(e,d,c){F=$extend({loop:false,overlayOpacity:0.90,resizeDuration:200,resizeTransition:false,initialWidth:150,initialHeight:150,animateCaption:true,showCounter:true,counterText:"Bild {x} av {y}"},c||{});if(typeof e=="string"){e=[[e,d]];d=0}L=e;F.loop=F.loop&&(L.length>1);b();Q(true);O=window.getScrollTop()+(window.getHeight()/15);E.resize=new Fx.Morph(a,$extend({duration:F.resizeDuration,onComplete:A},F.resizeTransition?{transition:F.resizeTransition}:{}));a.setStyles({top:O,width:F.initialWidth,height:F.initialHeight,marginLeft:-(F.initialWidth/2),display:""});E.overlay.start(F.overlayOpacity);G=1;return U(d)}};Element.implement({slimbox:function(c,d){$$(this).slimbox(c,d);return this}});Elements.implement({slimbox:function(c,f,e){f=f||function(g){return[g.href,g.title]};e=e||function(){return true};var d=this;d.removeEvents("click").addEvent("click",function(){var g=d.filter(e,this);return Slimbox.open(g.map(f),g.indexOf(this),c)});return d}});function b(){X.setStyles({top:window.getScrollTop(),height:window.getHeight()})}function Q(c){["object",window.ie?"select":"embed"].forEach(function(e){Array.forEach(document.getElementsByTagName(e),function(f){if(c){f._slimbox=f.style.visibility}f.style.visibility=c?"hidden":f._slimbox})});X.style.display=c?"":"none";var d=c?"addEvent":"removeEvent";window[d]("scroll",b)[d]("resize",b);document[d]("keydown",V)}function V(c){switch(c.code){case 27:case 88:case 67:N();break;case 37:case 80:D();break;case 39:case 78:R()}return false}function D(){return U(S)}function R(){return U(T)}function U(c){if((G==1)&&(c>=0)){G=2;B=c;S=((B||!F.loop)?B:L.length)-1;T=B+1;if(T==L.length){T=F.loop?0:-1}$$(H,W,P,Z).setStyle("display","none");E.bottom.cancel().set(0);E.image.set(0);a.className="lbLoading";M=new Image();M.onload=A;M.src=L[c][0]}return false}function A(){switch(G++){case 2:a.className="";P.setStyles({backgroundImage:"url("+L[B][0]+")",display:""});$$(P,I).setStyle("width",M.width);$$(P,H,W).setStyle("height",M.height);Y.set("html",L[B][1]||"");C.set("html",(F.showCounter&&(L.length>1))?F.counterText.replace(/{x}/,B+1).replace(/{y}/,L.length):"");if(S>=0){J.src=L[S][0]}if(T>=0){K.src=L[T][0]}if(a.clientHeight!=P.offsetHeight){E.resize.start({height:P.offsetHeight});break}G++;case 3:if(a.clientWidth!=P.offsetWidth){E.resize.start({width:P.offsetWidth,marginLeft:-P.offsetWidth/2});break}G++;case 4:Z.setStyles({top:O+a.clientHeight,marginLeft:a.style.marginLeft,visibility:"hidden",display:""});E.image.start(1);break;case 5:if(S>=0){H.style.display=""}if(T>=0){W.style.display=""}if(F.animateCaption){E.bottom.set(-I.offsetHeight).start(0)}Z.style.visibility="";G=1}}function N(){if(G){G=0;M.onload=$empty;for(var c in E){E[c].cancel()}$$(a,Z).setStyle("display","none");E.overlay.chain(Q).start(0)}return false}})();
Slimbox.scanPage = function() {
	var links = $$("#main a").filter(function(el) {
		return el.rel && el.rel.test(/^lightbox/i);
	});
	$$(links).slimbox({ resizeTransition: Fx.Transitions.Sine.easeOut }, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
};
window.addEvent("domready", Slimbox.scanPage);


// BEGIN OTHER STUFF ////////////////////////////////////////////////

// Cufón, Copyright (c) 2008 Simo Kinnunen. Licensed under the MIT license.
var Cufon=(function(){var J=function(){return J.replace.apply(null,arguments)};var Q=J.DOM={ready:(function(){var V=false,X={loaded:1,complete:1};var U=[],W=function(){if(V){return}V=true;for(var Y;Y=U.shift();Y()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",W,false);window.addEventListener("pageshow",W,false)}if(!window.opera&&document.readyState){(function(){X[document.readyState]?W():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");W()}catch(Y){setTimeout(arguments.callee,1)}})()}M(window,"load",W);return function(Y){if(!arguments.length){W()}else{V?Y():U.push(Y)}}})()};var K=J.CSS={Size:function(V,U){this.value=parseFloat(V);this.unit=String(V).match(/[a-z%]*$/)[0]||"px";this.convert=function(W){return W/U*this.value};this.convertFrom=function(W){return W/this.value*U};this.toString=function(){return this.value+this.unit}},getStyle:function(V){var U=document.defaultView;if(U&&U.getComputedStyle){return new A(U.getComputedStyle(V,null))}if(V.currentStyle){return new A(V.currentStyle)}return new A(V.style)},ready:(function(){var W=false;var V=[],X=function(){W=true;for(var Z;Z=V.shift();Z()){}};var U=Object.prototype.propertyIsEnumerable?E("style"):{length:0};var Y=E("link");Q.ready(function(){var c=0,b;for(var a=0,Z=Y.length;b=Y[a],a<Z;++a){if(!b.disabled&&b.rel.toLowerCase()=="stylesheet"){++c}}if(document.styleSheets.length>=U.length+c){X()}else{setTimeout(arguments.callee,10)}});return function(Z){if(W){Z()}else{V.push(Z)}}})(),supports:function(W,V){var U=document.createElement("span").style;if(U[W]===undefined){return false}U[W]=V;return U[W]===V},textAlign:function(X,W,U,V){if(W.get("textAlign")=="right"){if(U>0){X=" "+X}}else{if(U<V-1){X+=" "}}return X},textDecoration:function(Z,Y){if(!Y){Y=this.getStyle(Z)}var V={underline:null,overline:null,"line-through":null};for(var U=Z;U.parentNode&&U.parentNode.nodeType==1;){var X=true;for(var W in V){if(V[W]){continue}if(Y.get("textDecoration").indexOf(W)!=-1){V[W]=Y.get("color")}X=false}if(X){break}Y=this.getStyle(U=U.parentNode)}return V},textShadow:H(function(Y){if(Y=="none"){return null}var X=[],Z={},U,V=0;var W=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(U=W.exec(Y)){if(U[0]==","){X.push(Z);Z={},V=0}else{if(U[1]){Z.color=U[1]}else{Z[["offX","offY","blur"][V++]]=U[2]}}}X.push(Z);return X}),color:H(function(V){var U={};U.color=V.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(X,W,Y){U.opacity=parseFloat(Y);return"rgb("+W+")"});return U}),textTransform:function(V,U){return V[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[U.get("textTransform")]||"toString"]()}};J.VML={parsePath:function(X){var U=[],W=/([mrvxe])([^a-z]*)/g,V;while(V=W.exec(X)){U.push({type:V[1],coords:V[2].split(",")})}return U}};function N(V){var U=this.face=V.face;this.glyphs=V.glyphs;this.w=V.w;this.baseSize=parseInt(U["units-per-em"],10);this.family=U["font-family"].toLowerCase();this.weight=U["font-weight"];this.style=U["font-style"]||"normal";this.viewBox=(function(){var W=U.bbox.split(/\s+/);return{minX:parseInt(W[0],10),minY:parseInt(W[1],10),width:parseInt(W[2],10)-parseInt(W[0],10),height:parseInt(W[3],10)-parseInt(W[1],10),toString:function(){return[this.minX,this.minY,this.width,this.height].join(" ")}}})();this.ascent=-parseInt(U.ascent,10);this.descent=-parseInt(U.descent,10);this.height=-this.ascent+this.descent}function D(){this.styles={};this.add=function(U){(this.styles[U.style]||(this.styles[U.style]={}))[U.weight]=U};this.get=function(V,X){var U=this.styles[V],W;if(!U){return null}X={normal:400,bold:700}[X]||parseInt(X,10);if(U[X]){return U[X]}for(var Y in U){Y=parseInt(Y,10);if(!W||(Y<X&&Y>W)){W=Y}}return U[W]}}function T(){var W={},U=0;function V(X){return X.cufid||(X.cufid=++U)}this.get=function(X){var Y=V(X);return W[Y]||(W[Y]={})}}function A(U){var W={},V={};this.get=function(X){return W[X]!=undefined?W[X]:U[X]};this.getSize=function(Y,X){return V[Y]||(V[Y]=new K.Size(this.get(Y),X))};this.extend=function(X){for(var Y in X){W[Y]=X[Y]}return this}}function M(V,U,W){if(V.addEventListener){V.addEventListener(U,W,false)}else{if(V.attachEvent){V.attachEvent("on"+U,function(){return W.apply(V,arguments)})}}}function H(U){var V={};return function(W){if(!V.hasOwnProperty(W)){V[W]=U.apply(null,arguments)}return V[W]}}function B(Z,Y){if(!Y){Y=K.getStyle(Z)}var V=Y.get("fontFamily").split(/\s*,\s*/),X;for(var W=0,U=V.length;W<U;++W){X=V[W].toLowerCase();if(X[0]=='"'||X[0]=="'"){X=X.substring(1,X.length-1)}if(G[X]){return G[X].get(Y.get("fontStyle"),Y.get("fontWeight"))}}return null}function E(U){return document.getElementsByTagName(U)}function F(){var U={},X;for(var W=0,V=arguments.length;W<V;++W){for(X in arguments[W]){U[X]=arguments[W][X]}}return U}function L(W,d,U,e,X,V){if(e.separateWords){var b=document.createDocumentFragment(),Z;var c=d.split(/\s+/);if(O){if(/^\s/.test(d)){c.unshift("")}if(/\s$/.test(d)){c.push("")}}for(var a=0,Y=c.length;a<Y;++a){Z=S[e.engine](W,K.textAlign(c[a],U,a,Y),U,e,X,V,a<Y-1);if(Z){b.appendChild(Z)}}return b}return S[e.engine].apply(null,arguments)}function I(V,c){var a=C.get(V);if(!c){c=a.options}var W,U,Z;for(var X=V.firstChild;X;X=Z){Z=X.nextSibling;if(X.nodeType==1){if(!X.firstChild){continue}if(!/cufon/.test(X.className)){arguments.callee(X,c);continue}}var b=X.nodeType==3?X.data:X.alt;if(b===""){continue}if(!U){U=K.getStyle(V).extend(c)}if(!W){W=B(V,U)}if(!W){continue}var Y=L(W,b,U,c,X,V);if(Y){X.parentNode.replaceChild(Y,X)}else{X.parentNode.removeChild(X)}}if(!a.options){a.options=c}}var O=" ".split(/\s+/).length==0;var C=new T();var R=[];var S={},G={},P={enableTextDecoration:false,engine:null,printable:true,selector:(window.Sizzle||(window.$$&&function(U){return $$(U)})||window.$||(document.querySelectorAll&&function(U){return document.querySelectorAll(U)})||E),separateWords:true,textShadow:"none"};J.now=function(){Q.ready();return J};J.refresh=function(){var W=R.splice(0,R.length);for(var V=0,U=W.length;V<U;++V){J.replace.apply(null,W[V])}return J};J.registerEngine=function(V,U){if(!U){return J}S[V]=U;return J.set("engine",V)};J.registerFont=function(W){var U=new N(W),V=U.family;if(!G[V]){G[V]=new D()}G[V].add(U);return J.set("fontFamily",V)};J.replace=function(W,V,U){V=F(P,V);if(!V.engine){return J}if(typeof V.textShadow=="string"){V.textShadow=K.textShadow(V.textShadow)}if(!U){R.push(arguments)}if(W.nodeType||typeof W=="string"){W=[W]}K.ready(function(){for(var Y=0,X=W.length;Y<X;++Y){var Z=W[Y];if(typeof Z=="string"){J.replace(V.selector(Z),V,true)}else{I(Z,V)}}});return J};J.set=function(U,V){P[U]=V;return J};return J})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=document.createElement("style");E.type="text/css";E.appendChild(document.createTextNode("@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;font-size:1px;line-height:1px}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+".cufon-canvas .cufon-alt{display:none}}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(E);function D(N,H){var M=0,L=0;var F=Cufon.VML.parsePath(N);var G=new Array(F.length-1);generate:for(var J=0,I=F.length;J<I;++J){var K=F[J].coords;switch(F[J].type){case"v":G[J]={m:"bezierCurveTo",a:[M+Number(K[0]),L+Number(K[1]),M+Number(K[2]),L+Number(K[3]),M+=Number(K[4]),L+=Number(K[5])]};break;case"r":G[J]={m:"lineTo",a:[M+=Number(K[0]),L+=Number(K[1])]};break;case"m":G[J]={m:"moveTo",a:[M=Number(K[0]),L=Number(K[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(J,I){for(var H=0,G=J.length;H<G;++H){var F=J[H];I[F.m].apply(I,F.a)}}return function(o,R,h,N,V,p){var T=o.viewBox;var H=h.getSize("fontSize",o.baseSize);var e=h.get("letterSpacing");e=(e=="normal")?0:H.convertFrom(parseInt(e,10));var U=0,f=0,d=0,P=0;var S=N.textShadow,b=[];if(S){for(var n=0,j=S.length;n<j;++n){var X=S[n];var a=H.convertFrom(parseFloat(X.offX));var Z=H.convertFrom(parseFloat(X.offY));b[n]=[a,Z];if(Z<U){U=Z}if(a>f){f=a}if(Z>d){d=Z}if(a<P){P=a}}}var s=Cufon.CSS.textTransform(R,h).split("");var F=0,Q=null;for(var n=0,j=s.length;n<j;++n){var O=o.glyphs[s[n]]||o.missingGlyph;if(!O){continue}F+=Q=Number(O.w||o.w)+e}if(Q===null){return null}f+=(T.width-Q);P+=T.minX;var M=document.createElement("span");M.className="cufon cufon-canvas";M.alt=R;var I=document.createElement("canvas");var t=M.style;var Y=I.style;var G=H.convert(T.height-U+d);var r=Math.ceil(G);var c=r/G;I.width=Math.ceil(H.convert(F+f-P)*c);I.height=r;U+=T.minY;Y.top=Math.round(H.convert(U-o.ascent))+"px";Y.left=Math.round(H.convert(P))+"px";var L=Math.ceil(H.convert(F*c))+"px";if(A){t.width=L;t.height=H.convert(o.height)+"px"}else{t.paddingLeft=L;t.paddingBottom=(H.convert(o.height)-1)+"px"}var q=I.getContext("2d"),W=r/T.height;q.scale(W,W);q.translate(-P,-U);q.lineWidth=o.face["underline-thickness"];q.save();function J(i,g){q.strokeStyle=g;q.beginPath();q.moveTo(0,i);q.lineTo(F,i);q.stroke()}var K=N.enableTextDecoration?Cufon.CSS.textDecoration(p,h):{};if(K.underline){J(-o.face["underline-position"],K.underline)}if(K.overline){J(o.ascent,K.overline)}q.fillStyle=h.get("color");function m(){for(var u=0,g=s.length;u<g;++u){var v=o.glyphs[s[u]]||o.missingGlyph;if(!v){continue}q.beginPath();if(v.d){if(v.code){C(v.code,q)}else{v.code=D("m"+v.d,q)}}q.fill();q.translate(Number(v.w||o.w)+e,0)}}if(S){for(var n=0,j=S.length;n<j;++n){var X=S[n];q.save();q.fillStyle=X.color;q.translate.apply(q,b[n]);m();q.restore()}}m();q.restore();if(K["line-through"]){J(-o.descent,K["line-through"])}M.appendChild(I);if(N.printable){var k=document.createElement("span");k.className="cufon-alt";k.appendChild(document.createTextNode(R));M.appendChild(k)}return M}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">@media screen{cvml\\:shape,cvml\\:group,cvml\\:shapetype,cvml\\:fill{behavior:url(#default#VML);display:inline-block;antialias:true;position:absolute}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{display:none}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}var C=0;function B(E,F){return A(E,/(?:em|ex|%)$/i.test(F)?"1em":F)}function A(H,I){if(/px$/i.test(I)){return parseFloat(I)}var G=H.style.left,F=H.runtimeStyle.left;H.runtimeStyle.left=H.currentStyle.left;H.style.left=I;var E=H.style.pixelLeft;H.style.left=G;H.runtimeStyle.left=F;return E}function D(F,H){var E=document.createElement("cvml:shapetype");E.id="cufon-glyph-"+C++;F.typeRef="#"+E.id;E.stroked="f";E.coordsize=H.width+","+H.height;E.coordorigin=H.minX+","+H.minY;var G="m"+H.minX+","+H.minY+" r"+H.width+","+H.height;E.path=(F.d?"m"+F.d+"x":"")+G;document.body.insertBefore(E,document.body.firstChild)}return function(j,R,e,O,V,k,c){var U=j.viewBox;var G=e.computedFontSize||(e.computedFontSize=new Cufon.CSS.Size(B(k,e.get("fontSize"))+"px",j.baseSize));var b=e.computedLSpacing;if(b==undefined){b=e.get("letterSpacing");e.computedLSpacing=b=(b=="normal")?0:G.convertFrom(A(k,b))}var N=document.createElement("span");N.className="cufon cufon-vml";N.alt=R;var H=document.createElement("cvml:group");var r=N.runtimeStyle;var X=H.runtimeStyle;var F=G.convert(U.height);X.height=Math.ceil(F);X.top=Math.round(G.convert(U.minY-j.ascent));X.left=Math.round(G.convert(U.minX));var a=parseInt(X.height,10)/F;r.height=G.convert(-j.ascent+j.descent)+"px";var J=O.enableTextDecoration?Cufon.CSS.textDecoration(k,e):{};var Q=e.get("color");var o=Cufon.CSS.textTransform(R,e).split("");var E=0,Z=0,K=null;var T=O.textShadow;for(var h=0,f=o.length;h<f;++h){var P=j.glyphs[o[h]]||j.missingGlyph;if(!P){continue}if(!P.typeRef){D(P,U)}var L=document.createElement("cvml:shape");L.type=P.typeRef;var m=L.runtimeStyle;m.width=U.width;m.height=U.height;m.top=0;m.left=Z;m.zIndex=1;L.fillcolor=Q;H.appendChild(L);if(T){for(var Y=0,d=T.length;Y<d;++Y){var W=T[Y];var q=Cufon.CSS.color(W.color);var I=L.cloneNode(false),S=I.runtimeStyle;S.top=G.convertFrom(parseFloat(W.offY));S.left=Z+G.convertFrom(parseFloat(W.offX));S.zIndex=0;I.fillcolor=q.color;if(q.opacity){var n=document.createElement("cvml:fill");n.opacity=q.opacity;I.appendChild(n)}H.appendChild(I)}}K=Number(P.w||j.w)+b;E+=K;Z+=K}if(K===null){return null}var M=-U.minX+E+(U.width-K);H.coordsize=M+","+U.height;X.width=G.convert(M*a);r.width=Math.max(Math.ceil(G.convert(E*a)),0);N.appendChild(H);if(O.printable){var g=document.createElement("span");g.className="cufon-alt";g.innerText=R;N.appendChild(g)}if(!c){N.appendChild(document.createElement("cvml:group"))}return N}})());
Cufon.registerFont({"w":144,"face":{"font-family":"BigNoodleTitling","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 8 3 4 2 4 1 0","ascent":"288","descent":"-72","bbox":"-10 -322 209.365 67.4022","underline-thickness":"14.4","underline-position":"-30.6","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":57},"\u00a0":{"w":57},"!":{"d":"54,-258r-4,188r-29,0r-5,-188r38,0xm54,-44r0,44r-36,0r0,-44r36,0","w":70},"\"":{"d":"58,-258r35,0r-5,107r-25,0xm6,-258r35,0r-5,107r-25,0","w":99},"#":{"d":"113,-258r25,0r-8,61r27,0r-3,25r-27,0r-10,84r26,0r-3,25r-27,0r-7,63r-25,0r8,-63r-36,0r-8,63r-24,0r7,-63r-28,0r3,-25r28,0r11,-84r-29,0r3,-25r29,0r7,-61r25,0r-8,61r36,0xm56,-88r36,0r11,-84r-37,0","w":167},"$":{"d":"82,-189v0,-19,5,-40,-20,-38v-25,2,-15,48,-12,69v21,21,67,19,67,60v0,46,8,101,-40,98r0,27r-24,0r0,-27v-31,1,-42,-23,-40,-60r34,0v-1,18,1,32,22,29v23,-2,12,-46,11,-68v-22,-20,-67,-20,-67,-61v0,-45,-8,-102,40,-98r0,-28r24,0r0,28v37,-2,43,30,40,69r-35,0","w":135},"%":{"d":"163,-258r-82,258r-22,0r82,-258r22,0xm83,-231v-5,47,21,111,-40,111v-48,0,-23,-70,-29,-111v-1,-22,16,-29,40,-27v19,0,29,9,29,27xm59,-229v0,-8,-4,-11,-13,-10v-6,0,-8,4,-8,10r0,79v0,9,4,11,13,10v6,0,8,-3,8,-10r0,-79xm208,-111v-5,47,21,111,-40,111v-47,0,-22,-71,-28,-111v-1,-23,16,-29,40,-27v19,0,28,9,28,27xm185,-108v0,-10,-5,-11,-14,-10v-5,0,-8,3,-8,10r0,78v0,10,5,12,14,11v5,0,8,-4,8,-11r0,-78","w":222},"&":{"d":"42,-134v-34,-4,-20,-47,-23,-80v0,-36,20,-47,55,-44v35,-2,44,27,41,66r-32,0v0,-19,5,-41,-20,-38v-22,6,-12,43,-12,67v0,33,52,13,80,18r0,26r-16,0v-2,58,17,132,-59,119v-51,4,-42,-55,-42,-103v0,-15,10,-26,28,-31xm83,-119v-19,-1,-37,0,-36,19v5,27,-16,75,22,71v9,0,14,-5,14,-15r0,-75","w":134},"'":{"d":"4,-258r35,0r-5,107r-25,0","w":42},"(":{"d":"74,66v-36,3,-57,-8,-56,-44r0,-236v-1,-36,20,-47,56,-44r0,27v-16,-1,-27,1,-26,18r0,234v0,17,10,19,26,18r0,27","w":74},")":{"d":"0,66v36,3,57,-8,56,-44r0,-236v0,-37,-20,-47,-56,-44r0,27v16,-1,27,1,26,18r0,234v0,17,-10,19,-26,18r0,27","w":74},"*":{"d":"30,-259r25,26v7,-8,2,-28,5,-40r34,12v-4,12,-19,24,-16,35r36,-9r1,32v-12,0,-28,-7,-37,-3r22,29r-29,16v-5,-12,-5,-29,-14,-37r-26,27r-20,-26r32,-16v-7,-10,-24,-11,-34,-18","w":123},"+":{"d":"86,-108r0,40r-32,0r0,-40r-40,0r0,-30r40,0r0,-42r32,0r0,42r37,0r0,30r-37,0","w":137},",":{"d":"11,43r17,-43r-17,0r0,-45r38,0r0,45r-17,43r-21,0","w":60},"-":{"d":"4,-101r0,-29r80,0r0,29r-80,0","w":87},"\u00ad":{"d":"4,-101r0,-29r80,0r0,29r-80,0","w":87},".":{"d":"48,-44r0,44r-37,0r0,-44r37,0","w":58},"\/":{"d":"103,-276r-79,294r-24,0r79,-294r24,0","w":103},"0":{"d":"82,0v-40,3,-68,-5,-66,-44r0,-170v-1,-40,26,-47,66,-44v27,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm73,-227v-13,-1,-23,1,-22,15r0,166v-1,14,10,16,24,15v9,0,14,-5,14,-15r0,-166v0,-10,-6,-15,-16,-15","w":139},"1":{"d":"5,-225v17,-5,29,-20,38,-33v11,2,17,8,26,12r0,246r-34,0r0,-208r-22,7","w":87},"2":{"d":"112,-31r0,31r-93,0v3,-38,-11,-90,15,-109v15,-19,40,-27,46,-55v-4,-23,12,-64,-17,-63v-20,-1,-14,24,-15,42r-35,0v-4,-49,7,-81,60,-73v53,-5,42,70,39,118v-12,28,-54,36,-58,72r0,37r58,0","w":132},"3":{"d":"93,-133v37,7,25,50,27,89v1,38,-25,47,-65,44v-34,1,-44,-23,-41,-60r34,0v-1,19,1,33,22,29v27,-1,11,-45,15,-69v1,-14,-12,-18,-29,-17r0,-29v36,6,23,-37,25,-66v0,-12,-7,-15,-20,-15v-19,0,-13,25,-14,42r-34,0v-4,-50,7,-81,61,-73v48,-4,43,49,42,95v0,17,-8,27,-23,30","w":134},"4":{"d":"127,-60r-20,0r0,60r-34,0r0,-60r-60,0r-8,-30r67,-168r35,0r0,168r20,0r0,30xm74,-90v-1,-32,6,-72,1,-100r-33,100r32,0","w":132},"5":{"d":"14,-60r35,0v-1,16,0,32,18,29v28,-2,13,-49,15,-74v3,-30,-42,-12,-67,-17r0,-136r98,0r0,32r-65,0r0,72v41,-3,71,4,69,46v0,57,10,122,-61,108v-34,1,-45,-23,-42,-60","w":131},"6":{"d":"86,-185v0,-21,4,-42,-22,-42v-9,0,-13,5,-13,15r0,78v21,-23,77,-17,71,30v-1,46,10,104,-39,104v-40,0,-69,-3,-67,-44r0,-170v-1,-41,25,-44,65,-44v37,0,42,33,39,73r-34,0xm51,-117r0,70v0,13,8,17,21,16v28,0,12,-43,16,-67v2,-21,-18,-20,-37,-19","w":138},"7":{"d":"23,0r45,-226r-64,0r0,-32r90,0r10,18r-46,240r-35,0","w":109},"8":{"d":"42,-132v-34,-4,-23,-47,-25,-82v-1,-39,24,-44,63,-44v47,0,42,50,41,95v0,18,-8,28,-23,32v36,6,23,50,25,87v2,40,-27,44,-67,44v-50,0,-42,-54,-42,-101v0,-16,10,-26,28,-31xm49,-99v3,28,-12,72,24,68v26,-3,13,-43,16,-67v0,-13,-7,-19,-20,-19v-13,1,-20,7,-20,18xm71,-227v-30,-4,-17,38,-20,62v0,14,7,19,20,18v24,-2,12,-38,15,-61v0,-13,-5,-19,-15,-19","w":137},"9":{"d":"53,-60v-1,17,2,29,20,29v10,0,14,-5,14,-15r0,-63v-22,24,-77,15,-71,-32v2,-50,-13,-117,42,-117v39,0,65,6,64,45r0,167v1,39,-23,49,-62,46v-33,1,-45,-23,-42,-60r35,0xm87,-126r0,-86v0,-11,-8,-16,-21,-15v-10,0,-15,5,-15,15r0,67v-1,22,17,19,36,19","w":137},":":{"d":"47,-44r0,44r-37,0r0,-44r37,0xm47,-185r0,44r-37,0r0,-44r37,0","w":57},";":{"d":"15,43r17,-43r-17,0r0,-45r38,0r0,45r-17,43r-21,0xm47,-185r0,44r-37,0r0,-44r37,0","w":57},"\u037e":{"d":"15,43r17,-43r-17,0r0,-45r38,0r0,45r-17,43r-21,0xm47,-185r0,44r-37,0r0,-44r37,0","w":57},"<":{"d":"94,-17r0,-42r-58,-52r58,-52r0,-43r-90,83r0,23","w":110},"=":{"d":"14,-138r0,-30r105,0r0,30r-105,0xm14,-80r0,-29r105,0r0,29r-105,0","w":133},">":{"d":"17,-17r90,-83r0,-23r-90,-83r0,43r58,51r-58,53r0,42","w":110},"?":{"d":"44,-70v3,-24,-7,-58,11,-69v11,-11,32,-13,31,-35v-2,-26,10,-61,-28,-53v-17,-2,-14,18,-14,34r-35,0v-6,-52,17,-72,71,-65v51,-4,42,61,40,109v-8,21,-40,21,-42,48r0,31r-34,0xm80,-44r0,44r-37,0r0,-44r37,0","w":135},"@":{"d":"82,-258v58,-4,103,6,101,58r0,162r-67,0r0,-63r-28,0r0,63r-25,0r0,-148v-1,-29,18,-35,48,-33v21,0,31,11,31,33r0,127r17,0r0,-139v3,-41,-36,-39,-76,-38v-27,0,-41,15,-41,43r0,170r141,0r0,23r-165,0r0,-192v-1,-42,25,-67,64,-66xm116,-124r0,-60v1,-10,-7,-12,-17,-11v-7,0,-11,3,-11,11r0,60r28,0","w":201},"A":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"B":{"d":"96,-133v42,7,26,52,29,94v4,53,-62,37,-109,39r0,-258v50,0,110,-9,105,46v0,36,7,71,-25,79xm51,-31v15,-1,40,5,39,-11v-4,-36,17,-87,-39,-76r0,87xm51,-149v19,1,37,-1,36,-19v-1,-31,9,-69,-36,-59r0,78","w":137},"C":{"d":"120,-60v4,46,-16,66,-64,60v-28,0,-42,-15,-42,-44r0,-171v-1,-38,25,-46,64,-43v40,-2,45,32,42,73r-35,0v-1,-21,7,-42,-22,-42v-9,0,-14,5,-14,15r0,166v0,13,9,15,22,15v15,0,15,-14,14,-29r35,0","w":130},"D":{"d":"16,0r0,-258v53,0,114,-9,109,49r0,172v3,50,-63,35,-109,37xm51,-31v15,-1,40,5,39,-12r0,-165v2,-24,-19,-19,-39,-19r0,196","w":139},"E":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0","w":110},"F":{"d":"96,-149r0,32r-45,0r0,117r-35,0r0,-258r86,0r0,31r-51,0r0,78r45,0","w":109},"G":{"d":"69,-95r0,-31r53,0r0,126v-50,-2,-112,13,-108,-44r0,-170v-1,-40,25,-47,64,-44v40,-2,47,31,44,73r-35,0v0,-22,5,-48,-23,-42v-10,0,-15,6,-15,19r0,158v-1,22,18,19,38,19r0,-64r-18,0","w":133},"H":{"d":"93,0r0,-117r-42,0r0,117r-35,0r0,-258r35,0r0,109r42,0r0,-109r35,0r0,258r-35,0"},"I":{"d":"16,0r0,-258r35,0r0,258r-35,0","w":66},"J":{"d":"4,-31v20,0,40,3,38,-19r0,-208r34,0r0,214v2,43,-30,47,-72,44r0,-31","w":92},"K":{"d":"51,0r-35,0r0,-258r35,0r0,258xm130,0r-34,0r-43,-129r36,-129r31,0r-36,128","w":133},"L":{"d":"98,0r-82,0r0,-258r35,0r0,227r47,0r0,31","w":101},"M":{"d":"86,-107r32,-151r39,0r0,258r-35,0r4,-169r-26,122r-27,0r-26,-122r4,169r-35,0r0,-258r38,0","w":172},"N":{"d":"88,-134r0,-124r34,0r0,258r-34,0r0,-51r-37,-118r0,169r-35,0r0,-258r35,0","w":138},"O":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166"},"P":{"d":"16,-258v49,1,109,-12,105,44v-2,50,14,124,-41,120r-29,0r0,94r-35,0r0,-258xm51,-125v17,-1,37,4,35,-15r0,-72v1,-18,-18,-15,-35,-15r0,102","w":132},"Q":{"d":"150,0v-56,-5,-140,21,-136,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,183r20,0r0,31xm96,-31r0,-181v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166v-1,22,28,13,47,15","w":150},"R":{"d":"16,-258v50,2,111,-14,107,44v-2,39,9,95,-20,106r24,108r-33,0r-22,-104r-21,0r0,104r-35,0r0,-258xm51,-134v20,0,40,4,38,-19v-3,-34,16,-86,-38,-74r0,93","w":136},"S":{"d":"82,-189v0,-19,5,-40,-20,-38v-25,2,-15,47,-12,68v21,21,67,19,67,60v2,56,6,112,-63,99v-32,1,-43,-23,-41,-60r34,0v-1,18,1,32,22,29v24,-2,11,-67,11,-69v-20,-21,-68,-20,-67,-61v-2,-56,-6,-110,63,-97v37,-2,44,30,41,69r-35,0","w":129},"T":{"d":"71,-227r0,227r-34,0r0,-227r-33,0r0,-31r100,0r0,31r-33,0","w":108},"U":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0"},"V":{"d":"128,-258r-42,258r-41,0r-41,-258r34,0r28,197r28,-197r34,0","w":131},"W":{"d":"197,-258r-38,258r-38,0r-21,-150r-21,150r-37,0r-38,-258r34,0r24,193r25,-193r27,0r24,193r25,-193r34,0","w":200},"X":{"d":"114,0r-33,0r-21,-98r-23,98r-32,0r33,-131r-31,-127r34,0r20,95r22,-95r32,0r-31,127","w":119},"Y":{"d":"81,0r-35,0r0,-95r-42,-163r34,0r27,112r23,-112r34,0r-41,163r0,95","w":126},"Z":{"d":"44,-31r58,0r0,31r-96,0r-2,-12r54,-215r-49,0r0,-31r78,0r8,14","w":105},"[":{"d":"18,66r0,-324r56,0r0,25r-26,0r0,273r26,0r0,26r-56,0","w":73},"\\":{"d":"24,-276r79,294r-24,0r-79,-294r24,0","w":103},"]":{"d":"0,66r0,-26r26,0r0,-273r-26,0r0,-25r56,0r0,324r-56,0","w":73},"_":{"d":"0,26r0,-26r99,0r0,26r-99,0","w":99},"`":{"d":"3,-245r32,0r16,43r-24,0","w":54},"a":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"b":{"d":"96,-133v42,7,26,52,29,94v4,53,-62,37,-109,39r0,-258v50,0,110,-9,105,46v0,36,7,71,-25,79xm51,-31v15,-1,40,5,39,-11v-4,-36,17,-87,-39,-76r0,87xm51,-149v19,1,37,-1,36,-19v-1,-31,9,-69,-36,-59r0,78","w":137},"c":{"d":"120,-60v4,46,-16,66,-64,60v-28,0,-42,-15,-42,-44r0,-171v-1,-38,25,-46,64,-43v40,-2,45,32,42,73r-35,0v-1,-21,7,-42,-22,-42v-9,0,-14,5,-14,15r0,166v0,13,9,15,22,15v15,0,15,-14,14,-29r35,0","w":130},"d":{"d":"16,0r0,-258v53,0,114,-9,109,49r0,172v3,50,-63,35,-109,37xm51,-31v15,-1,40,5,39,-12r0,-165v2,-24,-19,-19,-39,-19r0,196","w":139},"e":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0","w":110},"f":{"d":"96,-149r0,32r-45,0r0,117r-35,0r0,-258r86,0r0,31r-51,0r0,78r45,0","w":109},"g":{"d":"69,-95r0,-31r53,0r0,126v-50,-2,-112,13,-108,-44r0,-170v-1,-40,25,-47,64,-44v40,-2,47,31,44,73r-35,0v0,-22,5,-48,-23,-42v-10,0,-15,6,-15,19r0,158v-1,22,18,19,38,19r0,-64r-18,0","w":133},"h":{"d":"93,0r0,-117r-42,0r0,117r-35,0r0,-258r35,0r0,109r42,0r0,-109r35,0r0,258r-35,0"},"i":{"d":"16,0r0,-258r35,0r0,258r-35,0","w":66},"j":{"d":"4,-31v20,0,40,3,38,-19r0,-208r34,0r0,214v2,43,-30,47,-72,44r0,-31","w":92},"k":{"d":"51,0r-35,0r0,-258r35,0r0,258xm130,0r-34,0r-43,-129r36,-129r31,0r-36,128","w":133},"l":{"d":"98,0r-82,0r0,-258r35,0r0,227r47,0r0,31","w":101},"m":{"d":"86,-107r32,-151r39,0r0,258r-35,0r4,-169r-26,122r-27,0r-26,-122r4,169r-35,0r0,-258r38,0","w":172},"n":{"d":"88,-134r0,-124r34,0r0,258r-34,0r0,-51r-37,-118r0,169r-35,0r0,-258r35,0","w":138},"o":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166"},"p":{"d":"16,-258v49,1,109,-12,105,44v-2,50,14,124,-41,120r-29,0r0,94r-35,0r0,-258xm51,-125v17,-1,37,4,35,-15r0,-72v1,-18,-18,-15,-35,-15r0,102","w":132},"q":{"d":"150,0v-56,-5,-140,21,-136,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,183r20,0r0,31xm96,-31r0,-181v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166v-1,22,28,13,47,15","w":150},"r":{"d":"16,-258v50,2,111,-14,107,44v-2,39,9,95,-20,106r24,108r-33,0r-22,-104r-21,0r0,104r-35,0r0,-258xm51,-134v20,0,40,4,38,-19v-3,-34,16,-86,-38,-74r0,93","w":136},"s":{"d":"82,-189v0,-19,5,-40,-20,-38v-25,2,-15,47,-12,68v21,21,67,19,67,60v2,56,6,112,-63,99v-32,1,-43,-23,-41,-60r34,0v-1,18,1,32,22,29v24,-2,11,-67,11,-69v-20,-21,-68,-20,-67,-61v-2,-56,-6,-110,63,-97v37,-2,44,30,41,69r-35,0","w":129},"t":{"d":"71,-227r0,227r-34,0r0,-227r-33,0r0,-31r100,0r0,31r-33,0","w":108},"u":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0"},"v":{"d":"128,-258r-42,258r-41,0r-41,-258r34,0r28,197r28,-197r34,0","w":131},"w":{"d":"197,-258r-38,258r-38,0r-21,-150r-21,150r-37,0r-38,-258r34,0r24,193r25,-193r27,0r24,193r25,-193r34,0","w":200},"x":{"d":"114,0r-33,0r-21,-98r-23,98r-32,0r33,-131r-31,-127r34,0r20,95r22,-95r32,0r-31,127","w":119},"y":{"d":"81,0r-35,0r0,-95r-42,-163r34,0r27,112r23,-112r34,0r-41,163r0,95","w":126},"z":{"d":"44,-31r58,0r0,31r-96,0r-2,-12r54,-215r-49,0r0,-31r78,0r8,14","w":105},"{":{"d":"30,-109v41,13,23,84,23,131v0,19,11,20,29,19r0,25v-38,3,-61,-6,-60,-45r0,-96v0,-12,-7,-19,-20,-19r0,-29v57,-8,-30,-154,80,-135r0,24v-17,-1,-29,-1,-29,19v0,40,15,99,-23,106","w":81},"|":{"d":"18,29r0,-316r32,0r0,316r-32,0","w":68},"}":{"d":"52,-109v-39,-7,-23,-66,-23,-106v0,-19,-11,-20,-29,-19r0,-24v37,-3,60,6,59,44v6,32,-17,90,21,91r0,29v-14,0,-21,7,-21,19v-6,61,25,155,-59,141r0,-25v17,1,29,0,29,-19v0,-47,-19,-118,23,-131","w":81},"\u2026":{"d":"48,-44r0,44r-37,0r0,-44r37,0xm106,-44r0,44r-37,0r0,-44r37,0xm165,-44r0,44r-37,0r0,-44r37,0","w":175},"\u2018":{"d":"49,-259r-17,47r17,0r0,48v-17,-1,-38,4,-38,-14v0,-36,8,-57,17,-81r21,0","w":57},"\u2019":{"d":"5,-164r17,-46r-17,0r0,-49v17,1,39,-5,39,15v0,36,-9,56,-18,80r-21,0","w":54},"\u201c":{"d":"49,-259r-17,47r17,0r0,48v-17,-1,-38,4,-38,-14v0,-36,8,-57,17,-81r21,0xm106,-259r-17,47r17,0r0,48v-16,-1,-38,4,-38,-14v0,-36,8,-57,17,-81r21,0","w":114},"\u201d":{"d":"66,-164r17,-46r-17,0r0,-49v17,1,38,-5,38,15v0,36,-8,56,-17,80r-21,0xm9,-164r17,-46r-17,0r0,-49v17,1,38,-5,38,15v0,36,-8,56,-17,80r-21,0","w":114},"\u2013":{"d":"0,-104r0,-26r103,0r0,26r-103,0","w":102},"\u2014":{"d":"0,-104r0,-26r169,0r0,26r-169,0","w":169},"\u2122":{"d":"68,-240r0,-18r-61,0r0,18r20,0r0,132r20,0r0,-132r21,0xm122,-170r19,-88r22,0r0,150r-20,0r2,-99r-15,72r-16,0r-15,-72r3,99r-21,0r0,-150r23,0","w":173},"\u00a1":{"d":"17,0r4,-189r29,0r5,189r-38,0xm17,-215r0,-43r36,0r0,43r-36,0","w":70},"\u00a2":{"d":"80,-184v1,-16,0,-29,-18,-27v-10,0,-15,4,-15,14r0,106v0,10,6,15,18,14v15,1,16,-11,15,-26r31,0v2,32,-6,53,-36,52r0,21r-25,0v-1,-6,2,-16,-1,-21v-59,-1,-35,-95,-35,-149v0,-25,12,-37,36,-37r0,-21r25,0v1,6,-2,16,1,21v29,-1,38,21,35,53r-31,0","w":124},"\u00a3":{"d":"131,-65v3,38,-6,67,-42,65r-75,0r0,-126r-13,0r0,-28r13,0v0,-47,-9,-104,41,-104v53,0,85,7,76,66r-35,0v3,-25,-2,-40,-32,-35v-28,2,-10,48,-15,73r39,0r0,28r-39,0r0,95v19,-2,49,7,47,-15r0,-19r35,0","w":141},"\u00a4":{"d":"85,-161r0,21r-34,0r0,15r22,0r0,21r-22,0v5,28,-17,73,24,73v14,0,15,-11,14,-25r35,0v4,46,-19,56,-66,56v-51,0,-40,-57,-41,-104r-13,0r0,-21r13,0r0,-15r-13,0r0,-21r13,0v0,-46,-8,-97,41,-97v46,0,72,9,66,58r-35,0v2,-18,-2,-30,-23,-27v-26,1,-11,43,-15,66r34,0","w":138},"\u00a5":{"d":"103,-62r0,17r-22,0r0,45r-35,0r0,-45r-22,0r0,-17r22,0r0,-12r-22,0r0,-17r22,0v-12,-58,-29,-111,-42,-167r34,0r27,112r23,-112r34,0r-41,167r22,0r0,17r-22,0r0,12r22,0","w":126},"\u00a6":{"d":"54,-125r0,-133r-32,0r0,133r32,0xm54,66r0,-134r-32,0r0,134r32,0","w":75},"\u00a7":{"d":"25,-163v-14,-9,-6,-38,-8,-59v-2,-34,23,-38,57,-36v29,-1,38,20,35,51r-32,0v9,-26,-26,-36,-28,-12v2,13,-6,34,9,36v25,12,50,12,50,59v0,13,-4,22,-10,27v14,9,6,39,8,60v1,35,-23,39,-57,37v-30,2,-38,-23,-35,-56r32,0v0,15,-2,32,14,31v20,1,14,-29,13,-47v-21,-19,-58,-8,-58,-64v0,-14,3,-23,10,-27xm76,-126v1,-13,-1,-24,-14,-23v-14,0,-16,9,-15,23v0,10,5,14,15,14v9,0,14,-4,14,-14","w":123},"\u00a8":{"d":"40,-238r0,36r-29,0r0,-36r29,0xm90,-238r0,36r-29,0r0,-36r29,0","w":100},"\u00a9":{"d":"126,-160v0,-15,2,-32,-14,-31v-10,0,-15,5,-15,14r0,96v0,9,5,14,15,14v15,1,15,-14,14,-29r29,0v4,40,-10,54,-53,54v-57,0,-28,-87,-35,-137v-1,-32,21,-40,54,-37v30,-1,36,24,34,56r-29,0xm153,0v-64,-2,-142,16,-137,-57r0,-144v-5,-72,73,-55,137,-57v85,-2,44,127,53,201v0,38,-17,57,-53,57xm44,-57v-2,50,65,25,106,31v19,0,28,-10,28,-31r0,-144v3,-50,-64,-27,-106,-32v-19,0,-28,11,-28,32r0,144","w":222},"\u00aa":{"d":"38,-83r-27,0r0,-135v0,-28,16,-41,45,-40v27,0,41,13,41,40r0,135r-27,0r0,-54r-32,0r0,54xm70,-161v-5,-26,13,-73,-17,-74v-27,2,-11,49,-15,74r32,0","w":108},"\u00ab":{"d":"72,-50r-37,-75r37,-75r-30,0r-38,75r38,75r30,0xm129,-50r-38,-75r38,-75r-30,0r-39,75r39,75r30,0","w":139},"\u00ac":{"d":"15,-108r0,-30r118,0r0,63r-31,0r0,-33r-87,0","w":149},"\u00ae":{"d":"156,-44r-27,0r-17,-65r-14,0r0,65r-30,0r0,-168v37,3,89,-13,86,30v-1,28,7,65,-16,71xm98,-134v13,0,26,3,25,-13v0,-21,6,-46,-25,-39r0,52xm152,0v-64,-2,-141,15,-136,-57r0,-144v-5,-72,72,-56,136,-57v84,-2,44,127,53,201v0,38,-18,57,-53,57xm44,-57v-2,49,63,26,104,31v19,0,29,-10,29,-31r0,-144v2,-50,-63,-27,-105,-32v-19,0,-28,11,-28,32r0,144","w":221},"\u00af":{"d":"96,-217r0,-25r-90,0r0,25r90,0","w":102},"\u02c9":{"d":"96,-217r0,-25r-90,0r0,25r90,0","w":102},"\u00b0":{"d":"49,-261v-23,1,-37,16,-38,39v1,23,15,37,38,38v23,-1,38,-15,39,-38v-1,-23,-16,-38,-39,-39xm49,-201v-12,0,-22,-10,-22,-21v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,11,-10,21,-22,21","w":98},"\u00b1":{"d":"14,-48r0,-30r94,0r0,30r-94,0xm86,-147r0,40r-32,0r0,-40r-40,0r0,-30r40,0r0,-42r32,0r0,42r37,0r0,30r-37,0","w":129},"\u00b2":{"d":"73,-140r0,20r-59,0v4,-22,-7,-54,8,-65v15,-11,35,-16,29,-47v1,-6,-5,-8,-12,-7v-8,0,-7,10,-7,18r-21,0v-4,-30,9,-41,40,-37v30,-3,23,35,22,62v-13,17,-44,18,-36,56r36,0","w":84},"\u00b3":{"d":"65,-191v22,3,13,28,15,49v2,23,-23,23,-47,22v-20,1,-23,-15,-22,-35r23,0v-2,12,2,17,15,15v12,-1,5,-21,7,-32v1,-12,-7,-10,-17,-10r0,-17v20,5,14,-17,15,-33v0,-7,-5,-7,-12,-7v-9,0,-7,9,-7,17r-23,0v-4,-32,12,-40,43,-36v25,-3,23,27,22,52v0,8,-4,13,-12,15","w":90},"\u00b4":{"d":"28,-202r-24,0r16,-43r32,0","w":54},"\u00b5":{"d":"93,-258r33,0r0,222v0,10,7,11,16,10r0,26r-24,0r-14,-14v-12,16,-30,14,-55,14r0,66r-31,0r0,-324r32,0r0,213v-1,20,25,13,43,14r0,-227"},"\u03bc":{"d":"93,-258r33,0r0,222v0,10,7,11,16,10r0,26r-24,0r-14,-14v-12,16,-30,14,-55,14r0,66r-31,0r0,-324r32,0r0,213v-1,20,25,13,43,14r0,-227"},"\u00b6":{"d":"125,36r0,-269v-28,5,-76,-14,-76,19v3,28,-12,71,29,62r0,-60r29,0r0,248r-29,0r0,-158v-40,3,-65,-6,-64,-46v-1,-44,-4,-94,40,-90r97,0r0,294r-26,0","w":168},"\u00b7":{"d":"48,-145r0,44r-37,0r0,-44r37,0","w":58},"\u2219":{"d":"48,-145r0,44r-37,0r0,-44r37,0","w":58},"\u00b8":{"d":"18,49v12,-1,30,4,26,-13v1,-13,-13,-9,-24,-10r0,-35r19,0r0,20v21,-2,23,14,23,35v0,22,-22,21,-44,20r0,-17","w":79},"\u00b9":{"d":"9,-221r-4,-16v9,-5,16,-12,20,-21r22,0r0,138r-24,0r0,-105","w":57},"\u00ba":{"d":"79,-231v-5,47,21,111,-40,111v-48,0,-22,-71,-28,-111v-1,-23,16,-29,40,-27v19,0,28,9,28,27xm56,-229v0,-9,-5,-11,-14,-10v-5,0,-8,4,-8,10r0,79v0,10,5,11,14,10v5,0,8,-3,8,-10r0,-79","w":90},"\u00bb":{"d":"67,-200r37,75r-37,75r30,0r38,-75r-38,-75r-30,0xm11,-200r37,75r-37,75r30,0r38,-75r-38,-75r-30,0","w":139},"\u00bc":{"d":"157,-269r-117,280r-21,0r116,-280r22,0xm156,-26r0,26r-24,0r0,-26r-41,0r-4,-19r38,-87r31,0r0,86r13,0r0,20r-13,0xm132,-46v-1,-18,5,-44,0,-58r-19,58r19,0xm15,-221r-4,-16v9,-5,16,-12,20,-21r22,0r0,138r-24,0r0,-105","w":183},"\u00bd":{"d":"157,-269r-117,280r-21,0r116,-280r22,0xm15,-221r-4,-16v9,-5,16,-12,20,-21r22,0r0,138r-24,0r0,-105xm181,-19r0,19r-60,0v4,-22,-7,-54,8,-65v16,-10,35,-16,29,-47v0,-6,-5,-6,-11,-6v-10,-1,-6,9,-7,17r-22,0v-3,-31,10,-41,41,-37v28,-3,22,36,21,62v-13,17,-43,19,-35,57r36,0","w":195},"\u00be":{"d":"179,-269r-117,280r-20,0r116,-280r21,0xm178,-26r0,26r-23,0r0,-26r-41,0r-4,-19r37,-87r31,0r0,86r14,0r0,20r-14,0xm157,-104r-3,0r-19,58r20,0xm68,-191v22,3,13,28,15,49v2,24,-23,23,-46,22v-20,0,-25,-14,-23,-35r24,0v-1,11,1,17,14,15v13,0,6,-20,8,-32v0,-12,-8,-10,-18,-10r0,-17v20,5,16,-17,16,-33v0,-7,-5,-7,-12,-7v-9,0,-7,9,-7,17r-24,0v-3,-32,12,-40,44,-36v25,-3,23,27,22,52v0,8,-4,13,-13,15","w":205},"\u00bf":{"d":"92,-189v-3,24,7,59,-12,69v-11,12,-31,13,-31,36v1,25,-9,61,28,52v13,1,16,-10,15,-25r34,0v6,50,-22,57,-72,57v-50,0,-42,-64,-38,-109v7,-22,41,-20,41,-49r0,-31r35,0xm55,-215r0,-43r37,0r0,43r-37,0","w":135},"\u00c0":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0xm43,-318r32,0r16,43r-24,0","w":137},"\u00c1":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0xm69,-275r-24,0r16,-43r32,0","w":137},"\u00c2":{"d":"67,-296r-15,21r-27,0r31,-41r22,0r31,41r-27,0xm49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"\u00c3":{"d":"54,-307v12,1,30,17,33,-3r19,0v1,32,-28,39,-51,26v-4,0,-7,3,-9,9r-17,0v-1,-20,10,-29,25,-32xm49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"\u00c4":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0xm55,-311r0,36r-29,0r0,-36r29,0xm105,-311r0,36r-29,0r0,-36r29,0","w":137},"\u00c5":{"d":"68,-322v15,0,27,12,27,28v0,16,-12,28,-27,28v-16,0,-28,-13,-28,-28v0,-15,12,-28,28,-28xm68,-281v6,0,12,-6,12,-13v0,-5,-5,-12,-12,-12v-8,0,-12,6,-13,12v1,7,5,13,13,13xm49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"\u00c6":{"d":"49,0r-35,0r0,-214v-2,-72,99,-36,160,-44r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-85,0r0,-95r-40,0r0,95xm89,-126r0,-101v-18,1,-41,-5,-40,15r0,86r40,0","w":183},"\u00c7":{"d":"120,-60v4,46,-16,66,-64,60v-28,0,-42,-15,-42,-44r0,-171v-1,-38,25,-46,64,-43v40,-2,45,32,42,73r-35,0v-1,-21,7,-42,-22,-42v-9,0,-14,5,-14,15r0,166v0,13,9,15,22,15v15,0,15,-14,14,-29r35,0xm50,49v12,-1,30,4,26,-13v1,-13,-13,-9,-24,-10r0,-35r19,0r0,20v21,-2,23,14,23,35v0,22,-22,21,-44,20r0,-17","w":130},"\u00c8":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0xm27,-318r32,0r16,43r-24,0","w":110},"\u00c9":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0xm59,-275r-24,0r16,-43r32,0","w":110},"\u00ca":{"d":"57,-296r-15,21r-27,0r31,-41r22,0r31,41r-27,0xm16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0","w":110},"\u00cb":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0xm47,-311r0,36r-29,0r0,-36r29,0xm97,-311r0,36r-29,0r0,-36r29,0","w":110},"\u00cc":{"d":"16,0r0,-258r35,0r0,258r-35,0xm6,-318r32,0r16,43r-24,0","w":66},"\u00cd":{"d":"16,0r0,-258r35,0r0,258r-35,0xm34,-275r-24,0r16,-43r32,0","w":66},"\u00ce":{"d":"34,-296r-15,21r-27,0r31,-41r22,0r31,41r-27,0xm16,0r0,-258r35,0r0,258r-35,0","w":66},"\u00cf":{"d":"16,0r0,-258r35,0r0,258r-35,0xm23,-311r0,36r-29,0r0,-36r29,0xm73,-311r0,36r-29,0r0,-36r29,0","w":66},"\u00d0":{"d":"16,0r0,-258v53,0,114,-9,109,49r0,172v3,50,-63,35,-109,37xm51,-31v15,-1,40,5,39,-12r0,-165v2,-24,-19,-19,-39,-19r0,196xm4,-109r-0,-29r74,0r-0,29r-74,0","w":139},"\u00d1":{"d":"60,-307v11,2,30,16,33,-3r19,0v-1,31,-29,39,-52,26v-4,0,-7,3,-8,9r-18,0v0,-20,11,-29,26,-32xm88,-134r0,-124r34,0r0,258r-34,0r0,-51r-37,-118r0,169r-35,0r0,-258r35,0","w":145},"\u00d2":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166xm42,-318r32,0r16,43r-24,0"},"\u00d3":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166xm76,-275r-24,0r16,-43r32,0"},"\u00d4":{"d":"72,-296r-15,21r-26,0r31,-41r21,0r31,41r-27,0xm89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166"},"\u00d5":{"d":"109,-310v2,32,-29,38,-51,26v-4,0,-7,3,-8,9r-18,0v0,-31,26,-36,50,-25v5,-1,8,-3,9,-10r18,0xm89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166"},"\u00d6":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166xm61,-311r0,36r-29,0r0,-36r29,0xm111,-311r0,36r-29,0r0,-36r29,0"},"\u00d7":{"d":"121,-149r-22,-23r-31,34r-33,-37r-23,22r36,35r-34,30r23,23r31,-34r34,37r22,-23r-37,-33","w":136},"\u00d8":{"d":"108,-280r-4,23v18,5,26,19,26,43r0,170v2,43,-32,47,-74,44r-4,22r-16,0r4,-24v-17,-5,-26,-19,-26,-42r0,-170v-2,-43,32,-47,74,-44r4,-22r16,0xm96,-213r-34,182v16,0,35,3,34,-15r0,-167xm49,-49r33,-178v-16,0,-34,-2,-33,15r0,163"},"\u00d9":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0xm43,-318r32,0r16,43r-24,0"},"\u00da":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0xm73,-275r-24,0r16,-43r32,0"},"\u00db":{"d":"72,-296r-15,21r-26,0r31,-41r21,0r31,41r-27,0xm129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0"},"\u00dc":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0xm62,-311r0,36r-29,0r0,-36r29,0xm112,-311r0,36r-29,0r0,-36r29,0"},"\u00dd":{"d":"81,0r-35,0r0,-95r-42,-163r34,0r27,112r23,-112r34,0r-41,163r0,95xm64,-275r-24,0r16,-43r32,0","w":126},"\u00de":{"d":"50,-215v42,-2,77,-1,75,44v1,45,5,93,-42,90r-32,0r0,81r-35,0r0,-258r34,0r0,43xm51,-112v17,-1,41,6,39,-15v-3,-21,9,-57,-15,-57r-24,0r0,72","w":135},"\u00df":{"d":"64,-31v18,-1,44,6,43,-15v-3,-31,15,-77,-35,-66r0,-50v11,0,23,2,22,-10v-2,-26,10,-63,-29,-55v-10,0,-14,5,-14,16r0,211r-35,0r0,-215v-2,-42,30,-46,71,-43v45,-3,44,40,42,84v2,26,-13,32,-26,38v49,-2,37,54,38,99v3,40,-38,38,-77,37r0,-31","w":155},"\u00e0":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0xm40,-321r32,0r16,43r-24,0","w":137},"\u00e1":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0xm71,-278r-24,0r16,-43r32,0","w":137},"\u00e2":{"d":"69,-299r-15,21r-26,0r31,-40r21,0r31,40r-26,0xm49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0xm49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"\u00e3":{"d":"56,-306v12,2,30,17,33,-3r19,0v0,30,-28,39,-51,26v-5,0,-8,3,-9,9r-18,0v0,-20,11,-29,26,-32xm49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"\u00e4":{"d":"49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0xm57,-310r0,36r-29,0r0,-36r29,0xm107,-310r0,36r-29,0r0,-36r29,0","w":137},"\u00e5":{"d":"70,-321v16,0,27,12,27,28v0,16,-11,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28xm70,-280v6,0,12,-6,12,-13v0,-5,-5,-12,-12,-12v-7,0,-12,6,-12,12v0,8,5,13,12,13xm49,0r-35,0r0,-214v-2,-41,28,-47,68,-44v27,0,41,14,41,44r0,214r-34,0r0,-95r-40,0r0,95xm89,-126r0,-86v1,-13,-10,-16,-25,-15v-10,0,-15,5,-15,15r0,86r40,0","w":137},"\u00e6":{"d":"49,0r-35,0r0,-214v-2,-72,99,-36,160,-44r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-85,0r0,-95r-40,0r0,95xm89,-126r0,-101v-18,1,-41,-5,-40,15r0,86r40,0","w":183},"\u00e7":{"d":"120,-60v4,46,-16,66,-64,60v-28,0,-42,-15,-42,-44r0,-171v-1,-38,25,-46,64,-43v40,-2,45,32,42,73r-35,0v-1,-21,7,-42,-22,-42v-9,0,-14,5,-14,15r0,166v0,13,9,15,22,15v15,0,15,-14,14,-29r35,0xm51,49v12,-1,30,4,26,-13v1,-13,-13,-9,-24,-10r0,-35r19,0r0,20v21,-2,23,14,23,35v0,22,-22,21,-44,20r0,-17","w":130},"\u00e8":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0xm30,-313r32,0r16,43r-24,0","w":110},"\u00e9":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0xm64,-278r-24,0r16,-43r32,0","w":110},"\u00ea":{"d":"58,-295r-15,21r-26,0r31,-41r21,0r31,41r-27,0xm16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0","w":110},"\u00eb":{"d":"16,0r0,-258r86,0r0,31r-51,0r0,78r45,0r0,32r-45,0r0,86r51,0r0,31r-86,0xm50,-310r0,36r-29,0r0,-36r29,0xm100,-310r0,36r-29,0r0,-36r29,0","w":110},"\u00ec":{"d":"16,0r0,-258r35,0r0,258r-35,0xm7,-317r32,0r16,43r-24,0","w":66},"\u00ed":{"d":"16,0r0,-258r35,0r0,258r-35,0xm35,-275r-24,0r16,-43r32,0","w":66},"\u00ee":{"d":"32,-296r-15,21r-27,0r31,-41r22,0r31,41r-27,0xm16,0r0,-258r35,0r0,258r-35,0","w":66},"\u00ef":{"d":"16,0r0,-258r35,0r0,258r-35,0xm22,-310r0,36r-29,0r0,-36r29,0xm72,-310r0,36r-29,0r0,-36r29,0","w":66},"\u00f0":{"d":"16,0r0,-258v53,0,114,-9,109,49r0,172v3,50,-63,35,-109,37xm51,-31v15,-1,40,5,39,-12r0,-165v2,-24,-19,-19,-39,-19r0,196xm4,-110r-0,-29r72,0r-0,29r-72,0","w":139},"\u00f1":{"d":"108,-309v1,32,-28,39,-51,26v-4,0,-7,3,-8,9r-18,0v-2,-31,28,-37,50,-24v4,-2,8,-4,9,-11r18,0xm88,-134r0,-124r34,0r0,258r-34,0r0,-51r-37,-118r0,169r-35,0r0,-258r35,0","w":138},"\u00f2":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166xm41,-317r32,0r16,43r-24,0"},"\u00f3":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166xm76,-274r-24,0r16,-43r32,0"},"\u00f4":{"d":"71,-295r-15,21r-26,0r30,-41r22,0r31,41r-27,0xm89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166"},"\u00f5":{"d":"109,-309v1,32,-29,39,-51,26v-4,0,-7,3,-8,9r-18,0v-1,-31,28,-37,50,-24v4,-2,8,-4,9,-11r18,0xm89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166"},"\u00f6":{"d":"89,0v-42,2,-78,-1,-75,-44r0,-170v-2,-44,33,-46,75,-44v28,0,41,14,41,44r0,170v0,29,-14,44,-41,44xm49,-46v-1,17,17,15,33,15v9,0,14,-5,14,-15r0,-166v1,-16,-16,-16,-32,-15v-10,0,-15,5,-15,15r0,166xm62,-310r0,36r-29,0r0,-36r29,0xm112,-310r0,36r-29,0r0,-36r29,0"},"\u00f7":{"d":"98,-208r0,44r-37,0r0,-44r37,0xm98,-85r0,44r-37,0r0,-44r37,0xm9,-108r0,-31r140,0r0,31r-140,0","w":158},"\u00f8":{"d":"108,-280r-4,23v18,5,26,19,26,43r0,170v2,43,-32,47,-74,44r-4,22r-16,0r4,-24v-17,-5,-26,-19,-26,-42r0,-170v-2,-43,32,-47,74,-44r4,-22r16,0xm96,-213r-34,182v16,0,35,3,34,-15r0,-167xm49,-49r33,-178v-16,0,-34,-2,-33,15r0,163"},"\u00f9":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0xm35,-313r32,0r16,43r-24,0"},"\u00fa":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0xm78,-270r-24,0r16,-43r32,0"},"\u00fb":{"d":"71,-295r-15,21r-27,0r31,-41r22,0r31,41r-27,0xm129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0"},"\u00fc":{"d":"129,-258r0,209v1,46,-27,52,-71,49v-28,0,-42,-16,-42,-49r0,-209r35,0r0,210v-1,17,12,18,29,17v9,0,14,-6,14,-17r0,-210r35,0xm62,-310r0,36r-29,0r0,-36r29,0xm112,-310r0,36r-29,0r0,-36r29,0"},"\u00fd":{"d":"81,0r-35,0r0,-95r-42,-163r34,0r27,112r23,-112r34,0r-41,163r0,95xm65,-270r-24,0r16,-43r32,0","w":126},"\u00fe":{"d":"50,-215v42,-2,77,-1,75,44v1,45,5,93,-42,90r-32,0r0,81r-35,0r0,-258r34,0r0,43xm51,-112v17,-1,41,6,39,-15v-3,-21,9,-57,-15,-57r-24,0r0,72","w":135},"\u00ff":{"d":"81,0r-35,0r0,-95r-42,-163r34,0r27,112r23,-112r34,0r-41,163r0,95xm53,-310r0,36r-29,0r0,-36r29,0xm103,-310r0,36r-29,0r0,-36r29,0","w":126}}});
// Apply Cufón
window.addEvent('domready', function() {
//Cufon.replace('#content p:nth-child(2)');
Cufon.replace('#c p.pageintro');
});

// BOOKMARK ///////////////////////////////////////////////////////

function bookmark(url,title){
  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
  window.external.AddFavorite(url,title);
  } else if (navigator.appName == "Netscape") {
    window.sidebar.addPanel(title,url,"");
  } else {}
}