var MooTools={version:"1.2.3",build:"4980aa0fb74d2f6eb80bcd9f5b8e1fd6fbb8f607"};var Native=function(l){l=l||{};var v=l.name;var n=l.legacy;var u=l.protect;var t=l.implement;var o=l.generics;var q=l.initialize;var p=l.afterImplement||function(){};var s=q||n;o=o!==false;s.constructor=Native;s.$family={name:"native"};if(n&&q){s.prototype=n.prototype}s.prototype.constructor=s;if(v){var r=v.toLowerCase();s.prototype.$family={name:r};Native.typize(s,r)}var m=function(d,b,c,a){if(!u||a||!d.prototype[b]){d.prototype[b]=c}if(o){Native.genericize(d,b,u)}p.call(d,b,c);return d};s.alias=function(e,b,c){if(typeof e=="string"){var d=this.prototype[e];if((e=d)){return m(this,b,e,c)}}for(var a in e){this.alias(a,e[a],b)}return this};s.implement=function(a,b,c){if(typeof a=="string"){return m(this,a,b,c)}for(var d in a){m(this,d,a[d],b)}return this};if(t){s.implement(t)}return s};Native.genericize=function(d,f,e){if((!e||!d[f])&&typeof d.prototype[f]=="function"){d[f]=function(){var a=Array.prototype.slice.call(arguments);return d.prototype[f].apply(a.shift(),a)}}};Native.implement=function(g,h){for(var e=0,f=g.length;e<f;e++){g[e].implement(h)}};Native.typize=function(d,c){if(!d.type){d.type=function(a){return($type(a)===c)}}};(function(){var i={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var j in i){new Native({name:j,initialize:i[j],protect:true})}var m={"boolean":Boolean,"native":Native,object:Object};for(var n in m){Native.typize(m[n],n)}var k={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 l in k){for(var g=k[l].length;g--;){Native.genericize(i[l],k[l][g],true)}}})();var Hash=new Native({name:"Hash",initialize:function(d){if($type(d)=="hash"){d=$unlink(d.getClean())}for(var c in d){this[c]=d[c]}return this}});Hash.implement({forEach:function(d,f){for(var e in this){if(this.hasOwnProperty(e)){d.call(f,this[e],e,this)}}},getClean:function(){var c={};for(var d in this){if(this.hasOwnProperty(d)){c[d]=this[d]}}return c},getLength:function(){var c=0;for(var d in this){if(this.hasOwnProperty(d)){c++}}return c}});Hash.alias("forEach","each");Array.implement({forEach:function(h,g){for(var e=0,f=this.length;e<f;e++){h.call(g,this[e],e,this)}}});Array.alias("forEach","each");function $A(d){if(d.item){var e=d.length,f=new Array(e);while(e--){f[e]=d[e]}return f}return Array.prototype.slice.call(d)}function $arguments(b){return function(){return arguments[b]}}function $chk(b){return !!(b||b===0)}function $clear(b){clearTimeout(b);clearInterval(b);return null}function $defined(b){return(b!=undefined)}function $each(h,e,g){var f=$type(h);((f=="arguments"||f=="collection"||f=="array")?Array:Hash).each(h,e,g)}function $empty(){}function $extend(f,e){for(var d in (e||{})){f[d]=e[d]}return f}function $H(b){return new Hash(b)}function $lambda(b){return($type(b)=="function")?b:function(){return b}}function $merge(){var b=Array.slice(arguments);b.unshift({});return $mixin.apply(null,b)}function $mixin(l){for(var m=1,i=arguments.length;m<i;m++){var h=arguments[m];if($type(h)!="object"){continue}for(var n in h){var j=h[n],k=l[n];l[n]=(k&&$type(j)=="object"&&$type(k)=="object")?$mixin(k,j):$unlink(j)}}return l}function $pick(){for(var c=0,d=arguments.length;c<d;c++){if(arguments[c]!=undefined){return arguments[c]}}return null}function $random(c,d){return Math.floor(Math.random()*(d-c+1)+c)}function $splat(c){var d=$type(c);return(d)?((d!="array"&&d!="arguments")?[c]:c):[]}var $time=Date.now||function(){return +new Date};function $try(){for(var d=0,e=arguments.length;d<e;d++){try{return arguments[d]()}catch(f){}}return null}function $type(b){if(b==undefined){return false}if(b.$family){return(b.$family.name=="number"&&!isFinite(b))?false:b.$family.name}if(b.nodeName){switch(b.nodeType){case 1:return"element";case 3:return(/\S/).test(b.nodeValue)?"textnode":"whitespace"}}else{if(typeof b.length=="number"){if(b.callee){return"arguments"}else{if(b.item){return"collection"}}}}return typeof b}function $unlink(j){var f;switch($type(j)){case"object":f={};for(var h in j){f[h]=$unlink(j[h])}break;case"hash":f=new Hash(j);break;case"array":f=[];for(var i=0,g=j.length;i<g;i++){f[i]=$unlink(j[i])}break;default:return j}return f}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 c in this.Engines){var d=this.Engines[c]();if(d){this.Engine={name:c,version:d};this.Engine[c]=this.Engine[c+d]=true;break}}return{name:c,version:d}};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 b=($try(function(){return navigator.plugins["Shockwave Flash"].description},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version")})||"0 r0").match(/\d+/g);return{version:parseInt(b[0]||0+"."+b[1],10)||0,build:parseInt(b[2],10)||0}})();function $exec(c){if(!c){return c}if(window.execScript){window.execScript(c)}else{var d=document.createElement("script");d.setAttribute("type","text/javascript");d[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=c;document.head.appendChild(d);document.head.removeChild(d)}return c}Native.UID=1;var $uid=(Browser.Engine.trident)?function(b){return(b.uid||(b.uid=[Native.UID++]))[0]}:function(b){return b.uid||(b.uid=Native.UID++)};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(b){$uid(b);if(!b.Element){b.Element=$empty;if(Browser.Engine.webkit){b.document.createElement("iframe")}b.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{}}b.document.window=b;return $extend(b,Window.Prototype)},afterImplement:function(c,d){window[c]=Window.Prototype[c]=d}});Window.Prototype={$family:{name:"window"}};new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(b){$uid(b);b.head=b.getElementsByTagName("head")[0];b.html=b.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){b.execCommand("BackgroundImageCache",false,true)})}if(Browser.Engine.trident){b.window.attachEvent("onunload",function(){b.window.detachEvent("onunload",arguments.callee);b.head=b.html=b.window=null})}return $extend(b,Document.Prototype)},afterImplement:function(c,d){document[c]=Document.Prototype[c]=d}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(h,g){for(var e=0,f=this.length;e<f;e++){if(!h.call(g,this[e],e,this)){return false}}return true},filter:function(i,h){var j=[];for(var f=0,g=this.length;f<g;f++){if(i.call(h,this[f],f,this)){j.push(this[f])}}return j},clean:function(){return this.filter($defined)},indexOf:function(h,g){var f=this.length;for(var e=(g<0)?Math.max(0,f+g):g||0;e<f;e++){if(this[e]===h){return e}}return -1},map:function(i,h){var j=[];for(var f=0,g=this.length;f<g;f++){j[f]=i.call(h,this[f],f,this)}return j},some:function(h,g){for(var e=0,f=this.length;e<f;e++){if(h.call(g,this[e],e,this)){return true}}return false},associate:function(h){var g={},e=Math.min(this.length,h.length);for(var f=0;f<e;f++){g[h[f]]=this[f]}return g},link:function(j){var g={};for(var h=0,f=this.length;h<f;h++){for(var i in j){if(j[i](this[h])){g[i]=this[h];delete j[i];break}}}return g},contains:function(d,c){return this.indexOf(d,c)!=-1},extend:function(f){for(var d=0,e=f.length;d<e;d++){this.push(f[d])}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(b){if(!this.contains(b)){this.push(b)}return this},combine:function(f){for(var d=0,e=f.length;d<e;d++){this.include(f[d])}return this},erase:function(c){for(var d=this.length;d--;d){if(this[d]===c){this.splice(d,1)}}return this},empty:function(){this.length=0;return this},flatten:function(){var g=[];for(var e=0,f=this.length;e<f;e++){var h=$type(this[e]);if(!h){continue}g=g.concat((h=="array"||h=="collection"||h=="arguments")?Array.flatten(this[e]):this[e])}return g},hexToRgb:function(c){if(this.length!=3){return null}var d=this.map(function(a){if(a.length==1){a+=a}return a.toInt(16)});return(c)?d:"rgb("+d+")"},rgbToHex:function(g){if(this.length<3){return null}if(this.length==4&&this[3]==0&&!g){return"transparent"}var e=[];for(var f=0;f<3;f++){var h=(this[f]-0).toString(16);e.push((h.length==1)?"0"+h:h)}return(g)?e:"#"+e.join("")}});Function.implement({extend:function(d){for(var c in d){this[c]=d[c]}return this},create:function(c){var d=this;c=c||{};return function(b){var f=c.arguments;f=(f!=undefined)?$splat(f):Array.slice(arguments,(c.event)?1:0);if(c.event){f=[b||window.event].extend(f)}var a=function(){return d.apply(c.bind||null,f)};if(c.delay){return setTimeout(a,c.delay)}if(c.periodical){return setInterval(a,c.periodical)}if(c.attempt){return $try(a)}return a()}},run:function(d,c){return this.apply(c,$splat(d))},pass:function(d,c){return this.create({bind:c,arguments:d})},bind:function(c,d){return this.create({bind:c,arguments:d})},bindWithEvent:function(c,d){return this.create({bind:c,arguments:d,event:true})},attempt:function(d,c){return this.create({bind:c,arguments:d,attempt:true})()},delay:function(d,f,e){return this.create({bind:f,arguments:e,delay:d})()},periodical:function(f,d,e){return this.create({bind:d,arguments:e,periodical:f})()}});Number.implement({limit:function(c,d){return Math.min(d,Math.max(c,this))},round:function(b){b=Math.pow(10,b||0);return Math.round(this*b)/b},times:function(d,f){for(var e=0;e<this;e++){d.call(f,e,this)}},toFloat:function(){return parseFloat(this)},toInt:function(b){return parseInt(this,b||10)}});Number.alias("times","each");(function(c){var d={};c.each(function(a){if(!Number[a]){d[a]=function(){return Math[a].apply(null,[this].concat($A(arguments)))}}});Number.implement(d)})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(d,c){return((typeof d=="string")?new RegExp(d,c):d).test(this)},contains:function(d,c){return(c)?(c+this+c).indexOf(c+d+c)>-1:this.indexOf(d)>-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(b){return b.charAt(1).toUpperCase()})},hyphenate:function(){return this.replace(/[A-Z]/g,function(b){return("-"+b.charAt(0).toLowerCase())})},capitalize:function(){return this.replace(/\b[a-z]/g,function(b){return b.toUpperCase()})},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1")},toInt:function(b){return parseInt(this,b||10)},toFloat:function(){return parseFloat(this)},hexToRgb:function(c){var d=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(d)?d.slice(1).hexToRgb(c):null},rgbToHex:function(c){var d=this.match(/\d{1,3}/g);return(d)?d.rgbToHex(c):null},stripScripts:function(d){var e="";var f=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){e+=arguments[1]+"\n";return""});if(d===true){$exec(e)}else{if($type(d)=="function"){d(e,f)}}return f},substitute:function(d,c){return this.replace(c||(/\\?\{([^{}]+)\}/g),function(a,b){if(a.charAt(0)=="\\"){return a.slice(1)}return(d[b]!=undefined)?d[b]:""})}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(c){for(var d in this){if(this.hasOwnProperty(d)&&this[d]===c){return d}}return null},hasValue:function(b){return(Hash.keyOf(this,b)!==null)},extend:function(b){Hash.each(b||{},function(d,a){Hash.set(this,a,d)},this);return this},combine:function(b){Hash.each(b||{},function(d,a){Hash.include(this,a,d)},this);return this},erase:function(b){if(this.hasOwnProperty(b)){delete this[b]}return this},get:function(b){return(this.hasOwnProperty(b))?this[b]:null},set:function(d,c){if(!this[d]||this.hasOwnProperty(d)){this[d]=c}return this},empty:function(){Hash.each(this,function(c,d){delete this[d]},this);return this},include:function(d,c){if(this[d]==undefined){this[d]=c}return this},map:function(d,f){var e=new Hash;Hash.each(this,function(a,b){e.set(b,d.call(f,a,b,this))},this);return e},filter:function(d,f){var e=new Hash;Hash.each(this,function(a,b){if(d.call(f,a,b,this)){e.set(b,a)}},this);return e},every:function(d,f){for(var e in this){if(this.hasOwnProperty(e)&&!d.call(f,this[e],e)){return false}}return true},some:function(d,f){for(var e in this){if(this.hasOwnProperty(e)&&d.call(f,this[e],e)){return true}}return false},getKeys:function(){var b=[];Hash.each(this,function(d,a){b.push(a)});return b},getValues:function(){var b=[];Hash.each(this,function(a){b.push(a)});return b},toQueryString:function(d){var c=[];Hash.each(this,function(a,b){if(d){b=d+"["+b+"]"}var g;switch($type(a)){case"object":g=Hash.toQueryString(a,b);break;case"array":var h={};a.each(function(e,f){h[f]=e});g=Hash.toQueryString(h,b);break;default:g=b+"="+encodeURIComponent(a)}if(a!=undefined){c.push(g)}});return c.join("&")}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Event=new Native({name:"Event",initialize:function(z,u){u=u||window;var p=u.document;z=z||u.event;if(z.$extended){return z}this.$extended=true;var q=z.type;var t=z.target||z.srcElement;while(t&&t.nodeType==3){t=t.parentNode}if(q.test(/key/)){var y=z.which||z.keyCode;var n=Event.Keys.keyOf(y);if(q=="keydown"){var w=y-111;if(w>0&&w<13){n="f"+w}}n=n||String.fromCharCode(y).toLowerCase()}else{if(q.match(/(click|mouse|menu)/i)){p=(!p.compatMode||p.compatMode=="CSS1Compat")?p.html:p.body;var r={x:z.pageX||z.clientX+p.scrollLeft,y:z.pageY||z.clientY+p.scrollTop};var x={x:(z.pageX)?z.pageX-u.pageXOffset:z.clientX,y:(z.pageY)?z.pageY-u.pageYOffset:z.clientY};if(q.match(/DOMMouseScroll|mousewheel/)){var s=(z.wheelDelta)?z.wheelDelta/120:-(z.detail||0)/3}var v=(z.which==3)||(z.button==2);var o=null;if(q.match(/over|out/)){switch(q){case"mouseover":o=z.relatedTarget||z.fromElement;break;case"mouseout":o=z.relatedTarget||z.toElement}if(!(function(){while(o&&o.nodeType==3){o=o.parentNode}return true}).create({attempt:Browser.Engine.gecko})()){o=false}}}}return $extend(this,{event:z,type:q,page:r,client:x,rightClick:v,wheel:s,relatedTarget:o,target:t,code:y,key:n,shift:z.shiftKey,control:z.ctrlKey,alt:z.altKey,meta:z.metaKey})}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault()},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation()}else{this.event.cancelBubble=true}return this},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault()}else{this.event.returnValue=false}return this}});function Class(c){if(c instanceof Function){c={initialize:c}}var d=function(){Object.reset(this);if(d._prototyping){return this}this._current=$empty;var a=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return a}.extend(this);d.implement(c);d.constructor=Class;d.prototype.constructor=d;return d}Function.prototype.protect=function(){this._protected=true;return this};Object.reset=function(g,j){if(j==null){for(var h in g){Object.reset(g,h)}return g}delete g[j];switch($type(g[j])){case"object":var i=function(){};i.prototype=g[j];var f=new i;g[j]=Object.reset(f);break;case"array":g[j]=$unlink(g[j]);break}return g};new Native({name:"Class",initialize:Class}).extend({instantiate:function(c){c._prototyping=true;var d=new c;delete c._prototyping;return d},wrap:function(e,d,f){if(f._origin){f=f._origin}return function(){if(f._protected&&this._current==null){throw new Error('The method "'+d+'" cannot be called.')}var b=this.caller,a=this._current;this.caller=a;this._current=arguments.callee;var c=f.apply(this,arguments);this._current=a;this.caller=b;return c}.extend({_owner:e,_origin:f,_name:d})}});Class.implement({implement:function(h,k){if($type(h)=="object"){for(var j in h){this.implement(j,h[j])}return this}var i=Class.Mutators[h];if(i){k=i.call(this,k);if(k==null){return this}}var l=this.prototype;switch($type(k)){case"function":if(k._hidden){return this}l[h]=Class.wrap(this,h,k);break;case"object":var g=l[h];if($type(g)=="object"){$mixin(g,k)}else{l[h]=$unlink(k)}break;case"array":l[h]=$unlink(k);break;default:l[h]=k}return this}});Class.Mutators={Extends:function(b){this.parent=b;this.prototype=Class.instantiate(b);this.implement("parent",function(){var a=this.caller._name,d=this.caller._owner.parent.prototype[a];if(!d){throw new Error('The method "'+a+'" has no parent.')}return d.apply(this,arguments)}.protect())},Implements:function(b){$splat(b).each(function(a){if(a instanceof Function){a=Class.instantiate(a)}this.implement(a)},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(f,d,e){f=Events.removeOn(f);if(d!=$empty){this.$events[f]=this.$events[f]||[];this.$events[f].include(d);if(e){d.internal=true}}return this},addEvents:function(d){for(var c in d){this.addEvent(c,d[c])}return this},fireEvent:function(f,d,e){f=Events.removeOn(f);if(!this.$events||!this.$events[f]){return this}this.$events[f].each(function(a){a.create({bind:this,delay:e,"arguments":d})()},this);return this},removeEvent:function(c,d){c=Events.removeOn(c);if(!this.$events[c]){return this}if(!d.internal){this.$events[c].erase(d)}return this},removeEvents:function(h){var g;if($type(h)=="object"){for(g in h){this.removeEvent(g,h[g])}return this}if(h){h=Events.removeOn(h)}for(g in this.$events){if(h&&h!=g){continue}var e=this.$events[g];for(var f=e.length;f--;f){this.removeEvent(g,e[f])}}return this}});Events.removeOn=function(b){return b.replace(/^on([A-Z])/,function(a,d){return d.toLowerCase()})};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this}for(var b in this.options){if($type(this.options[b])!="function"||!(/^on[A-Z]/).test(b)){continue}this.addEvent(b,this.options[b]);delete this.options[b]}return this}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(e,d){var f=Element.Constructors.get(e);if(f){return f(d)}if(typeof e=="string"){return document.newElement(e,d)}return document.id(e).set(d)},afterImplement:function(d,c){Element.Prototype[d]=c;if(Array[d]){return}Elements.implement(d,function(){var j=[],a=true;for(var h=0,i=this.length;h<i;h++){var b=this[h][d].apply(this[h],arguments);j.push(b);if(a){a=($type(b)=="element")}}return(a)?new Elements(j):j})}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var i=Array.link(arguments,{properties:Object.type,iframe:$defined});var k=i.properties||{};var l=document.id(i.iframe);var j=k.onload||$empty;delete k.onload;k.id=k.name=$pick(k.id,k.name,l?(l.id||l.name):"IFrame_"+$time());l=new Element(l||"iframe",k);var g=function(){var b=$try(function(){return l.contentWindow.location.host});if(!b||b==window.location.host){var a=new Window(l.contentWindow);new Document(l.contentWindow.document);$extend(a.Element.prototype,Element.Prototype)}j.call(l.contentWindow,l.contentWindow.document)};var h=$try(function(){return l.contentWindow});((h&&h.document.body)||window.frames[k.id])?g():l.addListener("load",g);return l}});var Elements=new Native({initialize:function(k,h){h=$extend({ddup:true,cash:true},h);k=k||[];if(h.ddup||h.cash){var j={},l=[];for(var n=0,i=k.length;n<i;n++){var m=document.id(k[n],!h.cash);if(h.ddup){if(j[m.uid]){continue}j[m.uid]=true}l.push(m)}k=l}return(h.cash)?$extend(k,this):k}});Elements.implement({filter:function(d,c){if(!d){return this}return new Elements(Array.filter(this,(typeof d=="string")?function(a){return a.match(d)}:d,c))}});Document.implement({newElement:function(d,c){if(Browser.Engine.trident&&c){["name","type","checked"].each(function(a){if(!c[a]){return}d+=" "+a+'="'+c[a]+'"';if(a!="checked"){delete c[a]}});d="<"+d+">"}return document.id(this.createElement(d)).set(c)},newTextNode:function(b){return this.createTextNode(b)},getDocument:function(){return this},getWindow:function(){return this.window},id:(function(){var b={string:function(e,f,a){e=a.getElementById(e);return(e)?b.element(e,f):null},element:function(a,f){$uid(a);if(!f&&!a.$family&&!(/^object|embed$/i).test(a.tagName)){var h=Element.Prototype;for(var g in h){a[g]=h[g]}}return a},object:function(f,e,a){if(f.toElement){return b.element(f.toElement(a),e)}return null}};b.textnode=b.whitespace=b.window=b.document=$arguments(0);return function(h,f,g){if(h&&h.$family&&h.uid){return h}var a=$type(h);return(b[a])?b[a](h,f,g||document):null}})()});if(window.$==null){Window.implement({$:function(d,c){return document.id(d,c,this.document)}})}Window.implement({$$:function(h){if(arguments.length==1&&typeof h=="string"){return this.document.getElements(h)}var i=[];var l=Array.flatten(arguments);for(var k=0,g=l.length;k<g;k++){var j=l[k];switch($type(j)){case"element":i.push(j);break;case"string":i.extend(this.document.getElements(j,true))}}return new Elements(i)},getDocument:function(){return this.document},getWindow:function(){return this}});Native.implement([Element,Document],{getElement:function(d,c){return document.id(this.getElements(d,true)[0]||null,c)},getElements:function(f,g){f=f.split(",");var h=[];var e=(f.length>1);f.each(function(b){var a=this.getElementsByTagName(b.trim());(e)?h.extend(a):h=a},this);return new Elements(h,{ddup:e,cash:!g})}});(function(){var o={},q={};var n={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var t=function(a){return(q[a]||(q[a]={}))};var p=function(e,b){if(!e){return}var a=e.uid;if(Browser.Engine.trident){if(e.clearAttributes){var c=b&&e.cloneNode(false);e.clearAttributes();if(c){e.mergeAttributes(c)}}else{if(e.removeEvents){e.removeEvents()}}if((/object/i).test(e.tagName)){for(var d in e){if(typeof e[d]=="function"){e[d]=$empty}}Element.dispose(e)}}if(!a){return}o[a]=q[a]=null};var s=function(){Hash.each(o,p);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(p)}if(window.CollectGarbage){CollectGarbage()}o=q=null};var m=function(h,b,c,a,f,d){var g=h[c||b];var e=[];while(g){if(g.nodeType==1&&(!a||Element.match(g,a))){if(!f){return document.id(g,d)}e.push(g)}g=g[b]}return(f)?new Elements(e,{ddup:false,cash:!d}):null};var r={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var u=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var l=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];u=u.associate(u);Hash.extend(r,u);Hash.extend(r,l.associate(l.map(String.toLowerCase)));var v={before:function(a,b){if(b.parentNode){b.parentNode.insertBefore(a,b)}},after:function(a,b){if(!b.parentNode){return}var c=b.nextSibling;(c)?b.parentNode.insertBefore(a,c):b.parentNode.appendChild(a)},bottom:function(a,b){b.appendChild(a)},top:function(a,b){var c=b.firstChild;(c)?b.insertBefore(a,c):b.appendChild(a)}};v.inside=v.bottom;Hash.each(v,function(b,a){a=a.capitalize();Element.implement("inject"+a,function(c){b(this,document.id(c,true));return this});Element.implement("grab"+a,function(c){b(document.id(c,true),this);return this})});Element.implement({set:function(c,a){switch($type(c)){case"object":for(var d in c){this.set(d,c[d])}break;case"string":var b=Element.Properties.get(c);(b&&b.set)?b.set.apply(this,Array.slice(arguments,1)):this.setProperty(c,a)}return this},get:function(a){var b=Element.Properties.get(a);return(b&&b.get)?b.get.apply(this,Array.slice(arguments,1)):this.getProperty(a)},erase:function(a){var b=Element.Properties.get(a);(b&&b.erase)?b.erase.apply(this):this.removeProperty(a);return this},setProperty:function(a,c){var b=r[a];if(c==undefined){return this.removeProperty(a)}if(b&&u[a]){c=!!c}(b)?this[b]=c:this.setAttribute(a,""+c);return this},setProperties:function(b){for(var a in b){this.setProperty(a,b[a])}return this},getProperty:function(a){var b=r[a];var c=(b)?this[b]:this.getAttribute(a,2);return(u[a])?!!c:(b)?c:c||null},getProperties:function(){var a=$A(arguments);return a.map(this.getProperty,this).associate(a)},removeProperty:function(a){var b=r[a];(b)?this[b]=(b&&u[a])?false:"":this.removeAttribute(a);return this},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this},hasClass:function(a){return this.className.contains(a," ")},addClass:function(a){if(!this.hasClass(a)){this.className=(this.className+" "+a).clean()}return this},removeClass:function(a){this.className=this.className.replace(new RegExp("(^|\\s)"+a+"(?:\\s|$)"),"$1");return this},toggleClass:function(a){return this.hasClass(a)?this.removeClass(a):this.addClass(a)},adopt:function(){Array.flatten(arguments).each(function(a){a=document.id(a,true);if(a){this.appendChild(a)}},this);return this},appendText:function(a,b){return this.grab(this.getDocument().newTextNode(a),b)},grab:function(a,b){v[b||"bottom"](document.id(a,true),this);return this},inject:function(a,b){v[b||"bottom"](this,document.id(a,true));return this},replaces:function(a){a=document.id(a,true);a.parentNode.replaceChild(this,a);return this},wraps:function(a,b){a=document.id(a,true);return this.replaces(a).grab(a,b)},getPrevious:function(b,a){return m(this,"previousSibling",null,b,false,a)},getAllPrevious:function(b,a){return m(this,"previousSibling",null,b,true,a)},getNext:function(b,a){return m(this,"nextSibling",null,b,false,a)},getAllNext:function(b,a){return m(this,"nextSibling",null,b,true,a)},getFirst:function(b,a){return m(this,"nextSibling","firstChild",b,false,a)},getLast:function(b,a){return m(this,"previousSibling","lastChild",b,false,a)},getParent:function(b,a){return m(this,"parentNode",null,b,false,a)},getParents:function(b,a){return m(this,"parentNode",null,b,true,a)},getSiblings:function(b,a){return this.getParent().getChildren(b,a).erase(this)},getChildren:function(b,a){return m(this,"nextSibling","firstChild",b,true,a)},getWindow:function(){return this.ownerDocument.window},getDocument:function(){return this.ownerDocument},getElementById:function(c,d){var a=this.ownerDocument.getElementById(c);if(!a){return null}for(var b=a.parentNode;b!=this;b=b.parentNode){if(!b){return null}}return document.id(a,d)},getSelected:function(){return new Elements($A(this.options).filter(function(a){return a.selected}))},getComputedStyle:function(a){if(this.currentStyle){return this.currentStyle[a.camelCase()]}var b=this.getDocument().defaultView.getComputedStyle(this,null);return(b)?b.getPropertyValue([a.hyphenate()]):null},toQueryString:function(){var a=[];this.getElements("input, select, textarea",true).each(function(b){if(!b.name||b.disabled||b.type=="submit"||b.type=="reset"||b.type=="file"){return}var c=(b.tagName.toLowerCase()=="select")?Element.getSelected(b).map(function(d){return d.value}):((b.type=="radio"||b.type=="checkbox")&&!b.checked)?null:b.value;$splat(c).each(function(d){if(typeof d!="undefined"){a.push(b.name+"="+encodeURIComponent(d))}})});return a.join("&")},clone:function(f,b){f=f!==false;var c=this.cloneNode(f);var g=function(j,k){if(!b){j.removeAttribute("id")}if(Browser.Engine.trident){j.clearAttributes();j.mergeAttributes(k);j.removeAttribute("uid");if(j.options){var i=j.options,z=k.options;for(var y=i.length;y--;){i[y].selected=z[y].selected}}}var h=n[k.tagName.toLowerCase()];if(h&&k[h]){j[h]=k[h]}};if(f){var e=c.getElementsByTagName("*"),d=this.getElementsByTagName("*");for(var a=e.length;a--;){g(e[a],d[a])}}g(c,this);return document.id(c)},destroy:function(){Element.empty(this);Element.dispose(this);p(this,true);return null},empty:function(){$A(this.childNodes).each(function(a){Element.destroy(a)});return this},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this},hasChild:function(a){a=document.id(a,true);if(!a){return false}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(a.tagName)).contains(a)}return(this.contains)?(this!=a&&this.contains(a)):!!(this.compareDocumentPosition(a)&16)},match:function(a){return(!a||(a==this)||(Element.get(this,"tag")==a))}});Native.implement([Element,Window,Document],{addListener:function(c,d){if(c=="unload"){var b=d,a=this;d=function(){a.removeListener("unload",d);b()}}else{o[this.uid]=this}if(this.addEventListener){this.addEventListener(c,d,false)}else{this.attachEvent("on"+c,d)}return this},removeListener:function(a,b){if(this.removeEventListener){this.removeEventListener(a,b,false)}else{this.detachEvent("on"+a,b)}return this},retrieve:function(a,b){var c=t(this.uid),d=c[a];if(b!=undefined&&d==undefined){d=c[a]=b}return $pick(d)},store:function(a,b){var c=t(this.uid);c[a]=b;return this},eliminate:function(b){var a=t(this.uid);delete a[b];return this}});window.addListener("unload",s)})();Element.Properties=new Hash;Element.Properties.style={set:function(b){this.style.cssText=b},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 f=document.createElement("div");var e={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};e.thead=e.tfoot=e.tbody;var d={set:function(){var c=Array.flatten(arguments).join("");var b=Browser.Engine.trident&&e[this.get("tag")];if(b){var a=f;a.innerHTML=b[1]+c+b[2];for(var h=b[0];h--;){a=a.firstChild}this.empty().adopt(a.childNodes)}else{this.innerHTML=c}}};d.erase=d.set;return d})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText}var d=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var c=d.innerText;d.destroy();return c}}}Element.Properties.events={set:function(b){this.addEvents(b)}};Native.implement([Element,Window,Document],{addEvent:function(n,l){var k=this.retrieve("events",{});k[n]=k[n]||{keys:[],values:[]};if(k[n].keys.contains(l)){return this}k[n].keys.push(l);var m=n,r=Element.Events.get(n),p=l,j=this;if(r){if(r.onAdd){r.onAdd.call(this,l)}if(r.condition){p=function(a){if(r.condition.call(this,a)){return l.call(this,a)}return true}}m=r.base||m}var o=function(){return l.call(j)};var q=Element.NativeEvents[m];if(q){if(q==2){o=function(a){a=new Event(a,j.getWindow());if(p.call(j,a)===false){a.stop()}}}this.addListener(m,o)}k[n].values.push(o);return this},removeEvent:function(l,g){var h=this.retrieve("events");if(!h||!h[l]){return this}var i=h[l].keys.indexOf(g);if(i==-1){return this}h[l].keys.splice(i,1);var j=h[l].values.splice(i,1)[0];var k=Element.Events.get(l);if(k){if(k.onRemove){k.onRemove.call(this,g)}l=k.base||l}return(Element.NativeEvents[l])?this.removeListener(l,j):this},addEvents:function(d){for(var c in d){this.addEvent(c,d[c])}return this},removeEvents:function(e){var f;if($type(e)=="object"){for(f in e){this.removeEvent(f,e[f])}return this}var d=this.retrieve("events");if(!d){return this}if(!e){for(f in d){this.removeEvents(f)}this.eliminate("events")}else{if(d[e]){while(d[e].keys[0]){this.removeEvent(e,d[e].keys[0])}d[e]=null}}return this},fireEvent:function(g,e,f){var h=this.retrieve("events");if(!h||!h[g]){return this}h[g].keys.each(function(a){a.create({bind:this,delay:f,"arguments":e})()},this);return this},cloneEvents:function(g,f){g=document.id(g);var h=g.retrieve("events");if(!h){return this}if(!f){for(var e in h){this.cloneEvents(g,e)}}else{if(h[f]){h[f].keys.each(function(a){this.addEvent(f,a)},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 b=function(a){var d=a.relatedTarget;if(d==undefined){return true}if(d===false){return false}return($type(this)!="document"&&d!=this&&d.prefix!="xul"&&!this.hasChild(d))};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:b},mouseleave:{base:"mouseout",condition:b},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}})})();Element.Properties.styles={set:function(b){this.setStyles(b)}};Element.Properties.opacity={set:function(d,c){if(!c){if(d==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=(d==1)?"":"alpha(opacity="+d*100+")"}this.style.opacity=d;this.store("opacity",d)},get:function(){return this.retrieve("opacity",1)}};Element.implement({setOpacity:function(b){return this.set("opacity",b,true)},getOpacity:function(){return this.get("opacity")},setStyle:function(d,e){switch(d){case"opacity":return this.set("opacity",parseFloat(e));case"float":d=(Browser.Engine.trident)?"styleFloat":"cssFloat"}d=d.camelCase();if($type(e)!="string"){var f=(Element.Styles.get(d)||"@").split(" ");e=$splat(e).map(function(a,b){if(!f[b]){return""}return($type(a)=="number")?f[b].replace("@",Math.round(a)):a}).join(" ")}else{if(e==String(Number(e))){e=Math.round(e)}}this.style[d]=e;return this},getStyle:function(j){switch(j){case"opacity":return this.get("opacity");case"float":j=(Browser.Engine.trident)?"styleFloat":"cssFloat"}j=j.camelCase();var i=this.style[j];if(!$chk(i)){i=[];for(var k in Element.ShortStyles){if(j!=k){continue}for(var l in Element.ShortStyles[k]){i.push(this.getStyle(l))}return i.join(" ")}i=this.getComputedStyle(j)}if(i){i=String(i);var n=i.match(/rgba?\([\d\s,]+\)/);if(n){i=i.replace(n[0],n[0].rgbToHex())}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(i,10)))){if(j.test(/^(height|width)$/)){var h=(j=="width")?["left","right"]:["top","bottom"],m=0;h.each(function(a){m+=this.getStyle("border-"+a+"-width").toInt()+this.getStyle("padding-"+a).toInt()},this);return this["offset"+j.capitalize()]-m+"px"}if((Browser.Engine.presto)&&String(i).test("px")){return i}if(j.test(/(border(.+)Width|margin|padding)/)){return"0px"}}return i},setStyles:function(c){for(var d in c){this.setStyle(d,c[d])}return this},getStyles:function(){var b={};Array.flatten(arguments).each(function(a){b[a]=this.getStyle(a)},this);return b}});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(j){var k=Element.ShortStyles;var h=Element.Styles;["margin","padding"].each(function(b){var a=b+j;k[b][a]=h[a]="@px"});var l="border"+j;k.border[l]=h[l]="@px @ rgb(@, @, @)";var m=l+"Width",i=l+"Style",n=l+"Color";k[l]={};k.borderWidth[m]=k[l][m]=h[m]="@px";k.borderStyle[i]=k[l][i]=h[i]="@";k.borderColor[n]=k[l][n]=h[n]="rgb(@, @, @)"});(function(){Element.implement({scrollTo:function(b,a){if(h(this)){this.getWindow().scrollTo(b,a)}else{this.scrollLeft=b;this.scrollTop=a}return this},getSize:function(){if(h(this)){return this.getWindow().getSize()}return{x:this.offsetWidth,y:this.offsetHeight}},getScrollSize:function(){if(h(this)){return this.getWindow().getScrollSize()}return{x:this.scrollWidth,y:this.scrollHeight}},getScroll:function(){if(h(this)){return this.getWindow().getScroll()}return{x:this.scrollLeft,y:this.scrollTop}},getScrolls:function(){var a=this,b={x:0,y:0};while(a&&!h(a)){b.x+=a.scrollLeft;b.y+=a.scrollTop;a=a.parentNode}return b},getOffsetParent:function(){var a=this;if(h(a)){return null}if(!Browser.Engine.trident){return a.offsetParent}while((a=a.parentNode)&&!h(a)){if(m(a,"position")!="static"){return a}}return null},getOffsets:function(){if(this.getBoundingClientRect){var a=this.getBoundingClientRect(),c=document.id(this.getDocument().documentElement),e=c.getScroll(),g=(m(this,"position")=="fixed");return{x:parseInt(a.left,10)+((g)?0:e.x)-c.clientLeft,y:parseInt(a.top,10)+((g)?0:e.y)-c.clientTop}}var d=this,f={x:0,y:0};if(h(this)){return f}while(d&&!h(d)){f.x+=d.offsetLeft;f.y+=d.offsetTop;if(Browser.Engine.gecko){if(!k(d)){f.x+=n(d);f.y+=j(d)}var b=d.parentNode;if(b&&m(b,"overflow")!="visible"){f.x+=n(b);f.y+=j(b)}}else{if(d!=this&&Browser.Engine.webkit){f.x+=n(d);f.y+=j(d)}}d=d.offsetParent}if(Browser.Engine.gecko&&!k(this)){f.x-=n(this);f.y-=j(this)}return f},getPosition:function(b){if(h(this)){return{x:0,y:0}}var a=this.getOffsets(),d=this.getScrolls();var e={x:a.x-d.x,y:a.y-d.y};var c=(b&&(b=document.id(b)))?b.getPosition():{x:0,y:0};return{x:e.x-c.x,y:e.y-c.y}},getCoordinates:function(b){if(h(this)){return this.getWindow().getCoordinates()}var d=this.getPosition(b),c=this.getSize();var a={left:d.x,top:d.y,width:c.x,height:c.y};a.right=a.left+a.width;a.bottom=a.top+a.height;return a},computePosition:function(a){return{left:a.x-l(this,"margin-left"),top:a.y-l(this,"margin-top")}},setPosition:function(a){return this.setStyles(this.computePosition(a))}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var a=this.getWindow();return{x:a.innerWidth,y:a.innerHeight}}var b=i(this);return{x:b.clientWidth,y:b.clientHeight}},getScroll:function(){var a=this.getWindow(),b=i(this);return{x:a.pageXOffset||b.scrollLeft,y:a.pageYOffset||b.scrollTop}},getScrollSize:function(){var a=i(this),b=this.getSize();return{x:Math.max(a.scrollWidth,b.x),y:Math.max(a.scrollHeight,b.y)}},getPosition:function(){return{x:0,y:0}},getCoordinates:function(){var a=this.getSize();return{top:0,left:0,bottom:a.y,right:a.x,height:a.y,width:a.x}}});var m=Element.getComputedStyle;function l(b,a){return m(b,a).toInt()||0}function k(a){return m(a,"-moz-box-sizing")=="border-box"}function j(a){return l(a,"border-top-width")}function n(a){return l(a,"border-left-width")}function h(a){return(/^(?:body|html)$/i).test(a.tagName)}function i(b){var a=b.getDocument();return(!a.compatMode||a.compatMode=="CSS1Compat")?a.html:a.body}})();Element.alias("setPosition","position");Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y},getWidth:function(){return this.getSize().x},getScrollTop:function(){return this.getScroll().y},getScrollLeft:function(){return this.getScroll().x},getScrollHeight:function(){return this.getScrollSize().y},getScrollWidth:function(){return this.getScrollSize().x},getTop:function(){return this.getPosition().y},getLeft:function(){return this.getPosition().x}});Native.implement([Document,Element],{getElements:function(k,l){k=k.split(",");var p,n={};for(var o=0,i=k.length;o<i;o++){var j=k[o],m=Selectors.Utils.search(this,j,n);if(o!=0&&m.item){m=$A(m)}p=(o==0)?m:(p.item)?$A(p).concat(m):p.concat(m)}return new Elements(p,{ddup:(k.length>1),cash:!l})}});Element.implement({match:function(f){if(!f||(f==this)){return true}var i=Selectors.Utils.parseTagAndID(f);var g=i[0],h=i[1];if(!Selectors.Filters.byID(this,h)||!Selectors.Filters.byTag(this,g)){return false}var j=Selectors.Utils.parseSelector(f);return(j)?Selectors.Utils.filter(this,j,{}):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(d,f){if(!f){return true}var e=$uid(d);if(!f[e]){return f[e]=true}return false},parseNthArgument:function(a){if(Selectors.Cache.nth[a]){return Selectors.Cache.nth[a]}var j=a.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!j){return false}var b=parseInt(j[1],10);var k=(b||b===0)?b:1;var i=j[2]||false;var l=parseInt(j[3],10)||0;if(k!=0){l--;while(l<1){l+=k}while(l>=k){l-=k}}else{k=l;i="index"}switch(i){case"n":j={a:k,b:l,special:"n"};break;case"odd":j={a:2,b:0,special:"n"};break;case"even":j={a:2,b:1,special:"n"};break;case"first":j={a:0,special:"index"};break;case"last":j={special:"last-child"};break;case"only":j={special:"only-child"};break;default:j={a:(k-1),special:"index"}}return Selectors.Cache.nth[a]=j},parseSelector:function(p){if(Selectors.Cache.parsed[p]){return Selectors.Cache.parsed[p]}var q,m={classes:[],pseudos:[],attributes:[]};while((q=Selectors.RegExps.combined.exec(p))){var l=q[1],n=q[2],o=q[3],s=q[5],r=q[6],k=q[7];if(l){m.classes.push(l)}else{if(r){var t=Selectors.Pseudo.get(r);if(t){m.pseudos.push({parser:t,argument:k})}else{m.attributes.push({name:r,operator:"=",value:k})}}else{if(n){m.attributes.push({name:n,operator:o,value:s})}}}}if(!m.classes.length){delete m.classes}if(!m.attributes.length){delete m.attributes}if(!m.pseudos.length){delete m.pseudos}if(!m.classes&&!m.attributes&&!m.pseudos){m=null}return Selectors.Cache.parsed[p]=m},parseTagAndID:function(d){var e=d.match(Selectors.RegExps.tag);var f=d.match(Selectors.RegExps.id);return[(e)?e[1]:"*",(f)?f[1]:false]},filter:function(k,n,l){var m;if(n.classes){for(m=n.classes.length;m--;m){var j=n.classes[m];if(!Selectors.Filters.byClass(k,j)){return false}}}if(n.attributes){for(m=n.attributes.length;m--;m){var h=n.attributes[m];if(!Selectors.Filters.byAttribute(k,h.name,h.operator,h.value)){return false}}}if(n.pseudos){for(m=n.pseudos.length;m--;m){var i=n.pseudos[m];if(!Selectors.Filters.byPseudo(k,i.parser,i.argument,l)){return false}}}return true},getByTagAndID:function(e,f,g){if(g){var h=(e.getElementById)?e.getElementById(g,true):Element.getElementById(e,g,true);return(h&&Selectors.Filters.byTag(h,f))?[h]:[]}else{return e.getElementsByTagName(f)}},search:function(J,K,C){var Q=[];var P=K.trim().replace(Selectors.RegExps.splitter,function(a,b,c){Q.push(b);return":)"+c}).split(":)");var H,N,I;for(var i=0,m=P.length;i<m;i++){var j=P[i];if(i==0&&Selectors.RegExps.quick.test(j)){H=J.getElementsByTagName(j);continue}var R=Q[i-1];var F=Selectors.Utils.parseTagAndID(j);var G=F[0],E=F[1];if(i==0){H=Selectors.Utils.getByTagAndID(J,G,E)}else{var O={},L=[];for(var k=0,l=H.length;k<l;k++){L=Selectors.Getters[R](L,H[k],G,E,O)}H=L}var M=Selectors.Utils.parseSelector(j);if(M){N=[];for(var n=0,D=H.length;n<D;n++){I=H[n];if(Selectors.Utils.filter(I,M,C)){N.push(I)}}H=N}}return H}};Selectors.Getters={" ":function(k,l,i,r,n){var o=Selectors.Utils.getByTagAndID(l,i,r);for(var p=0,q=o.length;p<q;p++){var m=o[p];if(Selectors.Utils.chk(m,n)){k.push(m)}}return k},">":function(k,l,i,r,m){var p=Selectors.Utils.getByTagAndID(l,i,r);for(var n=0,o=p.length;n<o;n++){var q=p[n];if(q.parentNode==l&&Selectors.Utils.chk(q,m)){k.push(q)}}return k},"+":function(j,f,g,h,i){while((f=f.nextSibling)){if(f.nodeType==1){if(Selectors.Utils.chk(f,i)&&Selectors.Filters.byTag(f,g)&&Selectors.Filters.byID(f,h)){j.push(f)}break}}return j},"~":function(j,f,g,h,i){while((f=f.nextSibling)){if(f.nodeType==1){if(!Selectors.Utils.chk(f,i)){break}if(Selectors.Filters.byTag(f,g)&&Selectors.Filters.byID(f,h)){j.push(f)}}}return j}};Selectors.Filters={byTag:function(c,d){return(d=="*"||(c.tagName&&c.tagName.toLowerCase()==d))},byID:function(d,c){return(!c||(d.id&&d.id==c))},byClass:function(c,d){return(c.className&&c.className.contains(d," "))},byPseudo:function(f,g,h,e){return g.call(f,h,e)},byAttribute:function(j,i,f,h){var g=Element.prototype.getProperty.call(j,i);if(!g){return(f=="!=")}if(!f||h==undefined){return true}switch(f){case"=":return(g==h);case"*=":return(g.contains(h));case"^=":return(g.substr(0,h.length)==h);case"$=":return(g.substr(g.length-h.length)==h);case"!=":return(g!=h);case"~=":return g.contains(h," ");case"|=":return g.contains(h,"-")}return false}};Selectors.Pseudo=new Hash({checked:function(){return this.checked},empty:function(){return !(this.innerText||this.textContent||"").length},not:function(b){return !Element.match(this,b)},contains:function(b){return(this.innerText||this.textContent||"").contains(b)},"first-child":function(){return Selectors.Pseudo.index.call(this,0)},"last-child":function(){var b=this;while((b=b.nextSibling)){if(b.nodeType==1){return false}}return true},"only-child":function(){var c=this;while((c=c.previousSibling)){if(c.nodeType==1){return false}}var d=this;while((d=d.nextSibling)){if(d.nodeType==1){return false}}return true},"nth-child":function(j,l){j=(j==undefined)?"n":j;var n=Selectors.Utils.parseNthArgument(j);if(n.special!="n"){return Selectors.Pseudo[n.special].call(this,n.a,l)}var k=0;l.positions=l.positions||{};var m=$uid(this);if(!l.positions[m]){var h=this;while((h=h.previousSibling)){if(h.nodeType!=1){continue}k++;var i=l.positions[$uid(h)];if(i!=undefined){k=i+k;break}}l.positions[m]=k}return(l.positions[m]%n.a==n.b)},index:function(e){var d=this,f=0;while((d=d.previousSibling)){if(d.nodeType==1&&++f>e){return false}}return(f==e)},even:function(c,d){return Selectors.Pseudo["nth-child"].call(this,"2n+1",d)},odd:function(c,d){return Selectors.Pseudo["nth-child"].call(this,"2n",d)},selected:function(){return this.selected},enabled:function(){return(this.disabled===false)}});Element.Events.domready={onAdd:function(b){if(Browser.loaded){b.call(this)}}};(function(){var c=function(){if(Browser.loaded){return}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready")};if(Browser.Engine.trident){var d=document.createElement("div");(function(){($try(function(){d.doScroll();return document.id(d).inject(document.body).set("html","temp").dispose()}))?c():arguments.callee.delay(50)})()}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?c():arguments.callee.delay(50)})()}else{window.addEvent("load",c);document.addEvent("DOMContentLoaded",c)}}})();var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(b){return JSON.$specialChars[b]||"\\u00"+Math.floor(b.charCodeAt()/16).toString(16)+(b.charCodeAt()%16).toString(16)},encode:function(c){switch($type(c)){case"string":return'"'+c.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(c.map(JSON.encode).clean())+"]";case"object":case"hash":var d=[];Hash.each(c,function(a,b){var f=JSON.encode(a);if(f){d.push(JSON.encode(b)+":"+f)}});return"{"+d+"}";case"number":case"boolean":return String(c);case false:return"null"}return null},decode:function(string,secure){if($type(string)!="string"||!string.length){return null}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null}return eval("("+string+")")}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this)}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(c,d){this.key=c;this.setOptions(d)},write:function(c){c=encodeURIComponent(c);if(this.options.domain){c+="; domain="+this.options.domain}if(this.options.path){c+="; path="+this.options.path}if(this.options.duration){var d=new Date();d.setTime(d.getTime()+this.options.duration*24*60*60*1000);c+="; expires="+d.toGMTString()}if(this.options.secure){c+="; secure"}this.options.document.cookie=this.key+"="+c;return this},read:function(){var b=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(b)?decodeURIComponent(b[1]):null},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this}});Cookie.write=function(d,f,e){return new Cookie(d,e).write(f)};Cookie.read=function(b){return new Cookie(b).read()};Cookie.dispose=function(c,d){return new Cookie(c,d).dispose()};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object},initialize:function(o,n){this.instance="Swiff_"+$time();this.setOptions(n);n=this.options;var y=this.id=n.id||this.instance;var z=document.id(n.container);Swiff.CallBacks[this.instance]={};var v=n.params,t=n.vars,u=n.callBacks;var s=$extend({height:n.height,width:n.width},n.properties);var p=this;for(var w in u){Swiff.CallBacks[this.instance][w]=(function(a){return function(){return a.apply(p.object,arguments)}})(u[w]);t[w]="Swiff.CallBacks."+this.instance+"."+w}v.flashVars=Hash.toQueryString(t);if(Browser.Engine.trident){s.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";v.movie=o}else{s.type="application/x-shockwave-flash";s.data=o}var q='<object id="'+y+'"';for(var r in s){q+=" "+r+'="'+s[r]+'"'}q+=">";for(var x in v){if(v[x]){q+='<param name="'+x+'" value="'+v[x]+'" />'}}q+="</object>";this.object=((z)?z.empty():new Element("div")).set("html",q).firstChild},replaces:function(b){b=document.id(b,true);b.parentNode.replaceChild(this.toElement(),b);return this},inject:function(b){document.id(b,true).appendChild(this.toElement());return this},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments))}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs)};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(d){this.subject=this.subject||this;this.setOptions(d);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var c=this.options.wait;if(c===false){this.options.link="cancel"}},getTransition:function(){return function(b){return -(Math.cos(Math.PI*b)-1)/2}},step:function(){var d=$time();if(d<this.time+this.options.duration){var c=this.transition((d-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,c))}else{this.set(this.compute(this.from,this.to,1));this.complete()}},set:function(b){return b},compute:function(f,d,e){return Fx.compute(f,d,e)},check:function(){if(!this.timer){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false}return false},start:function(c,d){if(!this.check(c,d)){return this}this.from=c;this.to=d;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(f,d,e){return(d-f)*e+f};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(i,h,f){f=$splat(f);var j=f[1];if(!$chk(j)){f[1]=f[0];f[0]=i.getStyle(h)}var g=f.map(this.parse);return{from:g[0],to:g[1]}},parse:function(b){b=$lambda(b)();b=(typeof b=="string")?b.split(" "):$splat(b);return b.map(function(d){d=String(d);var a=false;Fx.CSS.Parsers.each(function(c,g){if(a){return}var h=c.parse(d);if($chk(h)){a={value:h,parser:c}}});a=a||{value:d,parser:Fx.CSS.Parsers.String};return a})},compute:function(g,h,e){var f=[];(Math.min(g.length,h.length)).times(function(a){f.push({value:g[a].parser.compute(g[a].value,h[a].value,e),parser:g[a].parser})});f.$family={name:"fx:css:value"};return f},serve:function(f,d){if($type(f)!="fx:css:value"){f=this.parse(f)}var e=[];f.each(function(a){e=e.concat(a.parser.serve(a.value,d))});return e},render:function(f,g,h,e){f.setStyle(g,this.serve(h,e))},search:function(d){if(Fx.CSS.Cache[d]){return Fx.CSS.Cache[d]}var c={};Array.each(document.styleSheets,function(b,g){var h=b.href;if(h&&h.contains("://")&&!h.contains(document.domain)){return}var a=b.rules||b.cssRules;Array.each(a,function(e,i){if(!e.style){return}var f=(e.selectorText)?e.selectorText.replace(/^\w+/,function(j){return j.toLowerCase()}):null;if(!f||!f.test("^"+d+"$")){return}Element.Styles.each(function(j,l){if(!e.style[l]||Element.ShortStyles[l]){return}j=String(e.style[l]);c[l]=(j.test(/^rgb/))?j.rgbToHex():j})})});return Fx.CSS.Cache[d]=c}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(b){if(b.match(/^#[0-9a-f]{3,6}$/i)){return b.hexToRgb(true)}return((b=b.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[b[1],b[2],b[3]]:false},compute:function(f,d,e){return f.map(function(a,b){return Math.round(Fx.compute(f[b],d[b],e))})},serve:function(b){return b.map(Number)}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(c,d){return(d)?c+d:c}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(c,d){this.element=this.subject=document.id(c);this.parent(d)},set:function(c,d){if(arguments.length==1){d=c;c=this.property||this.options.property}this.render(this.element,c,d,this.options.unit);return this},start:function(j,h,i){if(!this.check(j,h,i)){return this}var f=Array.flatten(arguments);this.property=this.options.property||f.shift();var g=this.prepare(this.element,this.property,f);return this.parent(g.from,g.to)}});Element.Properties.tween={set:function(d){var c=this.retrieve("tween");if(c){c.cancel()}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},d))},get:function(b){if(b||!this.retrieve("tween")){if(b||!this.retrieve("tween:options")){this.set("tween",b)}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")))}return this.retrieve("tween")}};Element.implement({tween:function(e,f,d){this.get("tween").start(arguments);return this},fade:function(j){var h=this.get("tween"),i="opacity",g;j=$pick(j,"toggle");switch(j){case"in":h.start(i,1);break;case"out":h.start(i,0);break;case"show":h.set(i,1);break;case"hide":h.set(i,0);break;case"toggle":var f=this.retrieve("fade:flag",this.get("opacity")==1);h.start(i,(f)?0:1);this.store("fade:flag",!f);g=true;break;default:h.start(i,arguments)}if(!g){this.eliminate("fade:flag")}return this},highlight:function(f,e){if(!e){e=this.retrieve("highlight:original",this.getStyle("background-color"));e=(e=="transparent")?"#fff":e}var d=this.get("tween");d.start("background-color",f||"#ffff88",e).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));d.callChain()}.bind(this));return this}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(c,d){this.element=this.subject=document.id(c);this.parent(d)},set:function(d){if(typeof d=="string"){d=this.search(d)}for(var c in d){this.render(this.element,c,d[c],this.options.unit)}return this},compute:function(h,i,j){var g={};for(var f in h){g[f]=this.parent(h[f],i[f],j)}return g},start:function(f){if(!this.check(f)){return this}if(typeof f=="string"){f=this.search(f)}var h={},i={};for(var j in f){var g=this.prepare(this.element,j,f[j]);h[j]=g.from;i[j]=g.to}return this.parent(h,i)}});Element.Properties.morph={set:function(d){var c=this.retrieve("morph");if(c){c.cancel()}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},d))},get:function(b){if(b||!this.retrieve("morph")){if(b||!this.retrieve("morph:options")){this.set("morph",b)}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")))}return this.retrieve("morph")}};Element.implement({morph:function(b){this.get("morph").start(b);return this}});Fx.implement({getTransition:function(){var d=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof d=="string"){var c=d.split(":");d=Fx.Transitions;d=d[c[0]]||d[c[0].capitalize()];if(c[1]){d=d["ease"+c[1].capitalize()+(c[2]?c[2].capitalize():"")]}}return d}});Fx.Transition=function(c,d){d=$splat(d);return $extend(c,{easeIn:function(a){return c(a,d)},easeOut:function(a){return 1-c(1-a,d)},easeInOut:function(a){return(a<=0.5)?c(2*a,d)/2:(2-c(2*(1-a),d))/2}})};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(d){for(var c in d){Fx.Transitions[c]=new Fx.Transition(d[c])}};Fx.Transitions.extend({Pow:function(c,d){return Math.pow(c,d[0]||6)},Expo:function(b){return Math.pow(2,8*(b-1))},Circ:function(b){return 1-Math.sin(Math.acos(b))},Sine:function(b){return 1-Math.sin((1-b)*Math.PI/2)},Back:function(c,d){d=d[0]||1.618;return Math.pow(c,2)*((d+1)*c-d)},Bounce:function(a){var b;for(var g=0,h=1;1;g+=h,h/=2){if(a>=(7-4*g)/11){b=h*h-Math.pow((11-6*g-11*a)/4,2);break}}return b},Elastic:function(c,d){return Math.pow(2,10*--c)*Math.cos(20*c*Math.PI*(d[0]||1)/3)}});["Quad","Cubic","Quart","Quint"].each(function(c,d){Fx.Transitions[c]=new Fx.Transition(function(a){return Math.pow(a,[d+2])})});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false,noCache:false},initialize:function(b){this.xhr=new Browser.Request();this.setOptions(b);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers)},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status}.bind(this));this.xhr.onreadystatechange=$empty;if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml)}else{this.response={text:null,xml:null};this.failure()}},isSuccess:function(){return((this.status>=200)&&(this.status<300))},processScripts:function(b){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(b)}return b.stripScripts(this.options.evalScripts)},success:function(c,d){this.onSuccess(this.processScripts(c),d)},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain()},failure:function(){this.onFailure()},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr)},setHeader:function(d,c){this.headers.set(d,c);return this},getHeader:function(b){return $try(function(){return this.xhr.getResponseHeader(b)}.bind(this))},check:function(){if(!this.running){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));return false}return false},send:function(l){if(!this.check(l)){return this}this.running=true;var n=$type(l);if(n=="string"||n=="element"){l={data:l}}var s=this.options;l=$extend({data:s.data,url:s.url,method:s.method},l);var p=l.data,u=l.url,v=l.method.toLowerCase();switch($type(p)){case"element":p=document.id(p).toQueryString();break;case"object":case"hash":p=Hash.toQueryString(p)}if(this.options.format){var m="format="+this.options.format;p=(p)?m+"&"+p:m}if(this.options.emulation&&!["get","post"].contains(v)){var o="_method="+v;p=(p)?o+"&"+p:o;v="post"}if(this.options.urlEncoded&&v=="post"){var t=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+t)}if(this.options.noCache){var q="noCache="+new Date().getTime();p=(p)?q+"&"+p:q}var r=u.lastIndexOf("/");if(r>-1&&(r=u.indexOf("#"))>-1){u=u.substr(0,r)}if(p&&v=="get"){u=u+(u.contains("?")?"&":"?")+p;p=null}this.xhr.open(v.toUpperCase(),u,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(a,b){try{this.xhr.setRequestHeader(b,a)}catch(c){this.fireEvent("exception",[b,a])}},this);this.fireEvent("request");this.xhr.send(p);if(!this.options.async){this.onStateChange()}return this},cancel:function(){if(!this.running){return this}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this}});(function(){var b={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(a){b[a]=function(){var d=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(d,{method:a}))}});Request.implement(b)})();Element.Properties.send={set:function(d){var c=this.retrieve("send");if(c){c.cancel()}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},d))},get:function(b){if(b||!this.retrieve("send")){if(b||!this.retrieve("send:options")){this.set("send",b)}this.store("send",new Request(this.retrieve("send:options")))}return this.retrieve("send")}};Element.implement({send:function(d){var c=this.get("send");c.send({data:this,url:d||c.options.url});return this}});Request.HTML=new Class({Extends:Request,options:{update:false,append:false,evalScripts:true,filter:false},processHTML:function(f){var d=f.match(/<body[^>]*>([\s\S]*?)<\/body>/i);f=(d)?d[1]:f;var e=new Element("div");return $try(function(){var j="<root>"+f+"</root>",b;if(Browser.Engine.trident){b=new ActiveXObject("Microsoft.XMLDOM");b.async=false;b.loadXML(j)}else{b=new DOMParser().parseFromString(j,"text/xml")}j=b.getElementsByTagName("root")[0];if(!j){return null}for(var c=0,i=j.childNodes.length;c<i;c++){var a=Element.clone(j.childNodes[c],true,true);if(a){e.grab(a)}}return e})||e.set("html",f)},success:function(g){var h=this.options,e=this.response;e.html=g.stripScripts(function(a){e.javascript=a});var f=this.processHTML(e.html);e.tree=f.childNodes;e.elements=f.getElements("*");if(h.filter){e.tree=e.elements.filter(h.filter)}if(h.update){document.id(h.update).empty().set("html",e.html)}else{if(h.append){document.id(h.append).adopt(f.getChildren())}}if(h.evalScripts){$exec(e.javascript)}this.onSuccess(e.tree,e.elements,e.html,e.javascript)}});Element.Properties.load={set:function(d){var c=this.retrieve("load");if(c){c.cancel()}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},d))},get:function(b){if(b||!this.retrieve("load")){if(b||!this.retrieve("load:options")){this.set("load",b)}this.store("load",new Request.HTML(this.retrieve("load:options")))}return this.retrieve("load")}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(b){this.parent(b);this.headers.extend({Accept:"application/json","X-Request":"JSON"})},success:function(b){this.response.json=JSON.decode(b,this.options.secure);this.onSuccess(this.response.json,b)}});MooTools.More={version:"1.2.3.1"};Element.implement({tidy:function(){this.set("value",this.get("value").tidy())},getTextInRange:function(c,d){return this.get("value").substring(c,d)},getSelectedText:function(){if(this.setSelectionRange){return this.getTextInRange(this.getSelectionStart(),this.getSelectionEnd())}return document.selection.createRange().text},getSelectedRange:function(){if($defined(this.selectionStart)){return{start:this.selectionStart,end:this.selectionEnd}}var h={start:0,end:0};var g=this.getDocument().selection.createRange();if(!g||g.parentElement()!=this){return h}var j=g.duplicate();if(this.type=="text"){h.start=0-j.moveStart("character",-100000);h.end=h.start+g.text.length}else{var f=this.get("value");var i=f.length-f.match(/[\n\r]*$/)[0].length;j.moveToElementText(this);j.setEndPoint("StartToEnd",g);h.end=i-j.text.length;j.setEndPoint("StartToStart",g);h.start=i-j.text.length}return h},getSelectionStart:function(){return this.getSelectedRange().start},getSelectionEnd:function(){return this.getSelectedRange().end},setCaretPosition:function(b){if(b=="end"){b=this.get("value").length}this.selectRange(b,b);return this},getCaretPosition:function(){return this.getSelectedRange().start},selectRange:function(h,g){if(this.setSelectionRange){this.focus();this.setSelectionRange(h,g)}else{var j=this.get("value");var i=j.substr(h,g-h).replace(/\r/g,"").length;h=j.substr(0,h).replace(/\r/g,"").length;var f=this.createTextRange();f.collapse(true);f.moveEnd("character",h+i);f.moveStart("character",h);f.select()}return this},insertAtCursor:function(e,f){var g=this.getSelectedRange();var h=this.get("value");this.set("value",h.substring(0,g.start)+e+h.substring(g.end,h.length));if($pick(f,true)){this.selectRange(g.start,g.start+e.length)}else{this.setCaretPosition(g.start+e.length)}return this},insertAroundCursor:function(h,i){h=$extend({before:"",defaultMiddle:"",after:""},h);var n=this.getSelectedText()||h.defaultMiddle;var j=this.getSelectedRange();var k=this.get("value");if(j.start==j.end){this.set("value",k.substring(0,j.start)+h.before+n+h.after+k.substring(j.end,k.length));this.selectRange(j.start+h.before.length,j.end+h.before.length+n.length)}else{var m=k.substring(j.start,j.end);this.set("value",k.substring(0,j.start)+h.before+m+h.after+k.substring(j.end,k.length));var l=j.start+h.before.length;if($pick(i,true)){this.selectRange(l,l+m.length)}else{this.setCaretPosition(l+k.length)}}return this}});Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(c,d){this.elements=this.subject=$$(c);this.parent(d)},compute:function(l,k,i){var p={};for(var o in l){var r=l[o],n=k[o],m=p[o]={};for(var q in r){m[q]=this.parent(r[q],n[q],i)}}return p},set:function(e){for(var h in e){var f=e[h];for(var g in f){this.render(this.elements[h],g,f[g],this.options.unit)}}return this},start:function(p){if(!this.check(p)){return this}var k={},i={};for(var o in p){var m=p[o],r=k[o]={},l=i[o]={};for(var q in m){var n=this.prepare(this.elements[o],q,m[q]);r[q]=n.from;l[q]=n.to}}return this.parent(k,i)}});Fx.Slide=new Class({Extends:Fx,options:{mode:"vertical"},initialize:function(d,e){this.addEvent("complete",function(){this.open=(this.wrapper["offset"+this.layout.capitalize()]!=0);if(this.open&&Browser.Engine.webkit419){this.element.dispose().inject(this.wrapper)}},true);this.element=this.subject=document.id(d);this.parent(e);var f=this.element.retrieve("wrapper");this.wrapper=f||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(b){this.element.setStyle(this.margin,b[0]);this.wrapper.setStyle(this.layout,b[1]);return this},compute:function(f,d,e){return[0,1].map(function(a){return Fx.compute(f[a],d[a],e)})},start:function(h,l){if(!this.check(h,l)){return this}this[l||this.options.mode]();var m=this.element.getStyle(this.margin).toInt();var n=this.wrapper.getStyle(this.layout).toInt();var i=[[m,n],[0,this.offset]];var j=[[m,n],[-this.offset,0]];var k;switch(h){case"in":k=i;break;case"out":k=j;break;case"toggle":k=(n==0)?i:j}return this.parent(k[0],k[1])},slideIn:function(b){return this.start("in",b)},slideOut:function(b){return this.start("out",b)},hide:function(b){this[b||this.options.mode]();this.open=false;return this.set([-this.offset,0])},show:function(b){this[b||this.options.mode]();this.open=true;return this.set([0,this.offset])},toggle:function(b){return this.start("toggle",b)}});Element.Properties.slide={set:function(c){var d=this.retrieve("slide");if(d){d.cancel()}return this.eliminate("slide").store("slide:options",$extend({link:"cancel"},c))},get:function(b){if(b||!this.retrieve("slide")){if(b||!this.retrieve("slide:options")){this.set("slide",b)}this.store("slide",new Fx.Slide(this,this.retrieve("slide:options")))}return this.retrieve("slide")}};Element.implement({slide:function(i,h){i=i||"toggle";var f=this.get("slide"),g;switch(i){case"hide":f.hide(h);break;case"show":f.show(h);break;case"toggle":var j=this.retrieve("slide:flag",f.open);f[j?"slideOut":"slideIn"](h);this.store("slide:flag",!j);g=true;break;default:f.start(i,h)}if(!g){this.eliminate("slide:flag")}return this}});function absolutize(a){if(a.substr(0,1)!="/"&&a.substr(0,7)!="http://"){a="/"+a}return a}function filterListen(){$("suchbegriff").value="";$("suchbegriff").setStyles({color:"#000000"});$("infobubble").fade("out")}function filterMute(){if($("suchbegriff").get("value")==""){$("suchbegriff").value="Name der/des Kandidierenden hier eingeben";$("suchbegriff").setStyles({color:"#b2b2b2"})}}function init(){var a=$(document.body).get("class");if(a=="start"){$("filterbutton").setStyle("left",-10000);var c=$("infobubble");if(c.getStyle("visibility")=="hidden"){c.setStyle("visibility","visible");c.setStyle("opacity",0)}c.fade("toggle");$("suchbegriff").set("class","live");$("suchbegriff").addEvent("focus",filterListen);$("suchbegriff").addEvent("blur",filterMute)}if($("user")){$("user").addEvent("focus",userClear);$("user").addEvent("blur",userDefault)}if($("openid")){$("openid").addEvent("focus",openIdClear);$("openid").addEvent("blur",openIdDefault)}if($("tologin-gruene")){$("tologin-gruene").addEvent("click",enableLoginForm)}if($("tologin-openid")){$("tologin-openid").addEvent("click",enableOpenIdForm)}if($("commentarea")){$("commentarea").addEvent("keyup",checkLength);$("commentarea").addEvent("focus",checkLength)}if($("openidinput")){var d=new Fx.Slide("openidinput");d.slideOut()}if($("mapover")){$("mapover").addEvent("mouseout",mapOut)}if($("bezirkskandidatinnen")){$("bezirkskandidatinnen").setStyle("display","none");var b=1;for(b=1;b<=23;b++){var e="bezkand-"+b;if($(e)){$(e).setStyle("display","none")}}}return}function mischen(){}function userClear(){currentVal=$("user").get("value");if(currentVal=="Username"){$("user").value=""}}function openIdClear(){currentVal=$("openid").get("value");if(currentVal=="Open-ID"){$("openid").value=""}}function userDefault(){currentVal=$("user").get("value");if(currentVal==""){$("user").value="Username"}}function openIdDefault(){currentVal=$("openid").get("value");if(currentVal==""){$("openid").value="Open-ID"}}function enableLoginForm(b){b.stop();var a=new Fx.Slide("loginput");a.slideIn();return false}function enableOpenIdForm(b){b.stop();var a=new Fx.Slide("openidinput");a.slideIn();return false}function enableFacebookForm(){var a=new Fx.Slide("openidinput");a.slideOut();return false}var lastBezirk=0;function mapOver(a){$("mapover").set("class","b"+a)}function mapOut(){if(lastBezirk>0){$("mapover").set("class","b"+lastBezirk)}}function mapClick(b){$("bezirkskandidatinnen").setStyle("display","block");$("bezirkskandidatinnen").setStyle("clear","both");lastBezirk=b;$("mapover").set("class","b"+b);var a=1;for(a=1;a<=23;a++){var c="bezkand-"+a;if($(c)&&a==b){$(c).setStyle("display","block")}else{if($(c)){$(c).setStyle("display","none")}}}return false}var SEARCH_DELAY=500;var delayedSearchTimer=null;function el(a){var b=document.getElementsByName(a);if(b.length>0){return b[0]}return null}function ajaxSearch(){delayedSearchTimer=null;document.getElementById("search_throbber").style.display="block";try{var b={};b["s[m]"]=el("s[m]").checked?1:0;b["s[f]"]=el("s[f]").checked?1:0;b["s[age]"]=el("s[age]").options[el("s[age]").selectedIndex].value;b["s[th]"]=el("s[th]").options[el("s[th]").selectedIndex].value;b["s[pl]"]=el("s[pl]").options[el("s[pl]").selectedIndex].value;b["s[key]"]=el("s[key]").value;b.search=1;var a=new Request({method:"get",url:absolutize($("ajax_search_url").value),data:b,onComplete:function(d){document.getElementById("startcontent").innerHTML=d?d:"";document.getElementById("search_throbber").style.display="none"}}).send()}catch(c){alert(c);return true}return false}var lastKeyword="";function onKeywordKeyUp(){onKeywordChange()}function onKeywordChange(){var a=$("suchbegriff").value;if(a=="Name der/des Kandidierenden hier eingeben"){a=""}if(a!=lastKeyword){autoSearch()}lastKeyword=a}function autoSearch(a){if(delayedSearchTimer){clearTimeout(delayedSearchTimer)}if(a){delayedSearchTimer=setTimeout("ajaxSearch()",10)}else{delayedSearchTimer=setTimeout("ajaxSearch()",SEARCH_DELAY)}}function remix(){delayedSearchTimer=null;document.getElementById("search_throbber").style.display="block";try{var a=new Request({method:"get",url:absolutize($("ajax_remix_url").value),onComplete:function(c){document.getElementById("randomsearch").innerHTML=c?c:"";document.getElementById("search_throbber").style.display="none"}}).send()}catch(b){return true}return false}function checkLength(){var a="commentarea";max_length=350;if($(a).value.length>=max_length){$(a).value=$(a).value.substring(0,max_length);$("zaehler").set("text","0")}else{$("zaehler").set("text","noch "+(max_length-$(a).value.length))}}Slider=function(a){this.conf=a};Slider.prototype.init=function(){this.slide_container=$(this.conf.slide_container_id);this.cur_page=this.conf.cur_page;this.max_page=Math.ceil(this.conf.item_count/this.conf.items_per_page)-1;this.attachButtonEvents();var b=$(this.conf.slide_container_id);var c=b.getElementsByTagName("a");var a=this.cur_page*this.conf.items_per_page;for(var d=0;d<c.length;d++){this.prepareInitialItemLink(c[d],d+a)}};Slider.prototype.attachButtonEvents=function(){if($(this.conf.prev_link_id)){$(this.conf.prev_link_id).addEvent("click",this.onPrevClick.bind(this))}if($(this.conf.next_link_id)){$(this.conf.next_link_id).addEvent("click",this.onNextClick.bind(this))}};Slider.prototype.prepareInitialItemLink=function(a,i){$(a).addEvent("click",function(ev){ev.stop();this.fetchItems(function(){eval(this.conf.item_click_func+"("+i+")")}.bind(this))}.bind(this))};Slider.prototype.onPrevClick=function(a){a.stop();if(this.req){return}if(!this.itemsFetched){this.fetchItems(this.doPrev.bind(this))}else{this.doPrev()}};Slider.prototype.doPrev=function(){if(!this.items||this.fx){return}var a=this.cur_page-1;if(this.conf&&a<0){a=this.max_page}if(a!=this.cur_page&&a>=0){this.slide(this.pageToOffset(this.cur_page),this.pageToOffset(a));this.cur_page=a}};Slider.prototype.onNextClick=function(a){a.stop();if(this.req){return}if(!this.itemsFetched){this.fetchItems(this.doNext.bind(this))}else{this.doNext()}};Slider.prototype.doNext=function(){if(!this.items||this.fx){return}var a=this.cur_page+1;if(this.conf.cycle_items&&a>this.max_page){a=0}if(a!=this.cur_page&&a<=this.max_page){this.slide(this.pageToOffset(this.cur_page),this.pageToOffset(a));this.cur_page=a}};Slider.prototype.pageToOffset=function(a){return a*this.conf.page_width};Slider.prototype.slide=function(b,a){this.fx=new Fx({duration:1000});this.fx.set=function(c){this.slide_container.setStyle("left",Math.round(c))}.bind(this);this.fx.addEvent("complete",function(){this.onSlideComplete()}.bind(this));this.fx.start(-b,-a)};Slider.prototype.onSlideComplete=function(){this.fx=null;this.rerenderButtons()};Slider.prototype.rerenderButtons=function(){arr=[];if(this.cur_page>0){var a='<a title="Videos zur&uuml;ckbl&auml;ttern" href="#" class="prev" id="'+this.conf.prev_link_id+'">Zur&uuml;ck</a>';arr.push(a)}if(this.cur_page<this.max_page){var a='<a title="Videos weiterbl&auml;ttern" href="#" class="next" id="'+this.conf.next_link_id+'">Weiter</a>';arr.push(a)}$(this.conf.pager_container_id).innerHTML=arr.join(" | ");this.attachButtonEvents()};Slider.prototype.fetchItems=function(a){if(this.itemsFetched){return}this.showThrobber(true);this.req=new Request({method:"get",url:absolutize(this.conf.items_url),onComplete:function(b){this.onItemsArrived(b);a()}.bind(this)}).send()};Slider.prototype.onItemsArrived=function(response){this.req=null;var items;var str="items = "+response;try{eval(str)}catch(e){}this.items=items;var arr=[];for(var i=0;i<items.length;i++){var item=items[i];var html='<li><a href="'+item.url+'" onclick="'+this.conf.item_click_func+"("+i+'); return false"><img alt="'+item.title+'" src="'+item.src+'" />'+(item.dur?"<em>"+item.dur+" </em>":"")+item.title+"</a></li>";if(i>0&&i%this.conf.items_per_page==0){arr.push("</ul><ul>")}arr.push(html)}var cont=$(this.conf.slide_container_id);cont.innerHTML="<ul>"+arr.join("")+"</ul>";cont.setStyle("left",-this.pageToOffset(this.cur_page));this.itemsFetched=true;this.showThrobber(false)};Slider.prototype.showThrobber=function(a){if(!this.conf.throbber_id){return}$(this.conf.throbber_id).setStyle("display",a?"block":"none")};var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),hasClass:function(a,b){return RegExp("(?:^|\\s)"+b+"(?=\\s|$)").test(a.className)},quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textDecoration:function(a,b){if(!b){b=this.getStyle(a)}var e={underline:null,overline:null,"line-through":null};for(var f=a;f.parentNode&&f.parentNode.nodeType==1;){var c=true;for(var d in e){if(!R(e,d)||e[d]){continue}if(b.get("textDecoration").indexOf(d)!=-1){e[d]=b.get("color")}c=false}if(c){break}b=this.getStyle(f=f.parentNode)}return e},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(b,d,c){if(a[d.get("display")]){return b}if(!c.previousSibling){b=b.replace(/^\s+/,"")}if(!c.nextSibling){b=b.replace(/\s+$/,"")}return b}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen")}function g(p,m){if(!O.recognizesMedia(m||"all")){return true}if(!p||p.disabled){return false}try{var l=p.cssRules,n;if(l){search:for(var j=0,k=l.length;n=l[j],j<k;++j){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function h(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=d[k];++k){if(!b(j)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(j){if(c){j()}else{a.push(j)}}})();function I(a){var b=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var c=b.bbox.split(/\s+/);var d={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!j||d>j){j=d}c.push(d)}if(e<h){e=h}if(e>j){e=j}c.sort(function(l,k){return(i?(l>e&&k>e)?l<k:l>k:(l<e&&k<e)?l>k:l<k)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this)}function a(e){c(this)}function c(e){setTimeout(function(){P.replace(e,Y.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var e={},c,a;for(var b=0,d=arguments.length;c=arguments[b],b<d;++b){for(a in c){if(R(c,a)){e[a]=c[a]}}}return e}function N(m,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](m,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j)}}return g}function Q(b,d){var c=O.getStyle(F(b,d)).extend(d);var a=Z(b,c),i,f,g,h,e;for(i=b.firstChild;i;i=g){f=i.nodeType;g=i.nextSibling;if(f==3){if(h){h.appendData(i.data);b.removeChild(i)}else{h=i}if(g){continue}}if(h){b.replaceChild(N(a,O.whiteSpace(h.data,c,h),c,d,i,b),h);h=null}if(f==1&&i.firstChild){if(O.hasClass(i,"cufon")){B[d.engine](a,null,c,d,i,b)}else{arguments.callee(i,d)}}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textShadow:"none"};var L={words:/[^\S\u00a0]+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(aF,aC,a,aK,au,aD){var a3=(aC===null);if(a3){aC=au.alt}var az=aF.viewBox;var a1=a.getSize("fontSize",aF.baseSize);var c=a.get("letterSpacing");c=(c=="normal")?0:a1.convertFrom(parseInt(c,10));var aw=0,b=0,d=0,aG=0;var aB=aK.textShadow,f=[];if(aB){for(var aH=aB.length;aH--;){var aq=aB[aH];var x=a1.convertFrom(parseFloat(aq.offX));var an=a1.convertFrom(parseFloat(aq.offY));f[aH]=[x,an];if(an<aw){aw=an}if(x>b){b=x}if(an>d){d=an}if(x<aG){aG=x}}}var ax=Cufon.CSS.textTransform(aC,a).split(""),aO;var a2=aF.glyphs,aJ,aZ,aP;var a5=0,aV,ar=[];for(var aH=0,aL=0,aR=ax.length;aH<aR;++aH){aJ=a2[aO=ax[aH]]||aF.missingGlyph;if(!aJ){continue}if(aZ){a5-=aP=aZ[aO]||0;ar[aL-1]-=aP}a5+=aV=ar[aL++]=~~(aJ.w||aF.w)+c;aZ=aJ.k}if(aV===undefined){return null}b+=az.width-aV;aG+=az.minX;var aM,a0;if(a3){aM=au;a0=au.firstChild}else{aM=document.createElement("span");aM.className="cufon cufon-canvas";aM.alt=aC;a0=document.createElement("canvas");aM.appendChild(a0);if(aK.printable){var aN=document.createElement("span");aN.className="cufon-alt";aN.appendChild(document.createTextNode(aC));aM.appendChild(aN)}}var av=aM.style;var ao=a0.style;var a4=a1.convert(az.height);var ay=Math.ceil(a4);var e=ay/a4;var ap=e*Cufon.CSS.fontStretch(a.get("fontStretch"));var y=a5*ap;var aS=Math.ceil(a1.convert(y+b-aG));var aX=Math.ceil(a1.convert(az.height-aw+d));a0.width=aS;a0.height=aX;ao.width=aS+"px";ao.height=aX+"px";aw+=az.minY;ao.top=Math.round(a1.convert(aw-aF.ascent))+"px";ao.left=Math.round(a1.convert(aG))+"px";var aQ=Math.ceil(a1.convert(y))+"px";if(h){av.width=aQ;av.height=a1.convert(aF.height)+"px"}else{av.paddingLeft=aQ;av.paddingBottom=(a1.convert(aF.height)-1)+"px"}var aA=a0.getContext("2d"),at=a4/az.height;aA.scale(at,at*e);aA.translate(-aG,-aw);aA.lineWidth=aF.face["underline-thickness"];aA.save();function aY(m,n){aA.strokeStyle=n;aA.beginPath();aA.moveTo(0,m);aA.lineTo(a5,m);aA.stroke()}var aW=aK.enableTextDecoration?Cufon.CSS.textDecoration(aD,a):{};if(aW.underline){aY(-aF.face["underline-position"],aW.underline)}if(aW.overline){aY(aF.ascent,aW.overline)}function aI(){aA.scale(ap,1);for(var m=0,n=0,o=ax.length;m<o;++m){var p=a2[ax[m]]||aF.missingGlyph;if(!p){continue}if(p.d){aA.beginPath();if(p.code){l(p.code,aA)}else{p.code=k("m"+p.d,aA)}aA.fill()}aA.translate(ar[n++],0)}aA.restore()}if(aB){for(var aH=aB.length;aH--;){var aq=aB[aH];aA.save();aA.fillStyle=aq.color;aA.translate.apply(aA,f[aH]);aI()}}var aT=aK.textGradient;if(aT){var aE=aT.stops,aU=aA.createLinearGradient(0,az.minY,0,az.maxY);for(var aH=0,aR=aE.length;aH<aR;++aH){aU.addColorStop.apply(aU,aE[aH])}aA.fillStyle=aU}else{aA.fillStyle=a.get("color")}aI();if(aW["line-through"]){aY(-aF.descent,aW["line-through"])}return aM}})());Cufon.registerEngine("vml",(function(){var l=document.namespaces;if(!l){return}l.add("cvml","urn:schemas-microsoft-com:vml");l=null;var h=document.createElement("cvml:shape");h.style.behavior="url(#default#VML)";if(!h.coordsize){return}h=null;var j=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(j?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function n(b,a){return i(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function i(b,a){if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}var k={};function m(f){var e=f.id;if(!k[e]){var a=f.stops,g=document.createElement("cvml:fill"),d=[];g.type="gradient";g.angle=180;g.focus="0";g.method="sigma";g.color=a[0][1];for(var b=1,c=a.length-1;b<c;++b){d.push(a[b][0]*100+"% "+a[b][1])}g.colors=d.join(",");g.color2=a[c][1];k[e]=g}return k[e]}return function(aI,aE,aU,aM,av,aG,aY){var bb=(aE===null);if(bb){aE=av.alt}var aA=aI.viewBox;var a9=aU.computedFontSize||(aU.computedFontSize=new Cufon.CSS.Size(n(aG,aU.get("fontSize"))+"px",aI.baseSize));var aZ=aU.computedLSpacing;if(aZ==undefined){aZ=aU.get("letterSpacing");aU.computedLSpacing=aZ=(aZ=="normal")?0:~~a9.convertFrom(i(aG,aZ))}var aT,a8;if(bb){aT=av;a8=av.firstChild}else{aT=document.createElement("span");aT.className="cufon cufon-vml";aT.alt=aE;a8=document.createElement("span");a8.className="cufon-vml-canvas";aT.appendChild(a8);if(aM.printable){var aO=document.createElement("span");aO.className="cufon-alt";aO.appendChild(document.createTextNode(aE));aT.appendChild(aO)}if(!aY){aT.appendChild(document.createElement("cvml:shape"))}}var aw=aT.style;var e=a8.style;var bd=a9.convert(aA.height),aC=Math.ceil(bd);var a=aC/bd;var g=a*Cufon.CSS.fontStretch(aU.get("fontStretch"));var b=aA.minX,c=aA.minY;e.height=aC;e.top=Math.round(a9.convert(c-aI.ascent));e.left=Math.round(a9.convert(b));aw.height=a9.convert(aI.height)+"px";var a4=aM.enableTextDecoration?Cufon.CSS.textDecoration(aG,aU):{};var aF=aU.get("color");var ay=Cufon.CSS.textTransform(aE,aU).split(""),aW;var ba=aI.glyphs,aK,a7,aQ;var be=0,au=[],d=0,a2;var a0,aB=aM.textShadow;for(var aJ=0,aL=0,aS=ay.length;aJ<aS;++aJ){aK=ba[aW=ay[aJ]]||aI.missingGlyph;if(!aK){continue}if(a7){be-=aQ=a7[aW]||0;au[aL-1]-=aQ}be+=a2=au[aL++]=~~(aK.w||aI.w)+aZ;a7=aK.k}if(a2===undefined){return null}var aX=-b+be+(aA.width-a2);var az=a9.convert(aX*g),aV=Math.round(az);var aq=aX+","+aA.height,bc;var ax="r"+aq+"ns";var a1=aM.textGradient&&m(aM.textGradient);for(aJ=0,aL=0;aJ<aS;++aJ){aK=ba[ay[aJ]]||aI.missingGlyph;if(!aK){continue}if(bb){a0=a8.childNodes[aL];while(a0.firstChild){a0.removeChild(a0.firstChild)}}else{a0=document.createElement("cvml:shape");a8.appendChild(a0)}a0.stroked="f";a0.coordsize=aq;a0.coordorigin=bc=(b-d)+","+c;a0.path=(aK.d?"m"+aK.d+"xe":"")+"m"+bc+ax;a0.fillcolor=aF;if(a1){a0.appendChild(a1.cloneNode(false))}var aD=a0.style;aD.width=aV;aD.height=aC;if(aB){var a5=aB[0],a6=aB[1];var aN=Cufon.CSS.color(a5.color),aR;var ar=document.createElement("cvml:shadow");ar.on="t";ar.color=aN.color;ar.offset=a5.offX+","+a5.offY;if(a6){aR=Cufon.CSS.color(a6.color);ar.type="double";ar.color2=aR.color;ar.offset2=a6.offX+","+a6.offY}ar.opacity=aN.opacity||(aR&&aR.opacity)||1;a0.appendChild(ar)}d+=au[aL++]}var at=a0.nextSibling,a3,aP;if(aM.forceHitArea){if(!at){at=document.createElement("cvml:rect");at.stroked="f";at.className="cufon-vml-cover";a3=document.createElement("cvml:fill");a3.opacity=0;at.appendChild(a3);a8.appendChild(at)}aP=at.style;aP.width=aV;aP.height=aC}else{if(at){a8.removeChild(at)}}aw.width=Math.max(Math.ceil(a9.convert(be*g)),0);if(j){var f=aU.computedYAdjust;if(f===undefined){var aH=aU.get("lineHeight");if(aH=="normal"){aH="1em"}else{if(!isNaN(aH)){aH+="em"}}aU.computedYAdjust=f=0.5*(i(aG,aH)-parseFloat(aw.height))}if(f){aw.marginTop=Math.ceil(f)+"px";aw.marginBottom=f+"px"}}return aT}})());Cufon.registerFont({w:77,face:{"font-family":"Journal","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0",ascent:"288",descent:"-72","cap-height":"9",bbox:"-57 -343 706 135.255","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:83,k:{p:-28,j:38,d:13}},"!":{d:"31,-63v0,-49,24,-101,31,-150v0,-3,-1,-6,-3,-9v9,-3,15,-6,18,3v-9,51,-22,100,-37,144v-2,1,-3,12,-9,12xm8,-7v8,-8,20,3,13,12v-3,12,-17,5,-17,-2v0,-4,1,-8,4,-10",w:72},'"':{d:"36,-168v2,-17,-4,-30,-3,-48v0,-4,10,-6,11,-1v-4,18,4,32,-1,47xm23,-215v6,15,9,31,5,49v-9,-3,-14,-35,-10,-48v1,-1,3,-1,5,-1",w:42},"#":{d:"185,-133v-27,1,-61,4,-83,13v0,2,-1,6,-2,10v20,1,60,-5,63,12v-13,8,-69,-6,-64,13v-2,7,13,33,0,35v-14,-4,-15,-27,-17,-41v-12,3,-27,-1,-24,25v4,7,7,17,-6,21v-17,-2,-6,-26,-6,-40v-11,5,-59,8,-33,-12v8,-1,20,-3,36,-6r3,-9v-14,5,-44,7,-31,-13v13,0,39,3,37,-16v2,-16,-2,-36,18,-27v7,11,-2,23,-3,36v28,-2,20,-41,42,-41v10,9,-3,17,-6,33v23,-1,56,-12,76,0r0,7xm84,-117v-12,-1,-16,2,-16,11v7,-2,19,2,16,-11",w:172},"$":{d:"125,-270v28,1,-6,40,6,45v13,1,22,-23,29,-6v-5,7,1,11,2,17v-26,29,-31,55,-58,97v31,35,13,68,-28,81v-11,15,-7,60,-20,81v0,-8,1,-32,2,-72v-37,-4,-29,40,-40,62v-4,8,-15,3,-14,-7v3,-22,12,-30,18,-56v-2,-1,-12,-9,-10,-19v4,2,9,6,15,5v14,-21,23,-52,33,-81v-57,-22,4,-71,27,-82v27,-6,22,-42,38,-65xm92,-125r34,-77v-20,-3,-25,43,-40,63v3,5,-5,3,-3,10v5,3,8,4,9,4xm87,-185v-12,7,-40,21,-35,41v7,5,13,8,15,8v8,-17,15,-33,20,-49xm100,-98v-7,13,-13,25,-16,39v17,-6,32,-27,16,-39xm63,-48r22,-63v-2,-2,-5,-2,-8,-2v-8,15,-22,46,-29,67v5,3,10,-1,15,-2",w:150,k:{Y:14}},"%":{d:"166,-166v10,-12,27,-42,39,-15v-13,20,-28,31,-53,57r-67,70v-23,22,-22,22,-42,54r4,4v-7,2,-14,8,-19,0v13,-64,80,-91,108,-139r0,-5v15,1,27,-21,18,-38v4,3,7,9,12,12xm39,-175v19,-8,49,-23,54,1v24,37,-27,82,-62,82v-27,0,-40,-29,-23,-49v13,-16,11,-19,25,-25v3,-1,6,-4,6,-9xm32,-108v30,-4,53,-32,49,-59v-5,-8,-6,10,-12,7v-16,0,-28,12,-35,25v-9,-1,-7,2,-11,8v-8,5,-5,20,9,19xm113,-17v9,-38,51,-68,85,-34v6,41,-29,53,-61,59v-16,3,-22,-12,-24,-25xm183,-45v-20,-11,-47,13,-50,33v21,2,52,-14,50,-33",w:215},"&":{d:"77,-203v46,13,-7,73,14,104v6,9,16,50,29,56v27,-21,45,-45,74,-64r-62,79v10,11,33,7,34,25v-17,5,-35,-10,-46,-15v-31,25,-62,75,-115,54v-11,-9,0,-30,7,-42v19,-35,70,-84,53,-151v0,-9,3,-38,12,-46xm108,-31v-9,-13,-21,-29,-24,-46v-16,-12,-19,27,-33,33v-3,16,-32,47,-29,70v42,6,64,-40,86,-57",w:197,k:{Y:24}},"'":{d:"4,-222v15,-4,12,23,14,40v0,5,-3,8,-9,6v2,-15,-8,-29,-5,-46",w:16,k:{n:3,S:28}},"(":{d:"21,-22v0,32,20,25,39,38v-45,20,-70,-48,-48,-94v22,-46,48,-92,76,-127v7,-9,23,-22,27,-4v-26,24,-41,56,-61,86v-21,32,-33,65,-33,101",w:107},")":{d:"-44,51v47,-65,146,-163,78,-274v0,-6,2,-10,6,-11v47,47,39,155,-9,202v-13,23,-28,32,-51,64v-11,3,-10,18,-24,19",w:84},"*":{d:"108,-104v-3,17,-34,4,-45,14v11,9,41,21,40,43v-8,-8,-43,-28,-49,-32v-6,16,-10,27,-6,41v-6,5,-8,-1,-11,-5v-1,-19,3,-27,5,-44v-11,4,-26,4,-38,1v-5,-18,13,-9,30,-13v-4,-4,-16,-26,-4,-32v17,-1,7,16,19,27v2,-8,13,-16,8,-25v11,0,12,-22,23,-9v-2,15,-11,22,-17,34v15,1,35,-7,45,0",w:125},"+":{d:"79,-94v-3,12,6,42,-16,39v-5,-9,-2,-24,-1,-36v-14,4,-57,11,-35,-11r37,-1v2,-10,2,-26,10,-40r10,0v-7,13,-1,17,-5,36v21,-3,23,-3,37,0r-1,9v-12,-2,-22,4,-36,4",w:124},",":{d:"8,38v-17,-18,24,-34,20,-61v12,-5,15,3,10,18v-6,18,-15,32,-30,43",w:64,k:{"*":-28}},"-":{d:"6,-86v25,-9,70,-1,99,2v12,5,8,21,-7,20v-18,-13,-82,5,-92,-22",w:119,k:{x:25,f:-13}},"\u2010":{d:"6,-86v25,-9,70,-1,99,2v12,5,8,21,-7,20v-18,-13,-82,5,-92,-22",w:119},".":{d:"8,-1v-7,-14,11,-23,16,-11v3,13,-12,20,-16,11",w:50},"/":{d:"70,-192v18,3,3,27,2,39v-6,5,-9,11,-9,19v-15,17,-23,47,-30,71v-16,27,-13,66,-29,99v-11,-58,3,-66,24,-133r36,-91v1,-2,4,-4,6,-4",w:73},"0":{d:"73,-175v-14,1,-20,27,-38,23v14,-33,33,-43,72,-47v60,72,10,210,-75,218v-35,3,-36,-45,-25,-75v11,-31,40,-96,66,-119xm29,5v55,-8,92,-74,93,-135v0,-21,-6,-37,-18,-48v-44,19,-84,106,-89,157v0,13,4,23,14,26",w:149,k:{"0":-3,".":10,",":45}},"1":{d:"29,8v-22,10,-20,-18,-17,-34r30,-190v0,-12,7,-20,16,-9r-23,137v-5,39,-15,69,-6,96",w:65,k:{"8":33,"6":27,"5":21,"4":7,"3":44,"2":33,"0":22}},"2":{d:"54,-192v7,-16,36,-21,49,-32v27,-1,29,1,39,16v-9,33,-24,47,-41,76v-7,-1,-10,13,-14,14v-9,18,-57,67,-71,112v43,18,85,-19,127,-22v-33,18,-72,48,-129,38v-35,-6,-12,-37,2,-56r101,-142v6,-9,9,-22,-3,-23v-18,5,-31,14,-43,26v-7,0,-13,-3,-17,-7",w:151,k:{"7":-15}},"3":{d:"129,-191v-32,-16,-74,22,-90,3v13,-19,86,-35,106,-9v3,42,-46,58,-69,81v22,1,62,6,65,31v5,44,-110,106,-139,41v17,1,20,16,43,14v36,-3,79,-22,82,-56v-17,-23,-63,2,-79,-24v21,-29,68,-40,84,-77v0,-2,-1,-4,-3,-4",w:160,k:{Y:23,"3":33}},"4":{d:"34,-175v-12,23,-32,81,7,89v23,-5,19,-5,46,-23v9,-19,18,-57,31,-85v3,-7,10,-4,13,5r-19,55v6,3,1,9,0,14v-19,26,-39,80,-41,131v-29,-7,3,-68,8,-97v-8,4,-24,16,-38,16v-55,0,-38,-103,-7,-129v17,2,10,14,0,24",w:122,k:{"9":-24}},"5":{d:"102,-66v0,34,-57,83,-79,39v3,-17,9,0,20,3v21,-3,45,-19,45,-42v0,-37,-51,-23,-84,-23v-6,0,-11,-3,-14,-9v4,-17,40,-54,39,-70v-1,-8,4,-13,11,-10v29,-4,79,-17,105,-4v2,13,-3,7,-20,10v-24,-3,-63,10,-81,12v-8,15,-23,38,-33,52v38,-8,91,-1,91,42",w:135,k:[19]},"6":{d:"136,-48v0,45,-76,68,-114,48v-18,-36,-6,-87,14,-118v27,-42,35,-64,69,-85v7,0,10,3,9,10v-36,34,-77,81,-87,143v12,-11,39,-32,68,-32v24,0,41,17,41,34xm106,-26v25,-20,17,-42,-11,-42v-28,0,-52,18,-65,38v2,34,51,24,76,4",w:145,k:[-10]},"7":{d:"107,-172v-13,68,-55,104,-66,173v10,6,2,13,-7,11v-25,-47,36,-105,48,-153v4,-17,14,-23,9,-40v-20,-21,-75,4,-97,-11v-3,-15,17,-8,26,-12v36,-5,86,-7,87,32",w:99,k:{"7":-33}},"8":{d:"113,-148v0,-6,-12,-14,-16,-19v11,-13,28,-3,30,15v3,25,-27,40,-43,53v-1,16,17,22,16,43v0,37,-17,50,-46,62v-44,3,-65,-35,-41,-64v14,-17,28,-27,47,-45v-54,-45,2,-98,47,-110v9,1,22,4,16,18v-17,8,-37,0,-54,24v-22,9,-19,52,2,60v21,-14,35,-25,42,-37xm36,-9v47,5,64,-53,34,-79v-24,23,-46,31,-53,62v4,7,10,12,19,17",w:121,k:{"%":-15}},"9":{d:"44,4v25,-55,67,-93,80,-160v-12,19,-25,31,-44,44v-19,24,-70,17,-76,-13v-8,-47,70,-127,125,-86v36,85,-44,153,-73,218v-3,8,-13,5,-12,-3xm125,-184v-6,-18,-14,-30,-43,-20v-31,10,-61,39,-65,73v8,38,66,6,74,-13v15,-8,19,-23,22,-42v6,0,10,1,12,2",w:136,k:{"9":-41,"7":-22}},":":{d:"24,-135v-1,15,-4,13,-19,18v6,-13,-5,-21,19,-18xm17,-44v-9,6,-15,-1,-14,-16v13,0,18,6,14,16",w:43},";":{d:"53,-109v0,12,-15,9,-17,1v0,-1,1,-6,2,-12v5,-1,13,4,15,11xm33,-37v9,-8,19,2,13,12v-12,4,-26,39,-44,31v12,-13,22,-27,31,-43",w:79},"<":{d:"140,-125v-15,-4,-33,3,-50,3v-28,0,-52,3,-71,13v29,27,70,47,118,69v14,6,13,13,-3,17v-25,-11,-47,-25,-73,-35v-14,-12,-50,-32,-62,-48v-3,-25,29,-20,42,-29v21,-2,83,-15,100,0v1,3,2,9,-1,10",w:152},"=":{d:"105,-98v-21,-4,-64,6,-87,6v-6,0,-9,-5,-8,-12v17,-10,47,3,74,-7v10,1,22,1,21,13xm21,-69v25,-11,54,-15,89,-11v2,13,-14,9,-24,12v-16,1,-41,12,-62,10v-1,-2,-4,-5,-3,-11",w:129},">":{d:"150,-124v25,29,-39,48,-49,66v-31,13,-42,25,-65,35v-13,-4,-15,-11,-3,-17v32,-15,86,-45,105,-70v-30,-18,-78,-12,-110,-21v0,0,-1,-1,-2,-4v2,2,5,5,4,-1v29,-17,96,0,120,12",w:180},"?":{d:"2,-196v29,-32,123,-34,139,10v-19,46,-83,62,-116,102v0,12,28,3,39,16v-23,1,-56,5,-52,-22v32,-37,88,-53,117,-94v-13,-34,-97,-26,-117,-5v-2,0,-5,-3,-10,-7xm45,-10v3,14,-20,23,-25,9v0,-10,14,-7,25,-9",w:131},"@":{d:"90,-172v77,-9,132,54,88,124v-16,25,-32,52,-62,60v-9,2,-18,-16,-23,-15v-17,11,-43,11,-41,-18v4,-35,27,-44,53,-70v7,-11,47,-14,47,7v0,9,-19,50,-34,58v2,7,-5,13,0,19v32,-18,82,-79,54,-119v-14,-20,-38,-29,-67,-32v-33,15,-34,23,-64,62v-16,21,-33,85,3,104v30,49,137,42,194,22r17,0v-52,36,-152,35,-209,6v-16,-18,-45,-38,-43,-68v5,-62,34,-105,87,-140xm96,-23v5,-27,30,-33,38,-55v-19,-10,-36,18,-49,28v-12,10,-15,21,-14,38v11,1,19,-6,25,-11",w:191},A:{d:"122,-111v10,-1,23,-5,29,3v-5,15,-30,2,-28,22v3,35,10,51,27,83v0,2,-3,5,-8,8v-19,-17,-32,-55,-37,-93v-13,2,-39,12,-62,16v-15,11,-22,28,-30,51v3,-3,7,-6,14,-12v-7,14,-12,43,-33,34v-5,-25,22,-53,30,-74v-14,-2,-17,-17,0,-21v23,10,26,-25,43,-38v11,-21,27,-37,34,-63v4,-6,11,-16,23,-9v5,32,-6,63,-2,93xm104,-107r0,-54v-11,15,-27,37,-47,68v9,-5,35,-5,47,-14",w:149,k:{y:15,w:10,v:8,r:-13,i:-13,h:-13,g:-13,d:-13,Y:21,W:8,T:5,R:-17}},B:{d:"58,-104v40,-5,87,27,57,62v-17,34,-81,68,-116,37v-3,-3,-4,-6,-4,-10v3,-2,8,1,10,0v4,-16,9,-39,17,-68v2,-2,-8,-11,-7,-12v13,-8,21,-37,21,-51v10,-7,2,-36,22,-33v9,18,-8,40,-13,64v33,-18,58,-30,71,-56v-18,-23,-83,8,-97,-19v15,-15,44,-1,71,-4v33,-3,59,24,31,43v-5,11,-42,35,-63,47xm43,-83v-12,12,-19,53,-20,76v44,-2,75,-27,86,-57v-10,-25,-39,-25,-68,-21",w:147,k:{Y:28,A:33}},C:{d:"149,-22v-17,-1,-24,21,-42,21v-43,29,-123,0,-99,-66v22,-60,68,-124,111,-150v13,-4,33,2,22,16r-12,0v-57,27,-91,91,-108,153v-2,70,85,43,122,22r7,0",w:153,k:{y:13}},D:{d:"66,-181v55,7,131,38,98,99v-24,44,-97,96,-176,87v-1,-1,-2,-3,-1,-6v6,1,15,-1,26,-4v-7,-43,15,-97,24,-139v-2,0,12,-27,-1,-25v-10,-12,-17,-17,-3,-21v16,1,31,-17,33,9xm60,-161v-14,45,-23,96,-34,145v20,20,72,-22,93,-34v26,-24,48,-45,34,-75v-8,-17,-58,-37,-93,-36",w:180,k:{u:17,o:8,e:22,Y:39,T:22,S:35,".":69,",":73}},E:{d:"174,-193v-12,4,-74,9,-94,17v-13,21,-29,36,-38,64v42,-6,32,-8,92,-29r15,1v-36,29,-64,35,-114,51v-10,24,-17,41,-13,63v6,30,33,21,54,6v10,-8,10,-8,37,-28v-7,30,-49,61,-76,56v-44,-9,-36,-62,-22,-97v-5,-2,-7,-6,-7,-12v2,-3,12,-5,14,-7v9,-26,18,-42,34,-66v-1,-1,-16,-2,-15,-11v0,-6,6,-8,19,-8v42,0,72,-13,111,-5",w:142,k:{y:35,x:48,w:26,v:30,u:17,o:22,e:13,Q:26,O:22,A:10,"'":-18}},F:{d:"4,-78v0,-17,32,-1,26,-24v13,-34,24,-66,29,-98r-4,-9v33,-5,78,-11,123,-13v1,2,12,9,4,14v-34,-2,-72,10,-105,16r-32,99v31,-1,66,-17,94,-7v-1,7,-2,5,-8,6r-89,20v-11,24,-15,47,-12,61r9,-3v1,11,-14,28,-23,15v-10,-15,2,-44,6,-68v-7,0,-18,-2,-18,-9",w:141,k:{y:32,u:35,r:35,o:46,l:18,i:17,e:35,a:43,Q:48,O:39,J:30,".":78,",":96}},G:{d:"105,-105v53,14,-9,83,-1,120v-7,8,-18,-1,-17,-10v1,-12,3,-24,8,-33v-30,26,-50,36,-82,35v-43,-20,-38,-47,-19,-86v18,-37,72,-133,129,-141v1,2,14,3,13,9v2,17,-22,3,-29,13v-45,33,-56,53,-91,113v-12,22,-18,39,-18,51v0,15,8,28,25,28v25,0,58,-21,80,-44v1,-5,10,-30,4,-38v-22,-1,-34,29,-50,12v3,-17,36,-24,48,-29",w:128,k:{a:-13}},H:{d:"174,-206v-26,49,-68,134,-58,202v5,0,10,0,8,5v0,3,-8,5,-12,6v-29,-23,-14,-74,-3,-106v-28,3,-53,16,-80,19v-8,26,-28,59,-17,84v-6,4,-10,1,-15,0v-13,-26,16,-72,13,-89v-11,-3,-15,-16,-3,-16v20,0,11,-20,26,-43r12,-56v5,-10,29,1,18,8v-8,32,-18,60,-27,92v13,-2,39,-6,78,-14v16,-22,19,-63,41,-94v2,-15,17,-6,19,2",w:144},I:{d:"40,9v-25,-4,-20,-29,-15,-62v7,-44,17,-99,41,-134v8,-11,23,2,15,13v-27,39,-35,106,-46,159v-1,10,6,14,5,24"},J:{d:"56,-207v1,-9,12,-11,19,-4v-2,104,-29,202,-90,256v-25,11,-26,16,-42,11r1,-3v29,-5,51,-35,63,-58v27,-32,43,-120,49,-202",w:78,k:{o:13,X:43,U:14,S:43,Q:57,K:8,J:22,B:39,A:60}},K:{d:"130,-26v-44,10,-71,-25,-93,-52v-7,28,-20,53,-21,96v-4,7,-10,6,-15,0r50,-229v0,-5,11,-11,16,-6r4,9v-9,21,-19,57,-22,78v55,-29,48,-36,106,-66v7,0,15,15,2,20v-35,13,-75,45,-103,65v-14,34,21,51,39,68v13,12,23,10,37,17",w:153,k:{"\u00fc":22,y:49,w:18,v:24,o:14,j:53,e:13,a:13,Y:18,A:30}},L:{d:"46,-175v-2,-10,9,-39,21,-20v-1,50,-43,111,-44,173v-1,8,1,14,5,18v23,0,76,-30,91,-13v-27,15,-48,16,-78,29v-24,0,-38,-5,-35,-30v7,-65,18,-86,40,-157",w:108,k:{"\u00e9":5,Y:13,V:39,T:36,O:18}},M:{d:"167,2v-4,-6,-12,-2,-13,-11v6,-36,22,-94,48,-175v-15,3,-26,25,-41,36v-28,21,-46,48,-77,67v-36,-2,-23,-55,-28,-88r-53,178v-6,3,-10,-1,-17,-2r67,-218v22,-14,20,12,25,28v-1,14,-6,74,4,85v45,-31,86,-84,126,-111v15,-10,18,8,14,20v-20,58,-35,106,-46,163v4,13,-2,15,-9,28",w:213,k:{"\u00c5":30,i:-15,e:-20,a:-15,M:-21,A:20}},N:{d:"202,-201v-34,62,-45,135,-80,204v-3,-1,-6,-3,-12,-5v-25,-29,-36,-102,-43,-160v-10,39,-26,77,-33,116v-3,19,-13,39,-16,62v-1,10,-19,9,-19,0v11,-48,52,-169,65,-214v9,-7,16,1,21,5v3,58,9,134,32,168v22,-59,39,-129,72,-177v6,-4,12,-7,13,1",w:173},O:{d:"139,-199v63,64,-20,153,-55,181v-20,16,-36,22,-58,21v-17,-7,-39,-22,-39,-47v0,-21,12,-48,33,-80v19,-29,62,-94,119,-75xm79,-35v40,-34,79,-85,56,-141v-4,-4,-9,-12,-16,-8v1,6,-5,4,-7,1v-9,-1,-24,14,-33,15v-42,43,-66,84,-72,123v2,48,44,34,72,10",w:166,k:{Y:21,O:9,N:10,".":58,",":68}},P:{d:"22,-89v2,-22,18,-42,17,-65v6,-7,10,-17,11,-30v-7,0,-37,20,-40,0v13,-19,65,-20,85,-27v55,-5,90,26,52,59v-36,31,-58,46,-108,71v-2,13,-18,44,-12,67v0,15,-15,35,-25,15v1,-27,12,-45,11,-71v-5,1,-13,7,-13,-1v2,-13,12,-8,22,-18xm147,-181v-12,-16,-53,-17,-74,-7v-9,34,-17,52,-29,89v22,-9,44,-29,68,-38v6,-11,32,-28,35,-44",w:141,k:{"\u00fc":17,y:45,u:62,s:84,r:26,o:69,l:22,j:17,i:8,e:33,a:51,Q:30,A:49,".":83,",":95}},Q:{d:"222,12v-44,21,-62,-31,-91,-43v-18,17,-37,45,-75,38r1,-4v-22,-2,-36,-15,-42,-39v-13,3,-17,31,-36,17v4,-22,21,-28,36,-38v14,-66,49,-116,105,-138v23,-9,69,10,42,25v17,38,6,100,-18,122v-1,11,14,15,25,28v17,21,27,26,53,32xm126,-172v-25,2,-27,20,-41,39v-4,0,-7,-3,-8,-8v-24,23,-31,43,-40,72v34,-8,68,0,92,15v14,-22,25,-49,24,-72v-1,-20,-4,-48,-27,-46xm33,-40v0,15,18,34,33,34v14,0,31,-12,51,-34v-17,-10,-31,-13,-53,-14v-21,0,-31,4,-31,14",w:182,k:{y:39,u:26,o:30,e:17,a:17}},R:{d:"54,-210v31,20,112,14,109,64v-24,31,-62,60,-110,74v-3,1,-4,2,-4,4v31,22,55,67,114,63v-38,24,-79,-8,-102,-35v-4,0,-24,-19,-31,-16v1,4,-11,44,-1,21v2,-3,5,-5,9,-5v-1,18,-9,35,-22,47v-25,-8,-2,-46,-3,-66r-26,0v2,-4,-8,-7,-8,-10v3,-13,24,-8,40,-12v8,-42,19,-59,31,-111v-11,-3,-5,-17,4,-18xm141,-145v10,-30,-43,-28,-69,-36v-10,1,-9,21,-13,27r-23,70v39,-12,78,-28,105,-61",w:146,k:{"\u00fc":22,y:32,u:22,e:17,a:13,T:19,A:24}},S:{d:"25,-136v0,-42,36,-73,80,-78v26,-3,26,15,9,24v-34,-12,-66,24,-72,54v1,36,71,45,70,81v-12,42,-75,69,-126,54v-3,-4,-1,-8,4,-8v35,10,62,-6,97,-33v34,-26,-37,-51,-46,-66v-11,-6,-16,-15,-16,-28",w:123},T:{d:"255,-226v-10,12,-23,-7,-46,5v-25,4,-82,22,-117,29v-6,0,-9,14,-10,15v-13,61,-27,120,-42,178v-6,8,-11,2,-15,-5r40,-175v-2,-3,-1,-8,-1,-9v-30,5,-62,3,-67,-22v12,-10,15,-4,28,6v23,-1,51,11,47,-18v-1,-12,18,-17,19,-3v3,23,28,8,43,5r102,-19v10,0,17,4,19,13",w:202,k:{"\u00b8":115,"\u00d9":115,"\u00db":98,"\u00da":115,"\u00d2":127,"\u00d4":115,"\u00d3":115,"\u00cf":109,"\u00ce":98,"\u00cd":115,"\u00c8":109,"\u00cb":109,"\u00c1":127,"\u00ca":109,"\u00c2":117,"\u00ff":115,"\u00f7":109,"\u00d5":127,"\u00c3":142,"\u00c0":129,"\u00bb":69,"\u00ac":92,"\u00a1":75,"\u00f8":104,"\u00e6":129,"\u00ba":109,"\u00b5":90,"\u00a5":121,"\u00b1":52,"\u00d8":112,"\u00c6":115,"\u00ae":58,"\u00df":86,"\u00a7":109,"\u00a3":98,"\u00fc":117,"\u00f6":98,"\u00e9":95,"\u00e5":110,"\u00e4":104,"\u00dc":109,"\u00d6":115,"\u00d1":104,"\u00c9":109,"\u00c7":115,"\u00c5":112,"\u00c4":123,"}":118,"|":63,"{":104,z:123,y:113,x:142,w:132,v:129,u:131,t:118,s:131,r:112,q:127,p:129,o:114,n:134,m:115,l:87,k:115,j:140,i:107,h:103,g:115,f:112,e:130,d:118,c:126,b:118,a:105,_:115,"]":46,"[":71,Z:127,Y:86,X:116,W:115,V:114,U:78,T:52,S:117,R:85,Q:116,P:122,O:100,N:82,M:86,L:98,K:87,J:73,I:86,H:82,G:118,F:93,E:107,D:96,C:115,B:123,A:135,"@":126,"?":41,">":112,"=":85,"<":109,";":131,":":125,"9":115,"8":136,"7":87,"6":129,"5":109,"4":107,"3":107,"2":101,"1":82,"0":120,"/":79,".":107,"-":107,",":142,")":57,"(":63,"&":96,"%":82,"$":85,"#":87,"!":22}},U:{d:"157,-214v9,8,-2,20,-3,30v2,13,-52,126,-34,152v0,3,-8,35,-21,22v0,0,-2,1,-4,1v0,-17,2,-38,7,-64v-6,9,-23,40,-36,51v-13,22,-28,35,-45,37v-44,-18,-22,-70,-6,-116r36,-100v6,-16,24,-11,23,7v-18,23,-27,60,-39,93v-15,43,-19,70,-17,98v1,3,7,2,10,0v46,-47,91,-118,114,-207v6,-5,12,-6,15,-4",w:150,k:{A:18,".":18,",":36}},V:{d:"149,-199v15,-7,19,8,10,21v-25,63,-57,138,-106,188v-25,4,-19,-30,-28,-42v-6,-28,-8,-120,-14,-148v-1,-9,11,-7,15,-6v13,12,3,36,9,55v-6,14,3,31,2,50v-1,28,4,52,14,71v39,-43,72,-122,98,-189",w:151,k:{"\u00e6":38,"\u00e9":13,y:23,u:18,o:17,i:15,e:-9,a:13,M:10,";":46,":":11,".":41,",":58}},W:{d:"104,-152v29,-8,16,39,21,59v5,21,10,49,21,63v1,-2,7,-17,18,-46v18,-48,37,-91,57,-128r11,1v-33,50,-47,126,-77,190v-17,11,-21,-2,-32,-27v-10,-22,-14,-59,-17,-89v-19,32,-38,96,-62,129v-2,1,-9,4,-14,3v-27,-36,-9,-107,-24,-164v6,0,17,-9,17,7v12,43,-3,97,14,139v25,-42,48,-88,67,-137",w:216,k:{y:13,x:35,v:23,r:15,o:14,e:14,a:13,O:19,B:17,A:27,":":17,",":55}},X:{d:"137,2v-13,4,-16,-13,-31,-24v-20,-15,-36,-36,-53,-54v-21,21,-41,44,-66,82v-3,10,-16,12,-18,3v23,-36,46,-65,76,-99v-15,-27,-35,-65,-30,-92v4,-9,23,-8,18,7v0,26,8,48,24,70v25,-17,41,-59,71,-74v11,2,6,8,-1,16v-16,21,-33,42,-60,69r-1,6v15,18,53,58,71,90",w:149,k:{u:-13,o:-8,i:-13}},Y:{d:"132,-204v15,4,-2,26,-6,36v-7,19,-32,61,-52,87v-5,6,2,9,-1,14v-33,16,-51,70,-96,82v26,-32,54,-52,78,-91r-16,-38r4,-1v-8,-23,-11,-59,-14,-88v0,-5,13,-17,17,-4v5,19,1,100,19,115v20,-27,43,-65,58,-109v4,-2,7,-3,9,-3",w:127,k:{"\u00b8":38,"\u00d9":23,"\u00db":23,"\u00da":23,"\u00d2":40,"\u00d4":35,"\u00d3":40,"\u00cc":29,"\u00cf":35,"\u00ce":35,"\u00cd":35,"\u00c8":46,"\u00cb":29,"\u00c1":58,"\u00ca":35,"\u00c2":58,"\u00ff":33,"\u00d5":58,"\u00c3":63,"\u00c0":69,"\u00f8":33,"\u00e6":68,"\u00aa":27,"\u00d8":42,"\u00c6":74,"\u00df":30,"\u00a3":30,"\u00fc":46,"\u00fb":38,"\u00f9":38,"\u00fa":46,"\u00f5":46,"\u00f6":42,"\u00f4":42,"\u00f2":46,"\u00f3":55,"\u00f1":42,"\u00ef":15,"\u00ee":4,"\u00ec":17,"\u00ed":30,"\u00eb":30,"\u00ea":42,"\u00e8":45,"\u00e9":26,"\u00e7":58,"\u00e5":40,"\u00e3":58,"\u00e4":31,"\u00e2":40,"\u00e0":36,"\u00e1":45,"\u00dc":40,"\u00d6":40,"\u00d1":35,"\u00c9":40,"\u00c7":40,"\u00c5":74,"\u00c4":58,z:50,y:40,x:70,w:37,v:37,u:35,t:40,s:33,r:35,q:50,p:54,o:50,n:42,m:35,l:24,k:35,j:33,i:32,h:26,g:40,f:11,e:46,d:40,c:40,b:31,a:37,Z:35,U:18,S:28,R:28,Q:28,P:10,O:23,N:36,M:24,L:32,K:22,J:35,I:39,H:21,G:21,F:39,E:24,D:32,C:24,B:24,A:53,"@":41,";":48,"8":40,"6":35,"3":35,"2":29,"1":6,"0":35,".":58,",":71,"&":46,"%":11}},Z:{d:"4,-154v58,2,165,-38,196,0v-8,21,-14,25,-34,41v-30,24,-86,58,-138,88v-4,4,-24,14,-7,14v47,-4,110,-27,165,-23v7,0,3,8,2,12r-174,29v-10,0,-19,-4,-26,-10v0,-14,12,-21,22,-27r109,-66v33,-22,43,-29,63,-52v-69,-13,-108,12,-184,13v-8,-5,1,-17,6,-19",w:194},"[":{d:"76,-246v18,-8,44,-4,69,-6v3,2,14,14,-1,14v-17,0,-42,3,-52,8r-40,125r-39,158v17,0,37,5,51,0v7,18,-11,16,-36,18v-14,1,-34,5,-31,-14v16,-115,55,-198,79,-303",w:102},"\\":{d:"242,-108v-18,73,-94,90,-157,115v-19,8,-47,0,-47,-22v0,-35,17,-65,39,-81v-27,16,-62,36,-54,81v4,21,22,27,46,31v1,6,10,-1,18,6v-42,4,-79,-10,-75,-50v9,-81,94,-107,178,-107v34,0,51,9,52,27xm230,-100v7,-21,-20,-24,-40,-24v19,4,36,10,40,24xm69,-18v54,-12,123,-32,152,-73v0,-13,-19,-21,-58,-23v7,2,12,16,2,17v-37,-23,-127,22,-111,77v4,3,8,3,15,2xm54,-6v20,11,47,-7,66,-12v-20,5,-38,17,-66,12",w:249},"]":{d:"110,-247v-5,113,-58,209,-79,311v-16,8,-39,3,-64,5v-4,-4,-11,-9,-4,-14v17,-2,38,-1,53,-6r41,-125r40,-157v-15,-1,-33,-7,-47,-1v-8,-7,1,-16,12,-16v16,0,38,-8,48,3",w:115},"^":{d:"50,-154v7,-4,-4,-5,-3,-11v9,-38,37,-78,61,-99v35,-12,27,50,42,70v-2,30,8,49,6,73v-7,10,-14,12,-16,-3v-3,-40,-9,-98,-24,-124v-30,20,-35,65,-63,91v2,3,2,3,-3,3",w:180},_:{d:"131,-1v-28,-1,-94,4,-114,11v-5,-1,-9,-3,-13,-7v1,-9,16,-7,20,-9v21,-6,72,-10,106,-5v2,3,5,6,1,10",w:131},"`":{d:"4,-222v13,-3,16,30,12,47v-9,2,-6,-9,-8,-14v0,-9,-7,-23,-4,-33",w:19,k:{S:25}},a:{d:"80,-15v0,17,-15,23,-32,13r-6,-21v-13,20,-19,33,-41,32v-6,-5,-10,-12,-10,-22v1,-56,20,-71,55,-100v22,-2,15,25,4,35v-1,2,-4,3,-9,5v3,-11,7,-16,10,-27v-28,24,-62,70,-43,97v34,-18,39,-46,54,-96v2,-5,12,-8,11,2v-7,37,-29,66,-10,90v0,0,15,-9,17,-8",w:78,k:{y:-4,x:13,v:9,t:5,r:-3,p:10,n:8,m:-17,l:-8,k:7,i:-8,f:3,"-":9}},b:{d:"75,-93v-5,1,-7,-3,-2,-3v2,0,2,1,2,3xm85,-87v0,-10,-6,-23,-17,-15v-25,18,-32,53,-55,74v-10,1,-10,-7,-8,-14v19,-53,33,-94,40,-125v4,-3,10,-5,12,1v-6,37,-17,58,-29,95v6,-9,12,-22,21,-28v10,-24,49,-25,47,8v-2,46,-27,96,-81,96v-13,0,-20,-6,-22,-20v43,29,92,-31,92,-72",w:95,k:{"\u00f8":-3,x:26,u:8,p:8,j:26,h:-22,f:-1,e:-4,b:18}},c:{d:"62,-98v2,11,-8,4,-12,5v-17,14,-33,37,-31,72v12,28,33,1,62,-5v-5,22,-38,37,-63,26v-32,-29,5,-102,29,-110v8,1,13,5,15,12",k:{x:17,p:8,l:-4,j:13,h:-13}},d:{d:"85,-1v-12,-2,-19,-11,-25,-23v-10,14,-21,36,-41,37v-45,-15,-5,-88,11,-116v11,-19,28,-10,35,7v4,-18,9,-45,19,-70v3,-7,13,-4,15,2v4,41,-17,84,-26,122v1,11,1,27,13,28v16,-4,18,-19,33,-26v2,18,-19,38,-34,39xm46,-97v-15,18,-35,59,-31,95v24,4,47,-41,47,-79v-7,-2,-10,-12,-16,-16",w:109,k:{x:17,v:8,u:13,t:15,p:13,o:20,j:22,i:-10,g:15,e:6,d:6,a:-1}},e:{d:"82,-24v-13,31,-61,48,-80,19v-9,-47,20,-86,51,-108v10,-7,27,2,20,18v-5,13,-23,44,-54,52v-17,11,-7,47,15,40v19,-2,27,-12,48,-21xm24,-59v14,-8,38,-27,33,-40v-13,8,-24,22,-33,40",w:84,k:{y:13,x:26,v:13,u:4,t:19,s:17,r:12,p:12,o:13,n:21,l:5,k:8,j:17,i:8,e:8,c:13,a:3,")":10}},f:{d:"71,-223v12,-2,15,22,7,31v8,10,-7,38,-17,21v1,-7,9,-20,7,-33v-15,22,-29,57,-36,82v11,-2,22,-7,31,0r1,7v-9,1,-22,4,-38,10r-32,127v9,4,1,19,-4,23v-28,-34,17,-102,21,-147v-8,1,-20,3,-17,-12v6,-5,25,2,24,-11v9,-16,23,-94,53,-98",w:62,k:{"\u00f6":20,"\u00e5":33,y:20,x:30,u:26,t:17,r:13,q:13,o:19,n:13,l:11,k:14,j:18,i:14,f:13,e:16,b:14}},g:{d:"72,-67v-33,55,-33,190,-98,191r-8,-8v23,2,30,-14,37,-28v15,-27,23,-56,28,-85v-30,11,-50,-26,-39,-56v14,-36,26,-51,59,-58v25,-5,21,20,21,44xm18,-8v26,-2,24,-42,38,-61v0,-1,-2,-3,-5,-4v10,-2,10,-16,6,-24v-1,0,-7,2,-18,6v-26,8,-50,60,-21,83",w:76,k:{y:17,x:30,t:17,s:7,p:8,o:3,n:13,k:26,j:27,i:1,e:1,a:-1,"/":-8}},h:{d:"33,-161v1,-10,9,-28,20,-16v-12,52,-35,94,-48,145v22,-27,46,-67,76,-81v23,-10,20,25,15,44v-13,52,-11,39,-16,79v-29,-24,8,-73,5,-108v-35,18,-59,70,-87,100v-10,6,-11,-5,-11,-12v10,-55,31,-101,46,-151",w:98,k:{"\u00e5":15,x:22,u:10,f:-17,a:-8}},i:{d:"30,-153v16,-3,23,4,14,15v-16,3,-23,-8,-14,-15xm54,-41v-8,28,-21,44,-45,50v-31,-17,-9,-93,6,-122v4,-8,20,1,15,9v-11,23,-28,66,-18,100v15,-7,31,-25,42,-37",w:54,k:{"\u00df":23,x:21,v:11,t:21,s:3,r:3,q:5,p:21,o:-3,n:15,l:14,k:9,j:14,g:10}},j:{d:"47,-194v17,-2,13,15,6,27v-7,-5,-17,-16,-6,-27xm41,-88v-11,62,-27,135,-47,191v-2,7,-14,14,-15,3v18,-52,41,-144,48,-219v-2,-3,3,-3,5,-5v16,-1,7,17,16,28v-3,0,-7,-1,-7,2",w:59,k:{"\u00f8":-10,x:17,t:4,o:-3,k:28,h:-13}},k:{d:"33,-82v10,-8,36,-30,53,-24v3,3,3,5,3,9v-28,5,-54,22,-54,48v0,26,28,40,52,50v0,3,-1,6,-5,8v-28,-8,-53,-21,-60,-49v-3,16,-12,28,-10,46v0,6,-4,9,-11,9v-8,-43,17,-84,26,-123v9,-40,18,-69,22,-90v16,-4,12,6,8,23",w:91,k:{"\u00aa":18,"\u00e9":23,z:-22,y:17,x:22,u:4,t:19,r:3,o:8,n:13,k:15,j:22,e:14}},l:{d:"18,-4v9,-2,13,-12,26,-11v-5,16,-30,33,-40,14v-4,-75,22,-150,50,-207v4,-6,10,-5,14,0v-18,56,-55,131,-50,204",w:52,k:{"\u00e6":41,y:12,x:34,w:22,v:15,u:14,t:22,s:13,r:4,q:4,p:22,o:10,n:17,l:9,k:23,j:22,i:3,g:11,f:-5,e:9,d:13,c:13,b:19,a:-3}},m:{d:"-6,2v-1,-30,31,-80,17,-107v10,-9,21,3,20,16v-2,16,-11,37,-11,57v13,-15,50,-62,73,-76v25,17,2,54,-1,84v24,-26,51,-74,82,-87v23,5,-9,60,-6,67v-5,26,-7,44,-7,53v8,5,3,9,-7,12v-23,-27,7,-87,12,-113r-73,86v-8,7,-14,10,-18,9v-1,-30,14,-56,11,-89v-31,24,-54,74,-87,90v-2,0,-3,-1,-5,-2",w:189,k:{y:8,x:39,w:26,v:17,u:6,t:17,p:26,o:13,j:26,e:11}},n:{d:"84,-97v15,-1,9,18,10,29v-5,24,-15,55,0,74v-36,3,-18,-55,-14,-83v-24,12,-40,76,-74,76v-12,-24,17,-68,17,-99v6,-8,16,1,15,8r-15,64v21,-31,37,-53,61,-69",w:105,k:{"\u00df":17,"\u00e5":7,y:8,x:30,w:8,u:10,t:13,m:-17,l:-13,k:6,j:17,h:-13,g:-3,f:-8,e:3,d:1,a:-4}},o:{d:"53,-108v54,1,28,86,0,102v-13,23,-59,24,-61,-10v6,-32,18,-68,48,-80v2,0,11,-5,13,-12xm38,-76v-18,17,-35,40,-30,68v2,2,5,5,11,5v29,-8,58,-40,52,-84v-1,-14,-14,-10,-23,-5v12,11,-5,45,-10,16",w:88,k:{"\u00e6":17,"\u00df":22,y:8,x:26,u:8,t:8,s:-5,p:13,o:9,n:12,k:15,j:22,g:-4,f:-8,d:-2,c:8,b:20}},p:{d:"44,-69r-14,60v32,-13,60,-32,71,-68v-9,-36,-75,-15,-81,11v-2,-12,-2,-19,-2,-21v18,-47,130,-21,93,31v-18,25,-51,52,-83,61v-13,37,-18,75,-36,122r-7,0v-14,-5,7,-30,3,-43v9,-27,22,-55,22,-92v19,-16,0,-76,34,-61",w:117,k:{y:8,x:39,u:8,s:-4,p:13,o:5,n:8,g:13}},q:{d:"-10,-20v10,-46,45,-81,84,-79v10,1,15,8,16,23v21,30,-26,60,-33,85v-5,9,-10,22,-15,39v9,4,28,-3,29,9v-7,4,-18,5,-33,5v-6,12,-13,40,-17,68v-1,4,-4,6,-9,5v-4,-27,7,-47,11,-73v-14,1,-27,1,-43,0v-10,-22,9,-13,27,-13v7,0,16,1,22,-1v5,-15,6,-16,16,-47v-18,10,-62,8,-55,-21xm4,-18v10,27,55,3,64,-22v6,-8,16,-38,1,-44v-31,6,-56,29,-65,66",w:101,k:{y:26,x:30,u:7,t:13,p:17,o:7,n:8,c:13,a:-13}},r:{d:"86,-110v-39,20,-67,52,-74,107v-2,10,-14,14,-18,5v2,-12,18,-54,24,-102v0,-7,19,-7,17,0r-5,22v14,-16,28,-40,52,-43v19,2,20,12,14,34v-8,3,-5,-3,-7,-14v0,-5,-1,-8,-3,-9",w:86,k:{"\u00fc":17,"\u00e9":23,z:22,y:26,x:35,u:17,t:30,q:22,p:17,o:19,n:8,m:12,l:-8,k:19,i:11,g:13,e:23,d:14,a:2,".":35,",":57}},s:{d:"66,-27v-5,27,-47,46,-70,27v-6,-34,6,-1,16,-3v23,-5,31,-8,39,-21v-2,-16,-76,-28,-38,-54v21,-15,24,-17,54,-30v11,1,15,7,6,12v-19,10,-49,18,-58,35v15,8,46,16,51,34",w:80,k:{"\u00df":19,"\u00e5":18,y:8,x:22,t:13,p:17,k:18,e:8,c:8}},t:{d:"48,8v-48,1,-23,-68,-10,-98v-8,0,-15,4,-21,12v-8,0,-18,-17,-2,-20v7,-6,18,-8,30,-9v11,-22,20,-43,24,-63v5,-7,9,-4,14,3v-1,17,-7,36,-19,58v12,3,29,0,28,16v-6,0,-28,-2,-36,0v-16,30,-23,56,-22,76v1,28,33,-2,47,-1v-4,13,-15,21,-33,26",w:90,k:{y:21,x:26,w:8,u:8,t:21,s:8,r:18,q:4,p:17,o:9,n:6,l:17,k:17,j:13,e:11,b:8,a:14}},u:{d:"81,-16v14,-5,18,-11,29,-20r4,3v-4,22,-42,47,-50,14v-1,-4,-1,-6,-2,-6v-3,2,-34,40,-56,37v-22,-34,-1,-84,15,-115v4,-1,11,2,10,7v-9,24,-26,56,-20,93v45,-7,55,-72,77,-103v6,-5,9,2,9,8v-3,26,-32,51,-16,82",w:112,k:{y:17,x:35,w:5,u:13,t:26,s:19,q:13,p:17,n:21,l:10,k:17,j:26,f:4,e:8,c:17,b:13}},v:{d:"26,-106v18,2,-4,36,-4,40v-1,12,-17,53,-3,64v29,-26,52,-59,48,-104v11,-7,14,10,28,8v10,1,20,-14,28,-7v-9,14,-18,23,-43,19v-7,41,-30,79,-50,94v-20,15,-36,-14,-30,-40v7,-30,11,-52,20,-72v2,-1,4,-2,6,-2",w:109,k:{"\u00f8":19,"\u00e6":42,"\u00e5":32,z:13,y:34,x:52,w:19,v:32,u:39,t:20,s:30,r:16,q:37,p:42,o:42,n:34,m:19,l:15,k:42,j:42,i:15,g:32,f:10,e:31,d:24,c:35,b:31,a:32,".":48,",":63}},w:{d:"111,-28v17,-16,57,-83,80,-103r7,0v-16,31,-48,91,-79,114v-30,9,-36,-27,-39,-55v-16,22,-27,54,-51,75v-9,0,-19,3,-19,-8v1,-35,6,-71,11,-108v8,-11,18,3,17,11v0,18,-11,32,-5,47v-9,5,-6,23,-7,37v29,-28,28,-45,59,-90v18,-10,22,9,15,26v-3,26,-3,45,11,54",w:174,k:{x:42,u:8,r:-13,q:8,m:-13,h:-10,".":21,",":45}},x:{d:"53,-105v28,4,-4,27,14,51v5,-3,17,-15,37,-34r12,2v-3,23,-32,28,-43,46v8,14,25,28,36,41v-23,0,-32,-19,-46,-31r-46,37v-15,-5,-2,-16,7,-23r33,-28v-12,-31,-17,-37,-4,-61",w:111,k:{y:17,x:30,u:13,t:17,s:4,q:8,p:13,n:13,k:8,j:22}},y:{d:"94,-96v-28,66,-49,167,-104,206v-1,0,-5,1,-11,2v22,-22,50,-74,60,-110v-19,-21,-38,-62,-33,-111v26,13,9,85,42,95v7,-14,16,-42,29,-83v10,-8,10,-4,17,1",w:91,k:{x:22,t:19,p:16,m:-17,l:-1,k:25,h:-13,g:-13,a:-13,",":38}},z:{d:"99,-67v-14,33,-58,42,-83,62v13,4,47,-8,66,-2v-2,2,-2,4,-2,5v-32,4,-65,17,-84,0v19,-28,64,-29,88,-63v-21,-18,-55,11,-71,-10v17,-12,77,-15,86,8",w:97,k:{t:17,k:17,j:8}},"{":{d:"238,-249v-2,1,-3,2,-4,3v1,-1,1,-1,4,-3xm250,-254r1,0r-1,0xm242,-252r-4,3v1,-1,1,-1,4,-3xm247,-255r2,0r-2,0xm221,-232v-1,1,-3,3,-3,5xm207,-212r0,0r0,0xm207,-212r5,-7xm218,-226v-3,1,-4,4,-6,7v3,-4,3,-3,6,-7xm221,-230v-1,2,-1,2,-3,4v1,-1,2,-2,3,-4xm222,-231r-1,1xm189,-273r0,2v1,-1,1,-2,0,-2xm196,-244v-1,0,0,1,1,1xm251,-250v4,1,4,19,4,5v0,-2,-2,-3,-4,-5xm210,-211v-1,0,-1,0,-1,1xm247,-252r1,0r-1,0xm249,-252r0,0r0,0xm251,-250v-1,-2,-1,-8,-3,-2xm255,-238v0,1,-1,3,-1,6v0,-2,1,-4,1,-6xm199,-241r-1,-2xm202,-242v-9,-1,-6,-26,-14,-29r-12,25r13,-24v7,18,9,35,14,55v0,2,2,4,6,4v-9,-7,-16,-35,-7,-31xm247,-252v-7,1,-26,24,-37,42v10,-13,23,-37,37,-42xm298,-216v-13,0,-26,3,-40,10v13,-4,27,-10,40,-10xm303,-206v5,-1,-2,-16,1,-8v1,3,1,5,-1,8xm301,-216r1,0r-1,0xm300,-202r-5,9v0,-1,2,-4,5,-9xm113,-274v-2,6,-6,14,-10,24v3,-6,7,-14,10,-24xm95,-34v-2,8,-12,13,-10,20v-8,3,-12,13,-18,23v7,17,38,-3,56,-6v-2,9,-27,37,-17,52v29,-4,36,-27,65,-32v2,14,17,59,31,35v5,-3,7,-14,16,-22v12,11,13,34,35,36v9,-3,2,-22,8,-29v19,-5,29,19,44,5v3,-12,-5,-27,-6,-40v19,-6,30,15,41,1r-12,-53v13,0,32,21,42,11v0,-24,-17,-36,-29,-55v12,-13,48,-18,38,-43v-14,-8,-29,-10,-45,-17v3,-16,23,-33,5,-45v-15,1,-32,0,-40,10v8,-5,28,-6,39,-1r-13,40v7,13,49,11,49,26v-4,-5,-9,6,-18,9v3,-1,5,-2,5,-2r-30,19v9,24,23,31,32,55v-10,-4,-38,-29,-46,-10r12,50v-9,-5,-43,-14,-39,7r6,33v-23,-12,-50,-16,-48,20v-11,-12,-16,-36,-34,-36v-6,6,-13,17,-21,30v-14,-9,-2,-55,-37,-39r-31,19r2,0r-15,9v4,-14,16,-33,22,-47v-16,-12,-36,9,-57,8v9,-15,20,-22,26,-43v-8,-12,-35,-5,-54,-9v2,-1,30,-18,11,-26v-16,-7,-31,-16,-49,-20v16,-4,29,-11,47,-14v5,-23,-20,-37,-36,-52r43,-4v10,-24,-4,-48,-10,-71r35,23v-12,-7,-25,-16,-34,-24v11,8,24,14,34,23v10,-3,10,-24,14,-34r-1,1v6,-12,12,-31,17,-42v11,19,15,54,25,80v4,2,7,0,8,-3r37,-66v-2,-2,-3,-1,-4,2r-37,64v-12,-19,-13,-61,-28,-80r-4,0r1,1v-4,3,-7,21,-11,29v2,-9,9,-21,9,-29v-3,19,-20,48,-25,74v-8,-6,-23,-20,-38,-25v-9,16,15,45,12,72v-17,2,-38,-1,-51,6v10,19,30,29,39,48v-18,6,-39,10,-53,19v9,16,43,14,60,31v-7,7,-18,9,-23,18v6,14,35,4,58,10",w:382},"|":{d:"35,-230v0,-9,10,-39,22,-22v3,22,-9,38,-9,67v-1,38,-7,46,-7,83v0,67,-12,142,6,195v0,6,-2,8,-6,7v-14,-11,-20,-40,-20,-73v0,-22,14,-192,14,-257",w:59},"}":{d:"91,-114v22,-37,83,-6,71,41v-1,25,-45,34,-65,49v-1,8,-10,9,-13,12v-6,-32,-52,-24,-61,-59v-27,-44,41,-82,68,-43xm117,-123v-6,0,-10,1,-14,4v2,-1,6,-2,14,-4xm145,-58v5,-1,12,-16,11,-25v-1,11,-5,19,-11,25xm35,-91v0,37,34,37,56,54v-2,2,-2,5,1,7v25,-13,80,-44,47,-80v-14,-15,-49,-2,-42,17v0,2,-3,4,-6,3v0,-26,-56,-33,-56,-1xm85,-111r1,0r-1,0",w:183},"~":{d:"24,-301v27,-27,42,15,50,40r1,-1r0,2v13,1,27,-55,36,-24v-6,10,-20,31,-32,38v-25,1,-27,-79,-53,-35v0,0,-15,45,-17,17v0,-12,4,-25,15,-37",w:103},"\u00c4":{d:"139,-111v10,-1,23,-5,29,3v-5,15,-30,2,-28,22v3,35,10,51,27,83v0,2,-3,5,-8,8v-19,-17,-32,-55,-37,-93v-13,2,-39,12,-62,16v-15,11,-22,28,-30,51v3,-3,7,-6,14,-12v-8,16,-8,39,-34,36v-3,-26,20,-55,31,-76v-14,-2,-17,-17,0,-21v23,10,25,-26,43,-38v11,-21,27,-37,34,-63v4,-6,11,-16,23,-9v6,32,-7,65,-2,93xm121,-107r0,-54v-11,15,-27,37,-47,68v9,-5,35,-5,47,-14xm103,-222v-18,-12,3,-34,11,-17v0,10,-3,16,-11,17xm153,-242v9,1,8,18,-2,17v-8,-3,-6,-16,2,-17",w:161},"\u00c5":{d:"147,-261v17,-13,40,11,37,30v-6,38,-15,53,-47,63r9,66v5,0,23,-13,33,-19v6,20,-26,25,-31,36v9,33,17,46,32,73v-1,2,-3,4,-6,7v-20,-15,-31,-48,-41,-76v-14,7,-39,15,-58,15v-19,3,-21,30,-33,38v-5,6,-22,34,-34,36v-18,-12,41,-65,31,-58v10,-14,16,-26,17,-36v21,-4,13,-7,25,-28v15,-25,16,-39,32,-67v-24,-35,-1,-76,34,-80xm120,-210v0,29,16,14,27,24v25,-4,39,-75,1,-68v-12,8,-28,23,-28,44xm120,-141r-43,57v19,3,40,-5,53,-14v-2,-16,-3,-32,-10,-43",w:177,k:{"\u00c1":52,"\u00c2":52,"\u00c3":52,"\u00c0":52,"\u00c4":52,T:52}},"\u00c7":{d:"160,-22v-18,-1,-26,21,-43,21v-6,4,-12,7,-19,8v8,6,17,13,17,26v0,34,-61,58,-83,56v-16,5,-24,-16,-13,-24v6,-2,3,6,8,8v32,2,56,-13,72,-32v9,-22,-11,-25,-33,-31v-51,-1,-64,-57,-41,-101v26,-49,63,-115,114,-127v11,-3,20,8,12,17v-25,-1,-38,14,-50,27v-34,36,-57,77,-69,126v-3,70,85,43,121,22v0,0,9,-1,7,4",w:163},"\u00c9":{d:"187,-193v-11,4,-74,9,-93,17v-12,21,-30,35,-38,64v41,-6,32,-8,92,-29r15,1v-37,29,-64,35,-114,51v-10,24,-16,41,-13,63v18,49,71,-9,90,-22v-8,31,-48,61,-75,56v-46,-8,-37,-62,-22,-97v-5,-2,-7,-6,-7,-12v2,-3,12,-5,14,-7v8,-28,19,-41,34,-66v-2,-1,-16,-3,-16,-11v0,-6,6,-8,19,-8v42,0,72,-13,112,-5xm138,-241v-18,7,-31,13,-41,25v-10,-1,-9,-10,1,-15v11,-9,27,-22,40,-14v1,1,1,3,0,4",w:174,k:{Y:29}},"\u00d1":{d:"107,-265v26,-27,44,17,50,41v13,-2,20,-28,31,-35v14,14,-14,40,-26,49v-25,1,-27,-79,-53,-35v0,0,-15,45,-17,17v0,-12,4,-25,15,-37xm202,-201v-34,62,-45,135,-80,204v-3,-1,-6,-3,-12,-5v-25,-29,-36,-102,-43,-160v-10,39,-26,77,-33,116v-3,19,-13,39,-16,62v-1,10,-19,9,-19,0v11,-48,52,-169,65,-214v9,-7,16,1,21,5v3,58,9,134,32,168v22,-59,39,-129,72,-177v6,-4,12,-7,13,1",w:180},"\u00d6":{d:"163,-199v22,23,24,46,22,77v-24,52,-68,126,-135,125v-17,-7,-38,-22,-38,-47v0,-21,11,-48,32,-80v19,-29,62,-94,119,-75xm104,-35v40,-34,87,-96,49,-147v-3,-3,-7,-4,-10,-2v1,7,-4,2,-7,1v-9,-1,-23,14,-32,15v-42,43,-73,84,-73,123v0,49,45,34,73,10xm121,-222v-18,-12,3,-34,11,-17v0,10,-3,16,-11,17xm171,-242v9,1,8,18,-2,17v-8,-3,-6,-16,2,-17",w:191},"\u00dc":{d:"167,-214v9,8,-1,20,-2,30v2,12,-53,125,-35,152v0,3,-8,35,-21,22v0,0,-2,1,-4,1v0,-17,2,-38,7,-64v-6,9,-23,40,-36,51v-13,22,-28,35,-45,37v-44,-18,-23,-70,-6,-116r37,-100v6,-17,23,-11,22,7v-18,23,-27,60,-39,93v-15,43,-19,70,-17,98v1,3,7,2,10,0v46,-47,91,-118,114,-207v6,-5,12,-6,15,-4xm87,-235v-7,-14,11,-23,16,-11v3,13,-12,20,-16,11xm146,-248v6,4,2,18,-6,16v-10,-4,-4,-21,6,-16",w:160},"\u00e1":{d:"72,-113v10,35,-34,77,-8,104v9,-4,14,2,7,8v-13,11,-29,-9,-28,-25v-14,20,-21,34,-44,34v-7,-6,-10,-13,-10,-23v0,-41,29,-90,58,-107v24,-2,14,26,4,37v-1,2,-4,4,-9,6v2,-13,8,-15,9,-29v-27,26,-66,76,-44,104v34,-27,46,-39,57,-103v1,-2,3,-5,8,-6xm68,-171v10,7,-16,22,-12,35v-8,4,-7,-5,-5,-11v3,-10,8,-18,17,-24",w:82},"\u00e0":{d:"72,-113v10,35,-34,77,-8,104v9,-4,14,2,7,8v-13,11,-29,-9,-28,-25v-14,20,-21,34,-44,34v-7,-6,-10,-13,-10,-23v0,-41,29,-90,58,-107v24,-2,14,26,4,37v-1,2,-4,4,-9,6v2,-13,8,-15,9,-29v-27,26,-66,76,-44,104v34,-27,46,-39,57,-103v1,-2,3,-5,8,-6xm49,-138v-1,-11,-21,-22,-11,-30v6,9,12,14,15,28",w:82},"\u00e2":{d:"72,-113v10,35,-34,77,-8,104v9,-4,14,2,7,8v-13,11,-29,-9,-28,-25v-14,20,-21,34,-44,34v-7,-6,-10,-13,-10,-23v0,-41,29,-90,58,-107v24,-2,14,26,4,37v-1,2,-4,4,-9,6v2,-13,8,-15,9,-29v-27,26,-66,76,-44,104v34,-27,46,-39,57,-103v1,-2,3,-5,8,-6xm54,-169v10,1,11,24,13,36v-2,3,-4,2,-4,-1v-1,-11,-1,-23,-6,-31v-8,4,-11,19,-17,24v-1,-8,7,-22,14,-28",w:82},"\u00e4":{d:"72,-113v10,35,-34,77,-8,104v9,-4,14,2,7,8v-13,11,-29,-9,-28,-25v-14,20,-21,34,-44,34v-7,-6,-10,-13,-10,-23v0,-41,29,-90,58,-107v24,-2,14,26,4,37v-1,2,-4,4,-9,6v2,-13,8,-15,9,-29v-27,26,-66,76,-44,104v34,-27,46,-39,57,-103v1,-2,3,-5,8,-6xm83,-136v-7,-4,-17,2,-15,-12v0,-1,0,-3,-3,-8v13,6,23,-3,18,20xm28,-143v-8,-8,2,-16,16,-15v0,13,-6,18,-16,15",w:78},"\u00e3":{d:"39,-163v13,-15,21,9,26,21v8,1,15,-29,19,-12v-5,6,-7,12,-16,20v-13,-1,-11,-24,-20,-27v-9,2,-7,16,-15,22v-5,-6,0,-17,6,-24xm86,-113v11,36,-34,76,-8,104v9,-4,15,1,7,8v-12,11,-29,-9,-28,-25v-14,20,-21,34,-44,34v-7,-6,-10,-13,-10,-23v0,-41,29,-90,58,-107v24,-2,14,26,4,37v-1,2,-4,4,-9,6v2,-13,8,-18,10,-29v-29,24,-65,75,-45,104v35,-26,46,-40,57,-103v1,-2,3,-5,8,-6",w:91},"\u00e5":{d:"36,-136v-6,-7,0,-10,4,-16v12,-20,31,-43,56,-27v9,10,9,35,-8,35v-14,0,-17,-12,-25,-19v-4,2,-20,19,-27,27xm83,-170v-4,3,-1,11,6,10v-1,-6,2,-11,-6,-10xm52,-104v42,16,-19,55,-4,92v15,-3,23,-21,35,-29v6,13,-20,30,-30,38v-15,1,-19,-5,-20,-17v-4,6,-10,15,-20,26v-19,10,-29,-4,-19,-32v20,-23,26,-69,58,-78xm53,-89v-21,16,-55,57,-47,89v9,-12,28,-34,33,-54v-5,-13,10,-19,14,-35",w:84,k:{t:39,r:12,l:-13,g:26}},"\u00e7":{d:"15,-30v3,30,40,7,62,8v-5,14,-27,20,-42,21v0,3,-2,6,-6,10v9,2,16,6,16,15v0,14,-29,35,-36,20v11,-1,48,-19,19,-29v-4,0,-18,-5,-7,-6v5,2,15,-11,6,-11v-20,-2,-32,-21,-24,-44v12,-37,34,-59,57,-66v8,3,12,9,13,16v-5,10,-24,-1,-32,16v-11,13,-23,23,-26,50",w:82},"\u00e9":{d:"67,-161v6,15,-12,16,-19,30v-8,2,-15,-3,-9,-10v10,-5,19,-12,28,-20xm86,-28v-34,35,-76,43,-83,-12v-14,4,-26,-8,-16,-16v6,1,14,2,18,-2v6,-32,19,-69,50,-69v12,0,15,7,16,17v0,19,-29,54,-53,64v-5,14,7,39,24,32v8,1,22,-15,44,-21r0,7xm59,-113v-13,0,-34,23,-38,48v14,-9,36,-26,38,-48"},"\u00e8":{d:"54,-161v7,12,36,15,26,30v-17,-2,-21,-16,-29,-26v0,-1,2,-3,3,-4xm106,-28v-34,36,-76,43,-84,-12v-13,4,-25,-8,-15,-16v6,1,14,2,18,-2v6,-32,19,-69,50,-69v11,0,15,6,15,17v0,19,-28,54,-52,64v-3,38,30,42,61,11r7,0r0,7xm78,-113v-13,0,-33,25,-38,48v14,-9,36,-26,38,-48",w:99},"\u00ea":{d:"13,-39v-22,59,36,47,67,26v-16,37,-95,49,-87,-10v6,-42,32,-73,64,-95v14,-5,26,6,19,22v-6,13,-25,42,-57,51v-4,0,-6,2,-6,6xm25,-62v14,-8,38,-28,35,-40v-13,7,-24,21,-35,40xm69,-191v5,12,15,39,8,50v-11,-4,-5,-34,-13,-45v-10,6,-12,23,-22,30r2,-1v-9,-12,10,-33,25,-34",w:90},"\u00eb":{d:"13,-39v-22,59,36,47,67,26v-16,37,-95,49,-87,-10v6,-42,32,-73,64,-95v14,-5,26,6,19,22v-6,13,-25,42,-57,51v-4,0,-6,2,-6,6xm25,-62v14,-8,38,-28,35,-40v-13,7,-24,21,-35,40xm22,-145v-6,-15,11,-23,17,-11v3,13,-13,20,-17,11xm67,-158v8,7,-5,23,-10,12v-3,-8,2,-16,10,-12",w:90},"\u00ed":{d:"54,-41v-8,28,-21,44,-45,50v-6,1,-16,-11,-15,-24v1,-26,10,-72,25,-102v5,-7,21,3,14,9v-12,21,-31,77,-21,104v15,-7,31,-25,42,-37xm42,-168v4,14,-13,25,-27,30v-9,-15,21,-18,27,-30",w:54},"\u00ec":{d:"54,-41v-8,28,-21,44,-45,50v-6,1,-16,-11,-15,-24v1,-26,10,-72,25,-102v5,-7,21,3,14,9v-12,21,-31,77,-21,104v15,-7,31,-25,42,-37xm3,-168v7,12,35,15,27,30v-12,0,-30,-18,-27,-30",w:54},"\u00ee":{d:"54,-41v-8,28,-21,44,-45,50v-6,1,-16,-11,-15,-24v1,-26,10,-72,25,-102v5,-7,21,3,14,9v-12,21,-31,77,-21,104v15,-7,31,-25,42,-37xm8,-157v-16,-8,7,-27,14,-34v22,-4,18,30,22,48v-10,6,-7,-8,-10,-16v-1,-11,-3,-20,-6,-27v-10,6,-12,23,-22,30",w:54},"\u00ef":{d:"54,-41v-8,28,-21,44,-45,50v-6,1,-16,-11,-15,-24v1,-26,10,-72,25,-102v5,-7,21,3,14,9v-12,21,-31,77,-21,104v15,-7,31,-25,42,-37xm4,-145v-6,-15,11,-23,17,-11v3,13,-13,20,-17,11xm49,-158v8,7,-5,23,-10,12v-3,-8,2,-16,10,-12",w:54},"\u00f1":{d:"84,-97v15,-1,9,18,10,29v-5,24,-15,55,0,74v-36,3,-18,-55,-14,-83v-24,12,-40,76,-74,76v-12,-24,17,-68,17,-99v6,-8,16,1,15,8r-15,64v21,-31,37,-53,61,-69xm39,-163v13,-15,21,9,26,21v8,1,15,-29,19,-12v-5,6,-7,12,-16,20v-13,-1,-11,-24,-20,-27v-9,2,-7,16,-15,22v-5,-6,0,-17,6,-24",w:105},"\u00f3":{d:"56,-100v50,8,13,82,-13,92v-14,20,-56,18,-53,-15v8,-27,22,-59,50,-68v3,2,12,-6,16,-9xm67,-63v2,-17,-2,-33,-17,-23v11,8,-9,42,-10,14v-20,12,-35,35,-34,59v1,3,3,5,6,5v25,-5,44,-23,55,-55xm63,-150v6,12,-13,24,-26,30v-11,-14,20,-19,26,-30",w:88},"\u00f2":{d:"56,-100v50,8,13,82,-13,92v-14,20,-56,18,-53,-15v8,-27,22,-59,50,-68v3,2,12,-6,16,-9xm67,-63v2,-17,-2,-33,-17,-23v11,8,-9,42,-10,14v-20,12,-35,35,-34,59v1,3,3,5,6,5v25,-5,44,-23,55,-55xm21,-154v7,12,35,15,27,30v-12,1,-30,-18,-27,-30",w:88},"\u00f4":{d:"56,-100v50,8,13,82,-13,92v-14,20,-56,18,-53,-15v8,-27,22,-59,50,-68v3,2,12,-6,16,-9xm67,-63v2,-17,-2,-33,-17,-23v11,8,-9,42,-10,14v-20,12,-35,35,-34,59v1,3,3,5,6,5v25,-5,44,-23,55,-55xm34,-129v-12,-8,2,-40,21,-37v9,12,14,31,16,47v-17,6,-9,-36,-20,-42v-8,7,-13,25,-17,32",w:88},"\u00f6":{d:"56,-100v50,8,13,82,-13,92v-14,20,-56,18,-53,-15v8,-27,22,-59,50,-68v3,2,12,-6,16,-9xm67,-63v2,-17,-2,-33,-17,-23v11,8,-9,42,-10,14v-20,12,-35,35,-34,59v1,3,3,5,6,5v25,-5,44,-23,55,-55xm22,-131v-6,-15,11,-23,17,-11v3,14,-14,22,-17,11xm67,-143v5,4,1,17,-6,16v-10,-4,-4,-22,6,-16",w:88},"\u00f5":{d:"56,-100v50,8,13,82,-13,92v-14,20,-56,18,-53,-15v8,-27,22,-59,50,-68v3,2,12,-6,16,-9xm67,-63v2,-17,-2,-33,-17,-23v11,8,-9,42,-10,14v-20,12,-35,35,-34,59v1,3,3,5,6,5v25,-5,44,-23,55,-55xm20,-133v3,-41,34,-18,34,2v8,0,11,-15,17,-18v4,9,-6,17,-14,26v-12,-1,-11,-24,-20,-27v-9,2,-8,15,-15,22v-1,0,-2,-1,-2,-5",w:88},"\u00fa":{d:"81,-16v14,-5,18,-11,29,-20r4,3v-4,22,-42,47,-50,14v-1,-4,-1,-6,-2,-6v-3,2,-34,40,-56,37v-22,-34,-1,-84,15,-115v4,-1,11,2,10,7v-9,24,-26,56,-20,93v45,-7,55,-72,77,-103v6,-5,9,2,9,8v-3,26,-32,51,-16,82xm74,-154v4,14,-13,26,-26,30v-11,-14,20,-19,26,-30",w:112},"\u00f9":{d:"81,-16v14,-5,18,-11,29,-20r4,3v-4,22,-42,47,-50,14v-1,-4,-1,-6,-2,-6v-3,2,-34,40,-56,37v-22,-34,-1,-84,15,-115v4,-1,11,2,10,7v-9,24,-26,56,-20,93v45,-7,55,-72,77,-103v6,-5,9,2,9,8v-3,26,-32,51,-16,82xm39,-161v7,12,35,15,27,30v-14,-1,-30,-19,-27,-30",w:112},"\u00fb":{d:"81,-16v14,-5,18,-11,29,-20r4,3v-4,22,-42,47,-50,14v-1,-4,-1,-6,-2,-6v-3,2,-34,40,-56,37v-22,-34,-1,-84,15,-115v4,-1,11,2,10,7v-9,24,-26,56,-20,93v45,-7,55,-72,77,-103v6,-5,9,2,9,8v-3,26,-32,51,-16,82xm46,-145v-9,-8,6,-40,26,-35v8,11,11,33,12,48v-12,7,-9,-8,-10,-17v-2,-11,-3,-20,-6,-27v-10,7,-13,23,-22,31",w:112},"\u00fc":{d:"90,-20v25,-1,29,-12,56,-31v12,8,-9,20,-14,25v-1,-1,-30,26,-41,22v-21,2,-19,-25,-14,-41v-17,19,-36,39,-62,44v-35,-23,12,-74,20,-99v2,-5,5,-9,9,-13v18,35,-38,67,-26,97v41,-20,65,-46,89,-91v3,-2,6,5,12,7v-21,39,-33,57,-29,80xm77,-45r1,0r-1,0xm65,-145v-6,-15,11,-23,17,-11v4,14,-13,20,-17,11xm110,-158v6,4,2,18,-6,16v-10,-4,-4,-21,6,-16",w:131,k:{f:8,d:4}},"\u00b0":{d:"1,-195v3,-29,13,-47,42,-53v27,22,-1,66,-25,69v-9,0,-17,-7,-17,-16xm48,-230v-1,-9,-9,-9,-15,-8v-13,8,-35,40,-15,47v21,1,32,-25,30,-39",w:52},"\u00a2":{d:"185,-247v-5,36,-19,51,-33,79v24,-21,48,-38,83,-44v9,-1,13,7,12,15v-6,32,-30,47,-59,65v25,2,37,15,37,36v0,18,-41,33,-63,19v1,28,7,83,-25,80v-29,-3,-43,-33,-43,-66v-31,13,-48,2,-78,-6v-3,-24,29,-28,45,-44v-13,-9,-30,-18,-40,-36v13,-45,62,-44,86,-2v-5,-42,29,-92,73,-103v4,1,6,3,5,7xm238,-202v-30,-4,-75,30,-91,56v8,4,12,9,14,14v31,-8,71,-27,77,-70xm175,-243v-18,5,-37,21,-46,35r2,-1v-15,12,-19,28,-11,50v10,-2,10,-1,17,5v7,-20,35,-62,38,-89xm168,-121v5,11,4,24,-7,33v16,19,65,5,52,-21v-7,-14,-21,-14,-45,-12xm135,-134v0,-18,-24,-11,-28,-3v-3,5,-14,22,-13,34v3,36,40,15,60,8v10,-4,11,-16,5,-25v-11,4,-20,-8,-7,-11v-2,-3,-5,-5,-8,-6r0,11v-6,-1,-9,-3,-9,-8xm101,-144v-14,-12,-29,-43,-59,-23v-21,14,-3,29,9,38v9,7,21,10,34,13v3,-8,9,-17,16,-28xm129,-8v33,7,25,-53,19,-74v-18,7,-25,10,-41,9v-12,35,0,49,22,65xm83,-104v-22,-10,-41,15,-57,29v14,8,60,16,70,-3v-9,-5,-13,-14,-13,-26",w:238},"\u00a3":{d:"102,-7v18,2,37,-18,58,-17v-14,45,-86,29,-123,14v-10,-1,-11,10,-19,9v-5,0,-10,-4,-9,-10v0,-16,14,-63,30,-40r16,-72v-16,-2,-32,4,-40,-7v1,-9,15,-8,20,-9v10,-7,31,4,30,-24v12,-24,2,-69,36,-72v15,0,37,7,30,22v-11,8,-32,-29,-38,-1v-3,11,-10,36,-19,75v11,3,39,-3,32,13v-13,0,-23,0,-35,2v-4,34,-20,69,-15,102v15,5,29,13,46,15xm36,-23v4,-16,-5,-29,-10,-9v-1,5,-7,13,-3,17v2,0,7,-3,13,-8",w:180,k:{Y:33}},"\u00a7":{d:"72,23v-14,-5,-13,-23,1,-32v-6,-16,-28,7,-35,10v1,10,-9,7,-13,3v-27,3,-30,-13,-15,-26v12,-11,36,-24,32,-43v3,-2,6,-7,8,-16v-8,4,-33,11,-44,1v6,-31,65,-35,60,-68v2,-8,3,-13,12,-19v6,8,4,14,1,24v12,-5,31,-23,53,-34v12,19,-15,23,-29,36v-22,20,-31,14,-32,34v33,-7,51,-22,90,-28v-2,16,-31,27,-21,40v-26,7,-53,30,-75,45v-8,6,1,11,6,17v19,-3,39,-18,65,-23v-1,9,0,9,7,14r-7,0v-17,23,-22,22,-38,36v8,7,19,0,17,11v-9,2,-16,0,-25,-4v-2,4,-18,8,-13,16v0,2,-4,4,-5,6xm125,-112v-22,9,-38,11,-58,25v-4,2,-5,5,-4,9v13,-6,25,-13,36,-20v11,1,20,-7,26,-14xm36,-91v3,0,8,-3,17,-7v2,-7,4,-9,4,-9v-5,2,-12,8,-21,16xm105,-32v-8,3,-19,6,-21,13v6,0,13,-5,21,-13xm49,-32v-3,2,-4,7,-4,12v3,-1,6,-2,10,-5v-2,-5,-4,-7,-6,-7xm31,-17r0,0r0,0xm21,-10v5,-3,6,-2,9,-6v-2,1,-5,3,-9,6",w:158},"\u00b6":{d:"158,-213v100,6,184,75,155,184v-20,77,-143,139,-224,83v-48,-33,-86,-129,-47,-199r8,-2v-32,94,18,215,115,211v54,-2,143,-53,138,-130v-3,-48,-20,-72,-51,-105v-34,-20,-67,-30,-99,-30v-82,-1,-111,85,-88,168v-46,-73,-6,-185,93,-180",w:336},"\u00df":{d:"120,-175v-14,21,-39,40,-69,63v40,1,77,29,50,62v-15,28,-46,43,-82,50v-8,-2,-3,-10,2,-15v26,-3,26,-10,50,-24v15,-9,21,-21,24,-33v-7,-30,-49,-10,-60,-37v0,-4,1,-7,4,-10v23,-16,48,-33,63,-60v-21,-12,-63,-24,-60,20r-47,185v-18,7,-17,-12,-12,-30v13,-50,32,-100,39,-150v9,-15,7,-61,42,-48v26,-2,54,5,56,27",w:111,k:{Y:66}},"\u00ae":{d:"43,-196v-15,-15,-14,-72,-14,-87v-3,-5,13,-44,2,-55r2,-5v19,1,8,40,6,56v-3,20,3,64,8,88v-1,2,-2,3,-4,3xm130,-116v18,-8,26,8,26,26v0,19,-13,26,-34,19v0,12,18,25,32,16v14,-16,9,-63,-4,-75v-8,0,-17,7,-20,14xm21,-131v25,9,57,3,81,-4v6,-1,9,6,14,2v-15,-10,-23,-10,-51,-7v4,4,0,6,-2,9v-8,-13,-30,-5,-42,0xm122,-125v4,-7,27,-25,40,-9v15,30,17,113,-33,89v-2,-1,-10,-21,-11,-9v-5,16,-8,35,-20,44v-13,-9,14,-30,10,-50v11,-16,10,-44,4,-67v-24,9,-68,15,-100,5v6,44,10,86,34,112v-1,-11,33,-1,41,-12v10,8,-4,17,-14,17v-14,-1,-17,2,-24,0v-20,10,-33,-41,-37,-62r-12,-66v17,-7,27,-15,53,-17v4,-29,22,-49,4,-78v0,-10,6,-17,11,-7v0,21,13,40,1,64v-5,8,-9,14,-6,20v4,0,9,0,16,-1v-6,-46,27,-90,-2,-121v14,-8,23,24,22,39v-4,25,-14,45,-10,81v12,2,35,3,34,23v-1,0,-1,-1,-2,-1v1,1,1,4,1,6xm125,-91v2,2,1,7,1,10v15,8,25,-3,18,-22v-2,-7,-12,-3,-13,1v2,5,1,15,-6,11",w:187},"\u00a9":{d:"104,-267v100,6,184,75,155,184v-20,77,-143,139,-224,83v-48,-33,-86,-129,-47,-199r8,-2v-32,94,18,215,115,211v54,-2,143,-53,138,-130v-3,-48,-20,-72,-51,-105v-34,-20,-67,-30,-99,-30v-82,-1,-111,85,-88,168v-46,-73,-6,-185,93,-180xm164,-85v-8,30,-56,54,-91,37v-46,-41,7,-146,41,-158v15,0,33,20,16,27v-35,-3,-56,53,-55,101v17,43,63,-7,89,-7",w:246},"\u00b4":{d:"46,-235v3,16,-27,17,-30,34v-10,-2,-5,-9,1,-16v9,-10,18,-17,29,-18",w:60},"\u00a8":{d:"13,-204v-18,-12,3,-34,11,-17v0,10,-3,16,-11,17xm63,-224v9,1,8,18,-2,17v-8,-3,-6,-16,2,-17"},"\u00c6":{d:"116,-182v1,-6,2,-29,11,-31r129,24v5,1,9,14,-2,17v-36,-9,-82,-11,-116,-18v-5,19,-7,63,-2,84r102,-14v4,7,5,6,3,10v-24,15,-66,10,-106,23v-1,21,2,37,5,61v2,10,5,14,14,12v25,-5,47,-9,65,-9v16,0,37,-1,43,11v-7,13,-53,5,-53,8v-24,2,-41,5,-60,12v5,5,-5,13,-10,14v-7,2,-2,-17,-12,-11v-11,-5,3,-16,0,-23v-4,-17,-9,-44,-10,-73v-23,3,-52,-5,-59,15v-17,18,-20,49,-45,62v-5,0,-7,-2,-7,-7v3,-31,47,-55,49,-88v36,-17,21,-24,61,-79xm85,-103v11,1,22,3,31,-1v1,-19,0,-32,-3,-42v-10,13,-16,27,-28,43",w:268,k:{Y:28}},"\u00d8":{d:"211,-213v13,4,7,20,-3,18v-62,50,-107,120,-156,185v10,7,26,5,37,-1v47,-25,91,-60,82,-129v1,0,3,1,8,2v15,83,-58,156,-135,144v-1,0,-10,21,-20,18v-1,-6,8,-24,8,-26v-4,-6,-15,-20,-18,-31v-1,-61,36,-115,71,-150v22,-22,69,-5,45,23v-3,5,-9,6,-15,11v0,-12,9,-22,0,-26v-45,9,-71,80,-87,113v3,16,-1,35,13,45r98,-132v6,-7,59,-71,72,-64",w:184,k:{y:16}},"\u00b1":{d:"225,-117v17,11,32,26,54,29v9,-1,11,9,3,11v-23,5,-41,8,-54,9v15,27,30,46,45,65v0,3,-1,4,-3,4r-87,-41v-3,27,-1,60,-7,84v-22,-12,-28,-47,-42,-71v-27,17,-43,33,-78,46v-2,-1,-3,-3,-5,-7v11,-26,18,-44,32,-69v-22,-6,-52,-16,-77,-15r-3,-9v18,-9,54,-14,83,-26v-11,-24,-52,-54,-67,-82v0,-2,1,-3,3,-4v28,10,56,27,85,51v-4,-43,1,1,-16,-89v2,-2,1,-6,6,-6v9,6,39,60,50,79v12,-20,32,-40,48,-63v13,8,-1,28,-5,67v35,-6,55,-4,86,-1v6,0,8,10,1,11xm97,-99r-71,18v14,3,35,8,64,14v12,20,-30,51,-24,71v26,-9,44,-37,73,-43v6,9,23,57,32,66v5,-21,-3,-61,8,-79v14,6,38,16,72,33v-8,-15,-38,-43,-34,-56v11,-7,36,-4,45,-9r-54,-30v1,-18,24,-14,51,-33v-26,-5,-55,0,-74,6v-13,-12,7,-36,3,-56v-20,18,-26,36,-39,54v-15,-12,-16,-32,-44,-68r14,88v-6,0,-9,-1,-10,-4v-9,-15,-50,-41,-69,-49v26,30,48,50,59,73v0,2,0,4,-2,4",w:304},"\u00a5":{d:"86,-84v-4,10,-22,55,-37,27r0,-19v-10,9,-18,24,-35,23v-12,-32,20,-60,44,-77v12,10,-17,15,-20,28v-8,13,-20,20,-20,42v23,-9,29,-30,46,-47v12,9,-18,30,-5,52v13,-4,14,-33,31,-56v12,5,-5,39,12,45v13,-6,12,-35,7,-52v16,-2,15,32,34,34v13,-13,-2,-35,-8,-47r4,-3v13,13,19,28,40,21v0,-19,-35,-22,-29,-41v13,4,42,14,52,0v3,-19,-41,0,-48,-19v13,-5,38,-14,45,-33v-17,4,-29,13,-43,20v-8,-16,20,-15,25,-36v-12,3,-59,26,-43,43v-4,29,-32,41,-54,53v-14,2,-18,0,-21,-8v14,-40,60,-49,89,-82v9,-11,35,-25,37,-2r-5,8v11,-5,31,-5,21,11v-10,14,-16,18,-31,27v26,-1,40,5,34,23v-15,11,-25,14,-43,8v5,7,23,16,22,29v-1,9,-15,9,-28,7v10,21,11,34,17,68v6,-33,42,-50,55,-77v12,-5,8,13,11,28v8,51,-15,65,-43,89v-16,24,-15,71,-35,100v-8,-2,-4,-8,-2,-13v28,-61,11,-105,-1,-172v0,-1,-3,-6,-7,-16v8,25,-22,27,-29,10v-1,-2,-3,-6,-6,-10v-1,19,-1,37,-17,40v-12,-2,-10,-10,-16,-26xm71,-134v18,0,60,-24,59,-45v-27,5,-49,23,-59,45xm230,-103v-15,33,-62,50,-44,108v29,-23,66,-53,44,-108",w:266},"\u00b5":{d:"192,-206v-1,-10,18,-21,30,-20v-4,-1,-3,-5,0,-6v19,3,34,17,27,38v-10,27,-65,30,-57,-12xm231,-219r-7,0v2,4,0,7,-5,6v0,-2,-2,-3,-3,-4v-16,2,-26,35,-3,36v30,2,43,-28,17,-41v0,1,1,2,1,3xm226,-139v-1,-10,8,-9,5,-1xm237,-83v-15,-26,-8,-96,21,-80r-1,162v-8,7,-13,-4,-13,-14v0,-23,-2,-45,-7,-68xm250,-161v-9,12,-21,57,-5,74r4,39xm65,-174v-2,-9,12,-30,22,-25v30,15,67,22,104,22v12,0,12,11,3,14v-19,-2,-82,-12,-98,2v-11,9,-34,0,-31,-13xm130,-176v-14,-2,-26,-3,-37,-12v-2,10,-18,1,-18,21v21,6,25,-17,55,-9xm60,-163v4,17,8,41,-7,56r-8,83v0,-1,1,-1,1,-2v-1,12,-1,23,-1,31v-18,4,-14,-24,-14,-43v-1,-17,-3,-39,-4,-66v-18,-3,-13,-32,-9,-49v-1,-6,6,-7,7,-2r2,23v5,-14,2,-44,14,-26r3,28v9,-7,5,-30,16,-33xm39,-39v4,-24,2,-56,4,-72v9,-1,12,-14,12,-24v-2,3,-11,24,-19,14v0,-6,-3,-14,-3,-4v0,7,-8,14,-11,3v-1,10,8,11,14,14v-2,25,1,37,3,69xm66,-83r0,-1r0,1xm85,-40v-17,-57,23,-102,82,-90v32,6,34,40,24,71v-11,34,-81,57,-106,19xm163,-120v-34,-15,-75,13,-76,54r2,-3v-7,34,21,48,53,39v33,-9,61,-62,27,-89v-2,3,-7,8,-11,3",w:280},"\u03bc":{d:"192,-206v-1,-10,18,-21,30,-20v-4,-1,-3,-5,0,-6v19,3,34,17,27,38v-10,27,-65,30,-57,-12xm231,-219r-7,0v2,4,0,7,-5,6v0,-2,-2,-3,-3,-4v-16,2,-26,35,-3,36v30,2,43,-28,17,-41v0,1,1,2,1,3xm226,-139v-1,-10,8,-9,5,-1xm237,-83v-15,-26,-8,-96,21,-80r-1,162v-8,7,-13,-4,-13,-14v0,-23,-2,-45,-7,-68xm250,-161v-9,12,-21,57,-5,74r4,39xm65,-174v-2,-9,12,-30,22,-25v30,15,67,22,104,22v12,0,12,11,3,14v-19,-2,-82,-12,-98,2v-11,9,-34,0,-31,-13xm130,-176v-14,-2,-26,-3,-37,-12v-2,10,-18,1,-18,21v21,6,25,-17,55,-9xm60,-163v4,17,8,41,-7,56r-8,83v0,-1,1,-1,1,-2v-1,12,-1,23,-1,31v-18,4,-14,-24,-14,-43v-1,-17,-3,-39,-4,-66v-18,-3,-13,-32,-9,-49v-1,-6,6,-7,7,-2r2,23v5,-14,2,-44,14,-26r3,28v9,-7,5,-30,16,-33xm39,-39v4,-24,2,-56,4,-72v9,-1,12,-14,12,-24v-2,3,-11,24,-19,14v0,-6,-3,-14,-3,-4v0,7,-8,14,-11,3v-1,10,8,11,14,14v-2,25,1,37,3,69xm66,-83r0,-1r0,1xm85,-40v-17,-57,23,-102,82,-90v32,6,34,40,24,71v-11,34,-81,57,-106,19xm163,-120v-34,-15,-75,13,-76,54r2,-3v-7,34,21,48,53,39v33,-9,61,-62,27,-89v-2,3,-7,8,-11,3",w:280},"\u00aa":{d:"21,-49v0,31,36,30,54,45v0,1,-1,3,-3,4v-18,-2,-43,-7,-54,-19v1,10,-7,39,-15,17v0,-62,15,-119,30,-165v3,-8,13,-5,17,2v-8,19,-16,42,-22,78v11,-6,32,-19,48,-12v7,10,2,13,-8,14v-26,4,-42,15,-47,36",w:96,k:{j:28,Y:30}},"\u00ba":{d:"20,-3r0,0r0,0xm51,-159r208,-6v0,-2,1,-4,3,-9v8,3,3,13,16,11v3,5,-2,7,-8,6v3,0,6,2,10,3v-18,-6,-14,13,-16,32r-8,65v-8,34,9,48,-5,63v-5,-14,-3,-42,-6,-64v-3,20,-9,35,-1,53r-1,-1v-70,9,-141,-2,-198,6v-5,-5,-5,3,-9,5v-4,-6,-27,-9,-15,-15r10,0r11,-142v-8,-2,-10,9,-14,3v0,-8,-12,-3,-16,-9v0,3,-5,8,-6,2v4,-21,15,0,36,-3v1,-7,1,-21,11,-13v1,2,-1,9,-2,13xm276,-162r0,1r0,-1xm39,-34r0,24r3,0v-1,-9,-2,-18,-3,-24xm233,-13v5,-43,18,-94,23,-140r-41,0r4,3v-49,-6,-116,1,-169,1v-8,35,-9,97,-1,139v58,-13,127,1,184,-3xm256,-112v0,0,-2,1,0,1r0,-1",w:288},"\u00e6":{d:"5,-15v5,-38,25,-57,57,-74v11,-1,12,5,6,10v-19,12,-53,44,-49,69v6,6,15,2,23,-5v4,-32,21,-71,58,-89v8,0,15,4,13,13v-8,43,-24,51,-56,81v4,17,21,12,37,17v-23,6,-38,7,-48,-10v-9,4,-44,13,-41,-12xm59,-28v24,-21,38,-42,40,-61v-19,14,-37,40,-40,61",w:106,k:{"\u00f8":-8,Y:17}},"\u00f8":{d:"63,-91v11,-8,26,-41,40,-22v2,2,3,4,3,8v-15,1,-25,17,-36,26v1,44,-15,59,-37,78v-11,5,-27,6,-33,-2v-16,10,-31,31,-52,44v12,-21,28,-38,44,-55v-7,-37,6,-58,34,-84v14,-7,21,-1,37,7xm54,-80v1,-9,-7,-2,-11,-3v-2,2,-17,19,-22,10v-12,13,-19,29,-17,45xm8,-13v25,14,49,-23,50,-51v-18,18,-33,30,-50,51",w:78,k:{t:15,n:21}},"\u00bf":{d:"98,-209v-7,-9,11,-15,16,-17v7,2,11,10,4,15v-6,0,-13,1,-20,2xm134,-24v-29,32,-124,34,-140,-10v20,-46,85,-61,117,-102v-6,-8,-3,-27,-4,-40v25,-9,11,24,16,46v-31,38,-89,53,-117,95v12,33,97,25,117,5v2,0,6,2,11,6",w:131},"\u00a1":{d:"106,-329v45,0,86,30,83,67v28,15,5,60,-31,61r-8,0v0,-18,17,-4,25,-15v10,-7,25,-23,13,-37v-10,2,-19,14,-29,7v1,-12,24,-9,22,-27v-5,-43,-100,-66,-135,-27v-28,13,-56,89,-4,101v3,1,14,8,7,10v-34,-5,-57,-35,-42,-74v15,-39,49,-66,99,-66xm77,-107v-3,-1,0,3,-1,4v2,4,4,6,4,6xm148,-98v-26,7,-77,-7,-71,37v5,-8,9,-4,13,-1v0,7,-11,12,-13,2v1,13,-9,10,-12,2v0,-1,2,-2,0,-2v-3,5,-17,6,-4,9v3,1,5,3,6,7v-12,2,-26,6,-21,-13v3,-12,15,-17,20,-10v0,-7,-2,-18,5,-23v-10,-32,-15,-75,-18,-110v-7,0,-14,-8,-15,-21v13,4,15,20,30,7v11,6,22,3,36,11v-5,15,-19,-5,-33,2v-4,-4,-6,-2,-12,0r16,92v3,-22,1,-59,1,-88v0,-2,1,-2,4,-2v5,32,1,72,11,99v12,-6,-1,-43,3,-72v9,-3,5,10,6,18r5,50v10,2,24,-3,40,-5v0,-24,-6,-63,-7,-95v2,-3,5,-8,9,-3v0,33,7,66,9,102v10,-21,13,-19,35,-40v10,17,-27,24,-26,47v-4,4,-15,8,-17,0xm183,-100v12,-15,31,-4,30,12v-1,10,-15,12,-9,26v-2,18,-7,27,-21,43r1,-3v-21,18,-86,34,-107,4v-3,-3,0,-9,3,-8v32,36,136,7,112,-53v0,-5,20,-11,7,-19v-7,3,-13,4,-14,16v-6,0,-9,-3,-9,-10v-2,3,-3,3,-6,0v-2,-13,17,-30,24,-18v-4,1,-8,5,-11,10xm127,-67v7,4,1,13,-5,12v-4,0,-4,-6,-2,-9v2,-1,3,-4,7,-3xm127,-16v-4,-10,7,-9,12,-14v9,4,0,14,-7,15v-1,0,-3,0,-5,-1xm68,-91v2,8,-8,9,-10,3v-3,-5,-11,-8,-8,-16v5,2,9,11,18,13xm94,-42v8,-6,29,0,13,6v-7,3,-10,3,-17,3v-4,-6,-6,-11,-5,-13v3,-7,8,-2,9,4",w:219},"\u00ac":{d:"290,-131r-1,0r1,0xm290,-131r-1,0r1,0xm215,-13v-61,31,-202,37,-205,-52v16,-72,81,-100,158,-110v50,10,113,19,128,53r-2,-2v31,63,-38,83,-77,110v1,0,2,0,3,1v-3,0,-5,1,-7,2v0,-1,2,-2,2,-2xm246,-154v39,13,46,88,9,110v39,-11,59,-71,18,-96v-7,-5,-19,-11,-27,-14xm223,-157r-1,0r1,0xm270,-73v-18,23,-48,42,-80,52v36,-5,67,-23,80,-52xm111,-14v72,0,146,-26,161,-86v-8,-49,-61,-63,-120,-55r17,-3v-73,4,-124,33,-130,105v5,27,36,39,72,39xm112,-157v1,0,2,0,3,-1v-1,0,-2,0,-3,1xm17,-60v2,-23,11,-31,20,-50v-11,18,-19,26,-20,50xm195,-17v-4,1,-15,-2,-11,3v2,0,5,-2,11,-3xm25,-72v-22,90,133,85,192,50v-12,4,-31,9,-38,7r2,2v-64,13,-159,10,-156,-59xm32,-70v5,-23,19,-43,37,-58v-17,9,-35,32,-37,58",w:317},"\u00ab":{d:"533,12v-69,2,-176,48,-230,-1v53,-25,143,-8,215,-7v11,0,15,-2,15,8xm316,15v43,22,124,1,175,-5v-57,-2,-121,-10,-175,2r0,3xm264,1v24,-10,40,15,19,26v-24,15,-51,-19,-19,-26xm262,19v11,12,35,-8,17,-14v-15,-5,-31,19,-17,14xm136,0v39,3,95,-11,100,20v-61,33,-157,-2,-224,-12v-2,0,-3,-2,-3,-3v38,-9,88,4,139,-8v-5,1,-5,1,-12,3xm62,11v55,3,117,29,166,6v-34,-23,-110,-3,-166,-6",w:555},"\u00bb":{d:"151,-177v21,27,43,49,70,78v-13,26,-41,39,-52,69v-4,-1,2,10,-5,8v-12,-3,-3,-29,-11,-46v-38,-3,-78,9,-119,10v-2,-2,-2,-7,-2,0v3,3,-2,5,-4,6v-8,-4,-3,-22,-6,-41v-2,13,5,46,-8,36v1,-23,-18,-94,17,-78r119,10v1,-17,-1,-32,-5,-47v0,-3,2,-4,6,-5xm38,-67r121,-13v7,11,2,29,6,40v11,-21,21,-30,47,-58r-56,-60v3,8,2,41,3,48v-5,4,-8,-2,-10,-7r-124,-8v8,12,-1,46,13,58",w:232},"\u00a0":{w:65},"\u00c0":{d:"139,-111v10,-1,23,-5,29,3v-5,15,-30,2,-28,22v3,35,10,51,27,83v0,2,-3,5,-8,8v-19,-17,-32,-55,-37,-93v-13,2,-39,12,-62,16v-15,11,-22,28,-30,51v3,-3,7,-6,14,-12v-8,16,-8,39,-34,36v-3,-26,20,-55,31,-76v-14,-2,-17,-17,0,-21v23,10,25,-26,43,-38v11,-21,27,-37,34,-63v4,-6,11,-16,23,-9v6,32,-7,65,-2,93xm121,-107r0,-54v-11,15,-27,37,-47,68v9,-5,35,-5,47,-14xm149,-238v7,6,0,15,-7,13v-12,-6,-37,-23,-31,-38v12,10,24,19,38,25",w:167},"\u00c3":{d:"139,-111v10,-1,23,-5,29,3v-5,15,-30,2,-28,22v3,35,10,51,27,83v0,2,-3,5,-8,8v-19,-17,-32,-55,-37,-93v-13,2,-39,12,-62,16v-15,11,-22,28,-30,51v3,-3,7,-6,14,-12v-8,16,-8,39,-34,36v-3,-26,20,-55,31,-76v-14,-2,-17,-17,0,-21v23,10,25,-26,43,-38v11,-21,27,-37,34,-63v4,-6,11,-16,23,-9v6,32,-7,65,-2,93xm121,-107r0,-54v-11,15,-27,37,-47,68v9,-5,35,-5,47,-14xm107,-265v26,-27,44,17,50,41v13,-2,20,-28,31,-35v14,14,-14,40,-26,49v-25,1,-27,-79,-53,-35v0,0,-15,45,-17,17v0,-12,4,-25,15,-37",w:185},"\u00d5":{d:"163,-199v22,23,24,46,22,77v-24,52,-68,126,-135,125v-17,-7,-38,-22,-38,-47v0,-21,11,-48,32,-80v19,-29,62,-94,119,-75xm104,-35v40,-34,87,-96,49,-147v-3,-3,-7,-4,-10,-2v1,7,-4,2,-7,1v-9,-1,-23,14,-32,15v-42,43,-73,84,-73,123v0,49,45,34,73,10xm107,-265v26,-27,44,17,50,41v13,-2,20,-28,31,-35v14,14,-14,40,-26,49v-25,1,-27,-79,-53,-35v0,0,-15,45,-17,17v0,-12,4,-25,15,-37",w:191},"\u00f7":{d:"131,-91v-28,-1,-94,4,-114,11v-5,-1,-9,-3,-13,-7v1,-9,16,-7,20,-9v21,-6,72,-10,106,-5v2,3,5,6,1,10xm62,-144v14,-7,22,11,11,16v-14,4,-22,-13,-11,-16xm74,-49v-3,7,-18,2,-16,-6v4,-10,22,-4,16,6",w:131},"\u00ff":{d:"103,-77v-33,71,-64,141,-117,183v-7,6,-16,7,-26,7v29,-23,56,-59,83,-105v-24,-21,-27,-43,-32,-97v1,-6,3,-9,6,-9v23,15,1,78,33,91v15,-25,27,-50,37,-73v10,-5,12,-3,16,3xm33,-127v-7,-14,11,-23,16,-11v3,13,-12,20,-16,11xm92,-140v6,4,2,18,-6,16v-10,-4,-4,-21,6,-16",w:104},"\u00b7":{d:"30,-102v-2,-8,16,-23,26,-11v4,18,-22,33,-26,11",w:95},"\u2219":{d:"30,-102v-2,-8,16,-23,26,-11v4,18,-22,33,-26,11",w:95},"\u00c2":{d:"139,-111v10,-1,23,-5,29,3v-5,15,-30,2,-28,22v3,35,10,51,27,83v0,2,-3,5,-8,8v-19,-17,-32,-55,-37,-93v-13,2,-39,12,-62,16v-15,11,-22,28,-30,51v3,-3,7,-6,14,-12v-8,16,-8,39,-34,36v-3,-26,20,-55,31,-76v-14,-2,-17,-17,0,-21v23,10,25,-26,43,-38v11,-21,27,-37,34,-63v4,-6,11,-16,23,-9v6,32,-7,65,-2,93xm121,-107r0,-54v-11,15,-27,37,-47,68v9,-5,35,-5,47,-14xm116,-229v-16,-8,7,-27,14,-34v22,-4,18,30,22,48v-10,6,-7,-8,-10,-16v-1,-11,-3,-20,-6,-27v-10,6,-12,23,-22,30",w:167},"\u00ca":{d:"187,-193v-11,4,-74,9,-93,17v-12,21,-30,35,-38,64v41,-6,32,-8,92,-29r15,1v-37,29,-64,35,-114,51v-10,24,-16,41,-13,63v18,49,71,-9,90,-22v-8,31,-48,61,-75,56v-46,-8,-37,-62,-22,-97v-5,-2,-7,-6,-7,-12v2,-3,12,-5,14,-7v8,-28,19,-41,34,-66v-2,-1,-16,-3,-16,-11v0,-6,6,-8,19,-8v42,0,72,-13,112,-5xm116,-229v-16,-8,7,-27,14,-34v22,-4,18,30,22,48v-10,6,-7,-8,-10,-16v-1,-11,-3,-20,-6,-27v-10,6,-12,23,-22,30",w:174,k:{Y:23}},"\u00c1":{d:"139,-111v10,-1,23,-5,29,3v-5,15,-30,2,-28,22v3,35,10,51,27,83v0,2,-3,5,-8,8v-19,-17,-32,-55,-37,-93v-13,2,-39,12,-62,16v-15,11,-22,28,-30,51v3,-3,7,-6,14,-12v-8,16,-8,39,-34,36v-3,-26,20,-55,31,-76v-14,-2,-17,-17,0,-21v23,10,25,-26,43,-38v11,-21,27,-37,34,-63v4,-6,11,-16,23,-9v6,32,-7,65,-2,93xm121,-107r0,-54v-11,15,-27,37,-47,68v9,-5,35,-5,47,-14xm154,-257v3,17,-28,17,-30,35v-10,-2,-5,-10,1,-17v8,-11,18,-17,29,-18",w:167},"\u00cb":{d:"187,-193v-11,4,-74,9,-93,17v-12,21,-30,35,-38,64v41,-6,32,-8,92,-29r15,1v-37,29,-64,35,-114,51v-10,24,-16,41,-13,63v18,49,71,-9,90,-22v-8,31,-48,61,-75,56v-46,-8,-37,-62,-22,-97v-5,-2,-7,-6,-7,-12v2,-3,12,-5,14,-7v8,-28,19,-41,34,-66v-2,-1,-16,-3,-16,-11v0,-6,6,-8,19,-8v42,0,72,-13,112,-5xm103,-222v-18,-12,3,-34,11,-17v0,10,-3,16,-11,17xm153,-242v9,1,8,18,-2,17v-8,-3,-6,-16,2,-17",w:174,k:{Y:23}},"\u00c8":{d:"187,-193v-11,4,-74,9,-93,17v-12,21,-30,35,-38,64v41,-6,32,-8,92,-29r15,1v-37,29,-64,35,-114,51v-10,24,-16,41,-13,63v18,49,71,-9,90,-22v-8,31,-48,61,-75,56v-46,-8,-37,-62,-22,-97v-5,-2,-7,-6,-7,-12v2,-3,12,-5,14,-7v8,-28,19,-41,34,-66v-2,-1,-16,-3,-16,-11v0,-6,6,-8,19,-8v42,0,72,-13,112,-5xm131,-230v7,5,0,13,-7,12v-12,-2,-14,-13,-26,-20v-5,-4,-12,-12,-5,-18v12,10,24,20,38,26",w:174,k:{Y:17}},"\u00cd":{d:"40,9v-25,-4,-20,-29,-15,-62v7,-44,17,-99,41,-134v8,-11,23,2,15,13v-27,39,-35,106,-46,159v-1,10,6,14,5,24xm123,-241v-17,8,-31,13,-41,25v-9,-2,-8,-10,1,-15v11,-9,28,-22,40,-14v1,1,1,3,0,4"},"\u00ce":{d:"40,9v-25,-4,-20,-29,-15,-62v7,-44,17,-99,41,-134v8,-11,23,2,15,13v-27,39,-35,106,-46,159v-1,10,6,14,5,24xm71,-228v2,-2,-10,-5,-3,-11v9,-12,10,-26,30,-24v7,14,10,32,11,48v-10,6,-7,-8,-10,-16v-1,-11,-3,-20,-6,-27v-10,7,-12,23,-22,30"},"\u00cf":{d:"40,9v-25,-4,-20,-29,-15,-62v7,-44,17,-99,41,-134v8,-11,23,2,15,13v-27,39,-35,106,-46,159v-1,10,6,14,5,24xm67,-222v-18,-12,3,-34,11,-17v0,10,-3,16,-11,17xm117,-242v9,1,8,18,-2,17v-8,-3,-6,-16,2,-17"},"\u00cc":{d:"40,9v-25,-4,-20,-29,-15,-62v7,-44,17,-99,41,-134v8,-11,23,2,15,13v-27,39,-35,106,-46,159v-1,10,6,14,5,24xm95,-230v7,5,0,13,-7,12v-12,-2,-14,-13,-26,-20v-5,-4,-12,-12,-5,-18v12,10,24,20,38,26"},"\u00d3":{d:"163,-199v22,23,24,46,22,77v-24,52,-68,126,-135,125v-17,-7,-38,-22,-38,-47v0,-21,11,-48,32,-80v19,-29,62,-94,119,-75xm104,-35v40,-34,87,-96,49,-147v-3,-3,-7,-4,-10,-2v1,7,-4,2,-7,1v-9,-1,-23,14,-32,15v-42,43,-73,84,-73,123v0,49,45,34,73,10xm134,-230v-1,-11,24,-26,34,-21v-4,11,-26,11,-29,23v-2,0,-4,-1,-5,-2",w:191},"\u00d4":{d:"163,-199v22,23,24,46,22,77v-24,52,-68,126,-135,125v-17,-7,-38,-22,-38,-47v0,-21,11,-48,32,-80v19,-29,62,-94,119,-75xm104,-35v40,-34,87,-96,49,-147v-3,-3,-7,-4,-10,-2v1,7,-4,2,-7,1v-9,-1,-23,14,-32,15v-42,43,-73,84,-73,123v0,49,45,34,73,10xm178,-262v-12,2,-26,34,-32,16v9,-12,22,-28,38,-20v1,17,5,41,-5,51v-13,-4,6,-33,-1,-47",w:191},"\u00d2":{d:"163,-199v22,23,24,46,22,77v-24,52,-68,126,-135,125v-17,-7,-38,-22,-38,-47v0,-21,11,-48,32,-80v19,-29,62,-94,119,-75xm104,-35v40,-34,87,-96,49,-147v-3,-3,-7,-4,-10,-2v1,7,-4,2,-7,1v-9,-1,-23,14,-32,15v-42,43,-73,84,-73,123v0,49,45,34,73,10xm167,-230v7,5,0,13,-7,12v-12,-2,-14,-13,-26,-20v-5,-4,-12,-12,-5,-18v12,10,24,20,38,26",w:191,k:{Y:29}},"\u00da":{d:"167,-214v9,8,-1,20,-2,30v2,12,-53,125,-35,152v0,3,-8,35,-21,22v0,0,-2,1,-4,1v0,-17,2,-38,7,-64v-6,9,-23,40,-36,51v-13,22,-28,35,-45,37v-44,-18,-23,-70,-6,-116r37,-100v6,-17,23,-11,22,7v-18,23,-27,60,-39,93v-15,43,-19,70,-17,98v1,3,7,2,10,0v46,-47,91,-118,114,-207v6,-5,12,-6,15,-4xm154,-253v-17,7,-26,12,-35,23v-9,-2,-8,-10,1,-15v10,-10,22,-15,36,-16v3,2,3,8,-2,8",w:160},"\u00db":{d:"167,-214v9,8,-1,20,-2,30v2,12,-53,125,-35,152v0,3,-8,35,-21,22v0,0,-2,1,-4,1v0,-17,2,-38,7,-64v-6,9,-23,40,-36,51v-13,22,-28,35,-45,37v-44,-18,-23,-70,-6,-116r37,-100v6,-17,23,-11,22,7v-18,23,-27,60,-39,93v-15,43,-19,70,-17,98v1,3,7,2,10,0v46,-47,91,-118,114,-207v6,-5,12,-6,15,-4xm116,-265v-16,-8,7,-27,14,-34v22,-4,18,30,22,48v-10,6,-7,-8,-10,-16v-1,-11,-3,-20,-6,-27v-10,6,-12,23,-22,30",w:160},"\u00d9":{d:"167,-214v9,8,-1,20,-2,30v2,12,-53,125,-35,152v0,3,-8,35,-21,22v0,0,-2,1,-4,1v0,-17,2,-38,7,-64v-6,9,-23,40,-36,51v-13,22,-28,35,-45,37v-44,-18,-23,-70,-6,-116r37,-100v6,-17,23,-11,22,7v-18,23,-27,60,-39,93v-15,43,-19,70,-17,98v1,3,7,2,10,0v46,-47,91,-118,114,-207v6,-5,12,-6,15,-4xm131,-248v7,5,0,13,-7,12v-12,-2,-14,-13,-26,-20v-5,-4,-12,-12,-5,-18v12,10,24,20,38,26",w:160},"\u00af":{d:"388,-130v94,-12,212,2,315,-2v3,0,3,2,3,5r-309,1v-6,0,-9,-2,-9,-4xm359,-164v9,18,28,50,9,73v-16,-18,-29,-53,-9,-73xm340,-130v-84,14,-208,3,-314,7v-3,0,-4,-2,-4,-5r314,-5v3,1,4,2,4,3",w:209},"\u02c9":{d:"388,-130v94,-12,212,2,315,-2v3,0,3,2,3,5r-309,1v-6,0,-9,-2,-9,-4xm359,-164v9,18,28,50,9,73v-16,-18,-29,-53,-9,-73xm340,-130v-84,14,-208,3,-314,7v-3,0,-4,-2,-4,-5r314,-5v3,1,4,2,4,3",w:209},"\u00b8":{d:"85,-91v9,26,-16,58,-15,81v-14,45,-22,117,-56,139v-6,0,-14,-6,-11,-16v4,3,7,4,10,2v25,-40,24,-62,39,-126v-12,19,-58,18,-55,-16v5,-46,41,-94,67,-100v17,-4,27,20,21,36xm64,-109v-17,10,-30,25,-40,45v-11,12,-22,52,4,52v6,-3,25,-13,26,-30v-2,-9,19,-47,18,-64v-1,-3,-4,-3,-8,-3",w:110,k:{Y:32}},"\u00dd":{d:"153,-196v-12,37,-34,77,-63,115v-5,6,2,9,-1,14v-33,16,-52,69,-96,82v25,-33,54,-52,78,-91r-16,-38r4,-1v-8,-23,-11,-59,-14,-88v0,-7,17,-16,18,-2v2,26,3,99,18,113v20,-27,43,-65,58,-109v7,-4,14,-6,14,5xm123,-241v-17,8,-31,13,-41,25v-9,-2,-8,-10,1,-15v11,-9,28,-22,40,-14v1,1,1,3,0,4",w:143}}});var Shadowbox=function(){var ua=navigator.userAgent.toLowerCase(),S={version:"3.0b",adapter:null,current:-1,gallery:[],cache:[],content:null,dimensions:null,plugins:null,path:"",options:{adapter:null,animate:true,animateFade:true,autoplayMovies:true,autoDimensions:false,continuous:false,counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,ease:function(x){return 1+Math.pow(x-1,3)},enableKeys:true,errors:{fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}},ext:{img:["png","jpg","jpeg","gif","bmp"],swf:["swf"],flv:["flv"],qt:["dv","mov","moov","movie","mp4"],wmp:["asf","wm","wmv"],qtwmp:["avi","mpg","mpeg"],iframe:["asp","aspx","cgi","cfm","htm","html","jsp","pl","php","php3","php4","php5","phtml","rb","rhtml","shtml","txt","vbs"]},fadeDuration:0.35,flashParams:{bgcolor:"#000000",allowFullScreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",initialHeight:160,initialWidth:320,language:"en",modal:false,onChange:null,onClose:null,onFinish:null,onOpen:null,overlayColor:"#000",overlayOpacity:0.3,players:["img"],resizeDuration:0.35,showOverlay:true,showMovieControls:true,skipSetup:false,slideshowDelay:0,useSizzle:true,viewportPadding:20},client:{isIE:ua.indexOf("msie")>-1,isIE6:ua.indexOf("msie 6")>-1,isIE7:ua.indexOf("msie 7")>-1,isGecko:ua.indexOf("gecko")>-1&&ua.indexOf("safari")==-1,isWebkit:ua.indexOf("applewebkit/")>-1,isWindows:ua.indexOf("windows")>-1||ua.indexOf("win32")>-1,isMac:ua.indexOf("macintosh")>-1||ua.indexOf("mac os x")>-1,isLinux:ua.indexOf("linux")>-1},regex:{domain:/:\/\/(.*?)[:\/]/,inline:/#(.+)$/,rel:/^(light|shadow)box/i,gallery:/^(light|shadow)box\[(.*?)\]/i,unsupported:/^unsupported-(\w+)/,param:/\s*([a-z_]*?)\s*=\s*(.+)\s*/},libraries:{Prototype:"prototype",jQuery:"jquery",MooTools:"mootools",YAHOO:"yui",dojo:"dojo",Ext:"ext"},applyOptions:function(opts){if(opts){default_options=apply({},S.options);apply(S.options,opts)}},buildCacheObj:function(link,opts){var href=link.href,obj={el:link,title:link.getAttribute("title"),options:apply({},opts||{}),content:href};each(["player","title","height","width","gallery"],function(o){if(typeof obj.options[o]!="undefined"){obj[o]=obj.options[o];delete obj.options[o]}});if(!obj.player){obj.player=getPlayer(href)}var rel=link.getAttribute("rel");if(rel){var m=rel.match(S.regex.gallery);if(m){obj.gallery=escape(m[2])}each(rel.split(";"),function(p){m=p.match(S.regex.param);if(m){if(m[1]=="options"){eval("apply(obj.options,"+m[2]+")")}else{obj[m[1]]=m[2]}}})}return obj},change:function(n){if(!S.gallery){return}if(!S.gallery[n]){if(!S.options.continuous){return}else{n=n<0?S.gallery.length-1:0}}S.current=n;if(typeof slide_timer=="number"){clearTimeout(slide_timer);slide_timer=null;slide_delay=slide_start=0}if(S.options.onChange){S.options.onChange()}loadContent()},clearCache:function(){each(S.cache,function(obj){if(obj.el){S.lib.removeEvent(obj.el,"click",handleClick)}});S.cache=[]},close:function(){if(!active){return}active=false;listenKeys(false);if(S.content){S.content.remove();S.content=null}if(typeof slide_timer=="number"){clearTimeout(slide_timer)}slide_timer=null;slide_delay=0;if(S.options.onClose){S.options.onClose()}S.skin.onClose();S.revertOptions();each(v_cache,function(c){c[0].style.visibility=c[1]})},contentId:function(){return content_id},getCounter:function(){var len=S.gallery.length;if(S.options.counterType=="skip"){var c=[],i=0,end=len,limit=parseInt(S.options.counterLimit)||0;if(limit<len&&limit>2){var h=Math.floor(limit/2);i=S.current-h;if(i<0){i+=len}end=S.current+(limit-h);if(end>len){end-=len}}while(i!=end){if(i==len){i=0}c.push(i++)}}else{var c=(S.current+1)+" "+S.lang.of+" "+len}return c},getCurrent:function(){return S.current>-1?S.gallery[S.current]:null},hasNext:function(){return S.gallery.length>1&&(S.current!=S.gallery.length-1||S.options.continuous)},init:function(opts){if(initialized){return}initialized=true;opts=opts||{};init_options=opts;if(opts){apply(S.options,opts)}for(var e in S.options.ext){S.regex[e]=new RegExp(".("+S.options.ext[e].join("|")+")s*$","i")}if(!S.path){var path_re=/(.+)shadowbox\.js/i,path;each(document.getElementsByTagName("script"),function(s){if((path=path_re.exec(s.src))!=null){S.path=path[1];return false}})}if(S.options.adapter){S.adapter=S.options.adapter}else{for(var lib in S.libraries){if(typeof window[lib]!="undefined"){S.adapter=S.libraries[lib];break}}if(!S.adapter){S.adapter="base"}}if(S.options.useSizzle&&!window.Sizzle){U.include(S.path+"libraries/sizzle/sizzle.js")}if(!S.lang){U.include(S.path+"languages/shadowbox-"+S.options.language+".js")}each(S.options.players,function(p){if((p=="swf"||p=="flv")&&!window.swfobject){U.include(S.path+"libraries/swfobject/swfobject.js")}if(!S[p]){U.include(S.path+"players/shadowbox-"+p+".js")}});if(!S.lib){U.include(S.path+"adapters/shadowbox-"+S.adapter+".js")}},isActive:function(){return active},isPaused:function(){return slide_timer=="paused"},load:function(){if(S.skin.options){apply(S.options,S.skin.options);apply(S.options,init_options)}var markup=S.skin.markup.replace(/\{(\w+)\}/g,function(m,p){return S.lang[p]});S.lib.append(document.body,markup);if(S.skin.init){S.skin.init()}var id;S.lib.addEvent(window,"resize",function(){if(id){clearTimeout(id);id=null}if(active){id=setTimeout(function(){if(S.skin.onWindowResize){S.skin.onWindowResize()}var c=S.content;if(c&&c.onWindowResize){c.onWindowResize()}},50)}});if(!S.options.skipSetup){S.setup()}},next:function(){S.change(S.current+1)},open:function(obj){if(U.isLink(obj)){obj=S.buildCacheObj(obj)}if(obj.constructor==Array){S.gallery=obj;S.current=0}else{if(!obj.gallery){S.gallery=[obj];S.current=0}else{S.current=null;S.gallery=[];each(S.cache,function(c){if(c.gallery&&c.gallery==obj.gallery){if(S.current==null&&c.content==obj.content&&c.title==obj.title){S.current=S.gallery.length}S.gallery.push(c)}});if(S.current==null){S.gallery.unshift(obj);S.current=0}}}obj=S.getCurrent();if(obj.options){S.revertOptions();S.applyOptions(obj.options)}var g,r,m,s,a,oe=S.options.errors,msg,el;for(var i=0;i<S.gallery.length;++i){g=S.gallery[i]=apply({},S.gallery[i]);r=false;if(g.player=="unsupported"){r=true}else{if(m=S.regex.unsupported.exec(g.player)){if(S.options.handleUnsupported=="link"){g.player="html";switch(m[1]){case"qtwmp":s="either";a=[oe.qt.url,oe.qt.name,oe.wmp.url,oe.wmp.name];break;case"qtf4m":s="shared";a=[oe.qt.url,oe.qt.name,oe.f4m.url,oe.f4m.name];break;default:s="single";if(m[1]=="swf"||m[1]=="flv"){m[1]="fla"}a=[oe[m[1]].url,oe[m[1]].name]}msg=S.lang.errors[s].replace(/\{(\d+)\}/g,function(m,n){return a[n]});g.content='<div class="sb-message">'+msg+"</div>"}else{r=true}}else{if(g.player=="inline"){m=S.regex.inline.exec(g.content);if(m){var el=U.get(m[1]);if(el){g.content=el.innerHTML}else{throw"Cannot find element with id "+m[1]}}else{throw"Cannot find element id for inline content"}}else{if(g.player=="swf"||g.player=="flv"){var version=(g.options&&g.options.flashVersion)||S.options.flashVersion;if(!swfobject.hasFlashPlayerVersion(version)){g.width=310;g.height=177}}}}}if(r){S.gallery.splice(i,1);if(i<S.current){--S.current}else{if(i==S.current){S.current=i>0?i-1:i}}--i}}if(S.gallery.length){if(!active){if(typeof S.options.onOpen=="function"&&S.options.onOpen(obj)===false){return}v_cache=[];each(["select","object","embed","canvas"],function(tag){each(document.getElementsByTagName(tag),function(el){v_cache.push([el,el.style.visibility||"visible"]);el.style.visibility="hidden"})});var h=S.options.autoDimensions&&"height" in obj?obj.height:S.options.initialHeight;var w=S.options.autoDimensions&&"width" in obj?obj.width:S.options.initialWidth;S.skin.onOpen(h,w,loadContent)}else{loadContent()}active=true}},pause:function(){if(typeof slide_timer!="number"){return}var time=new Date().getTime();slide_delay=Math.max(0,slide_delay-(time-slide_start));if(slide_delay){clearTimeout(slide_timer);slide_timer="paused";if(S.skin.onPause){S.skin.onPause()}}},play:function(){if(!S.hasNext()){return}if(!slide_delay){slide_delay=S.options.slideshowDelay*1000}if(slide_delay){slide_start=new Date().getTime();slide_timer=setTimeout(function(){slide_delay=slide_start=0;S.next()},slide_delay);if(S.skin.onPlay){S.skin.onPlay()}}},previous:function(){S.change(S.current-1)},revertOptions:function(){apply(S.options,default_options)},setDimensions:function(height,width,max_h,max_w,tb,lr,resizable){var h=height=parseInt(height),w=width=parseInt(width),pad=parseInt(S.options.viewportPadding)||0;var extra_h=2*pad+tb;if(h+extra_h>=max_h){h=max_h-extra_h}var extra_w=2*pad+lr;if(w+extra_w>=max_w){w=max_w-extra_w}var resize_h=height,resize_w=width,change_h=(height-h)/height,change_w=(width-w)/width,oversized=(change_h>0||change_w>0);if(resizable&&oversized&&S.options.handleOversize=="resize"){if(change_h>change_w){w=Math.round((width/height)*h)}else{if(change_w>change_h){h=Math.round((height/width)*w)}}resize_w=w;resize_h=h}S.dimensions={height:h+tb,width:w+lr,inner_h:h,inner_w:w,top:(max_h-(h+extra_h))/2+pad,left:(max_w-(w+extra_w))/2+pad,oversized:oversized,resize_h:resize_h,resize_w:resize_w};return S.dimensions},setup:function(links,opts){if(!links){var links=[],rel;each(document.getElementsByTagName("a"),function(a){rel=a.getAttribute("rel");if(rel&&S.regex.rel.test(rel)){links.push(a)}})}else{var len=links.length;if(len){if(window.Sizzle){if(typeof links=="string"){links=Sizzle(links)}else{if(len==2&&links.push&&typeof links[0]=="string"&&links[1].nodeType){links=Sizzle(links[0],links[1])}}}}else{links=[links]}}each(links,function(link){if(typeof link.shadowboxCacheKey=="undefined"){link.shadowboxCacheKey=S.cache.length;S.lib.addEvent(link,"click",handleClick)}S.cache[link.shadowboxCacheKey]=S.buildCacheObj(link,opts)})}},U=S.util={animate:function(el,p,to,d,cb){var from=parseFloat(S.lib.getStyle(el,p));if(isNaN(from)){from=0}var delta=to-from;if(delta==0){if(cb){cb()}return}var op=p=="opacity";function fn(ease){var to=from+ease*delta;if(op){U.setOpacity(el,to)}else{el.style[p]=to+"px"}}if(!d||(!op&&!S.options.animate)||(op&&!S.options.animateFade)){fn(1);if(cb){cb()}return}d*=1000;var begin=new Date().getTime(),end=begin+d,time,timer=setInterval(function(){time=new Date().getTime();if(time>=end){clearInterval(timer);fn(1);if(cb){cb()}}else{fn(S.options.ease((time-begin)/d))}},10)},apply:function(o,e){for(var p in e){o[p]=e[p]}return o},clearOpacity:function(el){var s=el.style;if(window.ActiveXObject){if(typeof s.filter=="string"&&(/alpha/i).test(s.filter)){s.filter=s.filter.replace(/[\w\.]*alpha\(.*?\);?/i,"")}}else{s.opacity=""}},each:function(obj,fn,scope){for(var i=0,len=obj.length;i<len;++i){if(fn.call(scope||obj[i],obj[i],i,obj)===false){return}}},get:function(id){return document.getElementById(id)},include:function(){var includes={};return function(file){if(includes[file]){return}includes[file]=true;document.write('<script type="text/javascript" src="'+file+'"><\/script>')}}(),isLink:function(obj){if(!obj||!obj.tagName){return false}var up=obj.tagName.toUpperCase();return up=="A"||up=="AREA"},removeChildren:function(el){while(el.firstChild){el.removeChild(el.firstChild)}},setOpacity:function(el,o){var s=el.style;if(window.ActiveXObject){s.zoom=1;s.filter=(s.filter||"").replace(/\s*alpha\([^\)]*\)/gi,"")+(o==1?"":" alpha(opacity="+(o*100)+")")}else{s.opacity=o}}},apply=U.apply,each=U.each,init_options,initialized=false,default_options={},content_id="sb-content",active=false,slide_timer,slide_start,slide_delay=0,v_cache=[];if(navigator.plugins&&navigator.plugins.length){var names=[];each(navigator.plugins,function(p){names.push(p.name)});names=names.join();var detectPlugin=function(n){return names.indexOf(n)>-1};var f4m=detectPlugin("Flip4Mac");S.plugins={fla:detectPlugin("Shockwave Flash"),qt:detectPlugin("QuickTime"),wmp:!f4m&&detectPlugin("Windows Media"),f4m:f4m}}else{function detectPlugin(n){try{var axo=new ActiveXObject(n)}catch(e){}return !!axo}S.plugins={fla:detectPlugin("ShockwaveFlash.ShockwaveFlash"),qt:detectPlugin("QuickTime.QuickTime"),wmp:detectPlugin("wmplayer.ocx"),f4m:false}}function getPlayer(url){var re=S.regex,p=S.plugins,m=url.match(re.domain),d=m&&document.domain==m[1];if(url.indexOf("#")>-1&&d){return"inline"}var q=url.indexOf("?");if(q>-1){url=url.substring(0,q)}if(re.img.test(url)){return"img"}if(re.swf.test(url)){return p.fla?"swf":"unsupported-swf"}if(re.flv.test(url)){return p.fla?"flv":"unsupported-flv"}if(re.qt.test(url)){return p.qt?"qt":"unsupported-qt"}if(re.wmp.test(url)){if(p.wmp){return"wmp"}if(p.f4m){return"qt"}if(S.client.isMac){return p.qt?"unsupported-f4m":"unsupported-qtf4m"}return"unsupported-wmp"}if(re.qtwmp.test(url)){if(p.qt){return"qt"}if(p.wmp){return"wmp"}return S.client.isMac?"unsupported-qt":"unsupported-qtwmp"}if(!d||re.iframe.test(url)){return"iframe"}return"unsupported"}function handleClick(e){var link;if(U.isLink(this)){link=this}else{link=S.lib.getTarget(e);while(!U.isLink(link)&&link.parentNode){link=link.parentNode}}if(link){var key=link.shadowboxCacheKey;if(typeof key!="undefined"&&typeof S.cache[key]!="undefined"){link=S.cache[key]}S.open(link);if(S.gallery.length){S.lib.preventDefault(e)}}}function listenKeys(on){if(!S.options.enableKeys){return}S.lib[(on?"add":"remove")+"Event"](document,"keydown",handleKey)}function handleKey(e){var code=S.lib.keyCode(e);S.lib.preventDefault(e);switch(code){case 81:case 88:case 27:S.close();break;case 37:S.previous();break;case 39:S.next();break;case 32:S[(typeof slide_timer=="number"?"pause":"play")]()}}function loadContent(){var obj=S.getCurrent();if(!obj){return}var p=obj.player=="inline"?"html":obj.player;if(typeof S[p]!="function"){throw"Unknown player: "+p}var change=false;if(S.content){S.content.remove();change=true;S.revertOptions();if(obj.options){S.applyOptions(obj.options)}}U.removeChildren(S.skin.bodyEl());S.content=new S[p](obj);listenKeys(false);S.skin.onLoad(S.content,change,function(){if(!S.content){return}if(typeof S.content.ready!="undefined"){var id=setInterval(function(){if(S.content){if(S.content.ready){clearInterval(id);id=null;S.skin.onReady(contentReady)}}else{clearInterval(id);id=null}},100)}else{S.skin.onReady(contentReady)}});if(S.gallery.length>1){var next=S.gallery[S.current+1]||S.gallery[0];if(next.player=="img"){var a=new Image();a.src=next.content}var prev=S.gallery[S.current-1]||S.gallery[S.gallery.length-1];if(prev.player=="img"){var b=new Image();b.src=prev.content}}}function contentReady(){if(!S.content){return}S.content.append(S.skin.bodyEl(),content_id,S.dimensions);S.skin.onFinish(finishContent)}function finishContent(){if(!S.content){return}if(S.content.onLoad){S.content.onLoad()}if(S.options.onFinish){S.options.onFinish()}if(!S.isPaused()){S.play()}listenKeys(true)}return S}();Shadowbox.skin=function(){var i=Shadowbox,g=i.util,o=false,k=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"];function b(){g.get("sb-container").style.top=document.documentElement.scrollTop+"px"}function h(p){var q=g.get("sb-overlay"),r=g.get("sb-container"),t=g.get("sb-wrapper");if(p){if(i.client.isIE6){b();i.lib.addEvent(window,"scroll",b)}if(i.options.showOverlay){o=true;q.style.backgroundColor=i.options.overlayColor;g.setOpacity(q,0);if(!i.options.modal){i.lib.addEvent(q,"click",i.close)}t.style.display="none"}r.style.visibility="visible";if(o){var s=parseFloat(i.options.overlayOpacity);g.animate(q,"opacity",s,i.options.fadeDuration,p)}else{p()}}else{if(i.client.isIE6){i.lib.removeEvent(window,"scroll",b)}i.lib.removeEvent(q,"click",i.close);if(o){t.style.display="none";g.animate(q,"opacity",0,i.options.fadeDuration,function(){r.style.display="";t.style.display="";g.clearOpacity(q)})}else{r.style.visibility="hidden"}}}function a(r,p){var q=g.get("sb-nav-"+r);if(q){q.style.display=p?"":"none"}}function f(r,q){var t=g.get("sb-loading"),v=i.getCurrent().player,u=(v=="img"||v=="html");if(r){function s(){g.clearOpacity(t);if(q){q()}}g.setOpacity(t,0);t.style.display="";if(u){g.animate(t,"opacity",1,i.options.fadeDuration,s)}else{s()}}else{function s(){t.style.display="none";g.clearOpacity(t);if(q){q()}}if(u){g.animate(t,"opacity",0,i.options.fadeDuration,s)}else{s()}}}function l(s){var u=i.getCurrent();g.get("sb-title-inner").innerHTML=u.title||"";var x,r,t,y,q;if(i.options.displayNav){x=true;var w=i.gallery.length;if(w>1){if(i.options.continuous){r=q=true}else{r=(w-1)>i.current;q=i.current>0}}if(i.options.slideshowDelay>0&&i.hasNext()){y=!i.isPaused();t=!y}}else{x=r=t=y=q=false}a("close",x);a("next",r);a("play",t);a("pause",y);a("previous",q);var x="";if(i.options.displayCounter&&i.gallery.length>1){var v=i.getCounter();if(typeof v=="string"){x=v}else{g.each(v,function(p){x+='<a onclick="Shadowbox.change('+p+');"';if(p==i.current){x+=' class="sb-counter-current"'}x+=">"+(p+1)+"</a>"})}}g.get("sb-counter").innerHTML=x;s()}function e(r,q){var w=g.get("sb-wrapper"),y=g.get("sb-title"),s=g.get("sb-info"),p=g.get("sb-title-inner"),x=g.get("sb-info-inner"),z=parseInt(i.lib.getStyle(p,"height"))||0,v=parseInt(i.lib.getStyle(x,"height"))||0;function u(){p.style.visibility=x.style.visibility="hidden";l(q)}if(r){g.animate(y,"height",0,0.35);g.animate(s,"height",0,0.35);g.animate(w,"paddingTop",z,0.35);g.animate(w,"paddingBottom",v,0.35,u)}else{y.style.height=s.style.height="0px";w.style.paddingTop=z+"px";w.style.paddingBottom=v+"px";u()}}function c(r){var q=g.get("sb-wrapper"),u=g.get("sb-title"),s=g.get("sb-info"),x=g.get("sb-title-inner"),w=g.get("sb-info-inner"),v=parseInt(i.lib.getStyle(x,"height"))||0,p=parseInt(i.lib.getStyle(w,"height"))||0;x.style.visibility=w.style.visibility="";if(x.innerHTML!=""){g.animate(u,"height",v,0.35);g.animate(q,"paddingTop",0,0.35)}g.animate(s,"height",p,0.35);g.animate(q,"paddingBottom",0,0.35,r)}function d(w,x,v,p){var y=g.get("sb-body"),u=g.get("sb-wrapper"),r=parseInt(w),q=parseInt(x);if(v){g.animate(y,"height",r,i.options.resizeDuration);g.animate(u,"top",q,i.options.resizeDuration,p)}else{y.style.height=r+"px";u.style.top=q+"px";if(p){p()}}}function j(u,x,v,p){var t=g.get("sb-wrapper"),r=parseInt(u),q=parseInt(x);if(v){g.animate(t,"width",r,i.options.resizeDuration);g.animate(t,"left",q,i.options.resizeDuration,p)}else{t.style.width=r+"px";t.style.left=q+"px";if(p){p()}}}function n(p){var r=i.content;if(!r){return}var q=m(r.height,r.width,r.resizable);switch(i.options.animSequence){case"hw":d(q.inner_h,q.top,true,function(){j(q.width,q.left,true,p)});break;case"wh":j(q.width,q.left,true,function(){d(q.inner_h,q.top,true,p)});break;default:j(q.width,q.left,true);d(q.inner_h,q.top,true,p)}}function m(s,r,q){var p=g.get("sb-body-inner");sw=g.get("sb-wrapper"),so=g.get("sb-overlay"),tb=sw.offsetHeight-p.offsetHeight,lr=sw.offsetWidth-p.offsetWidth,max_h=so.offsetHeight,max_w=so.offsetWidth;return i.setDimensions(s,r,max_h,max_w,tb,lr,q)}return{markup:'<div id="sb-container"><div id="sb-overlay"></div><div id="sb-wrapper"><div id="sb-title"><div id="sb-title-inner"></div></div><div id="sb-body"><div id="sb-body-inner"></div><div id="sb-loading"><a onclick="Shadowbox.close()">{cancel}</a></div></div><div id="sb-info"><div id="sb-info-inner"><div id="sb-counter"></div><div id="sb-nav"><a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a><a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a><a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a><a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a><a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a></div><div style="clear:both"></div></div></div></div></div>',options:{animSequence:"sync"},init:function(){if(i.client.isIE6){g.get("sb-body").style.zoom=1;var r,p,q=/url\("(.*\.png)"\)/;g.each(k,function(s){r=g.get(s);if(r){p=i.lib.getStyle(r,"backgroundImage").match(q);if(p){r.style.backgroundImage="none";r.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+p[1]+",sizingMethod=scale);"}}})}},bodyEl:function(){return g.get("sb-body-inner")},onOpen:function(r,q,p){g.get("sb-container").style.display="block";var s=m(r,q);d(s.inner_h,s.top,false);j(s.width,s.left,false);h(p)},onLoad:function(q,r,p){f(true);e(r,function(){if(!q){return}if(!r){g.get("sb-wrapper").style.display=""}p()})},onReady:function(p){n(function(){c(p)})},onFinish:function(p){f(false,p)},onClose:function(){h(false)},onPlay:function(){a("play",false);a("pause",true)},onPause:function(){a("pause",false);a("play",true)},onWindowResize:function(){var r=i.content;if(!r){return}var q=m(r.height,r.width,r.resizable);j(q.width,q.left,false);d(q.inner_h,q.top,false);var p=g.get(i.contentId());if(p){if(r.resizable&&i.options.handleOversize=="resize"){p.height=q.resize_h;p.width=q.resize_w}}}}}();if(typeof MooTools=="undefined"){throw"Unable to load Shadowbox adapter, MooTools not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib={getStyle:function(c,d){return $(c).getStyle(d)},remove:function(b){b.parentNode.removeChild(b)},getTarget:function(b){return b.target},getPageXY:function(b){return[b.page.x,b.page.y]},preventDefault:function(b){b.preventDefault()},keyCode:function(b){return b.code},addEvent:function(f,e,d){$(f).addEvent(e,d)},removeEvent:function(f,e,d){$(f).removeEvent(e,d)},append:function(h,e){if(h.insertAdjacentHTML){h.insertAdjacentHTML("BeforeEnd",e)}else{if(h.lastChild){var f=h.ownerDocument.createRange();f.setStartAfter(h.lastChild);var g=f.createContextualFragment(e);h.appendChild(g)}else{h.innerHTML=e}}}};window.addEvent("domready",Shadowbox.load);(function(o){var r=o.util,n,l,m="sb-drag-layer",s;function u(){n={x:0,y:0,start_x:null,start_y:null}}function t(a,d,b){if(a){u();var e=["position:absolute","height:"+d+"px","width:"+b+"px","cursor:"+(o.client.isGecko?"-moz-grab":"move"),"background-color:"+(o.client.isIE?"#fff;filter:alpha(opacity=0)":"transparent")].join(";");o.lib.append(o.skin.bodyEl(),'<div id="'+m+'" style="'+e+'"></div>');o.lib.addEvent(r.get(m),"mousedown",p)}else{var c=r.get(m);if(c){o.lib.removeEvent(c,"mousedown",p);o.lib.remove(c)}l=null}}function p(a){o.lib.preventDefault(a);var b=o.lib.getPageXY(a);n.start_x=b[0];n.start_y=b[1];l=r.get(o.contentId());o.lib.addEvent(document,"mousemove",q);o.lib.addEvent(document,"mouseup",v);if(o.client.isGecko){r.get(m).style.cursor="-moz-grabbing"}}function v(){o.lib.removeEvent(document,"mousemove",q);o.lib.removeEvent(document,"mouseup",v);if(o.client.isGecko){r.get(m).style.cursor="-moz-grab"}}function q(e){var c=o.content,d=o.dimensions,f=o.lib.getPageXY(e);var a=f[0]-n.start_x;n.start_x+=a;n.x=Math.max(Math.min(0,n.x+a),d.inner_w-c.width);l.style.left=n.x+"px";var b=f[1]-n.start_y;n.start_y+=b;n.y=Math.max(Math.min(0,n.y+b),d.inner_h-c.height);l.style.top=n.y+"px"}o.img=function(a){this.obj=a;this.resizable=true;this.ready=false;var b=this;s=new Image();s.onload=function(){b.height=a.height?parseInt(a.height,10):s.height;b.width=a.width?parseInt(a.width,10):s.width;b.ready=true;s.onload="";s=null};s.src=a.content};o.img.prototype={append:function(b,c,d){this.id=c;var a=document.createElement("img");a.id=c;a.src=this.obj.content;a.style.position="absolute";a.setAttribute("height",d.resize_h);a.setAttribute("width",d.resize_w);b.appendChild(a)},remove:function(){var a=r.get(this.id);if(a){o.lib.remove(a)}t(false);if(s){s.onload="";s=null}},onLoad:function(){var a=o.dimensions;if(a.oversized&&o.options.handleOversize=="drag"){t(true,a.resize_h,a.resize_w)}},onWindowResize:function(){if(l){var b=o.content,c=o.dimensions,d=parseInt(o.lib.getStyle(l,"top")),a=parseInt(o.lib.getStyle(l,"left"));if(d+b.height<c.inner_h){l.style.top=c.inner_h-b.height+"px"}if(a+b.width<c.inner_w){l.style.left=c.inner_w-b.width+"px"}}}}})(Shadowbox);(function(b){b.iframe=function(d){this.obj=d;var a=document.getElementById("sb-overlay");this.height=d.height?parseInt(d.height,10):a.offsetHeight;this.width=d.width?parseInt(d.width,10):a.offsetWidth};b.iframe.prototype={append:function(a,f,g){this.id=f;var h='<iframe id="'+f+'" name="'+f+'" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto"';if(b.client.isIE){h+=' allowtransparency="true"';if(b.client.isIE6){h+=" src=\"javascript:false;document.write('');\""}}h+="></iframe>";a.innerHTML=h},remove:function(){var a=document.getElementById(this.id);if(a){b.lib.remove(a);if(b.client.isGecko){delete window.frames[this.id]}}},onLoad:function(){var a=b.client.isIE?document.getElementById(this.id).contentWindow:window.frames[this.id];a.location.href=this.obj.content}}})(Shadowbox);if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"de",of:"von",loading:"ladend",cancel:"Abbrechen",next:"Nächste",previous:"Vorige",play:"Abspielen",pause:"Pause",close:"Schließen",errors:{single:'Um den Inhalt anzeigen zu können muss die Browser-Erweiterung <a href="{0}">{1}</a> installiert werden.',shared:'Um den Inhalt anzeigen zu können müssen die beiden Browser-Erweiterungen <a href="{0}">{1}</a> und <a href="{2}">{3}</a> installiert werden.',either:'Um den Inhalt anzeigen zu können muss eine der beiden Browser-Erweiterungen <a href="{0}">{1}</a> oder <a href="{2}">{3}</a> installiert werden.'}};