//MooTools, <http://mootools.net>, My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2009 Valerio Proietti, <http://mad4milk.net>, MIT Style License.

var MooTools={version:"1.2.4",build:"0d9113241a90b9cd5643b926795852a2026710d4"};var Native=function(k){k=k||{};var a=k.name;var i=k.legacy;var b=k.protect;
var c=k.implement;var h=k.generics;var f=k.initialize;var g=k.afterImplement||function(){};var d=f||i;h=h!==false;d.constructor=Native;d.$family={name:"native"};
if(i&&f){d.prototype=i.prototype;}d.prototype.constructor=d;if(a){var e=a.toLowerCase();d.prototype.$family={name:e};Native.typize(d,e);}var j=function(n,l,o,m){if(!b||m||!n.prototype[l]){n.prototype[l]=o;
}if(h){Native.genericize(n,l,b);}g.call(n,l,o);return n;};d.alias=function(n,l,p){if(typeof n=="string"){var o=this.prototype[n];if((n=o)){return j(this,l,n,p);
}}for(var m in n){this.alias(m,n[m],l);}return this;};d.implement=function(m,l,o){if(typeof m=="string"){return j(this,m,l,o);}for(var n in m){j(this,n,m[n],l);
}return this;};if(c){d.implement(c);}return d;};Native.genericize=function(b,c,a){if((!a||!b[c])&&typeof b.prototype[c]=="function"){b[c]=function(){var d=Array.prototype.slice.call(arguments);
return b.prototype[c].apply(d.shift(),d);};}};Native.implement=function(d,c){for(var b=0,a=d.length;b<a;b++){d[b].implement(c);}};Native.typize=function(a,b){if(!a.type){a.type=function(c){return($type(c)===b);
};}};(function(){var a={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var h in a){new Native({name:h,initialize:a[h],protect:true});
}var d={"boolean":Boolean,"native":Native,object:Object};for(var c in d){Native.typize(d[c],c);}var f={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};
for(var e in f){for(var b=f[e].length;b--;){Native.genericize(a[e],f[e][b],true);}}})();var Hash=new Native({name:"Hash",initialize:function(a){if($type(a)=="hash"){a=$unlink(a.getClean());
}for(var b in a){this[b]=a[b];}return this;}});Hash.implement({forEach:function(b,c){for(var a in this){if(this.hasOwnProperty(a)){b.call(c,this[a],a,this);
}}},getClean:function(){var b={};for(var a in this){if(this.hasOwnProperty(a)){b[a]=this[a];}}return b;},getLength:function(){var b=0;for(var a in this){if(this.hasOwnProperty(a)){b++;
}}return b;}});Hash.alias("forEach","each");Array.implement({forEach:function(c,d){for(var b=0,a=this.length;b<a;b++){c.call(d,this[b],b,this);}}});Array.alias("forEach","each");
function $A(b){if(b.item){var a=b.length,c=new Array(a);while(a--){c[a]=b[a];}return c;}return Array.prototype.slice.call(b);}function $arguments(a){return function(){return arguments[a];
};}function $chk(a){return !!(a||a===0);}function $clear(a){clearTimeout(a);clearInterval(a);return null;}function $defined(a){return(a!=undefined);}function $each(c,b,d){var a=$type(c);
((a=="arguments"||a=="collection"||a=="array")?Array:Hash).each(c,b,d);}function $empty(){}function $extend(c,a){for(var b in (a||{})){c[b]=a[b];}return c;
}function $H(a){return new Hash(a);}function $lambda(a){return($type(a)=="function")?a:function(){return a;};}function $merge(){var a=Array.slice(arguments);
a.unshift({});return $mixin.apply(null,a);}function $mixin(e){for(var d=1,a=arguments.length;d<a;d++){var b=arguments[d];if($type(b)!="object"){continue;
}for(var c in b){var g=b[c],f=e[c];e[c]=(f&&$type(g)=="object"&&$type(f)=="object")?$mixin(f,g):$unlink(g);}}return e;}function $pick(){for(var b=0,a=arguments.length;
b<a;b++){if(arguments[b]!=undefined){return arguments[b];}}return null;}function $random(b,a){return Math.floor(Math.random()*(a-b+1)+b);}function $splat(b){var a=$type(b);
return(a)?((a!="array"&&a!="arguments")?[b]:b):[];}var $time=Date.now||function(){return +new Date;};function $try(){for(var b=0,a=arguments.length;b<a;
b++){try{return arguments[b]();}catch(c){}}return null;}function $type(a){if(a==undefined){return false;}if(a.$family){return(a.$family.name=="number"&&!isFinite(a))?false:a.$family.name;
}if(a.nodeName){switch(a.nodeType){case 1:return"element";case 3:return(/\S/).test(a.nodeValue)?"textnode":"whitespace";}}else{if(typeof a.length=="number"){if(a.callee){return"arguments";
}else{if(a.item){return"collection";}}}}return typeof a;}function $unlink(c){var b;switch($type(c)){case"object":b={};for(var e in c){b[e]=$unlink(c[e]);
}break;case"hash":b=new Hash(c);break;case"array":b=[];for(var d=0,a=c.length;d<a;d++){b[d]=$unlink(c[d]);}break;default:return c;}return b;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));
},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?((document.querySelectorAll)?6:5):4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);
},gecko:function(){return(!document.getBoxObjectFor&&window.mozInnerScreenX==null)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;
Browser.detect=function(){for(var b in this.Engines){var a=this.Engines[b]();if(a){this.Engine={name:b,version:a};this.Engine[b]=this.Engine[b+a]=true;
break;}}return{name:b,version:a};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");
},function(){return new ActiveXObject("Microsoft.XMLHTTP");});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var a=($try(function(){return navigator.plugins["Shockwave Flash"].description;
},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(a[0]||0+"."+a[1],10)||0,build:parseInt(a[2],10)||0};
})();function $exec(b){if(!b){return b;}if(window.execScript){window.execScript(b);}else{var a=document.createElement("script");a.setAttribute("type","text/javascript");
a[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=b;document.head.appendChild(a);document.head.removeChild(a);}return b;}Native.UID=1;
var $uid=(Browser.Engine.trident)?function(a){return(a.uid||(a.uid=[Native.UID++]))[0];}:function(a){return a.uid||(a.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(a){$uid(a);
if(!a.Element){a.Element=$empty;if(Browser.Engine.webkit){a.document.createElement("iframe");}a.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};
}a.document.window=a;return $extend(a,Window.Prototype);},afterImplement:function(b,a){window[b]=Window.Prototype[b]=a;}});Window.Prototype={$family:{name:"window"}};
new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(a){$uid(a);a.head=a.getElementsByTagName("head")[0];
a.html=a.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){a.execCommand("BackgroundImageCache",false,true);
});}if(Browser.Engine.trident){a.window.attachEvent("onunload",function(){a.window.detachEvent("onunload",arguments.callee);a.head=a.html=a.window=null;
});}return $extend(a,Document.Prototype);},afterImplement:function(b,a){document[b]=Document.Prototype[b]=a;}});Document.Prototype={$family:{name:"document"}};
new Document(document);Array.implement({every:function(c,d){for(var b=0,a=this.length;b<a;b++){if(!c.call(d,this[b],b,this)){return false;}}return true;
},filter:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if(d.call(e,this[b],b,this)){c.push(this[b]);}}return c;},clean:function(){return this.filter($defined);
},indexOf:function(c,d){var a=this.length;for(var b=(d<0)?Math.max(0,a+d):d||0;b<a;b++){if(this[b]===c){return b;}}return -1;},map:function(d,e){var c=[];
for(var b=0,a=this.length;b<a;b++){c[b]=d.call(e,this[b],b,this);}return c;},some:function(c,d){for(var b=0,a=this.length;b<a;b++){if(c.call(d,this[b],b,this)){return true;
}}return false;},associate:function(c){var d={},b=Math.min(this.length,c.length);for(var a=0;a<b;a++){d[c[a]]=this[a];}return d;},link:function(c){var a={};
for(var e=0,b=this.length;e<b;e++){for(var d in c){if(c[d](this[e])){a[d]=this[e];delete c[d];break;}}}return a;},contains:function(a,b){return this.indexOf(a,b)!=-1;
},extend:function(c){for(var b=0,a=c.length;b<a;b++){this.push(c[b]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;
},include:function(a){if(!this.contains(a)){this.push(a);}return this;},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b]);}return this;
},erase:function(b){for(var a=this.length;a--;a){if(this[a]===b){this.splice(a,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var d=[];
for(var b=0,a=this.length;b<a;b++){var c=$type(this[b]);if(!c){continue;}d=d.concat((c=="array"||c=="collection"||c=="arguments")?Array.flatten(this[b]):this[b]);
}return d;},hexToRgb:function(b){if(this.length!=3){return null;}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:"rgb("+a+")";
},rgbToHex:function(d){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!d){return"transparent";}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);
b.push((c.length==1)?"0"+c:c);}return(d)?b:"#"+b.join("");}});Function.implement({extend:function(a){for(var b in a){this[b]=a[b];}return this;},create:function(b){var a=this;
b=b||{};return function(d){var c=b.arguments;c=(c!=undefined)?$splat(c):Array.slice(arguments,(b.event)?1:0);if(b.event){c=[d||window.event].extend(c);
}var e=function(){return a.apply(b.bind||null,c);};if(b.delay){return setTimeout(e,b.delay);}if(b.periodical){return setInterval(e,b.periodical);}if(b.attempt){return $try(e);
}return e();};},run:function(a,b){return this.apply(b,$splat(a));},pass:function(a,b){return this.create({bind:b,arguments:a});},bind:function(b,a){return this.create({bind:b,arguments:a});
},bindWithEvent:function(b,a){return this.create({bind:b,arguments:a,event:true});},attempt:function(a,b){return this.create({bind:b,arguments:a,attempt:true})();
},delay:function(b,c,a){return this.create({bind:c,arguments:a,delay:b})();},periodical:function(c,b,a){return this.create({bind:b,arguments:a,periodical:c})();
}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this));},round:function(a){a=Math.pow(10,a||0);return Math.round(this*a)/a;},times:function(b,c){for(var a=0;
a<this;a++){b.call(c,a,this);}},toFloat:function(){return parseFloat(this);},toInt:function(a){return parseInt(this,a||10);}});Number.alias("times","each");
(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat($A(arguments)));};}});Number.implement(a);
})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(a,b){return((typeof a=="string")?new RegExp(a,b):a).test(this);
},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();
},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase());
});},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");
},toInt:function(a){return parseInt(this,a||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);
return(a)?a.slice(1).hexToRgb(b):null;},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null;},stripScripts:function(b){var a="";
var c=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){a+=arguments[1]+"\n";return"";});if(b===true){$exec(a);}else{if($type(b)=="function"){b(a,c);
}}return c;},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(d,c){if(d.charAt(0)=="\\"){return d.slice(1);}return(a[c]!=undefined)?a[c]:"";
});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(b){for(var a in this){if(this.hasOwnProperty(a)&&this[a]===b){return a;}}return null;
},hasValue:function(a){return(Hash.keyOf(this,a)!==null);},extend:function(a){Hash.each(a||{},function(c,b){Hash.set(this,b,c);},this);return this;},combine:function(a){Hash.each(a||{},function(c,b){Hash.include(this,b,c);
},this);return this;},erase:function(a){if(this.hasOwnProperty(a)){delete this[a];}return this;},get:function(a){return(this.hasOwnProperty(a))?this[a]:null;
},set:function(a,b){if(!this[a]||this.hasOwnProperty(a)){this[a]=b;}return this;},empty:function(){Hash.each(this,function(b,a){delete this[a];},this);
return this;},include:function(a,b){if(this[a]==undefined){this[a]=b;}return this;},map:function(b,c){var a=new Hash;Hash.each(this,function(e,d){a.set(d,b.call(c,e,d,this));
},this);return a;},filter:function(b,c){var a=new Hash;Hash.each(this,function(e,d){if(b.call(c,e,d,this)){a.set(d,e);}},this);return a;},every:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&!b.call(c,this[a],a)){return false;
}}return true;},some:function(b,c){for(var a in this){if(this.hasOwnProperty(a)&&b.call(c,this[a],a)){return true;}}return false;},getKeys:function(){var a=[];
Hash.each(this,function(c,b){a.push(b);});return a;},getValues:function(){var a=[];Hash.each(this,function(b){a.push(b);});return a;},toQueryString:function(a){var b=[];
Hash.each(this,function(f,e){if(a){e=a+"["+e+"]";}var d;switch($type(f)){case"object":d=Hash.toQueryString(f,e);break;case"array":var c={};f.each(function(h,g){c[g]=h;
});d=Hash.toQueryString(c,e);break;default:d=e+"="+encodeURIComponent(f);}if(f!=undefined){b.push(d);}});return b.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});
var Event=new Native({name:"Event",initialize:function(a,f){f=f||window;var k=f.document;a=a||f.event;if(a.$extended){return a;}this.$extended=true;var j=a.type;
var g=a.target||a.srcElement;while(g&&g.nodeType==3){g=g.parentNode;}if(j.test(/key/)){var b=a.which||a.keyCode;var m=Event.Keys.keyOf(b);if(j=="keydown"){var d=b-111;
if(d>0&&d<13){m="f"+d;}}m=m||String.fromCharCode(b).toLowerCase();}else{if(j.match(/(click|mouse|menu)/i)){k=(!k.compatMode||k.compatMode=="CSS1Compat")?k.html:k.body;
var i={x:a.pageX||a.clientX+k.scrollLeft,y:a.pageY||a.clientY+k.scrollTop};var c={x:(a.pageX)?a.pageX-f.pageXOffset:a.clientX,y:(a.pageY)?a.pageY-f.pageYOffset:a.clientY};
if(j.match(/DOMMouseScroll|mousewheel/)){var h=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3;}var e=(a.which==3)||(a.button==2);var l=null;if(j.match(/over|out/)){switch(j){case"mouseover":l=a.relatedTarget||a.fromElement;
break;case"mouseout":l=a.relatedTarget||a.toElement;}if(!(function(){while(l&&l.nodeType==3){l=l.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){l=false;
}}}}return $extend(this,{event:a,type:j,page:i,client:c,rightClick:e,wheel:h,relatedTarget:l,target:g,code:b,key:m,shift:a.shiftKey,control:a.ctrlKey,alt:a.altKey,meta:a.metaKey});
}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();
},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();
}else{this.event.returnValue=false;}return this;}});function Class(b){if(b instanceof Function){b={initialize:b};}var a=function(){Object.reset(this);if(a._prototyping){return this;
}this._current=$empty;var c=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return c;}.extend(this);
a.implement(b);a.constructor=Class;a.prototype.constructor=a;return a;}Function.prototype.protect=function(){this._protected=true;return this;};Object.reset=function(a,c){if(c==null){for(var e in a){Object.reset(a,e);
}return a;}delete a[c];switch($type(a[c])){case"object":var d=function(){};d.prototype=a[c];var b=new d;a[c]=Object.reset(b);break;case"array":a[c]=$unlink(a[c]);
break;}return a;};new Native({name:"Class",initialize:Class}).extend({instantiate:function(b){b._prototyping=true;var a=new b;delete b._prototyping;return a;
},wrap:function(a,b,c){if(c._origin){c=c._origin;}return function(){if(c._protected&&this._current==null){throw new Error('The method "'+b+'" cannot be called.');
}var e=this.caller,f=this._current;this.caller=f;this._current=arguments.callee;var d=c.apply(this,arguments);this._current=f;this.caller=e;return d;}.extend({_owner:a,_origin:c,_name:b});
}});Class.implement({implement:function(a,d){if($type(a)=="object"){for(var e in a){this.implement(e,a[e]);}return this;}var f=Class.Mutators[a];if(f){d=f.call(this,d);
if(d==null){return this;}}var c=this.prototype;switch($type(d)){case"function":if(d._hidden){return this;}c[a]=Class.wrap(this,a,d);break;case"object":var b=c[a];
if($type(b)=="object"){$mixin(b,d);}else{c[a]=$unlink(d);}break;case"array":c[a]=$unlink(d);break;default:c[a]=d;}return this;}});Class.Mutators={Extends:function(a){this.parent=a;
this.prototype=Class.instantiate(a);this.implement("parent",function(){var b=this.caller._name,c=this.caller._owner.parent.prototype[b];if(!c){throw new Error('The method "'+b+'" has no parent.');
}return c.apply(this,arguments);}.protect());},Implements:function(a){$splat(a).each(function(b){if(b instanceof Function){b=Class.instantiate(b);}this.implement(b);
},this);}};var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;
},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(c,b,a){c=Events.removeOn(c);if(b!=$empty){this.$events[c]=this.$events[c]||[];
this.$events[c].include(b);if(a){b.internal=true;}}return this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;},fireEvent:function(c,b,a){c=Events.removeOn(c);
if(!this.$events||!this.$events[c]){return this;}this.$events[c].each(function(d){d.create({bind:this,delay:a,"arguments":b})();},this);return this;},removeEvent:function(b,a){b=Events.removeOn(b);
if(!this.$events[b]){return this;}if(!a.internal){this.$events[b].erase(a);}return this;},removeEvents:function(c){var d;if($type(c)=="object"){for(d in c){this.removeEvent(d,c[d]);
}return this;}if(c){c=Events.removeOn(c);}for(d in this.$events){if(c&&c!=d){continue;}var b=this.$events[d];for(var a=b.length;a--;a){this.removeEvent(d,b[a]);
}}return this;}});Events.removeOn=function(a){return a.replace(/^on([A-Z])/,function(b,c){return c.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));
if(!this.addEvent){return this;}for(var a in this.options){if($type(this.options[a])!="function"||!(/^on[A-Z]/).test(a)){continue;}this.addEvent(a,this.options[a]);
delete this.options[a];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(a,b){var c=Element.Constructors.get(a);
if(c){return c(b);}if(typeof a=="string"){return document.newElement(a,b);}return document.id(a).set(b);},afterImplement:function(a,b){Element.Prototype[a]=b;
if(Array[a]){return;}Elements.implement(a,function(){var c=[],g=true;for(var e=0,d=this.length;e<d;e++){var f=this[e][a].apply(this[e],arguments);c.push(f);
if(g){g=($type(f)=="element");}}return(g)?new Elements(c):c;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var f=Array.link(arguments,{properties:Object.type,iframe:$defined});
var d=f.properties||{};var c=document.id(f.iframe);var e=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,c?(c.id||c.name):"IFrame_"+$time());
c=new Element(c||"iframe",d);var b=function(){var g=$try(function(){return c.contentWindow.location.host;});if(!g||g==window.location.host){var h=new Window(c.contentWindow);
new Document(c.contentWindow.document);$extend(h.Element.prototype,Element.Prototype);}e.call(c.contentWindow,c.contentWindow.document);};var a=$try(function(){return c.contentWindow;
});((a&&a.document.body)||window.frames[d.id])?b():c.addListener("load",b);return c;}});var Elements=new Native({initialize:function(f,b){b=$extend({ddup:true,cash:true},b);
f=f||[];if(b.ddup||b.cash){var g={},e=[];for(var c=0,a=f.length;c<a;c++){var d=document.id(f[c],!b.cash);if(b.ddup){if(g[d.uid]){continue;}g[d.uid]=true;
}if(d){e.push(d);}}f=e;}return(b.cash)?$extend(f,this):f;}});Elements.implement({filter:function(a,b){if(!a){return this;}return new Elements(Array.filter(this,(typeof a=="string")?function(c){return c.match(a);
}:a,b));}});Document.implement({newElement:function(a,b){if(Browser.Engine.trident&&b){["name","type","checked"].each(function(c){if(!b[c]){return;}a+=" "+c+'="'+b[c]+'"';
if(c!="checked"){delete b[c];}});a="<"+a+">";}return document.id(this.createElement(a)).set(b);},newTextNode:function(a){return this.createTextNode(a);
},getDocument:function(){return this;},getWindow:function(){return this.window;},id:(function(){var a={string:function(d,c,b){d=b.getElementById(d);return(d)?a.element(d,c):null;
},element:function(b,e){$uid(b);if(!e&&!b.$family&&!(/^object|embed$/i).test(b.tagName)){var c=Element.Prototype;for(var d in c){b[d]=c[d];}}return b;},object:function(c,d,b){if(c.toElement){return a.element(c.toElement(b),d);
}return null;}};a.textnode=a.whitespace=a.window=a.document=$arguments(0);return function(c,e,d){if(c&&c.$family&&c.uid){return c;}var b=$type(c);return(a[b])?a[b](c,e,d||document):null;
};})()});if(window.$==null){Window.implement({$:function(a,b){return document.id(a,b,this.document);}});}Window.implement({$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a);
}var f=[];var c=Array.flatten(arguments);for(var d=0,b=c.length;d<b;d++){var e=c[d];switch($type(e)){case"element":f.push(e);break;case"string":f.extend(this.document.getElements(e,true));
}}return new Elements(f);},getDocument:function(){return this.document;},getWindow:function(){return this;}});Native.implement([Element,Document],{getElement:function(a,b){return document.id(this.getElements(a,true)[0]||null,b);
},getElements:function(a,d){a=a.split(",");var c=[];var b=(a.length>1);a.each(function(e){var f=this.getElementsByTagName(e.trim());(b)?c.extend(f):c=f;
},this);return new Elements(c,{ddup:b,cash:!d});}});(function(){var h={},f={};var i={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};
var c=function(l){return(f[l]||(f[l]={}));};var g=function(n,l){if(!n){return;}var m=n.uid;if(Browser.Engine.trident){if(n.clearAttributes){var q=l&&n.cloneNode(false);
n.clearAttributes();if(q){n.mergeAttributes(q);}}else{if(n.removeEvents){n.removeEvents();}}if((/object/i).test(n.tagName)){for(var o in n){if(typeof n[o]=="function"){n[o]=$empty;
}}Element.dispose(n);}}if(!m){return;}h[m]=f[m]=null;};var d=function(){Hash.each(h,g);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(g);
}if(window.CollectGarbage){CollectGarbage();}h=f=null;};var j=function(n,l,s,m,p,r){var o=n[s||l];var q=[];while(o){if(o.nodeType==1&&(!m||Element.match(o,m))){if(!p){return document.id(o,r);
}q.push(o);}o=o[l];}return(p)?new Elements(q,{ddup:false,cash:!r}):null;};var e={html:"innerHTML","class":"className","for":"htmlFor",defaultValue:"defaultValue",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};
var b=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var k=["value","type","defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];
b=b.associate(b);Hash.extend(e,b);Hash.extend(e,k.associate(k.map(String.toLowerCase)));var a={before:function(m,l){if(l.parentNode){l.parentNode.insertBefore(m,l);
}},after:function(m,l){if(!l.parentNode){return;}var n=l.nextSibling;(n)?l.parentNode.insertBefore(m,n):l.parentNode.appendChild(m);},bottom:function(m,l){l.appendChild(m);
},top:function(m,l){var n=l.firstChild;(n)?l.insertBefore(m,n):l.appendChild(m);}};a.inside=a.bottom;Hash.each(a,function(l,m){m=m.capitalize();Element.implement("inject"+m,function(n){l(this,document.id(n,true));
return this;});Element.implement("grab"+m,function(n){l(document.id(n,true),this);return this;});});Element.implement({set:function(o,m){switch($type(o)){case"object":for(var n in o){this.set(n,o[n]);
}break;case"string":var l=Element.Properties.get(o);(l&&l.set)?l.set.apply(this,Array.slice(arguments,1)):this.setProperty(o,m);}return this;},get:function(m){var l=Element.Properties.get(m);
return(l&&l.get)?l.get.apply(this,Array.slice(arguments,1)):this.getProperty(m);},erase:function(m){var l=Element.Properties.get(m);(l&&l.erase)?l.erase.apply(this):this.removeProperty(m);
return this;},setProperty:function(m,n){var l=e[m];if(n==undefined){return this.removeProperty(m);}if(l&&b[m]){n=!!n;}(l)?this[l]=n:this.setAttribute(m,""+n);
return this;},setProperties:function(l){for(var m in l){this.setProperty(m,l[m]);}return this;},getProperty:function(m){var l=e[m];var n=(l)?this[l]:this.getAttribute(m,2);
return(b[m])?!!n:(l)?n:n||null;},getProperties:function(){var l=$A(arguments);return l.map(this.getProperty,this).associate(l);},removeProperty:function(m){var l=e[m];
(l)?this[l]=(l&&b[m])?false:"":this.removeAttribute(m);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;
},hasClass:function(l){return this.className.contains(l," ");},addClass:function(l){if(!this.hasClass(l)){this.className=(this.className+" "+l).clean();
}return this;},removeClass:function(l){this.className=this.className.replace(new RegExp("(^|\\s)"+l+"(?:\\s|$)"),"$1");return this;},toggleClass:function(l){return this.hasClass(l)?this.removeClass(l):this.addClass(l);
},adopt:function(){Array.flatten(arguments).each(function(l){l=document.id(l,true);if(l){this.appendChild(l);}},this);return this;},appendText:function(m,l){return this.grab(this.getDocument().newTextNode(m),l);
},grab:function(m,l){a[l||"bottom"](document.id(m,true),this);return this;},inject:function(m,l){a[l||"bottom"](this,document.id(m,true));return this;},replaces:function(l){l=document.id(l,true);
l.parentNode.replaceChild(this,l);return this;},wraps:function(m,l){m=document.id(m,true);return this.replaces(m).grab(m,l);},getPrevious:function(l,m){return j(this,"previousSibling",null,l,false,m);
},getAllPrevious:function(l,m){return j(this,"previousSibling",null,l,true,m);},getNext:function(l,m){return j(this,"nextSibling",null,l,false,m);},getAllNext:function(l,m){return j(this,"nextSibling",null,l,true,m);
},getFirst:function(l,m){return j(this,"nextSibling","firstChild",l,false,m);},getLast:function(l,m){return j(this,"previousSibling","lastChild",l,false,m);
},getParent:function(l,m){return j(this,"parentNode",null,l,false,m);},getParents:function(l,m){return j(this,"parentNode",null,l,true,m);},getSiblings:function(l,m){return this.getParent().getChildren(l,m).erase(this);
},getChildren:function(l,m){return j(this,"nextSibling","firstChild",l,true,m);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;
},getElementById:function(o,n){var m=this.ownerDocument.getElementById(o);if(!m){return null;}for(var l=m.parentNode;l!=this;l=l.parentNode){if(!l){return null;
}}return document.id(m,n);},getSelected:function(){return new Elements($A(this.options).filter(function(l){return l.selected;}));},getComputedStyle:function(m){if(this.currentStyle){return this.currentStyle[m.camelCase()];
}var l=this.getDocument().defaultView.getComputedStyle(this,null);return(l)?l.getPropertyValue([m.hyphenate()]):null;},toQueryString:function(){var l=[];
this.getElements("input, select, textarea",true).each(function(m){if(!m.name||m.disabled||m.type=="submit"||m.type=="reset"||m.type=="file"){return;}var n=(m.tagName.toLowerCase()=="select")?Element.getSelected(m).map(function(o){return o.value;
}):((m.type=="radio"||m.type=="checkbox")&&!m.checked)?null:m.value;$splat(n).each(function(o){if(typeof o!="undefined"){l.push(m.name+"="+encodeURIComponent(o));
}});});return l.join("&");},clone:function(o,l){o=o!==false;var r=this.cloneNode(o);var n=function(v,u){if(!l){v.removeAttribute("id");}if(Browser.Engine.trident){v.clearAttributes();
v.mergeAttributes(u);v.removeAttribute("uid");if(v.options){var w=v.options,s=u.options;for(var t=w.length;t--;){w[t].selected=s[t].selected;}}}var x=i[u.tagName.toLowerCase()];
if(x&&u[x]){v[x]=u[x];}};if(o){var p=r.getElementsByTagName("*"),q=this.getElementsByTagName("*");for(var m=p.length;m--;){n(p[m],q[m]);}}n(r,this);return document.id(r);
},destroy:function(){Element.empty(this);Element.dispose(this);g(this,true);return null;},empty:function(){$A(this.childNodes).each(function(l){Element.destroy(l);
});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(l){l=document.id(l,true);if(!l){return false;
}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(l.tagName)).contains(l);}return(this.contains)?(this!=l&&this.contains(l)):!!(this.compareDocumentPosition(l)&16);
},match:function(l){return(!l||(l==this)||(Element.get(this,"tag")==l));}});Native.implement([Element,Window,Document],{addListener:function(o,n){if(o=="unload"){var l=n,m=this;
n=function(){m.removeListener("unload",n);l();};}else{h[this.uid]=this;}if(this.addEventListener){this.addEventListener(o,n,false);}else{this.attachEvent("on"+o,n);
}return this;},removeListener:function(m,l){if(this.removeEventListener){this.removeEventListener(m,l,false);}else{this.detachEvent("on"+m,l);}return this;
},retrieve:function(m,l){var o=c(this.uid),n=o[m];if(l!=undefined&&n==undefined){n=o[m]=l;}return $pick(n);},store:function(m,l){var n=c(this.uid);n[m]=l;
return this;},eliminate:function(l){var m=c(this.uid);delete m[l];return this;}});window.addListener("unload",d);})();Element.Properties=new Hash;Element.Properties.style={set:function(a){this.style.cssText=a;
},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();
}};Element.Properties.html=(function(){var c=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};
a.thead=a.tfoot=a.tbody;var b={set:function(){var e=Array.flatten(arguments).join("");var f=Browser.Engine.trident&&a[this.get("tag")];if(f){var g=c;g.innerHTML=f[1]+e+f[2];
for(var d=f[0];d--;){g=g.firstChild;}this.empty().adopt(g.childNodes);}else{this.innerHTML=e;}}};b.erase=b.set;return b;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;
}var a=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var b=a.innerText;a.destroy();return b;}};}Element.Properties.events={set:function(a){this.addEvents(a);
}};Native.implement([Element,Window,Document],{addEvent:function(e,g){var h=this.retrieve("events",{});h[e]=h[e]||{keys:[],values:[]};if(h[e].keys.contains(g)){return this;
}h[e].keys.push(g);var f=e,a=Element.Events.get(e),c=g,i=this;if(a){if(a.onAdd){a.onAdd.call(this,g);}if(a.condition){c=function(j){if(a.condition.call(this,j)){return g.call(this,j);
}return true;};}f=a.base||f;}var d=function(){return g.call(i);};var b=Element.NativeEvents[f];if(b){if(b==2){d=function(j){j=new Event(j,i.getWindow());
if(c.call(i,j)===false){j.stop();}};}this.addListener(f,d);}h[e].values.push(d);return this;},removeEvent:function(c,b){var a=this.retrieve("events");if(!a||!a[c]){return this;
}var f=a[c].keys.indexOf(b);if(f==-1){return this;}a[c].keys.splice(f,1);var e=a[c].values.splice(f,1)[0];var d=Element.Events.get(c);if(d){if(d.onRemove){d.onRemove.call(this,b);
}c=d.base||c;}return(Element.NativeEvents[c])?this.removeListener(c,e):this;},addEvents:function(a){for(var b in a){this.addEvent(b,a[b]);}return this;
},removeEvents:function(a){var c;if($type(a)=="object"){for(c in a){this.removeEvent(c,a[c]);}return this;}var b=this.retrieve("events");if(!b){return this;
}if(!a){for(c in b){this.removeEvents(c);}this.eliminate("events");}else{if(b[a]){while(b[a].keys[0]){this.removeEvent(a,b[a].keys[0]);}b[a]=null;}}return this;
},fireEvent:function(d,b,a){var c=this.retrieve("events");if(!c||!c[d]){return this;}c[d].keys.each(function(e){e.create({bind:this,delay:a,"arguments":b})();
},this);return this;},cloneEvents:function(d,a){d=document.id(d);var c=d.retrieve("events");if(!c){return this;}if(!a){for(var b in c){this.cloneEvents(d,b);
}}else{if(c[a]){c[a].keys.each(function(e){this.addEvent(a,e);},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};
(function(){var a=function(b){var c=b.relatedTarget;if(c==undefined){return true;}if(c===false){return false;}return($type(this)!="document"&&c!=this&&c.prefix!="xul"&&!this.hasChild(c));
};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});
})();Element.Properties.styles={set:function(a){this.setStyles(a);}};Element.Properties.opacity={set:function(a,b){if(!b){if(a==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";
}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(a==1)?"":"alpha(opacity="+a*100+")";
}this.style.opacity=a;this.store("opacity",a);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(a){return this.set("opacity",a,true);
},getOpacity:function(){return this.get("opacity");},setStyle:function(b,a){switch(b){case"opacity":return this.set("opacity",parseFloat(a));case"float":b=(Browser.Engine.trident)?"styleFloat":"cssFloat";
}b=b.camelCase();if($type(a)!="string"){var c=(Element.Styles.get(b)||"@").split(" ");a=$splat(a).map(function(e,d){if(!c[d]){return"";}return($type(e)=="number")?c[d].replace("@",Math.round(e)):e;
}).join(" ");}else{if(a==String(Number(a))){a=Math.round(a);}}this.style[b]=a;return this;},getStyle:function(g){switch(g){case"opacity":return this.get("opacity");
case"float":g=(Browser.Engine.trident)?"styleFloat":"cssFloat";}g=g.camelCase();var a=this.style[g];if(!$chk(a)){a=[];for(var f in Element.ShortStyles){if(g!=f){continue;
}for(var e in Element.ShortStyles[f]){a.push(this.getStyle(e));}return a.join(" ");}a=this.getComputedStyle(g);}if(a){a=String(a);var c=a.match(/rgba?\([\d\s,]+\)/);
if(c){a=a.replace(c[0],c[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a,10)))){if(g.test(/^(height|width)$/)){var b=(g=="width")?["left","right"]:["top","bottom"],d=0;
b.each(function(h){d+=this.getStyle("border-"+h+"-width").toInt()+this.getStyle("padding-"+h).toInt();},this);return this["offset"+g.capitalize()]-d+"px";
}if((Browser.Engine.presto)&&String(a).test("px")){return a;}if(g.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return a;},setStyles:function(b){for(var a in b){this.setStyle(a,b[a]);
}return this;},getStyles:function(){var a={};Array.flatten(arguments).each(function(b){a[b]=this.getStyle(b);},this);return a;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});
Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(g){var f=Element.ShortStyles;
var b=Element.Styles;["margin","padding"].each(function(h){var i=h+g;f[h][i]=b[i]="@px";});var e="border"+g;f.border[e]=b[e]="@px @ rgb(@, @, @)";var d=e+"Width",a=e+"Style",c=e+"Color";
f[e]={};f.borderWidth[d]=f[e][d]=b[d]="@px";f.borderStyle[a]=f[e][a]=b[a]="@";f.borderColor[c]=f[e][c]=b[c]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(h,i){if(b(this)){this.getWindow().scrollTo(h,i);
}else{this.scrollLeft=h;this.scrollTop=i;}return this;},getSize:function(){if(b(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};
},getScrollSize:function(){if(b(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(b(this)){return this.getWindow().getScroll();
}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var i=this,h={x:0,y:0};while(i&&!b(i)){h.x+=i.scrollLeft;h.y+=i.scrollTop;i=i.parentNode;
}return h;},getOffsetParent:function(){var h=this;if(b(h)){return null;}if(!Browser.Engine.trident){return h.offsetParent;}while((h=h.parentNode)&&!b(h)){if(d(h,"position")!="static"){return h;
}}return null;},getOffsets:function(){if(this.getBoundingClientRect){var j=this.getBoundingClientRect(),m=document.id(this.getDocument().documentElement),p=m.getScroll(),k=this.getScrolls(),i=this.getScroll(),h=(d(this,"position")=="fixed");
return{x:j.left.toInt()+k.x-i.x+((h)?0:p.x)-m.clientLeft,y:j.top.toInt()+k.y-i.y+((h)?0:p.y)-m.clientTop};}var l=this,n={x:0,y:0};if(b(this)){return n;
}while(l&&!b(l)){n.x+=l.offsetLeft;n.y+=l.offsetTop;if(Browser.Engine.gecko){if(!f(l)){n.x+=c(l);n.y+=g(l);}var o=l.parentNode;if(o&&d(o,"overflow")!="visible"){n.x+=c(o);
n.y+=g(o);}}else{if(l!=this&&Browser.Engine.webkit){n.x+=c(l);n.y+=g(l);}}l=l.offsetParent;}if(Browser.Engine.gecko&&!f(this)){n.x-=c(this);n.y-=g(this);
}return n;},getPosition:function(k){if(b(this)){return{x:0,y:0};}var l=this.getOffsets(),i=this.getScrolls();var h={x:l.x-i.x,y:l.y-i.y};var j=(k&&(k=document.id(k)))?k.getPosition():{x:0,y:0};
return{x:h.x-j.x,y:h.y-j.y};},getCoordinates:function(j){if(b(this)){return this.getWindow().getCoordinates();}var h=this.getPosition(j),i=this.getSize();
var k={left:h.x,top:h.y,width:i.x,height:i.y};k.right=k.left+k.width;k.bottom=k.top+k.height;return k;},computePosition:function(h){return{left:h.x-e(this,"margin-left"),top:h.y-e(this,"margin-top")};
},setPosition:function(h){return this.setStyles(this.computePosition(h));}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var i=this.getWindow();
return{x:i.innerWidth,y:i.innerHeight};}var h=a(this);return{x:h.clientWidth,y:h.clientHeight};},getScroll:function(){var i=this.getWindow(),h=a(this);
return{x:i.pageXOffset||h.scrollLeft,y:i.pageYOffset||h.scrollTop};},getScrollSize:function(){var i=a(this),h=this.getSize();return{x:Math.max(i.scrollWidth,h.x),y:Math.max(i.scrollHeight,h.y)};
},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var h=this.getSize();return{top:0,left:0,bottom:h.y,right:h.x,height:h.y,width:h.x};
}});var d=Element.getComputedStyle;function e(h,i){return d(h,i).toInt()||0;}function f(h){return d(h,"-moz-box-sizing")=="border-box";}function g(h){return e(h,"border-top-width");
}function c(h){return e(h,"border-left-width");}function b(h){return(/^(?:body|html)$/i).test(h.tagName);}function a(h){var i=h.getDocument();return(!i.compatMode||i.compatMode=="CSS1Compat")?i.html:i.body;
}})();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(h,g){h=h.split(",");var c,e={};for(var d=0,b=h.length;d<b;d++){var a=h[d],f=Selectors.Utils.search(this,a,e);
if(d!=0&&f.item){f=$A(f);}c=(d==0)?f:(c.item)?$A(c).concat(f):c.concat(f);}return new Elements(c,{ddup:(h.length>1),cash:!g});}});Element.implement({match:function(b){if(!b||(b==this)){return true;
}var d=Selectors.Utils.parseTagAndID(b);var a=d[0],e=d[1];if(!Selectors.Filters.byID(this,e)||!Selectors.Filters.byTag(this,a)){return false;}var c=Selectors.Utils.parseSelector(b);
return(c)?Selectors.Utils.filter(this,c,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};
Selectors.Utils={chk:function(b,c){if(!c){return true;}var a=$uid(b);if(!c[a]){return c[a]=true;}return false;},parseNthArgument:function(h){if(Selectors.Cache.nth[h]){return Selectors.Cache.nth[h];
}var e=h.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!e){return false;}var g=parseInt(e[1],10);var d=(g||g===0)?g:1;var f=e[2]||false;var c=parseInt(e[3],10)||0;
if(d!=0){c--;while(c<1){c+=d;}while(c>=d){c-=d;}}else{d=c;f="index";}switch(f){case"n":e={a:d,b:c,special:"n"};break;case"odd":e={a:2,b:0,special:"n"};
break;case"even":e={a:2,b:1,special:"n"};break;case"first":e={a:0,special:"index"};break;case"last":e={special:"last-child"};break;case"only":e={special:"only-child"};
break;default:e={a:(d-1),special:"index"};}return Selectors.Cache.nth[h]=e;},parseSelector:function(e){if(Selectors.Cache.parsed[e]){return Selectors.Cache.parsed[e];
}var d,h={classes:[],pseudos:[],attributes:[]};while((d=Selectors.RegExps.combined.exec(e))){var i=d[1],g=d[2],f=d[3],b=d[5],c=d[6],j=d[7];if(i){h.classes.push(i);
}else{if(c){var a=Selectors.Pseudo.get(c);if(a){h.pseudos.push({parser:a,argument:j});}else{h.attributes.push({name:c,operator:"=",value:j});}}else{if(g){h.attributes.push({name:g,operator:f,value:b});
}}}}if(!h.classes.length){delete h.classes;}if(!h.attributes.length){delete h.attributes;}if(!h.pseudos.length){delete h.pseudos;}if(!h.classes&&!h.attributes&&!h.pseudos){h=null;
}return Selectors.Cache.parsed[e]=h;},parseTagAndID:function(b){var a=b.match(Selectors.RegExps.tag);var c=b.match(Selectors.RegExps.id);return[(a)?a[1]:"*",(c)?c[1]:false];
},filter:function(f,c,e){var d;if(c.classes){for(d=c.classes.length;d--;d){var g=c.classes[d];if(!Selectors.Filters.byClass(f,g)){return false;}}}if(c.attributes){for(d=c.attributes.length;
d--;d){var b=c.attributes[d];if(!Selectors.Filters.byAttribute(f,b.name,b.operator,b.value)){return false;}}}if(c.pseudos){for(d=c.pseudos.length;d--;d){var a=c.pseudos[d];
if(!Selectors.Filters.byPseudo(f,a.parser,a.argument,e)){return false;}}}return true;},getByTagAndID:function(b,a,d){if(d){var c=(b.getElementById)?b.getElementById(d,true):Element.getElementById(b,d,true);
return(c&&Selectors.Filters.byTag(c,a))?[c]:[];}else{return b.getElementsByTagName(a);}},search:function(o,h,t){var b=[];var c=h.trim().replace(Selectors.RegExps.splitter,function(k,j,i){b.push(j);
return":)"+i;}).split(":)");var p,e,A;for(var z=0,v=c.length;z<v;z++){var y=c[z];if(z==0&&Selectors.RegExps.quick.test(y)){p=o.getElementsByTagName(y);
continue;}var a=b[z-1];var q=Selectors.Utils.parseTagAndID(y);var B=q[0],r=q[1];if(z==0){p=Selectors.Utils.getByTagAndID(o,B,r);}else{var d={},g=[];for(var x=0,w=p.length;
x<w;x++){g=Selectors.Getters[a](g,p[x],B,r,d);}p=g;}var f=Selectors.Utils.parseSelector(y);if(f){e=[];for(var u=0,s=p.length;u<s;u++){A=p[u];if(Selectors.Utils.filter(A,f,t)){e.push(A);
}}p=e;}}return p;}};Selectors.Getters={" ":function(h,g,j,a,e){var d=Selectors.Utils.getByTagAndID(g,j,a);for(var c=0,b=d.length;c<b;c++){var f=d[c];if(Selectors.Utils.chk(f,e)){h.push(f);
}}return h;},">":function(h,g,j,a,f){var c=Selectors.Utils.getByTagAndID(g,j,a);for(var e=0,d=c.length;e<d;e++){var b=c[e];if(b.parentNode==g&&Selectors.Utils.chk(b,f)){h.push(b);
}}return h;},"+":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(Selectors.Utils.chk(b,d)&&Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
}break;}}return c;},"~":function(c,b,a,e,d){while((b=b.nextSibling)){if(b.nodeType==1){if(!Selectors.Utils.chk(b,d)){break;}if(Selectors.Filters.byTag(b,a)&&Selectors.Filters.byID(b,e)){c.push(b);
}}}return c;}};Selectors.Filters={byTag:function(b,a){return(a=="*"||(b.tagName&&b.tagName.toLowerCase()==a));},byID:function(a,b){return(!b||(a.id&&a.id==b));
},byClass:function(b,a){return(b.className&&b.className.contains&&b.className.contains(a," "));},byPseudo:function(a,d,c,b){return d.call(a,c,b);},byAttribute:function(c,d,b,e){var a=Element.prototype.getProperty.call(c,d);
if(!a){return(b=="!=");}if(!b||e==undefined){return true;}switch(b){case"=":return(a==e);case"*=":return(a.contains(e));case"^=":return(a.substr(0,e.length)==e);
case"$=":return(a.substr(a.length-e.length)==e);case"!=":return(a!=e);case"~=":return a.contains(e," ");case"|=":return a.contains(e,"-");}return false;
}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return !(this.innerText||this.textContent||"").length;},not:function(a){return !Element.match(this,a);
},contains:function(a){return(this.innerText||this.textContent||"").contains(a);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var a=this;
while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"only-child":function(){var b=this;while((b=b.previousSibling)){if(b.nodeType==1){return false;
}}var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false;}}return true;},"nth-child":function(g,e){g=(g==undefined)?"n":g;var c=Selectors.Utils.parseNthArgument(g);
if(c.special!="n"){return Selectors.Pseudo[c.special].call(this,c.a,e);}var f=0;e.positions=e.positions||{};var d=$uid(this);if(!e.positions[d]){var b=this;
while((b=b.previousSibling)){if(b.nodeType!=1){continue;}f++;var a=e.positions[$uid(b)];if(a!=undefined){f=a+f;break;}}e.positions[d]=f;}return(e.positions[d]%c.a==c.b);
},index:function(a){var b=this,c=0;while((b=b.previousSibling)){if(b.nodeType==1&&++c>a){return false;}}return(c==a);},even:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n+1",a);
},odd:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n",a);},selected:function(){return this.selected;},enabled:function(){return(this.disabled===false);
}});Element.Events.domready={onAdd:function(a){if(Browser.loaded){a.call(this);}}};(function(){var b=function(){if(Browser.loaded){return;}Browser.loaded=true;
window.fireEvent("domready");document.fireEvent("domready");};window.addEvent("load",b);if(Browser.Engine.trident){var a=document.createElement("div");
(function(){($try(function(){a.doScroll();return document.id(a).inject(document.body).set("html","temp").dispose();}))?b():arguments.callee.delay(50);})();
}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?b():arguments.callee.delay(50);
})();}else{document.addEvent("DOMContentLoaded",b);}}})();var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(a){this.subject=this.subject||this;
this.setOptions(a);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var b=this.options.wait;if(b===false){this.options.link="cancel";
}},getTransition:function(){return function(a){return -(Math.cos(Math.PI*a)-1)/2;};},step:function(){var a=$time();if(a<this.time+this.options.duration){var b=this.transition((a-this.time)/this.options.duration);
this.set(this.compute(this.from,this.to,b));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(a){return a;},compute:function(c,b,a){return Fx.compute(c,b,a);
},check:function(){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.bind(this,arguments));
return false;}return false;},start:function(b,a){if(!this.check(b,a)){return this;}this.from=b;this.to=a;this.time=0;this.transition=this.getTransition();
this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();
}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);
}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();
return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;
}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(c,b,a){return(b-c)*a+c;
};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(d,e,b){b=$splat(b);var c=b[1];if(!$chk(c)){b[1]=b[0];
b[0]=d.getStyle(e);}var a=b.map(this.parse);return{from:a[0],to:a[1]};},parse:function(a){a=$lambda(a)();a=(typeof a=="string")?a.split(" "):$splat(a);
return a.map(function(c){c=String(c);var b=false;Fx.CSS.Parsers.each(function(f,e){if(b){return;}var d=f.parse(c);if($chk(d)){b={value:d,parser:f};}});
b=b||{value:c,parser:Fx.CSS.Parsers.String};return b;});},compute:function(d,c,b){var a=[];(Math.min(d.length,c.length)).times(function(e){a.push({value:d[e].parser.compute(d[e].value,c[e].value,b),parser:d[e].parser});
});a.$family={name:"fx:css:value"};return a;},serve:function(c,b){if($type(c)!="fx:css:value"){c=this.parse(c);}var a=[];c.each(function(d){a=a.concat(d.parser.serve(d.value,b));
});return a;},render:function(a,d,c,b){a.setStyle(d,this.serve(c,b));},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a];}var b={};Array.each(document.styleSheets,function(e,d){var c=e.href;
if(c&&c.contains("://")&&!c.contains(document.domain)){return;}var f=e.rules||e.cssRules;Array.each(f,function(j,g){if(!j.style){return;}var h=(j.selectorText)?j.selectorText.replace(/^\w+/,function(i){return i.toLowerCase();
}):null;if(!h||!h.test("^"+a+"$")){return;}Element.Styles.each(function(k,i){if(!j.style[i]||Element.ShortStyles[i]){return;}k=String(j.style[i]);b[i]=(k.test(/^rgb/))?k.rgbToHex():k;
});});});return Fx.CSS.Cache[a]=b;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true);
}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false;},compute:function(c,b,a){return c.map(function(e,d){return Math.round(Fx.compute(c[d],b[d],a));
});},serve:function(a){return a.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});
Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(b,a){if(arguments.length==1){a=b;
b=this.property||this.options.property;}this.render(this.element,b,a,this.options.unit);return this;},start:function(c,e,d){if(!this.check(c,e,d)){return this;
}var b=Array.flatten(arguments);this.property=this.options.property||b.shift();var a=this.prepare(this.element,this.property,b);return this.parent(a.from,a.to);
}});Element.Properties.tween={set:function(a){var b=this.retrieve("tween");if(b){b.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},a));
},get:function(a){if(a||!this.retrieve("tween")){if(a||!this.retrieve("tween:options")){this.set("tween",a);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));
}return this.retrieve("tween");}};Element.implement({tween:function(a,c,b){this.get("tween").start(arguments);return this;},fade:function(c){var e=this.get("tween"),d="opacity",a;
c=$pick(c,"toggle");switch(c){case"in":e.start(d,1);break;case"out":e.start(d,0);break;case"show":e.set(d,1);break;case"hide":e.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);
e.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:e.start(d,arguments);}if(!a){this.eliminate("fade:flag");}return this;},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));
a=(a=="transparent")?"#fff":a;}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));
b.callChain();}.bind(this));return this;}});
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":191,"face":{"font-family":"swiss","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-5 -275 360 85","underline-thickness":"16.1719","underline-position":"-29.3555","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":95},"!":{"d":"49,-63r-5,-102r0,-94r24,0r0,94r-5,102r-14,0xm44,0r0,-32r24,0r0,32r-24,0","w":112},"\"":{"d":"79,-252r0,97r-15,0r0,-97r15,0xm33,-252r0,97r-15,0r0,-97r15,0","w":96},"#":{"d":"172,-152r-47,0r-18,49r48,0xm161,-256r-31,88r48,0r31,-88r19,0r-30,88r56,0r-5,16r-57,0r-18,49r61,0r-5,16r-62,0r-30,87r-20,0r31,-87r-47,0r-32,87r-19,0r30,-87r-58,0r5,-16r59,0r18,-49r-64,0r5,-16r65,0r31,-88r19,0","w":276},"$":{"d":"105,-13v45,3,69,-46,44,-80v-8,-10,-27,-15,-44,-20r0,100xm89,-232v-40,-2,-65,42,-42,73v7,8,26,15,42,19r0,-92xm89,7v-50,-4,-79,-29,-79,-81r22,0v1,38,21,57,57,61r0,-104v-40,-9,-72,-22,-72,-66v0,-44,28,-67,72,-69r0,-21r16,0r0,21v40,1,67,25,68,64r-21,0v-1,-27,-19,-44,-47,-44r0,96v44,10,76,24,76,72v0,44,-30,71,-76,71r0,28r-16,0r0,-28"},"%":{"d":"219,-98v-21,0,-39,16,-39,38v0,21,18,39,39,39v22,0,38,-18,38,-39v0,-21,-17,-38,-38,-38xm219,0v-33,0,-60,-27,-60,-60v0,-34,28,-59,60,-59v33,0,59,26,59,59v0,32,-25,60,-59,60xm56,7r161,-259r19,0r-162,259r-18,0xm73,-224v-21,-1,-39,18,-39,39v0,22,17,39,39,39v22,0,38,-17,38,-39v0,-21,-17,-39,-38,-39xm73,-125v-33,0,-59,-28,-60,-60v0,-34,27,-60,60,-60v32,0,60,27,60,60v0,32,-28,60,-60,60","w":291},"&":{"d":"44,-70v-4,68,98,70,122,22r-73,-87v-28,14,-47,31,-49,65xm108,-238v-47,1,-33,58,-6,78v23,-12,38,-21,40,-47v1,-20,-14,-32,-34,-31xm210,-116v0,26,-7,48,-17,66r43,50r-29,0r-26,-31v-33,59,-167,49,-161,-37v3,-43,26,-67,61,-82v-16,-18,-26,-32,-28,-57v-2,-30,26,-53,56,-52v33,0,56,20,55,52v-1,36,-22,47,-50,63r65,75v6,-13,7,-29,8,-47r23,0","w":237},"'":{"d":"33,-252r0,97r-15,0r0,-97r15,0","w":50},"(":{"d":"91,73v-74,-74,-74,-258,0,-332r17,0v-67,79,-68,253,0,332r-17,0","w":113},")":{"d":"5,73v69,-77,69,-256,0,-332r18,0v73,76,74,257,0,332r-18,0","w":113},"*":{"d":"90,-180r-32,46r-17,-12r36,-44r-53,-14r6,-20r51,19r0,-54r17,0r0,54r51,-18r7,19r-53,14r36,44r-17,12","w":180},"+":{"d":"157,-215r0,101r98,0r0,14r-98,0r0,100r-14,0r0,-100r-98,0r0,-14r98,0r0,-101r14,0","w":299},",":{"d":"36,50v-1,-23,16,-21,11,-50r-11,0r0,-32r24,0v-1,35,6,73,-24,82","w":95},"-":{"d":"14,-83r0,-23r87,0r0,23r-87,0","w":117,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"36,0r0,-32r24,0r0,32r-24,0","w":95},"\/":{"d":"92,-266r18,0r-97,296r-18,0","w":105},"0":{"d":"96,-232v-49,0,-59,50,-59,110v0,61,10,109,59,109v49,0,58,-49,58,-109v0,-60,-8,-110,-58,-110xm96,7v-63,0,-82,-57,-83,-129v0,-73,19,-130,83,-130v62,0,83,58,83,130v0,72,-20,129,-83,129"},"1":{"d":"33,-202v42,0,63,-13,66,-50r21,0r0,252r-24,0r0,-201v-14,12,-34,14,-63,14r0,-15"},"2":{"d":"176,-179v1,92,-128,78,-140,159r139,0r0,20r-163,0v-11,-106,140,-88,140,-178v0,-34,-19,-53,-53,-53v-39,-1,-58,24,-58,63r-23,0v1,-53,30,-83,82,-84v45,0,76,29,76,73"},"3":{"d":"94,7v-49,0,-83,-29,-81,-79r24,0v-1,37,21,59,56,59v38,0,58,-20,58,-56v0,-42,-31,-55,-74,-51r0,-19v40,2,67,-11,67,-48v0,-28,-20,-45,-48,-45v-35,0,-52,20,-53,55r-22,0v2,-46,29,-71,75,-75v73,-6,95,98,37,121v74,25,44,138,-39,138"},"4":{"d":"122,-82r0,-133r-87,133r87,0xm122,0r0,-62r-109,0r0,-20r107,-163r25,0r0,163r34,0r0,20r-34,0r0,62r-23,0"},"5":{"d":"175,-77v9,75,-87,108,-138,65v-14,-13,-22,-31,-23,-53r23,0v1,32,23,52,57,52v37,0,57,-25,57,-63v0,-67,-81,-84,-110,-40r-19,0r19,-129r123,0r0,20r-106,0r-13,81v49,-38,139,-4,130,67"},"6":{"d":"100,-140v-33,0,-56,29,-56,62v-1,37,19,66,55,65v38,0,55,-22,55,-61v0,-40,-17,-66,-54,-66xm154,-188v-2,-50,-75,-59,-97,-16v-10,20,-18,47,-19,84v11,-23,32,-39,65,-39v47,0,76,35,76,84v0,49,-30,83,-78,82v-62,-1,-87,-49,-87,-117v0,-80,23,-139,92,-142v41,-1,66,27,70,64r-22,0"},"7":{"d":"178,-223v-51,60,-85,131,-99,223r-25,0v14,-90,50,-163,99,-223r-132,0r0,-22r157,0r0,22"},"8":{"d":"96,-123v-35,0,-57,21,-57,55v-1,32,24,56,57,55v34,0,57,-23,57,-57v0,-33,-23,-52,-57,-53xm96,-233v-29,0,-49,18,-49,47v0,28,21,44,49,44v28,0,48,-16,48,-44v0,-29,-20,-47,-48,-47xm14,-69v0,-32,19,-54,44,-64v-59,-24,-35,-129,38,-119v72,-9,96,94,38,119v25,9,43,31,43,64v1,46,-33,76,-81,76v-49,0,-83,-29,-82,-76"},"9":{"d":"92,-232v-38,1,-55,23,-55,62v0,39,17,64,54,65v34,1,56,-28,56,-62v0,-37,-20,-65,-55,-65xm176,-135v0,80,-22,142,-91,142v-41,0,-67,-25,-70,-64r22,0v2,51,76,58,97,16v10,-20,18,-46,19,-83v-11,23,-32,39,-65,39v-47,0,-76,-35,-76,-84v0,-49,30,-83,78,-83v62,1,86,49,86,117"},":":{"d":"40,-151r0,-32r24,0r0,32r-24,0xm40,0r0,-32r24,0r0,32r-24,0","w":104},";":{"d":"40,-151r0,-32r24,0r0,32r-24,0xm40,50v-1,-23,16,-21,11,-50r-11,0r0,-32r24,0v-1,35,8,74,-24,82","w":104},"<":{"d":"253,-182r-183,75r183,74r0,16r-207,-85r0,-11r207,-85r0,16","w":299},"=":{"d":"255,-82r0,14r-210,0r0,-14r210,0xm255,-146r0,14r-210,0r0,-14r210,0","w":299},">":{"d":"253,-113r0,11r-207,85r0,-16r184,-74r-184,-75r0,-16","w":299},"?":{"d":"90,-266v80,0,97,99,39,130v-28,28,-37,36,-34,73r-21,0v-15,-68,63,-87,66,-135v2,-31,-19,-47,-50,-47v-38,0,-56,21,-57,59r-23,0v1,-51,29,-80,80,-80xm73,0r0,-32r24,0r0,32r-24,0","w":176},"@":{"d":"184,-175v24,0,39,11,45,30r11,-23r14,0r-28,116v-1,11,9,17,21,16v49,-5,75,-49,75,-99v0,-66,-57,-109,-128,-107v-94,3,-151,58,-154,152v-1,79,60,126,142,126v44,0,82,-14,110,-34r5,8v-30,24,-66,39,-114,39v-96,0,-162,-47,-162,-141v0,-103,72,-163,175,-163v81,0,143,41,143,118v0,65,-34,115,-97,115v-22,0,-38,-11,-33,-33v-10,17,-26,33,-51,33v-37,0,-54,-21,-55,-58v-1,-48,36,-96,81,-95xm121,-78v0,42,46,54,73,30v20,-17,23,-50,31,-79v-5,-22,-17,-34,-41,-35v-39,0,-63,41,-63,84","w":360},"A":{"d":"60,-100r101,0r-50,-134xm-2,0r99,-259r28,0r98,259r-25,0r-29,-80r-116,0r-30,80r-25,0","w":221,"k":{"\u201d":46,"y":5,"w":5,"v":5,"Y":21,"W":6,"V":6,"U":6,"T":13,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"191,-71v0,-64,-75,-53,-138,-53r0,103v61,-3,138,15,138,-50xm179,-191v0,-59,-69,-45,-126,-47r0,94v57,-2,126,12,126,-47xm216,-70v2,86,-98,69,-187,70r0,-259v81,0,175,-12,175,66v0,29,-17,48,-39,56v31,5,51,32,51,67","w":230,"k":{"Y":13,"W":6,"V":6,"S":-7,"O":-7,"G":-7,"C":-7,"-":-7}},"C":{"d":"132,-14v46,1,75,-28,78,-71r24,0v-4,57,-43,92,-104,92v-75,0,-112,-58,-112,-137v0,-79,39,-135,113,-136v55,-1,98,32,100,83r-23,0v-4,-38,-35,-62,-77,-62v-61,1,-89,50,-89,115v0,65,29,116,90,116","w":250,"k":{"\u201d":-13,"S":-7,";":-7,":":-7,"-":-8}},"D":{"d":"207,-129v0,-78,-26,-115,-113,-109r-41,0r0,217r50,0v82,6,104,-35,104,-108xm232,-130v0,87,-34,136,-132,130r-71,0r0,-259r78,0v94,-6,125,46,125,129","w":250,"k":{"Y":6,"W":-3,"V":3,"A":3,".":13,"-":-7,",":13}},"E":{"d":"29,0r0,-259r169,0r0,21r-145,0r0,95r133,0r0,20r-133,0r0,102r150,0r0,21r-174,0","w":217,"k":{".":-7,"-":6,",":-7}},"F":{"d":"29,0r0,-259r164,0r0,21r-140,0r0,94r127,0r0,21r-127,0r0,123r-24,0","w":204,"k":{"\u201d":-7,"u":8,"r":6,"o":8,"e":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":6,",":55}},"G":{"d":"133,-15v58,1,91,-38,90,-97r-85,0r0,-21r108,0r0,133r-19,0r-3,-46v-14,32,-46,52,-90,53v-75,0,-116,-58,-116,-137v0,-79,42,-136,117,-136v59,0,101,30,108,82r-25,0v-6,-37,-38,-62,-82,-61v-64,1,-94,47,-94,115v0,65,31,114,91,115","w":269,"k":{"Y":3,"T":6}},"H":{"d":"29,0r0,-259r24,0r0,112r148,0r0,-112r24,0r0,259r-24,0r0,-125r-148,0r0,125r-24,0","w":253},"I":{"d":"30,0r0,-259r25,0r0,259r-25,0","w":85},"J":{"d":"75,7v-52,0,-71,-32,-67,-87r24,0v-2,40,5,67,43,66v36,-2,46,-16,47,-54r0,-191r24,0r0,196v-1,45,-25,70,-71,70","w":173,"k":{".":8,",":8}},"K":{"d":"29,0r0,-259r24,0r0,137r133,-137r31,0r-105,107r117,152r-29,0r-104,-136r-43,45r0,91r-24,0","w":230,"k":{"y":10,"u":6,"o":6,"e":6,"Y":16,"W":6,"U":13,"O":10,"C":10,"A":3,".":-7,"-":26,",":-7}},"L":{"d":"29,0r0,-259r24,0r0,238r132,0r0,21r-156,0","w":187,"k":{"\u201d":79,"y":6,"Y":36,"W":11,"V":23,"U":6,"T":29,"O":13,".":-10,"-":40,",":-10}},"M":{"d":"28,0r0,-259r34,0r85,228r84,-228r34,0r0,259r-23,0r0,-226r-84,226r-22,0r-84,-226r0,226r-24,0","w":293},"N":{"d":"29,0r0,-259r26,0r146,222r0,-222r23,0r0,259r-26,0r-146,-222r0,222r-23,0","w":253,"k":{";":6,":":6}},"O":{"d":"136,-245v-60,0,-94,52,-94,116v0,64,33,115,94,115v61,0,94,-49,94,-115v0,-66,-32,-116,-94,-116xm136,7v-75,0,-118,-57,-118,-136v0,-80,43,-136,118,-137v76,0,119,57,119,137v0,80,-44,136,-119,136","w":272,"k":{"Y":6,"X":6,"V":6,".":15,"-":-7,",":15}},"P":{"d":"180,-187v0,-62,-68,-50,-127,-51r0,104v61,-1,127,10,127,-53xm204,-186v0,74,-73,77,-151,74r0,112r-24,0r0,-259v82,0,175,-13,175,73","w":217,"k":{"\u201d":-7,"u":-3,"s":10,"o":10,"e":10,"a":10,"Y":3,"W":-3,"A":26,";":6,":":6,".":86,"-":40,",":86}},"Q":{"d":"255,-129v-1,49,-13,81,-39,105r33,26r-13,17r-37,-29v-16,12,-36,17,-63,17v-75,-1,-118,-57,-118,-136v0,-80,43,-136,118,-137v76,0,120,57,119,137xm42,-129v0,83,64,139,139,104r-31,-25r13,-17r36,29v58,-53,36,-214,-63,-207v-59,4,-94,52,-94,116","w":272,"k":{".":11,"-":-7,",":11}},"R":{"d":"189,-189v0,-62,-73,-48,-136,-49r0,101v61,-2,136,13,136,-52xm190,0v-19,-41,12,-116,-62,-116r-75,0r0,116r-24,0r0,-259v85,1,188,-16,185,69v-1,33,-16,55,-42,64v46,9,24,85,44,126r-26,0","w":232,"k":{"y":-3}},"S":{"d":"113,7v-58,0,-97,-27,-96,-85r23,0v0,41,30,64,73,64v52,0,86,-51,53,-85v-35,-36,-143,-19,-143,-97v0,-70,103,-90,148,-49v15,14,23,33,23,58r-24,0v0,-37,-26,-55,-64,-58v-48,-3,-77,45,-49,78v45,34,149,20,145,99v-2,49,-37,76,-89,75","w":218,"k":{"S":-7,"-":-7}},"T":{"d":"83,0r0,-238r-80,0r0,-21r185,0r0,21r-80,0r0,238r-25,0","k":{"y":46,"w":46,"u":46,"s":48,"r":34,"o":48,"i":5,"e":48,"c":48,"a":48,"T":-8,"C":6,"A":13,";":46,":":46,".":53,"-":53,",":53}},"U":{"d":"125,7v-66,0,-98,-34,-98,-99r0,-167r24,0r0,163v-1,57,20,80,74,82v113,5,65,-148,75,-245r24,0r0,167v0,65,-34,99,-99,99","w":250,"k":{"A":6,";":6,":":6,".":13,",":13}},"V":{"d":"90,0r-90,-259r24,0r79,229r78,-229r24,0r-90,259r-25,0","w":204,"k":{"\u201d":-13,"y":-3,"u":6,"o":13,"e":13,"a":13,"A":6,";":10,":":10,".":46,"-":26,",":46}},"W":{"d":"69,0r-67,-259r23,0r58,223r57,-223r30,0r56,223r58,-223r23,0r-68,259r-26,0r-58,-230r-60,230r-26,0","w":309,"k":{"\u201d":-7,"y":-5,"u":-5,"o":6,"i":-7,"e":6,"a":6,"A":6,";":5,":":5,".":29,"-":13,",":29}},"X":{"d":"4,0r87,-133r-84,-126r28,0r69,106r69,-106r28,0r-83,126r89,133r-28,0r-75,-112r-72,112r-28,0","w":211,"k":{"e":10,"O":6,"C":6,";":6,":":6,".":-7,"-":33,",":-7}},"Y":{"d":"89,0r0,-114r-91,-145r27,0r76,123r76,-123r27,0r-91,145r0,114r-24,0","w":201,"k":{"u":26,"o":33,"e":33,"a":33,"O":6,"C":6,"A":21,";":31,":":31,".":60,"-":53,",":60}},"Z":{"d":"6,0r0,-22r160,-216r-148,0r0,-21r178,0r0,21r-161,216r163,0r0,22r-192,0","w":204,"k":{";":-7,":":-7,".":-7,"-":20,",":-7}},"[":{"d":"109,72r-66,0r0,-331r66,0r0,18r-44,0r0,295r44,0r0,18","w":118},"\\":{"d":"92,30r-97,-296r18,0r97,296r-18,0","w":105},"]":{"d":"10,72r0,-18r44,0r0,-295r-44,0r0,-18r66,0r0,331r-66,0","w":118},"^":{"d":"190,-256r95,98r-22,0r-83,-83r-83,83r-22,0r94,-98r21,0","w":360},"_":{"d":"180,71r0,14r-180,0r0,-14r180,0","w":180},"`":{"d":"96,-211r-47,-61r26,0r37,61r-16,0","w":180},"a":{"d":"79,-15v48,1,72,-29,65,-83v-34,11,-107,2,-107,48v-1,24,18,35,42,35xm188,0v-24,5,-45,0,-42,-27v-28,44,-132,46,-131,-22v1,-53,49,-52,103,-60v18,-3,27,-11,27,-23v-1,-31,-14,-39,-47,-40v-32,0,-51,12,-53,41r-21,0v1,-39,33,-61,74,-61v41,0,69,18,69,57r0,102v-2,18,6,17,21,17r0,16","w":193},"b":{"d":"108,-172v-44,0,-63,33,-63,79v0,46,20,79,63,79v43,0,63,-33,63,-79v0,-46,-19,-79,-63,-79xm110,5v-31,0,-53,-14,-64,-37r0,32r-22,0r0,-259r22,0r0,105v13,-23,33,-37,65,-38v54,-1,83,43,83,99v0,56,-30,99,-84,98","w":207},"c":{"d":"98,-14v32,0,52,-21,55,-51r21,0v-3,41,-33,70,-77,70v-52,0,-82,-41,-82,-97v0,-81,77,-128,135,-82v14,12,21,28,22,47r-21,0v-3,-27,-24,-45,-53,-45v-40,0,-61,35,-61,78v0,45,20,79,61,80","w":185},"d":{"d":"101,-172v-44,0,-64,32,-63,79v0,46,20,78,63,79v43,0,64,-33,64,-79v0,-46,-20,-80,-64,-79xm98,-192v32,0,52,15,65,37r0,-104r21,0r0,259r-21,0r0,-32v-13,22,-33,37,-66,37v-53,1,-82,-42,-82,-98v0,-55,29,-100,83,-99","w":209},"e":{"d":"97,-192v55,0,82,43,79,103r-139,1v-1,42,22,75,61,75v30,0,50,-18,54,-45r22,0v-4,38,-36,63,-78,63v-53,-1,-81,-39,-81,-97v0,-59,27,-100,82,-100xm154,-107v4,-57,-63,-87,-99,-48v-11,12,-17,28,-18,48r117,0","w":190},"f":{"d":"90,-241v-37,-9,-36,21,-34,54r34,0r0,18r-34,0r0,169r-21,0r0,-169r-28,0r0,-18r28,0v-5,-47,4,-83,55,-73r0,19","w":95,"k":{"\u201d":-13,".":6,"-":6,",":6}},"g":{"d":"101,-172v-44,0,-64,33,-63,79v0,46,20,78,63,79v43,0,64,-33,64,-79v0,-46,-20,-79,-64,-79xm98,-192v31,0,52,15,65,37r0,-32r21,0r0,177v10,79,-85,109,-141,72v-14,-9,-21,-23,-22,-40r22,0v3,24,23,35,52,35v54,0,73,-32,68,-89v-14,22,-33,37,-65,37v-54,1,-83,-42,-83,-98v0,-55,30,-100,83,-99","w":208},"h":{"d":"103,-172v-75,0,-55,99,-57,172r-22,0r0,-259r22,0r0,101v13,-20,32,-34,62,-34v46,0,63,23,63,78r0,114r-22,0v-9,-64,29,-172,-46,-172","w":194},"i":{"d":"26,-226r0,-33r22,0r0,33r-22,0xm26,0r0,-187r22,0r0,187r-22,0","w":74},"j":{"d":"33,-226r0,-33r21,0r0,33r-21,0xm54,36v2,32,-20,46,-50,39r0,-18v20,1,30,-3,29,-23r0,-221r21,0r0,223","w":78},"k":{"d":"24,0r0,-259r22,0r0,163r93,-91r28,0r-71,69r79,118r-25,0r-69,-104r-35,34r0,70r-22,0","w":174,"k":{"-":13}},"l":{"d":"26,0r0,-259r22,0r0,259r-22,0","w":74},"m":{"d":"101,-172v-32,0,-56,23,-55,57r0,115r-22,0r0,-187r20,0r0,31v15,-42,103,-51,113,1v11,-22,31,-36,60,-37v88,-5,55,114,61,192r-22,0r0,-128v-1,-30,-10,-44,-40,-44v-76,-2,-50,102,-54,172r-22,0r0,-126v-1,-28,-11,-47,-39,-46","w":300},"n":{"d":"103,-172v-76,0,-54,99,-57,172r-22,0r0,-187r21,0r0,30v13,-20,31,-35,62,-35v46,0,64,24,64,78r0,114r-23,0v-8,-64,28,-172,-45,-172","w":194},"o":{"d":"100,-172v-43,0,-63,34,-63,79v0,46,20,78,63,79v43,0,64,-33,64,-79v0,-46,-20,-80,-64,-79xm100,5v-56,0,-85,-39,-85,-98v0,-59,29,-99,85,-99v57,0,88,40,87,99v0,59,-31,98,-87,98","w":200},"p":{"d":"109,-172v-44,0,-63,33,-63,79v0,46,20,79,63,79v43,0,63,-33,63,-79v0,-46,-19,-79,-63,-79xm111,5v-32,-1,-52,-14,-64,-37r0,107r-22,0r0,-262r22,0r0,34v12,-24,32,-39,65,-39v54,0,83,42,83,99v0,58,-30,97,-84,98","w":208},"q":{"d":"100,-172v-43,0,-63,34,-63,79v0,46,20,78,63,79v43,0,64,-33,64,-79v0,-46,-20,-80,-64,-79xm98,-192v32,0,52,15,64,37r0,-32r22,0r0,262r-22,0r0,-108v-13,23,-33,38,-65,38v-54,0,-82,-40,-82,-98v0,-58,29,-99,83,-99","w":209},"r":{"d":"105,-169v-80,-5,-55,97,-59,169r-22,0r0,-187r21,0r0,33v9,-25,29,-37,60,-38r0,23","w":110,"k":{".":33,"-":20,",":33}},"s":{"d":"148,-82v33,38,-6,87,-59,87v-42,0,-71,-24,-73,-63r22,0v-5,52,100,60,100,9v0,-44,-127,-28,-118,-88v-4,-54,80,-70,115,-39v12,10,19,25,20,44r-22,0v-1,-26,-20,-40,-49,-40v-24,0,-40,11,-42,32v-4,34,87,37,106,58","w":176},"t":{"d":"87,1v-29,8,-56,5,-56,-34r0,-136r-26,0r0,-18r26,0r0,-53r22,0r0,53r34,0r0,18r-34,0r0,136v-2,24,16,21,34,16r0,18","w":97,"k":{"-":6}},"u":{"d":"91,-15v78,0,55,-99,58,-172r21,0r0,187r-21,0r0,-30v-23,52,-126,47,-126,-31r0,-126r22,0v8,64,-28,172,46,172","w":194},"v":{"d":"71,0r-70,-187r23,0r60,161r59,-161r22,0r-70,187r-24,0","w":166,"k":{".":29,",":29}},"w":{"d":"59,0r-59,-187r22,0r48,156r43,-156r24,0r42,156r48,-156r22,0r-59,187r-23,0r-43,-156r-43,156r-22,0","w":249,"k":{".":23,",":23}},"x":{"d":"0,0r66,-96r-63,-91r27,0r49,75r48,-75r26,0r-61,91r68,96r-27,0r-54,-79r-53,79r-26,0","w":160,"k":{"-":13}},"y":{"d":"82,36v-10,30,-29,45,-65,39r0,-20v39,13,45,-26,56,-53r-73,-189r23,0r60,160r60,-160r22,0","w":167,"k":{".":28,"-":6,",":28}},"z":{"d":"7,0r0,-18r121,-151r-115,0r0,-18r141,0r0,19r-119,149r124,0r0,19r-152,0","w":166},"{":{"d":"84,-151v-1,-64,-6,-118,65,-109v-1,6,4,18,-6,16v-83,-13,-2,140,-75,151v41,6,33,55,34,104v0,39,9,46,47,46v-1,7,4,19,-7,16v-65,7,-58,-48,-58,-108v0,-39,-16,-54,-53,-50r0,-16v39,2,54,-11,53,-50","w":180},"|":{"d":"98,-275r0,360r-16,0r0,-360r16,0","w":180},"}":{"d":"31,-260v69,-8,67,44,65,109v-1,39,14,52,53,50r0,16v-55,-10,-55,39,-53,92v2,53,-13,67,-65,66v1,-7,-4,-18,7,-16v82,14,0,-139,74,-150v-41,-7,-33,-56,-34,-105v0,-39,-10,-46,-47,-46r0,-16","w":180},"~":{"d":"99,-126v26,-2,78,25,102,24v28,-2,46,-12,68,-28r0,16v-33,26,-72,34,-119,14v-48,-22,-83,-12,-119,15r0,-16v21,-14,39,-24,68,-25","w":299},"\u2122":{"d":"163,-256r30,78r29,-78r18,0r0,94r-11,0r0,-85r-31,85r-9,0r-33,-85r0,85r-11,0r0,-94r18,0xm122,-256r0,9r-31,0r0,85r-11,0r0,-85r-32,0r0,-9r74,0","w":299},"\u2026":{"d":"48,0r0,-32r24,0r0,32r-24,0xm168,0r0,-32r24,0r0,32r-24,0xm288,0r0,-32r24,0r0,32r-24,0","w":360},"\u2013":{"d":"0,-86r0,-17r180,0r0,17r-180,0","w":180},"\u2014":{"d":"0,-86r0,-17r360,0r0,17r-360,0","w":360},"\u201c":{"d":"56,-266v2,22,-17,21,-11,50r11,0r0,32r-24,0v2,-33,-7,-74,24,-82xm110,-266v1,22,-16,23,-11,50r11,0r0,32r-24,0v1,-35,-6,-74,24,-82","w":142,"k":{"J":79,"A":46}},"\u201d":{"d":"86,-176v-1,-22,17,-22,12,-50r-12,0r0,-33r24,0v-1,35,8,76,-24,83xm32,-176v-1,-22,16,-23,11,-50r-11,0r0,-33r24,0v-1,35,7,75,-24,83","w":142},"\u2018":{"d":"56,-266v1,23,-16,22,-11,50r11,0r0,32r-24,0v1,-35,-7,-73,24,-82","w":87},"\u2019":{"d":"32,-176v-2,-22,15,-24,11,-50r-11,0r0,-33r24,0v-1,36,6,73,-24,83","w":87},"\u00d7":{"d":"150,-117r86,-86r10,10r-86,86r86,85r-10,10r-86,-85r-85,85r-11,-10r86,-85r-86,-86r11,-10","w":299},"\u00a0":{"w":95}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"swiss","font-weight":800,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"6","bbox":"-4 -277 360 85","underline-thickness":"27.7734","underline-position":"-23.9062","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"37,-44r43,0r0,44r-43,0r0,-44xm37,-259r43,0v2,70,-5,131,-11,192r-22,0r-10,-114r0,-78","w":117},"\"":{"d":"69,-252r29,0r0,97r-29,0r0,-97xm15,-252r29,0r0,97r-29,0r0,-97","w":113},"#":{"d":"125,-150r-16,45r45,0r16,-45r-45,0xm129,-257r34,0r-27,77r44,0r27,-77r33,0r-27,77r52,0r-11,30r-51,0r-16,45r54,0r-11,30r-54,0r-27,76r-34,0r28,-76r-44,0r-28,76r-34,0r28,-76r-53,0r11,-30r52,0r16,-45r-55,0r10,-30r56,0","w":276},"$":{"d":"110,-25v32,0,51,-40,30,-64v-6,-6,-16,-11,-30,-15r0,79xm90,-218v-31,-3,-45,36,-27,57v6,6,14,10,27,13r0,-70xm16,-179v0,-43,30,-71,74,-72r0,-23r20,0r0,24v43,3,73,25,73,69r-38,0v-2,-22,-14,-34,-35,-37r0,74v50,15,79,25,79,76v0,45,-34,71,-79,74r0,33r-20,0r0,-32v-51,-4,-78,-29,-78,-83v12,1,28,-2,38,1v0,27,15,47,40,49r0,-84v-43,-9,-74,-24,-74,-69"},"%":{"d":"263,-61v0,-18,-15,-32,-32,-32v-18,0,-33,14,-33,32v0,18,15,33,33,33v18,0,32,-15,32,-33xm167,-61v0,-35,29,-64,64,-64v34,0,63,29,63,64v0,34,-30,64,-63,64v-36,0,-64,-29,-64,-64xm108,-184v0,-18,-14,-32,-32,-32v-18,0,-32,14,-32,32v0,18,14,32,32,32v18,0,32,-14,32,-32xm12,-184v0,-35,29,-64,64,-64v34,0,63,29,63,64v0,35,-29,64,-63,64v-35,0,-64,-29,-64,-64xm217,-252r25,0r-153,259r-24,0","w":306},"&":{"d":"114,-232v-42,2,-28,51,-4,68v16,-10,29,-20,30,-41v1,-16,-10,-28,-26,-27xm59,-72v-3,50,71,52,93,18r-55,-67v-21,13,-36,23,-38,49xm176,-207v-1,33,-20,52,-45,67r43,53v6,-12,10,-26,12,-43r37,0v-2,31,-10,52,-25,72r48,58r-50,0r-22,-27v-19,20,-44,34,-80,34v-43,0,-78,-34,-76,-77v1,-42,24,-57,58,-77v-15,-20,-26,-30,-27,-57v-1,-36,28,-59,64,-59v37,0,64,21,63,56","w":248},"'":{"d":"15,-252r29,0r0,97r-29,0r0,-97","w":58},"(":{"d":"33,-92v0,-71,27,-121,61,-168r28,0v-62,87,-62,248,0,335r-28,0v-34,-47,-61,-96,-61,-167","w":126},")":{"d":"4,75v63,-86,63,-249,0,-335r29,0v34,47,60,98,60,168v0,70,-26,121,-60,167r-29,0","w":126},"*":{"d":"75,-259r30,0r0,51r48,-16r10,31r-50,13r34,43r-26,19r-31,-44r-31,44r-27,-19r35,-43r-50,-13r10,-31r48,16r0,-51","w":180},"+":{"d":"135,-215r30,0r0,93r90,0r0,29r-90,0r0,93r-30,0r0,-93r-90,0r0,-29r90,0r0,-93","w":299},",":{"d":"28,37v16,-2,25,-17,23,-37r-23,0r0,-45r44,0v2,50,1,94,-44,101r0,-19","w":100},"-":{"d":"12,-114r92,0r0,37r-92,0r0,-37","w":115,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"28,-45r44,0r0,45r-44,0r0,-45","w":100},"\/":{"d":"88,-266r23,0r-88,299r-23,0","w":110},"0":{"d":"100,-28v61,4,51,-124,35,-166v-6,-15,-19,-23,-35,-23v-41,0,-46,42,-46,95v0,52,5,91,46,94xm12,-122v0,-76,22,-130,88,-130v66,0,89,55,89,130v0,75,-22,129,-89,129v-67,0,-88,-54,-88,-129"},"1":{"d":"32,-205v43,-1,62,-11,68,-47r31,0r0,252r-40,0r0,-176r-59,0r0,-29"},"2":{"d":"101,-252v66,0,104,67,70,121v-19,30,-110,68,-114,95r127,0r0,36r-174,-1v-11,-97,133,-106,133,-174v0,-23,-19,-41,-44,-41v-31,0,-46,22,-45,55v-12,-2,-31,3,-39,-2v0,-54,32,-89,86,-89"},"3":{"d":"177,-185v0,27,-12,41,-31,51v24,8,40,30,40,61v1,51,-40,80,-92,80v-52,0,-86,-32,-85,-85r40,0v0,31,16,50,46,50v29,0,48,-15,48,-43v0,-35,-28,-47,-64,-42r0,-32v34,1,56,-5,56,-37v0,-22,-16,-36,-39,-36v-29,0,-43,18,-43,48v-12,-2,-31,3,-39,-2v-1,-49,33,-80,82,-80v46,-1,81,23,81,67"},"4":{"d":"117,-202r-74,110r74,0r0,-110xm111,-245r45,0r0,153r33,0r0,33r-33,0r0,59r-39,0r0,-59r-108,0r0,-37"},"5":{"d":"144,-79v0,-53,-68,-67,-91,-31r-36,-1r19,-134r137,0r0,36r-108,0r-9,60v52,-38,131,1,131,70v0,75,-98,112,-152,66v-15,-13,-24,-31,-26,-53r41,0v2,23,19,38,44,38v30,0,50,-19,50,-51"},"6":{"d":"148,-79v0,-29,-17,-48,-45,-48v-28,0,-46,21,-46,50v0,30,17,51,46,50v29,0,45,-21,45,-52xm12,-113v0,-80,27,-137,98,-139v43,0,74,26,76,67r-41,0v0,-39,-58,-42,-75,-13v-8,14,-14,33,-15,60v43,-48,135,-15,135,58v0,51,-35,88,-86,87v-65,0,-92,-49,-92,-120"},"7":{"d":"188,-211v-51,56,-86,121,-96,211r-44,0v11,-87,45,-150,96,-207r-131,0r0,-38r175,0r0,34"},"8":{"d":"147,-73v0,-26,-19,-42,-47,-42v-28,0,-46,15,-46,43v0,27,18,45,46,44v29,0,47,-17,47,-45xm101,-252v73,0,109,91,48,118v24,9,39,31,39,62v0,50,-36,79,-89,79v-51,0,-87,-30,-87,-79v0,-32,16,-52,40,-62v-20,-10,-32,-23,-32,-50v0,-44,34,-68,81,-68xm140,-183v0,-23,-16,-35,-40,-35v-23,0,-40,13,-40,35v0,23,17,36,40,36v23,0,41,-12,40,-36"},"9":{"d":"188,-131v0,79,-26,137,-97,138v-44,1,-77,-26,-77,-67r41,0v0,38,58,43,75,14v8,-14,14,-34,15,-61v-41,50,-135,15,-135,-58v0,-51,36,-88,87,-87v65,0,91,50,91,121xm143,-165v1,-31,-16,-53,-46,-53v-29,0,-45,21,-45,51v-1,29,17,49,46,49v28,0,45,-20,45,-47"},":":{"d":"32,-45r44,0r0,45r-44,0r0,-45xm32,-188r44,0r0,45r-44,0r0,-45","w":108},";":{"d":"32,37v16,-2,25,-18,23,-37r-23,0r0,-45r44,0v2,50,1,94,-44,101r0,-19xm32,-188r44,0r0,45r-44,0r0,-45","w":108},"<":{"d":"253,-207r0,33r-164,67r164,67r0,32r-207,-85r0,-28","w":299},"=":{"d":"45,-86r210,0r0,29r-210,0r0,-29xm45,-158r210,0r0,29r-210,0r0,-29","w":299},">":{"d":"46,-207r207,86r0,28r-207,85r0,-32r165,-67r-165,-67r0,-33","w":299},"?":{"d":"73,-44r42,0r0,44r-42,0r0,-44xm96,-266v46,-1,82,27,80,73v8,44,-66,64,-63,121r-38,0v-13,-60,58,-78,59,-121v0,-21,-15,-38,-37,-37v-31,0,-43,18,-45,50r-39,0v-2,-54,31,-86,83,-86","w":194},"@":{"d":"243,-20v-23,1,-37,-8,-37,-30v-11,18,-26,30,-53,30v-37,0,-54,-22,-55,-59v-1,-50,35,-99,83,-98v23,0,34,9,43,25r10,-19r27,0r-27,112v0,8,7,15,16,14v42,-6,63,-44,64,-89v2,-62,-54,-102,-119,-100v-92,2,-143,56,-149,143v-8,121,164,150,243,87r12,17v-31,23,-69,40,-119,40v-97,0,-165,-50,-165,-145v0,-105,72,-167,179,-167v85,0,147,42,147,125v0,63,-36,110,-100,114xm130,-78v0,36,39,46,60,24v22,-23,46,-99,-6,-101v-33,-1,-54,41,-54,77","w":360},"A":{"d":"118,-215r-38,112r77,0xm94,-259r49,0r95,259r-46,0r-24,-67r-100,0r-23,67r-45,0","w":236,"k":{"\u2019":40,"\u201d":40,"Y":21,"W":6,"V":6,"U":6,"T":13,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"187,-79v0,-53,-68,-36,-118,-39r0,80v51,-2,118,13,118,-41xm177,-190v0,-46,-64,-30,-108,-33r0,69v45,-3,108,14,108,-36xm231,-77v0,50,-38,78,-90,77r-114,0r0,-259v82,4,197,-22,193,66v0,26,-14,45,-34,53v28,8,45,28,45,63","w":244,"k":{"Y":13,"W":6,"V":6,"-":-7}},"C":{"d":"16,-129v0,-114,115,-175,198,-113v20,15,30,37,32,64r-43,0v-4,-32,-28,-49,-65,-49v-53,0,-78,39,-78,96v0,56,25,99,77,99v39,0,66,-26,68,-61r42,0v-1,58,-51,100,-112,100v-77,0,-119,-56,-119,-136","w":261,"k":{"\u2019":-13,"\u201d":-13,"S":-7,"-":-8}},"D":{"d":"198,-133v0,-54,-21,-89,-72,-89r-56,0r0,184r53,0v56,-1,75,-36,75,-95xm242,-130v0,82,-43,129,-122,130r-93,0r0,-259r100,0v80,0,115,47,115,129","w":257,"k":{"-":-7}},"E":{"d":"27,-259r186,0r0,38r-143,0r0,68r132,0r0,36r-132,0r0,78r148,0r0,39r-191,0r0,-259","w":232},"F":{"d":"27,-259r177,0r0,38r-134,0r0,69r118,0r0,38r-118,0r0,114r-43,0r0,-259","w":212,"k":{"\u2019":-7,"\u201d":-7,"u":8,"r":6,"o":8,"e":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":6,",":55}},"G":{"d":"16,-129v0,-78,46,-137,123,-137v61,0,105,31,111,86r-42,0v-5,-29,-32,-50,-66,-49v-55,0,-76,42,-82,99v-11,106,147,140,154,26r-71,0r0,-36r110,0r0,140r-28,0r-7,-33v-17,24,-44,40,-82,40v-73,0,-120,-59,-120,-136","w":277,"k":{"Y":6,"T":6}},"H":{"d":"27,-259r43,0r0,102r123,0r0,-102r43,0r0,259r-43,0r0,-118r-123,0r0,118r-43,0r0,-259","w":263},"I":{"d":"28,-259r44,0r0,259r-44,0r0,-259","w":100},"J":{"d":"85,-30v32,-1,35,-16,36,-53r0,-176r44,0r0,186v0,55,-24,80,-78,80v-60,0,-82,-32,-79,-96r41,0v-2,34,5,60,36,59","w":189},"K":{"d":"27,-259r43,0r0,117r115,-117r55,0r-105,104r111,155r-53,0r-88,-125r-35,34r0,91r-43,0r0,-259","w":239,"k":{"y":10,"u":6,"o":6,"e":6,"Y":16,"W":6,"U":13,"O":10,"C":10,"-":20}},"L":{"d":"27,-259r43,0r0,220r128,0r0,39r-171,0r0,-259","w":199,"k":{"\u2019":79,"\u201d":79,"y":6,"Y":40,"W":11,"V":26,"U":6,"T":29,"O":13,"-":20}},"M":{"d":"27,-259r63,0r62,207r63,-207r63,0r0,259r-41,0r0,-214r-64,214r-42,0r-64,-214r0,214r-40,0r0,-259","w":305},"N":{"d":"27,-259r46,0r121,194r0,-194r41,0r0,259r-45,0r-121,-194r0,194r-42,0r0,-259","w":262},"O":{"d":"221,-129v0,-58,-27,-99,-81,-99v-54,0,-80,41,-80,99v0,58,26,99,80,99v54,0,81,-42,81,-99xm16,-129v0,-81,45,-137,124,-137v78,0,125,56,125,137v0,81,-46,136,-125,136v-80,0,-124,-55,-124,-136","w":280,"k":{"Y":6,"X":6,".":11,"-":-7,",":11}},"P":{"d":"175,-180v0,-52,-57,-40,-105,-41r0,81v47,-2,105,12,105,-40xm218,-179v3,77,-67,82,-148,77r0,102r-43,0r0,-259r99,0v63,-2,90,24,92,80","w":232,"k":{"\u2019":-7,"\u201d":-7,"s":6,"o":6,"e":6,"a":10,"A":23,".":76,"-":23,",":76}},"Q":{"d":"265,-129v0,40,-11,73,-31,96r29,27r-22,26r-33,-30v-17,11,-40,17,-66,17v-80,1,-126,-55,-126,-136v0,-81,46,-137,125,-137v78,0,124,57,124,137xm60,-129v0,72,50,118,116,91r-28,-25r22,-26r32,28v38,-53,19,-172,-61,-167v-54,3,-81,41,-81,99","w":280,"k":{"-":-7}},"R":{"d":"182,-183v0,-53,-64,-37,-112,-40r0,80v48,-2,112,13,112,-40xm184,0v-18,-34,15,-118,-57,-107r-57,0r0,107r-43,0r0,-259r126,1v77,-10,97,109,36,132v47,5,19,90,44,118r0,8r-49,0","w":246},"S":{"d":"41,-145v-43,-54,5,-121,78,-121v53,0,94,31,93,83r-41,0v5,-56,-99,-64,-105,-13v5,31,24,32,61,43v60,19,89,22,93,79v6,81,-122,103,-176,58v-18,-15,-28,-38,-29,-67r42,0v-5,60,116,74,116,16v0,-56,-106,-45,-132,-78","w":235,"k":{"S":-7}},"T":{"d":"3,-259r202,0r0,38r-79,0r0,221r-43,0r0,-221r-80,0r0,-38","w":209,"k":{"y":36,"w":36,"u":29,"s":31,"r":31,"o":44,"e":44,"c":44,"a":44,"T":-8,"A":13,";":46,":":46,".":50,"-":50,",":50}},"U":{"d":"128,7v-68,0,-101,-35,-102,-102r0,-164r43,0r0,161v-1,43,17,66,59,66v42,0,60,-23,60,-66r0,-161r43,0r0,164v0,65,-38,102,-103,102","w":256,"k":{"A":6}},"V":{"d":"0,-259r46,0r66,207r65,-207r46,0r-90,259r-43,0","w":222,"k":{"\u2019":-7,"\u201d":-7,"u":10,"o":16,"e":16,"a":16,"A":6,";":13,":":13,".":46,"-":26,",":46}},"W":{"d":"2,-259r44,0r49,196r47,-196r46,0r48,196r49,-196r43,0r-71,259r-42,0r-50,-207r-50,207r-42,0","w":330,"k":{"o":10,"e":10,"a":10,"A":6,";":8,":":8,".":29,"-":13,",":29}},"X":{"d":"2,-259r51,0r58,94r58,-94r50,0r-83,126r86,133r-51,0r-61,-98r-59,98r-51,0r85,-133","w":220,"k":{"e":10,"O":6,"C":6,"-":26}},"Y":{"d":"-4,-259r53,0r64,118r61,-118r50,0r-89,157r0,102r-44,0r0,-100","w":219,"k":{"u":26,"o":33,"e":33,"a":33,"O":6,"C":6,"A":21,";":34,":":34,".":60,"-":36,",":60}},"Z":{"d":"16,-259r194,0r0,38r-149,183r148,0r0,38r-200,0r0,-36r150,-185r-143,0r0,-38","w":215,"k":{"-":13}},"[":{"d":"43,-259r78,0r0,30r-40,0r0,273r40,0r0,30r-78,0r0,-333","w":131},"\\":{"d":"23,-266r87,299r-22,0r-88,-299r23,0","w":110},"]":{"d":"12,-259r78,0r0,333r-78,0r0,-30r40,0r0,-273r-40,0r0,-30","w":131},"^":{"d":"161,-257r38,0r87,99r-36,0r-70,-70r-70,70r-37,0","w":360},"_":{"d":"0,55r180,0r0,30r-180,0r0,-30","w":180},"`":{"d":"42,-277r39,0r36,63r-23,0","w":180},"a":{"d":"83,-26v37,-1,58,-26,52,-69v-21,13,-84,4,-83,41v0,18,11,29,31,28xm194,1v-26,7,-58,2,-57,-26v-25,44,-128,44,-124,-25v3,-48,32,-58,84,-64v25,-3,38,-11,38,-22v-1,-21,-15,-27,-38,-27v-23,0,-40,9,-39,32r-38,0v-1,-44,34,-65,78,-65v45,0,76,14,76,56r0,94v-1,16,6,20,20,17r0,30","w":198},"b":{"d":"163,-94v0,-38,-15,-66,-50,-66v-38,0,-50,25,-50,65v-1,39,15,66,50,66v34,0,50,-28,50,-65xm122,6v-31,0,-44,-12,-59,-31r0,25r-39,0r0,-259r39,0r0,94v13,-18,31,-30,59,-31v51,0,81,46,81,102v0,56,-29,100,-81,100","w":216},"c":{"d":"14,-94v0,-87,86,-130,146,-83v16,12,23,30,24,52r-40,0v-2,-21,-16,-37,-41,-36v-36,1,-48,27,-48,66v0,38,12,65,47,65v26,0,39,-16,43,-39r39,0v-4,47,-36,75,-86,75v-54,0,-84,-42,-84,-100","w":193},"d":{"d":"155,-96v0,-39,-15,-64,-51,-64v-35,0,-51,29,-50,66v0,37,16,65,50,65v36,0,51,-27,51,-67xm95,-196v29,0,47,12,59,30r0,-93r39,0r0,259r-39,0r0,-25v-14,19,-29,31,-59,31v-51,0,-81,-44,-81,-100v0,-55,29,-103,81,-102","w":217},"e":{"d":"103,-196v60,0,91,48,85,112r-132,0v-9,59,79,74,90,24r40,0v-6,38,-40,66,-84,66v-56,0,-88,-41,-88,-101v0,-59,32,-101,89,-101xm147,-113v6,-45,-51,-63,-78,-36v-8,8,-12,20,-13,36r91,0"},"f":{"d":"31,-190v-6,-55,17,-81,73,-70r0,34v-27,-6,-37,6,-33,36r33,0r0,30r-33,0r0,160r-40,0r0,-160r-29,0r0,-30r29,0","w":104,"k":{"\u2019":-10,"\u201d":-10,".":6,"-":6,",":6}},"g":{"d":"104,-161v-32,0,-49,27,-49,63v0,39,15,67,50,67v37,0,49,-26,50,-65v0,-39,-15,-65,-51,-65xm103,45v45,2,54,-25,51,-70v-11,17,-30,28,-57,28v-52,0,-83,-43,-83,-98v0,-58,30,-101,84,-101v28,0,44,12,57,30r0,-24r38,0r0,182v-1,63,-26,85,-90,86v-46,0,-80,-17,-82,-57r41,0v2,19,18,24,41,24","w":216},"h":{"d":"111,-160v-68,-1,-42,96,-47,160r-40,0r0,-259r40,0r0,94v28,-50,142,-35,123,47r0,118r-40,0r0,-117v0,-28,-9,-43,-36,-43","w":210},"i":{"d":"24,-190r40,0r0,190r-40,0r0,-190xm24,-259r40,0r0,41r-40,0r0,-41","w":87},"j":{"d":"-2,43v18,1,27,0,27,-20r0,-213r40,0r0,219v1,42,-23,51,-67,49r0,-35xm25,-259r40,0r0,41r-40,0r0,-41","w":89},"k":{"d":"24,-259r39,0r0,147r75,-78r49,0r-69,70r70,120r-46,0r-52,-91r-27,28r0,63r-39,0r0,-259","w":192},"l":{"d":"24,-259r41,0r0,259r-41,0r0,-259","w":88},"m":{"d":"62,-165v18,-35,92,-40,108,-1v13,-16,30,-28,56,-28v90,0,57,115,63,194r-40,0r0,-119v0,-26,-6,-40,-31,-40v-66,0,-35,99,-42,159r-40,0r0,-127v1,-19,-11,-33,-31,-32v-66,0,-35,99,-42,159r-40,0r0,-190r39,0r0,25","w":311},"n":{"d":"120,-194v96,0,60,113,67,194r-40,0r0,-125v0,-22,-13,-35,-35,-35v-71,0,-43,96,-48,160r-41,0r0,-190r39,0r0,26v12,-18,30,-30,58,-30","w":209},"o":{"d":"159,-95v0,-39,-16,-66,-52,-66v-37,0,-52,26,-52,66v0,40,16,67,52,67v36,0,52,-28,52,-67xm14,-95v0,-62,33,-101,93,-101v58,0,94,40,93,101v0,61,-33,101,-93,101v-60,0,-93,-39,-93,-101","w":213},"p":{"d":"122,6v-28,0,-47,-11,-59,-29r0,99r-39,0r0,-266r39,0r0,27v15,-20,28,-33,59,-33v51,0,81,44,81,100v0,56,-29,102,-81,102xm163,-96v0,-36,-17,-64,-50,-64v-35,0,-50,25,-50,66v0,39,14,65,50,65v34,0,51,-29,50,-67","w":216},"q":{"d":"103,-160v-32,1,-49,29,-49,63v-1,39,14,68,50,68v35,-1,50,-27,50,-66v0,-39,-15,-65,-51,-65xm94,-196v29,1,47,12,60,31r0,-25r39,0r0,266r-39,0r0,-101v-11,19,-31,30,-59,31v-52,0,-81,-45,-81,-101v0,-54,29,-101,80,-101","w":216},"r":{"d":"61,-156v11,-25,27,-40,62,-38r0,42v-39,-3,-61,12,-60,49r0,103r-40,0r0,-190r38,0r0,34","w":127,"k":{".":33,"-":6,",":33}},"s":{"d":"30,-103v-35,-39,4,-93,61,-93v43,0,76,21,77,61r-39,0v3,-34,-69,-39,-72,-8v15,48,117,13,117,86v0,66,-100,79,-142,45v-14,-12,-21,-28,-21,-50r39,0v-3,42,84,48,84,10v0,-25,-37,-23,-58,-30v-21,-7,-38,-12,-46,-21","w":186},"t":{"d":"100,0v-41,6,-72,2,-72,-43r0,-117r-27,0r0,-30r27,0r0,-52r40,0r0,52r32,0r0,30r-32,0r0,112v-2,20,16,18,32,16r0,32","w":106},"u":{"d":"147,-26v-29,50,-141,41,-124,-43r0,-121r40,0r0,116v0,30,7,44,35,44v70,1,43,-96,48,-160r40,0r0,190r-39,0r0,-26","w":209},"v":{"d":"0,-190r44,0r47,145r46,-145r43,0r-68,190r-42,0","w":181,"k":{".":23,",":23}},"w":{"d":"2,-190r42,0r36,139r32,-139r44,0r33,139r36,-139r40,0r-55,190r-40,0r-36,-142r-36,142r-40,0","w":267,"k":{".":23,",":23}},"x":{"d":"2,-190r47,0r41,64r40,-64r45,0r-62,92r66,98r-48,0r-43,-67r-42,67r-46,0r65,-97","w":178},"y":{"d":"3,-190r44,0r47,146r47,-146r43,0r-79,221v-11,40,-32,52,-78,45r0,-35v28,8,43,-8,47,-31","w":187,"k":{".":24,",":24}},"z":{"d":"14,-190r152,0r0,33r-107,122r111,0r0,35r-162,0r0,-32r108,-124r-102,0r0,-34","w":177},"{":{"d":"77,-198v-2,-56,24,-63,77,-62r0,32v-81,-21,-4,130,-77,135v42,4,36,51,36,97v0,32,9,39,41,38r0,31v-52,1,-77,-6,-77,-61v0,-48,7,-98,-49,-90r0,-31v54,8,51,-40,49,-89","w":180},"|":{"d":"75,-275r31,0r0,360r-31,0r0,-360","w":180},"}":{"d":"103,-93v-76,-6,8,-151,-76,-135r0,-32v52,-1,76,7,76,62v0,48,-8,97,49,89r0,31v-55,-8,-51,40,-49,90v2,55,-24,62,-76,61r0,-31v82,18,1,-129,76,-135","w":180},"~":{"d":"99,-134v35,-2,75,23,103,23v28,-1,46,-12,67,-27r0,33v-20,13,-40,23,-67,24v-34,1,-78,-25,-103,-23v-29,2,-46,12,-68,28r0,-33v20,-13,40,-24,68,-25","w":299},"\u2122":{"d":"142,-257r30,0r25,64r23,-64r30,0r0,96r-20,0r0,-76r-28,76r-10,0r-30,-76r0,76r-20,0r0,-96xm40,-257r82,0r0,17r-30,0r0,79r-23,0r0,-79r-29,0r0,-17","w":299},"\u2026":{"d":"38,-45r44,0r0,45r-44,0r0,-45xm158,-45r44,0r0,45r-44,0r0,-45xm278,-45r44,0r0,45r-44,0r0,-45","w":360},"\u2013":{"d":"0,-110r180,0r0,28r-180,0r0,-28","w":180},"\u2014":{"d":"0,-82r0,-28r360,0r0,28r-360,0","w":360},"\u201c":{"d":"130,-249v-15,3,-22,15,-21,35r21,0r0,41r-41,0v-2,-45,-2,-88,41,-93r0,17xm64,-249v-15,3,-23,16,-22,35r22,0r0,41r-42,0v-2,-46,-1,-89,42,-93r0,17","w":152,"k":{"J":79,"A":40}},"\u201d":{"d":"89,-184v15,-4,23,-14,22,-34r-22,0r0,-41r41,0v2,45,1,88,-41,93r0,-18xm22,-184v15,-4,23,-14,22,-34r-22,0r0,-41r42,0v3,46,0,88,-42,93r0,-18","w":152},"\u2018":{"d":"66,-249v-15,3,-22,15,-21,35r21,0r0,41r-41,0v-2,-45,-2,-88,41,-93r0,17","w":91,"k":{"J":79,"A":40}},"\u2019":{"d":"25,-184v15,-4,23,-14,22,-34r-22,0r0,-41r42,0v3,46,0,88,-42,93r0,-18","w":91},"\u00d7":{"d":"71,-209r81,81r81,-81r20,21r-81,81r81,80r-20,21r-81,-81r-81,81r-21,-21r81,-80r-81,-81","w":299},"\u00a0":{"w":100}}});

